@charset "UTF-8";

/*
	background			#f6f6f6
	grijs border		#d4d4d4
	grijs background	#727272
	rood				#db351d
	oranje				#fb8346
	licht rood			#f0534c
*/

@font-face {
	font-family: 'dalleregular';
	src: url('fonts/dalle-webfont.eot');
	src: url('fonts/dalle-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/dalle-webfont.woff2') format('woff2'),
		 url('fonts/dalle-webfont.woff') format('woff'),
		 url('fonts/dalle-webfont.ttf') format('truetype'),
		 url('fonts/dalle-webfont.svg#dalleregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #f6f6f6;
	width: 100%;
}
body, a {
	color: #444;
}
a:hover, a:active, a:focus, a.active, #bottom a {
	color: #db351d;
	text-decoration: none;
}
a:focus {
	text-decoration: underline;
}
.block-welcome a {
	color: #db351d;
	text-decoration: underline;
}
.u {
	text-decoration: underline;
}
.un, .centraalpersoon .un {
	text-decoration: none;
}
blockquote {
	font-size: 14px;
}

@media (min-width: 576px) {
	.hidden-576 {
		display: none;
	}
}

.rows-bewerken tr.actief td {
	font-weight: bold;
}

#aanmelden a {
	color: #db351d;
	text-decoration: underline;
}
#contents a .glyphicon, #contents a .fa {
	color: #000;
}
#contents a .glyphicon:hover, #contents a .fa:hover {
	color: #db351d;
}

h1 {
	color: #db351d;
	font-size: 1.25em;
}
h2 {
	color: #db351d;
	font-size: 1.2em;
}
hr {
	border: 0;
	border-top: 1px solid #d4d4d4;
}
pre {
	background-color: rgba(255,255,255,.5);
}
fieldset {
	clear: both;
	float: left;
}
optgroup {
	font-size: 15px;
}
optgroup option {
	font-size: 14px;
}
textarea {
	padding: 6px 12px;
	resize: vertical;
}

form.loading {
	cursor: wait;
	opacity: .75;
}
form.loading button {
	cursor: wait;
}

.alert a.close {
	text-decoration: none;
}

.placeholder {
	color: #666;
}

.datepicker {
	margin-top: 4.5em;
	z-index: 100 !important;
}
.datepicker:before, .datepicker:after {
	top: auto;
}
.inp-datepicker + .input-group-addon {
	cursor: pointer;
}
.inp-datepicker + .input-group-addon + .input-group-addon {
	cursor: pointer;
}
.filter + .input-group-addon {
	cursor: pointer;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	max-width: 40px;
	width: auto;
}

.form-control {
	border-radius: 0;
}
.form-control, select, label {
	font-size: 14px;
}
label + label {
	margin-left: 2em;
}
label .text-label {
	margin-left: 2em;
	vertical-align: top;
}
label .text.active a {
	color: #db351d;
}

.werkboek label {
	cursor: pointer;
}
.werkboek .cursief {
	font-style: italic;
}
.werkboek .accordion-toggle::after {
	color: #bebebe;
	content: "";
	font-family: "FontAwesome";
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 8px;
	transition: all 0.218s ease 0s;
}
.werkboek .accordion-toggle.collapsed::after {
  content: "";
}
.werkboek .accordion-toggle:hover::after {
	color: #000;
}

#form-aanmelden .input-group-addon:last-child {
	min-width: 140px;
	text-align: left;
}
#form-aanmelden .form-group-date .input-group {
	width: 100%;
}
#form-aanmelden .input-group-date-selects .input-group-addon {
	border-left: 1px solid rgb(204, 204, 204);
}

@media (max-width: 575px) {
	#form-aanmelden .input-group {
		display: block;
	}
	#form-aanmelden .input-group .form-control {
		float: none;
	}
	#form-aanmelden .input-group-addon {
		display: none;
	}

	#form-aanmelden .form-group-date .input-group {
		display: table;
	}
	#form-aanmelden .form-group-date .input-group .form-control {
		float: left;
	}
	#form-aanmelden .form-group-date .input-group-addon {
		display: table-cell;
	}
	#form-aanmelden .form-group-date .input-group-addon:last-child {
		display: none;
	}
}

