.font-weight-normal {
  font-weight: 400;
}

.bg-lgreen {
  background: #35B6B4;
}

.bg-dblue1 {
  background: #003A70 !important;
}

.bg-lblue1 {
  background: #0082A8;
}

.green-text {
  color: #00d084;
}

.bmi .bmi-result-box {
  background: #F5F5F5;
  border-radius: 10px;
}

.bmi .form-control {
  padding: 12px 16px;
}

.bmi .radio-checks input[type=radio] {
  border: 1px solid #cfcfcf;
  padding: 7px;
  -webkit-appearance: none;
}

.bmi .radio-checks input[type=radio]:checked {
  background: url(/images/tick-check.png?ffdbe844ceff1e2778d780981d982192) no-repeat center center;
  background-size: 100%;
  border: 1px solid white;
}

.bmi .radio-checks input[type=radio]:focus {
  outline-color: transparent;
}

.bmi .buttons input {
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.bmi-result-box .measure-scale {
  height: 40px;
}

.underweight {
  background: #15CBFF;
}

.normal {
  background: #00A4FF;
}

.overweight {
  background: #005BFF;
}

.obesity {
  background: #001A54;
}

.bmi-chart {
  position: relative;
}

.bmi-chart-value {
  position: relative;
  padding: 8px;
  background: #e2e2e2;
  border-bottom: 3px solid #35B6B4;
  border-radius: 5px;
}

.bmi-arrow {
  position: absolute;
  background: url(/images/bmi-arrow.png?8269e78bd5b260a653254aee02e94e90) no-repeat;
  bottom: -1px;
  height: 16px;
  width: 20px;
}

.calculator-table {
  border: 1px solid #d0d2d7;
  border-collapse: collapse;
  padding: 6px;
  width: 100%;
}

.calculator-table th {
  border: 1px solid #d0d2d7;
  padding: 3px 6px;
  background: #35b6b4;
  color: #ffffff;
  font-size: 14px;
}

.calculator-table td {
  border: 1px solid #d0d2d7;
  padding: 3px 5px;
  background: #ffffff;
  color: #313030;
  font-size: 13px;
}

.bmi .form-control, .form-control-select.selectbox + .select2 .select2-selection, .form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection, select.form-control.selectbox + .select2 .select2-selection {
  color: #616161 !important;
}

@media (min-width: 576px) {
  #calculate .modal-dialog {
    max-width: 320px;
  }
}

/*# sourceMappingURL=calculator.css.map*/