﻿/*General CSS*/
.Font-SourceSansPro {
    font-family: 'Source Sans Pro' !important;
}

.editlinkcolor {
    color: #005fae;
}

.FeaturedProductspriv {
    left: -38px;
    z-index: 10000;
}

.FeaturedProductsnext {
    right: -15px;
    z-index: 10000;
}

.wordbreak {
    word-break: break-all;
}

.SerpPartImage {
    min-height: 50px;
    min-width: 50px;
    /*max-height: 150px;
    max-width: 200px;*/
     max-height: 130px;
    max-width: 130px;
}

@media only screen and (max-width: 400px) {
    .supplier-image .SerpPartImage {
           max-width: 150px;
    }
}

.sugestrRadio input {
    float: left;
    margin-top: 6px;
}

.sugestrRadio label {
    display: block !important;
    margin-left: 20px;
}



.totalcolorgray {
    color: #e6e6e6;
}

ul.iconsspartdetails li {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block !important;
}

    ul.iconsspartdetails li:before {
        content: none !important;
        display: table-cell;
    }

.breadcrumbsparts {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 auto;
}

.ErrorSummary {
    color: #FF4848;
    border: solid 1px #FF4848;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-family: Calibri, "Open Sans Condensed";
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.5px;
    background-color: #FFECEC;
    font-weight: bold;
}

    .ErrorSummary ul {
        margin-bottom: 0;
    }

.ProductSearchLoading {
    width: 23px;
    margin-left: 10px;
    display: none;
}

.Overflow-featured-products {
    height: 30px;
    overflow-y: hidden;
}

.ManufactureCat .limit-content2 {
    max-height: 315px;
    overflow: hidden;
}



.viewmobile {
    display: none;
}

