.controlserror {
	/*outline: 2px solid #95292c !important*/
}
.controlserrormess {
	color: white;
	background: #FF4004;
	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 #FF4004;
	top: 50%; left: -10px;
  	transform: translate(0,-50%);    
}
.finalmessage {
	font-size: 20px;
}
label.pps {
	position: relative;
	cursor: pointer;
	display: block;
	margin:0;
	padding: 0;
}

.pps_require {
	position: relative;
}
div.pps_require,
span.pps_require {
	width: max-content;
}
.pps_require:after {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(50%);
	color: #FF4004;
	line-height: 0;
}
div.pps_require::after,
span.pps_require::after {
	right: -15px;
}
label.pps * {
	font-size: 16px;
	font-family: 'ProximaNova','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: 0px 5px 0px 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: 3px;
	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_checkbox2 {
	width: max-content;
}
label.pps.pps_checkbox2 input[type="checkbox"] {
	display: none;
}
label.pps.pps_checkbox2 input[type="checkbox"]+span {
	display: inline-block;
	padding: 0px 5px 0px 50px;
}
label.pps.pps_checkbox2 input[type="checkbox"]+span:before {
	content: "\f204";
	color: #9a9a9a;
	font-size: 32px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position:absolute;
	top: 0px;
	left: 5px;
}
label.pps.pps_checkbox2 input[type="checkbox"]:checked+span:before {
	content: "\f205";
	color: #00AED5;
}
label.pps.pps_checkbox2 input[type="checkbox"][disabled]+span {
	color: silver;
	cursor: default;
}
label.pps.pps_checkbox2 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 #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: 100%;
	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: 30px;
	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 {
	min-height: 30px;
}
label.pps.pps_upload input[type="file"] {
	opacity: 0;
}
label.pps.pps_upload span {
	color: #666;
	background: transparent;
	padding: 4px 12px 0px 12px;
	margin: 0;
	width: auto;
	height: 50px;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	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_input input:disabled {
	background: #f9f9f9;
}
label.pps.pps_input input[readonly] {
	background: #f9f9f9;
}
label.pps.pps_area textarea {
	width: 100%;
	min-height: 65px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 4px 5px;
	margin: 0 !important;
	resize: none;
	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 {
	display: inline-block;
}
label.pps.pps_button input {
	background: #087fc4;
	color: white;
	border-radius: 5px;
	border: 1px solid #087fc4;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1px;
	box-shadow: inset 0 -15px 15px #076ca7;
	text-shadow: 0 1px 1px #054e79;	

	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}
label.pps.pps_button input:hover {
	background-color: #05507c;
	box-shadow: 0 0 5px #ededed;
}
label.pps.pps_button input:active {
	background-color: #05507c;
	box-shadow:inset 0 0 2px #d2d2d2;
	cursor: default;
}
label.pps.pps_button input:disabled {
	background-color: #808080;
	border-color: #808080;
	box-shadow:inset 0 0 2px #d2d2d2;
	cursor: default;
}
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;
}