body {
  padding: 0px;
  margin: 0px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
}

body header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 85, 81, 0.726)), to(rgba(91, 0, 177, 0.664)));
  background-image: linear-gradient(to right, rgba(0, 85, 81, 0.726), rgba(91, 0, 177, 0.664));
  text-align: center;
  font-family: "Segoe UI";
  color: blanchedalmond;
}

body header h1 {
  display: inline-block;
  font-weight: 400;
  margin: 0px;
  padding: 20px;
  padding-left: 0px;
}

body header .btn {
  position: absolute;
  left: 30px;
  top: 20px;
  background-color: rgba(30, 143, 255, 0);
  border: none;
  color: white;
  padding: 0px;
  font-size: 40px;
  cursor: pointer;
}

body #container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64vh;
}

body #container #list {
  display: inline-block;
  margin-top: 0vh;
  background-color: white;
  width: 36vh;
  height: inherit;
  padding-left: 0px;
  text-align: left;
  border-right: 1px solid #ddd;
}

body #container #list .item {
  line-height: 50px;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  cursor: pointer;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}

body #container #list .item span {
  font-family: "Segoe UI";
  text-decoration: none;
  color: dimgray;
  padding-left: 20px;
  -webkit-transition: padding-left 500ms;
  transition: padding-left 500ms;
  width: 70px 80px;
}

body #container #list #active {
  background-color: #e6e6e6;
  border-bottom: 1px solid rgba(91, 0, 177, 0.191);
}

body #container #list #active span {
  color: #1a5754;
  padding-left: 30px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

body #container #list .item:hover {
  background-color: #e6e6e6;
  border-bottom: 1px solid rgba(91, 0, 177, 0.191);
}

body #container #list .item:hover span {
  color: #1a5754;
  padding-left: 30px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

body #container #content {
  display: inline-block;
  font-family: "Segoe UI";
  margin-left: 20px;
  width: 177vh;
}

body #container #content h2 {
  background-color: white;
  font-weight: 400;
  margin-bottom: 17px;
}

body #container #content hr {
  width: auto;
  border: 0;
  border-radius: 10px;
  border-top: 3px solid #26557c;
}

body #container #content p {
  width: auto;
  line-height: 35px;
}

body #container #content ul {
  list-style-type: circle;
}

body #container #content ul h3 {
  margin-bottom: 0px;
  font-weight: 500;
}

body #container #content ul .li {
  margin-top: 0px;
}

body #container #content #heslotest {
  font-size: 19px;
  border: solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  margin-bottom: 30px;
  padding: 5px;
  width: 60vh;
  text-align: center;
}

body #container #content #heslotest #VstupHeslo {
  height: 35px;
  margin-top: 40px;
  font-size: 19px;
}

body #container #content #heslotest #check {
  text-align: left;
  line-height: 30px;
}

body footer {
  font-size: 14px;
  margin-top: auto;
  background-color: rgba(192, 192, 192, 0.383);
  text-decoration: none;
}

body footer div {
  color: black;
  font-family: "Segoe UI";
  padding: 20px;
  padding-left: 50px;
  line-height: 1.5;
}

body footer div a {
  margin: 30px;
  margin-left: 0px;
  text-decoration: none;
  color: black;
}
/*# sourceMappingURL=styl.css.map */