
/******************************************* Calendar *******************************************/
.fullCalendar .fc-header { text-transform: uppercase; font-size: 14; }
.fc-header-center .fc-header-title {
	background: #222222;
	font-family: 'Open Sans', sans-serif;
	height: 54px;
	color: #fff;
}

.fullCalendar .fc-header-title h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 52px;
	width: 45%;
}

.fullCalendar .fc-button {
	height: 48px;
}
.fullCalendar .fc-button.fc-state-default {
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 35px;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 5px;
	height: 35px;
	top: 10px;
	font-weight: bold;
	margin-right: 32px;
}

}.fullCalendar .fc-header-cell .header-right .fc-button.fc-state-default:nth-of-type(2) {
	margin-right: 16px !important;

}
.fullCalendar .fc-button.fc-state-default:last-of-type {
	max-width: 30px;
	padding: 3px 0px;
	overflow: hidden;
	text-indent: 9999999px;
	background: #323232;
	top: 0px;
	height: 48px;
	border-radius: 0px;
}
.fullCalendar .fc-button .fc-button-agendaWeek .fc-state-default {
	margin-right: 20px;
}

.fc-button-prev:before, .fc-button-next:before, .fc-button-prevYear:before, .fc-button-nextYear:before {
	top:20px !important;
}

.fullCalendar .fc-button .fc-button-month .fc-state-default .fc-corner-left {
	margin-right: 20px !important;
}

.fc-button .fc-button-month .fc-state-default .fc-corner-left .fc-state-active {
	font-size: 30px
}

html .fc, .fc table { border-width: 1px; border-style: solid; border-color: #a3a3a3 }

.fc-border-separate tr.fc-last th {
	border-bottom-width: 1px;
	background: #e3e3e3;
	padding: 10px;
	font-size: 16px;
	color: #4f4e4e;
}
.rhcalendar.not-widget.rhc_holder { margin-top: 0 !important; }

.fullCalendar .fc-header-right .fc-button-month { margin-right: 16px !important; }
.fullCalendar .fc-header-right .fc-state-active { background: #03639f !important; }
.fullCalendar .fc-header-right .fc-state-default { background: #323232; }
/************************************************************************************************/

.fancybox-skin { padding:0 !important; }