div#postcodecheck_results{
	display: none;
}

div.postcodecheck_adress_result{
	display: none;
}

hr.postcodecheck_adress_result{
	display: none;
}

div#nieuwsbrief_home_content{
	height:120px;
	max-height: 120px;
}

div#footer{
	margin-top:0px;
	margin-bottom: 0px;
}

select.selectbox{
	width: 45px;
}

select:disabled{
	background: #dadcdf;
}
select{
	background: #ffffff;
}

span.red{
	color:#ff0505;
}

#btn_postcode_check{
	cursor: pointer;
}

.delete_img{
	cursor: pointer;
}
.not_show{
	display:none;	
}

.clear{
	clear: both;
}

/* Systeem message */

.to_right{
	float: right;
}

.to_left{
	float:left;
}

div.system_message_error{
	padding:10px 10px 10px 10px;
	border:1px solid #FF0000;
	margin-bottom:20px;
	margin-top:0px;
	background:#FEE0E0;
}

div.system_message_success{
	padding:10px 10px 10px 10px;
	border:1px solid #16ef33;
	margin-bottom:20px;
	margin-top:0px;
	background:#bbffc4;
}


div.system_message_error h1{
	font-size:14px;
	color:#DF0101;
}

div.system_message_error div.text, div.system_message_success div.text{
	color:#000000;
}

div.system_message_error a, div.system_message_success a{
	text-decoration: underline;
}

div.system_message_error a:hover, div.system_message_success a:hover{
	text-decoration: none;
}

div.clear{
	clear:both;
}


.click{
	cursor: pointer;
}


div.mijn_documenten ul{
	margin: 0px;
}

div.mijn_documenten ul li{
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

div.mijn_documenten ul li:before {
    top: 2px;
    color: #F48C00;
    content: "•";
    position: relative; 
    left: -10px;
    font-size: 18px;
    margin-left: -10px;
}

div.mijn_documenten ul li a{
	color:#262727;
}

div.mijn_documenten ul li a:hover{
	color:#F48C00;
}


span.orange, i.orange{
	color:#F48C00;
}

span.badge_red{
	color: #FFFFFF;
	background: #F48C00;
}