textarea:focus, input:focus{
    outline: none;
}

.form {
	background: transparent;
	outline: 1px solid var(--color-75);
	padding: var(--step2);
}

.controlserrormess {
	color: white;
	background: #d00666;
	background-size: 15px 15px;;
	position: absolute;
	padding: 3px 35px 5px 10px;
	border-radius: 3px;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 1000;
}

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

.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 * {
	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;
}

.pps_require {
	position: relative;
}
.pps_require:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	left: -12px;
	top: 10px;
	color: #dd0066;
}

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

label.pps.pps_checkbox input[type="checkbox"]+span {
	display: inline-block;
	padding: 7px 5px 0px 30px;
}
label.pps.pps_checkbox input[type="checkbox"]+span:before {
	content: "\f096";
	color: #787878;
	font-size: 18px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position:absolute;
	top: 8px;
	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: "\f096";
	color: #999;
	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: "\f046";
}

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;
	border: 1px solid #dedede;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

label.pps.pps_select:before {
	content: "\f0dd";
	color: #dedede;
	font-size: 16px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: absolute;
	right: 12px;
	top: 25%;
	z-index: 1;
	pointer-events: none;
}

label.pps.pps_select select {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0px 32px 0px 20px;
	height: 45px;
	margin: 0;
	background: #f0f0f0;
	border: 1px solid #dedede;
	border-radius: 3px;
	outline: none;
	width: 99.9%;
	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] {
	
	background: inherit;
	font-weight: 700;
}

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

label.pps.pps_file {
	
}

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

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

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

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

label.pps.pps_file {
	
}

label.pps.pps_input input {
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	background-color: #f0f0f0;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 0px 20px;
	height: 45px;
	margin: 0;
	display: block;
}

label.pps.pps_area textarea {
	font-size: 16px;
	width: 100%;
	min-height: 65px;
	background-color: #f0f0f0;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 4px 5px;
	margin: 0 !important;
	padding: 8px 20px;
	display: block;
	resize: none;
}

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;
}
a.pps_button,
label.pps.pps_button input {
	display: inline-block;
	padding: 0px 12px 0px 12px;
	width: auto;
	height: 30px;
	margin: 0;
	border: 1px solid #dedede;
	color: #fff;
	background: #272f7b;
	border-radius: 3px;
	overflow: hidden;
	font-weight: 700;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}
a.pps_button:hover,
label.pps.pps_button input:hover {
	box-shadow: 0 0 5px #ededed;
}
a.pps_button:active,
label.pps.pps_button input:active {
	box-shadow:inset 0 0 5px #d2d2d2;
}

label.pps.pps_button.pps_button2 input {
	display: inline-block;
	padding: 0px 12px 0px 12px;
	width: auto;
	height: 30px;
	margin: 0;
	border: 1px solid #0070c7;
	color: #fff;
	background: #0070c7;
	border-radius: 3px;
	overflow: hidden;
	font-weight: 700;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}

label.pps.pps_button.pps_button2 input:hover {
	
	box-shadow: 0 0 5px #ededed;
}

label.pps.pps_button.pps_button2 input:active {
	box-shadow:inset 0 0 5px #d2d2d2;
}
a.pps_button {
	text-decoration: none;
	height: inherit;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
}
form {
	width: auto;
	margin:0px;
	padding:0px;
}

.pps_form_group {
	background: transparent;
	width: 130px;
	max-width: 130px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dedede;
}

.pps_form_group label.pps_num {
	display: block;
}

.pps_form_group label.pps_num input {
	text-align: center;
	width: 100%;
	border: 0;
	height: 30px;
	cursor: default;
}

.pps_form_group>span:first-child,
.pps_form_group>span:last-child {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.pps_form_group>span:first-child:before,
.pps_form_group>span:last-child:before {
	content: "\f0dd";
	color: #57676b;
	font-size: 14px;
	width: 100%;
	height: 100%;
	line-height: 220%;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	padding: 0px 0px 0 0px;
	text-align: center;
	top: 0px;
	z-index: 1;
	pointer-events: none;
	background: #89753f;
	cursor: pointer;
}

.pps_form_group>span:first-child:before {
	border-right: 1px solid #dedede;
	content: "\f068";
	
}

.pps_form_group>span:last-child:before {
	border-left: 1px solid #dedede;
	content: "\f067";
}
