button.dt-button,
div.dt-button,
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    height: 48px;
    padding: 0 1em;
    border: 1px solid #6a4646;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.88em;
    /* color: #ecf0f4; */
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(top, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

button.dt-button,
div.dt-button,
a.buttons-create {
    background-color: #2ab9d0 !important;
    background-image: none !important;
    color: white !important;
    border-color: #2ab9d0 !important;
}

button.dt-button,
div.dt-button,
a.buttons-excel {
    background-color: #59bf70 !important;
    border-color: #59bf70 !important;
    background-image: none !important;
    color: white !important;
}

button.dt-button,
div.dt-button,
a.buttons-csv {
    background-color: #8c6690 !important;
    border-color: #8c6690 !important;
    color: white !important;
    background-image: none !important;
}

button.dt-button,
div.dt-button,
a.buttons-pdf {
    background-color: #e91e63 !important;
    border-color: #e91e63 !important;
    background-image: none !important;
    color: white !important;
}

button.dt-button,
div.dt-button,
a.buttons-print {
    background-color: #626ed4 !important;
    border-color: #626ed4 !important;
    color: white;
    background-image: none !important;
}

button.dt-button,
div.dt-button,
a.buttons-reset {
    background-color: #447f8a !important;
    border-color: #447f8a !important;
    color: white;
    background-image: none !important;
}

button.dt-button,
div.dt-button,
a.buttons-reload {
    background-color: #6a4579 !important;
    border-color: #6a4579 !important;
    color: white;
    background-image: none !important;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper input[type="search"]:focus,
.dataTables_wrapper input[type="search"]:active {
    border-bottom: 2px solid #1f91f3;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
    line-height: 1.42857;
    color: #414244;
    display: inline-block;
    margin-bottom: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.dataTables_wrapper input[type="search"] {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font-size: 12px;
    height: 26px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    margin: 0 0 8px 0;
    padding: 0;
}

.dataTables_wrapper input[type="search"]:focus,
.dataTables_wrapper input[type="search"]:active {
    border-bottom: 2px solid #1f91f3;
    outline: none;
}

.dataTable .dropdown-menu {
    transform: translate3d(-40px, 0px, 0px) !important;
}

.ic_table tbody tr td {
    border-bottom: 1px solid #eaecf0;
}

.table-responsive.dataTable.no-footer {
    border-bottom: none;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399.98px) {
    .table-responsive.dataTable.no-footer {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .table-responsive.dataTable.no-footer {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 991.98px) {
    .table-responsive.dataTable.no-footer {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 767.98px) {
    .table-responsive.dataTable.no-footer {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 575.98px) {
    .table-responsive.dataTable.no-footer {
        margin-bottom: 20px;
    }
}

.table-responsive.dataTable.no-footer thead tr th {
    border-top: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
    padding-right: 22px;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.next {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.next:hover {
    color: #fff;
    background: #17bb87;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.previous {
    border: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.dataTables_paginate.paging_simple_numbers
    .paginate_button.previous:hover:not(.disabled) {
    color: #fff;
    background: #17bb87;
    border: none;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.next {
    border: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.dataTables_paginate.paging_simple_numbers
    .paginate_button.next:hover:not(.disabled) {
    color: #fff;
    background: #17bb87;
    border: none;
}

.dataTables_paginate.paging_simple_numbers span .paginate_button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #4c516d;
    height: 38px;
    width: 38px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 1399.98px) {
    .dataTables_paginate.paging_simple_numbers span .paginate_button {
        font-size: 13px;
        height: 34px;
        width: 34px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .dataTables_paginate.paging_simple_numbers span .paginate_button {
        height: 32px;
        width: 32px;
    }
}

@media only screen and (max-width: 991.98px) {
    .dataTables_paginate.paging_simple_numbers span .paginate_button {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .dataTables_paginate.paging_simple_numbers span .paginate_button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (max-width: 575.98px) {
    .dataTables_paginate.paging_simple_numbers span .paginate_button {
        height: 26px;
        width: 26px;
    }
}

.dataTables_paginate.paging_simple_numbers span .paginate_button.current {
    color: #fff !important;
    background: #17bb87;
    border: none;
}

.dataTables_paginate.paging_simple_numbers span .paginate_button.current:hover {
    color: #fff !important;
    background: #17bb87;
    border: none;
}

.dataTables_paginate.paging_simple_numbers
    span
    .paginate_button:hover:not(.current) {
    border: none;
    color: #fff;
    background: #17bb87;
}

.dataTables_paginate.paging_simple_numbers
    span
    .paginate_button:hover:not(.current)
    svg {
    fill: #fff;
}
