﻿.facetContainer {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 5px;
    padding-right: 5px;
}

.facetContainer select {
        height: 200px;
        font-size: 0.9em;
}

#searchHeader {
    padding-left:20px;
    padding-right:20px;
}

#h1Search {
    color:#333;
    font-size:1.8em;
}

#h1Search b {
    font-weight:normal;
    color:#A41826;
}

#headerSrchNoResults{
    padding-left:20px;
}

#headerSrchTime {
    font-size:0.5em;
}

#searchOptions {
    background-color: #F8F8F8;
    position: relative;
    padding-left:20px;
    padding-right:20px;
}

#containerFacetOptions {
    overflow-x: scroll;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#containerFacetControls {
    position: absolute;
    bottom: 25px;
    height: 30px;
}

#containerFacetControls #btnAutoFilter {
    margin-right: 10px;
    border: 1px solid #AAA;
    background-color: #AAA;
}

#containerFacetControls #btnAutoFilter.selected {
    margin-right: 10px;
    border: 1px solid #7BC637;
    background-color: #7BC637;
}

#containerFacetControls input.btnFilter.disabled{
    display:none;
}

#containerFacetControls .lnkBtn {
    display: inline-block;
    cursor:pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #A41826;
    border-radius: 2px;
    background-color: #A41826;
    color:#FFF;
    font-size:0.8rem;
    line-height: 1rem;
}

#containerFacetControls .lnkBtn.tertiary {
    border: 1px solid #A41826;
    background-color: #FFF;
    color: #A41826;
}
#containerFacetControls .lnkBtn.tertiary:hover {
    border: 1px solid #8A1C26;
    background-color: #8A1C26;
    color: #FFF;
}

#resultsTableOptions{
    border: 1px solid #E7E7E7;
    padding:10px;
}

#resultsTableOptions label{
    padding-right:10px;
}

#resultsTableOptions label input{
    display:inline-block;
    margin-right:5px;
}

#resultsTableOptions label.containerCheckbox{
    font-size:0.9em;
}
#resultsTableOptions  input[type=submit]{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100px;
}

#searchResults{
    font-size:0.8em;
    padding-left:20px;
    padding-right:20px;
}



.table tr.resultRow:nth-child(even) {
    color:#000;
    background-color: #F8F8F8;
}

.table tr.resultRow:nth-child(odd) {
    color:#000;
    background-color:#FFF;
}

.table tr.resultRow.CustPart {
    color:#000;
    background-color:#E0F2D0;
}


.table tr.resultRow:hover{
    color:#333;
    background-color:#EEE;    
}

.table {
    border-collapse: collapse;
}

.table th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: #E7E7E7;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #E7E7E7;
}

.table td {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 5px !important;
    font-size: 0.9em;
}

.table td.resultCellImage {
    background-color:#FFF;
    width:100px;
    position: relative;
}

.table td.resultCellImage img {
    width:100px;
}

.table td.resultCellCmd{
    text-align:left;
    vertical-align:middle;
    font-size:0.9em;
}

.table td.resultCellCmd .lnkBtn {
    margin-bottom: 20px;
}

.table td span.resultCustPart{
    display:block;
    padding-bottom:5px;
    font-weight:bold;
}


span.facetHeading {    
    color:#333;
    font-size:0.9em;
}

span.facetHeading.disabled {
    color: #999;
}

div.filterOptionGroup {
    height:200px; 
    overflow-y:auto;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:25px;
    border:1px solid #999;
    background-color:#FFF;
    font-size:0.8em;
    -webkit-overflow-scrolling: touch;
}

div.filterOptionGroup.selected {
    height:177px;
}

div.facetContainerClear{
    font-size:0.9em;
    text-align:center;
    background-color:#ccc;
    border:1px solid #999;
} 
div.facetContainerClear:hover{
    font-size:0.9em;
    text-align:center;
    background-color:#fff;
    border:1px solid #999;
    cursor:pointer;
} 


label.filterOptionLabel{
    margin:0;
    display:block;
    padding:2px;
    cursor:pointer;
}

label.filterOptionLabel[disabled="disabled"] {
    color:#999;
    cursor: not-allowed;
}

    label.filterOptionLabel:hover:not([disabled])  {
    background-color:#F8F8F8;
    }

label.filterOptionLabel input[type="checkbox"]{

}

label.filterOptionLabel td.filterOptionText{
    white-space:nowrap;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}



div.containerPaging{
    position:relative;
    vertical-align:middle;
    padding-top:10px;
    padding-bottom:10px;
}

div.wrapPagingNumRes{
     display:inline-block;
     padding-right:20px;
}

div.wrapPagingOrderBY{
     display:inline-block;
     padding-right:20px;
}


th.colOrdGrp{
    cursor:pointer;  
}
th.colOrdGrp div.ordAsc,th.colOrdGrp div.ordDesc{
    display:inline-block; 
}
th.colOrdGrp.ordNone div.ordAsc {
    color:black;
}
th.colOrdGrp.ordNone div.ordDesc, th.colOrdGrp.ordAsc div.ordDesc{
    display:none;
}
    th.colOrdGrp.ordAsc div.ordAsc {
        /*color:#7BC637;*/
        color: #A41826;
    }
th.colOrdGrp.ordDesc div.ordAsc{
    display:none;
}
    th.colOrdGrp.ordDesc div.ordDesc {
        /*color:#7BC637;*/
        color: #A41826;
    }
    th.colOrdGrp:hover div.ordAsc, th.colOrdGrp:hover div.ordDesc {
        /* color:#A41826;  */
        color: #7BC637
    }

div.wrapResultColumns{
    display:inline-block;
}

div.wrapResultColumns div.dropdown-menu{
    z-index:1002; 
}

div.wrapResultColumns label{
    display:block;
    width: 190px;
    margin-left:10px;   
}

div.wrapPagingLnks{
     display:block;
     float:right
}

div.wrapPagingLnks a {
    display:inline-block;
    padding:5px 10px;
    margin:2px;
    border:1px solid #ccc;
    border-radius: 2px;
    color: #666;
    text-decoration:none;
}

div.wrapPagingLnks a:hover {
    background-color: #8A1C26;
    border:1px solid #8A1C26;
    color:#FFF;
}

div.wrapPagingLnks a.disabled {
    border: 1px solid #CCC;
    background-color: #CCC;
    color:#FFF !important;
    cursor: not-allowed;
}

div.wrapPagingLnks a.selected {
    border:1px solid #A41826;
    background-color: #A41826;
    color:#FFF;
}

div.wrapResultTotals{
    float:left;
    width:30%;
    padding-top:5px;
    font-size:1.6em;
}

div.wrapResultTotals b {
    font-weight:normal;
    color: #A41826;
}

span.CInstock {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

span.cPoa {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.btnViewCompare{
    display:none;
    position:fixed;
    top:50%;
    right:-80px;
    cursor:pointer;
    padding: 5px 10px;
    border: 1px solid #A41826;
    border-radius: 2px;
    text-decoration:none;
    background-color: #A41826;
    z-index:1002;
    color: #FFF;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari 3-8 */
    transform: rotate(270deg);
}

.btnViewCompare:hover {
    color:#FFF;
    text-decoration:none;
    background-color:#8A1C26;
}

#ulBannersTier {
    margin-left:20px;
}

::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
