@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,900,300);

:root {
	--color-primary:#04753F;
	--color-secondary:#5BB1BD;
	--color-tertiairy:#FFB00D;

	--color-active:#cff6e2;
	--color-inactive:#FFD3D3;

	--color-border:#CCC;
	--box-shadow: 3px 7px 14px 1px rgba(0, 0, 0, 0.2);
}

* {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	outline: none;
}
p { margin: 20px auto; line-height: 22px; }
a { color: #000; text-decoration: none; }
a:hover  { color: #000; text-decoration: underline; }
a img { border: 0px; }
html, body {
  height: 100%;
}
body {
	background: #fff;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #5f5f5f;
	box-sizing: border-box;
    width: 100%;
    padding-left: 41px;
}
.container {
	margin: 0px auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin-bottom: -109px;
	text-align: left;
	position: relative;
	padding-top: 0;
}
.container:after {
  content: "";
  display: block;
  clear:both;
  height: 109px;
}
.reservationContainer {
	margin-bottom: unset;
}
.reservationContainer:after {
    height: unset;
}
.alert {
	background: #FF0000;
	color: #FFF;
	width: 20px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	max-width: 41px;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	transition: all .5s ease;
	background: #04753F;
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);
}
header .center {
	display: grid;
	grid-template-rows: 44px auto auto;
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
header.clicked .center {
	grid-template-rows: 54px auto auto;
}
header a {
	cursor: pointer;
}
header .headerLogo {
	align-self: end;
    width: 100%;
    text-align: center;
}
header .headerLogo .logo {
	display: none;
	float: none;
	margin: 10px auto;
}
header .headerLogo .logoSmall {
	float: none;
	margin: 10px auto;
    height: 24px;
}
header.clicked .headerLogo .logoSmall {
	display: none;
}
header.clicked .headerLogo .logo {
	display: block;
}
header .logo {
	float: left;
	height: 32px;
	margin: 6px 15px;
}
header i {
    color: #FFF;
    font-size: 24px;
    padding: 10px;
    float: left;
	width: 100%;
	box-sizing: border-box;
}
.closeMenuIcon i
{
	padding: 0;
}
header .closeMenu {
	display: none;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
header .closeMenu span {
	float: right;
	font-size: 32px;
	font-weight: bold;
}
header.clicked .openMenu {
	display: none;
}
header.clicked .closeMenu {
	display: block;
}
header .recron {
	position: absolute;
	left: 21px;
	top: 73px;
}
header #login {
	float: right;
	width: 278px;
	height: 78px;
	position: relative;
	background: url('../../images/login.png');
}
header #login input.input {
	float: left;
	background: #FFF;
	padding: 4px 4px 5px 4px;
	width: 165px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 8px 10px -3px 16px;
}
header #login input[type="submit"] {
	width: 62px;
	height: 57px;
	border: 1px solid orange;
	border: 0px;
	position: absolute;
	top: 8px;
	right: 15px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: var(--color-tertiairy);
	color: #555;
}
header #login input[type="submit"]:hover {
	background: #333;
	color: #FFF;
}
header #login input[type="button"] {
	width: 62px;
	height: 26px;
	background: url('../../images/submit-2.png') no-repeat;
	border: 0px;
	position: absolute;
	top: 40px;
	right: 15px;
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}
header nav {
	width: 100%;
	font-family: 'Open Sans',serif;
	height: auto;
}
header nav ul {
	float: left;
	width: 100%;
	list-style: none;
}
header nav ul li {
	width: 100%;
	position: relative;
	text-align: center;
	height: auto;
}
header.clicked nav ul li {
	text-align: left;
}
header nav ul li a {
	height: auto;
	width: 100%;
	padding: 14px 0;
	color: #FFF;
	font-size: 13px;
	margin: 0;
	white-space: nowrap;
	box-sizing: border-box;
}
header.clicked nav ul li a {
	padding: 14px;
}
header .headerImages img {
	height: 24px;
}
header.clicked .headerImages img {
	float: left;
}
header .adminText {
	float: left;
	text-align: left;
	font-weight: normal;
}
header .adminText:hover {
	color: #FFF;
	text-decoration: underline;
}
header .headerImages .menuText, header .adminText {
	display: none;
    padding: 4px 15px;
    font-size: 16px;
}
header.clicked .headerImages .menuText, header.clicked .adminText {
	display: inline-block;
}
header nav ul li a:hover span, header nav ul li:hover a span {
	color: #FFF;
	text-decoration: underline;
}
header nav ul li a.active {
	background: var(--color-secondary);
	color: #FFF;
}
header nav ul li:last-child a {
	margin-right: 0px;
}
header {
	display: table;
}
header nav ul li a:hover, header nav ul li:hover a, header nav ul .mobileMenuHide li:hover  {
	background-color: var(--color-tertiairy);
}
nav {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-left: 0;
}
nav ul {
	display: table;
	float: right;
}
nav ul li {
	float: left;
}
nav ul li:last-child {
	padding-right: 0px;
}
nav ul li a {
	font-size: 18px;
	padding:  25px 20px;
	display: inline-block;
	 transition:  all 0.5s ease 0s;
}
nav ul li a i {
	padding-right: 10px;
	transition: all 0.5s ease 0s;
}

