@charset "utf-8";
.loading {
	display: none;
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	top:0;
	left: 0;
	z-index: 20;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.calendar-header .btn-group{
	margin-top: 20px;
	margin-bottom: 10px;
}
#cb-displaymessage{
	display:none;
}
#calendar #cal-day-panel-hour{
	z-index: 1;
}
