﻿@-ms-viewport {
     width: auto !important;
}
map {
    height: 500px;
    width: 100%;
}

.leaflet-div-icon {
    background-position: center;
    background-color: transparent;
    border: none;
    text-align: center;
    align-items: center;
}
table > tbody > tr > td{
    padding: 3px !important;
}

.table > thead > tr > th {
    padding: 3px !important;
}

.popupHyperLinks:hover, .popupHyperLinks:active,
.popupHyperLinks:visited, .popupHyperLinks:focus,
.popupLabels:hover, .popupLabels:active,
.popupLabels:visited, .popupLabels:focus {
    text-decoration: none !important;
    cursor: pointer;
}


.leaflet-ImageDiv {
    background-color: transparent;
    color: transparent;
    border-left: 18px solid;
    border-left-color: transparent;
    border-right: 18px solid;
    border-right-color: transparent;
    border-top: 15px solid;
    border-top-color: darkslategrey;
}

.brandImage-shell {
    color: transparent;
    background-color: white;
    height: 26px;
}

.image-class {
    width: 30px;
    height: 30px;
    padding: 1px;
    padding-bottom: 5px;
}
.image-class-popup {
    max-width: 40px;
    margin-right: 5px;
    float: left;
}
.outletlogo {
    width: 40px;
    height: 40px
}
.ToggleSpan {
    font-family: Calibri, Arial, sans-serif !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


/*Bootstrap overrides*/
.jumbotron h1 {
    color: #00A3AD;
}

.jumbotron h2 {
    color: #00558C;
    font-size: 63px;
}

.jumbotron {
    background-color: white;
}

.navbar-toggle {
    float: left;
}
/*Webiste Navigation Bar Start*/

/*Webiste Navigation Bar Start*/

.login-partial {
    position: relative;
    z-index: 200;
}


/*Board on all Admin page and PriceMismatch*/
.board-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00395C;
    color: #ffffff;
    height: 100%;
    text-align: center;
    margin-top: 10px
}
.board-bottom-container {
    box-sizing: border-box;
    background-color: #00395C;
    color: #ffffff;
    height: 100%;
    border-bottom: 1px solid white;
    text-align: center;
    padding: 5px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.top-buffer {
    margin-top: 20px;
}

.archorTextColor { /*override Theme text color*/
    color: #ffffff !important;
}

.archorTextColor:hover {
    color: steelblue !important;
}

/*ToggleView*/ 
#ToggleView:hover{
    cursor:pointer;
}
/*check box styling*/

