.controlserror {
	/*outline: 2px solid #95292c !important*/
}


.controlserrormess {
	color: white;
	background: #d06666;
	background-size: 15px 15px;
	;
	position: absolute;
	height: 50px;
	border-radius: 1px;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	padding-right: 40px;
}

.controlserrormess:after {
	content: '\f057';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}

.controlserrormess:before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-right: 5px solid #d06666;
	top: 50%;
	left: -10px;
	transform: translate(0, -50%);
}

.finalmessage {
	text-align: center;
	font-size: 20px;
	padding: 30px 20px;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}

label.pps {
	position: relative;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
}

label.pps.pps_require {
	position: relative;
}

label.pps.pps_require:after {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	right: 10px;
	top: 6px;
	color: #d06666;
}

label.pps * {
	font-size: 16px;
	font-family: 'RFDewi', 'arial';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}

label.pps.pps_checkbox input[type="checkbox"] {
	display: none;
}

label.pps.pps_checkbox input[type="checkbox"]+span {
	display: inline-block;
	padding: 5px 5px 5px 30px;
}

label.pps.pps_checkbox input[type="checkbox"]+span:before {
	content: "\f096";
	color: #9a9a9a;
	font-size: 22px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: absolute;
	top: 7px;
	left: 5px;
}

label.pps.pps_checkbox input[type="checkbox"]:checked+span:before {
	content: "\f046";
}

label.pps.pps_checkbox input[type="checkbox"][disabled]+span {
	color: silver;
	cursor: default;
}

label.pps.pps_checkbox input[type="checkbox"][disabled]+span:before {
	color: silver;
}

label.pps.pps_radio input[type="radio"] {
	display: none;
}

label.pps.pps_radio input[type="radio"]+span {
	display: inline-block;
	padding: 5px 5px 5px 25px;
}

label.pps.pps_radio input[type="radio"]+span:before {
	content: "\f10c";
	color: #9a9a9a;
	font-size: 17px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: absolute;
	top: 5px;
	left: 5px;
}

label.pps.pps_radio input[type="radio"]:checked+span:before {
	content: "\f192";
}

label.pps.pps_radio input[type="radio"][disabled]+span {
	color: silver;
	cursor: default;
}

label.pps.pps_radio input[type="radio"][disabled]+span:before {
	color: silver;
}

label.pps.pps_select {
	width: 100%;
	padding: 0px 0px 0 0;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	outline: none;
}

label.pps.pps_select:before {
	content: "\f0dd";
	color: #c4c4c4;
	font-size: 14px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: absolute;
	right: 12px;
	padding: 15px 0px 0 10px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
	border-left: 1px solid #c4c4c4;
}

label.pps.pps_select select {
	padding: 0px 38px 0px 5px;
	height: 50px;
	margin: 0;
	background: transparent;
	border: 0;
	outline: none;
	width: 99.7%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}

label.pps.pps_select select::-ms-expand {
	display: none;
}

label.pps.pps_select select option[selected] {
	color: inherit;
	background: inherit;
}

label.pps.pps_select select option:hover {
	color: white;
	background: inherit;
}

label.pps.pps_upload input[type="file"] {
	opacity: 0;
}

label.pps.pps_upload span {
	display: inline-block;
	padding: 4px 12px 0px 12px;
	width: auto;
	height: 30px;
	margin: 0;
	border: 1px solid #9a9a9a;
	color: #666;
	background: transparent;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
}

label.pps.pps_upload span:hover {
	background-color: #f7f7f7;
	box-shadow: 0 0 5px #ededed;
}

label.pps.pps_upload span:active {
	background-color: #f7f7f7;
	box-shadow: inset 0 0 5px #d2d2d2;
}

label.pps.pps_input input {
	width: 100%;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 0px 15px;
	height: 50px;
	margin: 0;
	display: block;
}

label.pps.pps_area textarea {
	width: 100%;
	min-height: 65px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 4px 5px;
	margin: 0 !important;
	display: block;
}

label.pps.pps_select select:focus,
label.pps.pps_area textarea:focus,
label.pps.pps_input input:focus {
	box-shadow: inset 0 0 5px #d2d2d2;
}

label.pps.pps_button {
	width: 100%;
	display: inline-block;
}

a.pps_button,
label.pps.pps_button input {
	font-size: 18px;
	background: var(--color1);
	color: var(--color2);
	letter-spacing: 0.1px;
	white-space: normal;
	border-radius: 5px;
	border: 1px solid var(--color1);
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	width: 100%;
	min-height: 50px;
}

a.pps_button:hover,
label.pps.pps_button input:hover {
	background-color: transparent;
}

a.pps_button:active,
label.pps.pps_button input:active {
	background-color: transparent;
	border-color: var(--color2);
	cursor: default;
}

a.pps_button:disabled,
label.pps.pps_button input:disabled {
	color: #999;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	cursor: default;
}

a.pps_button {
	text-decoration: none;
	padding-left: var(--step2);
	padding-right: var(--step2);
	min-height: var(--step6);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

form {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.formWrapper {
	background: #f0f0f0;
	padding: 20px;
}

.formWrapper span.title {
	font-size: 12px;
}


.formWrapper span.title.pps_require {
	position: relative;
}

.formWrapper span.title.pps_require:after {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	right: -10px;
	top: -2px;
	color: #d06666;
}

.formWrapper span.descr.pps_require {
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	color: #808080;
}

.formWrapper span.descr.pps_require:after {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	left: 0px;
	top: -2px;
	color: #d06666;
}

@media screen and (max-width: 480px) {
	label.pps.pps_button input {
		font-size: 14px;
	}
}