@import url("../../../../../../webjars/fullcalendar/3.0.0/fullcalendar.css");

.fc-unthemed .fc-today {
	background: rgba(205, 220, 0, 0.1);
}

.fc-state-default {
	background-color: white;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: white;
	color: black;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #44a12c;
	background-color: #ffffff;
}

.fc-state-down,
.fc-state-active {
	background-color: white;
	background-image: none;

}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	color: #BBBBBB;
	box-shadow: none;
}

.fc-toolbar h2 {
	margin: 0;
	font-weight: normal;
}

.fc-toolbar button {
	position: relative;
	outline: none;
}