/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.q-wrapper-wizard-h {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}
/* Content first breakpoints */
@media (max-height: 600px) {
  .q-wrapper-wizard-h {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    overflow-y: auto;
  }
  .q-wrapper-wizard-h-content {
    overflow: visible !important;
  }
}
.q-wrapper-wizard-h-steps {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.2rem;
}
.q-wizard-h-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q-wizard-h-step:hover {
  cursor: default;
}
.q-wizard-h-step:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.q-wizard-h-step:first-child .q-wizard-h-stepname {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.q-wizard-h-step:first-child .q-wizard-h-indicator {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.q-wizard-h-step:first-child .q-wizard-h-line {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.q-wizard-h-step:last-child .q-wizard-h-line {
  display: none;
}
.q-wizard-h-step .q-wizard-h-stepname:not(:first-child) {
  margin: 0 0.3rem;
}
.q-wizard-h-step .q-wizard-h-stepname span:first-child {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .q-wizard-h-step .q-wizard-h-stepname span:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .q-wizard-h-step .q-wizard-h-stepname span:first-child {
    display: none;
  }
}
.q-wizard-h-step .q-wizard-h-indicator {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  max-width: 1.6rem;
  border: 1px solid #333333;
  border-radius: 0.8rem;
  margin-top: 0.2rem;
  position: relative;
}
.q-wizard-h-step.current .q-wizard-h-indicator {
  background: #047bc1;
  border-color: #047bc1;
}
.q-wizard-h-step.complete .q-wizard-h-indicator:before {
  content: "";
  width: 0.4rem;
  height: 0.9rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #333333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0.5rem;
  top: 0.1rem;
}
.q-wizard-h-step .q-wizard-h-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.6rem;
}
.q-wizard-h-step .q-wizard-h-line:before {
  content: "";
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #bbbbbb;
  margin: 0 0.2rem 0.3rem 0.2rem;
  height: 0.8rem;
}
.q-wizard-button-left,
.q-wizard-button-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.6rem 1.2rem 1.2rem 1.2rem;
}
.q-wizard-button-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.q-wizard-button-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.q-wrapper-wizard-h-content {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: 1;
  grid-row: 2;
  overflow-y: auto;
  padding: 0 1.2rem;
}
.q-wrapper-wizard-h-actions {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  grid-column: 1;
  grid-row: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=wizard-horizontal.css.map */