.cust-bg-sidebar {
	background-color: #E8F3FA;
}

.cust-btn-primary {
	background-color: #1D54A2;
	color: white;

}

.cust-btn-primary:hover {
	background-color: #20406d;
	color: white !important;
}

.cust-btn-primary:active {
	background-color: #20406d !important;
	color: white !important;
}

.cust-txt-color {
	color: #333333;
}

.unselected-btn:hover {
	background-color: #cee2ff;
}

.unselected-btn:active {
	background-color: #cee2ff !important;
}