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


.controlserrormess {
	color: white;
	background: #090909;
	background-size: 15px 15px;;
	position: absolute;
	padding: 12px 10px 13px 10px;
	border-radius: 1px;
	left: calc(100% + 15px);
	top: 0px;
	cursor: pointer;
	z-index: 1000;
	white-space: nowrap;
}

.controlserrormess+input,
.controlserrormess+textarea,
.controlserrormess+select {
	border-color: #ec1c24 !important;
	color: #ec1c24 !important;
	
}

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

.controlserrormess:before {
	content: ''; 
    position: absolute;
    left: -14px;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-right: 8px solid #090909;
}

.finalmessage {
	text-align: center;
	font-weight: 900;
	padding: 30px 20px;
	background: #f9f9f9;
	border: 0px solid #d1d1d1;
	border-radius: 0px;
	color: #000;
}

div.pps_label_title {
	color: #737373;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
}

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: 16px;
	color: #d06666;
}

label.pps * {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	-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 a {
	text-decoration: underline;
}

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

label.pps.pps_checkbox input[type="checkbox"]+span {
	display: inline-block;
	padding: 2px 5px 5px 35px;
	font-size: 14px
}
label.pps.pps_checkbox input[type="checkbox"]+span:before {
	content: "";
	position:absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	outline: 1px solid #d1d1d1;
}

label.pps.pps_checkbox input[type="checkbox"]:checked+span:before {
	background: #ec1c24 url(/ext/Template/files/ico-checked.svg) center center no-repeat;
}

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

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

label.pps.pps_select:after {
	content: '';
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-left: 1px solid #d1d1d1;	
	
}

label.pps.pps_select:before {
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #737373;
	line-height: 100%;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	pointer-events: none;
}

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;
	z-index: 2;
	
}

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: 4px 12px 0px 12px;
	width: auto;
	height: 30px;
	margin: 0;
	border: 1px solid #d1d1d1;
	color: #666;
	background: transparent;
	border-radius: 0px;
	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_upload {
	
}

label.pps.pps_input input {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	padding: 0px 20px;
	height: 50px;
	margin: 0;
	display: block;
}

label.pps.pps_input input[type="password"] {
	color: #00464d;
}
label.pps.pps_input input[readonly] {
	color: gray;
}

label.pps.pps_input.pps_input_transp input {
	background: transparent;
	padding-left: 15px;
	padding-right: 30px;
	color: #fff;
}

label.pps.pps_input.pps_input_transp input:focus {
	box-shadow: 0 0 0 black; 
}

label.pps.pps_input.pps_input_transp input::-webkit-input-placeholder {
	color: #fff;
}

label.pps.pps_input.pps_input_transp input:-ms-input-placeholder {
	color: #fff;
}

label.pps.pps_input.pps_input_transp input::-ms-input-placeholder {
	color: #fff;
}

label.pps.pps_input.pps_input_transp input::placeholder {
	color: #fff;
}

label.pps.pps_area textarea {
	width: 100%;
	min-height: 65px;
	background: #f9f9f9;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	padding: 10px 20px;
	margin: 0 !important;
	display: block;
}

label.pps.pps_select select:hover,
label.pps.pps_area textarea:hover,
label.pps.pps_input input:hover {
	box-shadow:inset 0 0 0px #d2d2d2;
	border-color: #00464D;
}

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

label.pps.pps_select select:disabled,
label.pps.pps_area textarea:disabled,
label.pps.pps_input input:disabled {
	box-shadow:inset 0 0 0px #d2d2d2;
	border-color: #D1D1D1;
	opacity: 0.6;
}

label.pps.pps_button {
	display: inline-block;
	
}
label.pps.pps_button input {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	width: auto;
	height: 50px;
	margin: 0;
	border: 1px solid #d1d1d1;
	color: #000;
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	white-space: normal;
	font-family: 'PT Sans';
	font-weight: 600;
	font-size: 16px;
}

label.pps.pps_button input:hover {
	background-color: #f7f7f7;
}

label.pps.pps_button input:active {
	background-color: #f7f7f7;
}

label.pps.pps_button.pps_button_red input {
	border-color: #ec1c24;
	background-color: #ec1c24;
	color: #fff;
}

label.pps.pps_button.pps_button_red input:hover {
	border-color: #CC1118;
	background-color: #CC1118;
}

label.pps.pps_button.pps_button_red input:active {
	border-color: #CC1118;
	background-color: #CC1118;
}

label.pps.pps_button.pps_button_red input:disabled {
	border-color: #D1D1D1;
	background-color: #D1D1D1;
	cursor: default;
}

label.pps.pps_button.pps_button_red2 input {
	border-color: rgba(236,28,36,0.3);
	border-width: 3px;
	background-color: #fff;
	color: #ec1c24;
}

label.pps.pps_button.pps_button_red2 input:hover {
	border-color: #f5f5f5;
	background-color: #f5f5f5;
}

label.pps.pps_button.pps_button_red2 input:active {
	background-color: #fff;
}

label.pps.pps_button.pps_button_red3 input {
	border-color: rgba(236,28,36,1);
	border-width: 1px;
	background-color: #fff;
	color: #ec1c24;
}

label.pps.pps_button.pps_button_red3 input:hover {
	background-color: #f5f5f5;
}

label.pps.pps_button.pps_button_red3 input:active {
	background-color: #fff;
}

label.pps.pps_button.pps_button_black input {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

label.pps.pps_button.pps_button_black input:hover {
	border-color: #CC1118;
	background-color: #CC1118;
}

label.pps.pps_button.pps_button_black input:active {
	border-color: #CC1118;
	background-color: #CC1118;
}

label.pps.pps_button.pps_button_black input:disabled {
	border-color: var(--color-50);
	background-color: var(--color-85);
	cursor: not-allowed;
}

label.pps.pps_button.pps_button_green input {
	border-color: #00464d;
	background-color: #00464d;
	color: #fff;
}

label.pps.pps_button.pps_button_green input:hover {
	border-color: #002327;
	background-color: #002327;
	color: #fff;
}

label.pps.pps_button.pps_button_green input:active {
	border-color: #002327;
	background-color: #002327;
	color: #fff;
}

label.pps.pps_button.pps_button_green input:disabled {
	border-color: #D1D1D1;
	background-color: #D1D1D1;
	color: #fff;
}

label.pps.pps_button.pps_button_transp input {
	border-color: rgba(255,255,255,.9);
	background-color: transparent;
	color: rgba(255,255,255,.9);
}

label.pps.pps_button.pps_button_transp input:hover {
	background-color: rgba(255,255,255,.1);
}

label.pps.pps_button.pps_button_transp input:active {
	background-color: rgba(255,255,255,.5);
}

label.pps.pps_button.pps_button_white input {
	border-color: rgba(255,255,255,.9);
	background-color: #fff;
	color: #000;
}

label.pps.pps_button.pps_button_white input:hover {
	background-color: rgba(255,255,255,.7);
}

label.pps.pps_button.pps_button_white input:active {
	background-color: rgba(255,255,255,.5);
}

label.pps>*.pps_hide {
	display: none !important;
}

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

:focus {
outline: none;
}