.prevent-sup {
  top: -4px;
  font-size: 65%;
}
.page.with-group-sections .page-wrapper .bmi-section {
  border: 2px solid #00386b;
  margin: 0;
}
.border-section {
  border: 2px solid #333333;
  border-radius: 10px;
}

.expandedBox {
  border: 2px solid #333333;
  padding: 0 10px;
}

.collapsedBox {
  padding: 0px;
}

.labelBorder {
  margin-top: 0;
  padding-top: 0.7em;
  padding-bottom: 0.35em;
  border: 2px solid #00386b;
  padding: 11.2px 10px 5.6px 10px;
  display: inline-block;
  width: 100%;
}

.content-area {
  transition: all 0.3s ease;
}

.card-wrapper {
  margin: 5px;
}

.inner-section {
  margin: -5px 10px -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-bold {
  font-weight: 700;
}
.estimated-section {
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
}
.calculation-result {
  color: rgb(255, 0, 0);
  font-size: 22px;
  font-weight: 600;
}
.pending-result {
  color: rgb(255, 0, 0);
  font-size: 14px;
}
.button + .calculate-button {
  background-color: #198dae;
  border-radius: 20px;
}
.calculate-button[disabled] {
  background-color: #b3b3b3;
  background-image: url(../img/empty_diamond.png);
  color: #858585;
  border: 1px solid gray;
  cursor: not-allowed;
}
.bmi-section-button {
  margin: 0;
  padding: 0;
}
.bmi-section-button .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 32.5%;
}
.bmi-modal .collapsable-panel.inset .bar.close {
  border-top: none;
  top: 0;
}
.bmi-modal .collapsable-panel.inset .bar.close .action-btn {
  width: 100%;
  text-align: right;
}
.bmi-modal.reveal {
  border-top: none;
}
.calculate-export-section .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 45%;
}
.calculate-export-section .white-button-color[disabled] {
  background-color: #b3b3b3;
  background-image: url(../img/empty_diamond.png);
  color: #858585;
  border: 1px solid gray;
  cursor: not-allowed;
}
@media screen and (min-width: 64em) {
  .bottom-align-row {
    display: flex;
  }

  .button-column {
    display: flex;
    flex-direction: column;
  }

  .calculate-export-section {
    margin-top: auto;
  }
}
.question-row {
  display: flex;
  flex-wrap: wrap;
}
.bmi-header {
  display: flex;
  justify-content: space-between;
}
.bmi-title {
  align-items: end;
  display: flex;
}
.bmi-calculate-text {
  font-size: 22px;
  font-weight: 700;
}
.disclaimer-section {
  margin: 25px 0;
  padding: 0 15px;
  font-size: 12px;
}
.disclaimer-text {
  margin-bottom: 7px;
}

.align-tooltip{
  vertical-align: middle;
}
.no-bullets {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* footer graphics bg */
@media only screen and (max-width: 767px) {
  .page.footer {
    background: #fff;
  }
}