.help-block.with-errors {
	font-size: 12px;
}
.checkbox + .help-block.with-errors {
	margin-top: -30px;
}

#form-aanmelden .form-group-date .input-group-addon {
    min-width: 40px;
}

#form-aanmelden .input-group-addon + small.help-block {
	display: block;
}

.radio, .checkbox {
	padding-bottom: 15px;
}
.radio + small.help-block, .checkbox + small.help-block {
	margin-top: -15px;
}
.radio:after, .checkbox:after {
	clear: both;
	content: " ";
	display: block;
}
.radio label {
	margin-left: 1em;
}

.has-error.has-danger .help-block.with-errors.hidden {
	display: block !important;
	margin-top: -1.5em;
}

.dev-msg {
	border: 5px solid rgba(0,0,255,.25);
	cursor: not-allowed;
	display: none;
	margin: .5em;
	padding: .5em;
}
body > .dev-msg {
	margin-top: 5em;
}
html.dev-box .dev-msg {
	display: block;
}

.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.full-width {
	width: 100%;
}

.weergave-hyperlinks {
	float: right;
}
.weergave-filter {
	float: right;
	margin-top: -7px;
	margin-bottom: 7px;
	text-align: right;
}
.weergave-filter.loading {
	opacity: .5;
}
.weergave-filter p {
	margin: 10px 0 0 0;
}
.weergave-filter .checkbox {
	padding-bottom: 0;
}
.weergave-filter .checkbox .text {
	text-align: left;
}

button {
	background-color: #f0534c;
	border: 5px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
}
button.grijs {
	background-color: #727272;
	border-color: #727272;
}
.buttons {
	background-color: #fff;
}
.buttons:after {
	clear: both;
	content: " ";
	display: block;
}
button:focus {
	outline: 2px solid rgba(0,0,0,.5);
}

.crisis {
	color: red;
}
.inactief {
	color: grey;
}

/* ************************************************************************** */

.mail-container .mail-header .header-buttons li.mail-txt {
	width: auto;
}
.mail-container .mail-header .header-buttons li.mail-txt a {
	border-radius: 14px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px;
	text-decoration: none;
	width: auto;
}

.mail-container .mail-header {
	float: left;
	height: auto;
	min-height: 38px;
	width: 100%;
}
.mail-container .mail-header, .mail-container .mail-body {
	margin-left: 0;
}
.pages + .header-buttons {
	display: block !important;
	float: none !important;
	margin: 2em 0 0 !important;
}
.mail-container .mail-body {
	clear: both;
	padding-top: 1em;
}
.mail-container .mail-header .header-buttons li a:hover {
	border-color: #f0534c;
}
.mail-container .mail-body .mail-list .list-item:before {
	background-color: #f0534c;
}
.mail-container .mail-body .mail-list .list-item.active:before {
	display: block;
}
.mail-compose {
	padding-top: 0 !important;
}
.mail-attachments .thumb img {
	max-width: 200px;
}
.mail-container .mail-body .mail-attachments ul li > a.name span {
	margin-left: 2em;
}

.mail-container .mail-body .mail-list .list-item {
	height: 63px;
}
.mail-container .mail-body .mail-list .list-item > div.item-subject {
	left: 59px;
	top: 25px;
}

.mail-container .mail-body .mail-list .list-item > div.item-options {
	line-height: 32px;
}

.mail-container .mail-body .mail-text a {
	text-decoration: underline;
}

.tooltip-primary + .tooltip > .tooltip-inner {
	border: 1px solid #fb8346;
	background-color: #fb8346;
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
	border-top-color: #fb8346;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fb8346;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
	border-right-color: #fb8346;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
	border-left-color: #fb8346;
}
.bordered-orange {
	border-color: #fb8346 !important;
}

/* ************************************************************************** */

#top {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#top.demo:before {
	background-color: red;
	border-bottom: 1px solid black;
	color: #fff;
	content: 'DEMO';
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 100%;
}
#top .content {
	margin: auto;
	max-width: 960px;
}

#top a {
	border-right: 1px solid #d4d4d4;
	float: left;
	padding: 1em;
}
#top .float-right a {
	border-right: 0;
	border-left: 1px solid #d4d4d4;
}
#top a.active, #top a:hover {
	background-color: #db351d;
	color: #fff;
}
#top a:focus {
	text-decoration: none;
}
.body-home #top .top.lock {
	font-weight: bold;
}

