@font-face{font-family: "bernard mt condensed"; src:url('/fonts/bernardmtcondensed.ttf') format('truetype');}

.red{
	color:red;
}

@media only screen and (max-width: 700px){
	overflow-x: hidden;
	width: 100%;
}
.titanic{
	float:none !important;
	width: 8%!important;
}

@media  (max-width: 1055px) {

   .titanic {
       width:10%!important;
    }
}

@media  (max-width: 700px) {

   .titanic {
       width:20%!important;
    }
}

.popup_span{
	cursor: help;
    background: #bbb;
    padding: 3px;
    color: white;
    font-family: "Open Sans", sans-serif;
    height: 19px;
    width: 16px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
}

.popup_small{
	z-index: 1000;
	display: none;
	position: absolute;
	background: white;
	border: solid 2px #bbb;
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	margin-top: -4px;
    font-weight: normal;
}

.popup_span:hover + .popup_small, 
.popup_small:hover {
	display: block;
}


.stap5_text{
	max-width: 320px;
    position: relative;
    margin-left: auto;
}

.stap5{
	float:none!important;
	min-width: 100%;
	margin-top: 20px;
}

// .stap5:nth-child(2){
// 	margin-top: 5px;
// }
.stap5:nth-child(5){
	margin-top: 5px;
}

.stap6{
	float:none !important;
	width:80%!important;
	margin-left: 20px;
	display: inline-grid;
}
@media  (max-width: 355px) {

	.stap6{
		margin-left: unset;
	}

}

.bijzonderheden{
	margin-left: 20px;
	border-radius: 4px;
	width: 60%;
	border: 1px solid #ccc;
	font-size: 14px;
	height: 100px;
}

.stap-titel{
display: flex;
}

.group{
	margin-bottom:15px;
	position: relative;
}

.group:not(:first-child){
	display: none;
}

.stap-titel .cirkel{
	border-radius: 50%;
	background-color: #F89B0F;
	height: 50px;
	width: 50px;
	position: absolute;
	transition: .2s;
}
.stap-titel .cirkel p{
	color: #FCF2E6;
	font-size: 32px;
	text-align: center;
	line-height: 50px;
	font-family: "bernard mt condensed" !important;
	transition: .2s;
	}
.titelbalk{
	background-color: #FCF2E6;
	margin-left: 25px;
	padding-left: 40px;
	height: 50px;
	line-height: 50px;
	font-family: MfReallyAwesome !important;
	transition: .2s;
	color: #F89B0F;
	font-size: 24px;
	cursor: pointer;
}

.titelbalk i{
	position: absolute;
	right: 20px;
	top: 12px;
}

.titelbalk i .fa{
	position: absolute;
	right: 20px;
	top: 12px;
}
.form-slideup{
	margin-top: 28px;
	margin-bottom: 30px;
}

.form-slideup .avg_stap{
	font-size: 12px !important;
	font-style: italic !important;
	margin-bottom: 20px !important;
	display: inline-block !important;
}
.form-group{
	position: relative;
}

.form-slideup .form-group #radioopvangsoort,
.form-slideup .form-group #checkboxkiesdagdeel{
	display: block;
}
.form-slideup .form-group #radioopvangsoort label,
.form-slideup .form-group #checkboxkiesdagdeel label{
    display: block;
    float: none;
    margin-left: 231px;
    width: 50%;
}
.form-group label{
	cursor: pointer;

}

@media  (max-width: 700px) {

   .form-slideup .form-group #radioopvangsoort label,
   .form-slideup .form-group #checkboxkiesdagdeel label{

	    margin-left: unset;

	}
}

select{
	border-radius: 5px;
	outline: none;
	background: white;
	padding: 0px 5px;
	width: 100%;
	max-width: 250px;
	overflow: hidden;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;

}

select {
	background: url('/images/select_arrow_down.png') no-repeat right #FEFEFE;
	cursor: pointer;
}
.datum-form{
	border-radius: 5px;
	outline: none;
	padding: 0px 5px;
	width: 100%;
	max-width: calc(24% /3);

}

.datum-form:nth-child(3n) {
    max-width: calc(51% /3);
}

@media  (max-width: 700px) {

	.datum-form{
		border-radius: 5px;
		outline: none;
		padding: 0px 5px;
		width: 100%;
		max-width: calc(145px/2);

	}

	.datum-form:nth-child(3n) {
	    max-width: 100px;
	}

}
@media  (max-width: 500px) {

	.datum-form{
		border-radius: 5px;
		outline: none;
		padding: 0px 5px;
		width: 100%;
		max-width: calc(50%/2);

	}

	.datum-form:nth-child(3n) {
	     max-width: calc(48% /1);
	}

}
@media  (max-width: 370px) {

.datum-form:nth-child(3n) {
	     max-width: calc(47% /1);
	}


}

form #kieslocatie{
	width: 220px;
}
.button-right button{
	width: 150px;
	height: 40px;
	font-size: 18px;
	background-color: #5BB834 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom-width: 3px !important;
	color: #FFFFFF !important;
	border-bottom-color: #53a746;
	transition: .2s;
	margin-top: 10px;
}

