body.mainpage{
    margin-top: 50px;
}
.dataTables_wrapper table>thead>tr>th.sorting_asc, .dataTables_wrapper table>thead>tr>th.sorting_desc {
    background-color: #464d56;
}
.dataTables_wrapper table>thead>tr>th{
    border-color: rgb(39, 43, 48) !important;
}
.bootstrap-dialog.type-primary .modal-header {
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
    background-repeat: no-repeat;
    background-color: #3a3f44;
}
.modal-content{
    background-color: #272b30!important;
}


.select2-container .select2-selection--single{
    height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px!important;
    line-height: 36px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px!important;
    right: 8px!important;
}
.select2-results__option{
    color: #333;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    color: #333;
}
.select2-container--default .select2-search--inline .select2-search__field{
    line-height: 30px!important;
    padding-left: 8px!important;
}