/* .table-hover > tbody > tr:hover {
  background-color: rgba(204, 102, 51, 0.2) !important;
} */

.table-fixed-header thead th {
	background-color: #fff;
	border-bottom: 2px solid #ddd !important;
	position: sticky;
	top: 0;
	z-index: 10;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}