﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.form-horizontal .control-label {
    padding-top: 0px !important;
}
.thumbnail {
    margin-bottom:0px !important; 
}
.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.photo-fix {
width:168px !important; height:126px !important; background-color:white !important;
}
.tight-0 {
padding:0px;
}
.tight-5 {
padding:5px;
}
.tight {
padding:2px;
}
.mt-0{
    margin-top:0px;
}
.mt-2{
    margin-top:2px;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}

.mb-0{
    margin-bottom:0px;
}
.mb-2{
    margin-bottom:2px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-40{
    margin-bottom:40px;
}
.pl-0{
    padding-left:0px;
}
.pl-2{
    padding-left:2px;
}
.pl-5{
    padding-left:5px;
}
.pl-10{
    padding-left:10px;
}
.pr-0{
    padding-right:0px;
}
.pr-2{
    padding-right:2px;
}
.pr-5{
    padding-right:5px;
}
.pr-10{
    padding-right:10px;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #000;
  border-color: #000;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active{
    color:#fff !important;
  background-color: #000;
  border-color: #000;
}
.sn-dd-menu{
        top: -1px;
    left: 99%;    
    padding:0px;
}
.sn-dd-menu > li > a{            
    color: #fff !important;
    font-size:11px;
    padding:12px 30px;
    text-decoration:none !important;    
    background-color: #000000;
    opacity: 1;
}
.sn-dd-menu > li > a:hover{            
    color: #fff;    
    background-color:#2C333E !important;
    opacity:1;
}
.sn-dd-menu > li{
    color: #fff;
    background-color:#000;
    text-decoration:none !important;    
}
    .onoffswitch {
        position: relative; width: 93px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #FFFFFF; border-radius: 3px; margin-bottom:0px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
        font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ENABLED";
        padding-left: 11px;
        background-color: #17A149; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "DISABLED";
        padding-right: 11px;
        background-color: #EEEEEE; color: #999999;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 14px; margin: 6.5px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 64px;
        border: 2px solid #FFFFFF; border-radius: 3px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }
    .chatbox-username{
        font-size:12px; line-height:17px; max-width:50px; overflow:hidden; text-overflow:ellipsis; font-weight:bold;
    }
    .chatbox-message{
        font-size:14px;
    }
    .ui-chatbox-titlebar{
        border:1px solid #C9C9C9;
    }
    .ui-dialog-header > span{
        color:#2c333e;
    }
    .bg-light-blue{
        background-color:#e5f9ee;
    }
    .chatbox-color-blue{
        color:#018bcb;
        cursor:pointer;
    }
        .floating-label > input {
            font-size: 13px;
            padding: 10px;
            height: 30px;
            border: none;
            border: solid 1px #919599;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .floating-label > input:focus {
            /*border-bottom: solid 1px #018BCB;*/
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .floating-label {
            position: relative;
            margin-bottom: 10px;
        }

        .floating-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 3%;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
        }
        .floating-label > input:not(:placeholder-shown) {
            padding: 10px;           
        }

        .floating-label > input:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .floating-label > input:not(:-ms-input-placeholder) {
            padding: 10px;           
        }

        .floating-label > input:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
    .hp-title{
        text-align:center; font-size:16px; font-family:'Montserrat' !important; font-weight:bold; color:#333; margin-top: 4%; margin-bottom: 4%; min-height:36px;
    }
    .hp-text{
        text-align:center; font-size:13px; font-weight:normal; color:#333;
        min-height:50px; margin-bottom:0px; line-height:1;
    }
    .hp-icon{
        color:#4D4D4D; font-size:4em;
    }
    .hp-box{
        padding:3%; border:1px solid #D8D9DB; border-radius:4px; background-color:#fff; min-height:200px;          
        box-shadow:0 0.5px 2px 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.1), 0 1.5px 0.5px -1px rgba(0,0,0,.1);
        transition:.3s;
    }
    .hp-box:hover{
        transition:.3s;
         box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }
    .isInputBox{
        width: 100%;
        padding-right: 1px;
        padding: 3px;
        font-size: 1.3rem;
        font-weight: bold;
        border-radius: 4px;
        color:#444;
        background-color:#fff;
    }
    .isNoteDIV{
        border:1px solid #999;
        background-color:rgba(247, 202, 76, .7);
        padding:2px;
    }
    .isNoteText{
        margin-bottom:0px;
        font-size:11px;
        padding:5px;
    }
    .isBMWNoteDIV{
        border:1px solid #999;
        background-color:rgba(247, 202, 76, .7);
        padding:2px;
        display:none;
    }
    .isBMWNoteText{
        margin-bottom:0px;
        font-size:11px;
        padding:2px 5px;
    }
    .pHeaderText{
        margin-top: 0;
        margin-bottom: 0;
        padding-left:3%;
        color: #da0000;
        font-weight: bold;
        font-size: 1.8rem;
    }
    .pHeaderArrow{
        color: #da0000 ;
        font-size: 20px;
        top: -1px;
    }
    .pSubHeaderTitle{
        color:black;
        margin-top: 2px;
        margin-bottom: 0px;
        font-size:16px;
    }
    .pSubHeaderText{
        color:#777;
    }
    .sn-plus{            
        top:30%;
        left: 68%;
        font-size: 11px;
        position: absolute;
    }
    .sn-title{
        text-align:center;
        line-height:10px;
    }
    

    .bills-input{
        border: 0;
        border-bottom: 1px solid #696969;
        box-shadow: 0 0 0 0;
        border-radius: 0px;
        padding-left: 0px;
        height:32px;
        color:#000;        
        outline:none;   
    }
    .bills-input:focus{
        outline:none;
        box-shadow: 0 0 0 0;
    }
    
    .bills-label{
        margin-top: 0.2%;
        color: #696969;
        font-weight: normal;
        font-size: 13px;
    }
    .bills-counter{
        margin-top: 0%;
        color: #696969;
        font-weight: normal;
        font-size: 10px;
        text-align:right;
        width:100%;
        margin-bottom:0px;
        height:15px;
    }
    [data-toggle="collapse"] .pHeaderText {    
  color:purple;
  font-weight:bold;
  font-size:2rem;
}

[data-toggle="collapse"].collapsed .pHeaderText {  
  color:green;
}
      
.fadedOut{
    position: absolute; width: 100%; height: 100%; background-color:rgb(10, 10, 10); top: 0; left: 0; opacity:0.2;
}
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
    [data-toggle="collapse"] .fa:before {  
  content: "\f054";
  color:red;
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f054";
  color:#222;
}
.scoupon-counter{
    background-color:#9CE8BE; width:100%; height:100%; margin-bottom:0px; font-size: 10px; min-height: 28px; font-style:italic; text-align:center; color: #444; border: 0px; padding: 6px 12px; border-radius: 4px;
}
.scoupon-TextDIV {
    padding: 0px;
    padding-right: 2%;
    color: #999;
    text-align: right;
}
     .scoupon-input{
                
     }   
     .scoupon-InputDIV{
         padding:0px;
     }
     .sCouponPanelBody{
        background-color: #f5f5f5 !important;
        padding: 10px;
     }
.currency {
  padding-left:12px;
}

.currency-symbol {
  position:absolute;
  padding: 4px 0px 5px 5px;
  font-weight:bold;
  left:0;
}
.percent-symbol {
  position:absolute;
  padding: 4px 0px 5px 5px;
  font-weight:bold;
}
.isDescText{
    text-align:right; color:#999;
}

.inv-checkbox {
    float: left;
    width: 13%;
    height: auto;
}

.inv-checkbox-text {
    float: left;
    width: 87%;
    height: auto;
    color: #333;
    margin-top:3px;
}  
.popover{
    border:1px solid red;
    min-width:200px;
}
.popover.right > .arrow {
    border-right-color:red;
}
*{
    padding:0;
    margin:0;
}
.enabled-box {
height:20px !important;
width:20px !important
}
   
@font-face {
    font-family: roboto;
    src: url(/content/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto;
    src: url(/content/fonts/Roboto/Roboto-Bold.ttf);
    font-weight:bold;
}
@font-face {
    font-family: roboto;
    src: url(/content/fonts/Roboto/Roboto-Italic.ttf);
    font-style:italic;
}
@font-face {
    font-family: roboto;
    src: url(/content/fonts/Roboto/Roboto-BoldItalic.ttf);
    font-style:italic;
    font-weight:bold;
}
@font-face {
    font-family: robotoLight;
    src: url(/content/fonts/Roboto/Roboto-Light.ttf);    
}
@font-face {
    font-family: robotoThin;
    src: url(/content/fonts/Roboto/Roboto-Thin.ttf);    
}
@font-face {
    font-family: robotoMedium;
    src: url(/content/fonts/Roboto/Roboto-Medium.ttf);    
}

@font-face {
    font-family: robotoBold;
    src: url(/content/fonts/Roboto/Roboto-Bold.ttf);    
}
@font-face {
    font-family: robotoBlack;
    src: url(/content/fonts/Roboto/Roboto-Black.ttf);    
}
h1{
    font-family: roboto !important;
}
h2{
    font-family: roboto;
}
h3{
    font-family: roboto;
}
h4{
    font-family: roboto;
}
h5{
    font-family: roboto;
}
p{
    font-family: roboto;
}
span{
    font-family: roboto;
}
li{
    font-family: roboto;
}
label{
    font-family: roboto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
      
    font-family: roboto;    
}
.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotationFancy .6s infinite linear;
   -moz-animation: rotationFancy .6s infinite linear;
   -o-animation: rotationFancy .6s infinite linear;
   animation: rotationFancy .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotationFancy {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotationFancy {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotationFancy {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotationFancy {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
@-webkit-keyframes fadeErrorBorder {
   0% {
    border-color: #fbfbfb;
  }
  50% {
    border-color: #C8312F;
  }
  100% {
    border-color: #fbfbfb;
  }
}

@keyframes zoominout {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.zoominout {
	animation: zoominout 1s;
}

.tbHeader{            
            background-image: url(/Content/Images/table_arrow_small_both.png);
            background-repeat:no-repeat;
            background-position-x: 99%;
            background-position-y: 49%;
            padding-right:1%;            
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        tr:nth-of-type(odd) {
            background: #eee;
        }

        th {
            background: #333;
            color: white;
            font-weight: bold;
        }

        td, th {
            padding: 6px;
            border: 1px solid #ccc;
            text-align: left;
        }

.tabrow {
  text-align: center;
  list-style: none;
  margin: 8px 0 0px;
  margin-bottom:-1px;
  padding: 0;
  line-height: 35px;
  height: 37px;
  overflow: hidden;
  font-size: 12px;  
  position: relative;
}

.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 30px;
}

.tabrow a {
  color: #555;
  text-decoration: none;
}

.tabrow li.selected {
  background: #FFF;
  color: #333;
  /*z-index: 2;*/
  border-top-color: #FFF;
  border-bottom-color: #FFF;
  border-bottom-right-radius:6px;
  border-bottom-left-radius: 0px;
}

.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #D1D1D1;
  z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  content: " ";
}

.tabrow li:before  {
  left: -7px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 2px 0px 0 #ECECEC;
}

.tabrow li:after {
  right: -7px;
  border-top-left-radius: 6px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -2px 0px 0 #ECECEC;
}

.tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

.tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
textarea {
    width:100%;
}

.check-box {
    height:20px !important;
    width:20px !important;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.arrow_box {
            position: relative;
        }

        .arrow_box:after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0px;
            width: 0;
            height: 0;
            border-top: 30px solid transparent;
            border-left: 30px solid #ddd;
            border-bottom: 30px solid transparent;
        }

        .arrow_box:before {
            content: "";
            position: absolute;
            left: 100%;
            top: -8px;
            width: 0;
            height: 0;
            border-top: 39px solid transparent;
            border-left: 39px solid #333;
            border-bottom: 39px solid transparent;
        }

        .arrow_box_active {
            position: relative;
        }

        .arrow_box_active:after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0px;
            width: 0;
            height: 0;
            border-top: 30px solid transparent;
            border-left: 30px solid #428bca;
            border-bottom: 30px solid transparent;
        }

        .arrow_box_active:before {
            content: "";
            position: absolute;
            left: 100%;
            top: -8px;
            width: 0;
            height: 0;
            border-top: 39px solid transparent;
            border-left: 39px solid #333;
            border-bottom: 39px solid transparent;
        }
    /*h4 {
        font-weight: bold;
        line-height: 20px;
        font-size: 22px;
        color: #333;
        font-style: italic;
    }*/

    .active-h4 {
        color: white !important;
        text-shadow: 0px 2px 2px #555;
        font-style: normal !important;
    }
    .page-link {
        color: #357ebd !important;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor:pointer;
    }
    .step-container {
        float: left;
        background-color: #ddd;
        width: 225px;
        height: 60px;
    }
    .active-container {
        background-color: #428bca !important;
    }
    .step-main-container {
        height: 60px; 
        background-color: #ddd;
        padding: 0px; 
    }

    .whiteLeftBorder{
        border-left:2px solid #fff;
    }
    .redLeftBorder{
        border-left:2px solid red;
    }

#crop-h4 {
    padding: 10px 0px 10px 10px;
}
#photo-h4{
    padding: 10px 0px 10px 25px;
}
#details-h4 {
    padding: 10px 0px 10px 40px;
}
#review-h4{
    padding: 10px 0px 10px 35px;
}
.staff-container {
    background-color: #eee; overflow: auto; max-height: 154px; min-height:154px;
}
.staff-languages, .staff-phone, .staff-certifications {
    font-size:12px;

}
.bonusCashCB{
    text-align: left; float: left; width: auto; height: 20px; width: 20px; margin-top: 2px; margin-left:10px !important;
}
.staff-languages > strong, .staff-phone > strong, .staff-certifications > strong {
    font-size:11px; color:#555
}
#ListPriceRange {
    float: left;
margin-left: 5px;
margin-top:-1px;
    }
#ListPriceMin, #ListPriceMax {
width:60px;
}

.paBox{
    background-color:white; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); margin-bottom: 16px;
}

.paBoxItem-Container{
    cursor: pointer; position: relative; text-align: left;
}
.paBoxItem-Box{
    box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); text-align:center; margin-bottom:20px;
}
.kpiTitle{
    margin-bottom:5px;
}
.kpiTitleContainer{
    /*border-bottom: 1px solid #444;*/ 
    display: inline-block;
    width:100%;
}
.paBoxValue{
    margin-top:0px; margin-bottom:0px; font-weight: bold;line-height: 29px;
}
.paBoxValueChange{
    margin-top:2px;
}
.mainBox {
        cursor:pointer;
        position: relative;
        z-index: 200;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        border-radius: 4px;
        /*box-shadow: 0 10px 25px rgba(50,50,93,.1), 0 8px 20px rgba(0,0,0,.07);*/        
        box-shadow:0 5px 20px rgba(50, 79, 93, 0.69), 0 8px 20px rgba(0,0,0,.07);
    }
    .mainBox:hover {
        /*box-shadow: 0 7px 15px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);*/        
        box-shadow:0 5px 15px rgba(50, 79, 93, 0.69), 0 5px 15px rgba(0,0,0,.07);
    }
    .mainBox-guide {
        padding: 20px 15px 25px 2px;
        text-align: right;
        border-bottom: 2px solid #f6f9fc;
        position: relative;
    }
    .mainBox-guide .icon {
        position: absolute;
        left: -4%;
        bottom: 25%;
    }
    .bButton{
        border: 2px solid red;
        border-bottom-width: 3px;
        padding: .5%;
        box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
        background: #fff;        
        font-size: 12px;
        font-family: roboto;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;        
        border-radius: 4px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: red;              
        -moz-appearance: none !important;     
    }
    .bbButton{
        color: red;         
        border: 1px solid #fff0;      /* Fixes Hover Spacing Issues */
        border-bottom: 2px solid red;        
        padding: 3px 5px 1px 5px;
        background: #fff0;
        font-size: 12px;
        font-family: roboto;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;             
        text-decoration:none;
        -moz-appearance: none !important;
    }

    .bbButton.DD{
        color: red;
        border: 1px solid #fff0;      
        border-bottom: 1px solid red;
        padding: 2px !important;
        padding-bottom: 0px !important;    
        background: #fff0;
        font-size: 12px;
        font-family: roboto;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .025em;             
        text-decoration:none;
        -moz-appearance: none !important;
    }

    .bbButton.blue{
        border-bottom: 2px solid #018BCB;
        color: #018BCB;        
    }
    
    .bButton.large{
        font-size: 18px;
        border-width: 2px !important;
        border-bottom-width: 5px !important;
        padding: .7% !important;
    }

    .bButton.blue{
        border: 2px solid #018BCB;
        color: #018BCB;        
    }

    .bbButton:hover {                
        color:red;                
        text-decoration:none;   
        border: 1px solid red;
        border-bottom: 2px solid red;    
    }

    .bButton:hover {        
        background-color:red;
        color:#fff;
        text-decoration:none;
    }

    .bbButton.blue:hover {        
        color:#018BCB;  
        border: 1px solid #018BCB;
        border-bottom: 2px solid #018BCB;
    }

    .bButton.blue:hover {        
        background-color:#018BCB;                
    }

    .borderedDD{
        border: 1px solid #565656;
        border-bottom: 2px solid #555;
        padding: 5px;
        margin-bottom:1%;
        box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
        background: #fff;
        border-radius: 4px;
        font-size: 14px;
        font-family: roboto !important;
        /*font-weight: 600;*/
        letter-spacing: .025em;
        color: #444;
        width:auto;
    }    
    .borderedDD:hover {                       
        color:#018BCB;
    }
    .borderedDD.red{
        border: 2px solid red;              
        color: red;        
    }
    .borderedDD.red:hover{                    
        color:red;   
    }
    .borderedDD.black{
        border: 2px solid #444;              
        color: #444;        
    }
    .borderedDD.black:hover{                    
        color:#444;   
    }
     .pw-DD{
        border: 1px solid #707070;        
        padding: .55em;
        margin-bottom:1%;
        background: #fff;
        border-radius: 2px;
        font-size: 1em;
        font-family: roboto !important;        
        color: #333;
        width:auto;
        max-width: 100%;
    } 
     
    .solidDD{
        border: 2px solid #018BCB;
        color: #fff;        
        background: #018BCB;
        padding: .3% !important;
        box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);        
        border-radius: 4px;
        font-size: 14px;
        font-family: roboto;
        font-weight: 600;        
        letter-spacing: .025em;
        border-radius: .25rem;    
        -moz-appearance: none !important;
    }    
    .solidDD:hover {                       
        border: 2px solid #018BCB;
        color: #018BCB;        
        background: #fff;
        -moz-appearance: none !important;
    }
    .solidDD.red{
        border: 2px solid red;
        color: #fff;        
        background: red;      
    }
    .solidDD.red:hover{                    
        color:red;  
        background-color:#fff;
    }
    
    .solidButton{
        color: #fff;
        background: red;
        border: 2px solid red;
        border-bottom-width: 3px !important;
        padding: .5% !important;
        box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);        
        font-size: 12px;
        font-family: roboto;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;        
        border-radius: 4px;   
    }
    .solidButton:hover{
        color: red;
        background: #fff;
        border: 2px solid red;
    }
    .solidButton.blue{
        background-color:#018BCB;
        border-color:#018BCB;
    }
    .solidButton.blue:hover{
        color: #018BCB;
        background: #fff;
        border: 2px solid #018BCB;
    }

    .common-Input:hover {        
        box-shadow: 0px 0px 0px rgba(50,50,93,.11), 0 0px 0px rgba(255, 3, 3, 0.97);
        text-decoration:none;
    }
    .common-Input {
        cursor: pointer;
        font-size: 1.1em;
        color: #222;
        background-color: white;
        font-weight: normal;
        text-transform: none;
        padding: 2px;
        white-space: nowrap;
        display: inline-block;      
        box-shadow: 0px 0px 0px rgba(50,50,93,.11), 0 0px 0px rgba(255, 3, 3, 0.97);
        border-radius: 4px;        
        transition: all .15s ease;
    }
    .common-Text{        
        font-size: 1.1em;
        color: #222;
        background-color: white;
        font-weight: bold;
        text-transform: none;
        padding: 2px;
        white-space: nowrap;
        display: inline-block;      
        box-shadow: 0px 0px 0px rgba(50,50,93,.11), 0 0px 0px rgba(255, 3, 3, 0.97);         
        transition: all .15s ease;
        text-align:right;
    }

    .invTitle{
        font-size:16px;
        cursor:pointer;
        float:left;
        padding:0px;
        padding-right:5px;
        padding-left:1%;
        margin-top:2px;
        font-weight:bold;
    }
    
    .mainBox-Title{
        font-size: 1.47em;
        margin-top:2%;
        font-weight:bold;
    }
    .mainBox-text{
        min-height:80px;
    }
 
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		/*width: 60%;*/
        width:1200px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
	}
	
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}
    .toggleHighlightPanelHeader{
        background-color: rgb(145, 149, 153, .2) !important;        
    }
    .toggleHighlightPanel{
        background-color:#018BCB !important;        
    }
    .toggleHighlightPanel > i{        
        transform: rotate(90deg) !important;
    }
    .is-faux-tr-row{
        font-size: .8em;
    }
    .is-faux-tr-row:hover{
            background-color: rgb(145, 149, 153, .2);
    }
    .is-faux-tr-row:hover .is-faux-hidden-field{        
        display:block;
    }
    .is-faux-hidden-field{
        display:none;
    }
    .glyphicon-ring .glyphicon-bordered {
      font-size: 60px;
      vertical-align: middle;
      display: table-cell;
    }

    .glyphicon-white {
      background: white;
      color: black;
      border: 4px solid black;
    }
    .glyphicon-teal {
      background: teal;
      color: orange;
    }
    .glyphicon-red {
      background: red;
    }
    .glyphicon-blue {
      background: #04a4da;
    }

    .specPanelBody{
        background-color: #f5f5f5 !important;        
        padding: 10px 15px;
    }
    .specInput-TextDIV{
        padding:2px;
        padding-right:1%;
        color:#999;
        text-align:right;
    }
    .specInput-TextText{
        vertical-align:sub;
        color:#999;
    }
    .specInput-InputDIV{
        padding:2px;
    }
    .specInput-InputInput{
        float:left;
        max-width:45%;
    }
    .specInput-InputText{
        margin-top:5px;
        float:left;
    }

     .is-veh-status-indicator.red{
         background-color: #C8312F;
     }
     .is-veh-status-indicator.orange{
         background-color: #F78E4C;
        }          
     .is-veh-status-indicator.yellow{
         background-color:#F7CA4C;
     } 

