@charset "utf-8";
/* CSS Document */

@import url('font.css');
@import url('main.css');


/*--------------START----------***/

/* Override */
.content-sect {
    font-family: 'robotoregular', calibri, arial, sans-serif !important;
    padding-top: 0 !important;
    top: 120px;
    margin-bottom: 120px; /* follow top: value */
}

@media only screen and (max-width:855px) {
    .content-sect {
        padding-top: 0 !important;
        top: 50px;
        margin-bottom: 50px; /* follow top: value */
    }
}

a {
    text-decoration: none;
}

/* Override Google */

.pac-container {
    border-radius: 0 !important;
    border-top: 0 !important;
    font-family: 'robotoregular', calibri, arial, sans-serif !important;
    box-shadow: none !important;
    width: 100% !important;
}

.pac-item {
    font-family: 'robotoregular', calibri, arial, sans-serif !important;
    padding: 15px !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1em !important;
}

.pac-icon,
.hdpi .pac-icon,
.pac-logo:after,
.hdpi.pac-logo:after,
.adp-legal {
    display: none;
}

.adp-step, .adp-substep {
    border-top: 1px solid #eee !important;
    padding: 8px !important;
}

.adp-summary {
    text-align: center;
    padding: 5px !important;
}

.adp-distance {
    text-align: right;
}

.adp-placemark {
    border: 0 !important;
    padding: 10px;
}

/* Search Area */

.searchArea {
    position: absolute;
    left: 0;
    top: 10px;
    /*width: 492px;*/
    width: 385px;
    /* new added*/
    border-radius: 28px;
    border-radius: 0 30px 30px 0;


}
/* CUSTOM ALERT */
/* Main modal container */
/* Modal container */
/* Modal container - centers at top */
.custom-alert {
  display: none;
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999 !important;
  font-family: system-ui, sans-serif;
}

/* Alert box */
.custom-alert-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 450px;   
  height: auto;         /* ✅ fixed width */
  max-height: 185px;       /* ✅ limit height */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  color: #000;
  overflow: hidden;
  border: none;
  padding-bottom: 8px;
}

/* Header: "domain says" */
.custom-alert-header {
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #000;
  /* border-bottom: 1px solid #e0e0e0; */
}

/* Body */
.custom-alert-body {
  padding: 10px 18px 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  overflow-y: hidden;        
  flex-grow: 1;            
}

/* Message text */
.custom-alert-message {
  margin: 0 0 16px 0;
  white-space: pre-line;
  word-break: break-word;
}

/* OK button container */
.custom-alert-actions {
  text-align: right;
  padding: 0 18px 14px 18px;
}


