.align-form-center{
	position: fixed;
    top: 3%;
    left: 35%;
}
.add-new-record{
	float: right;
}
.display-show{
	display: block;
}
.display-hide{
	display: none;
}
#reservation_type-error{
	color:#ee2558;
	font-size: 12px;
}#start_date-error{
	color:#ee2558;
	font-size: 12px;
}
#end_date-error{
	color:#ee2558;
	font-size: 12px;
}
#start_time-error{
	color:#ee2558;
	font-size: 12px;
}
#start_time-error{
	color:#ee2558;
	font-size: 12px;
}
#end_time-error{
	color:#ee2558;
	font-size: 12px;
}
#event_date-error{
	color:#ee2558;
	font-size: 12px;
}
#schedule_date-error{
	color:#ee2558;
	font-size: 12px;
}
#holiday_date-error{
	color:#ee2558;
	font-size: 12px;
}
.right-bar-nav-menu{
	background:#e47297;
}
.right-bar-nav-menu i{
	color: white;
}
#card-errors{
	color:red;
}
.page-loader{
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.zmdi-hc-spin.load-spin-img {
    position: absolute;
    left: 48%;
    top: 40%;
}
.load-spin-text {
    position: absolute;
    left: 47%;
    top: 52%;
}
.wizard .content {
    min-height: 400px !important;
}
.mcard_4 .img img {
    margin-right: 0px  !important;
    margin-top: 0px  !important;
    max-width: 250px;
    max-height: 250px;
}