#body {
	margin: 5em auto 1.5em auto;
	max-width: 990px;
	padding: 0 15px;
}

#top.demo + #body {
	margin-top: 6.5em;
}

#logo-circles {
	border-bottom: 1px solid #d4d4d4;
	float: left;
	text-align: center;
	width: 100%;
}
#logo {
	float: left;
	max-width: 100%;
}
#circles {
	float: right;
}
@media (max-width: 990px) {
	#logo-circles.met-kbnl img {
		width: 25%;
	}
	#logo-circles.met-organisatie img {
		width: 33%;
	}
}

#menu-toggler {
	display: none;
}
#menu {
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	float: left;
	margin-bottom: .5em;
	width: 100%;
}
#menu strong, #menu a, #menu span {
	float: left;
	padding: 1em 2.5em 1em 0;
}
#menu a {
	font-weight: bold;
}
#menu.beheer strong, #menu.beheer a, #menu.beheer span {
	padding-right: 2em;
}
#menu.beheer :last-child {
	padding-right: 0;
}
@media (min-width: 768px) {
	#menu span.inline {
		margin-left: -2em;
	}
}
#menu span.inline a {
	float: none;
	padding: 0;
}
#menu span.inline a.actief {
	color: #db351d;
	font-weight: bold;
	text-decoration: none;
}

#menu a.met-submenu:after {
    content: "\e114";
	font-family: 'Glyphicons Halflings';
	font-size: 12px;
	font-weight: normal;
    margin-left: 5px;
	position: relative;
	top: 2px;
}
#menu a.met-submenu:hover:after, #menu a.active.met-submenu:after {
	border-color: #db351d transparent transparent transparent;
}

#menu span.submenu {
	background-color: #f0534c;
	display: none;
	float: none;
	margin-top: 40px;
	padding: 5px;
	position: absolute;
	z-index: 2;
}
#menu span.submenu:before {
	border-color: transparent transparent #f0534c transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    content: "";
    height: 0;
    position: absolute;
    left: 16px;
    top: -8px;
    width: 0;
}
#menu span.submenu a {
	color: #fff;
	display: block;
	float: none;
	padding: 5px;
}
#menu a.hover + span.submenu {
	display: block;
}

/* CONTENTS *** */

#contents {
	float: left;
	min-height: 400px;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 100%;
}

.beheer label {
	cursor: pointer;
}
.beheer .input-group-addon.plus, .beheer .input-group-addon.remove {
	cursor: pointer;
}
.beheer .values .input-group {
	margin-bottom: 5px;
}
.beheer .table.table-striped .checkbox {
	padding-bottom: 0;
}

.centraalpersoon a {
	text-decoration: underline;
}

.table>thead>tr[valign=top]>th {
	vertical-align: top;
}

/* BLOKKEN *** */

.block {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	float: left;
	margin: 0 15px 15px 0;
}
.block-img {
	padding: 0;
}
.block img:not(.no-w-100) {
	height: auto;
	width: 100%;
}
.block-txt {
	padding: 15px;
}

/* ****************************************************************************************************************** */

#home {

}

.block-klant {
	background: url(images/home-klant-bg-2019.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 37%;
	position: relative;
	width: calc(50% - 15px);
}

.block-professional {
	background: url(images/home-professional-bg-2019.jpg) no-repeat center center;
	background-size: cover;
	margin-right: 0;
	padding-top: 37%;
	position: relative;
	width: 50%;
}

.block-klant .block-titel,
.block-professional .block-titel {
	background-color: #fff;
	border: 1px solid #737373;
	color: #db351d;
	line-height: 1em;
	padding: 8px 10px 4px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.block-klant .block-titel img,
.block-professional .block-titel img,
.block-login .block-titel img {
	vertical-align: -1px;
}

.block-aanmelden {
	background-color: #f0534c;
	border-color: #f0534c;
	color: #fff;
	float: left;
	min-height: 203px;
	padding: 30px 15px 5px 15px;
}

#home .block-aanmelden {
	width: calc(45% - 15px - 100px);
}

.block-login {
	min-height: 203px;
	padding: 15px 15px 5px 15px;
	width: calc(55% - 15px - 100px);
}

.block-login .block-titel {
	color: #727272;
}

.block-login input {
	padding: 2px 4px;
	width: 100%;
}

.block-login a {
	display: inline-block;
	margin-top: 10px;
}

.block-contact {
	background-color: #727272;
	margin-right: 0;
	min-height: 203px;
	text-align: center;
	width: 200px;
}

.block-contact img {
	height: 201px !important;
	width: 134px !important;
}

@media (max-width: 991px) {
	#home .block-aanmelden {
		width: calc(45% - 15px - 75px);
	}

	#home .block-login {
		width: calc(55% - 15px - 75px);
	}

	#home .block-contact {
		width: 150px;
	}
}

