/* 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 15px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0d1d5b;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
}

.addformlabel {
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;

	padding: 20px 0px 0px 0px;
	text-align: left;
	font-family: 'turnip';
}

.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: 6px !important;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(43, 18, 10, 0.4);

}

	@media (max-width: 500px) {
		.field {
			font-size: 0.86rem;
			line-height: 1.6;
		}
		.addform td.element {
	width: 70%;
}
	}
::placeholder {
	color: rgba(43, 18, 10, 0.4);
}

.addform br {
	display: none;
}

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

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

.addform .addformInput,
.addform .addformInputSmall,
.addform .addformArea {
	height: 3rem;
	font-size: 16px;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid rgba(43, 18, 10, 0.1);
	background-color: rgb(255, 255, 255);
	border-radius: 7px;
	padding-left: 1rem;
	font-weight: 400;
	color: rgba(43, 18, 10, 0.7);
}
.addform input:focus {
	background-color: rgba(255, 255, 255, 0.137);
	border-color: #ff7344;
}
.addformInputSmall {
	max-width: 60%;
}

.addform .addformArea {
	height: 200px;
	font-size: 1rem;
}
.addform .addformArea:focus {
	border-color: #ff7344;
}

label>[type=checkbox], label>[type=radio] {
	opacity: 0.7;

}
/*.addform select {
	width: auto !important;
}*/


input.addformsubmit {

	}



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


/* Errors */

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

.regel {
	float: left;
	width: 100%;
	display:block;
	margin-bottom: 5px;
}
.regel_checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin: 10px 0 20px;
}
.regel_checkbox label {
	margin: 0 10px !important;
}
.regel_checkbox input[type="checkbox"] {
	margin:0;
	width: 20px;
	height: 20px;
}


.campaign-form form div {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;

}
.campaign-form .addformInput {
	min-width: 400px;


}
.campaign-form .addformInput,
.campaign-form.addform select {
	margin:0;
}

.addform .invalid-field input {
	border-color: #dd041d;
}

.addform .message {
	padding: 0.85em 1em;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 0.85rem;
	line-height: 1;
	border-radius: 7px;
	margin-left: 0.5rem;
}
.addform .message.error {
	background-color: rgba(221, 4, 29, 0.1);
	color: #dd041d;
}

#rental .addform ul.errors {
	display: none;
}
