@font-face {
    font-family: 'open_sansbold_italic';
    src: url('OpenSans-BoldItalic-webfont.eot');
    src: url('OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('OpenSans-Italic-webfont.eot');
    src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('OpenSans-LightItalic-webfont.eot');
    src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

:root {
	--kleurtekst: #000;
	--kleurtekst-special: #888;
	--kleurtekst-header: #fff;
	
	--achtergrond: #fff;
	--achtergrond-header: #888;
	
	--kleurrand: #888;
	--kleurrand-licht: #ccc;
	
	
	--achtergrond-knop: #eee;
	--achtergrond-knop-hover: #ddd;
	--tekst-knop: #000;
	--rand-knop: #888;
	
	
	--grootte-onderbalk: 48px;
}

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-family: 'open_sanslight';
	text-decoration: none;
	box-sizing: border-box;
	font-size: 20px;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
}

table {
	border-collapse: collapse;
	table-layout: auto;
}

.center {
	text-align: center;
}

.padding {
	padding: 1em;
}

table.form {
	margin: 0 auto;
	border: 1px solid #888;
}

table.form td {
	padding: 10px;
	background-color: #eee;
}

table.form th {
	padding: 10px;
	background-color: #ccc;
}




.content {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh - var(--grootte-onderbalk);
	max-height: 100vh - var(--grootte-onderbalk);
	overflow: auto;
	z-index: 1;
	padding-bottom: calc(var(--grootte-onderbalk) + 10px);
}

.logo {
	text-align: center;
	padding: 5px;
}

.logo img {
	max-width: 75vw;
	max-height: 25vh;
}

.content table {
	width: calc(100% - 20px);
	margin: 10px auto;
}

.content table.space td {
	padding: 5px;
}

.content tr.kop {
	border: 1px solid rgba(0, 0, 0, 0.3);	
}
	
.content tr.select {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.content tr:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.content tr:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

td.smal {
	width: 10px;
}

tr.ruimte td {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.nowrap {
	white-space: nowrap;
}

.onder {
	position: fixed;
	display: block;
	width: 100%;
	height: var(--grootte-onderbalk);
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

.onder table {
	width: 100%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.onder td {
	text-align: center;
	background-color: #ace1d3;
	font-size: calc(var(--grootte-onderbalk) * 0.4);
	font-weight: bold;
}

.onder td.knopvorige {
	background-color: rgb(255, 0, 0);
	background-image: url(images/back.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: calc(var(--grootte-onderbalk) * 1.5);
	height: var(--grootte-onderbalk);
	cursor: pointer;
}
.onder td.knopvolgende {
	background-color: rgb(0, 160, 0);
	background-image: url(images/check-mark.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: calc(var(--grootte-onderbalk) * 1.5);
	height: var(--grootte-onderbalk);
	cursor: pointer;
}

.onder td.knopakkoord {
	background-color: rgb(0, 160, 0);
	background-image: url(images/check-mark.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 15% 50%;
	/* width: calc(var(--grootte-onderbalk) * 4); */
	width: 50vw;
	height: var(--grootte-onderbalk);
	cursor: pointer;
}

.onder td.knopvorige:hover,
.onder td.knopvorige:active,
.onder td.knopvolgende:hover,
.onder td.knopvolgende:active {
	opacity: 0.75;
}

.hidden {
	display: none;
}

.knop,
input[type=submit] {
	display: inline-block;
	border: 1px solid #888;
	background-color: #ddd;
	cursor: pointer;
	padding: 0.4em 1em;
	margin: 0.25em;
}

.knop:hover,
input[type=submit]:hover,
.knop:active,
input[type=submit]:active {
	background-color: #aaa;
}

div.verborgenvenster {
	z-index: 10;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	padding-top: 10vh;
}

div.plaatsselect {
	padding: 10px;
}

div.verborgenvenster table {
	border: 1px solid #000;
	background-color: #fff;
	margin: 0 auto;
}

div.verborgenvenster table th {
	background-color: #ddd;
}

div.verborgenvenster table th,
div.verborgenvenster table td {
	padding: 10px;
}


tr.gepland td:first-child {
	background: rgba(180, 180, 255, 0.5);
}

tr.gehad td:first-child {
	background: rgba(0, 128, 0, 0.5);
}

input[type=radio],
input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
	cursor: pointer;
	color: var(--color-half);
	display: block;
	/* padding: 0.5em 0.25em; */
	padding: 0.75em;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
	text-decoration: line-through;
	cursor: default;
	color: var(--color-half);
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
	color: var(--color-vol);
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
	color: var(--color-vol);
	background-color: #ddd;
}

input[type=radio]:checked + label div.hidden,
input[type=checkbox]:checked + label div.hidden {
	display: block;
	padding-top: 10px;
}

input[type=radio] + label .checked,
input[type=checkbox] + label .checked {
	display: none;
}

input[type=radio] + label .notchecked,
input[type=checkbox] + label .notchecked {
	display: inline;
}

input[type=radio]:checked + label .checked,
input[type=checkbox]:checked + label .checked {
	display: inline;
}

input[type=radio]:checked + label .notchecked,
input[type=checkbox]:checked + label .notchecked {
	display: none;
}

.venstergrijs {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.venster {
	display: none;
	position: fixed;
	width: 80%;
	left: 10%;
	top: 50px;
	background: #fff;
	box-shadow: 0px 0px 4px #000;
	z-index: 10;
	padding: 10px 0px;
}

.venster table {
	margin: 0 auto;
}

.venster table td {
	padding: 2px 10px;
}