﻿/*#region >>THEME<<  */
/*@cf_l5: #000;
@c_l5: #e9f5ff;
@cf_l4: #000;
@c_l4: #b5dffd;
@cf_l3: #000;
@c_l3: #6bc0fc;
@cf_l2: #fff;
@c_l2: #21a0fa;
@cf_l1: #fff;
@c_l1: #0479cc;

@cf_t: #fff;
@c_t: #034f84;

@cf_d1: #fff;
@c_d1: #024575;
@cf_d2: #fff;
@c_d2: #023e68;
@cf_d3: #fff;
@c_d3: #02365b;
@cf_d4: #fff;
@c_d4: #022e4e;
@cf_d5: #fff;
@c_d5: #012641;*/
.w3-theme-l5 {
  color: #000 !important;
  background-color: #faf9f8 !important;
}
.w3-theme-l4 {
  color: #000 !important;
  background-color: #efeae6 !important;
}
.w3-theme-l3 {
  color: #000 !important;
  background-color: #dfd4cd !important;
}
.w3-theme-l2 {
  color: #000 !important;
  background-color: #cfbfb4 !important;
}
.w3-theme-l1 {
  color: #000 !important;
  background-color: #bfa99b !important;
}
.w3-theme-d1 {
  color: #fff !important;
  background-color: #a48470 !important;
}
.w3-theme-d2 {
  color: #fff !important;
  background-color: #95745f !important;
}
.w3-theme-d3 {
  color: #fff !important;
  background-color: #836654 !important;
}
.w3-theme-d4 {
  color: #fff !important;
  background-color: #705748 !important;
}
.w3-theme-d5 {
  color: #fff !important;
  background-color: #5d493c !important;
}
.w3-theme-light {
  color: #000 !important;
  background-color: #faf9f8 !important;
}
.w3-theme-dark {
  color: #fff !important;
  background-color: #5d493c !important;
}
.w3-theme-action {
  color: #fff !important;
  background-color: #5d493c !important;
}
.w3-theme {
  color: #000 !important;
  background-color: #af9483 !important;
}
.w3-text-theme {
  color: #000 !important;
}
.w3-border-theme {
  border-color: #af9483 !important;
}
.w3-hover-theme:hover {
  color: #000 !important;
  background-color: #af9483 !important;
}
.w3-hover-text-theme {
  color: #af9483 !important;
}
.w3-hover-border-theme:hover {
  border-color: #af9483 !important;
}
.w3-theme-l5x {
  color: #000;
  background-color: #faf9f8;
}
.w3-theme-l4x {
  color: #000;
  background-color: #efeae6;
}
.w3-theme-l3x {
  color: #000;
  background-color: #dfd4cd;
}
.w3-theme-l2x {
  color: #000;
  background-color: #cfbfb4;
}
.w3-theme-l1x {
  color: #000;
  background-color: #bfa99b;
}
.w3-theme-d1x {
  color: #fff;
  background-color: #a48470;
}
.w3-theme-d2x {
  color: #fff;
  background-color: #95745f;
}
.w3-theme-d3x {
  color: #fff;
  background-color: #836654;
}
.w3-theme-d4x {
  color: #fff;
  background-color: #705748;
}
.w3-theme-d5x {
  color: #fff;
  background-color: #5d493c;
}
.w3-theme-lightx {
  color: #000;
  background-color: #faf9f8;
}
.w3-theme-darkx {
  color: #fff;
  background-color: #5d493c;
}
.w3-theme-actionx {
  color: #fff;
  background-color: #5d493c;
}
.w3-themex {
  color: #000;
  background-color: #af9483;
}
/*#endregion */
body {
  /*  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: #333333;
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
*/
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  z-index: -100000;
}
* {
  outline: none;
}
img {
  border: 0px;
}
p,
p.bodytext {
  margin: 0px;
  padding: 0px;
}
a:link,
a:hover,
a:active,
a:visited {
  color: #32508d;
  text-decoration: none;
}
/*h1 {
  font-family: "Calibri", arial, verdana, tahoma;
  font-size: 19px;
  font-weight: normal;
  color: #32508d;
  margin: 0px 0px 18px 0px;
  padding: 0px;
}

h2 {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}*/
#header {
  height: 60px;
  clear: both;
  background-color: #efeae6;
  display: flex;
}
#footer {
  background-color: #efeae6;
  width: 100%;
}
.logo {
  height: 60px;
  flex: 1;
  align-items: center;
}
.TimeBox {
  text-align: right;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-right: 5px;
}
@media (min-width: 521px) {
  .TimeBox {
    font-size: 18px;
  }
}
@media (max-width: 520px) and (min-width: 301px) {
  .TimeBox {
    font-size: 14px;
  }
}
@media (max-width: 301px) {
  .TimeBox {
    font-size: 10px;
  }
}
.logoImg {
  padding-top: 10px;
}
@media (min-width: 521px) {
  .logoImg {
    width: 300px;
  }
}
@media (max-width: 520px) and (min-width: 301px) {
  .logoImg {
    width: 220px;
  }
}
@media (max-width: 301px) {
  .logoImg {
    width: 180px;
  }
}
@font-face {
  font-family: 'Chianti';
  src: url('Fonts/tt1212c.eot');
  src: url('Fonts/tt1212c.eot?#iefix') format('embedded-opentype'), url('Fonts/tt1212c.woff2') format('woff2'), url('Fonts/tt1212c.woff') format('woff'), url('Fonts/tt1212c.ttf') format('truetype');
}
.SpecFont {
  font-family: 'Chianti';
}
.titulek {
  font-family: 'Chianti';
  font-weight: bold;
  color: #5d493c;
}
.myfa {
  line-height: 1.5 !important;
}
.kontakt {
  background-color: white;
  padding: 9px;
  margin: 10px;
  border: solid 1px #555;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 5px 3px rgba(120, 120, 120, 0.75);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(120, 120, 120, 0.75);
  -moz-box-shadow: 0px 0px 5px 3px rgba(120, 120, 120, 0.75);
  -o-box-shadow: 0px 0px 5px 3px rgba(120, 120, 120, 0.75);
}
.kontakt p {
  padding-left: 20px;
}
.Odkaz {
  cursor: pointer;
}
.Odkaz:hover {
  text-decoration: underline !important;
}
#Loader {
  border: 2px solid #0099FF;
  padding: 10px;
  width: 200px;
  /*height: 20px;*/
  position: absolute;
  _top: 50%;
  _left: 50%;
  top: 50%;
  left: 50%;
  margin: -10px auto auto -100px;
  vertical-align: middle;
  text-align: center;
  z-index: 999;
}
.StatusInfo {
  margin: 10px 0px;
  padding: 5px;
  font-size: large;
  color: red;
}
.Pointer {
  cursor: pointer;
}
.li_bold {
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
.li_bold > * {
  font-weight: normal;
  margin: 10px 0px 10px 0px;
}
.multilevel {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.multilevel > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.multilevel > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.multilevel li ol > li {
  margin: 0;
}
.multilevel li ol > li:before {
  content: counters(item, ".") " ";
}
.my_ico {
  color: darkorange;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(243, 243, 241, 0.8);
  text-align: center;
  color: darkorange;
  margin-left: 300px;
  margin-top: 15px;
  font-weight: bold;
}
html {
  height: 100%;
  box-sizing: border-box;
}
#dimScreen {
  position: fixed;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PanelL {
  padding: 10px;
  margin: 0px;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 14px;
  width: auto;
  opacity: 1;
  transition: opacity 1s;
  background-color: white;
  flex: 8;
}
.PanelL.fadeOut {
  opacity: 0;
}
.PanelL h1 {
  font-family: tahoma;
  font-size: 36px;
  font-weight: bold;
  color: #32508d;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.PanelL h2 {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  font-family: tahoma;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.PanelP {
  padding: 10px;
  margin: 0px;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 14px;
  width: auto;
  opacity: 1;
  transition: opacity 1s;
  background-color: white;
  flex: 8;
  flex: 2;
  padding: 0px;
  text-align: center;
}
.PanelP.fadeOut {
  opacity: 0;
}
.PanelP h1 {
  font-family: tahoma;
  font-size: 36px;
  font-weight: bold;
  color: #32508d;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.PanelP h2 {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  font-family: tahoma;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.flex-container {
  display: flex;
}
.PnlLnkTop {
  height: 50%;
  border-style: solid;
  border-color: black;
  border-width: 3px 3px 3px 3px;
}
.PnlLnkCenter {
  height: 50%;
  border-style: solid;
  border-color: black;
  border-width: 3px 3px 3px 3px;
  border-width: 0px 3px 3px 3px;
}
.PnlLnkBottom {
  height: 50%;
  border-style: solid;
  border-color: black;
  border-width: 3px 3px 3px 3px;
  height: 30px;
  background-color: yellow;
  flex: 0 0 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 14pt;
  border-width: 0px 3px 3px 3px;
}
.PnlLnkEnv {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.PnlLnkLbl {
  color: white;
  background-color: gray;
  height: 50px;
  flex: 0 0 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 28pt;
}
.PnlLnkVal {
  font-size: 136pt;
  flex: 1 1 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.mySlides {
  display: none;
}
/****************/
.x-valid {
  font-weight: bold;
  font-size: 14pt;
  color: red;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*#region >>SnackBar<< */
.snackbar {
  visibility: hidden;
  min-width: 280px;
  background-color: lightgreen;
  color: black;
  text-align: center;
  padding: 10px;
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.snackbar.SnackErr {
  background-color: red;
  color: #fff;
}
.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 1s 4s;
  animation: fadein 0.5s, fadeout 1s 4s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*#endregion */
legend {
  padding: 0px 5px;
}
fieldset {
  padding: 8px 3px 3px 3px;
  border: solid 1px #bfa99b;
}
/*#region >>fieldline<<  */
.x-fieldline,
.x-fielset {
  position: relative;
  margin: 5px 0px 0px 0px;
}
.x-hr {
  border: solid 1px #bfa99b;
}
.x-fielsetBox {
  border: solid 1px #bfa99b;
  padding: 15px 5px 5px 5px;
}
.x-legend {
  position: absolute;
  top: -10px;
  left: 5px;
  padding: 0 5px;
  font-weight: bold;
}
/*#endregion */
.StdGrd {
  color: #000;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.x-check {
  height: 15px;
  width: 15px;
  margin: 5px 0px 5px 0px;
}
.x-check:hover {
  border: 1px solid #0099FF !important;
}
.x-button {
  cursor: pointer;
  /*margin: 1rem 0em;*/
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(34, 36, 38, 0.15);
  color: black;
  font-family: Tahoma;
  font-size: 15px;
  min-width: 90px;
}
.x-button.x-center {
  text-align: center;
}
.x-button:hover {
  box-shadow: 1px 1px 2px 0px rgba(34, 36, 38, 0.5);
  color: #000 !important;
  background-color: #ccc !important;
}
.x-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
a.x-button {
  font: inherit;
  display: inline-block;
}
a.x-button:link {
  text-decoration: none;
}
a.x-button:visited {
  text-decoration: none;
}
a.x-button:hover {
  text-decoration: none;
  display: inline-block;
}
a.x-button.aspNetDisabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.x_divider {
  border-top: 1px solid #bfa99b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0px;
  line-height: 1;
  height: 0em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}