﻿@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Circular-Loom";
  src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Book-cd7d2bcec649b1243839a15d5eb8f0a3.woff2") format("woff2");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Circular-Loom";
  src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Medium-d74eac43c78bd5852478998ce63dceb3.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Circular-Loom";
  src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Bold-83b8ceaf77f49c7cffa44107561909e4.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Circular-Loom";
  src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Black-bf067ecb8aa777ceb6df7d72226febca.woff2") format("woff2");
}
body, html {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  height: 100%;
}

body {
  font-family: "Circular-Loom", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0c1c4d;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

a {
  color: #2d3d90;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /* NAV MENU */
}
#page .header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#page .header .logo {
  padding: 20pt;
}
#page .header .logo a {
  display: block;
}
#page .header .login-info {
  flex-grow: 1;
  text-align: right;
  padding-right: 1em;
}
#page .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#page .body h1 {
  font-weight: 800;
  color: #4C59CD;
  margin-bottom: 60pt;
  font-size: 3em;
  line-height: 1.3em;
}
#page .body h2 {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 800;
  color: #4C59CD;
  margin-top: 20pt;
  margin-bottom: 20pt;
}
#page .body h2:first-child {
  margin-top: 0;
}
#page .body h3 {
  font-size: 2em;
  line-height: 1.3em;
  color: #4C59CD;
  margin-top: 20pt;
  margin-bottom: 20pt;
}
#page .body h3:first-child {
  margin-top: 0;
}
#page .body h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #4C59CD;
  margin-top: 20pt;
  margin-bottom: 20pt;
}
#page .body h4:first-child {
  margin-top: 0;
}
#page .body p {
  line-height: 1.5em;
  margin-bottom: 20pt;
}
#page .body .container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 20pt;
}
#page .body .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin-left: -10pt;
  margin-right: -10pt;
}
@media (max-width: 600px) {
  #page .body .row {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#page .body .row .clmn {
  box-sizing: border-box;
  margin: 0 10pt 10pt 10pt;
  padding: 20pt;
  flex: 1;
  min-width: 400px;
}
@media (max-width: 600px) {
  #page .body .row .clmn {
    min-width: inherit;
  }
}
#page .body .row .clmn2 {
  flex: 2;
}
#page .body .row .clmn3 {
  min-width: inherit;
  padding: 0;
}
#page .body .row .clmn3 + .clmn3 {
  border-left: solid 1px #4C59CD;
  margin-left: 0;
  padding-left: 10pt;
}
#page .body .row .well {
  border: solid 1px #4C59CD;
  border-radius: 20pt;
}
#page .body .row .wellblue {
  background: #CACFFE;
}
#page .body form .form-group {
  margin: 20pt 0;
}
#page .body form label.label {
  color: #4C59CD;
}
#page .body form p.label {
  margin-bottom: 10pt;
}
#page .body form .input {
  display: block;
  border: solid 1px #CACFFE;
  border-radius: 20pt;
  padding: 8pt 20pt;
  font-size: 1.3em;
  line-height: 1em;
  margin-top: 6pt;
  box-sizing: border-box;
  width: 100%;
}
#page .body form input[type=date] {
  font-family: "Circular-Loom", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1em;
  line-height: 1em;
}
#page .body form .input:disabled {
  background: #ccc;
}
#page .body form .input.invalid {
  border: solid 1px #de1c22;
}
#page .body form ul.validation-errors {
  color: #de1c22;
  margin-bottom: 20pt;
}
#page .body form ul.validation-errors li {
  margin-bottom: 6pt;
}
#page .body form .multipleinput {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#page .body form .multipleinput .input1, #page .body form .multipleinput .input2, #page .body form .multipleinput .input3, #page .body form .multipleinput .input4, #page .body form .multipleinput .input5, #page .body form .multipleinput .input6 {
  margin-right: 1em;
}
#page .body form .multipleinput .input1:last-child, #page .body form .multipleinput .input2:last-child, #page .body form .multipleinput .input3:last-child, #page .body form .multipleinput .input4:last-child, #page .body form .multipleinput .input5:last-child, #page .body form .multipleinput .input6:last-child {
  margin-right: 0;
}
#page .body form .multipleinput .input1 {
  flex: 1;
}
#page .body form .multipleinput .input2 {
  flex: 2;
}
#page .body form .multipleinput .input3 {
  flex: 3;
}
#page .body form .multipleinput .input4 {
  flex: 4;
}
#page .body form .multipleinput .input5 {
  flex: 5;
}
#page .body form .multipleinput .input6 {
  flex: 6;
}
#page .body .btn {
  display: inline-block;
  border: solid 1px #4C59CD;
  border-radius: 20pt;
  padding: 12pt 20pt;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  box-sizing: border-box;
  background: #fff;
  color: #4C59CD;
  cursor: pointer;
  min-width: 10em;
  transition: 0.4s;
  margin-right: 10pt;
}
#page .body .btn:hover {
  background: #CACFFE;
  transition: 0.4s;
}
#page .body .btn.btn-accent1 {
  background: #4C59CD;
  color: #fff;
}
#page .body .btn.btn-accent1:hover {
  background: #2d3d90;
  transition: 0.4s;
}
#page .body .btn-full {
  display: block;
  width: 100%;
}
#page .body label.radioSwitch {
  display: inline-block;
  border: solid 1px #4C59CD;
  border-radius: 20pt;
  padding: 12pt 20pt;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  box-sizing: border-box;
  background: #fff;
  color: #4C59CD;
  cursor: pointer;
  min-width: 10em;
  transition: 0.4s;
  margin-bottom: 10pt;
  margin-right: 10pt;
}
#page .body label.radioSwitch.selected {
  background: #CACFFE;
  transition: 0.4s;
}
#page .body label.radioSwitch input {
  display: none;
}
#page .body .autocomplete-control {
  display: block;
  width: 100%;
}
#page .body .autocomplete-control > span.rz-autocomplete {
  border: none;
  width: 100%;
}
#page .body .autocomplete-control > span.rz-autocomplete > input {
  display: block;
  border: solid 1px #4C59CD;
  border-radius: 20pt;
  padding: 12pt 20pt;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  box-sizing: border-box;
  background: #fff;
  color: #4C59CD;
  cursor: pointer;
  min-width: 10em;
  transition: 0.4s;
  height: auto;
  box-shadow: none;
}
#page .body .autocomplete-control > span.rz-autocomplete > input::placeholder {
  color: #CACFFE;
}
#page .body .select-control, #page .body .input-control {
  display: block;
  border: solid 1px #4C59CD;
  border-radius: 20pt;
  padding: 12pt 20pt;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  box-sizing: border-box;
  background: #fff;
  color: #4C59CD;
  cursor: pointer;
  min-width: 10em;
  transition: 0.4s;
  height: auto;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#page .body .select-control:disabled, #page .body .input-control:disabled {
  background: #e0e0e0;
}
#page .body .select-cont {
  position: relative;
}
#page .body .select-cont:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.35em;
  top: 50%;
  right: 1.3em;
  pointer-events: none;
  border-bottom: 3px solid #A0ABE6;
  border-right: 3px solid #A0ABE6;
  transform: rotate(45deg);
}
#page .body .result-item, #page .body .recap {
  position: relative;
}
#page .body .result-item .result-row, #page .body .recap .result-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  margin-bottom: 2px;
}
#page .body .result-item .result-row.positive, #page .body .recap .result-row.positive {
  color: #4C59CD;
}
#page .body .result-item .result-row.negative, #page .body .recap .result-row.negative {
  color: #DE9289;
}
#page .body .result-item .result-row label, #page .body .recap .result-row label {
  flex: 1;
}
#page .body .result-item .result-row span, #page .body .recap .result-row span {
  flex: 1;
  text-align: right;
  padding-right: 2em;
  font-weight: bold;
}
#page .body .result-item .result-title, #page .body .recap .result-title {
  margin-bottom: 5px;
}
#page .body .result-item .btn-choose, #page .body .recap .btn-choose {
  float: right;
  padding: 6pt 10pt;
}
#page .body .result-item.selected > *, #page .body .recap.selected > * {
  position: relative;
  z-index: 5;
}
#page .body .result-item.selected:before, #page .body .recap.selected:before {
  z-index: 4;
  content: " ";
  position: absolute;
  top: -10pt;
  left: -20pt;
  right: -20pt;
  bottom: -10pt;
  background: #CACFFE;
}
#page .body .recap .result-row label {
  flex: inherit;
  width: 150px;
}
#page .body .recap .result-row span {
  text-align: left;
}
#page .body .recap-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  margin-bottom: 2px;
}
#page .body .recap-row label {
  flex: 1;
}
#page .body .recap-row > span {
  flex: 3;
  text-align: left;
}
#page .body .footer {
  background: #2d3d90;
  color: #A0ABE6;
  font-weight: 500;
  text-align: center;
  padding: 40pt;
}
#page .nav-menu-bt {
  padding: 20pt;
}
#page .nav-menu-bt .menu-bt {
  display: inline-block;
  cursor: pointer;
}
#page .nav-menu-bt .bar1, #page .nav-menu-bt .bar2, #page .nav-menu-bt .bar3 {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #2d3d90;
  margin: 6px 0;
  transition: 0.4s;
}
#page .nav-menu-bt .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
#page .nav-menu-bt .change .bar2 {
  opacity: 0;
}
#page .nav-menu-bt .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#page .nav-menu {
  width: 100%;
  background: #fff;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  transition: all 0.4s;
}
#page .nav-menu ul {
  border-top: 1px solid #4C59CD;
  border-bottom: 1px solid #4C59CD;
}
#page .nav-menu ul li a {
  display: block;
  padding: 20pt;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}
