#dataChart svg>g>rect {
    fill: url(#fx) !important;
    fill-opacity:0.6 !important;
}

#fx stop:nth-child(1){
    stop-color: #4e7150;
}

#fx stop:nth-child(2){
    stop-color: #fff6d0;
}

/*#fx stop:nth-child(3){*/
    /*stop-color: #ffb295;*/
/*}*/

#fx stop:nth-child(3){
    stop-color: #ff8282;
}

.report-filter{
    display:block;
    border:1px solid #a5a39c;
    overflow:auto;
    width:40%;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.48);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.48);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.48);
    margin-bottom: 15px;
    min-width: 650px;
}

.period-div{
    display:block;
    background-color: #3a5e93;
    text-align: center;
}

.report-filter ul.period{
    display: inline-block;
    list-style-type: none;
    overflow: auto;
    background-color: #3a5e93;
    margin:0 auto;
    margin-top: 0;
    padding: 5px;
    text-align:center;
}

.report-filter ul.period li{
    display: inline-block;
    float:left;
    border: 1px solid #a5a195;;
    margin: 0 5px;
    background-color: #fff9e4;
    border-radius: 3px;
}

.report-filter ul.period li a{
    text-decoration: none;
    color: #5a647a;
    font-weight: bold;
    display: inline-block;
    padding: 6px 8px;
}

.report-filter ul.period li:hover{
    background-color: #fefefe;
}

li.selectedItem{
    background-color: #b5d7d3 !important;
    border: 2px solid #578aa2 !important;
}

.date-period{
    display:block;
    float:left;
    clear: both;
    width:100%;
    padding: 10px 0;
    background-color: #fff;
}

.date-period table{
    margin: 5px;
}

fieldset.param-data{
    border: 1px solid #c8c8c8;
    width:85%;
    margin:0 auto;
    margin-top: 25px;
    background-color: #fbfbfb;
    border-radius: 5px;
    border-top: 3px solid #3a5e93;
}

fieldset.param-data legend{
    margin: 0 auto;
    z-index: 1000;
    border:2px solid #3a5e93;
    margin-bottom:20px;
    text-align: center;
    color:#3a5e93;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.38);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.38);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.38);
}

.btn.loadReport { background-image: url('../images/icons/magnifier.png');
    margin: 0 auto; padding-left: 2.8em; background-size: 20px;}

.btn.loadReport:hover { background-color: #DCFBFF !important;}

.error-message{
    clear:both;
    color: #c94e4b;
    width:85%;
    overflow:auto;
    text-align: center;
    margin:0 auto;
    background-color: #feefef;
}

.info-popup{
    background-color: #fffef5;
    min-width:250px;
    height:150px;
    position:absolute;
    border: 2px solid #ddc58e;
    border-radius: 5px;
    margin-top: -227px;
    margin-left: -77px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
    color: #725511;
    font-family: Tahoma, serif;
    font-size: 13px;
    padding: 0 8px;
}


table.legendTable,table.legendTable th,table.legendTable td {
    border: 1px solid black;
}

table.legendTable {
    width: 50%;
}

table.legendTable th {
    text-align: center;
    background-color: #4CAF50;
    color: blue;
}


table.legendTable tr:nth-child(even) {background-color: #f2f2f2;}


.info-popup .par-heading{
    background-color: #ddc58e;
    padding: 5px 0;
    color: #992d16;
    font-size: 15px;
    font-weight: bold;
}

.arrow-down{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ddc58e;
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.information-container{
    background-color: rgb(255, 255, 255);
    width: 65%;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #7d87a5;
    margin-bottom: 30px;
}

.information-container img{
    height:32px;
    width:32px;
    float:left;
}

@media only screen and (max-width: 1750px) {
    .transparent-div {
        display: none !important;
    }
    .exceedance-div{
        display: block;
    }
}

@media only screen and (min-width: 1751px) {
    .exceedance-div{
        display: inline-block !important;
    }
}

.legend-table td{ background-color: #fff !important;}

