@charset "UTF-8";
/*
    CSS - compile
    Created on : 14.1.2021, 19:29:08
    Author     : milos
*/
/*
    Premenné 
    Created on : 16.1.2021, 1:48:20
    Author     : milos
*/
/*$color-title-zapas: #fd4a01; // #E35600*/
/*$color-title-clanek: grey;*/
/*$color-text-h: #726f6f;*/
/*$color-pdf-title: black;*/
/*
    Globálne definície
    Created on : 16.1.2021, 2:06:33
    Author     : milos
*/
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

body, #main, #body, #header, #content, #footer {
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

#body {
  position: relative;
  display: block;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  /*float: left;*/
  background-color: white;
  margin: auto auto;
  /*  @media (min-width:768px){
      padding-left: 3px;
      padding-right: 3px;
    }*/
  /*  @media (min-width:1366px){
      width: 70%;
    }
    @media (min-width:1526px){
      width: 70%;
    }
    @media (min-width:1920px){
      width: 70%;
    }
    @media (min-width:2560px){
      width: 70%;
    }*/
}
@media (min-width: 1090px) {
  #body {
    display: flex;
    width: 70%;
  }
}

@media (min-width: 1090px) {
  .adm {
    width: 90% !important;
  }
}

#main {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: white;
}
@media only screen and (min-width: 1090px) {
  #main {
    margin-bottom: 10px;
    width: 100%;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
  margin: 180px auto 0;
  font-size: 2em;
  color: #fd4a01;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #e4003a;
}

ul {
  list-style: none;
}

.vertical-top {
  vertical-align: top !important;
}

.odkaz {
  color: #fd4a01;
}

.hide-element-high {
  height: 1.5em !important;
}

.hide-element-font {
  font-size: 0px !important;
}

.transition-ease {
  transition: height 0.1s linear, font-size 0s linear;
}

.margin-auto {
  margin: auto;
}

.gradient {
  background: linear-gradient(to bottom, white, ghostwhite);
  background: -webkit-linear-gradient(to bottom, white, ghostwhite);
  background: -moz-linear-gradient(to bottom, white, ghostwhite);
  background: -ms-linear-gradient(to bottom, white, ghostwhite);
  background: -o-linear-gradient(to bottom, white, ghostwhite);
}

.button-dark, .button-light {
  display: inline-block;
  min-width: 10em;
  border: 2px solid white;
  border-radius: 6px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: grey;
  color: white;
  text-align: center;
  font-weight: bolder;
}

.button-light {
  border: 2px solid grey;
  background-color: #aeadad;
}

#ajax-spinner {
  position: fixed;
  width: 130px;
  height: 130px;
  background: url("/www/images/layout/spinner.gif") no-repeat 50% 50%;
  z-index: 123456;
}

.modal-spinner {
  z-index: 5;
  display: none;
  /*padding-top:100px;*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
}

.modal-spinner img {
  margin-top: 45vh;
  margin-left: 45vw;
}

.w3-modal {
  padding-top: 5px;
}

.overflow-overlay {
  overflow: auto;
  clear: both;
}

/**
  Menu horné - Frontend
  Created on : 16.1.2021, 14:35:13
  Author     : milos
*/
#menu-top-big {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
#menu-top-big a {
  text-decoration: none;
}
#menu-top-big a:hover {
  color: gainsboro;
}
@media only screen and (min-width: 1090px) {
  #menu-top-big {
    display: block;
  }
}

#menu-top-small {
  display: none;
}

#menu-top-mobile {
  display: block;
  position: fixed;
}
#menu-top-mobile h1 {
  font-size: 1.2em;
}
#menu-top-mobile a {
  text-decoration: none;
}
@media only screen and (min-width: 1090px) {
  #menu-top-mobile {
    display: none;
  }
}

:target::before {
  content: "";
  display: block;
  height: 4em;
  margin-top: -1em;
}
@media only screen and (min-width: 1090px) {
  :target::before {
    height: 4em;
    margin-top: -1em;
  }
}

:target {
  /*padding-top: 1em;*/
}

