@-ms-viewport{
  width: device-width;
}

* {
  box-sizing: border-box;
}

@media screen {

html, body,table{
/*    height:100%;
    width:99.9%; 
    margin: 1px ; */
    padding:1em; }

html { 
	font-size:1.1em; }
body {
	font-family:arial,verdana,'sans serif',garamond;
	color:#70181a;
	background-color:#ffffe3;
	font-style:normal;
	font-weight:normal; }
h1 {
	font-size:2em;
	color:orange;
	text-align:right;
	white-space: nowrap; }
h2 {
	font-size:1.875em;
	text-align:left; }
h3 {
	font-size:2em;
	color:#FF7400;
	font-weight:700;
	text-shadow: 8px 8px 8px #9C9C9C;
	text-align:left; }
h4 {
	text-decoration:blink;
	text-align:left; }
h5 {
	font-size:1em;
	font-weight:normal;
	display: inline;
	color:orange;
	text-align:right;
	white-space: nowrap; }
hr {
	background-color:#fee3ad;
	border: 0.3em solid #fee3ad;
	size:0.3em;
}
pre {
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; 
/*	font-size:14px; */
/*	min-height:80pt; */
	overflow:hidden;
	margin-top:0em; 
/*	font-weight:700; */

}
th {
	height:1em;
	background-color:#fee3ad;
	text-align:left }
.header {
	height:1em;
	background-color:#fee3ad;
	text-align:left;
	font-weight:700; }
td { 
	padding-top:0em;}
tr {
	padding:0em;
	height:0em;
	vertical-align: top; }
caption {
	vertical-align:middle;
	font-size:1.2em;
	font-weight: bold; }
ul {list-style:circle;
	margin: 0px 0px 20px 20px; 
	padding:0;}
ol {list-style:upper-roman;
	margin: 0px 0px 20px 20px; 
	padding:0;}
.no_indent {
	margin: 0px 0px 0px 20px; 
	padding-left:0; }
p.pos_fixed {
	position:fixed;
	top:30px;
	right:5px;}
a.style1:link {
	color: #739E1C;
	text-decoration: none;
	font-size:14px;
	font-weight: 700; }
a.style1:visited {
	color: #739E1C;
	text-decoration: none;
	font-size:14px;
	font-weight: 700;}
a.style1:hover {
	color: orange;
	text-decoration: none;
	font-size:14px; 
	font-weight: 700;}
a.style1:active {
	color: #9CB4F6;
	text-decoration: none;
	font-size:14px; 
	font-weight: 700;}
a.style2:link {                       /* unvisited link */
	color:black;
	text-decoration:none; }
a.style2:visited {                    /* visited link */
	color:black;
	text-decoration:none; }
a.style2:hover {                      /* mouse over link */
	color:black;
	text-decoration:underline; }
a.style2:active {                     /* selected link */
	color:black;
	text-decoration:none; } 
[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 1em;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;    }
[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: orange;
    margin-top: -5em;
    margin-left: 2em;
    width:10em; 
    height:7em;   }

div.main {
	background-color:white;
	margin-top: 2.5em;  
	margin-bottom: 5em;  
	margin-left: 5px;  
	margin-right: 5px;  
	border: 0.1em solid orange;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom:0em; }
div.titel {
	font-family: garamond ;
	position:absolute;
	left:10em;
	width:10em;
	top:0.1em;
	margin-bottom:-5.5em;
	font-size:4em;
	font-weight:500;
	text-shadow: 4px 4px 4px #9C9C9C;}
div.menulijst {
	position: absolute;
	left: 2em;
	top: 1em;
	width: 50em;
	height:2em;}
.basictext { 
	font-size: 1em; 
	color:black;}
.jnID3 {
	color:red;
}
label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block }

.submit input { margin-left: 4.5em; }
input {
	color: black;
	background: #fee3ad;
	border: 1px solid #d7b9c9 }

.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9; }

.button input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;  }

fieldset {
	border: 2px solid #fee3ad;
	background: #F5F5DC; }

legend {
	color: #fff;
	background: #ffa20c;
	border: 0.2em solid #fee3ad;
	padding: 2px 6px; } 

input.check {
	border: none;
	padding: none;
	margin: none;
	background: none; }

.clear1 { 
	height:1px;
	font-size:1px;
	padding:0;
	clear:left; 
}

.tab { 
  display: inline-block; 
  margin-left: 40px; } 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1C4E9;
  opacity: 1; /* Firefox */
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D1C4E9;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #D1C4E9;
  font-style: italic;
}
/* Fixed Headers */
th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: inherit;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}