.gm-ui-hover-effect>span {
    width: 16px !important;
    height: 16px !important;
}
/* OK button */
.custom-alert-ok-button {
  all: unset;
  display: inline-block;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  background: #0b57d0;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}

.custom-alert-ok-button:hover {
  background: #094bac;
}

/* Custom Alert END */
/* RESPONSIVE FOR CUSTOM ALERT*/

/* Responsive adjustments for small screens */
@media (max-width: 443px) {
  .custom-alert-box {
    width: 90%;           
    max-width: 400px;     
    height: auto;          
    max-height: 250px;
    padding-bottom: 8px;
  }

  .custom-alert-header {
    font-size: 15px;      
    padding: 12px 14px;
  }

  .custom-alert-body {
    padding: 8px 14px 0 14px;
    font-size: 13px;
    line-height: 1.4;
  }

  .custom-alert-message {
    margin-bottom: 12px;
  }

  .custom-alert-actions {
    padding: 0 14px 12px 14px;
  }

  .custom-alert-ok-button {
    padding: 6px 20px;
    font-size: 13px;
  }
}
/*RESPONSIVE FOR CUSTOM ALERT END*/



.searchFields {
    position: relative;
    margin: 0 70px 0 20px;
}

.searchInput {
    /* z-index : 1 !important;
    background-color: #fff;
    /* border: 0; */
    /* border: 2px;
    padding: 15px 60px 15px 15px; */
    /*width: 405px;*/
   /* width: 271.6px;
    height: 39.95px;
    font: normal 14px 'robotoregular', calibri, arial, sans-serif;
    margin-left: 15px;
    top: 10px !important; 
    
    border-radius: 30px;  */
    position: absolute;
    width: 271.6px;
    height: 39.95px;
    left: 373px;
    top: 572.76px;
    margin-left: 15px;
    margin-top: 10px;
    background-color: white;
    border: 2px solid #FFFFFF;
    /* border-radius: 19.9754px; */
    border-radius: 100px;
}


.searchBtn {
    /* background-color: #ff0084;
    border: none;
    height: 40px;
    width: 65px;*/
    /* position: absolute;
    top: 7px;
    right: -1px; */
    /*
    border-radius: 30px;
    color: white; /* This sets icon color */
    /*font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; */

    background: url(/static/Styles/images/map/search-normal.png) no-repeat center center #FF0084;
    background-size: 20px 20px; 
    border: 0;
    height: 35px;
    width: 40px;
    position: absolute;
    top: -3px;
    right: 32px;
    border-radius: 30px;
    /* vuesax/linear/search-normal */

    /* position: absolute; */
    /* width: 20px;
    height: 20px;
    left: 602.5px;
    top: 581.88px; */

    /* background: #FF0084;
    border-radius: 0 30px 30px 0;
    border-radius: 28px;
    width: 70px;
    color: white; */

    /* Rectangle 2 */



}


/* Responsive */

@media only screen and (max-width:443px) {
    .searchArea {
        width: 100%;
    }

    .searchFields {
        margin: 0 63px 0 20px !important;
    }

    .searchInput {
        width: 78%;
        padding-right: 15px;

        padding-right: 15px;
        border-color: #ffffff
    }

    .searchInput:focus {
        border-color: black !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .searchBtn {
        right: 18px;
    }

    .allResults,
    .searchAreabottom {
        max-width: 551px !important;
        height: 200px !important;
    }

    .pac-container {
        max-width: 80% !important;
    }

    .searchAreabottom .searchDrop#dvCustomSearch .searchAreabottom-mobile .searchDrop#dvCustomSearch {
        padding-right: 63px !important;
        max-width: none !important;
    }
}

@media only screen and (min-width: 444px) {
    .pac-container {
        /*padding: 0 72px 0 0 !important;*/
        /*max-width: 405px !important;*/
        max-width: 302px !important;
    }
}

@media only screen and (max-width:364px) {
    .searchInput {
        width: 75%;
        left: -12px !important;
    }
    .searchBtn{
        right: 27px;
    }
        .mobileMenu {
        position: absolute;
        top: 13px !important;
        right: 35px !important;

    }
}

@media only screen and (max-width:299px) {
    .searchInput {
        width: 57%;
    }
}

@media (max-width: 767px) {
    .gm-bundled-control {
        top: 60px !important;
        left: initial !important;
        right: 5px !important;
    }
}


/* Toggle Area */

.toggleArea {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 180.02px;
    overflow: hidden;
    background-color: #fff;
    padding: 7px 5px 3px 5px;
    z-index:999;
    border-radius: 12px;
}

    .toggleArea .yes4g {
        clear: both;
        font-size: 14px;
        padding: 6px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 22px;
    float: right;
    margin-top: -3px;
}

    .switch input {
        display: none;
    }

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .toggle:before {
        border-radius: 50%;
    }

input:checked + .toggle {
    /* background-color: #87cefc; */
    background-color: #2F3BF5;
}

input:focus + .toggle {
    box-shadow: 0 0 1px #4BC9EF;
}

input:checked + .toggle.darker {
    background-color: #5890BA;
}

input:focus + .toggle.darker {
    box-shadow: 0 0 1px #5890BA;
}

input:checked + .toggle.darker1 {
    /* background-color: #F9640A; */
    background-color: #ff0084;
}

input:focus + .toggle.darker1 {
    box-shadow: 0 0 1px #F9640A;
}
input:checked + .toggle.darker2 {
    background-color: #f857ac;
}

input:focus + .toggle.darker2 {
    box-shadow: 0 0 1px #f857ac;
}

input:checked + .toggle.darker4 {
    background-color: #008000;
}

input:focus + .toggle.darker4 {
    box-shadow: 0 0 1px #008000;
}

input:checked + .toggle:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* end Toggle Area */





/* Search Output */
.allResults,
.searchAreabottom {
    position: absolute; 
    top: 55px;
    padding: 0 15px; 
    /* max-width: 350px;
    max-width: 332px; */
    width: 310.27px;
    height: 329.42px;
    margin-left: 1px;
    /*Newly added*/
    /* border-radius: 20px 20px 0px 0px; */
    color: black;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 500; 
    border-radius: 20px;

}

.searchDrop {
    clear: both;
    
}

    .searchDrop ul {
        list-style-type: none;

    }

        /* Header */
        .searchDrop ul .header {
            color: #fff;
            padding: 15px;
            border-top: 0;

        }

        .searchDrop ul.results .header,
        .searchDrop ul.roadshow .header {
            padding-right: 40px !important;

            
        }


.headerMobile {
    background: url("/static/Styles/images/arrows/arrowDown.png") center right no-repeat;
}

.open {
    background: url('/static/Styles/images/arrows/arrowUp.png') center right no-repeat;
}

.headerMobile-invert {
    background: url('/static/Styles/images/arrows/arrowDown-invert.png') center right no-repeat #f9f9f9;
}

.open-invert {
    background: url('/static/Styles/images/arrows/arrowUp-invert.png') center right no-repeat #f9f9f9;
    border-radius: 12px 12px 0 0;
}

.searchDrop ul.results .header.open,
.searchDrop ul.roadshow .header.open {
    background: url('/static/Styles/images/arrows/arrowUp.png') center right no-repeat;
}

.searchDrop ul.results .header.open,
.searchDrop ul.results .header {
    /* background-color: #00aaff; */
    /* background-color: #fff;
    color: black; */
        border-radius: 12px 12px 0 0;
        background: white;
        color: black;
        font-size: 15px;
        line-height: 17px;
        font-family: 'Montserrat';
        font-weight: 500;
        border-bottom: 1px solid #ddd;

}


.searchDrop ul.roadshow .header.open,
.searchDrop ul.roadshow .header {
    /* background-color: #ff33dd; */
    /* background-color: #fff;
    color: black; */
    /* border-radius: 0 0 12px 12px; */
    background: white;
    color: black;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.searchDrop ul li {
    position: relative;
    /* background-color: #fff; */
    background-color:#E0E0E0;
    margin: 0;
    font-size: 13px;
}

.searchDrop ul li:last-child {
    border-radius: 0 0 12px 12px;
    font-family: 'Montserrat';
    font-size: 13px;
}

    .searchDrop ul li a {
        display: block;
        padding: 15px;
        color: #333;

    }

    h4.hostYes span,
    .promptForm label,
    .searchDrop ul li span { 
        display: block;
    }




.searchDrop ul.results,
.searchDrop ul.directions {
    margin-top: 10px;
    line-height: 20px;
}

.searchDrop ul.suggestion li {
    border-top: 1px solid #ddd;
}

.searchDrop ul.directions li {
    clear: both;
}

    .searchDrop ul.directions li .statement {
        width: 80%;
        display: inline-block;
    }

    .searchDrop ul.directions li .distance {
        width: 20%;
        float: right;
        text-align: right;
    }

/* Pin Icons */

.searchDrop ul.results li a {
    /* background: url('/static/Styles/images/map/pinYesBlue_50x50.png') no-repeat top 10px left 7px #fff; */
    background: url('/static/Styles/images/map/Store_list.svg') no-repeat top 15px left 13px #fff;
    line-height: 20px;
}

.searchDrop ul.roadshow li a {
    /* background: url('/static/Styles/images/map/pinMagenta_50x50.png') no-repeat top 10px left 7px #fff; */
        background: url('/static/Styles/images/map/Store_list.svg') no-repeat top 15px left 13px #fff;
        line-height: 20px;
}

.searchDrop ul.storeDetails li a {
    /* background: url('/static/Styles/images/map/pinBlue_50x50.png') no-repeat top 10px left 7px #fff; */
        background: url('/static/Styles/images/map/Store_list.svg') no-repeat top 15px left 13px #fff;
        line-height: 20px;
}

.searchDrop ul.results li a,
.searchDrop ul.roadshow li a,
.searchDrop ul.storeDetails li a,
.searchDrop ul.directions li {
    padding: 15px 15px 15px 60px;
    border-radius: 20px;
    line-height: 17px;
    font-family: 'Montserrat';
    background-color: #E0E0E0;

}

.searchDrop ul li a:hover {
    /* background-color: #f9f9f9; */
    background-color: #E0E0E0;
}

.searchDrop ul.storeDetails li a {
    padding-bottom: 33px;
    line-height: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.searchDrop ul.storeDetails li span.url a {
    background: none;
    position: absolute;
    bottom: 14px;
    padding: 0 0 0 60px;
    color: #0471A4;
    font-family: 'Montserrat';

}

    .searchDrop ul.storeDetails li span.url a:hover {
        color: #00AAFF;
        font-family: 'Montserrat';
    }



/* Direction Icons */

.searchDrop ul.directions li.pinYellow {
    background: url('/static/Styles/images/map/you_are_here.png') no-repeat top 15px left 7px transparent;
    padding-right: 40px;
    line-height: 20px;
    border-radius: 20px;
    font-family: 'Montserrat';
}

.searchDrop ul.directions li.turnLeft {
    background: url('/static/Styles/images/map/turnLeft_50x50.png') no-repeat top 0 left 7px #fff;
}

.searchDrop ul.directions li.turnRight {
    background: url('/static/Styles/images/map/turnRight_50x50.png') no-repeat top 2px left 9px #fff;
}

.searchDrop ul.directions li.turnU {
    background: url('/static/Sytles/images/map/turnU_50x50.png') no-repeat top 0 left 7px #fff;
}

/* Map Area */

.mapArea iframe {
    width: 100%;
    height: 100%;
    min-height: 650px;
}

/* Map Prompts */

/* Overrides */

.desktopPopup {
    /* max-width: 320px; */

    width: 323.95928955078125;
    height: 194.92755126953125;

    /* width: 323.95928955078125;
    height: 194.92755126953125; */
    /* angle: 0 deg; */
    /* opacity: 1;
    top: 769.82px;
    left: 907.01px;
    border-radius: 22px; */


    /* position: absolute;
    width: 1165.76px;
    height: 708.77px;
    left: 359.18px;
    top: 558.99px; */


} 

.gm-style .gm-style-iw {
    /* width: 350px !important;     
    height: 300px !important;     
    max-width: none !important;   
    max-height: none !important;
    overflow: auto !important; */



    font-weight: bold !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    /* padding: 0 !important;  */
    background: white; 
    /* padding: 20px 5px 20px 20px !important; */
    flex-direction: row-reverse;
    padding: 4px !important;
    max-height: 700px !important;
    align-items: center;
    /* min-height: 100px;*/
    min-width: 300px !important;
       
    /* max-width: 320px; */
    /* width: 368.34px;
    height: 231.33px; */

}

/* .gm-style-iw .gm-style-iw-c{
    min-width: 250px;
    min-height: 100px;

} */

    .gm-style .gm-style-iw > div,
    .gm-style .gm-style-iw > div > div,
    .gm-style .gm-style-iw > div > div > div,
    /* .mapPrompts, */
    .mapPrompts .prompt {
        /* overflow: hidden !important; */
        border-radius: 20px;
        overflow: visible !important;
        text-align: -webkit-center;
    }
    .mapPrompts{
        border-radius: 20px;
        overflow: visible !important;
    }


    .gm-style .gm-style-iw .prompt-mobile {
        margin: -20px auto 0 auto;
        overflow: hidden;
        font-size: 0.85em;
    }

        .gm-style .gm-style-iw .prompt-mobile .promptBtn {
            font-size: 1em;
            /*  white-space: nowrap;*/
            padding: 7px !important;
        }

        .gm-style .gm-style-iw .prompt-mobile h4.availYes,
        .gm-style .gm-style-iw .prompt-mobile h4.availNo {
            background-size: 30px 30px;
            background-position-y: 60% !important;
        }



/*
        .mapPrompts .prompt {
            max-width: 360px;
            margin: 20px;
        }
        
.mapPrompts .prompt:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.mapPrompts p {
  font-weight: bold;
}*/

.mapPrompts {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(12, 65, 89, 0.3);
    z-index: 99999;
    padding: 0 15px;
}

/* .promptForm {
    max-width: 625px;
    width: 100%;
    margin: 9% auto;
    background-color: #fff;
    position: relative;
    padding: 20px;
    max-height: 85%;
    overflow: auto;
    margin: 3% auto;
    border-radius: 16px 16px 16px 16px;
/* 
    width: 261px;
    height: 481px; */
/*} */

.promptForm {
    max-width: 625px;
    width: 100%;
    margin: 9% auto;
    background-color: #fff;
    position: relative;
    border-radius: 16px;
    overflow: hidden; 
    margin: 6% auto;
}

.promptForm-scroll {
    max-height: 80vh;  
    overflow: auto;
    padding: 20px;
}

.linkPrompt {
    height: auto !important;
    max-height: 85% !important;
    margin-top: 5% !important;
}

@media (max-width: 767px) {
    .mapPrompts {
        padding: 0;
    }

    .promptForm {
        width: 300px !important;
        margin-top: 15px !important;
        height: 60%;
        padding: 20px;
        overflow: auto;
        max-height: none;

    }
}

.closeBtn {
    background: url('/static/Styles/images/map/btnClose.png') no-repeat center center;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -18px;
    margin-right: -18px;
}


/* Map Footer Area */

.mapFooterArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
}

.legend {
    list-style-type: none;
    padding: 10px;
    background-color: #fff;
    margin: 0 50px 6px 74px;
}

    .legend-mobile li,
    .legend li {
        display: inline-block;
        border-left: 16px solid transparent;
        padding-left: 7px;
        margin: 2px 0 2px 5px;
    }

        .legend-mobile li.yesCoverage,
        .legend li.yesCoverage {
            border-left-color: #00AAFF;
        }

        .legend-mobile li.bestCoverage,
        .legend li.bestCoverage {
            border-left-color: rgb(255, 204, 0);
        }

@media only screen and (max-width:470px) {
    .mapFooterArea {
        width: 100%;
    }
}


/* Print Area and Link Area */

.PrintArea {
    background: url('/static/Styles/images/map/yes-coverage-map-icons_13.png') no-repeat center center #ffcc00;
    background-size: 40px;
    border: 0;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 15px;
    right: 70px;
    z-index: 999;
}

.print {
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}

.LinkArea {
    background: url('/static/Styles/images/map/yes-coverage-map-icons_14.png') no-repeat center center #ffcc00;
    background-size: 40px;
    border: 0;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}

.Link {
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}

@media only screen and (max-width:443px) {

    /* Mobile Menu */
    .mobileMenu {
        position: absolute;
        top: 11px;
        right: 25px;
        width: 40px;
        height: 40px;
        background-color: #ff0084;
        cursor: pointer;
        padding-top: 11px;
        z-index: 999;
        border-radius: 50%;
    }
        .mobileMenu span {
            width: 20px;
            height: 3px;
            background-color: #565656;
            margin: 3px auto;
            display: block;
        }

    .toggleArea {
        /* width: 180.02px;
        height: 28.4px;
        padding-top: 65px; */
        width: 200px;
        padding-top: 5px;
        margin-top: 35px;
        right: 30px;
    }

        .toggleArea .yes4g {
            font-size: 15px;
            padding: 8px;
        }

        .toggleArea .switch {
            width: 39px;
            height: 27px;
            margin-top: -7px;
        }

        .toggleArea .toggle:before {
            height: 21px;
            width: 21px;
        }
    .promptBtn {
        width: 90% !important;
        height: 32px !important;
    }

    .LArea {
        width: 90% !important;
        height: 32px !important;

    }
    .gm-style .gm-style-iw {
        font-weight: bold !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        padding: 0 !important;
        background: white;
        max-width: 250px !important;
    }
    .desktopPopup {
    /* max-width: 320px; */
        width: 323.95928955078125;
        /* height: 350px; */
    }
    input:checked + .toggleArea .toggle:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    .PrintArea,
    .LinkArea {
        top: 78px;
        margin-right: 10px;
       
    }

    .mobileMenuPrompt {
        display: none;
    }

    /* .gm-style-iw.gm-style-iw-c {
        padding: 20px 5px 20px 20px !important;
        flex-direction: row-reverse;
        /* max-height: 90px !important; */
/* }  */
}

.mobileMenuPrompt {
        z-index: 999;
    }


/* Mobile and Tab View */

.legend-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    list-style-type: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.searchAreabottom-mobile .searchDrop {
    position: fixed;
    bottom: 30px;
    padding: 0;
    width: 100%;
}

    .searchAreabottom-mobile .searchDrop#dvCustomSearch {
        position: absolute;
        top: 65px !important;
        padding: 0 72px 0 15px;
        max-width: 501px;
        width: 100%;
    }

.searchAreabottom-mobile .adp-directions {
    width: 100%;
}

@media (max-width: 767px) {

    .searchAreabottom .searchDrop#dvCustomSearch,
    .searchAreabottom-mobile .searchDrop#dvCustomSearch {
        top: 55px !important;
    }
}


