#wpcontent {
    background: #F0F0F1;
}

.submit-icon {
    cursor: pointer;
    margin: 0 10px;
} 

.filter-bar {
    background-color: #fff;
    padding: 20px;
}

.filter-bar-items > li, .filter-bar-items > select {
    margin: 0 15px;
}

.select2.select2-container {
    display: inline;
}

.filter-bar-items .select2-selection {
    border: none !important;
}

.filter-bar-items .select2-selection__rendered {
    color: #23378A !important;

}
.select2-selection__arrow b {
    border-color: #23378A transparent transparent transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px !important;
}

.btn.btn-analytic.view-more {
    background: #23378A !important;
    color: #fff!important;
}

.btn.btn-analytic.view-more:hover {
    opacity: .8 !important;
}

.date-filter input[type='date'] {
    border: none;
    background: #DEDEDE;
}

.datatable .dt-input{
    padding: 0 14px !important;
}

.datatable  label {
    margin: 0 10px !important;
}

.datatable table {
    padding: 20px !important;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0 !important;
    width: 100% !important;
}

.datatable table span.dt-column-title {
    color: #23378A;
}

.datatable table td {
    width: 300px;
    max-width: 20%;
}

.datatable table td.dt-type-numeric, .datatable table th.dt-type-numeric {
    text-align: center !important;
}