.reports {
  .conditions-hint {
    position: relative;
    top: -10px;
    left: 15px;
    width: 120px;
    color: #777;
    text-align: center;

    .arrow {
      position: absolute;
      top: 35px;
      left: 34px;
    }
  }

  input[type="text"] {
    width: 300px;
    padding: 2px;
    border: 1px solid #ddd;
    font-size: 16px;
  }

  .presets {
    margin-top: 30px;
    padding: 0 10px;
    font-size: 15px;
    list-style-type: none;

    li {
      padding: 5px 0;
    }
  }

  .query {
    min-height: 50px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .fields {
    td {
      height: 28px;
    }

    .check {
      width: 110px;

      label {
        color: #000;
        font-weight: bold;
        cursor: pointer;

        &.disabled {
          color: #555;
          font-weight: normal;
        }
      }
    }

    input[type="checkbox"] {
      cursor: pointer;
    }
  }
}
