.ppz-event .fc-content .fc-time {
	background-color: #F28A8A;
	color:#FFF;
}

.normal-event .fc-content .fc-time {
	background-color:#405838;
	color:#FFF;
}

.blocked-time .fc-content .fc-time {
	background-color:#999;
	color:#EEE;
	/*background: #FF0000 ! important;
    opacity: .1;
	*/
}	

.cancelled-event .fc-content .fc-time {
	background-color:#f0ad4e;
	color:#FFF;
}	

.noshow-event .fc-content .fc-time {
	background-color:#a94442;
	color:#FFF;
}	

.invoicing-event .fc-content .fc-time {
	background-color:#31708f;
	color:#FFF;
}	


.extra-event .fc-content .fc-time {
	background-color:#F7FA00;
	color:#222;
}	

/* outside buisiness hours */
.fc-bgevent {
	background: #FF0000 ! important;
    opacity: .1;
}


/* events in het verleden */

.past-event .fc-time {
	text-decoration: line-through;
}
.past-event .fc-title {
	text-decoration: line-through;
}
.past-event .fc-service {
	text-decoration: line-through;
}