.toggle-menu ul {
	display: table;
	width: 25px;
	margin: 5px 10px;
}
.toggle-menu ul li {
	width: 100%;
	height: 3px;
	background-color: #FFF;
	margin-bottom: 4px;
}
.toggle-menu ul li:last-child {
	margin-bottom: 0px;
}

header input[type=checkbox], header label {
	display: none;
}
.newsUserlist {
	overflow-y: scroll;
	max-height: 300px;
	display: block;
}
.newsUserlabel {
	float: left;
	margin: 5px;
	display: block;
}

#buttonAdmin {
	position: relative;
	top: unset;
	right: unset;
	background: unset; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: unset; /* IE6-9 */
	border: 0;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	width: 24px;
	height: auto;
	font-size: 16px;
	text-align: center;
	padding: 16px 0;
}
#buttonAdmin img {
	height: 24px;
}
header .menuLanguage {
	display: inline-block;
    margin-top: 0px;
}
header .menuLanguage a.active {
	display: block;
}
header .menuLanguage a {
	display: none;
}
header.clicked .menuLanguage a {
	display: block;
}
header.clicked .menuLanguage, header.clicked #buttonAdmin {
	float: left;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.menuLanguage img {
	width: 24px;
	margin: 5px 0;
}
header.clicked .menuLanguage img {
	float: left;
	margin: 0 5px;
}
header.clicked .menuLanguage img:first-child {
	margin: 0 5px 0 0;
}
header.clicked #buttonAdmin img {
	float: left;
	margin: 0;
}
#breadcrumb {
	float: left;
	width: 936px;
	height: 13px;
	font-size: 11px;
	margin: 0px;
	padding: 4px 15px;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #359771;
	border-bottom: 1px solid #3DB084;
}
#breadcrumb span {
	float: right;
}
#breadcrumb a {

	color: #FFF;
}
.button-green {
	float: right;
	width: 120px;
	height: 14px;
	padding: 8px 0px;
	color: #FFF;
	text-align: center;
	margin-top: 35px;
	font-weight: bold;
	background: url('../../images/button-green.png');
}
.button-green:hover, .button-admin:hover {
	text-decoration: none;
	color: #FFF;
}
.button-admin {
	float: right;
	width: 120px;
	height: 14px;
	padding: 8px 0px;
	color: #FFF;
	text-align: center;
	margin-top: 35px;
	margin-right: 10px;
	font-weight: bold;
	background: url('../../images/button-blue.png');
}
#slider {
	float: left;
	width: 966px;
	height: 120px;
	background: url('../../images/slider.png');
}
.scroll {
	float: left;
	width: 966px;
	height: 120px;
}
#slider img {
	float: left;
	margin: 8px 0px 8px 8px;
	width: 133px;
	height: 100px;
	padding: 0px 4px 4px 4px;
	background: url('../../images/imgbg.png');
}
#content .img {
	float: left;
	margin: 8px 0px 8px 8px;
	width: 133px;
	height: 100px;
	padding: 0px 4px 4px 4px;
	background: url('../../images/imgbg.png');
}
#content, .content-id {
	clear: both;
	float: left;
	width: 100%;
	width: calc(100% - 30px);
	padding: 5px 15px;
	font-family: 'Tahoma';
	position: relative;
}
.news {
	float: left;
	width: 98%;
	margin: 1px 2px;
	padding: 4px;
	background: #f2f2f2;
	border: 1px solid #CCC;
	border-left: 2px solid #CCC;
}
.news.white {
	background: #FFF;
}
#content ul {
	line-height: 20px;
}
#content .content{
	margin-top: unset !important;
}
#content .content_big {
	clear: both;
	float: left;
	width: 100%;
}
#content .content_big .content {
	clear: both;
	float: left;
	width: 100%;
	width: calc(100% - 32px);
	position: relative;
}
#content .content_big .content h1 {
	clear: both;
	float: left;
	width: 100%;
}
#content .content_big .content ul.tabs {
	float: left;
	width: 100%;
	width: calc(100% + 30px);
	height: auto;
	list-style: none;
	margin: -15px -15px 15px -15px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,0.55)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 55%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 55%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 55%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 55%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#content .content_big .content ul.tabs li {
	float: left;
	width: auto;
	padding: 7px 12px;
	border-right: 1px solid #CCC;
	border-left: 1px dotted #FFF;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
