/* Calendar Tooltip 
*******************************/

#tooltip_content {
	min-width: 250px;
}

.tooltip-event-top {
	background-color: #566168;
	color: #fff;
	padding: 30px 15px 15px 15px;
}

.tooltip-event-top h3,
.tooltip-event-top #eventTitle {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Avenir', sans-serif;
}

.tooltip-event-time {
	font-size: 12px;
	font-weight: 500;
}

.tooltip-event-bottom {
	padding: 15px;
}

.tooltip-event-bottom #eventInfo {
	max-height: 300px;
	overflow: auto;
	font-size: 12px;
    color: #556168;
    line-height: 1.2;
    margin-top: 8px;
}

.tooltip-event-bottom #eventLocation {
	font-size: 12px;
}

.tooltip-event-bottom p {
	font-size: 12px;
}

.tooltip-event-bottom p:last-child {
	margin-bottom: 0;
}

#eventImage {
	max-width: 100%;
	height: auto;
}

/* Tool Tipster */

.tooltipster-sidetip .tooltipster-box {
	border-radius: 2px;
	background-color: #fff;
	border: none;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
	color: #192026;
}

.tooltipster-sidetip .tooltipster-content {
	color: #192026;
	padding: 0;
	max-width: 350px;
}

/********************************
Calendar Modifications
*******************************/

/* All
*******************************/

.fc th, .fc td {
	vertical-align: baseline;
}

/* Timeline View */
.fc-timeline .fc-resource-area  {
	vertical-align:top;
}

.fc-resource-area  {
	border-left-width:0 !important;
}

.fc-resource-area table tr th > div {
	position:absolute;
	bottom:0;
}

.fc-divider.fc-col-resizer {
	border:none;
	border-left: 1px solid #192026;
	width:0;
}

.fc-timeline > table.table-bordered {
	border:none;
}

.fc-timeline .fc-time-area .fc-event-container {
	padding-bottom:0;
}

.fc-timeline-event .fc-content {
	line-height: 16px;
}

.fc-time-area .fc-content .fc-title {
	font-size: 16px;
}

.fc-time-area span.event-location {
	margin-left: 8px;
	opacity:.8;
	font-size: 13px;
}

.fc-time-area span.event-timing {
	margin-left: 8px;
	opacity:.8;
	font-size:13px;
}

.fc-timeline-event {
	padding: 13px 5px;
}

.fc-time-area table tr:nth-child(2) .fc-cell-content {
	font-size: 14px;
	font-weight:normal;
}

/* Event BG Color */

.fc-event .fc-bg {
	opacity: 0;
}

/* Time Display */
.fc-time-grid-event .fc-time {
	white-space: normal;
}

/* Event Content */

.fc-time-grid-event .fc-content {
	padding: 5px;
}

/*Event Hover */
a.fc-event {
	position: relative;
	border-radius: 0;
	transition: all .1s ease-in-out;
}

/* Timeline View */
a.fc-event.fc-timeline-event {
	position:absolute;
}

a.fc-event:hover {
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
	z-index: 999;
	border-radius: 0;
	transform: scale(1.03);
}

a.fc-event:hover .fc-day-grid-event span.fc-time {
	opacity: 1;
}

/*Fix borders */
.fc .table-bordered > thead > tr > th, 
.fc .table-bordered > tbody > tr > th, 
.fc .table-bordered > tfoot > tr > th, 
.fc .table-bordered > thead > tr > td, 
.fc .table-bordered > tbody > tr > td, 
.fc .table-bordered > tfoot > tr > td {
	border-color: #e0e0e0;
}

.fc .table-bordered > thead > tr > th, 
.fc .table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

.fc .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border:none;
}

@media only screen and (min-width: 768px) {
	.fc-list-item-title small {
		float:right;
	}
	.fc-list-item-title:after {
		content:'';
		display:block;
		clear:both;
	}
}

/* Headers */

.fc th {
	text-align: left;
}

/* More Events */
a.fc-more {
	font-size: 12px;
}

/* Calendar Grid - Month View 
*******************************/

.fc-day-grid-container .fc-content-skeleton table {
	min-height: 185px;
}

.fc-day-grid-event span.fc-time,
.fc-time-grid-container .fc-time {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	opacity: .8;
}

.fc-day-grid-event .fc-title,
.fc-time-grid-container .fc-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.2;
}

.fc-day-grid-event .fc-content {
	padding: 6px;
	white-space: normal;
}

.fc-month-view .fc-head table.table-bordered,
.fc-month-view > table.table-bordered {
	border-width: 0;
}

