@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
*/
/*
    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: 0.9em;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

body, #main, #body, #header, #competitions, #content, #adm-content, #news, #footer {
  height: auto;
}

body {
  /*background-image: url(./background.png);*/
  /*background-repeat: repeat;*/
  margin: 0;
  padding: 0;
  width: 100%;
}

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

#main {
  margin-top: 0;
  margin-bottom: 0;
  /*min-width: 90%;*/
  /*width: 98%*/
  width: 100%;
  background-color: ghostwhite;
}
@media only screen and (min-width: 1024px) {
  #main {
    /*border-radius: 6px;*/
    /*margin-top: 3px;*/
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  #main {
    /*width: 100%;*/
  }
}
@media only screen and (min-width: 1536px) {
  #main {
    /*width: 100%;*/
  }
}

h1, .h1 {
  margin-left: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bolder;
  color: #DB3999;
}

h1 {
  font-size: 30px;
}

.h1 {
  font-weight: bold;
}

h2, .h2 {
  margin-left: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #726f6f;
  font-size: 1.6em;
  font-weight: bolder;
}

.h2 {
  display: inline-block;
  /*font-size:30px;*/
}

.h3, h3, h4 {
  font-size: 1.3em;
  color: #726f6f;
}

.h3 {
  margin: 10px 0;
  font-weight: 400;
  font-family: "Segoe UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

#color.med {
  visibility: collapse;
}

#tracy-debug {
  right: 2em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* Reset agent stylesheet
*/
ul, menu, dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

/**
* Common classes
*/
div > label {
  text-align: right;
  padding-top: 4px;
  margin-right: 2px;
}

fieldset {
  border: 1px solid #ccc;
  border-right-style: none;
  border-top-style: none;
  padding: 5px;
}

legend {
  padding: 0 1em;
  /*margin-right: 100%;*/
  border: 1px solid #ccc;
}

input[type=text], input[type=password] {
  padding-left: 5px;
}

input[type=submit], input[type=button] {
  /* input[type=checkbox], */
  margin-top: 6px;
}

.input {
  width: 4em;
}

.input-small {
  width: 3em;
}

.input-middle {
  width: 5em;
}

.input-large {
  width: 10em;
}

select {
  padding-left: 5px;
}

li ul a {
  padding-left: 20px;
}

table {
  table-layout: auto;
}

td {
  /*white-space: nowrap;*/
  padding: 0 5px 0 5px;
}

th, td {
  border-right: 1px solid lightgray;
}

.display-bloc {
  display: block !important;
}

.width-70 {
  width: 70px;
  display: block;
}

.width-80 {
  width: 80px;
  display: block;
}

.width-15P {
  width: 15% !important;
}

.width-30P {
  width: 30% !important;
}

.width-40P {
  width: 40% !important;
}

.margin-bottom-05 {
  margin-bottom: 0.5em;
}

.margin-top-05 {
  margin-top: 0.5em;
}

.margin-top-1 {
  margin-top: 1em;
}

.margin-top-5 {
  margin-top: 5em;
}

.margin-top-8-5 {
  margin-top: 8.5em;
}

.margin-left-05 {
  margin-left: 0.5em;
}

.margin-left-1 {
  margin-left: 1em;
}

.margin-left-2 {
  margin-left: 2em;
}

.margin-left-3 {
  margin-left: 3em !important;
}

.margin-right-1 {
  margin-right: 1em;
}

.margin-right-2 {
  margin-right: 2em;
}

.padding-left-65 {
  padding-left: 65px;
}

.checkbox {
  margin-top: 7px;
  width: 2em;
}

.float-none {
  float: none;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.centered, td.centered {
  text-align: center;
}

.draggable header {
  cursor: move;
}

.dialog-header {
  background-color: #DB3999 !important;
}

#frm-filterForm-filterSearch {
  margin-top: 1em !important;
}

.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 #ccc;
  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;
}

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

@media only screen and (min-width: 1024px) {
  #adm-competitions, #competitions, #news, #content, #adm-content {
    display: table-cell;
    vertical-align: top;
  }
}

/*
    Stránkovanie
    Created on : 16.1.2021, 10:23:47
    Author     : milos
*/
/* Client-side styles for iPublikuj:VisualPaginator! */
.pagination {
  height: 36px;
  margin: 1em 2em;
  float: left;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -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;*/
}

/**
  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;
}

/**
  Hlavička 
  Created on : 16.1.2021, 1:58:34
  Author     : milos
*/
#header {
  display: table;
  width: 100%;
  /*  #mobile-menu{
      margin-right: 1em;
    }*/
}
#header img {
  /*height: 100px;*/
}
#header img.w3-opennav {
  width: 2em;
  height: 2em;
}

#header-left {
  /*display: none;*/
}
@media (min-width: 1024px) {
  #header-left {
    display: table-cell;
    width: 270px !important;
    vertical-align: middle;
  }
}

#header-right {
  display: none;
}
@media (min-width: 1024px) {
  #header-right {
    display: table-cell;
    width: 200px !important;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 10px;
  }
}

#header-content {
  display: table-cell;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .logo {
    width: 160px;
  }
}

.main-title {
  /*  font-size: 1.8em;*/
  margin-left: 0;
  text-align: center;
  color: white !important;
  /*  @media (min-width:768px){
      font-size: 2.3em;
    }*/
}
@media (min-width: 360px) {
  .main-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1024px) {
  .main-title {
    font-size: 2.3em;
    margin-left: 0;
    margin-top: 0.3em;
  }
}
@media (min-width: 1280px) {
  .main-title {
    font-size: 3em;
  }
}
@media (min-width: 1600px) {
  .main-title {
    font-size: 3.2em;
  }
}

.main-subtitle {
  font-size: 1.5em;
  /*font-weight: bolder;*/
  text-align: center;
  /*color: $color-title;*/
  padding-bottom: 1em;
}

.flag {
  width: 16px !important;
  height: 12px !important;
  border: 1px solid lightgray;
  margin-bottom: -2px;
}

.w3-button.lang {
  font-weight: bold;
}

.w3-dropdown-content.lang {
  min-width: 70px;
  z-index: 5 !important;
}
.w3-dropdown-content.lang a {
  width: 100%;
  text-align: left;
}

#logo {
  display: none;
}
@media (min-width: 1024px) {
  #logo {
    display: table-cell;
    vertical-align: middle;
  }
}

#header-sponsor {
  display: none;
  /*  @media (min-width:768px){
      width: 28%;
      display: table-cell;
      vertical-align: middle;
    }*/
}
@media (min-width: 1024px) {
  #header-sponsor {
    width: 32%;
    display: table-cell;
    vertical-align: middle;
  }
}

#small-menu {
  width: 100%;
}
@media (min-width: 1024px) {
  #small-menu {
    display: none;
  }
}

.mobile-navbar li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.large-screen {
  display: none;
}
@media (min-width: 1024px) {
  .large-screen {
    display: table;
  }
}

