﻿.errorRequiredRegions, .errorRequiredEducationLevel {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ae0621;
}

.btnEducationLevels {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #123351;
    display: inline-block;
    background-color: #1c456a;
    padding: 10px 20px;
    border: 0px solid transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    color: #ffffff;
}

#educationLevelsNav label, #educationLevelsNav input {
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
}

#educationLevelsNav input {
    margin-right: 2px;
}

.educationLevelChecked {
    background-color: green;
    margin:2px;
}

.btn-tla:active {
    background-color: green;
}

#texasMedianWageFilter {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #texasMedianWageFilter input, #texasMedianWageFilter label {
        vertical-align: middle;
        margin: 0px;
    }

    #texasMedianWageFilter input {
        margin-right: 2px;
    }

#divOptions {
    display: none;
}

#btnTopStatisticsExcelAndPdf .btn-tla.k-button {
    height: 40px !important;
    background-color: #1c456a;
    color: #ffffff !important;
    border: 0px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: -3px !important;
    background-image:none !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;*/
}

.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        height: 30%;
        top: -1px;
        bottom: 20px;        
    }

    .page-template .body {
        top: 40px;
    }

    .page-template .footer {
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
        text-align: center;
        color: #888;
    }

    .page-template .pdfLogoLmci{
        margin-right:10px;
        margin-top:5px;
    }

    .page-template .pdfLogoTla{
        margin-left:10px;
    }
#reportTypeNav .btn-tla{
    margin:2px;
}