/* 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: 20px 0px 10px ;
	font-weight: 900;
	font-size: 1.2rem !important;
	color: #1ec4d7;
    letter-spacing: -1px;
	}

.optional {

}

.required {
}

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

ul.errors li {
	color: #dc0963;
	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%;
		}
	}
.addform {
	width: 100%;
	background: none;
	border: 0 !important;
	margin-top: 30px;
	font-size: 1.2em !important;
    border-collapse: initial;
}

.addform td {
	vertical-align: top;
	padding: 9px 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1;
	
}
.addform tr.even, table tr.alt, .addform tr:nth-of-type(even) {
    background: none; 
}
    

.addformcheckbox {
	margin-right: 10px;
}
.field {
	text-align: left;
}
.element {
		  width: 80%;
		}

			

.element br {
	display: none;
}
label {
	font-size: 1rem;
	color: #323e4a;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 15px;
	margin-right: 15px;
    padding-bottom: 5px;
}
label input[type="radio"]  {
	margin-right: 5px;
	top: 0px !important;
}
label input[type="radio"]:before {
    
    
}


label.field {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 1rem;
	
}
	@media (max-width: 768px) {
		label.field {
			
			margin-right: 0;
		}
		.element {
		  width: 70%;
		}
	}


.addformInput, .addforminput {
    width: 100%;
    font-size: 1em !important;
    margin: 0 0 3px 0 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid RGBA(0, 0, 0, 0.15);
		}		
.addformInput:focus, .addforminput:focus {
    border-color: #f49929;
    -webkit-box-shadow:  0 1px 40px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1) !important;
}
.addformInputSmall {
	margin: 0 0 3px 0 !important;
	font-size: 1em !important;
	width: 50% !important;
 	border-radius: 0px !important;
    border: 1px solid RGBA(0, 0, 0, 0.15);
 	box-shadow: none !important;
}
.addformInputSmall:focus {
    border-color: #f49929;
}

.addformArea {
    position: relative;
	width: 100%;
    font-size: 1em !important;
    height: 250px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid RGBA(0, 0, 0, 0.15);
}	
.addformArea:focus {
    border-color: #f49929;
    
}
    
    @media (max-width: 560px) {
		
	}

.addform .button {
    padding-top:.9rem;
}

.addformSelect {
	width: auto;
}
.invulSelect {
	width: auto;
}

label input[type="radio"] {
	margin-bottom: 0;
}
.addform select {
	border-radius: 0;
}
.col2 {
    
}
.col2 br {
    display: none;
}
.req {
	color: #f49929;
	margin-left: 3px;
}

.callout.alert {
	z-index: 9 ;
	background: #f12a44;
	color: #fff;
    
}

