/*!
 addons for fullcalendar v3.2
 */
 /* 
.fc .fc-toolbar button {
	color: #38672b;
    margin: 0;
    padding: 5px;
}
*/

.fc button {
	margin: 0;
	line-height: 0;
}

.fc table {
	margin: 0;
}

.fc table th {
	padding-top: 6px !important;
	height: 30px !important;
}

.fc .fc-toolbar h2 {
	color: #000;
    margin: 15px 0 0 0 !important;
    padding: 0px 0 0 0 !important;
    line-height: 0 !important;
    border: none;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: top;
}

.fc .fc-time {
    font-weight: bold;
}

.fc .fc-content .fc-time, .fc .fc-content .fc-title, .fc .fc-time-grid-event.fc-short .fc-title {
    font-size: 110%;
}

/*
.fc .fc-today {
    background: #eee;
}
.fc .fc-time-grid-container,
.fc .fc-time-grid {
    left: 0;
    right: 0;
    background: #eee;
}
.fc .fc-axis{
	 background: #fff;
	 border-color: #000;
	 color: #000;
}
*/


.fc .fc-basic-view{
    background: #fff;
}

.fc .fc-basic-view .fc-today {
    background: #fff;
}

.fc .fc-basic-view{
    background: #fff;
}

/*
.fc .fc-widget-header {
    background: #fff;
    border-color: #000;
    color: #000;
    margin: 0;
    line-height: 1em;
}
.fc .fc-view {
    border: solid #000 1px;
}
*/

.fc .fc-bgevent { /* default look for background events */
    opacity: 0.3;
    filter: alpha(opacity=100); /* for IE */
	cursor: crosshair;
}

.fc .fc-time-grid .fc-bgevent-skeleton {
    z-index: 1;
}

.fc input {
	font-size: 8px !important;
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
}

@media only screen and (min-width: 480px) and (max-width: 549px) {
}

