table {
  max-width: 100% !important;
}

.container-hd {
  margin-right: auto;
  margin-left: auto;
}

.sm-font {
  font-size: 16px;
}

.md-font {
  font-size: 17px;
}

.lg-font {
  font-size: 18px;
}

.biv-modal .modal-content {
  max-width: 80%;
}
.biv-modal .modal-content .modal-body {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.biv-modal {
  z-index: 4500;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.r0 {
  right: 0;
}

.l0 {
  left: 0;
}

.table-no-border {
  border: 1px solid transparent !important;
}
.table-no-border td {
  padding: 0;
  vertical-align: middle;
}

.text-underline {
  border-bottom: 1px solid;
}

.blue-btn {
  background: #F0F6FB;
  padding: 7px 10px 3px 10px;
  border: 1px solid #C2D3E4;
  border-radius: 3px;
  color: #003b79;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

img.grayscale {
  filter: grayscale(1);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap-top {
  margin-top: 220px;
  padding-bottom: 5rem;
  min-height: 30vh !important;
}
.wrap-top.error {
  margin-top: 300px;
}

.home .wrap-top {
  margin-top: 171px;
}

.ajax-spinner {
  text-align: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  padding-top: 165px;
  background: rgba(0, 0, 0, 0.6784313725);
  display: none;
}

.btn {
  text-decoration: none !important;
  padding: 3px 15px 0 15px;
  margin: 4px;
  border-radius: 5px;
  box-shadow: 2px 3px 2px #585858;
  display: inline-block;
  border: 1px solid #003b79;
}
.btn:hover {
  background: #eef7ff;
}
.btn.no-border {
  box-shadow: none;
  border: 0;
}

.list_item {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.big-border {
  border: 5px solid #f0f6fb;
  border-radius: 5px;
}

ul.none-list {
  list-style: none !important;
  list-style-image: none !important;
}

.highlight.highlighter {
  background: rgba(184, 255, 137, 0.7);
}

.decoration-none {
  text-decoration: none !important;
}

.button {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-decoration: none !important;
}
.button:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
  color: #000;
}
.button.big {
  display: block;
  padding: 2rem 4rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #003b79;
}
.button.middle {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 1rem;
}

.blue-button {
  display: inline-block;
  line-height: 1rem;
  background-color: #003267;
  color: #fff;
  font-size: 67%;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none !important;
  text-align: center;
  margin-bottom: 1px;
}
.blue-button:hover {
  background-color: #006edc;
  color: #fff;
}
.blue-button.big {
  font-size: 1rem;
  padding: 1rem;
}
.blue-button.middle {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 1rem;
}

.green-button {
  display: inline-block;
  line-height: 1rem;
  background-color: #398509;
  color: #fff;
  font-size: 67%;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none !important;
}
.green-button:hover {
  background-color: #006edc;
  color: #fff;
}

.white-blue-text {
  color: #346395;
}

.green-text {
  color: #398509;
}

.search_whisperer {
  position: absolute;
  background: #003267;
  display: none;
  margin: 0;
  padding: 0;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 2px 6px 10px #000;
  z-index: 5;
  width: 100%;
  list-style-image: none !important;
  list-style: none !important;
}
.search_whisperer li {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  border-bottom: 1px solid #005587;
}
.search_whisperer li a {
  text-decoration: none;
}
.search_whisperer li a .search-parent-title {
  color: #dab07b;
  font-size: 0.8rem;
}
.search_whisperer li a .s_title {
  color: #fff;
  display: block;
}
.search_whisperer li .s_substring {
  color: #81d0ff;
  font-size: 0.7rem;
  line-height: 1rem;
}

.accordion .line {
  position: relative;
}
.accordion .line .accordion-button {
  background-color: #eee;
  color: #003267;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  margin-bottom: 3px;
}
.accordion .line .active, .accordion .line .accordion:hover {
  background-color: #ccc;
}
.accordion .line .panel {
  padding: 10px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.red {
  color: #e90000 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #398509;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #398509;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input[disabled] + span {
  opacity: 0.3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .round {
  border-radius: 34px;
}
.switch .round:before {
  border-radius: 50%;
}

/*
@media (min-width: 2000px) {
  body {
    zoom: 1.1!important;
  }

}



@media (min-width: 2200px) {
  body {
    zoom: 1.2!important;
  }

}

@media (min-width: 2500px) {
  body {
    zoom: 1.4!important;
  }

}

@media (min-width: 2750px) {
  body {
    zoom: 1.6!important;
  }

}

@media (min-width: 4200px) {
  body {
    zoom: 2!important;
  }

}

 */
@media (max-width: 1024px) {
  .wrap-top {
    margin-top: 70px;
  }
  .home .wrap-top {
    margin-top: 58px;
  }
}
@media (max-width: 991px) {
  .wrap-top {
    margin-top: 70px;
  }
}
.lab-prirucka {
  max-width: 100%;
  overflow-y: clip;
  overflow-x: auto;
}
.lab-prirucka p {
  line-height: 1;
  margin-bottom: 0;
  max-width: 100% !important;
  display: block;
}
.lab-prirucka table {
  max-width: 100%;
  border: 0;
}
.lab-prirucka table tr, .lab-prirucka table td {
  border: 0;
  padding: 0;
}

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