.errmsg {
	color:#F00;
	font-size:13px;
	text-align:center;
}
.allicons {
	clear:both;
}
label.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	padding-left:3px;
	color: red;
	display: inline-block;
}
	
.error {
    border: 1px solid #F00 !important;
}
.caperror {
	color:#F00;
	font-size:16px;
	margin-bottom:5px;
	clear:both;
	text-align:center;
}
.nodata {
	font-family: 'Cinzel', serif;
    color: #ef1c22;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-top: 3px;
}
.imgcropclass {
  object-fit: cover;
  object-position: 100% 0;
  width: 250px;
  height: 337px;
}
.imghover {
	opacity: 1;
}
.imghover:hover {
	opacity: 0.5;
}
