:root {
	--deloodgieter-form-border-color: rgba(0,0,0,0.15);
}

body {
	font: 0.9em/1.4 Verdana, Arial, Helvetica, sans-serif;
    /*background-color: #FFFFFF;*/
	background: -webkit-linear-gradient(left, lightgrey, white, lightgrey);
    /*background-image: linear-gradient(45deg, #EEEEEE, #FAF8F9, #FFFFFF);*/
	margin: 0;
	padding: 0;
	height: 80vh;
	overflow: hidden;
	color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, html body {
	position: absolute;
	width: 100%;
	height: 100%;
	
}

html {
	padding: env(safe-area-inset);
}

ul li {
	font-weight: 400;
}

ul,
ol,
dl {
	padding: 0;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img.Image {
	max-width: 100%;
}

@media screen and (max-width: 800px) {
	img.Image {
		height: auto;
	}
}

@media screen and (max-width: 800px) {
	img.Image {
		max-width: 340px;
	}
}

@media screen and (min-width: 1441px) {
	img.Image {
		max-width: 533px;
	}
}

@media screen and (min-width: 1441px) {
	img.Image {
		max-height: 800px;
	}
}

img.Banner {
	max-width: 100%;
}

@media screen and (max-width: 800px) {
	img.Banner {
		height: auto;
	}
}

@media screen and (max-width: 800px) {
	img.Banner {
		max-width: 340px;
	}
}


@viewport {
	zoom: 1.0;
	width: device-width;
}

.container {
	box-sizing: border-box;
	width: 100vw;
    height: 85%;
	overflow-y: scroll;
	background: transparent;
	margin: 0 auto 20rem auto;

	padding: 1rem;
	padding-bottom: env(safe-area-inset-bottom);
}

.container table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.container table thead th {
	padding: .75rem;
	color: white;
	font-weight: 600;
	font-size: 1em;
}

.container table tbody td > div,
.container table tbody td > a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;

	padding: 1.25rem 0;
}

.container table tbody td a {
	text-decoration: none;
}

.container .inner-wrapper {
	gap: 2rem;
	margin-bottom: 13rem;
}

.container::-webkit-scrollbar {
	display: none;
}

.container {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.header {
	background: rgba(255, 255, 255, 0);
}

.header {
	position: relative;
	top: 0;
	width: 100%;
	margin: auto;
	flex-direction: column;
	align-items: center;
	display: flex;
	max-height: 16%;
}

.header ul {
	display: flex;
	justify-content: center;
	width: max-content !important;
}

.content {
	margin-top: 100px;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: transparent;
	padding-bottom: 10px;
}

.content {
	padding: 10px 0;
	margin: auto;
}

@supports(padding: max(0px)) {
	.container {
		margin-bottom: max(1rem, env(safe-area-inset-left));
	}
}

@media screen and (min-width: 1441px) {
	.content {
		width: 75%;
	}
}

@media screen and (max-width: 800px) {
	.content {
		width: 99%;
	}
}

@media screen and (min-width: 1441px) {
	.content {
		text-align: center;
	}
}

.content ul,
.content ol {
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #000000;
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #000000;
}

ul.nav a,
ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: transparent;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
	background: transparent;
	color: #000000;
}


.footer {
	padding: 5px 0;
	background: transparent;
	position: fixed;
	width: 100%;
	bottom: 1%;
	margin: auto;
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5vh;
}

.footer ul {
	display: flex;
	justify-content: center;
	width: max-content !important;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

@media print {
    body {
        overflow: auto !important;
    }

    .container { 
        overflow-y: visible !important;
    }
}

.container .action_button {
	display: block;
	padding: 1rem .75rem;
	min-width: 15rem;
	background-color: var(--deloodgieter-action-button-background, rgba(150, 54, 228));
	color: var(--deloodgieter-action-button-text, rgb(255, 255, 255));
	border-radius: var(--deloodgieter-action-button-border-radius, .5rem);
	text-decoration: inherit;
	font-weight: 600;
	font-size: 1.1em;

    cursor: pointer;

    transition: transform .15s;
}

.container .action_button:active {
    transform: scale(.9);
    transition: transform .05s;
}

.container input[type="text"],
.container textarea {
    width: 100%;
}

.container textarea,
.container input[type="text"],
.container input[type="checkbox"]
.container input[type="radio"] {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: .5rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(128, 128, 128, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
@media print {
    body {
        overflow: auto !important;
    }

    .container { 
        overflow-y: visible !important;
    }
}