body {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

a, a:visited, a:hover {
    outline: none !important;
}

a:focus,
a:focus{
    outline: none !important;
}

/* Utilities Begin */
:root {
	--size1: 0.5rem;
	--size2: 0.75rem;
	--size3: 1rem;
	--size4: 1.25rem;
	--size5: 1.5rem;
	--color-dark: #33363a;
}
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: var(--size1) !important; }
.mt-2 { margin-top: var(--size2) !important; }
.mt-3 { margin-top: var(--size3) !important; }
.mt-4 { margin-top: var(--size4) !important; }
.mt-5 { margin-top: var(--size5) !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: var(--size1) !important; }
.mb-2 { margin-bottom: var(--size2) !important; }
.mb-3 { margin-bottom: var(--size3) !important; }
.mb-4 { margin-bottom: var(--size4) !important; }
.mb-5 { margin-bottom: var(--size5) !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: var(--size1) !important; margin-bottom: var(--size1) !important; }
.my-2 { margin-top: var(--size2) !important; margin-bottom: var(--size2) !important; }
.my-3 { margin-top: var(--size3) !important; margin-bottom: var(--size3) !important; }
.my-4 { margin-top: var(--size4) !important; margin-bottom: var(--size4) !important; }
.my-5 { margin-top: var(--size5) !important; margin-bottom: var(--size5) !important; }
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: var(--size1) !important; }
.ml-2 { margin-left: var(--size2) !important; }
.ml-3 { margin-left: var(--size3) !important; }
.ml-4 { margin-left: var(--size4) !important; }
.ml-5 { margin-left: var(--size5) !important; }
.px-1 { padding-left: var(--size1) !important; padding-right: var(--size1) !important; }
.px-2 { padding-left: var(--size2) !important; padding-right: var(--size2) !important; }
.px-3 { padding-left: var(--size3) !important; padding-right: var(--size3) !important; }
.px-4 { padding-left: var(--size4) !important; padding-right: var(--size4) !important; }
.px-5 { padding-left: var(--size5) !important; padding-right: var(--size5) !important; }
/* Utilities End */

.responsive-container {
    margin: 0;
    padding: 0;
    position: relative;
}
.dwbv-logo-wrapper {
    /*padding-left: 25px;*/
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 51px;
}
.dwbv-logo {
	/*float:right;*/
}

.form-signin {
	max-width: 400px;
	margin:40px auto 0;
}
.form-signin .dwbv-input-area {
	padding: 20px;
	background-color: #139ee0;
}
.login-alert span.glyphicon {
	font-size: 20px;
    vertical-align: middle;
    margin-right: 10px
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-signin ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
.form-signin :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
.form-signin ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
.form-signin :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}
.form-signin :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #ddd;
}

.form-signin input:not([type="checkbox"]) {
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid rgba(255,255,255, 0.5);
	color:#FFF;
}

nav li ,
nav li a,
nav li a:visited {
	color: #FFF;
	/*min-width: 120px;*/
	background-color: #33363a;
}
.nav.left-navigation .open>a,
.nav.left-navigation .open>a:focus, 
.nav.left-navigation .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #45494E;
	color: #FFF;
}
nav li span.glyphicon,
nav li i.fa {
	font-size: 21px;
	vertical-align: middle;
}
.dropdown-profile {
	float: left;
}
.dropdown-profile.open>.dropdown-menu,
.left-navigation .dropdown-menu {
	background-color: #666666;
	color: #FFF;
	margin-top: 0;
	padding: 10px;
}
nav .dropdown-profile li,
.left-navigation .dropdown-menu > li {
	background-color: #666666;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
nav .dropdown-profile li a,
.left-navigation .dropdown-menu > li > a{
	background-color: #666666;
	color: #FFF;
	padding-left: 0;
}

.left-navigation > li > a.dropdown-toggle {
    cursor: pointer;
}

.dropdown-profile .dropdown-menu>li>a:focus,
.dropdown-profile .dropdown-menu>li>a:hover,
.left-navigation .dropdown-menu>li>a:hover,
.left-navigation .dropdown-menu>li>a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #767879;
}