@media only screen and (max-width: 768px) {

    .product-container .limit-content2 {
        max-height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .viewmobile {
        display: block;
        margin-bottom: 10px;
        padding-left: 15px;
    }
}

.CreditCard-images {
    width: 45px;
}

@media only screen and (max-width: 400px) {
    .CreditCard-images {
        width: 35px;
    }
}

@media only screen and (max-width: 330px) {
    .CreditCard-images {
        width: 29px;
    }
}

.ShippingRateNote {
    list-style: disc !important;
}

.select-mask select:disabled, .select-mask select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.FontAwesome {
    font-family: "Font Awesome\ 5 Free" !important;
}

.defaultcursor {
    cursor: default;
}

.table-wrapperall {
    overflow-x: auto;
    width: 100%;
}

.table-wrapperallcredit {
    width: 100%;
}

@media only screen and (max-width: 1208px) {

    .table-wrapperallcredit {
        overflow-x: auto;
        width: 100%;
    }
}

.linecardbannar {
    max-width: 730px;
    width: 100%;
}


/*.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}*/

.ArrowPartDetails {
    position: absolute;
    top: 40%;
    right: -10px;
}


.seealt {
    cursor: pointer;
}

.notecolor {
    background-color: rgb(255, 72, 72);
}

.notecolorblue {
    background-color: #0548a8!important;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (max-width: 768px) {
    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
}

.border-bottom-medium-gray {
    border-bottom: 1px solid #edeef0;
}

.overflow-hidden {
    overflow: hidden;
}

/*.overflow-browes-list {
    overflow-y: hidden;
    height: 110px;
}*/

.lineHightPartbutton {
    line-height: 40px !important;
}

input.OLCButtonFlatRed, a.OLCButtonFlatRed {
    color: #FFF;
    display: inline-block;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 14px;
    padding: 0px 17px 0px 17px;
    border: 0px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; /*text-shadow: #4a4f50 0 1px 0;*/
    text-shadow: 0px 1px 0px #0a67a3;
    background-color: #e01424;
    vertical-align: top;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #bdc1c2;
    background-color: #efefef;
    border-radius: 2px;
    padding: 10px;
    color: #606769;
    font-size: 13px;
    font-family: Calibri, 'Open Sans Condensed';
    max-width: 600px;
}

.CustomeError {
    color: #e2211b;
    font-family: VinylOT;
}

.GrayedOut {
    -ms-filter: "alpha(opacity=40)" !important;
    filter: alpha(opacity=40) !important;
    -moz-opacity: 0.4 !important;
    -khtml-opacity: 0.4 !important;
    opacity: 0.4 !important;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="image"] {
    vertical-align: middle;
}

a.acolor {
    color: #237dbd !important;
}

.nounderline {
    text-decoration: none;
}

    .nounderline:hover {
        text-decoration: none;
    }

    .nounderline a {
        text-decoration: none;
    }

        .nounderline a:hover {
            text-decoration: none;
        }

.Progress {
    z-index: 1000;
    width: 55px;
    height: 54px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -55px;
}

div.UPSUpgradePopup {
    padding: 15px 15px 15px 15px;
}

    div.UPSUpgradePopup span {
        color: #000;
        font-family: Calibri, 'Open Sans Condensed';
        font-size: 16px;
    }

.highlight {
    background-color: yellow;
}

.corner-ad {
    background-color: #1089D6;
    padding-top: 200px;
    text-align: center;
    font-size: 40px;
    color: white;
    display: block;
    width: 300px;
    position: fixed;
    top: -116px;
    left: -134px;
    z-index: 100;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.fontVinylOT {
    font-family: VinylOT;
}

.fontfamilyVinylOT {
    font-family: VinylOT;
    font-weight: 500;
}

.fontVinylOT a {
    color: #002a49 !important;
}



.pricerequestnewbs {
    text-align: center;
    display: block;
    width: 180px;
    line-height: 22px;
}

.pricerequestbsheader {
    color: #002a4a;
}

.pricerequestnonborder {
    border-radius: 0;
}

.transparent_classActive {
    -ms-filter: "alpha(opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.transparent_classNoneActive {
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    /* Firefox 10+, Firefox on Android */
    -moz-opacity: 0.3 !important;
    -khtml-opacity: 0.3 !important;
    opacity: 0.3 !important;
    -ms-filter: "alpha(opacity=30)" !important;
}

.HoverChars > a:hover {
    font-weight: bold;
    color: #E2211B !important;
}

@media only screen and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

.scrollUp {
    position: fixed;
    top: 40%;
    margin-right: 25px;
    right: 0;
    cursor: pointer;
}

.imgButtonUp {
    border-radius: 8px;
    width: 30px;
}

.FeaturedServicesContent a {
    word-break: break-all;
}

.SupplierImg {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 82px;
}

.videohight {
    height: 160px !important;
}

.videoTitle {
    max-width: 350px;
    display: block;
    margin: auto;
}
/*General CSS*/

/*productsearchbs.aspx*/
.part-categories-col-view-wrap .links-wrap ul {
    display: none;
}

    .part-categories-col-view-wrap .links-wrap ul.show {
        display: block;
    }
/*productsearchbs.aspx*/

/*Parametric Search Feature*/
@media screen and (min-width:992px) {
    .browse-features-list {
        width: auto !important;
        min-width: 205px;
    }

    .browse-features-div {
        width: 100%;
        overflow-x: auto;
    }
}

.sec-level-sidebar .browse-sidebar-links button {
    cursor: pointer;
}

.vrtop {
    vertical-align: top !important;
}

.pagination-wrap .selectedpage {
    color: #fff !important;
}

.browse-features-list {
    background-color: #f5f6f7!important;
    border: none;
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
}

    .browse-features-list option {
        color: #002a49;
        font-size: 14px;
    }

.sec-level-sidebar .browse-sidebar-links .card a {
    color: #002a49;
}

.sec-level-sidebar .browse-sidebar-links .card li.active a {
    color: #076af5;
}

.sec-level-sidebar .browse-sidebar-links .card .browse-collapse select {
    border: none !important;
    overflow-y: scroll !important;
}

    .sec-level-sidebar .browse-sidebar-links .card .browse-collapse select::-webkit-scrollbar {
        background-color: #e6e6e6;
        border: 0;
        border-radius: 16px;
        width: 12px;
    }

    .sec-level-sidebar .browse-sidebar-links .card .browse-collapse select::-webkit-scrollbar-thumb {
        background-color: #c0c8ce;
        border-radius: 16px;
    }

    .sec-level-sidebar .browse-sidebar-links .card .browse-collapse select option {
        cursor: pointer;
    }

        .sec-level-sidebar .browse-sidebar-links .card .browse-collapse select option:not(:disabled):hover {
            color: #000;
            text-decoration: underline;
        }

        .sec-level-sidebar .browse-sidebar-links .card .browse-collapse select option span.word-wrap-nrm {
            word-wrap: normal;
            white-space: normal;
        }
/*Parametric Search Feature*/


/*Registerbs*/
.Register input[type=email], .Register input[type=password], .Register input[type=text], .Register textarea, .Register select {
    border-radius: 0;
    border: 1px solid #c0c8ce;
}

.Asterisk {
    color: red;
    padding-right: 3px;
}

.Erorr {
    color: red !important;
}

    .Erorr ul li {
        color: red !important;
    }

.leftbutton {
    text-align: left;
}

    .leftbutton input[type=submit] {
        width: 289px;
        height: 50px;
        font-size: 18px;
    }

.Register .checkbox label, .Register .checkbox label {
    padding-left: 3px;
}
/*Registerbs*/


/*cart old style */

.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopupOuter {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px #040505;
    -moz-box-shadow: 0 10px 25px #040505;
    box-shadow: 0 10px 25px #040505;
    max-width: 595px;
    width: 100%;
}


.PopupMainHeaderQ {
    background-color: #B1B1B3;
    padding: 15px;
}

div.PopupMainHeaderQ span.TxT {
    color: white;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 22px;
}

div.PopupMainHeaderQ div.CloseButton {
    float: right;
    cursor: pointer;
}

    div.PopupMainHeaderQ div.CloseButton span {
        color: #fff;
        font-family: Calibri, 'Open Sans Condensed';
        font-size: 22px;
    }

        div.PopupMainHeaderQ div.CloseButton span.X {
            font-weight: bold;
            font-size: 28px;
        }

div.PopupMainHeader {
    height: 30px;
    border: 1px solid #fff;
    background-color: #485761;
}



    div.PopupMainHeader div.CloseButton {
        float: right;
        height: 26px;
        width: 60px;
        background-color: #485761;
        cursor: pointer;
        border: none;
    }

        div.PopupMainHeader div.CloseButton span {
            color: #fff;
            font-family: Calibri, 'Open Sans Condensed';
            font-size: 15px;
            top: 2px;
            position: relative;
        }

table.MainTableOrderSummay {
    padding: 0px;
    margin: 12px 0px 0px 0px;
    border: 0px;
}

div.divOrderSummayOptions {
    max-width: 550px;
    width: 100%;
    background-color: #eeeeee;
    border: solid 1px #bfc3c4;
    height: 60px;
    line-height: 6px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

div.divOrderSummayOptionsSaveCart {
    max-width: 470px;
    width: 100%;
    background-color: #eeeeee;
    border: solid 1px #bfc3c4;
    height: 60px;
    line-height: 6px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.btnGreenCopy {
    border-radius: 4px 4px 4px 4px !important;
    color: #FFF !important;
    font-family: Calibri, 'Open Sans Condensed' !important;
    font-size: 12px !important;
    padding: 0px 17px 0px 17px !important;
    border: 0px !important;
    height: 33px !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px rgba(0,0,0,.3) !important;
    background-color: #9AC959 !important;
    vertical-align: middle !important;
    width: 85.5px !important;
}

.SpanGreenCopy {
    border-radius: 4px 4px 4px 4px !important;
    /* line-height: 21px; */
    color: #FFF !important;
    display: inline-block !important;
    font-family: Calibri, 'Open Sans Condensed' !important;
    font-size: 12px !important;
    padding: 4px 5px 0px 5px !important;
    border: 0px !important;
    height: 33px !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px rgba(0,0,0,.3) !important;
    background-color: #9AC959 !important;
    width: 75px !important;
    top: -3px;
    position: relative;
}

.OlcCaptureLink {
    padding: 2px 12px;
}

    .OlcCaptureLink p {
        line-height: 18px;
        margin-bottom: 0;
        background-color: #eeeeee;
        border: solid 1px #bfc3c4;
        padding: 7px;
    }

        .OlcCaptureLink p a {
            font-weight: bold;
            font-family: 'Segoe UI';
            font-size: 10.5px;
            color: #009cde !important;
        }



div.PopupMainFooterOrderSummary {
    height: 45px;
    border: 1px solid #fff;
    background-color: #000;
    width: 593px;
    position: relative;
    top: 12px;
}

    div.PopupMainFooterOrderSummary div.BottomButtons {
        padding: 6px 0px 0px 15px;
    }

div.PopupMainFooter div.BottomButtons {
    padding: 6px 0px 0px 15px;
}


table.MainTableOrderSummay tr td.PaddingLeft {
    padding-left: 15px;
}

table.MainTableOrderSummay tr td table {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    vertical-align: top;
    /*width: auto;*/
}

    table.MainTableOrderSummay tr td table tr td {
        padding: 0;
        margin: 0px;
        border: 0px;
        vertical-align: top;
    }

        table.MainTableOrderSummay tr td table tr td span.OrderSummayTitles {
            font-family: Calibri, 'Open Sans Condensed';
            font-size: 15px;
            color: #000;
        }

table.MainTableOrderSummay tr td span {
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 16px;
    color: #000;
}

.OrderSummaryInputMultiLine {
    width: 508px;
}



div.divOrderSummayOptions {
    max-width: 550px;
    width: 100%;
    background-color: #eeeeee;
    border: solid 1px #bfc3c4;
    height: 75px;
    line-height: 6px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .hidembile {
        display: none;
    }

    table.MainTableOrderSummay tr td p {
        width: 330px;
        font-family: Calibri, 'Open Sans Condensed';
        font-size: 16px;
        color: #000;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    div.PopupMainHeader div.CloseButton {
        width: 52px;
    }

    div.modalPopupOuter {
        top: -4px !important;
    }

    div.divOrderSummayOptions {
        max-width: 550px;
        width: 90%;
    }

    .OrderSummaryInputMultiLine {
        width: 100%;
    }
}

div.divOrderSummayOptionsSaveCart {
    max-width: 470px;
    width: 99%;
    background-color: #eeeeee;
    border: solid 1px #bfc3c4;
    height: 60px;
    line-height: 6px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

div.divOrderSummayOptionsCustom table.ControlOrderSummayOptions tr td label span {
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 14px;
}

div.divOrderSummayOptionsCustom span.ControlOrderSummayOptions input, div.divOrderSummayOptions table.ControlOrderSummayOptions tr td input {
    float: left;
    position: relative;
    top: 1px;
    left: -5px;
}

.OrderSummarySpace {
    height: 10px;
}

.ErorrOrderSummary {
    background-color: #ffff99;
    text-align: left;
    padding: 0px 5px 0px 5px;
    margin-bottom: 5px;
    border: dashed 1px #CDB774;
    max-width: 530px;
    width: 100%;
    color: red;
}


input.CheckoutAddressInput {
    height: 33px;
    border: solid 1px #bdc1c2;
    color: #000000;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0px 0px 0px 7px;
}

select.CheckoutAddressInput {
    height: 35px;
    border: solid 1px #bec0bf;
    color: #000;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 15px;
    padding: 4px 5px 4px 5px;
    margin-bottom: 12px;
}

.Asterisk {
    color: #e01424 !important;
}

input.OLCButtonBlue, a.OLCButtonBlue { /*Remove later*/
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    display: inline-block;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 14px;
    padding: 0px 17px 0px 17px;
    border: 0px;
    height: 33px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; /*text-shadow: #4a4f50 0 1px 0;*/
    text-shadow: 0px 1px 0px #0a67a3;
    background-color: #1089d6;
}

input.OLCButtonGray, a.OLCButtonGray { /*Remove later*/
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    display: inline-block;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 14px;
    padding: 0px 17px 0px 17px;
    border: 0px;
    height: 33px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px rgba(0,0,0,.3);
    background-color: #606769;
}

input.OLCButtonFlatSmallBlue, a.OLCButtonFlatSmallBlue {
    color: #FFF;
    display: inline-block;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 12px;
    padding: 0 7px 0 7px;
    border: 0;
    height: 25px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; /*text-shadow: #4a4f50 0 1px 0;*/
    text-shadow: 0 1px 0 #0a67a3;
    background-color: #1089d6;
    vertical-align: top;
}

.CheckoutShippingAddressImageLoading {
    position: absolute;
    top: 45%;
    left: 50%;
}



.ShareCardBox {
    width: 100px;
    color: #000;
    padding-top: 8px;
}


div.PopupMainHeader span.TxT {
    color: #fff;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 20px;
    float: left;
    font-weight: bold;
    padding-top: 3px;
}

@media only screen and (max-width: 768px) {

    div.PopupMainHeader span.TxT {
        font-size: 13px;
        padding-top: 6px;
    }
}

/*flatrateshippingbs.aspx*/
.aFlagsFRS img {
    width: 30px;
    height: 22px;
}

.featured-series-wrap .carousel-item img {
    max-width: 180px;
}
/*flatrateshippingbs.aspx*/

/*Part Details*/
.partdetails-image-representational {
    font-family: 'SourceSansPro';
    font-size: 14px;
    color: #6D7A84;
    margin-top: 2px;
    margin-bottom: 13px;
    font-style: italic;
}

.brdc ul {
    display: flex;
    flex-wrap: wrap;
}


.eciaImg {
    width: 42px;
    height: 18px;
    vertical-align: top;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

.product-wrap .tarifflogo {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.product-wrap .supplier-image {
    max-width: 201px;
    max-height: 90px;
}

a.nodecoration:hover {
    text-decoration: none !important;
}

.product-container .in-stock-display ul p span {
    margin-bottom: 0;
    font-style: italic;
    font-family: SourceSansPro;
    font-size: 14px;
}

.ResourceTablelist ul:last-child {
    border: none !important;
}

.product-container .related-items-wrap .longer .carousel-item > div {
    height: 280px;
}

.product-container .related-items-wrap .longerr .carousel-item > div {
    height: 300px;
}

.product-container .related-items-wrap .longer .line-height-1p3 {
    height: 45px;
}

.product-container .related-items-wrap .longerr .line-height-1p3 {
    height: 37px;
}

@media screen and (min-width:992px) {
    .product-container .related-items-wrap .longer .h3-wrap {
        height: 280px;
    }
}


@media screen and (min-width:992px) {
    .product-container .related-items-wrap .longerr .h3-wrap {
        height: 300px;
    }
}

.product-container ul li.LDis {
    text-decoration: line-through;
}

    .product-container ul li.LDis:last-child {
        text-decoration: none;
    }

.product-container .limit-content {
    max-height: 220px;
    overflow: hidden;
}

.product-container .limit-content-spec {
    max-height: 300px;
    overflow: hidden;
}

.sec-level-sidebar .browse-sidebar-links .card .browse-collapse .limit-content {
    max-height: 126px;
    overflow: hidden;
}

.product-container .limit-content-desc {
    max-height: 300px;
    overflow: hidden;
}

.ManufactureCat .limit-content {
    max-height: 275px;
    overflow: hidden;
}

.product-container a.moreinfo {
    color: #2880be !important;
    font-size: 14px;
    text-decoration: underline !important;
}


.product-container .longer img.img-bg, .product-container .longer img.img-contain {
    position: absolute;
    top: 0;
    left: 0;
    height: 135px;
}

.product-container .related-items-wrap .longer .carousel-item .img-wrap {
    width: 180px;
}


/*Part Details*/


/*Checkout*/
.cart-order-total .limit-content {
    max-height: 150px;
    overflow: hidden;
}

.checkout-container .shippingmethodcustom input[type=radio] {
    vertical-align: middle;
    position: relative;
    margin-right: 7px;
    margin-left: 0px;
    position: relative;
    top: 4px;
    float: left;
}


.checkout-container .shippingmethodcustom .align-items-start input[type=radio] {
    vertical-align: middle;
    position: relative;
    margin-right: 7px;
    margin-left: 0px;
    position: relative;
    top: 5px;
}

.checkout-container .shippingmethodcustom .main-radio {
    top: 10px !important;
}

.checkout-container .shippingmethodcustom input[type=checkbox] {
    display: inline-flex !important;
    margin-right: 7px;
}

.checkout-container .shippingmethodcustom input[type=checkbox] {
    display: inline-flex !important;
    margin-right: 7px;
}

.checkout-container .shippingmethodcustom .listcheckoutshiping li label {
    display: block;
    margin-left: 20px;
}



.checkout-container .shippingmethodcustom a.alinkshipping:hover {
    text-decoration: none !important;
}

.tblAddressConfirmation input[type=radio] {
    margin-left: 0 !important;
    margin-right: 5px;
}

.tblAddressConfirmation label {
    display: inline;
}


.cbCheckoutSame input {
    display: inline-block !important;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.cbCheckoutSame label {
    font-size: .875rem !important;
    display: inline !important;
}

.rbCheckoutTax input {
    display: inline-block !important;
    margin-left: -1.5625rem;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.rbCheckoutTax label {
    font-size: .875rem!important;
    font-weight: 600!important;
    margin-bottom: 0;
    display: inline;
}

.checkoutcheckbox label {
    padding-top: 7px;
}
/*Checkout*/



/*Quick View Popup*/
div.QuickView {
    padding: 20px;
}

    div.QuickView .tableQuickView {
        width: 100%;
    }

        div.QuickView .tableQuickView .PartInfo {
            width: 100%;
        }

            div.QuickView .tableQuickView .PartInfo h1.part-number {
                font-family: Calibri, 'Open Sans Condensed';
                font-weight: bold;
                font-size: 24px;
                color: #003047;
                margin-bottom: 17px;
            }

            div.QuickView .tableQuickView .PartInfo h2.part-mfr {
                font-family: Calibri, 'Open Sans Condensed';
                font-weight: bold;
                font-size: 18px;
                color: #009cde;
            }

                div.QuickView .tableQuickView .PartInfo h2.part-mfr a {
                    text-decoration: underline;
                }

            div.QuickView .tableQuickView .PartInfo h3.part-description {
                font-family: Calibri, 'Open Sans Condensed';
                font-size: 18px;
                color: #003047;
                margin-bottom: 25px;
            }

            div.QuickView .tableQuickView .PartInfo table.iconsLinks table, section.QuickView .tableQuickView .PartInfo table.iconsLinks table a {
                margin: 0;
                float: left;
                font-family: Calibri, 'Open Sans Condensed';
                font-weight: bold;
                font-size: 16px;
                color: #485862;
            }

            div.QuickView .tableQuickView .PartInfo table.iconsLinks td.Icon {
                width: 35px;
                padding-bottom: 10px;
            }

            div.QuickView .tableQuickView .PartInfo .part-image, div.QuickView .tableQuickView .PartInfo .supplier-image {
                text-align: center;
                padding: 10px 0;
            }

        div.QuickView .tableQuickView .PartPrice {
            width: 100%;
        }

            div.QuickView .tableQuickView .PartPrice div.Title {
                background-color: #ff9003;
                height: 25px;
                padding-left: 10px;
                color: #FFFFFF;
                font-family: Calibri, 'Open Sans Condensed';
                font-weight: bold;
                font-size: 18px;
                width: 242px;
                float: right;
            }

                div.QuickView .tableQuickView .PartPrice div.Title span {
                    font-weight: normal;
                    font-style: italic;
                }

table.PriceList {
    width: 100%;
}

.GrayTextBox {
    border: 2px solid #848284;
    width: 210px;
    height: 30px;
    text-align: center;
    color: #848284;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 18px;
    margin-top: 15px;
}

div.QuickView .tableQuickView div.PriceListRight {
    width: 230px;
    float: right;
    padding: 5px 10px;
}

    div.QuickView .tableQuickView div.PriceListRight table.PriceList tr {
        border-bottom: 1px solid #dfd7d4;
    }

        div.QuickView .tableQuickView div.PriceListRight table.PriceList tr:last-child {
            border-bottom: none;
        }

        div.QuickView .tableQuickView div.PriceListRight table.PriceList tr td {
            color: #003047;
            font-family: Calibri, 'Open Sans Condensed';
        }

div.QuickView .tableQuickView .PartAvailability {
    width: 100%;
    padding-top: 10px;
}

.GrayDarkBigButton {
    width: 293px;
    height: 40px;
    background-color: #475761;
    color: #FFFFFF;
    font-family: Calibri, 'Open Sans Condensed';
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

div.QuickView .tableQuickView .PartAvailability div.Title {
    background-color: #6ecc43;
    height: 25px;
    padding-left: 10px;
    color: #FFFFFF;
    font-family: Calibri, 'Open Sans Condensed';
    font-weight: bold;
    font-size: 18px;
    width: 242px;
    float: right;
}

.GreenBigDivButton div.CartImage {
    float: left;
    width: 30px;
    position: relative;
    left: 35px;
    top: -2px;
}

.GreenBigDivButton {
    margin-top: 5px;
    background-color: #00B157;
    width: 225px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
}

    .GreenBigDivButton a {
        color: #fff;
    }

div.QuickView .ProductImages {
    text-align: center;
}

    div.QuickView .ProductImages table {
        width: 100%;
    }

div.QuickView .tableQuickView div.AvailabilityContent {
    width: 230px;
    float: right;
}

    div.QuickView .tableQuickView div.AvailabilityContent .Cart table tr td {
        font-family: Calibri, 'Open Sans Condensed';
        color: #003047;
    }

td.CartFirstColumn {
    width: 82px;
}

div.QuickView .tableQuickView div.AvailabilityContent td.Cart td.RightInput {
    padding-left: 8px;
}

/*Quick View Popup*/

/*ParametricSearchFeatureBS*/
/*Same as stylebs.css => .browse-search-wrap button*/
.browse-search-wrap label {
    border-radius: .6875rem;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    margin-right: .3125rem;
    margin-bottom: .3125rem;
    padding-top: 0;
    padding-bottom: 0;
}

    .browse-search-wrap label:after {
        content: "\D7";
        font-size: 1rem;
        margin-left: .375rem;
    }

    .browse-search-wrap label span {
        vertical-align: text-bottom;
    }
/*ParametricSearchFeatureBS*/


/*New RMA*/
.NewRMA {
    background-color: white;
    padding: 15px 25px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro';
    color: black;
}

    .NewRMA .HeaderRMA {
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #DEDEDE;
        text-transform: uppercase;
        font-size: 17px;
        padding-bottom: 5px;
    }

    .NewRMA .FillOutRMA {
        background-color: #EFEFEF;
        padding: 25px 0;
        text-align: center;
        margin: 15px 0;
    }

    .NewRMA .FillOutGreenRMA {
        background-color: #00B157;
        padding: 15px;
        margin: 15px 0;
        color: white;
        font-weight: bold;
        font-size: 17px;
    }

    .NewRMA .FillOutRedRMA {
        background-color: #FFD3CD;
        padding: 25px 205px;
        text-align: center;
        margin: 15px 0;
        color: #E6243B;
        font-weight: bold;
        font-size: 16px;
        line-height: 17px;
    }

    .NewRMA .RMABulletsNumber {
        counter-reset: foo;
        display: table;
        margin: 15px 0;
        font-size: 16px;
    }

        .NewRMA .RMABulletsNumber li {
            list-style: none;
            display: table-row;
            counter-increment: foo;
        }

            .NewRMA .RMABulletsNumber li:before {
                content: counter(foo) ".";
                display: table-cell;
                text-align: right;
                padding-right: 5px;
            }

    .NewRMA .StepHeader {
        background-color: #035199;
        color: white;
        font-size: 17px;
        padding: 10px 15px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .NewRMA .StepSubHeader {
        font-size: 17px;
        font-weight: bold;
    }

    .NewRMA .StepSubHeaderDetails {
        font-size: 14px;
        font-style: italic;
        color: #AEAEAE;
        font-weight: bold;
    }

    .NewRMA .tblSelect {
        width: 100%;
        margin-bottom: 0;
    }

    .NewRMA .AllReturns30Days {
        width: auto;
        margin-bottom: 0;
    }

        .NewRMA .AllReturns30Days tr td {
            font-size: 16px;
        }

    .NewRMA .tblSelect tr td {
        padding-right: 15px;
        padding-bottom: 15px;
    }

        .NewRMA .tblSelect tr td select {
            padding: 5px 10px;
            width: 275px;
        }

        .NewRMA .tblSelect tr td input[type='text'] {
            padding: 5px 10px;
            width: 175px;
        }

    .NewRMA .FinishInfo {
        padding: 15px;
        font-size: 17px;
    }

        .NewRMA .FinishInfo a {
            color: #277CC2;
            font-size: 17px;
        }

    .NewRMA .FillOutGreenRMA i {
        padding-top: 3px;
        padding-right: 7px;
    }

    .NewRMA .cbRMA input {
        padding-right: 15px;
        position: relative;
        margin-right: 15px;
        top: 2px;
    }

    .NewRMA .DataItems tr:nth-child(odd) td {
        background-color: #F1F1F1;
    }

    .NewRMA .DataItems tr th {
        padding: 7px;
        text-align: center;
        margin: 0;
        background-color: #C8C8C8;
        color: #000;
        font-family: Calibri, 'Open Sans Condensed';
        font-size: 15px;
        font-weight: bold;
    }

    .NewRMA .DataItems tr td {
        font-family: Calibri, 'Open Sans Condensed';
        font-size: 15px;
        font-weight: bold;
        color: #000;
        padding: 8px;
        border: none;
    }

    .NewRMA .textNote {
        font-size: 16px;
        line-height: 18px;
    }

    .NewRMA .TermsConditions {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
    }

        .NewRMA .TermsConditions a {
            color: #5D65D4 !important;
        }
/*New RMA*/


/*Complete Checkout*/
.CompleteCheckout .CompleteHeader {
    background-color: #2BCC66;
}

.CompleteCheckout .CompleteHeaderTitle {
    color: #2BCC66;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
/*Complete Checkout*/



/*account*/
.Add-an-Address {
    width: 142px;
    height: 36px;
    font-family: VinylOT;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: red;
    background-color: #fff;
}

.delete-an-Address {
    width: 142px;
    font-family: VinylOT;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: black;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid black !important;
    padding: 7px;
    height: 36px;
    display: block;
}

.CustomerInfo span.cb-CustomerInfo input {
    float: left;
    margin-top: 6px;
}

.CustomerInfo span.cb-CustomerInfo label {
    display: block;
    margin-left: 20px;
}

.CustomerInfo span.cbCustomerInfo label {
    position: relative;
    left: 7px;
    top: 0px;
}

.CustomerInfo span.cbCustomerInfo2 label {
    position: relative;
    left: 7px;
    top: -7px;
}

.accountbs .form-control {
    border-radius: 0px;
}


.accountbs .card-header h6 {
    background: url(../images/icons/icon-minus-light.html) 100% no-repeat;
}

    .accountbs .card-header h6.collapsed {
        background: url(../images/icons/icon-plus-light.html) 100% no-repeat;
    }

.accountbs .clear {
    width: 38px;
    height: 36px;
    font-family: VinylOT;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.12;
    letter-spacing: normal;
    text-align: center;
    color: #0548a8;
}


.accountbs .search-btn-wrap {
    top: .35rem;
    right: 1.5625rem;
    z-index: 10;
}

.accountbs .ImageSort {
    margin-left: 5px;
}

.accountbs .tblActions li a {
    color: #2880be;
    font-size: 14px;
    text-decoration: underline;
}


.accountbs a.moreinfo {
    color: #2880be;
    font-size: 14px;
    text-decoration: underline;
}


.accountbs .CalendarCSS {
    background-color: #fff;
    color: Snow;
    border: none;
}

.accountbs .ajax__calendar_days {
    background-color: #fff !important;
}

.accountbs .ajax__calendar_day {
    background-color: #fff;
    font-style: italic;
    font-family: Courier;
}

.accountbs .ajax__calendar_header {
    background-color: #edeef0;
}

.accountbs .ajax__calendar_days, .accountbs .ajax__calendar_months, .ajax__calendar_years {
    width: 160px !important;
    padding: 2px !important;
    font-weight: bold !important;
}


.accountbs .ajax__calendar_container TABLE {
    width: 100% !important;
}

.accountbs .ajax__calendar tr td {
    border: none !important;
}

.accountbs .ajax__calendar td {
    border: none !important;
}


.clpaccount td.DownRow {
    padding-bottom: 10px;
    border-bottom: 2px dashed #469BE1;
}


.clpaccount td.UpRow {
    padding-top: 5px;
    font-size: 17px;
    font-style: italic;
}


.accountbs .lngcheck input[type=checkbox] {
    top: 6px;
    position: relative;
}
/*account*/




/*orderdetailsbs*/
.orderdetailsbs {
    /*font-family: VinylOT;*/
}



    /*Order Summary Review Instock Parts*/

    .orderdetailsbs .ShoppingCart .InStockGridHeader {
        background-color: #035199;
        color: white;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
        min-width: 600px;
    }

    .orderdetailsbs .ShoppingCart .FirstDiv {
        margin-top: 0;
    }

    .orderdetailsbs .ShoppingCart .InStockGrid {
        border: 1px solid #035199;
        margin: 0;
        border-top: none;
        width: 100%;
        min-width: 600px;
    }

        .orderdetailsbs .ShoppingCart .InStockGrid tr td {
            padding: 10px 7px;
            font-size: 16px;
            font-family: Calibri, 'Open Sans Condensed';
        }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.LineTotal {
                background-color: #ededed;
                text-align: right;
                padding: 5px 0;
                padding-right: 10px;
                font-weight: bold;
            }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.Quantity {
                text-align: right;
                padding-right: 10px;
            }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.Quantity input {
                    width: 50px;
                    border: 2px solid #848184;
                    padding: 3px;
                    text-align: center;
                }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.PartNumber {
                text-align: left;
                vertical-align: top;
            }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.PartNumber a {
                    color: #009cde;
                    font-weight: bold;
                }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.PartNumber input {
                    padding: 5px;
                    border: 2px solid #848184;
                    color: black;
                    width: 110px;
                }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.product {
                text-align: left;
                vertical-align: top;
            }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.product a {
                    font-family: Calibri, 'Open Sans Condensed';
                    color: #3c4950 !important;
                    font-size: 16px;
                }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td p {
                margin-bottom: 0;
            }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td .partDescriptionCut {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                line-height: 20px;
                max-height: 100px;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                font-size: 15px;
            }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.EmptyCell {
                padding: 0;
            }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.Separator {
                padding: 0;
                padding-right: 10px;
            }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.Separator div {
                    width: 100%;
                    height: 1px;
                    background-color: #dfd7d3;
                }

            .orderdetailsbs .ShoppingCart .InStockGrid tr td.UnitPrice {
                text-align: right;
                vertical-align: top;
                padding-right: 10px;
            }

                .orderdetailsbs .ShoppingCart .InStockGrid tr td.UnitPrice a {
                    font-family: Calibri, 'Open Sans Condensed';
                    color: #3c4950 !important;
                    font-size: 16px;
                }

.ShoppingCart .InStockGrid tr td.CartCount {
    color: #979797;
    vertical-align: middle;
    text-align: center;
}

.orderdetailsbs .ShoppingCart .InStockGrid tr td.productpicture {
    text-align: left;
    vertical-align: middle;
    padding: 0;
}

    .orderdetailsbs .ShoppingCart .InStockGrid tr td.productpicture img {
        width: 75px;
        height: 60px;
    }

.orderdetailsbs .ShoppingCart .CustomerAvailability span {
    color: #16ac2a !important;
    font-style: italic;
}

/*Order Summary Review Instock Parts*/

/*end orderdetailsbs*/


/*empty cart*/

.EmptyShoppingCart #btnQSearch {
    display: none;
}

.EmptyShoppingCart .hightdescfea {
    height: 75px;
    max-height: 75px;
}
/*end empty cart*/

/*track order*/
.TrackOrderPage input[type=email], .TrackOrderPage input[type=number], .TrackOrderPage input[type=password], .TrackOrderPage input[type=text] {
    border-radius: 0 !important;
}


.TrackOrderPage .rightborder {
    border-right: 1px solid #f5f6f7 !important;
}

.TrackOrderPage a.moreinfo {
    color: #2880be;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

/*track order*/


/*news*/

.newslist .newsdate {
    color: #90a2b0;
    letter-spacing: normal;
}

.newslist .newsdesc {
    color: #879199;
    letter-spacing: normal;
    font-size: 14px;
}

.newslist a.NewsSeeMore {
    color: #717d87;
    font-weight: 500;
    font-size: 14px;
}


.newslist .newsserachdates {
    color: #1089D6;
    letter-spacing: normal;
}

    .newslist .newsserachdates a {
        color: #1089D6;
        letter-spacing: normal;
    }

.newslist .search-btn-wrap {
    top: 0.3rem;
    right: 0.5625rem;
    z-index: 10;
}

.newslist .border-bottom-medium-gray {
    border-bottom: 1px solid #d9dadc;
}

.newslist.NewsDescription img {
    max-width: 100%;
}

.newslist .NewsDescription input[type="image"] {
    max-width: 100%;
}




/**/


/*blogbs*/


.blogbs .blogdesc {
    color: #879199;
    letter-spacing: normal;
    font-size: 14px;
}

.blogbs a.blogsSeeMore {
    color: #469BE1;
    font-weight: 500;
    font-size: 14px;
}

.blogbs .blogimg {
    height: 150px;
}

    .blogbs .blogimg img {
        max-width: 100%;
        height: 150px;
        width: 250px;
    }

.blogbs .fa-OLC-PlayVideo {
    position: absolute;
    top: 0;
    left: 38%;
    width: 45px !important;
}

.blogbs .newsserachdates {
    color: #1089D6;
    letter-spacing: normal;
}

    .blogbs .newsserachdates a {
        color: #1089D6;
        letter-spacing: normal;
    }

.blogbs .search-btn-wrap {
    top: 0.3rem;
    right: 0.5625rem;
    z-index: 10;
}

.blogbs .border-bottom-medium-gray {
    border-bottom: 1px solid #d9dadc;
}
/**/


/* blog video*/

.videoblogbs.MainBlogVideoBodyTD img {
    max-width: 100%;
}

.videoblogbs .MainBlogVideoBodyTD input[type="image"] {
    max-width: 100%;
}

.videoblogbs iframe {
    max-width: 100%;
}

.videoblogbs .blognextprev a {
    color: #469BE1;
    letter-spacing: normal;
}


.videoblogbs .prwhite {
    border-right: 4px solid white;
    border-left: 4px solid white;
}


.videoblogbs .imgblogtext img {
    width: 100%;
    height: 210px;
}

.videoblogbs .blogdesc {
    color: #879199;
    letter-spacing: normal;
    font-size: 14px;
}


.minBlogRelated {
    min-height: 90px;
    line-height: 30px;
}
/**/


/*quickbuybs*/

.quickbuybs .hightheader {
    height: 40px;
}

.quickbuybs .form-control {
    margin-bottom: 5px;
}

.crayon-blue {
    color: #076af5!important;
}
/**/

/*multisearch*/
.multisearchbs .maxw {
    max-width: 500px;
}
/**/


/*bomsearchbs*/
.bomsearchbs .count {
    color: #469BE1;
}



.bomsearchbs .table {
    background-color: transparent;
    margin-bottom: 1rem;
    width: 100%;
}

    .bomsearchbs .table td,
    .bomsearchbs .table th {
        border-top: 1px solid #dee2e6;
        padding: .75rem;
        vertical-align: top;
    }

    .bomsearchbs .table thead th {
        border-bottom: 2px solid #edeef0;
    }

    .bomsearchbs .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .bomsearchbs .table .table {
        background-color: #fff;
    }

.bomsearchbs .table-sm td,
.bomsearchbs .table-sm th {
    padding: .3rem;
}

.bomsearchbs .table-bordered,
.bomsearchbs .table-bordered td,
.bomsearchbs .table-bordered th {
    border: 1px solid #dee2e6;
}

    .bomsearchbs .table-bordered thead td,
    .bomsearchbs .table-bordered thead th {
        border-bottom-width: 2px;
    }

.bomsearchbs .table-borderless tbody + tbody,
.bomsearchbs .table-borderless td,
.bomsearchbs .table-borderless th,
.bomsearchbs .table-borderless thead th {
    border: 0;
}

.bomsearchbs .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.bomsearchbs .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.bomsearchbs .table-primary,
.bomsearchbs .table-primary > td,
.bomsearchbs .table-primary > th {
    background-color: #b8daff;
}

.bomsearchbs .table-hover .table-primary:hover,
.bomsearchbs .table-hover .table-primary:hover > td,
.bomsearchbs .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.bomsearchbs .table-secondary,
.bomsearchbs .table-secondary > td,
.bomsearchbs .table-secondary > th {
    background-color: #d6d8db;
}

.bomsearchbs .table-hover .table-secondary:hover,
.bomsearchbs .table-hover .table-secondary:hover > td,
.bomsearchbs .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.bomsearchbs .table-success,
.bomsearchbs .table-success > td,
.bomsearchbs .table-success > th {
    background-color: #c3e6cb;
}

.bomsearchbs .table-hover .table-success:hover,
.bomsearchbs .table-hover .table-success:hover > td,
.bomsearchbs .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.bomsearchbs .table-info,
.bomsearchbs .table-info > td,
.bomsearchbs .table-info > th {
    background-color: #bee5eb;
}

.bomsearchbs .table-hover .table-info:hover,
.bomsearchbs .table-hover .table-info:hover > td,
.bomsearchbs .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.bomsearchbs .table-warning,
.bomsearchbs .table-warning > td,
.bomsearchbs .table-warning > th {
    background-color: #ffeeba;
}

.bomsearchbs .table-hover .table-warning:hover,
.bomsearchbs .table-hover .table-warning:hover > td,
.bomsearchbs .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.bomsearchbs .table-danger,
.bomsearchbs .table-danger > td,
.bomsearchbs .table-danger > th {
    background-color: #f5c6cb;
}

.bomsearchbs .table-hover .table-danger:hover,
.bomsearchbs .table-hover .table-danger:hover > td,
.bomsearchbs .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.bomsearchbs .table-light,
.bomsearchbs .table-light > td,
.bomsearchbs .table-light > th {
    background-color: #fdfdfe;
}

.bomsearchbs .table-hover .table-light:hover,
.bomsearchbs .table-hover .table-light:hover > td,
.bomsearchbs .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.bomsearchbs .table-dark,
.bomsearchbs .table-dark > td,
.bomsearchbs .table-dark > th {
    background-color: #c6c8ca;
}

.bomsearchbs .table-hover .table-dark:hover,
.bomsearchbs .table-hover .table-dark:hover > td,
.bomsearchbs .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.bomsearchbs .table-active,
.bomsearchbs .table-active > td,
.bomsearchbs .table-active > th,
.bomsearchbs .table-hover .table-active:hover,
.bomsearchbs .table-hover .table-active:hover > td,
.bomsearchbs .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075);
}

.bomsearchbs .table .thead-dark th {
    background-color: #212529;
    border-color: #32383e;
    color: #fff;
}

.bomsearchbs .table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
}

.bomsearchbs .table-dark {
    background-color: #212529;
    color: #fff;
}

    .bomsearchbs .table-dark td,
    .bomsearchbs .table-dark th,
    .bomsearchbs .table-dark thead th {
        border-color: #edeef0;
    }

    .bomsearchbs .table-dark.table-bordered {
        border: 0;
    }

    .bomsearchbs .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0, 0%, 100%, .05);
    }

    .bomsearchbs .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0, 0%, 100%, .075);
    }

@media (max-width:575.98px) {
    .bomsearchbs .table-responsive-sm {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

        .bomsearchbs .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .bomsearchbs .table-responsive-md {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

        .bomsearchbs .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .bomsearchbs .table-responsive-lg {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

        .bomsearchbs .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .bomsearchbs .table-responsive-xl {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

        .bomsearchbs .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.bomsearchbs .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
}

    .bomsearchbs .table-responsive > .table-bordered {
        border: 0;
    }

.bomsearchbs .navbar {
    display: none;
}

.bomsearchbs .badge {
    border: 1px solid #000;
}

.bomsearchbs .table {
    border-collapse: collapse!important;
}

    .bomsearchbs .table td,
    .bomsearchbs .table th {
        background-color: #fff!important;
    }

.bomsearchbs .table-bordered td,
.bomsearchbs .table-bordered th {
    border: 1px solid #dee2e6!important;
}

.bomsearchbs .table-dark {
    color: inherit;
}

    .bomsearchbs .table-dark tbody + tbody,
    .bomsearchbs .table-dark td,
    .bomsearchbs .table-dark th,
    .bomsearchbs .table-dark thead th {
        border-color: #dee2e6;
    }

.bomsearchbs .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
}




.bomsearchbs table {
    margin-bottom: 2.5rem;
}

.bomsearchbs .table th {
    color: #002a49;
    font-family: VinylOT, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.bomsearchbs a.moreinfo {
    color: #2880be;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}


/**/

/*Matrix Style*/
.Matrix #page {
    width: 1000px !important;
    max-width: none !important;
    padding: 0 0px 20px 0px;
}

.Matrix table.metix tr td {
    border: 1px solid #F4F4F4;
}

.Matrix .FirstTD {
    height: 20px;
    background-color: #0361AF;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none !important;
}

.Matrix .FirstTD1 {
    background-color: #EFEFEF;
    color: #717171;
    vertical-align: middle;
    font-weight: bold;
}

.Matrix .FirstTD a {
    color: #fff;
    width: 131px;
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #4083BB;
}

.Matrix .FirstTD .a1 {
    height: 60px;
}

.Matrix .BodyTD {
    max-height: 80px;
    width: 85px;
    color: #fff;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

    .Matrix .BodyTD a img {
        width: 70px;
        height: 70px;
    }

.Matrix .main {
    background-color: #FFF;
}

.Matrix .alt {
    background-color: #FFF;
}

.Matrix .first {
    width: 130px;
    text-align: center !important;
    vertical-align: middle;
}

.Matrix div.headerText {
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 15px 0;
    font-family: Calibri, 'Open Sans Condensed';
    font-weight: bold;
    background-color: #0361AF;
    line-height: 30px;
}

    .Matrix div.headerText span {
        font-size: 14px;
        font-weight: normal;
        color: #A2B5C5;
    }

.Matrix table.metix tr:hover td.h {
    background-color: #0361AF;
    cursor: pointer;
}

.Matrix table.metix tr:hover td.FirstTD {
    background-color: #0361AF;
}

.Matrix table.metix tr:hover td.FirstTD1 {
    background-color: #EFEFEF;
}

.Matrix .TDHoverAction {
    background-color: #0361AF !important;
    cursor: pointer;
}

.Matrix #triangle-topright {
    width: 15px;
    height: 0;
    left: 17px;
    top: 110px;
    border-top: 100px solid #efefef;
    border-left: 100px solid transparent;
    position: absolute;
    display: inline-block;
}

.Matrix .tddiag {
    background: rgba(239, 239, 239, 1);
    background: linear-gradient(21deg, #0361af 50%, #efefef 51%);
    color: #fff;
    height: 50px;
    border-bottom: 1px solid #4083BB !important;
}

    .Matrix .tddiag span:first-child {
        position: relative;
        top: 27px;
        left: -20px;
    }

    .Matrix .tddiag span:last-child {
        position: relative;
        top: -22px;
        left: 18px;
        color: #717171;
    }

.Matrix #triangle-topright p {
    color: black !important;
    margin: 0 auto;
    position: relative;
    top: -63px;
    left: -24px;
}

.Matrix #triangle-bottomleft {
    width: 15px;
    height: 0;
    border-bottom: 100px solid #0361AF;
    border-right: 100px solid transparent;
    display: block;
}

    .Matrix #triangle-bottomleft p {
        color: #fff !important;
        top: 36px;
        position: relative;
        left: 15px;
    }
/*Matrix Style*/

/*quick buy bom */


.newbom .removeX {
    color: #E1E1E1;
    font-size: 30px;
    line-height: 30px;
}

.newbom .removeXgrid {
    color: #E1E1E1;
    font-size: 30px;
    line-height: 22px;
}

.newbom .fa-OLC-Search {
    display: none;
}

.newbom .tt-input {
    background-color: #fff !important;
}

.newbom .tt-dropdown-menu .type {
    background-color: inherit !important;
    float: right;
    padding: 0px;
    padding-right: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.newbom .tt-dropdown-menu {
    font-size: 14px;
}

.newbom .suggestionsinputGray {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.newbom .tt-suggestion {
    padding-left: 4px;
}

.newbom .img-contain {
    height: 87px;
    width: 100%;
    position: relative;
}


@media only screen and (max-width: 768px) {

    .newbom .tt-suggestions {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .newbom ::-webkit-input-placeholder {
        font-size: 11px!important;
    }

    .newbom :-moz-placeholder { /* Firefox 18- */
        font-size: 11px!important;
    }

    .newbom ::-moz-placeholder { /* Firefox 19+ */
        font-size: 11px!important;
    }

    .newbom .mobiletextt input[type="text"] {
        padding: 1px;
    }
}

.newbom .tbUpperSearch {
    width: 100%;
}
/*quick buy bom */


/*request for notification*/
.RequestNotification input[type='radio'] {
    display: inline-block !important;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.RequestNotification label {
    font-size: .925rem!important;
    margin-bottom: 0;
    display: inline;
}
/*request for notification*/

/*aboutusbs*/
.aboutus .aboutusimge {
    width: 300px;
    height: 280px;
}

.aboutus .ulaboutusbs li a {
    font-size: 14px;
    color: #0068b3;
}
/*aboutusbs*/

/*prop65bs*/
.prop65bs a {
    color: #108DDC !important;
}

/*prop65bs*/

/*CallLogRating*/
.CallLogRating {
    margin: 30px 0px;
    color: black;
    background-color: white;
    font-size: 15px;
    position: relative;
}

    .CallLogRating .Above7Days {
        height: 100%;
        background-color: gray;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
    }

    .CallLogRating .Message {
        border: 1px solid #F4F4F4;
        padding: 7px;
        background-color: white;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .CallLogRating .Message img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

    .CallLogRating .rating {
        border: 1px solid #E5E198;
        background-color: #FFFDDA;
        padding: 10px;
        padding-right: 30px;
        border-radius: 10px;
        color: #5A5A59;
        font-weight: bold;
    }

        .CallLogRating .rating .btnGood {
            border-radius: 7px;
            font-weight: bold;
            color: green;
            background-color: white;
            border: 1px solid green;
            margin-left: 10px;
            padding: 3px 7px;
            cursor: pointer;
        }

        .CallLogRating .rating .btnBad {
            border-radius: 7px;
            font-weight: bold;
            color: red;
            background-color: white;
            border: 1px solid red;
            margin-left: 10px;
            padding: 3px 7px;
            cursor: pointer;
        }

        .CallLogRating .rating .btnUpdate {
            width: 100%;
            text-align: right;
        }

            .CallLogRating .rating .btnUpdate input {
                background-color: #F5F5F5;
                border: 1px solid #C6C6C0;
                padding: 3px 10px;
                color: black;
                border-radius: 7px;
                font-weight: bold;
                cursor: pointer;
                margin-left: 7px;
            }

.SelectCallLogRating {
    border-radius: 7px;
    font-weight: bold;
    color: white;
    background-color: green;
    margin-left: 10px;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 13px;
}

.SelectRedCallLogRating {
    border-radius: 7px;
    font-weight: bold;
    color: white;
    background-color: red;
    margin-left: 10px;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 13px;
}

.CallLogRating .UpdateRating {
    font-weight: normal !important;
}

    .CallLogRating .UpdateRating .HideChange {
        text-align: right;
    }

        .CallLogRating .UpdateRating .HideChange a {
            padding-left: 15px;
            font-weight: bold;
        }

/*CallLogRating*/

.apruvevalid {
    width:120px;

}

.apruveTagline {
    position: relative !important;
    color: #0e1824 !important;
    display: block !important;
    font-family: Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-style: italic !important;
    text-transform: none !important;
    /* margin: 5px 0 0 0 !important; */
}

