/**
 *  Copyright (c) 2014 Custom Fleet All rights reserved.
 *
 *  Contributors: Custom Fleet
 ************************************************************************
 *
 *  File: commonUtils.css 
 *
 *  Change History
 *
 * Author       Date            Release/Defect/Project/Comments
 * ------       --------        ---------------------------------------------------
                                
 * 502272962    18/02/2016      .container, .LabelCustomHiglighted added for CC453
 * 502272964    18/02/2016          Added one class tabhead and text-transform property for that class.
 * 502272965    05/04/2016      Fixed the UI issue of error box in "Accept order by Dealer"
 * 502272965    15/04/2016      Fixed the UI issue of error box in "Accept order by Dealer"
 */

/*  */
/* @font-face {
    font-family: CeraPROFamily;
    src: url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-7a3120d58bd3a8c980f0b37e1e47a278.eot"),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-09094d901f45c80c7c4c353d07a77795.svg") format('svg'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-f1dd10da6824c436935c3f2dddaa1181.otf") format('otf'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-67e389cb49361e9f3e4f01ed3945692f.woff") format('woff'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-e857ba81a5df827bad3e6740dceb282f.woff2")
        format('woff2'), url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-6cb6e1c07201ba28aea3bf7f7b0adaa3.ttf")
        format('truetype'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-LightOblique-2f599901726807149f0de94f17c58c97.ttf")
        format('truetype'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Bold-0bcdaf72661e9189306e5857b6f7cc42.ttf")
        format('truetype'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-BoldOblique-d344ed595698504c8cb0c13a7f1224f5.ttf")
        format('truetype'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Light-6cb6e1c07201ba28aea3bf7f7b0adaa3.ttf")
        format('truetype'),
        url("/customfleet/resources/Fonts/Helvetica/HelveticaLTPro-Roman-b21effa6fe56ef276258ad7580fdbc2a.ttf")
        format('truetype');
} */



@font-face {
    font-family: CeraPROFamily;
    src:
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Regular-1424666d787dea5389c531a64bd43d5a.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Regular Italic-138e4ff7e59e392aa8ee95ea5e2925f4.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Black-4b2d7cd508ff140f1cf50e564cab38fe.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Black Italic-11a1419c7e05c6f8834033e19d9098c7.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Bold-69dd4cd701299b2d27195d7fec333ac7.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Bold Italic-0b902d8f2b035122c7877e2f5b60a4bb.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Light-012e0993ded382e2cf6bcf1e928819aa.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Light Italic-743d518fb1a1fa8bf3f4fccfe7cbd0cd.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Medium-35b128d036f73a9b2e3481d2f8532dc8.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Medium Italic-2d4bd583d86709e9a4fb3d0d87b47916.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Thin-6133e7f37f560e91af7b2d03b066fc1c.otf") format('opentype'),
    url("/customfleet/resources/Fonts/CeraPROFamily/TypeMates - Cera Pro Thin Italic-bf9f3e3fe46867e9d3f136ed9baf58b8.otf") format('opentype');
}



div#boxDiv {
    margin-left: 445px;
}

span#box3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

span#box2, #box1, #box3 {
    height: 100px;
    width: 200px;
    font-size: smaller;
    font-style: italic;
    float: left;
    border: 1px solid #a4bcc2;
    font-size: 12px;
    margin-left: 10px;
}

span#box2, span#box1 {
    padding-top: 15px;
}

.descBox {
    border-style: solid;
    border-width: 0px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    background-color: #d9e1e2;
    border-color: #a4bcc2;
    color: #4F4950;
    -webkit-appearance: none;
    border: none;
    font-weight: normal;
    padding: 1px 1px 1px 1px;
}

.side-nav {
    padding: 0px;
    color: #279989;
}

.side-nav li a:not(.button ):hover, .side-nav li a:not(.button ):focus {
    color: #279989;
}

ul li ul, ul li ol {
    margin-left: 0px !important;
}

table {
    margin-bottom: 50px;
}

/*  Common css for all */
.loginerror_message {
    position: absolute;
    background: #ffffff;
    border: 1px solid #FF0022;
    padding: 8px 24px 9px 22px !important;
    top: 260px;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    color: #4F4950;
    z-index: 9999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    display: inline-block;
    left: 385px;
    /* background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px 40% transparent; */
}

.validation_error {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("/customfleet/resources/image/cpfo/info_white_back-ae3f66a931df027aa31c97254b7b7711.svg") !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto;
    color: red;
    text-indent: 10px;
    background-position: right;
}

.tooltip {
    position: relative;
    display: inline-block;
    padding: 0.25rem;
    background: none;
    text-align: center;
    max-width: 50%;
    line-height: 1.3;
    left: 0%;
    z-index: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    /*width: 150px;*/
    background-color: #555;
    color: #fff;
    text-align: center;
    word-wrap: break-word;
    border-radius: 6px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    display: inline-block;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    /*  border-color: #555 transparent transparent transparent; */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    word-wrap: break-word;
    line-height: 1.9;
}

.loginErrorMessages {
    position: relative;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    color: red;
}

.loginWarningMessages {
    position: relative;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-style: italic;
}

.loginerrormessageBoarder {
    border-right: 1px solid red !important;
    border-left: 1px solid red !important;
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.error_message {
    position: relative;
    background: #ffffff;
    border: 2px solid #FF0022;
    padding: 8px 25px 8px 25px;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    color: #4F4950;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* box-shadow: 1px 1px 2px 1px #e2e2e2; */
    display: inline-block;
    background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px
        40% #ffffff;
}

.error_message:after, .error_message:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /*  pointer-events: none; */
}

.error_message:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 8px;
    margin-top: -8px;
}

.error_message:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #FF0022;
    border-width: 10px;
    margin-top: -10px;
}

/*
New class added for Password Error Span
*/
.error_message_password {
    position: absolute;
    background: #ffffff;
    border: 2px solid #FF0022;
    padding: 8px 25px 8px 25px;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    color: #4F4950;
    /*  */
    /*  left:8px;top:-5px;    */
    /*  */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    display: inline-block;
    background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px
        6% transparent;
}

.error_message_password:after, .error_message_password:before {
    right: 100%;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /*  pointer-events: none; */
}

.error_message_password:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 8px;
    margin-top: -8px;
}

.error_message_password:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #FF0022;
    border-width: 10px;
    margin-top: -10px;
}

.R_sec_button {
    margin: 3px;
    padding-left: 6px;
    cursor: pointer;
}

.R_greenButn {
    background-color: #3F4249;
    cursor: pointer;
}

.R_popopuButtonPos {
    margin-left: 10px;
    cursor: pointer;
}

.R_reveal_popup {
    padding: 20px;
    height: auto;
}

.R_reveal_popup_new {
    padding: 20px;
    max-height: 45em !important;
    width: 54em !important;
}

.R_Popup_Outer_layout {
    background-color: white;
    padding: 20px;
    /* border-radius: 5px; */
}

.error_message1 {
    padding: 8px 25px 8px 25px;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* box-shadow: 1px 1px 2px 1px #e2e2e2; */
    display: inline-block;
    background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px
        40% transparent;
}
.error_message2 {
    position: relative;
    background: #fff;
    border: 2px solid #ee3324;
    padding: 8px 25px 8px 25px;
    font-size: 12px;
    font-family: CeraPROFamily;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    display: inline-block;
    background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px
        40% transparent
}
/*
error message



.errorImage
{
    background-position: 1px;
    background-repeat: no-repeat;
   -moz-background-size: 50% 50%; 
   -webkit-background-size:16px 16px; 
    background-size:100% 30%;
    padding: 8px 10px 7px 27px;
     background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat scroll 5px 40% transparent;
    
}

.error_arrow{
    background: url("/customfleet/resources/image/common/GE-arrow-a2e5c43a2e9d5426bc7939e93659cd48.png") no-repeat scroll 5px 40% transparent;
    display: inline-block;
    height: 15px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 16px;
    z-index: 9989;
    background-size:60%;
}
*/
.errorIcon {
    height: 16px;
    position: relative;
    width: 16px;
    left: -5px;
    top: -2px;
    border-radius: 6px 6px 6px 6px;
}

.spinnerImage {
    background: #ffffff !important;
    border: none !important;
    z-index: 99999;
    position: absolute;
    width: 5em;
    height: 5em;
}

.spinnerParent_Div {
    z-index: 9999;
    border: none;
    background: none !important;
    box-shadow: none !important;
    height: 100% !important;
    width: 100% !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    padding-top: 15%;
    padding-left: 50%;
    margin-top: -20px;
}


.table_back_ForQuoteResults {
    padding-bottom: 30px;
    background-color: #ecf0f0;
    padding: 0px 0px 30px 0px;
    margin: 50px 0px 0px 0px;
    border: none;
    border: none;
}

.accessoryContainer {
    background: #FFFFFF;
    border: 5px solid #ecf0f0;
    border-radius: 10px !important;
    margin: 10px;
    width: 10%;
}

.accessoryTable {
    -moz-border-bottom-colors: white !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: -moz-use-text-color !important;
    border-image: none !important;
    border-radius: 10px !important;
    border-style: none none solid !important;
    border-width: 0 0 10px !important;
}

.accessoryTable tr {
    background-color: white !important;
}

/* .firstColumn{
    border-right: none !important;
    border-bottom: none !important;
}

.middleColumn{
    border-right: none !important;
    border-bottom: none !important;
}

.lastColumn{
    border-bottom: none !important;
} */
.table_back {
    /*   background-color: #f6f7f7;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
    padding: 20px 10px; */
    padding: 2% 1%;
    position: relative;
    text-align: left;
    /*  overflow-y:scroll;
    max-height:400px; */
}

.popup_table_back {
    background-color: #f6f7f7;
    /* border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px; */
    margin: 10px 0;
    /*   padding: 20px 10px; */
    padding: 2% 1%;
    position: relative;
    text-align: left;
    overflow-x: hidden;
    max-width: 110%;
    max-height: 400px;
}

.table_back_replacement {
    background-color: #f6f7f7;
    /*  border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px; */
    margin: 10px 0;
    padding: 20px 10px;
    position: relative;
    text-align: left;
}
/* To fix the padding issue of second table in updateFBTDetails screen  */
.table_back_Secondary {
    background-color: #f6f7f7;
    /* border: 1px solid #CCCCCC; */
    /* border-radius: 5px 5px 5px 5px; */
    margin: 10px 26px;
    padding: 20px 10px;
    position: relative;
    text-align: left;
}

/* TAB STYLES */
#mainBody div.Tab_Header {
    border: none;
    margin-bottom: 20px;
    margin-top: 15px;
    /* margin-left: 0.0625rem; */
    background: #2E3138;

    /* margin-top:10px; */
    /* margin-left:0.0625rem; */
}

/* .Tab_Selected{
    display:inline-block;
    border: 2px solid #e1e1e1;
    border-bottom:none;
    border-radius: 6px 6px 0px 0px;
    padding:12px 29px 12px 12px;
    padding:12px 6px;
    margin-bottom:-2px;
    color:#3b73b9;
    font-weight:bold;
    background: url(/customfleet/resources/image/common/tabs_selected-221dbfcb8dbb3768bd7833a1c6095833.png) no-repeat right center;
    background-position:  95% 50%;
    background-color:#fff;
 
} */

/* POP UPS */

/*To make background inactive*/
.custom_poUp_wrapper {
    top: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99999999 !important;
}

.custom_poUp_wrapper .sectionHeading {
    color: #FFFFFF;
    padding-left: 0px;
}

.whitepopup {
    text-align: left;
    z-index: 9997;
    position: absolute;
    display: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0px 1px 3px 1px #a4bcc2;
    padding: 20px 10px 0px 10px;
    font-size: 12px;
}

div.whitepopup ul a {
    display: block;
    text-align: left;
    padding: 3px 0px;
    color: #18abe3;
    text-decoration: none;
    /* font-size:12px; */
    white-space: nowrap;
}

.whitepopup span {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.lightbox {
    text-align: left;
    position: absolute;
    padding: 0px;
    display: none;
    margin-top: 3px;
    /* border-radius: 5px; */
    /* background-color: #262626; */
    /* border: 1px solid #000; */
    /* box-shadow: 0px 1px 3px 1px #000; */
    padding: 10px;
    cursor: pointer;
    /* background: black; */
    /* background: rgba(0, 0, 0, 0.45); */
}

.lightbox input[type="text"]:disabled {
    width: 100%;
    background: #dddddd;
}

.lightbox div.item_popup {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    color: #666;
    margin-bottom: 10px;
    padding: 5px 0 16px;
}

.item_popup span {
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.verticalMargin {
    margin-top: 10px;
}

.confirmPopup {
    z-index: 9997;
    display: block;
    cursor: auto;
    width: 100%;
    height: 200%;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.6);
}

/* saveQuotePopUp */
.saveQuoteConfirm {
    background: #ffffff;
    border: none;
    border-radius: 0px;
    display: inline-block;
    height: auto;
    left: 38%;
    padding: 0px;
    position: fixed;
    top: 110px;
    /*  visibility: visible; */
    width: 400px;
    z-index: 1000;
    /* overflow-y:scroll; */
}

.centrePopup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 60%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.innerConfirmBox {
    background-color: white;
    padding: 10px 10px 10px 21px;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    width: auto;
    top: 0 !important;
    text-align: left;
    cursor: auto;
    box-shadow: 0px 1px 3px 1px #a4bcc2;
    border-radius: 10px 10px 10px 10px;
    border: 10px solid rgba(0, 0, 0, 0.6);
}

.innerIdmpopUpBox {
    background-color: white;
    padding: 10px 10px 10px 21px;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    width: auto;
    top: 0 !important;
    text-align: left;
    cursor: auto;
}

/* over-writing defaulters */
.inline-list>li {
    margin-left: 0.5rem;
}

/* Headings ends here */

/*  */
form {
    margin: 0.3rem 0;
}

/*  Over writing button radius */
.tiny {
    /* border-radius: 5px 5px 5px 5px; */
    border-radius: 0px;
}

.small {
    /* border-radius: 5px 5px 5px 5px; */
    border-radius: 0px;
}

/*  Over writing the button radius */
.inline-list {
    margin-bottom: 0px;
}

ul, ol, dl {
    margin: 0;
}

dd, dt {
    color: #4F4950;
    font-size: 14px;
    height: 40px;
    padding: 0.5rem 0;
}

dd:nth-of-type(even), dt:nth-of-type(even) {
    background: #eee;
    height: 30px;
    padding-top: 3px;
}

ul li {
    list-style: none
}

table {
    width: 100%;
}

table tr th, table tr td {
    color: #4F4950;
    font-size: 0.69rem;
    padding: 0.5625rem 0.625rem;
}

/* TOP STRIP */
header {
    background-color: #15161A;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1007;
}

header a {
    color: #fff;
    font-size: .85rem;
}

#consultantContact .mb-0 a {
    font-size: 16px;
    color: #768692;
    text-decoration: underline
}