.button-profile {
	color: #FFF;
    min-width: 120px;
    background-color: #33363a;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    padding-right: 10px;
}
.button-profile > span,
.button-profile > i.fa {
	font-size: 21px;
    vertical-align: middle;
    padding: 0 5px;
}
.navbar-header {
	background-color: #33363a;
}
.nav.left-navigation .glyphicon,
.nav.left-navigation i.fa,
.button-black span.glyphicon,
.button-reset span.glyphicon,
.button-save-settings span.glyphicon{
	margin-right: 5px;
}
.navbar-right span.glyphicon,
.navbar-right i.fa {
	margin-left: 5px;
	color: #139ee0;
}
.navbar-toggle .icon-bar {
	background-color: #FFF;
	width: 35px;
}
.left-navigation li {
	margin-right: 1px;
}
.left-navigation li.searchbar {
    min-height: 51px;
    padding: 0 10px;
    /* line-height: 51px; */
    padding-top: 9px;
}
.left-navigation li.searchbar input {
    background: transparent;
    border: 1px solid #767476;
    padding: 7px;
    display: inline-block;
    float: left;
    line-height: 14px;
    font-size: 14px;
    min-width: 200px;
    border-radius: 0;
    min-height: 33px;
}
.left-navigation li.searchbar button {
    display: inline-block;
    border: 1px solid #767476;
    padding: 5px;
    background: transparent;
    height: 33px;
}
.left-navigation li.searchbar .glyphicon {
    margin: 0;
}
.user-info {
	color: #33363a;
	padding-right: 20px;
	margin-top: 10px;
	text-align: right;
}
.user-info-mobile {
	display: none;
	padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.counter-container {
    display: inline-block;
    position: relative;
    text-align: center;
}
.counter-container .counter {
    margin: auto;
    position: absolute;
    left: 25px;
    top: -10px;
    background-color: tomato;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    padding: .25em;
    font-size: 10px;
    min-width: 1.5em;
    transform: translateX(-50%);
}
.responsive-container.dwbv {
	/*padding-left: 55px;*/
	/*padding-right: 55px;*/
	background-image: url("../img/content_background.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	min-height: 600px;
    padding: 0 0 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.group-select-container .responsive-container.dwbv {
    min-height: 0;
    padding-bottom: 0;
}

.dwbv > .row > .col-md-4:first-child {
    margin-top: 65px;
}

.group-item {
    text-align: center;
    margin-top: 20px;
}

.group-item a {
    display: block;
    padding: 20px;
}

.group-item a:hover,
.group-item a:active {
    background-color: #42b1e6;
    text-decoration: none;
    display: block;
    padding: 20px;
}

.group-item .button-black {
    width: auto;
    padding: 10px;
}

.group-image {
    margin-bottom: 20px;
    background-color: white;
}
.group-image img {
    max-width: 100%;
    height: 250px;
}

.previous-group {
    position: relative;
    margin-top: 20px;
    left: 50%;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#svg-loader {
    color: #33363a;
    text-align: center;
    line-height: 300px;
}

.svg-container {
    position: relative;
}

.svg-container svg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
}

.svg-title {
    position: absolute;
    background-color: #33363a;
    font-size: 1em;
    width: auto;
    height: auto;
    color: white;
    opacity: 1;
    z-index: 999;
    padding: 10px;
}

.button-black.previous-group {
    display: inline-block;
    width: 250px;
    /* min-width: 100px; */
    text-align: center;
}

.area-list {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.area-list .area-item {
    background: rgba(65, 171, 228, 0.9);
    padding: 8px;
    cursor: pointer;
    border: 1px solid #FFF;
    border-width: 1px 1px 0 1px;
    min-height: 51px;
}

.area-list .area-item:nth-child(2n) {
    background: rgba(26, 155, 224, 0.9)
}

.area-list .area-item:last-child {
    border-bottom: 1px solid #FFF;
}

.area-list .area-item:hover,
.area-list .area-item.active {
    background-color: #33363a;
}
.preview-description {
    border-left: 1px solid #FFF;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -8px -8px -8px 8px;
    padding: 4px 8px;
    float: right;
}
.area-item .preview-description {
    visibility: hidden;
}
.area-item:hover .preview-description,
.area-item.active .preview-description {
    visibility: visible;
}

.show-svg-layers {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 30px;
}
.show-svg-layers.button-black > span {
    margin-right: 0;
}

a.button-black:hover {
    text-decoration: none;
}

.logout-nav {
	display: none;
}

.dwbv-results {
    padding: 0 10px;
}

.demarcatie-tabs-container {
    margin-bottom: -35px !important;
}

.demarcatie-tab {
    padding: 10px 20px;
    text-transform: uppercase;
    background: #89cff0;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.demarcatie-tab.active-tab,
.demarcatie-tab:hover {
    background: #139ee0;
}

.border-top {
	position: relative;
	background-color: #33363a;
	display: inline-block;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.border-top.spacing5 {
	margin-left: 5px;
}

.border-top:before {
	position: absolute;
    content: "";
    height: 23px;
    background: #33363a;
    top: -23px;
    left: 0;
    width: 100%;
}

.border-top:after {
	content: '';
    position: absolute;
    background: #33363a;
    top: -23px; right: -23px;
    border-top: 23px solid white;
    border-left: 23px solid #33363a;
    width: 0;
}

.border-top span.glyphicon,
.button-reset span.glyphicon,
.button-black span.glyphicon,
.button-black i.fa {
	font-size: 23px;
	color: #FFF;
	vertical-align: middle;
    border: none;
}

.dwbv-main-body {
	margin-top: 35px;
    /*height: ;*/
    background-color: #139ee0;
}

.btn.button-reset,
.btn.button-save-settings,
.button-black,
.photo-upload-right {
	background-color: #33363a;
	color: #FFF;
	border-radius: 0;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	/* border: 1px inset #999a9c; */
    border: none;
}
.button-black.auto {
    width: auto;
}
.btn.button-reset:hover,
.btn.button-save-settings:hover,
.button-black:hover,
.button-black:focus {
	background-color: #45494E;
	color: #FFF;
}

.bootstrap-select button,
.photo-upload-left,
.user-photo-data textarea
 {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	border: 1px solid rgba(255,255,255, 0.5);
	margin-bottom: 10px;
}
.dwbv-results .bootstrap-select.btn-group button {
	margin-bottom: 0;
}
.user-photo-data textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	margin-bottom: 0;
}
.file-error {
	display: none;
	font-size: 14px;
	line-height: 20px;
	color: #33363a;
	padding-left: 120px;
	padding-top: 15px;
	padding-bottom: 60px;
}
.file-error .glyphicon {
	color: #bd1622;
	font-size: 25px;
	vertical-align: middle;
}
#image_file {
	display: none;
}
.photo-upload-container {
	min-height: 100px;
    position: relative;
}
.custom-file-upload {
    vertical-align: bottom;
    width: 100%;
    padding: 0 0 0 120px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
}
.photo-upload-button {
	display: block;
    position: relative;
}
.photo-upload-left {
	border-right: none;
	padding: 14px;
	margin-bottom: 0;
	display: block;
}
.photo-upload-right {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding: 15px 9px;
	margin-bottom: 0;
	position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.photo-upload-send {
	max-width: 450px;
}
.form-progress-bar {
	display: none;
	white-space: nowrap;
	max-width: 450px;
	opacity: 0.5;
	margin: 0;
	padding: 0;
	position: relative;
}
.progress-bg {
	width: 1%;
	background-color: #139ee0;
	padding: 5px;
}
.progress-bar-inner {
	margin: 5px 50px 5px 5px;
}
.progress-bar-percent {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
    right: 5px;
    top: 10px;
}
.bootstrap-select button:hover,
.bootstrap-select button:focus,
.bootstrap-select button:active,
.bootstrap-select.open > .dropdown-toggle.btn-info {
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255, 0.5);
	box-shadow: none;
	outline: none;
}
.bootstrap-select button.options-selected span.filter-option:before {
    content: "\e013";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.dwbv-results .bootstrap-select button,
.dwbv-results .bootstrap-select button:hover,
.dwbv-results .bootstrap-select button:focus,
.dwbv-results .bootstrap-select button:active,
.dwbv-results .bootstrap-select.open .dropdown-toggle {
	background-color: #33363a;
}

.bootstrap-select > .dropdown-toggle {
	padding-right: 40px !important;
}
.dwbv-results .bootstrap-select > .dropdown-toggle {
    padding-right: 130px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 15px !important;
}
.bootstrap-select .bs-caret > .glyphicon {
    font-size: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.open .bs-caret > .glyphicon {
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);  /* FF3.5/3.6 */
    -o-transform: rotate(180deg);  /* Opera 10.5 */
    -webkit-transform: rotate(180deg);  /* Saf3.1+ */
    transform: rotate(180deg);
}
.bootstrap-select.open .caret{
	border-top: 0;
    border-bottom: 4px dashed;
}

.bootstrap-select .dropdown-menu.open {
	margin-top: -11px;
	padding: 0;
	border-radius: 0;

}

.bootstrap-select .dropdown-menu.open ul,
.settings .bootstrap-select.open .dropdown-menu {
	background-color: #139EE0;
}
.settings .bootstrap-select.open .dropdown-menu {
	border-radius: 0;
	margin-top: -11px;
	padding: 0px;
	border-width: 0 1px 1px 1px;
	border-color: rgba(255,255,255, 0.5);
}

.bootstrap-select .dropdown-menu.open ul li,
.dwbv-short-description,
.dwbv-results .bootstrap-select.open .dropdown-menu {
	background-color: transparent;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: rgba(255,255,255, 0.5);
}
.dwbv-short-description,
.dwbv-results .bootstrap-select.open .dropdown-menu {
	background-color: #89cff0;
	color: #33363a;
}
.bootstrap-select .dropdown-menu.open ul li a {
	padding: 10px 5px;
	color: #FFF;
}
.bootstrap-select .dropdown-menu.open ul li a:hover,
.bootstrap-select .dropdown-menu.open ul li a:focus
 {
	background-color: rgba(255,255,255,0.3);
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-left: 0;
	white-space: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.text {
    margin-left: 19px;
    margin-right: 0 !important;
    white-space: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 5px;
    right: auto !important;
    margin-top: 12px !important;
}

.bootstrap-select span.bs-caret {
	padding: 10px;
}

.bootstrap-select span.filter-option {
	border-right: 1px solid rgba(255,255,255, 0.5);
	padding: 10px;
	white-space: normal;
}
.results-found-container {
	font-size: 16px;
	margin-bottom: 5px;
}
.image-filter,
.image-filter-search,
.demarcatie-list,
.demarcatie-list-search {
	margin-bottom: 18px;
	font-size: 16px;
}
.image-filter,
.image-filter-search {
	margin-bottom: 0;
}
.image-filter input,
.demarcatie-list input,
.image-filter-search input,
.demarcatie-list-search input {
	margin-left: 0;
}
.image-filter label,
.demarcatie-list label,
.image-filter-search label,
.demarcatie-list-search label{
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	min-width: 140px;
}

.dwbv-results .bootstrap-select.open .dwbv-short-description {
	display: none;
}
.dwbv-results .btn-group>.btn {
	float: none;
}
.dwbv-results .bootstrap-select.open .dropdown-menu {
	display: block;
}
.dwbv-results .bootstrap-select.open .dropdown-menu :first-child {

}

.dwbv-results .bootstrap-select.btn-group,
.dwbv-results .bootstrap-select.btn-group.open
.bootstrap-select.btn-group {
	width: 100% !important;
	margin-bottom: 40px;
}
.dwbv-results .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center;
	display: inline-block;
    overflow: hidden;
    width: 110px;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -20px;
    /*height: 100%;*/
    border-left: 1px solid rgba(255,255,255, 0.5);
    border-right: none;
}

.dropdown-menu {
	z-index: 999999;
	float: none;
}

.dropdown-text {
	display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
    white-space: normal;
}

.dwbv-short-description,
.dwbv-results .bootstrap-select.open .dropdown-menu {
	padding: 10px;
	margin: 0;
	border-radius: 0;
	position: static;
}
.dwbv-results .bootstrap-select.open .dropdown-toggle {
	margin: 0;
}
.full-width {
	width: 100% !important;
}
.dwbv-results-heading {
	font-weight: bold;
}
.dwbv-results-value {
	margin-bottom: 20px;
}
.dwbv-results-reference-wrapper {
	color: #33363a;
	margin: -10px;
}
.dwbv-short-description .media,
.dwbv-short-description .media-body {
	overflow: visible;
}
.dwbv-small-image {
	border: 1px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 160px;
}
.dwbv-large-image {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.dwbv-results-reference-head{
	/*background-color: rgba(255,255,255, 0.8);*/
	font-weight: bold;
	padding:10px;
}
.dwbv-results-reference-body{
	/*background-color: rgba(255,255,255, 0.5);*/
	padding: 10px;
}
.dwbv-results-reference-body ul {
	margin-bottom: 20px;
    padding-left: 20px;
}

.dwbv-results-reference-body a {
	color: #33363a;
}

.dwbv-results-reference-title {
	display: inline-block;
	min-width: 150px;
	text-align: left;
}
.filtered-row {
	padding: 10px 0;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
}
.filtered-row .glyphicon {
	margin-right: 5px;
	margin-left: 12px;
	color: red;
}
.filtered-row:hover .glyphicon {
	color: red;
}
.filter-value {
	display: none;
}

.loading {
	font-size: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 70px 10px 10px 10px;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 2;
    min-height: 350px;
}
.go-top-top {
	font-weight: bold;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
.circle-icon {
	background-color: white;
    border-radius: 50%;
    color: black;
    margin-left: 30px;
    padding: 10px;
}

.spin {
	font-size: 30px;
    margin-right: 10px;
  	-webkit-animation: spin 1.2s infinite linear;
  	-moz-animation: spin 1.2s infinite linear;
  	-o-animation: spin 1.2s infinite linear;
  	animation: spin 1.2s infinite linear;
    -webkit-transform-origin: 50% 58%;
 	transform-origin:50% 58%;
 	-ms-transform-origin:50% 58%; /* IE 9 */
}

.upload-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.upload-title-small {
	font-weight: bold;
	margin-top: 20px;
}
.upload-left-text {
	font-size: 16px;
	line-height: 20px;
}
.upload-right-title {
	margin: 10px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.upload-right-value {
    margin: 10px 0;
    line-height: 26px;
}

.margin-top20 {
	margin-top: 20px;
}
.margin-top40 {
	margin-top: 40px;
}
.upload-image-icon {
	font-size: 100px;
	position: absolute;
}
.text-dark {
    color: #33363a;
}

#popup-iframe {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#user-photo-form .upload-row label {
	margin-left: 10px;
}
.iframe-loader {
    color: black;
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    text-align: center;
}

.iframe .dwbv-main-body {
    margin: 0;
}

.iframe .dwbv-content-wrapper {
    height: 100%
}

.iframe .navbar,
.iframe .btn-feedback {
    display: none;
}

.iframe-search {
	display: inline-block;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.iframe .iframe-search {
	padding-top: 0;
}

.iframe .iframe-search .left-navigation {
	padding-top: 5px;
}

.iframe .iframe-search ul {
	padding: 10px;
    margin: 0;
    list-style: none;
    color: #000;
}

.iframe .iframe-search ul li {
	padding: 0;
	min-height: auto;
	display: inline-block;
}

.iframe .iframe-search li.backlink {
	padding: 0 10px;
}

.iframe .iframe-search li.backlink button {
	padding: 6px 10px;
}

.iframe .search-results {
	background-color: #89cff0;
}

.iframe .demarcatie-tabs-container {
	margin-bottom: 0 !important;
}

ul.dashed-list {
  list-style-type: none;
}
ul.dashed-list > li {
  text-indent: -12px;
}
ul.dashed-list > li:before {
  content: "-- ";
  text-indent: -12px;
}
.feedback-question {
	font-size: 16px;
}
.feedback-positive,
.feedback-negative {
	cursor: pointer;
	margin-left: 10px;
}
.feedback-positive {
	color: green;
}
.feedback-negative {
	color: red;
}

.dwbv-filter-options .thema,
.dwbv-filter-options .groep {
	display: none !important;
}

.search-container input{
	background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255, 0.5);
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.search-container input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
.search-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
.search-container input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
.search-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
.search-container input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #FFF;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#header{
    background-color: #139EE0;
	padding-left: 0;
	padding-right: 0;
}

#navigation{
    color: black;
    font-size: 20px;
	padding: 19px 50px 19px 10px;
/*     height: 10%; */
}

#navigation a {
    color: inherit;
}

.small-breadcrumbs #navigation {
    padding: 0 0 0 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

#navigation .info-popup {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    cursor: pointer;
}

/* todo hardcoded margin and padding, needs to be responsive*/
#close {
    width: auto;
	border: none;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
}

#closePopUp{
    width: auto;
    border: none;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#closePopUp > span{
    margin: 0;
}

#close > span,
#close > i {
    margin: 0;
}