#content .content_big .content.ress ul.tabs li {
    border-left: 1px solid #058E4C;
    border-right: 1px solid #035D31;
    border-bottom: 3px solid #035D31;
}
.content ul.tabs li .new {
	float: right;
	color: #FFF;
	background: #FF0000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -17px -10px 0px 5px;
	border: 2px solid #fedfed;
}
#content .content_big .content ul.tabs li img {
	max-height: 46px;
}
#content .content_left {
	clear: both;
	float: left;
	width: 638px;
}
#content .content {
	clear: both;
	float: left;
	width: 596px;
	height: auto;
	color: #666;
	background: #FFF;
	margin: 10px 10px 10px 0px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	padding: 15px;
	text-align: justify;
}
.content_big .newest {
	float: left;
	width: 600px;
	margin-top: -20px;
}
.content_left .newest {
	float: left;
	width: 370px;
	margin-top: -20px;
}
#content .content h1 {
	float: left;
	margin: -15px;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 18px;
	background: #333;
	color: #fff;
	width: 613px;
	margin-bottom: 15px;
}
.content h1 img {
	float: left;
	width: 20px;
	height: 19px;
	margin: 2px 10px 0px 0px;
}
#content .content h2 {
	font-size: 20px;
	text-align: center;
	color: #04753F;
	margin: 25px 0px -10px 0px;
}
#content .cal {
	margin: 0px 30px;
}
#content aside {
	float: left;
	width: 227px;
	margin-top: 10px;
}
#content aside h3 {
	width: 180px;
	float: left;
	padding: 8px 15px 8px 32px;
	font-weight: normal;
	font-size: 18px;
	background: #04753F url('../../images/vink2.png') 9px 9px no-repeat;
	color: #fff;
}
#content aside img {
	margin-bottom: 11px;
}
.instellingenContent {
	width: 50%;
	float: left;
}
.footer {
	float: left;
	width: 826px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	background: #359771;
	color: #FFF;
	margin-top: 6px;
	position: relative;
	padding: 10px 20px 10px 20px;
}
.footerContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	max-width: 420px;
}
.footerContentLogo {
	justify-self: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footerContentLogo a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: fit-content;
}
.footerContentLogo a img{
	width: calc(100% - (1% + 20px));
	max-width: 360px;
}
ul.sitemap {
	padding: 0px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	width: 233px;
	height: 120px;
	list-style: none;
	border-left: 1px solid #3DB084;
	border-right: 1px solid #205C44;
	position: relative;
}
ul.sitemap li h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 0px;
}
ul.sitemap li {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding: 2px 0px;
}
ul.sitemap li a {
	color: #FFF;
}
ul.sitemap li a:hover{
	color: #CCC;
	border-bottom: 1px dotted #DDD;
	text-decoration: none;
}
.footer .meerict {
	float: right;
	margin: 20px;
}
footer {
	clear: both;
	float: left;
	width: 846px;
	padding: 10px 10px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

/* PREVIEW STYLING */

#content .content.previewContent h2 {
	text-align: left;
}
.previewHeadImage {
	width: auto;
	height: auto;
	max-width: 400px;
}
.previewImages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.previewImage {
	margin-top: 20px;
	width: 20%;
	width: calc(20% - 20px);
	width: -moz-calc(20% - 20px);
	width: -webkit-calc(20% - 20px);
}
.previewImage img {
	height: 200px;
	width: 100%;
}

