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

* {
	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: #f9f9f9;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
}
.container {
	margin: 0px auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-height: calc(100% - 55px);
	margin-bottom: -109px;
	text-align: left;
	position: relative;
	padding-top: 55px;
}
.container:after {
  content: "";
  display: block;
  clear:both;
  height: 109px;
}
.content-upload-docs {
	display: inline-block;
}
.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%;
}

.btn-def {
	padding: 8px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
    display: inline-block;
	width: max-content;
}
.btn-def:hover {
	background-color: var(--color-secondary);
	text-decoration: none;
	color: #fff;
}

header .center {
	margin: 0px auto;
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
	z-index: 99999;
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-color: #222;
	border-bottom: 1px solid #000;
    border-color: #080808;
}
header.clicked {
	max-width: 250px;
}
header .logo {
	float: left;
	height: 32px;
	margin: 6px 15px;
}
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: #FFB00D;
	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: auto;
	height: 48px;
    font-family: 'Open Sans',serif;
}
header nav ul {
	float: left;
	list-style: none;
}
header nav ul li {
	height: 48px;
	position: relative;
}
header nav ul li a {
	height: 16px;
	padding: 16px 10px;
	color: #999999;
	font-size: 13px;
	margin: 0px 3px;
}
header nav ul li a:hover, header nav ul li:hover a {
	color: #FFF;
	text-decoration: none;
}
header nav ul li a.active {
	background: #000;
	color: #FFF;
}
header nav ul li:last-child a {
	margin-right: 0px;
}
header {
	width: 100%;
	display: table;
}
nav {
	width: auto;
	float: left;
	margin-left: 20px;
}
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: fixed;
	top: 10px;
	right: 100px;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333',GradientType=0 ); /* IE6-9 */
	border: 1px solid #555;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 34px;
	height: 13px;
	font-size: 16px;
	text-align: center;
	padding: 6px 0px 8px 0px;
}
#buttonAdmin img {
	height: 16px;
}

/* 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 {
	width: 100%;
}

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;
}
#logOutCMS {
	position: fixed;
	top: 10px;
	right: 10px;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 34px;
	height: 13px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #FF0000;
	padding: 6px 0px 8px 0px;
}
#logOutCMS:hover {
	text-decoration: none;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333',GradientType=0 ); /* IE6-9 */
	border: 1px solid #555;
}
#countryCMS {
	position: fixed;
	top: 10px;
	right: 50px;
	width: 36px;
	height: 27px;
	z-index: 9999999;
	background: #C5C2BD;
	text-align: center;
	overflow: hidden;
	border-right: 2px solid #ACA9A4;
	border-bottom: 2px solid #ACA9A4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#countryCMS:hover {
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
}
#countryCMS:hover a {
	visibility: visible;
}
#countryCMS a {
	visibility: hidden;
}
#countryCMS img {
	margin: 6px auto 0px auto;
	width: 26px;
	height: auto;
}
#countryCMS a:first-child {
	visibility: visible;
}
#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 {
	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_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 h1.h1-arrangementen span{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
#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;
	max-width: 100%;
}
.content_left .newest {
	float: left;
	width: 370px;
	margin-top: -20px;
	max-width: 100%;
}
#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;
}
.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;
}
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;
}
/* OLD ELEMENTS */

.dashChoice {
	float: left;
	width: 100%;
}
.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% - 20px);
	float: left;
	display: block;
	margin: 0px 10px;
	border-radius: 0px;
	padding: 15px;
	background: #04753F;
	border: 1px solid #04753F;
	color: #FFF;
}
.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;
}
.dashboardNewContainer {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.dashboardNewContainer__highlight, .dashboardNewContainer__highlight p {
	background:#1B9AAA;
	color: #ffffff;
}
.dashboardNewContainer img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}


