.rekentool_box{
	display: block;
}

.rekentool_box *{
	box-sizing: border-box;
}

.rekentool_box h2{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #54b948 !important;
}

.rekentool_box h2:first-child{
	margin-top: 0px;
}

.rekentool_box label{
    width: 60%;
    line-height: 19px;
    padding-top: 5px;
    min-height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.rekentool_box .col{
	width: 100%;
	min-height: 34px;
	margin-bottom: 6px;
}

.rekentool_box h4 .delete_child{
	font-weight: normal;
	margin-left: 3px;
	display: inline-block;
	vertical-align: top;
}

.rekentool_box input, .rekentool_box select, .rekentool_box textarea{
	border: solid 1px #bbb;
	background: white;
	outline: none;
	padding: 7px;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	height: 34px;
	border-radius: 0;
	transition: .1s;
}

.rekentool_box textarea{
	resize: vertical;
	min-height: 100px;
	vertical-align: top;
}

.rekentool_box .selectbox{
	display: inline-block;
	width: calc(40% - 10px);
}

.rekentool_box .selectbox select{
    -webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	transition: .1s;
}

.rekentool_box .verzamelinkomen_label span{
	cursor: help;
	background: #e67a11;
	padding: 3px;
	color: white;
	font-family: "Helvetica";
	height: 19px;
	width: 16px;
	display: inline-block;
	line-height: 13px;
	text-align: center;
}

.rekentool_box .verzamelinkomen_label span:hover + div,
.rekentool_box .verzamelinkomen_label span:focus + div{
	display: block;
}

.rekentool_box .verzamelinkomen_label div{
	z-index: 1000;
	display: none;
	position: absolute;
	background: white;
	border: solid 2px #e67a11;
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	margin-top: -4px;
}

.rekentool_box .verzamelinkomen_label div:hover,
.rekentool_box .verzamelinkomen_label div:focus{display: block;}

.rekentool_box .selectbox:before{
	pointer-events: none;
	display: inline-block;
	content: "";
	background: #e67a11 url('/assets/selectbox.svg') center no-repeat;
	background-size: 16px;
	position: relative;
	z-index: 1;
	float: right;
	margin: 0 0 -34px 0;
	height: 34px;
	width: 34px;
	transition: .1s;
}

.rekentool_box .selectbox:hover:before{
	background-color: #EB6706;
	transition: .1s;
}

.rekentool_box select option{
	padding: 5px;
	font-size: 13px;
}

.rekentool_box .submit_button{
	margin-top: 20px;
	line-height: 30px;
	background: #e67a11;
	border: none;
	border-radius: 0;
	color: white;
	cursor: pointer;
	transition: .1s;
	padding: 0 10px;
	font-size: 15px;
	display: inline-block;
	font-family: Arial;
	text-decoration: none;
}

.rekentool_box .submit_button:hover{
	background: #EB6706;
	transition: .1s;
}
.rekentool_box .submit_button.gesloten{
	background: #bbb;
	pointer-events: none;
}

.rekentool_box .gesloten_melding{
	color: #bbb;
	display: none;
}

.rekentool_box input[type="submit"].submit_button.gesloten + .gesloten_melding,
.rekentool_box button.submit_button.gesloten + .gesloten_melding {
	display: inline-block;
}

.rekentool_box input:focus,
.rekentool_box input:hover,
.rekentool_box select:focus,
.rekentool_box select:hover,
.rekentool_box textarea:focus,
.rekentool_box textarea:hover {
	border-color: #EB6706;
}

.highcharts-button{
	display: none !important;
}
.highcharts-credits{
	display: none;
}

.rekentool_box .geen_recht{
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}

.rekentool_box #results{
	margin-top: 40px;
}

.rekentool_box #results div.result_chart{
	width: 270px;
	height: 140px;
	display: inline-block;
}

.rekentool_box #results div#result_chart_legend{
	list-style: none;
    margin: 0;
    padding: 0;
}
.rekentool_box #results div#result_chart_legend span{
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 1px;
	vertical-align: top;
}
.rekentool_box #results div#result_chart_legend li{
	list-style: none;
	height: 18px;
	line-height: 18px;
    font-size: 14px;
}

.rekentool_box #results > div:last-child{
	width: calc(100% - 275px);
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

.rekentool_box #results table {
	width: 100%;
	font-size: 14px;
	letter-spacing: .5px;
}

.rekentool_box #results table tr:last-child{
	font-weight: bold;
	color: #e67a11;
}

.rekentool_box #results table tr td{
	padding: 3px 0 10px 0;
	text-align: right;
}
.rekentool_box #results table tr td:first-child{
	padding-right: 5px;
}


.rekentool_box #detailed_results{
	display: none;
	margin-top: 25px;
	width: 100%;
	border: none;
}



.rekentool_box #detailed_results_rijen .rij:nth-child(odd){
	background: #eee;
}

.rekentool_box #detailed_results_rijen .rij div:last-child {
	color: #e67a11;
	min-width: 155px;
}
.rekentool_box #detailed_results .rij div:last-child{
	flex: 3;
	min-width: 155px;
}

.rekentool_box #detailed_results .rij{
	padding: 5px;
	display: flex;
}

.rekentool_box #detailed_results .rij div{
	flex: 2;
	font-size: 14px;
}
// .rekentool_box #detailed_results .rij div:nth-child(5){
// 	flex: 3;
// }



/******************************************************************************
/	3 knoppen Inschrijven, meer informatie en rondleiding aanvragen stijl
**/
.rekentool_box .rekentool_acties{
	text-align: right;
}

.rekentool_box .rekentool_acties li{
	display: inline-block;
	width: 112px;
	padding: 20px 10px 16px;
	vertical-align: top;
	text-align: center;
}
.rekentool_box .rekentool_acties li a:first-child{
	margin-bottom: 5px;
	width: 81px;
	height: 81px;
	display: inline-block;
	float: none;
	background-size: 100%;
}
.rekentool_box .rekentool_acties li a:first-child:hover{
	width: 81px;
	height: 81px;
	float: none;
	background-size: 100%;
}

.rekentool_box .rekentool_acties li a:last-child{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #4d4d4d;
    font-size: 14px;
	text-decoration: none;
}




/******************************************************************************
/	Rekentool mobielvriendelijk maken
**/

@media (max-width: 768px){


	.rekentool_box #detailed_results .rij div:nth-child(5){
		flex: 2;
	}

	.rekentool_box #results div:last-child{
		width: 100%;
	}

	.rekentool_box label{
		width: 100%;
	}

	.rekentool_box h2{
		margin-top: 30px !important;
	}

	.rekentool_box .selectbox{
		width: 100%;
	}

	.rekentool_box input, .rekentool_box select{
		width: 100%;
	}

	.rekentool_box #results table tr td{
		text-align: left;
	}
}

@media (max-width: 430px){
	.rekentool_box .gesloten_melding{
		margin-top: 5px;
	}
}

@media (max-width: 400px){
	.rekentool_box #detailed_results{
		font-size: 11px;
	}
}