#consultantContact .mb-0 a:hover {
    color: #4F4950; 
}

header a:hover {
    color: #fff;
}

/* SUB NAVIGATION   GEFLEET TOPMENU STARTS FROM HERE*/
.topMenuHeading {
    color: #000000;
    font-weight: bold;
}

.topMenuHeading:hover, .topMenuHeading:focus {
    color: #000000;
    font-weight: bold;
}

#Top_menu {
    max-width: 100%;
    background: #15161A;
    height: 65px;
}

#Top_menu section {
    top: 7px;
}

#Top_menu nav .list1 {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    height: 69px;
    padding-right: 0px;
    padding-left: 0px;
}

#Top_menu nav .list1:hover {
    background: none;
}

.TopmenuPopup {
    background: black;
    width: 100% !important;
    left: 0;
}

.TopmenuPopup:after, .TopmenuPopup:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.ManageTopMenuPopUp:AFTER, .ManageTopMenuPopUp:BEFORE {
    left: 68%;
}

#AnalyseTopMenu:AFTER, #AnalyseTopMenu:BEFORE {
    LEFT: 40% !important;
}

.reportActionLinks_2 {
    width: auto;
    margin-left: 9px;
    background: #3F4249;
    font-size: 16px;
    color: #fff !important;
    padding: 4px 8px;
}

.reportActionLinks_2:HOVER {
    width: auto;
    margin-left: 9px;
    background: #767C89;
    font-size: 16px;
    color: #fff !important;
    padding: 4px 8px;
}

a.hyperlinksCustom {
    color: #4F4950;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    width: 100%;
    /* font-weight: bold !important; */
    text-decoration: underline;
    border-radius: 20px;
}

a.hyperlinksCustom:hover, a.hyperlinksCustom-white:hover {
    color: #767C89;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    width: 100%;
    text-decoration: underline;
}

a.hyperlinksCustom-white {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    width: 100%;
    text-decoration: underline;
}

.hyperlinktext {
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-weight: normal !important;
}

.hyperlinktext:hover {
    color: #767C89;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    text-decoration: underline;
    font-weight: normal !important;
}

a.hyperlinks {
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-weight: normal !important;
}

a.hyperlinks:hover {
    color: #767C89;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    text-decoration: underline;
    font-weight: normal !important;
}

.CloseTopmenuIcon {
    color: #008CBA;
    cursor: pointer;
    font-size: 25px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    padding: 10px 10px 0px 0px !important;
}

.PopUpItem {
    display: table-cell;
}

.dottedLinePopupItem:last-child {
    border-right: none;
}

.dottedLinePopupItem {
    border-right: 1px solid #FFFFFF;
    display: table-cell;
    width: 431px;
    padding-left: 10px;
    padding-right: 10px;
}

/* GEFLEET TOPMENU ENDS HERE */
.titlebar {
    /* background-color: #ecf0f0; */
    width: 100%;
    padding-left: 20px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    margin-top: 1rem;
}

/* .titlebar h4 {
    color: #4F4950;
    text-decoration: none;
    font-size: 22px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
} */

.titlebar h4 {
    color: #FEFEFE;
    text-decoration: none;
    font-size: 30px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
}



html {
    position: relative;
    min-height: 100%;
    width: 100vw;
    overflow-x: hidden;
}

.reveal-overlay {
    overflow-y: hidden;
    z-index: 0;
    background-color: hsla(0, 0%, 4%, .8);
}

/*  Footer Section start from here */
footer {
    background: #15161A;
    height: 164px;
    margin-top: 20px;
    overflow: hidden;
    color: #FFFFFF;
}

footer .columns, footer .column {
    padding: 0;
}

footer section {
    margin-top: 16px;
}
/* Main Body Starts from here    */

/* Manage Fuel Card request Css starts from here  */

/* Login Page  */
.helpNote {
    background-image: url("/customfleet/resources/image/common/Help_Note-1ea7e9c0e551c494c11888187cdc2888.gif");
    border: none;
    background-repeat: no-repeat;
    cursor: help;
}

/*Select Driver  */
.Tab_Selected {
    display: inline-block;
    border-bottom: none;
    background-color: none;
    border-radius: 6px 6px 0px 0px;
    padding: 7px 6px;
    margin-bottom: -1px;
    /* color: #4F4950; */
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13pt;
}

.Tab_Selected_ViewQuote {
    display: inline-block;
    border-radius: 6px 6px 0px 0px;
    padding: 7px 12px;
    margin-bottom: -10px;
    color: #4F4950;
    font-weight: bold;
    background-color: #fff;
    font-size: 13pt;
}

div.Tab_Header {
    border-bottom: 2px solid #A4BCC2;
    left: 20px;
    padding-left: 0;
}

.mandatoryField {
    color: red;
}

.SettingsIcon {
    background-image: url("/customfleet/resources/image/common/setting-ffa903c096866ec535224066d92a25fd.png");
    width: 36px;
    height: 25px;
    position: relative;
    background-repeat: no-repeat;
    top: 3px;
    vertical-align: top;
}

.driverTextHiddenData {
    display: none;
}

.greypopup {
    text-align: left;
    z-index: 1006;
    padding: 0px;
    margin-top: 1px;
    padding: 2% 0%;
    cursor: auto;
    width: 100%;
    overflow: inherit;
    display: none;
    height: 100%;
    position: fixed;
    background: hsla(0, 0%, 4%, .8);
}

/*  Select Product Details  */
.helpIcon {
    height: 20px;
    position: relative;
    width: 20px;
    left: -12px;
    top: -3px;
    border-radius: 6px 6px 6px 6px;
}

#QuoteOptions {
    font-family: CeraPROFamily;
    font-size: 12px;
    text-align: left;
    border: solid #AAA 1px;;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 100;
    position: absolute;
    padding: 0px;
    position: absolute;
    display: none;
    border-radius: 3px 3px 3px 3px;
}

.gefleetLogoSpecifications {
    margin-top: 11px;
}

.gefleetLogoFooterSpecifications {
    width: 290px;
    margin-left: 17px;
    margin-top: 2em;
}

div.VspQuoteCase {
    cursor: pointer;
    padding: 3px 8px 3px 8px;
    margin: 5px;
    background: #EEE none repeat scroll 0% 0%;
    border: 1px solid #AAA;
    border-radius: 3px;
    width: 137px;
    top: 1px;
    left: 284px;
}

div.Requestforlink {
    cursor: pointer;
    padding: 3px 8px 3px 8px;
    margin: 5px;
    background: #EEE none repeat scroll 0% 0%;
    border: 1px solid #AAA;
    border-radius: 3px;
    width: 137px;
    top: 26px;
    left: 284px;
}

#tableInfo {
    position: relative;
    width: 100%;
}

#pageCount {
    float: right;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin-right: 5px;
    color: #279989;
}

.arrangements {
    vertical-align: top;
    resize: none;
}
/*  Single Quote results PopUp */
#orderVehicle.disabled {
    background-color: grey;
}

.removeAddAccessory {
    float: right;
    padding: 0 12px;
    cursor: pointer;
}

.SettingPopup {
    width: 450px;
    padding: 10px 10px 0px 10px;
}

#acceptTerms {
    position: relative;
    left: 0px;
}

.foregroundcolor {
    margin-top: 40px;
    background: #a4bcc2;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 20px 15px 18px;
    border: 10px solid #787878;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    width: 1002px;
    margin-left: 151px;
}

.productDetails {
    background: url('../../image/common/u65_normal.png'),
        url('/customfleet/resources/image/common/bg_normal-ff813ee61650b926a96d090c1c5a3269.png');
    background-repeat: no-repeat;
    background-position: 6px 3%, -4px 1px;
    position: relative;
    width: 690px;
    height: 38px;
}

.header {
    background: url('../../image/common/u65_normal.png'),
        url('/customfleet/resources/image/common/bg_normal-ff813ee61650b926a96d090c1c5a3269.png');
    background-repeat: no-repeat;
    background-position: 6px 3%, -4px 1px;
    position: relative;
    width: 690px;
    height: 38px;
}

.heading_text {
    color: #FFFFFF;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 16px;
    left: 9px;
    padding: 0 0 12px 3px;
    position: absolute;
    text-decoration: none;
    top: 5px;
    width: 160px;
}

.dataTable_Scrollbar {
    overflow-x: scroll;
    max-width: 100%;
    display: block;
}

.textNoWrap {
    white-space: nowrap;
}

table.display td {
    color: #4F4950;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
}

table.display thead th {
    background-color: #2E3138;
    /* border-color: #A4BCC2; */
    color: #FFFFFF;
    font-weight: bold;
    padding: 15px 0 15px 6px;
    text-align: center !important;
    text-transform: uppercase;
}

table.display {
    border-collapse: separate;
    border-spacing: 2px;
}

.TabHeader {
    position: relative;
    margin-top: 0px;
}

.TabHead {
    text-transform: capitalize;;
}

.ui-autocomplete {
    z-index: 20002 !important;
    max-height: 200px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.ui-dialog {
    position: fixed;
}

.datepicker_next {
    font-size: 12px;
    color: red;
    padding: 7px 0px 0px 0px;
}

.prev-hover {
    font-size: 12px;
    color: red;
    padding: 7px 0px 0px 0px;
}

.confiramtionBoxSpec {
    margin-top: 5em !important;
    position: fixed;
    width: 560px;
    /* height: 180px; */
    z-index: 20;
}

.innerlightbox {
    background-color: white;
    padding: 10px 10px 10px 21px;
    /* border-radius: 5px 5px 5px 5px; */
}

.confirmationBoarderLine {
    border: 1px solid #C8C8C8;
    padding: 8px 5px 5px 10px;
    background: #D4E9FE;
    border-radius: 3px 3px 3px 3px;
}

.specialarrangements {
    width: 435px;
    height: 206px;
}

.removeIcon {
    float: right;
    margin-right: 0;
    margin-top: -10px;
}

.topmenuHyperlinks a:hover {
    text-decoration: underline;
}

/*  Style Guide changes ends here */
/*  Icons */
.calenderIcon {
    border: 1px solid #C8C8C8;
    height: 50px;
    width: 50px;
    border-left: none;
}

/* LightBox */
.OuterDivBox {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    width: 72%;
    margin-left: 151px;
}

.OuterDivBox_viewQuote {
    background: #000000;
    border-radius: 15px 15px 15px 15px;
    padding: 5px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 950px;
    margin-left: 151px;
}

.innerDivBox {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 0px;
}

.whiteButton {
    background-color: #3f4249;
    color: white;
    background-image: url("/customfleet/resources/image/cpfo/PlusIcon_white-74ea61bd52c0992ec832cbdf33df87ff.svg");
    background-repeat: no-repeat;
    top: 5px;
    left: 1px;
    background-position: 9px 40%, 0px 0px;
    padding-top: 10px;
    background-size: 12px 12px;
}

/* Overriding buttons  */
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    padding: 6px 10px 6px 10px;
    margin-top: 16px;
    font-size: 13px;
}

/*   */
.ErrorOutDivBox {
    width: 500px;
    height: 163px;
    left: 25%;
    top: 50%;
    position: fixed;
    z-index: 99;
}

#CloseErrorMessage {
    margin-top: 10px;
}

/*     */
/* Base for label styling */
/* .errorMessageComposite {
    color: #666;
    border: 2px solid #ee3324;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    background: #fff;
    padding: 8px;
    font-size: 16px;
} */

.CalenderIcon {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-left: 9px;
}

.SearchIcon {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-left: 22px;
}

/* Custom Changes as per style Guide  */
.ie .LabelCustom {
    padding-top: 1px !important;
}

/* Making inline-block so first-line selector works  */
#vehicleCompareContainer span.LabelCustom,
#updateAcccountjsp span.LabelCustom,
#viewDriverMgmtProgBar span.LabelCustom {
  display:inline-block;
}

.LabelCustom {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    text-transform: lowercase;
}

.LabelCustom:first-line{
  text-transform: capitalize;
}

.LabelCustom:has(input[type="radio"]){
    text-transform: capitalize;
}

.labelCustomized {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
}

.LabelCustomFirstLetterCaps {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    text-transform: capitalize;
}

.LabelCustomNoTextTransform {
    text-transform: none !important;
}

.LabelNormal {
    font-weight: bold;
    color: #4F4950;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
}

.LabelCustomDynamic {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    font-size: 16px;
}

/* .pageLabel {
    font-weight: normal;
    color: #4F4950;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    margin-top: 20px;
    text-transform: uppercase;
    float: right;
} */

/* .pageLabelRadioButton {
    font-weight: normal;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";;
    margin-top: 20px;
} */

.dataHeading {
    margin-left: 20px;
}

input[type="text"] {
    content: attr(data-tip);
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    outline: 0;
    background: #F6F6F6;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    color: #4F4950 !important;
    cursor: default;
    border-radius: 20px;
    background-color: #F6F6F6;
}

input[type="password"] {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    outline: 0;
    background: #F6F6F6;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    color: #4F4950 !important;
    cursor: default;
    border-radius: 20px;
    letter-spacing: 3px;
}

input[type="file"], input[type="checkbox"], input[type="radio"] {
    margin: 0 0 0rem !important;
    accent-color: #2E3138;
    
}

.loginInput {
    margin: 0 0 0rem !important;
}

.loggedInAs {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    text-transform: uppercase;
    color: #4F4950;
    font-size: 12px;
}

.userRoleInfo {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    color: #4F4950;
}

.fieldInfo_dealer {
    text-indent: -31px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #4F4950;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -3px;
    word-wrap: break-word;
}

.fieldInfo {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #4F4950;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 1px;
    word-wrap: break-word;
    max-width: 200px;
}

.noMaxWidth {
	max-width: none;
}

.payrollInfo {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #4F4950;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 1px;
    word-wrap: break-word;
    max-width: 200px;
}

.textOverflow {
    text-overflow: ellipsis;
    padding-right: 65px !important;
}

