﻿@charset "UTF-8";
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: lighter;
  font-weight: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bolder;
  font-weight: bold; }

/* Kompletní override Bootstrapu */
* {
  font-family: "Gilroy", Tahoma, Sans-Serif !important; }

body {
  background-color: #f2f2f2;
  color: #404040;
  font-size: 16px;
  margin-bottom: 40px; }

a {
  color: #0398cc; }
  a:hover {
    color: #006a9b; }

h1 {
  font-size: 36px; }

footer {
  bottom: 0;
  color: gray;
  height: 40px;
  position: absolute; }

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: none; } }

.btn.btn-primary {
  background-color: #0398cc;
  border-color: #0398cc; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:hover:active {
    background-color: #006a9b;
    border-color: #006a9b; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
    color: rgba(108, 117, 125, 0.5);
    border-color: rgba(108, 117, 125, 0.5);
    background-color: transparent; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled:hover:active, .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled:hover:active {
      cursor: not-allowed;
      color: rgba(108, 117, 125, 0.5);
      border-color: rgba(108, 117, 125, 0.5);
      background-color: transparent; }

.showPopUp.disabled, .showPopUp:disabled {
  color: rgba(108, 117, 125, 0.5);
  border-color: rgba(108, 117, 125, 0.5);
  background-color: transparent; }
  .showPopUp.disabled:hover, .showPopUp.disabled:active, .showPopUp.disabled:hover:active, .showPopUp:disabled:hover, .showPopUp:disabled:active, .showPopUp:disabled:hover:active {
    cursor: not-allowed;
    color: rgba(108, 117, 125, 0.5);
    border-color: rgba(108, 117, 125, 0.5);
    background-color: transparent; }

.btn.btn-outline-primary {
  color: #0398cc;
  border-color: #0398cc; }
  .btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover:active {
    color: #fff;
    background-color: #006a9b;
    border-color: #006a9b; }
  .btn.btn-outline-primary.disabled, .btn.btn-outline-primary:disabled {
    color: rgba(3, 152, 204, 0.5);
    border-color: rgba(3, 152, 204, 0.5);
    background-color: transparent; }
    .btn.btn-outline-primary.disabled:hover, .btn.btn-outline-primary.disabled:active, .btn.btn-outline-primary.disabled:hover:active, .btn.btn-outline-primary:disabled:hover, .btn.btn-outline-primary:disabled:active, .btn.btn-outline-primary:disabled:hover:active {
      cursor: not-allowed;
      color: rgba(3, 152, 204, 0.5);
      border-color: rgba(3, 152, 204, 0.5);
      background-color: transparent; }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgba(108, 117, 125, 0.5);
  border-color: rgba(108, 117, 125, 0.5);
  background-color: transparent; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:active, .btn-outline-secondary.disabled:hover:active, .btn-outline-secondary:disabled:hover, .btn-outline-secondary:disabled:active, .btn-outline-secondary:disabled:hover:active {
    cursor: not-allowed;
    color: rgba(108, 117, 125, 0.5);
    border-color: rgba(108, 117, 125, 0.5);
    background-color: transparent; }

.btn:focus, .btn:hover:focus, .btn:active:focus, .btn:hover:active:focus {
  box-shadow: none; }

.bg-white {
  background-color: #fff; }

.navbar .container {
  padding-left: 0;
  padding-right: 0; }

.navbar-brand img {
  height: 32px;
  width: auto; }

.btn.btn-extra-large {
  font-size: 24px;
  padding: 16px 64px;
  font-weight: bold; }

.title h1 {
  margin: 0; }

.mh-500 {
  min-height: 500px; }

.question-title * {
  display: inline-block; }

.question-title h5 {
  margin-bottom: 0;
  vertical-align: middle; }

.form-check {
  padding-left: 0; }
  .form-check .answer-wrapper {
    width: 100%;
    padding: 10px;
    cursor: pointer !important; }
    .form-check .answer-wrapper input {
      margin: 0px;
      position: static;
      cursor: pointer !important; }
    .form-check .answer-wrapper.selected {
      background-color: hsla(var(--brandingColor), .1); }
      .form-check .answer-wrapper.selected:hover {
        background-color: hsla(var(--brandingColor), .15); }
    .form-check .answer-wrapper:hover {
      background-color: hsla(var(--brandingColor), .1); }
    .form-check .answer-wrapper p {
      margin-bottom: 2px; }
    .form-check .answer-wrapper p:last-child {
      margin-bottom: 0; }

.progress-top-container.progress {
  background-color: gainsboro;
  height: 5px;
  border-radius: 0px; }

.progress-top-container .progress-bar {
  background-color: hsl(var(--brandingColor)); }

/*.btn.btn-download-questionnaire {
    font-size: 18px;
    padding: 7px 16px;
    font-weight: bold;
    max-width: 220px;
}*/
.btn {
  font-weight: bold; }

.btn-outline-primary {
  color: #006a9b;
  border-color: #006a9b;
  background-color: whitesmoke; }

.btn-outline-secondary {
  color: #303030;
  background-color: whitesmoke; }

.intl-tel-input {
  display: block; }

.answers-result p {
  margin-bottom: 0; }

.answers-result .list-group-item:focus, .answers-result .list-group-item:hover {
  z-index: auto; }

.bg-pale-green {
  background-color: palegreen; }

.bg-orange {
  background-color: orange; }

.bg-light-green {
  background-color: #e6ffe6; }

#currentQuestion img {
  max-width: 100%;
  height: auto; }

/* Pop Ups */
.showPopUp {
  background: #0398cc;
  border: 1px solid #0398cc;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
  font-size: 1.25em;
  line-height: 1.5em;
  border-radius: .3em;
  transition: .15s;
  cursor: pointer; }

.showPopUp:hover {
  background: #006a9b;
  border: 1px solid #006a9b; }

.popUpWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.4);
  padding: 2em;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.popUpWrapper::-webkit-scrollbar {
  display: none; }

.popUpWrapper > .popUp {
  border-radius: 7px;
  background: #fff; }

.popUpWrapper > .popUp > .header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 1.3em; }

.popUpWrapper > .popUp > .header > .dismiss {
  all: unset;
  font-weight: bold;
  color: grey; }

.popUpWrapper > .popUp > .header > .dismiss:hover {
  color: black;
  cursor: pointer; }

.popUpWrapper > .popUp > .message {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.popUpWrapper > .popUp > .buttons {
  padding: 24px;
  display: flex;
  justify-content: flex-end; }

.popUpWrapper > .popUp > .buttons > .button {
  border-radius: 7px;
  padding: .75em 1em;
  font-weight: bold;
  cursor: pointer; }

.popUpWrapper > .popUp > .buttons > .button.confirm {
  background: #0398cc;
  color: #fff; }

.popUpWrapper > .popUp > .buttons > .button.dismiss {
  margin-left: 12px;
  background: #f5f5f5; }

.popUpWrapper > .popUp > .buttons > .button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0); }

#completionPopUp > .popUp {
  width: 650px; }

#answersPopUp > .popUp {
  width: 800px; }

/* CUSTOM INPUTS STYLING */
input[type="radio"].answer,
input[type="checkbox"].answer {
    /* Remove styling */
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    outline: none;
    /* Custom styling */
    width: 1.15em;
    height: 1.15em;
    border: 2px solid hsl(var(--brandingColor));
    position: relative;
    flex: 0 0 auto;
}
input[type="radio"].answer {
    border-radius: 50%;
}
input[type="checkbox"].answer {
    border-radius: 25%;
}
input[type="radio"].answer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    box-shadow: inset 1em 1em hsl(var(--brandingColor));
    transition: .15s transform ease-in-out;
}
input[type="radio"].answer:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
input[type="radio"].answer:not(:checked):hover::before {
    transform: translate(-50%, -50%) scale(0.3);
}
input[type="checkbox"].answer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: hsl(var(--brandingColor));
    clip-path: polygon(17% 54%, 28% 43%, 38% 54%, 70% 22%, 81% 33%, 38% 75%, 17% 54%);
    transition: .1s transform ease-in-out;
}
input[type="checkbox"].answer:checked::before,
input[type="checkbox"].answer:not(:checked):hover::before {
    transform: translate(-50%, -50%) scale(1);
}
/* BRANDING BTN */
.btn-branding {
    background: hsl(var(--brandingColor)) !important;
    color: hsl(var(--brandingTextColor)) !important;
    border: 1px solid hsl(var(--brandingColor)) !important;
    font-weight: bold !important;
}
.btn-branding:active, .btn-branding:focus {
    outline: none !important;
}
.btn-branding:not(:disabled):not(.btnTextOnly):active {
    box-shadow: 0 0 0 0.2rem hsla(var(--brandingColor), .4) !important;
}
.btn-branding:not(:disabled):hover {
    cursor: pointer !important;
    background: hsl(var(--brandingColorHover)) !important;
    border-color: hsl(var(--brandingColorHover)) !important;
}
.btn-branding:disabled {
    opacity: .5 !important;
}
.btn-branding.btnTextOnly {
    background: none !important;
    color: hsl(var(--brandingColor)) !important;
    border: none !important;
}
.btn-branding.btnTextOnly:not(:disabled):hover {
    background: none !important;
    color: hsl(var(--brandingColorHover)) !important;
}