/* TIMETABLE STYLE */
/* General Table settings */
/* TIMETABLE STYLE */
/* General Table settings */
[v-cloak] {
	display: none;
}

.gcwt {
	padding-left: 10px;
	padding-right: 10px;
	border-spacing: 0px;
	border-collapse:collapse;
	caption-side: bottom;
}

.gcwt caption {
	text-align: right !important;
	margin: 0;
}

.gcwt td{
	border: 1px #ababab solid !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.gcwt td.event{
	background-color: #aa88c3;
}

.gcwt th{
	background-color: #ababab;
}

.gcwt th, .gcwt td {
	text-align: center !important;
	vertical-align: middle !important;
}

.topbar {
	position: relative;
}

.previous.week, .next.week {
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
}

.previous.week {
	float: left;
}

.next.week {
	float: right;
}

.isLoading {
	opacity: 0.5;
}

.date_range {
	position: absolute;
	top: -4px;
	left: 50%;
}

.date_range > span {
	margin-left: -50%;
	width: 100%;
	display: inline-block;
}

.gcwt caption {
	font-size: 10px;
}

.loading {
	text-align: center;
}