:target.inactive:before {
  display: none;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 30px 10px;*/
}
nav a {
  margin-right: 1em;
  margin-left: 1em;
  font-weight: bold;
  font-size: 90%;
}
nav i {
  font-weight: bold;
  font-size: 90%;
  font-style: normal !important;
}

span.w3-dropdown-content .sezona {
  min-width: auto;
}
span.w3-dropdown-content a {
  margin: 0 !important;
}
span.w3-dropdown-content a:hover {
  background-color: #f90443;
  color: white !important;
}

.sezona i {
  font-style: normal !important;
}

.menu-active {
  padding-top: 2em;
}

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 7. 6. 2022, 22:05:55
    Author     : milos
*/
#menu-side {
  position: fixed;
  top: 50%;
  right: 0;
  width: 35px;
  margin-right: 0;
  margin-top: -150px;
  z-index: 50;
}
@media only screen and (min-width: 1090px) {
  #menu-side {
    width: 40px;
  }
}

a.top {
  display: block;
  /*bottom: 10px;*/
  margin-top: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  /*padding-right: 10px;*/
  width: 35px;
  font-weight: bold;
  color: white;
  /*padding: 10px;*/
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  /*opacity: 0;*/
  background: rgba(0, 0, 0, 0.4);
}
a.top:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1090px) {
  a.top {
    width: 40px;
  }
}

.side-marker {
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 15px;
  color: gainsboro;
  background-color: gainsboro;
}

.side-marker.active {
  color: #e4003a;
  background-color: #e4003a;
}

#side_nav_burger .side-marker.active {
  color: #f2e500;
  background-color: #f2e500;
}

#side_nav_kapely .side-marker.active {
  color: #00b6ed;
  background-color: #00b6ed;
}

ul.side_nav, ul.side_nav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
}

ul.side_nav {
  display: block;
  width: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1090px) {
  ul.side_nav {
    width: 40px;
  }
}

ul.side_nav li.side_nav_item {
  /*    padding-top: 7px;
      padding-bottom: 7px;*/
}

ul.side_nav .side_nav_item a {
  display: block;
  width: 100%;
  /*height: 7px;*/
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 10px;
  /*    -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;*/
  /*background-color: rgba(255,255,255,.5);*/
  text-indent: -9999px;
}
ul.side_nav .side_nav_item a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}

ul.side_nav.side_visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

ul.side_nav .side_nav_item a.active {
  background-color: #fff !important;
}

/**
  Menu - mobilné
  Created on : 24.1.2021, 18:05:59
  Author     : milos
*/
#menu-top-burger {
  width: 28px;
}

.menu-mobile, .menu-mobile-close {
  background: none transparent;
  border: 4px solid white;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  /*top: -5px;*/
  right: 0;
  width: 24px;
  transition: all 0.2s;
  margin-bottom: 5px;
}
.menu-mobile::before, .menu-mobile-close::before {
  background: white;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 24px;
  transition: all 0.2s;
}
.menu-mobile::after, .menu-mobile-close::after {
  background: white;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: rotate(90deg);
  transition: all 0.2s;
}

.menu-mobile-close {
  border: 4px solid white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  transform: rotate(-135deg);
}
.menu-mobile-close::before {
  top: 8px;
  left: 4px;
  width: 12px;
}
.menu-mobile-close::after {
  opacity: 1;
  top: 8px;
  left: 4px;
  visibility: visible;
  width: 12px;
}

#menu-mobile-container {
  position: absolute;
  display: none;
  z-index: 3;
  border: solid 1px gainsboro;
  background-color: ghostwhite;
  right: 0;
  top: 3em;
  width: auto;
  height: auto;
  padding: 1em 1em 1em 2em;
  color: #e4003a;
  font-weight: bold;
}
#menu-mobile-container a {
  display: inline-block;
  width: 100%;
}
#menu-mobile-container li {
  line-height: 2em;
}

