bb-display-board-config {
  .content-header-divider {
    border-bottom: 1px solid #d5dde8;
    margin: 15px -15px 15px -15px;
  }

  .content-text {
    margin-bottom: 15px;
  }

  .row {
    margin-bottom: 10px;
  }

  .alert {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
  }

  .padding-left-0 {
    padding-left: 0;
  }

  .border-bottom {
    border-bottom: 1px solid #d5dde8;
    margin: 15px 0px 15px 0px;
    padding-bottom: 15px;
  }

  .btn-link {
    color: $theme-color;

    &:focus, &:hover, &:active, &:active:focus {
      text-decoration: initial;
      border-color: transparent;
      box-shadow: initial;
    }
  }

  .btn-block {
    margin-top: 25px;
  }

  .loader {
    width: 30px;
    height: 30px;
    background: url("../../../../core/_images/BB_wait.gif");
    background-size: 30px 30px;
  }
}

// modal specific styles namespaced with the component name
.bb-display-board-config {
  .header-box {
    color: $theme-color;
    font-size: medium;
    margin-bottom: 15px;
  }

  .row {
    margin-bottom: 15px;
  }

  .btn-link {
    color: $theme-color;

    &:focus, &:hover, &:active, &:active:focus {
      text-decoration: initial;
      border-color: transparent;
      box-shadow: initial;
    }
  }

  &.modal-footer {
    border-top: initial;
    padding-top: 0px;
    text-align: initial;
  }

  .ui-select-match-text {
    overflow-x: initial;
  }
}
