﻿#NewWebCat .new-webcat-top-txt {
    color: #09347a;
}

#NewWebCat .glyphicon-play {
    color: #09347a;
}

.nav-pills .dropdown-toggle, .nav-pills .dropdown-toggle:hover, .nav-pills .dropdown-toggle:focus {
    border: 1px solid #808080 !important;
    background-color: transparent !important;
    padding: 12px !important;
}

.headbar {
    background-color: #09347a;
}

#footer-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #141b1b;
    border-top: none;
    border: none;
    margin-top: -2px;
}

.flg-logo {
    vertical-align: top;
    width: 235px;
    padding: 5px;
    height: 40px;
    margin-top: 6px;
}

.contitech-logo {
    vertical-align: top;
    width: 95px;
    padding: 5px;
    margin-top: 6px;
}

.mann-logo {
    vertical-align: top;
    width: 55px;
    padding: 5px;
    margin-top: 6px;
}

.dynamic-main-img {
/*    background-image: url('../Layout/Uploads/Footer/26072018131510MAINSECTION.jpg') !important;
*/    background-position: left top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #b1b6ba !important;
}

.logo-home {
    background-image: url('../Images/BorgandBeck/Asset 1BB NEW WEBCAT.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 51px;
    width: 135px;
}

/*#splash-banner {
    border-bottom: 3px solid #09347a;
    position: relative;
    left: 10%;
    opacity: 1;
    height: 190px;
    padding: 50px;
    z-index: -1;*/
    /*    margin-top: -44%;*/
    /*border-bottom: none !important;
}*/
#splash-banner {
    /* margin-top: -40%; */
    position: relative;
    left: 0%;
    opacity: 1;
    padding: 50px;
    z-index: 0;
    margin-left: 19%;
    border-bottom: none !important;
    padding-top: 5%;
}

.green {
    color: #09347a;
}

.modal-body .table > thead > tr > th {
    border-bottom: 2px solid #ef4035;
}

.modal-body .table > thead > tr.wish-head > th {
    background: #09347a;
    color: #ef4035;
}

