.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th{
	background-color: #bdc1c1 !important;
}

.table tbody tr.active:hover td, .table tbody tr.active:hover th{
	background-color: #bdc1c1 !important;
}
.table-scrollable{
	overflow: auto;
}