.voorbeeld{
	border: none;
    font-size: 14px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}

.button-black.voorbeeld .glyphicon {
    margin-right: 15px;
}

.referentie .item {
    position: relative;
    padding-left: 21px;
}

.referentie .item .glyphicon {
    position: absolute;
    top: 0;
    left: 0;
}

.referentie .item a {
    color: inherit;
}

.row #container{
    background-color: #89cff0;

}

#container{
	display: flex;
}

#row {
    flex: 1;
}

#table{
    padding-left: 0;
    padding-right: 0;
	position: relative;
}

#table tr:last-child{
    border-bottom: none;
}

#content{
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    border-left: 1px black solid;
    /*display: none;*/
    height: 100%;
}

.dwbv-main-body .table:not(.table-bordered) tbody > tr > td{
	vertical-align: middle;
	border: none;
}

.tr{
	background-color: #89cff0;
	border-bottom: solid 1px #074b6d;
	color: black;
}

.tr:hover,
.tr.active-row td:first-child {
	color: white;
	cursor: pointer;
}

.tr.borderless {
    border-bottom: none;
}

.dwbv-main-body .table{
    margin-bottom: 0;
    border-right: solid 1px black;
}
/*  Force table to take full width */
.dwbv-main-body .table thead > tr th:first-child {
    width: 100%;
}

