.h {
	display:none;
}
html {
	height: 100%;
}


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: lightgrey;
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
}
span {
	padding: 0;
}

textarea 	{
		font-family: 'Roboto', sans-serif;
		font-size: 10pt;
}

#map {
  height: 400px;
  width: 100%;
  background-color: grey;
}

.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: 'â†ş';
}
.cr-rotate-r i:before {
	content: 'â†»';
}

button[class="foto_button"],
a.btn {
    background-color: #01688b;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 15px;
    font-weight:bold;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}

.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;    
}

input[type=text], select, textarea {
  width: 100%;
  padding: 2px 2px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[class=mini], select[class=mini] {
  width: 100%;
  padding: 2px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
}

input[readonly] {
	background-color: #fff2f2;
}

textarea[readonly] {
	background-color: #fff2f2;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 2px 2px;
  margin: 1px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#header{
	top:0;
	position: absolute;
	background-image: url("../images/bg-page.png");
	width: 100%;
	height: 100px;
}
.title {
	padding-top: 50px;
	font-weight: bold;
	text-align: left;
	color: #FCFCFC;
	letter-spacing: 1px;
	font-size: 14pt;
	font-style: italic;
}
.login{
	position: absolute;
	right: 30px;
	top: 0px;
	padding-top: 75px;
	color: white;
	font-size: 10pt;
	background-color: #005977;
}
.login a{

	color: #E9E9E9;
}
.lang {
	position: absolute;
	right: 30px;
	top: 0px;
	padding-top: 10px;
	color: white;
	font-size: 11pt;
}
.lang a{
	color: #E9E9E9;
}
.logo{
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	background-image: url("../images/logo_PZ_white.png");
	background-repeat: no-repeat;
  	background-size: 100px;
	padding-left: 100px;
	padding-top: 70px;
}
.container {
	height:75%;
	padding-left: 0px;
	padding-top: 10px;
}
.container .left_article {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	padding-bottom: 15px;
	height: 100%; 
	
}
.container h3 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30%;
}
hr {
	border:solid #8ab702 1px;
	
}
h2{
	font-size: 11pt;
	color: #01688b;
	font-style: italic;
	vertical-align: bottom;
	padding: 0px;
}

h4{
	font-size: 11pt;
	color: #01688b;
	font-style: italic;
	vertical-align: bottom;
	padding: 0px;
	margin: 2px;
}

.invalid{
	color: red;
}
.copyright {
	padding-top: 0px;
	font-size: 9pt;
}
table {
	font-size: 10pt;
}

table.vypis {
	width: 100%;
	padding-top: 5px;
	font-size: 10pt;
	border-bottom: 0 !important;
}

table.vypis tbody tr:nth-child(even) {
	background: #f7f7f7;
}
table.vypis tbody tr:nth-child(odd) {
	background: #ededed;
}

table.vypis thead th {
	height: 15px;
	background-color: #01688b;
	padding: 9px !important;
	border-left:solid #e5e5e5 1px;
	border-bottom:solid #e5e5e5 1px !important;	
	text-align:left;
	color: white;
	font-weight: bold;
}
table.vypis tbody td {
	height: 15px;
	padding: 7px;		
	border-left:solid #e5e5e5 1px;
}

#vypis_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

#vypis2_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

#vypis3_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

#vypis4_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

#vypis5_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

table.vypis tbody tr td:first-child {
	border-left:solid #e5e5e5 1px;
}

table.vypis tbody tr td:last-child {
	border-right:solid #e5e5e5 1px;
}

table.vypis_osoby {
	width: 100%;
	padding-top: 5px;
	font-size: 10pt;
	border-bottom: 0 !important;
}

table.vypis_osoby tbody tr:nth-child(4n+3) {
	background: #ededed;
}
table.vypis_osoby tbody tr:nth-child(4n+4) {
	background: #ededed;
}

table.vypis_osoby tbody tr:nth-child(4n+1) {
	background: #f7f7f7;
}

table.vypis_osoby tbody tr:nth-child(4n+2) {
	background: #f7f7f7;
}

table.vypis_osoby thead th {
	height: 15px;
	background-color: #01688b;
	padding: 9px !important;
	border-left:solid #e5e5e5 1px;
	border-bottom:solid #e5e5e5 1px !important;	
	text-align:left;
	color: white;
	font-weight: bold;
}
table.vypis_osoby tbody td {
	height: 15px;
	padding: 7px;		
	border-left:solid #e5e5e5 1px;
}

#vypis_osoby_length select,input {
  width: 55%;
  padding: 4px 4px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}

table.vypis_osoby tbody tr td:first-child {
	border-left:solid #e5e5e5 1px;
}

