/*!
 * <%= meta.title %> v<%= meta.version %> Print Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */



a[href]:after {
    content: none;
}

.fc-time-grid .fc-bgevent, 
.fc-time-grid .fc-event {
	background-color: #fff !important;
}
.fc-content .fc-time, 
.fc-content .fc-title {
	font-size: 12px !important;
	padding: 3px;
}
.fc-unthemed td {
	border-color: #eee;
}

.fc-toolbar h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.fc-day-grid-event .fc-content {
	white-space: normal;
	overflow: visible;
}
/* Button Controls
--------------------------------------------------------------------------------------------------*/

.fc-button-group,
.fc button {
	display: none; /* don't display any button-related controls */
}

/* Vertical Scroller & Containers
--------------------------------------------------------------------------------------------------*/

/* kill the scrollbars and allow natural height */
.fc-scroller,
.fc-day-grid-container,    /* these divs might be assigned height, which we need to cleared */
.fc-time-grid-container {  /* */
	overflow: visible !important;
	height: auto !important;
}

/* kill the horizontal border/padding used to compensate for scrollbars */
.fc-row {
	border: 0 !important;
	margin: 0 !important;
}

/* COPE custom styling for Printing the Calendar
--------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	background: transparent;
}
#cope-calendar {
	-webkit-print-color-adjust: exact;
}

#col-calendar {
	float: none;
	right: auto;
	width: 100%;
	border-right: none;
}
#col-rail,
#calendar-filters,
#header,
#toggle-rail {
	display: none;
}















