@import 'public-booking/main_dependencies';

input.form-control {
  height: 46px;
}

select.form-control {
  border-color: $bb-input-border-color;
  box-shadow: none;
  height: 46px;
  border-radius: $border-radius-base;
  -webkit-appearance: none;
}

.input-group {
  height: 46px;

  .input-group-btn {
    button.btn.btn-default {
      height: 46px;
    }

    button.btn.btn-primary {
      height: 46px;

      // Restore default width in this case.
      min-width: auto;
      width: auto;

      // Focused text field has z-index 3.
      z-index: 4;
    }
  }
}
