

.float-left{
    float: left;
}


.float-right{
    float: right;
}


.d-inline{
    display: inline;
}


.d-block{
    display: block;
}


.vypisy{
   overflow: auto;
   max-height: 250px;
}
 
 
.vypisy_uvod{
   overflow: auto;
   height: calc(100vh - 260px);
}


.na_stred{
    text-align: center;
}

.doprava_text{
    text-align: right;
}


@media only screen and (min-width: 1200px){
   .box_mg{
      padding: 0px 15px 22px 15px;
      Overflow: visible;
   }
}
@media only screen and (max-width: 1200px){
   .box_mg{
      padding: 0px 15px 35px 15px;
      Overflow: visible;
   }
}

   
.prava_dolni{
   position: absolute;
    bottom: 0px;
    right: 5px;

}


@media print
{    
   .netisknout{ display: none; }
   .tisk{ display: block !important;
   		width: 100%;
         height: auto;
         margin: 50px auto;
   }
}


.tabulky_prazdyn_meziradek{
   border-right-style: hidden;
   border-left-style: hidden;
}

.tabulky_pozadi{
   background-color: green;
   color: white;
}

.text_O{
   font-size: 150%
}

.titulek_inventura-seznam{
   font-size: 200%;
   font-weight: bold;
}

.titulek_inventura-seznam2{
   font-size: 120%;
   font-weight: bold;
}

.sirka_tabulky_seznam{
    width: 25%;
}


.logo{
  background: transparent url("../images/radiosrental.png") no-repeat 0px 0px;
  background-size: 100%;
  width: 230px;
  height: 40px;
  float: left;
  margin-top: -10px;
}

.barva_zelena{
   color: #4D984E;
}

.barva_zluta{
   color: #C99E32;
}

.barva_modra{
   color: #979DD5;
}

.pozadi_seda_barva{
   background-color: #FAFAFA !important;
}

.hr_formular{
   margin-top: 15px;
   margin-bottom: 30px;
}




/* našeptávač */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 99;
  border-radius: 0px 0px 6px 6px;
  background-color: #FFFFFF;
  font-weight: bold;

  /*position the autocomplete items to be the same width as the container:*/
  top: 60px;
  left: 15px;
  right: 15px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #FFFFFF; 
}
.autocomplete-items div:last-child {
  padding: 10px;
  cursor: pointer;
  background-color: #FFFFFF; 
  border-radius: 0px 0px 6px 6px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #E8EAED;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #E8EAED !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/* našeptávač konec */




.sirka_priprava{
   width: 40px;
   display: inline-block;
   text-align: right;
}

.sirka_priprava2{
   width: 120px;
   display: inline-block;
   text-align: right;
}


.hlidac_doby_pevna_delka{
   min-height: 275px;
}



.nezalamovat_radky{
   White-space: nowrap;
}


.prazdne_tabulka_frekvence{
   border-right-style: hidden;
   border-left-style: hidden;
   border-top-style: hidden;
   border-bottom-style: hidden;
   width: 40px;
}

.kalendar_vyplnene{
  background-color: #AA4F78;
  font-weight: bold;
  text-align: center;
  color: #EFEFEF;
  /*border-right: 2px solid #3D3D3D;
  border-top: 2px solid #3D3D3D;
  border-bottom: 2px solid #3D3D3D;
  border-left: 3px solid #8BC0A5 !important;*/
}

.kalendar_datum{
  font-size: 80%;
}


.hledana_firma{
    padding: 5px;
    cursor: pointer;
    
}

.hledana_firma:hover{
    background-color: #FDF8EE;
}

.nalezeny_text_pole{
    max-height: 360px;
    Overflow: auto;
}
.nalezeny_text_pole::-webkit-scrollbar{
    width: 3px;
}
.nalezeny_text_pole::-webkit-scrollbar-thumb {
    background: #666;
}
.nalezeny_text_pole::-webkit-scrollbar-track {
    background: #ddd;
}


.font-weight-bold{
    font-weight: bold;
}

.radkovani_mezera{
    line-height: 200%;
}