.customer-table {
    padding: 0 10px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-style: none !important;
    border-radius: 6px;
    width: 100%;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-style: none !important;
}
.customer-table tr,
.customer-table td,
.customer-table th {
    border: hidden; 
    border-style: none !important;
}
.customer-table tbody tr.odd {
    background-color: #D1ECF1;
}
.customer-table tbody tr :hover{
    cursor: pointer;
}
.customer-table.table-bordered > thead > tr > th,
.customer-table.table-bordered > thead > tr > td {
    background-color: #fff;
    color: #676A6C;
    font-size: 18px;
    font-weight: 400;
}
table.dataTable.customer-table tbody th,
table.dataTable.customer-table tbody td {
    padding: 9px 17px;
}
table.dataTable.customer-table thead th,
table.dataTable.customer-table thead td {
    padding: 19px 22px;
    background-position: left center;
    margin-right: 10px;
}
#table_wrapper select[name='table_length'] {
    background: transparent;
}
#table_wrapper .dataTables_length,
#table_wrapper .dataTables_filter {
    color: #676A6C;
    font-size: 16px;
    margin-bottom: 15px;
}
#table_wrapper .dataTables_length label,
#table_wrapper .dataTables_filter label {
    font-weight: 400;
}
#table_wrapper .dataTables_length select {
    border-radius: 4px;
    border: 1px solid #676A6C;
}
#table_filter .btn-link:hover {
    border-color: #1ab394;
}
#table_filter .btn-link {
    border: 1px solid #676A6C;
}
input {
    border: 1px solid #676A6C;
    border-radius: 4px;
    background: transparent;
    padding: 5px 9px;
}
#table_wrapper .dataTables_length {
    float: right;
}
#table_wrapper .dataTables_filter {
    float: left;
}
#table_wrapper .dataTables_filter button {
    margin: 0 5px;
    border-radius: 6px;
}
#table_wrapper .dataTables_length .btn {
    margin: 0 10px 5px;
    border-radius: 6px;
}
#table_wrapper .dataTables_length .btn img {
    margin-right: 5px;
}
#table_wrapper .dataTables_length select[name=table_length] {
    margin-left: 10px;
}
.navbar-static-side{
    height: 100vh;
}