/**
  Hlavička 
  Created on : 16.1.2021, 1:58:34
  Author     : milos
*/
#header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #e4003a;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*  #mobile-menu{
      margin-right: 1em;
    }*/
}
#header img {
  height: 100px;
}
#header img.w3-opennav {
  width: 2em;
  height: 2em;
}

#header-fixed {
  margin-bottom: 4em;
}

.header-fixed {
  position: fixed !important;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: auto;
  /*width: auto;*/
  width: 100%;
  background-color: #e4003a;
  color: white;
}

#header-content {
  display: table;
  width: 100%;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
}
#header-content img {
  height: 100px;
}
@media only screen and (min-width: 1090px) {
  #header-content {
    width: auto;
  }
}

#menu-top-big, #menu-top-small, #menu-top-mobile {
  position: relative;
  margin: auto;
}

#menu-top-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu-top-mobile .cell-middle:first-child {
  width: 1px;
  white-space: nowrap;
}
#menu-top-mobile .cell-middle:nth-child(2) {
  width: 100%;
}
#menu-top-mobile .cell-middle:nth-child(2) a {
  display: table;
  margin: auto;
}
#menu-top-mobile .logo img {
  height: 3em;
}

.header {
  background-color: #e4003a;
  color: white;
}
.header h2 {
  color: white !important;
}

.header-title {
  /*display: none;*/
  font-weight: bold;
  color: white;
  margin: 0 !important;
  /*  padding-left: 1em;
    padding-right: 1em;*/
}

.header-social {
  width: 1.5em;
  height: 1.5em !important;
  /*padding: 3px;*/
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.1.2021, 1:59:06
    Author     : milos
*/
noscript {
  background: red;
  color: white;
  font-weight: bold;
  border: 1px solid darkred;
  width: 100%;
  display: block;
  text-align: center;
}

#content, #adm-content {
  width: 100% !important;
  background-color: transparent;
}
#adm-content {
  max-width: 90% !important;
}

#adm-content h1, #content h1 {
  margin-top: 0.5em;
}

#content div, #adm-content div {
  /*background-color: white;*/
}

.sekcia {
  width: 100%;
  /*margin-top: 3em;*/
  /*border: solid 1px $color-sekcia-top-border;*/
  margin-bottom: 3em;
  padding-bottom: 1em;
}
.sekcia .logo {
  display: inline-block;
  margin: auto;
  width: 100%;
}
.sekcia .logo img {
  display: flow-root;
  max-width: 60%;
  margin: auto;
  margin-top: 1em;
}
@media (min-width: 1090px) {
  .sekcia .logo img {
    max-height: 10em;
  }
}
.sekcia:first-child {
  padding-top: 4em;
}
@media (min-width: 1090px) {
  .sekcia:first-child {
    padding-top: 9em;
  }
}
.sekcia:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1090px) {
  .sekcia {
    /*margin-top: 3em;*/
    margin-bottom: 3em;
  }
}
.sekcia .content-text {
  width: 100%;
  padding-right: 30px;
}
@media (min-width: 1090px) {
  .sekcia .content-text {
    width: 50%;
    padding-right: 0;
  }
}

.sekcia-img {
  padding-right: 1.5em;
  width: 100%;
}
@media (min-width: 1090px) {
  .sekcia-img {
    width: 50%;
  }
}
.sekcia-img img {
  max-width: 100%;
  margin-bottom: 1em;
}
.sekcia-img img:last-child {
  margin-bottom: 0px;
}

/*.sekcia{
  width: 100%;
  .logo{
    display: inline-block;
    margin: auto;
    width: 100%;
    img{
      display: flow-root;
      max-width: 60%;
      margin: auto;
      margin-top: 1em;
      @media (min-width:1090px){
        max-height: 10em;
      }
    }
  }
}*/
.sekcia.uvod {
  padding-top: 4em;
}
@media (min-width: 1090px) {
  .sekcia.uvod {
    padding-top: 9em;
  }
}

/**
  Tabuľky
  Created on : 16.1.2021, 2:03:21
  Author     : milos
*/
.table {
  display: table;
  margin: auto auto;
}

.row {
  display: table-row;
}

