preview-data {
  display: block;
  text-align: left;

  sharp-selector {
    input {
      width: 100% !important;
    }

    .select-list {
      max-width: 1px;

      strong.item-option {
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }

  div {
    display: block;
  }

  i {
    margin-right: 5px;
  }

  .red {
    padding-left: 15px;
    position: absolute;
    top: 40px;
  }

  .form-control {
    display: inline;
  }

  .title {
    border-top-right-radius: 4px;height: 34px;
    line-height: 34px;
    background: linear-gradient(to bottom, #FFF, #F3F3F3) !important;
    color: #555;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
  }

  .content, .filter {
    padding: 15px;
    display: block;
  }

  .filter {
    padding-top: 30px;
    padding-bottom: 5px;
    margin: 0;

    .entry {
      height: 34px;
      display: flex;
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }

      span {
        line-height: 34px;
      }

      input, .btn {
        line-height: 22px;
      }

      input[type=number] {
        width: 70px;
        height: 28px;
        margin: 0 5px;
      }

      .btn {
        float: right;
      }

      .entry-label {
        width: 95px;
        text-align: right;
        font-weight: bold;
        padding-right: 15px;
      }

      .entry-input {
        flex: 1;
      }
    }
  }

  .table-wrapper {
    max-height: 340px;
    overflow-y: auto;
  }

  .loading {
    opacity: 0.8;
    cursor: wait;
  }

  .helper-gesture {
    cursor: help;
  }
}

.preview-data-popover .popover-inner .popover-content {
  max-width: 550px;
  max-height: 180px;
  padding: 0;
  margin: 9px 14px;
  overflow: auto;
}