button.btn.btn-default{
transition: .2s;
}


button.btn.btn-default:hover{
	border-bottom-width: 0 !important;
}

.button-right button i{
	font-size: 18px;
	color: #FFFFFF !important;
	vertical-align: middle;
    margin-left: 5px;
}
.button-right{
	text-align: right;
}
select[disabled]{
	opacity: .5;
}
button[disabled]{
	border-bottom-color: #d3d3d3 !important;
	opacity: .5;
	background-color: #f4f5f6 !important;
	color: #d3d3d3 !important;
}

button[disabled] i{
	color: #d3d3d3 !important;
}
.popup{
    z-index: 1000;
    display: none;
    position: absolute;
    background: white;
    border: solid 2px #F89B0F;
    padding: 10px;
    line-height: 20px;
    right: 0;
    top: 60px;
    font-size: 18px;
    margin-top: -4px;
	width: 100%;
    max-width: 300px;
    height: 150px;
    border-radius: 6px;
    background-color: #fbf1e6;
    font-family: MfReallyAwesome !important;

}

.popup p{
	margin-top: 40px;
	color: #808080;
	font-size: 16px;
    font-family: MfReallyAwesome !important;
    pointer-events: none;
}
.popup .beamtop{
	left: 0;
    width: 100%;
    position: absolute;
    top: -1px;
    border-radius: 5px 5px 0 0;
    height: 40px;
	background-color: #F89B0F;

}

.popup .beamtop .titels{
	color: #FFFFFF;
	height: 100%;
    margin: 10px;
    pointer-events: none;
}

.titelbalk i.fa-question-circle:hover ~ .popup, .popup:hover{
	display: block;
}

// @media  (max-width: 768px) {
// .titelbalk i:hover ~ .popup, .popup:hover{
// 	display: none;
// }

}
.titelbalk2{
    background-color: #EDF8EA;
    padding-left: 40px;
    line-height: 34px;
    font-family: MfReallyAwesome !important;
    transition: .2s;
    color: rgb(91, 184, 52);
    font-size: 24px;
    width: 80%;
    position: relative;
}
.titelbalk2 i{
	position: absolute;
    right:20px;
    top: 5px;
}

.titelbalk2 i .fa{
	position: absolute;
    right:20px;
    top: 5px;
}
.aanmerking_tekst_extra{
	margin-top: 30px;
}
.titelbalk_extra{
    background-color: #EDF8EA;
    padding-left: 40px;
    height: 34px;
    line-height: 34px;
    font-family: MfReallyAwesome !important;
    transition: .2s;
    color: rgb(91, 184, 52);
    font-size: 24px;
    width: 80%;
    position: relative;
}
.titelbalk_extra i{
	position: absolute;
    right:20px;
    top: 5px;
}

.titelbalk_extra i .fa{
	position: absolute;
    right:20px;
    top: 5px;
}
@media  (max-width: 700px) {

  .titelbalk2{
    background-color: #FCF2E6;
    padding-left: 40px;
    line-height: 34px;
    font-family: MfReallyAwesome !important;
    transition: .2s;
    color: #F89B0F;
    font-size: 24px;
    width: 100%;
    position: relative;
}
.titelbalk2 i{
	position: absolute;
    right:20px;
    top: 5px;
}

.titelbalk2 i .fa{
	position: absolute;
    right:20px;
    top: 5px;
}

  .titelbalk_extra{
    background-color: #FCF2E6;
    padding-left: 40px;
    height: 34px;
    line-height: 34px;
    font-family: MfReallyAwesome !important;
    transition: .2s;
    color: #F89B0F;
    font-size: 24px;
    width: 100%;
    position: relative;
}
.titelbalk_extra i{
	position: absolute;
    right:20px;
    top: 5px;
}

.titelbalk_extra i .fa{
	position: absolute;
    right:20px;
    top: 5px;
}
}

 .popup:after {
    content: "";
    position: absolute;
    top: 0%;
    transform: rotate(180deg);
    left: 50%;
    margin-top: -30px;
    margin-left: 103px;
    border-width: 15px;
    border-style: solid;
    border-color: #F89B0F transparent transparent transparent;
}
.form-control{
	max-width:250px;
	padding: 0px 5px !important;
	display:inline-block;
}



@media  (max-width: 700px) {
   label{
       width:100%!important;
    }
}

h3{
	color:#F89B0F;
	font-family:MfReallyAwesome !important;
	font-size: 24px;

}

input[type="checkbox"]:not(.default),
input[type="radio"]:not(.default) {
	width: 13px;
	height: 13px;
	background-color: white;
	border: 1px solid rgba(189, 189, 189, 0.5);
	outline: none;
	overflow: hidden;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	cursor: pointer;
	margin-right: 5px;
}

input[type="radio"]:not(.default):checked:before {
	content: "";
	display: block;
	position: relative;
	top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
	background: #828282;
}