#page .nav-menu ul li a:hover {
  background: #A0ABE6;
}
#page .nav-menu.collapse {
  max-height: 0;
  transition: all 0.4s;
}
#page .error {
  margin: 1em 0;
  color: #DE9289;
}
#page .well {
  position: relative;
}
#page hr {
  border: none;
  border-top: solid 1px #4C59CD;
  margin-top: 1em;
  margin-bottom: 2em;
}
#page ul.tablist {
  margin-left: -20pt;
}
#page ul.tablist li {
  margin-bottom: 2px;
}
#page ul.tablist li h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 0;
  padding: 6pt 20pt;
  padding-top: 10px;
}
#page ul.tablist li button.btn {
  padding: 6pt 20pt;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  text-align: left;
}
#page ul.tablist li button.btn:disabled {
  color: #A0ABE6;
}
#page ul.pricelist li {
  display: block;
  margin-bottom: 10pt;
}
#page .addrRow {
  margin-bottom: 0 !important;
}
#page .addrList {
  position: relative;
  margin-bottom: 20pt;
}
#page .addrList li {
  margin-bottom: 6pt;
}
#page .addrList li a {
  cursor: pointer;
}

#pdf {
  -webkit-print-color-adjust: exact;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
}
#pdf h1, #pdf h2, #pdf h3 {
  color: #4C59CD;
  font-weight: bold;
  /*margin-bottom: 1em;*/
}
#pdf h1 {
  /*margin-bottom: 3em;*/
}
#pdf h2 {
  font-size: 1.5em;
  line-height: 1em;
}
#pdf p, #pdf h2, #pdf h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#pdf p label, #pdf h2 label, #pdf h3 label {
  display: inline-block;
  width: 10em;
}
#pdf table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5em;
}
#pdf table tr th {
  background: #4C59CD;
  color: #fff;
  font-weight: bold;
}
#pdf table tr td {
  background: #ddd;
  border-bottom: 2px solid #fff;
}
#pdf table tr th, #pdf table tr td {
  padding: 0.3em 1em;
}
#pdf table tr th.r, #pdf table tr td.r {
  text-align: right;
}
#pdf table tr th.c, #pdf table tr td.c {
  text-align: center;
}
#pdf #logo {
  display: block;
  /*width: 30%;*/
}
#pdf #paticka {
  position: fixed;
  bottom: 0;
}
#pdf .printpage {
  page-break-after: always;
}
#pdf .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#pdf .row [class*=clmn] {
  box-sizing: border-box;
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
}
#pdf .row .clmn1 {
  width: 12.5%;
}
#pdf .row .clmn2 {
  width: 25%;
}
#pdf .row .clmn3 {
  width: 37.5%;
}
#pdf .row .clmn4 {
  width: 50%;
}
#pdf .row .clmn5 {
  width: 62.5%;
}
#pdf .row .clmn6 {
  width: 75%;
}
#pdf .row .clmn7 {
  width: 87.5%;
}
#pdf .row .clmn8 {
  width: 100%;
}
#pdf .row .clmnB1 {
  width: 33.333333333%;
  border: solid 2px #fff;
}
#pdf .row .clmnB2 {
  width: 66.666666666%;
  border: solid 2px #fff;
}
#pdf .row .center {
  align-items: center;
  text-align: center;
}
#pdf .row .left {
  align-items: flex-start;
  text-align: left;
}
#pdf .row .right {
  align-items: flex-end;
  text-align: right;
}
#pdf .row .vcenter {
  justify-content: center;
}
#pdf .row .vtop {
  justify-content: flex-start;
}
#pdf .row .vbottom {
  justify-content: flex-end;
}
#pdf .row .border {
  border-rigt: solid 1px #4C59CD;
}
#pdf .row .bcg1 {
  background: #ccc;
}
#pdf .row .bcg2 {
  background: #9ca3e3;
}
#pdf .row .circle {
  width: 100%;
  position: relative;
  background: #9ca3e3;
  border-radius: 50%;
}
#pdf .row .circle::before {
  content: " ";
  display: block;
  margin-top: 100%;
}
#pdf .row .circlein {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#pdf .row .zmena {
  position: relative;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #DE9289;
}
#pdf .row .cena {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}
#pdf .row .zmena::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #4C59CD;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}
#pdf .row .zmena::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #4C59CD;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
#pdf .dph {
  font-style: italic;
}
#pdf .saving label {
  font-weight: bold;
  color: #4C59CD;
}
#pdf .saving span {
  display: block;
  font-size: 2em;
  line-height: 1em;
  color: #DE9289;
}
#pdf .hr {
  background: #4C59CD;
  height: 10px;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.lds-ring {
  display: inline-block;
  position: relative;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 25%;
  margin-left: -40px;
  margin-top: -40px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #4C59CD;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4C59CD transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
