* {
  //box-sizing: border-box;
}

body {
  font-family: Geneva, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  margin: 0px;
}

h3 {
 margin-top: 0;
 margin-bottom: 4px;
 font-size: 18;
 font-weight: bold;
}

h4 {
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 16;
 font-weight: bold;
}

p {
 margin-top: 0;
 margin-bottom: 0;
 font-size: 13;
 
}

.column.middle a:hover {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande"; 
  text-decoration: underline;
  //background-color: #88D5E9;
  color: red;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
// border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}

.column.middle a:active {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande"; 
  text-decoration: underline;
  //background-color: #88D5E9;
  color: red;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
// border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}


.column.middle a:link {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
 text-decoration: underline;
  //background-color: #4B99AD;
  color: black;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
//  border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;


}

.column.middle a:visited {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
 text-decoration: underline;
  //background-color: #4B99AD;
  color: black;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
//  border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}

/* Style the header */
.header {
  background-color: #FFFFFF;
  line-height: 120px;
  text-align: center;
  font-size: 25px;
  height: 120px;
  width: 100%;
  display: inline-block;

  
}

.header img {
 float:left ;
 vertical-align: middle;
 }

.header h3 {

 vertical-align: middle;
 display: inline-block;
}

.topbar {
float: top;
height: 30px;
padding: 0px;
background-color: #8ac04b;
width: 100%;
 }


.column {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 420px;
}


.column.left {
  width: 10px;
  //float:left;
  font-size: 14px;
  color: white;
  background-color:#777;
  visibility: hidden;
}

.mainmenu a:link, a:visited {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  //background-color: #4B99AD;
  color: white;
  text-decoration: underline;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
//  border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}


.mainmenu a:hover, a:active {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande"; 
  //text-decoration: underline;
  //background-color: #88D5E9;
  color: yellow;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
// border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}

.mainmenuprvni {

}

.mainmenudruhy {


}

.column.right { 
  width: 200px;
  position: absolute;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  //padding-right: 5px;
  font-size: 13px;
  color: white;
  background-color:#888;
}



.column.middle {
  background-color: #ffffff;
  width:85%;

}


.row:after {
  content: "";
  display: table;
  clear: both;
 
}


.footer {
  background-color: #8ac04b;
  padding: 0px;
  height: 60px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: white;
  width: 100%;
  
}

.dvetabulky {

 float: left;
}

.odkazvmenuvlevo {
	
 background-color:#8ac04b;
 display:inline-block;
 //padding:0.3em 1.2em;
 margin:0 0 0 0;
 border:1px solid rgba(255,255,255,0);
 border-radius:0.8em;
 box-sizing: border-box;
 text-decoration:none;
 font-family: Arial,sans-serif;
 font-size: 16px;
 padding: 1px;
 color:#FFFFFF;
 //text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
 text-align:center;
 transition: all 0.2s;
    
}


.odkazvmenuvlevo button:hover {
    color: yellow;
    //background-color: #4CAF50;
    //text-decoration: underline;
    //border-color: rgba(255,255,255,3);
    
}


.form-style-1 {
	//margin:10px auto;
	max-width: 400px;
	padding: 20px 12px 20px 20px;
	font: 13px Geneva, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=password],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=password]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #508030;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #70A040;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  //width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
//table.blueTable tr:nth-child(even) {
//  background: #D0E4F5;
//}
table.blueTable thead {
  background: #0046A0;
  background: -moz-linear-gradient(top, #6c933f 0%, #8ac04b 66%, #8ac04b 100%);
  background: -webkit-linear-gradient(top, #8ac04b 0%, #6c933f 66%, #6c933f 100%);
  background: linear-gradient(to bottom, #8ac04b 0%, #6c933f 66%, #6c933f 100%);
  border-bottom: 1px solid #444444;
}
table.blueTable thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 13px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

//modal start
.mojemodal {
  //display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 50%;
  top: 40%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.mojemodal-content {
  //display: none; /* Hidden by default */
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  top: 40%;
  left: 10%;
  right: 10%; 
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:40%; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:40%; opacity:1}
}

/* The Close Button */
/* The Modal (background) */
.mojemodal {
  display: none; /* Hidden by default */
  
  position: fixed; /* Stay in place */
  
  z-index: 20; /* Sit on top */
  //padding-bottom: 25%; /* Location of the box */
  left: 0;
  
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
*/

/* Modal Content */
.mojemodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}
.mojemodal-content p {
  color: black;
  text-align: justify;
  font-size: 16px;
  
}
.mojemodal-content a {
  color: black;
  text-align: justify;
  font-size: 16px;
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




@media (max-width: 1280px) {
  .header {
  background-color: #FFFFFF;
  //float:left;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  max-height: 20px;
  width:100%;
  //display: block;

}

.header img {
 float:left;
 //visibility: hidden;
 display: block;
 width: 80px;
 height: 50px;
 }

.topbar {
float: top;
margin-top: 30px;
width: 100%;
height: 30px;
background-color: #8ac04b;
//visibility: hidden;
 }

 h3 {
 margin-top: 0;
 margin-bottom: 4px;
 font-size: 14;
 font-weight: bold;
}

h4 {
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 14;
 font-weight: bold;
}


.column {
  float: left;
  padding: 10px;
  min-height: 0px; 
}

/* Left and right column */
.column.left {
  width: 5px;
  float:left;
  font-size: 14px;
  color: white;
  background-color:#777;
  visibility: hidden;
}

.mainmenu a:link, a:visited {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande";
 text-decoration: underline;
  //background-color: #4B99AD;
  color: white;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
//  border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}

.mainmenu a:hover, a:active {
  font-family: Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande"; 
  text-decoration: underline;
  //background-color: #88D5E9;
  color: yellow;
  padding: 0px 0px 0px 0px;
//  border-top: 1px solid #CCCCCC;
// border-right: 1px solid #333333;
//  border-bottom: 1px solid #333333;
//  border-left: 1px solid #CCCCCC;
}

.mainmenuprvni {
float:left;
width:240px;
}

.mainmenudruhy {
float:right;
width:240px;

}


.column.right { 
  width: 100%;
  left: none;
  float:left;
  position: relative;
  //height:400px;
  font-size: 13px;
  color: white;
  background-color:#888;
}



.column.middle {
  background-color: #ffffff;
  width:auto;
  
}


.row:after {
  content: "";
  display: table;
  clear: both;
 
}


.footer {
  background-color: #8ac04b;
  padding: 10px;
  text-align: center;
  color: white;
}

.dvetabulky {
 margin-top:10px;
 padding-top:10px;
 float: none;
}

.mojemodal {
  //display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  padding-left: 0px;
  left: 0%;
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.mojemodal-content {
  //display: none; /* Hidden by default */
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  top: 0%; 
  bottom: 0%;
  left: 10vh;
  //right: 10vh; 
  padding: 10px;
  border: 1px solid #888;
  width: 350px; /* Full width */
  height: 400px; /* Full height */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  unset -webkit-animation-name: animatetop;
  unset -webkit-animation-duration: 0.4s;
  unset animation-name: animatetop;
  unset animation-duration: 0.4s
}





  }

