@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;
}

.view {
  background-color: #E79E52;
  /* HLAVIČKA */
  /* SKORE */
  /* AKCE / NAVIGACE */
  /* MODAL */
  /* DETAIL / HRISTE */
  /* CHAT */
  /* SESTAVA */
}
.view .sekce {
  background-color: #E79E52;
}
.view .sekce h2 {
  margin-bottom: 1.5rem;
}
.view .sekce_hlavicka {
  flex-direction: column;
}
.view .tym_nazev {
  width: calc(50% - 3rem);
}
.view .tymy_nazev.b_vlevo #tym-a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.view .tymy_nazev.b_vlevo #tym-b {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.view .tym_nazev > span {
  color: #F9FBFF;
  overflow: hidden;
  white-space: nowrap;
}
.view .tym_nazev {
  min-width: 33%;
}
.view .skore_sety_view {
  width: 6rem;
}
.view .skore_sety_sety_view {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #5E5E5E;
  border-top-color: #F9FBFF;
}
.view .skore_tabule {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 9.4rem;
  width: 100%;
  max-width: none;
  margin-bottom: 0.25rem;
}
.view .skore_sety {
  width: 100%;
  flex-direction: row;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.view .skore_sety_sety {
  height: auto;
  width: calc(50% - 0.125rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  flex-grow: 1;
  border-color: #5E5E5E;
}
.view .skore_sety_sede {
  color: #5E5E5E;
}
.view .tymy_nazev .skore_sety_sety {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.view .skore_sety_ttcc_kontejner {
  display: none;
}
.view .skore_podani {
  display: none;
}
.view .sekce_navigace {
  flex-wrap: wrap;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  row-gap: 0.25rem;
  justify-content: space-between;
  padding: 0.25rem;
  margin-top: 0;
  border-bottom: 1px solid #5E5E5E;
}
.view .sekce_navigace .tlacitko {
  width: calc(50% - 0.125rem);
  font-size: 14px;
}
.view .overlay {
  z-index: 1100;
}
.view .menu_nabidka.typ_karty {
  background-color: #1A8754;
}
@media screen and (min-width: 400px) {
  .view .menu_nabidka {
    display: none;
    width: 25rem;
    top: calc(50% - 20rem);
    left: calc(50% - 12.5rem);
    border: none;
    border-right: none;
    border-radius: 5px;
    margin: 0;
    height: 40rem;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: none;
  }
}
.view #detail {
  scroll-margin-top: 23rem;
}
.view .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.view .tlacitko_zmenit_strany_kontejner {
  margin-top: -0.75rem;
}
.view .hriste_field_kontejner {
  border: 1px dashed #F9FBFF;
}
.view .hriste_kontejner .skore_sety_sety {
  margin-top: 1rem;
  font-size: 14px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: auto;
}
.view .hriste_kontejner .skore_sety_sety span {
  padding-left: 0.25rem;
}
.view .hriste_kontejner .tlacitko {
  font-size: 14px;
}
.view .sekce_hriste {
  padding-bottom: 1rem;
}
.view .tlacitko_zvetsi_hriste_lg {
  display: none;
}
.view .tlacitko_zmenit_strany {
  width: 100%;
}
.view .tlacitko_karta {
  padding: 0.25rem 1rem 0.25rem 1rem;
  margin-top: 1rem;
}
.view .ikona_karta_ano {
  display: none;
}
.view .rozhodci .ikona_karta_ne {
  display: none;
}
.view .rozhodci .ikona_karta_ano {
  display: inline-block;
}
.view #journal {
  scroll-margin-top: 23rem;
}
.view .sekce_chat {
  border-top-color: #5E5E5E;
}
.view .chat_kontejner {
  background-color: #E79E52;
}
.view .chat_pole_kontejner {
  display: flex;
  align-items: center;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  background-color: #F9FBFF;
  padding-left: 0.75rem;
  justify-content: space-between;
}
.view .chat_soubor_label {
  display: flex;
  width: 1rem;
  height: 1rem;
}
.view .chat_pole {
  border: none;
  border-left: 1px solid #B1B1B1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(100% - 1.75rem);
}
.view .timeline_kontejner {
  background-color: #E9ECEF;
  border-radius: 5px;
  margin-left: 0;
}
.view .timeline {
  border: 1rem solid #E9ECEF;
  border-radius: 5px;
}
.view ul.timeline:before {
  height: 80%;
}
.view #sestava-a {
  scroll-margin-top: 23rem;
}
.view #sestava-b {
  scroll-margin-top: 23rem;
}
.view .sekce_sestava {
  border-top: 1px solid #5E5E5E;
  padding-top: 2rem;
}
@media screen and (min-width: 400px) {
  .view .tlacitko_zmenit_strany_kontejner {
    width: calc(100% - 0.5rem);
  }
}
@media screen and (min-width: 600px) {
  .view .detail {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .view .footer .footer_akce > div > div:first-child {
    margin-bottom: 0.5rem;
  }
  .view .skore_sety_view {
    max-width: 8rem;
  }
  .view .tym_nazev {
    width: calc(50% - 4rem);
  }
  .view .sekce_navigace {
    flex-wrap: nowrap;
  }
  .view .skore_kontejner_tym_a.a_vlevo,
  .view .skore_kontejner_tym_b.b_vlevo {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .view .skore_kontejner_tym_a.a_vlevo .skore_sety,
  .view .skore_kontejner_tym_b.b_vlevo .skore_sety {
    width: 10rem;
    flex-direction: column;
    row-gap: 0.25rem;
    align-items: flex-end;
  }
  .view .skore_kontejner_tym_b.a_vlevo,
  .view .skore_kontejner_tym_a.b_vlevo {
    flex-direction: row;
    justify-content: flex-start;
  }
  .view .skore_kontejner_tym_b.a_vlevo .skore_sety,
  .view .skore_kontejner_tym_a.b_vlevo .skore_sety {
    width: 10rem;
    flex-direction: column;
    row-gap: 0.25rem;
  }
  .view .skore_sety_sety {
    flex-grow: 0;
  }
  .view .skore_tabule {
    width: 9.4rem;
  }
  .view .skore_sety_ttcc_kontejner {
    display: flex;
    flex-direction: row;
    width: calc(50% - 0.125rem);
    justify-content: space-between;
    height: 3.5rem;
  }
  .view .skore_podani {
    display: flex;
    flex-direction: column;
    background-color: #F9FBFF;
    border: 1px solid #B1B1B1;
    height: 100%;
    border-radius: 5px;
  }
  .view .skore_podani div {
    width: 1.25rem;
    height: 1.54rem;
    border-bottom: 1px solid #B1B1B1;
  }
  .view .skore_podani div:last-of-type {
    border: none;
  }
  .view .skore_podani div.podani_hotovo {
    background-color: #0D6EFD;
  }
}
@media screen and (min-width: 1100px) {
  .view .sekce_navigace .tlacitko {
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .view .sekce_navigace .tlacitko:first-of-type {
    width: calc(50% + 0.125rem);
  }
  .view .sekce_navigace .tlacitko:nth-of-type(2) {
    width: calc(25% - 0.125rem);
  }
  .view .sekce_navigace .tlacitko:nth-of-type(3),
  .view .sekce_navigace .tlacitko:nth-of-type(4) {
    width: calc(12.5% - 0.125rem);
  }
  .view .viewrow {
    display: flex;
    min-height: 70vh;
    align-items: flex-start;
    background-color: #E79E52;
    justify-content: space-between;
    width: 100%;
  }
  .view .viewrow .sekce_hriste {
    width: 50%;
  }
  .view .viewrow .tlacitko_zvetsi_hriste_lg {
    display: flex;
  }
  .view .viewrow .tlacitko_zvetsi_hriste_xs {
    display: none;
  }
  .view .viewrow .sekce_chat {
    width: 25%;
  }
  .view .viewrow .sestavy_kontejner {
    width: 25%;
  }
  .view .viewrow .sekce_sestava,
  .view .viewrow .sekce_chat {
    min-width: auto;
    border: 0;
  }
  .view .viewrow.hriste_velke {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 3rem;
  }
  .view .sekce_hriste.hriste_velke {
    width: 100%;
  }
  .view .hriste_field_kontejner.hriste_velke {
    width: 1090px;
  }
  .view .hriste_field_a.hriste_velke,
  .view .hriste_field_b.hriste_velke {
    width: 500px;
    height: 500px;
  }
  .view .hriste_field_a.hriste_velke span,
  .view .hriste_field_b.hriste_velke span {
    font-size: 24px;
  }
  .view .hriste_field_a.hriste_velke .hriste_hrac,
  .view .hriste_field_b.hriste_velke .hriste_hrac {
    border-width: 6px;
  }
  .view .hriste_field_a.hriste_velke .podani_a::after,
  .view .hriste_field_a.hriste_velke .podani_b::after,
  .view .hriste_field_b.hriste_velke .podani_a::after,
  .view .hriste_field_b.hriste_velke .podani_b::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .view .sekce_navigace .tlacitko {
    width: 25% !important;
  }
  .view .viewrow .sekce_hriste {
    width: 25% !important;
  }
  .view .viewrow .sekce_hriste.hriste_velke {
    width: 100% !important;
  }
  .view .viewrow .sestavy_kontejner {
    display: flex;
    width: 50% !important;
  }
}/*# sourceMappingURL=view.css.map */