
.pastevent {
    background-color: #8C8C8C !important;
}
.filterHeader {
    height: 84px;
}
.filterHeader>div {
    bottom: 0px;
    position: absolute;
}
.filterTitle {
    color: #009CDE ;  
    font-size: 16px;
    font-weight: bold;
}
.filterAction {
    cursor: pointer;
    color: #009CDE ;  
    font-size: 14px;
    font-weight: normal;
}
.filterAction>span {
    white-space: nowrap;
}
.filterList {
    max-height: 500px;
}
.filterEmptyList { 
    padding: 16px;
    color: #CCCCCC ;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}
.filterItem {
    cursor: pointer;
    margin-top:4px;
    padding: 6px;
    min-height: 32px;
    color: #FFFFFF ;
    font-size: 14px;
    font-weight: bold;    
    overflow: hidden;
    list-style:none;
    border-radius: 5px;
    background-color: #414141;
}
.filterItem .innerItem{
    margin-left: 32px; 
    background: none;
}
.filterItem .date {
    margin: 6px;
}

.reportTitle {
    padding-bottom: 12px;
    color: #009CDE ;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.reportParamName {
    padding-bottom: 4px;
    color: #009CDE ;  
    font-size: 12px;
    font-weight: bold;
    float: left;
}
.reportParamValue {
    padding-bottom: 4px;
    color: #FFFFFF ;  
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin-left: 10px;
}

.reportTable { 
    float: none;
    margin: 0 auto;
    color: #FFFFFF ;
    font-size: 13px;
    font-weight: normal;
}

.formInput { 
    color: #000000;
}

.reportTable tr.header {
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
}
.reportTable tr.row_type_detail:nth-of-type(odd) {
    background-color: #5A5A5A ;
}
.reportTable tr.row_type_detail:nth-of-type(even) {
    background-color: #828282 ;
}
.reportTable tr.row_type_title {
    font-size: 14px;
    font-weight: bold;
    background-color: #009CDE ;
}
.reportTable tr.row_type_subtitle {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #323232 ;
}
.reportTable tr.row_type_generaltitle {
    font-size: 14px;
    font-weight: bold;    
    background-color: #D0006F ;
}
.reportTable tr.row_type_subtotal {
    font-weight: bold;
    color: #000000;
    background-color: #DADADA ;
}
.reportTable tr.row_type_generaltotal {
    font-weight: bold;
    background-color: #D0006F ;
}
.reportTable td {
    text-align: left;
    padding-left: 20px;
}
.reportTable td.numeric {
    text-align: right;
    padding-right: 20px;
}
.reportTable tr.row_type_title td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 25px solid #323232 ;
}
.reportTable tr.row_type_subtitle td {
    border-top: 5px solid #323232 ;
}
.reportTable tr.row_type_generaltitle td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 25px solid #323232 ;
}
@media (max-width: 768px) {
    .reportTable { 
        font-size: 10px;
    }
    .reportTable tr.header {
        font-size: 10px;
    }
    .reportTable td {
        padding-left: 10px;
    }
    .reportTable td.numeric {
        padding-right: 10px;
    }
}