.fieldInfoNormal {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #4F4950;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

textarea {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    color: #4F4950 !important;
    height: 120px;
    width: 400px;
    background: #F6F6F6;
    padding-top: 5px;
    outline: none;
    border: none;
}

textarea:focus {
    border: 2px solid #2E3138;
}

select {
    /* added things as per style  */
    color: #4F4950 !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    padding-left: 10px;
    padding-top: 7px;
    border: 0;
    background-color: #F6F6F6;
    background-size: 10px 10px;
    box-shadow: none;
    border-radius: 15px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2846, 49, 59%29'></polygon></svg>");
    background-position: right -0.5rem center;
}

select:focus {
    border: 2px solid #2E3138 !important;
    padding-left: 10px;
    padding-top: 7px;
    background-color: #F6F6F6;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

select option {
    padding-top: 3px;
    padding-bottom: 0px;
}

#userrole option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.radiobuttoncheckboxCustom {
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.radiobuttoncheckboxPage {
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    margin-top: 20px;
}

.sectionHeading {
    color: #4F4950;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    background: none;
    font-size: 22px;
    border: none;
}

h3.sectionHeading {
    color: #FFFFFF;
    
}
.underlineHeading {
    border-bottom: 1px solid #c8c8c8
}

/*  Headings */
.ParagraphText {
    color: #4F4950;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    line-height: 1.8em;
}

.paragraphHeading {
    color: #fff !important;
    font-size: 13px !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold !important;
    margin-left: 15px
}

.paragraphLink {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #279989;
    font-size: 12px;
}

.paragraphHeading:hover {
    color: #4F4950;
    font-size: 13px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
}

.topbarFontStyleGuide {
    font-size: 11px;
    color: #ffffff !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.textBoxCustom {
    width: 300px !important;
}

.footerFontCustom {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    color: #FFFFFF;
}

.footerFontrightCustom {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    color: #FFFFFF;
}

.footerFontrightCustom:hover {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
}

.verticalpaddingDealer {
    padding-top: 13px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.verticalpadding {
    padding-top: 13px;
}

.fontInspira {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 17px;
}

.containerBox {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
    padding-top: 15px;
    /*Newly added  */
    background: #FFFFFF;
}

.loginContainerBox {
    border: 1px solid #d9e1e2;
    border-radius: 2px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

input[placeholder] {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    color: #999999;
    /* font-weight: bold; */
    cursor: default;
}

.contentHeading {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 22px;
    color: #FEFEFE;
    padding: 10px;
    width: 100%;
    margin: 0px;
    margin-left: 10px;
}

/*  */
.contentHeading_new {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 22px;
    color: #4F4950;
    padding: 10px;
}

/*  */

.mainNavigation {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 16px;
    color: #fff;;
}

.mainNavigation:hover {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    top: 50px;
}

/*  */
/* Progress Bar Code revison 2 */
.button {
    list-style-type: none;
    padding: 0;
    position: relative;
    border-radius: 20px;
}

.button li {
    background: #E0E0DE url("/customfleet/resources/image/common/white-space-bfb930273bcb7abbfd362a30e8971e0c.jpg") no-repeat top right;
    /* background-color: #E0E0DE; */
    position: relative;
    display: inline-block;
    text-align: center;
    height: 64px;
    border-bottom: 1px solid #C8C8C8;
    color: #4F4950 !important;
    float: left;
    margin-bottom: 2px;
    border: 0px;
}



.button li:last-child {
    /* border-radius:0px 6px 6px 0px;
    border-right: 1px solid #AEAEAE; */
    background-image: none !important;
}

.button li.current {
    background: #2E3138 url("/customfleet/resources/image/common/white-space-bfb930273bcb7abbfd362a30e8971e0c.jpg") no-repeat top right;
    /* background-color: #2E3138; */
    color: #FFFFFF;
    height: 72px !important;
    margin-bottom: 0px;
    margin-top: -3px;
    margin-bottom: -1px;
    border: 0px;
}

.button li.visited {
    background: #E0E0DE url("/customfleet/resources/image/common/white-space-bfb930273bcb7abbfd362a30e8971e0c.jpg") no-repeat
        top right;
    color: #4F4950;
    border: 0px;
}

#Progress_Bar1 ul li.current a {
    color: white !important;
}

#Progress_Bar1 {
    position: relative;
    width: 100%;
    height: 62px;
}

#Progress_Bar1 ul li a {
    text-decoration: none;
    color: #768692;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    display: block;
    padding: 26px 1px 12px 15px;
}

#Progress_Bar1 ul li.visited a {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13px 13px;
    color: #425563;
}

#Progress_Bar1 ul {
    background: none;
    width: 100%;
    border-bottom: 3px solid #2E3138;
    margin: 0px;
    border-left: 0px;
    border-radius: 0px !important;
}

/*  PROGRESS BAR ENDS HERE */

/* Buttons as per the style guide    */
.primary_Next_button {
    background-color: #3F4249;
    background-image: url("/customfleet/resources/image/common/NEXT_BUTTON-3bfd24af375ec0cf7a83137de9ced999.png");
    background-position: 55px 50%, 0 0;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: white;
    font-size: 16px;
    padding: 9px 34px 9px 15px;
    border-radius: 20px;
}

.primary_Next_button:HOVER {
    background-color: #767C89;
    background-image: url("/customfleet/resources/image/common/NEXT_BUTTON-3bfd24af375ec0cf7a83137de9ced999.png");
    background-position: 55px 50%, 0 0;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: white;
    font-size: 16px;
    padding: 9px 34px 9px 15px;
    border-radius: 20px;
}

.primary_Previous_button {
    background-color: #FFFFFF;
    background-image: url("/customfleet/resources/image/cpfo/previous_active-90e1070f35ea4910c13034958d249077.svg");
    background-position: 14px 48%, 0px 0px;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: #4F4950;
    font-size: 16px;
    Padding: 11px 15px 9px 34px;
}

.primary_Previous_button:HOVER {
    background-color: #FFFFFF;
    background-image: url("/customfleet/resources/image/cpfo/previous_active-90e1070f35ea4910c13034958d249077.svg");
    background-position: 14px 48%, 0px 0px;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: #767C89;
    font-size: 16px;
    Padding: 11px 15px 9px 34px;
}

.primary_Button_form {
    background-color: #3F4249;
    background-image: url("/customfleet/resources/image/common/NEXT_BUTTON-3bfd24af375ec0cf7a83137de9ced999.png");
    background-position: 98% 46%, 0 0;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: white;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    Padding: 10px 22px 10px 10px;
}

.primary_Button_form:HOVER {
    background-color: #767C89;
    background-image: url("/customfleet/resources/image/common/NEXT_BUTTON-3bfd24af375ec0cf7a83137de9ced999.png");
    background-position: 98% 46%, 0 0;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    color: white;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    Padding: 10px 22px 10px 10px;
}

.primary_Button {
    background-color: #3F4249;
    color: white;
    font-size: 16px;
    Padding: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.primary_Button_Login {
    background-color: #3F4249;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    Padding: 15px 55px;
}

.secondary_Button_Submit {
    background-color: #3F4249;
    color: white;
    font-size: 13px;
    margin-top: 20px;
    Padding: 15px 46px;
}

.primary_Button_Search {
    background-color: #3F4249;
    color: white;
    font-size: 13px;
    Padding: 10px 15px 10px 15px;
}

.primary_Small_Button {
    background-color: #3F4249;
    color: white;
    font-size: 14px;
    Padding: 10px;
    cursor: pointer;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.button_Space_right {
    margin-right: 10px;
}

.primary_Small_Button:HOVER {
    background-color: #767C89;
    color: #FFFFFF;
}

.primary_Button:HOVER {
    background-color: #767C89;
    color: #FFFFFF;
    border-radius: 20px;
}

.secondary_Basic_Button {
    background-color: #3F4249;
    color: white;
    font-size: 13px;
    Padding: 10px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.secondary_Basic_Button:HOVER {
    background-color: #767C89;
    color: white;
}

.secondary_Button {
    background-color: #3F4249;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px;
}

.secondary_Button:HOVER {
    background-color: #767C89;
    color: #FFFFFF;
}

.secondary_Button_white {
    background-color: #3F4249;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    border-width: 1px;
    border-color: #4F4950;
    padding: 10px 10px 4px 10px;
}

.secondary_Button_white:HOVER {
    background-color: #767C89;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    border-style: hidden;
    padding: 10px 10px 4px 10px;
}

.secondary_cancel_Button {
    background-color: #3F4249;
    color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 20px;
}

.secondary_cancel_Button:HOVER {
    background-color: #767C89;
    color: #FFFFFF;
    border-radius: 20px;
}

.secondary_Button_Default {
    background-color: #3F4249;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
}

.secondary_Button_Default:HOVER {
    background-color: #767C89;
}

.documentUploadPopup {
    top: 39px !important;
    left: -7px;
}

/*  Slicker */
.slick-prev, .slick-next {
    Padding: 15px 30px 15px 30px !important;
    font-size: 13px !important;
    text-align: center;
}

.slick-prev {
    position: relative !important;
    left: 10px !important;
    top: -39px !important;
}

.slick-next {
    position: relative !important;
    top: -35px !important;
    float: right;
    right: 10px !important;
}

/*    */
#HovervingDivision:after, #HovervingDivision:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

#HovervingDivision:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #a4bcc2;
    border-width: 10px;
    margin-left: -11px;
}

#HovervingDivision:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #a4bcc2;
    border-width: 12px;
    margin-left: -13px;
}

.reveal-modal {
    /* left:767px !important; */
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px 10px 10px 10px;
}

/*  SelectProductDetails Page */
.errorMessageComposite {
    color: #4F4950;
    border: 2px solid #FF0022;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    background: #fff;
    font-size: 14px;
    padding: 3px;
}

/* Tooltip related code   */
.OuterDivBoxForChangeRole {
    background: #ffffff;
    border-radius: 0px;
    padding: 0px;
    width: 40em;
    height: auto;
    border: none;
}

.innerDivBoxForChangeRole {
    background-color: #ffffff;
    padding: 15px 20px;
    height: 250px;
    min-height: 50px;
}

#changeRoleModal .row {
    max-width: 100%;
}

/*IDM  */
.fogotUsernameBox {
    background-color: white;
    padding: 20px;
    box-shadow: 10px 10px 5px #888888;
    width: 700px;
    border: 4px solid #c8c8c8;
    border-radius: 2px;
}

#userUpdateConfirm {
    background: #fff;
    top: -130px;
    left: 210px;
    width: 450px;
    border: 2px solid #c0c0c0;
}

#modal_content {
    background: #FFF;
}

.modal_nav {
    text-align: right;
    margin: 50px -1.9375rem 0 0;
    position: relative;
}

.modal_nav  li {
    text-align: left;
    position: relative;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: normal;
}

.modal_nav a {
    padding: 15px 25px 15px 15px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    position: relative;
    display: inline-block;
}

.modal_nav:VISITED {
    color: #4F4950;
    padding: 15px 25px 15px 15px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    position: relative;
    display: inline-block;
}

#UserRole {
    background: #FFF;
    padding-bottom: 10px;
}

.userroleChange {
    min-height: 330px;
}
/*  IDM  */
.verticalTabFont {
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: white;
}

.verticalTabFont:hover {
    font-size: 16px !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.navback {
    background: #fff;
    color: black;
    left: 10px;
    width: 158px !important;
    border-radius: 0px !important;
}

.modal_nav {
    text-align: right;
    margin: 50px -1.9375rem 0 0;
    position: relative;
}

/*REVEAL MODAL FOR IDM */
.modalCustomIdm {
    /* top: 195px !important; */
    margin-left: -500px !important;
    width: 1000px !important;
}

/* Financial Details Page related Css  */
.disableButton {
    cursor: default;
}

.divContent {
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.tableBgColor {
    background-color: #f6f7f7;
}

.poppupPad {
    padding: 15px 15px 15px 15px;
}

.folderImg {
    padding-bottom: 5px;
    padding-right: 5px;
}

.mainHeadFont {
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-weight: 700;
    color: #6B6B6B;
}

.headText {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 11px;
    font-weight: 400;
    color: #333333;
}

.image1 {
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 8px 0px 8px 0px;
    cursor: pointer;
    padding: 0px;
}

.tableLPad {
    padding-left: 7px;
}

.noDefaultDisplay {
    display: none;
}

/*   */
.calenderTextfield {
    box-shadow: none !important;
    transition: box-shadow 145s ease 100s, border-color 145s ease-in-out
        100s !important;
}

.multiquoteresultspopup {
    position: absolute;
}

.imageId {
    cursor: pointer;
}

/*    */
.removeIcon1 {
    background-image: url("/customfleet/resources/image/cpfo/close_white_back-59eca00c6a55e919545b79c86d67bb77.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
    margin-left: 5px;
    padding: 6px 11px;
}

/* Manage Delivery */
.popup {
    background-color: #FFFFFF;
    width: 276px;
    height: 200px;
    /* margin-left:432px; */
    /* padding-right:18px; */
    text-align: right;
    position: absolute;
    top: -208px;
    border-radius: 5px;
}

.textArea {
    width: 236px;
    height: 115px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.secondary_Button_Align {
    vertical-align: sub;
}

.inputTypes_align {
    vertical-align: middle;
}

.inputTypes_align_Text {
    vertical-align: text-top;
}

.secondary_Search_align {
    top: 3px;
}

.editAttachPop {
    top: 145px !important;
    left: 40%;
    height: 136px;
    width: 400px;
    z-index: 9997;
    position: fixed;
}

.editAttachPop:after, .editAttachPop:before {
    border: solid transparent;
    position: absolute;
    /* pointer-events: none;  */
}

.editAttachPop:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #a4bcc2;
    border-width: 10px;
}

.editAttachPop:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #a4bcc2;
    border-width: 12px;
}

/*  Large  Icons */
.largeIcon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.formIcons {
    height: 20px;
    width: 20px;
}

.editIconHover:hover {
    background-image: url("/customfleet/resources/image/cpfo/edit_page-95e3fffca726d0ff9065c51a4e900ed6.svg");
    height: 20px;
    width: 20px;
}

.viewIconHover:hover {
    background-image: url("../../image/common/ViewFormIcon.svg");
    height: 20px;
    width: 20px;
}

.smallIcon {
    height: 13px;
    width: 13px;
}

.smallIconUploadBtn {
	width: 17px; 
	height: 13px; 
	padding-right: 4px; 
	padding-bottom: 2px;
}

.smallCustomizedIcon {
    height: 13px;
    width: 17px;
    padding-left: 4px;
}

.showAndHideIcon {
    height: 9px;
    width: 9px;
    margin-right: 5px;
    margin-top: -6px;
}

.confirmationBox {
    padding: 20px;
    margin-left: 1em;
}

.gefleetlayoutSpecification {
    margin: auto;
}
/*  TOT Order without quote  */
.totorderConfirmationBoxSpecification {
    width: 487px !important;
    height: 180px !important;
}

.emailQuotePopup {
    border-radius: 10px;
    display: none;
    height: 150px;
    left: 72px;
    top: 47px;
    width: 300px !important;
    z-index: 10;
}

.emailQuotePopup:after, .emailQuotePopup:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.emailQuotePopup:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f6f6f6;
    border-width: 10px;
    margin-left: -11px;
}

.emailQuotePopup:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f6f6f6;
    border-width: 12px;
    margin-left: -13px;
}

.saveOrderPopUp {
    height: 180px;
    width: 500px !important;
    border-left: 30px;
    z-index: 777;
    top: 85px;
    display: none;
}

.saveOrderPopUp:after, .saveOrderPopUp:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.saveOrderPopUp:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2E3138;
    border-width: 13px;
    margin-left: -13px;
}

.saveOrderPopUp:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #a4bcc2;
    border-width: 12px;
    margin-left: -13px;
}

#EmailSummaryPopUp {
    top: 38px;
    left: 100px;
}
/* Popup boxes*/
.rowDynamic {
    width: 95%;
}

