.cms_contentv2 label{ font-weight:300;}
.cms_contentv2 .form .row{ margin-right:0px; margin-left:0px;}
.cms_contentv2 input, .cms_contentv2 textarea, .cms_contentv2 select{
	height:60px;
	width:100%;
	background-color:#eeeeee;
	border:1px solid #eeeeee;
	padding-left:10px;
	padding-right:10px;
	font-size:18px;
	color:#5f5a5a;
/*	box-shadow: 0px 2px 5px 0px rgba(0, 1, 1, 0.08) inset;*/
	border-radius:0px;
	 font-family: "Open Sans", sans-serif;
	font-weight:300;
}



.cms_contentv2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#5f5a5a; opacity:1;
}
.cms_contentv2 ::-moz-placeholder { /* Firefox 19+ */
	color:#5f5a5a;opacity:1;
}
.cms_contentv2 :-ms-input-placeholder { /* IE 10+ */
	color:#5f5a5a;opacity:1;
}
.cms_contentv2 :-moz-placeholder { /* Firefox 18- */
	color:#5f5a5a;opacity:1;
}



.cms_contentv2 select{
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.cms_contentv2 select::-ms-expand {
    display: none;
} 
.cms_contentv2 select{
	  width:100%;
	  background-image:url(../../img/main/arr_blue_down.png);
	  background-repeat:no-repeat;
	  background-position:center right 10px;
	/*  height:36px;*/
}



/*
.cms_contentv2 select{
	height:36px !important;
}*/
.cms_contentv2 textarea{
	 height:150px;
	 padding-top:8px;
}

/*
.cms_contentv2 select option{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.cms_contentv2  select>option:hover {
    background-color:rgba(233,25,46,0.9);
}

.cms_contentv2  option {
 
}
*/
.cms_contentv2 input[type="checkbox"], .cms_contentv2 input[type="radio"] {
    display:none;
}
.cms_contentv2 input[type="checkbox"] + label span , .cms_contentv2 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:5px 10px 10px 0;
    vertical-align:middle;
    background:url(../../img/standaard/forms.png) left top no-repeat;
    cursor:pointer;
}
.cms_contentv2 input[type="checkbox"]:checked + label span {
    background:url(../../img/standaard/forms.png) -19px top no-repeat;
}
.cms_contentv2 input[type="radio"] + label span {
	   background:url(../../img/standaard/forms.png) -39px top no-repeat;
}
.cms_contentv2 input[type="radio"]:checked + label span {
    background:url(../../img/standaard/forms.png) -58px top no-repeat;
}
/*
#infotxt input[type="radio"], #infotxt input[type="checkbox"], #infotxt input[type="button"] 
{
	width: 19px;
	background-color:#FFF;
	border: 0px solid #c7dff2;
}*/


.cms_contentv2 .radio{
	width: 19px;
	background-color:#FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height:15px;
	border-radius: 0px;  
}



/***/
.verpicht{ color:#F80004; }
.form, .form .row{
/*	float:left;*/
	width:100%;
	text-align:left;
}
.form{ margin-left:0px; }
.form .row{
	clear:both;
	float: left;
}
.form{
	margin-bottom:30px;
}
.form .row{
	 margin-bottom:20px;
}
.form .row .c1{
}
.form .row .c1, .form .row .c2, .form .row .c_100{
	float:left;
	width:40%;
	line-height:35px;
}
.form .row .c1{
	padding-right:10px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	line-height:18px;
	padding-top:18px;

}
.form .row .c2{
	width:60%;
}
.form .row .c_100{
	width:100%;
}
/***/
div.custom_file_upload {
	width: 100%;
	height:auto;
}

input.file {
	outline: none;
	width:calc(100% - 182px);
}

div.file_upload {
	height:60px;
	line-height:60px;
	background-color:#6b7783;
	border:solid 0px ;
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	cursor:pointer;	
	display: inline;
	position: absolute;
	overflow: hidden;
	margin-left:0px;
	width:182px;
	
}
div.file_upload:hover {
	background-color:#009fe3;
	transition: all 0.3s ease 0s; 
}
div.file_upload:before {
	content: 'Bestand';
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	
	cursor: pointer;
}
body.fr div.file_upload:before {
	content:'Fichier';
}
div.file_upload input {
	position: relative;
	height:40px !important;
	width: 312px;
	display: inline;
	cursor: pointer;
	opacity: 0;
}