.cell-top, .cell-middle, .cell-bottom {
  display: table-cell;
  height: 100%;
}

.cell-top {
  vertical-align: top;
}

.cell-middle {
  vertical-align: middle;
}

.cell-bottom {
  vertical-align: bottom;
}

td.logo {
  background: url("/images/layout/transparent.png") repeat;
}

/*
.cell-header{
  display: none;
  @media (min-width:1090px){
    display: table-cell;
    vertical-align: middle;
  }
}
.col-fixed{
  position: sticky;
  left: 0;
  background-color: white;
}
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.1.2021, 1:59:06
    Author     : milos
*/
#sekcia-program .content-text {
  margin: auto;
  width: auto;
  display: table;
  /*
    h3{
      display: table-cell;
      width: 100%;
    }
    .program .cell-middle:first-child{
      width: 1px;
      white-space: nowrap;
    }  */
}

#sekcia-program table {
  /*width: max-content;*/
  max-width: max-content;
  /*margin: auto;*/
}
#sekcia-program table td {
  vertical-align: middle;
}
#sekcia-program table td img {
  height: 50px;
  width: auto;
  margin-bottom: -8px;
}
@media only screen and (min-width: 1090px) {
  #sekcia-program table td img {
    height: 80px;
  }
}
#sekcia-program table td:last-child {
  padding-left: 0.5em;
  /*padding-top: 0.2em;*/
}
@media only screen and (min-width: 1090px) {
  #sekcia-program table td:last-child {
    padding-left: 1em;
    /*padding-top: 0.2em;*/
  }
}

.program-cas {
  display: inline-block;
  border: solid 1px black;
  padding-left: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  padding-right: 1.3em;
  margin-right: -1em;
  /*height: 100%;*/
}
@media only screen and (min-width: 1090px) {
  .program-cas {
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 2em;
  }
}

.program-obrazok {
  /*width: 100px;*/
  /*margin-bottom: -6px;*/
}

.program-text {
  /*padding-left: 0.5em;*/
  padding-top: 0.2em;
}
@media only screen and (min-width: 1090px) {
  .program-text {
    /*padding-left: 1em;*/
    padding-top: 0.2em;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.1.2021, 1:59:06
    Author     : milos
*/
.kapela {
  font-weight: bolder;
  font-size: 1.2em;
}

.skladba {
  font-weight: bold;
  font-style: italic;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.1.2021, 1:59:06
    Author     : milos
*/
#mapa {
  width: 100%;
  height: 75vh;
  margin-top: 1em;
  /*margin-bottom: 1em;*/
}

/**
  Kontakty
  Created on : 16.1.2021, 2:00:58
  Author     : milos
*/
/**
* Kontakty
*/
#kontakty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*align-content: center;*/
  justify-content: space-around;
}

.kontakt {
  /*min-height: 176px;*/
  display: flex;
  /*  width: 100%;
    margin: auto;*/
}
@media (min-width: 1090px) {
  .kontakt {
    /*width: 60%;*/
  }
}

.kontakt-osoba, .kontakt-odkazy {
  /*  float: left;
    width: 50%;*/
  /*margin: 1em;*/
}

@media (min-width: 601px) {
  .kontakt-osoba {
    margin-right: 2em;
    /*width: 30%;*/
  }
}
.kontakt-osoba img {
  /*float: right;*/
  display: block;
  height: 8em;
  /*margin: auto;*/
}

@media (min-width: 601px) {
  .kontakt-odkazy {
    /*width: 50%;*/
  }
}

.kontakt-odkazy:after {
  /*clear: both;*/
}

.kontakt-meno {
  /*font-size: 20px;*/
  /*font-weight: bold;*/
  padding-bottom: 0.5em;
  display: inline-block;
}

.kontakt-link {
  /*  display: inline-block;
    width: 100%;*/
  vertical-align: middle;
  margin-bottom: 12px;
}
.kontakt-link img {
  width: 25px;
  /*vertical-align: middle;*/
}
.kontakt-link a {
  padding: 0;
}
.kontakt-link span {
  display: inline-block;
  max-width: 400px;
  width: 80%;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-weight: bold;*/
  vertical-align: text-bottom;
}
@media (min-width: 1090px) {
  .kontakt-link span {
    max-width: 550px;
  }
}

.adresa {
  /*max-height: 22.5em;*/
  min-width: 280px;
  margin: 5px;
}
@media (min-width: 1090px) {
  .adresa {
    /*min-height: 22.5em;*/
  }
}

.function {
  margin-bottom: 1em;
}

.contact {
  display: table;
  margin-left: 2em;
}

.name {
  display: table-cell;
  width: 10em;
}

.tel {
  display: table-cell;
  width: 10em;
}

.mail {
  display: table-cell;
  width: 20em;
}

/**
  Patičla - sponzory
  Created on : 16.1.2021, 1:59:29
  Author     : milos
*/
#footer {
  width: 100%;
  font-size: 0.6em;
  clear: both;
  text-align: center;
  border-top: 1px solid #EAEAEA;
  margin-bottom: 2em;
}
@media (min-width: 1090px) {
  #footer {
    border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
  }
}
#footer img {
  max-height: 7em;
}

