
/*!
 * Full Calendar Minimalist Theme
 * Version: 1.0.0
 * Copyright: © 2009-2018 Grenade Technologies.
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
.fc th, .fc td, .fc hr, .fc thead, .fc tbody, .fc-row {
	border-color: transparent !important;
	background: transparent !important;
}

.fc th {
	background: transparent !important;
	font-weight: bold !important;
	text-align: right !important;
}

.fc-state-default {
	background: transparent !important;
	border-color: transparent;
	color: #555 !important;
	font-weight: normal !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.fc td .fc-day-top {
	background: transparent !important;
}

.fc-unthemed .fc-list-view, .fc-list-table {
	border-color: transparent !important;
}
