*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: none;
}

div#statement_vyhlasenie p:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.formular__ziadost__inner__formular__block__heading,
body > br, 
#html_dakujeme br, 
div.logo {
	display: none;
} 
.screen-element-block, 
.element_label, 
.screen-element, 
#trvala_psc {
	float: none;
}

html, body {
	background: transparent;
	background: rgba(0, 0, 0, 0);
}
body {
	padding: 0;
}
h1 {
	max-width: none;
}
#formLabel_nazov, 
.form {
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
}
input[type="text"], input[type="email"], textarea, #trvala_psc {
	display: block;
	margin-bottom: 0;
	width: 100%;
}
div#statement_vyhlasenie {
	margin-top: 0;
	text-align: left;
}
.submit_button, .update_app {
	margin: 0 !important;
	width: 100% !important;
	min-width: 0;
}

#formLabel_nazov {
	margin-bottom: 0;
	padding: 0;
	padding-left: 150px;
	position: relative;
	
	background-color: #008b6b;
	border: 4px solid #008b6b;
	border-bottom: 0;
}
#formLabel_nazov:before {
	content: " ";
	display: block;
	width: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	
	background-color: #e8f4f1;
	background-image: url(https://www.totalmoney.sk/res/images/pss.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 96px 32px;
}
#formLabel_nazov h1 {
	margin: 0;
	padding: 27px;
	
	color: #ffffff;
	font-family: "OpenSansBold", sans-serif;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
}

.form {
	padding: 14px 13px 13px 14px;
	
	background-color: #e8f4f1;
	border: 4px solid #008b6b;
	border-top: 0;
}
.screen-element-block {
	padding: 13px 14px 14px 13px;
	position: relative;
}
.element_label {
	display: block;
	margin-bottom: 11px;
	padding: 0;
	width: 100%;
	
	color: #58595b;
	font-family: "OpenSansBold", sans-serif;
	font-size: 16px;
	line-height: 24px;
	
	text-align: left;
}
.screen-element {
	width: 100%;
}
input[type="text"].element, input[type="email"].element, textarea.element {
	height: 44px;
	padding: 0 11px;
	
	color: #58595b;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
	line-height: 44px;
	
	background-color: #ffffff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 0 11px 0 rgba(0, 139, 107, 0.27);
}
input[type="text"].element:focus, input[type="email"].element:focus, textarea.element:focus {
	box-shadow: 0 0 11px 0 rgba(0, 139, 107, 0.55);
}
input[type="text"].validation-error, input[type="email"].validation-error, textarea.validation-error {
	margin-bottom: 27px !important;
	
	box-shadow: 0 0 11px 0 rgba(255, 0, 51, 0.55);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cbe7e1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #cbe7e1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #cbe7e1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #cbe7e1;
}
.vyhlasenia p, 
.vyhlasenia p a, 
.html label, 
.html label a {
	color: #58595b !important;
	font-size: 13px;
	line-height: 20px;
}
.html label {
	display: block;
}
.vyhlasenia p a, 
.html label a {
	text-decoration: underline;
}
.vyhlasenia p input {
	accent-color: #008b6b;
	
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 4px 0 0;
}
.vyhlasenia p + p, 
.html label + label {
	margin-top: 11px;
}

.submit_button, .update_app {
	display: block;
	padding: 11px 27px;
	
	font-size: 20px;
	line-height: 32px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	
	background-color: #008b6b;
	border-radius: 4px;
	border: 0;
}
.submit_button:hover, .update_app:hover {
	background-color: #00b393;
}
.submit_button i, .update_app i {
	display: none;
}

span.error {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	position: absolute;
	bottom: 14px;
	left: 13px;
	
	color: #ff0033;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}
span.error:before {
	content: "!";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
	
	color: #ffffff;
	font-family: "OpenSansBold", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	
	background-color: #ff0033;
	border-radius: 50%;
}

#html_dakujeme .formular__ziadost__inner__heading {
	color: #58595b;
	font-family: "OpenSansBold", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
}

@media only screen and (max-width: 400px) {
	#formLabel_nazov {
		padding-left: 130px;
	}
	#formLabel_nazov:before {
		width: 130px;
	}
	#formLabel_nazov h1 {
		padding: 17px;
	}
	.form {
		width: 100%;
		padding: 14px 8px 13px 9px;
	}
	.screen-element-block label {
		margin-bottom: 11px;
		float: none;
	}
	.screen-element {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 540px) {
	.screen:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	#text_meno, #text_priezvisko, #text_telefon, #text_trvala_psc {
		float: left;
		width: 50%;
	}
	#statement_vyhlasenie {
		clear: both;
	}
}