/* 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;

	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
	}

.addformlabel {
	
	padding: 10px 0px 20px ;
	font-weight: 900;
	font-size: 1.2rem !important;
	color: #221f39;

	}

.optional {

}

.required {
}

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

ul.errors li {
	color: #db292d;
	font-size: 0.8em;
	list-style-type: none;
}
ul.errors li i {
margin-right: 5px;
}

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

.contactform {
	max-width: 100%;
}
	@media (max-width: 768px) {
		.contactform {
			max-width: 100%;
		}
	}
	
	
label {
	font-size: 0.875rem;
	color: #696e71;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	
	
}
label input[type="radio"]  {
	margin-right: 5px;
	top: 5px !important;
}
label.field {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 1.1em;
	
}
	@media (max-width: 768px) {
		label.field {
			font-size: 1em;
			margin-right: 0;
		}
		.element {
		  width: 80%;
		}
	}
	
.contactform .regel {
	display:block;
	width: 100%;	
	float: left;
	padding-bottom: 3px;
}
.contactform .col1 {

	display:inline-block !important;
	vertical-align: top;
	padding: 11px 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1;
	width: 20%;
	
}
.contactform .col2 {
	display:inline-block !important;
	width: 70%;
}


label[for=geslacht-10892] {
	margin-right: 10px;
	margin-left: 30%;
}

	@media (max-width: 600px) {
		.contactform .col1,
		.contactform .col2 {
			width: 100%;
		}
		.contactform .col1 {
			padding-bottom: 3px;
		}
		label[for=geslacht-10892] {
			margin-right: 30px;
			margin-left: 0%;
		}
		.element {
		  width: 100%;
		}
	}

.col2 br {
	display: none;
}
   
.addformcheckbox {
	margin-right: 10px;
}
.field {
	text-align: left;
}

.knoppen {
	padding-left: 20%;
}
input.addformsubmit { 
	margin-left: 4px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.2em !important;
	font-weight: 900 !important;
	border-radius:0px;
	border: 0;
	background-color: #14508e !important;
	cursor: pointer;
	outline: 0;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; 
	}
input.addformsubmit:hover {
	background-color: #184b7e !important;
}


.contactform .addformInput, 
.contactform .addforminput {
		width: 100% !important;
		font-size: 0.875rem !important;
		margin: 0 0 3px 0 !important;
		border-radius: 0px !important;
		box-shadow: none !important;
		}		

.contactform .addformArea {
	width: 100%;
font-size: 0.875rem !important;
border-radius: 0px !important;
	height: 250px !important;
box-shadow: none !important;
		}	

.contactform .addformInputSmall {
	margin: 0 0 3px 0 !important;
	font-size: 0.875rem !important;
	width: 50% !important;
 	border-radius: 0px !important;
 	box-shadow: none !important;
		}		

.addformSelect {
	width: auto;
	padding-top: 0.4rem;
	padding-right: 1.5em;
	line-height: 1 !important;
	height: 2.5125rem;
}
select.invulSelect {
	width: auto;
	padding-top: 0.4rem;
	padding-right: 1.5em;
	line-height: 1 !important;
	position: relative;
	height: 2.5125rem;
}

select.invulSelect[name=datum_uren] {
	margin-left: 20px;	
}

.alert-box.error {
	font-weight: 700 !important;;
	z-index: 9 ;
	background-color: #db292d !important;
	border: 0;
}

.alert-box.error .close {
	margin-right: 10px;
}