/* Style resets and common styles */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}
html {
  font-size: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing2 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong, .tucny {
  font-weight: bold;
}
em, .kurziva {
  font-style: italic;
}
u {
  text-decoration: underline;
}
.poznamka {
  font-style: italic;
  color: #aaaaaa;
  font-size: 85%;
}
.stred {
  text-align: center;
}
.vlevo {
  text-align: left;
}
.vpravo {
  text-align: right;
}
.nomartop {
  margin-top: 0px !important;
}

.nomarbottom {
  margin-bottom: 0px !important;
}
.chyba {
  color: #d82424;
  font-weight: bold;
}
.uspech {
  color: #0368ff;
  font-weight: bold;
}
.cerveny {
  color: #d82424;
}
.modry {
  color: #0368ff;
}
.skryty {
  display: none;
}
.neviditelny {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.lpad {
  padding-left: 60px;
}
.nowrap {
  white-space: nowrap;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
a img, img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  border: 0;
}
input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
  outline: none;
}
input:hover, textarea:hover, button:hover, select:hover, input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input, button, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

html, body {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.5;
}
body, table, th, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, dd {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #002D47;
}
input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
a, a:visited {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #4bbddd;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #4bbddd;
  text-decoration: none;
}
a.cerveny, a.cerveny:visited, a.cerveny:hover {
  color: #e10000;
}
a.obraceny, a.obraceny:visited {
  text-decoration: none;
}
a.obraceny:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.justify {
  text-align: justify;
  -moz-text-align-last: center;
  -webkit-text-align-last: center;
  -ms-text-align-last: center;
  text-align-last: center;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::selection {
  background: #4bbddd;
  color: white;
}
::-moz-selection {
  background: #4bbddd;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pointer {
  cursor: pointer;
}

/* Hlavni prvky struktury webu */
.hlavicka {
  min-width: 1024px;
  background-color: #3283fc;
  color: #F2F2F2;
  height: 80px;
}

.hlavicka .menu {
  max-width: 1366px;
  height: 80px;
  background-color: #3283fc;
  margin: 0px auto;
  position: relative;
  z-index: 8;
}

.menu .menu-right {
  float: right;
}

.menu .menu-item {
  display: block;
  float: left;
  margin: 0px;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu .menu-item.logo {
  float: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu .menu-item.logo a {
  padding-left: 0px;
  padding-right: 0px;
}

.menu .menu-item a, .menu .menu-item a:visited {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #F2F2F2;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu .menu-item.nopadright a {
  padding-right: 0;
}

.menu .menu-item a:hover,
.menu .menu-item.has_hover a {
  color: #444444;
  text-decoration: none;
}

.menu .menu-item.active > a:after {
  content:"";
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: -26px;
}

.menu-item .submenu-item {
  position: absolute;
  top: 69px;
  left: 24px;
  display: none;
  z-index: 10;
  background: rgba(245,245,245,0.9);
  border: 1px solid #444444;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-item .submenu-item .submenu-option a, .menu-item .submenu-item .submenu-option a:visited {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100%;
  padding: 0px 6px 0px 6px;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #444444;
}

.menu-item .submenu-item .submenu-option.active a,
.menu-item .submenu-item .submenu-option a:hover {
  color: #444444;
  text-decoration: underline;
}

@media screen and (min-width: 1050px) {
  .menu .menu-close, .hlavicka .mobile-logo, .hlavicka .mobile-menu, .dark-overlay {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  html, body {
    background-color: #ffffff;
  }
  
  .hlavicka {
    min-width: auto;
    height: 50px;
    z-index: 75;
    position: relative;
  }
  
  .dark-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(77,86,108,0.8);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 80;
  }
  
  .hlavicka .menu-item.logo {
    display: none;
  }
  
  .hlavicka .mobile-logo {
    display: block;
    float: left;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  
  .hlavicka .mobile-logo a, .hlavicka .mobile-logo a:visited {
    color: #f2f2f2;
    text-decoration: none;
  }
  
  .hlavicka .mobile-logo a:hover {
    color: #444444;
    text-decoration: none;
  }
  
  .hlavicka .mobile-menu {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
    background-image: url("../obrazky/hamburger.png");
    background-image: url("../obrazky/hamburger.svg"), linear-gradient(transparent, transparent);
    cursor: pointer;
  }
  
  .hlavicka .menu {
    display: none;
    width: 320px;
    height: auto;
    color: #000000;
    background-color: #f2f2f2;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 30px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  
  .menu .menu-right {
    float: none;
  }
  
  .menu .menu-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 101;
  }
  
  .menu .menu-item {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #666666;
  }
  
  .menu .menu-item.posledni {
    border-bottom: 0px solid black;
  }
  
  .menu .menu-item a, .menu .menu-item a:visited {
    height: auto;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
    color: #000000;
  }
  
  .menu .menu-item:hover > a, .menu .menu-item.active > a {
    font-weight: bold;
  }
  
  .menu .menu-item.active a:after {
    display: none;
  }
  
  .menu-item .submenu-item {
    position: static;
    top: auto;
    left: auto;
    display: block;
    background: transparent;
    border: 0px solid black;
    padding: 0px;
    padding-bottom: 10px;
  }
  
  .menu-item .submenu-item .submenu-option a, .menu-item .submenu-item .submenu-option a:visited {
    height: auto;
    line-height: 30px;
    padding: 0px;
    text-align: center;
    color: #000000;
  }
  
  .menu-item .submenu-item .submenu-option.active a,
  .menu-item .submenu-item .submenu-option a:hover {
    color: #000000;
  }
}

.telo {
  max-width: 1366px;
  margin: 0px auto;
  padding: 20px 0px 60px 0px;
  min-height: 300px;
}

.paticka {
  max-width: 1366px;
  margin: 0px auto;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Obecne prvky */
h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000000;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000000;
}

/* Formularove prvky */
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w180 {
  width: 180px !important;
}
.w185 {
  width: 185px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w210 {
  width: 210px !important;
}
.w220 {
  width: 220px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w250 {
  width: 250px !important;
}
.w260 {
  width: 260px !important;
}
.w285 {
  width: 285px !important;
}
.w295 {
  width: 295px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w340 {
  width: 340px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mr110 {
  margin-right: 110px !important;
}
.mr120 {
  margin-right: 120px !important;
}
.mr130 {
  margin-right: 130px !important;
}
.mr140 {
  margin-right: 140px !important;
}
.mr150 {
  margin-right: 150px !important;
}
.mr160 {
  margin-right: 160px !important;
}
.mr170 {
  margin-right: 170px !important;
}
.mr180 {
  margin-right: 180px !important;
}

input.text {
  display: inline-block;
  width: 250px;
  border: 1px solid #707070; 
  background: #ffffff;
  padding: 0px 10px 2px 10px;
  color: #000000;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  position: relative;
  margin: 0px 0px 20px 0px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input.text.text-readonly {
  background: #eeeeee;
}

input.text-login {
  display: block;
  width: 100%;
  border: 1px solid #707070; 
  background: #ffffff;
  padding: 0px 15px 0px 15px;
  color: #000000;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  position: relative;
  margin: 0px 0px 40px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input.tlacitko, button.tlacitko,
a.tlacitko {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #32B4D8;
  background-color: #32B4D8;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

input.tlacitko:hover, button.tlacitko:hover,
a.tlacitko:hover {
  color: #ffffff;
  background-color: #2d5c81;
  border: 1px solid #2d5c81;
  text-decoration: none;
}

input.tlacitko.tlacitko2, button.tlacitko.tlacitko2,
a.tlacitko.tlacitko2 {
  height: 45px;
  line-height: 43px;
  font-size: 16px;
}

a.tlacitko.zmena_jazyka {
  position: absolute;
  top: 10px;
  right: 10px;
}

input.tlacitko-login {
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #707070;
  background-color: #ffffff;
  padding: 0px 18px 0px 18px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input.tlacitko-login:hover {
  color: #ffffff;
  background-color: #32B4D8;
}

.textarea {
  font-size: 16px;
  width: 722px;
  height: 150px;
  margin: 0px 0px 20px 0px;
  padding: 7px 10px 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
  .textarea {
    width: 100%;
  }
}

.textarea.textarea2 {
  width: 100%;
  height: 60px;
}

.niceedit_textarea {
  margin: 5px auto;
  width: 537px;
}

.textarea4nice {
  font-size: 16px;
  width: 535px;
  height: 160px;
  margin: 5px 0px 5px 0px;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.niceedit_textarea > div {
  background-color: white;
}

select.select {
  display: inline-block;
  width: 250px;
  border: 1px solid #707070; 
  background: #ffffff;
  padding: 0px 10px 2px 10px;
  color: #000000;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  position: relative;
  margin: 0px 0px 20px 0px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

select > option {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

select.select.select_multiple {
  height: 130px;
  padding: 2px 5px 3px 5px;
}

select.select.select_multiple > option {
  width: auto !important;
}

.span_label {
  display: inline-block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 20px;
}

.label {
  display: inline-block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: left;
  vertical-align: top;
}

.label.label_two_lines {
  height: 52px;
}

.label-checkbox {
  display: inline;
  line-height: 26px;
  vertical-align: top;
  font-style: italic;
  cursor: pointer;
}

input.checkbox {
  cursor: pointer;
  transform: scale(1.2);
}

.radio_buttons label {
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 3px;
  font-size: 15px;
}

.radio_buttons label.radios_nadpis {
  font-size: 16px;
}

.radio_buttons input.radiobutton {
  cursor: pointer;
  transform: scale(1.3);
  margin-right: 12px;
}

.input_file {
  margin-bottom: 7px;
}

.label-login {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}

div.chyba {
  padding-left: 0px !important;
  text-align: center;
  font-size: 16px;
}

div.uspech {
  padding-left: 0px !important;
  text-align: center;
  font-size: 16px;
}

.tabulka {
  border-collapse: collapse;
  margin: 0px auto;
  width: 100%;
  background-color: #ffffff;
}

.tabulka.normal_width {
  width: auto;
}

.tabulka.nastenka {
  margin: 0px;
}

.tabulka.statistiky {
  width: auto;
  margin: 0px;
}

.tabulka td, .tabulka th {
  padding: 20px 35px 20px 0px;
  text-align: left;
  border-bottom: 2px solid #f8f8f8;
}

.tabulka.nastenka td {
  padding: 12px 35px 12px 0px;
  border-bottom: 0px solid #f8f8f8;
}

.tabulka th {
  font-weight: bold;
  font-size: 16px;
}

.tabulka td {
  font-size: 14px;
}

.tabulka.statistiky td {
  padding: 5px 35px 5px 0px;
}

.tabulka.statistiky td.vetsi {
  font-size: 18px;
}

.tabulka.statistiky td.vetsi2 {
  font-size: 16px;
}

.tabulka td div.max_sirka {
  max-width: 400px;
  line-height: 1.2;
}

.tabulka td.la, .tabulka th.la {
  text-align: left;
}

.tabulka td.la2, .tabulka th.la2 {
  text-align: left;
  padding-left: 20px;
}

.tabulka td.ra, .tabulka th.ra {
  text-align: right;
}

.tabulka td.ra2, .tabulka th.ra2 {
  text-align: right;
  padding-right: 20px;
}

.tabulka td.ca, .tabulka th.ca {
  text-align: center;
}

.tabulka td.rpad1 {
  padding-right: 10px;
}

/* Specificky prvky */
.obsah1 {
  max-width: 800px;
  min-height: 300px;
  margin: 0px auto;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.obsah2 {
  max-width: 1364px;
  min-height: 600px;
  margin: 0px auto;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.obsah3 {
  max-width: 1364px;
  margin: 0px auto;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dlazdice1 {
  max-width: 1364px;
  min-height: 176px;
  background-color: #ffffff;
  padding: 30px;
  margin: 0px auto;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dlazdice1.dlazdice1r {
  border: 1px solid #000000;
}

.dlazdice2a {
  width: 672px;
  min-height: 300px;
  float: left;
  background-color: #ffffff;
  padding: 30px 20px 30px 30px;
  margin-right: 20px;  
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dlazdice2b {
  width: 672px;
  min-height: 300px;
  float: left;
  background-color: #ffffff;
  padding: 30px 20px 30px 30px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1364px) {
  .dlazdice2a, .dlazdice2b {
    float: none;
    width: auto;
    margin-right: 0px;
  }
}

.dlazdice2a > .scrollbar-inner, .dlazdice2b > .scrollbar-inner {
  height: 240px;
  overflow: hidden;
}

.dlazdice_prepinani {
  max-width: 1364px;
  min-height: 30px;
  background-color: transparent;
  padding: 0px;
  margin: 0px auto;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dlazdice_prepinani a.prepinani_studentu {
  display: block;
  width: 200px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #F2F2F2;
  background-color: #32B4D8;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dlazdice_prepinani a.prepinani_studentu:hover,
.dlazdice_prepinani a.prepinani_studentu.aktivni {
  text-decoration: none;
  background-color: #2D5C81;
}

.tlacitko_vpravo {
  position: absolute !important;
  top: 30px;
  right: 30px;
}

.tlacitko_vpravo2 {
  position: absolute !important;
  top: 30px;
  right: 250px;
}

.pridat_ramecek {
  border: 1px solid #707070;
  max-width: 800px;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.pridat_ramecek.pridat_ramecek2 {
  max-width: 740px;
}

.pridat_ramecek a.zavrit_ramecek {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #32B4D8;
  text-decoration: none;
}

.pridat_ramecek a.zavrit_ramecek:hover {
  color: #000000;
  text-decoration: none;
}

.pridat_ramecek.pridat_ramecek_uzky {
  max-width: 400px;
  margin-bottom: 0px;
}

.aktuality_wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.aktuality_wrapper .scrollbar-inner {
  height: 300px;
}

.aktualita_nastenka {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}

.aktualita_nastenka .akt-datum {
  font-weight: bold;
  width: 70px;
  display: inline-block;
  float: left;
}

.aktualita_nastenka .akt-text {
  padding-left: 70px;
}

.preference_checkboxy {
  margin-top: 8px;
  margin-bottom: 15px;
  border: 1px solid #707070;
  padding: 15px;
  text-align: center;
}

.student_vyber {
  width: 800px;
  margin: 0px auto;
  margin-top: 20px;
}

@media screen and (max-width: 1050px) {
  .student_vyber {
    width: 400px;
  }
}

.student_vyber a#stavajici_student {
  display: block;
  width: 400px;
  height: 150px;
  padding-top: 47px;
  background-color: #444444;
  float: left;
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #f2f2f2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.student_vyber a#stavajici_student:hover, .student_vyber a#stavajici_student.active {
  background-color: #000000;
  color: #f2f2f2;
  text-decoration: none;
}

.student_vyber #novy_student {
  display: block;
  width: 400px;
  height: 150px;
  padding-top: 47px;
  background-color: #32B4D8;
  float: right;
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #f2f2f2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.student_vyber #novy_student:hover, .student_vyber #novy_student.active {
  background-color: #2d5c81;
  color: #f2f2f2;
  text-decoration: none;
}

.student_vyber a#student_dite {
  display: block;
  width: 400px;
  height: 50px;
  background-color: #f2f2f2;
  float: left;
  cursor: pointer;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.student_vyber a#student_dite:hover, .student_vyber a#student_dite.active {
  background-color: #444444;
  color: #f2f2f2;
  text-decoration: none;
}

.student_vyber a#student_dospely {
  display: block;
  width: 400px;
  height: 50px;
  background-color: #f2f2f2;
  float: right;
  cursor: pointer;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.student_vyber a#student_dospely:hover, .student_vyber a#student_dospely.active {
  background-color: #444444;
  color: #f2f2f2;
  text-decoration: none;
}

.student_vyber .student_spacer {
  height: 26px;
}

.skolni_rozvrh {
  width: 1304px;
  margin: 0px auto;    
  margin-bottom: 50px;
  background-color: #ffffff;
}

.skolni_rozvrh .skolni_rozvrh_hlavicka {
  width: 1304px;
  height: 60px;
  overflow: hidden;      
}

.skolni_rozvrh .skolni_rozvrh_vnitrni {
  width: 1304px;
  height: 900px;
  overflow: hidden;
}

.skolni_rozvrh .skolni_rozvrh_vnitrni .scrollbar-inner  {
  height: 900px;
  overflow: hidden;
}

.skolni_rozvrh .rozvrh_sloupec_cas {
  width: 78px;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.skolni_rozvrh .skolni_rozvrh_vnitrni .rozvrh_sloupec_cas {
  height: 900px;
}

.skolni_rozvrh .rozvrh_sloupec_cas .rozvrh_cas {
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  color: #000000;
  padding: 0px 10px 0px 10px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.skolni_rozvrh .rozvrh_sloupec_den {
  width: 175px;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.skolni_rozvrh .rozvrh_sloupec_den.sloupec7 {
  border-right: 0px solid #f2f2f2;
}

.skolni_rozvrh .skolni_rozvrh_vnitrni .rozvrh_sloupec_cas,
.skolni_rozvrh .skolni_rozvrh_vnitrni .rozvrh_sloupec_den {
  height: 900px;
  border-bottom: 1px solid #f2f2f2;
}

.skolni_rozvrh .rozvrh_sloupec_den .rozvrh_den {
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  color: #32B4D8;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.skolni_rozvrh .skolni_rozvrh_hlavicka .rozvrh_cas,
.skolni_rozvrh .skolni_rozvrh_hlavicka .rozvrh_den {
  border-top: 0px solid #f2f2f2;
}

.skolni_rozvrh .rozvrh_sloupec_den .rozvrh_volno {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.skolni_rozvrh .rozvrh_sloupec_den .rozvrh_volno.bt {
  border-top: 1px solid #f2f2f2;
}

.skolni_rozvrh .rozvrh_sloupec_den .rozvrh_student {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding: 8px 10px 0px 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;  
}

.skolni_rozvrh .rozvrh_sloupec_den .rozvrh_student.minh {
  padding-top: 3px;
  line-height: 12px;
}

.lekce_popisek {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

.ikona_lekce {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.ikona_lekce.ikona_lekce_probehla {
  background: transparent url(../obrazky/ikona_lekce_probehla.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_propadla {
  background: transparent url(../obrazky/ikona_lekce_propadla.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_uvodni {
  background: transparent url(../obrazky/ikona_lekce_uvodni.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_omluvena {
  background: transparent url(../obrazky/ikona_lekce_omluvena.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_nova {
  background: transparent url(../obrazky/ikona_lekce_nova.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_neuskutecnena {
  background: transparent url(../obrazky/ikona_lekce_neuskutecnena.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_absence_ucitele {
  background: transparent url(../obrazky/ikona_lekce_absence_ucitele.png) 50% 50% no-repeat;
}
.ikona_lekce.ikona_lekce_nahradni {
  background: transparent url(../obrazky/ikona_lekce_nahradni.png) 50% 50% no-repeat;
}

.rozvrh_ucitele .tabulka {
  margin: 0px;
}


.rozvrh_ucitele .tabulka th.rozvrh-datum {
  width: 46px;
  max-width: 46px;
  padding: 0px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
}

.rozvrh_ucitele .tabulka th.rozvrh-datum .kolmo {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rozvrh_ucitele .tabulka td.stav_lekce {
  padding: 0px;
  text-align: center;
}

.rozvrh_ucitele .tabulka td.stav_lekce .ikona_lekce.zmena_mozna {
  cursor: pointer;
}

.dochazka_info {
  width: 200px;
  float: left;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 15px;
}

.dochazka_student {
  position: relative;
  overflow: hidden;
}

.dochazka_student .scroll-wrapper {
  height: 100px;
}

.dochazka_student .tabulka {
  margin: 0px;
}

.dochazka_student .tabulka th {
  padding: 10px 14px 10px 14px;
  text-align: center;
  border-bottom: 2px solid #f8f8f8;
  color: #32B4D8;
  font-size: 15px;
  white-space: nowrap;
}

.dochazka_student .tabulka td {
  padding: 10px 0px 10px 0px;
  text-align: center;
  border-bottom: 0px solid #f8f8f8;
  white-space: nowrap;
}

.vykazy_zmena_obdobi {
  line-height: 24px;
  white-space: nowrap;  
}

.vykazy_zmena_obdobi span {
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.vykazy_zmena_obdobi a,
.vykazy_zmena_obdobi a:hover {
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  color: #000000;
}

.vykazy_zmena_obdobi a:hover {
  text-decoration: none;
  color: #4bbddd;
}

.vykazy_zmena_obdobi a.zakazat_posun {
  color: #b2b2b2 !important;
  cursor: default !important;
}

.vykazy .levy_sloupec {
  width: 216px;
  min-height: 610px;
  float: left;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.vykazy .levy_sloupec a.vykaz_ucitel {
  display: block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #d5d5d5;
  text-decoration: none;
}

.vykazy .levy_sloupec a.vykaz_ucitel.dodal_vykaz {
  color: #000000;
}

.vykazy .levy_sloupec a.vykaz_ucitel:hover,
.vykazy .levy_sloupec a.vykaz_ucitel.aktivni,
.vykazy .levy_sloupec a.vykaz_ucitel.dodal_vykaz:hover,
.vykazy .levy_sloupec a.vykaz_ucitel.dodal_vykaz.aktivni {
  color: #32B4D8;
  text-decoration: none;
}

.vykazy .prostredni_sloupec {
  width: 908px;
  min-height: 610px;
  float: left;
  padding-left: 84px;
  padding-right: 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.vykazy .pravy_sloupec {
  width: 180px;
  min-height: 610px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.vykazy_tabulka .tabulka th,
.vykazy_tabulka .tabulka td {
  padding: 5px 35px 5px 0px;
}

tr.neaktualni-obdobi {
  display: none;
}
