/* custom colors */

.ecust {
	background-color: #F5F150;
	color: black;
}

.vgu {
	background-color: #A2D0F6;
	color: black;
}

.berlin {
	background-color: #B0E799;
	color: black;
}

.schedule_holiday {
  background-color: #FFBBBB;
	color: black;
}

.digital {
	background-color: #FFBAF7;
	color: black;
}
.unconfirmed_class {
	color: red;
	font-weight:bold;
}
.unconfirmed_unit {
	border-color:red !important;
}
#selection_course{
	float: left;
}
#selection_semester {
	float:right;
}
.clear {
	 clear:both;
}
#schedule-calendar {
	margin-top:15px;
}
#cons-calendar {
	margin-top:15px;
}
.cons_slot {
	background-color: #adffeb;
	color: black;
	width: 50%;
}
.cons_date {
	background-color: #ffe9ad;
	color: black;
}
.cons_busy {
	background-color: #f89696;
	color: black;
}
.fc-event-time{
   display:block;
}
.fc-event-main{
   overflow:hidden;
}