@import 'admin-booking/main_dependencies';

bb-admin-check-items {
  .display-none {
    display: none;
  }

  .message.message--danger {
    padding: 10px;
    padding-left: 20px;
    margin: 19px;
    margin-bottom: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: $brand-danger;
    color: $brand-danger;

    .message__text {
      width: 100%;
    }

    &--warning {
      @include alert-variant(white, $brand-danger, $brand-danger);
    }
  }

  @mixin header() {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 17px;
    color: #0a2468;
    font-weight: 600;
  }

  .admin-check-items__main-section {
    padding: 19px;
  }

  .admin-check-items__header {
    @include header;
  }

  bb-questions-form, [bb-item-details] {
    margin-top: 29px;
  }

  bb-questions-form {
    width:50%;
  }

  bb-question {
    label {
      font-weight: 600;
    }

    input[type='radio'] {
      margin-top: 1px;
    }

    .form-control.form-question.date-field {
      border-right: 0px;
    }

    .form-control:focus {
      border: 1px solid #e1e1e1;
    }

    .input-group-btn {
      background-color: #fafafa;
      border: 1px solid #e1e1e1;
      border-left: 0;
    }

    .btn.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus,
    .btn-primary:active:hover, .btn-primary:active:focus {
       background-color: #fafafa;
       border-color: transparent;
       color: #333333;

      span {
        content: "\f133";
      }

      span:before {
        content: "\f133";
      }
    }
  }
}
