/**
 * TMZL v1.0.0 (http://www.tmzl.com.cn/)
 * Copyright 2015-2018 TMZL Team
 
 */
/*!
 * FullCalendar v2.3.1 Print Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 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.
 */
.fc {
	max-width: 100% !important;
}
.fc-event {
	color: #000 !important;
	background: #fff !important;

	page-break-inside: avoid;
}
.fc-event .fc-resizer {
	display: none;
}
th, td, hr, thead, tbody, .fc-row {
	background: #fff !important;
	border-color: #ccc !important;
}
.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
	display: none;
}
.fc tbody .fc-row {
	height: auto !important;
	min-height: 0 !important;
}
.fc tbody .fc-row .fc-content-skeleton {
	position: static;
	padding-bottom: 0 !important;
}
.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
	padding-bottom: 1em;
}
.fc tbody .fc-row .fc-content-skeleton table {
	height: 1em;
}
.fc-more-cell, .fc-more {
	display: none !important;
}
.fc tr.fc-limited {
	display: table-row !important;
}
.fc td.fc-limited {
	display: table-cell !important;
}
.fc-popover {
	display: none;
}
.fc-time-grid {
	min-height: 0 !important;
}
.fc-agenda-view .fc-axis {
	display: none;
}
.fc-slats, .fc-time-grid hr {
	display: none !important;
}
.fc-time-grid .fc-content-skeleton {
	position: static;
}
.fc-time-grid .fc-content-skeleton table {
	height: 4em;
}
.fc-time-grid .fc-event-container {
	margin: 0 !important;
}
.fc-time-grid .fc-event {
	position: static !important;
	margin: 3px 2px !important;
}
.fc-time-grid .fc-event.fc-not-end {
	border-bottom-width: 1px !important;
}
.fc-time-grid .fc-event.fc-not-end:after {
	content: "...";
}
.fc-time-grid .fc-event.fc-not-start {
	border-top-width: 1px !important;
}
.fc-time-grid .fc-event.fc-not-start:before {
	content: "...";
}
.fc-time-grid .fc-event .fc-time {
	white-space: normal !important;
}
.fc-time-grid .fc-event .fc-time span {
	display: none;
}
.fc-time-grid .fc-event .fc-time:after {
	content: attr(data-full);
}
.fc-scroller, .fc-day-grid-container, .fc-time-grid-container {
	height: auto !important;
	overflow: visible !important;
}
.fc-row {
	margin: 0 !important;
	border: 0 !important;
}
.fc-button-group, .fc button {
	display: none;
}