.partner-general, .partner-hlavny {
  width: 100%;
  padding: 2em;
  margin-bottom: 2em;
}
.partner-general img, .partner-hlavny img {
  margin-bottom: 1.5em;
}

.partner-general img {
  height: 12em !important;
  max-height: 12em !important;
}

.partner-titular {
  width: 100%;
  padding: 2em;
  margin-bottom: 2em;
  vertical-align: middle;
}
@media (min-width: 1090px) {
  .partner-titular {
    width: auto;
  }
}

.partneri-popis {
  font-size: 1.5em;
  font-weight: bold;
  color: #e4003a;
  padding-top: 1em;
  padding-bottom: 1em;
}

.partner-popis {
  font-size: 1.5em;
  padding-bottom: 1em;
}

#copyright {
  padding-right: 25px;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  color: #b1adad;
  border-top: 1px solid #EAEAEA;
  text-align: right;
}

/**
  Administrácia - Horné menu 
  Created on : 16.1.2021, 14:35:31
  Author     : milos
*/
.menu-adm-top {
  /*border: 2px solid $color-title;*/
  border: 2px solid black;
  /*border-radius:0px 6px 0px 0px;*/
  border-bottom: 0;
  background-color: grey;
  min-width: 10em;
  padding: 5px 10px 2px 10px;
  margin-left: -4px;
}

.menu-adm-top span.w3-button, .menu-adm-top div.w3-button {
  font-weight: bold;
}

.menu-adm-top i {
  float: right;
  font-weight: bold;
}

.menu-adm-active, .menu-adm-item-active {
  color: #fd4a01;
  background-color: #EAEAEA;
}

.menu-adm-item-active {
  padding: 8px 16px;
}

.menu-li :hover {
  color: #fd4a01 !important;
  background-color: white !important;
  /*  border: 1px solid $color-button-active;
    border-bottom: 0;
    border-radius: 0 6px 0 0;*/
}

/**
  Administrácia content
  Created on : 16.1.2021, 2:47:11
  Author     : milos
*/
.filter-select, .filter-selected, .filter-item {
  width: 400px;
}

.filter-select {
  /*display: inline-block;*/
  border: solid 1px lightgray;
  padding: 5px;
  /*width: 90%;*/
  background: white;
}

.filter-item {
  border-bottom: solid 1px lightgray;
}

#logout {
  margin-left: 5em;
}
@media (min-width: 768px) {
  #logout {
    width: 5em;
  }
}

@media (min-width: 1024px) {
  #competitions.adm-competitions {
    width: 14% !important;
  }
}

#reset {
  display: none;
}

#frm-signInForm {
  border: none;
}
#frm-signInForm th, #frm-signInForm td {
  border: none;
  vertical-align: middle;
  height: 2em;
}
#frm-signInForm th label, #frm-signInForm td label {
  display: inline-block;
}

