.color-green {
	color: green !important;
}

.color-red {
	color: red !important;
}

.color-blue {
	color: blue !important;
}

.color-black {
	color: black !important;
}

.color-white {
	color: white !important;
}

.custom_checkbox {
	opacity: 1 !important;
	position: relative !important;
	width: 20px !important;
	height: 20px !important;
}

.text_align_center {
	text-align: center !important;
}

.font_20 {
	font-size: 20px !important;
}

.font_15 {
	font-size: 15px !important;
}

.check_all_label {
	padding: 20px !important;
	font-size: 20px !important;
}

.dashboard_button_bg {
	background-color: #c55a11 !important;
	border-radius: 60px !important;
}

.select2div {
	padding-left: 40px;
}