/* OLD ELEMENTS */

.btn-back {
	color: #fff;
	background-color: var(--color-secondary);
	padding: 0px 4px;
	border: 1px solid #767676;
    font-size: 15px;
}
.btn-back.margin-right {
	margin-right: 15px;
}
.btn-back:hover {
	background-color: var(--color-tertiairy);
	text-decoration: none;
	color: #fff;
}
.dashChoice {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.dashChoice .input {
	float: left;
	padding: 15px;
	margin: 0px 10px;
	width: calc(25% - 52px);
	border-radius: 0px;
	border: 1px solid #CCC;
	background-image: unset;
	background-color: #fff;
}
.dashChoice .submit {
	width: calc(25% - 22px);
	float: left;
	display: block;
	margin: 0px 10px;
	border-radius: 0px;
	padding: 15px;
	background: #04753F;
	border: 1px solid #04753F;
	color: #FFF;
}
.dashChoice .selectArrows {
	width: 25%;
}
.dashboard {
clear: both;
	width: 98%;
	width: calc(100% - 4px);
	border: 1px solid #000;
	padding: 1px;
	font-size: 11px;
}
.dashboard tr {
	background: #FFF;
}
.dashboard tr.propertyName {
	font-weight: bold;
	background: #EEE;
}
.dashboard tr:hover {
	background: #CCC;
}
.dashboard td {
	padding: 4px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.dashboard .top td {
	background: #04753F;
	color: #FFF;
	font-weight: normal;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	border: 0px;
}
.dashboard .subtop td {
	background: #000;
	color: #FFF;
	font-weight: normal;
}
#content section.items {
	float: left;
	width: 350px;
	margin: 5px 8px 20px 8px;
	font-size: 12px;
}
#content section.items div {
	float: left;
	width: 350px;
	height: auto;
	padding-bottom: 14px;
	margin-bottom: 14px;
	background: url('../../images/li-left.png') left bottom no-repeat;
}
#content section.items div img {
	float: left;
	margin-right: 10px;
}
#content section.items div h2 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
}
#content section.items div p {
	margin: 0px;
	line-height: 18px;
	letter-spacing: 1px;
}
#content section.items.right {
	float: right;
	text-align: right;
	margin-right: 15px;
}
#content section.items.right div {
	background: url('../images/li-right.png') right bottom no-repeat;
}
#content section.items.right div img {
	float: right;
	margin: 0px 0px 0px 10px;
}
#tabs-9z a:hover {
 	text-decoration: none;
}
.OpvakantieNL {
	float: left;
	margin: 15px 5px 0px 5px;
}
.OpvakantieNL label span {
	padding: 8px;
}
.OpVakantieNLButton{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.OpVakantieNLButton input {
	background: #10B0D0;
	color: #FFF;
	padding: 10px 20px;
	margin: 10px 5px 0px 0px;
	display: inline-block;
	font-weight: bold;
	border: 0px;
}
.xmlFieldset {
	border: 1px solid #CCC;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}
.xmlFieldset span {
	width: 100%;
	width: calc(100% - 15px);
	width: -moz-calc(100% - 15px);
	width: -webkit-calc(100% - 15px);
	width: -o-calc(100% - 15px);
	background-color: #04753F;
	display: flex;
	color: #fff;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 10px;
}
.formExportXml {
	display: flex;
	flex-direction: column;
	margin:  0px 10px 10px;
}
.formExportXml input, .formCourse input, .formCourse select, .formCourse textarea{
	padding: 15px;
	width: 50%;
    width: calc(50% - 32px);
	width: -moz-calc(50% - 32px);
	width: -webkit-calc(50% - 32px);
	width: -o-calc(50% - 32px);
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    background-image: unset;
	border-radius: 5px;
	margin: 2px 0px 10px;
}
.formExportXml label{
	padding: 0px 5px;
}
.courseTextField {
	margin: 0px 10px 10px;
}
.courseContent p{
    text-align: center;
}
.formCourse {
	display: flex;
	flex-direction: column;
	margin:  0px 10px 10px;
	width: 50%;
	margin: 0% 25%;
	justify-content: center;
}
.formCourse table{
	width: -moz-available;
}
.formCourse label{
	padding: 0px 5px;
	width: 100%;
}
.formCourse input, .formCourse select, .formCourse textarea {
	width: 100%;
    width: calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: -webkit-calc(100% - 32px);
	width: -o-calc(100% - 32px);
}
.formCourse select, input.submitNow.submitCourse {
	width: 100%;
}
.formCourse textarea {
	height: 100px;
}
.formCourse td {
    display: flex;
    flex-wrap: wrap;
}
.infoToXml {
    float: left;
    display: block;
    border-radius: 0px;
    padding: 5px 10px;
    background: #04753F;
    border: 1px solid #04753F;
    color: #FFF;
    border-radius: 5px;
    transition: all .5s ease;
}
.form {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
}
.form td {
	padding: 4px 0px;
	line-height: 24px;
}
.select { width: 640px; }

.form .input {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	width: 622px;
	font-family: Arial;
	font-size: 12px;
}
.form .input.submit {
	font-weight: bold;
	width: 640px;
	cursor: pointer;
}
.form .input.submit:hover, .submitNow:hover {
	cursor: pointer;
	border: 1px solid #3498DB;
	color: #FFF;
	background: url('../../images/bg.png') repeat-x;
	text-shadow: 1px 1px #3498DB;
	text-decoration: none;
}
.submitNow {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
}

.row-total-price-price-calc td strong {
	margin: unset !important;
}
.overzicht, .overzicht2 {
	width: 100%;
	border: 0;
	font-size: 11px;
}
.overzicht td, .overzicht th, .overzicht2 td, .overzicht2 th {
	padding: 3px 3px;
	position: relative;
}
.overzicht2 td {
	text-align: center;
}
.overzicht2.gebruikers td {
	text-align: left;
}
.overzicht tr.top.tablesorter-headerRow {
	background: #04753F;
}
.nieuwOverzicht tr {
    border-radius: 5px;
}
.nieuwOverzicht tr.top {
	background: #04753F;
    width: 100%;
}

.top-flex {
	display: flex;
}
#toggle-password {
	display: flex;
	align-self: center;
	left: -20px;
    position: relative;
}
.overzicht .tableRowActions {
    display: none;
    text-align: left;
	position: absolute;
	right: 0;
    background: #FFF;
    box-sizing: border-box;
    width: auto;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.45);
	z-index: 9;
}
.overzicht .tableRowActions a {
	width: 100%;
    display: inline-block;
	padding: 12px 15px;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 16px;
	transition: all .5s ease;
}
.overzicht .tableRowActions a:hover {
	background: #04753F;
	color: #FFF;
}
.tableRowActions.tableRowActions__active {
	display: block;
}
.overzicht a.toggleActions {
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
}

