.upper-case {
    text-transform: uppercase;
}

.wabco-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: grey;
    opacity: 0.5;
    z-index: 999;
}

.wabco-loader .loader-spinner {
    font-size: 132px;
}

.wabco-loader--hidden {
    opacity: 0;
    visibility: hidden;
}

.top-banner{
    /*background-color: #f39323;
    color: #005bab;*/
    background-color: #005bab;
    margin: 0 -10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align:center;
}
.top-banner.top-banner-message{
    background-color: #f39323;
    color: #005bab;
}

.zfa-logo {
    background: #EEF0F5;
    height: 8px;
    margin-left: -10px;
    margin-right: -10px;
}

.row-logo-mobile {
    background: #00509d;
    margin: -10px -10px 0 -10px;
    display: flex;
}

.row-logo-mobile .main-logo-mobile {
    width: 82px;
}

.row-logo-mobile .logoUrlCustom {
    display: flex;
    align-items: center;
}

.row-logo-mobile .zfa-logo {
    margin-left: auto;
}

.zfa-logo-container {
    width: 130px;
    display: inline-block;
    left: 75%;
    position: relative;
    padding: 9px 10px 7px 10px;
    background: #EEF0F5;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;

}

.zfa-link {
   cursor: pointer;
}

.btn-outline-branch-selector {
    padding: 5px 15px;
    border-radius: 19px;
    /*border: 2px solid #fff;*/
    font-size: 14px;
    font-weight: 600 !important;
}
.common-loader-hide {
    display: none;
}
.common-loader-show{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.common-loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px !important;
}

.keywordTooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666666;
    text-align:left;
}

.keywordTooltip .top {
    min-width:250px;
    top:-10px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.keywordTooltip:hover .top {
    display:block;
}

.keywordTooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.keywordTooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

#signInFormWrapper {
    position: absolute;
    /*top: 100%;*/
    top: 30px;
    z-index: 1000;
    /*display: none;*/
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-clip: padding-box;
}
#signInFormWrapper.slideup, #signInFormWrapper.slidedown {
     max-height: 0;
     overflow-y: hidden;
     -webkit-transition: max-height 200ms linear;
     -moz-transition: max-height 200ms linear;
     -o-transition: max-height 200ms linear;
     transition: max-height 200ms linear;
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#signInFormWrapper.slidedown {
    max-height: 300px ;
}
/*.portalMenu-dropdown.open .dropdown-menu,.portalMenu-dropdown .dropdown-menu {
    display:none;
    overflow: hidden;
    -webkit-transition: height  200ms linear;
    -moz-transition: height  200ms linear;
    -o-transition: height  200ms linear;
    transition: height  200ms linear;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.portalMenu-dropdown.open .dropdown-menu{
    display:block;
}*/

/*.environmentText{
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    left: 65%;
    border: 1px solid #00509D;
    top: -15px;
    background: #00509D;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
}*/
.portalMenu-dropdown.dropdown .dropdown-menu,.portalMenu-dropdown.dropdown.open .dropdown-menu {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.portalMenu-dropdown.dropdown.open .dropdown-menu {
    max-height: inherit;
    opacity: 1;
}
#searchInfo {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 160px;
    width: 90%;
    margin: 1em 0 0;
    font-size: 12px;
    text-align: left;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #005bab;
    border-radius: 1em;
    padding: 1rem;
    padding-top: 2em;
}

.infoIcon {
    color: #005bab;
}

.closeSearchInfo {
    margin-top: -20px !important;
    margin-right: 0 !important;
    font-size: 1.7em;
    color: #005bab;
}

.login-toggle {
    text-decoration: none !important;
}
div.advancedSearchIcon.searchBtnAll {
    margin-top: 0;
}
div.searchBoxRow {
    margin: 10px 0;
}
div.mainQuickSearchDropdownWrapper {
    padding-top: 1px;
    padding-bottom: 15px;
}
div.mainQuickSearchDropdownWrapper .pull-right.searchBoxCloseBtn {
    margin-top: 10px;
}
div.mainQuickSearchBox {
    top: -30px;
}
.ui-autocomplete-category {
    cursor: default !important;
    padding: 15px 0px;
}

.groupBlock {
    width: 100%;
    display: block;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid hsla(0,0%,65.1%,.3);
    line-height: 0 !important;
    text-align: left;
}

.groupLabel {
    padding: 0 5px;
    vertical-align: middle;
    background: #fff;
    font-size: 11px;
    color: #a6a6a6;
}

.groupBlock .ui-menu-item-wrapper .ui-state-active {
    background: #fff !important;
}