.fuelCheckboxClass .checkboxLabelClass:after {
    content: '';
    display: table;
    clear: both;
}
.cr{
    margin-top: 5px;
}
.fuelCheckboxClass .cr {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.fuelCheckboxClass .checkboxLabelClass input[type="checkbox"] {
    display: none;
}

.fuelCheckboxClass .checkboxLabelClass input[type="checkbox"] + .cr > .cr-icon {
    -moz-transform: scale(3) rotateZ(-20deg);
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.fuelCheckboxClass .checkboxLabelClass input[type="checkbox"]:checked + .cr > .cr-icon {
    -moz-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.fuelCheckboxClass .checkboxLabelClass input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.fuelCheckboxClass .cr .cr-icon {
    position: absolute;
    font-size: 15px;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.marker {
    margin: 10px;
}
.link:hover{
    text-decoration: none !important;
}
.linkLabel{
   padding-top: 8px;
}
.linkLabel:hover{
    text-decoration:underline;
}
/*checkobx styling end*/
.listViewTable{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
th, td {
    text-align: center;
}
.redirectToMapView {
    vertical-align: middle !important;
}
.whiteSpaceNoWrap {
    white-space: nowrap;
}

#scroll tbody:hover {
    cursor: pointer;
}
#MapView {
    height: 100%;
}

#theMap {
    z-index: 0;
    height: 100%;
    width: 100%;
}

/*marker Colors*/
.higherPrice {
    background-color: #004477;
}

.lowestPrice {
    background-color: #db3030;
}

.notAvailable {
    background-color: #747677;
}

.higherPrice, .lowestPrice, .notAvailable {
    color: #ffffff;
}


.lowestPriceCluster {
    background-color: #db3030;
}
.lowestPriceCluster div{
    background-color: #db3030;
    color: #ffffff;
    font-weight: 400;
}

#band {
    width: 100% !important;
    height: 40px !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.leaflet-popup-content {
    font-family: Calibri, Arial, sans-serif !important;
    color: #000;
    margin: 0px !important;
}

.leaflet-popup-content-wrapper {
    padding: 0px !important;
}

.leaflet-popup {
    max-width: 210px !important;
}
.fuelTypesPopups {
    font-style: italic;
    font-weight: bold;
}
.popupsBanner {
    color: white !important;
}
.direction {
    color: white !important;
}
.popupsHeaderSpan {
    font-size:20px; 
}
.navigationClass {
    float: right;
    padding-right: 8px;
    padding-top: 8px;
}
.popupsFont {
    font-family: Calibri, Arial, sans-serif !important;
}
.destinationLink {
    color:white !important; 
    font-size: 15px !important; 
    padding-top: 10px;
}
.outletAddressPopups {
    font-size: 15px !important;
    padding: 0 10px;    
    line-height: 1.2;
}
.fuelPopupLinks{
    float: right;
    margin-left: auto;
}
.fuelPopupPriceMain{
    font-size: 20px;
    font-weight: 600;
}
.fuelPopupPriceScheduled{
    font-size: 16px;
    font-weight: 600;
}
.fuelPopupPriceCode {
    font-size: 16px;
    font-weight: 600;
}
.fuelPopupPrice {
    float: left;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    height: 100%;
}

.fuelPriceNotAvail {
    padding: 0 5px;
    background-color: #747677;
    color: #FFF;
    padding-bottom: 4px;
}

.fuelPriceNotAvailStyle {
    font-size: 14px;
    margin-top: 1px;
}

.fuelInfoPopups {
    min-height: 45px;
    padding: 10px;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 18px;
}
.fuelInfoPopups div {
    display: table-cell;
    vertical-align: top;
}
.listOfAllFuelsPopups {
    font-size: 13px !important;
    margin: 5px 7px 0;
    border-top: 1px solid #dcdcdc;
    padding-top: 5px;
}
.priceMismatch{
    text-align: center;
    padding: 5px;
    padding-bottom: 0px;
}
.priceMismatchPopups {
    font-size: 13px;
    color: #fff !important;
    line-height: 30px;
    text-decoration: none;
}

.priceHint {
    text-align: center;
    font-style: italic;
}

.priceHintFuture {
    text-align: center;
    font-style: italic;
    color: #330066;
}

 .webAddressActivePopups {
     color: white !important;
 }
.webAddressInactiveNAPopups {
    color:#A9A9A9 !important;
}
.webAddressInactiveHighestPopups {
    color:#43759B !important;
}
.webAddressInactiveLowestPopups {
    color:#ff6666 !important;

}
.webAddressInactivePointerPopups {
    pointer-events:none;
}

.outletdetails {
    font-weight: 500;
    font-size: 16px;
}
.disabledLink {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.fblogo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 30px; 
}

.fuelCodePopups {
    font-size:14px;
}
.navigationImage {
    width: 35px;
    height: 35px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.leaflet-popup-close-button {
    display: none !important;
}

.higherPrice, .lowestPrice, .notAvailable, .brandImage-shell, .leaflet-ImageDiv {
    width: 36px !important;
}

hr {
    margin: 5px !important;
}

.dropdownCustom{
    -webkit-appearance: none;
    height: 10%;
    font-size: 140%;
    color: #ffffff !important;
    background-color: #00395C !important;
    white-space: normal;
}
.dropdownDownArrow {
    position:absolute;
    top:20%;
    padding-right: 10px;
    font-size:200% !important;
    right:15px;
    color:white;
    pointer-events:none;
}
.selectionClassMap{
    position: fixed;
    left:0;
    bottom:0;
    right:0;
    z-index:90;
    padding:5px;
    background-color: #ffffff;
    border-top:1px solid #eee;

}
.topheader {
    height: 60px;
}
.topheadertitle {
    width: 100%; 
    position: fixed; 
    left: 60px; 
    top: 5px; 
    z-index: 160
}

#scroll {
    margin-bottom: 70px !important;
}
.form-signin {
  padding: 15px;
  margin: 60px auto;
}

.fuelPrice {
    font-size: 24px;
    color: #00558c;
    vertical-align: middle !important;
}

.fuelPriceRefresh {
    font-size: 14px;
    color: #00558c;
    vertical-align: middle !important;
    text-align: center;
        width: 150px;
}

.fuelCode {
    vertical-align: middle !important;
    align-items: center !important;
    font-size: 20px;
}

.largeTomorrowMessage {
    display: revert;
    width: 150px;
}

.smallTomorrowMessage {
    display: none;
}
/* Tooltip */
.passinfo-tooltip + .tooltip > .tooltip-inner {
    text-align: left;
}
@media(max-width:991px) {
    #scroll {
        margin-bottom: 110px !important;
    }
}

@media(max-width:425px) {
    .outletlogo {
        width: 26px;
        height: 26px
    }
    .leaflet-control-zoom { display: none}
    .outletAddressPopups {
        font-size: 14px !important;
    }

    .fuelPriceRefresh {
        display: none;
    }

    .smallTomorrowMessage {
        text-align: center;
        display: block;
        color: white;
        background-color: #00395C;
        width: calc(100% + 30px);  
        margin-left: -15px;
        margin-top: 1px;
        font-size: 12px;
        font-weight: 600;
    }

    .largeTomorrowMessage {
        display: none;
        text-align: center
    }
}
@media(max-width:768px) {
    .dropdownGroup{
        padding-bottom:3px;
    }
    .outletlogo {
        width: 30px;
        height: 30px
    }
    .fuelInfoPopups { padding: 7px; }
    .outletAddressPopups { padding: 0 7px; }
}
@media(max-width:460px) {
    .outletdetails {
        font-size: 14px;
    }
    .fuelPrice {
        font-size: 24px;
    }
    .dropdownCustom {
        font-size: 90%;
    }
    .dropdownDownArrow {
        top: 13%;
        font-size: 180% !important;
    }
    .fuelCodeDropDown {
        padding-right: 2px !important;
    }
    .brandDropDown {
        padding-left: 2px !important;
    }
    .fuelDownDownArrow {
        padding-right: 0px;
        right: 10px;
    }
    .outletlogo {
        width: 26px;
        height: 26px
    }
    .leaflet-control-zoom { display: none }
    .image-class-popup { max-width: 35px; }
}
.validationMessage {
    background-color: white;
}

.errorColor {
    color: #8B0000;
}

.marginLeftPriceSchedulingTitle {
    margin-left: 20px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.unavail-list-style {
    font-size: 60%;
}

.pointer-cursor {
    cursor: pointer;
}





