.dt-search {
    float: right;
}

div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
    color: #FFFFFF !important;
    border-radius: .3em !important;
}

.dt-scroll-headInner table {
    background-color: #FFF;
}
.dt-scroll-headInner table thead th {
    background-color: #e1e0e0;
}

.dt-scroll-headInner table tr.serchable-row th {
    padding: .3rem!important;
    height: 33.6px;
}
.dt-scrollBody .table-sm tbody th,.dt-scrollBody .table-sm tbody td {
    padding: .3rem!important;
    height: 33.6px;
}

.dt-scroll-headInner table tr.serchable-row th .select2-container--bootstrap .select2-selection--single {
    height: 33px;
    padding: 0.3rem 1rem;
}

.dt-center {
    text-align: center;
}

.dt-scroll-headInner table thead tr:first-child th:first-child {
    border-radius: 7px 0 0 0;
}

.dt-scroll-headInner table thead tr:first-child th:last-child {
    border-radius: 0 7px 0 0;
}


div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 7px;
}

.dt-paging {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    padding-top: 10px;
}

button.dt-paging-button {
    z-index: 1;
    color: #8d9498 !important;
    background: #fff !important;
    border: #8d9498 1px solid !important;
    font-size: 12px  !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
}

button.dt-paging-button:hover:not(.disabled) {
    z-index: 1;
    color: #fff !important;
    background: #EA5B0C !important;
    border-color: #EA5B0C !important;
}

button.dt-paging-button.current {
    z-index: 1;
    color: #fff !important;
    background-color: #EA5B0C !important;
    border-color: #EA5B0C !important;
}

button.dt-paging-button.first,
button.dt-paging-button.last {
    display: none !important;
}

.dt-container  {
    min-height: 50vh;
}
.dt-container div.bottom {
    margin-top: -15px;
}


@media screen and (max-width: 640px) {
    .dt-container div.bottom {
        margin-top: 10px;
    }

    div.dt-buttons {
        float: right !important;
    }
    
    .data-table-custom-filter {
        margin-top: 75px;
    }
}

.dt-length {
    width: 50%;
}

.bottom .dt-info {
    font-size: 12px;
}

.dt-length,
.dt-search,
.html5buttons,
.dt-buttons {
    z-index: 999999;
    position: relative !important;
}
/*

div.dt-scroll-headInner .select2-selection__rendered {
    line-height: 20px !important;
}
div.dt-scroll-headInner .select2-selection__choice {
    margin-top: -1px !important;
}
div.dt-scroll-headInner .select2-container .select2-selection--multiple {
    height: 21px !important;
}
div.dt-scroll-headInner .select2-container .select2-selection--multiple .select2-selection__arrow {
    height: 21px !important;
}

div.dt-scroll-headInner .select2-selection__rendered .select2-search__field {
    margin-top: -3px !important;
}


 */