.dataTables_wrapper .dataTables_length select {
    border-radius: unset;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: unset;
    background: url(../img/icon-search.png) no-repeat;
    background-position: 185px -7px;
    content: "";
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    padding-right: 25px;
}

@-moz-document url-prefix() {
    /* Your styling for Firefox goes here */
    .dataTables_wrapper .dataTables_filter input {
        background-position: 160px -7px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: unset;
    color: #41444c;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #e5e2df;
        border: none;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background: #8e0915;
            border: none;
            color: #fff !important;
        }

table.dataTable thead th, table.dataTable thead td {
    background: #62676a;
    font-weight: normal;
    font-family: "Effra-Bold";
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none;
}

table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
    box-shadow: none;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: none;
}

table.dataTable tbody tr:nth-child(even) td {
    background: #eaeaea;
}

table.dataTable tbody tr:nth-child(odd) td {
    background: #f7f7f7;
}
.dataTables_wrapper label {
    font-size: inherit;
    font-family: inherit;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #62676a !important;
}

@media (max-width: 767px) {
    table.dataTable thead {
        display: table-header-group;
    }
}

.clearing-search-label{
    display:none;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1.0;
}
