@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu Condensed", sans-serif !important;
}

p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

input {
  box-shadow: none;
}

.form-control {
  font-family: "Open Sans", sans-serif !important;
}

.m-login__wrapper {
  padding-top: 10px !important;
}

.m-login__logo {
  margin-bottom: 30px !important;
}
.m-login__logo img {
  max-width: 100%;
}

.select2 {
  max-width: 100%;
}

.m-login__account button {
  padding: 1.2rem 3rem !important;
  background: #F15B23;
  border-color: #F15B23;
}
.m-login__account button:hover {
  background: #da4a15;
  border-color: #da4a15;
}

.m-login__form-action {
  margin: 1rem 0 1rem 0 !important;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link {
  background: transparent !important;
  border-bottom: 1px dashed transparent;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:not(.m-menu__item--actions) > .m-menu__link:hover {
  border-bottom: 1px dashed #33046C;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item--active > .m-menu__link {
  border-bottom: 1px dashed #33046C;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav {
  padding-left: 15px;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__link .m-menu__link-text {
  color: #ddd;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__link:hover .m-menu__link-text {
  color: #fff;
}

.m-header-menu .m-menu__nav > .m-menu__item--active-tab > .m-menu__link:hover .m-menu__link-text {
  color: #7F2281 !important;
}

.m-link {
  color: #fff;
}

.m-link:hover {
  color: #fff;
}

.password_field {
  position: relative;
}

#password_field {
  padding-right: 50px;
}

#password_strength_msg, #password_confirm_msg {
  position: absolute;
  bottom: 14px;
  right: 0;
}

#password_strength_note {
  margin-top: 10px;
  font-size: 13px;
}

.confirm_password_field {
  display: none;
}

.mobile-sub-menu {
  display: none;
}

.faq-button {
  width: 90px;
  height: 40px;
  position: fixed;
  font-weight: 600;
  bottom: 40px;
  left: -20px;
  padding-left: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  z-index: 110;
  border-radius: 40px;
  box-shadow: 0 0 15px 1px rgba(81, 77, 92, 0.2);
  background: #fff;
}
.faq-button i {
  font-size: 2em;
  vertical-align: middle;
  color: #797979;
}

#faq_modal td, #faq_modal th {
  border: 1px solid #eee;
  padding: 10px;
}
#faq_modal td:nth-child(1) {
  width: 10%;
}
#faq_modal td:nth-child(2) {
  width: 30%;
}
#faq_modal td:nth-child(3) {
  width: 60%;
}
#faq_modal #none-faq-msg {
  display: none;
  text-align: center;
}

#faq_search {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__link .m-menu__link-text {
    color: #111;
  }

  .mobile-sub-menu {
    display: block !important;
    margin: -10px;
  }

  .mobile-sub-menu ul.mobile-menu {
    list-style-type: none;
    padding: 10px !important;
    margin-bottom: 50px;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item {
    display: inline;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item a {
    text-decoration: none;
    white-space: nowrap;
    line-height: 50px;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item .mo-menu_link {
    border-bottom: 1px dashed transparent;
    padding: 10px 20px;
    border-radius: 3rem;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item.mo-menu_item-active .mo-menu_link {
    border-bottom: 1px dashed #5867dd;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item .mo-menu_link:hover {
    border-bottom: 1px dashed #5867dd;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item .mo-menu_link .mo-menu_link-icon {
    font-size: 1.3rem;
    color: #817ea6;
    padding-right: 0.75rem;
  }

  .mobile-sub-menu ul.mobile-menu li.mo-menu_item .mo-menu_link .mo-menu_link-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #817ea6;
  }

  .m-content.report-content {
    padding: 10px !important;
  }

  #report-ss-chart {
    margin: 30px -15px;
  }
}
.normal-row {
  margin-right: 0px;
  margin-left: 0px;
}

.hhq-overview_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.hhq-overview_title i {
  padding-right: 5px;
  font-size: 24px;
}

.hhq-overview_stressors_list {
  text-align: center;
  margin: 50px 0px;
}

.hhq-overview_stressors_list .icon {
  margin-bottom: 30px;
}

.hhq-overview_stressors_list .icon i {
  font-size: 42px;
}

.hhq-overview_stressors_list .title {
  margin-bottom: 10px;
}

.my-type-intake {
  border: 1px solid #ebedf2 !important;
  padding: 1.4em !important;
}

.details-type {
  display: none;
}

.m-checkbox > input {
  position: inherit;
}

.m-option__control {
  margin-bottom: -10px;
}

.noUi-base,
.noUi-handle {
  background-color: #1ABC4F;
  background-image: linear-gradient(to right, #1ABC4F 0%, #F1C40F 50%, #E74C3C 100%);
}

button.medical-info {
  background: #fff;
  padding-left: 2px;
}

.popover {
  max-width: 600px;
  /* Max Width of the popover (depending on the container!) */
}

ul.select2-selection__rendered {
  padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #888;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.hhq-input-radio {
  margin: 10px 20px 20px 20px;
}

.life-stance-questions .col-lg-6 {
  margin-top: 30px;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
  background-color: #f5ad1d;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info > .hhq-wizard__step-title {
  color: #f5ad1d;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info > .hhq-wizard__step-title {
  color: #2fab92;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number:hover > span {
  background-color: #E5981B !important;
}

.hhq-wizard__step-title {
  font-size: 1.5rem;
  margin: 0.6rem 0 0.7rem 0;
  color: #898b96;
}

.hhq-alternate-shading > :nth-child(odd) {
  background: #f9f9f9;
}

#life_context_feelings_section {
  display: none;
}

.life-stance-questions .col-lg-6 > label {
  font-size: 1.1rem;
}

#gotoNextTab {
  display: none;
}

