/* ios-datatables.css */

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 6px;
    padding: 5px 12px;
    margin: 2px;
    border: none;
    background: #f5f5f7;
    color: #007aff !important;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #007aff !important;
    color: #fff !important;
}

table.dataTable tbody tr:hover {
    background: rgba(0,122,255,0.05);
}