@media (min-width: 360px) {
  .ceybl {
    font-size: 2.2em;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .ceybl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .small-screen {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .w3-opennav {
    display: none;
  }
}

@media (min-width: 768px) {
  .klubFoto, .volnyFoto {
    margin: 0 !important;
    max-width: 15em;
  }
}

@media (min-width: 768px) {
  .osobaFoto {
    margin: 0 !important;
    max-width: 5.5em;
  }
}

@media (min-width: 1024px) {
  #title {
    display: table-cell;
    vertical-align: middle;
    width: 59%;
  }
}
@media (min-width: 1024px) {
  #title {
    width: 55%;
  }
}

@media (min-width: 1024px) {
  #logout-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 2em;
  }
}

#logo img {
  /*  @media (min-width:768px){
      height: 100px;
    }*/
}

#header-sponsor img {
  /*  @media (min-width:768px){
      height: 100px;
    }*/
}

@media (min-width: 1024px) {
  #inHeaderLeft {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  #header-left-img {
    height: 100px;
  }
}

@media (min-width: 1024px) {
  #inHeaderRight {
    width: 170px;
  }
}

@media (min-width: 1024px) {
  #header-right-img {
    height: 100px;
  }
}

@media (min-width: 1024px) {
  #header-menu ul {
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  #header-menu li {
    display: inline;
    border: 2px solid white;
    border-top-right-radius: 6px 6px;
    font-weight: normal;
    text-align: center;
    width: 8em;
  }
}
@media (min-width: 1024px) {
  #header-menu li:hover {
    border: 2px solid gray;
    border-bottom: 2px solid white;
    border-top-right-radius: 6px 6px;
    font-weight: bolder;
  }
}
@media (min-width: 1024px) {
  #header-menu .li-active:last-child {
    border-radius: 0;
    border-top-right-radius: 6px 6px;
  }
}
@media (min-width: 1024px) {
  #header-menu a {
    width: 100%;
    height: auto;
    padding: 2px 0;
  }
}
@media (min-width: 1024px) {
  #header-menu a:hover {
    border-top-right-radius: 6px 6px;
  }
}
@media (min-width: 1024px) {
  #header-menu h1 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .klub-nazev #header-menu .li-active {
    border-top-right-radius: 6px 6px;
    font-weight: bolder;
  }
}

/**
  Menu - mobilné
  Created on : 24.1.2021, 18:05:59
  Author     : milos
*/
#menu-mobile-container {
  display: none;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  /*overflow-y: auto;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-mobile, .menu-mobile-close {
  background: none transparent;
  border: 4px solid #DB3999;
  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: #DB3999;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 24px;
  transition: all 0.2s;
}
.menu-mobile::after, .menu-mobile-close::after {
  background: #DB3999;
  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 #DB3999;
  border-radius: 50%;
  height: 28px;
  /*    top: 16px;
      left: 18px;*/
  width: 28px;
  transform: rotate(-135deg);
}
.menu-mobile-close::before {
  /*background: silver;*/
  top: 8px;
  left: 4px;
  width: 12px;
}
.menu-mobile-close::after {
  /*background: silver;*/
  opacity: 1;
  top: 8px;
  left: 4px;
  visibility: visible;
  width: 12px;
}

/**
  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: ghostwhite;
  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: #ccc;
}

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

.teamTitle, .teamTitle-collapsed, .teamTitle-disabled,
.menuTitle, .menuTitle-active, .menuActive,
.kategoriaTitle, .kategoriaTitle-active,
.turnajTitle-disabled {
  display: table-cell;
  font-weight: bolder;
  color: white;
  background: -webkit-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -moz-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -ms-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -o-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  width: 100%;
  height: 2.5em;
  vertical-align: middle;
}

.menuTitle:hover, .newsTitle:hover, .newsTitle-collapsed:hover {
  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);
}

.teamRow.menuTitle.li-active:hover {
  /*color: $color-title-active!important;*/
  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);
}

.menuTitle {
  background-color: #992856;
  /*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: #ccc !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: #ffa1ff;
  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 {
  /*color: $color-title-active!important;*/
  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);
  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;
}

/**
  Menu horné - Frontend
  Created on : 16.1.2021, 14:35:13
  Author     : milos
*/
#menu-top {
  display: block;
  width: 100%;
  padding-right: 0.5em;
}
@media (min-width: 1024px) {
  #menu-top {
    display: block;
  }
}

#menu-top ul li {
  /*display: none;*/
}
@media (min-width: 1024px) {
  #menu-top ul li {
    display: block;
    float: left;
    color: #6E6E6E;
    border: 1px solid white;
    border-bottom: 0;
    /*border: 1px solid $color-button-active;*/
    /*border-radius:0px 6px 0px 0px;*/
    min-width: 15%;
  }
}

#menu-top ul li.menu-active, #menu-top-1 ul li.menu-active, #menu-right ul li.menu-active {
  display: block;
  color: #DB3999;
  background-color: #ccc;
  padding: 8px 16px;
  border: 1px solid #DB3999;
  border-bottom: 0;
}

#menu-top-small {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  #menu-top-small {
    display: none;
  }
}

/**
  Menu - pravé
  Created on : 16.1.2021, 1:59:19
  Author     : milos
*/
#news {
  /*position: absolute;*/
  /*  top: 0;
    right: 0;*/
  display: none;
  background: ghostwhite;
  border: 1px solid gainsboro;
  padding: 2em 1em;
  /*z-index: 10;*/
  width: 100%;
  /*min-height: 100%;*/
}
@media (min-width: 1024px) {
  #news {
    /*position: relative;*/
    /*z-index: auto;*/
    /*    top: auto;
        right: auto;*/
    display: table-cell;
    width: 220px !important;
    border: none;
  }
}

.countBox {
  display: table;
  width: 100%;
  border: 2px solid whitesmoke;
  /*border-radius: 6px;*/
  margin-bottom: 0.5em;
  background-color: white;
}

.newsBoxZapas {
  display: table;
  width: 100%;
  border: 2px solid whitesmoke;
  /*border-radius: 6px;*/
  margin-bottom: 0.5em;
  background-color: white;
}

.nominAkceBox {
  display: table;
  width: 100%;
  border: 2px solid whitesmoke;
  /*border-radius: 6px;*/
  margin-bottom: 0.5em;
  background-color: white;
}
@media (min-width: 1024px) {
  .nominAkceBox {
    width: 95%;
  }
}

.nominBox {
  display: table;
  width: 100%;
  border: 2px solid whitesmoke;
  /*border-radius: 6px;*/
  margin-bottom: 0.5em;
  background-color: white;
}
@media (min-width: 1024px) {
  .nominBox {
    width: 45%;
  }
}

.newsBox {
  display: table;
  width: 100%;
  border: 2px solid whitesmoke;
  /*border-radius: 6px;*/
  margin-bottom: 0.5em;
  background-color: white;
}

.countBox {
  width: 180px;
  margin: auto auto;
}

