﻿.slide-down .global-header {
    animation-name: none !important;
}

.slide-up .global-header {
    animation-name: none !important;
}

.custom-head {
    width: 85% !important;
    margin: 30px auto 0 !important;
    background-color: #fff !important;
    margin-top: 30px !important;
    padding-right: 10px !important;
    padding-top: 15px !important;
    text-align: right;
    max-width: 1190px !important;
}

#footerBottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
    height: 100%;
}

.FooterContainer {
    min-height: 5%;
    position: relative;
}


#main {
    /*padding-bottom: 10px;*/
    /*background-color: #F0F0F0;*/
    background-color: #fff
}

.home-content {
    background-color: #fff;
}

#bodyContent {
    background-color: #F0F0F0;
}


/*Advance Search CSS*/

#searchBarContainer {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #2D383F;
    color: #fff; /*width: 76%; margin-left: auto; margin-right: auto; */
    min-height: 266px;
}

#advCondensingUnit {
    display: none;
    padding: 0px 50px;
}

    #advCondensingUnit label {
        color: #2d383f;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

    #advCondensingUnit p {
        color: #2d383f;
    }

#AdvTIPS {
    margin-top: 40px;
}

#AdvTIPSmain {
    margin-left: -45px;
}
/*Variable Frequency Drive CSS - Jep*/


#advVFD label {
    color: #2d383f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

#advVFD p {
    color: #2d383f;
}

.VFD-card {
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
}

.VFD-body {
    padding: 20px;
}

.VFDLink {
    color: #00aa7e;
}

#VFDmatchresult thead tr th:first-of-type {
    width: 200px !important;
}
/*End Variable Frequency CSS -Jep*/
.alert-dismissable .close {
    top: -12px !important;
}

.inline-search-bar input {
    width: 60%;
    margin-left: 300px;
    padding-left: 20px;
}

.main-search-box {
    width: 100%;
    height: 50px;
    color: #000;
    padding: 16px;
}


#adv1strow {
    height: 70px;
}

#adv2ndrow {
    height: 102px;
}

#advSettingsContainer {
    text-align: right;
}

#advDivSpacer {
    margin-top: 25px;
}

#advSearchSpacer {
    padding-top: 12px;
}

#advSearchSpacer2 {
    box-sizing: border-box;
    float: left;
}

#advSearchSpacer3 {
    box-sizing: border-box;
    float: right;
}

#advLangBtn {
    background: none;
    border: none;
    margin: 36px 16px 0 15px;
    padding: 0;
    font-weight: 500;
}

    #advLangBtn:hover {
        transition: .2s ease;
        color: #fff;
    }

#advPrefImg {
    width: 29px;
    height: 40px;
    cursor: pointer;
}

#advSearchInfoBtn {
    height: 13px;
    width: 14px;
}



#search_trigger {
    color: silver;
    font-size: 20px;
    cursor: pointer;
    padding-right: 10px;
    pointer-events: all;
}

#barcode-img {
    width: 100%;
    max-height: 50px;
    max-width: 100px;
}

#advTrigger {
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

#compAdvgridCheckLabel {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    font-family: Whitney SSm A,Whitney SSm B,Helvetica,Arial,sans-serif;
    padding-bottom: 10px;
}

.advance_search {
    padding: 0px 100px 30px 100px;
}

    .advance_search select {
        color: #000000;
    }

    .advance_search label {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
    }

.advance_search_condensingLabel label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.condensing-note {
    font-size: 12px;
    /*padding-top: 30px;*/
    font-weight: bold;
}

.advSearch_radio label {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

.form-control-box {
    background-color: #f1f1f1 !important;
    color: #000000;
}

.modal {
    text-align: center;
    padding: 0 !important;
}



.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F0F0F0;
}

.modal-body table th {
    font-size: 12px;
    font-weight: bold;
}

.advBox {
    box-sizing: border-box;
    float: left;
    background-color: white;
    color: #3D474D;
}

.advTitle {
    margin-top: 10px;
    margin-left: 15px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #ffffff transparent;
    float: right;
    margin-right: 495px;
}

.arrow_box {
    position: relative;
    background: #fff;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 72%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #fff;
        border-width: 36px;
        margin-left: -36px;
        margin-bottom: -10px;
    }

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    /*left: -9999px;*/
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 2.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.58em;
            height: 1.58em;
            border: 2px solid #ccc;
            background: #fff;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            margin-left: 10px;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '\2714';
            position: absolute;
            top: .15em;
            left: 6px;
            font-size: 1.3em;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            margin-left: 8px;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }


/* Compressor Matching Result Page CSS*/

#OPIbreadcrumb {
    width: 100%;
    background-color: #7B9BAA;
    margin: 0px !important;
    height: 60px;
    font-size: 16px;
    padding: 16px 150px;
}

.breadcrumb > li {
    color: #fff;
    list-style: none;
    display: inline-block;
    font-weight: 600;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

.breadcrumb > li + li:before {
    content: "/ ";
    color: #fff;
    font-weight: 600;
}

#match-result-box {
    min-height: 50px;
    height: auto;
    padding: 20px 20px 20px 20px;
    margin: 30px 145px 30px 145px;
    background-color: #fff;
    /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
}