@media (max-width: 575px) {
	.block-klant,
	.block-professional {
		margin-right: 0;
		width: 100%;
	}

	.block-aanmelden,
	#home .block-aanmelden {
		margin-right: 0;
		width: 100%;
	}

	#home .block-login {
		width: 50%;
	}

	#home .block-contact {
		width: calc(50% - 15px);
	}
}

@media (max-width: 414px) {
	#home .block-login {
		width: 100%;
	}

	#home .block-contact {
		width: 100%;
	}

	#home .block-contact img {
		max-width: 200px;
	}
}

.block-welcome {
	margin-right: 1.5625%;
	min-height: 302px;
	padding: 0 10px;
	width: 65.625%;
}

.block-pc {
	float: right;
	margin-right: 0;
	width: 32.8125%;
}
.block-pc.block-subpages {
	width: 32.8125%;
}

#page .block-aanmelden {
	float: right;
	margin-right: 0;
	width: 32.8125%;
}

/*
.block-kpo {
	clear: right;
	margin-right: 1.5625%;
	width: 20.83333333%;
}
*/

.block-steluwvraag {
	background: #fff url(images/stel-uw-vraag.jpg) no-repeat;
	padding-left: 72px;
	min-height: 80px;
	margin-right: 1.5625%;
	width: 65.625%;
}

.block-demo {
	border-color: #727272;
	clear: right;
	float: right;
	margin-right: 0;
	width: 32.8125%;
}

@media (max-width: 767px) {
	#page .block-aanmelden {
		width: 100%;
	}

	#page .block-steluwvraag {
		width: 100%;
	}

	#page .block-demo {
		width: 100%;
	}
}

.block-titel {
	font-family: dalleregular, "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 36px;
}

.block-aanmelden select {
	max-width: 60%;
}
.block-aanmelden small {
	display: block;
	padding-top: 10px;
}
.block-aanmelden a {
	color: #fff;
}

.block-steluwvraag p {
	padding-top: 1em;
}
.block-steluwvraag .block-titel {
	padding-top: .75em;
}
.block-steluwvraag input {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	height: 32px;
	margin-top: 6px;
	box-shadow: none !important;
}

/* ****************************************************************************************************************** */

#klant-professional {

}

.d-flex {
	display: flex;
}

.d-table {
	display: flex;
}

.w-50 {
	width: 50%;
}

.block-youtube {
	width: calc(66% - 15px);
}

.block-subpages {
	margin-right: 0;
	padding: 10px;
	width: 34%;
}

.block-subpages .block-titel {
	color: #db351d;
	padding-left: 10px;
}

.block-subpages .block-titel img {
	vertical-align: -1px;
}

.block-subpages ul {
	margin-top: 1em;
	padding-left: 33px;
}

.block-subpages li {
	padding-bottom: 6px;
}

.block-subpages li.active a {
	text-decoration: underline;
}

.block-subpages a {
	color: #db351d;
}

.block-subpages a:hover {
	text-decoration: underline;
}

#klant-professional .w-50 {
	margin-right: 15px;
	width: calc(50% - 15px);
}

#klant-professional .w-50 + .w-50 {
	margin-right: 0;
	width: 50%;
}

#klant-professional .block-demo img {
	max-width: 100%;
}

#klant-professional .block-steluwvraag {
	margin-right: 15px;
	padding-right: 15px;
	width: 100%;
}

