.prepazka-cinnost {     
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em; 
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-right:10px;
    background:#A0A0A0;
    color:white;
  }
  
  .fr {
    float: right;
  }

  .progress-bar {
    background-color:#a0a0a0;
  }

  .redhover:hover {
    color: red;
    cursor:pointer;
  }

  .bg-otevreno {
    background-color: #A1FF99 !important;
  }
  
  .bg-obsluhujese {
    background-color: #FEFF99 !important;
  }
  
  .bg-zavreno {
    background-color: #E8E7E7 !important;
  }
  
  .infobadges_container {
    width:100%;
    padding-top:5px;
    border-top: 1px dotted #e0e0e0;
  }
  
  .infobadges {
/*    position: absolute;
    bottom: 20px
    */
  }
  
  .infobadges .badge{
    background: #a0a0a0 !important;
    font-size: .85em;
  }
    
  
  .itemtpl {
    margin-bottom:15px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
    
  .pulse {
      transform: scale(1);
      animation: xpulse 2s infinite;
      margin-bottom:0;
  }
  
  header {
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      padding-right:10px;
  }
  
  .navbar-brand {
      float: left;
      height: 50px;
      padding: 15px 15px;
      font-size: 18px;
      line-height: 20px;
  }
  
  .navbar-brand img {
      height: 40px;
  }
  
  .navbar-right {
      text-align: right;
  }
  
  .navbar-right h3 {
      font-size: 12px;
    } 
  
  
  .template {
      display: none;
  }
  
  .tplfronta {
    border-radius: 0 0 3px 3px;
    margin-bottom: -6px;
    display: inline-block;
    width: 100%;
    color: black;
  }
  

  .tplnadpiscinnosti {
    color: black;
    font-size: 25px;
  }
  
  .tplnadpiscinnosti:hover {
    text-decoration: underline;
    cursor:pointer;
  }

  .colrightbox {
    text-align: center;
    padding-top: 10px;
  }

  .colrightbox .h-100{
    padding: .1rem 0;
    white-space: normal;
    border: 1px solid #d0d0d0;
  }

  .nadpis-ceka{
    margin: 0 .75rem 0 .75rem;
  }

  


  
  .nezobrazit {
    display: none;
  }
  
  p.alert {
    text-align: center;
    margin-top:50px;
    font-size: 30px;
  }

  p.alertcomment {
    text-align: center;
    font-size: 20px;
  }

  

  span.poradi {
    font-size: 30px;
  }

  #h_firma_logo {
      margin-top: 1em;
  }

  .cinnost-status {
    margin-top: 7px;
  }

  
  
  @keyframes xpulse {
      0% {
          transform: scale(0.75);
      }
  
      70% {
          transform: scale(1);
      }
  
      100% {
          transform: scale(0.75);
      }
  }
  
  
  
  @media (min-width: 576px) {
    .navbar-right h3 {
      font-size: 15px;
    } 
  
    .container-fluid {
      padding: 10px;
    } 
  }
  
  @media (min-width: 768px) {
    .navbar-right h3 {
      font-size: 20px;
    } 
    .navbar-brand img {
      height: 40px;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-brand img {
      height: 60px;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-brand img {
      height: 80px;
    }
  }
  