
body, div, p, ol, ul, li, table, tr, td, label, pre {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	margin: 0;
}

body {
	font-family: arial, sans-serif; /* hum/todo: use the RO sans font? */
	font-size: 12pt;
	background-color: #fff;
	line-height: 1.4;
}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 180%;
	margin: 0;
	padding: 0.2em 0;
}

h1 a {
	color: #000;
	margin-right: 0.4em;
}

h1 a:hover {
	color: #000;
}

h1 b {
	font-weight: bold;
	color: #000;
}

h2, h3, h4 {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}

h2, h4 {
	color: #000;
}

p {
	margin-bottom: 1em;
}

a {
	color: #66c; /*#01689b;*/
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #154273;
}

a.last {
	color: #696;
}

ul ul, ol ol {
	padding-left: 1em;
}

li {
	list-style-type: none;
}

ul ul li {
	list-style-type: square;
	color: green;
	margin-left: 0.33em;
}

b {
	color: #000;
}

hr {
	color: #dde;
}

input, textarea, select, option {
	font-family: inherit;
	font-size: inherit;
}

select {
	border: 1px solid #ccc;
	padding: 0.2em 0.5em 0.2em 0;
}

option {
	margin: 0;
	padding: 0.15em 0.25em;
}

table td, table th {
	padding: 0.1em 0.5em;
	text-align: left;
}

label {
	padding: 0 2em 0 0.5em;
}

.hidden, .print {
	display: none;
}

div.banner {
	display: none;
	background-image: url(ext/ministerie-ocw.svg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 87px;
}

div.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #f9e11e;
	margin: 0;
	padding: 0.5em 1em;
}

div.header h1 a.home img {
	position: relative;
	top: 2px;
	width: 32px;
}

div.header h1 a span.home_txt {
	display: none;
}

div.header h1 a span.home_txt::after {
	margin-left: 0.4em;
	content: "\276D";
}