.newsBoxZapas {
  background-color: lightgray;
}

.newsHeader {
  font-size: large;
  font-weight: bolder;
}

.newsRow {
  /*display: inline-flex;*/
  display: table-row;
  width: 100%;
}

.newsRow p {
  padding: 5px;
  /*display: none;*/
}

.newsRow table {
  /*padding: 5px;*/
  display: none;
}

.newsTeam {
  /*background-color: lightgray;*/
}

.newsHala {
  background-color: white;
}

.newsHala:last-child, .newsHala a:last-child, .newsHala a span:last-child,
.newsZapas:last-of-type, .newsZapas span:last-of-type {
  /*  border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;*/
}

.newsTitle-collapsed, .newsTitle, .faceTitle {
  display: table-cell;
  color: white;
  background: -webkit-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -moz-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -ms-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  background: -o-linear-gradient(bottom, #DB3999, #992856, #DB3999);
  padding: 0.5em 0.5em;
  width: 100%;
  height: 2.5em;
  vertical-align: middle;
  font-weight: bolder;
}

.newsTitle-collapsed {
  /*cursor: s-resize;*/
  /*border-radius: 6px;*/
}

.newsTitle, .faceTitle, .newsZapas {
  /*  border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;*/
  border-bottom: 1px solid gray;
  display: table-cell;
}

.newsTitle {
  /*cursor: n-resize;*/
}

.newsGame {
  display: none;
}

.newsSuper, .newsZapas {
  display: block;
  width: 100%;
  font-weight: bolder;
  color: #DB3999;
  padding: 0.5em 0.5em;
}

.newsZapas {
  padding: 8px;
  background-color: lightgray;
}

.newsLabel {
  font-weight: bolder;
}

.newsCol, .counterCol {
  display: table-cell;
  padding-left: 0.5em;
}

.tvcom {
  padding: 0 5px;
}

.video.tvcom {
  width: 300px;
}

.tvcom img {
  cursor: pointer;
  width: 280px;
}

.tvcom iframe {
  width: 280px;
  border: 1px solid #ccc;
}

.youtube iframe, .youtube-lazy {
  width: 215px !important;
  height: auto;
  margin-top: 3px;
  /*height: 125px!important;*/
  border: 1px solid #ccc;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.loader-youtube {
  position: relative;
  margin: 5px;
  width: 215px;
}

.spiner-youtube, .youtube-play-black, .youtube-play-red {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.youtube-play-red {
  display: none;
  opacity: 1;
}

.loader-youtube:hover .youtube-play-red {
  display: inline;
}

.fb-page {
  /*margin-bottom: 0.8em;*/
}

/*.fb-cont{
  width: 180px;
}*/
#facebook, #youtube, #instagram, .countBox {
  /*width: auto;*/
  width: 197px;
  margin: auto auto;
}

#youtube .fb-cont {
  padding-left: 8px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#youtube {
  display: none;
}

#instagram .fb-cont {
  background-color: black;
  padding-left: 5px;
  text-align: center;
}

#instagram .fb-cont img {
  width: 170px;
  margin: 0;
}

#piwik-counter {
  display: block;
  width: 100%;
  padding: 0.5em 0.5em;
}

.counterCol {
  text-align: right;
}

.radius-bottom {
  /*  border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;*/
}

/**
* Nominace
*/
#nominace-boxy:nth-child(odd) {
  clear: both;
}

.nominace-label {
  display: table-cell;
  /*width: 5em;*/
  font-style: italic;
  text-align: right;
  font-weight: bolder;
  padding-right: 0.5em;
}

.nominace-text {
  display: table-cell;
  /*width: 11em;*/
}

@media only screen and (min-width: 1024px) {
  #inNews {
    /*position: sticky;*/
    /*top: 0;*/
  }
}

/*
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
*/
#content, #adm-content {
  width: 100% !important;
  background-color: transparent;
}
@media (min-width: 1024px) {
  #content, #adm-content {
    display: table-cell;
    /*width: 408px!important;*/
  }
}

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

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

div#snippet--list {
  background-color: transparent;
}

#adm-content-cbf table {
  font-size: small;
}

.thumb {
  max-width: 5em;
  max-height: 3em;
}

.bazar-img, .zoom, .zoom-ucastnici {
  cursor: url(/images/layout/icons/bui-zoom-in-32.png), auto;
}

.zoom, .zoom-ucastnici {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19) !important;
  margin-right: 1.5em !important;
  margin-bottom: 10px;
  /*box-shadow:2px 5px 10px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;*/
  /*box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;*/
  /*box-shadow:2px 5px 10px 2px rgba(255,255,255,0.6);*/
}