table:nth-of-type(2) th:not([scope=row]):first-child {
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
}
.mut {
	color:green;
	font-weight:600;
	font-size:18px;
}
.kolom2 {
  -webkit-column-count: 2;
  -webkit-column-width: 75px;
  -webkit-column-gap: 20px;
  -webkit-column-rule: 2px solid #fee3ad; 
  -moz-column-count: 2;
  -moz-column-width: 75px;
  -moz-column-gap: 20px;
  -moz-column-rule: 2px solid #fee3ad;
  -o-column-count: 2;
  -o-column-width: 75px;
  -o-column-gap: 20px;
  -o-column-rule: 2px solid #fee3ad;
  column-count: 2;
  column-width: 75px;
  column-gap: 20px;
  column-rule: 2px solid #fee3ad;
}
.comment {
	font-size:smaller;
	font-style: italic;
}
hr.comment {
	background-color:#fee3ad; 
	border: 0.051em solid #fee3ad; 
	size:0.051em;
/*	width:40em; */
	margin-left:0em;
}
.selectbox {
	width: 13em;
  height: 1.5em;
  border: 1px solid #999;
  background-color: #fee3ad;
}
/*menu*/
.dropbtn {
  background-color: #fee3ad;
  color: black;
  padding: 0.2em;
  border: solid 1px black;
  cursor: pointer;
  min-width:6em;
  border-radius: 0.5em; }
.dropbtn:hover, .dropbtn:focus {
  background-color: #fee3ad; }
.dropdown {
  position: absolute;
  top:0.3em;
  display: inline-block; }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  border-radius: 0.5em;
  font-size:smaller; }
.dropdown-content a {
  color: black;
  padding: 0.2em;
  text-decoration: none;
  display: block; }
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}

/*popup*/
.arrowpopup {
position: relative;
display: inline-block;
cursor: pointer;
}
.arrowpopup .tooltiptext {
visibility: hidden;
width: 70em;
background-color: #856;
color: white;
text-align: left;
/*border-radius: 4px;*/
padding: 9px ;
position: absolute;
margin-left: 10em; }

.arrowpopup .show {
visibility: visible; }

/*buttons voor de popup */
dabutton.pressed {
	background-color: #856;
	color: white;
}
dabutton {
	border: 0px solid black; 
  background-color: inherit;
  padding: 5px 5px;
  font-size: 11px;
  cursor: pointer;
}         

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact; 
    print-color-adjust: exact;
  }
}

@media print {

@page {
  size: A4 portrait;
  margin: 1cm; }  

html, body,table{
    height:100%;
    width:100%;
    padding:0;
    margin:0.2em;
}

html { 
	font-size:.9em; }

body {
	font-family:arial,verdana,'sans serif';
	background-color:white;
	font-style:normal;
	font-weight:normal;
	width: 297mm;
  height: 210mm; }

.page-break	{ display: block; page-break-after: always; }

table {
	border: solid 0px black ;
	border-collapse: collapse;
	color:black; }

th {
	height:1em;
	background-color:white;
	text-align:left;
	border: solid 1px black; }

tr {
	background-color:white;
	border: solid 0px black; }

td {
	background-color:white;
	border: solid 0px black;
	vertical-align: top; }

.header {
	height:1em;
	background-color:white;
	text-align:left 
	font-weight:700;
	border-color: 1em solid black; }

div.vis {
	 visibility: hidden; 
	 display: none;}

div.main {
	float:left;
	width:100%;
	background-color:white;
	margin-top: 4em;  
	margin-bottom: 5em;  
	margin-left: 0.5em;  
	margin-right: 0em;  
	border: 0em solid black;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 0em;
	padding-bottom:0em; }
div.titel {
	font-family:arial,verdana,'sans serif';
	position:absolute;
	left:8em;
	width:24em;
	top:0em;
	margin-bottom:-5.5em;
	font-size:2em;
	color:black;
	font-weight:500; }

div.hide {
	display:none;
}

pre {
 	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; 
	font-size:18px;
	min-height:60pt;
	overflow:hidden;
	margin-top:0em; }
	
.tab { 
  display: inline-block; 
  margin-left: 40px; }
}
