.controlserror {
	/*outline: 2px solid #95292c !important*/
}
.controlserrormess {
	color: white;
	background: #d06666;
	background-size: 15px 15px;;
	position: absolute;
	padding: 3px 35px 5px 10px;
	min-height: 44px;
	max-width: calc(100% - 15px);
	border-radius: 1px;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 1000;
}

.controlserrormess:after {
	content: '\f057';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	top: 5px;
}

.controlserrormess:before {
	content: ''; 
    position: absolute;
    left: -10px;
    bottom: 10px;
    border: 5px solid transparent;
    border-right: 5px solid #d06666;
}

.finalmessage {
	text-align: center;
	font-size: 20px;
	padding: 30px 20px;
	background: linear-gradient(#f9f9f9,#f0f0f0);
	border-top: 1px solid #f9f9f9;
	border-radius: 0px;
	line-height: 140%;
}

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: 14px;
	font-family: '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;
}

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

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

label.pps.pps_checkbox input[type="checkbox"]+span>span {
	opacity: 0.4;
}

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_checkbox.pps_checkbox_white input[type="checkbox"]+span:before {
	color: #fff;
}

label.pps.pps_checkbox.pps_checkbox_white input[type="checkbox"] + span::before {
    color: #fff;
}

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 #9a9a9a;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	outline: none;
}

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

label.pps.pps_select select {
	padding: 0px 38px 0px 5px;
	height: 42px;
	margin: 0;
	background: #fff;
	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 {
	
}

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

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

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 #929393;
}

label.pps.pps_upload {
	
}

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

label.pps.pps_area textarea {
	width: 100%;
	min-height: 65px;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	padding: 10px 15px;
	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 #929393;
}

label.pps.pps_button {
	display: inline-block;
}
a.pps_button,
label.pps.pps_button input {
	background: #d50673;
	color: white;
	border-radius: 0px;
	overflow: hidden;
	border: 1px solid transparent;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1px;
	box-shadow: inset 0 -15px 15px #d50673;
	letter-spacing: 1px;
	border-radius: 18px;
	min-height: 44px;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	white-space: normal;
}
a.pps_button:hover,
label.pps.pps_button input:hover {
	background-color: #a20457;
	box-shadow: 0 0 5px #ededed;
}
a.pps_button:active,
label.pps.pps_button input:active {
	background-color: #05507c;
	box-shadow:inset 0 0 2px #929393;
	cursor: default;
}
a.pps_button:disabled,
label.pps.pps_button input:disabled {
	background-color: #808080;
	border-color: #808080;
	box-shadow:inset 0 0 2px #929393;
	cursor: default;
}
a.pps_button {
	text-decoration: none;
	height: inherit;
	align-items: center;
	justify-content: center;
}
label.pps.pps_button.pps_button_white input {
	background: #fff;
	color: #000;
	box-shadow: 0 0 0px #ededed;
	border-color: #9a9a9a;
}

label.pps.pps_button.pps_button_white input:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 0 0px #ededed;
}

label.pps.pps_button.pps_button_white input:active {
	background: #fff;
	color: #000;
	box-shadow: 0 0 0px #ededed;
}
label.pps.pps_button.pps_button_white input:disabled {
	background-color: #e1e1e1;
	border-color: #e1e1e1;
	color: #808080;
	box-shadow:inset 0 0 2px #929393;
	cursor: default;
}

label.pps.pps_button.pps_button_green input {
	background: #89E8BA;
	color: #000;
	box-shadow: 0 0 0px #ededed;
}

label.pps.pps_button.pps_button_green input:hover {
	background: #68e1a8;
	color: #000;
	box-shadow: 0 0 0px #ededed;
}

label.pps.pps_button.pps_button_green input:active {
	background: #fff;
	color: #000;
	box-shadow: 0 0 0px #ededed;
}

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;
}