.dwbv-main-body .table thead > tr > th{
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	border-right: solid 1px #89cff0;
	border-bottom: none;
    height: 40px;
}

.dwbv-main-body .table thead > tr > th:last-child{
	border-right: none;
}

.dwbv-main-body .table > tbody + tbody {
    border-top: none;
}

.th{
	color: white;
	background-color: #074b6d;
}

.checks{
	text-align: center;
}

.checkmark {
	display:inline-block;
    vertical-align: bottom;
	width: 33px;
	height:33px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.checkmark_circle {
	position: absolute;
	width:33px;
	height:33px;
	background-color: #139ee0;
	border-radius:16.5px;
	left:0;
	top:0;
}

.checkmark_stem {
	position: absolute;
	width:4.5px;
	height:13.5px;
	background-color:#fff;
	left:16.5px;
	top:9px;
}

.checkmark_kick {
	position: absolute;
	width:6px;
	height:4.5px;
	background-color:#fff;
	left:12px;
	top:18px;
}

.thead_extension{
    width: 100.5%;
    background-color: #074b6d;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 8px;
    /*border-left: solid 1px #89cff0;*/
}

.innerContent{
    transform: translate3d(0,0,0);
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    /*border-left: solid 1px #074b6d;*/
    padding: 10px;
    color: black;
}

.prestatie-info-container {
    position: sticky;
    top: 0;
}

.stick{
/*    transform: translate3d(0,0,0);*/
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    /*-webkit-backface-visibility: hidden;*/

    position: relative;
    color: black;
    padding: 10px;
    /*background-color: transparent;*/
}

.prestatie-image-container {
    position: relative;
    min-height: 43px;
}

.prestatie-image-container a {
    text-decoration: none;
}

#popUpBox .prestatie-image-container img {
    max-width: 100%;
    height: auto;
}