.is-ck-checked {
    background-color:#F8DA84 !important;
}
        .is-vd-label > div.is-vd-textarea:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > div.is-vd-textarea:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > div.is-vd-textarea:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label > div.is-vd-textarea:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > div.is-vd-textarea:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-photo-fix:hover > img{
            opacity:.5;
        }
    #drop-zone input {       
        position: absolute;        
        cursor: pointer;
        left: 0px;
        top: 0px;        
        opacity:0;
    }

    /*Important*/
    #drop-zone.mouse-over {
        border: 1px dashed rgba(0,0,0,.5);
        color: rgba(0,0,0,.5);
    }
                    div.is-vd-show-image:hover p {
                        display: block;
                    }

                    div.is-vd-show-image p {
                        position: absolute;
                        display: none;
                    }
           select option[data-default] {
  color: #999999;
}           
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
         input[type="checkbox"].toggleCB {
                    opacity: 0;
                    position: absolute;
                    left: -99999px;
                }
         
                        input[type="checkbox"].toggleCB + label .off, input[type="checkbox"].toggleCB + label .on {
                            color: #C9C9C9;
                        }
                        input[type="checkbox"].toggleCB + label .on {
                            display: none;
                        }

                    input[type="checkbox"].toggleCB:checked + label .off {
                        display: none;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-onText {
                        display: none;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-offText {
                        display: none;
                    }

                    
         input[type="checkbox"].toggleCB-shrink {
                    opacity: 0;
                    position: absolute;
                    left: -99999px;
                }
         
                        input[type="checkbox"].toggleCB-shrink + label .off, input[type="checkbox"].toggleCB-shrink + label .on {
                            color: #C9C9C9;
                        }
                        input[type="checkbox"].toggleCB-shrink + label .on {
                            display: none;
                        }

                    input[type="checkbox"].toggleCB-shrink:checked + label .off {
                        display: none;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-onText-shrink {
                        display: none;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-offText-shrink{
                        display: none;
                    }
                    input[type="checkbox"].toggleCB-shrink:checked + label, input[type="checkbox"].toggleCB-shrink:focus:checked + label {
                        background-color: #C3E3D2;
                    }
                    .flip{
                        transform:rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);                        
                    }
        .bt-table{

        }
        
        .bt-table-svg-line-grey-blue{
            stroke:#e3e4e6;
        }
        .bt-table-tr {
            margin-top:0px;
        }
        .bt-table-tr:hover{
            background-color:#FBFBFB !important;
        }        
        .bt-table-button-text{
            font-size:8px; line-height:12px; margin-bottom:0px; height:5px; text-align:center; color:#006FA2; display:none;
        }
        .bt-table-tr-td{
            border:0px; border-bottom: 1px dashed #c9c9c9; border-top: 0px !important;
            padding:5px !important;
            height:40px;
            line-height:40px !important;   
            font-size:12px;
        }
        .bt-table-tr:hover > .bt-table-tr-td > div > .bt-selector-box{
            border:1px solid #006FA2;
            color:#4D4D4D;
        }
        .bt-selector-box{
            border:1px solid #C9C9C9;
            border-radius:2px;
            font-size:14px;
            color:#C9C9C9;
            height: 26px;
            font-weight:bold;
        }
        .bt-selector-box > option{
            font-weight:bold;
        }

        .bt-selector-arrow{
            position: absolute; right: 15px; height: 50%; top: 20%; pointer-events: none; background-color: #fff;
        }
        .bt-table-button-container{
            cursor:pointer; float:right; padding-right:10px; height:40px; position:relative; min-width:20%;
        }
        .bt-table-button-container:hover > .bt-table-button-text{
            display:block;
        }
        .bt-table-button-svg{
            height:30px; margin-top:3px; float:right;
        }
        .bt-table-svg-grey-blue{
            fill:#E3E4E6;
        }
        .bt-table-svg-stroke-grey-blue{
            fill:#E3E4E6;
        }
        .bt-button-container{
            position:relative; cursor:pointer; 
        }
        .bt-button{
            background-color:#62C0EB;border:1px solid #006FA2;color:#fff;border-radius:34px; align-items: center;height: 36px;display: inline-flex; box-shadow:rgba(0,0,0,.16) 4px 4px 6px;
        }
        .bt-button.cancelButton{
            background-color:#fff;border:1px solid #919599;color:#333333;border-radius:34px; align-items: center;height: 36px;display: inline-flex; box-shadow:rgba(0,0,0,.16) 4px 4px 6px;
        }
        .bt-button > .IconBackgroundFixer{            
            margin-left: 10px; border-radius: 26px; height: 26px; width: 26px; background-color: #006FA2; z-index: 1;
        }
        .bt-icon-box{
            position:relative; width: auto; float: right; text-align: center; cursor:pointer;
            margin:0px 1%;
            border:1px solid #e3e4e6; border-radius:2px; padding: 0 2%; margin-top:7px; margin-right: 5%; color:#e3e4e6;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box{
            border:1px solid #018BCB;
        }
        .bt-icon-box > h6{
            float:left;color:#e3e4e6;font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 24px;font-size:12px;padding-left:5px;padding-right: 20px;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > h6{
            color: #018BCB;
        }
        .bt-table-tr > .bt-table-tr-td > .bt-icon-box > .bt-selector-arrow > i{
            color: #e3e4e6;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > .bt-selector-arrow > i{
            color: #018BCB;
        }
        .bt-icon-box-svg-grey-blue{
            stroke: #e3e4e6; 
            fill: #e3e4e6;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > svg > g > .bt-icon-box-svg-grey-blue{
            stroke: #018BCB; 
            fill: #018BCB;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > svg > g > g > .bt-icon-box-svg-grey-blue{
            color: #018BCB;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > svg > g > g > g > .bt-icon-box-svg-grey-blue{
            stroke:#018BCB !important;
            fill:#018BCB !important;
        }
        .bt-icon-box-svg-grey-blue-fill{            
            fill: #e3e4e6;
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > svg > g > g > g > g > .bt-icon-box-svg-grey-blue-fill{            
            fill:#018BCB !important;
        }
        .bt-icon-box-svg-grey-blue-stroke{
            stroke: #e3e4e6;             
        }
        .bt-table-tr:hover > .bt-table-tr-td > .bt-icon-box > svg > g > g > .bt-icon-box-svg-grey-blue-stroke{
            stroke:#018BCB !important;
        }
        .IconBackgroundFixer > svg{
            max-height:100%;
            max-width:100%;
        }
        .bt-button.cancelButton > .IconBackgroundFixer{
            /*position:absolute;left: 11px; border-radius: 20px; height: 20px; width: 20px; background-color:#fff; z-index: 1;*/
            margin-left: 10px; border-radius: 26px; height: 26px; width: 26px; background-color: #C9C9C9; z-index: 1;
        }
        .bt-button > .bt-icon{
            font-size: 26px; margin-left: 7px; color: #018BCB; z-index:2;
        }
        .bt-button.cancelButton > .bt-icon{
            color: #C9C9C9;
        }
        .bt-button > .bt-text{
            font-size: 13px; padding:0px 20px 0px 10px; font-family: 'RobotoMedium';
        }
        .bt-back-button{
            padding:0px 10px; border:1px solid #E3E4E6; border-radius:18px; float:left; height: 26px; color:#383838; cursor:pointer;
        }
        .bt-back-button:hover{
            background-color:#018BCB;
            color:#fff;
        }
        .bt-back-button:hover > div > svg > g > g > .bt-back-button-svg-dark-to-light {
            fill:#fff;
        }
        .bt-back-button-text{
            margin-top:0px; margin-bottom:0px; float:left; font-weight:bold; font-size:12px; line-height: 24px;
        }
        .bt-back-button-svg{
            float:left; line-height:24px;
        }
        .bt-back-button-svg-dark-to-light{
            fill:#333;
        }
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
        .text-center-left{
            text-align:center;
        }

    /* EXTRA LARGE MEDIA QUERY*/
@media (min-width: 1500px) {
    .text-center-left {
        text-align: center;
    }
    .brokerModalDialog {
        width: 75vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {
    }
    .nav-flex-container {
        display: flex;
        z-index: 2;
        padding: 0px;
    }
    .nav-flex-left {
        flex: 1;
        text-align: center;
    }
    .nav-flex-right {
        flex: 11;
    }
    .bt-SLSB-FirstButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }
    .bt-SLSB-ButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }
    .error {
        color: #c8312F;
    }
    .is-vd-label.child-error {
        border-color: #c8312F !important;
    }
    .is-h1-title{
        cursor:pointer; font-size: 30px; color:white; margin-top:0px; margin-bottom: 10px;
    }
    .is-h1-title-icon{
        position:absolute; left:-2.5%; margin-top: -2px; max-width: 2%;
    }
    .bt-back-arrow{
        position:absolute; left:-5%; margin-top: -1px; max-width: 2%; cursor:pointer;
    }
    
     .is-nav-container
{
 text-align: center;
 position: relative;
}
.is-nav-container li
{
 color: #333;
 display: inline-block;
 padding: 0 10px;
 text-decoration: none;
}
.is-nav-container .is-nav-underline
{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 4px;
 width: 100px;    
 transition: left 0.4s ease, width 0.4s ease;
}
.isDescDIV{
    padding:2px;
    padding-right: 1%;
    padding-top:1%;    
    margin-top:10px;    
    text-align:right;
}
.isInputDIV{
    padding:2px;
    margin-top:10px;
}
    .is-search-filter-container{
        padding:0px;        
        /*margin-bottom:35px;*/
    }
    .colorSwatch{
        height:24px !important; width:24px; border:0px; margin-top:4px; border-radius:0px; outline:none; cursor:pointer; text-decoration:none; font-style:normal;
    }
    .is-rd-sectionTitle{
        font-weight:bold; padding: 2% 0; text-align:center;
    }
    .is-rd-sectionBox{
        height:100%; border:1px solid #006FA2; border-radius:4px; background-color:#fff; padding:0px;
    max-width: 325px; margin-left: auto; margin-right: auto; float: none;
    }
    .is-rd-sectionHeaderBox{
        border-radius:3px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding-top:1%; padding-bottom:1%; padding-left:7%; padding-right:7%; margin-bottom:10px;
    }
    .is-rd-sectionHeaderTitle{
        color:#fff; font-weight:bold; line-height:1; margin-top:2px; margin-bottom:2px; font-size:16px;
    }
    .is-rd-sectionHeaderSmallTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; height:14px; font-size:12px;
    }
    .is-rd-sectionHeaderSubTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; font-size:12px;
    }
    .is-rd-sectionContentContainer{
        padding-top:1%; padding-bottom:7%; padding-left:7%; padding-right:7%;
    }
    .is-rd-VehicleImage{
        border:1px solid #919599; max-width:50%; margin-top:10px; margin-bottom:10px;
    }
    .is-rd-sectionRow{
        padding:0px; margin-bottom:2px; border-bottom:1px dashed #919599;
    }
    .is-rd-sectionRow.lastItem{
        margin-bottom:22px;
    }
    .is-rd-sectionRow.noBB{
        border-bottom:1px solid #fff !important;
    }
    .is-rd-sectionRow.error .is-rd-sectionRow-Status{
        display:block;
    }
    .is-rd-sectionRow.error{
        color:#C8312F !important;
    }
    .is-rd-sectionRow-Status{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#C8312F; display:none;
    }
    .is-rd-sectionRow-Title{
        min-width:40%; float:left; font-weight:bold; margin-bottom:0px; font-size:13px;
    }
    .is-rd-sectionRow-Data{        
        float: left;
        max-width: 60%;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
         font-size:13px;
    }
    .is-rd-linkOutContainer{
        text-align:center;
    }
    .is-rd-linkOutButton{
        text-align:center;       
        border-radius:4px;
        font-weight: bold;
        padding: 3px 16px;
    }
    .is-rd-linkOutButton:hover{                
        color:#fff;
    }
    .is-rd-sectionContentTitle{
        padding:0px; margin-bottom:6px; border-bottom:2px solid #333;
    }
    .is-rd-sectionContentTitle > p{        
        font-weight:bold; margin-top:20px; margin-bottom:0px; font-size:11px; line-height:11px;
    }


    .hpSlider-Box {
        border: 2px solid #333333;
        border-radius: 4px;
        box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        height: 260px;
        padding: 5px 20px;
        background-color:#fff;
        overflow:hidden;
    }
    .hpSlider-Box:hover {
        border-color: #006FA2;
    }
    .hpSlider-AlertText {
        color: #E3E4E6;
        font-size: 10px;
        font-weight:bold;
    }
    .hpSlider-LargeText {
        color: #006FA2;
        font-weight: bold;
        font-size: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .hpSlider-TitleText {
        color: #006FA2;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .hpSlider-Text {
        color: #333333;
        font-size: 12px;
    }
    .hpSlider-ActionText {
        color: #006FA2;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }
        .hpSlider-ActionText > i {
            color: #A3A3A3;
            margin-left:5px;
        }
    .hpSlider-Close {
        color: #666;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }
    .hpSlider-LeftArrow {
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .hpSlider-RightArrow {        
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
    }
    .hpSlider-LeftArrow:hover {
        color: #006FA2;

    }
    .hpSlider-RightArrow:hover {
        color: #006FA2;
    }

    .hpReportBox {
        border: 1px solid #C9C9C9;
        border-radius: 4px;
        /*padding: 3% 1% 1% 1%;*/
        padding: 25px 10px 10px 10px;
        min-height: 375px;
        background-color: #fff;
    }
        .hpReportBox:hover {
            box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        }
    .hpReportBox-TitleSection > h3 {
        color: #006FA2;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > h4 {
        color: #006FA2;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > p {
        color: #333333;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .hpReportBox-TableRow {
        padding: 0px;
        border-top: 1px dotted #C9C9C9;
    }
        .hpReportBox-TableRow:hover {
            background-color: #FBFBFB;
        }
    .hpReportBox-TableTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .hpReportBox-TableText{
        font-size:14px;
        margin-top:6px;
        margin-bottom:6px;
        overflow:hidden;
    }
    .hpReportBox-Actions {
        color: #C9C9C9;
        vertical-align: middle;
        font-size:14px;
        padding:5px 1px;
    }
    .hpReportBox-Actions:hover {
        color: #005B84 !important;
    }
    .hpReportBox-ViewFullReport {
        color: #919599;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right:10px;
        margin-bottom:0px;
        cursor:pointer;
    }
        .hpReportBox-ViewFullReport:hover {
            /*color: #006FA2;*/
            color:#FBFBFB;
        }
    .hpReportBox-TableRow:hover > #hpReportBox-ActionsContainer > i {
        /*display: inline-block;*/
        color:#018BCB;
    }
    #hpReportBox-ActionsContainer > i {
        /*display: none;*/
        cursor:pointer;
    }
    .TableRow-Failed{
        color:red!important;
    }
    .is-details-modal-container{
        overflow:hidden !important;
    }
     .is-details-modal{
         width: 60vw;height: 100vh;margin-top: 0px; margin-right: 0px;border-radius: 0px; overflow:hidden !important;
     }
     .is-details-modal-content{
         padding: 0px; margin: 0px; border-radius: 0px; box-shadow: 0px 0px 0px; border: 0px; overflow:hidden !important;
     }
     .is-details-modal-body{
         max-height: 95vh; overflow-y: scroll; height: calc(100% - 160px); padding:0px !important;
     }
     
     /*.is-vd-headerBox{
        height:160px; padding:35px 3vw 35px 3vw;
        background: rgb(1,71,102);
        background: linear-gradient(71deg, rgba(1,71,102,1) 0%, rgba(9,81,121,1) 15%, rgba(0,189,228,1) 100%);
     }*/
     .is-vd-headerBox > h2{
         font-size: 26px; color:#fff; margin-top:5px; margin-bottom: 5px;
     }
     .is-vd-headerBox > h6{
         color:#fff; font-size: .74em; margin-top:0px; margin-bottom: 0px;
     }
     .is-details-content-container{
         background-color:#fff; min-height:80vh; padding-left:3vw; padding-right:3vw;
     }
.is-aw-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-aw-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-aw-Description{
    color:#666;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-aw-Headline.dulled{
    color:#777;
}
.is-aw-Link.dulled{
    color:#777;
}
.is-aw-Description.dulled{
    color:#999;
}
.is-aw-StatLine{
    padding-left:5px; padding-right:5px; font-size:12px;
}
.is-ga-Headline{
    color:blue;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#777;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-Status{
    font-size:14px;
    float:left;
}
.is-ga-Edit{
    font-size:14px;
    color:#018BCB;
    float:right;
}  
.is-ga-datechanger {
        border: 1px solid #006FA2;
        border-radius: 4px;
        max-width: 40%;        
        padding: 5px 10px;
    }
.is-ga-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#383838;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-focusHeadline{
    color:#1A0DAB;
    font-size:15px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-focusLink{
    color:#0D8141;
    font-size:10px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-focusDescription{
    color:#777;
    font-size:11px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.is-ga-sectionTitle{
    font-family:robotoBlack;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
     .is-table > tr{
         background-color:#fff;
     }  
     .is-veh-container:hover{
         /*background-color: rgba(96, 205, 255, 0.15);*/
         background-color: #FBFBFB;
     }
     #is-veh-hoverTab-Container > span{        
         display:none;
     }
     .is-veh-field-indicator.red{
         border-color:red;
     }
     .is-veh-field-indicator.orange{
         border-color:#f7934c;
     }
     .is-veh-field-indicator.yellow{
         border-color:yellow;
     }
     .is-veh-arrow-container{
         position:absolute;
         bottom:0;
         padding:0px;
         height:46px;
         width:100%;
         cursor:pointer;
     }     
     .is-veh-arrow-box{
         /*display:none;*/
         padding:0px;
     }
     .is-veh-arrow-spacer{
         height:46px;
            margin-top: 10px;
        margin-bottom: 5px;
     }
     .is-veh-arrow-svg{
             margin-top: 10px;
            margin-bottom: 5px;
     }     
     .is-veh-arrow-svg-error{
         float:left;         
         margin-top:10px;
         margin-left:10px;
     }
     .is-veh-arrow-svg-error.red > g > g > g > path.fillHere{
         fill: #C8312F;
     }
     .is-veh-arrow-svg-error.orange > g > g > g > path.fillHere{
         fill: #F78E4C;
     }
     .is-veh-arrow-svg-error.yellow > g > g > g > path.fillHere{
         fill: #F7CA4C;
     }
     .is-veh-arrow-svg-error.orange,.is-veh-arrow-svg-error.yellow{
         margin-top:14px;
     }
     .is-table {
  /*table-layout: fixed;*/ 
  width: 100%;
  *margin-left: -100px;/*ie7*/
}
.is-table > td {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table > th {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table-col1{
    flex:8;
}
.is-table-col2{
    flex:16;
}
.is-table-col3{
    flex:21;
}
.is-table-col4{
    flex:16;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col3 > h5{
  text-align:left !important;
}
.is-table-col5{
    flex:15;
}
.is-table-col6 > h5{
  text-align:left !important;
}
.is-table-col6{
    flex:14;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col7{
    flex:18;
}
.is-table-col8{
    flex:18;
}
    .is-table-col9 {
        flex: 3;
    }
.is-nav-tabs{
    border-bottom: 0px !important;
}
.is-tab-close{
    position:absolute;
    top:20px; right:20px;
    color:#fff;
    font-size:26px;
    cursor:pointer;
}
.is-tab{
    margin-right: 4px;
    font-family:robotoMedium;
}






.is-tab > a{
    cursor:pointer;        
    font-weight: normal !important;
    font-size: 14px;
    padding: 8px 16px !important;
    height: 32px;
    line-height: 16px !important; 
}
.is-tab.active > a{            
    font-weight: normal !important;
    font-size: 14px;
    padding: 8px 16px !important;
    height: 32px;
    line-height: 16px !important;
    cursor:default;
}
.is-nav-subTabs{    
    padding-top:20px;
}
.is-subTab{
    margin-bottom: -2px !important;
}
.is-subTab > a{
    border:0px !important;
    font-size:13px !important;
    padding: 2px 8px !important;
    cursor:pointer;
}
.is-subTab.active > a{         
    cursor:default;
}
.is-subButton{
    position: absolute;
    right: 2%;
    top: 10px;    
    padding: 1px 8px;
    border-radius: 4px;
}
.is-subButton > a {    
    font-size: 12px;
}
.is-subButton > i {    
    font-size: .7em;
    padding-left: 5px;
}

.is-vd-sectionTitle{
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
.is-vd-sectionSubTitle{
    color:#919599;
    margin-top:2px;
    margin-bottom:4px;
    font-style:italic;
    font-size:.7em;
    line-height:1.5em;
}
.is-vd-inputContainer{
    padding:0px;
}
.is-ga-infoIcon{
    margin:26px .5em 0px .5em;
    cursor:pointer;
}
.is-ga-infoIcon-Color{
    fill: #919599;
}
.is-ga-infoIcon:hover > g > .is-ga-infoIcon-Color{
    fill: #dd9733;
}
.is-vd-EditSave{
    float:right; color:red; text-decoration:underline; font-size:.9em; font-style:normal;
    cursor:pointer;
}
.is-faux-th{        
    margin-top:2px;
    margin-bottom:2px;
    color:#000;
    font-size:.95em;
    float:left;
    font-family:robotoBold;
}
.is-faux-tr{    
    margin-top:2px;
    margin-bottom:2px;
    color:#383838;
    font-size:.95em;
    font-family:robotoMedium;
}
        .viewOnly{   
            pointer-events:none;
        }
          
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
        
        .is-vd-label.viewOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .readOnly{   
            pointer-events:none;
        }
        .readOnly > .is-vd-selectArrow{
            display:none;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover:before {
            background-color: rgba(166, 216, 188, 0.99);
            border-color: #17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly:before, input[type="checkbox"].toggleCB:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly, input[type="checkbox"].toggleCB:checked + label.readOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.readOnly, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.viewOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.viewOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.viewOnly, input[type="checkbox"].toggleCB-shrink:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.readOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .is-vd-label.errorRed{                        
            border: solid 1px #C8312F !important;
            box-shadow: 0px 0px 0px 1px #C8312F;
        }
        .is-vd-label.errorOrange{                        
            border: solid 1px #F78E4C !important;
            box-shadow: 0px 0px 0px 1px #F78E4C;
        }
        .is-vd-label.errorYellow{                        
            border: solid 1px #F7CA4C !important;
            box-shadow: 0px 0px 0px 1px #F7CA4C;
        }        
        .is-vd-label.viewOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.viewOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.viewOnly > select{
            pointer-events:none;
        }
        .is-vd-label.viewOnly > .is-vd-selectArrow{
            display:none; pointer-events:none;
        }        
        .is-vd-label > input {
            font-size: 14px;
            padding: 0px;
            height: 30px;
            border: none;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;  
            text-overflow:ellipsis;
        }

        .is-vd-label > input:focus {
            /*border-bottom: solid 1px #018BCB;*/
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .is-vd-label {
            position: relative;
            padding: 0px .5em;
            margin-top:18px;
            margin-bottom:2px;       
        }  
        
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-selectArrow{
            position:absolute; right:3%; height:100%;pointer-events:none;
        }
        .is-vd-iconBox{            
            position:relative; width: auto; float: left; text-align: center; padding: 0px; cursor:pointer;
            margin:0px 1%;border: 1px solid #018BCB; border-radius: 2px;
        }
        .is-vd-iconBox-text {    
            float:left; font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 29px; font-size:10px; padding-left:5px; padding-right:7px;
        }
        .is-vd-iconBox.addErrorBorder{
            border:3px solid #C8312F;  
            animation-name: fadeErrorBorder;
            animation-duration: 1s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            -webkit-animation-name: fadeErrorBorder;
            -webkit-animation-duration: 1s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-name: fadeErrorBorder;
            -moz-animation-duration: 1s;
            -moz-animation-timing-function: linear;
            -moz-animation-iteration-count: infinite;
        }
        
        .is-vd-iconBox.addErrorBorder > h6{
            color:#C8312F !important;
        }
        .is-vd-iconBox:hover{
            background-color:rgba(98, 192, 235, .1);
        }
        /*.is-vd-iconBox.addBorder:before{
            content: "";
            position: absolute;
            right: 0;
            top: 1em;
            height: 2em;
            width: 1px;
            background: #E3E4E6;
        }*/
        .is-vd-iconBox > i{
            color: #018BCB; font-size: 22px;
        }
        .is-vd-iconBox > h5{
            font-size: 12px; font-weight: bold; line-height: 1; margin: 0px; margin-top:-4px;
        }
        .fieldFaded{
            border: solid 1px #E3E4E6;
        }
        .is-vd-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 8px;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
            pointer-events:none;
        }
        .is-vd-label > input:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:placeholder-shown) + label {
            opacity: 1;
            transform: translateY(-10px);            
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);            
        }
           .is-vd-label > input:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:-ms-input-placeholder) + label {
            opacity: 1;
            transform: translateY(-10px);            
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
        .is-vd-label > select {
            font-size: 14px;
            padding: 0px;
            height: 30px;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > select:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > select:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
        }
        .is-vd-label > select:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
        }
        .isTextArea {                        
            padding: 10px .5em 0px .5em !important;
        }
        .isTextArea > label {            
            top: calc(10% - 13px) !important;
        }
        .is-vd-label > div.is-vd-textarea {
            font-size: 13px;
            padding: 0px;
            height:auto; min-height:100px;
            max-height:150px;
            overflow-x:hidden;
            overflow-y:auto;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            /*-webkit-appearance: none;*/        
        }

        .is-vd-save-button{
            margin-left:auto; margin-right:auto; background-color: #018BCB; margin-top:25px; color:white;
            border-radius:19px;
            font-size: 16px !important;
            padding: 7px 28px;
        }
        .is-vd-moneySign{
            position:absolute;top: 25px;left:0;font-size: 13px;padding: 0px; line-height:100%;
        }
        .is-vd-photo-fix{
            background-color:#000 !important;
            border: 1px solid #919599;
            border-radius:0px;
        }
        
    .is-vd-show-image:nth-child(6n+1) {
        clear: left;
    }    
        .is-vd-show-image{
            padding:3px;
            position: relative;
        }        
        #drop-zone {    
    width: 100%;
    height: auto;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius:0px;    
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    padding-top: 65%;
    overflow: hidden;
}
#clickHere {
    position: absolute;
    cursor: pointer;    
    top: 10%;    
    line-height: 25px;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 40%;
    border-radius: 0px;

}
                    div.is-vd-show-image p.move {
                        top: 15px;
                        left: 15px;
                    }

                    div.is-vd-show-image p.delete {
                        top: 15px;
                        right: 15px;
                    }
                      
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
                    input[type="checkbox"].toggleCB + label {                        
                        height: 16px;
                        width:36px;
                        max-width: 80%;
                        line-height: 22px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 16px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                        input[type="checkbox"].toggleCB + label:before, input[type="checkbox"].toggleCB + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 22px;
                            height: 22px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                            border-radius: 26px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-offText {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-onText {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB:checked + label:before, input[type="checkbox"].toggleCB:checked + label:hover:before, input[type="checkbox"].toggleCB:focus:checked + label:before, input[type="checkbox"].toggleCB:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -22px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText{
            position: absolute; right: 5px; z-index: 2; top: -2px; margin-left: 30px !important; margin-right: 0px !important; color: #fff;font-size: 12px;
        }
        .is-vd-toggle-offText{
            position: absolute;left: 5px;z-index: 2;top: -2px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 12px;
        }
        .is-vd-toggle-Text{
            font-size: 14px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }

        input[type="checkbox"].toggleCB-shrink + label {                        
                        height: 11px;
                        max-width: 80%;
                        line-height: 17px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 11px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                        vertical-align:top;
                    }

                        input[type="checkbox"].toggleCB-shrink + label:before, input[type="checkbox"].toggleCB-shrink + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 17px;
                            height: 17px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 21px;
                            -webkit-border-radius: 21px;
                            border-radius: 21px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB-shrink + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB-shrink:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-offText-shrink {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-onText-shrink {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB-shrink:checked + label:before, input[type="checkbox"].toggleCB-shrink:checked + label:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -17px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText-shrink{
            position: absolute; right: 4px; z-index: 2; top: -3px; margin-left: 25px !important; margin-right: 0px !important; color: #fff;font-size: 9px;
        }
        .is-vd-toggle-offText-shrink{
            position: absolute;left: 4px;z-index: 2;top: -3px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 9px;
        }
        .is-vd-toggle-Text-shrink{
            font-size: 12px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }

    .home-header {
        font-size: 22px !important;
    }
    .home-description {
    font-weight:normal; font-size:16px !important;
    }
        #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 46px;
    }
    .special-top-header {
        font-weight:bold !important;font-size:14px !important;
    }
    .vtYearBox{
        width:25%;
        margin-right:1%;
    }
    .vtMakeBox{
        width:34%;
        margin-right:1%;
    }
    .vtModelBox{
        width:39%;
    }
    .filterText{
        text-align:right;
    }
    .modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		/*width: 60%;*/
        width:1200px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
   .is-table-header{
         padding: 8px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-header > h5{
         color:#4D4D4D;
         font-size:14px;
         font-weight:bold;
         margin-bottom: 2px;
     }
     .is-table-row{
        padding: 0px 5px;
        margin-top:20px;
        margin-bottom:10px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-row-centering-div{
         /*min-width:80%;*/
         min-width:100%;
         max-width:100%;
         display: inline-block; text-align: left;
     }
     .is-veh-smallText{
         color:#333;
         font-size:12px;   
         margin-top:2px;
         margin-bottom:2px;    
         line-height:1.3;
     }     
     .is-table-row > h6{
         color:#333;
         font-size:15px;
         margin-top:0px;
         margin-bottom:0px;
         line-height: 1.2;
         font-family:robotoMedium;
     }
     .is-veh-container{
        border-bottom: 1px dashed #c9c9c9;
        padding: 0px;        
     }
     .is-veh-container:hover #is-veh-hoverTab-Container > span{
         display:inline-block;
     }
        .is-veh-box{
            display:flex;
        }
        #is-veh-hoverTab-Container {
            height: 20px;
        }
     .is-veh-status-indicator{
         height: 95%;width: 6px;position: absolute;left: -20px;border-radius: 8px;
     } 
     .is-veh-field-indicator{
         border-bottom:2px solid white;
         margin-bottom:5px;
     }
     .is-veh-boldTitle{
         font-family:roboto;
         font-weight:600;
         color:#333;
         font-size:12px;         
         margin-bottom:0px;
         line-height: 1.2;
     }
     .is-veh-Text{         
         color:#333;
         font-size:14px;                  
         margin-bottom:8px;
         line-height: 1.3;
      }
     .is-veh-hoverTabs{         
         color:#006FA2;border-right:1px solid grey;font-family: robotoBold;padding: 1px 10px;
         font-size:13px;
         cursor:pointer;
     }
     .is-veh-hoverTabs:hover{
             background-color: rgba(0, 111, 162, 0.2);
     }
     .is-greyBox{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 20%;
        min-width: 50px;
        padding-left: 2%;
        padding-right: 2%;
     }
     .is-greyBox-thick{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 90%;
        height:24px;      
        margin-top:0px;
        margin-bottom:0px;
     }
     .is-greyBox-thin{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 100%;
        height:10px;                   
        margin-top: 3px;
        margin-bottom: 3px;
     } 
     .is-veh-arrow {
        color:#333;
        font-size:10px;   
        margin-top:10px;
        margin-bottom:5px;
        padding:.4em 0em;
        line-height: 1.2;
        width: auto;
        float: left;
        clear:both;
    }
     .is-veh-arrow.red{
        background-color: #FFDFDE;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.orange{
        background-color: #FDE2CB;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.yellow{
        background-color: #FFF7D3;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow > i {        
        color: #4D4D4D;
        font-size: 9px;
        line-height: 12px;
        margin-left: 5px;
        vertical-align: top;
    }
     .is-veh-arrow > u {        
        line-height: 12px;
        vertical-align: text-top;
    }
    .is-veh-arrow.red > u, .is-veh-arrow.orange > u, .is-veh-arrow.yellow > u {        
        line-height: 8px;
        vertical-align: text-top;
        margin-left:3px;
    }
     .is-popover-error{
         margin-top:2px; margin-bottom:2px; color:red; font-weight:bold;
     } 
     .is-ga-popover{
         margin-top:2px; margin-bottom:2px; color:#dd9733; font-weight:bold;
     }
.is-ck-button {      
    float:left;    
    display: inline-flex;    
    padding: 1px 3px;
}
.is-ck-button label {
    float:left;    
    margin-bottom: 0px;
}
.is-ck-button label span {
    text-align:center;    
    display:block;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #707070;    
    padding: 1px 5px;
    font-size: 10px;
    color: #444;
}
.is-design-content-container{
    height:35vh;
}
.is-white-content-box{
    padding-left:5.5%; padding-right:5.5%; margin-top: -35vh;
}
.bt-white-content-box{
    background-color:#fff; padding: 3.5%; min-height:800px; margin-bottom:150px;
}
.is-top-section-container{
    padding:0px; margin-top:40px; margin-bottom: 35px;
}
.is-dealer-DD{
         padding:5px 0px 5px 0px;
         float:left;
     }
     .is-dealer-DD.paddingRight{
         padding:5px 0px 5px 10%;
     }
     .is-dealer-DD > select{
         background: none;
        border: none;
        color: #fff;
        width: auto;
        font-size: 2.2em;
        outline:none;
     }
     .is-inv-Search-Input{
        height: 40px;
        width: 86%;
        box-shadow: 0px 0px 0px !important;
        border: 1px solid #62C0EB;
        border-radius:2px;
        padding: 0px 15px;
     }
     .is-inv-Search-Button{
        position: absolute;
        right: 1px;
        top: 0px;
        height: 40px;
        font-size: 18px;
        width: 12%;
        color: #fff;
        border: 0px;
        border-radius: 2px;
     }
     .is-inv-DD{
        background-color: #E3E4E6;
        border: none;
        border-radius: 33px;
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;
        max-width: 20%;
        outline:none;
     }
     .is-topFilter-container{
        margin-right: 1%;
        max-width: 19%;
        float:left;

        /*background-color: #E3E4E6;
        border: none;
        border-radius: 33px;        
        padding-left: 12px;
        padding-right: 12px;        
        font-weight: bold;
        font-size: 12px;        
        outline:none;*/        
     }

     .is-topFilter-box{
        background-color: #fff;
        border: none;
        border-radius: 33px;
        padding-left: 10px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        outline: none;
     }
     .is-topFilter-box:hover{
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-topSearch-box{
         color:#fff;
        background-color: #62C0EB;
        border-color:#62C0EB !important;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        box-shadow:rgb(51, 51, 51, .25) 4px 4px 6px;
        outline: none;
     }
     .is-topSearch-box:hover{         
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-listing-container{
         padding:2px;
         background-color:#FBFBFB; border-bottom: 1px solid #E3E4E6; padding: 1% 3.5%; border-top-left-radius: 2px; border-top-right-radius: 2px;
     }

     .z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    cursor:pointer;
}
.is-gc-dialog-close {
    border-radius: 100%;
    box-sizing: border-box;
    color: #5f6368;
    height: 40px;
    padding: 8px;
    width: 40px;
    outline:none;
}
     .is-gc-modal-dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 120;
}
     .is-gc-filter-dialog {
    box-sizing: border-box;
    width: 400px;
}
     .is-gc-filter-box-label{
        font-family:robotoMedium;
        font-weight:normal;
        font-size:13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
     }
     .is-gc-ds-filter-box-label{
         font-family:roboto;
         font-weight:normal;
         font-size:22px;
     }
     .ViY6xe {
    display: inline-block;
    width: 40px;
    height: 20px;
}
     .GDbAwd {
    color: rgba(0,0,0,.87);
    height: 20px;
    line-height: 20px;
}
 .tCrouc {
    cursor: pointer;
    width: 36px;
    height: 20px;
    position: absolute;
}
     .gws-flights-filter__all-airlines-toggle {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    padding: 16px;
}
     #all_airlines_toggle_label {
    flex: 1 1 auto;
}
     .YK3Dfb {
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    -webkit-transition: background-color .3s ease;
}
     .WqDhQe {
    display: none;
}
     .eKFUZc {
    position: absolute;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.26);
    pointer-events: none;
    top: 3px;
    width: 36px;
    -webkit-transition: background-color .3s ease;
}
     .U9xLGe {
    height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: transform .3s ease;
}
     .XV7QZc:not(.Lrhhcf) .WqDhQe:not(:checked)~.U9xLGe .HPdawd {
    background-color: #bdbdbd;
}
.tCrouc .HPdawd {
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: -14px;
    opacity: 0.001;
    pointer-events: none;
    position: relative;
    top: -14px;
    transform: scale(0.4);
    -webkit-transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.0, 0.6, 1);
    width: 48px;
}
     .is-gc-filter-list, .gws-flights-filter__airline-list {
    padding: 8px 13px;
}
     .is-gc-filter-content {
    flex-direction: column;
    display: flex;
    height: 100%;
}
     .is-gc-dialog-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.flt-subhead1 {
    color: #3c4043;
    font: 500 16px/24px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}
.is-top-dealer-dd{
    background: none !important; border: none !important; color: #fff; outline: none; padding-left:0px !important;
}
     .gws-flights__main {
    line-height: 1;
}
     .is-gc-Item {
        padding-left: 32px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-ds-Item {
        padding-left: 60px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-Item.is-gc-SelectedItem::before {
    /*background-image: url(/Content/Images/check_box_blue.png);*/
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
    .is-gc-ds-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
.is-gc-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;    
    cursor:pointer;
}
.is-gc-ds-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-ds-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left:30px;
    width: 24px;    
    cursor:pointer;
}
     .is-gc-scroll-region {
    /*box-shadow: inset 0 -1px 0px rgba(0,0,0,0.12), inset 0 1px 0px rgba(0,0,0,0.12);*/
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
     .gt3jNb filter-chip {
    margin: 10px 0 0 8px;
}
.ksYYHb {
    align-items: center;
    border: 1px solid #E3E4E6;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    -webkit-user-select: none;
    outline:none;
    cursor:pointer;
    max-width:100%;
}
.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}
.is-gc-ds-arrow {
    box-sizing: border-box;
    color: #5f6368;
    height: 30px;
    margin: 4px 4px 4px 8px;
    width: 30px;
}
.ZLcjee {
    box-sizing: border-box;
    color: #5f6368;
    height: 24px;
    margin: 4px 4px 4px 8px;
    width: 24px;
}
.oPVbId {
    border-color: #D9F1FB;
    color: #018BCB;
    background-color:#D9F1FB;
}
.oPVbId::after, .oPVbId:hover::after {
    background: #e8f0fe;
    opacity: 1;
}
.oPVbId .ZLcjee {
    color: inherit;
}
.is-gc-topSelected{

}
.x5rFQb {
    height: 18px;
    margin: 4px 6px 4px 12px;
    overflow: visible;
    position: relative;
    width: 18px;
}
.ksYYHb::after {
    opacity: 0.01;
    transition: opacity 15ms linear;
}

.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}  

.pager-box{    
    padding: 0px;    
    border-radius: 2px;
    color: #333;    
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.pager-text{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    line-height:26px;
}
.pager-text:hover > i{
    color:#006FA2;
}
.pager-box-arrows{
    padding: 0px; 
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;    
    line-height:26px;
    width:26px;
    height:26px;
}
.pager-box-dots{
    padding: 2px 7px;         
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.is-ck-button label input {
    position:absolute;
    top:-20px;
    opacity:0;
}
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
}

    /*DESKTOP MEDIA QUERY*/
@media (min-width: 1200px) and (max-width: 1499px) {
    .text-center-left {
        text-align: center;
    }
    .brokerModalDialog {
        width: 75vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {        
    }
    .nav-flex-container {
        display: flex;
        z-index: 2;
        padding: 0px;
    }

    .nav-flex-left {
        flex: 1;
        text-align: center;
    }

    .nav-flex-right {
        flex: 11;
    }
    .bt-SLSB-FirstButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }

    .bt-SLSB-ButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }
.error {
        color:#c8312F;
    }
    .is-vd-label.child-error {
        border-color: #c8312F !important;
    }
   .is-h1-title{
        cursor:pointer; font-size: 30px; color:white; margin-top:0px; margin-bottom: 10px;
    }
    .is-h1-title-icon{
        position:absolute; left:-2.5%; margin-top: -2px; max-width: 2%;
    }
    .bt-back-arrow{
        position:absolute; left:-5%; margin-top: -1px; max-width: 2%; cursor:pointer;
    }
    
     .is-nav-container
{
 text-align: center;
 position: relative;
}
.is-nav-container li
{
 color: #333;
 display: inline-block;
 padding: 0 5px;
 text-decoration: none;
}
.is-nav-container .is-nav-underline
{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 4px;
 width: 100px;   
 transition: left 0.4s ease, width 0.4s ease;
}
.isDescDIV{
    padding:2px;
    padding-right: 1%;
    padding-top:1%;    
    margin-top:10px;    
    text-align:right;
}
.isInputDIV{
    padding:2px;
    margin-top:10px;
}
    .colorSwatch{
        height:24px !important; width:24px; border:0px; margin-top:4px; border-radius:0px; outline:none; cursor:pointer; text-decoration:none; font-style:normal;
    }
    .is-search-filter-container{
        padding:0px;
        /*margin-top:20px;
        margin-bottom:30px;*/
    }
    .is-rd-sectionTitle{
        font-weight:bold; padding: 2% 0; text-align:center;
    }
    .is-rd-sectionBox{
        height:100%; border:1px solid #006FA2; border-radius:4px; background-color:#fff; padding:0px;
    max-width: 325px; margin-left: auto; margin-right: auto; float: none;
    }
    .is-rd-sectionHeaderBox{
        background-color:#018BCB; border:1px solid #707070; border-radius:3px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding-top:1%; padding-bottom:1%; padding-left:7%; padding-right:7%; margin-bottom:10px;
    }
    .is-rd-sectionHeaderTitle{
        color:#fff; font-weight:bold; line-height:1; margin-top:2px; margin-bottom:2px; font-size:16px;
    }
    .is-rd-sectionHeaderSmallTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; height:14px; font-size:12px;
    }
    .is-rd-sectionHeaderSubTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; font-size:12px;
    }
    .is-rd-sectionContentContainer{
        padding-top:1%; padding-bottom:7%; padding-left:7%; padding-right:7%;
    }
    .is-rd-VehicleImage{
        border:1px solid #919599; max-width:50%; margin-top:10px; margin-bottom:10px;
    }
    .is-rd-sectionRow{
        padding:0px; margin-bottom:2px; border-bottom:1px dashed #919599;
    }
    .is-rd-sectionRow.lastItem{
        margin-bottom:22px;
    }
    .is-rd-sectionRow.noBB{
        border-bottom:1px solid #fff !important;
    }
    .is-rd-sectionRow.error .is-rd-sectionRow-Status{
        display:block;
    }
    .is-rd-sectionRow.error{
        color:#C8312F !important;
    }
    .is-rd-sectionRow-Status{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#C8312F; display:none;
    }
    .is-rd-sectionRow.info .is-rd-sectionRow-Info{
        display:block;
    }
    .is-rd-sectionRow.info{
        color:#FF7621 !important;
    }
    .is-rd-sectionRow-Info{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#FF7621; display:none;
    }
    .is-rd-sectionRow-Title{
        min-width:40%; float:left; font-weight:bold; margin-bottom:0px; font-size:13px;
    }
    .is-rd-sectionRow-Data{        
        float: left;
        max-width: 60%;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
         font-size:13px;
    }
    .is-rd-linkOutContainer{
        text-align:center;
    }
    .is-rd-linkOutButton{
        text-align:center;           
        border:2px solid #018BCB;
        border-radius:4px;
        color:#018BCB;        
        background-color: #fff;
        font-weight: bold;
        padding: 3px 16px;
    }
    .is-rd-linkOutButton:hover{        
        background-color:#018BCB;
        color:#fff;
    }
    .is-rd-sectionContentTitle{
        padding:0px; margin-bottom:6px; border-bottom:2px solid #333;
    }
    .is-rd-sectionContentTitle > p{        
        font-weight:bold; margin-top:20px; margin-bottom:0px; font-size:11px; line-height:11px;
    }


    .hpSlider-Box {
        border: 2px solid #333333;
        border-radius: 4px;
        box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        height: 260px;
        padding: 5px 20px;
        background-color:#fff;
        overflow:hidden;
    }
    .hpSlider-Box:hover {
        border-color: #006FA2;
    }
    .hpSlider-AlertText {
        color: #E3E4E6;
        font-size: 10px;
        font-weight:bold;
    }
    .hpSlider-LargeText {
        color: #006FA2;
        font-weight: bold;
        font-size: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .hpSlider-TitleText {
        color: #006FA2;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .hpSlider-Text {
        color: #333333;
        font-size: 12px;
    }
    .hpSlider-ActionText {
        color: #006FA2;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }
        .hpSlider-ActionText > i {
            color: #A3A3A3;
            margin-left:5px;
        }
    .hpSlider-Close {
        color: #666;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }
    .hpSlider-LeftArrow {
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .hpSlider-RightArrow {        
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
    }
    .hpSlider-LeftArrow:hover {
        color: #006FA2;

    }
    .hpSlider-RightArrow:hover {
        color: #006FA2;
    }

    .hpReportBox {
        border: 1px solid #C9C9C9;
        border-radius: 4px;
        /*padding: 3% 1% 1% 1%;*/
        padding: 25px 10px 10px 10px;
        min-height: 375px;
        background-color: #fff;
    }
        .hpReportBox:hover {
            box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        }
    .hpReportBox-TitleSection > h3 {
        color: #006FA2;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > h4 {
        color: #006FA2;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > p {
        color: #333333;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .hpReportBox-TableRow {
        padding: 0px;
        border-top: 1px dotted #E3E4E6;
    }
        .hpReportBox-TableRow:hover {
            background-color: #edf9ff;
        }
    .hpReportBox-TableTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .hpReportBox-TableText{
        font-size:14px;
        margin-top:6px;
        margin-bottom:6px;
    }
    .hpReportBox-Actions {
        color: #C9C9C9;
        vertical-align: middle;
        font-size:14px;
        padding:5px 1px;
    }
    .hpReportBox-Actions:hover {
        color: #018BCB;
    }
    .hpReportBox-ViewFullReport {
        color: #919599;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right:10px;
        margin-bottom:0px;
        cursor:pointer;
    }
        .hpReportBox-ViewFullReport:hover {
            color: #006FA2;
        }
    .hpReportBox-TableRow:hover > #hpReportBox-ActionsContainer > i {
        display: inline-block;
    }
    #hpReportBox-ActionsContainer > i {
        display: none;
        cursor:pointer;
    }
    .TableRow-Failed{
        color:red!important;
    }
    .is-details-modal-container{
        overflow:hidden !important;
    }
     .is-details-modal{
         width: 60vw;height: 100vh;margin-top: 0px; margin-right: 0px;border-radius: 0px; overflow:hidden !important;
     }
     .is-details-modal-content{
         padding: 0px; margin: 0px; border-radius: 0px; box-shadow: 0px 0px 0px; border: 0px; overflow:hidden !important;
     }
     .is-details-modal-body{
         max-height: 95vh; overflow-y: scroll; height: calc(100% - 160px); padding:0px !important;
     }
     
     .is-vd-headerBox > h2{
         font-size: 26px; color:#fff; margin-top:5px; margin-bottom: 5px;
     }
     .is-vd-headerBox > h6{
         color:#fff; font-size: .74em; margin-top:0px; margin-bottom: 0px;
     }
     .is-details-content-container{
         background-color:#fff; min-height:80vh; padding-left:3vw; padding-right:3vw;
     }
.is-aw-Headline{
    color:#1A0DAB;
    font-size:11px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-aw-Link{
    color:green;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-aw-Description{
    color:#666;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-aw-Headline.dulled{
    color:#777;
}
.is-aw-Link.dulled{
    color:#777;
}
.is-aw-Description.dulled{
    color:#999;
}
.is-aw-StatLine{
    padding-left:0px; padding-right:4px; font-size:11px;
}
.is-ga-Headline{
    color:blue;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#777;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-Status{
    font-size:14px;
    float:left;
}
.is-ga-Edit{
    font-size:14px;
    color:#018BCB;
    float:right;
}  
.is-ga-datechanger {
        border: 1px solid #006FA2;
        border-radius: 4px;
        max-width: 40%;        
        padding: 5px 10px;
    }
.is-ga-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#383838;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-focusHeadline{
    color:#1A0DAB;
    font-size:15px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-focusLink{
    color:#0D8141;
    font-size:10px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-focusDescription{
    color:#777;
    font-size:11px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.is-ga-sectionTitle{
    font-family:robotoBlack;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
     .is-table > tr{
         background-color:#fff;
     }  
     .is-veh-container:hover{
         /*background-color: rgba(96, 205, 255, 0.15);*/
         background-color: #FBFBFB;
     }
     #is-veh-hoverTab-Container > span{        
         display:none;
     }
     .is-veh-field-indicator.red{
         border-color:red;
     }
     .is-veh-field-indicator.orange{
         border-color:#f7934c;
     }
     .is-veh-field-indicator.yellow{
         border-color:yellow;
     }
     .is-veh-arrow-container{
         position:absolute;
         bottom:0;
         padding:0px;
         height:46px;
         width:100%;
         cursor:pointer;
     }     
     .is-veh-arrow-box{
         /*display:none;*/
         padding:0px;
     }
     .is-veh-arrow-spacer{
         height:46px;
            margin-top: 10px;
        margin-bottom: 5px;
     }
     .is-veh-arrow-svg{
             margin-top: 10px;
    margin-bottom: 5px;
    max-width:75%;
     }
     .is-veh-arrow-svg:hover > g > g > .is-veh-arrow-svg-color{
         fill: #018bcb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-color{
         fill: #62c0eb; stroke: #018bcb;
     }
    .is-veh-arrow-svg:hover > g > g > .is-veh-arrow-svg-color-reverse {
        fill: #62c0eb;
        stroke: #62c0eb;
    }
    .is-veh-arrow-svg-color-reverse {
        fill: #018bcb;
        stroke: #62c0eb;
    }
     .is-veh-arrow-svg-error{
         float:left;         
         margin-top:9px;
         margin-left:5px;
         max-width: 15%;
     }
     .is-veh-arrow-svg-error.red > g > g > g > path.fillHere{
         fill: #C8312F;
     }
     .is-veh-arrow-svg-error.orange > g > g > g > path.fillHere{
         fill: #F78E4C;
     }
     .is-veh-arrow-svg-error.yellow > g > g > g > path.fillHere{
         fill: #F7CA4C;
     }
     .is-veh-arrow-svg-error.orange,.is-veh-arrow-svg-error.yellow{
         margin-top:14px;
     }
     .is-table {
  /*table-layout: fixed;*/ 
  width: 100%;
  *margin-left: -100px;/*ie7*/
}
.is-table > td {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table > th {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table-col1{
    flex:8;
}
.is-table-col2{
    flex:16;
}
.is-table-col3{
    flex:21;
}
.is-table-col4{
    flex:16;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col3 > h5{
  text-align:left !important;
}
.is-table-col5{
    flex:15;
}
.is-table-col6 > h5{
  text-align:left !important;
}
.is-table-col6{
    flex:14;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col7{
    flex:18;
}
    .is-table-col8 {
        flex: 18;
    }
    .is-table-col9 {
        flex: 4;
    }
.is-nav-tabs{
    border-bottom: 0px !important;
}
.is-tab-close{
    position:absolute;
    top:20px; right:20px;
    color:#fff;
    font-size:26px;
    cursor:pointer;
}
.is-tab{
    margin-right: 4px;
    font-family:robotoMedium;
}
.is-tab > a{
    cursor:pointer;    
    background-color:#005B84 !important;
    color:#fff !important;    
    font-weight: normal !important;
    font-size: 13px;
    padding: 6px 12px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #b9b9b9 !important;
    border-bottom:2px solid #919599 !important;*/    
}
.is-tab.active > a{    
    background-color:#fff !important;
    color:#333333 !important;
    font-weight: normal !important;
    font-size: 13px;
    padding: 6px 12px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #919599 !important;
    border-bottom:2px solid #fff !important;*/
    cursor:default;
}
.is-tab:hover > a{
    background-color:#018BCB !important;
    border: 1px solid #018BCB !important;
}
.is-tab.active:hover > a{    
    background-color:#fff !important;
    color:#333333 !important;    
    border:1px solid #fff !important;
}
.is-nav-subTabs{    
    padding-top:20px;
    border-bottom: 2px solid #ddd !important;
}
.is-subTab{
/* MAKE -3 FOR BOTTOM BORDER TO DISAPPEAR */
    margin-bottom: -2px !important;
}
.is-subTab > a{
    border:0px !important;
    color:#6d6f71 !important;
    font-size:12px !important;
    padding: 2px 4px !important;
    cursor:pointer;
}
.is-subTab.active > a{
    color:#018BCB !important;    
    /*border-bottom:4px solid #018BCB !important;*/    
    cursor:default;
}
.is-subTab:hover{
    background-color:#fff !important;
}
.is-subTab:hover > a{
    /*color:#018BCB !important;*/
    background-color:#fff !important;
}
.is-subButton{
    position: absolute;
    right: 2%;
    top: 10px;
    background-color: #E3E4E6;
    padding: 1px 8px;
    border-radius: 4px;
}
.is-subButton > a {
    color: #919599 !important;
    font-size: 12px;
}
.is-subButton > i {
        color: #919599 !important;
    font-size: .7em;
    padding-left: 5px;
}
.is-vd-sectionTitle{
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:15px;
}
.is-vd-sectionSubTitle{
    color:#919599;
    margin-top:2px;
    margin-bottom:4px;
    font-style:italic;
    font-size:.7em;
    line-height:1.5em;
}
.is-vd-inputContainer{
    padding:0px;
}
.is-ga-infoIcon{
    margin:26px .5em 0px .5em;
    cursor:pointer;
}
.is-ga-infoIcon-Color{
    fill: #919599;
}
.is-ga-infoIcon:hover > g > .is-ga-infoIcon-Color{
    fill: #dd9733;
}
.is-vd-EditSave{
    float:right; color:red; text-decoration:underline; font-size:.9em; font-style:normal;
    cursor:pointer;
}
.is-faux-th{        
    margin-top:2px;
    margin-bottom:2px;
    color:#000;
    font-size:.95em;
    float:left;
    font-family:robotoBold;
}
.is-faux-tr{    
    margin-top:2px;
    margin-bottom:2px;
    color:#383838;
    font-size:.95em;
    font-family:robotoMedium;
}
        .viewOnly{   
            pointer-events:none;
        }
          
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
        input[type="checkbox"].toggleCB:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.viewOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .is-vd-label.errorRed{                        
            border: solid 1px #C8312F !important;
            box-shadow: 0px 0px 0px 1px #C8312F;
        }
        .is-vd-label.errorOrange{                        
            border: solid 1px #F78E4C !important;
            box-shadow: 0px 0px 0px 1px #F78E4C;
        }
        .is-vd-label.errorYellow{                        
            border: solid 1px #F7CA4C !important;
            box-shadow: 0px 0px 0px 1px #F7CA4C;
        }
        .is-vd-label.viewOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.viewOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.viewOnly > select{
            pointer-events:none;
        }
        .is-vd-label.viewOnly > .is-vd-selectArrow{
            display:none;
        }   
        .readOnly{   
            pointer-events:none;
        }
        .readOnly > .is-vd-selectArrow {
            display: none;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly:before, input[type="checkbox"].toggleCB:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly, input[type="checkbox"].toggleCB:checked + label.readOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.readOnly, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.readOnly{                        
            border: solid 1px #E3E4E6 !important;
        }    
        .is-vd-label.readOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.readOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.readOnly > select{
            pointer-events:none;
        }
        .is-vd-label.readOnly > .is-vd-selectArrow{
            display:none;pointer-events:none;
        }    
        .is-vd-label > input {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;  
            text-overflow:ellipsis;      
        }

        .is-vd-label > input:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .is-vd-label {
            position: relative;
            padding: 0px .5em;
            margin-top:18px;
            margin-bottom:2px;            
            border:solid 1px #018BCB;
        }  

        .is-vd-selectArrow{
            position:absolute; right:3%; height:100%;
        }        
        .is-vd-iconBox{            
            position:relative; width: auto; float: left; text-align: center; padding: 0px; cursor:pointer; margin:0px 1%;
        }
        .is-vd-iconBox-text {    
            float:left; font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 29px; font-size:10px; padding-left:5px; padding-right:7px;
        }
        .is-vd-iconBox.addErrorBorder{
            border:3px solid #C8312F;
        }
        .is-vd-iconBox:hover{
            background-color:rgba(98, 192, 235, .1);
        }
        /*.is-vd-iconBox.addBorder:before{
            content: "";
            position: absolute;
            right: 0;
            top: 1em;
            height: 2em;
            width: 1px;
            background: #E3E4E6;
        }*/
        .is-vd-iconBox > i{
            color: #018BCB; font-size: 22px;
        }
        .is-vd-iconBox > h5{
            font-size: 10px; font-weight: bold; line-height: 1; margin: 0px; margin-top:-4px;
        }
        .fieldFaded{
            border: solid 1px #E3E4E6;
        }
        .is-vd-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 8px;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
            pointer-events:none;
        }
        .is-vd-label > input:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
           .is-vd-label > input:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
        .is-vd-label > select {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > select:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > select:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label > select:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .isTextArea {                        
            padding: 10px 5px 0px 5px !important;
        }
        .isTextArea > label {            
            top: calc(10% - 13px) !important;
        }
        .is-vd-label > div.is-vd-textarea {
            font-size: 13px;
            padding: 0px;
            height:auto; min-height:100px; max-height:150px; overflow-y:auto;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            /*-webkit-appearance: none;*/        
        }
        
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-save-button{
            margin-left:auto; margin-right:auto; background-color: #018BCB; margin-top:25px; color:white;
            border-radius:19px;
            font-size: 16px !important;
            padding: 7px 28px;
        }
        .is-vd-moneySign{
            position:absolute;top: 25px;left:0;font-size: 13px;padding: 0px; line-height:100%;
        }
        .is-vd-photo-fix{
            background-color:#000 !important;
            border: 1px solid #919599;
            border-radius:0px;
        }
        
    .is-vd-show-image:nth-child(4n+1) {
        clear: left;
    }    
        .is-vd-show-image{
            padding:3px;
            position: relative;
        }        
        #drop-zone {    
    width: 100%;
    height: auto;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius:0px;    
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    padding-top: 65%;
    overflow: hidden;
}
#clickHere {
    position: absolute;
    cursor: pointer;    
    top: 10%;    
    line-height: 25px;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 40%;
    border-radius: 0px;

}
                    div.is-vd-show-image p.move {
                        top: 15px;
                        left: 15px;
                    }

                    div.is-vd-show-image p.delete {
                        top: 15px;
                        right: 15px;
                    }
                      
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
    input[type="checkbox"].toggleCB + label {
        height: 16px;
        width: 36px;
        max-width: 80%;
        line-height: 22px;
        background-color: #C9C9C9;
        padding: 0px 8px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

                        input[type="checkbox"].toggleCB + label:before, input[type="checkbox"].toggleCB + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 22px;
                            height: 22px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                            border-radius: 26px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-offText {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-onText {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB:checked + label:before, input[type="checkbox"].toggleCB:checked + label:hover:before, input[type="checkbox"].toggleCB:focus:checked + label:before, input[type="checkbox"].toggleCB:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -22px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText{
            position: absolute; right: 5px; z-index: 2; top: -2px; margin-left: 30px !important; margin-right: 0px !important; color: #fff;font-size: 12px;
        }
        .is-vd-toggle-offText{
            position: absolute;left: 5px;z-index: 2;top: -2px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 12px;
        }
        .is-vd-toggle-Text{
            font-size: 13px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }
        

        input[type="checkbox"].toggleCB-shrink + label {                        
                        height: 11px;
                        max-width: 80%;
                        line-height: 17px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 11px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                        vertical-align:top;
                    }

                        input[type="checkbox"].toggleCB-shrink + label:before, input[type="checkbox"].toggleCB-shrink + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 17px;
                            height: 17px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 21px;
                            -webkit-border-radius: 21px;
                            border-radius: 21px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB-shrink + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB-shrink:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-offText-shrink {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-onText-shrink {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB-shrink:checked + label:before, input[type="checkbox"].toggleCB-shrink:checked + label:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -17px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText-shrink{
            position: absolute; right: 4px; z-index: 2; top: -3px; margin-left: 25px !important; margin-right: 0px !important; color: #fff;font-size: 9px;
        }
        .is-vd-toggle-offText-shrink{
            position: absolute;left: 4px;z-index: 2;top: -3px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 9px;
        }
        .is-vd-toggle-Text-shrink{
            font-size: 12px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }




    .home-header {
        font-size: 22px !important;
    }
    .home-description {
    font-weight:normal; font-size:16px !important;
    }
        #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 46px;
    }
    .special-top-header {
        font-weight:bold !important;font-size:14px !important;
    }
    .vtYearBox{
        width:25%;
        margin-right:1%;
    }
    .vtMakeBox{
        width:34%;
        margin-right:1%;
    }
    .vtModelBox{
        width:39%;
    }
    .filterText{
        text-align:right;
    }
    .modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		/*width: 60%;*/
        width:1100px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
   .is-table-header{
         padding: 8px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-header > h5{
         color:#4D4D4D;
         font-size:14px;
         font-weight:bold;
         margin-bottom: 2px;
     }
     .is-table-row{
        padding: 0px 5px;
        margin-top:20px;
        margin-bottom:10px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-row-centering-div{
         /*min-width:80%;*/
         min-width:100%;
         max-width:100%;
         display: inline-block; text-align: left;
     }
     .is-veh-smallText{
         color:#333;
         font-size:12px;   
         margin-top:2px;
         margin-bottom:2px;    
         line-height:1.3;
     }     
     .is-table-row > h6{
         color:#333;
         font-size:15px;
         margin-top:0px;
         margin-bottom:0px;
         line-height: 1.2;
         font-family:robotoMedium;
     }
     .is-veh-container{
        border-bottom: 1px dashed #c9c9c9;
        padding: 0px;        
     }
     .is-veh-container:hover #is-veh-hoverTab-Container > span{
         display:inline-block;
     }
    .is-veh-box {
        display: flex;
    }
     #is-veh-hoverTab-Container{
         height:20px;
     }
     .is-veh-status-indicator{
         height: 95%;width: 6px;position: absolute;left: -20px;border-radius: 8px;
     } 
     .is-veh-field-indicator{
         border-bottom:2px solid white;
         margin-bottom:5px;
     }
     .is-veh-boldTitle{
         font-family:roboto;
         font-weight:600;
         color:#333;
         font-size:12px;         
         margin-bottom:0px;
         line-height: 1.2;
     }
     .is-veh-Text{         
         color:#333;
         font-size:14px;                  
         margin-bottom:6px;
         line-height: 1.3;
      }
     .is-veh-hoverTabs{         
         color:#006FA2;border-right:1px solid grey;font-family: robotoBold;padding: 1px 10px;
         font-size:13px;
         cursor:pointer;
     }
     .is-veh-hoverTabs:hover{
             background-color: rgba(0, 111, 162, 0.2);
     }
     .is-greyBox{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 20%;
        min-width: 50px;
        padding-left: 2%;
        padding-right: 2%;
     }
     .is-greyBox-thick{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 90%;
        height:24px;      
        margin-top:0px;
        margin-bottom:0px;
     }
     .is-greyBox-thin{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 100%;
        height:10px;                   
        margin-top: 3px;
        margin-bottom: 3px;
     }
     .is-veh-arrow {
        color:#333;
        font-size:10px;   
        margin-top:10px;
        margin-bottom:5px;
        padding:.4em 0em;
        line-height: 1.2;
        width: auto;
        float: left;
        clear:both;
    }
     .is-veh-arrow.red{
        background-color: #FFDFDE;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.orange{
        background-color: #FDE2CB;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.yellow{
        background-color: #FFF7D3;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow > i {        
        color: #4D4D4D;
        font-size: 9px;
        line-height: 12px;
        margin-left: 5px;
        vertical-align: top;
    }
     .is-veh-arrow > u {        
        line-height: 12px;
        vertical-align: text-top;
    }
    .is-veh-arrow.red > u, .is-veh-arrow.orange > u, .is-veh-arrow.yellow > u {        
        line-height: 8px;
        vertical-align: text-top;
        margin-left:3px;
    }
     .is-popover-error{
         margin-top:2px; margin-bottom:2px; color:red; font-weight:bold;
     } 
     .is-ga-popover{
         margin-top:2px; margin-bottom:2px; color:#dd9733; font-weight:bold;
     }
.is-ck-button {      
    float:left;    
    display: inline-flex;    
    padding: 1px 3px;
}
.is-ck-button label {
    float:left;    
    margin-bottom: 0px;
}
.is-ck-button label span {
    text-align:center;    
    display:block;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #707070;    
    padding: 1px 5px;
    font-size: 10px;
    color: #444;
}
.is-design-content-container{
    height:35vh;
}
.is-white-content-box{
    padding-left:4.5%; padding-right:4.5%; margin-top: -35vh;
}
.bt-white-content-box{
    background-color:#fff; padding: 3.5%; min-height:800px; margin-bottom:150px;
}
.is-top-section-container{
    padding:0px; margin-top:40px; margin-bottom: 35px;
}
.is-dealer-DD{
         padding:5px 0px 5px 0px;
         float:left;
     }
     .is-dealer-DD.paddingRight{
         padding:5px 0px 5px 10%;
     }
     .is-dealer-DD > select{
         background: none;
        border: none;
        color: #fff;
        width: auto;
        font-size: 2.2em;
        outline:none;
     }
     .is-inv-Search-Input{
        height: 40px;
        width: 86%;
        box-shadow: 0px 0px 0px !important;
        border: 1px solid #62C0EB;
        border-radius:2px;
        padding: 0px 15px;
     }
     .is-inv-Search-Button{
        position: absolute;
        right: 1px;
        top: 0px;
        height: 40px;
        font-size: 18px;
        width: 12%;
        color: #fff;
        border: 0px;
        border-radius: 2px;
        padding:6px;
     }
     .is-inv-DD{
        background-color: #E3E4E6;
        border: none;
        border-radius: 33px;
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;
        max-width: 20%;
        outline:none;
     }
     .is-topFilter-container{
        margin-right: 1%;
        max-width: 19%;
        float:left;

        /*background-color: #E3E4E6;
        border: none;
        border-radius: 33px;        
        padding-left: 12px;
        padding-right: 12px;        
        font-weight: bold;
        font-size: 12px;        
        outline:none;*/        
     }

     .is-topFilter-box{
        background-color: #fff;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        outline: none;
     }
     .is-topFilter-box:hover{
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-topSearch-box{
         color:#fff;
        background-color: #62C0EB;
        border-color:#62C0EB !important;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        box-shadow:rgb(51, 51, 51, .25) 4px 4px 6px;
        outline: none;
     }
     .is-topSearch-box:hover{         
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-listing-container{
         padding:2px;
         background-color:#FBFBFB; border-bottom: 1px solid #E3E4E6; padding: 1% 3.5%; border-top-left-radius: 2px; border-top-right-radius: 2px;
     }

     .z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    cursor:pointer;
}
.is-gc-dialog-close {
    border-radius: 100%;
    box-sizing: border-box;
    color: #5f6368;
    height: 40px;
    padding: 8px;
    width: 40px;
    outline:none;
}
     .is-gc-modal-dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 120;
}
     .is-gc-filter-dialog {
    box-sizing: border-box;
    width: 300px;
}
     .is-gc-filter-box-label{
         font-family:robotoMedium;
         font-weight:normal;
         font-size:12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
     }
     .is-gc-ds-filter-box-label{
         font-family:roboto;
         font-weight:normal;
         font-size:22px;
     }
     .ViY6xe {
    display: inline-block;
    width: 40px;
    height: 20px;
}
     .GDbAwd {
    color: rgba(0,0,0,.87);
    height: 20px;
    line-height: 20px;
}
 .tCrouc {
    cursor: pointer;
    width: 36px;
    height: 20px;
    position: absolute;
}
     .gws-flights-filter__all-airlines-toggle {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    padding: 16px;
}
     #all_airlines_toggle_label {
    flex: 1 1 auto;
}
     .YK3Dfb {
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    -webkit-transition: background-color .3s ease;
}
     .WqDhQe {
    display: none;
}
     .eKFUZc {
    position: absolute;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.26);
    pointer-events: none;
    top: 3px;
    width: 36px;
    -webkit-transition: background-color .3s ease;
}
     .U9xLGe {
    height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: transform .3s ease;
}
     .XV7QZc:not(.Lrhhcf) .WqDhQe:not(:checked)~.U9xLGe .HPdawd {
    background-color: #bdbdbd;
}
.tCrouc .HPdawd {
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: -14px;
    opacity: 0.001;
    pointer-events: none;
    position: relative;
    top: -14px;
    transform: scale(0.4);
    -webkit-transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.0, 0.6, 1);
    width: 48px;
}
     .is-gc-filter-list, .gws-flights-filter__airline-list {
    padding: 8px 13px;
}
     .is-gc-filter-content {
    flex-direction: column;
    display: flex;
    height: 100%;
}
     .is-gc-dialog-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.flt-subhead1 {
    color: #3c4043;
    font: 500 16px/24px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}

.is-top-dealer-dd{
    background: none !important; border: none !important; color: #fff; outline: none; padding-left:0px !important;
}
     .gws-flights__main {
    line-height: 1;
}
     .is-gc-Item {
        padding-left: 36px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-ds-Item {
        padding-left: 46px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
         .is-gc-ds-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
.is-gc-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;    
    cursor:pointer;
}
.is-gc-ds-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
}
     .is-gc-ds-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left:10px;
    width: 24px;    
    cursor:pointer;
}
     .is-gc-scroll-region {
    /*box-shadow: inset 0 -1px 0px rgba(0,0,0,0.12), inset 0 1px 0px rgba(0,0,0,0.12);*/
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
     .gt3jNb filter-chip {
    margin: 10px 0 0 8px;
}
.ksYYHb {
    align-items: center;
    border: 1px solid #E3E4E6;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    -webkit-user-select: none;
    outline:none;
    cursor:pointer;
    max-width:100%;
}
.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}
.is-gc-ds-arrow {
    box-sizing: border-box;
    color: #5f6368;
    height: 30px;
    margin: 4px 4px 4px 8px;
    width: 30px;
}
.ZLcjee {
    box-sizing: border-box;
    color: #5f6368;
    height: 24px;
    margin: 4px 4px 4px 8px;
    width: 24px;
}
.oPVbId {
    border-color: #D9F1FB;
    color: #018BCB;
    background-color:#D9F1FB;
}
.oPVbId::after, .oPVbId:hover::after {
    background: #e8f0fe;
    opacity: 1;
}
.oPVbId .ZLcjee {
    color: inherit;
}
.is-gc-topSelected{

}
.x5rFQb {
    height: 18px;
    margin: 4px 6px 4px 12px;
    overflow: visible;
    position: relative;
    width: 18px;
}
.ksYYHb::after {
    opacity: 0.01;
    transition: opacity 15ms linear;
}

.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}  

.pager-box{    
    padding: 0px;    
    border-radius: 2px;
    color: #333;    
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
 
.pager-text{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    line-height:26px;
}
.pager-text:hover > i{
    color:#006FA2;
}
.pager-box-arrows{
    padding: 0px; 
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;    
    line-height:26px;
    width:26px;
    height:26px;
}
.pager-box-dots{
    padding: 2px 7px;         
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.is-ck-button label input {
    position:absolute;
    top:-20px;
    opacity:0;
}
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
}

/*TABLET (HORIZONTAL) MEDIA QUERY*/
@media (min-width: 992px) and (max-width: 1199px) {
    .brokerModalDialog {
        width: 75vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {        
    }
    .nav-flex-container {
        display: flex;
        z-index: 2;
        padding: 0px;
    }

    .nav-flex-left {
        flex: 1;
        text-align: center;
    }

    .nav-flex-right {
        flex: 11;
    }
    .bt-SLSB-FirstButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }

    .bt-SLSB-ButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }
     .is-h1-title{
        cursor:pointer; font-size: 28px; color:white; margin-top:0px; margin-bottom: 10px;
    }
    .is-h1-title-icon{
        position:absolute; left:-2.5%; margin-top: -2px; max-width: 2%;
    }
    .bt-back-arrow{
        position:absolute; left:-5%; margin-top: -1px; max-width: 2%; cursor:pointer;
    }
    
     .is-nav-container
{
 text-align: center;
 position: relative;
}
.is-nav-container li
{
 color: #333;
 display: inline-block;
 padding: 0 5px;
 text-decoration: none;
}
.is-nav-container .is-nav-underline
{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 4px;
 width: 100px;    
 transition: left 0.4s ease, width 0.4s ease;
}
.isDescDIV{
    padding:2px;
    padding-right: 1%;
    padding-top:1%;    
    margin-top:10px;    
    text-align:right;
}
.isInputDIV{
    padding:2px;
    margin-top:10px;
}
    .is-search-filter-container{
        padding:0px;
        /*margin-top:20px;
        margin-bottom:30px;*/
    }
    .colorSwatch{
        height:24px !important; width:24px; border:0px; margin-top:4px; border-radius:0px; outline:none; cursor:pointer; text-decoration:none; font-style:normal;
    }
    .is-rd-sectionTitle{
        font-weight:bold; padding: 2% 0; text-align:center;
    }
    .is-rd-sectionBox{
        height:100%; border:1px solid #006FA2; border-radius:4px; background-color:#fff; padding:0px;
    max-width: 325px; margin-left: auto; margin-right: auto; float: none;
    }
    .is-rd-sectionHeaderBox{
        background-color:#018BCB; border:1px solid #707070; border-radius:3px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding-top:1%; padding-bottom:1%; padding-left:7%; padding-right:7%; margin-bottom:10px;
    }
    .is-rd-sectionHeaderTitle{
        color:#fff; font-weight:bold; line-height:1; margin-top:2px; margin-bottom:2px; font-size:16px;
    }
    .is-rd-sectionHeaderSmallTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; height:14px; font-size:12px;
    }
    .is-rd-sectionHeaderSubTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; font-size:12px;
    }
    .is-rd-sectionContentContainer{
        padding-top:1%; padding-bottom:7%; padding-left:7%; padding-right:7%;
    }
    .is-rd-VehicleImage{
        border:1px solid #919599; max-width:50%; margin-top:10px; margin-bottom:10px;
    }
    .is-rd-sectionRow{
        padding:0px; margin-bottom:2px; border-bottom:1px dashed #919599;
    }
    .is-rd-sectionRow.lastItem{
        margin-bottom:22px;
    }
    .is-rd-sectionRow.noBB{
        border-bottom:1px solid #fff !important;
    }
    .is-rd-sectionRow.error .is-rd-sectionRow-Status{
        display:block;
    }
    .is-rd-sectionRow.error{
        color:#C8312F !important;
    }
    .is-rd-sectionRow-Status{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#C8312F; display:none;
    }
    .is-rd-sectionRow.info .is-rd-sectionRow-Info{
        display:block;
    }
    .is-rd-sectionRow.info{
        color:#FF7621 !important;
    }
    .is-rd-sectionRow-Info{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#FF7621; display:none;
    }
    .is-rd-sectionRow-Title{
        min-width:40%; float:left; font-weight:bold; margin-bottom:0px; font-size:13px;
    }
    .is-rd-sectionRow-Data{        
        float: left;
        max-width: 60%;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
         font-size:13px;
    }
    .is-rd-linkOutContainer{
        text-align:center;
    }
    .is-rd-linkOutButton{
        text-align:center;           
        border:2px solid #018BCB;
        border-radius:4px;
        color:#018BCB;        
        background-color: #fff;
        font-weight: bold;
        padding: 3px 16px;
    }
    .is-rd-linkOutButton:hover{        
        background-color:#018BCB;
        color:#fff;
    }
    .is-rd-sectionContentTitle{
        padding:0px; margin-bottom:6px; border-bottom:2px solid #333;
    }
    .is-rd-sectionContentTitle > p{        
        font-weight:bold; margin-top:20px; margin-bottom:0px; font-size:11px; line-height:11px;
    }


    .hpSlider-Box {
        border: 2px solid #333333;
        border-radius: 4px;
        box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        height: 260px;
        padding: 5px 20px;
        background-color:#fff;
        overflow:hidden;
    }
    .hpSlider-Box:hover {
        border-color: #006FA2;
    }
    .hpSlider-AlertText {
        color: #E3E4E6;
        font-size: 10px;
        font-weight:bold;
    }
    .hpSlider-LargeText {
        color: #006FA2;
        font-weight: bold;
        font-size: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .hpSlider-TitleText {
        color: #006FA2;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .hpSlider-Text {
        color: #333333;
        font-size: 12px;
    }
    .hpSlider-ActionText {
        color: #006FA2;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }
        .hpSlider-ActionText > i {
            color: #A3A3A3;
            margin-left:5px;
        }
    .hpSlider-Close {
        color: #666;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }
    .hpSlider-LeftArrow {
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .hpSlider-RightArrow {        
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
    }
    .hpSlider-LeftArrow:hover {
        color: #006FA2;

    }
    .hpSlider-RightArrow:hover {
        color: #006FA2;
    }

    .hpReportBox {
        border: 1px solid #C9C9C9;
        border-radius: 4px;
        /*padding: 3% 1% 1% 1%;*/        
        padding: 25px 10px 10px 10px;
        min-height: 375px;
        background-color:#fff;
    }
        .hpReportBox:hover {
            box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        }
    .hpReportBox-TitleSection > h3 {
        color: #006FA2;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > h4 {
        color: #006FA2;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > p {
        color: #333333;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .hpReportBox-TableRow {
        padding: 0px;
        border-top: 1px dotted #E3E4E6;
    }
        .hpReportBox-TableRow:hover {
            background-color: #edf9ff;
        }
    .hpReportBox-TableTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .hpReportBox-TableText{
        font-size:14px;
        margin-top:6px;
        margin-bottom:6px;
    }
    .hpReportBox-Actions {
        color: #C9C9C9;
        vertical-align: middle;
        font-size:14px;
        padding:5px 1px;
    }
    .hpReportBox-Actions:hover {
        color: #018BCB;
    }
    .hpReportBox-ViewFullReport {
        color: #919599;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right:10px;
        margin-bottom:0px;
        cursor:pointer;
    }
        .hpReportBox-ViewFullReport:hover {
            color: #006FA2;
        }
    .hpReportBox-TableRow:hover > #hpReportBox-ActionsContainer > i {
        display: inline-block;
    }
    #hpReportBox-ActionsContainer > i {
        display: none;
        cursor:pointer;
    }
    .TableRow-Failed{
        color:red!important;
    }
    .is-details-modal-container{
        overflow:hidden !important;
    }
     .is-details-modal{
         width: 60vw;height: 100vh;margin-top: 0px; margin-right: 0px;border-radius: 0px; overflow:hidden !important;
     }
     .is-details-modal-content{
         padding: 0px; margin: 0px; border-radius: 0px; box-shadow: 0px 0px 0px; border: 0px; overflow:hidden !important;
     }
     .is-details-modal-body{
         max-height: 95vh; overflow-y: scroll; height: calc(100% - 160px); padding:0px !important;
     }
     
     .is-vd-headerBox > h2{
         font-size: 20px; color:#fff; margin-top:5px; margin-bottom: 5px;
     }
     .is-vd-headerBox > h6{
         color:#fff; font-size: .74em; margin-top:0px; margin-bottom: 0px;
     }
     .is-details-content-container{
         background-color:#fff; min-height:80vh; padding-left:2vw; padding-right:1vw;
     }
.is-aw-Headline{
    color:#1A0DAB;
    font-size:11px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-aw-Link{
    color:green;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-aw-Description{
    color:#666;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-aw-Headline.dulled{
    color:#777;
}
.is-aw-Link.dulled{
    color:#777;
}
.is-aw-Description.dulled{
    color:#999;
}
.is-aw-StatLine{
    padding-left:0px; padding-right:4px; font-size:11px;
}
.is-ga-Headline{
    color:blue;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#777;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-Status{
    font-size:14px;
    float:left;
}
.is-ga-Edit{
    font-size:14px;
    color:#018BCB;
    float:right;
}  
.is-ga-datechanger {
        border: 1px solid #006FA2;
        border-radius: 4px;
        max-width: 40%;        
        padding: 5px 10px;
    }
.is-ga-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#383838;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-focusHeadline{
    color:#1A0DAB;
    font-size:15px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-focusLink{
    color:#0D8141;
    font-size:10px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-focusDescription{
    color:#777;
    font-size:11px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.is-ga-sectionTitle{
    font-family:robotoBlack;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
     .is-table > tr{
         background-color:#fff;
     }  
     .is-veh-container:hover{
         /*background-color: rgba(96, 205, 255, 0.15);*/
         background-color: #FBFBFB;
     }
     #is-veh-hoverTab-Container > span{        
         display:none;
     }
     .is-veh-field-indicator.red{
         border-color:red;
     }
     .is-veh-field-indicator.orange{
         border-color:#f7934c;
     }
     .is-veh-field-indicator.yellow{
         border-color:yellow;
     }
     .is-veh-arrow-container{
         position:absolute;
         bottom:0;
         padding:0px;
         height:46px;
         width:100%;
         cursor:pointer;
     }     
     .is-veh-arrow-box{
         /*display:none;*/
         padding:0px;
     }
     .is-veh-arrow-spacer{
         height:46px;
            margin-top: 10px;
        margin-bottom: 5px;
     }
     .is-veh-arrow-svg{
             margin-top: 10px;
    margin-bottom: 5px;
    max-width:75%;
     }
     .is-veh-arrow-svg:hover > g > g > .is-veh-arrow-svg-color{
         fill: #018bcb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-color{
         fill: #62c0eb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-error{
         float:left;         
         margin-top:9px;
         margin-left:5px;
         max-width: 15%;
     }
     .is-veh-arrow-svg-error.red > g > g > g > path.fillHere{
         fill: #C8312F;
     }
     .is-veh-arrow-svg-error.orange > g > g > g > path.fillHere{
         fill: #F78E4C;
     }
     .is-veh-arrow-svg-error.yellow > g > g > g > path.fillHere{
         fill: #F7CA4C;
     }
     .is-veh-arrow-svg-error.orange,.is-veh-arrow-svg-error.yellow{
         margin-top:14px;
     }
     .is-table {
  /*table-layout: fixed;*/ 
  width: 100%;
  *margin-left: -100px;/*ie7*/
}
.is-table > td {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table > th {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table-col1{
    flex:8;
}
.is-table-col2{
    flex:16;
}
.is-table-col3{
    flex:21;
}
.is-table-col4{
    /*display:none;*/
    flex:16;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col3 > h5{
  text-align:left !important;
}
.is-table-col5{
    flex:15;
}
.is-table-col6 > h5{
  text-align:left !important;
}
.is-table-col6{
    flex:14;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col7{
    flex:18;
}
    .is-table-col8 {
        flex: 18;
    }
    .is-table-col9 {
        flex: 4;
    }
.is-nav-tabs{
    border-bottom: 0px !important;
}
.is-tab-close{
    position:absolute;
    top:20px; right:20px;
    color:#fff;
    font-size:26px;
    cursor:pointer;
}
.is-tab{
    margin-right: 4px;
    font-family:robotoMedium;
}
.is-tab > a{
    cursor:pointer;    
    background-color:#005B84 !important;
    color:#fff !important;    
    font-weight: normal !important;
    font-size: 12px;
    padding: 5px 10px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #b9b9b9 !important;
    border-bottom:2px solid #919599 !important;*/    
}
.is-tab.active > a{    
    background-color:#fff !important;
    color:#333333 !important;
    font-weight: normal !important;
    font-size: 13px;
    padding: 6px 12px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #919599 !important;
    border-bottom:2px solid #fff !important;*/
    cursor:default;
}
.is-tab:hover > a{
    background-color:#018BCB !important;
    border: 1px solid #018BCB !important;
}
.is-tab.active:hover > a{    
    background-color:#fff !important;
    color:#333333 !important;    
    border:1px solid #fff !important;
}
.is-nav-subTabs{    
    padding-top:20px;
    border-bottom: 2px solid #ddd !important;
}
.is-subTab{
/* MAKE -3 FOR BOTTOM BORDER TO DISAPPEAR */
    margin-bottom: -2px !important;
}
.is-subTab > a{
    border:0px !important;
    color:#6d6f71 !important;
    font-size:12px !important;
    padding: 2px 4px !important;
    cursor:pointer;
}
.is-subTab.active > a{
    color:#018BCB !important;    
    /*border-bottom:4px solid #018BCB !important;*/    
    cursor:default;
}
.is-subTab:hover{
    background-color:#fff !important;
}
.is-subTab:hover > a{
    /*color:#018BCB !important;*/
    background-color:#fff !important;
}
.is-subButton{
    position: absolute;
    right: 2%;
    top: 10px;
    background-color: #E3E4E6;
    padding: 1px 8px;
    border-radius: 4px;
}
.is-subButton > a {
    color: #919599 !important;
    font-size: 12px;
}
.is-subButton > i {
        color: #919599 !important;
    font-size: .7em;
    padding-left: 5px;
}
.is-vd-sectionTitle{
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:15px;
}
.is-vd-sectionSubTitle{
    color:#919599;
    margin-top:2px;
    margin-bottom:4px;
    font-style:italic;
    font-size:.7em;
    line-height:1.5em;
}
.is-vd-inputContainer{
    padding:0px;
}
.is-ga-infoIcon{
    margin:26px .5em 0px .5em;
    cursor:pointer;
}
.is-ga-infoIcon-Color{
    fill: #919599;
}
.is-ga-infoIcon:hover > g > .is-ga-infoIcon-Color{
    fill: #dd9733;
}
.is-vd-EditSave{
    float:right; color:red; text-decoration:underline; font-size:.9em; font-style:normal;
    cursor:pointer;
}
.is-faux-th{        
    margin-top:2px;
    margin-bottom:2px;
    color:#000;
    font-size:.95em;
    float:left;
    font-family:robotoBold;
}
.is-faux-tr{    
    margin-top:2px;
    margin-bottom:2px;
    color:#383838;
    font-size:.95em;
    font-family:robotoMedium;
}
        .viewOnly{   
            pointer-events:none;
        }
          
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
        input[type="checkbox"].toggleCB:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.viewOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .is-vd-label.viewOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.viewOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.viewOnly > select{
            pointer-events:none;
        }
        .is-vd-label.viewOnly > .is-vd-selectArrow{
            display:none;pointer-events:none;
        }        
        .readOnly{   
            pointer-events:none;
        }
            .readOnly > .is-vd-selectArrow {
                display: none;
            }
        input[type="checkbox"].toggleCB:checked + label.readOnly:before, input[type="checkbox"].toggleCB:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly, input[type="checkbox"].toggleCB:checked + label.readOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.readOnly, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.readOnly{                        
            border: solid 1px #E3E4E6 !important;
        }    
        .is-vd-label.readOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.readOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.readOnly > select{
            pointer-events:none;
        }
        .is-vd-label.readOnly > .is-vd-selectArrow{
            display:none;pointer-events:none;
        }    
        .is-vd-label > input {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;  
            text-overflow:ellipsis;      
        }

        .is-vd-label > input:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .is-vd-label {
            position: relative;
            padding: 0px .5em;
            margin-top:18px;
            margin-bottom:2px;            
            border:solid 1px #018BCB;
        }  
        
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-selectArrow{
            position:absolute; right:3%; height:100%;pointer-events:none;
        }
        .is-vd-iconBox{            
            position:relative; width: auto; float: left; text-align: center; padding: 0px; cursor:pointer;            
            margin:0px 1%;
        }
        .is-vd-iconBox-text {    
            float:left; font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 29px; font-size:10px; padding-left:5px; padding-right:7px;
        }
        .is-vd-iconBox.addErrorBorder{
            border:3px solid #C8312F;
        }
        .is-vd-iconBox:hover{
            background-color:rgba(98, 192, 235, .1);
        }
        /*.is-vd-iconBox.addBorder:before{
            content: "";
            position: absolute;
            right: 0;
            top: 1em;
            height: 2em;
            width: 1px;
            background: #E3E4E6;
        }*/
        .is-vd-iconBox > i{
            color: #018BCB; font-size: 22px;
        }
        .is-vd-iconBox > h5{
            font-size: 10px; font-weight: bold; line-height: 1; margin: 0px; margin-top:-4px;
        }
        .fieldFaded{
            border: solid 1px #E3E4E6;
        }
        .is-vd-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 8px;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
            pointer-events:none;
        }
        .is-vd-label > input:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
           .is-vd-label > input:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
        .is-vd-label > select {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > select:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > select:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label > select:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .isTextArea {                        
            padding: 10px 5px 0px 5px !important;
        }
        .isTextArea > label {            
            top: calc(10% - 13px) !important;
        }
        .is-vd-label > div.is-vd-textarea {
            font-size: 13px;
            padding: 0px;
            height:auto; min-height:100px; max-height:150px; overflow-y:auto;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            /*-webkit-appearance: none;*/        
        }

        .is-vd-save-button{
            margin-left:auto; margin-right:auto; background-color: #018BCB; margin-top:25px; color:white;
            border-radius:19px;
            font-size: 16px !important;
            padding: 7px 28px;
        }
        .is-vd-moneySign{
            position:absolute;top: 25px;left:0;font-size: 13px;padding: 0px; line-height:100%;
        }
        .is-vd-photo-fix{
            background-color:#000 !important;
            border: 1px solid #919599;
            border-radius:0px;
        }
        
    .is-vd-show-image:nth-child(4n+1) {
        clear: left;
    }    
        .is-vd-show-image{
            padding:3px;
            position: relative;
        }        
        #drop-zone {    
    width: 100%;
    height: auto;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius:0px;    
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    padding-top: 65%;
    overflow: hidden;
}
#clickHere {
    position: absolute;
    cursor: pointer;    
    top: 10%;    
    line-height: 25px;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 40%;
    border-radius: 0px;

}
                    div.is-vd-show-image p.move {
                        top: 15px;
                        left: 15px;
                    }

                    div.is-vd-show-image p.delete {
                        top: 15px;
                        right: 15px;
                    }
                      
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
    input[type="checkbox"].toggleCB + label {
        height: 16px;
        width: 30px;
        max-width: 80%;
        line-height: 22px;
        background-color: #C9C9C9;
        padding: 0px 8px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

                        input[type="checkbox"].toggleCB + label:before, input[type="checkbox"].toggleCB + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 22px;
                            height: 22px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                            border-radius: 26px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-offText {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-onText {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB:checked + label:before, input[type="checkbox"].toggleCB:checked + label:hover:before, input[type="checkbox"].toggleCB:focus:checked + label:before, input[type="checkbox"].toggleCB:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -22px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText{
            position: absolute; right: 5px; z-index: 2; top: -2px; margin-left: 30px !important; margin-right: 0px !important; color: #fff;font-size: 12px;
        }
        .is-vd-toggle-offText{
            position: absolute;left: 5px;z-index: 2;top: -2px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 12px;
        }
        .is-vd-toggle-Text{
            font-size: 13px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }
        

        input[type="checkbox"].toggleCB-shrink + label {                        
                        height: 11px;
                        max-width: 80%;
                        line-height: 17px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 11px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                        vertical-align:top;
                    }

                        input[type="checkbox"].toggleCB-shrink + label:before, input[type="checkbox"].toggleCB-shrink + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 17px;
                            height: 17px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 21px;
                            -webkit-border-radius: 21px;
                            border-radius: 21px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB-shrink + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB-shrink:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-offText-shrink {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-onText-shrink {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB-shrink:checked + label:before, input[type="checkbox"].toggleCB-shrink:checked + label:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -17px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText-shrink{
            position: absolute; right: 4px; z-index: 2; top: -3px; margin-left: 25px !important; margin-right: 0px !important; color: #fff;font-size: 9px;
        }
        .is-vd-toggle-offText-shrink{
            position: absolute;left: 4px;z-index: 2;top: -3px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 9px;
        }
        .is-vd-toggle-Text-shrink{
            font-size: 12px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }



    .home-header {
        font-size: 22px !important;
    }
    .home-description {
    font-weight:normal; font-size:16px !important;
    }
        #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 46px;
    }
    .special-top-header {
        font-weight:bold !important;font-size:14px !important;
    }
    .vtYearBox{
        width:25%;
        margin-right:1%;
    }
    .vtMakeBox{
        width:34%;
        margin-right:1%;
    }
    .vtModelBox{
        width:39%;
    }
    .filterText{
        text-align:right;
    }
    .modal.right .modal-dialog {
		position: fixed;
		margin: auto;		
		/*width: 60%;*/
        width:800px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
   .is-table-header{
         padding: 8px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-header > h5{
         color:#4D4D4D;
         font-size:14px;
         font-weight:bold;
         margin-bottom: 2px;
     }
     .is-table-row{
        padding: 0px 5px;
        margin-top:20px;
        margin-bottom:10px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-row-centering-div{
         /*min-width:80%;*/
         min-width:100%;
         max-width:100%;
         display: inline-block; text-align: left;
     }
     .is-veh-smallText{
         color:#333;
         font-size:12px;   
         margin-top:2px;
         margin-bottom:2px;    
         line-height:1.3;
     }     
     .is-table-row > h6{
         color:#333;
         font-size:15px;
         margin-top:0px;
         margin-bottom:0px;
         line-height: 1.2;
         font-family:robotoMedium;
     }
     .is-veh-container{
        border-bottom: 1px dashed #c9c9c9;
        padding: 0px;        
     }
     .is-veh-container:hover #is-veh-hoverTab-Container > span{
         display:inline-block;
     }
    .is-veh-box {
        display: flex;
    }
     #is-veh-hoverTab-Container{
         height:20px;
     }
     .is-veh-status-indicator{
         height: 95%;width: 6px;position: absolute;left: -20px;border-radius: 8px;
     } 
     .is-veh-field-indicator{
         border-bottom:2px solid white;
         margin-bottom:5px;
     }
     .is-veh-boldTitle{
         font-family:roboto;
         font-weight:600;
         color:#333;
         font-size:11px;         
         margin-bottom:0px;
         line-height: 1.2;
     }
     .is-veh-Text{         
         color:#333;
         font-size:12px;                  
         margin-bottom:6px;
         line-height: 1.3;
      }
     .is-veh-hoverTabs{         
         color:#006FA2;border-right:1px solid grey;font-family: robotoBold;padding: 1px 10px;
         font-size:13px;
         cursor:pointer;
     }
     .is-veh-hoverTabs:hover{
             background-color: rgba(0, 111, 162, 0.2);
     }
     .is-greyBox{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 20%;
        min-width: 50px;
        padding-left: 2%;
        padding-right: 2%;
     }
     .is-greyBox-thick{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 90%;
        height:24px;      
        margin-top:0px;
        margin-bottom:0px;
     }
     .is-greyBox-thin{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 100%;
        height:10px;                   
        margin-top: 3px;
        margin-bottom: 3px;
     }
     .is-veh-arrow {
        color:#333;
        font-size:10px;   
        margin-top:10px;
        margin-bottom:5px;
        padding:.4em 0em;
        line-height: 1.2;
        width: auto;
        float: left;
        clear:both;
    }
     .is-veh-arrow.red{
        background-color: #FFDFDE;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.orange{
        background-color: #FDE2CB;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.yellow{
        background-color: #FFF7D3;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow > i {        
        color: #4D4D4D;
        font-size: 9px;
        line-height: 12px;
        margin-left: 5px;
        vertical-align: top;
    }
     .is-veh-arrow > u {        
        line-height: 12px;
        vertical-align: text-top;
    }
    .is-veh-arrow.red > u, .is-veh-arrow.orange > u, .is-veh-arrow.yellow > u {        
        line-height: 8px;
        vertical-align: text-top;
        margin-left:3px;
    }
     .is-popover-error{
         margin-top:2px; margin-bottom:2px; color:red; font-weight:bold;
     } 
     .is-ga-popover{
         margin-top:2px; margin-bottom:2px; color:#dd9733; font-weight:bold;
     }
.is-ck-button {      
    float:left;    
    display: inline-flex;    
    padding: 1px 3px;
}
.is-ck-button label {
    float:left;    
    margin-bottom: 0px;
}
.is-ck-button label span {
    text-align:center;    
    display:block;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #707070;    
    padding: 1px 5px;
    font-size: 10px;
    color: #444;
}
.is-design-content-container{
    height:250px;
}
.is-white-content-box{
    padding-left:2.5%; padding-right:2.5%; margin-top: -250px;
}
.bt-white-content-box{
    background-color:#fff; padding: 3.5%; min-height:800px; margin-bottom:150px;
}
.is-top-section-container{
    padding:0px; margin-top:30px; margin-bottom: 25px;
}
.is-dealer-DD{
         padding:5px 0px 5px 0px;
         float:left;
     }
     .is-dealer-DD.paddingRight{
         padding:5px 0px 5px 10%;
     }
     .is-dealer-DD > select{
         background: none;
        border: none;
        color: #fff;
        width: auto;
        font-size: 2.2em;
        outline:none;
     }
     .is-inv-Search-Input{
        height: 40px;
        width: 75%;
        box-shadow: 0px 0px 0px !important;
        border: 1px solid #62C0EB;
        border-radius:2px;
        padding: 0px 10px;
        font-size:12px;
     }
     .is-inv-Search-Button{
        position: absolute;
        right: 1px;
        top: 0px;
        height: 40px;
        width: 12%;
        color: #fff;
        border: 0px;
        border-radius: 2px;
        margin-right: 10%;
        padding:6px;
     }
     .is-inv-DD{
        background-color: #E3E4E6;
        border: none;
        border-radius: 33px;
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;
        max-width: 20%;
        outline:none;
     }
     .is-topFilter-container{
        margin-right: 1%;
        max-width: 19%;
        float:left;

        /*background-color: #E3E4E6;
        border: none;
        border-radius: 33px;        
        padding-left: 12px;
        padding-right: 12px;        
        font-weight: bold;
        font-size: 12px;        
        outline:none;*/        
     }

     .is-topFilter-box{
        background-color: #fff;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        outline: none;
     }
     .is-topFilter-box:hover{
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-topSearch-box{
         color:#fff;
        background-color: #62C0EB;
        border-color:#62C0EB !important;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        box-shadow:rgb(51, 51, 51, .25) 4px 4px 6px;
        outline: none;
     }
     .is-topSearch-box:hover{         
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-listing-container{
         padding:2px;
         background-color:#FBFBFB; border-bottom: 1px solid #E3E4E6; padding: 1% 3.5%; border-top-left-radius: 2px; border-top-right-radius: 2px;
     }

     .z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    cursor:pointer;
}
.is-gc-dialog-close {
    border-radius: 100%;
    box-sizing: border-box;
    color: #5f6368;
    height: 40px;
    padding: 8px;
    width: 40px;
    outline:none;
}
     .is-gc-modal-dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 120;
}
     .is-gc-filter-dialog {
    box-sizing: border-box;
    width: 300px;
}
     .is-gc-filter-box-label{
         font-family:robotoMedium;
         font-weight:normal;
         font-size:12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
     }
     .is-gc-ds-filter-box-label{
         font-family:roboto;
         font-weight:normal;
         font-size:20px;
     }
     .ViY6xe {
    display: inline-block;
    width: 40px;
    height: 20px;
}
     .GDbAwd {
    color: rgba(0,0,0,.87);
    height: 20px;
    line-height: 20px;
}
 .tCrouc {
    cursor: pointer;
    width: 36px;
    height: 20px;
    position: absolute;
}
     .gws-flights-filter__all-airlines-toggle {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    padding: 16px;
}
     #all_airlines_toggle_label {
    flex: 1 1 auto;
}
     .YK3Dfb {
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    -webkit-transition: background-color .3s ease;
}
     .WqDhQe {
    display: none;
}
     .eKFUZc {
    position: absolute;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.26);
    pointer-events: none;
    top: 3px;
    width: 36px;
    -webkit-transition: background-color .3s ease;
}
     .U9xLGe {
    height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: transform .3s ease;
}
     .XV7QZc:not(.Lrhhcf) .WqDhQe:not(:checked)~.U9xLGe .HPdawd {
    background-color: #bdbdbd;
}
.tCrouc .HPdawd {
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: -14px;
    opacity: 0.001;
    pointer-events: none;
    position: relative;
    top: -14px;
    transform: scale(0.4);
    -webkit-transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.0, 0.6, 1);
    width: 48px;
}
     .is-gc-filter-list, .gws-flights-filter__airline-list {
    padding: 8px 13px;
}
     .is-gc-filter-content {
    flex-direction: column;
    display: flex;
    height: 100%;
}
     .is-gc-dialog-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.flt-subhead1 {
    color: #3c4043;
    font: 500 16px/24px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}

.is-top-dealer-dd{
    background: none !important; border: none !important; color: #fff; outline: none; padding-left:0px !important;
}
     .gws-flights__main {
    line-height: 1;
}
     .is-gc-Item {
        padding-left: 36px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-ds-Item {
        padding-left: 46px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
         .is-gc-ds-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
.is-gc-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;    
    cursor:pointer;
}
.is-gc-ds-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
}
     .is-gc-ds-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left:10px;
    width: 24px;    
    cursor:pointer;
}
     .is-gc-scroll-region {
    /*box-shadow: inset 0 -1px 0px rgba(0,0,0,0.12), inset 0 1px 0px rgba(0,0,0,0.12);*/
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
     .gt3jNb filter-chip {
    margin: 10px 0 0 8px;
}
.ksYYHb {
    align-items: center;
    border: 1px solid #E3E4E6;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    -webkit-user-select: none;
    outline:none;
    cursor:pointer;
    max-width:100%;
}
.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}
.is-gc-ds-arrow {
    box-sizing: border-box;
    color: #5f6368;
    height: 30px;
    margin: 4px 4px 4px 8px;
    width: 30px;
}
.ZLcjee {
    box-sizing: border-box;
    color: #5f6368;
    height: 24px;
    margin: 4px 4px 4px 8px;
    width: 24px;
}
.oPVbId {
    border-color: #D9F1FB;
    color: #018BCB;
    background-color:#D9F1FB;
}
.oPVbId::after, .oPVbId:hover::after {
    background: #e8f0fe;
    opacity: 1;
}
.oPVbId .ZLcjee {
    color: inherit;
}
.is-gc-topSelected{

}
.x5rFQb {
    height: 18px;
    margin: 4px 6px 4px 12px;
    overflow: visible;
    position: relative;
    width: 18px;
}
.ksYYHb::after {
    opacity: 0.01;
    transition: opacity 15ms linear;
}

.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}  

.pager-box{
    padding: 0px;    
    border-radius: 2px;
    color: #333;    
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.pager-text{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    line-height:26px;
}
.pager-text:hover > i{
    color:#006FA2;
}
.pager-box-arrows{
    padding: 0px; 
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;    
    line-height:26px;
    width:26px;
    height:26px;
}
.pager-box-dots{
    padding: 2px 7px;         
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.is-ck-button label input {
    position:absolute;
    top:-20px;
    opacity:0;
}
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
}

/*TABLET (VERTICAL) MEDIA QUERY*/
@media (min-width: 768px) and (max-width: 991px) {
    .bt-table-button-container {
        cursor: pointer;
        float: right;
        padding-right: 10px;
        height: 40px;
        position: relative;
        min-width: 20%;
    }

        .bt-table-button-container:hover > .bt-table-button-text {
            display: block;
        }
    .text-center-left {
        text-align: center;
    }
    .brokerModalDialog {
        width: 75vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {        
    }
    .nav-flex-container {
        display: flex;
        z-index: 2;
        padding: 0px;
    }

    .nav-flex-left {
        flex: 1;
        text-align: center;
    }

    .nav-flex-right {
        flex: 11;
    }
    .mt-xs-20 {
        margin-top: 0px;
    }

    .mb-xs-20 {
        margin-bottom: 0px;
    }

    .mb-xs-30 {
        margin-bottom: 0px;
    }
    .bt-SLSB-FirstButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-top: 0px;
        margin-left: 25px;
    }

    .bt-SLSB-ButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-top: 0px;
        margin-left: 25px;
    }
    .bt-table-tr {
        margin-top: 0px;
    }
        .is-h1-title{
        cursor:pointer; font-size: 26px; color:white; margin-top:0px; margin-bottom: 10px;
    }
    .is-h1-title-icon{
        position:absolute; left:-2.5%; margin-top: -2px; max-width: 2%; display:block;
    }
    .bt-back-arrow{
        position:absolute; left:-5%; margin-top: -1px; max-width: 2%; cursor:pointer;
    }
    
     .is-nav-container
{
 text-align: center;
 position: relative;
}
.is-nav-container li
{
 color: #333;
 display: inline-block;
 padding: 0 3px;
 text-decoration: none;
}
.is-nav-container .is-nav-underline
{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 4px;
 width: 100px;
 transition: left 0.4s ease, width 0.4s ease;
}
.isDescDIV{
    padding:2px;
    padding-right: 1%;
    padding-top:1%;    
    margin-top:10px;    
    text-align:right;
}
.isInputDIV{
    padding:2px;
    margin-top:10px;
}
    .is-search-filter-container{
        padding:0px;
        /*margin-top:20px;
        margin-bottom:30px;*/
    }
    .colorSwatch{
        height:24px !important; width:24px; border:0px; margin-top:4px; border-radius:0px; outline:none; cursor:pointer; text-decoration:none; font-style:normal;
    }
    .is-rd-sectionTitle{
        font-weight:bold; padding: 2% 0; text-align:center;
    }
    .is-rd-sectionBox{
        height:100%; border:1px solid #006FA2; border-radius:4px; background-color:#fff; padding:0px;
    max-width: 325px; margin-left: auto; margin-right: auto; float: none;
    }
    .is-rd-sectionHeaderBox{
        background-color:#018BCB; border:1px solid #707070; border-radius:3px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding-top:1%; padding-bottom:1%; padding-left:7%; padding-right:7%; margin-bottom:10px;
    }
    .is-rd-sectionHeaderTitle{
        color:#fff; font-weight:bold; line-height:1; margin-top:2px; margin-bottom:2px; font-size:16px;
    }
    .is-rd-sectionHeaderSmallTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; height:14px; font-size:12px;
    }
    .is-rd-sectionHeaderSubTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; font-size:12px;
    }
    .is-rd-sectionContentContainer{
        padding-top:1%; padding-bottom:7%; padding-left:7%; padding-right:7%;
    }
    .is-rd-VehicleImage{
        border:1px solid #919599; max-width:50%; margin-top:10px; margin-bottom:10px;
    }
    .is-rd-sectionRow{
        padding:0px; margin-bottom:2px; border-bottom:1px dashed #919599;
    }
    .is-rd-sectionRow.lastItem{
        margin-bottom:22px;
    }
    .is-rd-sectionRow.noBB{
        border-bottom:1px solid #fff !important;
    }
    .is-rd-sectionRow.error .is-rd-sectionRow-Status{
        display:block;
    }
    .is-rd-sectionRow.error{
        color:#C8312F !important;
    }
    .is-rd-sectionRow-Status{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#C8312F; display:none;
    }
    .is-rd-sectionRow.info .is-rd-sectionRow-Info{
        display:block;
    }
    .is-rd-sectionRow.info{
        color:#FF7621 !important;
    }
    .is-rd-sectionRow-Info{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#FF7621; display:none;
    }
    .is-rd-sectionRow-Title{
        min-width:40%; float:left; font-weight:bold; margin-bottom:0px; font-size:13px;
    }
    .is-rd-sectionRow-Data{        
        float: left;
        max-width: 60%;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
         font-size:13px;
    }
    .is-rd-linkOutContainer{
        text-align:center;
    }
    .is-rd-linkOutButton{
        text-align:center;           
        border:2px solid #018BCB;
        border-radius:4px;
        color:#018BCB;        
        background-color: #fff;
        font-weight: bold;
        padding: 3px 16px;
    }
    .is-rd-linkOutButton:hover{        
        background-color:#018BCB;
        color:#fff;
    }
    .is-rd-sectionContentTitle{
        padding:0px; margin-bottom:6px; border-bottom:2px solid #333;
    }
    .is-rd-sectionContentTitle > p{        
        font-weight:bold; margin-top:20px; margin-bottom:0px; font-size:11px; line-height:11px;
    }


    .hpSlider-Box {
        border: 2px solid #333333;
        border-radius: 4px;
        box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        height: 260px;
        padding: 5px 20px;
        background-color:#fff;
        overflow:hidden;
    }
    .hpSlider-Box:hover {
        border-color: #006FA2;
    }
    .hpSlider-AlertText {
        color: #E3E4E6;
        font-size: 10px;
        font-weight:bold;
    }
    .hpSlider-LargeText {
        color: #006FA2;
        font-weight: bold;
        font-size: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .hpSlider-TitleText {
        color: #006FA2;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .hpSlider-Text {
        color: #333333;
        font-size: 12px;
    }
    .hpSlider-ActionText {
        color: #006FA2;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }
        .hpSlider-ActionText > i {
            color: #A3A3A3;
            margin-left:5px;
        }
    .hpSlider-Close {
        color: #666;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }
    .hpSlider-LeftArrow {
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .hpSlider-RightArrow {        
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
    }
    .hpSlider-LeftArrow:hover {
        color: #006FA2;

    }
    .hpSlider-RightArrow:hover {
        color: #006FA2;
    }

    .hpReportBox {
        border: 1px solid #C9C9C9;
        border-radius: 4px;
        /*padding: 3% 1% 1% 1%;*/
        padding: 25px 10px 10px 10px;
        min-height: 375px;
        background-color: #fff;
    }
        .hpReportBox:hover {
            box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        }
    .hpReportBox-TitleSection > h3 {
        color: #006FA2;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > h4 {
        color: #006FA2;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > p {
        color: #333333;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .hpReportBox-TableRow {
        padding: 0px;
        border-top: 1px dotted #E3E4E6;
    }
        .hpReportBox-TableRow:hover {
            background-color: #edf9ff;
        }
    .hpReportBox-TableTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .hpReportBox-TableText{
        font-size:14px;
        margin-top:6px;
        margin-bottom:6px;
    }
    .hpReportBox-Actions {
        color: #C9C9C9;
        vertical-align: middle;
        font-size:14px;
        padding:5px 1px;
    }
    .hpReportBox-Actions:hover {
        color: #018BCB;
    }
    .hpReportBox-ViewFullReport {
        color: #919599;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right:10px;
        margin-bottom:0px;
        cursor:pointer;
    }
        .hpReportBox-ViewFullReport:hover {
            color: #006FA2;
        }
    .hpReportBox-TableRow:hover > #hpReportBox-ActionsContainer > i {
        display: inline-block;
    }
    #hpReportBox-ActionsContainer > i {
        display: none;
        cursor:pointer;
    }
    .TableRow-Failed{
        color:red!important;
    }
    .is-details-modal-container{
        overflow:hidden !important;
    }
     .is-details-modal{
         width: 60vw;height: 100vh;margin-top: 0px; margin-right: 0px;border-radius: 0px; overflow:hidden !important;
     }
     .is-details-modal-content{
         padding: 0px; margin: 0px; border-radius: 0px; box-shadow: 0px 0px 0px; border: 0px; overflow:hidden !important;
     }
     .is-details-modal-body{
         max-height: 95vh; overflow-y: scroll; height: calc(100% - 160px); padding:0px !important;
     }
     
     .is-vd-headerBox > h2{
         font-size: 20px; color:#fff; margin-top:5px; margin-bottom: 5px;
     }
     .is-vd-headerBox > h6{
         color:#fff; font-size: .74em; margin-top:0px; margin-bottom: 0px;
     }
     .is-details-content-container{
         background-color:#fff; min-height:80vh; padding-left:1vw; padding-right:1vw;
     }
.is-aw-Headline{
    color:#1A0DAB;
    font-size:11px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-aw-Link{
    color:green;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-aw-Description{
    color:#777;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-aw-Headline.dulled{
    color:#777;
}
.is-aw-Link.dulled{
    color:#777;
}
.is-aw-Description.dulled{
    color:#999;
}
.is-aw-StatLine{
    padding-left:0px; padding-right:4px; font-size:11px;
}
.is-ga-Headline{
    color:blue;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#777;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-Status{
    font-size:14px;
    float:left;
}
.is-ga-Edit{
    font-size:14px;
    color:#018BCB;
    float:right;
}  
.is-ga-datechanger {
        border: 1px solid #006FA2;
        border-radius: 4px;
        max-width: 40%;        
        padding: 5px 10px;
    }
.is-ga-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#383838;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-focusHeadline{
    color:#1A0DAB;
    font-size:15px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-focusLink{
    color:#0D8141;
    font-size:10px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-focusDescription{
    color:#777;
    font-size:11px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.is-ga-sectionTitle{
    font-family:robotoBlack;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
     .is-table > tr{
         background-color:#fff;
     }  
     .is-veh-container:hover{
         /*background-color: rgba(96, 205, 255, 0.15);*/
         background-color: #FBFBFB;
     }
     #is-veh-hoverTab-Container > span{        
         display:none;
     }
     .is-veh-field-indicator.red{
         border-color:red;
     }
     .is-veh-field-indicator.orange{
         border-color:#f7934c;
     }
     .is-veh-field-indicator.yellow{
         border-color:yellow;
     }
     .is-veh-arrow-container{
         position:absolute;
         bottom:0;
         padding:0px;
         height:46px;
         width:100%;
         cursor:pointer;
     }     
     .is-veh-arrow-box{
         /*display:none;*/
         padding:0px;
     }
     .is-veh-arrow-spacer{
         height:46px;
            margin-top: 10px;
        margin-bottom: 5px;
     }
     .is-veh-arrow-svg{
             margin-top: 10px;
    margin-bottom: 5px;
    max-width:75%;
     }
     .is-veh-arrow-svg:hover > g > g > .is-veh-arrow-svg-color{
         fill: #018bcb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-color{
         fill: #62c0eb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-error{
         float:left;         
         margin-top:9px;
         margin-left:5px;
         max-width: 15%;
     }
     .is-veh-arrow-svg-error.red > g > g > g > path.fillHere{
         fill: #C8312F;
     }
     .is-veh-arrow-svg-error.orange > g > g > g > path.fillHere{
         fill: #F78E4C;
     }
     .is-veh-arrow-svg-error.yellow > g > g > g > path.fillHere{
         fill: #F7CA4C;
     }
     .is-veh-arrow-svg-error.orange,.is-veh-arrow-svg-error.yellow{
         margin-top:14px;
     }
     .is-table {
  /*table-layout: fixed;*/ 
  width: 100%;
  *margin-left: -100px;/*ie7*/
}
.is-table > td {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table > th {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table-col1{
    flex:8;
}
.is-table-col2{
    flex:16;
}
.is-table-col3{
    flex:21;
}
.is-table-col4{
    flex:16;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col3 > h5{
  text-align:left !important;
}
.is-table-col5{
    /*flex:15;*/
    display:none;
}
.is-table-col6 > h5{
  text-align:left !important;
}
.is-table-col6{
    flex:14;
    border-left:1px solid #F2F3F5 !important;
}
.is-table-col7{
    /*flex:19;*/
    display:none;
}
    .is-table-col8 {
        flex: 18;
    }
    .is-table-col9 {
        flex: 4;
    }
.is-nav-tabs{
    border-bottom: 0px !important;
}
.is-tab-close{
    position:absolute;
    top:20px; right:20px;
    color:#fff;
    font-size:26px;
    cursor:pointer;
}
.is-tab{
    margin-right: 4px;
    font-family:robotoMedium;
}
.is-tab > a{
    cursor:pointer;    
    background-color:#005B84 !important;
    color:#fff !important;    
    font-weight: normal !important;
    font-size: 12px;
    padding: 5px 10px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #b9b9b9 !important;
    border-bottom:2px solid #919599 !important;*/    
}
.is-tab.active > a{    
    background-color:#fff !important;
    color:#333333 !important;
    font-weight: normal !important;
    font-size: 13px;
    padding: 6px 12px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #919599 !important;
    border-bottom:2px solid #fff !important;*/
    cursor:default;
}
.is-tab:hover > a{
    background-color:#018BCB !important;
    border: 1px solid #018BCB !important;
}
.is-tab.active:hover > a{    
    background-color:#fff !important;
    color:#333333 !important;    
    border:1px solid #fff !important;
}
.is-nav-subTabs{    
    padding-top:20px;
    border-bottom: 2px solid #ddd !important;
}
.is-subTab{
/* MAKE -3 FOR BOTTOM BORDER TO DISAPPEAR */
    margin-bottom: -2px !important;
}
.is-subTab > a{
    border:0px !important;
    color:#6d6f71 !important;
    font-size:11px !important;
    padding: 2px 4px !important;
    cursor:pointer;
}
.is-subTab.active > a{
    color:#018BCB !important;    
    /*border-bottom:4px solid #018BCB !important;*/    
    cursor:default;
}
.is-subTab:hover{
    background-color:#fff !important;
}
.is-subTab:hover > a{
    /*color:#018BCB !important;*/
    background-color:#fff !important;
}
.is-subButton{
    position: absolute;
    right: 2%;
    top: 10px;
    background-color: #E3E4E6;
    padding: 1px 8px;
    border-radius: 4px;
}
.is-subButton > a {
    color: #919599 !important;
    font-size: 12px;
}
.is-subButton > i {
        color: #919599 !important;
    font-size: .7em;
    padding-left: 5px;
}
.is-vd-sectionTitle{
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:15px;
}
.is-vd-sectionSubTitle{
    color:#919599;
    margin-top:2px;
    margin-bottom:4px;
    font-style:italic;
    font-size:.7em;
    line-height:1.5em;
}
.is-vd-inputContainer{
    padding:0px;
}
.is-ga-infoIcon{
    margin:26px .5em 0px .5em;
    cursor:pointer;
}
.is-ga-infoIcon-Color{
    fill: #919599;
}
.is-ga-infoIcon:hover > g > .is-ga-infoIcon-Color{
    fill: #dd9733;
}
.is-vd-EditSave{
    float:right; color:red; text-decoration:underline; font-size:.9em; font-style:normal;
    cursor:pointer;
}
.is-faux-th{        
    margin-top:2px;
    margin-bottom:2px;
    color:#000;
    font-size:.95em;
    float:left;
    font-family:robotoBold;
}
.is-faux-tr{    
    margin-top:2px;
    margin-bottom:2px;
    color:#383838;
    font-size:.95em;
    font-family:robotoMedium;
}
        .viewOnly{   
            pointer-events:none;
        }
          
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
        input[type="checkbox"].toggleCB:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.viewOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .is-vd-label.viewOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.viewOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.viewOnly > select{
            pointer-events:none;
        }
        .is-vd-label.viewOnly > .is-vd-selectArrow{
            display:none;
        }       
        .readOnly{   
            pointer-events:none;
        }
            .readOnly > .is-vd-selectArrow {
                display: none;
            }
        input[type="checkbox"].toggleCB:checked + label.readOnly:before, input[type="checkbox"].toggleCB:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly, input[type="checkbox"].toggleCB:checked + label.readOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.readOnly, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.readOnly{                        
            border: solid 1px #E3E4E6 !important;
        }    
        .is-vd-label.readOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.readOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.readOnly > select{
            pointer-events:none;
        }
        .is-vd-label.readOnly > .is-vd-selectArrow{
            display:none;
        }     
        .is-vd-label > input {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > input:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .is-vd-label {
            position: relative;
            padding: 0px .5em;
            margin-top:18px;
            margin-bottom:2px;            
            border:solid 1px #018BCB;
        }  

        .is-vd-selectArrow{
            position:absolute; right:3%; height:100%;pointer-events:none;
        }
        .is-vd-iconBox{            
            position:relative; width: auto; float: left; text-align: center; padding: 0px; cursor:pointer;            
            margin:0px 1%;
        }
        .is-vd-iconBox-text {    
            float:left; font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 29px; font-size:10px; padding-left:5px; padding-right:7px;
        }
        .is-vd-iconBox.addErrorBorder{
            border:3px solid #C8312F;
        }
        .is-vd-iconBox:hover{
            background-color:rgba(98, 192, 235, .1);
        }
        /*.is-vd-iconBox.addBorder:before{
            content: "";
            position: absolute;
            right: 0;
            top: 1em;
            height: 2em;
            width: 1px;
            background: #E3E4E6;
        }*/
        .is-vd-iconBox > i{
            color: #018BCB; font-size: 22px;
        }
        .is-vd-iconBox > h5{
            font-size: 10px; font-weight: bold; line-height: 1; margin: 0px; margin-top:-4px;
        }
        .fieldFaded{
            border: solid 1px #E3E4E6;
        }
        .is-vd-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 8px;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
            pointer-events:none;
        }
        .is-vd-label > input:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
           .is-vd-label > input:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
        .is-vd-label > select {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > select:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > select:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label > select:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .isTextArea {                        
            padding: 10px 5px 0px 5px !important;
        }
        .isTextArea > label {            
            top: calc(10% - 13px) !important;
        }
        .is-vd-label > div.is-vd-textarea {
            font-size: 13px;
            padding: 0px;
            height:auto; min-height:100px; max-height:150px; overflow-y:auto;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }
        
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-save-button{
            margin-left:auto; margin-right:auto; background-color: #018BCB; margin-top:25px; color:white;
            border-radius:19px;
            font-size: 16px !important;
            padding: 7px 28px;
        }
        .is-vd-moneySign{
            position:absolute;top: 25px;left:0;font-size: 13px;padding: 0px; line-height:100%;
        }
        .is-vd-photo-fix{
            background-color:#000 !important;
            border: 1px solid #919599;
            border-radius:0px;
        }
        
    .is-vd-show-image:nth-child(3n+1) {
        clear: left;
    }    
        .is-vd-show-image{
            padding:3px;
            position: relative;
        }        
        #drop-zone {    
    width: 100%;
    height: auto;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius:0px;    
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    padding-top: 65%;
    overflow: hidden;
}
#clickHere {
    position: absolute;
    cursor: pointer;    
    top: 10%;    
    line-height: 25px;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 40%;
    border-radius: 0px;

}
                    div.is-vd-show-image p.move {
                        top: 15px;
                        left: 15px;
                    }

                    div.is-vd-show-image p.delete {
                        top: 15px;
                        right: 15px;
                    }
                      
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
    input[type="checkbox"].toggleCB + label {
        height: 16px;
        width: 30px;
        max-width: 80%;
        line-height: 22px;
        background-color: #C9C9C9;
        padding: 0px 8px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

                        input[type="checkbox"].toggleCB + label:before, input[type="checkbox"].toggleCB + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 22px;
                            height: 22px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                            border-radius: 26px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-offText {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-onText {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB:checked + label:before, input[type="checkbox"].toggleCB:checked + label:hover:before, input[type="checkbox"].toggleCB:focus:checked + label:before, input[type="checkbox"].toggleCB:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -22px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText{
            position: absolute; right: 5px; z-index: 2; top: -2px; margin-left: 30px !important; margin-right: 0px !important; color: #fff;font-size: 12px;
        }
        .is-vd-toggle-offText{
            position: absolute;left: 5px;z-index: 2;top: -2px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 12px;
        }
        .is-vd-toggle-Text{
            font-size: 13px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }
        

        input[type="checkbox"].toggleCB-shrink + label {                        
                        height: 11px;
                        max-width: 80%;
                        line-height: 17px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 11px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                        vertical-align:top;
                    }

                        input[type="checkbox"].toggleCB-shrink + label:before, input[type="checkbox"].toggleCB-shrink + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 17px;
                            height: 17px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 21px;
                            -webkit-border-radius: 21px;
                            border-radius: 21px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB-shrink + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB-shrink:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-offText-shrink {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-onText-shrink {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB-shrink:checked + label:before, input[type="checkbox"].toggleCB-shrink:checked + label:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -17px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText-shrink{
            position: absolute; right: 4px; z-index: 2; top: -3px; margin-left: 25px !important; margin-right: 0px !important; color: #fff;font-size: 9px;
        }
        .is-vd-toggle-offText-shrink{
            position: absolute;left: 4px;z-index: 2;top: -3px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 9px;
        }
        .is-vd-toggle-Text-shrink{
            font-size: 12px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }



    .home-header {
        font-size: 22px !important;
    }
    .home-description {
    font-weight:normal; font-size:16px !important;
    }
        #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 46px;
    }
    .special-top-header {
        font-weight:bold !important;font-size:14px !important;
    }
    .vtYearBox{
        width:25%;
        margin-right:1%;
    }
    .vtMakeBox{
        width:34%;
        margin-right:1%;
    }
    .vtModelBox{
        width:39%;
    }
    .filterText{
        text-align:right;
    }
    .modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		/*width: 60%;*/
        width:700px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
   .is-table-header{
         padding: 8px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-header > h5{
         color:#4D4D4D;
         font-size:14px;
         font-weight:bold;
         margin-bottom: 2px;
     }
     .is-table-row{
        padding: 0px 5px;
        margin-top:20px;
        margin-bottom:10px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-row-centering-div{
         /*min-width:80%;*/
         min-width:100%;
         max-width:100%;
         display: inline-block; text-align: left;
     }
     .is-veh-smallText{
         color:#333;
         font-size:12px;   
         margin-top:2px;
         margin-bottom:2px;    
         line-height:1.3;
     }     
     .is-table-row > h6{
         color:#333;
         font-size:15px;
         margin-top:0px;
         margin-bottom:0px;
         line-height: 1.2;
         font-family:robotoMedium;
     }
     .is-veh-container{
        border-bottom: 1px dashed #c9c9c9;
        padding: 0px;        
     }
     .is-veh-container:hover #is-veh-hoverTab-Container > span{
         display:inline-block;
     }
    .is-veh-box {
        display: flex;
    }
     #is-veh-hoverTab-Container{
         height:20px;
     }
     .is-veh-status-indicator{
         height: 95%;width: 6px;position: absolute;left: -20px;border-radius: 8px;
     } 
     .is-veh-field-indicator{
         border-bottom:2px solid white;
         margin-bottom:5px;
     }
     .is-veh-boldTitle{
         font-family:roboto;
         font-weight:600;
         color:#333;
         font-size:11px;         
         margin-bottom:0px;
         line-height: 1.2;
     }
     .is-veh-Text{         
         color:#333;
         font-size:12px;                  
         margin-bottom:6px;
         line-height: 1.3;
      }
     .is-veh-hoverTabs{         
         color:#006FA2;border-right:1px solid grey;font-family: robotoBold;padding: 1px 10px;
         font-size:13px;
         cursor:pointer;
     }
     .is-veh-hoverTabs:hover{
             background-color: rgba(0, 111, 162, 0.2);
     }
     .is-greyBox{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 20%;
        min-width: 50px;
        padding-left: 2%;
        padding-right: 2%;
     }
     .is-greyBox-thick{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 90%;
        height:24px;      
        margin-top:0px;
        margin-bottom:0px;
     }
     .is-greyBox-thin{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 100%;
        height:10px;                   
        margin-top: 3px;
        margin-bottom: 3px;
     }
     .is-veh-arrow {
        color:#333;
        font-size:10px;   
        margin-top:10px;
        margin-bottom:5px;
        padding:.4em 0em;
        line-height: 1.2;
        width: auto;
        float: left;
        clear:both;
    }
     .is-veh-arrow.red{
        background-color: #FFDFDE;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.orange{
        background-color: #FDE2CB;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.yellow{
        background-color: #FFF7D3;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow > i {        
        color: #4D4D4D;
        font-size: 9px;
        line-height: 12px;
        margin-left: 5px;
        vertical-align: top;
    }
     .is-veh-arrow > u {        
        line-height: 12px;
        vertical-align: text-top;
    }
    .is-veh-arrow.red > u, .is-veh-arrow.orange > u, .is-veh-arrow.yellow > u {        
        line-height: 8px;
        vertical-align: text-top;
        margin-left:3px;
    }
     .is-popover-error{
         margin-top:2px; margin-bottom:2px; color:red; font-weight:bold;
     } 
     .is-ga-popover{
         margin-top:2px; margin-bottom:2px; color:#dd9733; font-weight:bold;
     }
.is-ck-button {      
    float:left;    
    display: inline-flex;    
    padding: 1px 3px;
}
.is-ck-button label {
    float:left;    
    margin-bottom: 0px;
}
.is-ck-button label span {
    text-align:center;    
    display:block;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #707070;    
    padding: 1px 5px;
    font-size: 10px;
    color: #444;
}
.is-design-content-container{
    height:250px;
}
.is-white-content-box{
    padding-left:2.5%; padding-right:2.5%; margin-top: -250px;
}
.bt-white-content-box{
    background-color:#fff; padding: 3.5%; min-height:800px; margin-bottom:150px;
}
.is-top-section-container{
    padding:0px; margin-top:25px; margin-bottom: 20px;
}
.is-dealer-DD{
         padding:5px 0px 5px 0px;
         float:left;
     }
     .is-dealer-DD.paddingRight{
         padding:5px 0px 5px 10%;
     }
     .is-dealer-DD > select{
         background: none;
        border: none;
        color: #fff;
        width: auto;
        font-size: 2.2em;
        outline:none;
     }
     .is-inv-Search-Input{
        height: 40px;
        width: 75%;
        box-shadow: 0px 0px 0px !important;
        border: 1px solid #62C0EB;
        border-radius:2px;
        padding: 0px 10px;
        font-size:12px;
     }
     .is-inv-Search-Button{
        position: absolute;
        right: 1px;
        top: 0px;
        height: 40px;
        width: 12%;
        color: #fff;
        border: 0px;
        border-radius: 2px;
        margin-right: 10%;
        padding:6px;
     }
     .is-inv-DD{
        background-color: #E3E4E6;
        border: none;
        border-radius: 33px;
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;
        max-width: 20%;
        outline:none;
     }
     .is-topFilter-container{
        margin-right: 1%;
        max-width: 19%;
        float:left;
        padding-top:15px;

        /*background-color: #E3E4E6;
        border: none;
        border-radius: 33px;        
        padding-left: 12px;
        padding-right: 12px;        
        font-weight: bold;
        font-size: 12px;        
        outline:none;*/        
     }

     .is-topFilter-box{
        background-color: #fff;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        outline: none;
     }
     .is-topFilter-box:hover{
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-topSearch-box{
         color:#fff;
        background-color: #62C0EB;
        border-color:#62C0EB !important;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        box-shadow:rgb(51, 51, 51, .25) 4px 4px 6px;
        outline: none;
     }
     .is-topSearch-box:hover{         
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-listing-container{
         padding:2px;
         background-color:#FBFBFB; border-bottom: 1px solid #E3E4E6; padding: 1% 3.5%; border-top-left-radius: 2px; border-top-right-radius: 2px;
     }

     .z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    cursor:pointer;
}
.is-gc-dialog-close {
    border-radius: 100%;
    box-sizing: border-box;
    color: #5f6368;
    height: 40px;
    padding: 8px;
    width: 40px;
    outline:none;
}
     .is-gc-modal-dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 120;
}
     .is-gc-filter-dialog {
    box-sizing: border-box;
    width: 300px;
}
     .is-gc-filter-box-label{
         font-family:robotoMedium;
         font-weight:normal;
         font-size:12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
     }
     .is-gc-ds-filter-box-label{
         font-family:roboto;
         font-weight:normal;
         font-size:22px;
     }
     .ViY6xe {
    display: inline-block;
    width: 40px;
    height: 20px;
}
     .GDbAwd {
    color: rgba(0,0,0,.87);
    height: 20px;
    line-height: 20px;
}
 .tCrouc {
    cursor: pointer;
    width: 36px;
    height: 20px;
    position: absolute;
}
     .gws-flights-filter__all-airlines-toggle {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    padding: 16px;
}
     #all_airlines_toggle_label {
    flex: 1 1 auto;
}
     .YK3Dfb {
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    -webkit-transition: background-color .3s ease;
}
     .WqDhQe {
    display: none;
}
     .eKFUZc {
    position: absolute;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.26);
    pointer-events: none;
    top: 3px;
    width: 36px;
    -webkit-transition: background-color .3s ease;
}
     .U9xLGe {
    height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: transform .3s ease;
}
     .XV7QZc:not(.Lrhhcf) .WqDhQe:not(:checked)~.U9xLGe .HPdawd {
    background-color: #bdbdbd;
}
.tCrouc .HPdawd {
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: -14px;
    opacity: 0.001;
    pointer-events: none;
    position: relative;
    top: -14px;
    transform: scale(0.4);
    -webkit-transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.0, 0.6, 1);
    width: 48px;
}
     .is-gc-filter-list, .gws-flights-filter__airline-list {
    padding: 8px 13px;
}
     .is-gc-filter-content {
    flex-direction: column;
    display: flex;
    height: 100%;
}
     .is-gc-dialog-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.flt-subhead1 {
    color: #3c4043;
    font: 500 16px/24px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}
.is-top-dealer-dd{
    background: none !important; border: none !important; color: #fff; outline: none; padding-left:0px !important;
}

     .gws-flights__main {
    line-height: 1;
}
     .is-gc-Item {
        padding-left: 36px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-ds-Item {
        padding-left: 46px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
         .is-gc-ds-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
.is-gc-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;    
    cursor:pointer;
}
.is-gc-ds-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
}
     .is-gc-ds-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left:10px;
    width: 24px;    
    cursor:pointer;
}
     .is-gc-scroll-region {
    /*box-shadow: inset 0 -1px 0px rgba(0,0,0,0.12), inset 0 1px 0px rgba(0,0,0,0.12);*/
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
     .gt3jNb filter-chip {
    margin: 10px 0 0 8px;
}
.ksYYHb {
    align-items: center;
    border: 1px solid #E3E4E6;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    -webkit-user-select: none;
    outline:none;
    cursor:pointer;
    max-width:100%;
}
.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}
.is-gc-ds-arrow {
    box-sizing: border-box;
    color: #5f6368;
    height: 30px;
    margin: 4px 4px 4px 8px;
    width: 30px;
}
.ZLcjee {
    box-sizing: border-box;
    color: #5f6368;
    height: 24px;
    margin: 4px 4px 4px 8px;
    width: 24px;
}
.oPVbId {
    border-color: #D9F1FB;
    color: #018BCB;
    background-color:#D9F1FB;
}
.oPVbId::after, .oPVbId:hover::after {
    background: #e8f0fe;
    opacity: 1;
}
.oPVbId .ZLcjee {
    color: inherit;
}
.is-gc-topSelected{

}
.x5rFQb {
    height: 18px;
    margin: 4px 6px 4px 12px;
    overflow: visible;
    position: relative;
    width: 18px;
}
.ksYYHb::after {
    opacity: 0.01;
    transition: opacity 15ms linear;
}

.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}  

.pager-box{
    padding: 0px;    
    border-radius: 2px;
    color: #333;    
    float: right;
    text-align: center;
    width:26px;
    height:26px;
} 
.pager-text{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    line-height:26px;
}
.pager-text:hover > i{
    color:#006FA2;
}
.pager-box-arrows{
    padding: 0px; 
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;    
    line-height:26px;
    width:26px;
    height:26px;
}
.pager-box-dots{
    padding: 2px 7px;         
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.is-ck-button label input {
    position:absolute;
    top:-20px;
    opacity:0;
}
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
}

/*PHONE MEDIA QUERY*/
@media (max-width: 767px) {
    .bt-table-button-container {
        cursor: pointer;
        float: left;
        padding-right: 10px;
        height: 40px;
        position: relative;
        min-width: 20%;
    }

        .bt-table-button-container:hover > .bt-table-button-text {
            display: block;
        }
    .text-center-left {
        text-align: left;
    }
    .brokerModalDialog {
        width: 90vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {
        background-color: #000 !important;
    }
    .nav-flex-container {
        display: block;
        z-index: 2;
        padding: 0px;
    }

    .nav-flex-left {
        flex: 1;
        text-align: center;
        width: 100%;
        display: block;
        min-height: 60px;
    }
        .nav-flex-left > .navbar-logo-container {            
            float:left;
            margin-left:5%;
        }

    .nav-flex-right {
        flex: 11;
    }
    .mt-xs-20 {
        margin-top: 20px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }
    .bt-SLSB-FirstButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-top:10px;
        margin-left: 0px;
    }

    .bt-SLSB-ButtonContainer {
        float: left;
        position: relative;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 25px;
    }
    .bt-table-tr {
        margin-top: 10px;
    }
      .is-h1-title{
        cursor:pointer; font-size: 26px; color:white; margin-top:0px; margin-bottom: 10px;
    }
    .is-h1-title-icon{
        position:absolute; left:-2.5%; margin-top: -2px; max-width: 2%; display:none;
    }
    .bt-back-arrow{
        position:absolute; left:-5%; margin-top: -1px; max-width: 2%; cursor:pointer;
    }
    
     .is-nav-container
{
 text-align: center;
 position: relative;
}
.is-nav-container li
{
 color: #333;
 display: inline-block;
 padding: 0 3px;
 text-decoration: none;
}
.is-nav-container .is-nav-underline
{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 4px;
 width: 100px;    
 transition: left 0.4s ease, width 0.4s ease;
}
.isDescDIV{
    padding:2px;
    padding-right: 1%;
    padding-top:1%;    
    margin-top:10px;    
    text-align:right;
}
.isInputDIV{
    padding:2px;
    margin-top:10px;
}
    .is-search-filter-container{
        padding:0px;
        /*margin-top:10px;
        margin-bottom:20px;*/
    }
    .colorSwatch{
        height:24px !important; width:24px; border:0px; margin-top:4px; border-radius:0px; outline:none; cursor:pointer; text-decoration:none; font-style:normal;
    }
    .is-rd-sectionTitle{
        font-weight:bold; padding: 2% 0; text-align:center;
    }
    .is-rd-sectionBox{
        height:100%; border:1px solid #006FA2; border-radius:4px; background-color:#fff; padding:0px;
    max-width: 325px; margin-left: auto; margin-right: auto; float: left;
    }
    .is-rd-sectionHeaderBox{
        background-color:#018BCB; border:1px solid #707070; border-radius:3px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding-top:1%; padding-bottom:1%; padding-left:7%; padding-right:7%; margin-bottom:10px;
    }
    .is-rd-sectionHeaderTitle{
        color:#fff; font-weight:bold; line-height:1; margin-top:2px; margin-bottom:2px; font-size:16px;
    }
    .is-rd-sectionHeaderSmallTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; height:14px; font-size:12px;
    }
    .is-rd-sectionHeaderSubTitle{
        color:#fff; line-height:1; margin-top:2px; margin-bottom:2px; font-size:12px;
    }
    .is-rd-sectionContentContainer{
        padding-top:1%; padding-bottom:7%; padding-left:7%; padding-right:7%;
    }
    .is-rd-VehicleImage{
        border:1px solid #919599; max-width:50%; margin-top:10px; margin-bottom:10px;
    }
    .is-rd-sectionRow{
        padding:0px; margin-bottom:2px; border-bottom:1px dashed #919599;
    }
    .is-rd-sectionRow.lastItem{
        margin-bottom:22px;
    }
    .is-rd-sectionRow.noBB{
        border-bottom:1px solid #fff !important;
    }
    .is-rd-sectionRow.error .is-rd-sectionRow-Status{
        display:block;
    }
    .is-rd-sectionRow.error{
        color:#C8312F !important;
    }
    .is-rd-sectionRow-Status{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#C8312F; display:none;
    }
    .is-rd-sectionRow.info .is-rd-sectionRow-Info{
        display:block;
    }
    .is-rd-sectionRow.info{
        color:#FF7621 !important;
    }
    .is-rd-sectionRow-Info{
        font-weight: bold; margin-bottom: 0px; position: absolute; left: -5%; color:#FF7621; display:none;
    }
    .is-rd-sectionRow-Title{
        min-width:40%; float:left; font-weight:bold; margin-bottom:0px; font-size:13px;
    }
    .is-rd-sectionRow-Data{        
        float: left;
        max-width: 60%;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
         font-size:13px;
    }
    .is-rd-linkOutContainer{
        text-align:center;
    }
    .is-rd-linkOutButton{
        text-align:center;           
        border:2px solid #018BCB;
        border-radius:4px;
        color:#018BCB;        
        background-color: #fff;
        font-weight: bold;
        padding: 3px 16px;
    }
    .is-rd-linkOutButton:hover{        
        background-color:#018BCB;
        color:#fff;
    }
    .is-rd-sectionContentTitle{
        padding:0px; margin-bottom:6px; border-bottom:2px solid #333;
    }
    .is-rd-sectionContentTitle > p{        
        font-weight:bold; margin-top:20px; margin-bottom:0px; font-size:11px; line-height:11px;
    }


    .hpSlider-Box {
        border: 2px solid #333333;
        border-radius: 4px;
        box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        height: 260px;
        padding: 5px 20px;
        background-color:#fff;
        overflow:hidden;
    }
    .hpSlider-Box:hover {
        border-color: #006FA2;
    }
    .hpSlider-AlertText {
        color: #E3E4E6;
        font-size: 10px;
        font-weight:bold;
    }
    .hpSlider-LargeText {
        color: #006FA2;
        font-weight: bold;
        font-size: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .hpSlider-TitleText {
        color: #006FA2;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .hpSlider-Text {
        color: #333333;
        font-size: 12px;
    }
    .hpSlider-ActionText {
        color: #006FA2;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }
        .hpSlider-ActionText > i {
            color: #A3A3A3;
            margin-left:5px;
        }
    .hpSlider-Close {
        color: #666;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }
    .hpSlider-LeftArrow {
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .hpSlider-RightArrow {        
        /*color: #A3A3A3;*/
        color:#E3E4E6;
        margin-top: 100px;
        font-size: 68px;
    }
    .hpSlider-LeftArrow:hover {
        color: #006FA2;

    }
    .hpSlider-RightArrow:hover {
        color: #006FA2;
    }

    .hpReportBox {
        border: 1px solid #C9C9C9;
        border-radius: 4px;
        /*padding: 3% 1% 1% 1%;*/
        padding: 25px 10px 10px 10px;
        min-height: 375px;
        background-color: #fff;
    }
        .hpReportBox:hover {
            box-shadow: rgb(14, 16, 23, 0.25) 3px 7px 20px;
        }
    .hpReportBox-TitleSection > h3 {
        color: #006FA2;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > h4 {
        color: #006FA2;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hpReportBox-TitleSection > p {
        color: #333333;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .hpReportBox-TableRow {
        padding: 0px;
        border-top: 1px dotted #E3E4E6;
    }
        .hpReportBox-TableRow:hover {
            background-color: #edf9ff;
        }
    .hpReportBox-TableTitle {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .hpReportBox-TableText{
        font-size:14px;
        margin-top:6px;
        margin-bottom:6px;
    }
    .hpReportBox-Actions {
        color: #C9C9C9;
        vertical-align: middle;
        font-size:14px;
        padding:5px 1px;
    }
    .hpReportBox-Actions:hover {
        color: #018BCB;
    }
    .hpReportBox-ViewFullReport {
        color: #919599;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right:10px;
        margin-bottom:0px;
        cursor:pointer;
    }
        .hpReportBox-ViewFullReport:hover {
            color: #006FA2;
        }
    .hpReportBox-TableRow:hover > #hpReportBox-ActionsContainer > i {
        display: inline-block;
    }
    #hpReportBox-ActionsContainer > i {
        display: none;
        cursor:pointer;
    }
    .TableRow-Failed{
        color:red!important;
    }
    .is-details-modal-container{
        overflow:hidden !important;
    }
     .is-details-modal{
         width: 60vw;height: 100vh;margin-top: 0px; margin-right: 0px;border-radius: 0px; overflow:hidden !important;
     }
     .is-details-modal-content{
         padding: 0px; margin: 0px; border-radius: 0px; box-shadow: 0px 0px 0px; border: 0px; overflow:hidden !important;
     }
     .is-details-modal-body{
         max-height: 95vh; overflow-y: scroll; height: calc(100% - 160px); padding:0px !important;
     }
     .is-vd-headerBox > h2{
         font-size: 20px; color:#fff; margin-top:5px; margin-bottom: 5px;
     }
     .is-vd-headerBox > h6{
         color:#fff; font-size: .74em; margin-top:0px; margin-bottom: 0px;
     }
     .is-details-content-container{
         background-color:#fff; min-height:80vh; padding-left:1vw; padding-right:1vw;
     }
.is-aw-Headline{
    color:#1A0DAB;
    font-size:11px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-aw-Link{
    color:green;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-aw-Description{
    color:#777;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-aw-Headline.dulled{
    color:#777;
}
.is-aw-Link.dulled{
    color:#777;
}
.is-aw-Description.dulled{
    color:#999;
}
.is-aw-StatLine{
    padding-left:0px; padding-right:4px; font-size:11px;
}
.is-ga-Headline{
    color:blue;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#777;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-Status{
    font-size:14px;
    float:left;
}
.is-ga-Edit{
    font-size:14px;
    color:#018BCB;
    float:right;
}  
.is-ga-datechanger {
        border: 1px solid #006FA2;
        border-radius: 4px;
        max-width: 40%;        
        padding: 5px 10px;
    }
.is-ga-Headline{
    color:#1A0DAB;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-Link{
    color:green;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-Description{
    color:#383838;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.is-ga-focusHeadline{
    color:#1A0DAB;
    font-size:15px;
    margin-top:0px;
    margin-bottom: 2px;
    line-height:1.2;
}
.is-ga-focusLink{
    color:#0D8141;
    font-size:10px;
    margin-top: 0px;
    margin-bottom: 1px;
    line-height:1.2;
}
.is-ga-focusDescription{
    color:#777;
    font-size:11px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.is-ga-sectionTitle{
    font-family:robotoBlack;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:16px;
}
     .is-table > tr{
         background-color:#fff;
     }  
     .is-veh-container:hover{
         /*background-color: rgba(96, 205, 255, 0.15);*/
         background-color: #FBFBFB;
     }
     #is-veh-hoverTab-Container > span{        
         display:none;
     }
     .is-veh-field-indicator.red{
         border-color:red;
     }
     .is-veh-field-indicator.orange{
         border-color:#f7934c;
     }
     .is-veh-field-indicator.yellow{
         border-color:yellow;
     }
    .is-veh-arrow-container {
        position: absolute;
        bottom: 0;
        padding: 0px;
        height: 36px;
        /* height:46px; */
        width: 100%;
        cursor: pointer;
    }     
     .is-veh-arrow-box{
         /*display:none;*/
         padding:0px;
     }
    .is-veh-arrow-spacer {
        height: 36px;
        /* height:46px; */
        margin-top: 10px;
        margin-bottom: 5px;
    }
     .is-veh-arrow-svg{
             margin-top: 2px;
    margin-bottom: 5px;
    max-width:75%;
     }
     .is-veh-arrow-svg:hover > g > g > .is-veh-arrow-svg-color{
         fill: #018bcb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-color{
         fill: #62c0eb; stroke: #018bcb;
     }
     .is-veh-arrow-svg-error{
         float:left;         
         margin-top:9px;
         margin-left:5px;
         max-width: 15%;
     }
     .is-veh-arrow-svg-error.red > g > g > g > path.fillHere{
         fill: #C8312F;
     }
     .is-veh-arrow-svg-error.orange > g > g > g > path.fillHere{
         fill: #F78E4C;
     }
     .is-veh-arrow-svg-error.yellow > g > g > g > path.fillHere{
         fill: #F7CA4C;
     }
     .is-veh-arrow-svg-error.orange,.is-veh-arrow-svg-error.yellow{
         margin-top:14px;
     }
     .is-table {
  /*table-layout: fixed;*/ 
  width: 100%;
  *margin-left: -100px;/*ie7*/
}
.is-table > td {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table > th {
    vertical-align: top;
    border:0px;
    padding:4px;
    width:100px;
    color:#4D4D4D;
    font-size:11px;
    font-weight:bold;
    background-color:#fff;
}
.is-table-col1{
    flex:4;
}
    .is-table-col2 {
        /*flex: 10;*/
        width: 40%;
    }
.is-table-col3{
    /*flex:21;*/
    width:60%;
}
.is-table-col4{
    display:none;
}
.is-table-col3 > h5{
  text-align:left !important;
}
.is-table-col5{
    display:none;
}
.is-table-col6 > h5{
  text-align:left !important;
}
.is-table-col6{
    display:none;
}
.is-table-col7{
    display:none;
}
    .is-table-col8 {
        /*flex: 18;*/
        width:60%;
        float:right;
    }
    .is-table-col9 {
        flex: 4;
    }
.is-nav-tabs{
    border-bottom: 0px !important;
}
.is-tab-close{
    position:absolute;
    top:10px; right:10px;
    color:#fff;
    font-size:22px;
    cursor:pointer;
}
.is-tab{
    margin-right: 4px;
    font-family:robotoMedium;
}
.is-tab > a{
    cursor:pointer;    
    background-color:#005B84 !important;
    color:#fff !important;    
    font-weight: normal !important;
    font-size: 12px;
    padding: 5px 10px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #b9b9b9 !important;
    border-bottom:2px solid #919599 !important;*/    
}
.is-tab.active > a{    
    background-color:#fff !important;
    color:#333333 !important;
    font-weight: normal !important;
    font-size: 13px;
    padding: 6px 12px !important;
    height: 32px;
    line-height: 16px !important;
    /*border:1px solid #919599 !important;
    border-bottom:2px solid #fff !important;*/
    cursor:default;
}
.is-tab:hover > a{
    background-color:#018BCB !important;
    border: 1px solid #018BCB !important;
}
.is-tab.active:hover > a{    
    background-color:#fff !important;
    color:#333333 !important;    
    border:1px solid #fff !important;
}
.is-nav-subTabs{    
    padding-top:20px;
    border-bottom: 2px solid #ddd !important;
}
.is-subTab{
/* MAKE -3 FOR BOTTOM BORDER TO DISAPPEAR */
    margin-bottom: -2px !important;
}
.is-subTab > a{
    border:0px !important;
    color:#6d6f71 !important;
    font-size:11px !important;
    padding: 2px 4px !important;
    cursor:pointer;
}
.is-subTab.active > a{
    color:#018BCB !important;    
    /*border-bottom:4px solid #018BCB !important;*/    
    cursor:default;
}
.is-subTab:hover{
    background-color:#fff !important;
}
.is-subTab:hover > a{
    /*color:#018BCB !important;*/
    background-color:#fff !important;
}
.is-subButton{
    position: absolute;
    right: 2%;
    top: 10px;
    background-color: #E3E4E6;
    padding: 1px 8px;
    border-radius: 4px;
}
.is-subButton > a {
    color: #919599 !important;
    font-size: 12px;
}
.is-subButton > i {
        color: #919599 !important;
    font-size: .7em;
    padding-left: 5px;
}
.is-vd-sectionTitle{
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    color:#333;
    font-size:15px;
}
.is-vd-sectionSubTitle{
    color:#919599;
    margin-top:2px;
    margin-bottom:4px;
    font-style:italic;
    font-size:.7em;
    line-height:1.5em;
}
.is-vd-inputContainer{
    padding:0px;
}
.is-ga-infoIcon{
    margin:26px .5em 0px .5em;
    cursor:pointer;
}
.is-ga-infoIcon-Color{
    fill: #919599;
}
.is-ga-infoIcon:hover > g > .is-ga-infoIcon-Color{
    fill: #dd9733;
}
.is-vd-EditSave{
    float:right; color:red; text-decoration:underline; font-size:.9em; font-style:normal;
    cursor:pointer;
}
.is-faux-th{        
    margin-top:2px;
    margin-bottom:2px;
    color:#000;
    font-size:.95em;
    float:left;
    font-family:robotoBold;
}
.is-faux-tr{    
    margin-top:2px;
    margin-bottom:2px;
    color:#383838;
    font-size:.95em;
    font-family:robotoMedium;
}
        .viewOnly{   
            pointer-events:none;
        }
          
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
        input[type="checkbox"].toggleCB:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.viewOnly, input[type="checkbox"].toggleCB:checked + label.viewOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly, input[type="checkbox"].toggleCB:focus:checked + label.viewOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.viewOnly{                        
            border: solid 1px #E3E4E6 !important;
        }
        .is-vd-label.viewOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.viewOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.viewOnly > select{
            pointer-events:none;
        }
        .is-vd-label.viewOnly > .is-vd-selectArrow{
            display:none;
        }        
        .readOnly{   
            pointer-events:none;
        }
            .readOnly > .is-vd-selectArrow {
                display: none;
            }
        input[type="checkbox"].toggleCB:checked + label.readOnly:before, input[type="checkbox"].toggleCB:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB:checked + label.readOnly, input[type="checkbox"].toggleCB:checked + label.readOnly:hover, input[type="checkbox"].toggleCB:focus:checked + label.readOnly, input[type="checkbox"].toggleCB:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover:before{
            background-color:rgba(166, 216, 188, 0.99);
            border-color:#17BB61;
        }
        input[type="checkbox"].toggleCB-shrink:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:checked + label.readOnly:hover, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly, input[type="checkbox"].toggleCB-shrink:focus:checked + label.readOnly:hover{
            background-color:#e8f9f0;            
        }
        .is-vd-label.readOnly{                        
            border: solid 1px #E3E4E6 !important;
        }    
        .is-vd-label.readOnly > label{                        
            pointer-events:none;
        }
        .is-vd-label.readOnly > input{
            pointer-events:none;            
        }
        
        .is-vd-label.readOnly > select{
            pointer-events:none;
        }
        .is-vd-label.readOnly > .is-vd-selectArrow{
            display:none;
        }    
        .is-vd-label > input {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            /*min-width: 280px;*/
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > input:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }

        .is-vd-label {
            position: relative;
            padding: 0px .5em;
            margin-top:12px;
            margin-bottom:2px;            
            border:solid 1px #018BCB;
        }  

        .is-vd-selectArrow{
            position:absolute; right:3%; height:100%;pointer-events:none;
        }
        .is-vd-iconBox{            
            position:relative; width: auto; float: left; text-align: center; padding: 0px; cursor:pointer;            
            margin:0px 1%;
        }
        .is-vd-iconBox-text {    
            float:left; font-weight:bold; margin-top: 0px; margin-bottom: 0px; line-height: 29px; font-size:10px; padding-left:5px; padding-right:7px;
        }
        .is-vd-iconBox.addErrorBorder{
            border:3px solid #C8312F;
        }
        .is-vd-iconBox:hover{
            background-color:rgba(98, 192, 235, .1);
        }
        /*.is-vd-iconBox.addBorder:before{
            content: "";
            position: absolute;
            right: 0;
            top: 1em;
            height: 2em;
            width: 1px;
            background: #E3E4E6;
        }*/
        .is-vd-iconBox > i{
            color: #018BCB; font-size: 22px;
        }
        .is-vd-iconBox > h5{
            font-size: 10px; font-weight: bold; line-height: 1; margin: 0px; margin-top:-4px;
        }
        .fieldFaded{
            border: solid 1px #E3E4E6;
        }
        .is-vd-label > label {
            position: absolute;
            top: calc(25% - 5px);
            left: 8px;
            opacity: 0;
            transition: all .3s ease;
            cursor: text;
            font-size: 10px;
            color: #018BCB;
            font-weight: bold;
            background-color: #fff;
            padding: 0px 5px;
            margin-bottom:0px;
        }
        .is-vd-label > input:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
           .is-vd-label > input:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > input:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            color:#018BCB;
        }
        .is-vd-label > select {
            font-size: 13px;
            padding: 0px;
            height: 26px;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }

        .is-vd-label > select:focus {
            outline: 0;
            box-shadow: 0 2px 6px -8px rgba(2, 117, 216, .4);
        }
        .is-vd-label > select:not(:placeholder-shown) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:placeholder-shown) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .is-vd-label > select:not(:-ms-input-placeholder) {
            padding: 0px;           
        }

        .is-vd-label > select:not(:-ms-input-placeholder) + label {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            opacity: 1;
            color:#018BCB;
        }
        .isTextArea {                        
            padding: 10px 5px 0px 5px !important;
        }
        .isTextArea > label {            
            top: calc(10% - 13px) !important;
        }
        .is-vd-label > div.is-vd-textarea {
            font-size: 13px;
            padding: 0px;
            height:auto; min-height:100px; max-height:150px; overflow-y:auto;
            border: none;
            background: #fff;
            width:100%;
            box-sizing: border-box;
            transition: all .3s linear;
            color: #000;
            font-weight: 400;
            -webkit-appearance: none;        
        }
        
        .is-vd-label-icon-box{
            position: absolute; width:15%; right: 0px; top: 0px; height: 100%; background-color: #fff; cursor:pointer; pointer-events: visible;
        }
        .is-vd-save-button{
            margin-left:auto; margin-right:auto; background-color: #018BCB; margin-top:25px; color:white;
            border-radius:19px;
            font-size: 16px !important;
            padding: 7px 28px;
        }
        .is-vd-moneySign{
            position:absolute;top: 25px;left:0;font-size: 13px;padding: 0px; line-height:100%;
        }
        .is-vd-photo-fix{
            background-color:#000 !important;
            border: 1px solid #919599;
            border-radius:0px;
        }
        
    .is-vd-show-image:nth-child(4n+1) {
        clear: left;
    }    
        .is-vd-show-image{
            padding:3px;
            position: relative;
        }        
        #drop-zone {    
    width: 100%;
    height: auto;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius:0px;    
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    padding-top: 65%;
    overflow: hidden;
}
#clickHere {
    position: absolute;
    cursor: pointer;    
    top: 10%;    
    line-height: 25px;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 40%;
    border-radius: 0px;

}
                    div.is-vd-show-image p.move {
                        top: 15px;
                        left: 15px;
                    }

                    div.is-vd-show-image p.delete {
                        top: 15px;
                        right: 15px;
                    }
                      
    .toggleLabel{
        margin-top:70%;
    }
    .toggleLabel.toggleLabelVDP{
        margin-top:10%;
    }
    input[type="checkbox"].toggleCB + label {
        height: 16px;
        width: 30px;
        max-width: 80%;
        line-height: 22px;
        background-color: #C9C9C9;
        padding: 0px 8px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

                        input[type="checkbox"].toggleCB + label:before, input[type="checkbox"].toggleCB + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 22px;
                            height: 22px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                            border-radius: 26px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB + label .is-vd-toggle-offText {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB:checked + label .is-vd-toggle-onText {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB:checked + label:before, input[type="checkbox"].toggleCB:checked + label:hover:before, input[type="checkbox"].toggleCB:focus:checked + label:before, input[type="checkbox"].toggleCB:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -22px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText{
            position: absolute; right: 5px; z-index: 2; top: -2px; margin-left: 30px !important; margin-right: 0px !important; color: #fff;font-size: 12px;
        }
        .is-vd-toggle-offText{
            position: absolute;left: 5px;z-index: 2;top: -2px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 12px;
        }
        .is-vd-toggle-Text{
            font-size: 13px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }
        

        input[type="checkbox"].toggleCB-shrink + label {                        
                        height: 11px;
                        max-width: 80%;
                        line-height: 17px;
                        background-color: #C9C9C9;
                        padding: 0px 8px;
                        border-radius: 11px;
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                        vertical-align:top;
                    }

                        input[type="checkbox"].toggleCB-shrink + label:before, input[type="checkbox"].toggleCB-shrink + label:hover:before {
                            content: ' ';
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            width: 17px;
                            height: 17px;
                            background: #fff;
                            z-index: 2;
                            -moz-transition: all 0.25s ease-in;
                            -o-transition: all 0.25s ease-in;
                            -webkit-transition: all 0.25s ease-in;
                            transition: all 0.25s ease-in;
                            -moz-border-radius: 21px;
                            -webkit-border-radius: 21px;
                            border-radius: 21px;
                            border: 1px solid #A3A3A3;
                        }

                        input[type="checkbox"].toggleCB-shrink + label .off {
                            margin-left: 30px;
                            display: inline-block;
                        }


                    input[type="checkbox"].toggleCB-shrink:checked + label .on {
                        margin-right: 30px;
                        display: inline-block;
                    }

                    input[type="checkbox"].toggleCB-shrink + label .is-vd-toggle-offText-shrink {
                        margin-left: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }

                    input[type="checkbox"].toggleCB-shrink:checked + label .is-vd-toggle-onText-shrink {
                        margin-right: 30px;
                        display: inline-block;
                        -moz-transition: all 0.25s ease-in;
                        -o-transition: all 0.25s ease-in;
                        -webkit-transition: all 0.25s ease-in;
                        transition: all 0.25s ease-in;
                    }                    

                        input[type="checkbox"].toggleCB-shrink:checked + label:before, input[type="checkbox"].toggleCB-shrink:checked + label:hover:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:before, input[type="checkbox"].toggleCB-shrink:focus:checked + label:hover:before {
                            background-position: 0 0;
                            top: -3px;
                            left: 100%;
                            margin-left: -17px;
                            background-color: #17BB61;
                            border: 1px solid #0D8141;
                        }
        .is-vd-toggle-onText-shrink{
            position: absolute; right: 4px; z-index: 2; top: -3px; margin-left: 25px !important; margin-right: 0px !important; color: #fff;font-size: 9px;
        }
        .is-vd-toggle-offText-shrink{
            position: absolute;left: 4px;z-index: 2;top: -3px;margin-right: 0px !important;margin-left: 0px !important;color: #C9C9C9;font-size: 9px;
        }
        .is-vd-toggle-Text-shrink{
            font-size: 12px; color:#4D4D4D; margin-top:4px; margin-bottom:0px;
        }



    .home-header {
        font-size: 22px !important;
    }
    .home-description {
    font-weight:normal; font-size:16px !important;
    }
        #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 46px;
    }
    .special-top-header {
        font-weight:bold !important;font-size:14px !important;
    }
    .vtYearBox{
        width:25%;
        margin-right:1%;
    }
    .vtMakeBox{
        width:34%;
        margin-right:1%;
    }
    .vtModelBox{
        width:39%;
    }
    .filterText{
        text-align:right;
    }
    .modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 90%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
   .is-table-header{
         padding: 8px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-header > h5{
         color:#4D4D4D;
         font-size:14px;
         font-weight:bold;
         margin-bottom: 2px;
     }
     .is-table-row{
        padding: 0px 5px;
        margin-top:10px;
        margin-bottom:5px;
         text-align:center;
         border:0px;
         vertical-align:top;
     }
     .is-table-row-centering-div{
         /*min-width:80%;*/
         min-width:100%;
         max-width:100%;
         display: inline-block; text-align: left;
     }
     .is-veh-smallText{
         color:#333;
         font-size:12px;   
         margin-top:2px;
         margin-bottom:2px;    
         line-height:1.1;
     }     
     .is-table-row > h6{
         color:#333;
         font-size:15px;
         margin-top:0px;
         margin-bottom:0px;
         line-height: 1.2;
         font-family:robotoMedium;
     }
     .is-veh-container{
        border-bottom: 1px dashed #c9c9c9;
        padding: 0px;        
     }
     .is-veh-container:hover #is-veh-hoverTab-Container > span{
         display:inline-block;
     }
    .is-veh-box {
        display: block !important;
    }
     #is-veh-hoverTab-Container{
         height:20px;
     }
     .is-veh-status-indicator{
         height: 95%;width: 6px;position: absolute;left: -20px;border-radius: 8px;
     } 
     .is-veh-field-indicator{
         border-bottom:2px solid white;
         margin-bottom:5px;
     }
     .is-veh-boldTitle{
         font-family:roboto;
         font-weight:600;
         color:#333;
         font-size:10px;         
         margin-bottom:0px;
         line-height: 1.2;
     }
     .is-veh-Text{         
         color:#333;
         font-size:12px;                  
         margin-bottom:6px;
         line-height: 1.3;
      }
     .is-veh-hoverTabs{         
         color:#006FA2;border-right:1px solid grey;font-family: robotoBold;padding: 1px 10px;
         font-size:13px;
         cursor:pointer;
     }
     .is-veh-hoverTabs:hover{
             background-color: rgba(0, 111, 162, 0.2);
     }
     .is-greyBox{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 20%;
        min-width: 50px;
        padding-left: 2%;
        padding-right: 2%;
     }
     .is-greyBox-thick{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 90%;
        height:24px;      
        margin-top:0px;
        margin-bottom:0px;
     }
     .is-greyBox-thin{         
        background-color: #E3E4E6;    
        color:#E3E4E6;
        width: 100%;
        height:10px;                   
        margin-top: 3px;
        margin-bottom: 3px;
     }
     .is-veh-arrow {
        color:#333;
        font-size:10px;   
        margin-top:10px;
        margin-bottom:5px;
        padding:.4em 0em;
        line-height: 1.2;
        width: auto;
        float: left;
        clear:both;
    }
     .is-veh-arrow.red{
        background-color: #FFDFDE;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.orange{
        background-color: #FDE2CB;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow.yellow{
        background-color: #FFF7D3;
        padding:.5em 1em .3em 1em;;
     }
     .is-veh-arrow > i {        
        color: #4D4D4D;
        font-size: 9px;
        line-height: 12px;
        margin-left: 5px;
        vertical-align: top;
    }
     .is-veh-arrow > u {        
        line-height: 12px;
        vertical-align: text-top;
    }
    .is-veh-arrow.red > u, .is-veh-arrow.orange > u, .is-veh-arrow.yellow > u {        
        line-height: 8px;
        vertical-align: text-top;
        margin-left:3px;
    }
     .is-popover-error{
         margin-top:2px; margin-bottom:2px; color:red; font-weight:bold;
     } 
     .is-ga-popover{
         margin-top:2px; margin-bottom:2px; color:#dd9733; font-weight:bold;
     }
.is-ck-button {      
    float:left;    
    display: inline-flex;    
    padding: 1px 3px;
}
.is-ck-button label {
    float:left;    
    margin-bottom: 0px;
}
.is-ck-button label span {
    text-align:center;    
    display:block;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #707070;    
    padding: 1px 5px;
    font-size: 10px;
    color: #444;
}
.is-design-content-container{
    height:300px;    
}
.is-white-content-box{
    padding-left:2.5%; padding-right:2.5%; margin-top: -300px;
}
.bt-white-content-box{
    background-color:#fff; padding: 3.5%; min-height:800px; margin-bottom:150px;
}
.is-top-section-container{
    padding:0px; margin-top:20px; margin-bottom: 10px;
}
.is-dealer-DD{
         padding:5px 0px 5px 0px;
         float:left;
     }
     .is-dealer-DD.paddingRight{
         padding:5px 0px 5px 10%;
     }
     .is-dealer-DD > select{
         background: none;
        border: none;
        color: #fff;
        width: auto;
        font-size: 2.2em;
        outline:none;
     }
     .is-inv-Search-Input{
        height: 40px;
        width: 75%;
        box-shadow: 0px 0px 0px !important;
        border: 1px solid #62C0EB;
        border-radius:2px;
        padding: 0px 10px;
        font-size:12px;
     }
     .is-inv-Search-Button{
        position: absolute;
        right: 1px;
        top: 0px;
        height: 40px;
        width: 12%;
        color: #fff;
        border: 0px;
        border-radius: 2px;
        margin-right: 10%;
        padding:6px;
     }
     .is-inv-DD{
        background-color: #E3E4E6;
        border: none;
        border-radius: 33px;
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;
        max-width: 20%;
        outline:none;
     }
     .is-topFilter-container{
        margin-right: 1%;
        max-width: 33%;
        padding-top:10px;
        float:left;

        /*background-color: #E3E4E6;
        border: none;
        border-radius: 33px;        
        padding-left: 12px;
        padding-right: 12px;        
        font-weight: bold;
        font-size: 12px;        
        outline:none;*/        
     }

     .is-topFilter-box{
        background-color: #fff;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        outline: none;
     }
     .is-topFilter-box:hover{
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-topSearch-box{
         color:#fff;
        background-color: #62C0EB;
        border-color:#62C0EB !important;
        border: none;
        border-radius: 33px;
        padding-left: 16px;
        padding-right: 5px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12px;    
        box-shadow:rgb(51, 51, 51, .25) 4px 4px 6px;
        outline: none;
     }
     .is-topSearch-box:hover{         
         background-color: #E3E4E6 !important;
         border-color: #E3E4E6 !important;
     }
     .is-listing-container{
         padding:2px;
         background-color:#FBFBFB; border-bottom: 1px solid #E3E4E6; padding: 1% 2%; border-top-left-radius: 2px; border-top-right-radius: 2px;
     }

     .z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 22px;
    cursor:pointer;
}
.is-gc-dialog-close {
    border-radius: 100%;
    box-sizing: border-box;
    color: #5f6368;
    height: 40px;
    padding: 8px;
    width: 40px;
    outline:none;
}
     .is-gc-modal-dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 120;
}
     .is-gc-filter-dialog {
    box-sizing: border-box;
    width: 300px;
}
     .is-gc-filter-box-label{
         font-family:robotoMedium;
         font-weight:normal;
         font-size:10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
     }
     .is-gc-ds-filter-box-label{
         font-family:roboto;
         font-weight:normal;
         font-size:20px;
     }
     .ViY6xe {
    display: inline-block;
    width: 40px;
    height: 20px;
}
     .GDbAwd {
    color: rgba(0,0,0,.87);
    height: 20px;
    line-height: 20px;
}
 .tCrouc {
    cursor: pointer;
    width: 36px;
    height: 20px;
    position: absolute;
}
     .gws-flights-filter__all-airlines-toggle {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    padding: 16px;
}
     #all_airlines_toggle_label {
    flex: 1 1 auto;
}
     .YK3Dfb {
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    -webkit-transition: background-color .3s ease;
}
     .WqDhQe {
    display: none;
}
     .eKFUZc {
    position: absolute;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.26);
    pointer-events: none;
    top: 3px;
    width: 36px;
    -webkit-transition: background-color .3s ease;
}
     .U9xLGe {
    height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: transform .3s ease;
}
     .XV7QZc:not(.Lrhhcf) .WqDhQe:not(:checked)~.U9xLGe .HPdawd {
    background-color: #bdbdbd;
}
.tCrouc .HPdawd {
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: -14px;
    opacity: 0.001;
    pointer-events: none;
    position: relative;
    top: -14px;
    transform: scale(0.4);
    -webkit-transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.0, 0.6, 1);
    width: 48px;
}
     .is-gc-filter-list, .gws-flights-filter__airline-list {
    padding: 8px 13px;
}
     .is-gc-filter-content {
    flex-direction: column;
    display: flex;
    height: 100%;
}
     .is-gc-dialog-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.flt-subhead1 {
    color: #3c4043;
    font: 500 16px/24px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}

.is-top-dealer-dd{
    background: none !important; border: none !important; color: #fff; outline: none; padding-left:0px !important;
}
     .gws-flights__main {
    line-height: 1;
}
     .is-gc-Item {
        padding-left: 36px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-ds-Item {
        padding-left: 46px;
        align-items: center;
        display: flex;
        line-height: 1;
        min-height: 28px;
        overflow: hidden;        
        position: relative;
        white-space: nowrap;
        outline:none !important;
        font-family:robotoMedium;
}
     .is-gc-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
         .is-gc-ds-Item.is-gc-SelectedItem::before {
    background-image: url(/Content/Images/check_box_blue.png);
    opacity:1;
}
.is-gc-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
    opacity:.5;
}
     .is-gc-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;    
    cursor:pointer;
}
.is-gc-ds-Item::before {
    background: url(/Content/Images/check_box_outline_blank_grey.png) no-repeat 0 50%/24px;
    left: 0;
}
     .is-gc-ds-Item::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left:10px;
    width: 24px;    
    cursor:pointer;
}
     .is-gc-scroll-region {
    /*box-shadow: inset 0 -1px 0px rgba(0,0,0,0.12), inset 0 1px 0px rgba(0,0,0,0.12);*/
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
     .gt3jNb filter-chip {
    margin: 10px 0 0 8px;
}
.ksYYHb {
    align-items: center;
    border: 1px solid #E3E4E6;
    border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    overflow: hidden;
    padding-left: 7px;
    position: relative;
    -webkit-user-select: none;
    outline:none;
    cursor:pointer;
    max-width:100%;
}
.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}
.is-gc-ds-arrow {
    box-sizing: border-box;
    color: #5f6368;
    height: 22px;
    margin: 4px 4px 4px 8px;
    width: 30px;
}
.ZLcjee {
    box-sizing: border-box;
    color: #5f6368;
    height: 25px;
    margin: 2px;
    width: 15px;
}
.oPVbId {
    border-color: #D9F1FB;    
    color:#018BCB;
    background-color:#D9F1FB;
}
.oPVbId::after, .oPVbId:hover::after {
    background: #e8f0fe;
    opacity: 1;
}
.oPVbId .ZLcjee {
    color: inherit;
}
.is-gc-topSelected{

}
.x5rFQb {
    height: 18px;
    margin: 4px 6px 4px 12px;
    overflow: visible;
    position: relative;
    width: 18px;
}
.ksYYHb::after {
    opacity: 0.01;
    transition: opacity 15ms linear;
}

.ksYYHb::before, .ksYYHb::after {
    background: #fff;
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: -1;
}  

.pager-box{
    padding: 0px;    
    border-radius: 2px;
    color: #333;    
    float: right;
    text-align: center;
    width:26px;
    height:26px;
} 
.pager-text{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    line-height:26px;
}
.pager-text:hover > i{
    color:#006FA2;
}
.pager-box-arrows{
    padding: 0px; 
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;    
    line-height:26px;
    width:26px;
    height:26px;
}
.pager-box-dots{
    padding: 2px 7px;         
    color: #333;
    background-color: #fbfbfb;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    text-align: center;
    width:26px;
    height:26px;
}
.is-ck-button label input {
    position:absolute;
    top:-20px;
    opacity:0;
}
        .small-description-text{
            font-size: 10px;
            color: #919599;
            font-weight: normal;
            line-height: 14px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
            float: left;
            margin-left: -9px;
        }
}

/*EXTRA SMALL SIZES*/
@media (max-width: 435px) {
    .bt-table-button-container {
        cursor: pointer;
        float: left;
        padding-right: 10px;
        height: 40px;
        position: relative;
        min-width: 20%;
    }

        .bt-table-button-container:hover > .bt-table-button-text {
            display: block;
        }
    .text-center-left {
        text-align: left;
    }
    .brokerModalDialog {
        width: 96vw;
        margin: 30px auto;
    }
    .nav-mobile-bg {
        background-color: #000 !important;
    }
    .nav-flex-container {
        display: block;
        z-index: 2;
        padding: 0px;
    }

    .nav-flex-left {
        flex: 1;
        text-align: center;
    }

    .nav-flex-right {
        flex: 11;
    }
        #ListPriceRange {
    float: left;
margin-left: -13px !important;
margin-top: 3px !important;
    }
    #home-h1 {
        text-transform:uppercase; font-weight:bold; font-size: 16px;
    }

}


  @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

            table, thead, tbody, th, td, tr {
                display: block;
            }

                thead tr {
                    position: absolute;
                    top: -9999px;
                    left: -9999px;
                }

            tr {
                border: 1px solid #ccc;
            }

            td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
            }

            td:before {
                /*position: absolute;*/
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight:bold;
            }
        }