.tx-clevernewsletterapi .typo3-messages {
	list-style: none;
	padding-left: 0;
}
.tx-clevernewsletterapi .typo3-messages li p{
	margin: 0;
}


input.form-control.f3-form-error {
	border: 1px solid #a10e2f !important;
	-webkit-box-shadow: 1px 1px 2px #a10e2f inset !important;
	-moz-box-shadow: 1px 1px 2px #a10e2f inset !important;
	box-shadow: 1px 1px 2px #a10e2f inset !important;
}

.f3-form-error .jq-selectbox__select{
	border: 1px solid #a10e2f !important;
	-webkit-box-shadow: 1px 1px 2px #a10e2f inset !important;
	-moz-box-shadow: 1px 1px 2px #a10e2f inset !important;
	box-shadow: 1px 1px 2px #a10e2f inset !important;
}
ul.single-errors{
	color: #df0000;
	padding: 0px 0px 10px!important;
}



.control-checkbox {
	display: block;
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.control-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.control-checkbox .checkbox-mark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #eee;
}


.control-checkbox:hover input ~ .checkbox-mark {
	background-color: #ccc;
}


.control-checkbox input.f3-form-error ~ .checkbox-mark {
	box-shadow:0 0 0 2px #a10e2f;
}


.control-checkbox input:checked ~ .checkbox-mark {
	background-color: #002f5f;
}


.control-checkbox input.f3-form-error:checked ~ .checkbox-mark {
	/*background-color: #a10e2f;*/
	box-shadow:0 0 1px 2px #a10e2f;
}

.control-checkbox input.f3-form-error ~ .checkbox-mark ~ .checkbox-text{
	color:#a10e2f;
}

.control-checkbox input.f3-form-error:checked ~ .checkbox-mark ~ .checkbox-text{
	color:#4d4d4d;
}


.control-checkbox .checkbox-mark:after {
	content: "";
	position: absolute;
	display: none;
}


.control-checkbox input:checked ~ .checkbox-mark:after {
	display: block;
}


.control-checkbox .checkbox-mark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}