.paraTextLink {
    text-align: left;
    margin: 50px -1.9375rem 0 0;
    position: relative;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.popUpImg {
    height: 20px;
    width: 20px;
}

/*   */
.uploadpopUpfailure {
    background-color: #a4bcc2;
    padding: 60px 45px 60px 0px;
    background: url("/customfleet/resources/image/common/GE-cancel-b0b384ea5eac3ee5d681fb1ca0b48da7.png") no-repeat;
    background-position: 39px 45%, 0 0;
}

.date .datefilter {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/CalendarIcon-9fd056ff5c6a9a57dd41de9a552d7c10.svg") no-repeat
        4px 4px !important;
    background-size: 20px 20px !important;
    background-position: 95%, right !important;
}

.date .datefilterSmall3Columns {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/CalendarIcon-9fd056ff5c6a9a57dd41de9a552d7c10.svg") no-repeat
        4px 4px !important;
    background-size: 20px 20px !important;
    background-position: 95%, right !important;
}

.date .datefilterSmall {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/CalendarIcon-9fd056ff5c6a9a57dd41de9a552d7c10.svg") no-repeat
        4px 4px !important;
    background-size: 20px 20px !important;
    background-position: 95%, right !important;
}

.date .datefilterLarge {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/CalendarIcon-9fd056ff5c6a9a57dd41de9a552d7c10.svg") no-repeat
        4px 4px !important;
    background-size: 20px 20px !important;
    background-position: 95%, right !important;
}

.search .inputBackgroundImages {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/search-1b7cef7261eae1e4a647bd6bd72ecb23.svg") no-repeat 4px
        4px !important;
    background-size: 20px 20px !important;
    background-position: 98%, right !important;
    padding-right: 2.3em !important;
}

.inputBackgroundImages {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/search-1b7cef7261eae1e4a647bd6bd72ecb23.svg") no-repeat 4px
        4px !important;
    background-size: 20px 20px !important;
    background-position: 98%, right !important;
    padding-right: 2.3em !important;
}

.inputBackgroundImages_large3 {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/search-1b7cef7261eae1e4a647bd6bd72ecb23.svg") no-repeat 4px
        4px !important;
    background-size: 20px 20px !important;
    background-position: 98%, right !important;
    padding-right: 2.3em !important;
}

.inputBackgroundImages_large4 {
    background: #ECF0F0 url("/customfleet/resources/image/cpfo/search-1b7cef7261eae1e4a647bd6bd72ecb23.svg") no-repeat 4px
        4px !important;
    background-size: 20px 20px !important;
    background-position: 98%, right !important;
    padding-right: 2.3em !important;
}

.next .fa-chevron-right {
    content: url("/customfleet/resources/image/reports/u1515-f4bfbbde4be084000eb453b4d120a39c.png");
}

.prev .fa-chevron-left {
    content: url("/customfleet/resources/image/reports/u1513-8a21a5855ec19c4957a7a35d170ed518.png");
}

.next .fa-chevron-right:before {
    content: url("/customfleet/resources/image/reports/u1515-f4bfbbde4be084000eb453b4d120a39c.png");
}

.prev .fa-chevron-left:before {
    content: url("/customfleet/resources/image/reports/u1513-8a21a5855ec19c4957a7a35d170ed518.png");
}

.selectText {
    text-transform: capitalize;
}

/*   */
.confirmationPopUpsOuterdivision {
    /* background-color: #4F4950; */
    height: auto;
    width: 600px;
    padding: 8px 12px 0px 10px;
    /* border-radius: 5px; */
    top: 47%;
    left: 32%;
    position: fixed;
    z-index: 9987;
}
.confirmationPopUpsOuterdivision_v2 {
    height: auto;
    padding: 8px 12px 0px 10px;
    align-content: center;
    z-index: 9987;
}

.confirmationPopUpPosition {
    left: 31% !important;
}

/*  */
.emailPopUp {
    background-color: #a4bcc2 !important;
    height: 120px;
    width: 300px !important;
    padding: 8px 12px 0px 10px;
    top: 302px;
    position: absolute;
    z-index: 9987;
}

.emailPopUp:after, .emailPopUp:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /* pointer-events: none; */
}

.emailPopUp:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #a4bcc2;
    border-width: 10px;
    margin-left: -11px;
}

.emailPopUp:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #a4bcc2;
    border-width: 12px;
    margin-left: -13px;
}

/*  */
.saveOrderPopUpsOuterdivision {
    background-color: #ffffff;
    height: 150px;
    width: 450px;
    padding: 8px 12px 0px 10px;
    /* border-radius:5px; */
    top: 19.6em;
    position: absolute;
    z-index: 1005;
}

.confirmationPopUpInnerDivision {
    background-color: #ffffff;
    padding: 10px;
}
/* Order updation popUp - Manage Delivery  */
.checkBoxDisabled {
    border: 1px solid #e5e5e5;
    height: 10px;
    width: 5px !important;
    padding-left: 0px !important;
    padding-right: 10px
}

.successPopup {
    left: 35%;
    margin-top: 74px;
}

.successPopupDealer {
    left: 35%;
    margin-top: 74px;
}

#modalPopup {
    background: rgb(140, 140, 140);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 89;
}

.textAreaSuccessPopup {
    background-color: #F6F6F6;
    height: 118px;
}

.successIcon {
    padding-top: 20px;
    padding-left: 6px;
}

.cmsText {
    padding-left: 21px;
}

.viewQuoteHeader {
    width: 840px !important;
    margin-left: 8px;
    text-indent: -7px;
}

button[disabled=disabled], button:disabled {
    background-color: #c8c8c8;
}

button[disabled=disabled]:HOVER, button:disabled:HOVER {
    background-color: #c8c8c8;
}

@media print {
    .noprint {
        display: none !important;
    }
    a:link:after, a:visited:after {
        display: inline;
        content: "";
    }
}

/* Word Spacing Issue for IE9 and above   */
/* <!--[if lte IE 9]>

label, span, div, textarea li a {
word-spacing: 8px;
}

 
<![endif]-->

<!--[if lte IE 10]>
label, span, div, textarea li a {
word-spacing: 8px;
}

<![endif]-->

<!--[if lte IE 11]>
label, span, div, textarea li a {
word-spacing: 8px;
}

<![endif]--> */
/*    */

.ui-tooltip {
    color: #FFFFFF !important;
    background: #15161A;
    font-size: 12px !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    padding: 6px !important;
    word-wrap: break-word;
    opacity: .8 !important;
    border: 1px solid #15161A;
    box-shadow: none;
}

.helpmechooseevenrow {
    background-color: #E2E8E9;
    padding: 3px 10px 5px 12px !important;
}

.helpmechooseborderline {
    border-right: 1px solid #E2E8E9;
}

/*  */
/*  For Mobile devices */
/* $small-range: ( 0px, 600px );
$medium-range: ( 601px, 1000px );
 */
@media only screen {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (min-width: 641px) {
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
}

/*  ends here*/

/*  landscape and Portrait modes of screens */
@media only screen and (min-device-width : 768px) and (max-device-width
    : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width
    : 1024px) and (orientation : portrait) { /* Styles */
}
/*  */

/*  table.display tbody tr td
{
    max-width: 150px !important;
    word-wrap: break-word !important;
    width: 130px !important;

}
table.display thead tr th
{
    max-width: 150px !important;
    word-wrap: break-word !important;
    
     
}
 */
input[type="button"]:disabled {
    background-color: #E0E0DE !important;
    cursor: auto;
}

input[type="button"]:disabled:hover {
    background-color: #E0E0DE;
    cursor: auto;
}

.saveOrderPopUpsOuterdivision:after, .saveOrderPopUpsOuterdivision:before
    {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /* pointer-events: none; */
}

.saveOrderPopUpsOuterdivision:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f6f6f6;
    border-width: 10px;
    margin-left: -11px;
}

.saveOrderPopUpsOuterdivision:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f6f6f6;
    border-width: 12px;
    margin-left: -12px;
}

.hiddenAccountDetails {
    padding: 10px;
}

.accepttermsAndConditionsErrorbox {
    background: none repeat scroll 0 0 #ffffcc;
    border: 1px solid #a4bcc2;
    border-radius: 5px;
    height: 44px;
    padding: 6px;
    width: 260px;
    margin-top: -1px;
    bottom: 23%;
    right: 3%;
    position: absolute;
}

.accepttermsAndConditionsErrorbox:after,
    .accepttermsAndConditionsErrorbox:before {
    top: 98%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /* pointer-events: none;   */
    margin-top: -1px;
}

.accepttermsAndConditionsErrorbox:after {
    border-top-color: #a4bcc2;
    border-width: 10px;
    margin-left: -36px;
    margin-top: -1px;
}

.accepttermsAndConditionsErrorbox:before {
    border-top-color: #a4bcc2;
    border-width: 10px;
    margin-left: -36px;
    margin-top: -1px;
}

.confirmationErrorBox {
    background-color: white !important;
    border: 1px solid red;
    border-radius: 5px;
    padding: 14px;
    position: absolute;
    right: 29px;
    z-index: 0;
    border-radius: 5px;
    display: inline-block;
    width: 372px;
}

/* *************************************** CONTACT US PAGE ************************************************ */
.contactUsTitle {
    margin-top: 20px;
    padding: 8px 0 18px;
    color: rgb(33, 117, 188);
    font-size: 39px;
    line-height: 48px;
}

.addressFont {
    color: rgb(102, 102, 102);
}

.alignPage {
    margin-left: 30px;
}

div.bottomSpace>div {
    line-height: 20px;
}

#copyright {
    padding-right: 12px;
}

/* *************************************** CONTACT US PAGE ************************************************ */
.loginErrorBox {
    left: 364px;
    bottom: 36px;
}

.loginErrorMessage {
    margin-left: 391px;
    bottom: 57px;
}

.error2input {
    border-right: 2px solid red !important;
    border-bottom: 2px solid red !important;
    border-top: 2px solid red !important;
    border-left: 2px solid red !important;
}

.lineheightwithoutButton {
    height: 58px !important;
}

.securitychromecss {
    position: relative;
    top: -1px !important;
}
/*  Terms and conditions place */
.termsandconditionsOuterdivision {
    border: 1px solid #c8c8c8;
    height: auto;
    width: 400px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 150px;
}

.termsandconditionsInnerdivision {
    padding: 10px;
}

.termsandConditionHeading {
    color: #4F4950;
    text-decoration: none;
    font-size: 38px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    margin-bottom: 10px;
}

.ipnTermsAndConditionsMainBox {
    width: 80% !important;
    height: 80% !important;
}

.ipnTermsAndConditionsinnerBox {
    height: 80% !important;
}

.ipnTermsAndConditonsCmsArea {
    height: 80% !important;
    width: 100% !important;
}

.LabelCustomCheckBoxInput {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.termsDiv {
    border: 2px solid #c8c8c8;
    border-radius: 5px;
    height: auto;
    overflow-y: auto;
    color: #4F4950;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}
/*    */
.confirmationPopUpDivForcancel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45) !important;
    height: 100%;
    margin-left: -176px;
    margin-top: -3px;
    position: fixed;
    top: 0;
    width: 125%;
    z-index: 9989;
}

.selectState {
    text-transform: uppercase !important;
}

.liststype li {
    margin-left: 16px;
    list-style-type: disc;
}

.orderedlisttype li {
    margin-left: 15px;
}

.Select_quote {
    width: 180px !important;
}

.commentWidth {
    max-width: 600px;
}

.accessoriesTable {
    padding-bottom: 5px;
}

.unselColor {
    color: white;
}

.noAccessory {
    border-width: 0 0 0px !important;
    margin-top: 25px !important;
}

.dateRangeHeader {
    font-size: 11px;
    padding-left: 30px;
}

.container {
    border: 1px solid #C8C8C8;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
    margin-top: -12px !important;
}

.LabelCustomHiglighted {
    color: #3a3a3a;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Adding for the defect #9685 */
.PageIndex {
    font-weight: bold;
    color: #4F4950;
    font-size: 12px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.fieldInfoNoBreak {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    color: #4F4950;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -1px;
    word-wrap: break-word;
}

#changeRole option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.activeStatusradio {
    padding-left: 5px;
    padding-top: 10px;
}

.driverTabWidth {
    width: 16.66%;
}

.paddingRight {
    padding-right: 50px;
}

.paddingTop {
    padding-top: 10px !important;
}

.uploadBulkPopUp {
    /* background-color: #000000; */
    width: 490px !important;
    height: 260px !important;
    margin-left: 20% !important;
}

.tableOdd {
    background-color: #E2E8E9 !important;
}

.tabletdDisplay {
    color: #4F4950 !important;
}

/*Driver Notification*/
#ntfnFilters select[multiple] {
    height: 10em;
}

.D_NtfnInner {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}
/* START - Added for Foundation V6 upgrade*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0;
}

.quote_sub {
    position: absolute;
    z-index: 23;
    width: 542px;
    top: 52px;
}

.PopUpItem ul li {
    float: left;
    margin-right: 30px;
    margin-left: 20px;
    /* height: 64px; */
    padding: 0px 30px 0px 0px;
}

a.hyperlinksmenu_new {
    color: #ffffff;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    width: 100%;
    text-decoration: underline;
}

a.hyperlinksmenu_new:hover, a.hyperlinksmenu_new:focus {
    color: #767C89;
}

a.hyperlinksmenu {
    color: #ffffff;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    width: 100%;
}

a.hyperlinksmenu:hover, a.hyperlinksmenu:focus {
    color: #ffffff;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    width: 100%;
    text-decoration: underline;
}

.dottedLinePopupItem h6.paragraphHeading.text-left {
    color: #b0b0b0 !important;
    font-size: 16px !important;
}

.topmenuHyperlinks ul {
    /* margin-left: 36% !important; */
    height: 44px;
    margin-top: 20px;
}

.topmenuHyperlinks ul li a {
    color: #ffffff
}

.topmenuHyperlinks ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.topmenuHyperlinks {
    width: 26px;
    margin-right: 20px;
    /* margin-top: 10px; */
}

.topmenuHyperlinks_icon {
    /* width: 26px;
    height: 26px;
    margin-right: 20px;
    margin-top: 22px; */
    padding: 0.7rem 0.4rem !important;
}

.dottedLinePopupItem ul li {
    margin-bottom: 10px;
    text-align: left;
    /* margin-left: 15px; */
}

.inline-list-override li {
    margin-left: 0.5rem;
    float: left;
}

label {
    color: #4F4950;
}

.signinlabel {
    background: #fff;
    margin-bottom: 3px;
    margin-top: -13px;
    height: 70px;
}

.signinlabelreg {
    background: #fff;
    margin-bottom: 3px;
    margin-top: -13px;
    height: 70px;
    width: 98%
}

.signintoregisterlabel {
    background: #fff;
    margin-bottom: 3px;
    margin-top: -13px;
    height: 95px;
}

