/* EVENTS ON CALENDAR */

.groen-event,
.fc-agenda .groen-event .fc-event-time,
.groen-event a {
        background-color: green; /* background color */
        border-color: green;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }
    
.blauw-event,
.fc-agenda .blauw-event .fc-event-time,
.blauw-event a {
        background-color: #3366CC; /* background color */
        border-color: #3366CC;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }
    
.geel-event,
.fc-agenda .geel-event .fc-event-time,
.geel-event a {
        background-color: yellow; /* background color */
        border-color: yellow;     /* border color (often same as background-color) */
        color: black;           /* text color */
    }

.oranje-event,
.fc-agenda .oranje-event .fc-event-time,
.oranje-event a {
        background-color: orange; /* background color */
        border-color: orange;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }

.rood-event,
.fc-agenda .rood-event .fc-event-time,
.rood-event a {
        background-color: red; /* background color */
        border-color: red;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }

.paars-event,
.fc-agenda .paars-event .fc-event-time,
.paars-event a {
        background-color: purple; /* background color */
        border-color: purple;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }
    
.grijs-event,
.fc-agenda .grijs-event .fc-event-time,
.grijs-event a {
        background-color: #808080; /* background color */
        border-color: #808080;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }

.diploma-event,
.fc-agenda .diploma-event .fc-event-time,
.diploma-event a {
        background-color: darkgreen; /* background color */
        border-color: darkgreen;     /* border color (often same as background-color) */
        color: white;           /* text color */
    }
