html, body {
    margin:0;
    padding:0;
    height:100%; 
}

#layout-header {
	position:absolute; 
	top:0px; 
	left: 30px; 
	height: auto;
	right: 30px;
	/*overflow:hidden;*/
	background: #ffffff;
}

#layout-header-profiel-spacer {
	padding-top: 3px;
}

#layout-header-profiel a {
	color: #000000;
}

#layout-header-logo {
	background-repeat: no-repeat;
	height:50px;
}

#layout-header-logo h1 {
	display:none;
	line-height:50px;
	font-size:20px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#layout-header-logo img {
	float:left;
	padding:5px;
	padding-right:10px;
}

#layout-search {
	display: none;
	background:#ffffff;
	padding: 10px;
}

#layout-search-toggle {
	display: none;
	position: absolute;
}

#layout-search-toggle > div {
	position: relative;
	left: 15px;
	top: -15px;
	background: #ffffff;
}

#layout-search > div {
	padding: 3px !important;
	border-radius:3px;
	border:1px solid #f0f0f0;
}

#layout-buttons {
	display: none;
	background:#ffffff;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 20px;
}

#layout-buttons-extra {
	display: none;
	background:#ffffff;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 10px;
}


#layout-help {
	display: none;
	background:#ffffff;
	/*
	padding-top: 5px;
	padding-left: 10px;
	*/
	padding-top: 10px;
	padding-left: 10px;
	border:0px solid red;
	font-style: italic;
}

#layout-help h1 {
	font-style: normal;
}

#layout-tabs {
	display: none;
	background:#ffffff;
	padding-left: 10px;
	border-bottom: 2px solid #f0f0f0;
}

#layout-content {
	display:none;
	position:absolute; 
	top:100px; 
	left: 30px; 
	bottom: 50px; 
	right: 30px;
	overflow:auto;
	border: 0px solid green;
	background: #ffffff;
	height: auto;
	padding: 10px;
}

#layout-footer {
	position:absolute; 
	bottom:0px; 
	height: 50px; 
	left: 30px; 
	right: 30px;
	overflow:hidden;
	border: 0px solid blue;
	background: #ffffff;
}
/*
#layout-footer > div > table > tbody > tr > td > table {
	background: #e3ebed !important;
	border-radius: 3px;
}
*/

#layout-footer-version {
	position: absolute;
	bottom: 5px;
	height: 10px;
	padding-left:10px;
	font-size: 9px;
}

#layout-dashboard-content {
	width: auto;
	margin-right: 240px;
	margin-top: -5px;
	margin-left: -5px;
}

#layout-dashboard-sidebar {
	float: right;
	width: 220px;
	border:1px solid #c0c0c0;
	padding:5px;
	border-radius: 3px;
	margin-top: -5px;
}

#layout-messages {
	margin:auto;
	margin: 0px 0px 0px -50px;
	left: 33%;
	right: 33%;
	width: 33%;
	top:0px;
	min-width:200px;
	position:absolute;
	z-index:1000;
	font-weight:bold;
	text-align:center;
}

.content-legenda {
	border:0px solid red;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
}

.contactpersonen {
	line-height: 16px !important;
} 

.language-select img {
	position:relative;
	top:3px;
	height:15px;
	filter: brightness(90%);
}

#div-onloadmessage {
	border:#FFDD66 solid 1px;
	background:#FFFFEE;
}

#div-errormessage {
	border:#FF6666 solid 1px;
	background:#FFEEEE;
	margin-bottom:5px;
}

#div-alertmessage {
	border:#FF6666 solid 1px;
	background:#FFFFEE;
	display:none;
	margin-bottom:5px;
}


/* Zonder borders */

#layout-header, #layout-footer, #layout-content {
	right: 0px;
	left: 0px;
}

#layout-content {
	border: 10px solid #ffffff;
}

#layout-header {
}

#layout-header-profiel {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	padding-right: 10px;

	text-align:right;
	color:#000000;
	line-height:10px;
	height:10px;
}

#layout-header-profiel a {
	color: #000000;
}

.clear {
	display: none;
}

.dashboard-contents-overflow-1 { position:relative;overflow:auto;width:100%;height:100%;border:0px solid #c0c0c0; }
.dashboard-contents-overflow-2 { position:absolute;left:0px;top:0px;width:100%;height:100%; }


@media all and (max-width: 1024px) {
	
	#layout-content {
	    display: flex;
	    flex-direction: column;
	}

	#layout-dashboard-content {
		float: left;
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
		margin-left: 0px;
	    order: 1;
	}
	
	#layout-dashboard-sidebar {
		float: right;
		width: 100%;
		padding: 5px;
	    box-sizing: border-box;
		margin-right: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 5px;
	    order: 2;
	}

	.dashboard-contents-overflow-1 {
	}

	.dashboard-contents-overflow-2 {
		position: relative;
		overflow: hidden;
	}
}

@media all and (min-width: 1025px) {
	#layout-content {
	    display: block;
	}
}
