/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.calendar-main .calendar-filter{
	border-top: 5px solid #54D0E2;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 12px 15px;
	margin-bottom: 30px;
}
.calendar-main .calendar-filter .filter{
	float: left;
	width: 25%;
	padding: 0 10px;
}
.calendar-main .calendar-filter .filter label > span{
	display: block;
}
.calendar-main .calendar-filter .filter input,
.calendar-main .calendar-filter .filter select{
	width: 100%;
}
.calendar-main .calendar-filter .filter input[type="text"] {
	line-height: 30px;
	padding: 0 5px;
}
.calendar-main .calendar-filter .controls:before{
	position: relative;
	clear: both;
	content: '';
}
.calendar-main .calendar-filter .controls{
	clear: both;
	padding: 20px 10px 0;
}
.calendar-main .calendar-filter .controls .xkit-btn{
	display: inline-block;
	background: #E5E5E5;
	border: none;
	border-radius: 5px;
	padding: 8px 10px;
	color: #61A3F2;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.25s;
}
.calendar-main .calendar-filter .controls .xkit-btn:hover{
	opacity: 0.6;
}
.calendar-main .calendar-filter .controls .xkit-btn.reset{
	background: #CB1F26;
	color: #FFF;
}

.calendar-main table{
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: none !important;
	border-top: 5px solid #54D0E2 !important;
}
.calendar-main table tr th,
.calendar-main table tr td{
	position: relative;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.calendar-main table a{
	color: #54d0e2;
}
.calendar-main table .order{
	position: relative;
	top: 0;
	margin: 0 8px;
}
.calendar-main table .order.none{
	opacity: 0;
}
.calendar-main table th:hover > .order.none{
	opacity: 1;
}
.calendar-main table .order:after{
	font-family: 'ElegantIcons';
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 14px;
	content: "\22";
	color: #D8D8D8;
}
.calendar-main table .order.desc:after{
	content: "\21";
}
.calendar-main table .more{
	position: relative;
	margin: 0 8px;
	transition: opacity 0.25s;
}
.calendar-main table .more:after{
	font-family: 'ElegantIcons';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	content: "\e050";
	color: #3E5062;
}
.calendar-main table .more:hover{
	opacity: 0.7 !important;
}
.calendar-main table .more.open:after{
	content: "\e04f";
}
.calendar-main table .edit{
	position: relative;
	margin: 0 8px;
	transition: opacity 0.25s;
}
.calendar-main table .edit:after{
	font-family: 'ElegantIcons';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	content: "\6c";
	color: #CB1F26;
}
.calendar-main table .edit:hover{
	opacity: 0.7 !important;
}
.calendar-main table .toogle{
	display: none;
	background: #F4F4F4;
}
.calendar-main table .toogle td{
	border-top: none !important;
}
.calendar-main table .toogle .label{
	font-weight: 600;
}
.calendar-main table .toogle .item .rr{
	position: relative;
	color: transparent;
	transition: opacity 0.25s;
}
.calendar-main table .toogle .item .rr:after{
	font-family: 'ElegantIcons';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	content: "\69";
	color: #3E5062;
}
.calendar-main table .toogle .item .rr:hover{
	opacity: 0.7 !important;
}
.calendar-main .pagination a,
.calendar-main .pagination span{
	display: inline-block;
	padding: 4px 8px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #54D0E2 !important;
}
.calendar-main .pagination a{
	color: #54d0e2;
}
.calendar-main .pagination a:hover{
	opacity: 0.7;
}
	/* Columns styles */
	.calendar-main .afstanden {
		min-width: 140px;
	}

/* Trail Dropdown */
	/* Info Table */
	#trail-info-table {
		max-width: 45%;
		float: left;
		margin-right: 5%;
		box-shadow: none;
		margin-top: 0.5em;
		border-top: none !important;
	}
	#trail-info-table thead td {
		font-weight: bold;
		padding: 0.5em !important;
	}

	#trail-info-table tbody td {
		border-bottom: 1px solid #ddd;
		padding: 0.5em !important;
	}
	#trail-info-table tbody tr:last-child td {
		border-bottom: none;
	}

	/* Additional Data */
	#trail-info-table + .additional-data {
		margin-left: 5%;
		float: left;
	}
	.calendar-main .additional-data {
		padding: 1em 0.5em 0.5em 0.5em;
	}
	.calendar-main .additional-data .data-item {
		padding-bottom: 0.5em;
	}
	.calendar-main .additional-data .data-item span {
		font-weight: bold;
	}
	.calendar-main .additional-data .data-item a {
		text-decoration: underline;
	}
	.calendar-main .additional-data .data-item a:hover {
		text-decoration: none;
	}

	/* Desc */
	.calendar-main .trail-extra-desc {
		padding: 0 0.5em;
	}
	.calendar-main .trail-extra-desc .trail-extra-title {
		font-weight: bold;
		padding-bottom: 0.5em;
	}

	/* Gallery */
	.calendar-main .trail-gallery .trail-gallery-item {
		display: inline-block;
		vertical-align: bottom;
		margin: 1%;
		max-width: 18%;
	}
	.calendar-main .trail-gallery .trail-gallery-item.large-item {
		max-width: 38%;
	}
	.calendar-main .trail-gallery .trail-gallery-item img {
		max-width: 100%;
		height: auto;
		width: 100%;
	}

	/* Custom Fields */
	.calendar-main .trail-custom-field {
		padding: 0 0.5em;
	}
	.calendar-main .trail-custom-field .trail-custom-title {
		font-weight: bold;
		padding-bottom: 0.5em;
	}



@media (max-width: 768px) {
	.calendar-main .calendar-filter .filter{
		width: 50%;
	}
	#trail-info-table + .additional-data {
		margin-left: 0;
		float: none;
	}
	#trail-info-table {
		width: 100%;
		max-width: 100%;
	}

	.calendar-main .trail-gallery .trail-gallery-item {
		max-width: 48% !important;
		width: 48% ;
	}
}