.demo0501 .u-table {
  .u-row-hover {
    .opt-btns,.cancel-btns {
      button {
        margin: 0;
        &:first-child {
          margin-right: 8px;
        }
      }
    }
  }

  .u-table-row {
    td {
      padding: 5px 8px;

      input {
        font-size: 12px;
        padding-left: 5px;
      }
    }

    .u-form-control,
    .u-select-selection {
      height: 30px;
    }
  }

  .editable-cell-text-wrapper {
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 3px;
  }

  .required {
    margin-left: 10px;
    position: relative;

    &::before {
      content: " ";
      border: 1px solid #F44336;
      width: 0;
      height: 12px;
      position: absolute;
      top: 9px;
      left: -8px;
    }

    span.u-input-group {
      display: block
    }
  }
  .verify-cell {
    padding-right: 25px !important;
  }

  .required-icon {
    position: absolute;
    top: 2px;
    color: #F44336;
    font-size: 20px;
  }

  .ref-input-wrap {
    width: 160px !important;
  }
}

.u-editable-table-tp {
  .tp-content {
    color: #F44336;
  }
}