input[type="radio"]:not(.default),
input[type="radio"]:not(.default):checked:before {
	border-radius: 50%;
}

input[type="checkbox"]:not(.default):checked:before {
	content: " \f00c";
    display: block;
    line-height: 12px;
    position: relative;
    top: 0;
    font-family: 'FontAwesome';
    left: 0px;
    color: #717070;
    font-weight: 400;
    font-size: 12px;
}

.number_arrows, .number_arrows:hover, .number_arrows:focus{
	-webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
.line{
	border-left: 1px solid #808080;

}

.context-left-title{
	margin-left: -6px;
    margin-top: 18px;
    line-height: 1;

}
.overzicht-left-title{
	margin-top:200px;
	font-size: 12px;

}

.overzicht-left-title h3{
	color: #5ab834;
	margin-left: -5px;
}

@media  (max-width: 1024px) {

   .overzicht-left-title{

		margin-top:unset;
	}

}
.context-left-title .fa{
background:#fff;
margin-right: 10px;
font-size: 13px;
}

.context-left-text{
	margin-left: 15px;
	font-weight: 500;
}

.validation,.validation_ouder,.validation_ouder1,.validation_ouder2 {
  /* display: none; */
  font-family: MfReallyAwesome !important;
  position: absolute;
  left: 225px;
  top: 33px;
  height: 36px;
  width: auto;
  padding: 0 10px 0 40px;
  font-size: 18px;
  box-shadow: 2px 2px 5px 0 rgba(40, 40, 40, .2);
  line-height: 36px;
  background: white;
  z-index: 30;
  }
  @media only screen and (max-width: 700px){
	.validation,.validation_ouder,.validation_ouder1,.validation_ouder2 {
		top: 62px;
		left: 0;
	}

  }
  .validation::before, .validation_ouder::before, .validation_ouder1::before, .validation_ouder2::before {
    content: '\f12a';
    font-family: 'FontAwesome';
    background: #F89B0F;
    height: 36px;
    width: 36px;
    position: relative;
    display: inline-block;
    position: absolute;
    left: -5px;
    text-align: center;
    color: white;
    font-size: 20px;
    z-index: 20; }
 .validation::after, .validation_ouder::after, .validation_ouder1::after, .validation_ouder2::after {
    content: ' ';
    position: absolute;
    left: 5px;
    top: -4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #F89B0F;
    transform: rotate(45deg);
    z-index: 19; }

.validation_ouder{
	top:33px !important;
}
@media only screen and (max-width: 700px){
	.validation_ouder{
		top: 62px !important;
	}
}
.validation_ouder1{
	top:33px !important;
}
@media only screen and (max-width: 700px){
	.validation_ouder1{
		top: 62px !important;
	}
}
.validation_ouder2{
	top:33px !important;
}
@media only screen and (max-width: 700px){
	.validation_ouder2{
		top: 62px !important;
	}
}

.regelement{
	width:400px;
	right: 0px;
    margin-left: auto;
    text-align: right;

}
@media  (max-width: 500px) {

	select{
	border-radius: 5px;
	outline: none;
	padding: 0px 5px;
	width: 100%!important;
	max-width: unset;
	overflow: hidden;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;

}

	.form-control{
		max-width:unset;
		padding: 0px 5px !important;
		display:inline-block;
		width:100%!important;
	}

   .regelement{

		right: unset;
	    margin-left: unset;
	    text-align: left;
	    width:100%;
	}
	.link_stap6{
		display:block;
		margin-left: 22px
	}

	.mobiel-overzicht{
	display:unset!important;
	}

	.pc-overzicht{
	display:none!important;
	}
}

.regelement_stap6{
	float: none !important;
    width: 80%!important;
  	display:initial;

}


.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #F89B0F;
    border-radius: .5em;
    padding: .5em;
    height: 40px;
    width: 150px !important;
	color: #FCF2E6;
	text-align: center;
	border-bottom: 2px solid #FCF2E6;
	font-size: 14px;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.fileContainer2 {
    overflow: hidden;
    position: relative;
}

.fileContainer2 [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer2 {
    background: #F89B0F;
    border-radius: .5em;
    padding: .5em;
    height: 40px;
    width: 150px !important;
	color: #FCF2E6;
	text-align: center;
	border-bottom: 2px solid #FCF2E6;
	font-size: 14px;
}

.fileContainer2 [type=file] {
    cursor: pointer;
}

.kind{
	display: flex;
}



@media  (max-width: 700px) {
	.kind{
		display: unset!important;
	}
}

.stap7_fa{
	display: inline-flex;
    width: 50px;
    top: 15px;
    position: relative;
    color: #F89B0F;
    vertical-align: top;
}

.stap7_content{
	display: inline-block;
	max-width: 70%;
}


.mobiel-overzicht{
	display:none;

}
.pc-overzicht{
	display:unset;

}
.grecaptcha-badge{
	display: none;


}
// button[disabled] i{
// 	color: #d3d3d3 !important;
