﻿.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    width: 25vW;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #263856;
    color: white !important; /*change the hover text color*/
}

/*below block of css for change style when active*/

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #263856;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #263856 !important;
    color: white !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #263856;
}