@-webkit-keyframes probliknuti {
  0% {
    position: fixed;
    top: 10%;
    padding: 1em;
    opacity: 0;
    z-index: 1000;
  }
  5% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  99% {
    position: fixed;
    padding: 1em;
  }
  100% {
    position: relative;
    opacity: 0;
  }
}
p.success, p.pochvala, .source {
  background-color: #FFD;
  color: #000;
  border: 0.1em solid #000;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 0.3em;
  text-align: center;
}

.varovani, .warning, .important, .confirm {
  background-color: #ffffcc;
  color: #CC0000;
  border: 0.1em solid #CC0000;
  border-radius: 0.3em;
  text-align: center;
}

p.varovani, p.warning, p.important, p.confirm {
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0 1em;
  border-radius: 0.3em;
  text-align: center;
}

p.important {
  -webkit-animation: probliknuti 2s;
  /* Safari 4.0 - 8.0 */
  animation: probliknuti 5s;
  animation-delay: var(--delay);
  -webkit-animation-delay: var(--delay);
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

p.alert {
  background-color: #ffffcc;
  color: #cc0000;
  border: 0.1em solid #cc0000;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 0.3em;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  text-align: center;
  position: fixed;
  padding: 1em;
  opacity: 1;
  top: 10%;
  z-index: 1000;
  padding-bottom: 4em;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
p.alert::after {
  content: "OK";
  position: absolute;
  bottom: 0.5em;
  width: 6em;
  height: 2em;
  line-height: 2em;
  left: calc(50% - 3rem);
  border: 0.1em solid #cc0000;
  color: black;
  background-color: white;
  cursor: pointer;
  border-radius: 0.2em;
}

.hidden {
  display: none;
}

.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

#loader {
  /* width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: white;
   z-index: 11;
   opacity: 0.9;*/
}

.cellEdit {
  /* input[type=submit]{
       display: none;
   }*/
}

d {
  color: red;
  font-style: italic;
  text-decoration: line-through;
}

e {
  color: red;
  font-style: italic;
}

.deleted {
  opacity: 0.5;
}
.deleted .nonumber {
  font-size: 0;
}

.archived {
  opacity: 0.7;
}

.edited {
  background-color: #ffffcc;
}

.dblclicked {
  background-color: #ffffcc;
}

div#embededBackground {
  visibility: hidden;
  height: 0;
}

div#embededBackground.active {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
div#embededBackground.active #embededWindowObal {
  max-height: 100vh;
  max-width: 100vw;
  overflow: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  margin: auto;*/
  z-index: 201;
  background-color: white;
}
div#embededBackground.active #embededWindowObal #embededMenu {
  height: 1.4em;
  width: 100%;
  text-align: right;
  padding: 0.1em;
}
div#embededBackground.active #embededWindowObal #embededMenu span {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  float: right;
  margin: 0.1em;
}
div#embededBackground.active #embededWindowObal #embededMenu span#keep {
  width: auto;
  line-height: 1rem;
  margin: 0;
}
div#embededBackground.active #embededWindowObal #embededMenu span#keep input[type=checkbox] + label::before, div#embededBackground.active #embededWindowObal #embededMenu span#keep input[type=radio] + label::before {
  font-size: 0.8rem;
}
div#embededBackground.active #embededWindowObal #embededMenu span#closeEmbeded {
  background-image: url(../img/b_close.png);
}
div#embededBackground.active #embededWindowObal #embededMenu span#expandEmbeded {
  background-image: url(../img/b_expand.png);
}

input[type=number] {
  width: 5rem;
}
input[type=number].digits3 {
  width: 6.8rem;
}
input[type=number].digits4 {
  width: 7.4rem;
}
input[type=number].digits5 {
  width: 8rem;
}
input[type=number].digits6 {
  width: 8.6rem;
}
input[type=number].digits7 {
  width: 9.2rem;
}
input[type=number].digits8 {
  width: 9.8rem;
}
input[type=number].digits9 {
  width: 10.4rem;
}
input[type=number].digits10 {
  width: 11rem;
}
input[type=number].digits11 {
  width: 11.6rem;
}
input[type=number].digits12 {
  width: 12.2rem;
}
input[type=number].digits13 {
  width: 12.8rem;
}
input[type=number].digits14 {
  width: 13.4rem;
}
input[type=number].digits15 {
  width: 14rem;
}
input[type=number].digits16 {
  width: 14.6rem;
}
input[type=number].digits17 {
  width: 15.2rem;
}
input[type=number].digits18 {
  width: 15.8rem;
}
input[type=number].digits19 {
  width: 16.4rem;
}
input[type=number].digits20 {
  width: 17rem;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type=file] + label {
  font-size: 1.25em;
  font-weight: 700;
  color: #d3394c;
  background-color: black;
  display: inline-block;
  cursor: pointer;
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

input[type=file]:focus + label,
input[type=file] + label:hover {
  border-color: #722040;
}

input[type=file] + label span,
input[type=file] + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

input[type=file] + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

input[type=file] + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
  background-image: url(../img/fileW.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0.5rem;
  padding-left: 2.5rem;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #722040;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}
ul.chartTabs {
  margin-top: 1rem;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
ul.chartTabs.fit-content {
  border: 0;
}
ul.chartTabs li {
  position: relative;
  display: inline-block;
  border: 1px solid #CCC;
  border-collapse: collapse;
  margin-right: -3px;
  margin-bottom: -1px;
  padding: 0.1rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: white;
  z-index: 2;
  /*&.max{
     padding-top: 0.5rem; 
  }*/
  /*&.caption{
      border: 0;
      border-bottom: 1px solid #CCC;
  }*/
}
ul.chartTabs li.selected {
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
  z-index: 3;
  padding-top: 0.5rem;
}
ul.chartTabs.reversed li {
  background-color: #EEE;
}
ul.chartTabs.reversed li.selected {
  background-color: white;
  border-bottom: 1px solid white;
}
ul.chartTabs.reversed li.caption {
  background-color: white;
  border-top: 0;
  border-left: 0;
}

div.chartCont {
  border: 1px solid #CCC;
  border-top: 0;
}
div.chartCont.fit-content {
  width: fit-content;
}
div.chartCont div.chartIn {
  visibility: hidden;
  display: none;
}
div.chartCont div.chartIn.selected {
  visibility: visible;
  display: block;
}

div.customError {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.1rem;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.8rem solid black;
  /*&:after{
      position: absolute;
      content: 's';
      top:0;
      left:0;
      color: white;
      z-index: 2;
      height: 1em;
      width: 1em;
      background-color: red;

  }*/
}
div.customError ul {
  display: none;
}
div.customError:hover ul {
  position: absolute;
  top: 0;
  display: inline-block;
  width: auto;
  height: auto;
  border: 1px solid black;
  border-radius: 0.1em;
  background-color: #ffffcc;
  z-index: 4;
}
div.customError:hover ul li {
  list-style-type: none;
}

div.level1 {
  border-bottom: 0.8rem solid red;
}

div.level2 {
  border-bottom: 0.8rem solid orange;
}

.parrent {
  background-image: url(../img/b_minus.png);
  background-position: right;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.parrent.closed {
  background-image: url(../img/b_plus.png);
}

.clear {
  clear: both;
}

@media print {
  .neprint {
    display: none;
  }
}

#debugSQL {
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  color: #ffffcc;
  background-color: #ffffcc;
  border: 1px solid #CC0000;
  border-radius: 100%;
}
#debugSQL:hover {
  width: 100%;
  height: auto;
  border-radius: 0;
  color: black;
}

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