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

.addformlabel {
	font-family: 'Playfair Display';
	margin: 0px 0px 15px 0px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #001750;
	padding: 20px 0px 10px 0px;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
	}
.addformlabel:after {
	content: "";
  border-radius: 0px !important;
  position: absolute;
  bottom: 0px;
  left: 0;
  width:60px;
  height: 3px;
  background: #c0e1f3;
  z-index: 1;
 
 }
.optional {

}

.required {
	
}

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

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


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

.addform {
	width: 100%;
	border: 0;
	margin-left: -2px;
}

.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 td.element strong{
	padding-right: 10px;
}

.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;
	font-weight: normal;
	margin-bottom: 0rem !important;
	
}

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


.element br {
	display: none;
}

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

}
label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.86rem;
	color: #001750
}
label.field {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}
.addform input {
	font-size: 0.96rem;
	margin-bottom: 0;
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.1);
}
.addform input:focus {
	border-color: #001750;
}
.addform .addformArea {
	height: 200px;
	font-size: 1.2em;
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.1);
} 
.addform .addformArea:focus {
	border-color: #22257a;
}


.addformInput, .addforminput, .extra {
    width: 100%;
    height: 2.8375rem;
		padding: .5rem;
    font-size: 1.1rem !important;
    margin: 0 0 20px 0 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
  
    border: 1px solid RGBA(0, 0, 0, 0.1);
    
		}		
.addformInput:focus, .addforminput:focus {
    border-color: #171f3e;
   
}

.extra,.extra:focus {
	border:0;
	 border-color: #171f3e;
	 border-width: 1px;
	 background: none;
	 padding-left:0;
	 font-size: 1.4rem !important;
	 font-family: 'Playfair Display';
	 color: #c50a42;
}
.extra:focus { background: #fff;}


.addformInputSmall {
	margin: 0 0 20px 0 !important;
	height: 2.8375rem;
		padding: .5rem;
	font-size: 1.1rem !important;
	width: 50% !important;
 	border-radius: 0px !important;
    border: 1px solid RGBA(0, 0, 0, 0.1);
 	box-shadow: none !important;
}
.addformInputSmall:focus {
    border-color: #171f3e;
}

.addformArea {
    position: relative;
	width: 100%;
    font-size: 1.1rem !important;
    height: 300px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid RGBA(0, 0, 0, 0.1);
}	
.addformArea:focus {
    border-color: #171f3e;
}
 
.regel_campaign {
	display: block;
	position: relative;
	padding: 0 0 1rem;
}
#campaign {
	position: absolute;
	left:0;
	top:4px;
}
label[for=campaign]{
	float:none;
	padding-left:2rem;
}
.knoppen {
	display: block;
	width: 100%;
	text-align: center !important;
}

.addformsubmit { 
	display: inline-block;
	margin: 20px auto;
	background: #c0e1f3;
	border: 0px;
	font-weight: 500;
	font-size: 0.86rem;
	text-transform: uppercase;
	color: #0d1325;
	letter-spacing: 3px;
	margin: 20px 0px 10px 0px;
	padding: 0.96rem 5.5rem;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.addformsubmit:hover { 	
	transform: translateY(-3px);
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1);
}





/* Errors */

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