﻿table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid transparent
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
    color: #007bff !important;
    border: 1px solid #dcdcdc;
    line-height: 1.25;
}

.paginate_button {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #007bff !important;
}

.paginate_button.current {
    background-color: #1c4d92 !important;
    color: #f8f9fa !important;
    font-weight: 700 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #f8f9fa !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #0f6ee8 !important;
    border: 1px solid #b0bed9;
    background-color: #b0bed9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9ecef), color-stop(100%, #e9ecef));
    background: -webkit-linear-gradient(top, #e9ecef 0%, #e9ecef 100%);
    background: -moz-linear-gradient(top, #e9ecef 0%, #e9ecef 100%);
    background: -ms-linear-gradient(top, #e9ecef 0%, #e9ecef 100%);
    background: -o-linear-gradient(top, #e9ecef 0%, #e9ecef 100%);
    background: linear-gradient(to bottom, #e9ecef 0%, #e9ecef 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: #acbad5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acbad5), color-stop(100%, #acbad5));
    background: -webkit-linear-gradient(top, #acbad5 0%,#acbad5 100%);
    background: -moz-linear-gradient(top, #acbad5 0%, #acbad5 100%);
    background: -ms-linear-gradient(top, #acbad5 0%, #acbad5 100%);
    background: -o-linear-gradient(top, #acbad5 0%, #acbad5 100%);
    background: linear-gradient(to bottom, #acbad5 0%, #acbad5 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_processing {
    display: none !important;
}
