/**
 * DTG Event Schedule core styles
 */
#dtg-event-schedule {
}
#calendar {
	width: 50%;
	margin: 0 auto;
	padding-right: 4%;
	float:left;
	font-family: 'Ubuntu' !important;
}
.green {
	background-color: #00994e;
	color:#fff !important;
	transition:all 0.4s linear;
	box-shadow: 0 2px 4px rgba(42,42,42,0.2);
}
.green span {
	color:#fff !important;
	background-color: #00994e;
}
.fc-unthemed td.fc-today {
    background: transparent !important;
}
.fc-view-container{
	overflow: hidden;
}
.fc-scroller.fc-day-grid-container {
	background: transparent;
	width: 103%;
	height: 340px!important;
}
@media (max-width:1300px) {
	.fc-scroller.fc-day-grid-container {
		height: auto!important;
	}
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
	position: relative;
	width: 100%;
	visibility: visible;
}
.fc .fc-row {
	margin-right: 0!important;
}

.fc .fc-head {
	background:#eaeaea;
}
.fc-toolbar.fc-header-toolbar,
span.day.event-schedule-day {
	background: #00a1a2;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	padding:6px 0;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	text-align: center;
	display:block;
}
span.day.event-schedule-day {
	padding: 8px 0;
	margin-bottom: 1em;
}
.fc .fc-toolbar > * > * {
    float: none !important;
}
.fc-toolbar.fc-header-toolbar h2 {
	margin-bottom:0;
	font-size: 16px !important;
    color: #fff;
}
.fc button {
	background: none;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	height: auto !important;
}
.fc-icon-right-single-arrow:after,
.fc-icon-left-single-arrow:after {
	color:#fff;
}
.fc .fc-bg td {
	padding: 3px;
}
.fc table {
	margin: 0;
	border-color: #eaeaea !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
	font-weight: 600;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td,
.fc-unthemed th {
	text-align:center;
	border-color: #eaeaea !important;
}
/*.fc-basic-view .fc-body .fc-row {
    min-height: inherit !important;
    max-height: 3em;
}*/
.fc .fc-day.fc-widget-content:hover {
	cursor: pointer;
}
th.fc-day-header span {
	text-transform: uppercase;
    font-size: .8em;
    color: #00a1a2;
}
.fc-row .fc-content-skeleton {
    padding-bottom: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.fc-row .fc-content-skeleton table {
    height:100%;
}
.fc-row .fc-content-skeleton table td {
	height: 100%;
    vertical-align: middle;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 68px !important;
}
.fc-row .fc-content-skeleton table td span {
    padding: 0;
    padding-top: 25%;
    height: 100vh;
    display: block;
	font-size: 1.4em;
	box-sizing: border-box;
}
.fc .fc-day-top {
	cursor:pointer;
}
.fc-sat span,
.fc-sun span {
	color: #ed542a;
}

#weekday {
	width: 50%;
	margin: 0 auto;
	float:left;
	font-size: 16px;
	position: relative;
}
span.category.event-category {
	color: #00a1a2;
	text-transform: uppercase;
	font-weight:bold;
	display:block;
	background:#eaeaea;
	padding: 12px 19px;
	overflow: hidden;
}
div.event {
	display:flex;
	justify-content: space-between;
	align-items: center;
	background: #fcfcfc;
	border-bottom:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}
a.event-title, .event-title {
	flex-grow: 2;
	color: #747474;
	overflow: hidden;
	font-weight: 600;
	text-transform: uppercase;
	width: 64%;
}
a.event-title:hover {
	color: #00994e;
}
span.event-time {
	background: #00994e;
	padding: 12px 18px;
    color: #fff;
    width: 134px;
    text-align: center;
    align-self: stretch;
}
span.event-time::first-letter {
	text-transform:capitalize;
}
.event-in-category-gesloten span.event-time {
	background:#ed542a;
}
.event-icon {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    background-size: 36px 36px;
	margin-left: 8px;
	background-repeat: no-repeat;
}
.event-in-category-bijzonder .event-bijzonder {
	background-image: url(../icons/specialevent.png);
}
.event-in-category-geopend .event-ambachten {
	background-image: url(../icons/ambachten-groen.png);
}
.event-in-category-gesloten .event-ambachten {
	background-image: url(../icons/ambachten-rood.png);
}
.event-in-category-geopend .event-fietsen {
	background-image: url(../icons/fietsen-groen.png);
}
.event-in-category-gesloten .event-fietsen {
	background-image: url(../icons/fietsen-rood.png);
}
.event-in-category-geopend .event-horeca {
	background-image: url(../icons/horeca-groen.png);
}
.event-in-category-gesloten .event-horeca {
	background-image: url(../icons/horeca-rood.png);
}
.event-in-category-geopend .event-molens {
	background-image: url(../icons/molens-groen.png);
}
.event-in-category-gesloten .event-molens {
	background-image: url(../icons/molens-rood.png);
}
.event-in-category-geopend .event-musea {
	background-image: url(../icons/musea-groen.png);
}
.event-in-category-gesloten .event-musea {
	background-image: url(../icons/musea-rood.png);
}
.event-in-category-geopend .event-overnachten {
	background-image: url(../icons/overnachten-groen.png);
}
.event-in-category-geopend .event-varen {
	background-image: url(../icons/varen-groen.png);
}
.event-in-category-gesloten .event-varen {
	background-image: url(../icons/varen-rood.png);
}
.event-in-category-geopend .event-winkels {
	background-image: url(../icons/winkels-groen.png);
}
.event-in-category-gesloten .event-winkels {
	background-image: url(../icons/winkels-rood.png);
}
.blur {
    filter:blur(2px);
    -o-filter:blur(2px);
    -ms-filter:blur(2px);
    -moz-filter:blur(2px);
    -webkit-filter:blur(2px);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.ajax-loader {
    background-image: url(../img/ajax-loader.gif);
	background-position: 50% 10%;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1001;
}
.dtg-event-details {
	font-size: 0.8em;
}
.dtg-event-details .event-opening {
	margin-top: 20px;
}
.dtg-event-details .event-contact-rates {
	overflow:hidden;
}
.dtg-event-details .event-inside {
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}
.dtg-event-details .event-contact-rates .event-inside {
	border-bottom:1px solid #eaeaea;
	overflow: hidden;
}
.dtg-event-details .event-contact-rates .event-inside-padding {
	padding: 16px 0 16px 35px;
	overflow: hidden;
}
.dtg-event-details .event-opening .event-inside-padding {
	overflow: hidden;
}
.dtg-event-details .event-block-title {
    background: #00a1a2;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 10px 6px 45px;
    width: 100%;
    display: block;
	position: relative;
	cursor: pointer;
}
.dtg-event-details .event-block-title:before {
	font-weight: 600;
	border-right: 1px solid rgba(255,255,255,0.6);
    font-size: 1.67em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 11px;
	width: 14px;
	text-align:center;
}
.dtg-event-details .event-block-title.event-plus:before {
	content:'+';
}
.dtg-event-details .event-block-title.event-min:before {
	content:'-';
}
.dtg-event-details .event-block {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-top:6px;
}
.dtg-event-details .event-contact-box-details p {
	padding-bottom: 8px;
}
.dtg-event-details .event-contact-box-details a {
	color:#747474;
}
.dtg-event-details .event-contact-box-details a:hover {
	color:#00a1a2;
}
.dtg-event-details .event-block .event-box-title {
	text-transform: uppercase;
    color: #00a1a2;
	font-weight: 600;
}
.dtg-event-details .event-block .event-box-details {
	margin-top: 8px;
	font-size: 0.9em;
    line-height: 1.4;
}
.dtg-event-details .event-block .event-box-details table {
	width: 100%;
}
.dtg-event-details .event-opening .event-tab {
	width:50%;
	text-transform: uppercase;
	float: left;
	padding: 6px 10px 6px 25px;
	cursor: pointer;
	position: relative;
}
.dtg-event-details .event-opening .event-tab.event-first-tab {
	background: #fff;
}
.dtg-event-details .event-opening .event-tab.event-second-tab {
	background: #eaeaea;
}
.dtg-event-details .event-opening .event-tab:before {
	content:'\f054';
	font-family:FontAwesome;
	position: absolute;
	left:10px;
	top: 7px;
    font-size: 0.8em;
}
.dtg-event-details .event-opening .event-tab.event-first-tab {
	padding-left: 60px;
}
@media (max-width: 330px) {
	.dtg-event-details .event-opening .event-tab.event-first-tab {
		padding-left: 30px!important;
	}
	.dtg-event-details .event-opening .event-tab.event-first-tab:before {
		left:16px!important;
	}
	.dtg-event-details .event-opening table td:first-of-type {
		padding-left: 20px!important;
	}
}
.dtg-event-details .event-opening .event-tab.event-first-tab:before {
	left: 47px;
}
.dtg-event-details .event-opening .event-tab.active {
    color: #00a1a2;
	font-weight: 600;
	cursor: inherit;
}
.dtg-event-details .event-opening .event-tab small  {
	text-transform: inherit;
	font-size: 0.65em;
	display: block;
	font-weight: 400;
}
.dtg-event-details .event-opening table {
	text-transform: uppercase;
	font-size:0.9em;
	width:100%
}
.dtg-event-details .event-opening table.non-active {
    display: none;
}
.dtg-event-details .event-opening table td {
	padding: 5px 0;
}
.dtg-event-details .event-opening table tr:not(:last-of-type) td {
	border-bottom:1px solid #eaeaea;
}
.dtg-event-details .event-opening table tr:first-of-type td {
	padding-top:16px;
}
.dtg-event-details .event-opening table tr:last-of-type td {
	padding-bottom:16px;
}
.dtg-event-details .event-opening table td:first-of-type {
	padding-left: 60px;
}
.dtg-event-details .event-opening table#event-second-tab {
	background: #eaeaea;
}
a#terug {
    padding: 6px 12px;
    margin-top: 10px;
    border: 1px solid #00a1a2;
    display: inline-block;
}
@media (min-width: 800px) and (max-width: 1100px) {
	#calendar {
		width: 45%;
	}
	#weekday {
		width: 55%;
	}
	.fc-row .fc-content-skeleton table td span {
		padding-top: 32%;
		padding-bottom: 32%;
	}
	.dtg-event-details .event-opening .event-tab.event-first-tab,
	.dtg-event-details .event-opening table td:first-of-type {
		padding-left: 48px;
	}
	.dtg-event-details .event-opening .event-tab.event-first-tab:before {
		left: 35px;
	}
	.dtg-event-details .event-block {
		width: 100%;
	}
	.dtg-event-details .event-block:last-of-type {
		margin-top:16px;
	}
}
@media (min-width:801px) {
	#calendar {
		position: sticky;
		position: -webkit-sticky;
		top: 87px;
	}
}
@media (max-width:800px) {
	#calendar,
	#weekday {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.dtg-event-details .event-opening .event-tab {
		font-size: 12px;
	}
}
@media (max-width: 468px) {
	div.event {
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 5px 0;
		float: left;
		overflow: hidden;
		width: 100%;
	}
	div.event .event-icon {
		float: left;
	}
	div.event .event-title {
		float: left;
		margin-bottom:6px;
		width: calc(100% - 70px);
		font-size: 12px;
	}
	div.event .event-time {
		float:left;
	}
	.dtg-event-details .event-block {
		width:100%;
	}
	#weekday {
		font-size: 14px;
	}
	.fc-basic-view .fc-body .fc-row {
		min-height: 39px !important;
	}
	.fc-row .fc-content-skeleton table td span {
		font-size: 1em;
	}
	span.event-time {
		padding: 5px 18px;
		width: 149px;
	}
	.event-icon {
		margin-right: 16px;
		height: 62px;
	}
}
