#mediator_calendar_loading_area
{
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #00000088;
	top: 0;
	z-index: 102;
}

#mediator_calendar_loading
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}