@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
	font-family: "Teodor";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Teodor-Regular.woff2") format("woff2"),
		 url("../fonts/Teodor-Regular.woff") format("woff"),
		 url("../fonts/Teodor-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Teodor";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Teodor-Medium.otf") format("opentype"),
		 url("../fonts/Teodor-Medium.ttf") format("truetype");
}
html{
	font-size: 16px;
}
body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	background-color: #F2F4F6;
}

h1 { font-family: "Teodor", serif; font-size: 2.5rem; color: #1C1A2A; }
h2 { font-family: "Teodor", serif; font-size: 2rem; font-weight: 500; color: #1C1A2A; }
h3 { font-family: "Teodor", serif; font-size: 1.25rem; font-weight: 500; color: #1C1A2A; }

a { color: #1C1A2A; }
a:not(.btn):hover, a:not(.btn):focus {
    border-bottom: 1px dotted #1C1A2A;
    text-decoration: none;
}

/* bootstrap aanpassingen */

legend {
	color: #1C1A2A;
	font-weight: bold;
	border-color: #1C1A2A;
}
legend a {
	font-size: 11px;
	line-height: 30px;
}

.control-label:not(.text-right) {
	text-align: left !important;
}
.control-label {
	font-weight: normal;
}

@media (min-width: 768px) {
	fieldset .form-group,
	fieldset .form-row {
		padding-left: 40px;
	}
}

/* buttons */

.btn {
	border-radius: 0;
	font-size: 14px;
}
.btn-primary {
	background-color: #1C1A2A;
	border-color: #1C1A2A;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #3B3850;
	border-color: #3B3850;
}
.btn-default {
	border-color: #1C1A2A;
	color: #1C1A2A;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #DEE5EF;
	border-color: #1C1A2A;
	color: #1C1A2A;
}
.btn-orange {
	background-color: #BF5345;
	border-color: #BF5345;
	color: #fff;
}
.btn-orange:hover,
.btn-orange:focus {
	background-color: #7A332A;
	border-color: #7A332A;
	color: #fff;
}

.bestand .btn {
	white-space: normal;
	display: flex;
}

.bestand .btn i{
	align-self: center;
}

.bestand .btn span{
	margin-left: 5px;
}

.info-panel-list .btn i.fa {
	font-size: 24px;
	margin-right: 5px;
}

.info-panel-list .btn {
	line-height: 24px;
}

/* header */

header {
	background-color: #ffffff;
	position: relative;
}
header::after {
	display: none;
	content: "";
	height: 36px;
	background-color: #BF5345;
	mix-blend-mode: multiply;
}


.academie-letters-container {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1422px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url("https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/img/academie-letters-mobiel.svg") top no-repeat;
	background-position-x: 0;
	background-size: 100%;
	pointer-events: none;
	z-index: 0;
}

.header-container {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	width: 100%;
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	z-index: 10;
}
@media only screen and (min-width: 1000px) {
	header{
		margin-bottom: 7.5rem;
	}
	header::after {
		display: block;
	}
	.header-container {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 1rem;
		gap: 1rem;
		flex-direction: row;
		flex-wrap: nowrap;
		top: 0;
		left: 0;
		width: 100%;
	}
	.academie-letters-container {
		left: 1.5rem;
		background: #ffffff url("https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/img/academie-letters-grijs.svg") top no-repeat;
		background-size: 100%;
	}
}
.region-header {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1000px) {
	.region-header {
		width: 100%;
		justify-content: space-between;
	}
}
.site-logo {
	display: none;
	flex-shrink: 0;
	border-bottom: none !important;
}
.site-logo:hover,
.site-logo:focus {
	border-bottom: none !important;
}
.site-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.logo-mobile {
	display: block;
	border-bottom: none !important;
}
.logo-mobile:hover,
.logo-mobile:focus {
	border-bottom: none !important;
}
.logo-mobile img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
@media only screen and (min-width: 1240px) {
	.site-logo { display: block; }
	.logo-mobile { display: none; }
}

.mobile-toggles {
	display: none;
}
@media only screen and (max-width: 1000px) {
	.mobile-toggles { display: block; }
}
.mobile-menu-toggle {
	background: none;
	border: none;
	color: #1C1A2A;
	font-size: 16px;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}
.mobile-menu-toggle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url('https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/icons/menu.svg') center no-repeat;
}
.mobile-menu-toggle.icon-close:after {
	background: url('https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/icons/close.svg') center no-repeat;
}

/* sticky header */
.header-container.scrolled {
	position: fixed;
	z-index: 500;
	top: 0;
	background-color: white;
	max-width: 100vw;
}
@media only screen and (min-width: 1322px) {
	.header-container.scrolled {
		justify-content: center;
		gap: 5rem;
	}
	.header-container.scrolled .region-header { max-width: 294px; }
	.header-container.scrolled .region-navigation { max-width: 948px; }
}

/* navigation */

.region-navigation {
	position: relative;
	z-index: 1;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-level-0 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.menu-level-0 > .menu-item {
	margin-right: 4px;
	position: static;
}
.menu-level-0 > .menu-item > a,
.menu-level-0 > .menu-item > span {
	color: #1C1A2A;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 10px;
	white-space: nowrap;
	border-bottom: none !important;
	text-decoration: none;
	cursor: pointer;
}
.menu-level-0 > .menu-item > a:hover,
.menu-level-0 > .menu-item > span:hover {
	text-decoration: underline;
	border-bottom: none !important;
	color: #BF5345;
}
.menu-level-0 > li a[href="https://www.academievoorwetgeving.nl/zoeken"]::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-style: normal;
	width: 16px;
	height: 16px;
	background: url('https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/icons/search.svg') center no-repeat;
	background-size: auto;
	background-size: cover;
}
.menu-level-0 > li a[href="https://mijn.academievoorwetgeving.nl"]{
	color: #BF5345;
}
.menu-level-0 > li a[href="https://mijn.academievoorwetgeving.nl"]::before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	font-style: normal;
	width: 24px;
	height: 24px;
	border-left: 1px solid #1C1A2A;

	background: url('https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/icons/icon-lock.svg') center no-repeat;
}

/* dropdown menus */
.menu-item--expanded {
	position: relative;
}
.menu-item--expanded > button {
	background: transparent;
	border: none;
	color: #1C1A2A;
	font-size: 12px;
	padding: 0 4px;
	cursor: pointer;
	vertical-align: middle;
}
.menu-dropdown {
	display: none;
}
.menu-dropdown h2 {
	display: none;
}
.menu-item--expanded.open > .menu-dropdown {
	display: flex;
	position: absolute;
	background-color: #DEE5EF;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	padding: 24px;
	gap: 24px;
	top: 32px;
	left: 0;
	z-index: 2;
}
.menu-item--expanded.open > .menu-dropdown h2 {
	display: block;
	font-family: "Teodor", serif;
	font-style: normal;
	font-size: 36px;
	max-width: 202px;
	font-weight: 400;
	color: #3B3850;
	line-height: 0.9166;
	margin: 0;
	max-width: 202px;
}
.menu-level-1 {
	display: grid;
	grid-template-columns: 264px 264px;
	gap: 24px;
}
.menu-level-1 .menu-item a {
	color: #1C1A2A;
	font-size: 14px;
	font-weight: 700;
	border-bottom: none !important;
	display: block;
	margin-bottom: 4px;
}
.menu-level-1 .menu-item a:hover {
	text-decoration: underline;
	border-bottom: none !important;
}
.menu-level-1 .menu-item p {
	font-size: 13px;
	font-weight: 400;
	color: #3B3850;
	margin: 0;
	line-height: 1.4;
}
@media only screen and (min-width: 1000px) {
	.menu-level-1 > .menu-item > a::before {
		content: "";
		display: inline-block;
		margin-right: 10px;
		vertical-align: baseline;
		width: 8px;
		height: 12px;
		background: url('https://www.academievoorwetgeving.nl/themes/custom/reo_avw_theme/assets/icons/arrow-right-blue-3.svg') center no-repeat;
		background-size: contain;
	}
}

/* hero / breadcrumb / title */

.hero-container {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	max-width: 1037px;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 1.5rem;
	padding-top: 3.5rem;
}
.hero-container .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0 0 5px 0;
	border-radius: 0;
}
.hero-container .breadcrumb ol {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.hero-container .breadcrumb li {
	color: #616161;
}
.hero-container .breadcrumb li + li::before {
	content: ">";
	margin: 0 6px;
	color: #616161;
}
.hero-container .breadcrumb a {
	color: #616161;
	text-decoration: underline;
	border-bottom: none !important;
}
.hero-container .breadcrumb a:hover {
	color: #1C1A2A;
	border-bottom: none !important;
}
h1.page-title {
	font-family: "Teodor", serif;
	font-size: 4rem;
	line-height: 1.125;
	font-weight: 400;
	color: #1C1A2A;
	padding: 10px 0 0 0;
}

/* responsive padding */
@media (min-width: 1001px) and (max-width: 1440px) {
	header .academie-letters-container { padding-left: 100px; padding-right: 100px; }
	.header-container { padding-left: 1.5rem; padding-right: 1.5rem; }
	.hero-container { padding-left: 100px; padding-right: 100px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
	.header-container, header .academie-letters-container { padding-left: 75px; padding-right: 75px; }
	.hero-container { padding-left: 75px; padding-right: 75px; }
}
@media (min-width: 481px) and (max-width: 700px) {
	.header-container, header .academie-letters-container { padding-left: 50px; padding-right: 50px; }
	.hero-container { padding-left: 50px; padding-right: 50px; }
}
@media (max-width: 480px) {
	.header-container, header .academie-letters-container { padding-left: 25px; padding-right: 25px; }
	.hero-container { padding-left: 25px; padding-right: 25px; }
}

/* mobile responsive */
@media only screen and (max-width: 1000px) {
	.region-navigation {
		display: none;
		overflow: hidden;
		right: 0;
		z-index: 500;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		flex-wrap: wrap;
	}
	.menuOpen .region-navigation {
		display: flex;
		position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		z-index: 2000;
		top: 56px;
		left: 0;
		right: 0;
		height: calc(100vh - 56px);
		box-sizing: border-box;
	}
	.menuOpen .menu-level-0 {
		background-color: #F2F4F6;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
		padding: 16px;
		padding-bottom: 1rem;
		box-sizing: border-box;
		width: 100%;
	}
	.menuOpen .header-container {
		position: fixed;
		padding-top: 0;
		background-color: transparent;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		overflow-y: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.menuOpen .header-container .region-header {
		position: relative;
		z-index: 2001;
		background-color: #F2F4F6;
		padding-right: 1rem;
		padding-top: 1rem;
		box-sizing: border-box;
	}
	.menuOpen {
		background-color: rgba(0,0,0,0.2);
		overflow: hidden;
		height: 100%;
	}
	.menu-level-0 {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.menu-level-0 > .menu-item {
		margin-right: 0;
		width: 100%;
	}
	.menu-level-0 > .menu-item > a,
	.menu-level-0 > .menu-item > span {
		display: block;
		padding: 8px 0;
	}
	.menu-dropdown {
		position: static;
		min-width: auto;
		box-shadow: none;
	}
	.menu-level-1 {
		grid-template-columns: 1fr;
	}
	.menu-item--expanded.open > .menu-dropdown {
		position: static;
		min-width: auto;
		box-shadow: none;
		flex-direction: column;
		background-color: #F2F4F6;
	}
	.menu-item--expanded.open > .menu-dropdown h2 {
		display: none;
	}
	.menu-item--expanded.open .menu-level-1 {
		padding-left: 1.5rem;
		border-left: 1px solid #7A332A;
		margin-top: 1rem;
	}
	.menu-level-1 .menu-item p {
		display: none;
	}
	.menu-item--expanded.open > button .fa-angle-down::before {
		content: "\f106";
	}
	.menu-item--expanded {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.menu-item--expanded > button {
		margin-left: 4px;
		font-size: 18px;
		font-weight: 900;
	}
	.menu-item--expanded > .menu-dropdown {
		flex-basis: 100%;
	}
	h1.page-title {
		font-size: 1.8rem;
	}
}

/* blok-grid */
.blokgrid.panel-primary{
	background-color: unset;
}

.blokgrid-grid{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	grid-auto-rows: min-content;
	margin: auto;
}

@media (min-width: 600px){
	.blokgrid-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.blokgrid-grid:before{
	display:none;
}

.blokgrid-blok{
	width: 100%;
}

/* footer */

.footer-top {
	background-color: #1C1A2A;
	color: #fff;
}
.footer-top h3 {
	font-family: "Teodor", serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin-top: 0;
}
.footer-top h2{
	color: #fff;
	font-size:1.5rem;
	font-weight:400;
}
.footer-top a {
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	color: #fff;
}
.footer-top a:hover {
	color: #A4BDEA;
	border-bottom-color: #A4BDEA;
}
.footer-top p {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 1.6;
}
.footer-top .row {
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer > .container-fluid {
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-top-row {
	margin-bottom: 30px;
	align-items: flex-end;
}
.footer-right-top {
	text-align: right;
}
.footer-right-top h3 {
	font-family: "Teodor", serif;
	font-size: 1.3rem;
	margin: 0;
}
.footer-content-row {
	min-height: 120px;
	padding-left: 50px;
}
.footer-logo {
	display: block;
	border-bottom: none !important;
}
.footer-logo:hover {
	border-bottom: none !important;
}
.footer-logo-img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	filter: brightness(0) invert(1);
}
footer.footer {
	padding-top: 5.5rem!important;
	background: #1C1A2A;
}
/* panels */

.panel {
	margin-bottom: 30px;
}

.panel, .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
	border-radius: 0px;
}

.panel-primary {
	border: 0px;
	background-color: #DEE5EF;
	color: #1C1A2A;
	font-size: 14px;
	line-height: 1.5;
}

.panel-primary .panel-heading {
	border: 0px;
	background-color: transparent;
	padding: 0px;
}
.panel-primary .panel-heading h1{
	display: none;
}
/*.panel-primary .panel-heading h1,*/
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3 {
	display: inline-block;
	background-color: #1C1A2A;
	color: #fff !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	margin: 0px;
	padding: 0.3em 0.3em;
	min-width: 225px;
}

.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3 {
	color: #1C1A2A;
}

.panel .panel-body p:last-child {
	margin-bottom: 0px;
}

.panel > ul {
	margin: 0px;
	padding: 15px;
}
.panel > ul.fa-ul {
	padding-left: 30px;
}
.info-panel li,
.panel > ul > li {
	margin-bottom: 5px;
}

.panel-orange {
	border-color: #FF8670;
}
.panel-default .panel-heading,
.panel-orange .panel-heading {
	border: 0px none;
	background-color: transparent;
}
.panel-default .panel-heading h1,
.panel-default .panel-heading h2,
.panel-default .panel-heading h3,
.panel-default .panel-heading h4,
.panel-orange .panel-heading h1,
.panel-orange .panel-heading h2,
.panel-orange .panel-heading h3,
.panel-orange .panel-heading h4 {
	padding: 0px;
	margin: 0px;
}

.panel .fa-ul i {
	color: #1C1A2A;
}

.info-panel .meer-link {
	border-bottom: 0px none !important;
}

/* step login */

#step-0 .panel .panel-body-fixed-height {
	height: 178px;
}

/* step progressbar */

.step-progressbar {
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 30px;
	font-size: 11px;
}
.step-progressbar li {
	display: inline-block;
	list-style: none;
	position: relative;
	text-align: center;
	vertical-align: top;
}
.step-progressbar .number {
	height: 4px;
	background-color: #999999;
	margin-bottom: 5px;
}
.step-progressbar .number span {
	position: absolute;
	left: 0px;
	top: -12px;
	display: block;
	font-size: 20px;
	background-color: #999999;
	border-radius: 14px;
	width: 28px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.step-progressbar .active .number,
.step-progressbar .active .number span {
	background-color: #BF5345;
}

/* inschrijfwizard */

.inschrijf-tooltip {
	display: inline-block;
	margin-left: 5px;
	color: #AAAAAA;
}

/* evaluatie & intake form */

.evaluatie-categorie {
	background: #fff;
	border: 0 !important;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px !important;
}

#intake-form textarea, #evaluatie-form textarea {
	width: 100%;
}

/* persoonsgegevens */

.afdeling {
	border: 1px solid #1C1A2A;
	padding-top: 15px;
	margin-top: 10px;
}
.new-afdeling,
.afdeling a.btn {
	padding-left: 30px;
	padding-right: 30px;
}

.afdelingen-resultaten {
	color: #1C1A2A;
}

label[for="ministerie_anders"] {
	font-size: 10px;
	line-height: 20px;
}

/* controlegegevens */

.bg-orange {
	background-color: #BF5345;
	color: #fff;
}

/* boom */
.utitle.done {
	display: block;
	border-bottom: 1px solid #1C1A2A;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.boom {
	position: relative;
}
.boom:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
	border-left: 1px dashed #1C1A2A;
}
.boom .intro {
	padding-top: 40px;
}
.boom .intro p {
	background-color: #fff;
	padding-bottom: 5px;
	display: inline-block;
}
.boom .info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.boom .info .links {
	order: 1;
	padding-right: 60px;
}
.boom .info .rechts {
	order: 2;
	padding-left: 60px;
}
.boom .tijd {
	text-align: center;
	height: 100%;
}
.boom .tijd-content {
	font-size: 16px;
    font-weight: bold;
    color: #1C1A2A;
}
.boom .kader:before {
	content: "";
	position: absolute;
	background-color: #fff;
	border: 4px solid #1C1A2A;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}
.boom .kader.links:before {
	right: -12px;
}
.boom .kader.rechts:before {
	left: -12px;
}
.boom .kader h2 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.boom .kader-content {
	background-color: #fff;
	border: 1px solid #FF8670;
	border-radius: 10px;
	padding: 3px 10px;
    color: #1C1A2A;
}
.boom .kader-content:before {
	content: "";
	position: absolute;
	background-color: #1C1A2A;
	width: 50%;
	height: 1px;
	top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    z-index: -1;
}
.boom .links .kader-content:before {
	right: 0px;
}
.boom .rechts .kader-content:before {
	left: 0px;
}
.boom .kader.blue {
	margin-top: 40px;
	text-align: center;
}
.boom .kader.blue:before,
.boom .kader.blue .kader-content:before {
	display: none;
}
.boom .kader.blue .kader-content {
	border-color: #1C1A2A;
	font-size: 10px;
}
.boom .kader.blue .kader-content h2 {
	font-size: 12px;
	font-style: italic;
}
.boom .disclaimer {
	padding-bottom: 0px;
}

.select2-container .select2-selection--single {
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.table .form-control {
	width: 100%;
}

body .select2-container--default .select2-results>.select2-results__options {
	max-height: none;
	overflow-y: initial;
}

.has-feedback .select2-selection__arrow {
	display: none;
}

/* Evaluatierapportage */

#evaluatierapportage .row.categorie h2 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0px;
}

#evaluatierapportage .row.vraag > div {
	margin-left: 2%;
}

#evaluatierapportage .row.vraag .vraag_inner {
	margin-left: 2%;
}

#evaluatierapportage .row.vraag .vraag_inner .graph_container {
	width: 100%;
	height: 300px;
}

#evaluatierapportage .row.vraag .vraag_inner canvas {
	width: 100%;
	height: 300px;
}

/* popover */

.popover.top>.arrow:after {
	border-top-color: #FF8670;
}
.popover {
	background-color: #FF8670;
}

.popover-title {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	border: 0px none;
	text-align: center;
}
.popover-content:empty{
	padding: 0px;
}

/* diverse modules */
.container.dashboard {
	padding-top: 0px !important;
}
.form-group + .dashboard-titel {
	margin-top: 60px;
}
.dashboard-titel {
	border-bottom: 1px solid #555555;
	margin-bottom: 15px;
}
.dashboard-titel h1,
.dashboard-titel h2,
.dashboard-titel h3,
.dashboard-titel h4 {
	display: inline-block;
	margin-bottom: 0px;
	background-color: #1C1A2A;
	color: #fff !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600;
	margin: 0px;
	padding: .3em .5em;
	min-width: 225px;
}
table + .panel-body {
	margin-top: 20px;
	border: 0px none !important;
}
.dashboard-tabs-content > .tab-pane > .panel {
	background-color: transparent !important;
	box-shadow: none;
}
.dashboard-tabs {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #DEE5EF;
	display: inline-block;
}
.dashboard-tabs>li {
	margin-bottom: 0px;
}
.dashboard-tabs>li>a {
	border: 0px none;
	border-radius: 4px;
	background-color: transparent;
	min-width: 150px;
}
.dashboard-tabs>li.active>a,
.dashboard-tabs>li.active>a:hover {
	border: 0px none !important;
}
.dashboard-tabs>li>a:hover {
	background-color: #f2f2f2;
}
#flash:not(:empty) {
	margin-top: 10px;
}
.account-activatie {
	margin-top: 30px;
}

.blokgrid-blok .inner .static .panel-heading h2,
.blokgrid-blok .inner .front .panel-heading h2 {
	font-size: 20px;
	color: #000;
}

/* detail pagina */
.detail.panel-primary .panel-heading {
	background-color: #1C1A2A;
}
.detail .blokgrid .blokgrid-grid {
	padding: 0px;
	padding-top: 1px;
}
.detail .blokgrid .blokgrid-grid .back .panel-heading h2 {
	min-width: 175px;
	max-width: 50%;
}

.detail.panel-primary .panel-heading a {
	color: #fff;
}
.detail.panel-primary .panel-heading a:hover {
	color: #fff;
	text-decoration: underline;
}
.detail.panel-primary .panel-heading h1 {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 600;
}
.detail.panel table {
	font-size: 16px;
}
.detail.panel h1,
.detail.panel h3,
.detail.panel h4 {
	margin-top: 0px;
}
.detail.panel h2{
	margin-top: 10px;
}


/* agenda */

#agenda .panel {
	background-color: transparent;
}
#agenda .panel .fc-event {
	border-color: transparent;
}
.agenda-panel > .panel-body {
	padding-bottom: 0px;
}
.agenda-panel > ul {
	padding-top: 0px;
}

.fc-scroller {
	height: auto !important;
}

body > .popover {
	background-color: #fff;
}
body > .popover,
body > .popover .popover-title {
	color: #333;
	text-align: left;
}
body > .popover .agenda-datumregel {
	white-space: nowrap;
}
body > .popover .agenda-titel {
	font-weight: bold;
}

@media print {
	#evaluatierapportage .row.vraag h3 {
		break-after: avoid-page;
	}

	header,
	section#flash,
	.titlerow .row .container .row .hidden-sm {
		display: none;
	}
}

.kv-file-content, .kv-file-zoom, .file-drag-handle, .input-group .form-control.kv-fileinput-caption{
	display:none;
}

.alert-info{
	background-color: #A4BDEA;
	color: #333333;
}

.downloads h2{
	font-size: 1.25rem;
	font-weight:500;
}