.dashboardOverview {
    width: 100%;
	display: inline-grid;
	grid-gap: 10px;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"dashboardContainerTop dashboardContainerMiddle"
	"dashboardContainerLeft dashboardContainerLeft"
	"dashboardContainerRight dashboardContainerRight";
}
.dashboardContainerSmallTop {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	grid-area: dashboardContainerTop;
}
.dashboardNewLeft {
	grid-area: dashboardContainerLeft;
	width: 100%;
}
.dashboardNewRight {
	grid-area: dashboardContainerRight;
	display: grid;
    grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	width: 100%;
	height: 100%;
}
.dashboardContainerMiddle {
	grid-area: dashboardContainerMiddle;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.dashboardContainerBottom {
	grid-area: dashboardContainerBottom;
	display: grid;
    grid-template-columns: 7fr 3fr;
    grid-column-gap: 10px;
}
.dashboardNewContainerSmall {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.dashboardContainerBottom .dashboardOccupation {
	margin: unset;
	width: 100%;
	box-sizing: border-box;
	border: unset;
}
.rowNotifications td{
	color: #5f5f5f;
	background-color: #fff;
	border-bottom: 1px solid #CCC;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-weight: normal;
    padding: 5px;
    font-size: 16px;
}
.dashboardOccupation tr td{
	border-bottom: 1px solid #CCC;
}
.dashboardOccupation .propertyName{
	background: #EEE;
}
.dashboardOccupation tr:hover, .dashboardOccupation .propertyName:hover, .overviewInformation:hover {
    background: #CCC;
}
.dashboardNewContainerSmall, .dashboardNewContainer{
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 25%);

/* 	box-shadow: 0 3px 7px 0 #a1a3a5;
    -webkit-box-shadow: 0 3px 7px 0 #a1a3a5;
    -moz-box-shadow: 0 3px 7px 0 #a1a3a5;
    -ms-box-shadow: 0 3px 7px 0 #a1a3a5;
    -o-box-shadow: 0 3px 7px 0 #a1a3a5; */

}
.dashboardNewContainerSmall {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}
.dashboardNewContainerSmall span {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 16px;
}
.dashboardNewContainerSmall p{
	margin: unset;
}
.dashboardNewContainerSmall .dashboardNewHeader.small {
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.overviewInformation {
	align-items: baseline;
	border-collapse: collapse;
}
.overviewInformation img{
	height: 20px;
	width: 20px;
	align-items: center;
	justify-content: center;
}
.overviewInformation td {
	padding: unset;
	margin: unset;
	padding: 3px 3px;
}
.overviewInformation td:last-child{
	display: flex;
	justify-content: center;
}
.overviewInformation p {
    margin: unset;
    height: 100%;
    max-height: 44px;
    overflow: hidden;
    padding-left: 3px;
}
.dashboardContainerMiddle table {
	padding: 10px
}
.tableInformation {
	width: 100%;
}
.tableInformationPadding {
	padding: 0px 10px 10px;
}
.tableInformation .meldingenRow td{
	padding: 3px 3px;
}
tr.tableData.overviewInformation {
	border-bottom: 1px solid #CCC;
}
tr.tableData.overviewInformation:last-child {
	border-bottom: unset;
}
.dashboardNewContainer.dashboardNewContainer__highlight {
	max-height: 200px;
}
.newContainerBottom {
	grid-column-start: 1;
	grid-column-end: 3;
}
.dashboardContainerPlanbord, .dashboardNewHeaderPlanbord, #iframePlanboard3 {
	height: 100%;
}
.dashboardContainerPlanbord {
	min-height: 450px;
}
.dashboardNewHeaderPlanbord {
	height: calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	height: -webkit-calc(100% - 36px);
	row-gap: 10px;
}
.dashboardNewHeader {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	padding: 5px;
    box-sizing: border-box;
}
.dashboardNewHeader.small span {
	padding: 8px 0;
}
.dashboardNewHeader.small a {
}
.dashboardNewHeader.small i {
	padding: 0 2px;
}
.dashboardNewContainerSmall p {
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
}
.dashboardNewHeader h2 {
	padding: 5px 0;
}
.dashboardNewHeader a {
    float: right;
    background: #99CA23;
    color: #FFF;
    padding: 10px 15px;
	border-radius: 10px;
	transition: all .5s ease;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
}
.dashboardNewHeader a:hover {
	color: #FFF;
	background: #04753F;
}
.dashboardNew {
	width: 100%;
}
.dashboardNew td {
	padding: 0 5px;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.dashboardNew tr:hover {
    background: rgba(0,0,0,0.2);
}
.dashboardNewContainer .nieuwOverzicht .vakantiehuizenOverzicht tr {
	margin-bottom: 0;
}
.dashboardNewContainer .overzicht .top td, .dashboardNewContainer .nieuwOverzicht tr.top, .dashboardNewContainer .overzicht tr.top:hover {
	background: #FFF;
	color: #5f5f5f;
}
.dashboardNewContainer .nieuwOverzicht.meldingen tr.meldingenRow, .dashboardNewContainer .nieuwOverzicht .vakantiehuizenOverzicht tr {
	border-bottom: 1px solid #d4d4d4;
	box-shadow: unset;
}
.extra-file-option {
	padding: 10px;
	border: 1px solid #d4d4d4;
	display: grid;
	border-radius: 5px;
	margin: 0px 10px 5px;
	justify-content: start;
	width: calc(100% - 42px);
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
}
.extra-file-option input{
	margin: unset!important;
	padding: unset!important;
}
.extra-file-option span {
	padding: unset !important;
	display: flex;
	gap: 5px;
	align-items: center;
}

#show-additional-files td > label {
	margin-left: 15px;
}
.personsPerRoomContainer {
	float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    font-weight: bold;
    padding: 10px 0px;
    margin: 10px auto;
}
#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 {
	display: flex;
	flex-direction: column;
	margin: 15px 5px 0px 5px;
}
.partnerProperty{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.connectingProperties{

}

.custom-option-container-formatted {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 10px;
}
.custom-option-container-formatted .card-custom-options{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
    padding: 5px 5px;
    margin: 10px;
    width: calc(100% - 32px);
}
.custom-option-container-formatted .card-custom-options div{
	display: grid;
	grid-template-columns: 1fr;
	height: min-content;
	margin: 5px;
}
.custom-option-container-formatted .card-custom-options .card-options-checkbox{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: unset;
}

.custom-option-container-formatted .card-custom-options div span{
	font-weight: bold;
	height: min-content;
}
.custom-option-container-formatted .card-custom-options div p{
	margin: unset;
	height: min-content;
}
.custom-option-container-formatted .title-custom-options{
	grid-column: 1/5;
}
.custom-option-container-formatted .card-custom-options div .input-card{
	float: left;
    padding: 15px;
    width: calc(100% - 32px);
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    background-image: unset;
    border-radius: 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;
}
.form {
	clear: both;
	float: left;
	width: 100%;
	padding: 0p;
}
.form td {
	padding: 2px 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;
}
.result {
	float: left;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	width: 98%;
}
.resultpopup {
	position: fixed;
	z-index: 2;
	width: 80%;
	top: 120px;
	margin: 0 10%;
}
.result > a{
	text-decoration: underline;
}
.result.error, .result.error > a {
	background: #fedfed;
	border-color: #FF0000;
	color: #FF0000;
}
.genericError{
	display: none;
}
.result.good, .result.good > a {
	background: #EBFFE5;
	border-color: #309601;
	color: #309601;
}

.result.warning, .result.warning > a {
	background: #ffc1079c;
	border-color: #0000009c;
	color: #0000009c;
}
.result.hidden {
	display:none;
}
.fixed {
	top:0;
	position:fixed;
	display:none;
	border:none !important;
	z-index: 999;
	background:	#ffffff;
  }
.overzicht, .overzicht2 {
	width: 100%;
	border: 1px solid #CCC;
	font-size: 11px;
}
.actionIcon {
	height: 16px;
	margin: 0 3px;
}
.overzicht td, .overzicht th, .overzicht2 td, .overzicht2 th {
	padding: 3px 3px;
}
.overzicht2 td {
	text-align: center;
}
.overzicht2.gebruikers td {
	text-align: left;
}
.overzicht tr, .overzicht2 tr {
	background: #F4F4F4;
}
.overzicht tr:hover, .overzicht2 tr:hover {
	background: rgba(0,0,0,0.2);
}
.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: center;
}
.table_text_center{
	text-align: center;
}
/*.overzicht tr:hover td {
	background: #CCC !important;
}*/
#myTable .top th {
	background: #333 url('../../images/icons/sort.png') right 5px no-repeat;
	border-right: 5px solid #333;
	padding-right: 20px;
	cursor: pointer;
	font-size: 13px;
}
.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);
}
.nieuwOverzicht tr.tableData {
	display: grid;
}
.gap-availability-row {
	background-color: var(--color-inactive) !important;
	grid-template-columns: 1fr !important;
}
.tooltip { cursor: pointer; }

