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

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

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

.addformtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0px 8px 0px;
	padding: 0px;
	color: #4f2674;
	}

.addformlabel {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0px 8px 0px;
	padding: 0px;
	color: #4f2674;
	}

.optional {

}

.required {
}

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

ul.errors li {
	color: rgb(245, 75, 27);
	list-style-type: none;
	background: none !important;
	padding-left: 0px;
}

p.hint{
	color: #848484;
	padding: 0px;
	margin: 5px 0px 5px;
	font-size: 13px;
}


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

.addform {
	width: 100%;
}

.addform td {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: left;
}

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

.field {
	text-align: right;
}

label {
	font-weight: 300;
}

.regel{
	margin-top: 5px;
}

label.field {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
}

input.addformsubmit, button.addformsubmit { 
	float: left;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	background: rgb(245, 75, 27);
	border: 0px;
	font-size: 18px;	
	cursor: pointer;
	margin: 10px 0px 0px 0px;
  	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

input.addformsubmit:hover, button.addformsubmit:hover { 
	color: #ffffff;
	background: rgb(74, 23, 60);
	text-decoration: none;
}	


.input {
	background: #ffffff;
	border: 1px solid #e7d5c0;
	padding: 6px 5px 5px 5px;
	font-size: 15px;
		width: 100%;
		margin-left: 10px;
		line-height: 14px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;		
   	-webkit-appearance: none;
		}

.addformInput, .addforminput {
	background: #ffffff;
	border: 1px solid #ced2d5;
	color: #294166; 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	width: 100%;
	line-height: 19px;
	height: 35px;
	margin: 1px 0px 1px 0px;
	padding: 6px 5px 5px 5px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-appearance: none;
		}		

.addformArea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #294166; 
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 100%;
	height: 120px;
	line-height: 19px;
	margin: 1px 0px 5px 0px;
	padding: 6px 5px 5px 5px;
	overflow: hidden;	
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-appearance: none;
		}	

.addformInputSmall {
	background: #ffffff;
	border: 1px solid #ced2d5;
	color: #294166; 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	width: 72%;
	line-height: 19px;
	height: 35px;
	margin: 1px 0px 1px 0px;
	padding: 6px 5px 5px 5px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-appearance: none;
		}		

.addformSelect {

}


article input[type=text]:focus,
article .addformInput:focus,
article textarea:focus {
	box-shadow: 0 0 5px #ced2d5;
	-webkit-box-shadow: 0 0 5px #ced2d5;
	-moz-box-shadow: 0 0 5px #ced2d5;
}

.col1{
	display: block;
	padding-top: 8px;	
}

.col2{
	display: block;
}