.fc .fc-row.panel-default {
	border-right-width: 0 !important;
}

.fc-month-view th {
	font-size: 10px;
	text-transform: uppercase;
}

a.fc-event:focus {
	color: #fff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	text-align: left;
	float: left;
	margin-left: 10px;
}

.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number {
	color: #BE1E2D;
	font-weight: 500;
}

.fc-today {
	background-color: #FFFBEC !important;
}

/* Calendar Grid - Week View 
*******************************/

.fc-agenda-view > table.table-bordered {
	border:none;
}

.fc-agenda-view .fc-time-grid-event.fc-short .fc-title {
	font-size: 12px;
}

.fc-agenda-view .fc-day-header.fc-today {
	background-color: #fff !important;
}

.fc-agenda-view .fc-day-header.fc-today span.weekAgenda-day,
.fc-agenda-view .fc-day-header.fc-today span.weekAgenda-date {
	color: #BE1E2D;
}

.fc-agenda-view .fc-day-grid .fc-axis span {
	font-size: 12px;
	text-transform: uppercase;
}

.fc-bootstrap3 hr.fc-divider {
    border-color: #e0e0e0;
    background: #e0e0e0;
}

.fc-agenda-view .fc-day-header span {
	display: block;
	padding: 20px 0 8px 8px;
	font-family: "AvenirNext", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.fc-agenda-view span.weekAgenda-day,
.fc-agenda-view span.weekAgenda-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #192026;
	display: block;
	line-height: 1;
	padding: 0;
}

.fc-agenda-view span.weekAgenda-date {
	font-size: 23px;
}

.fc-agenda-view .fc-past span.weekAgenda-day,
.fc-agenda-view .fc-past span.weekAgenda-date {
	opacity: .3;
}

.fc-scroller .fc-cell-text {
	white-space:normal;
}


/* Calendar Header 
*******************************/

/* Header General */

.fc-left h2 {
	font-family: "AvenirNext", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #929191;
	font-weight: 300;
}

.fc-right .btn-group {
	margin-top: 3px;
}

.fc-right .btn-group .btn-default {
	background-color: #E1E1E1;
	border-width: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 3px;
    margin-left: 4px;
}

.fc-right .btn-group .btn-default:hover {
	background-color: #566168;
}

.fc-right .btn-group .btn-default.active {
	background-color: #192026;
}

.fc-right .btn-group .btn-default:hover {
	background-color: 
}

/* Prev Next Buttons */

.btn-group .fc-prev-button.btn.btn-default {
	margin-right: 10px;
}

.btn-group .fc-prev-button.btn.btn-default,
.btn-group .fc-next-button.btn.btn-default  {
	width: 36px;
	height: 36px;
	border-radius: 100% !important;
	border:none;
	background-color: #E1E1E1;
}

.fc-today-button.btn.btn-default {
	border: none;
	background-color: #E1E1E1;
	color:#192026;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .08rem;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 3px;
}

.fc-today-button.btn.btn-default:hover {
	background-color: #566168;
	color: #fff;
}

.fc-today-button.btn.btn-default.disabled {
	opacity: .6;
	color: #999;
}

/**********************
Event Filter
**********************/

#scheduler-calendar {
	display: none;
}

#scheduler-calendar:after {
	clear:both;
	content: '';
	display: block;
}

#event-filterer {
	display: none;
	float: left;
	width: 10%;
	position: relative;
	top: 70px;
}

#scheduler-calendar .fc-view-container {
	/*float: right;
	width: 90%;*/
}

#school_selector.full-cal-selector {
	opacity: .5;
}

/********************
Full Calendar Loader 
*******************/

#full-cal-loader {
    border: 10px solid #192026; /* Light grey */
    border-top: 10px solid #be1e2d; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Mobile Styles */

@media only screen and (max-width: 600px) {

	/* Header Buttons */	
	.fc-toolbar .fc-right {
		float:none;
	}
	
	.fc-right .btn-group {
		width: 100%;
	}
	
	.fc-right .btn-group .btn-default {
		width: 32%;
		height: auto;
		padding: 15px 0;
	}
	
	/* Header Left */
	.fc-toolbar .fc-left {
		float:none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.fc-toolbar .fc-left:after {
		content:"";
		display: block;
		clear:both;
	}
	
	.fc-toolbar .fc-left .fc-today-button {
		display: none;
	}
	
	.fc-left h2 {
		font-weight: 500;
		color: #192026;
	}
	
}