.image-converted-invoice {
	position: absolute;
	margin-left: 5px;
}

.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;
}
.contentOverview {
	overflow: visible;
}
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;
}
.topNightReservations, .meldingenRow {
	font-size: 16px;
	color: #5f5f5f;
	border-bottom: 1px solid #d4d4d4;
}
.topNightReservations:hover{
	background: #fff !important;
}
.bordersClpsd {
	border-collapse: collapse;
}
.planbord3NextButton {
	text-align: center;
	background-color: #5BB1BD;
}
.planbord3NextButton a{
	color: #fff;
}

/* Start house images container */
	.container-house-images {
		display: grid;
		grid-template-columns: 1fr;
		position: relative;
		width: 100%;
	}
	.sortable-house-images {
		position: relative;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
    	width: 100%;
	}
	.sortable-house-images .image-card{
		display: grid;
		grid-template-rows: 220px auto;
		border: 1px solid var(--color-border);
		border-radius: 5px;
		box-shadow: 3px 4px 8px -1px rgba(0, 0, 0, 0.2);
		position: relative;
		background-color: #fff;
		overflow: hidden;
		margin: 1px;
		font-size: 16px;
	}
	.sortable-house-images .image-card img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sortable-house-images .image-card .card-content-container{
		padding: 5px 0px 5px 5px;
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
		gap: 2px;
		color: #000;
		border-top: 1px solid var(--color-border);
	}
	.sortable-house-images .image-card .card-content-container span{
		cursor: pointer;
	}
	.sortable-house-images .image-card .card-content-container input{
		width: 100%;
		width: calc(100% - 6px);
		width: -moz-calc(100% - 6px);
		width: -webkit-calc(100% - 6px);
		border: 1px solid var(--color-border);
		padding: 2px;
		font-size: 16px;
	}
	.image-card .success-icon, .image-card .error-icon {
		position: absolute;
		top: 0;
		left: 0;
		border-bottom-right-radius: 5px;
		border: 1px solid var(--color-border);
		border-top: unset;
		border-left: unset;
	}
	.image-card .error-icon {
		background-color: var(--color-inactive);
		color: red;
	}
	.image-card .success-icon {
		background-color: var(--color-active);
		color: green;
	}
	
	.drag-container-image-card {
		position: absolute;
		top: 0;
		right: 0;
		background-color: #fff;
		border-bottom-left-radius: 5px;
		border: 1px solid var(--color-border);
		border-top: unset;
		border-right: unset;
		cursor: grab;
		color: #000;
	}
	.drag-container-image-card:active {
		cursor: grabbing;
	}