.loginlabel h3 {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    margin: 0px;
    font-weight: normal;
    padding: 8px 0px 5px 0px;
    color: #4F4950;
    font-size: 20px;
    font-weight: bold;
}

.registlabel {
    background: #fff;
    margin-bottom: 5px;
    height: 70px;
    width: 98%;
}

.registlabelreg {
    background: #fff;
    margin-bottom: 5px;
    height: 70px;
}

.registlabel p {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    padding: 0px;
    margin: 0px;
    color: #4F4950;
    font-weight: normal;
    margin-top: -8px;
    font-size: 16px;
}

.registlabelreg p {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    padding: 0px;
    margin: 0px;
    color: #4F4950;
    font-weight: normal;
    margin-top: -8px;
    font-size: 16px;
}

.registlabel a:hover {
    text-decoration: none !important;
}

.signinlabel p {
    padding: 0px;
    margin: 0px;
    color: #4F4950;
    font-weight: normal;
    margin-top: -8px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.signinlabelreg p {
    padding: 0px;
    margin: 0px;
    color: #4F4950;
    font-weight: normal;
    margin-top: -8px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.login-input {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 18px;
    box-shadow: none;
    height: 64px;
    color: #4F4950 !important;
    font-weight: bold !important;
}

.login-button {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    border-radius: 0px;
    outline: 0;
    background: #FF0022;
    width: 100%;
    border: 0;
    padding: 16px;
    color: #FFFFFF;
    font-size: 24px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    height: 64px;
    border-radius: 20px;
}

.loginlabel button:hover, .form button:active, .form button:focus {
    background: #767C89;
}

input[type=text]:focus {
    border: 2px solid #2E3138;
}

input[type=password]:focus {
    border: 2px solid #2E3138;
}

.loginlabel .message-forpwd {
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}

.loginlabel .message-forpwd a {
    color: #279989 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.loginlabel .message-forpwd a:hover {
    color: #00be9c;
}

.loginbgimg {
    background-image: url("../../image/common/login-bg.jpg");
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 10px;
    padding-top: 10px;
}

.login-form-input {
    padding: 0px 30px;
}
/*Common CF style*/
a {
    /* color: #279989; */
    color: #4F4950;
}

a:focus, a:hover {
    /* color: #00be9c; */
    /* color: #FFFFFF;
    outline: none !important; */
    
    color: #767C89;
    outline: none !important;
}

div.confirmationBox span.fieldInfo a {
    text-decoration: underline; 
}

#scheduleConfirmation a{
    color: #FFFFFF;
    text-decoration: underline
}

/* .LabelCustomLogin {
    font-weight: bold;
    color: #4F4950;
    font-size: 14px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    text-transform: uppercase;
}
 */
/* Homepage*/
.home-banner-bg {
    background-image: url("../../image/common/home-banner.jpg");
    background-size: cover;
}

.homepage-heading {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 26px;
    color: #4F4950;
    margin: 0px;
    padding: 0px;
}

p {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    color: #768692;
    text-align: left
}

.primary-button-fullwidth {
    background-color: #3F4249;
    color: #fff;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 20px;
    Padding: 16px;
    width: 100%;
    text-align: left;
}

.primary-button-fullwidth:hover {
    background-color: #767C89;
    color: #fff;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 20px;
    Padding: 16px;
}

.medium_button {
    background-color: #3F4249;
    color: #fff;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    Padding: 16px;
    height: 46px;
}

.medium_button:hover {
    background-color: #ecf0f0;
    color: #fff;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    Padding: 16px;
    height: 46px;
}

.titlebar_header {
    background: #ecf0f0;
    margin-bottom: 30px;
}

.titlebar_header h1 {
    color: #768692;
    text-decoration: none;
    font-size: 26px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    padding: 10px 0px 0px 30px;
    margin: 0px;
    height: 50px;
}

.config-but {
    background: #fff;
    padding: 8px;
    /* border-radius: 5px; */
    margin-right: 15px;
    font-size: 14px !important;
}

.text-align-r {
    text-align: right;
}

.helveticaFontStyle-light {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.helveticaFontStyle-bold {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
}

.home-boxbutton-aro {
    float: right;
    padding-top: 7px;
}

.menuarrow {
    margin-top: -2px;
}

.spacerow {
    padding-top: .675rem;
}

.menuSelected {
    background: #4F4950;
}

input[type="number"] {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    outline: 0;
    background: #F6F6F6;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 14px;
    /* border-radius: 4px; */
    box-shadow: none;
    height: 45px;
    color: #4F4950 !important;
    font-weight: bold !important;
    border-radius: 20px;
}

input[type=number]:focus {
    border: 2px solid #2E3138;
    /* border-radius: 4px; */
    background: #FFFFFF;
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    height: 45px;
    color: #4F4950 !important;
    font-weight: bold !important;
    border-radius: 20px;
}

/* Analyse*/
.top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
}

.top-bar-section ul li {
    float: left;
    min-width: 150px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    height: 25px;
    margin-top: 21px;
    padding: 0px 0px 0px 0px;
}

.top-bar-section ul li a {
    color: #FFFFFF !important;
}

.margin-bot-10px {
    margin-bottom: 10px;
    text-align: left;
}

.top-bar, .top-bar ul {
    background: none;
    height: 50px;
    display: flex;
    align-items: center;
}

.analyse-menu-bg {
    background: black;
}

.analyse-nav {
    padding: 0px;
    height: 64px;
}

.analyse-nav input[placeholder] {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 14px;
    color: #279989 !important;
}

.searchbx-top-align {
    border-right: none !important;
    margin-top: 15px !important;
}

.alasearch-txt {
    width: 238px !important;
    height: 32px !important;
    color: #279989 !important;
}

.alasearch-icon-bg {
    background: #ecf0f0;
    /* border-radius: 4px; */
    height: 32px;
    padding-right: 15px !important;
    padding-top: 7px;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0px !important;
}
/*End  Analyse*/

/*Popup Style*/
.popup-bg {
    background: #ecf0f0;
    min-height: 725px !important;
    max-height: 100% !important;
    /* left: 15px !important; */
    padding: 0px !important;
    /* margin: 0px !important; */
    width: 100% !important;
    overflow-y: auto;
}

.poptitlebar {
    background: #2E3138;
    padding: 10px 0px 0px 0px;
}

.poptitlebar h4 {
    font-size: 22px;
    margin: 0px
}

.dashboard-review-Height {
    height: 220px;
    overflow: auto;
    margin-left: 32px !important;
    margin-right: 10px !important;
    width: 94%;
}

.mar-left-right-15px {
    margin-left: 15px;
    margin-right: 15px;
}

.ui-sortable li {
    margin-top: 5px !important;
}

.action-bg {
    /* background: #fff; */
    background: #2E3138;
    padding: 12px 20px;
    margin: 0px !important;
}

.new-label-heading {
    font-size: 18px;
    color: #4F4950 !important;
}

.text-link-button {
    font-weight: bold;
    background: none !important;
    color: #4F4950;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    Padding: 16px;
    text-decoration: underline;
}

.text-link-button:hover {
    font-weight: bold;
    background: none;
    color: #767C89 !important;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    Padding: 16px;
    text-decoration: underline;
}

.white-text {
    color: #fff !important;
}

/*Popup Style*/
.margin-bottom-30 {
    margin-bottom: 30px;
}

.top-100-rel {
    top: 100px;
    position: relative;
}

.margin-right-1em {
    margin-right: 1rem !important;
}

.table-heading-bg {
    background: #2E3138;
    padding: 5px;
    margin-bottom: 20px;
}

.action-button-bg {
    background: #2E3138;
    border-top: 1px solid #a4bcc2;
    padding: 10px;
}

.reveal {
    position: absolute;
    top: 6em !important;
    overflow: inherit;
    border: 0;
}

.reveal-override {
    position: relative !important;
    top: 5em !important;
}

.reveal h1 {
    background: #a4bcc2;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    padding: 10px;
}

.content-border {
    /* border: 1px solid #ecf0f0; */
    padding: 0px;
    border-top: none;
    margin-bottom: 1.5em;
    padding-top: 25px;
}

.headingbanner-bg {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 4px;
    background: #2e3138 !important;
    width: 100%;
    margin: 0px;
}

.popupheading-bg {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    padding: 10px;
    background: #2E3138 !important;
    width: 100%;
    margin: 0px;
}

.margin-left-1em {
    margin-left: 1em !important;
}

.settingpopupoverride {
    height: 46em !important;
    width: 60% !important;
    text-align: left;
    /* left: 15em !important; */
    overflow: hidden;
    padding: 0px;
}

.titlebar-padding {
    padding-top: .7em;
    padding-bottom: .6em;
    margin-bottom: 1em;
}

.padding-0 {
    padding: 0px !important;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.notfication-reveal-override {
    padding: 0px !important;
    width: 43em !important;
    overflow: hidden;
}
/*config*/
.config-pageheading-bg {
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF !important;
    padding: 10px;
    background: #2E3138 !important;
    width: 100%;
    margin: 0px;
}

.config-pageheading-bg label {
    font-size: 22px;
    color: #FFFFFF !important;
}

.padding-left-1em {
    padding-left: 1em !important;
}

.white-input {
    margin-bottom: 1em !important;
}

#configDashboardContent, #reportFilters select {
    padding: 0px;
}

#configDashboardContent, #reportFilters select option
    {
    background: #F6F6F6;
    width: 100%;
    padding: 5px;
    border: 0px !important;
    color: #4F4950;
    border-radius: 0px;
}

/* #configDashboardContent, #reportFiltersMain, #reportFilters select {
    padding: 0px;
}

#configDashboardContent, #reportFiltersMain, #reportFilters select option
    {
    background: #F6F6F6;
    width: 100%;
    padding: 5px;
    border: 0px !important;
    color: #4F4950;
    border-radius: 0px;
} */

/* #reportFiltersMain, #filterRow2 select {
    padding: 10px;
    padding-right: 20px;
}

#reportFiltersMain, #filterRow3 select {
    padding: 10px;
    padding-right: 20px;
} */

#widgetTolleranceOptionMainData select option {
    background: #F6F6F6;
    width: 100%;
    padding: 5px;
    border: 0px !important;
    color: #4F4950;
    border-radius: 0px;
}

#widgetTolleranceOptionMainData select {
    padding: 10px;
    padding-right: 20px;
}

.accessoryRow {
    padding: 3em 0;
}

.margin-top-1em {
    margin-top: 1em;
}

.margin-top-2em {
    margin-top: 2em;
}

.vehicle .vehicleElements li {
    border-bottom: 1px solid #ecf0f0;
    margin-left: 1em !important;
    margin-right: 1em !important;
    width: 98%;
    padding-top: 6px;
    /* text-align: left; */
}

.align-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.padding-1em {
    padding: 1em !important;
}

.datepicker td.active.day, .datepicker th.active.day {
    background: #009a89;
    color: #fff;
}

.datepicker td.old, .datepicker td.new {
    color: #A5ACB2;
    background: #ecf0f0 !important;
}

td.day {
    border: 2px solid #ecf0f0;
}

th.prev {
    background: #ecf0f0;
}

th.next {
    background: #ecf0f0;
}

th.dow {
    background: #ecf0f0;
}

.datepicker th.date-switch {
    background: #ecf0f0 !important;
}

.datepicker.dropdown-menu {
    background-color: #ecf0f0 !important;
    border: 2px solid #279989 !important;
    margin-top: -3px;
}

.datepicker td, .datepicker th {
    width: 38px !important;
    height: 31px !important;
    font-size: 14px !important;
}

div#paygroupManagement {
    background: none;
    border: none;
}

div#createDriverManagement {
    background: none;
    border: none;
}

.large-12.columns.modalContent ul li {
    margin-bottom: 5px;
    color: #4F4950;
    margin-right: 5px;
    float: right;
}

.large-12.columns.modalContent ul li a {
    color: #4F4950 !important;
    text-align: center;
}

.datepicker td span.active, .datepicker th span.active {
    background: #279989;
    color: #fff;
}

.datepicker.dropdown-menu {
    min-width: 240px;
}

span.month, span.year {
    background: #fff;
}

.datepicker-years td {
    background: #ecf0f0
}

.border-bottom-pad4 {
    border-bottom: 1px solid #ecf0f0;
    padding-bottom: 4px;
}

.snmedium_button_line {
    font-weight: bold;
    background: none;
    border: 2px solid #4F4950;
    color: #4F4950 !important;
    font-size: 12px;
    Padding: 8px;
    width: 130px !important;
    height: 34px !important;
    /* border-radius: 20px; */
    text-align: center;
    cursor: pointer;
}

.snmedium_button_line:hover {
    font-weight: bold;
    background: #767C89 !important;
    border: 2px solid #767C89;
    color: #fff !important;
    font-weight: bold;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    width: 130px !important;
    height: 34px !important;
    /* border-radius: 20px; */
    text-align: center;
}

div#userRoleSelect {
    background: none;
    border: none;
}

div#createUserRoleLeftPannel ul li {
    margin-bottom: 5px;
    color: #4F4950;
    margin-right: 21px;
    float: right;
}

div#createUserRoleLeftPannel ul li a {
    color: #4F4950 !important;
    text-align: center;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

div#modalW {
    background: none;
    border: none;
}

div#modalW ul li {
    margin-bottom: 5px;
    color: #4F4950;
    margin-right: 21px;
    float: right;
}

div#modalW ul li a {
    color: #4F4950 !important;
    text-align: center;
    font-size: 16px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.popup-tab1 {
    background: #fff;
    width: 148px;
    border-radius: 0px !important;
}

.popup-tab2 {
    background: #fff;
    width: 148px;
    border-radius: 0px !important;
}

.margin-0 {
    margin: 0px;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

.no-border {
    border: 0;
}

#vehicleSearch .ui-state-default, .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
    border-radius: 50% 50%;
}

.confirmationHeading {
    color: white;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-weight: bold;
    padding-left: 20px;
    /* padding-top: 10px; */
    background: none;
    font-size: 22px;
    border: none;
}

/* input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
    {
    background-color: #ecf0f0 !important;
} */

#QuoteTopMenu ul li {
    border-right: 1px solid #FFFFFF;
    color: #ffffff !important;
}

#QuoteTopMenu ul li:last-child {
    border-right: none;
}

#OrderTopMenu ul li {
    border-right: 1px solid #FFFFFF;
    color: #ffffff !important;
}

#OrderTopMenu ul li:last-child {
    border-right: none;
}

body {
    margin-top: 69px;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif" !important;
    background: #2E3138;
    background-image: url(/customfleet/resources/image/cpfo/background_wave-dc48b3c489a3fc309295db78a3c5f8ef.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#quoteHeadId:hover #quoteIdATag, #orderId:hover #orderIdATag, #manageId:hover #manageIdATag,
    #analyseIdATag:hover {
    color: #000000 !important;
}

#quoteHeadId a:after {
    border: none;
}

