/*!
 * custom Kaffy Css
 */


.table .thead-dark th {
    color: #fff;
    background-color: #4e73df;
    border-color: #4f64a1;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.02);
}

.index-table-footer {
    margin-top: 20px;
}

#dataTable_length {
    padding-top: 0.35em;
    white-space: nowrap;
}