#frm-signInForm-resetShow {
  margin-top: 2em;
  margin-right: 1em;
  vertical-align: sub;
}

#adm-content .w3-modal-content {
  width: 860px;
}

#logo.img-edit {
  background: url("/images/layout/transparent.png") repeat;
}

.img-edit {
  max-width: 100px;
}

td .img-edit {
  max-width: 50px;
  margin: 0.1em;
  border: 1px solid #aeadad;
}

#adm-content table td p {
  max-width: 20em;
  max-height: 7em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#adm-content table td.url {
  max-width: 8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.max-container {
  border-right: 1px solid #aeadad;
}

.img-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #aeadad;
}
.img-row img {
  margin-bottom: 0;
}
.img-row select {
  height: 1.6em;
}

.controls-edit {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

/**
  Menu - ľavé - súťaže
  Created on : 16.1.2021, 1:58:50
  Author     : milos
*/
#competitions {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: white;
  border: 1px solid gainsboro;
  padding-bottom: 0.5em;
  z-index: 10;
  /*min-height: 100%;*/
  /*width: 100%!important;*/
}
@media (min-width: 1024px) {
  #competitions {
    position: relative;
    z-index: auto;
    top: auto;
    right: auto;
    display: table-cell;
    padding: 2em 0.5em;
    width: 160px !important;
    border: none;
  }
}

#menu {
  display: none;
  padding: 2em 0.5em;
  width: 100% !important;
}

.teamMenu, .admMenu {
  display: table;
  width: 145px;
  border: 1px solid;
  /* $color-title */
  /*border-color: $color-menu-left-border;*/
  border-color: white;
  /*border-radius: 6px;*/
  /*margin-bottom: 0.5em;*/
  margin-left: auto;
  margin-right: auto;
  background-color: grey;
}

.teamRow, .admRow {
  display: table-row !important;
}

.teamTitle, .teamTitle-collapsed, .teamTitle-disabled,
.menuTitle, .menuTitle-active, .menuActive,
.kategoriaTitle, .kategoriaTitle-active,
.turnajTitle-disabled {
  display: table-cell;
  color: white;
  /*
  background: -webkit-linear-gradient(bottom, $color-back-light, $color-back-dark, $color-back-light);
  background: -moz-linear-gradient(bottom, $color-back-light, $color-back-dark, $color-back-light);
  background: -ms-linear-gradient(bottom, $color-back-light, $color-back-dark, $color-back-light);
  background: -o-linear-gradient(bottom, $color-back-light, $color-back-dark, $color-back-light);
  */
  background: #e4003a;
  width: 100%;
  height: 2.5em;
  vertical-align: middle;
}

.menuSezona {
  font-weight: bold;
}

.menuTitle:hover, .newsTitle:hover, .newsTitle-collapsed:hover {
  font-weight: bolder;
  /*
  background: -webkit-linear-gradient(bottom, $color-back-lighter, $color-back-light, $color-back-lighter);
  background: -moz-linear-gradient(bottom, $color-back-lighter, $color-back-light, $color-back-lighter);
  background: -ms-linear-gradient(bottom, $color-back-lighter, $color-back-light, $color-back-lighter);
  background: -o-linear-gradient(bottom, $color-back-lighter, $color-back-light, $color-back-lighter);
  */
  background-color: grey;
}

.menuTitle {
  /*background-color: $color-menu-left-back;*/
  /*border-radius: 6px;*/
  /*padding-top: 4px;*/
  padding-right: 2px;
  /*padding-bottom: 2px;*/
  padding-left: 10px;
}

