.header-text {
  padding-top: 63px;
}

#formio {
  min-height: 400px !important;
}

/*
#applicant-form .tab-pane {
    display: block !important;
    width: 100% !important;
}*/
div.main_staffer_tabs div.card {
  padding: 50px 0px;
}

.main_staffer_tabs > .card > .card-header {
  min-width: 282px;
}

.main_staffer_tabs .card ul {
  min-width: 246px;
}

#reset_emp_form_btn,
#save_and_close_btn {
  display: none;
}

#save_and_continue_btn {
  display: inline-block;
}

#save_and_close_btn {
  float: right;
}

#formio .overlay .data {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 200px;
}

#formio .overlay .data div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 10px;
  background: #046AC3;
  -webkit-animation: data 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: data 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

#formio .overlay .data div:nth-child(1) {
  left: 10px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}

#formio .overlay .data div:nth-child(2) {
  left: 34px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}

#formio .overlay .data div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes data {
  0% {
    top: 8px;
    height: 60px;
  }
  50%,
  100% {
    top: 24px;
    height: 30px;
  }
}

@keyframes data {
  0% {
    top: 8px;
    height: 60px;
  }
  50%,
  100% {
    top: 24px;
    height: 30px;
  }
}

#formio .overlay {
  position: absolute !important;
  left: 26.2% !important;
  width: 58% !important;
  height: 428px !important;
  margin-left: -100px !important;
  margin-bottom: 1000px !important;
  text-align: center !important;
  z-index: 300px;
  padding: 1em 0 !important;
}
/*# sourceMappingURL=applicant_form.css.map */