.box .box-body table.statistics {
    width: 100%;
}

.box .box-body table.statistics th, .box .box-body table.statistics td.header {
    font-weight: bold;
    font-size: 15px;
}

.box .box-body table.statistics th {
    text-align: center;
}

.box .box-body.search-statistics-box {
    overflow: auto;
}

.box .box-body table.statistics.search-statistics {

}

.box .box-body table.statistics.search-statistics td, .box .box-body table.statistics.search-statistics th {
    border: 1px solid;
}

.box .box-body table.statistics th.padding-headers, .box .box-body table.statistics td.padding-headers {
    padding-left: 12px;
    padding-right: 12px;
}

.box .box-body table.statistics th.cross-header {
    text-align: left;
}

.box .box-body table.statistics tr {
    line-height: 30px;
}

.box .box-body table.statistics td.data {
    width: auto;
    text-align: center;
}

div.date_part_select div.select2-container {
    width: 100px !important;
}