﻿#gapReport {
    padding-top: 30px;
}

#ddlReportType {
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    padding: 5px 10px;
    width: 75%;
}
#gapSelectReportType label {
    font-weight: normal;
    margin-bottom: 0px;
}
#radioButtonsDiv {
    visibility: hidden;
}

.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.errorBarGap {
    padding-left: 20px;
    margin-left: 0px;
    border-left: 5px solid #ae0621 !important;
}

.errorRequiredRegions {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ae0621;
}

#btnResetGapReportGrid {
    width: 135px !important;
}
#grid .k-header > .k-grid-filter, #gridIndustryOccupation .k-header > .k-grid-filter {
    top: 35px !important;
}

#demandHWOLFilters{
    background-color: #FFFFFF;
    margin-top: 15px;
}

.errorMessage {
    font-weight: bold;
    color: #ae0621;
    padding-left: 10px;
    padding-bottom: 10px;
}

#gapMapSinglePickerGrid {
    max-height: 353px;
}

#multiPickerGrid .k-grid-content, #gapMapSinglePickerGrid .k-grid-content {
    max-height: 315px !important;
}

/*Gap Map region*/

#gapMapFilters{
    background-color: #FFFFFF;
    margin-top: 15px;
}

#gapMapSinglePickerGrid table th:nth-child(1), #gapMapSinglePickerGrid table th:nth-child(4), #gapMapSinglePickerGrid table th:nth-child(5),
#gapMapSinglePickerGrid table th:nth-child(6), #gapMapSinglePickerGrid table th:nth-child(7), #gapMapSinglePickerGrid table th:nth-child(8),
#gapMapSinglePickerGrid table td:nth-child(1), #gapMapSinglePickerGrid table td:nth-child(4), #gapMapSinglePickerGrid table td:nth-child(5),
#gapMapSinglePickerGrid table td:nth-child(6), #gapMapSinglePickerGrid table td:nth-child(7), #gapMapSinglePickerGrid table td:nth-child(8) {
    display: none;
}

#gapMapSinglePickerGrid table th:nth-child(2), #gapMapSinglePickerGrid table td:nth-child(2) {
    width: 100px;
}

#gapMapSinglePickerGrid table th:nth-child(3), #gapMapSinglePickerGrid table td:nth-child(3) {
    width: 140%;
}


#gapRadioAndPdfBtn {
    display: none;
}

#btnPdf {
    float: right;
}
#btnGapExcelExport{
    margin-bottom:2px;
}
#gridButtons,#gridMapReportButtons{
    text-align:right;
    padding:0px;
}
@media only screen and (max-width: 1199px) and (min-width: 767px){
    #gridButtons {
        padding-left: 151px !important;
    }
}