
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e2e7eb;
    padding: 10px;
    background: #fff;
}
.table>thead>tr>th {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #e2e7eb!important;
    background: #dde4e8;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-top: 1px solid #e2e7eb;
    border-left: 0px solid #e2e7eb;
    border-right: 0px solid #e2e7eb;
    border-bottom: 0px solid #e2e7eb;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;  
    font-weight: 400;    
    height: 34px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
}
div.dataTables_wrapper div.dataTables_length select {       
    width: auto;
    font-weight: 400;       
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    color: #333;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 600;
    white-space: nowrap;
    text-align: left;
    color: #333;
}
div.dataTables_wrapper div.dataTables_info {
    font-weight: 600;
    padding-top: 8px;
    white-space: nowrap;
    color: #333;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
    color: #333;
}

.dataTables_scrollHeadInner {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-right: 0px;
}