/* Shared */

textarea,
select,
input {
    border: 0;
    background-color: #f3f3f3;
    padding: 10px;
    font: normal 13px 'robotoregular', calibri, arial, sans-serif;
    margin: 5px 0;
    height: 36px;
    width: 100%;
}

textarea {
    height: 90px;
    resize: none;
}

select {
    border-radius: 0 !important;
}

h4.availYes,
h4.availNo,h4.availPd {
    text-align: center;
    margin: 0 auto;
    padding-top: 55px;
    width: 184px;
    height: 77px;
}

h4.availYes {
    /* color: #00aaff; */
    /* color: #FF00FF; */
    /* color: #FF0084; */
    color: #2f3bf5;
    background: url('/static/Styles/images/map/availYes_50x50.png') no-repeat top center;
    /* -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7472%) hue-rotate(300deg) brightness(97%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7472%) hue-rotate(300deg) brightness(97%) contrast(101%); */

    /* -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(5596%) hue-rotate(314deg) brightness(100%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(5596%) hue-rotate(314deg) brightness(100%) contrast(101%); */

    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(4312%) hue-rotate(223deg) brightness(103%) contrast(102%); filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(4312%) hue-rotate(223deg) brightness(103%) contrast(102%);

}

h4.availNo {
    color: #ccc;
    background: url('/static/Styles/images/map/availNo_50x50.png') no-repeat top center;
}