/* End house images container */

/* Start layout container */
.container-settings {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	width: 100%;
}
.container-left, .container-right{
	display: grid;
	gap: 20px;
    grid-template-rows: max-content;
    height: min-content;
}
/* End layout container */


/* Start container item */
.container-categorie {
    border: 1px solid #e0e0e0;
	font-size: 16px;
    height: max-content;
	border-radius: 3px;
	overflow: hidden;
}
.container-categorie-half {
	width: 50%;
}

.container-categorie h3{
	width: 100%;
	padding: 5px;
	background-color: #e0e0e0;
    width: calc(100% - 10px);
	font-weight: 450;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	cursor: pointer;
}

.container-categorie.container-categorie-owner-payment h3{
	cursor: unset;
}
.container-categorie.container-categorie-owner-payment h3 button{
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}
.container-categorie.container-categorie-owner-payment h3 button i{
	font-size: 1.17em;
}
.container-items {
	display: grid;
	gap: 10px;
	padding: 10px;
}
.container-items-double {
	grid-template-columns: repeat(2, minmax(250px, 1fr));
	column-gap: 20px;
}
.container-items-double-half {
	width: 50%;
	grid-template-columns: 1fr;
}
.container-items .default-button-container {
	width: 100%;
	border-radius: 3px;
	padding: 8px 5px;
	grid-column: 1/-1;
	border: unset;
	color: #fff;
	background-color: var(--color-primary);
	cursor: pointer;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}
