/*!
 * FullCalendar v3.0.0 Print Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

/*
 * 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.
 */
@media print {

    @page {size: A3 landscape;max-height:100%; max-width:100%}

    /* use width if in portrait (use the smaller size to try 
       and prevent image from overflowing page... */
    img { height: 90%; margin: 0; padding: 0; }

body{width:100%;
    height:100%;
    }
.fitScreen { overflow:visible; overflow-x:visible; }
#calendar {
	
 width: 29.7cm;
  height: 21cm; 
	overflow:visible !important;
	page-break-inside:avoid;
}


/* Global Event Restyling
--------------------------------------------------------------------------------------------------*/

.event {
	background: #fff !important;
	color: #000 !important;
	border:1px solid #000 !important;
	page-break-inside: avoid;
}
.hidden-print { display:none; }

.fc-event .fc-resizer {
	display: none;
}
.fc-now-indicator { display:none; }
.fc td, .fc tr { border-width:2px; border-color:#000; } 
.fc-event-container a { border-width:3px; border-color:#000; }