.bg-red {
	background-color: #F44336!important;
	color: #fff!important;
}

.bg-green {
	background-color: #4CAF50!important;
	color: #fff!important;
}

.error-msg-border {
	border: 1px solid #ed5151;
}

.error-msg-border label {
	color: #ed5151 !important;
}

.col-red {
	color: #ed5151 !important;
}

.cls-create-reataurant .help-block {
	color: #ff382b !important;
}

.bootstrap-notify-container.alert.alert-dismissible.bg-red.p-r-35.animated.fadeInDown {
	z-index: 99999 !important;
}


.bootstrap-notify-container.alert.alert-dismissible.bg-green.p-r-35.animated.fadeInDown {
	z-index: 99999 !important;
}