/* styling for new overviews */
.nieuwOverzicht tr.tableData {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/* collumn declarations for daypart reservations */
.nieuwOverzicht.reservations tr.reservationRow {
	grid-template-columns: 2fr 2fr 4fr 4fr 3fr 1fr 3fr 2fr;
}

.nieuwOverzicht.reservations tr.reservationRow.noInvoice {
	grid-template-columns: 2fr 2fr 4fr 4fr 3fr 2fr 3fr;
}

.nieuwOverzicht.touroperator tr.touroperatorRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 2fr 50px;
}

.nieuwOverzicht.mailtemplate tr.mailtemplateRow {
	text-align: left;
	grid-template-columns: 3fr 3fr 1fr 75px;
}

.nieuwOverzicht.beschikbaarheidz tr.beschikbaarheidzRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 2fr 50px;
}

.nieuwOverzicht.beschikbaarheidxx tr.beschikbaarheidxxRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 50px;
}

.nieuwOverzicht.beschikbaarheidVergadering tr.beschikbaarheidVergaderingRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 50px;
}

.nieuwOverzicht.beschikbaarheidx tr.beschikbaarheidxRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 50px;
}

.nieuwOverzicht.meldingen tr.meldingenRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 50px;
}

.nieuwOverzicht.documenten tr.documentenRow {
	text-align: left;
	grid-template-columns: 2fr 4fr 2fr 2fr 50px;
}