/*Service Parts (whats inside)*/
#match-result-box-serviceparts {
    min-height: 50px;
    height: auto;
    padding: 20px 20px 20px 20px;
    margin: 30px 300px 30px 300px;
    background-color: #fff;
}

#matchingresultBodyServiceParts {
    padding-bottom: 40px;
    height: 300px;
}

/*End Service Parts (whats inside)*/

div #match-result-box hr {
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.add-hr p {
    margin-top: 10px;
}

#matchingResultsHeaders label {
    text-transform: uppercase;
}

#matchingResultsContent {
    padding: 0px 20px;
}

#matchingresultBody {
    padding-bottom: 40px;
    height: 300px;
}

#matchingClearArea {
    text-align: right;
}

    #matchingClearArea a {
        font-weight: 600;
    }


/* Condensing Unit Matching Result CSS */
#CUmatchingResultsHeaders {
    padding: 0px 12px;
}

    #CUmatchingResultsHeaders label {
        text-transform: uppercase;
    }

#CUmatchingResultsContent {
    padding: 0px 20px;
}

/*Result Page CSS*/
#main-result-containter {
    padding-bottom: 50px;
    padding-top: 50px;
}

.result-box {
    min-height: 50px;
    height: auto;
    padding: 20px 20px 20px 20px;
    margin: 30px 0px 0px 0px;
    background-color: #fff;
    /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
}

.result-btns {
    background-color: #F0F0F0;
    border: 1px solid black;
    max-width: 100% !important;
}

.result-header {
    margin: 20px 0px 20px 0px;
}

.result-header-text {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.selection-main-title {
    color: black;
    pointer-events: none;
}

.expand-all {
    float: right;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: solid;
    text-transform: uppercase;
}

.expand-allm {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: solid;
    text-transform: uppercase;
}

.selection-main-title-glyphicon {
    color: #2D383F;
}

    .selection-main-title-glyphicon:link {
        color: #2D383F;
    }

    .selection-main-title-glyphicon:hover {
        color: #2D383F;
        cursor: pointer;
    }


.share-result {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: solid;
    text-transform: uppercase;
}

.print-result {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: solid;
    text-transform: uppercase;
}

div #result-performance hr {
    padding: 0px;
    margin: 0px;
}

.number-box {
    color: #808080 !important;
    font-size: 16px;
    height: 40px;
    border: none;
    padding-left: 15px;
    background-color: #f1f1f1;
    width: 80%;
}

.result-header {
    margin-top: 15px;
}


.result-wiring {
    background-color: #F0F0F0;
    width: 100%; /*COMMENTED BY NICO DESCRIPTION : To align the box*/
    /*width: 200px;*/ /*ADDED BY NICO*/
    /*height: 100px;*/ /*ADDED BY NICO*/
    line-height: 35px;
    font-size: .75em;
    padding-left: 30px;
}

    .result-wiring::before {
        content: "";
        width: 10px;
        height: 2px;
        background-color: #2d383f;
        position: absolute;
        left: 18px;
        bottom: 24px;
    }

    .result-wiring span {
        color: #2d383f;
        padding: 0 10px;
        line-height: 25px;
    }

.wiring-arrow {
    left: 9px;
    bottom: 29px;
    position: absolute;
    padding: 0;
    animation-duration: .25s;
    animation-fill-mode: both;
}

    .wiring-arrow::after {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        border-bottom: 2px solid #2d383f;
        border-right: 2px solid #2d383f;
        margin-top: -7px;
    }

    .wiring-arrow::before {
        content: "";
        display: block;
        width: 2px;
        height: 8px;
        background-color: #2d383f;
        margin-left: 3px;
    }

.main-result-buttons {
    margin-bottom: 20px;
}

/*Josh CSS*/
#gotoTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #5D5D5D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

    #gotoTopBtn:hover {
        background-color: #555;
    }

.global-header {
    box-shadow: none !important;
}

.main-search-nav {
    background-color: #101010;
    text-align: left;
    height: 65px;
    line-height: 60px;
}

    .main-search-nav .main-nav-list {
        font-size: .875em;
        color: #c0c0c0;
        font-weight: 500;
    }

.main-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .main-nav-list li {
        display: inline-block;
        text-transform: uppercase;
        padding: 5px 15px 0px 15px;
    }

        .main-nav-list li:hover {
            background-color: #2D383F;
            cursor: pointer;
        }

    .main-nav-list .active {
        background-color: #2D383F;
        color: #fff;
    }

        .main-nav-list .active a {
            color: #fff;
        }

    .main-nav-list li a {
        color: silver;
        display: block;
    }

        .main-nav-list li a:hover {
            color: #fff;
        }

#main-nav-ul {
    padding-top: 80px;
}

    #main-nav-ul li {
        list-style: none;
        display: block;
        padding: 12px 16px !important;
        color: silver;
    }