#klant-professional .block-steluwvraag .block-titel {
	margin-bottom: 0;
	padding-top: 23px;
}

#klant-professional .block-steluwvraag .d-table input {
	display: table-cell;
	width: 100%;
}

#klant-professional .block-steluwvraag .d-table button {
	display: table-cell;
	margin-left: 10px;
}

#klant-professional .block-demo {
	background-color: #727272;
	width: 100%;
}

#klant-professional.professional-page .block-steluwvraag {
	width: calc(66% - 15px);
}

#klant-professional.professional-page .block-demo {
	width: 34%;
}

#klant-professional .block-aanmelden {
	width: 100%;
}

@media (max-width: 767px) {
	#klant-professional .block-steluwvraag .d-table {
		flex-direction: column;
		padding-top: 0;
	}

	#klant-professional .block-steluwvraag .d-table input {
		margin-bottom: 10px;
	}

	#klant-professional .block-steluwvraag .d-table button {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	#klant-professional .d-flex {
		flex-direction: column;
	}

	#klant-professional .block-youtube,
	#klant-professional .block-subpages,
	#klant-professional .block-steluwvraag,
	#klant-professional .block-demo {
		margin-right: 0;
		width: 100%;
	}

	#klant-professional .w-50,
	#klant-professional .w-50 + .w-50 {
		margin-right: 0;
		width: 100%;
	}

	#klant-professional.professional-page .block-steluwvraag {
		width: 100%;
	}

	#klant-professional.professional-page .block-demo {
		width: 100%;
	}
}

/* ****************************************************************************************************************** */

#intake {
}
#coaching {
}

.nav-left {
	float: left;
	margin-bottom: 1em;
}
.nav-right {
	float: right;
	margin-bottom: 1em;
}
.nav-titel {
	background-color: #f0534c;
	color: #fff;
	font-weight: bold;
	padding: 1em;
}
.nav-block {
	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.nav-titel + .nav-block {
	border-top: 0;
}
.nav-block li {
	border-top: 1px solid #d4d4d4;
	margin: 0;
	padding: 1em;
	position: relative;
}
.nav-block.dd-list > li[class*="bordered-"] {
	border-top: 1px solid #d4d4d4;
}
.nav-block li:first-child {
	border-top: 0
}
.nav-block li.with-sub:after {
	content: '>';
	position: absolute;
	top: .5em;
	right: 1em;
}

#naslag-menu {
	cursor: pointer;
}
#naslag-menu:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}
#naslag-menu + .nav-block {
	display: none;
}

.form-right {
	background-color: #fff;
	float: right;
	margin-bottom: 1em;
	padding: 0;
}
.form-left {
	background-color: #fff;
	float: left;
	margin-bottom: 1em;
	padding: 0;
}
.form-full {
	background-color: #fff;
	margin-bottom: 1em;
	padding: 0;
}
.form-titel {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 1em;
}
.form-content {
	border: 1px solid #d4d4d4;
	border-top: 0;
	padding: 1em;
}

.dd-list > li[class*="bordered-"] > .dd-handle {
	border-width: 5px;
}
.dd-handle {
	background-color: #fff;
	margin: 0;
}
div.dd-handle {
	min-height: auto;
	padding: 0;
}
.dd-handle.collapse {
	display: none;
}
.dd-handle.collapse.in {
	display: block;
}
.bordered-none {
	border-color: #fff;
}
.bordered-none.bordered-black {
	border-color: #444;
	border-width: 5px;
}
.bordered-active .dd-handle {
	background-color: #f5f5f5;
	border-color: #f0534c !important;
}
.bordered-active .dd-handle:hover {
	background-color: #eee;
}
.bordered-none:hover {
	border-color: #eee;
}
.bordered-active .dd-handle.text.active a {
	color: #db351d;
}

input[type=checkbox].checkbox-slider.janee ~ .text:before {
	content: "\a0JA\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NEE";
	font-family: 'Open Sans', 'Segoe UI';
}
input[type=checkbox]:disabled ~ .text:before,
input[type=radio]:disabled ~ .text:before,
input[type=checkbox][disabled] ~ .text:before,
input[type=radio][disabled] ~ .text:before,
input[type=checkbox].disabled ~ .text:before,
input[type=radio].disabled ~ .text:before {
	background-color: #888 !important;
	color: #ccc !important;
}
input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
	color: #f00;
}
input[type=checkbox].checkbox-slider.slider-icon:checked ~ .text:after {
	color: #53a93f;
}
.fa.success {
	color: #53a93f;
}
[disabled] {
	opacity: .5;
}