#quoteIdATag, #orderIdATag, #manageIdATag, #analyseIdATag {
    padding-top: 25px;
    padding-bottom: 29px;
    padding-right: 15px;
    padding-left: 15px;
}

#quoteHeadId:hover>#QuoteTopMenu, #orderId:hover>#OrderTopMenu,
    #manageId:hover>#ManageTopMenu {
    top: 69px !important;
    z-index: 23 !important;
}

#quoteHeadId:hover>#quoteIdATag:before, #orderId:hover>#orderIdATag:before
    {
    border: 1em solid #cc0033;
    border-color: #cc0033 transparent transparent transparent;
    content: ' ';
    width: 1em;
    height: 1em;
    top: 106%;
    margin-left: 8px;
    transition: margin-top 0.4s, opacity 0.5s;
    position: absolute;
    z-index: 24;
    border-bottom-width: 1px;
}

#manageId:hover>#manageIdATag:before, #analyseId:hover>#analyseIdATag:before
    {
    border: 1em solid #cc0033;
    border-color: #cc0033 transparent transparent transparent;
    content: ' ';
    width: 1em;
    height: 1em;
    top: 106%;
    margin-left: 12px;
    transition: margin-top 0.4s, opacity 0.5s;
    position: absolute;
    z-index: 24;
    border-bottom-width: 1px;
}

.margin-top-6em {
    margin-top: 6em;
}

#userSearchResults .dataTables_paginate {
    float: right;
    text-align: right;
    position: relative;
    margin-right: 10px;
    top: 3px;
}

input[selectorid='number_of_transactions'] {
    background-color: #fff !important;
}

.dashboardarrow {
    height: 9px;
    width: 10px;
    margin-top: -5px;
    margin-right: 4px;
    margin-left: 10;
}

.rotateright {
    transform: rotate(270deg);
}

.accordion .content.active {
    display: block;
    background: white;
}

.accordion .content {
    display: none;
    padding: 0.9375rem;
}

.modalContent .modal_nav li a {
    color: #4F4950 !important;
    text-align: center;
}

.modalContent .modal_nav li {
    margin-bottom: 5px;
    color: #4F4950;
    margin-right: 5px;
    float: right;
}

.errorDiv .error_message {
    top: -15px;
}

.fixed-pos {
    position: fixed !important;
}

#documentUpload>div#errorMsgId {
    position: absolute;
    max-width: 500px;
    padding-left: 60px;
    top: 0px;
}

#configDashboardContent .LabelCustom {
    color: #4F4950 !important;
}

/* #analysesubmenuid {
    position: fixed;
    width: 100%;
    z-index: 1;
}
 */
a.paginate_button:last-child {
    padding-right: 20px;
}

/* tr.odd {
    background-color: #ECF0F1 !important;
}

tr.even {
    background-color: #E2E8E9 !important;
} */

tr.odd {
    background-color: #E0E0DE !important;
}

tr.even {
    background-color: #F6F6F6 !important;
}

label.error {
    color: #f04124;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
}

.fixed-width-420 {
    width: 420px !important;
}

.fixed-width-600 {
    width: 600px !important;
}

.deleteNtfnFirstConfirm {
    background: rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: inline-block;
    height: 191px;
    left: 38%;
    opacity: 1;
    padding: 10px 10px 0;
    position: fixed;
    top: 210px;
    /*  visibility: visible; */
    width: 321px;
    z-index: 1000;
}

.passwordDetails {
    list-style: disc;
}

ul.passwordDetails {
    padding-left: inherit;
}

.grey-input {
    margin-bottom: 1em !important;
}

#insuranceFiltersMain {
    background: #fff;
    width: 100%;
    padding: 5px;
    padding-left: 15%; /* 35%; */
    border: 0px !important;
    color: #4F4950;
    border-radius: 0px;
}

.white-input-grey-border {
    background-color: #fff !important;
    margin-bottom: 1em !important;
    border: 5px solid #ecf0f0;
}

.error-style {
    float: left;
    padding-top: 5px;
    padding-left: 14px;
}

.ref-btn {
    margin-top: 32px;
    margin-right: 10px;
    margin-left: 20px;
}

.lowerCase {
    text-transform: lowercase !important;
}

.borderCircle {
    border-radius: 50% 50% 50% 50%;
    padding: 5px 6px 5px 6px;   
    color: #FFFFFF;
    background-color: #3F4249;
    border: none;
    line-height: 10px;
    display: inline-block;
}
/* END - Added for Foundation V6 upgrade*/


.topbar-center-logo .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    /* -webkit-flex: 1 1 auto; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}



.vertical-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.p-1 {
	padding: 1rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.m-0{
    margin: 0 !important;
}
.mt-1{
    margin-top: 1rem !important;
}
.mt-2{
    margin-top: 2rem !important;
}

.mt-7p{
    margin-top: 7px !important;
}

.ml-1{
    margin-left: 1rem !important;
}

.ml-2{
    margin-left: 2rem !important;
}
.cursor-auto{
    cursor: auto !important;
}

.account-class, .fleet-class, .costcentre-account-class, .costcentre-class {
    font-size: 14px !important; 
    padding: 14px !important;
    margin-top: 2px !important;
}

.search-option-wrapper{
    display: flex;
}

.login-body {
    background-image: url(/customfleet/resources/image/cpfo/login_background-33ba32fed46c30c6b650a33d1d76ea9d.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button:focus {
    background-color: #3F4249;
    color: #fefefe;
}

.label-font-color {
    color: #4F4950;
}


/* Loading spinner start */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* Loading spinner end */


/* new changes */
.progressbar-back{
 background-color: white;
 padding: 10px 10px 0px 10px;   
}


.main-div-back{
 background-color: white;
 /* padding-top: 0px; */    
 min-height: 500px;
 padding: 1rem;
}

/* Burger menu start */

.burger-menu {
    max-width: 300px;
    background: #2E3138;
    opacity: 90%;
    box-shadow: 2px 0 18px #15161a;
}

.menu.nested {
    margin-left: 1rem !important;
}

.menu.nested>li:hover {
    background-color: #767c8963;
}

.accordion-title::before {
    content: "\003e";
}

.is-accordion-submenu-parent>a::after {
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    font-weight: normal;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu>li>span {
    padding: 0.7rem 1rem;
}

#burgerMenu > * li {
    /* margin-bottom: 1rem; */
    min-height: 35px;
    padding-top: 5px;
}


/* report menu */
.report-menu-container {
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  padding: 25px 2px 20px 25px;
  border-radius: 17px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 3.5rem;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  right: 0.1rem;
}

.report-menu-scroll-container {
  padding-right: 15px;
  overflow: auto;
  max-height: calc(100vh - 250px);
}


.report-menu-container ul {
  list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    height: 100%;
    line-height: 2.5rem;
}
@media only screen and (max-height: 800px) {
    .report-menu-container ul{
        line-height: 2rem;
    }
}
.report-menu-container li {
    display : inline-flex;
    align-items: center;
    width: 100%;
}

.report-menu-container li > span:last-child {
  margin-left: auto;
}

.report-menu-container a:hover {
    text-decoration : underline;
}

.report-favourite-margin {
    margin: 0px 20px 0px 10px;
}

.myreport-title {
    color: #4F4950;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.account-description {
    color: #4F4950;
    font-size: 12px;
    font-weight: bold;
}

.account-arrow-icon {
    background: url("/customfleet/resources/image/cpfo/role_arrow-c5618b2477ad0713cbafe92183ec9f97.png") no-repeat 0px center;
    background-size: 8px;
}
.account-delete-icon {
    background: url("/customfleet/resources/image/cpfo/delete-e6041cbf3fd91206a27510c995c486da.svg") no-repeat 0px center;
    background-size: 13px;
}

.report-info-icon {
    background: url("/customfleet/resources/image/cpfo/info_black_border-3e1a6b3cb1080bc118f66309d17a0597.svg") no-repeat 0px center;
    background-size: 20px;
}

.favourite-black-off {
    background: url("/customfleet/resources/image/cpfo/star_empty_grey-6d94e33dcf724ba83757da7b66e3910a.svg") no-repeat 0px center;
    background-size: 13px;
}

.favourite-black-on {
    background: url("/customfleet/resources/image/cpfo/star_filled_grey-7a4dcda80ed44becb919a85fa297f862.svg") no-repeat 0px center;
    background-size: 13px;
}


.favourite-off {
    background: url("/customfleet/resources/image/cpfo/star_empty_white-32174c707face2ce082547c5045222b2.svg") no-repeat 6px center;
}

.favourite-on {
    background: url("/customfleet/resources/image/cpfo/star_filled_white-668780af8e7358b72906c6dbb95b4931.svg") no-repeat 6px center;
}
.favourite, .favourite-grey {
    cursor: pointer;
}

.pin-off {
    background: url("/customfleet/resources/image/cpfo/pin_white_off-034f4abd21a695e9de9593c24cd967ce.svg") no-repeat 6px center;
    background-size: 25px;
}

.pin-on {
    background: url("/customfleet/resources/image/cpfo/pin_white_on-c6051c31d0b49294e9aa40b8a583499d.svg") no-repeat 6px center;
    background-size: 25px;
}

.translucent-form-overlay {
  width: 100%;
  background-color: rgb(255 255 255 / 80%);
  padding: 20px;
  color: #4F4950;
  border-radius: 15px;
}

.translucent-form-overlay .columns.row {
  display: block;
}

.max-width-500 {
 max-width: 500px;
}

.role-card {
 min-height: 330px;
 border-radius: 17px;
 margin: 10px;
 background: #FFFFFF;
 padding: 1rem;
 background-color: rgb(255 255 255 / 80%);
 color: #4F4950;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif" !important;
}

.button:focus, .button:hover {
   background-color: #767C89;
   color: #FFFFFF;
}

.hasPlaceholder {
    color: #4F4950 !important;
    font-style: italic;
    font-weight: normal;
}

input[type = "password"]::placeholder {
 letter-spacing: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0 1000px #F6F6F6 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #F6F6F6 inset !important;
}


.popup-bg .text-link-button {
   color: #FFFFFF;
}

.popup-bg .text-link-button:hover {
   color: #767C89;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F6F6F6;
    border-radius: 0.3em;
    box-shadow: inset 0px 0px 1px 1px #b4bcbd;
    -webkit-box-shadow: inset 0px 0px 1px 1px #b4bcbd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #767676;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.menu-border-bottom {
    border-top: 1px solid white;
    margin: 0rem 1rem 1rem 1rem;
    padding: 10px 10px 10px 0px;
}

#burgerMenu-uldiv::-webkit-scrollbar-thumb {
    background: #2e3138;
    border-radius: 0.2em;
    box-shadow: inset 0px 0px 1px 1px #5e5e5e;
    -webkit-box-shadow: inset 0px 0px 1px 1px #5e5e5e;
}

/* Burger menu end */


.text-underline{
    text-decoration: underline;
}

/* to adjust the main div width to 90rem */
/* #mainBody .row {
    max-width:85rem;
} */

.ui-datepicker-header.ui-widget-header {
     background: #FFFFFF;
}

.hyperlink-container {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}

.color-white {
    color: #FFFFFF;
}

.color-red {
    color: red;
}

.font-bold {
    font-weight: bold;
}

.font-size-12 {
    font-size: 12px;
}

.contact-container {
    background-color: #E5E5E5;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 25rem;
}

.overflow-break {
 overflow-wrap: break-word;
}

.initials-circle {
    display: inline-block;
    background-color: #ba2e29;
    border-radius: 50%;
}

.initials-circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 50px;
    width: 50px;
    font-size: 25px;
}

 
 /************************************************************************************************/

/***** FLEXBOX *****/
.flex-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/*if flexbox list has 'small_icon' then position to the bottom*/
.flex-box li.info{
    position: absolute;
    right: 9px;
    bottom: 6px;
    cursor: pointer;
}

/*if flexbox list does :not have red or green text*/




/*****************************************/
/******** GRID LAYOUT ********************/
/****************************************/

/***** GRID-CONTAINER *****/
/*if mainBody row is using grid-container*/
/* #mainBody > .row{
    max-width: 100rem;
} */
.grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
    grid-auto-rows: 150px;
    grid-auto-columns: max-content;
}
.grid-container-4col {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    grid-auto-rows: 150px;
    grid-auto-columns: max-content;
}
.grid-item{
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding-bottom: 1rem;
    height: max-content;
}
/* ------ GRID SPAN ------- */
.grid-item.span-2{
    grid-column: span 2;
}
.grid-item.span-3{
    grid-column: span 3;
}
.grid-item.row-span-5{
    grid-row: span 5;
}
#marketing_content.span-5{
    grid-column: span 5;
}

/* ------ WIDE GRID CONTAINER------- */
.grid-container-wide{
    margin-top: 35px;
    grid-auto-rows: max-content;    
}
.grid-container-wide .grid-item{
    grid-column: 1 / -1;
    margin: 0;
    padding: 1rem;
}

.grid-container-wide .content{
    padding-left: 1rem;
    margin-top: 3rem;
    
}
/* ------ WIDE GRID CONTAINER - CARD CAROUSEL -------- */
.card-container .card-carousel .grid-item{
    grid-column: auto;
}

/****************************/
/******** VSP DRIVER PAGE ***/
/****************************/
/* to adjust the main div width to 90rem */
#mainBody .row {
    max-width:100rem;
}

/* #vsp_driver.without_contract{
    max-width: 90vw;
} */

#vsp_driver.with_contract{
    max-width: 100rem;
    margin-bottom: 1rem;
}

#vsp_driver .main_title{
    max-width: initial;
    padding-bottom: 1rem;
    padding-top: 0px;   
}

#vsp_driver.with_contract .grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    grid-auto-rows: max-content;
}
#vsp_driver.without_contract  #quote-review.grid-container {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    margin-bottom: 2rem;
}
/* #vsp_driver.without_contract  #quote-review .card-carousel.grid-container {
     grid-template-columns: repeat(2, 1fr);
} */

/*****************************************/
/******** CAROUSEL ***********************/
/****************************************/
/* ------ MARKETING CONTENT -------- */
#marketing_content .carousel-slider-container{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;  
}
#marketing_content .orbit .orbit-container > li{
    height: fit-content;
}
#marketing_content .orbit .orbit-controls button{ 
    top: 50%;
    transform: translateY(-50%);    
}
#marketing_content .orbit .orbit-controls .orbit-previous{
    left: -2em;
}
#marketing_content .orbit .orbit-controls .orbit-next{
    right: -2em;
}
/* #marketing_content .orbit .orbit-container > li img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
 */
