/* Stylesheet website AddSite
   Ale van der Ploeg en Edwin de Vries 
   AddSite Internet */

/* Zend Form
----------------------------------------------------- */

.addformdescription {
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 5px;
}

.addformtitle {

	margin: 0px 0px 8px 0px;
	font-size: 16px;
	font-weight: 700;
	color: #1e3d77;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
	}

.addformlabel {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #030d29;
	padding: 20px 0px 10px 0px;
	letter-spacing: 0px;
	text-align: left;
	}
.addformlabel:after {
	position: absolute;
	bottom: 0px;
	left:0;
	width: 100px;
	height: 4px !important;
	border-radius: 100px;
	content:'';	
}
.optional {

}

.required {
}

ul.errors {
	margin: 0px 0 10px 0px;
	padding: 0px;
}

ul.errors li {
	color: #dd041d;
	list-style-type: none;
	font-size: 0.86rem;
}


/* Tabel
----------------------------------------------------- */

.addform {
	margin-top: 20px;
	width: 90%;
	border: 0;
}
.white-popup .addform {
	width: 100%;
}
@media (max-width: 1280px) {
	.addform {
		margin-top: 20px;
		width: 100%;
		border: 0;
	}
}
.addform tbody {
	border: 0px solid #f1f1f1;
	background: transparent !important;
}



.addform tr.even, .addform tr.alt, .addform tr:nth-of-type(even) {
	background: none;
}

.addform td {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: left;
	line-height: 18px;
	
	padding: 0.5625rem 0rem;
	
}

.addform td.element {
	width: 75%;
}

.addform  input[type="radio"]{
	margin: 0 0.5em 0.5rem 0;
}	

.field {
	text-align: left;
	font-size: 0.96rem;
	line-height: 1.6;
}

.addform label {
	display: inline-block;
	width: 25%;
	margin: 0 ;
	padding: 0.4rem 0rem;
	border-radius: 0px;
	border: 0px solid rgba(0, 0, 0, 0.23);
	color: #000;
	font-size: 0.96rem;
	font-weight: normal;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}
input[type="radio"]:checked + label {
	border-color: #000;
}
.addform label > [type='radio'] {
/* 	display: none; */
}
.addform label > [type='radio']:checked + label {
	border-color: #000;
}

.addform label.col1 {
	width: 100%;
	margin: 15px 0 0;
	margin-bottom: 0px !important;
	padding: 0rem;
	border-radius: 0;
	border: 0px;
	display: block;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
span.col2 {
	display: block;
	margin-bottom: 10px;
}
	@media (max-width: 500px) {
		.field {
			font-size: 0.86rem;
			line-height: 1.6;
		}
		.addform td.element {
			width: 70%;
		}
	}


.element br,
.regel br {
	display: none;
}

.req {
	color: #d3aa62;
	margin-left: 4px;
	font-weight: 700 !important;
}
label.field {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}
.addform .addformInput,
.addform .addformInputSmall,
.addform .addformArea,
.extra {
	font-size: 0.96rem;
	margin-bottom: 10px;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.23);
	background-color: rgba(255, 255, 255, 0.66);
	border-radius: 5px;
	padding-left: 0.8rem;
	height: 2.8375rem;
}
.addform input:focus {
	border-color: rgba(0, 0, 0, 1);
}

.addformInputSmall {
	max-width: 60%;
}

.addform .addformArea {
	height: 180px;
	font-size: 0.96rem;


} 
.addform .addformArea:focus {

}

.extra {
	padding-left:0;
	font-size: 1.2rem;
	 border-color: transparent;
	 border-width: 0px;
}
.extra:focus {
	box-shadow: none;
	border:0 !important;
}

.none .extra,
.none label[for=betreft] {
	display: none;
}

.knoppen {
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 10px;
}
input.addformsubmit { 

	}



.addform select.invulSelect {
	width: 20% !important;
	margin-right: 1%;
	float: left;
	border-color: rgba(0, 0, 0, 0.1);
	outline: 0 !important;
}


/* Errors */

ul.errors {
	display: block;
	list-style-type: none !important;
	clear: both;
}

.hint {
	font-size: 0.86rem;
	line-height: 1.2;
}