.progress-bar-sdb-red {
	background-color: #f0534c !important;
}

tbody.rows-bewerken {
	cursor: pointer;
}

#form-dialoog .radio, #form-dialoog .checkbox {
	padding-bottom: 0;
}

#dialoog .dialoog {
	padding-right: 0;
	padding-left: 0;
}
@media (max-width: 767px) {
	#dialoog .dialoog {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* ************************************************************************** */

.star-rating .label-default {
	background-color: #444 !important;
}

/* ************************************************************************** */

#bottom {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	float: left;
	margin: 1em 0;
	padding: 1em 0;
	width: 100%;
}
#bottom img.logootje {
	margin-right: .5em;
}
#bottom a.disclaimer {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	padding: 0 .75em;
	margin: 0 .5em;
}
#bottom a.privacy {
	border-right: 1px solid #444;
	padding-right: .75em;
	margin-right: .5em;
}
#bottom .ontwikkelaar {
	color: #727272;
	float: right;
}
#bottom .ontwikkelaar a {
	color: #727272;
}

@media (max-width: 767px) {
	.block-welcome {
		width: 100%;
	}
	.block-pc {
		display: none;
	}
	#bottom {
		padding-left: 15px;
	}
}

/*
@media (max-width: 575px) {
	.block-kpo {
		margin-right: 0;
		margin-left: 0;
		width: 32%;
	}
	.block-klant {
		margin-left: 0;
	}
	.block-steluwvraag {
		margin-right: 0;
		width: 100%;
	}
	.block-steluwvraag p, .block-steluwvraag input, .block-steluwvraag button {
		padding: 0 15px 0 0;
	}
	.block-steluwvraag p.block-titel {
		padding-top: 15px;
	}
	.block-demo {
		margin-right: 0;
		width: 100%;
	}
}
*/

@media (max-width: 575px) {
	#top a {
		padding: .5em;
	}
	
	#menu-toggler {
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		padding-left: .5em;
		padding-top: .5em;
	}
	#menu-toggler .fa {
		font-size: 24px;
	}
	#menu {
		background-color: #fff;
		box-shadow: 0 0 2px 2px #d4d4d4;
		display: none;
		padding-left: 15px;
	}
	#menu a {
		display: block;
		clear: left;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	
	#body {
		margin-top: 3.5em;
	}
	
	.block-kpo {
		margin-right: 0;
		width: 100%;
	}
	
	.nav-titel:before {
		content: "";
		font-family: FontAwesome;
		margin-right: 5px;
	}
	.nav-titel {
		cursor: pointer;
	}
	.nav-block {
		display: none;
	}
	
	.form-titel:before {
		content: "";
		font-family: FontAwesome;
		margin-right: 5px;
	}
	.form-titel {
		cursor: pointer;
	}
}

@media (max-width: 400px) {
	html.ingelogd #top a span.txt {
		display: none;
	}
	html.ingelogd #top .float-right a span.txt {
		display: inline;
	}

	/*
	.block-steluwvraag {
		background-image: none;
		padding-left: 15px;
	}
	*/
}

@media (max-width: 300px) {
	html.ingelogd #top .float-right a span.txt {
		display: none;
	}
}

div.print-only{
	display: none;
}

#bijlage {

}

#bijlage span.label{
	margin-right: 0.5em;
}

.management-information a.filter-link {
	text-wrap: avoid;
}

input.form-control.filter {
	display: inline-block;
	width: 15em;
}
input.filter-none-found {
	border: 1px solid red !important;
}
input.filter-found {
	border: 1px solid orange !important;
}

.form-group.has-success input:focus, .input-group.has-success input:focus,
.form-group.has-success select:focus, .input-group.has-success select:focus,
.form-group.has-success textarea:focus, .input-group.has-success textarea:focus {
	color: #444;
}

/* selectize */

.selectize-dropdown .option {
	cursor: pointer;
}