#adminEventWrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: white;
	zoom: 1!important;
	opacity: 0.6;
}

 .adminEventBox{
	position: fixed;
	background-color: white !important;
	height: 220px;
	width: 550px;
	margin:auto;
	z-index: 51;
	top: calc(50% - 200px);
	left: calc(50% - 275px);
	-moz-box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
	padding:10px;
}

 .adminEventBox h1{
	font-size: 16px;
	color: #777;
	font-weight: 400;
	padding: 0px;
}