.noClickOverlay {
    /* height: 120px; */
    min-height: 120px;
    overflow: visible;
    pointer-events: none;
    background:none !important;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.floatLeft{
    float:left;
    padding-right:10px;
}
#changeLocale-custom-desktop .flag-icon{
    font-size:18px;
    margin-right:6px;
    top: 2px;
}
#changeLocale-custom-desktop .flag-dropdown{
    font-weight:700;
}

.headerTopPanel .list-inline{
    margin:10px !important;
}
.headerTopPanel .list-inline>li{
    padding:0;
}
.headerTopPanel .misc-function{
    padding:0;
    float:right;
    margin-right:10px;
    top: 0px;
    left: 0px;
}

@media only screen and (min-width: 300px) and (max-width: /*900px*/991px) {
    .zfa-logo {
        display: none;
    }
    .zfa-link img {
        width: 100px;
        margin-left: auto;
    }
    .zfa-link {
        margin-left: auto;
    }
    .main-logo {
        max-width: calc(100% - 30px) !important;
    }
    #logoUrlCustom {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .searchPanel {
        border-top: 0 !important;
    }
    header .mobileHeaderBottom {
        display: inline-block;
        width: calc(100% + 20px) !important;
        position: relative;
        top: -10px;
        margin: 0 -10px;
    }
    .contentBody.cc_content_body.borderBottomRadius {
        margin-top: 0 !important;
    }
    .search-mobile {
        padding-top: 2px 0;
    }
    .top-centre-menu-div,
    .headerTopPanel .clearfix,
    .top-right-menu-div {
        display: none !important;
    }
    .searchPanel {
        padding-top: 0 !important;
    }
    .header .headerTopPanel {
        height: 0;
        /* margin: 0 !important; 17621*/ 
        padding: 0;
        display: block !important;
    }
    #top-left-menu-wrapper {
        display: inline-block;
        position: relative;
        top: -22px;
    }
    .top-left-menu-div {
        min-width: 170px !important;
    }
    .portalMenu-dropdown {
        padding-left: 10px !important;
    }
    .portalMenuText {
        display: inline-block !important;
    }
    .headerTopPanel .fa.fa-angle-down,
    .headerTopPanel .fa.fa-angle-up, .headerTopPanel .fa-drop-down-icon {
        top: 2px !important;
    }
    #banner-first-row {
        margin: -5px 0 0 0 !important;
    }
}
.searchPanel .dropdown.open .dropdown-menu {
    padding: 5px 10px 70px 10px !important;
}
#switcherMod{
    position: fixed;
    top: 0%;
    left: -50%;
    width: 200%;
    height: 200%;
    /*width: 200px;
    right: -15px;
    top: 35px;
    left: inherit;*/
    margin: 0 !important;
    z-index:999;
    background-color: rgb(121, 121, 121);
    background-color: rgba(121, 121, 121, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /*border: 1px solid #ddd;
    border:1px solid #005baa;
    border-left:0px;
    border-right:0px;
    box-shadow: 2px 4px 5px #ddd;*/
}
#switcherModDeskTop{
    position: fixed;
    top: 0%;
    left: -50%;
    width: 200%;
    height: 200%;
    /*width: 2400px;
    height:1200px;
    right: -275px;
    top: -6px;
    left: inherit;*/
    margin: 0 !important;
    z-index:999;
    background-color: rgb(121, 121, 121);
    background-color: rgba(121, 121, 121, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /*border:1px solid #005baa;
    border-left:0px;
    border-right:0px;
    box-shadow: 2px 4px 5px #ddd;*/
}
#switcherModDeskTop .modal-body {
    background: url(../CCHeader/wabco_logo_grey.svg) no-repeat left 25px bottom 25px;
    width: 1200px;
    overflow: hidden;
    left: 843px;
    top: 35px;
    border:1px solid #005baa;
    border-left:0px;
    border-right:0px;
    box-shadow:2px 4px 5px 2px rgba(0, 0, 0, 0.349019607843137);
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
     /* bottom: 0;
      min-width: 50%;
      min-height: 50%;*/
}
#switcherModDeskTop .modal-body {
    max-height: 2000px !important;
    /*overflow-y: auto;*/
    background-color: #F6F6F6 !important;
    padding: 6px 25px;
}
#switcherModDeskTop .localeModalDiv{
     /*background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)),url(../CCHeader/locator_bg.svg) no-repeat 40%;*/ /*top center;*/
     background: linear-gradient(rgba(246, 246, 246,0.9), rgba(246, 246, 246,0.8)),url(../CCHeader/locator_bg.svg) no-repeat 40%;
     background-size: contain;
     margin: 0 100px 50px 10px;
     height:450px;
}
#switcherModDeskTop  div.row.localeModalRow{
    margin-left:100px;
}
#switcherModDeskTop  .localeTitle{
    border-bottom: 1px dotted rgba(0, 91, 171, 0.6);
    padding-bottom: 20px;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 25px;
    color:#333333;
}
#switcherModDeskTop div.row.localeModalRow{
    column-count: 5;
    /* column-gap: 20px; */
    column-fill: auto;
    margin-left: 50px !important;
    margin-bottom: 50px !important;
    overflow: hidden;
    width: 100%;
    height: 380px;
    /*max-height: 90%;*/
}
#switcherModDeskTop  .modal-body .localeModalDiv .setLocaleCustom{
    background:transparent !important;
    border:none !important;
}
#switcherMod button,#switcherModDeskTop button{
    margin-bottom:0px;
}
#switcherMod .modal-header{
    padding: 5px;
    width: 200px;
}
#switcherMod .modal-body input,#switcherModDeskTop .modal-body input{
    margin-bottom: 0;
    padding: 7px 25px !important;
    color: #005bab !important;
    font-size:12px;
    font-weight:700;
    border:none !important;
}

