.table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px;
}

.table.dataTable.no-footer {
    border-bottom: 1px solid #e2e2e2;
}

.paginate_button, .dataTables_info {
    font-size:12px;
    margin-top:10px;
}

.dataTables_length {
    font-size: 14px;
}

.dataTables_filter {
    font-size: 14px;
}

.dataTables_filter input {
    font-size:15px;
    border-radius:4px;
    padding:5px;
    min-width:250px;
}

table tr td, .form-control {
    color: #5a5c69;
    font-weight: 700;
}

.bg-gradient-primary {
    color:#333 !important
}