/* ------ CARD CAROUSEL -------- */
.card-container .content{
    margin-top: 0;
    width: 100%;
}
.card-container .card-carousel{
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, 250px);
    justify-content: space-evenly;  
}
.card-container .card-carousel .card{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 0;   
    position: relative;
    padding: 0;    
/*     width: 276px; */
/*      min-width: 276px; */
}
.card-container .card-divider,
.card-container .card-section{
    padding: 0.5rem;
}
.card-container .card-divider{
    background: transparent;
}
.card-container .card-divider h4{
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-container .card-section > p{
    text-transform: uppercase;
    margin-bottom: 0;
    color: #4F4950;
    font-size: 14px;
}
.card-container .card-section > p > span{
    display: inline-block;
    text-align: left;
    width: 50%;
}
.card-container  .card-section .footer {
    margin-top: 10px;
}
.card-container  .card-section .footer  span{
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 4px #231F204D;
    width: auto;
    padding: 0.2rem 0.5rem;
    margin-right: 10px;
    vertical-align: top;
}

.card-container  .card-section .footer  span .tile-large-icon{
    top: -3px;
    left: 0;
}

.card-container  .card-section .footer .quote{
    font-size: 18px;
    width: 45%;
    line-height: 25px;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
    border-radius: unset;
    padding-left: 0;
    text-align: left;    
}
.grid-container-wide .card-container .icon-wrapper img,
.grid-container-wide .carousel-slider-container .icon-wrapper img{
    left: 0
}
.grid-container .info img,
.grid-container-4col .info img,
.card-container  .card-section .footer span:not(.quote),
.card-container  .card-section .footer span:not(.quote) img{
    cursor: pointer;
}
#vsp_driver.without_contract .card-container .card-section .footer span .tile-large-icon{
    top: 0px;
    left: 1px;
}
/* ------ CAROUSEL SLIDER -------- */
.carousel-slider-container li.title{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.carousel-slider-container .content{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 0;
    max-width: 1200px;
}
.orbit .orbit-container{
    position: relative;
}
.orbit .orbit-container > li {
    text-align: center;
    height: 450px;
}
.orbit .orbit-container > li.carouseLabelCustom {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.orbit .orbit-container > li h4{
    letter-spacing: 0.38px;
    color: #4F4950;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 1rem !important;
}
.orbit .orbit-container > li .icon-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1rem;
}
.orbit .orbit-container > li .iframe_wrapper{
    text-align: left;
    font-family: "CeraPROFamily", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    color: #768692;
    text-align: left;
    background-color: #F6F6F6;
}
/* ------ CAROUSEL SLIDER - navigation -------- */ 
.orbit .orbit-controls button{
    background-color: transparent;
    top: auto;
    bottom: -45px
}
.orbit .orbit-controls .show-for-sr, 
.orbit .orbit-controls .show-on-focus{
    position: relative !important;
}
.orbit-previous, .orbit-next{
    color: #15161A;
}
.orbit .orbit-controls .orbit-previous {
    left: 42%;
    right: auto;
    cursor: pointer;
}
.orbit .orbit-controls .orbit-next {
    left: auto;
    right: 42%;
    cursor: pointer;
}
.orbit .orbit-controls button .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  height: 1rem;
  width: 1rem;
}

.orbit .orbit-controls button .arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.orbit .orbit-controls button .arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* ------ CAROUSEL SLIDER - pagination -------- */ 
.orbit .orbit-bullets button{
    width: 13px;
    height: 13px;
    border: 1px solid #08214D;
    background-color: #ffffff;
}
.orbit .orbit-bullets button.is-active {
    background-color: #08214D;
}

/*****************************************/
/******** TILES    ***********************/
/****************************************/
/* Tiles - Number Plate */

#tile_number_plate{
    position: relative;
    width: fit-content;
}
#vsp_consultant_with_contract #tile_number_plate{
    left: 0;
}
#tile_number_plate .model{
    font-size: 1rem;
    color: #FFFFFF; 
    margin-bottom: 0;
}
#tile_number_plate .number_plate_wrapper{
    border-radius: 20px;
    background: #3F4249;
    width: 320px;
    height: 80px;  
    cursor: pointer; 
    position: relative;
    z-index:10;
}

#tile_number_plate .registration{
    color: #fff;
    letter-spacing: 9px;
    margin-bottom: 0;
}
#tile_number_plate .location{
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF; 
    margin-bottom: 0;   
    text-transform: uppercase;
    position: relative;
    bottom: 15px;
}

#tile_number_plate .number_plate_list{
    padding: 5px 10px;
    background: #3F4249;
    width: 320px;
    position: absolute;
    top: 80px;
    border-radius: 20px;
    border: solid #FFFFFF 2px;

    display: none;    
}
#tile_number_plate .number_plate_list > ul > li{
    color: #fff;
    line-height: 2em;
    font-size: 20px;
    text-align: left;
}
#tile_number_plate .number_plate_list > ul > li> a{
    color: #fff;    
}

/* Tiles - Kilometer */
#tile_kilometers li.red-box,
#tile_kilometers li.white-box,
#tile_kilometers li.orange-box{
    text-align: center;
    width: 9vw;
    border-radius: 20px;
    min-width: 110px;
}
/* Tiles: Overall Budget and Guage */
#tile_overall_budget{
    background-color: transparent;
}
#tile_overall_budget .overall_budget_container{
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative; 
}
#tile_overall_budget .guage_container{
    height: 17rem;
    width: 30rem;
    position: relative;
    background-image: url("/customfleet/resources/image/cpfo/gauge-e89d63d9c74d1ae922f8c0b461d8b8e0.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}
#tile_overall_budget .needle_container{
    width: 160px;
    height: 0px;
    position: absolute;
    top: 58%;
    left: 56%;
    transform: translate(-50%, -50%); 
}
#tile_overall_budget .needle_wrapper{
    width: 94px;
    height: 81px; 
    background-color: transparent;
    position: relative;
    animation: budget_overall_needle 2s ease-in-out;
}
#tile_overall_budget .needle{
    width: 87px;
    height: 27px;  
    position: absolute;
    background-image: url("/customfleet/resources/image/cpfo/niddle-6a047313af1076ef7a2c87bef9ba9a9f.svg");
    background-repeat: no-repeat;
    top: 65%;
    left: 47%;
    transform: scale(2) translate(-50%, -50%);
}

#tile_overall_budget .gauge_text,
#tile_overall_budget .gauge_text p{
    text-align: center;
    color: #4F4950;
}

#tile_overall_budget .gauge_text{
    margin-top: -14px;
}
#tile_overall_budget .gauge_text h4{
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 900;
}
#vsp_driver.with_contract #tile_overall_budget .gauge_text .orange-text, 
#vsp_driver.with_contract #tile_overall_budget .gauge_text .red-text, 
#vsp_driver.with_contract #tile_overall_budget .gauge_text .green-text{
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-bottom: 20px;
}

/* #tile_overall_budget .contact_text{
    position: relative;
    top: -60px;
} */

#tile_overall_budget .contact_text p{
    text-align: center;
}

#tile_overall_budget .contact_text a{
    text-decoration: underline;
}


/* Tiles: Odometer */
#tile_odometer.grid-item:not(.budget_tile) .flex-box li > p.indicator{
    width: auto;
}
#tile_odometer li.odometer > p:is(:not(.red-text):not(.green-text):not(.orange-text)).indicator{
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 13px;
    margin-bottom:10px;
    background: repeating-linear-gradient(90deg, 
        #4F4950 0, #4F4950 24px, 
        transparent 0, transparent 35px) 
        0 100%/ 240px 2px no-repeat;    
}

/* Tiles: Budget TILES */
.budget_tile .flex-box{
        flex-direction: column;
}
.budget_tile .budget_details span{
    font-size: 0.8rem;
}
.budget_tile:has(.noDefaultDisplay){
    height: 100px;
    min-height: 100px;
}
.budget_tile .progress_bar,
.budget_tile .budget_details {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3px;
} 
.budget_tile .progress_bar{
/*     margin-bottom: 10px;     */
    width: 98%;
}
.budget_tile .progress_bar > p:is(:not(.red-text):not(.green-text):not(.orange-text)){
    margin-top: 0;
    min-height: 20px;
}
.budget_tile .progress_bar .progress{
    width: 100%;
    border-radius: 10px;
    height: 20px;
} 
.budget_tile .progress_bar .progress-meter{
    border-radius: 10px;
    
    animation: budget_tile_bar 2s ease-in-out;
}
.budget_tile .progress_bar .progress-meter .progress-meter-text{
    opacity: 1;
    
    animation: budget_tile_bar_text 2s ease-in-out; 
}
.budget_tile .progress_bar .progress-meter.green{background-color: #52A886;}
.budget_tile .progress_bar .progress-meter.orange{background-color: #EAAA00;}
.budget_tile .progress_bar .progress-meter.red{background-color: #C10A27;}
.budget_tile .bold,
.overall_budget_container .bold{
    font-weight: 700;
}
.budget_tile .progress-meter-text{
    right: 0px;
    left: unset;
    font-size: 16px;
}

.budget_tile .text-right{
    float: right;
}

.budget_tile .green-text, .overall_budget_container .green-text{
    color: #346A56 !important;
}

.budget_tile .red-text, .overall_budget_container .red-text{
    color: #BA2E29 !important;
}
.budget_tile .orange-text, .overall_budget_container .orange-text{
    color: #CF7E00 !important;
}

/* Tiles: Budget TILES > Slide Effect */

.grid-item.overall_budget,
.grid-item.budget_tile{
    padding-bottom: 0;
    min-height: 115.5px;
}

.budget_tile_container{
    background: transparent;
    padding: 0
}
.budget_tile{
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-top:10px;
}
.budget_tile:first-child{
    margin: 0;
}
#fuel_budget .progress_bar .progress-meter{
    animation: budget_tile_bar 2s ease-in-out;
}
#maintenance_budget .progress_bar .progress-meter{
    animation: budget_tile_bar 1s ease-in-out;
}
#tyres_budget .progress_bar .progress-meter{
     animation: budget_tile_bar 3s ease-in-out;
}
#insurance_budget .progress_bar .progress-meter{
     animation: budget_tile_bar 3s ease-in-out;
}

.budget_tile .moreBudgetInfo{
    position: absolute;
    right: 50%;
    bottom: 20px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
/* TO FIX*/
.moreBudgetInfo img{
    rotate: 180deg;
}
.budget_tile .moreBudgetInfo > img.up_arrow{
    rotate: none;
}

#vsp_driver.with_contract .budget_tile .orange-text,
#vsp_driver.with_contract .budget_tile .red-text,
#vsp_driver.with_contract .budget_tile .green-text{
    font-size: 0.9rem
}


/*****************************************/
/******** COMPONENTS  ***********************/
/****************************************/

/* Tiles - Title */
    #welcome_message_container{
        margin-top: 25px;
    }
    #title_number_plate_container{
        position: relative;
    }
    .title{
      margin-bottom: 5px;
      margin-top: 5px;
      width: 100%;
    }
  .title .tile_heading {
      font-weight: bold;
      color: #4F4950;
      font-size: 1.2rem;
      padding-left: 15px;
      margin: 0;
    }
/* ------ ICONS -------- */ 
.icon-wrapper{
    border-radius: 30px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
.grey-circle{
    background: #F6F6F6;
    width: 30px;
    height: 30px    
}
.tile-large-icon{
    width: 20px;
    height: 20px;
    cursor: initial; 
    position: relative;
    top: 0px;
    left: 5px;
}

.tile-medium-icon{
    width: 16px;
    height: 16px;
    cursor: initial; 
    position: relative;
    top: 0px;
    left: 5px;
}


#vsp_driver.without_contract .icon-wrapper .tile-large-icon{
    left: -5px;
}
.tile-small-icon {
    width: 12px;
    height: 12px;
    margin: 3px;
    cursor: initial;        
}
#vsp_driver.with_contract{
    top: 50%;
    left: 50%;  
}

.grid-container .disabledTile, .grid-container-4col .disabledTile{
    background-color: #767676;
}


/* ------ TILE BOX -------- */ 
.red-box,
.white-box,
.orange-box{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    height: 5.6rem;
    min-width: 6rem;
    max-width:10rem;    
}
#vsp_driver.with_contract  .red-box,
#vsp_driver.with_contract  .white-box,
#vsp_driver.with_contract .orange-box{
       width: 7rem;    
}
#tile_kilometers  .red-text,
#tile_kilometers  .green-text,
#tile_kilometers .orange-text{
       font-size: 1.6rem;
}
.red-box > p,
.white-box > p,
.green-box > p{
    margin: 0;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
.red-box{
    background-color: #F5EAEB;
}
.orange-box{
    background-color: #FFFCF5;
}
.white-box{
    background-color: #FFFFFF;
}
.green-box{
    background-color: #D0E7DC;
}
.red-text,
.green-text,
.orange-text{
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 0;   
}
.red-text{
    color: #BA2E29;
}
.green-text{
    color: #346A56;
}
.orange-text{
    color: #CF7E00;
}
p.red-text:hover{
    color: #E4544F;
}
p.green-text:hover{
    color: #66A187;
}
p.orange-text:hover{
    color: #FFD21E;
}
li > p:is(:not(.red-text):not(.green-text):not(.orange-text)){
color: #4F4950;
    font-size: 0.6rem;
    margin-left: auto;
    margin-right: auto;
}

#vsp_driver.with_contract .red-text,
#vsp_driver.with_contract .green-text,
#vsp_driver.with_contract .orange-text{
 font-size: 1.6rem;
}

#vsp_driver.with_contract .flex-box li.budget_details .green-text,
#vsp_driver.with_contract .flex-box li.budget_details .red-text,
#vsp_driver.with_contract .flex-box li.budget_details .orange-text{
    font-size: 15px;
    text-transform: uppercase;
}

/* ------ SPINNER -------- */ 
.preLoader{
    display:none
}
.dot_container{
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}
/* ------ DOT - PULSE -------- */ 
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  /* background-color: #9880ff; */
  background-color: rgb(214, 0, 28);
  color: rgb(214, 0, 28);
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot2,
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color:  rgb(214, 0, 28);
  color: rgb(214, 0, 28);
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

/* Registration Search */
.registration_search_container{
    position: relative;
    max-width: 19rem;
}
.registration_search_container #regoInput{
    margin-top: 0 !important;
}
/* .registration_search_container #regoInputCrossSign {
    position: absolute;
    bottom: 5px;
    right: -18rem;
} */
/****************************/
/******** LAYOUT  ********/
/****************************/
/* ------ GUTTER -------- */ 
.mb-0{
    margin-bottom: 0;   
}

/****************************/
/******** TYPOGRAPHY ********/
/****************************/

/*    ------ MAIN HEADING -----   */ 
.main_title .heading{
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.76px;
    color: #fefefe; 
}
.main_title .sub-heading{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.44px;
/*     margin-left: 40px;   */  
}

/*    ------ TILES -----   */ 
.tiles{
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding-bottom: 20px;
}
#contact_us .tiles_wrapper{
    max-width: 500px;
    min-width: 350px;
    float: right;
}
#contact_us h2{
    text-align: center;
    line-height: 0.6;   
}
#contact_us .tiles{
    border-radius: 28px;
    padding: 15px
}
#contact_us .tiles > p{
    margin-bottom: 0;
    color: #4F4950;
    font-size: 0.8rem;
    letter-spacing: 0.44px;
    font-weight: 500;
    text-wrap: balance;
    line-height: 1.2;
}
.tiles .heading{
    color: #4F4950;
    font-size: 1.2rem;
    letter-spacing: 0.44px;
    font-weight: 900;   
}

