.holiday1 .fc-event-inner {
	background: Green;
	border-color: Green; <!--
	background-image: linear-gradient(to bottom, Green, Bisque) !important;
	-->
}

.holiday2 .fc-event-inner {
	background: Green;
	border-color: Green; <!--
	background-image: linear-gradient(to bottom, Green, Bisque) !important;
	-->
}

.fc-event-inner-schedule {
	background: #666;
	border-color: #666;
}

.fc-event-inner-pass {
	background: #a2de7c;
	border-color: #a2de7c;
}

.fc-event-inner-fail {
	background: #ff5f5f;
	border-color: #ff5f5f;
}

.fc-event-inner-canceledByCandidate {
	background: #3399FF;
	border-color: #3399FF;
}

.fc-event-inner-canceleddByClient {
	background: #323FF0;
	border-color: #323FF0;
}

.fc-event-inner-appeared {
	background: #e3df00;
	border-color: #e3df00;
}

.fc-today {
	background-image: linear-gradient(to bottom, Yellow, Yellow) !important;
}

.custom-padding .ui-state-active {
	padding: 0px !important;
}