.fc-event {
	border: 0px;
}
.fc-event .fc-title {
	text-align: left;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.fc-widget-header {
	background-image: none;
	filter: none;
	background-color: #eee;
	text-transform: uppercase;
	font-weight: 300;
}
.fc-today-button {
	text-transform: uppercase;
}
.fc-button {
	color: #646464;
	background: transparent;
	border: none;
	box-shadow: none;
}
.fc-button:hover {
	color: #444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fc-unthemed .fc-today {
	background: aliceblue;
}
.calendar-buttons {
	width: 100%;
	position: absolute;
	margin-left: -360px;
	margin-top: 4px;
}
.calendar-buttons .btn {
	float: right;
	margin-left: 5px;
}
.fc-event.releases,
.fc-list-item.releases,
.calendar-buttons button.releases {
	background-color: #9B59B6;
	color: #fff;
}
.fc-event.releases:hover,
.fc-list-item.releases:hover,
.calendar-buttons button.releases:hover {
	background-color: #9B59B6;
}
.fc-event.contracts,
.fc-list-item.contracts,
.calendar-buttons button.contracts {
	background-color: #26a69a;
	color: #fff;
}
.fc-event.contracts:hover,
.fc-list-item.contracts:hover,
.calendar-buttons button.contracts:hover {
	background-color: #1f897f;
}
.fc-event.promotions,
.fc-list-item.promotions,
.calendar-buttons button.promotions {
	background-color: #c49f47;
	color: #fff;
}
.fc-event.promotions:hover,
.fc-list-item.promotions:hover,
.calendar-buttons button.promotions:hover {
	background-color: #c5b96b;
}
.fc-event.cards,
.fc-list-item.cards,
.calendar-buttons button.cards {
	background-color: #0079bf;
	color: #fff;
}
.fc-event.cards:hover,
.fc-list-item.cards:hover,
.calendar-buttons button.cards:hover {
	background-color: #0079bf;
}
.fc-day-grid-event i.event-icon {
	float: left;
	margin-right: 5px;
	margin-left: 2px;
}
.fc-day-grid-event.contracts i.event-icon {
	margin-top: 4px;
}
.fc-day-grid-event.cards .fc-content {
	white-space: initial;
}

.calendar-buttons button.off {
	background-color: #95A5A6;
}
.fc-today-button {
	padding-right: 2px;
}
.fc-button:focus {
	outline: 0;
}
.fc .fc-toolbar > * > * {
	margin-left: 0;
}
.fc td {
	height: 18.5px;
}