table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

table.dataTable thead th {
    border-bottom: 1px solid #c6cace;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 25px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

.dt-button {
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 30px !important;
    padding: 5px 18px !important;
    /*font-size: 12px !important;*/
    color: #333 !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    border-style: solid !important;
    border-color: #ccc !important;
    border-width: 1px !important;
}

.dataTables_length select {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

.paginate_button.current {
    border-color: #337ab7 !important;
}

.paginate_button {
    border-color: #c6cace !important;
}