.highlight {
    background:#c6f8d1 !important;
}
.bgcolor1 {
	background:#FFE4C4 !important;
}
.bgcolor2 {
	background:#F0FFFF !important;
}
.bgcolor3 {
	background:#D3D3D3 !important;
}
.bgcolor4 {
	background:#00b1eb1a !important;
}
.bgcolor5 {
	background:#f4f6fa !important;
}
.text-hover-white:hover {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}
.text-hover-orange:hover {
	color: #f58221 !important;
}
.text-hover-blue:hover {
	color: #0d6efd !important;
}
.table tr.highlight, .table tbody.highlight {
	border-top: 3px solid red;
	border-bottom: 3px solid red;
}