﻿.fc-toolbar {
	background: #1991d7;
	padding: 5px 5px 2px 5px;
	margin-bottom: 0.3em;
}

	.fc-toolbar > .fc-center > h2 {
		font-size: 1.4em;
		margin-top: 5px;
		color: #fff;
	}

	.fc-toolbar > .fc-center > h2 > div[data-ResourceName] {
		float: right;
		padding-left: 10px;
	}

.fc-button {
	background-color: #0c7cbd;
	background-image: none;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1991d7;
	color: #fff;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active {
	background-color: #0070b1;
}

.fc-state-disabled {
	opacity: 0.5;
}

.fc button .fc-icon {
	position: static;
}

.fc-icon-left-single-arrow:after {
	font-family: 'FontAwesome';
	content: '\f104';
	font-weight: normal;
	position: absolute;
	color: #fff;
	top: 4px;
	left: 5px;
	font-size: 19px;
}

.fc-icon-right-single-arrow:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-weight: normal;
	position: absolute;
	color: #fff;
	top: 4px;
	left: 6px;
	font-size: 19px;
}
td.fc-widget-content {
	height: 20px;
}

.fc-widget-content.fc-minor,
.fc-widget-content.fc-major,
.fc-unthemed .fc-today {
	 background: #fefcf5;
}

.fc thead th {
	padding: 4px 0;
	font-weight: 500;
}

.btn-remove-appointment {
	color: #fff;
	position: absolute;
	right: 6px;
	top: 3px;
	z-index: 6000;
}

.fc-event {
	background-color: #40a040;
	/*border: 0;*/
}

.fc-event .fc-bg {
	background-color: transparent;
}

.fc-timeline-event {
	border-radius: 3px !important;
}

.fc-timeline-event > .fc-content {
	padding: 2px 5px !important;
}

.fc-widget-header,
.fc-axis {
	background-color: #f2f5fb;
}
   
.fc-event .fc-time:before {
	content: '\f017';
	font-family: FontAwesome;
	padding: 5px;
}

.fc-time-grid-event .fc-time {
	padding: 5px 8px 0 4px;
}

.fc-time-grid-event .fc-title {
	padding: 3px 8px 0 8px;
	font-size: 8pt;
}

.fc-bgevent {
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.fc-resource-area .fc-widget-header .fc-cell-content .fc-cell-text {
	display: none;
}

.fc-content .fc-time {
	display: none;
}