html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-size: 21px;
}

body main {
  max-height: 100%;
  padding-top: 70px;
}

.flex-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.flex-block {
  flex-wrap: wrap;
}

.flex-item .collapsed .fa {
  transform: rotate(0deg);
}

.flex-item .fa {
  transition: .3s transform ease-in-out;
  transform: rotate(180deg);
}

.question-name {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.question-row {
  margin-top: 10px;
  padding-bottom: 10px;
  
}

.chart-wrap {
  max-width: 400px;
  margin: auto;
}

.collapse-chevron {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #2b3bcc;
}

.collapse-chevron-trigger {
  padding: 5px;
  cursor: pointer;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-bg {
  background-color: #dadada;
}

.dotazniky a:hover {
  background-color: #dee2e6;
}

.rad-wrap {
  background-color: #dadada;
  border-radius: 4px;
  cursor: pointer;
  max-width: calc(33.333333% - 1rem);
}

.rad-wrap .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2b3bcc;
  background-color: #2b3bcc;
}

.custom-control-label::before,
.custom-control-label::after {
  margin-top: 6px;
}

@media (max-width: 768px) {
  .pc-menu {
    display: none;
  }
}


@media (min-width: 768px) {
  .navbar-expand-md .mobile-menu {
    display: none !important;
  }
}


@media (max-width: 575px) {

}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {

}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {

}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {

}


