div.datum-pravy {
  width: 100%; 
  margin:auto;
  padding-bottom: 5px;
  text-align: left;
  font-size: 90%;
  color: #1e6574;
  text-transform: uppercase;
  }

hr.oddelovac-pravy {
  width: 100%; 
  margin:auto;
  margin-bottom: 5px;
  color: #1e6574;
  background-color: #1e6574;
  height: 2px;
  }

hr.oddelovac-pravy-2 {
  width: 100%; 
  margin:auto;
  margin-bottom: 8px;
  color: #399cbd;
  background-color: #399cbd;
  height: 2px;
  }

div.pocasi-pravy-obal {
  width: 100%; 
  margin:auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 2px #1e6574 solid;
  border-bottom: 2px #1e6574 solid;
  }

div.pocasi-pravy-obal span {
 width: 100%; 
 padding-bottom: 3px;
 display: inline-block;
 font-size: 85%;
 text-align: left; 
 }

div.pocasi-pravy {
  width: 250px; 
  margin:auto; 
  display: block;
  text-align: center; 
  }


div.box-pravy-obal {
  width: 100%; 
  margin:auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  }

div.box-pravy-obal span {
 width: 100%; 
 padding-bottom: 3px;
 display: inline-block;
 font-size: 85%;
 text-align: left; 
 }

div.box-pravy {
  width: 250px; 
  margin:auto; 
  display: block;
  text-align: center; 
  }

div.box-pravy-dovolena {
  width: 100%; 
  margin:auto; 
  text-align: left; 
  background: url(../images/zpravy/dovolena_pozadi_v2.jpg); 
  background-repeat: no-repeat;
  background-position: 100% 0;
  min-height: 80px; 
  }



div.sdilet-pravy {
  width: 100%; 
  margin:auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: top;
   }

div.sdilet-pravy span {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;  
  display: inline-block;
  font-size: 90%;
  color: #1e6574;
  text-align: left; 
  }

.hlaseni_green {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0px;
  line-height: 160%;
  border: 3px #b1da81 solid;
  border-radius: 8px;
  webkit-border-radius: 8px;
  -moz-border-radius: 8px;    
  background-color: #fcfff8; 
  color: #000000;
  /* color: #60a536;*/
  /* font-family: Tahoma, "arial ce", arial, "helvetica ce", georgia, serif, sans-serif; */
  font-family:  Tahoma, "Trebuchet MS", Verdana, "Geneva CE",  "Helvetica CE", Georgia, serif, sans-serif;        
  font-size: 100%;
  }

@media (min-width: 600px) { 
  .hlaseni_green {
   padding-left: 40px;
  }  
}

.hlaseni_green a:link {
  text-decoration: underline;
  }

.hlaseni_red {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0px;
  line-height: 160%;
  border: 3px #ff9866 solid;
  border-radius: 8px;
  webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  /* background-color: #fcfff8; */
  background-color: #FDF7F6;  
  color: #000000;
  /* color: #fd5e34; */
  font-family: Tahoma, "arial ce", arial, "helvetica ce", georgia, serif, sans-serif;
  font-size: 100%;
  }

@media (min-width: 600px) { 
  .hlaseni_red {
   padding-left: 40px;
  }  
}

.hlaseni_red a:link {
  text-decoration: underline;
  }


/* --- https://www.w3schools.com/howto/howto_css_loader.asp --- */

.loader {
  margin: auto;    
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  }

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
 }


.sql_error {
  margin: 5px;
  padding: 4px;
  background: red; 
  color: #ffffff;
  font-weight: bold;
  }

/* ---- Patička menu ---- */
div.paticka {
 width: 100%;
 /*
 height: 400px;
 border: 1px #cccccc solid; 
 */
 }


/* ---- Patička menu ---- */

div.paticka-menu {        
  width: 100%;  
  height: auto;
  margin: auto;
  margin-top: 30px;
  display: block;
  overflow:hidden; 
  clear:both;  
  text-align: left; 
  font-size: 100%;
  }

@media (min-width: 980px) {       
   div.paticka-menu {     
   font-size: 85%;
   min-width: 980px; 
   max-width: 1200px;  
   }
}

/* ---- Patička portály ---- */

