.form-control, .form-question {
  @include placeholder($bb-gray);
}

.form-control[disabled]{
  cursor: default;
}

.bb-question-heading {
  @include make-sm-column(8);
  @include make-sm-column-offset(4);
  text-align: left;
  margin-top: 15px;
  font-weight: 500;
}

.privacy-message {
  text-align: center;
  margin: 15px 0 20px;
}

.booking-form-header {
  border-bottom: 1px solid $bb-border;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: $font-size-h3;
}

.control-label {
  font-size: $font-size-base;
  padding-right: 0;
  font-weight: normal;
  @media (max-width: $screen-xs-max) {
    padding-bottom: 5px;
  }
}

.form-control-static {
  font-size: $font-size-base;
}

.booking-summary-item {
  margin-bottom: 5px;
  label {
    padding-right: 0;
    text-align: right;
  }
}

.booking-summary-wrapper {
  margin-bottom: 30px;
}

.input-group-btn:last-child > .btn.btn-lg {
  padding: 10px 16px;
}

.error-message {
  color: $state-danger-text;
  min-height: 30px;
  padding-top: 4px;
  display: table;
  &:before {
    position: relative;
    top: 1px;
    vertical-align: middle;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content:"\f071" / "";
  }
  &__item {
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
    line-height: 1.3
  }
}

.bb-message-node {
  margin: 30px 0 20px;
  font-size: $font-size-large;
}

.feedback {
  margin-bottom: 75px;
}

.bb-slash {
  padding: 6px 10px 12px 10px;
}

.bb-help-text {
  padding-top: 6px;
  display: inline-block;
}

.bb-check-space {
  margin-bottom: 0px;
  min-height: 26px;
  .bb-help-text {
    padding-top: 3px;
    padding-bottom: 6px;
  }
}

.bb-not-check {
  margin-top: 15px;
}

.form-horizontal {
  .checkbox {
    min-height: 0px;
    padding-top: 0px;
  }
}

.form-horizontal--margin-top {
  margin-top: 20px;
}

/* Bootstrap form-inline enhancements */
.form-inline {
  .bb-label {
    padding-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
  }

  .input-group .input-group-btn {
    width: 1%;
  }

}

.has-error .input-group-btn .btn {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
