@-webkit-keyframes probliknuti {
  0% {
    position: fixed;
    top: 10%;
    padding: 1em;
    opacity: 0;
    z-index: 1000;
  }
  5% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  99% {
    position: fixed;
    padding: 1em;
  }
  100% {
    position: relative;
    opacity: 0;
  }
}
p.success, p.pochvala {
  background-color: #FFB6C1;
  color: #000;
  border: 0.1em solid #000;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 0.3em;
  text-align: center;
}

p.varovani, p.warning, p.important {
  background-color: #ffffcc;
  color: #CC0000;
  border: 0.1em solid #CC0000;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 0.3em;
  text-align: center;
}

.warning {
  background-color: #ffffcc;
}

p.important {
  -webkit-animation: probliknuti 2s;
  /* Safari 4.0 - 8.0 */
  animation: probliknuti 5s;
  animation-delay: var(--delay);
  -webkit-animation-delay: var(--delay);
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

p.alert {
  background-color: #ffffcc;
  color: #cc0000;
  border: 0.1em solid #cc0000;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 0.3em;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  text-align: center;
  position: fixed;
  padding: 1em;
  opacity: 1;
  top: 10%;
  z-index: 1000;
  padding-bottom: 4em;
}
p.alert::after {
  content: "OK";
  position: absolute;
  bottom: 0.5em;
  width: 6em;
  height: 2em;
  line-height: 2em;
  left: calc(50% - 3rem);
  border: 0.1em solid #cc0000;
  color: black;
  background-color: white;
  cursor: pointer;
  border-radius: 0.2em;
}

.hidden {
  display: none;
}

#loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 11;
  opacity: 0.9;
}

#div_session_write {
  color: red;
  visibility: hidden;
}

/*# sourceMappingURL=default.css.map */