.price {
    /*background: #09347a !important;*/
    color: #ef4035;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.btn-primary,
.btn-success {
    /*border-bottom: 2px solid #ef4035;*/
    font-size: 14px;
    font-family: interstate;
    border-radius: 3px;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus {
        /*  color: #ef4035 !important;*/
        /* border-bottom: 2px solid #ef4035; */
    }

.btn-success {
    background-color: #09347a;
    color: #ef4035;
}



hr {
    border-bottom: 2px solid #ef4035;
}

.lnk-clear-all {
    color: #ffffff; /*color: #ef4035;*/
    font-size: 12px;
    font-family: interstate;
    margin-left: 10px;
    white-space: nowrap;
}

    .lnk-clear-all:hover {
        color: #ffffff;
        text-decoration: none;
    }

.spp h2 { /*select part panel header*/
    color: #ffffff;
    font-size: 48px;
    margin-top: 10px;
    font-family: interstate;
    text-transform: uppercase;
    border-bottom: 2px solid #ef4035;
    display: inline-block;
}

.spp h5 {
    background: #fff !important;
    font-family: interstate !important;
    text-transform: uppercase;
    color: #09347a;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

.btn-primary:hover, .btn-success:hover, .btn-primary:active, .btn-primary:focus {
    /* color: #ef4035;
    border-bottom: 2px solid #ef4035;*/
}

.btn-success:hover {
    background-color: #ef4035 !important;
    color: #ffffff;
}

.btn-primary .glyphicon {
    /* color: #ef4035;*/
    color: white;
}

.modal-link {
    color: #ef4035;
}

.vehicle-separator {
    color: #ef4035;
}

.header-link {
    color: #ffffff; /*color: #ef4035;*/
}

    .header-link:focus {
        color: #ffffff; /*color: #ef4035;*/
    }

/*Login area*/

#login-box-veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    right: 0;
    opacity: .6;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.login-box {
    font-size: 12pt;
    position: absolute;
    top: 73px;
    right: 0;
    width: 320px;
    height: 260px;
    background-color: #D3D3D3;
    opacity: 1;
    z-index: 101;
    padding: 20px;
    color: red;
    display: none;
}

    .login-box input {
        margin-bottom: 10px;
    }

.tritop {
    position: absolute;
    font-size: 20px;
    color: #D3D3D3;
    top: -15px;
    right: 40px;
}

.btn-login {
    font-size: 14px;
    position: absolute;
    right: 0;
    color: #ffffff;
    background-color: #808080;
    border: none;
    padding: 5px;
    width: 160px;
    border-radius: 3px;
}

.lnk-login {
    color: red;
    font-style: normal;
    font-size: 12pt;
    text-align: right;
    text-decoration: underline;
    padding: 5px 0 5px 0;
    cursor: pointer;
}

/*Search by vehicle section*/
#searchByVehSection {
    width: 291px !important;
    height: 344px;
    background-color: rgb(44,44,44,0.95);
    padding: 10px 0 10px 20px;
    border-top: none;
}

.sbv-title {
    border-bottom: 2px #ef4035 solid;
}

.btnSearch {
    background-color: #09347a;
    border-color: #ef4035;
}

    .btnSearch:hover {
        background-color: #ef4035;
    }


.btnSearch-other {
    background-color: #09347a;
    border-color: #ef4035;
}

    .btnSearch-other:hover {
        background-color: #ef4035;
    }

.dl-horizontal dt {
    color: #09347a;
    padding-top: 20px;
}

.dl-horizontal dd {
    color: #595959;
    padding-top: 20px;
}

/*Search by other method section*/
.sub-sec-ec {
    background-color: rgba(87, 88, 88, 0.95);
    height: 127px !important;
    width: 291px !important;
}


/*Modal forms customisation*/
.modal-header {
    font-family: interstate;
    color: #ffffff;
}

.modal-backorder .modal-header {
    font-family: interstate;
    background-color: none !important;
    color: none !important;
    border-bottom: none !important;
    min-height: 16.43px;
    padding: 10px 0;
    text-align: left;
}

.modal-backorder .modal-footer {
    border-top: 0px;
}

.modal-backorder .modal-header .modal-title-backorder {
    margin: auto !IMPORTANT;
}

.borg-modal-header {
    background-color: #09347a !important;
}

.modal-link {
    font-size: 11px;
    cursor: pointer;
}

    .modal-link:hover {
        text-decoration: underline;
    }

button.close {
    -webkit-appearance: none;
    padding: 9px;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    color: black;
    opacity: 1;
}

    .close:hover {
        color: red;
        opacity: 1;
    }

.modal-body {
}

    .modal-body h5 {
        font-family: interstate;
        color: #686868;
    }

.xlg {
    width: 80%;
}

.back-link {
    left: 286px;
    font-family: interstate;
    color: #ffffff;
}

a.btn.btn-primary.back-link {
    background-color: #808080 !important;
    display: none;
}

/*Tab controls customisation*/
.nav-tabs {
    color: #ef4035;
}

    .nav-tabs.nav-justified > .active > a {
        background-color: #09347a;
        color: #fff;
    }

    .nav-tabs.nav-justified > li > a {
        background-color: #595959;
        color: #fff;
        border: 1px solid #d6ebe6;
    }

        .nav-tabs.nav-justified > li > a:hover {
            background-color: #09347a;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #fff;
        background-color: #09347a;
    }



.tab-pane > .container-fluid {
    border: 0px solid #dedede;
    padding: 30px;
  /*  background: white;*/
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #F5402B !important;
}

.navbar-nav > li > a {
    text-shadow: none !important;
}

a#lnkMissing2.header-link-m {
    padding-left: 49px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-weight: bold;
}

.modal-title {
    text-align: left;
    text-transform: uppercase;
    padding: 5px 81px;
    font-weight: bold;
    color: #09347a !Important;
    /*margin-left: -81px;*/
}

.bs-search-vehicle-modal-lg .borg-modal-header .modal-title {
    color: #fff !important;
}


a#lnkInfo2.header-link-m {
    padding-left: 49px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-weight: bold;
}

