/* 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: bold;
	color: #1e3d77;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
	}

.addformlabel {

	margin: 0px 0px 8px 0px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	padding: 20px 0px 0px 0px;
	text-align: left;
	}

.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 {
	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 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0.2rem !important;
	font-size: 1rem;
	color: #000;
	
}

	@media (max-width: 500px) {
		.field {
			font-size: 0.86rem;
			line-height: 1.6;
		}
		.addform td.element {
	width: 70%;
}
	}


.addform br {
	display: none;
}

.req {
	font-weight: 700;
	color: #ff6832;
	margin-left: 4px;

}
label.field {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}
.addform .addformInput,
.addform .addformInputSmall,
.addform .addformArea {
	font-size: 1rem;
	margin-bottom: 10px;
	box-shadow: none;
	border: 2px solid rgba(37, 58, 118, 0.12);
	box-shadow: none;
	height: 48px;
	padding: 0.9rem 1rem 0.8rem;
	font-weight: 700;
	border-radius: 5px;
	padding-left: 1rem;
}
.addform input:focus {
	border-color: #2fa1bd;
}
.addformInputSmall {
	max-width: 60%;
}

#page-99890 .addformSelect{
	border: 2px solid rgba(37, 58, 118, 0.12);
/* 	max-width: 350px;	 */
}

/* 
#page-99890 .regel:nth-of-type(even) {
background-color:#f0f2f5;
}
 */
 
#page-99890 .regel .col1{
	float: left;
	width: 28%;
	line-height: 45px;
}

#page-99890 .regel .col2{
	float: left;
	width: 72%;
}


#page-99890 .addformlabel{
	border-bottom: 1px solid #2896b4;
	width: calc(100% + 38%);
	padding: 25px 0px 7px 0px;
	margin-bottom: 15px;
	color: #2896b4;
}

#page-99890 .knoppen #submit{
	width: 100%;
}

@media (max-width: 600px) {
	#page-99890 .regel .col1{
		float: left;
		width: 100%;
		line-height: 30px;
	}

	#page-99890 .regel .col2{
		float: left;
		width: 100%;
	}
	#page-99890 .addformlabel{
		width: 100%;
	}	
}

.addform .addformArea {
	height: 200px;
	font-size: 1rem;


} 
.addform .addformArea:focus {
	border-color: #2fa1bd;
}

::-webkit-file-upload-button {
	margin-top: 10px;
	padding: 5px 10px;
	background: #f3f3f3;
	border-radius: 5px;
	border: 2px solid rgba(37, 58, 118, 0.12);
}
.hint {
	font-size: 0.96rem;
	font-style: italic;
}
input.addformsubmit { 

	}



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

.knoppen {
	display: block;
	text-align: center;
}

/* Errors */

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

.regel {
	float: left;
	width: 100%;
	display:block;
	margin-bottom: 5px;
}