        .topbar .nav-item .nav-link .img-profile + span:after {
            background: url(/css/img/request-add/dropdown_icon.svg) no-repeat;
        }
        
.icon-general-info {
    background-image: url(/css/img/request-add/algemene_gegevens.svg);
}

.sidebar .nav-item.completed .nav-link .icon-general-info {
    background-image: url(/css/img/request-add/algemene_gegevens_groen.svg);
}

a:hover > .icon-general-info,
.sidebar .nav-item.active .nav-link .icon-general-info {
    background-image: url(/css/img/request-add/algemene_gegevens_blauw.svg) !important;
}

.icon-application {
    background-image: url(/css/img/request-add/aanvraag.svg);
}

.sidebar .nav-item.completed .nav-link .icon-application {
    background-image: url(/css/img/request-add/aanvraag_groen.svg);
}

a:hover > .icon-application,
.sidebar .nav-item.active .nav-link .icon-application {
    background-image: url(/css/img/request-add/aanvraag_blauw.svg) !important;
}

.icon-motivation {
    background-image: url(/css/img/request-add/motivatie.svg);
}

.sidebar .nav-item.completed .nav-link .icon-motivation {
    background-image: url(/css/img/request-add/motivatie_groen.svg);
}

a:hover > .icon-motivation,
.sidebar .nav-item.active .nav-link .icon-motivation {
    background-image: url(/css/img/request-add/motivatie_blauw.svg) !important;
}

.icon-approval {
    background-image: url(/css/img/request-add/ondertekening.svg);
}

.sidebar .nav-item.completed .nav-link .icon-approval {
    background-image: url(/css/img/request-add/ondertekening_groen.svg);
}

a:hover > .icon-approval,
.sidebar .nav-item.active .nav-link .icon-approval {
    background-image: url(/css/img/request-add/ondertekening_blauw.svg) !important;
}

.icon-documents {
    background-image: url(/css/img/request-add/documenten.svg);
}

.sidebar .nav-item.completed .nav-link .icon-documents {
    background-image: url(/css/img/request-add/documenten_groen.svg);
}

a:hover > .icon-documents,
.sidebar .nav-item.active .nav-link .icon-documents {
    background-image: url(/css/img/request-add/documenten_blauw.svg) !important;
}

.icon-note {
    background-image: url(/css/img/request-add/opmerkingen.svg);
}

.sidebar .nav-item.completed .nav-link .icon-note {
    background-image: url(/css/img/request-add/opmerkingen_groen.svg);
}

a:hover > .icon-note,
.sidebar .nav-item.active .nav-link .icon-note {
    background-image: url(/css/img/request-add/opmerkingen_blauw.svg) !important;
}

.icon-registration {
    background-image: url(/css/img/request-add/thuiszitters.svg);
}

.sidebar .nav-item.completed .nav-link .icon-registration {
    background-image: url(/css/img/request-add/thuiszitters_groen.svg);
}

a:hover > .icon-registration,
.sidebar .nav-item.active .nav-link .icon-registration {
    background-image: url(/css/img/request-add/thuiszitters_blauw.svg) !important;
}
        
.select-wrapper:after {
    background: url(/css/img/request-add/dropdown_icon.svg) no-repeat;
}

    .tooltip:after {
        background: url(/css/img/request-add/information_icon.svg) no-repeat;
    }
.tooltip {
	display: inline;
}
    .tooltip .tooltiptext {
        width: 480px;
		background-color: #fff;
		color: #5a5c69;
		border-color: #5a5c69;
		border-style: solid;
		border-width: 1px;
		left: -50px;
	}
	
.radio.tooltip::after {
}	
.motivationtext	 {
	padding-top: 0px;
	margin-bottom: 18px;
}
.motivationtext h3 {
	margin-bottom: 0px;	
}
	
.bg-login-image {
    position: relative;
    background: url(/css/img/backgroundimage.png);
    background-repeat: no-repeat;
	background-size:cover;
	} 
	
.bg-login-image:after {
  background:none;
  filter: none;
	
	}	

    .select-township {
        background-image: url(/css/img/request-add/location_icon.svg);
	}  
.select-date {
    background-image: url(/css/img/request-add/calendar_icon.svg);	
    }
    
.card-search-bar input {
    background-image: url(/css/img/request-add/search_icon.svg);    
    }
    

    .table th button {
        background-image: url(/css/img/request-add/dropdown_icon_single.svg);
    }        
    
.navbar-nav-logo  img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    flex-shrink: 0;
}   
    .tooltip.warning:after {
        background: url(/css/img/request-add/information_icon_rood.svg) no-repeat;
        height: 18px;
    } 
    
.document {
	width: 88%;
}    
.document-view {
	top: -40px;
	position: relative;
	float: right;
}

h4.font12 {
	font-size: 12px;
	font-weight: 100;
}

.searchfield {
	width: 400px;
}

form[name="filter"] {
  width: 100%;
}


.icon-orderby{
  display: inline-flex;
/* 	float: right; */
  flex-direction: row;
  height: 100%;
  margin-left: auto;
  
}
.icon-orderby:before{
  content:'';
  border-bottom: solid 7px #646464;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
  margin-bottom: 2px;
}
.icon-orderby:after{
  content:'';
  border-top: solid 7px #646464;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
}

.orderby-down:before{
  opacity: 0.5;
}
.orderby-up:after{
  opacity:0.5; 
}

table.note-overview tr.prio-1 td:first-of-type {
  border-left: 10px solid #d65145;
}
table.note-overview tr.prio-2 td:first-of-type {
  border-left: 10px solid #f0bd4e;
}
table.note-overview tr.prio-3 td:first-of-type {
  border-left: 10px solid #59a45f;
}


table.note-overview {
  border-collapse: unset;
}

.document {
  width: 95%;
}  
.document-del {
  top: -40px;
  position: relative;
  float: right;
}

.tlv-aanvraag {
  margin-left: 30px;
}