.container-items a.default-button-container {
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	text-decoration: none;
}
.container-items .default-button-container:hover {
	background-color: var(--color-secondary);
}
.container-items label{
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 21px;
	text-align: left;
    word-break: break-word;
}
.container-items label i{
	cursor: unset;
}
.container-items span{
	width: 100%;
	display: grid;
	grid-template-columns: 5fr minmax(auto, 2fr);
	gap: 5px;
	align-items: center;
}
.container-items span select, .container-items span input{
	font-size: 15px;
	border: 1px solid rgb(118, 118, 118);
}
.container-items span select{
	height: max-content;
    align-self: center;
}
.container-items span input[type="checkbox"]{
	height: 16px;
	width: 16px !important;
	cursor: pointer;
}
.container-items span.span-reverse{
	grid-template-columns: auto 1fr;
}
.container-items-copy-availability .submitNow {
	margin: unset;
}
.container-items input[readonly] {
	background-color: #e0e0e0;
	color: rgb(92, 92, 92);
}

.container-items.container-add-blockade span.span-item-double,
.container-items.container-add-blockade .span-item-double.submitNow{
	grid-column: 1/-1;
}
.container-items.container-add-blockade .span-item-double.submitNow {
	margin: unset;
}
.container-items.container-add-blockade .datepicker {
	padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
	background: url('../../images/icons/Aankomst.png') no-repeat center right 10px / 25px, #fff;
}
.container-items.container-add-blockade .datepicker.vertrek {
	background: url('../../images/icons/vertrek.png') no-repeat center right 10px / 25px, #fff
}
.container-items.container-add-blockade .selectArrows select{
	float: unset;
	width: 100%;
	max-width: unset;
	padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
	margin: unset;
}

.fieldset-commission {
	grid-column: 1/-1;
	width: 100%;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
}
/* End container item */



.container-forms-newsletter {
	padding: 20px;
	display: grid;
	grid-gap: 20px;
}
.container-forms-newsletter .container-categorie h3{
	cursor: unset;
}
.container-forms-newsletter .container-items .span-items-full,
.container-items.container-add-blockade span.span-items-full{
	grid-template-columns: 1fr;
}
.container-forms-newsletter .container-items .span-items-half{
	grid-template-columns: 1fr 1fr;
}
.container-forms-newsletter .container-items .span-items-half .button-full, .container-forms-newsletter .container-items .span-items-full .button-full, .container-forms-newsletter .submitNow{
	padding: 10px 0px;
	background-color: #04753F;
	color: #fff;
	width: 100%;
	border: unset;
	border-radius: 5px;
	cursor: pointer;
	margin: unset;
	font-weight: 450;
	font-size: 15px;
}
.container-forms-newsletter .container-items .span-items-half .button-full:hover, .container-forms-newsletter .container-items .span-items-full .button-full:hover, .container-forms-newsletter .submitNow:hover{
	background-color: #3498DB;
	border: unset;
}
.container-forms-newsletter .container-items > span.overview{
	grid-template-columns: 1fr auto;
}

.container-forms-newsletter .container-items > span{
	grid-template-columns: minmax(200px, 1fr) 5fr;
}
.container-forms-newsletter .container-items > span select {
	min-height: 21px;
}
.container-forms-newsletter .container-items > span select, .container-forms-newsletter .container-items > span input{
	width: max-content;
}
.container-forms-newsletter .container-items #showSpecifyMail{
	grid-template-columns: 1fr;
	gap: 5px;
}
.container-forms-newsletter .container-items > span .label-container{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 5px;
	overflow-y: auto;
	max-height: 440px;
}
.delete-newsletter-item {
	width: max-content;
}

