/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.stepwizard-step label.step-label {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: #d8e3eb;
  color: #333333;
  font-size: 1.4rem;
  display: none;
}
@media (min-width: 992px) {
  .stepwizard-step label.step-label {
    display: inline-block !important;
  }
}
.stepwizard-step label.number-label {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #F4F2F2;
  color: #333333;
  font-size: 1.4rem;
  display: none;
}
@media (max-width: 991px) {
  .stepwizard-step label.number-label {
    display: inline-block !important;
  }
}
.stepwizard-step a,
.stepwizard-step label {
  top: 0.2rem;
  position: relative;
}
.stepwizard-row {
  display: table-row;
  height: 100%;
  width: 100%;
}
.vertical .stepwizard-row {
  display: block;
  height: 100%;
  width: 100%;
}
.stepwizard {
  display: table;
  width: 99.7%;
  position: relative;
  border-bottom: 1px solid #edf3f6;
  color: #B0AAAA;
  margin-left: 0.6rem;
  padding: 0;
  background-color: #ffffff;
  height: 5.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .stepwizard {
    width: 99.4%;
    margin-left: 0.6rem;
  }
}
@media (max-width: 768px) {
  .stepwizard {
    width: 99.4%;
    margin-left: 0.5rem;
  }
}
.step-info {
  background-color: #edf3f6;
  width: 100%;
  padding: 1.2rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) and (min-width: 768px) {
  .step-info {
    width: 99.2%;
    margin-left: 0.6rem !important;
  }
}
@media (max-width: 768px) {
  .step-info {
    width: 98%;
    margin-left: 0.8rem !important;
  }
}
.step-info > h2 {
  padding-left: 2rem;
  padding-top: 1.5rem;
  height: 6rem;
  font-size: 1.5rem;
  background-color: #ffffff;
  margin: 0 0 0 0.4rem !important;
}
.step-info > h3 {
  margin: 6.4rem 0 1.6rem 0 !important;
  filter: alpha(opacity=54);
  opacity: 0.54;
}
.step-info h3:first-child {
  margin-top: 1.6rem !important;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
}
.stepwizard-row:before {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #d8dce0;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 1rem 0;
}
.vertical .stepwizard-step {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 100%;
  width: 10%;
  padding: 1rem 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step {
    width: 15%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-first {
    width: 12%;
  }
}
.q-form-wizard {
  margin: 0 0 1rem;
}
.q-form-wizard .form-group {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .q-form-wizard .form-group.left {
    margin-right: 4rem;
    margin-left: 8rem;
  }
  .q-form-wizard .form-group.right {
    margin-right: 8rem;
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
  .q-form-wizard .form-group.left,
  .q-form-wizard .form-group.right {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .step-info h2 {
    margin: 0 !important;
  }
}
.q-form-wizard .form-group .form-control {
  display: block;
  width: 100%;
  height: auto;
}
.q-form-wizard .form-group .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.q-wizard-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.5rem 1.6rem 0 1.6rem;
}
.q-form-wizard .btn-link.pull-right {
  border-color: transparent;
  color: #ffffff;
  height: 2.6rem;
  margin-top: 2rem !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-right: 2rem;
}
.q-form-wizard .btn-link.pull-right.tabwizard {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .q-form-wizard .btn-link.pull-right.tabwizard {
    padding-left: 1.2rem !important;
  }
}
.btn-green {
  background-color: #4caf50 !important;
}
.btn .q-icon {
  position: relative;
  top: -0.2rem;
}
.q-form-wizard .btn-link.pull-left.tabwizard {
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .q-form-wizard .btn-link.pull-left.tabwizard {
    padding-left: 1.2rem !important;
  }
}
.q-form-wizard .btn-link.pull-left {
  float: left;
}
.q-form-wizard .btn-link.pull-right {
  float: right;
}
.q-form-wizard .btn-link.pull-left {
  border-color: transparent;
  color: #ffffff;
  height: 2.6rem;
  margin-top: 2rem !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-left: 2rem;
}
.stepwizard-step .btn-circle,
.tabwizard-default .btn-circle {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.428571429;
  border-radius: 1.5rem;
}
.stepwizard-step .btn-circle {
  padding: 0.75rem 0;
}
.tabwizard-default .btn-circle {
  padding: 0.6rem 0;
  background-color: #a6b1c0;
}
.stepwizard-step .btn-primary,
.tabwizard-default .btn-primary {
  display: inline-block;
  color: #ffffff;
  background-image: none;
}
.tabwizard-default .btn-primary {
  background-color: #047bc1 !important;
}
.stepwizard-step .btn-default[disabled] {
  background-color: #B0AAAA !important;
}
.stepwizard-step.step-first {
  text-align: left !important;
  padding-left: 2rem !important;
}
@media (max-width: 564px) {
  .stepwizard-step.step-first {
    padding-left: 0rem !important;
  }
}
.stepwizard-step.step-second {
  text-align: left !important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-second {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-second {
    right: 0;
  }
}
.stepwizard-step.step-middle {
  display: none;
}
.stepwizard-step.step-middle-visible {
  text-align: left !important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-middle-visible {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-middle-visible {
    right: 0;
  }
}
.stepwizard-step.step-third {
  text-align: left !important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-third {
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-third {
    right: 0;
  }
}
.stepwizard-step.step-last {
  text-align: left !important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-last {
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-last {
    right: 0;
  }
}
.vertical .stepwizard-step.step-last {
  text-align: left !important;
  right: 0rem !important;
}
.stepwizard-step.step-first.verticle {
  text-align: left !important;
  width: 1%;
}
.stepwizard-step.step-middle.verticle {
  text-align: center !important;
  width: 1%;
}
.stepwizard-step.step-last.verticle {
  text-align: right !important;
  width: 1%;
}
.content.k-content.wizard {
  width: 100%;
  padding: 0;
}
.content.k-content.wizard .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.content.k-content.wizard.vertical {
  border: 1px solid #d8dce0;
}
.wizard .tabwizard {
  padding-left: 0;
}
.tabwizard-default {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 4rem;
  font-size: 1.4rem;
}
.nav li.tabwizard-default .inline-anchor-left a {
  margin: 0.8rem 0 0 1.2rem;
  font-size: 1.4rem;
  position: absolute;
  list-style: none;
}
.nav li.tabwizard-default .inline-anchor-right a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #333333 !important;
  top: 0;
  left: 0;
  padding: 1.1rem 0 1.5rem 0;
  font-size: 1.4rem;
  text-decoration: none;
}
.tabwizard-default {
  background-color: #edf3f6;
}
.tabwizard-default .inline-anchor-left {
  width: 12%;
  height: 100%;
}
.tabwizard-default .inline-anchor-right {
  width: 85%;
  height: 100%;
}
.tabwizard-default .inline-anchor-left,
.tabwizard-default .inline-anchor-right {
  display: inline-block;
  position: relative;
}
.nav li.tabwizard-default {
  list-style: none;
}
.tabwizard .q-wizard_next:before,
.tabwizard .q-wizard_complete:before,
.tabwizard .q-wizard_current:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #ffffff;
}
.tabwizard .q-wizard_next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0 0.1rem 0.1rem 0;
  margin-left: 0.8rem;
  margin-top: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
.tabwizard .q-wizard_current:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0.1rem 0.1rem 0;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}
.tabwizard .q-wizard_complete:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0.1rem 0.1rem 0;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  width: 1.1rem;
  height: 0.5rem;
  border-width: 0 0 0.1rem 0.1rem;
}
.wizard-content ul {
  margin-top: 0 !important;
}
.wizard .onlysmall {
  display: none;
}
@media (max-width: 991px) {
  .wizard .onlysmall {
    display: block;
    background-color: #F4F2F2;
    border: 1px solid #d8dce0;
  }
}
.wizard .row .nosmall {
  display: block;
  padding: 0;
}
@media (max-width: 991px) {
  .wizard .row .nosmall {
    display: none;
  }
}
.wizard .row .wizardstyle {
  padding: 0;
  z-index: 8;
  background-color: #d8e3eb;
  height: calc(100vh - 100px);
}
.wizard .row .wizard-header.wizardstyle {
  width: auto;
  margin-left: 0;
  height: 4rem;
  padding: 0 0 0 2rem;
  background-color: #d8e3eb;
}
.wizard .step {
  width: 99.2%;
  margin-left: 0;
}
.wizard .wizardstyle.step {
  border-bottom: 1px solid #edf3f6;
  text-align: left;
  color: #d8dce0;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.wizard-header.wizardstyle.step h1 {
  font-size: 1.5rem;
  padding-top: 0.3rem;
}
@media (min-width: 992px) {
  .q-tabwizard .q-form-wizard .step-info h2 {
    display: none;
    color: rgb(128, 128, 128);
  }
}
.stepwizard-step.hline hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 1px solid #d8dce0;
  margin: 0;
  padding-top: 0.2rem !important;
}
.stepwizard-step.hline {
  padding: 0;
  width: 19.5%;
}
@media (max-width: 991px) {
  .stepwizard-step.hline {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.hline {
    width: 16.5%;
  }
}
.vertical .stepwizard-step.step-first {
  width: 10%;
  right: 0rem !important;
  padding-left: 2rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.step-first {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.step-first {
    width: 15%;
  }
}
@media (max-width: 474px) {
  .vertical .stepwizard-step.step-first {
    width: 15%;
  }
}
@media (max-width: 564px) {
  .vertical .stepwizard-step.step-first {
    padding: 0;
  }
}
.vertical .stepwizard-step.step-second {
  width: 15%;
  right: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-second {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-third {
  width: 15%;
  right: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-third {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-forth {
  width: 15%;
  right: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-forth {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-last {
  width: 10%;
  right: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.step-last {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.step-last {
    width: 15%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.step-last {
    width: 15%;
  }
}
.vertical .stepwizard-step.hline {
  display: none;
}
.vertical .stepwizard-step.hline.last {
  width: 15.3%;
  right: 1rem !important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.hline.last {
    width: 15.3%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.hline.last {
    width: 15.3%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.hline.last {
    width: 14.3%;
  }
}
.vertical .stepwizard-step.straightline {
  width: 19%;
  right: 0rem !important;
  padding: 0.5rem 0 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.straightline {
    width: 18%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.straightline {
    width: 11%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.straightline {
    width: 11%;
  }
}
.vertical .stepwizard-step.straightline hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 1px solid #d8dce0;
  margin: 0;
  padding-top: 0.2rem;
}
.vertical .stepwizard-step.dashedline hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 1px dashed #d8dce0;
  margin: 0;
  padding-top: 0.2rem;
}
.vertical .stepwizard-step.dashedline {
  width: 19%;
  right: 0px !important;
  padding: 0.5rem 0 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.dashedline {
    width: 18%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.dashedline {
    width: 11%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.dashedline {
    width: 11%;
  }
}
.vertical .stepwizard-step {
  padding: 0.75rem 0 1rem;
}
@media (max-width: 991px) {
  .stepwizard-step.step-first {
    padding-left: 0.1rem !important;
  }
  .vertical .stepwizard-step.step-first {
    padding-left: 0.1rem !important;
  }
}
.wizard-content .nav-stacked > li + li {
  margin-top: 0rem !important;
  list-style: none !important;
}
.tab-pending-color {
  background-color: #d8e3eb !important;
}
.tabwizard-default.tab-pending {
  background-color: #d8e3eb !important;
}
.tabwizard-default.tab-pending:hover {
  cursor: default !important;
}
.tabwizard-default:hover {
  cursor: pointer;
}
.wizard-infobox,
.wizard-infodetails {
  display: block;
  width: 100%;
  min-height: 4rem;
  margin-left: 0;
}
.wizard-infobox h1,
.wizard-infobox h2,
.wizard-infobox h3,
.wizard-infobox h4,
.wizard-infobox h5,
.wizard-infobox p,
.wizard-infodetails h1,
.wizard-infodetails h2,
.wizard-infodetails h3,
.wizard-infodetails h4,
.wizard-infodetails h5,
.wizard-infodetails p {
  margin: 0;
  padding: 0;
}
.wizard-infobox h1,
.wizard-infobox h2,
.wizard-infobox h3,
.wizard-infobox h4,
.wizard-infobox h5,
.wizard-infodetails h1,
.wizard-infodetails h2,
.wizard-infodetails h3,
.wizard-infodetails h4,
.wizard-infodetails h5 {
  font-size: 1.5rem;
  padding: 2rem 0 1.5rem 2rem;
  width: 100%;
}
.wizard-infobox h1 .infotrigger,
.wizard-infobox h2 .infotrigger,
.wizard-infobox h3 .infotrigger,
.wizard-infobox h4 .infotrigger,
.wizard-infobox h5 .infotrigger,
.wizard-infodetails h1 .infotrigger,
.wizard-infodetails h2 .infotrigger,
.wizard-infodetails h3 .infotrigger,
.wizard-infodetails h4 .infotrigger,
.wizard-infodetails h5 .infotrigger {
  float: right;
  margin-right: 1.2rem;
}
.material .wizard-infobox {
  background: #d8e3eb;
}
.material .wizard-infobox h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  padding: 1.2rem;
}
.wizard-infodetails {
  background: #526984;
  padding: 1.2rem 0;
}
.wizard-infodetails h1,
.wizard-infodetails h2,
.wizard-infodetails h3,
.wizard-infodetails h4,
.wizard-infodetails h5,
.wizard-infodetails h6,
.wizard-infodetails p,
.wizard-infodetails span {
  color: #ffffff;
  padding: 0 0 0 1.2rem;
}
.infolabel {
  filter: alpha(opacity=100);
  opacity: 1;
  display: block;
  margin-top: 0.6rem;
  font-size: 90%;
  color: #666666;
}
.infodata {
  display: block;
  margin-bottom: 0.6rem;
}
.popover {
  max-width: 90rem !important;
}
.popover-title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .widedata {
    min-width: 600px;
    max-width: 1200px !important;
  }
}
.content.k-content.wizard .row {
  min-width: 32rem;
}
.wizarderror.tab-pending,
.wizardinfo .tab-pending,
.wizardwarning .tab-pending {
  opacity: 1 !important;
}
.wizarderror .errorcount,
.wizardinfo .errorcount,
.wizardwarning .errorcount {
  background: none !important;
  font-size: 13px;
  right: 0;
  position: absolute;
  top: 0;
  line-height: 2rem;
}
.wizarderror .btn-default {
  background-color: #fc364e !important;
}
.wizarderror .errorcount {
  color: #fc364e;
}
.wizardwarning .btn-default {
  background-color: #ff8c42 !important;
}
.wizardwarning .errorcount {
  color: #ff8c42;
}
.wizardinfo .btn-default {
  background-color: #5bc0de !important;
}
.wizardinfo .errorcount {
  color: #5bc0de;
}
.nextBtn,
.prevBtn {
  margin-top: 0.6rem !important;
  padding: 0.5rem 1.2rem 0.6rem 1.2rem !important;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nextBtn:before,
.prevBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.wizard.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.wizard.vertical > .row:not(.headerback) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wizard-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  overflow: hidden !important;
}
.wizard-layout .wizard-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
  overflow: hidden !important;
  overflow-y: auto !important;
}
.wizard-layout .wizard-main {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.wizard-layout .wizard-step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wizard-layout .wizard-content-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden !important;
}
.wizard-layout .wizard-content-container .form-group {
  overflow: hidden !important;
  overflow-y: auto !important;
  margin: 0 !important;
  height: 100% !important;
}
.wizard-layout .wizard-content.wizardstyle {
  background-color: #d8e3eb;
}
/*# sourceMappingURL=wizard-v1.css.map */