table.vypis_osoby tbody tr td:last-child {
	border-right:solid #e5e5e5 1px;
}

.short {
	visibility: hidden;
}

@media (min-width: 590px) and (max-width: 869px) {
	.title {
		visibility: hidden;
	}
}
@media (max-width: 589px) {
	.title {
		visibility: hidden;
	}
	.long {
		visibility: hidden;
	}
	.short {
		visibility: visible;
		position: absolute;
		right: 0px;
		top: 0px;
		padding-top: 10px;
		color: white;
		font-size: 11pt;		
	}	
}

@media print
{    
	body{
		background-color: white !important;
		width: 95% !important;
		height: 90%;
		margin-top: 30px !important;
		margin-left: 25px;
		font-size: 8pt; !important;
		border: solid black 2px;
		vertical-align: middle !important;
	} 
	#header{
		top: 32px;
		position: absolute;
		width: 95%;
		height: 100px;
	}
	table {
		font-size: 8pt;
	}
	.copyright {
		font-size: 7pt;
	}
	.style9 {
		font-size: 7pt;
	}
	.no-print, .no-print *
    {
        display: none !important;
    }
	@page {size:A4 landscape}

}
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}


#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  padding-top:85px;
  line-height: 1;
/*  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;*/
  background: #141414;
/*  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);*/
  border-bottom: 2px solid #005977;
  width: auto;
  
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414; /*pozadie neaktívnych ikon menu*/
/*background: -moz-linear-gradient(top, #333333 0%, #141414 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));*/
/*background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);*/
/*background: -o-linear-gradient(top, #333333 0%, #141414 100%);*/
/*background: -ms-linear-gradient(top, #333333 0%, #141414 100%);*/
/*background: linear-gradient(to bottom, #333333 0%, #141414 100%);*/
  color: #ffffff; /*??*/
  display: block;
/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
  padding: 15px 20px; /*výška menu*/
  text-decoration: none;
}
#cssmenu ul {
  list-style: none; /* ul bez bodky */
}
#cssmenu > ul > li {
  display: inline-block;
  float: left; /* hlavné menu zarovnanie v lavo */
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff; /* farba textu neaktivneho menu */
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
/*border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;*/
  border-left: 10px #141414 solid; 
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
/*  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;*/
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #ffffff; /* text aktívneho menu */
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #606060;
/*  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);*/

}
/*
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
*/
/*
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
*/
/*#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
*/
/*
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
*/
/*
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
*/
/*
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
*/
/*
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
*/
/*
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
*/

 /* Customize the label (the container) */
.ikona {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ikona input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -14;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  margin: 5px;
}

/* On mouse-over, add a grey background color */
.ikona:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ikona input:checked ~ .checkmark {
  background-color: #01688b !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ikona input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ikona .checkmark:after {
  left: 4px;
  top: -1px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

/*formátovanie textov*/

.style1 {
		font-size:1pt;
}
.style6 {
		font-size:6pt;
}
.style7 {
		font-size:7pt;
}
.style7_5 {
		font-size:10px;
}
.style8 {
		font-size: 8pt;
}
.style9 {
		font-size:9pt;
}
.style10 {
		font-size:10pt;
}
.style11 {
		font-size:11pt;
}
.style12 {
		font-size:12pt;
}
.style13 {
		font-size:13pt;
}
.style14 {
		font-size:14pt;
}
.style15 {
		font-size:15pt;
}
.style16 {
		font-size:16pt;
}
.style18 {
		font-size:18pt;
}
.style20 {
		font-size:20pt;
}
.b {
		font-weight: bold;
}
.u {
		text-decoration: underline;
}
.i {
		font-style: italic;
}
.alc {
		text-align: center;
}
.alr {
		text-align: right;
}
.valt {
		vertical-align: top;
}
.valb {
		vertical-align: bottom;
}
.ls {
		border-left:solid black 1px !important;
}
.ls2 {
		border-left:solid black 2px;
}
.tsg {
		border-top:solid #e5e5e5 1px;
}
.ts {
		border-top:solid black 1px;
}
.ts2 {
		border-top:solid black 2px;
}
.rs {
		border-right:solid black 1px !important;
}
.rs2 {
		border-right:solid black 2px;
}
.bs {
		border-bottom:solid black 1px;
}
.bs2 {
		border-bottom:solid black 2px;
}
.td {
		border-top:double black 3px;
}
.ld {
		border-left:double black 3px;
}
.rd {
		border-right:double black 3px;
}
.bd {
		border-bottom:double black 3px;
}
.bda {
		border-bottom:dashed black 1px;
}
.bdo {
		border-bottom:dotted black 1px;
}
.blue {
		background:#d9e2f3;
}
.white {
		background:#f4f4f4;
}