.instellingContainer {
	float: left;
    margin: 10px;
    width: 100%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #F4F5F7;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
}
.instellingContainer h3 {
    float: left;
}
.instellingContainer .toggleButton {
    float: right;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.instellingContainer .toggleContainer {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.footer-copyright {
	margin: 0px auto;
	width: 966px;
	height: auto;
	text-align: left;
	position: relative;
    padding: 15px 0px;
}
footer {
	clear: both;
	float: left;
	width: 100%;
    background: #121214;
    border-top: 4px solid #1F1F1F;
    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;
}

/* Reservation table fields */

.tbody-reservations-updated .reservationRow .reservation-comment-td {
	color: #f00;
	font-weight: bold;
	float: right;
	background: #ff000047;
	border-radius: 25px;
	padding: 2px;
}
.tbody-reservations-updated .reservationRow .td-dont-move {
	background: purple; color:#FFF; font-weight: bold;
}
.tbody-reservations-updated .reservationRow .row-checked-in {
	border-left: 5px solid #7DC365;
}
.tbody-reservations-updated .reservationRow .row-not-checked-in {
	border-left: 5px solid red;
}
.tbody-reservations-updated .reservationRow .row-not-paid-back {
	border-right: 5px solid transparent;
}
.tbody-reservations-updated .reservationRow .row-paid-back {
	border-right: 5px solid blue; 
	font-weight: bold;
}
.tbody-reservations-updated .reservationRow .row-overdue {
	border-left: 5px solid red; font-weight: bold;
}
.tbody-reservations-updated .reservationRow .row-not-overdue {
	border-left: 5px solid transparent;
}
.tbody-reservations-updated .reservationRow .row-paid.font-green  {
	color: green;
}
.tbody-reservations-updated .reservationRow .row-paid.font-orange  {
	color: orange;
}
.tbody-reservations-updated .reservationRow .row-paid.font-red  {
	color: red;
}
.tbody-reservations-updated .reservationRow .data-hide, .reservation-row-hidden{
	display: none;
}
.icon-float-right {
	float: right;
}

.tbody-reservations-updated .reservationRow .td-text-center{
	text-align: center;
}

/* End reservation table fields */

.container-price-select-places {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width: calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
}

.christmas {
	position: absolute;
	top: 4px;
	left: 0px;
	height: 36px;
}
.bigOnly {
	display: none;
}
.payment-table {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.payment-table-header div {
    float: left;
	width: 50%;
	padding: 2px 0px;
}
.payment-row-grey {
	background: #ededed;
}
.payment-table-header span, .payment-table-header p {
    float: left;
	padding: 0px 15px;
	width: 100%;
	box-sizing: border-box;
}
.payment-table-header div input, .payment-table-header div select {
    float: left;
    padding: 15px;
    margin: 0px 10px;
    width: calc(100% - 20px);
    border-radius: 0px;
    border: 1px solid #CCC;
    background-image: unset;
	box-sizing: border-box;
}
.payment-table-header div .actions {
	float: left;
    padding: 15px;
    margin: 0px 10px;
    width: calc(100% - 20px);
	box-sizing: border-box;
}
.payment-table-header div .actions img {
	margin-right: 10px;
}
.selectorButtons {
	float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    height: auto;
    list-style: none;
    background: #04753F;
    color: #FFF;
    font-weight: normal;
}
.reservationSelector {
	display: inline-block;
	float: none;
    width: auto;
    padding: 10px 12px;
    border-right: 1px solid #CCC;
    border-bottom: 0px;
    border-left: unset;
    text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.reservationSelector:hover {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(51,51,51,0.4);
    -moz-box-shadow: 0px 0px 2px 1px rgba(51,51,51,0.4);
    box-shadow: 0px 0px 2px 1px rgba(51,51,51,0.4);
}
.reservationSelector.active {
	background: #3498DB;
}

.packageOption {
    float: left !important;
	width: calc(50% - 30px) !important;
	width: -moz-calc(50% - 30px) !important;
	width: -webkit-calc(50% - 30px) !important;
}
.isNotSeen {
	background: rgba(0,0,0,0.2) !important;
}


.boldText {
	font-weight: bold !important;
	font-size: calc(100% + 2pt) !important;
}

.w-100 {
	width: 100% !important;
}

.w-75 {
	width: 75% !important;
}

.w-50 {
	width: 50% !important;
}

.w-25 {
	width: 25% !important;
}
.container-accommodation-select{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: calc(100% - 20px);
	max-width: calc(100% - 20px); ;
	height: 190px;
	margin: 0 10px;
	overflow-y: scroll;
}


.debugFieldset {
	background: #18171B;
	color: #56DB3A;
	border: none;
	padding: 5px;
}
.debugFieldset > legend {
	color: orange;
	background: inherit;
}


.force-select {
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: all;     /* Firefox 43+ */
	-ms-user-select: all;      /* No support yet */
	user-select: all;          /* Likely future */
}

.inputHidden {
	display: none;
}


.not-paid {
	border-left: 5px solid red;
}
.partially-paid {
	border-left: 5px solid orange;
}
.fully-paid {
	border-left: 5px solid green;
}


@media screen and (min-width: 1000px){
	.bigOnly {
		display: inline-block;
	}
}
@media screen and (max-width: 1200px){
	.container-forms-newsletter .container-items > span .label-container{
		grid-template-columns: repeat(3, minmax(150px, 1fr));
		word-break: break-all;
	}
	.container-house-images .sortable-house-images  {
		grid-template-columns: repeat(4,1fr);
	}
}
@media screen and (max-width: 1400px) {
	.dashboardNewContainerSmall {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
	}
	.dashboardNewContainerSmall span{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.dashboardNewContainerSmall p{
		grid-row-start: 2;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media screen and (max-width: 1279px) {
	.dashboardContainerSmallTop {
		grid-template-columns: repeat(2, 1fr);
	}
}
@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;
	}
	.dashboardContainerSmallTop {
		grid-template-columns: auto auto;
	}

	.container-settings {
		grid-template-columns: 1fr;
	}

	.container-forms-newsletter .container-items.container-items-double {
		grid-template-columns: 1fr;
	}
	.container-categorie-half {
		width: 100%;
	}
}

@media screen and (max-width: 900px){
	.container-forms-newsletter .container-items span .label-container{
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}
	.container-house-images .sortable-house-images  {
		grid-template-columns: repeat(3,1fr);
	}
}

@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 only screen and (max-width: 725px) {
	header nav ul .headerImages li a {
		padding: 0;
		border: 0;
	}
	header.clicked nav ul .headerImages li a {
		border-bottom: 1px solid rgba(225,225,225,0.1);
	}
	header.clicked nav ul .headerImages li:last-child a {
		border-bottom: 0;
	}
	header .center .menuLanguage {
		display: none;
	}
	header.clicked .center .menuLanguage {
		display: inline-block;
	}
	.mobileMenuHide, header .headerImages img, .icons a.aTab.mobileHeaderHide, #myTable .top th.tableMobileHide, .overzicht td.tableMobileHide, .titleMobileHide {
		display: none;
	}
	.nieuwOverzicht.properties tr.propertyRow, .overzicht.nieuwOverzicht.properties tr.propertyRow, .nieuwOverzicht.oldreservations tr.reservationRow {
		grid-template-columns: 75px minmax(200px, auto) minmax(120px, auto) 45px;
	}
	.overzichtAccommodaties thead, .overzichtAccommodaties tbody {
		width: 100%;
		width: calc(100% - 4px);
		width: -moz-calc(100% - 4px);
		width: -webkit-calc(100% - 4px);
		padding: 2px;
	}
	.container-forms-newsletter .container-items > span input, .container-forms-newsletter .container-items > span select {
		width: 100%;
	}
	.container-forms-newsletter .container-items > span input {
		width: calc(100% - 4px);
	}
	
	.container-house-images .sortable-house-images  {
		grid-template-columns: repeat(2,1fr);
	}
}
@media only screen and (max-width: 550px) {
	.dashboardNewContainerSmall, .dashboardNewContainer {
		overflow: auto;
	}
	.dashboardNewContainer table{
		padding-bottom: 10px;
	}
	.container-items span, .container-forms-newsletter .container-items > span{
		grid-template-columns: 1fr auto;
	}
	.container-items span.span-wide-mobile, .container-forms-newsletter .container-items > span.span-wide-mobile{
		grid-template-columns: 1fr;
	}
	.container-forms-newsletter .container-items span .label-container, .container-forms-newsletter .container-items > span.span-items-half{
		grid-template-columns: 1fr;
	}
	
	.container-house-images .sortable-house-images  {
		grid-template-columns: repeat(1,1fr);
	}
}
@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;
	}
	.unread, .unread td {
		background-color: #cfffe8;
	}
	table.overzicht.clean td {
		padding: 4px;
		border: 1px solid #CCC;
		border-top: 0px;
		background: #FFF;
		color: #444;
	}
	table.overzicht.clean .subtop td {
		background: #04753F;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		box-sizing: border-box;
	}

	.show-places {
		display: grid;
		grid-template-columns: 1fr auto;
	}
	.places-open i{
		rotate: 90deg;
	}
	.td-sorting-hidden {
		display: none;
	}
/* 	.closeAll :first-child {
		background-color: #dfdede;
	} */