div.paticka-portaly a:link {color: #939393; text-decoration: none;}
div.paticka-portaly a:active {color: #939393; text-decoration: none;}
div.paticka-portaly a:visited {color: #939393; text-decoration: none;}
div.paticka-portaly a:hover {color: #666666; text-decoration: underline;}

div.paticka-portaly {      
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  /* display: block; */
  display: table;
  overflow:hidden; 
  clear:both;    
  text-align: left; 
  border-top: 3px #630000 solid;
  vertical-align: top; 
  background-image: url(../images_2/web/pozadi_paticka_1200.jpg); 
  background-repeat: repeat;
  background-position: 100% 0%;
  }


@media (min-width: 480px) and (max-width: 979px) {         
   div.paticka-portaly {     
   background-image: url(../images_2/web/pozadi_paticka_1200.jpg); 
   background-repeat: repeat;
   background-position: 100% 0%;
   } 
}

@media (min-width: 980px) {       
   div.paticka-portaly {     
   min-width: 980px;  
   max-width: 1200px;  
   height: 320px;     
   background-image: url(../images_2/web/pozadi_paticka_1200.jpg); 
   background-repeat: no-repeat;
   background-position: 0% 0%;
   }
}

div.paticka-portaly div.p-logo {      
  display: none;
  }

@media (min-width: 980px) {       
  div.paticka-portaly div.p-logo {         
  width: 28%;
  height: 300px;  
  float: left;
  display: block;
  vertical-align: top; 
  }
  
  div.paticka-portaly div.p-logo img {         
  width: 290px;
  height: 100px;
  margin-top: 20px;  
  }
}

div.paticka-portaly div.p-logo_2 {      
  width: 100%;
  float: left;
  display: block;
  vertical-align: top;
  padding-top: 20px; 
  }

@media (min-width: 980px) {       
  div.paticka-portaly div.p-logo_2 {         
  display: none;   
  }
}

div.paticka-portaly div.p-logo_2 span {
  font-weight: bold;
  font-size: 240%;
  }

div.paticka-portaly div.kraje {      
  vertical-align: top;
  float: left;
  margin: auto;
  display: block; 
  width: 100%;
  vertical-align: top;  
  font-size: 110%; 
  }
 
@media (min-width: 480px) and (max-width: 979px) {       
  div.paticka-portaly div.kraje {         
  width: 45%;  
  float: left;  
  /* display:  block; */
  vertical-align: top;  
  margin-right: 10px;
  min-height: 350px;
  font-size: 85%;
  }  
  /* div.paticka-portaly div.kraje:nth-child(2n) { color: red; }  */
}

@media (min-width: 980px) {       
  div.paticka-portaly div.kraje {      
  padding-left: 20px;
  width: 18%;
  font-size: 85%;
  }
}

div.paticka-portaly div.kraje p  {      
  margin-top: 10px; 
  line-height: 180%;
  }

@media (min-width: 480px) {       
  div.paticka-portaly div.kraje p {      
    line-height: 145%;
  }
}


@media (min-width: 980px) {       
  div.paticka-portaly div.kraje p {      
    line-height: 135%;
  }
}


div.paticka-portaly div.kraje p span {      
  font-weight: bold; 
  }

/* ---- Patička info ---- */

div.paticka-info {      
  width: 100%;  
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px #cccccc solid; 
  }

@media (min-width: 980px) {       
   div.paticka-info { 
   max-width: 1200px;      
   min-width: 980px;
   margin-top: 0px;
   padding-top: 5px;
   }
}

div.paticka-info a:link {
  text-decoration: underline;
  }

div.paticka-info span {      
  font-size: 85%;
  color: #666666;
  line-height: 150%; 
  float: left;
  }

@media (min-width: 980px) {
  div.paticka-info span {
  font-size: 75%;
  } 
}

div.soc_site {
  float: right;
  text-align: right;  
  }


div.soc_site img {
  float: right;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  opacity: 0.8; 
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;  

  }


a:hover.soc_site_round {
  opacity: 0.6; 
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;  
  }


/* ---- Patička reklama ---- */

div.paticka-reklama {      
  width: 100%;  
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  overflow:hidden; 
  clear:both;      
  text-align: center;
  }

@media (min-width: 980px) {       
   div.paticka-reklama { 
   max-width: 1200px;      
   min-width: 980px;
   min-height: 100px;
   margin-top: 0px;   
   }
}

/* ---- Stránkovaní ---- */

#box_strankovani_1 {
  margin: auto;
  padding: 0px;
  /* width: 980px; */
  width: 100%;
  text-align: left;
  border-top: 1px #f2f2f2 solid;
  line-height: 160%; 
  }

#strankovaci_lista_1 {
  /* float: left; */
  margin: auto;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  /* border: 1px #cccccc solid; */
  line-height: 160%;   
  }

#strankovaci_lista_1 span {
  display: inline-block; 
  padding: 5px; 
  margin-top: 10px; 
  text-align: left;
  /* border: 1px #cccccc solid; */  
  font-size: 100%; 
  line-height: 200%;  
  }

#strankovaci_lista_2 {
  float: right;
  margin: auto;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  /* border: 1px #cccccc solid; */
  font-size: 95%; 
  line-height: 160%; 
  }