#advSearchTitle {
    color: #999999;
    padding: 20px 40px 10px 40px;
    font-size: 18px;
}

    #advSearchTitle a {
        color: #999999;
    }

#advCompressors label {
    color: #2d383f;
    text-transform: uppercase;
    font-weight: 600;
}


#advSearchContainerBox {
    height: 100%;
    background-color: #fff;
    margin-top: 40px;
}

#advSearchLabel {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    float: left;
}

    #advSearchLabel a {
        color: #fff !important;
        cursor: pointer;
        font-size: 12px;
    }

#advLabel2, #compAdvgridCheckLabel {
    text-transform: none !important;
    font-weight: 300 !important;
}


.utility-nav .horizontal-list input {
    color: #fff;
}

    .utility-nav .horizontal-list input, .utility-nav .horizontal-list input:focus, .utility-nav .horizontal-list input:hover {
        text-decoration: none;
    }

        .utility-nav .horizontal-list input:hover {
            text-decoration: underline;
        }

.G001-main-nav .utility-nav input {
    display: block;
    padding: 12px 16px !important;
    color: silver;
}

@media (max-width:734px) {
    #advSearch {
        margin-top: 30px;
    }

    .calign .main-title {
        margin-top: 15px;
    }
}

li.utility-nav {
    list-style: none;
}

.main-title {
    margin-top: 30px;
    text-align: center;
}

.calign {
    display: flex;
    /*justify-content: center;*/
    flex-flow: row wrap;
}

.fa-search.form-control-feedback {
    top: 25%;
    right: 2%;
}

.margin-top-25 {
    margin-top: 25px;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.pretty, .calign .pretty {
    white-space: normal;
    text-align: center;
}

    .pretty label {
        line-height: 1.4;
    }

    .pretty .state label::before {
        top: auto !Important;
    }

    .pretty .state label::after {
        top: -1px !Important;
    }

.margin-bottom-25 {
    margin-bottom: 25px;
}

.opi-header .affix {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.opi-header .C016-horizontal-tabs .tabs-header li {
    text-align: left;
    float: none;
    max-width: none;
    height: auto
}

.slide-up .opi-header .affix {
    top: 50px
}

.opi-header .affix {
    -webkit-transition-property: top;
    transition-property: top;
    top: 100px;
    width: 100%
}

@media (min-width:767px) and (max-width:1279px) {
    .opi-header .affix {
        top: 75px
    }
}

@media (min-width:767px) {
    .opi-header .navbar-nav {
        float: none;
        position: relative
    }

        .opi-header .navbar-nav li {
            max-width: 280px;
            height: 75px;
            text-align: center;
            float: left
        }

        .opi-header .navbar-nav hr {
            max-width: 280px;
            height: 5px;
            margin: 0;
            background: #fff;
            border: none;
            -webkit-transition-property: margin;
            transition-property: margin;
            -webkit-transition-duration: .35s;
            transition-duration: .35s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            position: absolute;
            top: 70px;
            left: 0;
            visibility: hidden
        }

    .opi-header .navbar-wrapper {
        height: 75px
    }

    .opi-header .navbar {
        background-color: #00aa7e;
        z-index: 16;
        letter-spacing: .08em;
        width: 100%;
        font-weight: 600;
        text-transform: uppercase;
        font-size: .75em;
        border: 0;
        height: 75px;
        overflow: hidden
    }

        .opi-header .navbar a {
            color: #fff;
            padding: 0 15px;
            line-height: 75px;
            height: 75px;
            -webkit-transition: background-color .35s linear;
            transition: background-color .35s linear
        }

            .opi-header .navbar a:focus {
                background-color: #00aa7e
            }

            .opi-header .navbar a:hover {
                background-color: #009e75
            }

        .opi-header .navbar.scrolling .active a {
            background-color: #00aa7e
        }

            .opi-header .navbar .active a,
            .opi-header .navbar.scrolling .active a:hover {
                background-color: #009e75
            }

        .opi-header .navbar span {
            vertical-align: middle;
            display: inline-block;
            line-height: 1.25em
        }
}

.slide-up .opi-header .affix {
    top: 64px
}

.opi-header .affix {
    top: 89px
}

@media (min-width:767px) and (max-width:959.98px) {
    .opi-header .affix {
        top: 48px
    }
}

.checkobsolete {
    top: 45px;
}

@media (max-width:766px) {
    .checkobsolete {
        top: 0;
    }
}

.wrapper {
    position: relative;
}

.main-body-content,
.sidebar {
    padding: 15px;
    background-color: #fff;
}

.main-body-content {
    position: relative;
    margin-left: 25%;
    width: 75%;
    height: 100%;
    overflow-y: auto;
}

.sidebar {
    -webkit-box-shadow: 0px 7px 17px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 17px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 17px -1px rgba(0,0,0,0.2);
    background: #FFFFFF;
    width: 24%;
    height: 100%;
    padding: 32px 16px 32px;
    overflow-y: auto;
    position: absolute;
    display: block;
}

#Publish-DD li a {
    font-size: 11px;
}
/*DESKTOP TYPEAHEAD*/
ul.typeahead.dropdown-menu {
    left: 300px !important;
    width: 500px !important;
    max-height: 400px;
    overflow-y: auto;
}
/*for xref type ahead*/
#CrossReference ul.typeahead.dropdown-menu {
    left: 300px !important;
    width: 416px !important;
    max-height: 400px;
    overflow-y: auto;
}