a#lnkLogin2.header-link-m {
    padding-left: 49px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-weight: bold;
}

li.mobile-link {
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-weight: bold;
}

.lnkLogin {
    background-image: url(../Images/my-account-icon.png);
}

.link-products {
    /*background: #ffffff url(../layout/ad.jpg) no-repeat top right;*/
    /*background-size: 197px 114px;*/
    background-color: #ffffff;
    border: 10px solid #CDCDCD;
    color: #09347a;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    /*padding: 66px 0 0 2px;*/
    height: 169px; /*141px;*/
    width: 95%;
    background-size: auto 100% !important;
}

    .link-products:hover {
        border: 10px solid #999;
        color: #09347a;
        text-decoration: none;
    }

    .link-products img {
        max-height: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

.foot-links {
    background-color: #09347a;
    position: absolute;
    right: 0;
    height: 46px;
    width: 70px;
    text-align: center;
}

.foot-smi:hover {
/*    color: #fff200;*/
    color: red;
    text-decoration: none;
}

.foot-text:hover {
    color: #23527c !important;
}

.table-parts > thead > tr > th {
    background: #09347a;
    border: 0;
    color: white;
    font-family: interstate;
    font-weight: 500;
    text-transform: uppercase;
}

.pd-hdr-part {
    font-size: 25px;
    line-height: 25px;
    color: #09347a;
    border-bottom: 2px solid red;
    font-family: interstate;
    height: 30px;
    padding-left: 0;
}

.pd-hdr-other {
    font-size: 14px;
    line-height: 14px;
    color: #09347a;
    border-bottom: 2px solid red;
    font-family: interstate;
    height: 30px;
    padding-top: 10px;
}

.search-results {
    color: #09347a;
    margin-top: 6px;
    font-size: 15px;
}

    .search-results span {
        color: #ef4035;
    }

.table-parts > tbody > tr > td a {
    color: #09347a;
    font-weight: bold;
    text-decoration: underline;
}

.navbar-default .navbar-toggle {
    border: 1px solid #ef4035;
}

.btn-nav {
    border: 1px solid #ef4035;
}

.icon-bar {
    border: 1px solid white;
}

.nav > li {
    /*border-top:1px solid #ef4035;*/
}

.head-smi:hover {
    color: red;
}

.text-results {
    font-family: interstate;
}

.title-border {
    border-bottom: 2px solid #ef4035;
    color: #09347a;
}

.no-margin-top-12 {
    margin-top: 14px;
}

.a-href-symbol {
    color: black;
}

.advert-heading {
    background-color: #09347a !important;
    color: #fff !important;
}

#ad-banner {
    background-color: #09347a;
}