.zoom-ucastnici {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

/**
  Blog
  Created on : 16.1.2021, 1:59:53
  Author     : milos
*/
.show-all, .show-perex, .blogPDF {
  font-style: italic;
  /*cursor: s-resize;*/
  line-height: normal !important;
  cursor: pointer;
}

.show-perex, .blogPDF {
  display: none;
}

.blog-container {
  padding: 1em;
}

.blog-container .zoom {
  box-shadow: 5px 5px 4px #1111 !important;
}

.blogDescriptionSmall {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .blogDescriptionSmall {
    display: none;
  }
}

.blogDescription {
  display: none;
  width: auto;
}
@media (min-width: 768px) {
  .blogDescription {
    display: block;
  }
}
.blogDescription h2 {
  margin-left: 0;
}

.blogAbstract, .blogAbstractShort {
  display: table-cell;
  width: auto;
  padding-top: 1em;
}

.blogAbstractShort {
  height: 100px;
  overflow-y: hidden;
}

.blogAbstract-pdf {
  width: auto;
  float: right;
  padding-top: 1em;
  color: black;
  font-size: 0.65em;
  font-weight: bold;
  font-style: italic;
}

.blogPict {
  float: left;
  width: 100%;
  height: auto;
  /*margin-top: 1em;*/
  /*margin-left: 1em;*/
  margin-right: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .blogPict {
    width: 255px;
    height: 150px;
  }
}

.blogPict-pdf {
  float: left;
  width: 255px;
  height: 150px;
  margin-right: 1em;
  margin-bottom: 1em;
}

.blogPictShort {
  margin-bottom: 0;
}

.blogPerexTextShort {
  /*max-height: 130px;*/
  display: inline-block;
  height: 130px;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .blogPerexTextShort {
    display: block;
  }
}

.blogPerexText {
  /*display: inline-block;*/
}

.blogInfo, .blogInfoShort {
  font-style: italic;
  padding-right: 1em;
  padding-top: 5px;
  /*line-height: 2em;*/
  text-align: center;
  position: relative;
}
.blogInfo .left, .blogInfo .center, .blogInfo .right, .blogInfoShort .left, .blogInfoShort .center, .blogInfoShort .right {
  display: inline-block;
  float: left;
  /*text-align: left;*/
  /*width: 100%;*/
}
@media (min-width: 601px) {
  .blogInfo .left, .blogInfo .center, .blogInfo .right, .blogInfoShort .left, .blogInfoShort .center, .blogInfoShort .right {
    width: auto;
  }
}
.blogInfo .center, .blogInfoShort .center {
  width: 100%;
}
.blogInfo .right, .blogInfoShort .right {
  display: inline-block;
  /*position: absolute;*/
  /*right: 0;*/
  float: right;
  text-align: right;
  /*width: 100%;*/
}
@media (min-width: 601px) {
  .blogInfo .left, .blogInfoShort .left {
    float: left;
    /*width: 15%;*/
    text-align: left;
  }
  .blogInfo .center, .blogInfoShort .center {
    /*width: 35%;*/
    display: contents;
    text-align: center;
  }
  .blogInfo .right, .blogInfoShort .right {
    float: right;
    /*width: 15%;*/
    text-align: right;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .blogInfoShort .center {
    display: inline-block;
    padding-top: 5px;
  }
}

.blogAuthor, .blogLang {
  /*font-weight: bold;*/
}

.blogInfo-pdf {
  font-style: italic;
  padding-right: 1em;
  padding-top: 5px;
  line-height: 2em;
}
.blogInfo-pdf .left {
  display: inline-block;
  width: 40%;
  float: left;
  text-align: left;
}
.blogInfo-pdf .right {
  display: inline-block;
  width: 40%;
  float: right;
  text-align: right;
}

@media (min-width: 601px) {
  .blog-autor, .blog-lang {
    /*display: none;*/
  }
}

#blogStatus {
  padding-top: 1em;
  border-top: 1px solid #E35600;
}

.blog a, .odkaz {
  /*margin-bottom: 0.3em;*/
  padding-left: 1.5em;
  line-height: 2em;
  color: #DB3999;
  font-weight: bolder;
  cursor: pointer;
}

.blog p {
  margin-bottom: 1em;
}

.news-title-zapas {
  background-color: #E35600;
}

.news-title-clanek {
  background-color: grey;
}

.blogContentHiden {
  display: none;
}

.blogContentShort {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .blogContentShort {
    max-height: 100px;
  }
}

.blogContent {
  clear: both;
}
.blogContent img {
  /*width: 137px!important;*/
  height: auto !important;
}
.blogContent p {
  margin-top: 0;
  margin-bottom: 1em;
}
.blogContent p:last-child {
  margin-bottom: 0;
}
.blogContent td {
  border-right: 0px;
  vertical-align: middle !important;
}
.blogContent td:first-child {
  vertical-align: top !important;
  /*  padding-right: 1em;
    max-width: 50px;
    min-width: 50px; */
}

.blogContentAll {
  display: inline;
}

.blogContent img:first-child, .blogContentShort img:first-child {
  margin-right: 1em;
  margin-bottom: 1em;
  /*  width:255px;
    height: 150px;*/
}

/*.blogContent p{
  margin-top: 0;
  margin-bottom: 1em;
}
*/
.blogContent a, .newsRow a {
  color: #f2833b;
  font-weight: bolder;
}

/*.blogContent img{
  width: 137px!important;
  height: auto!important;
}*/
.blogContent p img {
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.blogContentEnd {
  color: white;
}

/*.blogContent td{
  border-right: 0px;
  vertical-align: middle !important;
}

.blogContent td:first-child{
  vertical-align: top!important;
    padding-right: 1em;
    max-width: 50px;
    min-width: 50px; 
}*/
.score-vyhra, .score-prehra {
  display: inline-block;
  font-weight: bold;
}

.score-vyhra {
  color: green;
}

.score-prehra {
  color: red;
}

/**
  Kontakty
  Created on : 16.1.2021, 2:00:58
  Author     : milos
*/
/**
* Kontakty
*/
.kontakt-osoba, .kontakt-odkazy {
  float: left;
  width: 100%;
  padding: 1em;
}

@media (min-width: 601px) {
  .kontakt-osoba {
    width: 30%;
  }
}

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

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

.kontakt-link {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 12px;
}

.kontakt-link img {
  width: 40px;
  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: middle;
}
@media (min-width: 1024px) {
  .kontakt-link span {
    max-width: 550px;
  }
}

.kontaktImg img {
  width: 60px;
  vertical-align: middle;
}

.adresa {
  min-height: 22.5em;
  max-height: 22.5em;
  min-width: 280px;
  margin: 5px;
}

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

/*
    Kluby - Účastníci turnajov
    Created on : 16.1.2021, 2:02:21
    Author     : milos
*/
.mapa {
  margin-top: 1em;
  margin-bottom: 4em;
}
.mapa img {
  width: 100%;
}

.ucastnici-content {
  text-align: center;
}

.ucastnik {
  display: inline-table;
  position: relative;
  width: 300px;
  height: 290px;
  /*min-height: 290px;*/
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  vertical-align: middle;
  text-align: center;
}

.ucastnik-content {
  display: flex;
  flex-flow: row wrap;
  height: 290px;
}

.ucastnik-content > * {
  flex: 1 100%;
}

.klub-nazev {
  order: 1;
  color: grey;
  font-size: 1.6em;
  font-weight: bolder;
}

.klub-vlajka {
  order: 2;
}

.klub-mimo {
  order: 3;
}

.klub-foto-logo {
  order: 4;
  display: flex;
  justify-content: center;
}

.klub-logo, .klub-foto {
  display: inline-block;
  margin: 0 5px !important;
}

.klub-foto {
  width: 140px;
  height: auto;
}
.klub-foto img {
  width: 100%;
  margin: 0;
}

.klub-logo {
  max-height: 90px;
  width: auto;
}
.klub-logo img {
  max-height: 99px;
  width: auto;
}

.klub-odkazy {
  order: 5;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.klub-odkazy .odkaz {
  padding: 0;
  text-decoration: none;
}
.klub-odkazy a {
  text-decoration: none;
}

.klub-kontakt {
  order: 6;
  align-self: flex-end;
  margin-bottom: 10px;
}
.klub-kontakt a {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.klub-kontakt img:hover {
  color: black;
}

/*.klub-nazev{
  order: 1;
  flex-grow: 1;
  margin-left: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: $color-title-clanek;
  font-size: 1.6em;
  font-weight: bolder;


      margin-left: 0;
  width: 100%;
  display: table-cell;
}

.klub-vlajka{
  order: 2;
  flex-grow: 1;
  height: auto;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: inline-block;
}

.klub-mimo{
  order: 3;
  flex-grow: 1;
  margin-bottom: 1.2em;
  display: inline-block;
}

.klub-table, .klub-foto-logo-table{
  display: table;
  order: 4;
  flex-grow: 1;
  text-align: center;
  vertical-align: middle;

}

.klub-foto-logo{
  clear: both;
  display: table-row;
  display: inline-block;
  padding-top: 10px;
}

.klub-logo, .klub-foto{
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
  width: 50%;

}

.klub-logo img, .klub-foto img{
  width: 140px;
}

.klub-foto{
  margin-left: 10px;
  @media (min-width:768px){
  }
}

.klub-logo{
  margin-right: 10px;
  img{
    max-height: 90px;
    width: auto
  }
}

.klub-odkazy{
  order: 5;
  flex-grow: 1;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  a{
    text-decoration: none;
  }
}

.klub-odkazy .odkaz{
  padding: 0;
}

.klub-kontakt{
  order: 6;
  flex-grow: 1;
  align-self: baseline;
  position: absolute;
  bottom: 7%;
  display: table-row;
  width: 100%;
  a{
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
  }
  img:hover{
    color: black;
  }  
}*/
.klub-web, .klub-facebook, .klub-instagram {
  width: 32px;
  height: 32px;
  background-position: top left;
  background-color: transparent;
  background-size: 32px;
}

.klub-web {
  background-image: url(/images/layout/icons/kontakt_website.jpg);
}

.klub-web:hover {
  background-image: url(/images/layout/icons/kontakt_website-hover.jpg);
}

.klub-facebook {
  background-image: url(/images/layout/icons/kontakt_facebook.jpg);
}

.klub-facebook:hover {
  background-image: url(/images/layout/icons/kontakt_facebook-hover.jpg);
}

.klub-instagram {
  background-image: url(/images/layout/icons/kontakt_instagram.jpg);
}

.klub-instagram:hover {
  background-image: url(/images/layout/icons/kontakt_instagram-hover.jpg);
}

.ucastnici img, .ucastnici img.zoom {
  margin: auto !important;
  display: inherit;
}

.klub {
  padding-left: 1em;
  font-size: 3em;
  font-weight: bolder;
  color: #726f6f;
}

.klub-nazev, .klub-kontakt {
  display: inline-block;
  /*margin-bottom: 1em;*/
  width: 100%;
  text-align: center;
}

.klub-nazev {
  margin-top: 1em;
}

.klub-vs {
  font-size: 0.7em;
  width: 2em;
}

td.klub-vs {
  text-align: center !important;
}

/*.klub-kontakt a{
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}*/
/*.klub-kontakt img:hover{
  color: black;
}*/
.sticky-bottom {
  /*  position: absolute;
    bottom: 10px;
    display: table-row;
    width: 100%;*/
  /*  position: sticky;
    top: 100%;
    margin-bottom: 1.5em;*/
}

/*
  Harmonogram / Rozpis
  Created on : 31.1.2021, 17:53:44
  Author     : milos
*/
.harm-klub {
  width: 25%;
  min-width: 150px;
}

/**
  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;
}

.cell-header {
  display: none;
}
@media (min-width: 1024px) {
  .cell-header {
    display: table-cell;
    vertical-align: middle;
  }
}

.col-fixed {
  position: sticky;
  left: 0;
  background-color: white;
}

.tab-no-sel td {
  border: none !important;
}

.gradien-black th {
  color: white;
}

/**
* tabuľky turnaja
*/
.klubLogo, .klubStat, .klubStatistika {
  padding-left: 3px !important;
  padding-right: 3px !important;
  text-align: center !important;
  vertical-align: middle;
}

.klubNazev {
  vertical-align: middle;
  min-width: 150px;
}
.klubNazev img {
  margin-bottom: 0;
  margin-left: 1em;
  width: 15px;
}

.klubStat, .klubStat img, .klubStatistika, .klubStatistika img {
  width: 25px;
}

.klubLogo, .klubLogo img {
  width: 25px;
}

.klubStat img, .klubStatistika img {
  min-width: 25px;
}

.klubLogo img {
  min-width: 25px;
}

/*td.statistika a img{
  min-width: 15px!important;
  padding: 0;
}*/
/**
* tablesorter.js
*/
/* header */
.tablesorter-header-inner {
  margin-right: 6px;
}

.tablesorter-headerUnSorted, .tablesorter-headerAsc, .tablesorter-headerDesc {
  /* black (unsorted) double arrow */
  /*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
  /* white (unsorted) double arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  /* image */
  /* background-image: url(images/black-unsorted.gif); */
  background-repeat: no-repeat;
  background-position: center right;
  padding: 4px 18px 4px 4px;
  white-space: normal;
  cursor: pointer;
}

.tablesorter-headerAsc {
  /*background-color: #9fbfdf;*/
  /* black asc arrow */
  /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
  /* white asc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  /* image */
  /* background-image: url(images/black-asc.gif); */
}

.tablesorter-headerDesc {
  /*background-color: #8cb3d9;*/
  /* black desc arrow */
  /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
  /* white desc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  /* image */
  /* background-image: url(images/black-desc.gif); */
}

td a.odkaz {
  padding-left: 0;
  text-decoration: none;
}

/**
* Statistiky
* Author     : milos
*/
.statistika-container {
  width: 90%;
  min-width: 90%;
}
@media (min-width: 768px) {
  .statistika-container {
    min-width: 40%;
    max-width: 760px;
  }
}

.statistika-podklad {
  padding: 16px;
}

.statistika-skupina {
  margin-left: 1em;
  margin-bottom: 1em;
}

.statistika-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 120%;
  color: grey;
}

.statistika-logo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}

.statistika-klub {
  display: block;
  vertical-align: middle;
  margin-left: 1em;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
@media (min-width: 601px) {
  .statistika-klub {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  .statistika-klub {
    display: inline-block;
  }
}

.statistika-active, .statistika-inactive {
  max-width: 250px;
}

.statistika-active {
  font-weight: bold;
}

.statistika-inactive {
  font-size: 90%;
}

.statistika-vs {
  display: none;
}
@media (min-width: 1024px) {
  .statistika-vs {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 70%;
  }
}

.statistika-buttons {
  float: right;
}

.statistika-button {
  display: inline-block;
  float: right;
  padding-left: 5px;
  padding-right: 0px;
  text-align: right;
}
.statistika-button .w3-btn {
  border: 1px solid lightgrey;
  min-width: 40px;
  width: 40px;
}

.statistika-link img {
  width: 20px;
  min-width: 20px;
}

.statistika-pdf-title {
  width: 100%;
  vertical-align: middle;
  border: none;
  margin-bottom: 0.5em;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 1.5em !important;
  color: grey;
}
.statistika-pdf-title td {
  border: none;
}

.statistika-pdf-titul {
  /*  min-width: 30%;
    max-width: 70%;*/
  /*width: 80%;*/
  text-align: left !important;
  padding-left: 1em;
}

.statistika-pdf-skupina {
  padding-top: 10px;
  padding-bottom: 10px;
}

.statistika-pdf-logo-container, .statistika-pdf-logo {
  width: 80px !important;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

.statistika-pdf-active, .statistika-pdf-inactive {
  /*max-width: 250px;*/
}

.statistika-pdf-active {
  font-weight: bold;
}

.statistika-pdf-inactive {
  font-size: 70%;
}

.statistika-pdf-vs {
  display: inline-block;
  /*width: 2em;*/
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 60%;
}

/**
  Pavúk
  Created on : 24.1.2021, 16:39:43
  Author     : milos
*/
#pavuk-container {
  background-color: white;
}

.pavuk, .pavuk-base {
  position: absolute;
  width: 21em;
  background: white;
  font-size: 80%;
}

.pavuk-base {
  position: relative;
}

.pavuk table, td {
  border: 1px solid lightgray;
}

.pavuk td:first-child {
  padding-left: 5px;
}

.pavuk caption {
  text-align: left;
  font-size: 85%;
}

.pavuk-klub {
  width: 10em;
}

.pavuk-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.pavuk-vysledek {
  vertical-align: middle;
  width: 2.8em;
}

.zoom-content {
  margin: 0;
  top: 0;
  left: 0;
}

#zoom-modal, .pavouk-zoom {
  font-size: 15px;
  margin-right: 4px;
  padding: 3px 5px 5px 5px;
  width: 2em;
  height: 2em;
}

#zoom-buttons {
  position: fixed;
  top: 10px;
  right: 50px;
  z-index: 1000;
}

#zoomed {
  position: absolute;
}

.pavuk-modal {
  background: white;
}

/**
  Download
  Created on : 24.1.2021, 16:39:43
  Author     : milos
*/
table.down td {
  text-align: center;
}

.downNazev, .downPopis {
  width: 50%;
}

/**
  Video
  Created on : 16.1.2021, 2:03:38
  Author     : milos
*/
.video-container {
  display: inline-block;
}

.video-card {
  display: inline-block;
  background-color: #f5f5f5;
  width: 275px;
  min-height: 240px;
  margin: 2em;
  /*margin: 1em 1em 3em;*/
  border-top-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  vertical-align: top;
}

.video-card video, .video-card video img {
  width: 246px;
  height: 138px;
}

.video h3 {
  margin-top: 3px;
  margin-bottom: 0px;
}

#confirm-heslo {
  max-width: 400px;
  margin: auto;
}