.teamTitle-collapsed, .menuActive {
  cursor: default;
  /*border-radius: 6px;*/
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.menuKategoria-collapsed {
  display: none;
}

.Kategorie-collapsed {
  cursor: s-resize;
}

.Kategorie {
  cursor: n-resize;
}

.turnajTitle.teamTitle {
  cursor: n-resize;
}

.turnajTitle.teamTitle-collapsed {
  cursor: s-resize;
}

.teamTitle-collapsed {
  cursor: s-resize;
}

.teamTitle {
  cursor: n-resize;
}

.newsTitle-collapsed {
  cursor: s-resize;
}

.newsTitle {
  cursor: n-resize;
}

.teamTitle, .teamTitle-disabled, .turnajTitle-disabled {
  /*cursor: default;*/
  /*  border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;*/
  border-bottom: 1px solid white;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.turnajTitle:hover, .menu-adm-top:hover {
  background: -webkit-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -moz-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -ms-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -o-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
}

.kategoriaTitle:hover {
  background: -webkit-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -moz-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -ms-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
  background: -o-linear-gradient(bottom, #afa7a7, #808080, #afa7a7);
}

.turnajTitle-disabled {
  text-decoration: line-through;
  font-style: italic;
}

.turnajTitle, .turnajTitle-activem, .turnajTitle-disabled {
  background: gray;
  color: white !important;
}

.turnajTitle-active {
  /*color: $color-title !important;*/
  font-weight: bolder;
  background-color: #6d6b6b;
}

.menuActive {
  background: #ccc;
  color: #fd4a01 !important;
  font-weight: bolder;
  font-style: italic;
}

#competitions ul {
  display: none;
  height: auto;
  padding: 0;
  margin: 0;
}

.ulVisible {
  display: block !important;
}

.ulTable {
  display: table !important;
}

#competitions ul li {
  border-bottom: 1px solid white;
  color: white;
  width: 100%;
  height: auto;
  line-height: 2.3em;
  vertical-align: middle;
}

#competitions ul li:last-child {
  border-style: none;
}

#competitions ul li a {
  display: block;
  /*padding-top: 4px;*/
  padding-right: 2px;
  /*padding-bottom: 2px;*/
  padding-left: 10px;
  text-decoration: none;
  width: 100%;
  min-height: 2.5em;
}

#competitions a {
  display: block;
  /*  padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;*/
  text-decoration: none;
  width: 100%;
}

.li-active a {
  /*padding-top: 0 !important;*/
}

.li-menu, .li-active {
  padding-left: 10px;
  /*padding-top: 4px;*/
  /*padding-bottom: 4px;*/
  height: 2.5em;
}

#competitions ul li .li-menu a:hover, #competitions ul li:hover {
  border-bottom: 1px solid white;
  /*  background: $color-menu-left-back-active; $color-title*/
  background: #f9b083;
  background: -webkit-linear-gradient(bottom, #fbcfb5, #f9b083, #fbcfb5);
  background: -moz-linear-gradient(bottom, #fbcfb5, #f9b083, #fbcfb5);
  background: -ms-linear-gradient(bottom, #fbcfb5, #f9b083, #fbcfb5);
  background: -o-linear-gradient(bottom, #fbcfb5, #f9b083, #fbcfb5);
  color: black !important;
  /*font-weight: bolder;*/
  min-height: 2.3em;
}

#competitions ul li:last-child a:hover, #competitions ul li:last-child:hover {
  /*  border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
  border-bottom: none;
}

.kategoria-active {
  /*color: $color-title!important;*/
  color: #f98036;
  font-weight: bold;
  font-style: italic;
  height: 2.5em;
}

.kategoriaTitle, .kategoriaTitle-active {
  background: gray;
  color: white !important;
  padding: 0 0 0 10px;
  height: 2.5em;
}

.li-active, .kategoriaTitle-active {
  background: #ccc !important;
  /*  background: -webkit-linear-gradient(bottom, $color-menu-left-back-active, $color-menu-left-back-active, $color-menu-left-back-active);
    background: -moz-linear-gradient(bottom, $color-menu-left-back-active, $color-menu-left-back-active, $color-menu-left-back-active);
    background: -ms-linear-gradient(bottom, $color-menu-left-back-active, $color-menu-left-back-active, $color-menu-left-back-active);
    background: -o-linear-gradient(bottom, $color-menu-left-back-active, $color-menu-left-back-active, $color-menu-left-back-active);*/
  color: #fd4a01 !important;
  font-weight: bolder;
}

.turnaj-menu {
  background: #ccc;
  color: black !important;
}

.comp.li-active {
  padding-top: 5px;
}

.admRow .li-active {
  padding-top: 4px;
}

.li-active:last-child {
  /*  border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
}

.li-param {
  background: #f18d50;
  color: black !important;
  font-weight: bolder;
  padding-bottom: 2px;
}

/**
  Administrácia - Menu 
    Created on : 16.1.2021, 2:35:35
    Author     : milos
*/
.toggle {
  cursor: pointer;
}

.menuSekce {
  display: table-cell;
  color: white;
  background: -webkit-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -moz-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -ms-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -o-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  padding: 0.5em 0.5em;
  width: 100%;
  height: 2.5em;
  vertical-align: middle;
  font-weight: bolder;
  text-align: center;
  cursor: n-resize;
}

.menuSekceCollapsed {
  cursor: s-resize;
}

.sekce {
  margin-bottom: 1em;
}

/**
  Nápovea
  Created on : 16.1.2021, 14:43:18
  Author     : milos
*/
#help .w3-modal-content {
  min-height: 11em;
}

#help-button {
  width: 3em;
  cursor: pointer;
}

#help-button img {
  width: 3em;
  height: 3em;
}

