.parsley-error {
    background-color: #fdf3f4 !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
}

.error{
	color: #ff0000;
	font-weight: 400;
}

.parsley-required {
	color: red !important;
	font-size: 15px;     line-height: 15px;
	list-style: none;
	margin-left:0px; 
}
.parsley-errors-list {
	color: red !important;
	font-size: 15px; 
	list-style: none;
	margin-left:0px; 
	padding-left:0px;
}

.square { 
	width: 15px; 
	height: 15px; 
	vertical-align: middle;
	border:1px solid #ccc;
}

.inline { 
	display: inline-block; 
	margin-right:10px;
}

.pointer {
  	cursor: pointer;
}


.display_none {
	display: none;
}

.display_block {
	display: block;
}


.message_box{
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	text-align: center;
	width: 100%; 
	height: auto;
	top: 102px;
}
.message_box .alert{
    border-radius: 0;
}
.flash_data{
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1050;
	text-align: center;
	width: 100%; 
	top: 102px;
	height: auto;
}
.flash_data .alert{
    border-radius: 0;
}


.loading-info {
 	background-color: rgba(250, 250, 250, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loading-info img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
}