#switcherMod .modal-body .localeModalTableDiv input:hover {
    color: #fff !important;
}
#switcherMod .modal-body {
     background: #fff !important;
     /*max-height: 500px !important;*/
     height: auto;
     max-height: 100vh !important;
     overflow-y: auto;
     padding: 6px;
     /*overflow: hidden;*/
     /*width:200px;
     left: 17%;*/
     width:100vw !important;
     left:-5px;
     top: 40px;
     border:1px solid #005baa;
     border-left:0px;
     border-right:0px;
     box-shadow:2px 4px 5px 2px rgba(0, 0, 0, 0.349019607843137);
     position: absolute;
     right: 0;
     margin: auto;
}
#switcherMod  .localeTitle{
    margin-top: 5px;
    border-bottom:none !important;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 15px;
    width: 100%;
    color:#333333;
}
.mobile {
    display: none !important;
}
.localModalColumnTitle {
    text-align: left;
    align-items: center;
    align-self: center;
    padding: 2px 2px 2px 2px;
    font-size: 18px;
    /*font-weight: 700;*/
    word-wrap:break-word;
    color:#333333;
}
.localModalColumnTitle p {
    margin: 0 !important;
}
/*div.localModalColumnTitle:not(:first-child) {*/
.clearfix.visible-lg.bottom-clearfix{
    /*margin-top:120px;*/
    margin-top:100px;
}

.localeModalTable tr:not(:first-child) td{
    border-bottom:1px dotted #e5e5e5 !important;
}
.localeModalTableDiv tr.localeModalTableFirstRow:hover,.localeModalTableDiv tr.localeModalTableFirstRow td:hover{
    background: none !important;
}
.closeLocaleSwitcherModal {
   margin: -5px -30px 0 0;
   float: right;
   font-weight: 700;
   color: #00509d;
   padding: 5px 10px;
   cursor: pointer;
   border-radius: 50%;
   font-size: 23px !important;
}
/*.closeLocaleSwitcherModal::hover{
    background:transparent !important;
}*/
.extra-left-margin_4 {
    /*margin-left: 4px;*/
    margin-left: 0;
}
.headerTopPanel{
    /* padding: 18px 0 18px 0 !important; */
    /* 17621 */
    /* margin-top: 18px; */
    margin-right: -10px;
    margin-left: -10px;
    /* background: linear-gradient(to bottom, #001024, #0070b4);  */
    color: #0057b7 !important;
}

.headerTopPanel a {
    /* 17621 */
    color: #0057b7 !important;
}

