.rekentool_box{
	display: block;
}

.rekentool_box .form-group{
	margin-bottom: 8px;
}

.rekentool_box .form-control,
.rekentool_box .kosten label{
	float: none;
	display: inline-block;
	width: 50%;
    margin-right: 10px;

}

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

.rekentool_box h2{
	margin-top: 20px;
	margin-bottom: 10px;
}

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

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

.rekentool_box .selectbox{
	display: inline-block;
	width: calc(50% - 14px);
}
.rekentool_box .selectbox .form-control
{
	width: 100% !important;
}
.rekentool_box .kind_uren,
.rekentool_box .kind_pakket {
	width: calc(50% - 14px) !important;
	display: inline-block !important;
	margin-right: 0px !important;
}

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


.rekentool_box .gesloten_melding{
	/* color: #bbb; */
	display: block;
}

/* .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
{
	border-color: #ee672f;
}

.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;
	/* margin-right: calc(50% - 206px); */
}

.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: 20px;
	border-radius: 50%;
	/* height: 100%; */
	margin-right: 1px;
	vertical-align: top;

}

#bijdrage_totaal {
	text-align: left !important;
}

#result_chart {
	margin-bottom: 16px !important;
}

.rekentool_box #results div#result_chart_legend li{
	list-style: none;
	height: 18px;
	vertical-align: top;
	line-height: 18px;
	margin-bottom: 3px;
}

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

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

.rekentool_box #results tbody {
	width: 100%;
	display: table;
}

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

.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 .rij.even_rij{
	background: #fcfaf6;
	border-radius: 4px;
}
.rekentool_box #detailed_results_rijen .rij div:last-child{
	color: #EE672F;
	text-align: right;
}

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

.rekentool_box #detailed_results .rij div{
	flex: 3;
}

.mobile-col {
	width: 50%;
}

@media (max-width: 425px){

	.rekentool_box #results div:last-child{
		width: 100%;
		float: unset !important;
	}

	.rekentool_box #detailed_results .rij {
		display: block;
	}

	.rekentool_box #detailed_results_rijen .rij div:last-child {
		text-align: unset;
	}
	
}

@media (max-width: 768px){
	.not_mobile{
		display: none;
	}

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

	.right-block {
		width: 100% !important;
	}

	.rekentool_box .form-control,
	.rekentool_box .kosten label{
		width: 100% !important;
	}

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

	.rekentool_box .selectbox, .rekentool_box .selectbox .form-control{
		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;
	}
}

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

.popup{
	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, 
.popup:hover {
	display: block;
}

/* span.error{
    position: absolute;
    left: 40%;
    margin-left: 17px;
	margin-top: 22px;
	color: red;
} */