.image-extra-count {
    position: absolute;
    top: 0;
    right: 9px;
    background: #1a171b;
    color: white;
    font-size: 12px;
    min-height: 27px;
    line-height: 27px;
    min-width: 27px;
    text-align: center;
    pointer-events: none;
}

.bold{
    font-weight: bold;
}

.box{
    padding: 20px 0 0;
}

.image-upload-row {
    position: relative;
    padding-right: 250px;
}

.image-upload-row + .box:not(.referentie) {
    padding-top: 43px;
}

.firstBox{
    padding: 0px 0 0;
}

.text-center{
    top: 50px;
}

.photos-container {
    padding-top: 50px;
}

.photos-container .title {
    background: #074b6d;
    color: #FFF;
    padding: 4px 8px;
    font-weight: bold;
    margin: 10px -10px;
}

a.magnific-popup {
    display: inline-block;
    position: relative;
}

.photo-list {
    font-size: 0;
    display: flex;
    flex-flow: wrap;
}

/* .photo-list a.magnific-popup:nth-child(3n) {
    margin-right: 0;
} */

.photo-row {
    margin-bottom: 20px;
}

.photo-image {
    margin-right: 2%;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}

.photo-list > .photo-image:nth-child(2n){
    margin-right: 0;
}

.photo-measure {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.photo-description {
    font-size: 14px;
    display: inline-block;
    width: 57%;
    vertical-align: top;
}

.photos-container .photos-valid a.magnific-popup:after {
    content: "\e013";
    position: absolute;
    color: #72c572;
    top: 5px;
    right: 5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.photos-container .photos-invalid a.magnific-popup:after {
    content: "\e014";
    position: absolute;
    color: red;
    top: 5px;
    right: 5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.img_example{
    width: 100%;
    height: auto;
    margin: 0;
    border: solid 1px black;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #42b1e6;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#modal{
    color: black;
    background-color: #89CFF0;
}

#popUpHeader{
    background-color: #074B6D;
    color: white;
    height: 45px;
}

#popUpHeaderContent{

}

#popUpContent{
    padding-left: 0;
    padding-right: 0;
    background-color: #89cff0;
    height: 100%;
    /*todo when it goes to bottom, hide div and make pop up with content in it*/
    /*display: none;*/
}