h4.availPd {
    /* color: #00aaff; */
    /* color: #FF00FF; */
    color: #FF0084;
    background: url('/static/Styles/images/map/availYes_50x50.png') no-repeat center top;
    /* background-size: 50px 50px; /* adjust as needed */
    /* width: 70px; 
    height: 50px;  */
    /* display: inline-block;
    position: relative;
    top: -10px;
    z-index: 9999; */
    
    /* -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7472%) hue-rotate(300deg) brightness(97%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7472%) hue-rotate(300deg) brightness(97%) contrast(101%); */

    -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(5596%) hue-rotate(314deg) brightness(100%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(5596%) hue-rotate(314deg) brightness(100%) contrast(101%);

}
h4.availPf {
    /* color: #00aaff; */
    /* color: #FF00FF; */
    color: #FF0084;
    padding:-30px;


}

h4.hostYes {
    background: url('/static/Styles/images/map/network_50x50.png') no-repeat top left 7px;
    min-height: 50px;
    padding: 10px 0 0 80px;
    color: #00aaff;
}
.LArea {
    display: block;
    background-color: #ffffff;
    color: #808080;
    padding: 10px;
    margin-top: 8px;
    /* width: 100%; */
    width: 287px;
    height: 32px;
    border: 1px solid #808080;
    font-size: 13px;
    border-radius: 20px;
    top: -3px;
    position: relative; 
    margin: 8px auto 0 auto;
    cursor: pointer;
    margin-bottom: 15px;

}
.promptBtn {
    display: block;
    /* background-color: #ffcc00; */
    /* background-color: #00008B; */
    background-color: #ff0084;
    color: #fff;
    padding: 10px;
    margin-top: 8px;
    /* width: 100%; */
    width: 287px;
    height: 32px;
    border: 0;
    font-size: 13px;
    border-radius: 20px;
    top: -3px;
    position: relative; 
    margin: 8px auto 0 auto; 
}

    .promptBtn:hover {
        /* background-color: #FF00FF; */
        background-color:#FF0084;
    }

    .promptBtn.blue {
        /* background-color: #00aaff; */
        background-color: #ff0084;
        width:350px;
        cursor: pointer;

    }

        .promptBtn.blue:hover {
            background-color: #ff0084;
        }


input.promptInput {
    background-color: #eee;
    padding: 15px;
    border: 0;
    font: normal 13px 'robotoregular', calibri, arial, sans-serif;
    width: 100%;
}

.note {
    font-weight: normal;
    font-size: 12px;
    color: #333;
}


/* Bootstrap */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

/*------------END------------------***/





/*---general---*/
*, *::before, *::after {
    box-sizing: border-box;
}

textarea, input {
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    border-bottom: 2px solid #C9D7EF;
}


/*-------*/
.font-roboto-reg {
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
}

.font-roboto-lite {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
}

.font-roboto-mid {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.font-roboto-bold {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

.font-vagrnd-lite {
    font-family: 'vagrounded_ltregular', Arial, Helvetica, sans-serif;
}

.font-vagrnd-bold {
    font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
}

.font-wide-latin {
    font-family: 'wide_latinregular', Arial, Helvetica, sans-serif;
}

.txt-arr {
    font-family: 'wide_latinregular', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

/*-------*/

.w30 {
    width: 30%;
}

.w65 {
    width: 65%;
}

.wHalf {
    width: 50%;
}

.wFull {
    width: 100%;
}

.maxW100 {
    max-width: 100px;
}

.maxW200 {
    max-width: 200px;
}

.maxW300 {
    max-width: 300px;
}

.maxW400 {
    max-width: 400px;
}

.maxW500 {
    max-width: 500px;
}

.maxW600 {
    max-width: 600px;
}

.maxW700 {
    max-width: 700px;
}

.maxW800 {
    max-width: 800px;
}

/*---*/
.but-mode {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.but-yellow {
    background-color: #ffc600;
    padding: 10px;
    border: 0px none;
    font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.but-blue {
    background-color: #0faef2;
    padding: 10px;
    border: 0px none;
    font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.but-grey {
    background-color: #eeeeee;
    padding: 10px;
    border: 0px none;
    font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
    color: #0faef2;
    font-size: 18px;
    text-align: center;
}

/*---*/
.font-blue {
    color: #0faef2;
}

.font-yellow {
    color: #ffc600;
}
/*---*/

.main-hdr {
    background-color: #343434;
    overflow-x: hidden;
}

.wrapper {
    width: 1024px;
    margin: 0px auto;
    position: relative;
}

.ctnt-hdr {
    position: relative;
}

.img-hdr {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-hdr {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-loader {
    background-image: url(/static/Styles/images/icons/icon-loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.error-txt {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    color: #fe0000;
    font-size: 12px;
    font-style: italic;
}

.overflow-hidden {
    overflow: hidden;
}

.left-panel {
    float: left;
}

.right-panel {
    float: right;
}

sup {
    font-size: 0.6em;
    position: relative;
    top: 0.1em;
}

.toggle-hdr {
}

    .toggle-hdr.active {
    }

    .toggle-hdr .toggle-tab {
    }

    .toggle-hdr .toggle-ctnt {
    }


ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        padding: 0px;
        margin: 0px 0px 0px 1em;
    }

/*---checkbox---*/
.custom-checkbox {
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        margin-right: 0px;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer;
    }

        input[type="checkbox"] + label span.box {
            background-color: #f6f6f6;
            width: 20px;
            height: 20px;
            margin: 0px 10px 0 0;
            border: 1px solid #c2c2c2;
            vertical-align: top;
            display: inline-block;
            cursor: pointer;
            position: relative;
        }

            input[type="checkbox"] + label span.box:after {
                height: 8px;
                width: 13px;
                border-bottom: 3px solid #0faef2;
                border-left: 3px solid #0faef2;
                content: '';
                transform: rotate(-50deg);
                -webkit-transform: rotate(-50deg);
                position: absolute;
                top: 4px;
                left: 3px;
                display: none;
            }

    input[type="checkbox"]:checked + label span:after {
        display: block;
    }

    input[type="checkbox"] + label .desc-hdr {
        width: calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        font-family: 'robotolight', Arial, Helvetica, sans-serif;
        color: #8b8b8b;
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
    }

        input[type="checkbox"] + label .desc-hdr a {
            color: #0faef2;
            text-decoration: none;
        }

        input[type="checkbox"] + label .desc-hdr .desc-sub {
            font-size: 12px;
        }

/*---radio---*/
.custom-radio {
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        margin-right: 0px;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer;
    }

        input[type="radio"] + label span.box {
            background-color: #f6f6f6;
            width: 23px;
            height: 23px;
            margin: 0px 10px 0 0;
            border: 1px solid #c2c2c2;
            border-radius: 12px;
            vertical-align: top;
            display: inline-block;
            cursor: pointer;
            position: relative;
        }

            input[type="radio"] + label span.box:after {
                background-color: #0faef2;
                height: 15px;
                width: 15px;
                border-radius: 8px;
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                display: none;
            }

    input[type="radio"]:checked + label span:after {
        display: block;
    }

    input[type="radio"] + label .desc-hdr {
        width: calc(100% - 38px);
        width: -webkit-calc(100% - 38px);
        font-family: 'robotolight', Arial, Helvetica, sans-serif;
        color: #8b8b8b;
        font-size: 15px;
        line-height: 23px;
        display: inline-block;
    }

        input[type="radio"] + label .desc-hdr a {
            color: #0faef2;
            text-decoration: none;
        }

        input[type="radio"] + label .desc-hdr .desc-sub {
            font-size: 12px;
        }

/*---dropdown selector---*/
.customDropdownBorder {
    border: 0px none;
    width: 100%;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
}

.customDropdownHolder {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    border: 1px solid #dadada;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    position: relative;
}

    .customDropdownHolder:after {
        background: url(/static/Styles/images/arrows/dd-arr.png) center no-repeat;
        width: 15px;
        height: 50px;
        content: '';
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .customDropdownHolder .customDropdown {
        width: 100%;
        height: 50px;
        -webkit-appearance: menulist-button;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
        font-size: 18px;
        cursor: pointer;
        z-index: 2;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
    }

    .customDropdownHolder .texter {
        height: 50px;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
        color: #565656;
        font-size: 18px;
        line-height: 50px;
        overflow: hidden;
    }

/*---form holder---*/
.form-hdr {
}

    .form-hdr .form-panel {
        margin-bottom: 15px;
    }

.form-panel.wHalf {
    width: 49%;
}

.form-panel.wFull {
}

.form-panel .field-title {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    color: #757575;
    font-size: 16px;
}

    .form-panel .field-title .require-txt {
        font-family: 'robotolight', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

.form-panel .textfield {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    color: #565656;
    font-size: 18px;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
}

    .form-panel .textfield.display {
        background-color: #eeeeee;
        border: 0px;
    }

.form-panel .textarea {
    background-color: #ffffff;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    color: #565656;
    font-size: 18px;
    text-align: left;
    resize: none;
}

    /*----*/
    .form-panel .textfield::-webkit-input-placeholder,
    .form-panel .textarea::-webkit-input-placeholder {
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
        color: #999999;
    }

    /* Firefox 18- */
    .form-panel .textfield:-moz-placeholder,
    .form-panel .textarea:-moz-placeholder {
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
        color: #999999;
    }

    /* Firefox 19+ */
    .form-panel .textfield::-moz-placeholder,
    .form-panel .textarea::-moz-placeholder {
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
        color: #999999;
    }

    .form-panel .textfield:-ms-input-placeholder,
    .form-panel .textarea:-ms-input-placeholder {
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
        color: #999999;
    }
/*----*/

.form-panel .phone-ctry-code {
    width: 30%;
    float: left;
}

.form-panel .phone-no {
    width: 65%;
    float: left;
}

.form-panel .dash-hdr {
    width: 5%;
    height: 50px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.form-panel .count-txt {
    font-size: 14px;
    font-style: italic;
}

.form-panel .error-txt {
    margin-bottom: 5px;
}

.form-panel .form-inner-panel {
}

    .form-panel .form-inner-panel.required {
        position: relative;
    }

        .form-panel .form-inner-panel.required:after {
            content: '*';
            font-family: Arial, Helvetica, Calibri, sans-serif;
            font-size: 20px;
            position: absolute;
            top: -2px;
            right: -10px;
        }


.form-panel.with-but .textfield {
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    border: 1px solid #e0e0e0;
    float: left;
}

.form-panel.with-but .but-mode {
    width: 150px;
    height: 50px;
    border: 1px solid #e0e0e0;
    float: left;
}

/*---filled---*/
.filled .textfield {
    border: 1px solid #3bc7f1;
}

.filled .textarea {
    border: 1px solid #3bc7f1;
}

.filled .customDropdownHolder {
    border: 1px solid #3bc7f1;
}

/*---error---*/
.error .textfield {
    border: 1px solid #ff0000;
}

.error .textarea {
    border: 1px solid #ff0000;
}

.error .customDropdownHolder {
    border: 1px solid #ff0000;
}


/*-----pagination---*/

.pagination-hdr {
}

    .pagination-hdr .but-page {
    }

        .pagination-hdr .but-page.current {
        }

        .pagination-hdr .but-page.but-more {
        }

        .pagination-hdr .but-page.arrow-left {
        }

        .pagination-hdr .but-page.arrow-right {
        }

/*-----------------*/

/*---icons---*/
.icon-support-activation {
    background-image: url(/static/Styles/images/icons/icon-support-activation.png);
}

.icon-support-contactus {
    background-image: url(/static/Styles/images/icons/icon-support-contactus.png);
}

.icon-support-coverage {
    background-image: url(/static/Styles/images/icons/icon-support-coverage.png);
}

.icon-support-download {
    background-image: url(/static/Styles/images/icons/icon-support-download.png);
}

.icon-support-faq {
    background-image: url(/static/Styles/images/icons/icon-support-faq.png);
}

.icon-support-payment-channel {
    background-image: url(/static/Styles/images/icons/icon-support-payment-channel.png);
}

.icon-support-speedtest {
    background-image: url(/static/Styles/images/icons/icon-support-speedtest.png);
}

.icon-support-store-locator {
    background-image: url(/static/Styles/images/icons/icon-support-store-locator.png);
}

.icon-support-yescare {
    background-image: url(/static/Styles/images/icons/icon-support-yescare.png);
}

.secure-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .secure-icon.mc-secure {
        background-image: url(/static/Styles/images/logos/logo-mc-secure.png);
    }

    .secure-icon.visa-verify {
        background-image: url(/static/Styles/images/logos/logo-visa-verify.png);
    }

    .secure-icon.digicert-secure {
        background-image: url(/static/Styles/images/logos/logo-digicert-secure.png);
    }

/*---header---*/
.header-sect {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
}

    .header-sect.relative {
        position: relative;
    }

    .header-sect .logo-main {
        background-image: url(/static/Styles/images/logos/logo-yes.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: block;
    }

    .header-sect .but-navi {
        text-decoration: none;
        display: block;
        cursor: pointer;
        position: relative;
    }

    .header-sect .header-navi-panel {
        font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
    }

    /*---top navi---*/
    .header-sect .top-navi-hdr {
        background-color: #0772a0;
        height: 40px;
    }

        .header-sect .top-navi-hdr .but-navi-hdr {
            float: right;
        }

            .header-sect .top-navi-hdr .but-navi-hdr .but-navi {
                padding: 0px 30px;
                color: #ffffff;
                font-size: 13px;
                text-transform: uppercase;
                line-height: 40px;
                position: relative;
                float: left;
            }

                .header-sect .top-navi-hdr .but-navi-hdr .but-navi:hover {
                    color: #ffc600;
                }

                .header-sect .top-navi-hdr .but-navi-hdr .but-navi.current {
                    background-color: #0faef2;
                    color: #ffffff;
                }

    /*---main navi---*/
    .header-sect .main-navi-hdr {
        background-color: #0faef2;
        position: relative;
    }

        .header-sect .main-navi-hdr .logo-main {
            width: 115px;
            height: 80px;
            margin-left: 30px;
            float: left;
        }

        .header-sect .main-navi-hdr .but-navi-hdr {
            display: none;
            float: left;
        }

            .header-sect .main-navi-hdr .but-navi-hdr .but-navi {
                height: 80px;
                padding: 0px 15px;
                color: #ffffff;
                font-size: 17px;
                line-height: 80px;
                float: left;
            }

                .header-sect .main-navi-hdr .but-navi-hdr .but-navi:hover,
                .header-sect .main-navi-hdr .but-navi-hdr .but-navi.selected {
                    color: #575757;
                }

                .header-sect .main-navi-hdr .but-navi-hdr .but-navi.with-sub {
                    position: relative;
                }

                    .header-sect .main-navi-hdr .but-navi-hdr .but-navi.with-sub.current {
                        color: #ffffff;
                    }

                        .header-sect .main-navi-hdr .but-navi-hdr .but-navi.with-sub.current:after {
                            border-left: 10px solid transparent;
                            border-right: 10px solid transparent;
                            border-top: 10px solid #0faef2;
                            content: '';
                            position: absolute;
                            bottom: -10px;
                            left: calc(50% - 5px);
                            left: -webkit-calc(50% - 5px);
                            z-index: 1;
                        }

        /*----sub navi---*/
        .header-sect .main-navi-hdr .sub-navi-hdr {
            background-color: rgba(77,77,77,0.7);
            width: 100%;
            padding: 20px 0px;
            text-align: center;
            position: absolute;
            top: 80px;
            left: 0px;
        }

            .header-sect .main-navi-hdr .sub-navi-hdr .but-navi-sub {
                width: 140px;
                padding: 10px 0px 5px;
                border-left: 1px solid #ffffff;
                text-decoration: none;
                display: inline-block;
            }

                .header-sect .main-navi-hdr .sub-navi-hdr .but-navi-sub:first-child {
                    border-left: 0px none;
                }

                .header-sect .main-navi-hdr .sub-navi-hdr .but-navi-sub .icon-hdr {
                    background-size: auto;
                    width: 100%;
                    height: 40px;
                    margin-bottom: 10px;
                }

                .header-sect .main-navi-hdr .sub-navi-hdr .but-navi-sub .title-hdr {
                    font-family: 'vagrounded_ltregular', Arial, Helvetica, sans-serif;
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                }

        /*---control---*/
        .header-sect .main-navi-hdr .header-control-panel {
            float: left;
        }

.header-control-panel .but-search {
    background-image: url(/static/Styles/images/icons/icon-search.png);
    background-position: center;
    background-size: 25px 24px;
    background-repeat: no-repeat;
    width: 55px;
    height: 80px;
    margin-right: 15px;
    display: block;
    cursor: pointer;
    float: left;
}

.header-control-panel .hlight-ctrl-hdr {
    background-color: #ffc600;
    float: left;
}

    .header-control-panel .hlight-ctrl-hdr .but-control {
        height: 80px;
        padding: 15px 0px 0px;
        text-decoration: none;
        cursor: pointer;
        position: relative;
        float: left;
    }

        .header-control-panel .hlight-ctrl-hdr .but-control .ctnt-hdr {
            padding: 0px 25px;
            border-left: 1px solid #565656;
        }

        .header-control-panel .hlight-ctrl-hdr .but-control:first-child .ctnt-hdr {
            border-left: 0px none;
        }

        .header-control-panel .hlight-ctrl-hdr .but-control .ctnt-hdr .icon-hdr {
            width: 100%;
            height: 30px;
            margin-bottom: 8px;
        }

        .header-control-panel .hlight-ctrl-hdr .but-control .ctnt-hdr .title-hdr {
            font-family: 'vagrounded_ltregular', Arial, Helvetica, sans-serif;
            color: #565656;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
        }

        .header-control-panel .hlight-ctrl-hdr .but-control.pay .icon-hdr {
            background-image: url(/static/Styles/images/icons/icon-pay-grey.png);
        }

        .header-control-panel .hlight-ctrl-hdr .but-control.myacc .icon-hdr {
            background-image: url(/static/Styles/images/icons/icon-myacc-grey.png);
        }

        .header-control-panel .hlight-ctrl-hdr .but-control.coverage {
            display: none;
        }

            .header-control-panel .hlight-ctrl-hdr .but-control.coverage .icon-hdr {
                background-image: url(/static/Styles/images/icons/icon-coverage-grey.png);
            }

/*---search panel---*/
.header-sect .header-search-panel {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
    position: absolute;
    top: 120px;
    left: 0px;
    display: none;
}

    .header-sect .header-search-panel .but-trigger-search {
        background-image: url(/static/Styles/images/icons/icon-search-panel.png);
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70%;
        width: 40px;
        height: 40px;
        border: 0px none;
        cursor: pointer;
        display: block;
        float: left;
    }

    .header-sect .header-search-panel .search-field {
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        height: 40px;
        border: 0px none;
        font-family: 'robotolight', Arial, Helvetica, sans-serif;
        color: #585858;
        font-size: 16px;
        line-height: 40px;
        float: right;
    }

/*---mobile header---*/
.header-sect .header-navi-mobile {
    background-color: #0faef2;
    height: 50px;
    border-bottom: 1px solid #ffffff;
    display: none;
}

    .header-sect .header-navi-mobile .logo-main {
        width: 60px;
        height: 50px;
        margin-left: 20px;
        float: left;
    }

    .header-sect .header-navi-mobile .header-navi-ctrl {
        float: right;
    }

        .header-sect .header-navi-mobile .header-navi-ctrl .but-control {
            width: 50px;
            height: 50px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 30%;
            border-left: 1px solid #ffffff;
            display: block;
            cursor: pointer;
            float: left;
        }

            .header-sect .header-navi-mobile .header-navi-ctrl .but-control.but-search {
                background-image: url(/static/Styles/images/icons/icon-mobile-search.png);
            }

            .header-sect .header-navi-mobile .header-navi-ctrl .but-control.but-myacc {
                background-image: url(/static/Styles/images/icons/icon-myacc-white.png);
            }

            .header-sect .header-navi-mobile .header-navi-ctrl .but-control.but-mobile {
                background-image: url(/static/Styles/images/icons/icon-mobile-more.png);
                background-color: #ffc600;
            }

                .header-sect .header-navi-mobile .header-navi-ctrl .but-control.but-mobile.active {
                    background-image: url(/static/Styles/images/icons/icon-mobile-close.png);
                    background-color: #ffc600;
                    background-size: 25%;
                }

/*---footer---*/
.footer-sect {
    background-color: #343434;
    padding: 50px 0px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

    .footer-sect a {
        text-decoration: none;
    }

    .footer-sect .logo-ctm {
        background: url(/static/Styles/images/logos/logo-ctm.png) top left no-repeat;
        width: 150px;
        padding-top: 75px;
        margin-top: 20px;
        color: #9a9a9a;
        font-size: 10px;
        display: block;
    }

    .footer-sect .but-top {
        background-image: url(/static/Styles/images/arrows/footer-arr-top.png);
        background-color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        width: 65px;
        height: 65px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -90px;
        right: 0px;
    }


    .footer-sect .footer-quicklink-panel-hdr {
        font-size: 13px;
        float: left;
    }

        .footer-sect .footer-quicklink-panel-hdr .footer-quicklink-panel {
            width: 190px;
            margin-right: 20px;
            float: left;
        }

            .footer-sect .footer-quicklink-panel-hdr .footer-quicklink-panel .footer-quicklink {
                margin-bottom: 0.6em;
                color: #ffffff;
                display: block;
            }

                .footer-sect .footer-quicklink-panel-hdr .footer-quicklink-panel .footer-quicklink.title {
                    margin-bottom: 1em;
                    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
                    font-weight: bold;
                }

                .footer-sect .footer-quicklink-panel-hdr .footer-quicklink-panel .footer-quicklink.sect-title {
                    margin-bottom: 1.2em;
                }

    .footer-sect .footer-quicklink-web {
    }

    .footer-sect .footer-quicklink-mobile {
        display: none;
    }

    .footer-sect .footer-quicklink-panel .footer-quicklink-web {
        margin-top: 2.2em;
    }


    .footer-sect .footer-support-panel-hdr {
        text-align: right;
        float: right;
    }

        .footer-sect .footer-support-panel-hdr .title {
            font-family: 'robotomedium', Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: bold;
        }

        .footer-sect .footer-support-panel-hdr .info-phone {
            font-size: 25px;
        }

        .footer-sect .footer-support-panel-hdr .info-opt-hr {
            margin-bottom: 35px;
            font-size: 10px;
        }

        .footer-sect .footer-support-panel-hdr .info-email {
            color: #0caaec;
            font-size: 18px;
        }

        .footer-sect .footer-support-panel-hdr .social-hdr {
            margin-top: 30px;
        }

            .footer-sect .footer-support-panel-hdr .social-hdr .social-icon {
                background-position: center;
                background-repeat: no-repeat;
                background-size: 45%;
                width: 35px;
                height: 35px;
                display: inline-block;
            }

                .footer-sect .footer-support-panel-hdr .social-hdr .social-icon.fb {
                    background-image: url(/static/Styles/images/icons/icon-social-fb.png);
                    background-color: #1684ce;
                    background-size: 25%;
                }

                .footer-sect .footer-support-panel-hdr .social-hdr .social-icon.tweet {
                    background-image: url(/static/Styles/images/icons/icon-social-twitter.png);
                    background-color: #2ccfe4;
                }

                .footer-sect .footer-support-panel-hdr .social-hdr .social-icon.insta {
                    background-image: url(/static/Styles/images/icons/icon-social-insta.png);
                    background-color: #c4964e;
                }

                .footer-sect .footer-support-panel-hdr .social-hdr .social-icon.gplus {
                    background-image: url(/static/Styles/images/icons/icon-social-gplus.png);
                    background-color: #db2020;
                }


    .footer-sect .footer-btm-panel-hdr {
        margin-top: 30px;
    }

        .footer-sect .footer-btm-panel-hdr .footer-panel-corp {
            font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
            float: left;
        }

            .footer-sect .footer-btm-panel-hdr .footer-panel-corp .info-powered {
                color: #0faef1;
                font-size: 18px;
                text-transform: uppercase;
            }

            .footer-sect .footer-btm-panel-hdr .footer-panel-corp .info-id {
                color: #818080;
                font-size: 10px;
            }

        .footer-sect .footer-btm-panel-hdr .footer-panel-secure {
            float: right;
        }

            .footer-sect .footer-btm-panel-hdr .footer-panel-secure .secure-icon {
                height: 36px;
                margin-left: 10px;
                display: inline-block;
            }

                .footer-sect .footer-btm-panel-hdr .footer-panel-secure .secure-icon.mc-secure {
                    width: 70px;
                }

                .footer-sect .footer-btm-panel-hdr .footer-panel-secure .secure-icon.visa-verify {
                    width: 55px;
                }

                .footer-sect .footer-btm-panel-hdr .footer-panel-secure .secure-icon.digicert-secure {
                    width: 50px;
                }

/*---content---*/

.content-sect {
    background-color: #ffffff;
    padding-top: 120px;
    position: relative;
}


/*---promo banner---*/

.promo-bnr-sect {
    position: relative;
}

    .promo-bnr-sect .promo-bnr-panel-hdr {
        position: relative;
    }

        .promo-bnr-sect .promo-bnr-panel-hdr .promo-bnr-panel {
            width: 100%;
            display: block;
        }

            .promo-bnr-sect .promo-bnr-panel-hdr .promo-bnr-panel img {
                width: 100%;
                height: auto;
                border: 0px none;
            }

            .promo-bnr-sect .promo-bnr-panel-hdr .promo-bnr-panel .promo-web {
            }

            .promo-bnr-sect .promo-bnr-panel-hdr .promo-bnr-panel .promo-mobile {
                display: none;
            }

    .promo-bnr-sect .promo-bnr-navi-hdr {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 75px;
        left: 0px;
    }

        .promo-bnr-sect .promo-bnr-navi-hdr .but-dot {
            background-color: #ffffff;
            width: 10px;
            height: 10px;
            margin: 0px 2px;
            border-radius: 5px;
            display: inline-block;
            cursor: pointer;
        }

            .promo-bnr-sect .promo-bnr-navi-hdr .but-dot.current {
                background-color: #1d1d1b;
            }

/*---content body---*/
.content-body-sect {
    position: relative;
}

    .content-body-sect .inner-ctnt-hdr {
        position: relative;
        top: -55px;
    }

/*---tab---*/
.panel-tab-hdr {
}

    .panel-tab-hdr .panel-tab {
    }

        .panel-tab-hdr .panel-tab.current {
        }

.panel-ctnt-hdr {
}

/*-----------popup----------*/

.popup-screen {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 150;
    top: 0px;
    display: none;
}

.popup-bg {
    background: #000000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 149;
}

.popup-table {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 150;
}

.popup-content {
    display: block;
    zoom: 1;
    /* *display: inline; */
    position: relative;
}

.popup-but-close {
    background: url(/static/Styles/images/buttons/popup-but-close.png) center/10px 12px no-repeat;
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}

.popup-content-holder {
    background-color: #ffffff;
    width: 80%;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    text-align: left;
    position: relative;
}

.popup-title {
    margin-bottom: 20px;
    font-family: 'vagrounded_btregular', Arial, Helvetica, sans-serif;
    color: #0faef2;
    font-size: 22px;
}

.popup-inner-holder {
    padding: 40px;
}

    .popup-inner-holder .desc-hdr {
        margin-bottom: 20px;
        font-family: 'robotolight', Arial, Helvetica, sans-serif;
        color: #565656;
        font-size: 15px;
    }


/*----popup general------*/
.popup-general .popup-content-holder {
    max-width: 510px;
    text-align: center;
}

.popup-general .popup-title {
}

.popup-general .desc-hdr {
}

.popup-general .but-hdr {
}

    .popup-general .but-hdr .but-mode {
        width: 100%;
        max-width: 260px;
        padding: 15px;
        margin-bottom: 10px;
    }


.directionbody {
    background-color: white;
    max-height: 188px;
    overflow-y: auto;
    width: 100%;
}

.directionbody-mobile {
    background-color: white;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
}

.cartodb-logo
{
    display:none !important;
}
/* 
#ulRoadShows{
    
    background-color: #ff33dd;
 } */

.gm-style-iw-d {
    min-width: 250px;
    min-height: 70px;
    align-content: center;
}