﻿html {
    position: relative;
    overflow-y: auto;
}
html body {
    overflow-y: auto;
}
div.CustomHeadingCol {
    padding-left: 0px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    height: 15px;
    width: 15px;
}
div.DataLoadRow {
    padding: 20px 0px;
}
div.LeftNavCol {
    padding-right: 0px;
    padding-left: 0px;
    margin-left:inherit;
}
div.LeftNavWrapper {
    padding-top: 4px;
}
div.LeftNavLabel {
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
div.searchFormWrapper {
    position: relative;
    width: 100%;
    margin: 0px 0px 30px 0px;
}
div.searchFormWrapper input.form-control {
    display: inline-block;
    max-width: 100%;
    padding-left: 7px;
    font-size: 11px;
    line-height: 1;
}
div.searchFormWrapper button.btn-success.btn-custom {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 8px;
    color: white;
    border: 1px solid #0D2EA0;
    background-color: #0D2EA0;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    font-size: 12px;
}
div.searchFormWrapper button.btn-success.btn-custom:hover {
    background-color: #0a2175;
}
div.LeftNavWrapper ul {
    list-style-type: none;
}
div.LeftNavWrapper ul.GroupList {
    padding-left: 0px;
}
div.LeftNavWrapper ul.GroupList > li {
    margin-bottom: 10px;
    /*border: 1px solid #aaa;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div.LeftNavWrapper ul.OptionList {
    display: none;
    max-height: 251px;
    overflow-y: auto;
    padding-left: 0px;
    border-top: 0px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
div.LeftNavWrapper ul.OptionList li {
    border-top: 1px solid #aaa;
}
div.LeftNavWrapper ul.OptionList li:first-child {
    border-top: 0;
}
div.LeftNavWrapper ul.OptionList li div.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.LeftNavWrapper ul.OptionList li div.checkbox input {
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0px;
    margin-top: 3px;
    margin-left: 6px;
}
div.LeftNavWrapper ul.OptionList li div.checkbox label {
    width: 100%;
    min-height: 15px;
    padding: 10px 2px 10px 25px;
    text-align: left;
    line-height: 1;
}
div.LeftNavWrapper ul.OptionList li div.checkbox label:hover {
    background-color: #ddd;
}
div.LeftNavWrapper ul.OptionList li div.checkbox label label {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 1;
}
div.LeftNavWrapper ul li div.GroupHeader {
    position: relative;
    padding: 7px 0px;
    border: 1px solid #0D2EA0;
    background-color: #0D2EA0;
    color: #eee;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
div.LeftNavWrapper a.clearAllFilters {
    display: block;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;
    background-color: #ddd;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;*/
}
div.LeftNavWrapper a.clearAllFilters:hover {
    text-decoration: none;
}
div.DataLoadContainer {
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}
div.loaderContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    text-align: center;
    opacity: 0.80;
}
div.loaderBox {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    padding: 20px;
}
div.loaderText {
    padding-bottom: 15px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
div.loaderWrapper {
    text-align: center;
}
div.loader {
    display: inline-block;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
}
div.GroupHeader i.fa {
    font-size: 16px;
    padding-left: 5px;
}
span.dataCount {
    font-size: 20px;
    position: relative;
    top: -3px;
}
div.SummaryWrapper {

}
div.SummaryWrapper h1 {
    margin: 0;
    font-size: 30px;
}
div.SummaryWrapper div.SummaryBox {
    padding: 15px 20px 8px 20px;
    margin: 15px 0px 15px 0px;
    border: 1px solid #ccc;
    background-color: #ddd;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
div.SummaryWrapper div.SummaryBox div.ProductSummaryCol {
    margin-bottom: 7px;
}
div.SummaryWrapper div.SummaryBox label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
}
div.SummaryWrapper div.SummaryBox span {
    background-color: yellow;
    font-size: 13px;
    font-weight: normal;
}
button.util-compare {
    margin-right: 15px;
    font-size: 12px;
    vertical-align: middle;
}
a.buttons-colvis {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    line-height: 17px;
}
div.CompareButtonWrapper {
    margin-top: 2px;
    margin-bottom: 15px;
}
div.dataTables_wrapper div.dataTables_info {
    font-weight: bold;
}
div.dataTables_wrapper div#DataTables_Table_0_info.dataTables_info {
    padding-top: 0px;
    padding-bottom: 7px;
}
div.dataTables_wrapper div.dt-buttons {
    margin-bottom: 7px;
    clear: both;
}
div.dataTables_length label {
    margin-top: 5px;
    margin-left: 120px;
}
div.dataTables_filter {
    margin-top: 5px;
}
div.dataTables_filter label {
    margin-bottom: 0px;
}
table.DataLoadTable {
    display: inline-table;
    width: 99.5%;
    max-width: 100%;
    min-width: 99.5%;
    margin: 0 auto;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
}

div.DataLoadContainer div.dataTables_wrapper table.DataLoadTable tbody tr:hover {
    background-color: #ddd;
}

td a.productID {
    color: #337ab7;
    font-weight: bold;
}
td span.compareLabelText {
    font-size: 11px;
    vertical-align: middle;
}
td input.chkCompare {
    margin-top: 0px;
    vertical-align: middle;
}


/* Media Queries */
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    div.searchFormWrapper {
        margin-bottom: 60px;
    }
    div.searchFormWrapper input.form-control {
        font-size: 14px;
    }
    div.searchFormWrapper button.btn-success.btn-custom {
        width: 100%;
        top: 38px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 14px;
    }
    div.dataTables_length label {
        margin-left: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    div.headingRow hgroup.title h1 {
        font-size: 32px;
    }
    div.LeftNavWrapper {
        font-size: 12px;
    }
    div.LeftNavLabel {
        font-size: 18px;
        font-weight: bold;
    }
    div.searchFormWrapper {
        margin-bottom: 60px;
    }
    div.searchFormWrapper input.form-control {
        padding-left: 5px;
        padding-right: 3px;
        font-size: 12px;
    }
    div.searchFormWrapper button.btn-success.btn-custom {
        width: 100%;
        top: 38px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 13px;
    }
    span.GroupHeaderText {
        font-size: 14px;
    }
    button.util-compare {
        margin-right: 5px;
        font-size: 12px;
    }
    button.util-compare i.fa-check-square-o {
        font-size: 12px;
    }
    a.buttons-colvis {
        margin-right: 5px;
        font-size: 12px;
    }
    div.dataTables_length label {
        margin-top: 6.5px;
        margin-left: 3px;
        font-size: 12px;
    }
    div.dataTables_filter {
        font-size: 12px;
    }
    div.dataTables_filter label input {
        width: 155px;
    }
    div.dataTables_wrapper div.dataTables_info {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    div.dataTables_wrapper div#DataTables_Table_0_info.dataTables_info {
        margin-bottom: 0px;
    }
    div.DataLoadContainer div.dataTables_wrapper div.dataTables_paginate {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    div.CompareButtonWrapper {
        display: inline-block;
        margin: 0;
        position: relative;
        top: -80px;
    }
}

@media screen and (max-width: 767px) {
    div.headingRow hgroup.title h1 {
        font-size: 22px;
    }
    div.CustomHeadingCol {
        padding-left: 15px;
    }
    div.LeftNavCol {
        padding-right: 30px;
        padding-left: 30px;
    }
    div.LeftNavWrapper {
        max-width: 300px;
        margin: 0 auto;
    }
    div.dataTables_length label {
        margin: 5px auto;
    }
    div.dataTables_filter {
        margin-bottom: 10px;
    }
}
