﻿.product {
    width: 100%;
}

    .product .subHeader {
        /*background-image: url('../images/products_Header_Sample.jpg');*/
        background-size: cover;
        position: relative;
        height: 300px;
        /*height: auto;
        min-height: 50vh;*/
    }

    .product .subHeaderOverlay {
        height: 300px;
    }

.productNavbar {
    background-color: #ebebeb;
    padding: 20px 0;
    position: relative;
}

ul.customerMenu {
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 70%;
    float: right;
    margin-right: 30px;
}

.customerMenu .searchWrapper {
    position: relative;
}

.customerMenu input.searchInput {
    padding: 10px 12px;
    width: 180px;
    padding-right: 38px;
}

.customerMenu .searchIcon {
    position: absolute;
    right: 9px;
    top: 8px;
}

.customerMenu li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}

    .customerMenu li a {
        color: #636363;
    }

        .customerMenu li a:visited {
            color: #636363;
        }

/*.customerMenu .searchMenuIcon {
    position: absolute;
    display: inline-block;
    right: 100%;
    top: 50%;
    transform: translate(-45%, -50%);
}*/

.customerMenu .searchMenuIcon {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    top: 0px;
}

    .customerMenu .searchMenuIcon#quoteIcon {
        top: 3px;
    }

.mobileProductNavButton {
    display: none;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

    .mobileProductNavButton label {
        border: 1px solid black;
        padding: 10px 40px 10px 16px;
        border-radius: 8px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        position: relative;
        background-color: #fff;
    }

        .mobileProductNavButton label:after {
            content: '';
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #403b38 transparent transparent transparent;
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -3px;
            display: block;
        }

        .mobileProductNavButton label.active {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

            .mobileProductNavButton label.active:after {
                border-width: 0 6px 6px 6px;
                border-color: transparent transparent #403b38 transparent;
            }

    .mobileProductNavButton .specSheetProductMenu {
        display: none;
        top: 43px;
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
        border: 1px solid black;
        background-color: #fff;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

ul.specSheetProductMenu {
    position: absolute;
    top: -32px;
    background-color: white;
    border: 1px solid grey;
    z-index: 2000;
    height: auto;
    padding: 10px 16px;
    left: 5%;
}

ul.specSheetProductMenu {
    position: absolute;
    top: -32px;
    background-color: white;
    border: 1px solid #ededed;
    z-index: 2000;
    height: auto;
    width: 260px;
    min-width: 260px;
    padding: 10px 16px;
    left: 40px;
    box-shadow: 1px 3px 3px 3px rgba(0, 0, 0, 0.17);
}

.specSheetProductMenu li {
    width: 100%;
    padding: 12px 8px;
}

    .specSheetProductMenu li:hover {
        font-weight: bold;
    }



.specSheetProductMenu > li.active ul.dropdownLinks li {
    background-color: #FFFFFF;
    color: #636363;
}

.specSheetProductMenu > li ul.dropdownLinks li:hover {
    background-color: #0098d6;
    color: #fff;
}

    .specSheetProductMenu > li ul.dropdownLinks li:hover li {
        background-color: #FFFFFF;
        color: #636363;
    }

        .specSheetProductMenu > li ul.dropdownLinks li:hover li:hover {
            background-color: #0098d6;
            color: #fff;
        }

.noResultsWrapper {
    height: 720px;
}

.resultsHeading {
    font-size: 20px;
}

/* SpecSheet */
.specSheet {
    width: auto;
    /* float: right; */
    padding: 20px 32px;
    /*border-top: 1px solid grey;*/
    margin-top: 30px;
    margin-right: 50px;
    margin-left: 320px;
}

.specSheetHeader .productImage {
    float: left;
    width: auto;
    max-width: 25%;
    margin-right: 30px;
}

.specSheetHeaderContent {
    float: left;
    width: 70%;
    /*margin-left: 5%;*/
}

.specSheetHeader h2 {
    color: #0098d6;
    font: inherit;
    font-size: 2em;
    margin-bottom: 16px;
}

.specSheetCharts {
    clear: both;
    margin-top: 32px;
}

.specSheetChart {
    margin-bottom: 30px;
}

    .specSheetChart .primaryChartImage {
        min-height: 50px;
        padding: 20px 10px;
    }

        .specSheetChart .primaryChartImage p {
            float: right;
            font-weight: 700;
        }

.specSheetChartDescription {
    background-color: #0098d6;
    color: #fff;
    padding: 12px 24px;
    margin-bottom: 4px;
}

/* ** TABLE for specsheet ***/
.specSheetChart table {
    border-collapse: collapse;
    font-size: 13px;
    background-color: white;
}

.specSheetChart thead {
    background-color: #b4b4b4;
}

    .specSheetChart thead th {
        text-align: center;
        vertical-align: middle;
        padding: 10px 12px;
        color: #fff;
    }

.specSheetChart tbody tr td {
    vertical-align: middle;
    padding: 10px 10px;
    color: #111111;
    border: 1px solid #e0e0e0;
    text-align: center;
}

    .specSheetChart tbody tr td:nth-last-child(-n+2) {
        border-right: none;
        border-left: none;
    }

.specSheetChart tr td:last-child, .specSheetChart tr th:last-child {
    min-width: 150px;
    text-align: center;
}

.specSheetChart tr td:last-child {
    min-width: 150px;
    text-align: right;
    padding-right: 0;
    padding-left:0;
}

.specSheetChart tbody tr:nth-child(even) {
    background-color: #ededed;
}

    .specSheetChart tbody tr:hover, .specSheetChart tbody tr:nth-child(even):hover {
        cursor: pointer;
        background-color: #b4b4b4;
    }

/* dialog box popup styling */
.signinContent {
    background-color: white;
}

.ui-dialog.signin-dialog {
    padding: 15px;
    background-color: white;
    border: 5px solid grey;
}

    .ui-dialog.signin-dialog button {
        color: white;
        background-color: #0098d6;
        width: auto;
        min-width: 50px;
        padding: 8px 16px;
        margin-top: 10px;
    }

.ui-dialog-titlebar {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.signinButton {
    display: inline-block;
    color: white;
    background-color: #0098d6;
    width: auto;
    min-width: 200px;
    padding: 8px 16px;
}

.signinContent p {
    margin-bottom: 25px;
}

.ui-button-text-only {
    border: 0;
}

    .ui-button-text-only:hover {
        cursor: pointer;
    }

.quantityPopupContainer {
    margin-bottom: 15px;
}

.ui-dialog {
    position: absolute;
}

/* styling for quantity popup box */
.quantityTextBox {
    margin-right: 25px;
}

.purchaseButton {
    border: none;
}

    .purchaseButton:hover {
        cursor: pointer;
    }

.quantityAdded {
    padding: 0 20px;
}

    .quantityAdded p {
        float: left;
    }


/*==================Printable CSS=================*/
.printMenu a {
    float: right;
}

.printable .specSheetChartTable {
    width: 100%;
}

.printable .specSheet {
    margin: 0;
    background: white;
    max-width: 100%;
    padding: 0;
}

.printable .specSheetChart tbody tr td:nth-last-child(-n+2) {
    border-right: 1px solid #e0e0e0;
}

.printable .logoWrapper {
    width: 100%;
    height: 65px;
    margin-top: -90px;
    margin-bottom: 40px;
}

.printable .specSheetChart thead th {
    text-align: center;
    vertical-align: top;
    padding: 10px 12px;
    color: #111111;
    border-right:1px solid gray;
}
.printable .specSheetChart thead th:first-child {
    border-left: 1px solid gray;
}

.printable p, .printable li, .printable td, .printable th, .printable {
    color: #111111;
}

    .printable .specSheetChartDescription {
        background-color: #000;
        color: white;
        padding: 12px 24px;
        margin-bottom: 4px;
        border: 1px solid #000;
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    .printable .specSheetChart {
        width: 100%;
        margin-bottom: 30px;
    }
/*@media print {
    .specSheetChartTable {
        width: 100%;
    }

    .specSheetChart tbody tr td:nth-last-child(-n+2) {
        border-right: 1px solid #e0e0e0;
    }

    ul.specSheetProductMenu, .productNavbar, .mobileProductNavButton, .product .subHeader, .footer {
        display: none;
    }

    .specSheet {
        width: 100%;
       
        padding: 20px 32px;
      
        margin-top: 30px;
        margin-right: 50px;
        margin-left: 0;
    }

    #printSpecSheet{
        display: none;
    }
}*/

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobileProductNavButton {
        display: block;
    }

    ul.customerMenu {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 80%;
        float: none;
    }

    .customerMenu li:nth-of-type(1), .customerMenu li:nth-of-type(2), .customerMenu li:nth-of-type(3) {
        display: none;
    }

    .customerMenu li {
        margin-left: 0;
        margin-right: 40px;
        padding: 8px 0;
    }

        .customerMenu li.searchForm {
            margin-right: 0;
            position: relative;
        }

    .customerMenu .searchWrapper {
        position: relative;
        margin-top: 0;
    }

    .specSheet {
        margin: 30px auto;
        max-width: 90%;
        padding: 16px 0;
    }

    .specSheetHeader h2 {
        color: #0098d6;
        font: inherit;
        font-size: 1.25em;
        margin-bottom: 16px;
    }

    .textAboveSpecSheet, .textBelowSpecSheet {
        font-size: .875em;
    }
}


@media (max-width: 1199px) and (min-width: 768px) {
    .desktop {
        display: none;
    }

    .mobileProductNavButton {
        display: block;
    }

    ul.customerMenu {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 80%;
        float: none;
    }

    .customerMenu li {
        margin-left: 0;
        margin-right: 40px;
    }

        .customerMenu li.searchForm {
            margin-right: 0;
            position: relative;
        }

    .specSheet {
        margin: 30px auto;
        max-width: 90%;
    }
}
