body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9rem; /* 14px; */
	color: #333333;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px 20px 0 20px;
} 

div {
	margin: 0 auto;
}

div.element {
	width: 100%;
	max-width: 950px;
}

table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 0pt;
	padding: 0px;
	width: 100%;
}

p {
	margin:0 auto;
	margin-bottom: 12px;
}

a:visited {
	color: #009CDE;
	font-weight: bold;
	text-decoration: none;
}

a {
	color: #009CDE;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(128,186,37);
}

a.white {
	color: #ffffff;
}

a.white:hover {
	text-decoration: underline;
}

a.gray {
	color: #333333;
}

.fnvblue {
	color: #009CDE;
}

img {
	border: 0;
}

ul {
	list-style: none;
	padding-left: 0px;
}

li {
	/* list-style-image: url('../img/bullet.png'); */
	background: url('../img/bullet.png') no-repeat 0px 10px;
	padding-left: 14px;
}

.fnvblauwbackground {
	font-size: 16px;
	line-height: 1.4rem;
	color: #FFFFFF;
	background-color: #009CDE;
	padding: 14px;
}

.fnvgrijsbackground {
	font-size: 16px;
	line-height: 1.4rem;
	color: #333333;
	background-color: rgb(236,240,241);
	padding: 14px;
}

.subtitel {
	font-family: 'Titillium Web', sans-serif;
	color: rgb(128,186,37);
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
}

.koptekst {
	font-family: 'Titillium Web', sans-serif;
	color: #009CDE;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
}

td.koptekst {
	padding-top: 20px;
	padding-bottom: 20px;
}

td.result_left {
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding-top: 10px;
	width: 200px;
	text-align: center;
	vertical-align: top;
	/* background-color: rgb(51,51,51); */
}

td.result_right {
	font-size: 16px;
	border-top: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding: 20px;
}

img.result {
	display: block;
	max-width: 140px;
}

.footer {
	font-size: 12px;
}

.knop {
 	display: inline-block;
 	border: 0px solid #009cde;
 	background-color: #009cde;
 	padding: 6px 20px 6px 20px;
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 0;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
 	font-size: 0.9rem; /* 14px; */
	font-weight: bold;
 	text-align: center;
 	vertical-align: middle;
 	cursor: pointer;
}

.knop_hover {
 	display: inline-block;
 	border: 0px solid rgb(51,178,228);
 	background-color: rgb(51,178,228);
 	padding: 6px 20px 6px 20px;
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 0;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
 	font-size: 0.9rem; /* 14px; */
	font-weight: bold;
 	text-align: center;
 	vertical-align: middle;
 	cursor: pointer;
}

.knop_icon {
 	display: inline-block;
	border:0;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	height:12px;
}

table.result {
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	width: 100%;
}

table.follow-up {
	border-style: none;
	padding: 0px;
	width: 100%;
}

td.questionhead {
	color: #FFFFFF;
	font-size: 0.9rem; /* 14px; */
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-left: 10px;
}

td.question {
	font-size: 0.94rem; /* 14px; */
	color: #333333;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto;
	border-bottom: 1px solid #dddddd;
	word-break: break-word;
}

td.answer {
	font-size: 0.94rem; /* 14px; */
	color: #333333;
	text-align: center;
	/* vertical-align: top; */
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 60px;
	border-bottom: 1px solid #dddddd;
}

td.txtanswer {
	font-size: 0.94rem; /* 14px; */
	color: #333333;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto;
	border-bottom: 1px solid #dddddd;
}

td.antwcat {
	color: #FFFFFF;
	font-size: 0.9rem; /* 14px; */
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	width: 60px;
}

td.nav {
	width: 1%;
	white-space: nowrap;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

button {
	background-color: transparent;
   	background-repeat: no-repeat;
   	border: none;
	padding: 0px;
   	overflow: hidden;
   	outline: none;
	margin-bottom: 4px;
}

.txtnormal {
	font-size: 0.9rem; /* 14px; */
	text-decoration: none;
}

.msg_err {
	color: rgb(230,33,23);
	font-weight: bold;
	font-size: 0.9rem; /* 14px; */
	text-decoration: none;
}

.msg_ok {
	color: rgb(128,186,37);
	font-weight: bold;
	font-size: 0.9rem; /* 14px; */
	text-decoration: none;
}

.fog {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	overflow: hidden;
}

.popup {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	max-width: 400px;
	height: auto;
	max-height: 400px;
	margin: 0px;
	// padding: 16px;
	border: 1px solid black;
	// background-color: white;
	z-index:1002;
	overflow:auto;
	font-size: 0.9rem; /* 14px; */
}

input[disabled] {
	background-color: #dedede;
}

input[readonly] {
	background-color: #dedede;
}

.hidden {
	display: none;
}

input, textarea {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9rem; /* 14px; */
	color: #333333;
}

input[type="radio"], input[type="checkbox"] {
	height: 22px;
	width: 22px;
	accent-color: gray;
}

/*
input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #dddddd;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #009CDE;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
*/

label {
	vertical-align: top;
	margin-left: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
/*	white-space: normal; */
}

input[type="radio"]:checked+label {
	font-weight: bold;
}

input[type="checkbox"]:checked+label {
	font-weight: bold;
}

select {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9rem; /* 14px; */
	color: #333333;
	font-weight: bold;
}

button.start {
	min-width: 150px;
	max-width: 180px;
	width: auto;
	min-height: 60px;
	max-height: 100px;
	height: auto;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #009CDE;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
 	font-size: 14px;
	font-weight: bold;
}

button.start:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}

button.start:disabled {
	background-color: #cccccc;
	pointer-events: none; /* stop hovering */
}

/* Navigation menu */

.nav_dropdown-button {
 	display: inline-block;
 	border: 0px solid #009cde;
	background-color: #ffffff; /* #009cde; */
	color: #009cde; /* white; */
   	padding: 6px 20px 6px 0px; /* 6px 20px 6px 20px; */
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 0;
	font-family: 'Titillium Web', sans-serif;
 	font-size: 0.9rem; /* 14px; */
	font-weight: bold;
 	text-align: left; /* center; */
 	vertical-align: middle;
 	cursor: pointer;
}

.nav_dropdown {
  position: relative;
  display: inline-block;
}

.nav_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.nav_dropdown-content a {
  color: #009bde;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.nav_dropdown-content a:hover {
	background-color: #ddd;
}

.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}

.nav_dropdown:hover .nav_dropdown-button {
	/* background-color: rgb(128,186,37); */
	color: rgb(128,186,37);
}

/* Show or hide elements based on mobile or web view, switch at 480px */

@media screen and (max-width: 600px) {
  .web { display: none; }
  .mobile { display: normal; }
}

@media screen and (min-width: 600px) {
  .web { display: normal; }
  .mobile { display: none; }
}

@media print {
  .web { display: normal; }
  .mobile { display: none; }
}

div.sticky {
	top: 0px;
	position: -webkit-sticky;
	position: sticky;
}

div.sticky-header {
	top: 0px;
	margin: -8px -8px 0px -8px;
	padding: 8px 8px 15px 8px;
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
}

/* Grid-container */

label {
	white-space: normal;
	margin-bottom: 4px;
}

.grid-container {
	display: grid;
	grid-template-columns: 25px auto;
	/* align-items: start; */
}

.grid-container input[type="radio"], input[type="checkbox"] {
	grid-column-start: 1;
}

.grid-container label, input[type="text"] {
	grid-column-start: 2;
}