
/* added with Calendarize It -> CSS Editor -> Custom CSS before (field)*/
.fullCalendar a.fc-event,
.fct-tooltip {
    transition: none !important;
    -webkit-transition: none !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
}

.fc-event-vert .fc-event-inner {
    position: unset;
}
/* END Custom CSS */

/* START rhc custom css */

/* section: main scope:  */
body .rhcalendar.not-widget.rhc_holder {
	margin-top:10px;
}
body .rhcalendar .fullCalendar .fc-header-title h2 {
	font-family:Verdana, Geneva, sans-serif;
}
body .rhcalendar .fullCalendar .fc-header-title h2 {
	font-weight:900;
}
.rhcalendar .fc-header .fc-button, .rhcalendar .fc-footer .fc-button {
	font-family:Verdana, Geneva, sans-serif;
}
.rhcalendar .fc-header .fc-button, .rhcalendar .fc-footer .fc-button {
	font-weight:initial;
}
.rhcalendar .fc-button.fc-state-default {
	font-family:Verdana, Geneva, sans-serif;
}
.rhcalendar .fc-button.fc-state-default.fc-state-hover {
	font-family:Verdana, Geneva, sans-serif;
}

/* END rhc custom css */

/* START rhc custom css */

/* section: all_views scope:  */
body .rhcalendar .fc-event-inner {
	line-height:18px;
}
.ical-tooltip .fbd-head {
	background-color:#2980b9;
}
.ical-tooltip .fbd-head a.ical-close {
	color:#ffffff;
}
.ical-tooltip .fbd-head {
	font-weight:300;
}
.ical-tooltip .fbd-head {
	color:#ffffff;
}
.ical-tooltip .fbd-body {
	background-color:#3498db;
}
.ical-tooltip .fbd-body {
	border-top-color:#2980b9;
}
.ical-tooltip .fbd-body {
	color:#ffffff;
}
.ical-tooltip .fbd-buttons .ical-ics {
	background-color:#34495e;
}
.ical-tooltip .fbd-buttons .ical-ics:hover {
	background-color:#2c3e50;
}
.rhc-ical-dialog .ical-overlay {
	background-color:rgba(52, 152, 219, 0.50);
}

/* END rhc custom css */
