@charset "UTF-8";
/* BARVY UI APLIKACE */
/* BARVY TYMU */
/* BARVY – POUŽITÍ */
.barva {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 24px solid #B1B1B1;
  background-color: #B1B1B1;
  cursor: pointer;
}

.barva_1 {
  border-color: #00b9ff !important;
}

.barva_2 {
  border-color: #00AD40 !important;
}

.barva_3 {
  border-color: #fdff00 !important;
}

.barva_4 {
  border-color: #132AA3 !important;
}

.barva_5 {
  border-color: #de0000 !important;
}

.barva_6 {
  border-color: #000000 !important;
}

.barva_7 {
  border-color: #c0c0c0 !important;
}

.barva_8 {
  border-color: #8cff00 !important;
}

.barva_9 {
  border-color: #670814 !important;
}

/* DYNAMICKÉ ZMĚNY VE STYLECH */
.s-podanim {
  border-bottom-color: #0D6EFD !important;
}

.stav_ok {
  background-color: #1A8754;
}

.stav_ok:hover {
  background-color: #166E45;
}

.stav_varovani {
  background-color: #b90000;
}

/* OBECNÉ */
@font-face {
  font-family: "Big Shoulders";
  src: url("../assets/font_big_shoulders.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Verdana", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.zobrazeno {
  display: block !important;
  z-index: 1100;
}

.neaktivni {
  color: #B1B1B1 !important;
  cursor: not-allowed;
}

.skryto {
  display: none;
}

.sekce {
  width: 100%;
  min-width: 320px;
  display: flex;
  justify-content: center;
  background-color: #E9ECEF;
}

.tlacitko {
  background-color: #0D6EFD;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-radius: 5px;
  color: #F9FBFF;
  text-align: center;
  cursor: pointer;
  border: 0;
  line-height: 1.2em;
}

.tlacitko:hover {
  background-color: #0D52B8;
}

.tlacitko_grow {
  flex-grow: 1;
}

/* IKONY */
.ikona_sipka {
  width: 1rem;
}

.ikona_zoom {
  width: 1.5rem;
  height: 1.5rem;
}

.ikona_karta {
  width: 2rem;
  height: 2rem;
}

.ikona_varovani {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.ikona_menu {
  width: 1.5rem;
  height: 1.5rem;
}

.ikona_sipka_right {
  transform: rotate(-90deg);
}

.ikona_sipka_left {
  transform: rotate(90deg);
}

.ikona_sipka_up {
  transform: rotate(180deg);
}

.ikona_svetla {
  filter: invert(100);
}

/* FOOTER */
.footer {
  background-color: #5E5E5E;
  color: #F9FBFF;
  padding: 1rem;
}
.footer a {
  color: #E9ECEF;
}
.footer .footer_akce {
  display: flex;
  justify-content: space-between;
}
.footer .ikona_volejbal {
  width: 1rem;
  height: 1rem;
}
.footer .footer_akce > div:last-child > div {
  text-align: right;
}/*# sourceMappingURL=elements.css.map */