@charset "UTF-8";
#chartContainer {
    flex: 1;
    display: flex;
    flex-direction: row;
    max-width: 100%;
}
#statisticsContainer {
    position: relative;
    padding-bottom: 50px;
    padding: 10px;
}
#chartContainer {
    height: 400px;
}
#noDataMessage {
    vertical-align: middle;
}
#statisticsWidget {
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}
#statsChart,
#statsChart2 {
    display: inline-block;
    filter: drop-shadow(0 0 0.1rem rgba(30, 30, 30, 0.7));
}
#charts {
    position: relative;
}
#scatterLegend,
#barsLegend {
    display: inline-block;
}
#sideInfo {
    float: left;
    width: 200px;
    padding: auto;
    overflow: hidden;
}
.infoSpan {
    float: right;
    width: 100px;
}
#statisticsContainer .dgrid {
    /* height: auto; */
    max-height: 200px;
    /* margin-bottom: 50px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
}
#statisticsContainer .dgrid-scroller {
    max-height: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
}
#generatePDF,
#generateXLS {
    min-width: 100%;
}