.nieuwOverzicht.tickets tr.ticketsRow {
	text-align: left;
	grid-template-columns: 2fr 4fr 2fr 2fr 2fr 50px;
}

.nieuwOverzicht.klanten tr.klantenRow {
	text-align: left;
	grid-template-columns: 2fr 2fr 2fr 1fr 2fr;
}

.nieuwOverzicht.ical tr.icalRow {
	text-align: left;
	grid-template-columns: 1fr 3fr 1fr 1fr 50px;
}

.nieuwOverzicht.aanvragen tr.aanvragenRow {
	grid-template-columns: 2fr 2fr 2fr 2fr 50px;
}

/* collumn declarations for old invoices */
.nieuwOverzicht.invoices tr.invoiceRow {
	grid-template-columns: 1.5fr 3fr 4fr 3fr 2fr 2fr 1fr;
}

.nieuwOverzicht.invoices tr.invoiceRow.noInvoice {
	grid-template-columns: 1.5fr 7fr 7fr 1fr;
}


/* collumn declarations for old reservations */
.nieuwOverzicht.oldreservations tr.reservationRow {
	grid-template-columns: 1.5fr 1.5fr 1fr 4fr 4fr 3fr 1fr 3fr 2fr 2fr 1fr;
}

.nieuwOverzicht.oldreservations tr.reservationRow.noInvoice {
	grid-template-columns: 1.5fr 1.5fr 1fr 4fr 4fr 3fr 1fr 3fr 2fr 1fr;
}

