﻿#radioButtonsDiv {
    visibility: hidden;
}

.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
    pointer-events: none;
}

.errorBarRop {
    padding-left: 20px;
    margin-left: 0px;
    border-left: 5px solid #ae0621 !important;
}

.errorBar {
    border-left: 5px solid #ae0621;
    margin-left: 20px;
    padding-left: 0px !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}

.errorMessage {
    font-weight: bold;
    color: #ae0621;
    padding-left: 10px;
    padding-bottom: 10px;
}

.errorRequiredRegions {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ae0621;
}

#ropFilters {
    background-color: #FFFFFF;
    margin-top: 15px;
}

#ropSinglePickerGrid table th:nth-child(1), #ropSinglePickerGrid table th:nth-child(4), #ropSinglePickerGrid table th:nth-child(5),
#ropSinglePickerGrid table th:nth-child(6), #ropSinglePickerGrid table th:nth-child(7), #ropSinglePickerGrid table th:nth-child(8),
#ropSinglePickerGrid table td:nth-child(1), #ropSinglePickerGrid table td:nth-child(4), #ropSinglePickerGrid table td:nth-child(5),
#ropSinglePickerGrid table td:nth-child(6), #ropSinglePickerGrid table td:nth-child(7), #ropSinglePickerGrid table td:nth-child(8) {
    display: none;
}

#ropSinglePickerGrid table th:nth-child(2), #ropSinglePickerGrid table td:nth-child(2) {
    width: 100px;
}

#ropSinglePickerGrid table th:nth-child(3), #ropSinglePickerGrid table td:nth-child(3) {
    width: 140%;
}

#ropSinglePickerGrid {
    max-height: 353px;
}

#ropSinglePickerGrid .k-grid-content {
    max-height: 315px !important;
}

#ropSinglePickerAndFilters {
    padding: 1px;
    background-color: white;
    margin-top: 10px;
}

#btnSearchResetROP {
    padding-top: 30px !important;
}

#divcharts {
    display: none;
}

#AllRopTables {
    margin-top: 10px;
    margin-bottom: 10px;
}

#chartWagesTitle, #chartProjectionsTitle, #chartWageDifferentialTitle, #chartLocationQuotientTitle, #chartJobPostingsTitle {
    font-weight: bold;
    text-align: left;
}

#chartWages .k-grid-content table, #chartProjections .k-grid-content table, #chartWageDifferential .k-grid-content table, #chartLocationQuotient .k-grid-content table, #chartJobPostings .k-grid-content table, #ropTable .k-grid-content table {    
    touch-action: auto !important;
}

.chartButton {
    margin-bottom: .4cm;
}
#btnExportExcel{
    margin-right:5px;
}
#btnPdf{
    width:137px;
}
#slider-grid-customizations-open{
    cursor:pointer;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
   #btnExportExcel{
        margin-right:0px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 766px) {
    #btnExportExcel{
        margin-right:0px;
    }
}