#hhq-questionnaire-wizard-next:disabled {
  cursor: not-allowed;
}

label.form-control-label {
  font-weight: bold !important;
}

label.life-stance-label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #030303;
}

.nav-item > .disabled {
  cursor: not-allowed;
  color: #afb2c1 !important;
  border: none !important;
}

.nav-item > .disabled > i {
  color: #afb2c1 !important;
}

.m-wizard__step-number {
  cursor: pointer;
}

.m-content.report-content {
  padding: 30px;
}

p.report-introduction {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
}

h3.report-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

h3.report-title i.fa {
  font-size: 24px;
  padding-right: 1px;
}

.hhq-report-instructions {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.hhq-report-instructions a {
  color: #fff;
  font-weight: bold;
}

.hhq-report-instructions h3 {
  margin-top: 10px;
  color: #fff;
}

.report-respondent-profile > .col-lg-4 {
  margin-top: 10px;
}

.report-respondent-profile p.respondent-value {
  border-bottom: 1px dashed rgb(216, 216, 216);
  padding-bottom: 5px;
  padding-left: 0px;
  font-size: 16px;
  overflow-wrap: break-word;
}

.report-respondent-profile p.respondent-label {
  font-weight: 600 !important;
  margin-top: 3px;
  text-align: right;
}

.chart-legend {
  text-align: center;
  margin-bottom: 20px;
}

.chart-legend .mjss i {
  color: #FF3333;
}

.chart-legend .miss i {
  color: #F4CE5B;
}

.chart-legend .misg i {
  color: #ADD633;
}

.chart-legend .mjsg i {
  color: #339933;
}

#report-ss-chart {
  height: 400px;
}

#report-ss-chart .legend {
  display: none;
}

.ss-life-history {
  background: #aad9e1;
  padding: 50px 30px;
}

.ss-life-style {
  background: #f9f18c;
  padding: 50px 30px;
}

.ss-life-stance {
  background: #d7eeaa;
  padding: 50px 30px;
}

.ss-list {
  margin: 30px 0px;
}

.no-significant-data {
  opacity: 0.5;
}

#enneagram-chart {
  height: 400px;
}

#enneagram-tied-scores {
  margin-top: 30px;
}

h4.nine-personality-title {
  display: inline;
  padding-left: 10px;
}

p.nine-personality-details {
  padding: 20px 0px 30px 0;
  text-align: justify;
  text-justify: inter-word;
}

p.thank-you-text {
  font-size: 16px;
}

.request_loader {
  visibility: hidden;
}

.request_info {
  min-height: 70px;
  font-size: 16px;
}

.request_buttons a {
  text-decoration: none;
}

.request_buttons i.la {
  font-size: 2rem !important;
}

.general-support-info {
  font-size: 18px;
}

.mo-download-report {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .m-form__actions {
    padding: 20px !important;
  }
  .m-form__actions .col-half {
    width: 50%;
    padding: 0;
  }
  .m-form__actions .col-half button {
    padding: 10px 12px !important;
  }
  .m-form__actions .col-half button .la-arrow-left, .m-form__actions .col-half button .la-check {
    padding-right: 5px;
  }
  .m-form__actions .col-half button .la-arrow-right {
    padding-left: 5px;
  }

  .mo-download-report {
    display: block !important;
    margin: -30px 20px 40px 20px;
  }

  .mo-download-report a {
    width: 100%;
    text-align: center;
  }

  .hhq-form-custom-margin {
    margin: 10px 0px;
  }

  .col-form-label.m--align-right {
    text-align: left;
    margin-top: 10px;
  }

  #hhq-login-bg {
    display: none;
  }

  .report-respondent-profile p.respondent-label {
    text-align: left;
  }

  .report-respondent-profile p.respondent-value {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#overall-score-qol {
  height: 400px;
  width: 100%;
}

.qol-tabs li a {
  font-size: 18px;
  padding: 20px;
  font-weight: bold !important;
  border: 3px solid #5867dd;
}

.qol-tabs li a.disabled {
  border: 3px solid #afb2c1;
}

.admin-users-list {
  margin: 50px 30px;
}

.approve-model span.select2-container {
  width: 100% !important;
  margin: 30px 0 10px 0 !important;
}

.selectRSherpa, .selectASherpa {
  margin: 10px 0 30px 0 !important;
}

.download-buttons {
  margin: 40px -15px;
}

.admin-tag-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-tag {
  text-align: center;
  max-width: 505px;
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
.admin-tag [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.admin-tag [type=radio] + img {
  cursor: pointer;
}
.admin-tag [type=radio]:checked + img {
  outline: 5px solid #000;
}
.admin-tag input[type=text] {
  margin-top: 10px;
  width: 505px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.admin-tag .tag {
  margin-top: 20px;
  font-size: 1.2em;
  width: 505px;
  display: none;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  color: #FFF;
}
.admin-tag .tag.ca {
  border: 1px solid #7b1c76;
  background: #7b1c76;
}
.admin-tag .tag.s2s {
  border: 1px solid #019300;
  background: #019300;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