@media screen and (min-width: 1469px) {
    .advert-footer {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 991px) {
    .advert-footer {
       
    }
}

@media screen and (max-width: 990px) {
    .advert-footer {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}


/*composite images styling*/
.composite-image-table .column-fitting-pos {
    /*transform: (45degree);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
    background-color: #09347a;
    color: #FFF100;
}

.compositeImageHeader {
    width: 100%;
    color: #333;
    text-align: left;
    padding: 1px;
}

.composite-image-table-wraper {
    background-color: white;
}

.tooltip > .tooltip-inner {
    background: #09347a;
    color: #FFF100;
    font-family: interstate;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

    .tooltip > .tooltip-inner span {
        font-weight: normal;
        text-transform: none;
        font-family: interstate;
    }

.tooltip.top > .tooltip-arrow {
    border-bottom-color: #00573C;
    border-top-color: #00573C;
}

.composite-diagram {
    text-align: center;
}

    .composite-diagram .loading-img {
        background-image: url('../Images/BorgAndBeck/LoadingBorgBeck.gif');
        background-position: center;
        background-repeat: no-repeat;
    }


.table-parts > tbody > tr {
    background: #d5dfef;
    /*border-bottom:3px solid lightgrey;*/
}

    .table-parts > tbody > tr:nth-of-type(odd) {
        background: lightgrey;
    }

    .table-parts > tbody > tr > td {
        border: 2px solid #FFF;
    }

.col-small {
    width: 60px;
}

/* Style the indicator (dot/circle) */
.chk .checkmark:after {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4035;
}

.imageToolinfo {
    background: #09347a;
    color: #ef4035;
    font-family: interstate;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    cursor: auto;
    text-align: center;
    vertical-align: middle;
}




.imageTool-pd-hdr-other {
    font-size: 14px;
    line-height: 18px;
    color: #09347a;
    border-bottom: 2px solid red;
    font-family: interstate;
    height: 50px;
    padding-top: 18px;
    padding-left: 14px;
}

.imageTool-table {
    width: 95%;
    padding-left: 10px;
}

.further-part-information {
    background: #09347a;
    border: 0;
    color: #FFF100;
    font-family: interstate;
    font-weight: 500;
    padding: 3px;
    font-size: 12px;
}

.carousel .glyphicon.glyphicon-chevron-right {
    color: #09347a !important;
}

.carousel .glyphicon.glyphicon-chevron-left {
    color: #09347a !important;
}

.carousel-indicators li {
    background-color: #09347a !important;
}

.collapser {
    padding: 0.7% !important;
    background-color: rgb(0 0 0 / 65%) !important;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

.col-even {
    background-color: #d5d5d5 !important;
}

.col-odd {
    background-color: #d6ebf6 !important;
}

span.partlink {
    color: #09347a;
}

.cart-table tbody > tr:nth-of-type(odd) {
   /* background: lightgrey;*/
}

.cart-table tbody > tr:nth-of-type(even) {
    background-color: #d5dfef;
    ;
}

tr.cart-head-tr {
    background-color: #09347a;
}

.application-add-to-basket {
    border-radius: 3px;
    background-image: url(../Images/add-to-basket.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5402B !important;
    border: none;
    height: 30px;
    width: 54px;
}

#ReviewOrder {
    width: 100% !important;
    margin-top: 2%;
    background-color: #F5402B;
}

.add-to-basket-big:hover {
    background-color: #D3311F;
}

.add-to-basket-big {
    border-radius: 3px;
    background-image: url(../Images/add-to-basket.png);
    background-repeat: no-repeat;
    background-color: #f5402b;
    border: none;
    height: 30px;
    white-space: nowrap;
    margin: 1% 4%;
    width: auto;
    margin-right: -21px;
    background-position: 150px;
    padding-left: 30px;
    padding-right: 60px;
    color: white;
    text-transform: uppercase;
}

hr.hr.hr-cart {
    display: block !important;
    position: relative !important;
    /* margin: 24px 40px -71px -59px !important;*/
    height: 0;
    /* width: 149% !important;*/
    max-height: 0;
    font-size: 1px !Important;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 2px solid #aaaaaa !important;
}

span.span-subtotal-price-review {
    /* color: white;*/
    color: black;
}

.delivery-price-review-span {
    color: black;
}

span.delivery-price-review-span {
    float: right;
    color: black;
}

.NTR-header, .stock-page-header-title, .stock-page-header-p {
    color: black !important;
}

div.custom-product-group-name {
    cursor: pointer;
    background-color: #fff;
    color: #09347a;
}

div.text-right.deleted-parts-toggle {
    color: #09347a;
    margin-right: 16px;
}

main {
  /*  background-image: url(../Layout/Uploads/Footer/26072018131510MAINSECTION.jpg) !important;*/
    background-position: left top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #b1b6ba !important;
}

.cart-container {
    /*background-color: rgb(25 29 36 / 90%) !important;*/
    background-color: rgb(255 255 255 / 89%);
    padding: 3% !important;
}

/*div.content-wrapper {
    margin-top: 4%;
    background-color: rgb(25 29 36 / 90%) !important;
    padding: 7% 4%;
    color: white;
}*/

span#RedirectBasket.btn.btn-primary {
    float: right;
    background-color: #265a88;
}

.vehicle-details-and-image {
    background-color: white !important;
    margin: 9px 0px 0px;
}

.spp-braking {
/*    background-image: url('../Layout/Uploads/Footer/26072018131510MAINSECTION.jpg') !important;
*/    background-position: left top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #b1b6ba !important;
}

a.btn.btn-primary.custom-action-button {
    background-color: #F5402B !important;
    width: 180px;
}

    a.btn.btn-primary.custom-action-button:hover {
        background-color: #D3311F !important;
    }

ul#menu1.dropdown-menu {
    margin-top: 18px !important;
    background-color: #09347a;
}

.nav-pills .dropdown-menu {
    background-color: #09347a;
}

div#cphContent_panelPrivacyPolicy {
    background-color: #dddddd;
    padding: 0px 34px 0px 34px;
    /* margin-left: 726px; */
    margin-left: 733px;
    margin-top: -153px;
}

