.color-success {
	color: #3ACC6C !important;
}

.background-success {
	background-color: #3ACC6C !important;
}

.color-warning {
	color: #E7AC45 !important;
}

.background-warning {
	background-color: #E7AC45 !important;
}

.color-danger {
	color: #BA0D0D !important;
}

.background-danger {
	background-color: #BA0D0D !important;
}

.color-primary {
	color: #BA0D0D !important;
}

.background-primary {
	background-color: #BA0D0D !important;
}

