.paginate_button.active a {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.paginate_button.active {
    background: #000;
}

body {
    overflow-y: scroll!important;
}

.webix_message.webix_error {
    display: none;
}
