table.dataTable {
    border-radius: 3px !important;
}
.dataTable thead tr {
    background: #b3b3b3;
}
.dataTable thead tr > th {
    font-family: NotoSansRegular;
    font-weight: 100;
    font-size: 13px;
    background: #b3b3b3;
    color: #fff;
    border-bottom: 0;
}
.dataTable.table-striped > tbody > tr {
    background-color: #fff !important;
}
.dataTable.table-striped > tbody > tr:hover {
    background-color: #f2f2f2 !important;
}
.dataTables_filter {
    float: right;
}
.dataTable.table-bordered > tfoot > tr > th {
    background: #fff;
    color: #fff;
    font-size: 13px;
    border-bottom: 0;
    padding: 0 8px;
}
.dataTable.table-bordered > tfoot > tr > th input {
    border: 0;
    background: #fff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 100;
}

.dataTable.table > thead > tr > th {
    vertical-align: top;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    font-size: 13px;
}
.dataTable th.status,
.dataTable td.status {
    min-width: 105px;
    text-align: center;
    display: table-cell;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.dataTable th.edit_status,
.dataTable td.edit_status {
    text-align: center;
    min-width: 50px;
}
.dataTables_wrapper.form-inline .form-control.c-table__search-input {
    width: 100%;
    padding: 0;
}
.dataTable.table-bordered > tbody > tr > td {
    border-top: 0;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    color: #858585;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2ea1d9;
    border-color: #2ea1d9;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
}
.dataTables_length .form-control.input-sm {
    padding: 6px 12px;
    font-size: 14px;
    background: #fff url("../img/select_arrow_down.png") no-repeat scroll 90% 54% !important;
}
.dataTables_length select.input-sm {
    height: 36px;
    line-height: 1;
}
.dataTables_filter input.input-sm {
    height: 24px;
}
table.dataTable thead .sorting_asc::after {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url('../img/svg/icon_sort_up.svg') no-repeat 50% 50%;
    mask: url('../img/svg/icon_sort_up.svg') no-repeat 50% 50%;
}
table.dataTable thead .sorting_desc::after {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url('../img/svg/icon_sort_down.svg') no-repeat 50% 50%;
    mask: url('../img/svg/icon_sort_down.svg') no-repeat 50% 50%;    
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    opacity: 1;
}
table.dataTable thead .sorting::after {
    content: "";
    width: 8px;
    height: 18px;
    opacity: 0.5;
    background-color: #fff;
    -webkit-mask: url('../img/svg/icon_sort.svg') no-repeat 50% 50%;
    mask: url('../img/svg/icon_sort.svg') no-repeat 50% 50%;    
}
div.dataTables_processing {
    display: none;
}
.dt-button {
    padding: 7px 10px;
    white-space: normal;
    position: absolute;
    bottom: -33px;
    width: 100%;
}