/**REFACTOR from here ***/
    span.year, span.model{
        font-size: 14px !important;
        background: transparent !important;
    }

    .number_plate_wrapper h1{
        font-size: 2.3rem;
    	letter-spacing: 1.3rem;
        margin-bottom: 1rem;                
    }
    #vsp_consultant_with_contract .number_plate_wrapper h1{
        margin-top: 0;
    } 
    .number_plate_wrapper .more{
        position: absolute;
        bottom: 1px;
        right: 6rem;
        width: fit-content;
    }
    .number_plate_wrapper .more > img{
        width: 0.7rem;
    }   
    .number_plate_wrapper .more > img.up_arrow{
        rotate: 180deg;
    }       

/*****************************************/
/******** COMPONENT: QUICK ACCESS  *******/
/****************************************/

#quick_access{
    z-index: 100;
    position: fixed;
    right: 0;
}
#quick_access button{
    width: max-content;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 5px;
    position: absolute;
    transform: rotate(270deg);
    cursor: pointer;
    
    font-size: 14px;
    left: -72px;
    top: 43px;
    border-top: 1px solid #2E3138;
    
}
#quick_access .box{
        overflow: hidden;
        background: #ffffff;
        height: max-content;
        border: none;
        width: max-content;
        height: max-content;
    }
#quick_access .box-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;    
}
#quick_access .box-inner ul > li{
    display: flex;  
    border-radius: 10px;
    background: #E0E0DE;
    padding: 0.4rem;
    margin-bottom: 10px;
    max-width: 15rem;
    text-wrap: wrap;
} 
#quick_access .box-inner ul > li.close{
    background: transparent;
    padding: 0;
    margin: 0;  
    cursor: pointer;
}
#quick_access .box-inner ul > li.close img{
    cursor: pointer;
    display: -webkit-box;
    margin-left: auto;    
}
#quick_access .box-inner ul > li .tile-large-icon{
    margin-right: 1rem;
    width: auto;
    height: auto;
}
#quick_access .box-inner ul > li .title{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    color: #4F4950;
    display: inline-block;
    width: 10rem;
    height: auto;
    background: none;
}

.quick_access_container .deleteIcon{
    cursor: pointer; 
}

/*****************************************/
/******** COMPONENT: OVERLAY      *******/
/****************************************/
#overlay{
    display: none;
}
#overlay.addOverlay{
    display: block;
    z-index: 50;
}


/*****************************************/
/******** PAGES: MAINTENANCE PAGE  *******/
/****************************************/
body:has(.maintenance){
    background: none;
    background-color: #2E3138;  
}
.maintenance{
    background-image: url("/customfleet/resources/image/cpfo/maintenance_page_background-411fcd7b248a5a79a0b731309ca6b034.svg");
    background-repeat: no-repeat;
    background-position: right;
    color: #ffffff;
}
.maintenance h1{
    letter-spacing: 1.06px;
    color: #fefefe;
    font-weight: 600;
    font-size: 2.5rem;
}
.maintenance .message{
    color: #fefefe;
    letter-spacing: 0.8px;
    font-size: 1.8rem;
    line-height: 2rem;
    width: 35vw;   
}
.maintenance .contact_details{
    background: #ffffff;
    border-radius: 10px;
    padding: 1rem;  
}

.maintenance .contact_details > p{
    color: #4F4950;
    color: #4F4950;
    font-size: 0.8rem;
    font-weight: 600;   
}
.maintenance .contact_details .australia_number,
.maintenance .contact_details .new_zealand_number{
    text-transform: uppercase;
}
.maintenance .contact_details .big_green_text{
    color: #52A886;
    font-size: 2rem;
}
.maintenance .alternative_contact_details{
    margin-top: 3rem;
    margin-bottom: 3rem;    
}
.maintenance .alternative_contact_details > p {
    color: #ffffff;
} 
.maintenance .alternative_contact_details .australia,
.maintenance .alternative_contact_details .new_zealand{
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px; 
}
.maintenance .alternative_contact_details ul > li{
    font-size: 0.8rem;
}
.maintenance .alternative_contact_details .green_text{
    color: #52A886;
}
/*****************************************/
/******** PAGES: LOGIN PAGE       *******/
/****************************************/
/***************************************/
.login_banner_container {
    background: #73767B;
    display: none
}

.login_banner_container p {
    color: #ffffff;
    margin: 0.5rem;
    text-align: center;
}

.login-button{
    margin-top: 0;  
}
.login_container h2{
    font-size: 2.2rem;
}

.login-body .spinnerParent_Div{
    margin-top: auto;
}
/*****************************************/
/******** PAGES: ROLE CARD  PAGE  *******/
/****************************************/
/***************************************/

.select_role_heading h3{
    font-size: 1.6rem;
    margin-bottom: 0;
}
.select_role_container h3{
    font-size: 1.4rem;
}
.select_role_container h4{
    font-size: 0.9rem;
}
.select_role_container li{
    font-size: 0.9rem;
}
.select_role_container .role-card{
    min-height: max-content;
    padding-left: 3rem;
    padding-right: 3rem;    
}
.select_role_container .login-button{
    padding: 0;
    height: 40px;
}

/* ---ANNIMATION--- */

/* PAGE: TOT */
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

/* PAGE: VSP Driver*/
@keyframes budget_overall_needle{
    0%{
        transform: rotate(-26deg);
    }
}

@keyframes budget_tile_bar{
    0%{
        width: 1%;
    }
}

@keyframes budget_tile_bar_text{
    0%{
        opacity: 0;
    }
}


@keyframes rotate{
    0%{
        background-color: var(--blue);
        transform: rotate(-90deg);
    }
    80% { background-color: var(--blue); }
    
}
/********************************************/
/********************************************/
/* ---BREAKPOINTS--- */
@media only screen and (max-width: 1500x) {
/*     #mainBody > #vsp_driver.row:has(.grid-container) {
        max-width: 52rem;
    }    */
    .grid-container, .grid-container-4col{
        grid-template-columns: repeat(3, 1fr);
      }
/*     #vsp_driver.with_contract .grid-container,
    #vsp_driver.without_contract  #quote-review.grid-container {
        grid-template-columns: repeat(2, 1fr);
    } */
    #vsp_driver .card-container .card-carousel {
        grid-template-columns: repeat(auto-fill, 276px);
    }   
    .grid-container-wide .content > .grid-container .card4{
         grid-column: 1;
         grid-row: 2;
    }
    .grid-container-wide .content > .grid-container .card5{
         grid-column: 2;
         grid-row: 2;        
    }
    #contact_us .tiles > p{
        font-size: 16px;
    }
    #contract .flex-box li{
        padding-left: 5px;
        padding-right: 5px;
    }   
/*  #contact_us.tiles {
       margin-top: -12vh;
    } */
    #contact_us.tiles {
       margin-top: 0;
       width: 100%;
    }
    #tile_number_plate{
        left: 0;
        float: right;   
    }
    #vsp_driver.with_contract .red-text, #vsp_driver.with_contract .green-text, #vsp_driver.with_contract .orange-text{
            font-size: 1.6rem;
            font-weight: 800;
    }
}
@media only screen and (max-width: 1024px) {
    .grid-container, .grid-container-4col{
        grid-template-columns: repeat(3, 1fr);
      }
    .grid-container-wide .content > .grid-container{
        grid-gap: 1rem;
    }
    #quote-review .grid-item.span-2{
        grid-column: span 5;
    }
    #quote-review .grid-item.span-3{
        grid-column: span 5;
    }    
    #vsp_driver.with_contract .red-box, #vsp_driver.with_contract .white-box, #vsp_driver.with_contract .orange-box {
        width: 6rem;
    }     
    .maintenance .message{
        background: #2E3138;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 1rem;
        border-radius: 10px;
        opacity: 0.4;
        width: 70%;    
    }
    .maintenance .contact_details {
    width: 80%;
    opacity: 0.4;   }        
}
@media only screen and (max-width: 950px) {
    #contract .flex-box li{
        padding-left: 15px;
        padding-right: 15px;
    }       
    .grid-container, .grid-container-4col{
        grid-template-columns: repeat(2, 1fr);
      }
    .grid-container-wide .content > .grid-container .card3{
         grid-column: 1;
         grid-row: 2;
    }   
    .grid-container-wide .content > .grid-container .card4{
         grid-column: 2;
         grid-row: 2;
    }
    .grid-container-wide .content > .grid-container .card5{
         grid-column: 1;
         grid-row: 3;        
    }
    .orbit .orbit-controls .orbit-previous {
        left: 38%;
    }
    .orbit .orbit-controls .orbit-next {
        right: 38%;
    }   
}
/***************************************************************/

/*****************************************/
/*** GRID TILES UPDATE - TEMP           **/
/*** To fix lare                        **/
/****************************************/
#vsp_driver.without_contract  .grid-item {
    background-color: transparent;
}
#vsp_driver.without_contract .card-container .card-carousel .card{
    background-color: #F6F6F6;
}

#regoInputCrossSign {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: black;
    top: -38px !important;
}

.cf-popup-box-shadow {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media only screen and (max-width: 1680px) {
    .resize-home {
        padding-right: 34px;
    }       
    
    .resize-reporting{
    	padding-right: 40px;
    } 
}

@media only screen and (max-width: 1300px) {
    
    .resize-reporting{
    	padding-right: 40px;
    }
}



#titlebar input[type=button], #titlebar a{
    border: 1px solid #ffffff;
}

.titlebar-button-border {
    border: 1px solid #ffffff; 
}
.cursor-hand {
	cursor: pointer;
}


.tile-pagination-footer #tileSummaryTable_length {
   margin-left: auto;
}

.tile-pagination-footer select {
  max-width: 3rem;
  background-position: right center;
  max-height:2rem;
}


.tile-pagination-footer {
	    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
}

.download-hyperlink {
    color: #4F4950;
    font-size: 14px;
    text-decoration: underline;
}

.download-hyperlink:hover {
    color: #767C89;
}

.box-link {
	border: solid 2px;
    padding: 0px 3px 0px 3px;
    font-weight: bold;
    cursor: pointer;
}


#tileSummaryTable input[placeholder] {
	font-size: 12px;
}

#tileSummaryTable_length label {
	display: flex;
    justify-content: space-around;
    align-items: center;
    width: 10rem;
    padding-top: 3px;
    font-size: 12px;
 }

/* Styling for new Order Details Page and Contract Details Page developed as part of Project CPFO */ 

.menu-v2 {
	background-color: #2E3138;
    color: white;
    overflow-y: auto;
    word-wrap: break-word;
}

.menu-v2 a {
	color: white;
}
.menu-v2 a:hover {
	opacity: 50%;
}
.menu-v2 .active {
	background: #ffffff70;
} 

.accordion-title-v2 {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: white;
    background: #2E3138;
}

.detailsPage-v2 section.expanded .accordion-title-v2:before {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 1s ease-in-out;
}

.detailsPage-v2 .accordion-title-v2:before {
    content: "";
    background: url("/customfleet/resources/image/cpfo/plus_white-a1b5e6a8d32784f69097522f0acdbb9a.svg") no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    float: right;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 1s ease-in-out;
}

.detailsPage-v2 .plate-box {
	background: #3F4249 0% 0% no-repeat padding-box;
	border-radius: 12px;
	color:white;
	padding: 10px;
	max-width: 280px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#orderContentPanel .plate-box {
    max-width: 315px;
}

.detailsPage-v2 .plate-box .leftTop {
	background: white;
	border-radius: 5px;
	padding: 5px
}

.detailsPage-v2 .plate-box .rightTop {
	background: white;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	right: 8px;
}

.detailsPage-v2 .plate-box .leftBottom {
	background: white;
	border-radius: 5px;
	padding: 5px;
	margin-top: 3.5em;
}

.detailsPage-v2 .plate-box .rightBottom {
	background: white;
	border-radius: 5px;
	padding: 5px;
	margin-top: 3.5em;
	position: relative;
	right: 8px;
}

.detailsPage-v2 .plate-date {
	text-align: center;
    letter-spacing: 0.96px;
    font-size: 35px;
    font-weight: bold;    
}

.detailsPage-v2 .plate-rego {
	text-align: center;
    letter-spacing: 14px;
    font-size: 35px;
    font-weight: bold;    
}

.detailsPage-v2 .regoState {
	letter-spacing: 10px;
	font-weight: bold;    
}

.detailsPage-v2 .is-stuck .stickyMenuStuckHeading {
	display: block !important;
	color: #FEFEFE;
    font-size: 25px;
    padding-left: 1rem;
}

.detailsPage-v2 .valueFieldBorderLeft {
	border-left: 1px solid #4F4950;
}

.detailsPage-v2 .notAvailable, .detailsPage-v2 .notAvailable::after{
	font-style: italic;
    color: #8d8d8d;
    content: "Not Available";
    text-transform: capitalize !important;
}

.detailsPage-v2 .fieldInfo {
    max-width: none;
}

.detailsPage-v2 .upperCase{
	text-transform: uppercase;
}

.detailsPage-v2 .model{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
}

.detailsPage-v2 .grid-item {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.detailsPage-v2 .red-box, .detailsPage-v2 .white-box, .detailsPage-v2 .orange-box {
	max-width: 7.5rem;
}

.detailsPage-v2 .grid-container {
    grid-gap: 1.5rem;
    padding: 20px;
}

.plateDisplay .dot-pulse, .plateDisplay .dot-pulse::before, .plateDisplay .dot-pulse::after {
	background-color: #fff;
    color: #fff;	
}

.plateDisplay .dot_container{
    position: relative;
    margin-top: 35px;
    margin-left: 60px 
}

.detailsPage-v2 #regoState{
	letter-spacing: 10px;
    font-weight: bold;
}

.mb7p{
	margin-bottom: 7px;
}

.odometer p{
    line-height: 1.5;
}

.w79{
	width: 79%
}

.iFrameContainer{
	height: 480px;
}

#accountFilterDiv{
	min-width: 35em;
}

#viewContractPageButtons.optionsExpanded::after{
	content: " \2BC5";
}

#viewContractPageButtons::after{
	content: " \2BC6";
}
.pac-container {
    z-index: 10000;
}
.p-8-15 {
    padding: 8px 15px;
}

.div_left_side_toggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.div_right_side_toggle{
	display: flex; 
	align-items: center; 
	position: relative; 
	float:right;
}
.p_toggle_label{
	color: #2E3138; 
	margin-right: 10px; 
	margin-top: 20px;
    font-weight: bold;
}
.toggle_label{
	position: relative; 
	display: inline-block; 
	width:60px; 
	height:60px
}
.toggle_input{
	position: absolute; 
	opacity: 0; 
	width: 60px; 
	height: 26px;
}
