.trackmage-edit-row {
  &__legend {
    margin: 0;
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: 600;
  }

  &__cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
  }

  &__col {
    width: 48%;
  }

  &__field {
    display: block;
    margin: 0.2em 0;
    line-height: 2.5;
  }

  &__field-title {
    display: block;
    float: left;
    width: 9em;
    line-height: 2.5;
    font-style: italic;

    &--block {
      width: 100%;
    }
  }

  &__field-wrap {
    display: block;
    margin-left: 9em;

    &--block {
      margin-left: 0;
    }

    input[type="text"], input[type="number"], select {
      min-height: 28px;
      padding: 0 4px;
      font-size: 13px;
      width: 100%;
    }

    .select2-container--default {
      .select2-selection {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
        background-color: #fff;
        color: #32373c;
        outline: 0;
        transition: 50ms border-color ease-in-out;
        padding: 7px 4px;
        line-height: 1;
        max-height: 28px;
        margin: 1px;
        width: 100%;
        vertical-align: middle;

        .select2-selection__rendered {
          padding: 0;
          line-height: 1;

          li {
            margin: 5px 5px 0 0;
          }
        }
      }

      &.select2-container--focus {
        .select2-selection {
          border-color: #ddd;
          border-color: #5b9dd9;
          box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
          outline: 2px solid transparent;
        }
      }
    }
  }
}
