body {
	background-image: url(/templates/dashboard3/custom/img/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.text-uc-blue {
	color: #0C223F;	
}
.bg-uc-blue {
	background-color: #0C223F;	
}
.customUi-checkbox label .label-checkbox {
	border: 1px solid #CCC;
}
.customUi-checkbox input:checked + label .label-checkbox, .customUi-checkbox input:checked + label + label .label-checkbox {
	border-color: #CCC;
}
.customUi-checkbox input:checked + label .label-checkbox::after, .customUi-checkbox input:checked + label + label .label-checkbox::after {
	color: rgba(24, 35, 89, 0.85);
}