#video-heslo-send {
  display: block;
  width: 10em;
  margin: auto;
}

#video-heslo-link {
  display: block;
  width: 100%;
  margin: auto;
}

.video-zapas {
  display: table;
  width: 100%;
  max-width: 990px;
  vertical-align: middle;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #726f6f;
  font-size: 130%;
  font-weight: bolder;
  background-color: white;
  padding-left: 16px;
  margin-bottom: 1.5em;
  border-top-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
}
@media (min-width: 1024px) {
  .video-zapas {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .video-zapas {
    width: 100%;
    min-width: 860px;
  }
}
@media (min-width: 2560px) {
  .video-zapas {
    width: 100%;
  }
}
.video-zapas h3 {
  margin-top: 3px;
  margin-bottom: 0px;
}

.video-cell {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  /*margin-top: 5px;*/
}
.video-text {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 1280px) {
  .video-text {
    display: table-cell;
    width: 45%;
  }
}
/*td.video-link{
  min-width: 40px;
  max-width: 40px;
}

.video-link{
  display: inline-block;
}
*/
.video-banner {
  width: fit-content;
}
.video-banner td {
  border: none;
}

.video-banner-row {
  /*display: table-row;*/
}

.video-datum {
  text-align: left;
}
.video-logo {
  width: 50px;
  max-width: 50px;
  padding: 0;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
}
.video-logo img {
  width: 50px;
  min-width: 50px;
}

.video-klub {
  width: 450px;
  max-width: 213px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 601px) {
  .video-klub {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .video-klub {
    /*max-width: 618px;*/
  }
}
@media (min-width: 1280px) {
  .video-klub {
    /*max-width: 300px;*/
  }
}
@media (min-width: 1536px) {
  .video-klub {
    /*max-width: 450px;*/
  }
}
@media (min-width: 1920px) {
  .video-klub {
    /*max-width: 450px;*/
  }
}

.video-skore {
  width: 100%;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .video-skore {
    text-align: left;
    width: auto;
    /*padding-left: 1em;*/
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .video-skore {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .video-skore {
    text-align: left;
    width: auto;
    /*padding-left: 1em;*/
  }
}
@media (min-width: 1536px) {
  .video-skore {
    /*font-size: 80%;*/
  }
}

.video-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .video-box {
    /*@media (min-width:1024px) and (max-width:1279px){*/
  }
}
@media (min-width: 1280px) {
  .video-box {
    display: table-cell;
    /*text-align: right;*/
    padding-right: 5px;
  }
}
@media (min-width: 1536px) {
  .video-box {
    width: auto;
  }
}

.video {
  display: inline-block;
  vertical-align: middle;
  width: 225px;
}
@media (min-width: 1024px) {
  .video {
    /*margin:0 0;*/
  }
}
@media (min-width: 1280px) {
  .video {
    /*display: table-cell;*/
    /*margin:0 0;*/
  }
}

.video-tvcom {
  width: 290px;
  /*margin-bottom: 5px;*/
}

.video-title {
  display: block;
  padding-top: 10px;
  font-size: 80%;
  text-align: center;
}

.video-link img {
  width: 20px;
  min-width: 20px;
}

/*
@media only screen and (min-width:1024px){
  .video-cell.album-klub{
    max-width: 30%
  }
}

.video-cell.album-skore{
  display: inline-block;
  @media only screen and (min-width:1024px){
  }
}
*/
/**
  Fotoalbumy
  Created on : 16.1.2021, 2:04:31
  Author     : milos
*/
.galerie-content, .album-content {
  text-align: center;
}

.album-tbl {
  display: inline-block;
  margin-top: 0.5em;
  /*text-align: left*/
}
@media (min-width: 1024px) {
  .album-tbl {
    /*display: table;*/
  }
}

.album-cell {
  display: inline-block;
  width: auto;
  max-width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .album-cell {
    /*display: table-cell;*/
    /*width: auto;*/
    /*    padding-left: 0.5em;
        padding-right: 0.5em;*/
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .album-cell {
    /*display: inline-block;*/
  }
}
@media (min-width: 1279px) {
  .album-cell {
    /*display: table-cell;*/
    /*width: auto;*/
    /*    padding-left: 0.5em;
        padding-right: 0.5em;*/
  }
}

.album-cell span {
  vertical-align: middle !important;
}

.album-banner {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #726f6f;
  font-size: 1.6em;
  font-weight: bolder;
  width: 100%;
}

.album-logo {
  width: 50px;
  max-width: 50px;
  padding: 0;
}
.album-logo img {
  /*margin-left: 0.5em;*/
  width: 50px;
  min-width: 50px;
}

.album-klub {
  width: 270px;
  max-width: 270px;
  padding-left: 5px;
}
@media (min-width: 601px) {
  .album-klub {
    width: 100%;
    max-width: 470px;
  }
}
@media (min-width: 768px) {
  .album-klub {
    width: auto;
    max-width: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .album-klub {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .album-klub {
    /*width: 30px;*/
    max-width: 350px;
  }
}
@media (min-width: 1366px) {
  .album-klub {
    /*width: 30px;*/
    max-width: 400px;
  }
}

.album-vs {
  display: none;
}
@media (min-width: 768px) {
  .album-vs {
    /*display: table-cell;*/
    display: inline-block;
    font-size: 0.7em;
    text-align: center;
    /*width: 1em;*/
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .album-vs {
    display: none;
  }
}
@media (min-width: 1280px) {
  .album-vs {
    /*display: table-cell;*/
  }
}

.album-skore {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .album-skore {
    text-align: left;
    width: auto;
    /*max-width: 200px;*/
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .album-skore {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .album-skore {
    text-align: left;
    width: auto;
    padding-left: 1em;
    /*max-width: 200px;*/
  }
}

.album-datum h2 {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0.5em;
}

.albumItem {
  display: inline-block;
  width: 215px;
  height: 250px;
  margin: 1em;
}

.album {
  display: inline-block;
  background-color: #f5f5f5;
  width: 227px;
  min-height: 210px;
  vertical-align: top;
  margin: 0.5em 0.8em 1.5em;
  border-top-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  background-color: white;
  margin-left: 0;
  text-align: left;
  /*  @media (min-width:1024px){
      margin-left: 0;
    }  */
}

.album-content .album {
  min-height: auto;
}

.albumLogo {
  width: 2em;
  display: inline-block;
  vertical-align: middle;
}

.album-banner .albumLogo {
  width: 5em;
}

.albumLogo img {
  max-height: 100%;
}

.albumKlub {
  height: auto;
  /*margin-top: 8px;*/
  /*line-height: 2em;*/
  /*  overflow: hidden;
    text-overflow: ellipsis;*/
}

.albumKlub h1 {
  height: auto;
  color: #726f6f;
}

.albumDomaci, .albumHost {
  width: 100%;
  display: inline-block;
}
@media (min-width: 1024px) {
  .albumDomaci, .albumHost {
    max-width: 40%;
  }
}

.albumNazev, .albumPopis {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media (min-width: 1024px) {
  .albumNazev, .albumPopis {
    max-width: 95%;
  }
}

.admin .albumText .albumNazev {
  max-width: 99% !important;
}
@media (min-width: 1024px) {
  .admin .albumText .albumNazev {
    max-width: 99% !important;
  }
}

.albumFotky h2 {
  clear: both;
}
@media (min-width: 1024px) {
  .albumFotky {
    max-width: 70%;
  }
}

.albumDatum {
  clear: both;
}

.albumImg {
  max-height: 170px;
  width: 215px;
  margin: 0.5em auto 0 auto;
}

.albumImg img {
  display: block;
  border: solid 1px #ccc;
  max-height: 125px;
  max-width: 215px;
  margin: 0 auto 0 auto;
}

.albumPopis {
  /*font-weight: bold;*/
}

.albumText {
  padding: 0.5em 1em 0 1em;
  /*position: sticky;*/
  top: 100%;
  margin-bottom: 5px;
  line-height: 2em;
}

.album.admin .albumText {
  position: initial;
}

.albumVS {
  font-size: 0.7em;
  margin-left: 1em;
  margin-right: 1em;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .albumVS {
    width: auto;
    display: inline-block;
  }
}

.albumLabel, .bazarLabel {
  display: inline-block;
  width: 5em;
  text-align: right;
  margin-right: 0.5em;
  font-weight: bold;
  font-style: italic;
}

.bazarLabel {
  width: 6.7em;
}

.albumMenu {
  margin-top: 1em;
}

.albumMenu img {
  border: solid 1px #ccc;
  margin: 0 1.5em 0.3em 0;
  float: right;
}

.albumMenu img:hover {
  background-color: lightgray;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .albumSkore {
    width: auto;
  }
}

/**
  Fotky
  Created on : 16.1.2021, 2:04:50
  Author     : milos
*/
.selected {
  border: solid 2px #DB3999;
}

.foto {
  display: inline-block;
  width: 212px;
  margin: 1em 1em 3em;
  border-top-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
}

.fotoImg {
  max-height: 170px;
  width: 200px;
  margin: 0.5em auto 0 auto;
}

.fotoImg img {
  display: block;
  border: solid 1px #B8B7B7;
  max-height: 134px;
  max-width: 200px;
  margin: 0 auto 0 auto;
  cursor: pointer;
}

.foto-modal, .foto-modal-zoom {
  z-index: 3;
  display: none;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.foto-modal {
  background-color: rgba(0, 0, 0, 0.75);
}

.foto-modal-zoom {
  width: 100%;
  background-color: black;
}

.foto-modal-content {
  /*display: table;*/
  position: relative;
  top: 0;
  left: 0;
  width: 99vw;
  height: 100vh;
  padding: 0;
  outline: 0;
  /*  .cell-middle{
      position: relative;
    }*/
}

.foto-container, .foto-container-zoom {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 400%;
  /*  cursor: pointer;*/
  color: white;
  text-align: center;
  /*width: 88%;*/
}

/*.foto-container, .foto-container-zoom{
}*/
.foto-container-zoom {
  width: 100vw;
}

.foto-img {
  position: relative;
  width: auto;
}

.foto-img img {
  margin: auto;
  max-width: 100%;
  max-height: 90vh;
}

.foto-img-zoom img {
  margin: auto;
  max-width: 95vw;
  height: auto;
}

.foto-zoom-in {
  cursor: url("/www/images/layout/icons/bui-zoom-in-32.png"), auto;
}

.foto-zoom-out {
  cursor: url("/www/images/layout/icons/bui-zoom-out-80.png"), auto;
}

.thumb-first {
  position: relative;
  left: -1em;
}

.thumb-scnd {
  position: relative;
  left: -0.5em;
}

#foto-zoom {
  width: 55px;
  padding: 10px;
  cursor: pointer;
}

/*.foto-close{
  font-weight: bolder;
  cursor: pointer;
  padding-right: 10px;
  float: right
}*/
.foto-close-save {
  position: absolute;
  top: -0.7em;
  right: -5px;
  cursor: default;
}

.foto-close {
  cursor: pointer !important;
  position: absolute;
  display: inline-block;
  /*top:10px;*/
  height: 50px;
  margin-left: 0.3em !important;
}

.foto-move-hide {
  visibility: hidden;
}

.foto-move-left, .foto-move-right {
  display: none;
}
@media (min-width: 768px) {
  .foto-move-left, .foto-move-right {
    display: table-cell;
    vertical-align: middle;
  }
}

#foto-save {
  text-decoration: none;
}

#foto-close, #foto-save img {
  cursor: pointer;
  width: 30px;
  height: auto;
}

.foto-move-left-zoom, .foto-move-right-zoom {
  display: none;
}

.foto-close-zoom {
  display: none;
}

#photoFull {
  display: inline-block;
  margin: auto;
  border: solid 1px #999;
  /*$color-button-active*/
  box-shadow: 2px 5px 10px 2px rgba(255, 255, 255, 0.6);
  /*8px 8px 16px 8px rgba(255,255,255,0.6)*/
}

/*
  Haly
  Created on : 16.1.2021, 2:05:12
  Author     : milos
*/
/**
  Obchod
  Created on : 24.1.2021, 16:31:09
  Author     : milos
*/
.shop-item {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin: 1em;
}

.shop {
  display: inline-block;
  width: 310px;
  margin: 1em;
}

.shop-img {
  max-height: 170px;
  width: 280px;
  margin: 1em auto 0 auto;
}

.shop-img img {
  border: solid 1px #ccc;
  max-height: 170px;
}

.shop-text {
  padding: 1em;
}

.shop-title {
  font-weight: bold;
}

/**
  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 lightgray;
}
@media (min-width: 1024px) {
  #footer {
    border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
  }
}

.partner, .partnerGeneral, .partnerTitular {
  display: inline-block;
  margin: 1em;
}
@media (min-width: 1024px) {
  .partner, .partnerGeneral, .partnerTitular {
    max-height: 50px;
    /*max-width:150px;*/
  }
}

.partnerGT {
  display: table;
  width: 100%;
  border-bottom: solid 2px #ccc;
  margin-bottom: 2em;
}

.partnerGeneral, .partnerTitular {
  width: 100%;
  padding: 2em;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .partnerGeneral, .partnerTitular {
    display: table-cell;
    width: auto;
  }
}

.partnerGeneral {
  border-bottom: 2px solid #ccc;
}
@media (min-width: 1024px) {
  .partnerGeneral {
    border-bottom: none;
  }
}

.partnerTitular img {
  margin-bottom: 1em;
}

.partnerTitle {
  font-size: 2em;
  font-weight: bold;
}

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

/*
*  PDF
*    Created on : 29.1.2021, 23:36:11
*    Author     : milos
*/
.pdf-button {
  float: right;
  /*float: right;*/
  padding-left: 5px;
  text-align: right;
  width: 40px;
}
.pdf-button .w3-btn {
  border: 1px solid lightgrey;
  /*font-size: 20px;*/
  width: 40px;
}

.pdf-h1 {
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 1.5em !important;
  margin-bottom: 0.5em;
}

.pdf-table {
  border: none;
}
.pdf-table td {
  border: none;
}

.pdf-title-container, pdf-subtitle-container, .pdf-page-title {
  width: 30%;
  vertical-align: middle;
}

.pdf-ceybl-logo-container {
  width: 40%;
  vertical-align: middle;
}

.pdf-title, .pdf-page-title, .pdf-titul-stranky {
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}

.pdf-titul-stranky {
  width: 100%;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.pdf-subtitle {
  color: #DB3999;
  font-weight: bold;
  font-size: 1.1em;
  vertical-align: middle;
}

#pdf-footer {
  border-top: 1px solid #aeadad;
}
#pdf-footer td {
  border: none !important;
  padding-top: 5px;
  width: 20%;
}

.pdf-foot-left {
  text-align: left;
}

.pdf-footer-title {
  padding: 2em;
}

.pdf-foot-middle {
  text-align: center;
  width: 60%;
}

.pdf-foot-right {
  text-align: right;
}

.pdf-ceybl-link {
  color: #DB3999;
  font-style: italic;
  text-decoration: none;
}

.pdf-ceybl-logo {
  width: 200px;
  height: auto;
}

.pdf-pavuk-logo {
  padding-top: 5px;
  padding-bottom: 10px;
}

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

.menuSekce {
  /*margin-left: 1em;*/
  /*margin-top: 0px;*/
  margin-bottom: 3px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: bolder;
  font-size: 1.5em;
  border-bottom: 2px solid darkred;
}

.sekce {
  margin-bottom: 1em;
}

/**
  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: #ccc;
  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: #DB3999;
  background-color: #ccc;
}

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

.menu-li :hover {
  color: #DB3999 !important;
  background-color: white !important;
  border: 1px solid #ccc;
  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;
}

/**
  Created on : 21.2.2021, 22:40:50
  Author     : milos
  články
*/
.adm-blog-container, .adm-blog-controls {
  display: table-cell;
  vertical-align: top;
}

.adm-blog-controls {
  width: 200px !important;
}

.blog-perex-foto, .blog-perex-btn, #blogPerexFoto {
  width: 210px;
  height: 140px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  /*text-align: center;*/
  cursor: pointer;
}

#blogPerexFoto {
  display: none;
  border: 1px solid lightgrey;
}

.blog-perex-btn {
  display: inherit;
}

.blog-nadpis {
  height: 25px;
  padding: 0 0 0 5px;
  margin: 0;
}
.blog-nadpis #frm-blogForm-blogDescription {
  padding: 0;
  margin: 0;
  color: #726f6f;
  /*font-size: 1.6em;*/
  font-weight: bolder;
  width: 100%;
  height: 100%;
}

.blog-perex {
  padding: 0 0 0 5px;
  margin: 0;
  height: 98px;
}
.blog-perex #frm-blogForm-blogAbstract {
  height: 100%;
  width: 100%;
  padding: 1em 1px;
  margin: 0;
}

