.pg-row {

  &.active  .well { background-color: @table-bg-active;  }
  &.success .well { background-color: @state-success-bg; }
  &.info    .well { background-color: @state-info-bg;    }
  &.warning .well { background-color: @state-warning-bg; }
  &.danger  .well { background-color: @state-danger-bg;  }

  &-checkbox {
    font-family: 'phpgenerator';

    .text-danger();
    &:before {
      content: "\e61d";
    }

    &.checked {
      .text-success();
      &:before {
        content: "\e61c";
      }
    }
  }

  &-list {
    &:before, &:after {
      content: '';
      display: none;
    }
  }

}
