/*
    Legacy file that acted like a global file in the past, but since it would destroy
    the Workbench v7 pages, it's not included in _WorkbenchLayout.cshtml and therefore replaced by globals.css.
    ~> please use globals.css for global styles
*/


* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    background: #000000 url(/img/bg.jpg) repeat-x !important;
    font-family: var(--vbs-font-text);
    font-size: 12px;
    color: #fff;
}

body.waiting * {
    cursor: progress !important;
}

main {
    background-color: white;
}

.display-flex{
    display: flex;
}

.reg {
    font-family: var(--vbs-font-text);
    font-weight: bolder;
}

.reg18 {
    font-family: var(--vbs-font-text);
    font-size: 18px;
    font-weight: bolder;
}

.driversMinAgeWarningRight {
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.driversMinAgeWarningLeft {
    background-image: url('/img/redCircle.PNG')
}

.driversMinAgeWarningLeftText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.driverMinAgeWarningImage {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.drivingLicenseWarningDiv {
    display: none;
    padding-left: 6px;
}

.drivingLicenseWarningEditDiv {
    display: flex;
    padding-left: 6px;
    margin-bottom: 80px;
}

.driverMinAgeWarningImageSlideIn {
    width: 15%;
    margin-bottom: 2px;
}

.driverMinAgeWarningTextSlideIn {
    position: relative;
    margin-left: -13%;
    padding-top: 3px;
}

.drivingLicenseCategoryDiv {
    padding-left: 10px;
    margin-top: 40px;
}

.drivingLicenseCategoryImage {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.drivingLicenseCategoryText {
    color: red;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.drivingLicenseCategoryTextSlideIn {
    position: relative;
    margin-left: -23px;
}

.drivingLicenseCategoryImageSlideIn {
    width: 20%;
    margin-bottom: 2px;
    margin-left: 15px;
}

.validationErrorMessageCvDiv {
    display: none;
    color: red;
    font-size: 13px;
}

.validationErrorDoc {
    display: none;
    color: red;
    font-size: 13px;
}

.validationErrorReduceMandatory {
    display: none;
    color: red;
    font-size: 13px;
}

.validationErrorReduceMandatorySystem {
    display: none;
    color: red;
    font-size: 13px;
}


.small-vehicle-image {
    font-family: var(--vbs-font-text);
    font-size: 10px;
    max-height: 28px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 4px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.small-vehicle-details {
    font-family: var(--vbs-font-text);
    font-size: 10px;
    max-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vehicle-winter-tires {
    position: absolute;
    right: 4px;
    top: 50%;
}

.vehicle-89p {
    position: absolute;
    left: 12px;
    top: 2px;
    font-size: 10px;
    font-weight: bolder;
}

.dashboard-vehicle-link {
    color: #00ADEF !important;
}

h1, h2, h3, h4 {font-family: var(--vbs-font-title); word-spacing: 0;}
h3{font-size: 20px}
.small-content h3, .compare-content h3 { font-size: 16px;}

.container-full {max-width:100%;}
.container-fluid {max-width:100%; margin:auto; }
.container-fluid.login {
    max-width: 1620px;
}
.inner-wrapper {padding: 8px 15px 15px}


.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
}
.no-pad {padding:0 !important;}
.pad-left{padding-right:0;}

a, a:visited {color: #fff !important; outline : none !important; text-decoration: none !important;}
a.conditions, a:visited.conditions {color:#00ADEF !important; outline: none !important; text-decoration: none !important;}
a.create-booking, a:visited.create-booking { color: #000 !important; }
a.adark{color: #00ADEF  !important;}
a.adark:visited { color: #00ADEF !important;}
a.adark:hover, a.adark:active, a.adark:focus {color:#551A8B !important; text-decoration: none !important; outline : none !important;}
span.adark {color: #00ADEF !important;cursor: pointer}
span.adark:visited {color: #00ADEF !important;}
span.adark:hover, span.adark:active, span.adark:focus {color: #551A8B !important;text-decoration: none !important;outline: none !important;}

/* NW - Change color to blue when hover on menuitem */
a.ared{color: #f04122  !important;}
a.ared:visited { color: #f04122 !important;}
a.ared:hover, a.adark:active, a.adark:focus {color:#551A8B !important; text-decoration: none !important; outline : none !important;}
.menuitem a:hover{color:#00ADEF !important}
ul, ol { margin: 0;padding: 0;}
li{list-style: none; float: left; margin-left: 1px;}
.top-nav {position: absolute; right: 0; top: -22px;}
.top-nav li, .sprite {background:url(/img/icon-sprite.jpg) no-repeat; width:51px; height:35px; cursor: pointer;}
.top-nav .search{background-position: 0 0;}
.top-nav .notifications{background-position: 0 -53px; color: #00adef; font-size: 15px; font-weight: bold; padding: 5px 0 0 45px;}
.top-nav .contact{background-position: -78px -53px;}
.top-nav .account{background-position: -3px -158px;}
.top-nav .logout{background-position: -78px 0}

.main-nav {
    text-align: right;
}
.quick-links {
    text-align: right;
    min-height: 40px;
    padding-right: 50px
}
.quick-links a i, .quick-links a em {
    font-size: 20px;
    margin: 8px 10px 5px;
}
.main-nav li {font-size: 13px; margin-left: 25px; margin-top:5px;}
.main-nav li.active a { color: #00ADEF;}

.user-data-nav {float:left; margin: 10px 0 25px;}
.user-data-nav li {font-size: 13px;}
.user-data-nav li.active a { color: #00ADEF;}

span.region, li.dealer  { cursor: pointer;}
span.region:hover { color: #333;}

.slider-wrap {position: relative; overflow: hidden; max-height: 550px;}
.nivo-caption{padding: 20px 30px !important; height: auto !important; background:none !important;}

button{border:none;}
.button-extra-small{font-size: 12px; font-weight: bold; padding: 6px 10px; display: inline-block;}
.button-small{font-size: 14px; font-weight: bold; padding: 6px 10px; display: inline-block;}
.button{font-size: 15px; font-weight: bold; padding: 14px 8px; display: inline-block; position: relative; z-index: 200;}
.button-medium-small {font-size: 15px; padding: 7px 5px; font-weight: bold;display: inline-block;}
.button-medium {font-size: 18px;padding: 13px 26px; font-weight: bold;display: inline-block;}
.button-large {font-size: 18px;padding: 13px 26px; font-weight: bold;display: inline-block;}
.blue, .blue:visited, .nivo-caption a.blue, .nivo-caption a.blue:visited{color:#fff; background:#00ADEF;}
.blue:hover, .blue:active, .nivo-caption a.blue:active, .nivo-caption a.blue:hover{color:#fff; background:#057eae;}
.blue.a:focus{color:#fff;}
button[disabled].blue {background: lightgrey;}
.orange, .orange:visited, .nivo-caption a.orange, .nivo-caption a.orange:visited {
    color: #fff;
    background: #f68d23;
}
.orange:hover, .orange:active, .nivo-caption a.orange:active, .nivo-caption a.orange:hover {
    color: #fff;
    background: #905805;
}

.orange:disabled {
    background: lightgrey;
}

.blue:disabled {
    background: lightgrey;
}

.darkgrey, .darkgrey:visited, .nivo-caption a.darkgrey, .nivo-caption a.darkgrey:visited{color:#fff; background:#6e7071;}
.darkgrey:hover, .darkgrey:active, .nivo-caption a.darkgrey:active, .nivo-caption a.darkgrey:hover{color:#fff; background:#5e6061;}
input.button-small.blue {
    font-size: 14px !important;
    font-weight: bold;
    padding: 6px 10px;
    display: inline-block;
}
input[type=submit]{border:none;}

.booking-search, .select2-search__field, .select2-results__options{color:black;}

ul, li, ul.select2-results__options, .select2-results__options, .select2-results__option {
    display: block;
}


input.text, textarea{background:#404040; height:49px; width:100%; border:none; color: #999; font-size: 14px; font-style: italic; margin-bottom: 10px; padding: 12px;}
textarea {height: 144px}

.info {background: #333 url(/img/icon-sprite.jpg) no-repeat -118px -256px}
.error {color: red;}
.login-box{width:378px; background:#262626; padding: 1px 24px 14px;}
.register-box{max-width: 542px; background:#262626; padding: 1px 24px 14px;}
.forgot {color:#aaaaaa !important; font-size:12px; margin-top: 9px; display:block;}
.login-info {margin-top:25px;}
.login-info p, .login-info a {color:#aaa !important; font-size: 12px !important;}
.login-box p, .register-box p{font-size: 12px; color:#aaa !important;}

.select {background: none repeat scroll 0 0 #404040 !important; border-top:none; color: #333; font-size: 14px; font-style: italic; height: 49px; padding: 14px 8px; width: 100%; }
option{padding: 10px;}

.header-bg { background-color: #f7f7f7}
.header { /*Keith testing*/
    background: url(/img/header-bg.jpg) #FEFEFE repeat-x bottom;
    padding: 0 20px 20px;
    min-height: 82px;
    height: auto;
}
.header h1 {color:#333; font-size: 40px; margin-bottom: 0; margin-top: 14px;}

.dashboard-header { /*Keith testing*/
    position: relative;
    top: 0;
    left: 0;
}
.alert-page-bottom { position:fixed; bottom:2px; width:98%; z-index:10000;margin:0 auto}
.alert-page-bottom-50 { position:fixed; bottom:52px; width:98%; z-index:10000;margin:0 auto}
.alert-info a {color:#428bca !important}
.alert-info a:hover {color:#ff8c1a !important}
.alert-danger a {color:#843534 !important}
.alert-danger a:hover {color:#ff8c1a !important}

.alert-align-left {left:15px}
.pad-top-10 {padding-top: 10px}
.pad-top-16 {padding-top: 16px}
.pad-top-20 {padding-top: 20px}
.pad-top-30 {padding-top: 30px}
.pad-top-40 {padding-top: 40px}
.pad-top-50 {padding-top: 50px}
.mar-top--8 {margin-top: -8px}

.content{background:#fff; color:#333; padding: 10px 30px 30px !important;}

.content.template > .wrapper {
    display: flex;
}
.content.template > .wrapper > .templateData{
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.content.template > .wrapper > .templateBtns {
    display: flex;
    flex: 0 1 auto;
}

.content.template .wrapper > .templateBtns > .form-btns {
    flex: 1 1 auto;
}
.content.template .relatedTemplatesGrid {
    margin-top: 50px;
}

.content.template a.btn-primary {
    margin: 10px 0 10px 0;
}
    
.content.template a.btn-secondary {
    background-color: buttonface !important;
    color: #333 !important;
    border-color: transparent;
    margin-top: 10px;
}

.content.template .main-btn {
    width: 150px;
}

.content h2 {margin-top:10px; font-size: 22px; clear:both; color:#00adef;}
.content .news-item {border:solid 1px #e5e5e5; margin: 0 2% 24px 0; width:49%;}
.content .text {width: 80%; margin-right:2%;}
.content .col-md-3 form button {width: 38%; position: relative;z-index: 200;}
.content p { margin: 0 0 20px 0; font-size:15px;}
.content p.small { margin: 0 0 10px 0; font-size:12px;}
.spacer{margin:25px 0;}
.content p a {color: #00ADEF}
.content p a:hover {color: #057eae}
.content li {font-size: 15px; list-style: disc inside none; margin: 0 0 10px; float: none; font-family: var(--vbs-font-text);}
.content ol li {list-style-type:decimal}
.content-page p{font-size:15px;}
.content .full {width:94%;}

.content div.active-box { border: 1pt solid #00ADEF !important;}
.box {width:23%; height:80px; border:solid 1px #e5e5e5; float: left; margin: 0 2% 8px 0; padding: 2px 4px; text-align: center; line-height: 70px;}
.box img {width:100%;}
.box a {color:#333;font-family: var(--vbs-font-title);font-size: 25px;}
.box a:hover {color:#00acef;}
.lt-ie9 .box {margin: 0 5px 5px 0;}
.small{height: 40px; line-height: 34px; width: 94%;}
.small a {font-size:20px;}

.paging {right: 25px; margin-bottom:0 !important;}
.paging li {text-align: center; margin-right: 2px; border: 1pt solid #ddd; color:#333; list-style: none; font-size:12px; float:left;}
.paging li a {color:#333;display: block;padding: 5px 10px;}
.paging li a:hover {color:#fff;background:#057eae; cursor: pointer; }
.paging li.active { background-color: #00acef; color:#fff;cursor: auto;padding: 5px 10px;}
.paging li.active:hover { background-color: #00acef;}

.breadcrumb {background:none; margin-bottom:0 !important;}
.breadcrumb > .active {color: #00acef}
.breadcrumb li {font-size: 13px;}
.breadcrumb li a {color: #333}

/* Booking Dashboard Styles */
.date-selection li{white-space: nowrap; list-style: none; float: left; font-family: var(--vbs-font-title);font-size:22px;cursor: pointer;margin:0 0 0 8px; padding: 6px 8px; background:#fff; position: relative}
.date-selection li.day:hover{background:#f7f7f7}
.date-selection li.active:hover{background:#00adef}
.date-selection li.active{background:#00adef; color:#fff}
.date-selection li.active:before {content: ""; border-color: #00adef transparent transparent; border-style: solid; border-width: 10px 10px 0; bottom:-9px; position: absolute; left: calc(50% - 10px);}

.booking-container{width: 100%; overflow: hidden; position: relative;}
.booking-container ul {margin-bottom:0;}
.extended-booking-container {width: 100%;overflow: hidden;position: relative;}
.extended-booking-container ul {margin-bottom: 0;}
.booking-grid {font-family: var(--vbs-font-text); cursor: pointer; position: relative;}
.booking-grid-name {font-family: var(--vbs-font-text); cursor: pointer}
.booking-grid li {font-family: var(--vbs-font-text);}
.bookings-group {border-bottom:solid 1px #d7d7d7; position:relative; height:107px;}
.booking {
    float: left;
    font-size: 16px;
    height: 100%;
    padding: 10px;
    text-align: center;
    outline: 1px solid #bbe8bb;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.booking-grid p {font-size: 12px; margin:0}
.header-info {width:260px; float:left; position: absolute; z-index: 4000; background:#fff ; border-right:solid 1px #e4e4e4; border-bottom:solid 1px #e4e4e4;}
.header-info ul:first-child li{border-top:solid 1px #e4e4e4; border-bottom:none}
.header-info li {
    list-style: none;
    float: left;
    width: 50%;
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    font-family: var(--vbs-font-title); 
    padding: 5px 10px 5px; 
    margin: 0; 
    font-size: 18px; 
    text-align: center; 
    height: 38px;
}

.header-info ul.list-title li { height: 38px; }
.header-info ul li {height:107px}
.vehicle {clear:both;}
.vehicle li {font-size:19px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center;-ms-flex-pack: center; justify-content: center;}
.vehicle li a { width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.vehicle li.hide-mob a { overflow: unset }
.time ul {border-bottom:solid 1px #e2e2e2; overflow:hidden}
.time li {float:left; width:300px; background: #f7f7f7; list-style: none; font-size: 16px; padding: 6px 0 6px 10px; margin:0; border-left:solid 1px #e2e2e2; border-top:solid 1px #f7f7f7; height:38px}
.current-time{background:#00adef; width:2px; position:absolute; top:38px; z-index:20;}

.available{background:#f2fcf2;}
.available:before{background:#98e698 !important;}
.unavailable{background:#fcf2f2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;  transition:.5s;}
.unavailable:before{background:#f6a7a7 !important;}
.unavailableatretailer {
    background: #fcf2f2;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .unavailableatretailer:before {
        background: #f6a7a7 !important;
    }
.booked {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;  transition:.5s; z-index:1;}
.booked.other-booking:before{background:#f6a7a7 !important;}
.booked.rental-booking:before {background: #6a52ad !important;}
.booked:before{background:#ffea00 !important;}
.booked.suspended, .booked.retired {cursor: default;background-color: red !important;}
.travel {background:#e6f5ff; z-index:10}
.prep {background:#e6f5ee; z-index:10}
.cleanup {background:#e6f5ee; z-index:10}
.suspended {background:red !important; z-index:20;}
.test-drive-booking {
    background: #ffffcc !important;
    border-right-style: solid;
    border-right-color: #f7e88e;
    border-right-width: 1px;
}
.rental-booking {
    background: #9890AF !important;
    border-right-style: solid;
    border-right-color: #6a52ad;
    border-right-width: 1px;
    color: white;
}
.other-booking {
    background: #f3e4e4;
    border-right-style: solid;
    border-right-color: #f8cece;
    border-right-width: 1px;
}
.preliminary-booking {
    background: #aaaaaa !important;
    border-right-style: solid;
    border-right-color: #aaaaaa;
    border-right-width: 1px;
    color: white !important;
}

#rqsPanelHeading {
    font-size: 15px;
    height: 23px;
    margin-bottom: 12px;
}

.booking-request {				  
    color: #000000;
    padding: 20px;
    text-align: left;
}
.booking-request a {
    color: #000000 !important
}

#rqsPanelHeadingCancel {
    float: right;
    margin-right: 20px;
}

.cursor-grab {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.cursor-pointer{cursor: pointer}
.data-loading {opacity:0.3; pointer-events: none; background:#666;}
.loading-spinner {left: 50%; position: absolute; top: 20px; z-index: 10; width: 130px;}
.selected-date {float:right !important; color: #333 !important; font-family: var(--vbs-font-text); margin: 0 !important;}
.selected-date p {font-size: 16px !important;}
.datepicker {margin: -8px 0 0; height:46px; font-size:14px; background: url(/img/cal.jpg) no-repeat 158px; background-size: 30px 24px;}

.small-time {font-size:11px}
.desc {font-size: 12px; display: block;}
.status {
    background: #FFFF7D;
    font-size: 11px;
    padding: 2px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 2px;
}
.rental-status {
    background: #b7acd8;
    font-size: 11px;
    padding: 2px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 2px;
    color: #ffffff;
}
.preliminary-status {
    background: #cccccc;
    font-size: 11px;
    padding: 2px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 2px;
    color: #ffffff;
}
.booked .status {background:#fff778;}
.available .status {background:#caf6ca;}

.overlay { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index:22; display:none; background: rgba(0, 0, 0, 0.5);}

/* Tabs */
.tabs {
    margin: 0 0 16px 0 !important;
    padding: 0;
    overflow: hidden;
}

.tab-container .tab {
    float: left;
    zoom: 1;
    *display: inline;
    background: #fff;
    border: solid 1px #e5e5e5;
    padding: 4px 10px;
    width: 24%;
    font-family: var(--vbs-font-title);
    font-size: 20px;
    margin: 0 1% 0 0;
    list-style: none
}

.tab a {
    color: #000;
    text-decoration: none;
    line-height: 2em;
    display: block;
    outline: none;
}

.tab.active {
    background: #666666;
    position: relative;
    border-color: #666;
}

.tab.active a {
    color: #fff;
}

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

#tab-container div.tab-container {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1pt solid #ddd;
    padding: 20px;
    clear: both;
}

.tab-container .tabs :nth-child(4) {
    margin-right: 0;
    width: 25%;
}

.tab-container .thumbnails {
    margin: -10px 0 0 -10px;
    overflow: hidden;
    width: 105%;
}
.header-tab {background: url(/img/header-bg.jpg) repeat; overflow: hidden; height: 105px;}
.header-tab a {color:#333;display: block; font-size: 18px; padding: 40px 20px 39px; text-align: center; float: left;}
.header-tab a:hover{color:#00acef;}
.header-tab .active {-webkit-box-shadow: 4px 2px #eee,  -4px -4px 2px #eee;  -moz-box-shadow: 4px -4px 2px #eee, -4px -4px 2px #eee;  box-shadow: 4px -4px 2px #eee, -4px -4px 2px #eee; background:#fff;}

label {font-size: 14px; font-weight: normal; display: block; margin-top: 18px;}
.cancelBookingField {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    font-family: var(--vbs-font-text);
}

a.active{color:#00acef;}
.compare a.active {color:#fff;}
ul.footer-links { float: right; margin-top: 20px;}
ul.footer-links li { float: left; margin-right: 5px;}

ul.footer-right {float: left; margin-top: 20px; }
.confidential-tag { color: white}

.customSelect {padding: 10px 20px 10px 10px;border: 1px solid #e1e1e1; background: #404040 url(/img/tree-arrow-open.png) no-repeat right center !important;width:100%;}
.customSelect.customSelectOpen {border-color: #00ADEF;color: #666;background: #fff url(/img/tree-arrow-open@2x.jpg) no-repeat right center; }

.darkSelect {padding: 14px 20px 14px 10px !important; border: 1px solid #e1e1e1 !important; background: #404040 url(/img/tree-arrow-open.png) no-repeat right center !important;color:#999 !important;width: 80% !important; font-size:14px !important; font-style: italic !important;}
.darkSelect.darkSelectOpen {color: #999;background: #404040 url(../img/tree-arrow-open@2.jpg) no-repeat right center; }

table{ width: 100%;margin-bottom: 20px;}
th {background: #eff1f3; padding: 8px; border: 1px solid #e2e2e2;border-bottom: none; }
td {padding: 8px; border: 1px solid #e2e2e2;}
td a {color:#696969 !important;}
td a:hover {color:#057eae}
.description{background:#eff1f3; border-left: 1px solid #e2e2e2; font-weight: normal; width: 100%; float: left;}
.data-content table { border-collapse: collapse; }
.data-content tr { display: block; float: left; width: 16.66%; border: 1px solid #e2e2e2; border-left:none; border-bottom:none;}
.data-content th, .data-content td { display: block; border-bottom: 1px solid #e2e2e2; border-right:none; border-left:none; border-top:none; width: 100%; float: left;}
.data-content thead tr {width:100%; border-bottom: none} 
.data-content thead tr th {border-bottom: none; border-left:1px solid #e2e2e2;font-weight: bold;} 
td.icon { height: 140px;}
td.icon-centered { height: 140px;text-align: center;}
td.icon-centered img {width: 50%; min-width: 85px;}
td span.highlight-row { color: #00ADEF;font-weight: bold;}
.table {margin:0; background: #fff; z-index: 200;}

table.no-border th, table.no-border td { border: none; padding: 0;}
table.no-borderImportant th, table.no-borderImportant td { border: none !important;}

#search-box {position:absolute; width:200px; z-index:500}
.data li .data-content.block {display: block;}

.sticky {position: fixed;top: 0;  }
.bg-white {background: #fff; z-index: 200;}
.grey {background-color: #dddddd}
.left{float:left;}
.right{float:right;}
.size12{font-size: 12px !important}
.size14{font-size: 14px}
.size16{font-size: 16px}
.left-pad-only {padding: 0 5px 0 15px;}
.right-pad-only {padding: 0 15px 0 5px;}
.bottom-margin-only {margin-bottom: 15px;}
.align-right {text-align: right}
.pad30 {padding:0 30px;}
.border-right{border-right:solid 1px #f2f2f2;}
.border-left{border-left:solid 1px #f2f2f2;}
.remove-pad-right {padding-right: 0;}
.remove-pad-left {padding-left: 0;}
.no-margin{margin-right:0 !important;}
.row-to-edge {margin-left:-29px; margin-right:-45px;}
.mar29 {margin-left:29px;}
.w100{width:100% !important;}
.w18 {width:18%;}
.no-pad-r {padding: 0 10px 0 6px;}
.hidden2{display: none}
.grey-border {border:1pt solid #ededed;}
p.small-grey { font-size: 12px;color: #3c3c3c;}
.cur .compare-image, .cur .compare-content{cursor: pointer !important;}
.center {text-align: center}
.data{display: none}
.input-validation-error { border: 1pt solid  #c02f2f !important;}
span.field-validation-error { color:  #c02f2f;}
div.field-validation-error, div.field-validation-valid { color:  #c02f2f;}
li.highlight{border: 1pt dotted  #c02f2f !important;}
.fake{display: none}
.clear {clear: both;}
.margin-top20{margin-top:20px}
.margin-top15 {margin-top: 15px}
.margin-top10{margin-top:10px}
.margin-top5 { margin-top: 5px }
.margin-top40 {
    margin-top: 40px
}
.margin-top5important { margin-top: 5px !important }
.margin-top20important { margin-top: 20px !important }
.mt2-mb2important {margin-top: 2px !important; margin-bottom: 2px !important}
.login-wrapper { padding: 25px; min-height: 700px;}
.dataTables_paginate a { color: #333 !important;}
.dataTables_paginate .active a { color: #333 !important; font-weight: bold;}
.paginate_button { padding: 0 !important;border: 1pt solid #ddd !important;}
.pagination > li > a, .pagination > li > span { border: none !important;margin-left: 0!important;}
.paginate_button:hover,.paginate_button:active { background: none !important;border: 1pt solid #ddd !important;box-shadow: none !important;}
td a:visited { color: #696969 !important;}
table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td { border-bottom: 1pt solid #ddd !important;}
table.dataTable thead th { padding: 10px }
.table td { padding: 8px 10px }
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: none
}
.roles {
    margin: 0 0 20px 0;
}

.bdheaderrow { background-color: #00acef !important;padding: 8px 0;font-weight: bold;color: white;min-height: 28px; font-size:14px}
.bdheaderrow a span {font-size:10px; text-align: right; padding-top: 1px; font-weight:normal}
.bdheader {background-color: #ffffff !important;padding: 10px 15px 0 15px;font-weight: bold;color:#333333;font-size:11px;height:40px;}
.bdheader-min-height {background-color: #ffffff !important;padding: 10px 15px 0 15px;font-weight: bold;color:#333333;font-size:11px;min-height:40px;}
.bdheader-image {background-color: #ffffff !important;padding: 5px 15px 0 15px;font-weight: bold;color:#333333;font-size:18px;height:40px;}
.bdheader-normal {background-color: #ffffff !important;padding: 10px 15px 0 15px;font-weight: normal;color:#333333;font-size:13px; min-height:40px}
.slideinheader {
    background-color: #ffffff !important;
    padding: 5px 15px 0 15px;
    font-weight: bold;
    color: #333333;
    font-size: 11px;
    min-height: 33px;
}
.bddata { background-color: #ffffff !important;padding: 0 15px 12px 15px; font-weight: normal; font-size: 13px;}
.bddataPad {padding: 0 15px 5px 15px}
.bheaderleft { border-right: 1px solid #f4f4f4}
.spacer10 { width: 100%;min-height: 10px;}
.spacer20 { width: 100%;min-height: 20px;}
.spacer40 { width: 100%;min-height: 40px;}
.hr { width: 100%;height: 1px;background-color: #f4f4f4;}
.bdaction { font-size: 11px;font-weight: bold;padding: 5px 0; border-bottom: 3px solid #e9e9e9;text-align: center;}
.bdactiongreen { color: #66cc66;border-bottom-color: #66cc66;}
.bdactionblue { color: #00ADEF;border-bottom-color: #00ADEF;}
.bdactionred { color: #cc0000;border-bottom-color: #cc0000;}
#sidebar-container { position: fixed;z-index: 10000; right: 0; top: 0; width: 40%; max-width: 420px; background-color: #fff; padding-bottom: 100px; height: 100%; min-height: 100%; overflow-y: auto;
  overflow-x: hidden;}
.sidebar{width:100%}
#closewindow {position: absolute; right: 8px; top: 8px; font-size: 20px;}
#closemodal:hover { cursor: pointer;}
#closemodal {position: absolute; right: 8px; top: 8px; font-size: 20px;}
.close-modal:hover { cursor: pointer;}
.close-modal {position: absolute; right: 8px; top: 8px; font-size: 20px !important;}
#closewindow:hover { cursor: pointer;}

.xaction {
    font-family: var(--vbs-font-text);
}
.action{overflow:hidden;}
.action-header { background-color: #f8f8f8;height: 50px;vertical-align: middle;padding: 10px;font-size: 13px;color: #666666; outline: none; border-bottom: 1px solid #F2F2F2;}
.step4.action-confirmed .replacement-vehicles{
    display:none;
}
.sub-action-header {
    background-color: white;
    vertical-align: middle;
    padding: 10px 0 2px 0;
    font-size: 13px;
    color: #00acef;
    outline: none;
}
.sub-action-header .action-text {
    font-size: 17px;
    color: #00acef;
    cursor: default;
}

.action-id {
    min-width: 30px;
    min-height: 30px;
    background-color: #00acef;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    font-family: var(--vbs-font-text);
}

.action-text {
    padding-left: 10px;
    font-family: var(--vbs-font-text);
    font-size: 14px;
    color: #333;
}

.action-default .action-id { background-color: #666666;}
.action-open{display:block}
.action-default .collapsable {display:none}
.action-open .action-id { background-color: #00acef; font-size: 14px;}
.action-ok {display:none !important}
.action-confirmed .action-header { background-color: #66cc66;color: #ffffff; }
.action-confirmed .action-id {background-color: #66cc66;border: 2px solid #ffffff;padding-top: 4px;}
.action-confirmed .action-ok { color: #ffffff;font-size: 14px;float: right;padding-right: 10px;display: block !important; padding-top: 4px;}
.action-confirmed .action-text{color:#fff}
.action input[type="text"] { margin-left: 10px;}
.no-padding{padding:0}
.border-top-bottom{border-bottom:1px solid #F2F2F2}
.driveRadio {display: none;}
.driveRadio:checked + label{
    background-position:0 0;
}
.radioGroup label, .radioGroup input { display: inline-block;}
.driveRadio + label{
    background: url(/img/radio.png) -30px 0 no-repeat;
    height: 30px;
    width: 30px;
    display:inline-block;
    margin-top: 0;
}
#laccompanied, #lunaccompanied {vertical-align: top; padding-top: 5px;margin-top: 0; font-size: 13px;}
.mileage { margin-bottom: 15px;}
.side-btn {
    font-family: var(--vbs-font-text) !important;
    font-weight: normal;
    font-size: 14px !important
}

.margin-0 {margin:0}
.margin-10 {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
}
#canceltestdrive {margin-left: 20px; margin-right: 20px; width:90%; text-align:center; margin-top:10px; margin-bottom:10px;}

button[disabled=disabled] {
    opacity: 0.5;
    filter: grayscale(100%);
}

.radioGroup {padding-bottom:0}

.filters-holder .filters-holder-header { display: inline-block; padding-top: 0px; padding-left:10px; padding-right:30px; }
.filters-holder .filters-holder-header span {
    color:#333;
    font-size:30px;
    vertical-align:middle;
    height:90px;
    font-family: var(--vbs-font-title);
}
.filters-holder .sub-filter-holder { display: inline-block; margin-top:5px; float:right }
.filters-holder .sub-filter-holder .dropdown-holder-filter { display: inline-block; padding-right:30px; }
.filters {
    width: 100%;
}

.form-control[readonly]{
    cursor:pointer;
}

.form-control[disabled] {
    cursor: not-allowed;
    background-color: #eee;
}

.edit-booking .form-control[readonly] {
    cursor: not-allowed;
}

.form-control[readonly].disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

/* Scott styles added from 16th March 2016*/
.panel-box{background:#F7F7F7; padding: 10px 25px 30px;}
.panel-box label{font-size: 13px; font-weight: bold;}
.panel-box input, .panel-box select, .panel-box textarea {
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-family: var(--vbs-font-text);
}
.panel-box .control_div{margin-top: 10px; text-align: right;}
.smaller-table td {padding: 4px 8px;}
.smaller-table td input[type="text"]{width: 100%; border-radius: 4px; }
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom15 {margin-bottom: 15px;}
.panel-box .help-block {font-size: 13px;  margin-top: .5rem; margin-bottom: .5rem;}

.float-right{float: right;}
.editor-field{position:relative;}
i.glyphicon{position: absolute; right: 8px; top: 8px; font-size: 16px;}
.vehicle-edit .panel-box{margin-bottom: 30px;}


.lightgrey, .lightgrey:visited, .nivo-caption a.lightgrey, .nivo-caption a.lightgrey:visited{color:#00ADEF; background:#f2f2f2;}
.lightgrey:hover, .lightgrey:active, .nivo-caption a.lightgrey:active, .nivo-caption a.lightgrey:hover{color:#00ADEF; background:#e8e8e8;}
.green, .green:visited, .nivo-caption a.green, .nivo-caption a.green:visited{color:#ffffff; background:#66cc66;}
.green:hover, .green:active, .nivo-caption a.green:active, .nivo-caption a.green:hover{color:#ffffff; background:#53b153;}
.red, .red:visited, .nivo-caption a.red, .nivo-caption a.red:visited{color:#ffffff; background:#cc0000;}
.red:hover, .red:active, .nivo-caption a.red:active, .nivo-caption a.red:hover{color:#ffffff; background:#b80404;}

.customSelectff {background: #ffffff url(/img/tree-arrow-open.png) no-repeat right 10px !important; width:200px; border:none !important; padding: 5px 2px 5px 2px; height:30px; -webkit-appearance: none;}
.selectff {background: none repeat scroll 0 0 #ffffff !important; border: medium none;color: #666666; font-size: 14px; font-style: italic; height: 49px; padding: 14px 8px; width: 100%; }

.uk-dropdown {
    background: #fff;
    color: #666;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: none;
    font-family: var(--vbs-font-text);
}
.uk-datepicker-table td, .uk-datepicker-table th{border:none; background:none; padding:4px !important}
.uk-datepicker-table {font-size: 14px; margin: 0;}
.uk-datepicker {padding:15px}
.uk-datepicker-heading {font-size:14px; font-weight: bold;}
.uk-datepicker-table a.uk-datepicker-table-muted {color: #999 !important;}

.uk-datepicker-previous:after {
    content: "<" !important;
}
.uk-datepicker-next:after {
    content: ">" !important;
}
.uk-datepicker-next:after, .uk-datepicker-previous:after {
    width: 48px;
    font-family: var(--vbs-font-text) !important;
    font-size: 20px;
    color: #666;
}
.uk-datepicker-table a {
    display: block;
    width: 26px;
    line-height: 24px;
    text-align: center;
    color: #666 !important;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-origin: border-box;
}
.uk-datepicker-table a.uk-active {
    background: #009dd8;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5) !important;
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5) !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    color: #fff !important;
}
.form-control {
    font-family: var(--vbs-font-text);
}
.header a:hover { color: #fff !important;}
.vehicle-details { font-size: 14px;}
.vehicle-details h1 { font-size: 34px;}

ul.vehicle img { max-width: 112px;}
.header .button-small { margin-left: 5px;}

.shared { background-color: #e3f7fa; display: inline-block !important;}
.offline { background: #fde2e7; display: inline-block !important;}
.shared-offline {
    background: -moz-linear-gradient(right, #e3f7fa 30%, #fde2e7); /* FF3.6+ */
    background: -webkit-gradient(linear, left right, left left, color-stop(30%, #e3f7fa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #e3f7fa 30%, #fde2e7); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #e3f7fa 30%, #fde2e7); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #e3f7fa 30%, #fde2e7); /* IE10+ */
    background: linear-gradient(to left, #e3f7fa 30%, #fde2e7); /* W3C */
    display: inline-block !important;
}

.invalid {
    border: 1px solid red;
}

.audittable tbody, .audittable td, .audittable th
{
    padding:1px;
    font-size: 8pt;
}

*::before, *::after {
    box-sizing: border-box;
}
table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting::after{
    content: none !important;
}
.rolelabel { display: inline-block;margin: 0 0 0 7px; }


.lockunlock-checkbox {
  position: relative;
}

.lockunlock-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.lockunlock-checkbox span:before {
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f023';
    color:limegreen;
    margin-right: .3em;
}

.lockunlock-checkbox input[type="checkbox"]:checked ~ span:before {
    content: '\f023';
    color: red;
}

.userdisabled input[type=checkbox] {
	display: none;
}

.userdisabledlocalized input[type=checkbox] {
	display: none !important;
}

.userdisabled input[type=checkbox]:checked + input + label, .userableoff{
	background: url(/img/abled.png) -16px -2px no-repeat;
    height: 20px;
	width: 16px;
	display:inline-block;
	transition: 0.3s ease-in-out;
} 

.userdisabled input[type=checkbox] + input + label, .userableon{
	background: url(/img/abled.png) 0 -2px no-repeat;
    height: 20px;
	width: 16px;
	display:inline-block;
	transition: 0.3s ease-in-out;
}
.userdisabledlocalized input[type=checkbox]:checked + input + label, .userableoff{
	background: url(/img/abled.png) -16px -2px no-repeat;
    height: 20px;
	width: 16px;
	display:inline-block;
	transition: 0.3s ease-in-out;
} 

.userdisabledlocalized input[type=checkbox] + input + label, .userableon{
	background: url(/img/abled.png) 0 -2px no-repeat;
    height: 20px;
	width: 16px;
	display:inline-block;
	transition: 0.3s ease-in-out;
}

.userdisabled input[type=checkbox] + input + label:hover { cursor: pointer;}
.userdisabledlocalized input[type=checkbox] + input + label:hover { cursor: pointer;}

.checkImage { float: left;}
.userdisabled input[type=checkbox] + input + label + label:after { content: "(enabled)";}
.userdisabled input[type=checkbox]:checked + input + label + label:after { content: "(disabled)";}
.userdisabledlocalized input[type=checkbox] + input + label + label:after { content: "";}
.userdisabledlocalized input[type=checkbox]:checked + input + label + label:after { content: "";}

.disableDaysInput {
    cursor: not-allowed !important;
    background-color: #e1e1e1 !important;
}

.message.errormsg {
	background: transparent url(/img/error.gif) 0 0 no-repeat;
	color: #e3302c;
    padding-left: 19px;
    margin-top: -5px;	}
.message.warningmsg {
	background: transparent url(/img/warning.gif) 0 0 no-repeat;
	color: #000000;
    padding-left: 19px;
    margin-top: -5px;
	}
.message.infomsg {
	background: transparent url(/img/info.gif) 0 0 no-repeat;
	color: #000000;
    padding-left: 19px;
    margin-top: -5px;
	}
.ddmarketarea .select2-search__field { min-width: 180px;}

#select2-selected-retailer-results li {
    clear: both;
}

.more-info-offline .title {
    background: #f8dc7b none repeat scroll 0 0;
    border-radius: 5px;
    color: black;
    font-family: var(--vbs-font-text);
    font-size: 11px;
    top: -3px;
    left: 0px;
    margin-left: 19px;
    padding: 5px 10px;
    position: absolute;
    white-space: nowrap;
}

.more-info-shared .title {
    border-radius: 5px;
    font-family: var(--vbs-font-text);
    font-size: 11px;
    top: -3px;
    left: 40px;
    margin-left: 19px;
    padding: 5px 10px;
    position: absolute;
    white-space: nowrap;
    background: transparent;
    color: transparent;
}

.vehicle-offline {
    color: #fe3155;
    cursor: default;
    font-size: 18px;
    top: 4px;
}

.donot { width: 100%; padding-left: 15px; }
.donotRental {
    padding: 10px;
    background-color:#F7F7F7
}
.donotlabel { width: 50%; display: inline-block}
.donotbox {
    width: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

#Retailer-DataTable th, td {padding:8px 10px;}

table.dataTable td, table.dataTable th {
    word-break: keep-all
}

/* NW 08.02.17*/
.filter12px {
    Height: 26px;
    padding: 4px 12px;
    font-size: 12px;
}

.btn12px{
    font-size:12px;
}

.upper{
    text-transform: uppercase;
}

.clearlink
{
    float:right;
    cursor:pointer;
    color:#00adef;
}
.clear-icon
{
    float:right;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 4px;
    margin-right: 42px;
    cursor:pointer;
    color:darkgray;
}


.FilterTitle {
    display: inline-block;
    color: black;
    font-family: var(--vbs-font-text);
    vertical-align: middle;
    padding-right: 5px;
}
.FilterTitle h5 {
    font-size: 13px !important;
    font-weight: normal !important;
	margin-bottom: 0!important;
	margin-top: 0;
}

.filter-check { display: inline-block;}
.FilterDropDown {
    display: inline-block;
    margin: 0px 0px 0px 2px;
    vertical-align: middle;
    font-size:12px !important;
}
.move-vehicle-image {
    margin-top: -24px;
}

.loadersmall {
    margin-top: 10px;
    margin-left: 10px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #666666; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

.loader {
    padding-top:50px;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #666666; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.alt-loader { 
  padding-top:50px;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #666666; /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
  display:none;
  margin:10px auto;
  
}

#processBookingStickySmall {
    font-size: 14px;
    margin-top: 150px;
    white-space: nowrap;
}

.rqsProcessBookingSlider:hover .rqs-panel-collapsed {
    color: #00ADEF;
}

.rqsProcessBookingSlider {
    background-color: #4A90E2;
    border-radius: 5px 0px 0px 5px;
    height: 350px;
    float: right;
    overflow: hidden;
    position: fixed !important;
    right: 0 !important;
    text-align: center;
    top: 50% !important;
    transition: width 0.5s;
    width: 30px;
    z-index: 100 !important;
    -webkit-transition: width 0.5s;
}

.rqsProcessBookingSlider .rqs-panel-collapsed {
    background: #00ADEF;
    color: white;
    float: right;
    height: 100%;
    position: relative;
    width: 30px;
    z-index: 10;
    padding-top: 65px;
}

.rqsProcessBookingSlider .rqs-panel-expanded {
    border-color: #00ADEF;
    background-color: #FFF;
    border-style: solid;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.rqsProcessBookingSlider:hover {
    width: 400px;
}

#rqsPanelCustomer {
    margin-top: 0px;
    clear: both;
    line-height: 20px;
}

#rqsPanelCompany, #rqsPanelVehicleModel, #rqsPanelOutlet, #rqsPanelSourceSystem, #rqsPanelRentalBookingType, #rqsPanelBookingReference, #rqsMemo {
    line-height: 20px;
}

#spanRQSSourceSystem, #spanRQSBookingReference, #spanRQSMemo {
    font-weight: 300;
}

/* look of plain popup box, used with leanpopup */
.leanmodalpopup {
    width: 180px;
    padding: 20px;
    line-height: 15px;
    font-weight:normal;
    display: none;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
    color:#333;
}

#rqsPanel {
    font-weight: bold;
}

#spanRQSCustDetails, #spanRQSVehDetails, #spanRQSVehPropulsion, #spanRQSVehPayload, #spanRQSVehSizeClass, #spanRQSBookingTime {
    font-weight: normal;
}

.leanmodaltext{
	color:#000000; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:20px; 
	font-weight:normal;
}

.rqsBookingDetail{
    line-height: 20px;
}

.leanmodalpopup .leanclose {
    right: 7px;	
    background: url(/img/sprite.png) no-repeat 0px -300px !important;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

#lmActionPopup {
    text-align: center;
    width: 460px;
    border-radius: 15px;
}

#lmActionPopup table{
    text-align: left;
}

#lmActionPopup td{
    border: none;
    line-height: 0.8;
}

#lmActionText1{
    display: inherit;
    font-size: 18px;
}

#lmActionclose{
    top: 20px;
    right: 20px;

}

#txtlmInput{
    margin-top: 20px;
}


#btnlmAction1, #btnlmAction2, #btnlmAction3 {
    border: 0;
    height: 35px;
    width: 140px;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.leanmodalpopup .close.hover
{
	opacity: 1;
}

.leanclose
{
    right: 7px;	
    background: url(/img/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.leanclose.hover
{
	opacity: 1;
}
 .nofloat ul li {
     float:none;
 }

.menuitem, .menuform{
    display:inline-block;
    padding:5px;
}

.filters-holder { /*Keith testing*/
    width: 100%;
    margin-top: 0; 
    margin-left: -10px; 
    margin-bottom: 0px;
}

.filters-holder .dash-header { 
  display: inline-block; 
  padding-top: 10px; 
  padding-right:50px;
}

.filter-fixed {
  top: 0;
  z-index: 5000;
  position: fixed;
  width: 100%;
}

.calendar-holder {
  margin-top:200px;
}

#model-headers-holder {
  margin-bottom: 0;
}

.model-headers-holder {
  position: fixed;
  height: 39px;
  top: 219px;
  max-width: 259px;
  width: 100%;
  background-color: white;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 0;
  z-index: 1000;
}

.time-holder {
  position: fixed;
  z-index: 3000;
  width: 700px;
  overflow: hidden;
}


.left-div-show {
  display: block;
  position:fixed;
  left: 0;
  top: 170px;
  width: 28px;
  height: 170px;
  background-color: white;
  z-index: 4000;
}

.right-div-show {
  display: block;
  position:fixed;
  right: 0;
  top: 170px;
  width: 25px;
  height: 170px;
  background-color: white;
  z-index: 4000;
}

.time-header {
    position: fixed;
    width: inherit;
    overflow: hidden;
    top: 219px;
    height: 39px;
    z-index: 3500;
}



.dasboard-alt {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.booking-image {
    width: 400px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 10px;
    left: 5px;
    text-indent: 3px;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    background-image: none;
}

/* template builder styles */

/* end template builder styles*/

.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
}

li.select2-results__option {
    width: 100%;
}

/* claire styles 25th july 2017 */
.adminuser {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 11px;
}
.admin-pad {padding-left: 35px;}

.pad-horz-0 { padding-left: 0px; padding-right: 0px;}
.subnav { float: right; clear: both; width: 100%; text-align: right;}
.mblogo-wrap { float: left; margin-top: 5px}
.dashboard-dropdown {display: inline-block; padding-right:30px; margin-top: 10px;}
.dashboard-dropdown-last {display: inline-block; padding-right:0px;}
.marg-0-horz {margin-left: 0; margin-right: 0;}
.filterswrap {display: inline-block; margin-top:5px; float:right}
.clearbutton {display: inline-block;}
.dashboardH1 {margin: 0 !important;}
.nowrap {white-space: nowrap;}
/* -added 17 nov 2017 */
.closeWindowOverlay { float: right; width: 15%; text-align: right; padding-right: 5px;}
.sidebar h4 {width: 85%; float: left;}

.border-radius0 {
    border-radius: 0;
}

/* Rental styles */

.logbook {font-size: 14px;}
.pad-right-32 {padding-right: 32px;}
.logbook-row {display: flex;align-items: flex-end}
.logbook-row-text { padding-bottom: 10px}
.logbook-image {vertical-align: text-bottom; padding-top: 20px; padding-left: 20px; padding-bottom: 20px;}
.logbook-h1 {margin-top: 0;}
.header-line {border-top: 1px solid #dddddd;margin-left: 11px;margin-right: 11px;}
.content-logbook {padding-bottom: 0 !important}
a.hover-white:hover, a.hover-white:visited, a.hover-white:active, a.hover-white:focus {color: #FFFFFF !important;}
#datetimepickerfrom::placeholder, #datetimepickerto::placeholder {color: #555555;opacity: 1;} /*::placeholder appears to be an error but this works so don't delete! */
.btn-filter { padding: 4px 10px; margin-left: 0 !important}
.pricing-nav-tabs li { margin: 0 0 1px 0; float: left }
.pricing-nav-tabs li a { border-radius: 0 }
.pricing-nav-tabs li a h3 { margin: 0 }
.inline-block { display: inline-block }
#divSplitPricingPartial { padding: 0 10px }
a.blue:hover, a.blue:focus, a.blue:visited, a.blue:active { color: white !important }
.panel-box-pricing { padding: 25px }
.inner-panel { border-radius: 4px; border: 1px solid #DDDDDD; padding: 15px 25px; background-color: white }
.flex-row { display: flex; align-items: center } 
.text-bold { font-weight: bold }
.hr-style { border: none; height: 1px; color: #333; background-color: #333 }
.font-size-16 { font-size: 16px }
.font-size-14 {
    font-size: 14px
}
.content-dashboard { padding: 10px 15px 30px !important}

/* End Rental styles*/



.paddingSaveBtn {
    padding: 10px 25px 30px;
}
.marginTop15 { margin-top: 15px; }
.pricingButtonMargin {margin-top:15px;}
.tabpadding { padding-top: 60px;}
.pricingTableMargin {margin-bottom: 20px;}
.borderButton{border: none;}
.buttonADark { background: transparent;color: #00ADEF !important;}
.buttonADark:hover {color: #696969 !important;}
.buttonADark:focus {outline: none;}


#calendar h2, #calendar h3, #qtip-calendar h2, #qtip-calendar h3 {
    font-family: var(--vbs-font-text);
}

.fc-button-group button {
    outline: none !important;
}
.fc-toolbar .fc-center h2 {
    color: #333333 !important;
}

.fc-content {
    color: #333333
}

.fc-day-number:hover {
    cursor: pointer;
}

.fc-day-number {
    background-color: #eff1f3 !important;
}

.key {
    width: 140px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 1px;
}

.keya {
    background-color: #FFFFCC;
}

.keyb {
    background-color: #9890AF;
}

.keyc {
    background-color: #f6c7c2;
}

.btn-tablet-style {
    width: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset
}

.left-column-header {
    position: absolute;
    width: 318px;
    height: 52px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    padding-top: 15px;
    padding-bottom: 6px;
    background-color: #f7f7f7;
    display: none;
}

.left-column-header div {
    width: 159px;
    padding-left: 19px;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.vis-item.preliminary-booking {
    background: #aaaaaa;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    color: white;
}

.vis-item.rental-booking {
    background: #9890AF;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    color: white;
}

.vis-item.other-booking {
    background: #00ADEF;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    color: white;
}

.vis-item.test-drive-booking {
    background: #ffffcc;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
}

.vis-item.prep {
    background: #b6e9d1;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    z-index: 2;
}

.vis-item.cleanup {
    background: #b6e9d1;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    z-index: 2;
}

.vis-item.travel {
    background: #dadada;
    border: 0;
    outline: 1px solid #bbe8bb;
    box-shadow: inset 0 0 0 2px #f2fcf2;
    z-index: 2;
}

.vis-item.preliminary-booking.vis-selected {
    background-color: #aaaaaa;
}

.vis-item.rental-booking.vis-selected {
    background-color: #9890AF;
}

.vis-item.test-drive-booking.vis-selected {
    background-color: #ffffcc;
}

.vis-item.other-booking.vis-selected {
    background-color: #00ADEF;
    color: #FFFFFF;
}

.vis-item.prep.vis-selected {
    background-color: #e6f5ee;
}

.vis-item.cleanup.vis-selected {
    background-color: #e6f5ee;
}

.vis-item.travel.vis-selected {
    background-color: #dadada;
}

.vis-item.vis-selected {
    border-color: #bbe8bb !important;
}

.vis-item.unavailable {
    transition: unset;
    border-left: 1px solid #bbe8bb;
    border-right: 1px solid #bbe8bb;
    border-top: 0;
    border-bottom: 0;
    background: #fcf2f2;
    cursor: not-allowed;
    pointer-events: none;
}

.vis-item.vis-background {
    border-left: 1px solid #bbe8bb !important;
    border-right: 1px solid #bbe8bb !important;
    background-color: #fcf2f2 !important;
    z-index: 0
}

.vis-item.unavailableatretailer {
    transition: unset;
    border-left: 1px solid #bbe8bb;
    border-right: 1px solid #bbe8bb;
    border-top: 0;
    border-bottom: 0;
    border: 0;
    background: #eec4c4;
    cursor: not-allowed;
    pointer-events: none;
    -moz-box-shadow: inset 0 0 0 2px #f2fcf2;
    -webkit-box-shadow: inset 0 0 0 2px #f2fcf2;
    box-shadow: inset 0 0 0 2px #f2fcf2;
}

.calendar-container {
    margin: 20px 0
}

.italic {
    font-style: italic
}

.tdstatus {
    background: #fff778;
    font-size: 9px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 7px;
    margin-top: 3px;
}

.rstatus {
    background: #b7acd8;
    font-size: 9px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 7px;
    margin-top: 3px;
    color: #ffffff;
}

.large-font {
    font-size: 14px !important;
    margin: 0;
}

.vis-inner table.vis-mercedes {
    margin-top: 1px;
    margin-bottom: 0;
}

.vis-labelset .vis-label .vis-inner {
    padding: 0 !important
}

.vis-inner table.vis-mercedes tr td {
    border: none;
    position: relative;
    width: 50%;
    max-width: 123px;
    padding-inline: 0;
}

.vis-inner table.vis-mercedes tr td img {
    max-height: 65px;
    max-width: 116px;
}

.vis-mercedes {
    width: 246px;
}

.vis-mercedes .vehicle.shared-vehicle {
    background-color: #e3f6f9;
    border-bottom: 1px solid #bfbfbf;
}

.vis-text.vis-major {
    font-size: 14px;
}

.vis-mercedes tr td .vehicle-reg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    font-size: 12px;
}

.vis-mercedes tr td .vehicle-reg a {
    font-weight: bold;
    color: #000000 !important;
    cursor: pointer
}

div.dashboard-mileage {
    position: relative;
    margin-top: 6px;
    font-style: normal;
}

.more-info-offline {
    position: absolute;
    top: 2px;
    left: 4px;
    float: left;
    color: #fe3155;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    width: 50%;
}

.more-info-shared {
    float: right;
    color: #00adef;
    cursor: pointer;
    font-size: 14px;
    text-align: right;
    width: 50%;
    position: absolute;
    top: 2px;
    right: 2px
}

.pad-right-8px {
    padding-right: 8px
}

.noUi-handle {
    background: #00adef;
    border: none;
    box-shadow: none
}

.noUi-active {
    box-shadow: none;
}

#recenter:focus, #recenter:active {
    color: white;
    background: #00ADEF;
}

.vis-panel.vis-top {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #f7f7f7;
}

.calendar-holder .vis-panel.vis-top {
    left: 279px !important;
    top: 208px !important;
    position: fixed;
    z-index: 5;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #f7f7f7;
}

.vis-panel.vis-top .vis-time-axis .vis-minor {
    border-left: 1px solid #bfbfbf;
}

.vis-panel.vis-top, .vis-panel.vis-bottom {
    z-index: 5;
}

.vis-item .vis-drag-center {
    cursor: pointer
}

#calendar-holder {
    position: relative;
}

.calendar-holder .left-column-header {
    top: 208px !important;
    position: fixed;
    z-index: 5;
    border: 1px solid #bfbfbf;
    width: 266px;
    padding-top: 13px;
    padding-bottom: 5px;
}

.calendar-holder .left-column-header div {
    width: 132px;
}

.vis-tooltip {
    text-align: center;
}

.date-selection li:first-child {
    margin-left: 0
}

.date-filter { /*Keith testing*/
    margin: 0 -13px 0 -15px;
    display: flex;
    align-items: center
}

.date-filter-fixed {
    background-color: white;
    top: 142px;
    left: 0;
    z-index: 5000;
    position: fixed;
    width: 100%;
    padding: 0 3px 0 0;
    margin: 0;
}

.font15px {
    font-size: 15px;
}

.filterHeight33px {
    height: 33px
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block
}

#zoomBtnGroup .btnZoom {
    min-width: 62px;
}

.btnZoom, #btnGroupCalendar {
    color: #FFFFFF;
    height: 32px
}

.btnZoom.disabled {
    opacity: 1
}

.btnZoom.active {
    color: #FFFFFF;
    background: #000000;
}

.btnZoom:hover {
    color: #FFFFFF;
    background: #057eae;
}

.btnZoom:focus {
    color: #FFFFFF;
    background: #000000;
}

.btnZoom.ladda-button {
    background-color: #00ADEF;
}

.btnZoom.ladda-button.active {
    color: #FFFFFF;
    background: #000000;
}

.btnZoom.ladda-button:hover {
    color: #FFFFFF;
    background: #057eae;
}

.btnZoom.ladda-button:focus, .btnZoom.ladda-button:active {
    color: #FFFFFF;
    background-color: #00ADEF;
}

.btnZoom.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
    cursor: default;
    background-color: #00ADEF;
}

.btnZoom.ladda-button[data-size=xs] {
    padding: 0 8px 2px;
}

.btnZoom.ladda-button[data-size=xs] .ladda-label {
    font-size: 12px;
}

button .ladda-spinner {
    left: 38%!important;
}

.zoom-label {
    font-family: var(--vbs-font-text);
    font-size: 12px;
    margin: 2px 2px 0 0;
    vertical-align: middle;
}

.dash-btn-group {
    color: white;
    border-radius: 4px;
    overflow: hidden;
}

#zoomFourteenday, #btnRight {
    margin-right: 0
}

.link-not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    opacity: 0.5;
}

.date-filter-col {
    padding-top: 15px !important;
    padding-bottom: 15px;
    padding-left: 15px
}

.zoom-col {
    padding-bottom: 6px
}

.btn-col {
    padding-top: 10px;
    padding-bottom: 15px
}

.vis-time-axis .vis-text div {
    font-weight: bold
}

.vis-delete {
    display: none;
}


.vis-foreground .vis-group {
    border-bottom: 1px solid #bbe8bb !important;
}

.vis-time-axis .vis-grid.vis-major {
    border-color: transparent !important;
    background-color: #f2fcf2;
}

.vis-time-axis .vis-grid.vis-minor {
    background-color: #f2fcf2;
    border-color: #bbe8bb !important;
}

.booking-grid.dayView .vis-time-axis .vis-grid.vis-minor {
    background-color: #ffffff;
}

.booking-grid.dayView .vis-time-axis .vis-grid.vis-day1 {
    background-color: #ffffff;
    border-color: #bbe8bb !important;
}

.booking-grid.dayView .vis-time-axis .vis-grid.vis-day1.vis-saturday, .booking-grid.dayView .vis-time-axis .vis-grid.vis-day1.vis-sunday {
    background-color: #cadfff;
    border-color: #bbe8bb !important;
}

.booking-grid.dayView .vis-foreground .vis-group {
    outline: unset;
}

.booking-grid.dayView .vis-item.unavailable {
    background-color: transparent;
    border: none;
}
.booking-grid.dayView .vis-item.unavailableatretailer {
    background-color: transparent;
    border: none;
}

.booking-grid.dayView .vis-group {
    z-index: 2;
}

.booking-grid.dayView .vis-item.vis-background {
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
}

.booking-grid.dayView .vis-time-axis .vis-grid.vis-minor.vis-day1 {
    background-color: #f2fcf2;
    z-index: 0;
}

.booking-grid.dayView .vis-time-axis .vis-grid.vis-minor.vis-saturday, .booking-grid.dayView .vis-time-axis .vis-grid.vis-minor.vis-sunday {
    background-color: #cadfff;
    z-index: 0;
}

.editor-field .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    outline: 0 !important
}

.editor-field .select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #E1E1E1;
    border-radius: 0;
}

.editor-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding-left: 16px;
}

.editor-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #555
}

.editor-field .select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
    left: 60%;
    margin-left: -4px;
    margin-top: -2px;
    top: 60%;
}

.vis-time-axis.vis-background {
    background-color: #f7f7f7;
}

#searchDatetimepicker, #searchDatetimepicker input {
    cursor: pointer;
}

#followuptestdrive { /*This is a temporary measure until we re-design the drag n drop - should be removed at a later stage*/
    display: none
}

.fontSize20 {
    font-size: 20px;
}

.table > tbody + tbody {
    border-top: 0
}

.btn-block + #btnPrintInvoice.btn-block {
    margin-top: 0;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    font-family: var(--vbs-font-text);
    background: #000000;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
    border-top: 1px solid #2e2e2e;
    color: #FFFFFF;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #2e2e2e;
    color: #FFFFFF;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    border-bottom: 1px solid #2e2e2e;
    color: #FFFFFF;
}

.hc-offcanvas-nav:not(.touch-device) a:hover, .hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #00ADEF;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #00ADEF;
}

.hc-offcanvas-nav .nav-container {
    width: 260px
}

.hc-offcanvas-nav li {
    float: none;
    margin-left: 0;
}

.hc-offcanvas-nav li a i, .hc-offcanvas-nav li span i, .hc-offcanvas-nav li a em{
     margin-right: 10px;

}



.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -7px
}

.hc-nav-trigger {
    top: 4px;
    right: 15px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    height: 3px;
    width: 27px;
    background: #FEFEFE
}

.hc-offcanvas-nav h2 {
    font-family: var(--vbs-font-title);
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

#hc-nav-1 #hc-nav-1-nav-title {
    font-family: var(--vbs-font-title);
    color: white;
}

#hc-nav-1 .nav-item-link{
    border-bottom: 0;
    border-top: 0.5px solid #342d2d!important;
}

#hc-nav-1 .nav-item{
    border-bottom: 0;
}

.hc-offcanvas-nav .hc-nav-1 .nav-container{
    width: 260px!important;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-title a {
    color: #555 !important;
}

.white-font-20 {
    font-size: 20px;
    color: #FFFFFF !important;
    vertical-align: middle;
    margin: 0 10px
}

.grey-font-20 {
    font-size: 20px;
    color: #E0E0E0 !important;
    vertical-align: middle;
    margin: 0 10px
}

.blue-font-20 {
    font-size: 20px;
    color: #00ADEF !important;
    vertical-align: middle;
    margin: 0 10px
}

.blue-font-16 {
    font-size: 16px;
    color: #00ADEF !important;
    vertical-align: middle;
    margin: 0 10px
}

.blue-font-16-left {
    font-size: 16px;
    color: #00ADEF !important;
    vertical-align: middle;
    margin: 0 10px;
    text-align: left
}

.blue-font-25 {
    font-size: 25px;
    color: #00ADEF !important;
}

.red-font-25 {
    font-size: 25px;
    color: #FF0000 !important;
}

#collapseIcon:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    font-size: 20px;
    content: "\e082";
    color: #00ADEF !important;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer
}

#collapseIcon.collapsed:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    font-size: 20px;
    content: "\e081";
    color: #00ADEF !important;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer
}

.vis-rolling-mode-btn {
    visibility: hidden !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.additionalCostEditMode {
    text-align: right
}

.panel-title-alt {
    font-size: 13px;
    font-family: var(--vbs-font-text);
    font-weight: bold;
}

.panel-title-alt a, .panel-title-alt a:hover, .panel-title-alt a:focus, .panel-title-alt a:active, .panel-title-alt a:visited {
    color: #333 !important;
}

.smaller-table.pricing th {
    white-space: nowrap;
}

#additional-driver-container {
    margin-bottom: 20px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.margin-bottom-0 {
    margin-bottom: 0
}

#addTabHeader {
    font-size: 16px
}

.borderColorRed {
    border-color: red !important
}

.predefinedSplitContainer {
    display: none
}

.marginTop10px {
    margin-top: 10px
}

.marginTop20px {
    margin-top: 20px
}

.width5pct {
    width: 5%;
}

.width10pct {
    width: 10%;
}

.width15pct {
    width: 15%;
}

.width20pct {
    width: 20%;
}

.width30pct {
    width: 30%;
}

.width40pct {
    width: 40%;
}

.width50pct {
    width: 50%;
}

.width60pct {
    width: 60%;
}

.width70pct {
    width: 70%;
}

.width80pct {
    width: 80%;
}

.width85pct {
    width: 85%;
}

.width90pct {
    width: 90%;
}

.width100pct {
    width: 100%;
}



@media (max-width: 1025px) {
    .vis-mercedes {
        width: 123px
    }

    .vis-inner table.vis-mercedes tr td {
        width: 100%;
    }

    .btn-block + #btnPrintInvoice.btn-block {
        margin-top: 5px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) 
{
    .admin-pad {
        padding-left:35px;
    }
}


@media (max-width: 1500px) {
    .header-tab a {
            font-size: 15px;
            padding-top: 42px;
            padding-bottom: 41px;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media (max-width: 1280px) {
        .header h1 {
            font-size: 36px;
            line-height: 42px;
        }

        td {
            font-size: 13px;
        }

        .selected-date {
            display: none
        }

    .date-filter { /*Keith testing*/
        margin: 0 -10px 0 -15px;
    }

        .date-filter-fixed {
        margin-left: 0;
        top: 62px;
        }

        .time-header {
            top: 200px;
        }

        .model-headers-holder {
            top: 200px;
        }
}

@media (max-width: 1200px) {
        .main-nav li {
            font-size: 11px;
            margin-left: 20px
        }

        .header h1 {
            font-size: 39px;
        }
}

@media (max-width: 1085px) {
        .header h1 {
            font-size: 40px;
        }

        .date-selection {
            margin-top: 10px
        }

            .date-selection li:first-child {
                padding-left: 0;
                margin-left: 0
            }

            .date-selection li.active:first-child {
                padding-left: 10px
            }

        .datepicker {
            height: 40px;
            font-size: 12px;
            background-position: 136px;
        }

        .selected-date {
            display: none
        }

        .header-tab a {
            padding-bottom: 28px;
            padding-top: 34px;
        }

        .header-info li {
            font-size: 16px;
        }
}

@media (max-width: 1074px) {
        .date-filter-fixed {
        top: 190px;
        }

        .time-header {
            top: 200px;
        }

        .model-headers-holder {
            top: 200px;
        }
}

@media (max-width: 1025px) {
    ipad-alt {
        clear: left;
        width: 100%;
    }

    .container-fluid {
        width: 100%;
    }

    .inner-wrapper {
        padding: 22px 5px !important;
    }

    .menuform {
        width: 100%;
        float: left;
    }

    .subnav {
        float: left;
        clear: both;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .main-nav {
        margin: 0px 0 0px;
        text-align: left;
        padding-top: 0px;
    }

    .selectbox {
        width: 100%;
        float: left;
    }

    .menuitem {
        width: 33.3%;
        display: block;
        float: left;
        text-align: left;
    }


    .select2-container {
        width: 100% !important;
    }

    .menuitem, .menuform {
        display: inline-block;
        padding: 5px 5px !important;
    }

    .adminuser {
        padding-top: 20px;
        padding-left: 0px;
        padding-bottom: 15px;
        font-size: 11px;
        float: left;
        width: 100%;
        white-space: normal;
    }

    .admin-pad {
        padding-left: 0;
    }

    .mblogo-wrap {
        float: left;
        width: 100%;
    }

    .hide-mob {
        display: none !important;
    }

    .content {
        padding: 15px !important;
    }

    .width-100 {
        width: 100% !important;
    }

    .header-info {
        width: 110px !important;
    }

    .header {
        padding: 15px 15px 20px 15px !important;
    }

    .dashboard-dropdown, .dashboard-dropdown-last {
        display: inline-block;
        padding-right: 10px;
        width: 50%;
        float: left;
        margin-top: 15px !important;
    }

    .FilterDropDown {
        width: 100%;
        margin: 0;
    }

    .dash-row {
        margin-top: 0 !important;
    }

    .filterswrap {
        margin-top: 0px !important;
    }

    .clearbutton {
        margin: 0px;
        padding-left: 0px;
        float: left;
    }

    .button-small.blue {
        margin-top: 0px;
        margin-left: 0px;
    }

    .button-small.blue.vehicle-health {
        margin-top: 0px;
        margin-left: 10px;
    }

    .login-box {
        width: 100%;
    }

    .search-label {
        width: 100% !important;
        float: left !important;
    }

    .search-box, .booking-search {
        float: left !important;
        clear: both !important;
        width: 65% !important;
    }

    .go-btn {
        float: right !important;
        clear: right !important;
        margin-top: 3px !important;
    }

    .fontsize11 {
        font-size: 11px;
    }

    .filter-fixed {
        width: 98.6%;
    }

    .filter-fixed2 { position:fixed; top: 0; width: 100%; padding-top: 0 !important; z-index:10000; }

    .dashboard-header {
        position: relative;
        top: auto;
        padding-top: 0 !important;
    }

    .dashboard-header h2 {
        padding-left: 10px;
    }

    .date-filter {
        margin-top: 0;
    }

    .date-filter-fixed {
        width: 98.6%;
        top: 214px;
    }

    .date-filter-fixed2 { position:fixed; width:100%; top: 128px;  }

    .calendar-holder .left-column-header {
        width: 135px;
        top: 192px !important;
    }

    .calendar-holder .vis-panel.vis-top {
        left: 139px !important;
        top: 192px !important;
    }

    .date-filter-fixed2 .date-filter-col-1 {
        padding-top: 15px !important;
        padding-left: 5px;
    } 
    
    #sidebar-container {
        width: 90% !important;
    }

    .button-large {
        font-size: 14px !important;
    }

    #followuptestdrive {
        display: none
    }

    .logbook-row {
        display: block;
        align-items: initial;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
        .top-nav li, .sprite {
            background: url(/img/icon-sprite@2x.jpg) no-repeat;
            background-size: 156px 300px;
        }
}
/*          Initially added for /Log         */
@media (min-width: 992px) {
        .modal-dialog {
            width: 880px;
            margin: 30px auto;
        }
}

@media (max-width: 992px) {
    .date-filter {
        display: block;
        margin-left: -10px
    }
    .donot {
        width: 80%;
        padding-left: 15px;
    }

    h2.dash-heading {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
        .modal-dialog {
            width: 1100px;
            margin: 30px auto;
        }
}

@media (min-width: 767px) and (max-width: 1366px) {
    .btn-tablet-style {
        width: 49%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}


@media (max-height: 640px) {
    #canceltestdrive {
        margin-bottom: 50px;
    }
}

.modal-content{ color: #333;}
.nav-tabs > li.active > a {
    background-color: #E0E0E0 !important;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555 !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:visited{
    color: #555 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eee;
}

.break-word{ overflow-wrap: break-word; }

.dashboard-mileage {
    font-style: italic;
    font-size: 11px !important;
    font-family: var(--vbs-font-text);
    position: absolute;
    bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: -15px;
}
.rental-oktosell {color:#22b14c}
.margin-left-10 {margin-left:10px;}
.healthCount {color: white;background-color: #B80404;border-radius: 50%;width: 30px;height: 30px;padding: 0 3.5px;}
.ReservationCount, .TransportRequestCount, .RentalContractActionCount {
    color: white;
    background-color: #B80404;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 3.5px;
    vertical-align: top;
    margin-top: -10px;
    margin-left: -15px;
}

.SlideInRentalContractActionCount {
    color: white;
    background-color: #B80404;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 3.5px;
    vertical-align: top;
    margin-top: -10px;
}

.healthSpan:hover {
    cursor: pointer;
    background-color: #e4e4e4;
    border-radius: 10%;
}
#HealthModal {overflow:hidden;}
#HealthModal .modal-footer {margin-top:0;}
#defaulthealthBG {position:relative;}
    #defaulthealthBG.defaulthealthBG {
        cursor: default;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
}
#defaulthealthBG img {width:100%}
#imageloaderBG img {width:100%}
#defaulthealthBG:hover {cursor:pointer}
.imageIcon {font-size:20px;}
.imageIcon:hover {cursor:pointer;}
td .imageIcon {text-align:center}
#imageModal {overflow-y:hidden;}
.circle:hover {cursor: pointer;}
#Health-DataTable tr td:nth-child(4) {
    max-width: 400px;
    width: 400px;
    white-space: normal;
    word-wrap: break-word;
}

#tooltip {
    position: absolute;
    display: block;
    border: 2px solid #888888;
    font-size: 12px;
    max-width: 400px;
    color: #373737;
    opacity: 0;
    background-color: white;
    padding: 4px 7px;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#DamageDescription {
    font-family: var(--vbs-font-text);
    font-style: normal;
    resize: none;
}

#imageIconTd {text-align:center;}
.fuelPopulated::after{content:"%";}
.fuellevel {outline:none;}

.qDomeTDDamage-alert {
    height: 15px;
    position: absolute;
    left: 5px;
    bottom: 4px;
}

/* highlight the placeholder text on customer driving licence*/
.orangeprintbutton {
    width: 100%;
    padding: 0 10px;
    margin-bottom:1px;
}

.mediumorangeprintbutton {
    width: 56%;
    margin: 3px 0;
    float: left;
}

.smallorangeprintbutton {
    width: 43%;
    margin: 3px 0;
    float: right;
}

.spanDaysPerUnit {
    align-content: center;
}

.additionalCostRowDefined {
    background-color: ivory;
}
.additionalCostRowOther {
    margin-top: 5px;
}

.marketingCheckbox {
    width: 18px; 
    height: 18px; 
    vertical-align: bottom;
}

.marketingCheckbox-label {
    line-height: 18px;
    font-weight: normal !important;
    cursor: default;
}

.marketingCheckbox-label > input {
    cursor: pointer;
}

.marketingCheckbox-label-bold {
    line-height: 18px;
    font-weight: bold !important;
}

.systemManagmentBtn:active,
.systemManagmentBtn:visited,
.systemManagmentBtn {
    background: #00ADEF !important;
    text-align: left !important;
    height: auto !important;
}

    .systemManagmentBtn:hover {
        background: #057eae !important;
    }

.spinnerBtn:hover,
.spinnerBtn:active,
.spinnerBtn:visited,
.spinnerBtn {
    background: #00ADEF !important;
    text-align: center !important;
    height: 35px !important;
    border-radius: 3px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
}

/*Added for RentalPricing page Apply Voucher button*/
.ladda-button[data-size=xs] .ladda-label {
    font-size: 14px !important;
}

.spinnerActive:hover,
.spinnerActive:active,
.spinnerActive:visited,
.spinnerActive {
    font-size: 14px !important;
    height: 35px !important;
}

.loading {margin-top: 13px; display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:9997;opacity: .5;background-color: #000;}
.loading img {position:absolute; top:50%; left:50%; z-index:9998; padding:10px; border-radius: 10px;}

.add-customer-form { display : none; }
 #Logbook-DataTable tbody tr:hover  td {
    background-color: #C6DEFF !important;
}

.rentalPaymentContainer {
    display: none;
}

.transactions-data-table > tbody > tr > td.cardType {
    text-align: center;
    padding: 0;
}

.transactions-data-table > tbody > tr > td {
    vertical-align: middle;
}

    .transactions-data-table > tbody > tr > td > .transaction-actions {
        cursor: pointer;
    }

.transaction-actions-items.form-control {
    padding: 0;
    height: 23px;
}

    .transaction-actions-items.form-control .panel-box select {
        font-size: 12px;
    }

.transactions-data-table > tbody > tr > td.transaction-actions-td {
    padding: 0 4px 0 4px;
}

.transactions-data-table > tbody > tr > td.amount,
.transactions-data-table > tbody > tr.totalRow > td.totalAmount,
.transactions-data-table > tbody > tr.totalRow > td.totalAvailableDepositAmount {
    text-align: right;
}

.btnExistingCard {
    margin-bottom: 1px;
    align-self: flex-start;
}

.transactions-data-table > tbody > tr.totalRow > td {
    border-color: #f9f9f9;
}
.transactions-data-table > tbody > tr.totalRow {
    background: #f9f9f9;
}

    .transactions-data-table > tbody > tr.totalRow > td.totalDesc,
    .transactions-data-table > tbody > tr.totalRow > td.totalAmount,
    .transactions-data-table > tbody > tr.totalRow > td.totalAvailableDepositAmount {
        border-right-color: #f9f9f9;
        border-bottom: 3px double black;
        font-weight: bold;
    }

.startTransaction {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.startTransaction > * {
    margin-bottom: 1px;
    align-self: flex-start;
    flex-grow: 0;
}

.newTransactionForm {
    display: flex;
}

table.transactions-data-table {
    border-bottom: 3px solid #f9f9f9;
}

.noTransactions {
    font-size: 18px;
    padding: 10px;
}

.captureFromDepositCnt {
    padding-bottom: 6px;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.card-header-fa-chevron .fa {
    transition: .3s transform ease-in-out;
}

.card-header-fa-chevron .collapsed .fa {
    transform: rotate(180deg);
}

.registeredCards {
    display: none;
    max-height: 100px;
    overflow-y: auto;
}

.marginright20 {
    margin-right: 20px;
}

.registeredCards > .card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 8px;
}

.registeredCards > .card > label{
   font-weight: normal;
   font-size: 13px;
   margin-top: 0px;
}

.selectCardError{
    color: red;
}

.registeredCards input[type="radio"] {
    margin-top: 2px;
    margin-left: 7px;
}

.registeredCards .cardNumber{
    flex: 1 1 auto;
}

.sidebar a > .slideinheader {
    color: #00ADEF;
}

span .slideinheader{
    padding: 0px;
}

#createButton {
    width: 100%;
    padding-left: 15px;
    margin-left:0px;
}

.overdue {
    color: red;
    font-weight: bold;
}
.returntoday{color:crimson;}
.vehicleout {
    color:deeppink;
}

.branding-rent {
    font-size:13px;
}
.donotbox input[type=checkbox] {
        outline: none;
    box-shadow: none;
}

.gray {
    color: #666;
    background: #e2e2e2;
}
.cancelslidemessage {
    padding:15px;
    color:red;
}

#rentalStatusFormSubmit {
    margin-top: 48px;
}

/* RentalStatus page styles */

#filtersContainer {
    display: flex;
    align-items: start;
}

.rentalStatusFormControlContainer {
    margin: 5px;
    display: inline-block;
}

.dateError {
    color: red;
    display: none;
}

#isOverdueCheckBox {
    display: inline-flex;
    align-items: center;
}

    #isOverdueCheckBox > * {
        margin: 5px;
    }

#rbtSpan label {display:inline-block;}
#rbtSpan input {margin:0 5px 0 10px;}

.row.content > .page-preview .row::before
{
    content: none;
}

/* Grape modifications */
.gjs-block-category:not(:first-child) { display:none!important; }
/* End Grape modifications */


form.vehicleImportForm table.vehicleCsvImportTable .updateVehicleColumn 
{
    text-align: center;
}

form.vehicleImportForm .confirmationModal .modal-body 
{
    font-size: 19px;
}

form.vehicleImportForm .confirmationModal .modal-dialog 
{
    max-width: 400px;
}

form.vehicleImportForm .confirmationModal .modal-footer .confirmImportBtn 
{
    min-width: 50px;
}


.consentContainer input 
{
    margin-right: 5px;
    margin-bottom: 3px
}

.consentContainer a {
    color: #00ADEF !important;
    text-decoration: underline !important;
}

.customerGrid .customerCol .licenceValidation img,
.driverDetails .licenceValidation img,
.additional-driver-container .validation-cell img,
#ValidDriverLicenceNumber img {
    vertical-align: text-bottom;
    height: 16px;
}

.divOutputLicenseFront img.thumb, .divOutputLicenseBack img.thumb {
    height: 100%;
}

.rentalInsurance {display:none;}

.cursorPointer 
{
    cursor: pointer;
}

form.editVehicleForm .vehicle-edit .submitBaseRetailer[disabled=disabled] {
    pointer-events: none;
}

.vehicle-edit .vehicleBookings table .imgFutureVehicleWarning {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.vehicle-edit .vehicleBookings table .futureVehicleWarn:hover .warningMessage {
    display: block;
    z-index: 1;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 400px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0px 0px 0px black;
    background: #ffefb3;
    padding: 6px;
    border: 1px solid lightgray;
    white-space: normal;
}

.vehicle-edit .vehicleBookings table .futureVehicleWarn .warningMessage 
{    
    display: none;
}

.vehicle-edit .vehicleBookings table .futureVehicleWarn {
    display: inline-block;
}

.vehicle-edit .vehicleBookings {
    margin-top: 20px;
    margin-bottom: 5px;
}

.vehicle-edit .vehicleBookingsCommonWarning .commonWarningIcon {
    height: 25px;
    width: 25px;
    margin-right: 2px;
}

.vehicle-edit .vehicleBookingsCommonWarning {
    color: red;
    margin-top: 10px;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.additionalDriverDetailsAccordion,
.addAdditionalDriverAccordion {
    color: #444;
    cursor: pointer;
    padding: 9px;
    text-align: left;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    outline: none;
    transition: 0.4s;
    font-size: 13px;
    font-weight: bold;
}

.additionalDriverDetailsAccordion {
    display: flex;
    line-height: 20px;
}

.additionalDriverDetailsAccordion:hover {
    background-color: #ccc;
}

.additionalDriverDetailsAccordion .additionalDriverFullName{
    flex: 1 1 auto;
}

.additionalDriverDetails,
.addAdditionalDriverDetails {
    margin: 0px 11px 11px;
    padding: 10px;
    border-top-width: 0;
    display: none;
}

.deleteAdditionalDriver {
    display: flex;
    flex-direction: row-reverse;
}

    .deleteAdditionalDriver input[type="button"].deletebutton.btn-block {
        width: 15%;
    }

.additionalDriverDetails .editor-label label,
.addAdditionalDriverForm .editor-label label {
    font-size: 13px;
    font-weight: bold;
}

.updateAdditionalDriverBtn,
.cancelUpdateAdditionalDriverBtn,
.saveAdditionalDriverBtn,
.cancelAddAdditionalDriverBtn {
    margin-top: 15px;
}

.additional-driver-container .table-responsive {
    border: 1px solid lightgrey;
    border-top: none;
}

.additional-driver-container h2 {
    margin-top: 15px;
    color: inherit;
    font-size: 25px;
}

.additionalDriverDetailsAccordion:after,
.addAdditionalDriverAccordion:after{
    content: '\f107';
    font-size: 30px;
    font-family: FontAwesome, sans-serif;
    color: #777;
    float: right;
    margin-left: 5px;
    line-height: 15px;
}

.additionalDriverDetailsAccordion.active:after,
.addAdditionalDriverAccordion:after {
    content: "\f106";
}

.additionalDriversHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.additionalDriversHeader input {
    flex: 0;
    margin: 8px 0 8px 0;
    padding-right: 8px;
}

.addAdditionalDriver {
    display: flex;
    justify-content: space-between;
}

.addAdditionalDriver input {
    flex: 0;
    margin: 8px 0 8px 0;
    padding: 7px 8px 7px 8px;
}

.ShowScanDrivingLicence{
    padding-bottom: 8px;
    padding-left: 25px;
}
.ShowScanDrivingLicenceNew{
    position: absolute;
    right: 38px;
    top: 20px;
}

#lcs-form-error{
    padding-left: 10px;
}

.addAdditionalDriver h3 {
    margin-top: 10px;
}

.addAdditionalDriverForm {
    border: 1px solid lightgray;
}

.addAdditionalDriverForm .addAdditionalDriverAccordion {
    height: 35px;
}

.additionalDriverDetails .fieldContainer {
    padding: 0;
}

.additionalDriverDetails .editor-field{
    margin-bottom: 4px;
}

.faclockicon {
    cursor: pointer;
    position: absolute;
    margin-right: 0.5em;
    margin-top: 0.5em;
    right: 0;
    font-size: 1.5em;
}

.facircleicon {
    position: absolute;
    right: 0;
    font-size: 1.5em;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.panel-box .row .form-group {
    width: 100%;
    margin-bottom: 0px;
}

.panel-box .row h3 {
    width: 100%;
}

.log-modal,
.templatesModal .modal-dialog {
    max-width: 100%
}

.templatesModal .template-position {
    display: flex;
    align-items: baseline;
}

.templatesModal .template-position .template-position-header {
    flex: 1 1 auto;
}

.templatesModal .template-position .template-position-options {
    margin-left: 10px;
}

.templatesModal .template-position .template-position-options > * {
    margin-left: 4px;
}

.imageupload.card .btn-file,
.imageupload.card .btn-remove-file {
    cursor: pointer;
}

.imageupload.card .btn-file {
    margin: 0 0 0;
}

.dataTables_wrapper  {
    display: block;
}

/* Rental Status table style start */

div.dt-buttons {
    margin-top: 50px;
    position: relative;
    float: right !important;
}

/* basic positioning */
.legend {
    list-style: none;
}

 .legend li {
        float: right;
        margin-right: 10px;
 }

 .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 20px;
        height: 20px;
        margin: 2px;
        text-align: center;
        vertical-align: middle;
        line-height: normal;
 }

 .legend .overdue-rental {
        background-color: red;
 }

 .legend .vehicleout-rental {
        background-color: deeppink;
}

.legend .upcoming-rental {
        background-color: #ffffff;
}


/* Rental Status table legend style end */

.rtl-align {
    text-align:left;
}
 
.dashboard-driver-chekin {
    display: flex;
}

.editor-field > .faclockicon {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: -1px;
    font-size: 19px;
}

.import-buttons .group-span-filestyle .btn {
    border: 1px solid #ced4da;
    cursor: pointer;
}

.booking-form-settings .email-settings .minutes-options {
    justify-content: space-between;
}

.booking-form-settings .email-settings .minutes-options input{
    margin-bottom: 10px;
}

.lblerrorwarningnomargin {
    color: red;
    margin: 0px;
}

.lblnomargin {
    margin: 0px;
}

.slidertextbox80 {
    max-width: 80px;
    margin-left: 5px;
}

.mblogo-wrap {
    background: url('/img/logo_new_vbs.png');
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

div#printDocumentDiv.hidden {
    display: none;
}

.csvbutton {
    border: 0px;
    background: url('/img/csv_icon.png');
    width: 44px;
    height: 56px;
}

.excelbutton {
    border: 0px;
    background: url('/img/xls_icon.png');
    width: 44px;
    height: 56px;
}

table .dtr-data span {
    vertical-align: text-top;
    margin: .5rem;
}

.checkbox-style {
    height: 16px;
    width: 16px;
    cursor: pointer;
    vertical-align: text-bottom;
}

.valerror {
    color: red;   
    display:inline-flex;
    margin-left: 10px;
    font-size: 12px;
}

.edit-icon {
    cursor: pointer;
    float: right;
    display: inline;
    margin-top: 3px;
    font-size: 19px;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.fa-lock {
    color: red;
}

.fa-unlock {
    color: limegreen;
}

.era-calendar-input {
    display: flex;
    justify-content: space-between
}

.era-calendar-errors {
    color: red;
    margin: 10px 0;
}

.era-calendar-select {
    margin: 10px 0;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.era-calendar-label {
    align-items: center;
    font-weight: bold;
    margin: 5px;
    font-size: 13px;
    padding-top: 12px;
}

#transaction-comments-heading {
    cursor: pointer;
}

#paymentCommentsContainer{
    margin-top: 20px;
}

.alert-text {
    margin: 5px;
    padding: 20px;
    font-size: larger;
    text-align: center;
}

.responsive-button {
    margin-top: 20px
}

.align-flex-end {
    align-items: flex-end
}

.edit-unit-pricing {
    display: none;
}

#add-unit-pricing-form .form-group{
    margin-bottom: 0px;
}

#PricingCategoryTable table th {
    background-color: rgb(255, 255, 204);
}
#PricingTableView table {
    width: 100%;
}
#PricingTableView table th {
    background-color: rgb(255, 255, 204);
}

.form-shared-line {
    display: inline-block;
}

.form-passport-number-and-series {
    margin-left: -4px;
}

.editor-field-series-passport{
    display: inline-block;
}

label.form-passport-type-internal {
    color: red;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
    text-transform: uppercase;
}

.readonly-field {
    pointer-events: none !important;
    background-color: #eee !important;
    cursor: not-allowed !important;
}

#login-container {
    background: url('../img/rentalimageloginGLC.jpg') no-repeat right center;
    background-size: cover;
    background-position-y: 88%;
}

.login-header-right{
    float: right;
    margin-top: -70px;
    margin-right: -10px;
}

.login-header-right div {
    font-family: var(--vbs-font-title);
    font-size: 26px;
    text-align: end;
    line-height: 30px;
    color: rgb(236,236,236);
}

.one-doc-div {
    border: 1px solid black;
    margin-bottom: 40px;
    padding: 10px;
}

.one-doc-padding {
    padding: 2px;
}

.one-doc-recommendation {
    font-weight: normal;
    font-size: 12px;
    color: red;
    padding-top: 16px;
}

.one-doc-icon {
    color: grey;
}

.one-doc-icon-with-neighbour {
    color: grey;
    margin-left: 10px;
}

.one-doc-qr-code {
    flex: 0 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}

.capture-one-doc-button-div {
    padding-top: 14px;
    width: 80%;
    text-align: center;
}

.nested-label {
    margin-left: 20px;
}

.marketingRadio {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.marketingRadio-label {
    line-height: 18px;
    font-weight: normal !important;
}

#relater-selectbox-wrapper, .position-relative{
    position: relative;
}

#relater-selectbox-wrapper #clear-retailer-form {
    position: absolute;
    right: 24px;
    top: 10px;
}

.customerContainer {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* Your container needs a fixed height, and it 
   * needs to be taller than your tallest column. */
    height: 1800px;
}

.customerItem {
    width: 24.5%;
    margin-bottom: 15px;
    position: relative;
}

/* Re-order items into 4 rows */
.customerItem:nth-child(4n+1) {
        order: 1;
    }

.customerItem:nth-child(4n+2) {
        order: 2;
    }

.customerItem:nth-child(4n+3) {
        order: 3;
    }

.customerItem:nth-child(4n) {
    order: 4;
}

/* Force new columns */
.customerBreak {
    flex-basis: 100%;
    width: 15px;
    margin: 0;
}

/* Adjust the jquery-custom-select styles*/
.custom-select .custom-select__dropdown{
    z-index: 2;
    position: absolute;
    border: 1px solid lightgray;
    background-color: rgb(239, 239, 239);
    top: 40px;
    left: 16px;
    width: 372px;
}

.custom-select .custom-select__dropdown button{
    display: block;
}


.TextAttachmentType {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.TextSupportedFileTypes {
    font-size: 12px;
    font-weight: bold;
    color: green;
}

.inputFileHidden {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}


/* create booking page styles */
/* customer search section */
.create-booking-wrapper{
    padding-left: 10px;
    padding-right: 30px;
    color: black;
}

wb-grid .form-control:focus {
    outline: none !important;
}

.customer-search-for-booking{
    margin: 16px 0 8px 0;
}

.customer-search-for-booking #searchCustomerForm wb-input-control label, .customer-search-for-booking #searchCustomerForm wb-select-control label{
    margin-top: 0;
}

.customer-search-for-booking #searchCustomerForm wb-input-control input, .customer-search-for-booking #searchCustomerForm wb-select-control select, .create-booking-wb-grid wb-select-control select{
    height: 54px;
    padding: 1rem 1rem 0 1rem;
}

.customer-search-buttons-wrapper{
    margin: 26px -10px 0px -10px;
    display: flex;
    justify-content: space-between;
}

.customer-search-buttons-wrapper #resetSearch{
    margin-right: 16px;
}

.customer-search-buttons-wrapper #submitSearchButton, .customer-search-buttons-wrapper #submitSearchButtonForDriver{
    height: 40px !important;
    margin-right: 10px;
}

wb-button-control[variant="secondary"] a{
    color: var(--wb-grey-20) !important;
}

.delete-button wb-button-control[variant="secondary"] a{
    color: white !important;
}

.wb-button .ladda-spinner{
    left: 6px;
}



.create-booking{
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

#open-create-booking-sidebar-button, #open-edit-booking-sidebar-button{
    position: absolute;
    top:16px;
}

.create-booking-main {
    overflow: unset;
    position: relative;
    padding-right: var(--wb-grid-gutter-width);
}

.create-page-wrapper-booking {
    margin-top: 26px;
    margin-bottom: 42px;
}

.create-booking .create-booking-search-button{
    border-radius: 50%;
}

.booking-search-button-wrapper, .padding-right-10{
    padding-right: 10px;
}

#create-booking-request-button-wrapper .create-booking-request-button {
    border-radius: 50%;
    margin-top: 24px;
    float: right;
}

.form-page-header h1{
    padding-left: 10px;
}

.vbs-tab.create-booking-stepper > wb-stepper wb-step{
    width: 100%;
}

.create-booking-stepper{
    padding: 0 7%;
    position: sticky; 
    top: 0;
    z-index: 11;
}

.main-form-container wb-accordion-content wb-select label, .main-form-container wb-select label, .main-form-container wb-input label{
    margin-top: 0;
}

wb-checkbox-control label, wb-combobox label{
    margin: 0;
}

wb-checkbox-control > label > label{
    margin-top: 0;
}

#consentContainer wb-checkbox-control{
    margin-top: 8px;
}

.main-form-container .nonTestDriveType-label{
    width: 100%;
    margin: 24px 0 0 8px;
}

.main-form-container wb-input-control, .customer-search-for-booking #searchCustomerForm wb-input-control, .main-form-container wb-select-control, .customer-search-for-booking #searchCustomerForm wb-select-control, wb-grid wb-checkbox-control{
    margin-top: 32px;
}

.workbench-input-field-notes{
    margin-top: 0px;
}

.workbench-input-field .field-validation-error{
    margin-left: 8px;
}

.button-row-left{
    width: 100%;
    padding: 16px 0 0 0;
}

.margin-accordion{
    margin-top: 40px;
}

.edit-customer-details, .edit-driver-details, .edit-booking-details, .edit-vehicle-details{
    min-height: 60vh;
}

/* css adjustment */
.fa-stack{
    position: absolute !important;
}

.fa-calendar-datepicker-icon{
    position: absolute;
    right: 0.8rem;
    font-size: 1.2rem !important;
}

.full-width{
    width: 100%;
}

.vbs-workbench-select2 .select2{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    height: 54px;
    padding: 7px 16px;
    padding-right: 38px;
    font-family: var(--wb-font-text);
    font-size: 1rem;
    border: 1px solid var(--wb-grey-70);
}

.vbs-workbench-select2 .select2-selection--single{
    border: 0;
}

.vbs-workbench-select2 .select2-selection__arrow{
    height: 42px !important;
    right: 18px !important;
    top: 4px !important;
}

.vbs-workbench-select2 .select2-selection__arrow b{
    border-width: 6px 5px 2px 5px !important;
}

.vbs-workbench-select2 .editor-label{
    line-height: 6px;
}

.select2-search .select2-search__field{
    outline: none;
}

/* additional drivers */

#additional-drivers-request .table-responsive, #additional-drivers-request .addAdditionalDriverForm{
    border: 0;
}

#additional-drivers-request .addAdditionalDriver {
    justify-content: end;
    margin-top: 36px;
}

#additional-driver-container .table-responsive{
    overflow-x: hidden;
}

#additional-driver-container wb-input textarea{
    margin-top: 0;
    padding-top: 1.6rem;
}


/* rental-testdrive-doc */

.rental-testdrive-doc-checkbox-wrapper{
    display: flex;
    margin-bottom: 8px;
}
.rental-testdrive-doc-checkbox-text{
    padding-left: 28px;
}

#lblCasPositiveCreate{
    margin: 0;
}

/* test-drive-opt-ins */
.scope-full-style{
    width: 100%;
}

/* Japan datepicker */
.era-date-picker-request wb-select-control{
    margin-top: 0 !important;
    margin-right: 20px;
    width: 100%;
}

.era-date-picker-request wb-select-control:last-child{
    margin-right: 0;
}

/* booking passport fields */
.passport-fields-wrapper{
    display: flex; 
    justify-content: space-between
}

.passport-field-first{
    width: 35%
}

.passport-field-second{
    width: 58%
}


/* workbench table for VBS adjustments */
.vbs-table-wrapper{
    overflow-x: auto;
}

.vbs-table-small tr th, .vbs-table-small tr td{
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.vbs-table-pagination{
    justify-content: end;
}

.vbs-export-icon{
    display: flex;
    justify-content: end;
}

/* need to discuss it with Francesco, is these fields should be keept and shown,
because the information looks not needed and duplicated */
.help-block{
    display: none;
}

@media only screen and (max-width: 700px)  {
    .login-header-right{
        margin: 4px;
    }
}

.disabled-link {
    cursor: not-allowed;
.orange:disabled {
    background: lightgrey;
}
    background-color: #eee;
    opacity: 0.5;
    color: #696969 !important;
}

/* Padding for the vehicle search input under the RQS button */
.rqs-btn-padding {
    padding-right: calc(50px + 0.5rem);
}

/* PowerBi System settings */

input#NewPowerBiReportId {
    display: block;
    width: 100%;
}

div#PowerBiReportContent input#AddPowerBiReportIdButton {
    margin-top: 5px;
}

div#PowerBiReportContent {
    margin: 0px 0px 0px 20px;
}

div#PowerBiReportContent div#PowerBiReportIds {
    clear: both;
    margin-top: 5px;
}

div#PowerBiReportContent .PowerBiElementHeader {
    border-bottom: 1px solid black;
}

div#PowerBiReportContent .PowerBiReportIdElement {
    border-top: 1px solid black;
    display: flex;
    align-items: center;
}

div#PowerBiReportContent a.delete {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

div#PowerBiReportContent input.form-control[readonly] {
    border: 0px;
    background: #F7F7F7;
    padding: 0px 0px 0px 0px;
    cursor: default;
}

div#PowerBiReportContent input.form-control[readonly]:focus {
    border: 0px;
    box-shadow: none;
}

.selectbox-readonly{
    pointer-events: none;
    background-color: #eee;
}

.textbox-readonly {
    pointer-events: none;
    background-color: #eee;
}

.no-pointer-events{
    pointer-events: none;
}

.latestVehicleReturnDateWrapper wb-input .datepickerError{
	right: 3.2rem;
}

.vbs-workbench-error-text{
    font-weight: bold;
    color: #e1292b;
}

/* temp solution, should be removed and using the loading icon from workbench version7 after the dashboard page restructured */
.vbs-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 21px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 1.25s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.padding-spacing-xs{
    padding: var(--wb-spacing-xs);
}

.padding-top-spacing-xs{
    padding-top: var(--wb-spacing-xs);
}

.grid-gap-spacing-s{
    display: grid;
    gap: var(--wb-spacing-s);
}

.vbs-warning-text{
    color: var(--wb-red-45);
}

.cursor-not-allowed{
    cursor: not-allowed;
}

.margin-top-spacing-s{
    margin-top: var(--wb-spacing-s);
}

.margin-bottom-spacing-s{
    margin-bottom: var(--wb-spacing-s);
}

.margin-bottom-spacing-xxl{
    margin-bottom: var(--wb-spacing-xxl);
}

.margin-bottom-spacing-xxs{
    margin-bottom: var(--wb-spacing-xxs);
}

.padding-top-spacing-s{
    padding-top: var(--wb-spacing-s);
}

.pad-top-spacing-xxs{
    padding-top: var(--wb-spacing-xxs);
}

#dataTable .lightblue-table-row-background{
    background-color: var(--wb-blue-95);
}


/* global styles for all elements belong to mail notification topic */
.edit-booking-mailing-first-item{
    min-width: 60%;
    position: absolute; 
    left: 0; 
    top: 40px; 
    z-index: 999; 
    background: white; 
}

.edit-booking-mailing-second-item{
    min-width: 60%; 
    position: absolute; 
    left: 0; 
    top: 80px; 
    z-index: 999; 
    background: white; 
}

.edit-booking-mailing-third-item{
    min-width: 60%; 
    position: absolute; 
    left: 0; 
    top: 120px; 
    z-index: 999; 
    background: white; 
}

/* Retailer Index - Start */

button.icon-button {
    color: #00ADEF;
    background-color: transparent;
}

/* Retailer Index - End */

button.text-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: var(--vbs-font-text);
    color: #00ADEF;
    cursor: pointer;
}

button.text-link:hover, button.text-link:active, button.text-link:focus {
    color: #551A8B;
}

button.text-link:visited {
    color: #00ADEF;
}

.marketSettingIndent {
    padding-left: 21px;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.hide {
    display: none;
}