﻿.dataTables_wrapper .dataTables_filter input {
    border: none;
    border-radius: 3px;
    padding: .75rem 1rem;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%) !important;
    color: #000 !important;
    background-color: #e4e6ef !important;
    border-radius: .475rem !important;
    border-color: #dcdcdc !important;
    font-weight: 500 !important;
    font-size: 1.075rem !important;
}

/*.dataTables_filter,
.dataTables_length {
    display: none;
}*/


div.dataTables_length + div.dataTables_info {
     margin-left: unset!important; 
}

/*style for next and previous buttons*/
.paginate_button {
    color: white !important;
    background-color: #e5eaee !important;
    border-color: #e5eaee !important;
    border-radius: 3px !important;
    cursor: pointer !important;
}