.blog-info {
  padding: 0 0 0 5px;
  margin: 0;
  text-align: center;
  height: 15px;
  line-height: 2em;
}

.blogPerexAuthor, .blogPerexLang {
  font-weight: bolder;
}

#rfmBack {
  /*display: none;*/
}

.rfm-container {
  position: relative;
  height: 95%;
  width: 80%;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  margin-top: 1em;
}

#rfmFileSelected {
  display: none;
}

#rfmManager {
  width: 100%;
  height: 95%;
  border: 2px solid darkgrey;
  /*margin-top: 3em;*/
}

.rfm-close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

/*
    Score-board
    Created on : 16.1.2021, 2:27:46
    Author     : milos
*/
/* Admin */
.score-item {
  border-bottom: solid 1px lightgray;
}

.score-select {
  border: solid 1px lightgray;
  padding: 5px;
  background: white;
}

.score-dropdown-content {
  overflow-y: auto;
  height: 400px;
}

/* Ovladač */
#control-body {
  width: 550px;
  height: 410px;
}

#control-cas {
  width: 200px;
  height: 410px;
}

.control-period {
  width: 2em;
  margin-left: 2px;
  margin-right: 10px;
  text-align: center;
  padding: 0 !important;
}

#btnHraEnd {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  z-index: 10;
  padding: 0px !important;
}

.score-timer-end {
  width: 20px;
  height: 20px;
}

#timer-min, #timer-sec {
  margin: 0;
  width: 45px;
  height: 30px;
  padding: 5px;
  text-align: center;
}

.score-select, .score-selected, .score-item, .score-dropdown-content {
  width: 100%;
}

.score-logo {
  position: relative;
  top: -5px;
}

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