#help-edit, #help-form {
  display: none;
}

.napoveda h2 {
  font-size: 2em;
}

.napoveda h3 {
  font-size: 1.6em;
}

.help-obsah {
  cursor: context-menu;
  margin-left: 4em;
  padding-left: 2em;
  background: transparent url(../images/layout/submenu20.png) no-repeat left center;
}

.help-collapsed {
  display: none;
}

/**
	Formuláre
	Created on : 27. 5. 2023, 19:34:43
  Author     : milos
*/
.w3-row label {
  margin-left: 2em;
  padding-top: 0.4em;
}
.w3-row label:first-child {
  margin-left: 0;
}

.qq-edit-order {
  width: 4em;
}

/*
* frm-webForm-webPopis
*/
/*
    Stránkovanie
    Created on : 16.1.2021, 10:23:47
    Author     : milos
*/
/* Client-side styles for iPublikuj:VisualPaginator! */
.pagination {
  height: 36px;
  margin: 1em 1em;
  display: inline-block;
}

.pagination ul {
  display: inline-block;
  /*
  *display:inline;
  *zoom:1;
  */
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active {
  color: #999999;
  cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

/**
   Pozadie - gradienty
    Created on : 16.1.2021, 10:13:10
    Author     : milos
*/
.gradien-black {
  background: -webkit-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -moz-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -ms-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  background: -o-linear-gradient(bottom, #726f6f, #000000, #726f6f);
  color: white;
}

.w3-hover-orange:hover {
  background: -webkit-linear-gradient(bottom, #ffd528, #ff8000, #ffd528);
  background: -moz-linear-gradient(bottom, #ffd528, #ff8000, #ffd528);
  background: -ms-linear-gradient(bottom, #ffd528, #ff8000, #ffd528);
  background: -o-linear-gradient(bottom, #ffd528, #ff8000, #ffd528);
  color: #000000;
}

.gradien-blue, .sel-row, .my-team {
  background: -webkit-linear-gradient(bottom, #d7dee9, #b5cef7, #d7dee9);
  background: -moz-linear-gradient(bottom, #d7dee9, #b5cef7, #d7dee9);
  background: -ms-linear-gradient(bottom, #d7dee9, #b5cef7, #d7dee9);
  background: -o-linear-gradient(bottom, #d7dee9, #b5cef7, #d7dee9);
  /*font-weight: bolder;*/
}

/*
@import "menu-top.scss";
@import "menu-right.scss";
@import "content-blog.scss";
@import "content-club.scss";
@import "content-harmonogram.scss";
@import "content-statistika.scss";
@import "content-pavuk.scss";
@import "content-video.scss";
@import "content-photo-album.scss";
@import "content-photo.scss";
@import "content-hall.scss";
@import "content-shop.scss";
@import "pdf.scss";
@import "adm-blog.scss";
@import "score-board.scss";
*/

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