.SE009-inline-search-bar .dropdown-menu {
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0) !important;
    box-shadow: 0 0 0px rgba(0,0,0,0) !important;
}

    .SE009-inline-search-bar .dropdown-menu:before {
        content: none !important;
    }

    .SE009-inline-search-bar .dropdown-menu a:hover {
        background-color: #00aa7e !important;
        color: #fff !important;
    }


/*Media Query*/
@media (max-width: 1279px) {
    .advBox {
        float: none;
    }

    .advTitle {
        padding-top: 10px;
    }

    .advSearchMainHeader {
        margin-right: auto;
        margin-left: auto;
        padding-left: 50px;
        padding-right: 30px;
        width: 100%;
    }

    #advSearchLabel {
        text-transform: uppercase;
        text-align: center;
        margin-top: 50px;
        margin-left: 50px;
        font-weight: 600;
        float: left;
    }

    /*#compAdvgridCheckLabel{
            margin-left: 50px;
        }*/

    .arrow_box {
        position: relative;
        background: #fff;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 76%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 30px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    #match-result-box {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 20px 20px;
        margin: 30px 20px 30px 20px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }

    /*Service Parts (whats inside)*/
    #match-result-box-serviceparts {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 20px 20px;
        margin: 30px 20px 30px 20px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }

    #OPIbreadcrumb {
        width: 100%;
        background-color: #7B9BAA;
        margin: 0px !important;
        height: 60px;
        font-size: 16px;
        padding: 16px 50px;
    }

    #main-result-containter {
        padding-bottom: 50px;
        width: 90%;
    }

    #result-btn-product {
        width: 100% !important;
        font-size: .875em !important;
    }

    #result-btn-wheretobuy {
        width: 100% !important;
        font-size: .875em !important;
    }

    #navLogoContainer {
        padding-left: 20px;
    }

    #searchBarContainer {
        padding-top: 50px;
    }

    #advTrigger {
        padding-left: 50px;
    }

    .inline-search-bar input {
        width: 100%;
        margin-left: 0px;
        padding-left: 350px;
    }

    #advCompressors {
        padding: 0px 30px 20px;
    }

    #img-align {
        display: none;
    }

    .SE009-inline-search-bar .filter-dropdown {
        left: 0px;
    }

    #xRefCondesingccbox {
        padding-left: 20px;
        padding-right: 20px;
    }

    #competitorComp {
        padding-left: 35px;
    }

    #xRefCCadvSearchTitle {
        padding: 20px 40px 10px 30px !important;
    }

    #ACccbox {
        padding-left: 20px;
        padding-right: 20px;
    }

    #Refccbox {
        padding-left: 20px;
        padding-right: 20px;
    }

    #ServicePartsccbox {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 766px) {
    .advBox {
        float: none;
        margin-top: 25px;
    }

    .arrow_box {
        position: relative;
        background: #fff;
        margin-top: 15px;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 16%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 25px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    .result-header-text {
        text-align: center;
    }

    #matchingClearArea {
        text-align: left;
    }

    .inline-search-bar input {
        width: 100%;
        margin-left: 0px;
        padding-left: 20px;
    }

    #advSearchLabel {
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
        margin-left: 200px;
        font-weight: 600;
        float: left;
    }

    /*#compAdvgridCheckLabel {
            margin-left: 185px;
            margin-top: 20px;
        }*/
}