/* collumn declarations for daypart reservations */
.nieuwOverzicht.properties tr.propertyRow {
	grid-template-columns: 1fr 4fr 4fr 4fr 3fr 2fr 2fr 1fr;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.nieuwOverzicht.properties tr.propertyRow:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* collumn declarations for discount codes */
.nieuwOverzicht.kortingcodes tr.kortingcodesRow {
	grid-template-columns: 4fr 2fr 4fr 4fr 2fr 2fr;
}

.overzicht tr, .overzicht2 tr {
	background: #FFF;
}
.nieuwOverzicht tr.reservation_blocked {
    background-color: #cacaca;
}
.nieuwOverzicht tr.reservation_onhold {
    background-color: #ffffbb;
}
.nieuwOverzicht tr.reservation_cancelled, .nieuwOverzicht tr.reservation_denied {
    background-color: #ffdddd;
}
.nieuwOverzicht tr.reservation_active {
    background-color: #ddffdd;
}
.nieuwOverzicht tr.reservation_option {
    background-color: #ddffff;
}
.overzicht tr.subtop {
	background: #04753F;
}
.overzicht tr.subtop td {
	padding: 5px;
	color: #FFF;
}
.nieuwOverzicht tr.tablesorter-hasChildRow {
    padding: 10px;
	margin-bottom: 10px;
	transition: all .5s ease;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}
.nieuwOverzicht tr.tablesorter-childRow, .nieuwOverzicht .shortTermReservation {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}
.huisNaam img {
	float: right;
}
.nieuwOverzicht .vakantiehuizenOverzicht tr {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}
.nieuwOverzicht.kortingcodes tr.top {
    padding: 0 10px;
    margin-bottom: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.nieuwOverzicht.kortingcodes tr {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}
.overzicht .details tr:hover {
    background: #FFF;
}
.overzicht .details p {
	margin: 10px 0;
}
.overzicht tr:hover, .overzicht2 tr:hover {
	background: rgba(0,0,0,0.2);
}
.overzicht tr.top:hover, .overzicht2 tr.top:hover {
	background: #04753F;
}
.overzicht .top td, .overzicht .top th, .overzicht2 .top td, .overzicht2 .top th {
	background: #04753F;
	color: #FFF;
	font-weight: normal;
	padding: 5px;
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
}

#myTable .top th {
	background: #04753F url('../../images/icons/sort.png') right 5px no-repeat;
	border-right: 5px solid #04753F;
	padding-right: 20px;
	cursor: pointer;
	font-size: 13px;
	text-align: left;
}
.overzicht tr.openstaand {
	background: #FFD3D3;
}
.overzicht tr.openstaand:hover {
	background: rgba(0,0,0,0.2);
}
.overzicht tr.geannuleerd {
	background: #EF7D7D;
}
.overzicht tr.geannuleerd:hover {
	background: rgba(0,0,0,0.2);
}
.overzicht tr.optie {
	background: #99FFE5;
}
.overzicht tr.optie:hover {
	background: rgba(0,0,0,0.2);
}
.overzicht tr.checkIn {
	background: #A4E05F;
}
.overzicht tr.checkIn:hover {
	background: rgba(0,0,0,0.2);
}
.overzicht tr.bevestigd {
	background: #fafff3;
}
.overzicht tr.bevestigd:hover {
	background: rgba(0,0,0,0.2);
}
.tooltip { cursor: pointer; }
.disabled {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
#tooltip {
	position: absolute;
    z-index: 99999;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#tooltip h3, #tooltip div { margin: 0; }
.thumb {
	height: 90px;
	border: 1px solid #CCC;
}
.thumb:hover {
	border: 1px solid #666;
}

					.progress {
						border: 1px solid #CCC;
						background: #FFF;
						width: 230px;
						height: auto;
						overflow: hidden;
						padding: 15px;
						float: right;
					}
					.progress span {
						float: left;
						font-size: 13px;
						font-weight: bold;
					}
					.progress span.right {
						float: right;
						font-weight: normal;
					}
					.progress .bar {
						float: left;
						width: 230px;
						height: 15px;
						margin: 5px 0px;
						background: #F2F2F2;
						border: 1px solid #CCC;
						-webkit-border-radius: 8px;
						-moz-border-radius: 8px;
						border-radius: 8px;
					}
					.progress .bar_fill {
						 float: left;
						 height: 15px;
						 margin: 0px;
						-webkit-border-radius: 8px;
						-moz-border-radius: 8px;
						border-radius: 8px;
						 background: url('../../images/progress.jpg');
					}
					#content ul.breadcrumb {
						clear: both;
						float: left;
						list-style: none;
						margin: 10px 0px;
						padding: 0px;
						width: calc(100% - 2px);
						width: -webkit-calc(100% - 2px);
						width: -moz-calc(100% - 2px);
						background: #FFF;
						border: 1px solid #CCC;
					}
					ul.breadcrumb li {
						float: left;
						padding: 10px 35px;
						border-right: 1px solid #CCC;
						border-left: 1px solid #FFF;
					}
					ul.breadcrumb li.last {
						border: 0px;
					}
					ul.breadcrumb li.active {
						background: #04753F;
						color: #FFF;
					}
					ul.breadcrumb li span {
						font-weight: bold;
						font-size: 14px;
						float: left;
						margin-right: 15px;
					}
					.errorInvoices {
						float: left;
						background: #fedfed;
						color: #FF0000;
						font-weight: bold;
						border: 1px solid #FF0000;
						-webkit-border-radius: 8px;
						-moz-border-radius: 8px;
						border-radius: 8px;
						width: 100%;
						width: calc(100% - 62px);
						margin-left: 15px;
						margin-top: 4px;
						padding: 6px 15px;
					}
					.errorInvoices a {
						color: #FF0000;
					}
					.errorInvoices p {
						margin: 0px;
					}
					.infoText {
						float: left;
						background: #ccffff;
						color: #0052cc;
						font-weight: bold;
						border: 1px solid #0052cc;
						-webkit-border-radius: 8px;
						-moz-border-radius: 8px;
						border-radius: 8px;
						width: 100%;
						width: calc(100% - 62px);
						margin-left: 15px;
						margin-top: 4px;
						padding: 6px 15px;
					}
					.infoText a {
						color: #0052cc;
					}
					.infoText p {
						margin: 0px;
					}
.footer-copyright {
	margin: 0px 20px;
	width: 100%;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	height: auto;
	text-align: left;
	position: relative;
    padding: 15px 0px;
	gap: 15px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
.content-start, .content-center, .content-end {
	display: flex;
}
.content-start {
	justify-content: flex-start;
	display: grid;
	grid-template-columns: auto 1fr;
}
.content-start .footerContent{
	width: max-content;
}

.content-center {
	justify-content: center;
}
.content-end {
	justify-content: flex-end;
}
.ticket-button-container {
	width: 100%;
}
.ticket-button-container {
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}
.ticket-button, .zammad-form .btn {
    display: inline-flex; /* Ensures both elements behave the same */
    padding: 10px 15px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.ticket-button:hover, .zammad-form .btn:hover {
	text-align: center;
	font-weight: bold;
	background-color: var(--color-tertiairy) !important;
}
.footerContainer {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    padding: 5px 15px;
}
.zammad-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Open Sans', cursive;
}
.zammad-form .zammad-form-group{
	display: grid;
	gap: 2px;
	margin: unset;
}
.zammad-form .zammad-form-group label{
	color: #666;
}
.zammad-form .btn {
	padding: 8px 10px;
	width: max-content;
}
.zammad-form input, .zammad-form textarea {
    padding: 8px 10px;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    background-image: unset;
    border-radius: 5px;
	font-family: 'Open Sans', cursive;
}
.zammad-form textarea  {
	resize:vertical;
}

footer {
	clear: both;
	float: left;
	width: 100%;
    background: #04753F;
	border-top: 4px solid #04753F;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    font-size: 12px;
	font-family: 'Open Sans', cursive;
    padding: 15px 0px;
    position: relative;
	color: #FFF;
	height: auto;
}
footer a, footer a:hover {
	color: #FFF;
	font-weight: normal;
}

.christmas {
	position: absolute;
	top: 4px;
	left: 0px;
	height: 36px;
}
.bigOnly {
	display: none;
}
@media screen and (max-width: 1600px){
	.content-start {
		grid-template-columns: 1fr;
	}
	.ticket-button-container {
		margin-top: 3px;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1350px){
	.footer-copyright {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footerContent {
		width: 33.33%;
	}
}
@media screen and (max-height: 810px){
	header nav ul li a {
		padding: 8px 0;
	}
	header.clicked nav ul li a {
		padding: 8px 16px;
	}
	header .menuLanguage {
		margin-top: 20px;
	}
}
@media screen and (max-height: 810px){
	.overzicht .tableRowActions a {
		padding: 8px;
	}
}
@media screen and (min-width: 1000px){
    .bigOnly {
		display: inline-block;
	}
}
@media only screen and (max-width: 980px) {
    #logo{padding:0px;}
	input[type=checkbox]:fous{ background:none; }
	header label {
		float: right;
		padding:8px 0px;
		display:block;
		cursor:pointer;
	}
    input[type=checkbox]:checked ~ nav {display:block;}
    nav ul li{float:none; padding:0px; width:100%; display:table;}
    nav ul li a{color:#FFF; font-size:15px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}
	nav ul li a i{color:#fde428; padding-right:13px;}

	#buttonAdmin {
		position: relative;
		top: unset;
		right: unset;
		float: right;
		margin: 5px;
	}
	#countryCMS {
		position: relative;
		top: unset;
		right: unset;
		float: right;
		margin: 5px;
	}
	#logOutCMS {
		position: relative;
		top: unset;
		right: unset;
		float: right;
		margin: 5px;
	}
	.formExportXml input {
		width: 100%;
		width: calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: -webkit-calc(100% - 32px);
		width: -o-calc(100% - 32px);
	}
}

@media only screen and (max-width: 360px) {
    label{padding:5px 0px;}
    #logo{font-size: 20px;}
    nav{top:47px;}
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0A7140;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FFF;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FFAE00;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
	}

@media only screen and (max-width: 725px) {
	.nieuwOverzicht.oldreservations tr.reservationRow {
		grid-template-columns: 100px 100px 75px minmax(200px, auto) minmax(200px, auto) 45px;

	}
}