.dataTable {
    width: 100%
}

.dataTable th {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.dataTables_info, div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 10px
}

[id*=datatable] .pagination .page-item.active .page-link {
    color: #fff
}

.page-item .page-link:focus {
    outline: 0;
    box-shadow: none
}

[id*=datatable] .pagination .page-item .page-link {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6)
}

[id*=datatable] .pagination .page-item.next .page-link, [id*=datatable] .pagination .page-item.previous .page-link {
    color: #14abef
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: .5em
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #ddd
}

.dataTables_wrapper .btn-group .btn {
    border-color: #0499dd !important;
    background-color: #f7fafe !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important
}

.dataTables_wrapper .btn-group .btn:hover {
    background-color: #0499dd !important
}

.dataTables_wrapper .btn-group .btn:hover span {
    color: #fff
}

.dataTables_wrapper .btn-group .btn span {
    font-size: 14px;
    color: rgba(0, 0, 0, .6)
}

.dataTables_wrapper .btn-group .btn + .btn {
    margin-left: 10px
}

.dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled).active, .dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled):active, .dataTables_wrapper .show > .btn-secondary.dropdown-toggle {
    background-color: #0499dd;
    border-color: #0499dd
}

.dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled).active span, .dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled):active span, .dataTables_wrapper .show > .btn-secondary.dropdown-toggle span {
    color: #fff
}

#buttons-datatable_wrapper div.dataTables_paginate {
    margin-top: -37px
}

.dataTables_info, .dataTables_length, .dt-buttons {
    padding-left: 1.5rem;
    padding-top: 18px;
    padding-bottom: 15px
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0
}

.dataTables_length .form-control {
    margin: 0 .375rem
}

.dataTables_filter {
    display: inline-block;
    float: right;
    padding-right: 1.5rem;
    padding-top: 18px;
    padding-bottom: 15px
}

.dataTables_paginate {
    padding-right: 1.5rem;
    padding-bottom: 20px
}

[id*=datatable] .pagination .page-item.next .page-link, [id*=datatable] .pagination .page-item.previous .page-link {
    font-size: 0;
    position: relative
}

[id*=datatable] .pagination .page-item.previous .page-link::before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
    font-size: 16px
}

[id*=datatable] .pagination .page-item.next .page-link::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
    font-size: 16px
}

table.dataTable {
    margin-top: 0 !important
}

table.dataTable tfoot tr th {
    font-size: 12px;
    padding: 1rem 1.5rem
}