.mfp-bg {
    z-index: 1051;
}

.mfp-wrap {
    z-index: 1052;
}

.mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.modal-body-touch {
    /* min-height: 100px;
    max-height: 300px; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.close-window {
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
}
.close-window > .glyphicon,
.close-window > i.fa {
    top: 3px;
}

.d-inline-block {
    display: inline-block;
}

.btn-feedback {
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 5px #e3e3e3;
    border-radius: 100%;
    background-color: #337ab7;
    border: 1px solid #fff;
    width: 64px;
    height: 64px;
    text-align: center;
}
.btn-feedback i {
    font-size: 42px;
    line-height: 64px;
    color: #ffffff;
}
.ya-quiz-overview {
    background-color: #159ee0;
    padding-top: 50px;
    padding-bottom: 293px;
}
.ya-quiz-block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 24px;
    position: relative;
    margin-bottom: 32px;
}
.ya-quiz-block h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
}
.ya-quiz-block span {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.ya-quiz-block img {
    max-width: 150px;
    height: auto;
    margin: 23px auto;
    display: block;
}
.ya-quiz-block .btn {
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    padding: 22px 32px;
    display: block;
}
.ya-quiz-block .btn-success {
    background-color: #89C627;
    border-color: #89C627;
    color: #ffffff;
}
.ya-quiz-block .btn-primary {
    background-color: #159EE0;
    border-color: #159EE0;
    color: #ffffff;
}
.ya-quiz-block .fa-check {
    position: absolute;
    right: 22px;
    top: 30px;
    color: rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 32px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    width: 48px;
}
.ya-quiz-rating * {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    line-height: 14px;
}
.ya-quiz-rating .fas {
    color: #ffec00;
}
.ya-quiz-rating .far {
    color: #ffffff;
}

.ya-quiz-block.ya-quiz-filled {
    background-color: #2f3339;
}
.ya-quiz-block.ya-quiz-filled h3, .ya-quiz-block.ya-quiz-filled span {
    color: #ffffff;
}
.ya-quiz-block.ya-quiz-filled .fa-check {
    color: #89C627;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ya-quiz-screen {
    background-color: #159ee0;
    padding-top: 52px;
    padding-bottom: 323px;
}
.ya-quiz-screen h2 {
    font-size: 46px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 900;
}
.ya-questions-answered {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    max-width: 34%;
}
.ya-quiz-progress-bar {
    display: inline-flex;
    width: 65%;
    flex-direction: row;
    align-items: stretch;
}
.ya-quiz-progress-bar .ya-section {
    background-color: #fff;
    height: 18px;
    flex: 1;
    margin: 0 1px;
}
.ya-quiz-progress-bar .ya-section:first-of-type {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ya-quiz-progress-bar .ya-section:last-of-type {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.ya-quiz-progress-bar .ya-section.ya-done {
    background-color: #89C627;
}
.ya-quiz-progress-bar .ya-section.ya-active {
    background-color: #2F3339;
}
.ya-result-stars {}
.ya-result-stars .fa-star,
.ya-result-stars .fa-star-half-alt {
    color: #ffec00;
    font-size: 44px;
    line-height: 45px;
    margin-right: 10px;
}
.ya-quiz-question-block {
    background-color: #fff;
    margin-top: 44px;
    border-radius: 10px;
    padding: 56px 60px;
}
.ya-quiz-question-block {}
.ya-quiz-question-block p {
    color: #000000;
}
.ya-quiz-question-block h1 {
    font-size: 36px;
    line-height: 42px;
    color: #2f3339;
    margin-left: 16px;
    margin-bottom: 75px;
}
.ya-answer-number {
    font-size: 46px;
    line-height: 87px;
    width: 86px;
    height: 86px;
    background-color: #159ee0;
    border-radius: 64px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 900;
}
.ya-quiz-question-block {
    overflow: hidden;
}
/*.ya-quiz-question-block::before {
    content: "\A";
    position: absolute;
    left: -440px;
    top: 44px;
    bottom: 0;
    width: 194px;
    display: block;
    border-radius: 10px;
    background: rgba(255,255,255,.5);
}*/
/*.ya-quiz-question-block::after {*/
/*    content: "\A";*/
/*    position: absolute;*/
/*    right: -440px;*/
/*    top: 44px;*/
/*    bottom: 0;*/
/*    width: 194px;*/
/*    !* background-color: red; *!*/
/*    display: block;*/
/*    border-radius: 10px;*/
/*    background: rgba(255,255,255,.5);*/
/*}*/
.ya-quiz-question-block img {
    border-radius: 10px;
    margin-bottom: 32px;
}
.ya-quiz-question-block .btn {
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    padding: 16px 32px;
}
.ya-quiz-question-block .btn-secondary {
	background-color: #d0d0cf;
	color: #333;
}
.ya-quiz-question-block .btn-success {
    background-color: #89C627;
    border-color: #89C627;
    color: #ffffff;
}
.ya-quiz-question-block .btn > .fa-chevron-left {
	margin-right: 10px;
}
.ya-quiz-question-block .btn > .fa-chevron-right {
	margin-left: 10px;
}
.btn.previous-question,
.btn.next-question  {
	min-width: 150px;
}
.btn.previous-question.disabled,
.btn.next-question.disabled {
	opacity: 0.3;
}
.ya-options {}
.ya-options > label > input {
    visibility: hidden;
    display: none;
}
.ya-options > label {
    width: 100%;
    position: relative;
}
.ya-options > label > span {
    padding: 21px 29px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21,158,224,0.76) 0%, #159EE0 100%);
    display: block;
    cursor: pointer;
}
.ya-options > label > input:checked + span {
    color: #159EE0;
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.56);
    background: #ffffff;
}
.ya-options > label > input:checked + span::after {}
.ya-options > label > input.correct + span:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 15px;
    color: #89C627;
}
.ya-results {}
.ya-results h1 {
    font-size: 56px;
    line-height: 66px;
    color: #2f3339;
    margin-bottom: 48px;
}
.ya-results h1 b {
    display: block;
}
.ya-results p {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #2f3339;
}
.ya-quiz-badge {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    background-color: #159EE0;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    border-radius: 100%;
    margin-right: 5.5px;
    cursor: pointer;
}
.ya-quiz-badge.wrong {
    background-color: #D52121;
}
.ya-quiz-badge {}
.ya-results .mb-5 {
    margin-bottom: 5rem;
}

