.table-responsive {
    overflow: auto;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #bf8d30;
}
.buttons-html5 {
    display: flex !important;
    top: 45px;
}
.btn-outline-primary {
    border: 1px solid #BF8D30 !important;
    background-color: #bf8d30 !important;
    color: #ffffff !important;
}
.table-striped th {
    background: #f4f4f4 !important;
    border:none !important;
}
.table-striped td {
    background: #ffffff !important;
}
table.dataTable {
    border-collapse: collapse !important;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 7px;
    border-color: #F4F4F4;
}
table.dataTable {
    border-collapse: collapse !important;
    border-left-width: 15px !important;
    border-right-width: 15px !important;
    border-bottom-width: 15px !important;
    border-color: #F4F4F4;
}
.paging_full_numbers a.paginate_button {
    color: #fff !important;
}
.paging_full_numbers a.paginate_active {
    color: #fff !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    border: none !important;
    background-color: #BF8D30 !important;
    border-radius:6px !important;

}
.page-item .page-link {
    z-index: 1;
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
}
div#DataTables_Table_0_info {
    color: #8c8686;
}