edit-agent {
  display: inline-block;
  width: auto;
  max-height: 630px;
  text-align: left;

  i {
    margin-right: 5px;

    &.fa-long-arrow-right {
      margin-left: 5px;
    }
  }

  .blue {
    color: #2dcdc4;
  }

  .modal-body {
    display: flex !important;
  }

  .width-full {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;

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

  label {
    width: 125px;
    text-align: right;
    margin-top: 7px;
    vertical-align: top;
    padding-right: 10px;
  }

  .title {
    height: 34px;
    line-height: 34px;
    background: linear-gradient(to bottom, #FFF, #F3F3F3) !important;
    color: #555;
    font-weight: bold;
    padding-left: 15px;

    &.left {
      border-top-left-radius: 4px;
      margin-bottom: 15px;
    }
  }

  .inline-items-box {
    margin: 0;
    width: 549px;

    &:last-child {
      box-shadow: 1px -5px 20px -3px #999;
    }
  }

  .form-groups {
    max-height: 506px;
    overflow-y: auto;
  }

  .form-group {
    display: flex;
    padding-right: 15px;
    max-width: 530px;

    &.form-group-right {
      text-align: right;
    }

    &.form-group-block {
      display: block;
    }
  }

  .form-control {
    width: 80%;
    display: inline-block;
  }

  .input-checkbox {
    width: 14px;
  }

  .charset {
    display: inline-flex;
    width: 80%;

    select {
      flex: 1;
    }

    select:nth-child(2) {
      margin-left: 10px;
    }
  }

  .path, filter-content {
    width: 65%;
    display: inline-block;
    max-width: 280px;
    margin-right: 10px;
  }

  .exclude {
    margin-left: 125px;

    li {
      display: flex;
    }
  }

  .fr {
    margin-top: 5px;
    margin-right: 5px;
  }

  .content {
    display: inline-block;
    width: auto;
    flex: 1;

    li {
      margin: 2px 0;
      flex: 1;

      .form-control {
        flex: 1;
        width: 90%;
        max-width: inherit;
      }

      .fa-times-circle-o {
        display: inline-block;
        font-size: 20px;
        width: 20px;
      }
    }
  }

  .small-size {
    max-width: 220px;
  }
}