.display-grid {
	display: grid;
	grid-template-columns: 35% 5px auto;
}

.display-grid:before {
    display: none;
}

.display-grid .thead_extension {
	width: 100%;
}

.display-grid #content {
	border: 0;
	margin: 0;
}

.display-grid .box .item a {
	word-break: break-all;
}

.display-grid .image-upload-row.resized {
    padding: 0;
}

.display-grid .voorbeeld.resized {
    position: relative;
}

.gutter-col {
	background: #555;
	cursor: col-resize;
}

.gutter-col + div {
	max-width: 100%;
}

.gutter-col + div img {
	max-width: 100%;
	height: auto;
}

.fixed-grip {
	background: #555 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==') 50% 50% no-repeat;
    width: 5px;
    height: 35px;
    position: fixed;
    top: 280px;
}

@media (min-height: 600px) {
    .modal-body-touch {
        max-height: 600px;
    }
}

@media (min-height: 800px) {
    .modal-body-touch {
        max-height: 800px;
    }
}

@media (min-height: 1000px) {
    .modal-body-touch {
        max-height: 800px;
    }
}

@media (min-width: 1200px) {
    .responsive-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .responsive-container.dwbv {
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        /*width: 100%;*/
    }
    .dwbv-results {
        padding: 0;
    }
    .dwbv-logo-wrapper {
        right: 0;
    }
    .close-window {
        left: 0;
    }
}

