/**
	Colors:
		- Red				: #e52428
		- Red Transparent	: rgba(229, 36, 40, 0.2);
		- White				: #fff
		- Black				: #000
*/

/* .color-red{
	color: #e52428!important;
}

.box.box-custom{
	border-top-color: #e52428;
}


.required-dot{
	color: #ff2525;
}


.color-primary {
	color: #337ab7;
}

.color-success {
	color: #3c763d;
}
*/
.retMsg.bg-success{
	background-color: #3c763d;
}
.retMsg.bg-danger{
	background-color: #a94442;
}
.retMsg.bg-info{
	background-color: #309ace;
}