tr.cart-head-tr.cart-head-tr-webcat-orders {
    height: 40px;  
    background-color: #09347a;
    border: none !important;
}

.table-parts > tbody > tr:nth-of-type(odd) {
    background: lightgrey;
   
}

.table-parts > tbody > tr:nth-of-type(even) {
    background: #d5dfef;
}

.cart-tr:nth-of-type(odd) {
    background: lightgrey !important;
}

.cart-tr:nth-of-type(even) {
    background: #d5dfef !important;
}

.cart-tbody tr:nth-of-type(even) td {
    background: transparent !important;
}

.cart-tbody tr:nth-of-type(odd) td {
    background: transparent !important;
}


div.bckToOrder {    
    margin-left: 0px;    
}

.bcktoOrder-td {
    background-color: white !important;
}

.bcktoOrder-tr {
    background-color: white !important;
}

div#pResolveOrder {
   /* background-color: rgb(255 255 255 / 80%);
    width: 80%;
    padding: 2%;
    margin: auto;*/
}

.container-stock {
    width: 100% !important;
    background-color: white;
    padding: 1%;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: lightgrey;
}

.table-striped > tbody > tr:nth-of-type(even):hover {
    background-color: #d5dfef;
}

div#divSelectPartsForAvail {
    background: gray;
}

.collapser {
    color: #09347a;
    font-weight: bold;
}

div#cartprev.cart-preview {
    right: 28px !important;
    top: 74px !important;
    box-shadow: none;
    z-index: 4;
}

.cart-preview {
    position: absolute;
    min-height: 225px;
    width: 322px;
    background-color: #09347a;
    top: 66px;
    right: 93px;
    display: none;
}

div#tri-color-img {
    width: 12em;
    margin: 1.1em 2em;
    background-image: url(../Images/FirstLine/tri-color-logo.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

h2.animate.MyAccount {
    color: black;
}

#MyAccSub {
    color: black !important;
}

div.container.admin {
    padding: 53px;
}


.corporate-logos {
    position: relative;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 19%;
}

/*.corporate-logo-tag {
    background-repeat: no-repeat !important;
    background-size: contain;
    vertical-align: top;
    width: 30% !important;
    padding: 5px !important;
    height: 50px !important;
}

.tag-firstline {
    display: none;
}

.tag-borg {
    background-image: url('../images/borgandbecktag.png') !important;
}

.tag-key {
    display: none;
}
*/


.tag-firstline {
    background-image: url('../images/WWW_Firstline.png') !important;
    right: -102% !important;
    padding: 2% !important;
    top: 31% !important;
}

@media screen and (max-width: 1062px) {

   /* .corporate-logos {
        width: 100%;
    }*/
}


.alt-part {
    display: flex;
    flex-direction: column;
}

.center-text {
    text-align: center;
}

.alt-part-div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.alternate-price {
    Display: block;
    padding: 3%;
    background-color: #156082;
    color: white;
    font-size: 9px;
    white-space: nowrap;
    cursor: pointer;
}

.margin-2 {
    margin: 4px;
}

#apRowPartNumber {
    text-transform: none;
}

#apRowSubPartNumber {
    text-transform: none;
}