div.history {
	display: inline-block;
	background-image: url(history.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 0.2em;
	cursor: pointer;
}

div.search input[type="search"] {
	color: #757575;
	border: 1px solid #fff;
	padding: 0.5em;
	width: 8em;
	height: 2.2em;
}

div.search input[type="submit"] {
	color: #fff;
	background-color: #000;
	background-image: url(search.svg);
	background-repeat: no-repeat;
	background-position: 0.2em 50%;
	background-size: 28px;
	padding-left: 1.5em;
	border: 1px solid #000;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
}

div.search_results {
	margin-top: 0.7em;
}

div.subheader, div.footer, div.atoz {
	background-color: #f3f3f3;
	margin: 0;
	padding: 0.5em 1em;
}

div.footer {
	display: flex;
	flex-wrap: wrap;
	border-top: 3px solid #f9e11e;
	margin-top: 3em;
}

div.question {
	font-size: 150%;
	color: #000;
}

div.mainpage {
	position: relative;
	min-height: 24em;
	padding: 1em;
	overflow: hidden;
}

div.hint {
	display: inline-block;
	border-left: 4px solid #f9e11e;
	background-color: #fff8c1;
	padding: 0.5em 0.7em;
	margin: 0.5em 0em;
}

div.hint a {
	color: #55c;
}

div.menu {
	margin-top: 0.5em;
	display: flex;
	flex-wrap: wrap;
}

div.mitem {
	background-color: #f9e11e;
	margin: 0em 1em 1em 0em;
	width: 20em;
}

div.mcontent {
	padding: 1em;
}

div.mitem h2 {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0.2em 0.7em;
}

div.mitem a {
	color: #44c;
}

span.mgo {
	margin-right: 0.5em;
}

div.mchoice {
	background-color: #fff;
	margin: 3px 0em;
	padding: 0.5em;
	cursor: pointer;
}

div.mchoice:hover {
	background-color: #fff8c1;
}

ul.sterms {
	margin: 0.5em 1.2em;
}

ul.sterms li {
	list-style-type: square;
}

div.section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

div.panel1, div.panel2 {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

div.feedback {
	display: inline-block;
	position: relative;
	color: #a33;
	padding: 0.3em 1em 0.3em 2em;
	margin: 0.8em 0.5em 0.8em 0.8em;
	line-height: 1.8;
	background-color: #f3f3f3;
}

div.feedback b {
	color: #a33;
}

div.feedback::before {
	content: "!";
	position: absolute;
	top: -0.3em;
	left: -0.6em;
	line-height: 1.3;
	font-family: georgia, serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 3px 0.3em;
	margin: 3px 0.2em;
	vertical-align: middle;
}

div.buttonbar {
	display: inline-block;
	margin: 0.3em 0 1em 0;
}

div.buttonbar input {
	padding: 0.2em 0.5em;
}

div.error {
	border: 3px solid red;
	margin: 1em;
	padding: 1em;
	background-color: #f7f7f7;
	white-space: pre;
}

.rfloat {
	float: right;
}

.lfloat {
	float: left;
}

div.tabs ul {
	position: relative;
	list-style: none;
}

div.tabs li {
	position: relative;
	display: inline-block;
	list-style: none;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	margin: 0.2em 0.4em 0.2em 0;
	padding: 0.3em 0.5em;
	white-space: nowrap;
	cursor: pointer;
}

div.tabs li.selected {
	z-index: 1;
	background-color: #000;
	color: #fff;
	border: 1px solid #777;
}

div.tabs li.selected:focus {
	color: #000;
	background-color: #f9e11e;
}

div.tabsheet {
	display: none;
}

div.tip {
	display: inline-block;
	border-left: 4px solid #777;
	background-color: #eee;
	padding: 0.5em 0.7em;
	margin: 1em 1em 1em 0em;
}

span.elapsed {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #c77;
	margin: 0.5em 1em;
	font-size: 80%;
}

div.developer {
	text-align: center;
	margin: 1em;
	color: #757575;
}

div.developer a {
	color: #66c;
}

/* scroll table begin */

div.scroll_table {
	display: flex;
	margin-bottom: 1em;
}

div.scroll_table_labels {
	z-index: 5;
	background-color: #fff;
}

div.scroll_table_data {
	direction: rtl;
}

div.scroll_table_data table {
	direction: ltr;
}

div.scroll_table_labels table {
	border: 1px solid #eee;
}

div.scroll_table_labels table td {
	white-space: nowrap;
}

div.scroll_table_labels table th { /* hide the jaar caption needed for the export */
	color: #fff;
}

div.scroll_table_data {
	border: 1px solid #eee;
	border-left: none;
	overflow-x: auto;
}

table.fm {
	font-size: 90%;
	font-family: tahoma, sans-serif;
}

table.fm th, table.fm td {
	text-align: right;
}

table.fm th {
	color: #01689b;
	border-bottom: 1px solid #ccc;
}

table.fm tr:nth-child(even) {
	background-color: #f6f6f6;
}

table.fm tr:nth-child(odd) {
	background-color: #fff;
}

/* scroll table end */

table.instelling td.label, table.bestuur td.label, table.sector td.label, table.rpa td.label {
	color: #757575;
	vertical-align: top;
	min-width: 5em;
}

table.instelling td, table.bestuur td, table.sector td, table.rpa td {
	display: block;
	padding-left: 0;
}

span.gemeente {
	color: #757575;
}

div.gfilter {
	position: relative;
	max-width: 625px;
	top: -2.7em;
	text-align: right;
	height: 0;
}

div.chart {
	max-width: 600px;
}

div.chart[style="visibility: hidden;"] {
	height: 0px;
}

/* hum/todo: fix bottom spacing*/
div.section div.chart {
	margin-bottom: 0;
}

div.compare div.gfilter {
	position: absolute;
	left: initial;
	right: 0.2em;
	top: 0.9em;
}

div.compare div.chart {
	max-width: 460px;
}

div.azbar {
	font-size: 10pt;
	text-align: center;
	margin: 0em;
}

div.azbar a {
	display: inline-block;
	color: #000;
	min-width: 1em;
	margin: 0.2em 0.4em 0.2em 0;
	padding: 0.3em 0.5em;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.azbar a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #777;
}

div.azgroup {
	margin-bottom: 1em;
	line-height: 1.5;
}

div.azletter {
	font-size: 150%;
	color: #000;
	width: 6em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

div.azgroup ul {
	column-width: 12em;
}

div.azgroup:target ul {
	background-color: #f3f3f3;
	margin: -0.75em;
	padding: 0.75em;
}

.columns, div.list {
	column-width: 20em;
}

div.list.wide {
	column-width: 28em;
}

div.list.nocols {
	column-width: initial;
}

/* temp fix for the Chromium columns bug */
div.list div.link {
	margin-bottom: 0.1em;
}

.columns li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.maatwerk,
div.doel,
div.opleiding_disclaimer {
	max-width: 42em;
	margin-top: 1em;
}

h2 {
	position: relative;
	max-width: 630px;
}

h2 span.compare a {
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	font-size: 60%;
	color: #fff;
	background-color: #000; /*#01689b;*/
	padding: 0.2em 0.6em;
}

h2 span.compare a:focus {
	color: #000;
	background-color: #f9e11e;
}

div.compare h2 {
	width: initial;
	max-width: initial;
	margin-left: -0.4em;
	padding-left: 0.4em;
}

div.compare div.panel1 h2 {
	background-color: #fff8c1;
}

div.compare div.panel2 h2 {
	background-color: #eee; /*#d5edf8;*/
}

div.menu h2 {
	max-width: initial;
}

h3 {
	font-size: 110%;
	color: #555;
}

h4 {
	color: #555;
}

h3::before, h4::before {
	display: inline-block;
	content: " ";
	background-color: #ddd;
	width: 8px;
	height: 8px;
	margin: 0.1em 0.3em 0.1em 0;
}

div.compare h3, div.compare h4 {
	font-size: 100%;
	color: #000;
}

div.compare h3::before {
	display: inline-block;
	content: " ";
	background-color: #fff8c1;
	width: 10px;
	height: 10px;
	margin-right: 0.5em;
}

div.compare h4::before {
	display: none;
}

div.compare div.panel2 h3::before {
	background-color: #eee; /*#d5edf8;*/
}

span.unit {
	font-size: 80%;
	color: #757575;
	margin-left: 0.5em;
}

div.compare span.unit {
	color: #555;
}

span.no_content {
	font-style: italic;
	color: #757575;
}

/* filter settings */

div.filter_settings {
	margin-right: 0em;
}

table.filter {
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 0.5em;
}

table.filter td {
	vertical-align: top;
}

table.filter td.label {
	padding-left: 0;
	color: #606060;
	padding-top: 0.3em;
}

table.filter select {
	margin-right: 0.3em;
}

table.filter input[type="text"] {
	text-align: right;
	width: 3em;
	padding: 0.25em;
	border: 1px solid #ccc;
}

table.filter input[type="text"].perc {
	width: 2em;
}

table.filter input[type="range"] {
	width: 98%;
	margin: 0.8em 0;
}

select[name="isector"], select[name="iregio"], select[name="bsector"] {
	width: 100%;
}

select[name="ijaar"], select[name="ifunctie"], select[name="bjaar"] , select[name="bfunctie"] {
	width: 5em;
}

select[name="iomvang"], select[name="bomvang"] {
	width: 11em;
}

select[name="ileraar_operator"], select[name="bleraar_operator"] {
	width: 7em;
}

span.omvang_info {
	color: #777;
	margin-left: 0.5em;
}

span.rescount {
	color: #757575;
	font-size: 70%;
	margin-left: 0.5em;
}

span.pagesize {
	margin-left: 0.4em;
}

/* filter results */

div.filter_results {
	overflow-x: auto;
}

div.filter_results h2 {
	max-width: initial;
}

div.filter_results div.hint {
	max-width: 40em;
}

a.download {
	float: right;
	display: inline-block;
	background-color: #000;
	background-image: url(download.svg);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

a.download:focus {
	filter: invert(100%);
	background-color: #061ee1;
	outline: 1px solid #fff;
}

div.sharing, div.links {
	display: inline-block;
	margin-right: 3em;
	min-width: 10em;
}

div.sharing h2, div.links h2{
	font-size: 120%;
	max-width: initial;
}

div.links a {
	color: #555;
}

div.toggler {
	background-color: #f6f6f6;
	color: #333;
	max-width: 38em;
	border: 1px solid #eee;
	padding: 0.5em;
	margin-bottom: 0.2em;
	cursor: pointer;
}

div.toggler.opened {
	margin-bottom: -0.8em;
}

span.indicator {
	float: right;
	transition: 500ms linear;
}

span.indicator.opened {
	transform: rotate(180deg);
	transition: 500ms linear;
}

div.compare div.toggler {
	display: none;
}

div.compare div.value_table {
	display: block;
	max-height: inherit;
	overflow: inherit;
}

div.value_table, div.value_history {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 500ms;
}

div.value_table.show, div.value_history.show {
	margin-top: 1em;
	max-height: 20em;
	transition: max-height 500ms;
}

div.value_table.education.show {
	max-height: 25.5em;
}

div.value_history.show {
	max-height: 36em;
}

div.value_history div.scroll_table {
	margin-top: 1em;
}

/* social media buttons */

ul.socials {
	display: inline-block;
}

ul.socials li {
	display: inline;
	margin-right: 1em;
}

ul.socials a {
	display: inline-block;
	background-size: 32px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

ul.socials a.twitter {
	background-image: url(twitter.png);
}

ul.socials a.linkedin {
	background-image: url(linkedin.png);
}

ul.socials a.facebook {
	background-image: url(facebook.png);
}

ul.socials a.email {
	background-image: url(email.png);
}

ul.socials a.print {
	background-image: url(print.png);
}

ul.socials a.whatsapp {
	background-image: url(whatsapp.png);
}

div.links_header {
	font-size: 125%;
	margin-bottom: 0.5em;
}

ul.links {
	display: inline-block;
}

.clabels {
	font-weight: bold;
}

#ddcont {
	position: relative;
	float: right;
	font-size: 70%;
}

#ddcont select {
	margin-top: 0.1em;
}

div.save {
	display: none;
	margin-top: 1em;
	padding: 0.5em;
}

div.save.show {
	display: block;
}

div.save a {
	margin-right: 2em;
}

div.disclaim {
	color: #777;
	margin: 0.5em 1em 0.5em 1em;
}

/* doelstelling toelichtingen */

span.doel_toggle {
	background-color: #000;
	font-style: normal;
	color: #fff;
	margin-left: 0.5em;
	padding: 0.1em 0.5em 0em 0.4em;
	cursor: pointer;
}

span.doel_toggle:focus {
	color: #000;
	background-color: #f9e11e;
}

div.doel_note {
	display: none;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	max-width: 38em;
	margin: 1em 0.5em 0em 0em;
	padding: 1em 1em 0.1em 1em;
}

div.doel_note.show{
	display: block;
}

div.doel_note ul {
	margin: 0em 0 0.5em 1.5em;
}

div.doel_note ul li {
	list-style-type: square;
}

div.selectie {
	margin: 1em 0;
}

div.colofon {
	max-width: 38em;
}

@media screen and (min-width: 768px) {

div.header {
	min-height: 4.4em;
	padding: 0.5em 2em;
}

div.header h1 a.home img {
	margin-right: 0.4em;
}

div.header h1 a span.home_txt {
	display: inline;
}

div.search input[type="submit"] {
	background-position: 0.2em 50%;
}

div.subheader, div.footer, div.atoz {
	padding: 1em 2em;
}

div.mainpage {
	padding: 1em 1em 1em 2em;
}

div.filter_section {
	display: flex;
	flex-wrap: wrap;
}

div.filter_section div.filter_settings {
	max-width: 25em;
}

div.filter_section div.filter_settings.narrow {
	max-width: 22em;
}

div.compare h2 {
	width: initial;
}

div.compare div.panel1 {
	margin-right: 1em;
}

div.compare div.panel1, div.compare div.panel2 {
	width: initial;
	flex-grow: 1;
	flex-basis: 48%;
}

div.disclaim {
	margin: 1em 0em 1em 2em;
}

table.instelling td, table.bestuur td, table.sector td, table.rpa td {
	display: table-cell;
}

/* filter settings */

div.filter_settings {
	margin-right: 1em;
}

table.filter {
	padding: 1em 0.5em;
}

/* scroll table begin */

div.scroll_table_labels table tr td:first-child {
	min-width: 7em;
}

div.scroll_table table th, div.scroll_table table td {
	min-width: 3em;
}

/* scroll table end */

}

@media screen and (min-width: 992px) {

div.search input[type="search"] {
	width: initial;
}

}

@media screen and (min-width: 1100px) {

div.banner {
	display: block;
}

div.menu {
	margin-top: 1.5em;
}

}

@media print {

@page {
	margin: 1em 0.5em;
}

.noprint, input, textarea, select, option, button {
	display: none;
}

.print {
	display: inline;
}

h1, h2, h3 {
	page-break-after: avoid;
}

table, div.section, div.chart {
	page-break-inside: avoid;
}

div.compare div.section {
	flex-wrap: nowrap;
}

div.panel1, div.panel2 {
	display: table;
	width: 50%;
}

div.save {
	display: none;
}

div.tabs ul {
	display: inline;
}

div.tabs li:not(.selected) {
	display: none;
}

div.tabs li.selected {
	background-color: initial;
	border: initial;
	color: initial;
	padding: initial;
	font-size: 150%;
}

div.value_table {
	display: block;
	max-height: inherit;
	overflow: inherit;
}

div.footer {
	display: none;
}

a.download {
	display: none;
}

table.filter input, table.filter select {
	display: initial;
}

#ddcont {
	display: none;
}

}
