﻿#C008_lblResultCount {
    background-color: #33779f;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
}

table {
    max-width: 1200px;
}

.tdBuyNow {
    text-align: center;
    width: 70px;
}

    .tdBuyNow a {
        text-decoration: none !important;
    }

        .tdBuyNow a:hover {
            text-shadow: 3px 3px 3px rgba(0,0,0,.4);
        }

th.sortable {
    background-image: url(/images/Common/inosort.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px;
    cursor: pointer;
}

    th.sortable:hover {
        background-color: #ccc;
    }

th.asc {
    background-image: url(/images/Common/isortasc.png);
}

th.desc {
    background-image: url(/images/Common/isortdesc.png);
}

#tblGlobal, #tblAmericas, #tblEurope, #tblAsia {
    position: relative;
}
    #tblGlobal td:nth-child(3), #tblAmericas td:nth-child(3), #tblEurope td:nth-child(3), #tblAsia td:nth-child(3) {
        text-align:center;
    }
.locIcon {
    cursor: pointer;
    text-align: center;
    width: 70px;
}

.locView {
    display: none;
    position: absolute;
    background-color: #eee;
    padding: 20px;
    border: solid 1px #ccc;
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    text-align: left;
    z-index: 10;
}

.reSearch {
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    background-color: #ddd;
}

    .reSearch:hover {
        background-color: #eee;
    }

.searchPanel {
    display: block;
    width: 200px;
    padding: 20px;
    border: 1px solid rgb(204, 204, 204);
    margin-top: 10px;
}

.reSearchBtn {
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    background-color: #ddd;
}

.reSearchMessage {
    display: none;
}

.distiReqName {
    white-space: nowrap;
}

.soSection {
    border-top: solid 1px #ddd;
}

    .soSection::after {
        content: '';
        display: table;
        clear: both;
    }

.distideets {
    display: none;
}

.distSec {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 20px 20px;
    background-color: #eee;
    border: solid 1px #ccc;
    z-index: 10;
}

    .distSec h3 {
        color: #222;
        font-size: 16px;
    }

.distSecClose {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 7px;
    border: solid 1px #ccc;
}

    .distSecClose:hover {
        cursor: pointer;
    }

.distSecLink {
    text-decoration: underline;
    cursor: pointer;
}

    .distSecLink:hover {
        text-decoration: none;
    }

.ofSection {
    margin-bottom: 7px;
}

    .ofSection::after {
        content: '';
        clear: both;
        display: table;
    }

.of50 {
    width: 48%;
    float: left;
}

.ofLabel {
    display: table-cell;
    width: 150px;
}

.ofValue {
    display: table-cell;
}

.ofCTA {
    margin: 10px 0;
    clear: both;
}

    .ofCTA input {
        margin-right: 5px;
        cursor: pointer;
    }

#distiReqBG {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
    z-index: 20;
}

#distiRequest {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 25;
    background: #fff;
    border: solid 1px #aaa;
    padding: 35px 25px 25px;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
}

    #distiRequest table {
        clear: both;
    }

#distiReqClose {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 3px 8px;
    border: solid 1px #ccc;
}

.drPanel {
    width: 250px;
    float: left;
    position: relative;
    padding-bottom: 25px;
    min-height: 300px;
}

#distiRequest .drLabel {
    display: block;
    margin-top: 12px;
}

#distiRequest input[type="text"], #distiRequest input[type="number"], #distiRequest select {
    padding: 5px;
    width: 85%;
    display: block;
    margin-bottom: 3px;
}

    #distiRequest input[type="text"].invalid, #distiRequest input[type="number"].invalid, #distiRequest select.invalid {
        background-color: #ffc9c3;
        border: solid 1px #b70000;
    }

#distiRequest textarea {
    width: 97.5%;
    display: block;
    height: 100px;
    padding: 1%;
}

#distiRequest input[type="submit"] {
    margin: 20px auto;
    display: block;
    padding: 7px 20px;
    cursor: pointer;
}

.sas {
    position: absolute;
    top: 10px;
    right: 10%;
}

.drhf {
    display: none !important;
}

.addRow {
    text-align: right;
    display: block;
    cursor: pointer;
}

    .addRow:hover {
        color: blue;
    }

td.addremove {
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

    td.addremove:hover {
        background-color: red;
        color: #fff;
    }

    td.addremove::after {
        content: '×';
    }

tr:nth-child(even) td {
    background-color: #f2f2f2;
    border-collapse: collapse;
    margin: 0;
    padding: 4px;
    /*position: relative;*/
    background-clip: padding-box; /* Add this line */
}

#RFQThanks, #POThanks {
    display: none;
    background: green;
    color: #fff;
    font-size: 20px;
    width: 280px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -140px;
    border: solid 1px green;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    padding: 20px 10px;
    text-align: center;
    z-index: 30;
}

@media screen and (max-width: 600px) {
    th.sortable {
        background-position: bottom center;
        padding-bottom: 15px;
    }
}