@media (max-width: 1023px) {
    .responsive-container {
        font-size: 12px;
    }
    .dwbv-logo-wrapper {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 15px;
    }
    .close-window {
        left: auto;
        right: 15px;
    }
    .area-list {
        left: 10px;
        right: 80px;
    }
    .area-list .area-item {
        display: inline-block;
    }
    .preview-description {
        font-size: 18px;
    }
}
/* @media (max-width: 1199px) {
    .dwbv-logo-wrapper {
        position: static;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #FFF;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -1px;
        float: none;
    }
} */

@media (max-width: 991px) {
    nav li, nav li a, nav li a:visited {
        min-width: 0;
    }
    #content{
        display: none;
    }
    #container {
        display: block;
    }
}

@media screen and (max-width: 990px){

}

@media (max-width: 767px) {
    .user-info {
        display: none;
    }
    .user-info-mobile {
        display: block;
    }
    .navbar-static-top {
        background-color: #33363a;
    }
    .responsive-container.dwbv {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown-profile {
        display: none;
    }
    .logout-nav {
        display: block;
    }
    .dwbv-logo-wrapper {
        background: #FFF;
        margin-bottom: -2px;
    }
    .left-navigation li.home {
        display: inline-block;
        position: relative;
        z-index: 1;
        border: 1px solid grey;
    }
    .left-navigation li.searchbar {
        display: inline-block;
        min-height: 43px;
        border-bottom: 1px solid gray;
        border-top: 1px solid grey;
        position: absolute;
        top: 59px;
        width: 100%;
        right: 0;
        box-sizing: border-box;
        z-index: 0;
        padding: 4px 43px 4px 64px;
    }
    .left-navigation li.searchbar input {
        width: 100%;
    }
    .left-navigation li.searchbar button {
        position: absolute;
        right: 6px;
        top: 4px;
    }
    .demarcatie-tab {
        font-size: 14px;
        padding: 5px 10px;
    }
    #navigation {
        font-size: 16px;
        padding: 15px 50px 15px 10px;
    }
    #close {
        top: 9px;
        padding: 5px;
    }
    .group-image {
        min-height: 100px;
    }
    .group-image img {
        height: 200px;
    }
    .group-item .button-black {
        display: block;
        text-align: center;
    }
    .d-sm-none {
        display: none;
    }
    .user-info-mobile .dwbv-logo {
        width: 54px;
        height: auto;
    }
    .group-title {
        height: 31px;
    }
    .demarcatie-tabs-container {
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }
    .demarcatie-tab {
        display: inline-block;
    }
    .demarcatie-tabs-container::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    .demarcatie-tabs-container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }
    .demarcatie-tabs-container::-webkit-scrollbar-thumb {
        background: #33363a;
        width: 6px;
    }
}

@media (max-width: 476px) {
    .area-list {
        right: 10px;
        top: unset;
        bottom: 65px;
    }
    .area-list .area-item {
        width: 50%;
        background: rgba(26, 155, 224, 0.9);
        vertical-align: top;
        font-size: 14px;
    }
    .svg-container {
        z-index: -1;
    }
    .btn-feedback {
        width: 38px;
        height: 38px;
    }
    .btn-feedback i {
        font-size: 25px;
        line-height: 38px;
    }
}
@media (max-width: 450px) {
    .dwbv-short-description .media-right {
        display: table-row;
        text-align: center;
    }
    .preview-description {
        font-size: 14px;
        margin: -4px -4px -4px 8px;
        padding: 2px 4px 0px;
    }
    .voorbeeld{
        position: static;
    }
    .image-upload-row {
        padding-right: 0;
    }
    .img_example {
        height: 100px;
    }
    .group-image img {
        height: 100px;
    }
    .area-list .area-item {
        padding: 5px;
        /*font-size: 10px;*/
    }
}