/* Formulář volba stránky */

#strankovaci_lista_2 form.volba_stranky {
   margin: 0px; 
   padding: 0px; 
   float: left;
  }


#strankovaci_lista_2 form.volba_stranky select {
   padding: 4px;    
  }


/* Formulář položek na stránku */

#strankovaci_lista_2 form.polozek_na_stranku {
  margin: 0px;  
  margin-left: 10px; 
  padding: 0px; 
  float: left; 
  }


#strankovaci_lista_2 form.polozek_na_stranku select {
   padding: 4px;    
  }


/* Posouvací jezdec - formulář */

#box_strankovani_hSlider {
  margin: auto;
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 95%; 
  line-height: 160%; 
  }


#box_strankovani_hSlider form{
  text-align: center; 
  }


#box_strankovani_hSlider form input.rangeH  {
  width: 500px; 
  }


.strankovani_2 {
  border: 1px #990000 solid;
  padding: 5px;
  margin-right: 0px; 
  font-size: 90%; 
  font-family:  "Arial CE", Arial, "Arimo", "Verdana","Helvetica CE", Georgia, serif, sans-serif;
  }
  a:link.strankovani_2 {color: #990000; text-decoration: none;}
  a:active.strankovani_2 {color: #990000; text-decoration: none;}
  a:visited.strankovani_2 {color: #990000; text-decoration: none;}
  a:hover.strankovani_2 {color: #990000; text-decoration: none;}


.strankovani_aktivni_2 {
  border: 1px #990000 solid;
  padding: 5px;
  margin-right: 0px;
  background: #990000;
  font-size: 90%; 
  font-family: "Arial CE", Arial, "Arimo", "Verdana","Helvetica CE", Georgia, serif, sans-serif;
  }
  a:link.strankovani_aktivni_2 {color: #ffffff; text-decoration: none; }
  a:active.strankovani_aktivni_2 {color: #ffffff; text-decoration: none;}
  a:visited.strankovani_aktivni_2 {color: #ffffff; text-decoration: none;}
  a:hover.strankovani_aktivni_2 {color: #ffffff; text-decoration: none;}


.strankovani_interval_2 {
  margin-right: 5px; 
  font-size: 90%; 
  font-family:  "Arial CE", Arial, "Arimo", "Verdana","Helvetica CE", Georgia, serif, sans-serif;
  }
  a:link.strankovani_interval_2 {color: #980000; text-decoration: none; }
  a:active.strankovani_interval_2 {color: #980000; text-decoration: none;}
  a:visited.strankovani_interval_2 {color: #980000; text-decoration: none;}
  a:hover.strankovani_interval_2 {color: #666666; text-decoration: none;}


.strankovani_sipka_2 {
  margin-right: 5px; 
  font-weight: bold; 
  font-size: 200%;
  /* vertical-align: middle;*/
  }
  a:link.strankovani_sipka_2 {color: #980000; text-decoration: none; }
  a:active.strankovani_sipka_2 {color: #980000; text-decoration: none;}
  a:visited.strankovani_sipka_2 {color: #980000; text-decoration: none;}
  a:hover.strankovani_sipka_2 {color: #666666; text-decoration: none;}


.arrow {
  font-size: 200%; 
  font-family: "Verdana",  "Arimo", "Arial CE", Arial, "Helvetica CE", Georgia, serif, sans-serif;
  font- weight: bold;
  }


