﻿#table-list-employees_length {
    margin-bottom: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #00c5d1 !important;
    text-decoration: none;
    background-color: #fff !important;
    background: white !important;
    border: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #00c5d1 !important;
    border: 1px solid #ddd;
    background-color: #eee !important;
    background: #eee;
}
