/*!
 * Fullcalendar Addons Stylesheet
 */
/*
.fc-view-container {
	border: 2px solid #000;
    box-sizing: border-box !important;
}
*/

.fc .fc-toolbar {
	margin: 0 !important;
    margin-bottom: 10px !important;
}

.fc .fc-scrollgrid-liquid {
    padding-bottom: 2px;
}

.fc .fc-scroller-liquid {
    border: 1px black solid;
}

.fc-theme-standard .fc-list {
    padding-bottom: 1px;
}

.fc .fc-scrollgrid-section > td {
    border: 1px black solid;
}

.fc th {
    /*height: 29px;*/
    padding: 1px 0 0 0;
    background-color: #000;
    color: #fff;
    border: 1px black solid;
}

.fc .fc-cell-shaded {
    color: #fff !important;
    background-color: #000;
}

th .fc-col-header-cell, th .fc-col-header-cell a {
	color: #fff;
    background-color: #000;
}

.fc	tr.fc-list-day a.fc-list-day-text {
    color: #fff !important;
}

@media only screen and (max-width: 649px) {
	.fc .fc-toolbar {
		display: block;
	}
	.fc .fc-toolbar h2 {
		margin-bottom: 10px;
	}
}