.portalMenuText {
    /* 17621 */
    color: #0057b7;
}
.signInSection>li{
    padding-left: 30px !important;
    padding-right:0 !important;
}
.signInSection>li.dropdown a span.arrowIcon,
.portalMenu-dropdown a span.arrowIcon,
#changeLocale-custom-desktop .arrowIcon{
    margin-left:6px;
}
.dropdown:not(.open) a span.fa-drop-down-icon:before{
    content:"\f107" !important;
}
.dropdown.open a span.fa-drop-down-icon:before{
    content:"\f106" !important;
}
#top-centre-menu-wrapper{
    font-weight:700;
}
.col-sm-10.top-centre-menu-div{
    width:76% !important
}
.col-sm-9.top-centre-menu-div{
    width:73% !important
}
.col-sm-1.top-right-menu-div{
    width:10% !important;
}
.top-left-menu-div{
    width:13% !important;
}
.col-sm-2.top-right-menu-div{
    width:16% !important;
}
.headerTopPanel ul{
    margin-bottom:0 !important;
}
.top-menu-username{
    font-weight:300;
}
.portalMenu-dropdown{
    /*margin-left: 20px;*/
    margin-left:10px;
}
.log-out-menu{
    max-width:350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top:5px;
    position:relative;
}
/*.log-out-menu a:focus, .log-out-menu a:hover {
    color:transparent;
}
.log-out-menu a:focus:after,.log-out-menu a:hover:after{
    content:attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left:auto;
    top:auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 0 .5rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
    white-space: normal;
    word-wrap: break-word;
    display:block;
    color:black;
    margin-top:-1.25rem;
}*/
.india-branch-switcher .dropdown{
    font-size: 12px;
    text-align: right;
    padding: 5px 20px;
}
.india-branch-switcher .dropdown .dropdown-toggle{
    font-weight: normal;
    color: #ffffff;
}
.india-branch-switcher .dropdown .arrowIcon{
    width: 10%;
    font-size: 20px;
    text-align: center;
}
.india-branch-switcher .dropdown .dropdown-label{
    font-weight: 700;
}
.india-branch-switcher .india-branch-switcher-option-container{
    position: absolute;
    width: 100%;
    border:none;
    border-bottom: 3px solid #005bab !important;
    background-color: #fff;
    z-index: 999;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    font-weight: normal;
    padding:0;
    margin:0;
    border-radius:0;
    animation: growDown 300ms ease-in-out;
    transform-origin: top center;
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
.india-branch-switcher .india-branch-switcher-option{
    float:right;
    padding-bottom: 20px;
    /*width:50%;*/
    width:auto;
    padding-left: 20px;
}
.india-branch-switcher .india-branch-switcher-option .row{
    text-align: left;
    margin: 0;
}
.india-branch-switcher .india-branch-switcher-option .row div{
    display:inline-block;
}
.india-branch-switcher .india-branch-switcher-option .row .col-icon{
    width:4%;
    text-align:center;
    color: #005bab;
}
.india-branch-switcher .india-branch-switcher-option .row .col-option{
    padding: 5px 0;
    width:90%;
}
.india-branch-switcher .india-branch-switcher-option .row:not(:last-child) .col-option{
    border-bottom: 1px dotted #005bab !important;
}
.india-branch-switcher .dropdown.open .dropdown-menu{
    transform: translateY(0);
}
.wabco-logo {
    width: 222px;
    height:60px;
    cursor: pointer;
    margin-left: 10px;
}
@media only screen and (max-width: 767px){
    .india-branch-switcher .india-branch-switcher-option{
        width:100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: /*900px*/991px) {
    #switcherModDeskTop{
        left: 0%;
        width: 100%;
    }
    #switcherModDeskTop .modal-body{
        max-width: 900px;
        width: auto;
        padding: 0;
    }
    #switcherModDeskTop .localeModalDiv{
        margin: 0 0 50px 0;
        padding: 0 10px;
    }
    #switcherModDeskTop div.row.localeModalRow{
        column-count:4;
        margin-left: 10px !important;
    }
    .closeLocaleSwitcherModal{
        margin-right: -20px;
    }
}
@media only screen and (min-width: 300px) and (max-width: /*900px*/991px) {
    .mobileHeaderColLogo,.mobileHeaderColDropDown,.mobileHeaderColIcon{
        height:35px;
        display: flex;
        align-items: center;
    }
    .portalMenu-dropdown a span.arrowIcon:before{
        vertical-align: middle;
        font-size: 25px;
    }
    .portalMenu-dropdown,.portalMenu-dropdown a span.arrowIcon{
        margin-left:6px !important;
    }
    .portalMenuText{
        display:none;
    }
}
@media only screen and (max-width: 767px) {
    .portalMenu-dropdown{
        margin-left:0 !important;
    }
    /*.portalMenu-dropdown,.mobileNavBarSearchIcon ,.mobileCartHeader,.mobileFlagHeader,.mobileNavBarIcon{
        height:35px;
    }*/
    .closeLocaleSwitcherModal{
        margin: -10px -10px 0 0;
        padding: 5px 8px;
        font-size: 14px !important;
    }
    .desktop {
       display: none !important;
    }
    .mobile {
        display: block !important;
    }
    #switcherMod .localeTitle{
        margin-top: 5px;
        border-bottom:none !important;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 0;
        margin-bottom: 15px;
        width: 100%;
        padding:0 15px;
    }
    .localModalColumnTitle{
        font-size:16px;
    }
}