@media (max-width: 500px) {

    #searchBarContainer {
        padding-top: 50px;
    }

    .advBox {
        float: none;
        margin-top: 25px;
    }

    .xRefRemove {
        cursor: pointer;
        top: 5px;
    }

    #advSearchTitle {
        padding: 20px 40px 10px 20px;
        font-size: 16px;
    }

    #advVFD label {
        color: #2d383f;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    #AdvTIPSmain {
        float: right;
        position: relative;
        margin-right: 60px;
        margin-top: -30px;
    }

    .arrow_box {
        position: relative;
        background: #fff;
        margin-top: 15px;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 25%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 25px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    .result-header-text {
        text-align: center;
    }

    #matchingClearArea {
        text-align: left;
    }

    .inline-search-bar input {
        width: 100% !important;
        margin-left: 0px !important;
        padding-left: 20px;
    }

    #advSearchLabel {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        float: left;
        width: 100%;
        margin-top: 0px !important;
        margin-left: -20px;
    }

    /*#compAdvgridCheckLabel {
            margin-left: 45px;
            margin-top: 20px;
        }*/

    #advTrigger {
        margin-left: -40px;
    }

    #adv2ndrow {
        height: 100%;
    }

    #advSearch {
        margin-top: 0px !important;
    }

    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 300px;
    }

        #img-align a img {
            height: 100%;
            width: 90px;
        }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 85%; with scanner*/
        width: 115%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 85%; with scanner*/
        width: 115%;
    }

    .SE009-inline-search-bar .filter-dropdown {
        padding-top: 10px;
        padding-left: 0px;
        left: 0px;
    }

    #competitorComp {
        margin: 0px 10px 10px 10px !important;
        padding-right: 0px !important;
    }

    #xRefCCadvSearchTitle {
        padding: 0px !important;
    }

    #pub-btn {
        margin-right: 0px;
    }

    #img-align {
        /*display: block; with scanner*/
        display: none;
    }

    #CCbox {
        padding: 15px;
    }

    /*switch dropdown*/
    .parent {
        display: table;
    }

    .child-1 {
        display: table-footer-group;
    }

    .child-2 {
        display: table-header-group;
        margin-bottom: 15px;
    }

    #search-trigger {
        margin-top: 75px;
    }

    #search-trigger2 {
        margin-top: 75px;
    }

    #search-trigger3 {
        margin-top: 75px;
    }

    .child-3 {
        font-size: 12px;
        font-weight: bold;
        width: 95%;
        margin-left: 9px;
    }

    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 335px !important;
        max-height: 200px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 355px !important;
        max-height: 200px !important;
    }
}
/*Tabet View Ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #searchBarContainer {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }

    .VN001-category-navigation-tiles .nav-tile {
        border-bottom: 1px solid silver;
        margin-bottom: 20px;
    }

    #advSearch {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    #advSearchBox {
        width: 100%;
        padding-bottom: 20px;
        margin-top: -5px;
    }

    .advance_search {
        padding: 0px 0px 0px 0px;
    }

    .form-row {
        padding: 0px 10px;
    }

    .advBox {
        float: none;
        margin-top: 25px;
    }

    .arrow_box {
        position: relative;
        background: #fff;
        margin-top: 15px;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 81%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 40px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    .VN001-category-navigation-tiles .image-container {
        display: block;
    }

    #OPIbreadcrumb {
        width: 100%;
        background-color: #7B9BAA;
        margin: 0px !important;
        height: 60px;
        font-size: 16px;
        padding: 16px 20px;
    }

    #match-result-box {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 20px 20px;
        margin: 30px 10px 30px 10px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }

    /*Service Parts (whats inside)*/
    #match-result-box-serviceparts {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 20px 20px;
        margin: 30px 10px 30px 10px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }


    .result-header-text {
        text-align: center;
    }

    .main-result-buttons {
        text-align: center;
    }

    .result-btns {
        font-size: .875em !important;
    }

    #matchingClearArea {
        text-align: left;
    }

    #img-align {
        margin-left: 530px;
    }

        #img-align a img {
            height: 100%;
            width: 90px;
        }

    .inline-search-bar input {
        width: 100%;
        margin-left: 0px;
        padding-left: 20px;
    }

    .SE009-inline-search-bar .filter-dropdown {
        position: relative;
        height: 50px;
        width: 80%;
        left: 0px;
        margin-top: 20px;
        border-left: 0px solid silver;
        border-right: 0px solid silver;
    }

    #advSearchLabel {
        text-transform: uppercase;
        text-align: center;
        margin-top: 125px;
        margin-left: 30px;
        font-weight: 600;
        float: left;
    }

    #advTrigger {
        padding-left: 0px;
    }

    #AdvTIPSmain {
        float: right;
        position: relative;
        margin-right: 60px;
        margin-top: -30px;
    }

    #img-align {
        display: block;
    }

    #compAdvgridCheckLabel {
        margin-left: 20px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 100% !important;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 75%; with scanner*/
        width: 100% !important;
    }

    /*VFD CSS IPAD*/
    .VFD-width {
        width: 200px !important;
    }

    table#VFDmatchresult {
        table-layout: fixed;
    }
    /*End VFD CSS IPAD*/
    .ipad-view {
        width: 100%;
    }

    #advMainSearchBox {
        margin-top: 75px;
    }

    .parent {
        display: table;
    }

    .child-1 {
        display: table-footer-group;
    }

    .child-2 {
        display: table-header-group;
        margin-bottom: 15px;
    }

    .child-3 {
        margin-left: 27px;
        width: 92%;
        font-weight: 400;
    }

    #search-trigger {
        margin-top: 75px;
    }

    #search-trigger2 {
        margin-top: 75px;
    }

    #search-trigger3 {
        margin-top: 75px;
    }
    /*Cross Ref IPAD*/
    /*#crossRefCompetitorComp {
        margin-top: 100px;
        margin-left: 35px;
    }*/

    /*#CCbox {
        margin-top: 100px !important;
    }

    #Refccbox {
        margin-top: -70px !important;
    }

    #ACccbox {
        margin-top: -70px !important;
    }*/

    #xref-search-box {
        margin-top: 26px;
    }
    /*Software Downloads IPAD*/
    #inside-pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #txtIndexSearch {
        margin-top: 75px;
    }

    /*IPAD SEARCH AHEAD*/
    ul.typeahead.dropdown-menu {
        left: 0px !important;
        width: 573px !important;
        max-height: 200px !important;
        overflow-y: auto;
        top: 125px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 573px !important;
        max-height: 200px !important;
        overflow-y: auto;
        top: 125px !important;
    }
}
/*Ipad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #main {
        padding-bottom: 0px !important;
    }

    .VN001-category-navigation-tiles .nav-tile {
        border-bottom: 1px solid silver;
        margin-bottom: 20px;
    }

    #advSearch {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    #advSearchBox {
        width: 100%;
        padding-bottom: 20px;
        margin-top: -5px;
    }

    .advance_search {
        padding: 0px 0px 0px 0px;
    }

    .form-row {
        padding: 0px 10px;
    }

    .advBox {
        float: none;
        margin-top: 25px;
    }

    .arrow_box {
        position: relative;
        background: #fff;
        margin-top: 15px;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 77%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 40px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    #main-result-containter {
        width: 90%;
    }

    #matchingClearArea {
        text-align: left;
    }

    .VN001-category-navigation-tiles .image-container {
        display: block;
    }

    .global-header .navbar-toggle.collapsed {
        display: block;
    }

    .global-header .navbar-header {
        float: none !important;
    }

    #img-align {
        margin-left: 735px;
    }

    #img-align {
        display: block;
    }

    #advSearchLabel {
        margin-left: 40px;
    }

    /*#crossRefCompetitorComp {
        margin-top: 100px;
        margin-left: 45px;
    }*/

    #SoftDownloadsBody {
        width: 100%;
        margin: 15px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 100% !important;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 75%; with scanner*/
        width: 100% !important;
    }

    .child-3 {
        margin-left: 35px;
        width: 92.5%;
        font-weight: 400;
    }
}
/*Ip 6-10 S5-S10*/
@media (max-width: 415px) {
    .VN001-category-navigation-tiles .nav-tile {
        border-bottom: 1px solid silver;
        margin-bottom: 20px;
    }

    .outer {
        width: 300px;
        height: auto;
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
    }

        .outer div {
            width: 24.5%;
            background-color: #eee;
            float: none;
            height: 90%;
            margin: 0 0.25%;
            display: inline-block;
            zoom: 1;
        }

    .main-search-box {
        padding: 0px 45px 0px 5px !important;
    }

    #advSearch {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    #advSearchBox {
        padding-bottom: 20px;
        margin-top: -5px;
    }

    .advSearchMainHeader {
        margin-right: auto;
        margin-left: auto;
        padding: 0px 10px 0 10px;
    }

    .advance_search {
        padding: 0px 0px 0px 0px;
    }

    .form-row {
        padding: 0px 10px;
    }

    .advBox {
        float: none;
        margin-top: 25px;
    }

    .arrow_box {
        position: relative;
        background: #fff;
        margin-top: 30px;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 30%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box:after {
            border-color: rgba(136, 183, 213, 0);
        }

        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #fff;
            border-width: 35px;
            margin-left: -36px;
            margin-bottom: -10px;
        }

    /*.VN001-category-navigation-tiles .image-container {
        display: none;
    }*/

    #match-result-box {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 0px 10px;
        margin: 15px 10px 15px 10px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }

    /*Service Parts (whats inside)*/
    #match-result-box-serviceparts {
        min-height: 50px;
        height: auto;
        padding: 20px 20px 0px 10px;
        margin: 15px 10px 15px 10px;
        background-color: #fff;
        /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
    }

    #OPIbreadcrumb {
        width: 100%;
        background-color: #7B9BAA;
        margin: 0px !important;
        height: 60px;
        font-size: 15px;
        padding: 20px 25px;
    }

    .result-header-text {
        text-align: center;
    }

    .padded-container {
        padding-bottom: 15px;
    }

    #OpiMainLogo {
        height: 100% !important;
        width: 100% !important;
        margin-top: -22px !important;
        padding-right: 15px;
    }

    .calign {
        display: block !important;
    }

    #adv2ndrow {
        height: 100%;
    }

    .SE009-inline-search-bar .filter-dropdown {
        padding: 20px 20px 0px 20px;
    }

    #advSearchLabel {
        text-transform: uppercase;
        margin-top: 0px !important;
        text-align: center;
        font-weight: 600;
        width: 100%;
        margin-bottom: 40px;
        margin-left: 5px;
    }

    #advTrigger {
        padding-left: 0px;
    }

    #advCompressors {
        padding: 0px 0px 20px 0px;
    }

    #advSearchTitle {
        padding: 20px 20px 10px 20px;
        font-size: 15px;
    }

    #advCondensingUnit {
        padding: 0px 0px 0px 0px;
    }

    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 235px;
    }

        #img-align a img {
            height: 100%;
            width: 90px;
        }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 70%; with scanner*/
        width: 107%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 70%; with scanner*/
        width: 107%;
    }

    .SE009-inline-search-bar .filter-dropdown {
        padding-top: 10px;
        padding-left: 0px;
        left: 0px;
    }

    .P001-promo-right .promo-box p {
        font-size: 12px;
    }

    #crossRefCompetitorComp {
        margin-left: -15px;
    }

    #competitorComp {
        margin: 0px 10px 10px 0px !important;
        padding: 0 !important;
    }

    #xRefCCadvSearchTitle {
        padding: 20px 10px 10px 10px !important;
        font-size: 18px;
        color: #999;
    }

    .no-bg {
        background: none !important;
        letter-spacing: normal;
    }

    #sumDESC {
        font-size: 15px;
        font-weight: bold;
    }

    .parent {
        display: table;
    }

    .child-1 {
        display: table-footer-group;
    }

    .child-2 {
        display: table-header-group;
        margin-bottom: 15px;
    }

    #search-trigger {
        margin-top: 75px;
    }

    #search-trigger2 {
        margin-top: 75px;
    }

    #search-trigger3 {
        margin-top: 75px;
    }

    .child-3 {
        font-size: 12px;
        font-weight: bold;
        width: 95%;
        margin-left: 9px;
    }

    /*VFD CSS*/
    #advVFD {
        display: none;
        padding: 0px 10px;
    }

    #VFD1stcol {
        width: 200px !important;
    }

    table#VFDmatchresult {
        table-layout: fixed;
    }
    /*IPHONE TYPEAHEAD*/
    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 277px !important;
        max-height: 200px !important;
    }

        ul.typeahead.dropdown-menu::before {
            display: none !important;
        }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 286px !important;
        max-height: 200px !important;
    }
}
/*Ip 6/7/8 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) {
    h1 {
        font-size: 2em !important;
        line-height: 1.222em;
    }

    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 270px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    /*type ahead*/
    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 316px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 316px !important;
    }
}
/*Iphone 5 or smaller */
@media (max-width: 320px) {

    h1 {
        font-size: 30px !important;
        line-height: 40px;
    }

    .modal-body {
        padding: 15px;
    }

    /*#specialmodal{
            overflow-x: auto;
        }*/

    .P001-promo-right .promo-box.promo-box-with-image .title, .P001-promo-right .promo-box.promo-box-with-image .arrow-right-link, .P001-promo-right .promo-box.promo-box-with-image .download-right-link, .P002-promo-left .promo-box.promo-box-with-image .title, .P002-promo-left .promo-box.promo-box-with-image .arrow-right-link, .P002-promo-left .promo-box.promo-box-with-image .download-right-link, .P003-promo-right .promo-box.promo-box-with-image .title, .P003-promo-right .promo-box.promo-box-with-image .arrow-right-link, .P003-promo-right .promo-box.promo-box-with-image .download-right-link, .P004-promo-left .promo-box.promo-box-with-image .title, .P004-promo-left .promo-box.promo-box-with-image .arrow-right-link, .P004-promo-left .promo-box.promo-box-with-image .download-right-link, .P005-promo-double-right .promo-box.promo-box-with-image .title, .P005-promo-double-right .promo-box.promo-box-with-image .arrow-right-link, .P005-promo-double-right .promo-box.promo-box-with-image .download-right-link, .P006-promo-big-image-right .promo-box.promo-box-with-image .title, .P006-promo-big-image-right .promo-box.promo-box-with-image .arrow-right-link, .P006-promo-big-image-right .promo-box.promo-box-with-image .download-right-link, .C058-promo .promo-box.promo-box-with-image .title, .C058-promo .promo-box.promo-box-with-image .arrow-right-link, .C058-promo .promo-box.promo-box-with-image .download-right-link {
        padding-right: 0px;
    }

    .inline-search-bar input {
        width: 100% !important;
        margin-left: 0px !important;
        padding-left: 10px;
    }

    #AdvTIPSmain {
        float: right;
        position: relative;
        margin-right: 55px;
        margin-top: -33px;
    }


    .main-search-box {
        padding: 0px 45px 0px 5px !important;
    }

    .result-header-text {
        text-align: center;
    }

    #OPIbreadcrumb {
        width: 100%;
        background-color: #7B9BAA;
        margin: 0px !important;
        height: 60px;
        font-size: 15px;
        padding: 8px 25px;
    }

    .padded-container {
        padding-bottom: 20px;
    }

    #advCompressors label {
        color: #2d383f;
        text-transform: uppercase;
        font-weight: 500 !important;
    }

    #advCondensingUnit label {
        color: #2d383f;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px !important;
    }

    #advSearchLabel {
        margin-left: 2px;
    }

    #img-align {
        position: relative;
        margin-top: -43px;
        margin-left: 200px;
    }

        #img-align a img {
            height: 100%;
            width: 70px;
        }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 108%;
        font-size: 10px;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 70%; with scanner*/
        width: 108%;
    }

    .SE009-inline-search-bar .filter-dropdown {
        padding-top: 10px;
        padding-left: 0px;
        left: 0px;
    }

    .SE009-inline-search-bar .dropdown-menu a {
        padding: 8px 15px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
    }

    .P001-promo-right .promo-box p {
        font-size: 12px;
    }

    .P001-promo-right .promo-box.promo-box-with-image .download-right-link {
        font-size: 9px;
        font-weight: 500;
    }

    #xRefCantFind {
        font-size: 17px;
    }

    #competitorComp {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px;
    }

    #xRefCCadvSearchTitle {
        font-size: 16px !important;
    }

    #competitorComp input[type=radio] {
        width: 15px;
        height: 15px;
    }

    #advSearchTitle {
        font-size: 12px;
    }

    .result-header-text {
        font-size: 22px;
    }

    #Publish-DD li a {
        font-size: 9px;
    }

    /*VFD CSS*/
    #advVFD {
        display: none;
        padding: 0px;
    }

        #advVFD label {
            font-size: 11px;
        }
    /*VFD CSS END*/

    /*Type Ahead CSS*/
    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 222px !important;
        max-height: 200px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 222px !important;
        max-height: 200px !important;
    }
}
/*Galaxy S5*/
@media screen and (device-width: 360px) and (device-height: 640px) {
    h1 {
        font-size: 2em !important;
        line-height: 1.222em;
    }

    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 220px;
    }

    .P001-promo-right .promo-box p {
        font-size: 13px;
    }

    .P001-promo-right .promo-box.promo-box-with-image .download-right-link {
        font-size: 11px;
        font-weight: 500;
    }

    .SE009-inline-search-bar .dropdown-menu a {
        padding: 8px 15px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
    }

    /*type ahead*/
    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 262px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 262px !important;
    }
}
/*Google Pixel Normal*/
@media screen and (device-width: 411px) and (device-height: 731px) {
    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 270px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    /*type ahead*/
    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 313px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 313px !important;
        ]
    }
}
/*Google Pixel XL*/
@media screen and (device-width: 411px) and (device-height: 823px) {
    #img-align {
        position: relative;
        margin-top: -50px;
        margin-left: 270px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 75%; with scanner*/
        width: 106%;
    }

    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 313px !important;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 313px !important;
    }
}
/*Foldables Microsoft Duo*/
@media only screen and (device-width: 450px) and (device-height: 600px) {
    #navLogoContainer {
        padding-left: 0px;
    }

    .SE009-inline-search-bar .dropdown-toggle {
        /*width: 85%; with scanner*/
        width: 115%;
    }

    .SE009-inline-search-bar .dropdown-menu {
        /*width: 85%; with scanner*/
        width: 115%;
    }

    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 302px !important;
        max-height: 200px !important;
        overflow-y: auto;
    }
}
/*Galaxy Fold*/
@media only screen and (device-width: 280px) and (device-height: 653px) {
    #advCompressors label {
        color: #2d383f;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
    }

    ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 182px !important;
        max-height: 200px !important;
        overflow-y: auto;
    }

    #CrossReference ul.typeahead.dropdown-menu {
        left: -1px !important;
        width: 182px !important;
        max-height: 200px !important;
        overflow-y: auto;
    }
}
/*Max Screenview*/
@media (min-width: 1280px) {
    .global-footer .bottom {
        height: 140px;
    }

    #modalConditions:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #navLogoContainer {
        padding-left: 110px;
    }

    #PrefContainer {
        padding-right: 100px;
    }

    #advCompressors {
        padding: 20px 80px 40px 80px;
    }

    .SE009-inline-search-bar .filter-dropdown {
        position: absolute;
        top: 0;
        left: 0px;
        width: 300px;
        height: 50px;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
    }

    .P001-promo-right .promo-box p {
        font-size: 15px;
    }

    /*VFD CSS*/

    #advVFD {
        display: none;
        padding: 0px 50px;
    }

    /*END VFD CSS*/

    #competitorComp {
        color: #2d383f;
        /*margin-top: 30px;*/
    }

    #pub-btn {
        margin-right: 79px;
    }

    #pub-search-bar input {
        width: 67% !important;
    }
}


@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

#CCompetitorXRefHeader {
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.navbar-collapse {
    max-height: inherit !important;
}

.bg-grey {
    background-color: #666;
    color: #fff;
}

.bg-lightgray {
    background-color: #CCCCCC;
    color: #000;
    font-size: 13px !important;
}

#CUCompetitorXRefResultsTable tbody tr td {
    text-align: center !important;
}

    #CUCompetitorXRefResultsTable tbody tr td img {
        height: 20px !important;
    }

fieldset.colorcode-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.colorcode-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

fieldset.colorcode-border p img {
    height: 20px;
}

#CUCompetitorXRefDrawingTable tbody tr td img {
    height: auto;
    width: 100%;
}

#CUCompetitorXRefBtns {
    padding: 20px 0px 20px 0px;
}

#match-result-box2 {
    min-height: 50px;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
}



/*.headroom--not-top .sidebar .sidebar-content ul{
    width:90%;
}
.headroom--not-top .sidebar .sidebar-content{
    position: fixed;
    top:25%;
left: 0;
padding: 32px 16px 32px;
width:100%
}*/

.form-group {
    position:inherit !important;
}
