[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

[data-iframe-height] {
  height: 1px; }

.header {
  min-height: 40px;
  padding: 10px;
  margin-bottom: 10px; }

.footer {
  min-height: 40px;
  padding: 10px;
  margin-top: 10px; }

.quiz_title {
  margin-top: 10px;
  margin-bottom: 20px; }

.error {
  color: red;
  border-color: red; }

.radio-inline:not(.scale-radio), .checkbox-inline {
  width: 100%; }

.next-button {
  text-align: right; }

.required-fields {
  text-align: center;
  font-weight: 600;
  font-size: 18px; }

[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%; }
  [type=range]:focus {
    outline: none; }
  [type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 1px 1px 1px #222, 0 0 1px #2f2f2f;
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%);
    border: 1px solid #777;
    border-radius: 1px; }
  [type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #111, 0 0 1px #1e1e1e;
    border: 1px solid #000;
    height: 20px;
    width: 10px;
    border-radius: 2px;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px; }
  [type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%); }
  [type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 1px 1px 1px #222, 0 0 1px #2f2f2f;
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%);
    border: 1px solid #777;
    border-radius: 1px; }
  [type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #111, 0 0 1px #1e1e1e;
    border: 1px solid #000;
    height: 20px;
    width: 10px;
    border-radius: 2px;
    background: #000;
    cursor: pointer; }
  [type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    color: transparent; }
  [type=range]::-ms-fill-lower {
    box-shadow: 1px 1px 1px #222, 0 0 1px #2f2f2f;
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%);
    border: 1px solid #777;
    border-radius: 2px; }
  [type=range]::-ms-fill-upper {
    box-shadow: 1px 1px 1px #222, 0 0 1px #2f2f2f;
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%);
    border: 1px solid #777;
    border-radius: 2px; }
  [type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #111, 0 0 1px #1e1e1e;
    border: 1px solid #000;
    height: 20px;
    width: 10px;
    border-radius: 2px;
    background: #000;
    cursor: pointer; }
  [type=range]:focus::-ms-fill-lower {
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%); }
  [type=range]:focus::-ms-fill-upper {
    background: linear-gradient(to right, #fff 0%, #15A5FF 100%); }

.responsive-break {
  display: none; }

@media (max-width: 767px) {
  .responsive-break {
    display: block; } }

.scale-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .scale-wrap .low-label {
    padding-right: 15px; }
  .scale-wrap .scale-answer {
    display: -ms-flexbox;
    display: flex; }
    .scale-wrap .scale-answer .scale-dots-radio {
      width: 2em;
      margin: 0;
      padding: 0;
      font-size: 1em;
      opacity: 0; }
      .scale-wrap .scale-answer .scale-dots-radio + label {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
        cursor: pointer; }
        .scale-wrap .scale-answer .scale-dots-radio + label > span {
          display: inline-block;
          width: 1.7em;
          height: 1.7em;
          margin: 0.25em 0.5em 0.25em 0.25em;
          border: 1px solid #888;
          border-radius: 1.7em;
          vertical-align: bottom; }
      .scale-wrap .scale-answer .scale-dots-radio:checked + label > span > span {
        display: block;
        width: 1.3em;
        height: 1.3em;
        margin: 0.15em;
        border-radius: 1.3em;
        background: #00aabe; }
  .scale-wrap .responsive-label {
    display: none;
    position: absolute;
    bottom: 0; }
  .scale-wrap.small-window {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: initial;
    align-items: initial; }
    .scale-wrap.small-window .scale-answer {
      -ms-flex-direction: column;
      flex-direction: column; }
      .scale-wrap.small-window .scale-answer .scale-radio {
        padding-right: 0; }
      .scale-wrap.small-window .scale-answer .checkbox-inline + .checkbox-inline, .scale-wrap.small-window .scale-answer .radio-inline + .radio-inline {
        margin-left: 0; }
    .scale-wrap.small-window .responsive-label {
      display: block; }
    .scale-wrap.small-window .high-label {
      display: none; }

.scale-radio {
  padding-right: 15px; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative; }

.progress_bar {
  margin-bottom: 20px; }
  .progress_bar .progress_bar_wrapper {
    height: 20px;
    margin: 0 10%;
    background-color: #ccc; }
    .progress_bar .progress_bar_wrapper .progress_bar_item {
      height: 20px;
      background-color: #000; }

.email_optin input {
  opacity: 0;
  width: 0; }

.email_optin .content {
  display: inline-block;
  margin-left: 35px; }

.email_optin .inner-checkbox::before {
  position: absolute;
  cursor: pointer;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  border-radius: 5px;
  top: 0;
  left: 20px; }

.email_optin .inner-checkbox::after {
  position: absolute;
  display: inline-block;
  height: 9px;
  width: 17px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  transform: rotate(-45deg);
  top: 6px;
  left: 24px; }

.email_optin input[type="checkbox"] + .inner-checkbox::after {
  content: none; }

.email_optin input[type="checkbox"]:checked + .inner-checkbox::after {
  content: ""; }

.email_optin input[type="checkbox"]:checked + .inner-checkbox::before {
  background-color: #fff; }

.radio-inline.focus, .checkbox-inline.focus {
  outline: #ccc solid 2px; }
