page-file-and-dir-collection {
  display: block;

  .list-box {
    position: relative;

    .ul-box {
      margin: 0;

      li {
        position: relative;
      }

      a {
        position: absolute;
        right: 0;
        top: 8px;
      }
    }

    .fa-plus-square {
      position: absolute;
      bottom: 10px;
      right: -20px;
    }
  }

  .partition-num {
    margin-left: 10px;
  }

  .flex {
    display: flex;
    margin-bottom: 10px;

    .size {
      flex: 1;
      display: flex;
      align-items: center;
      margin-right: 34px;

      .red::after {
        content: '*';
        color: red;
        vertical-align: text-top;
      }

      label {
        text-align: right;
        margin: 0 5px 0 0;
      }

      .path {
        padding: 0 18px;
      }

      .form-control {
        flex: 1;
      }

      &.filter-file {
        min-width: 235px;
        margin-right: 5px;
      }
    }
  }

  .re-select {
    margin-left: 10px;
  }

  .fa-search {
    color: var(--global-theme-color-light, #04BEB4);
  }

  .config-body {
    padding:0 15px;
  }

  .radio-inline {
    padding-left: 25px;
  }

  .type {
    border-bottom: 1px solid #ccc;

    >a {
      color: #3ebbb4;
    }
  }

  .stream_button {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid var(--global-theme-color-light, #04BEB4);
    border-radius: 8px;
    color: var(--global-theme-color-light, #04BEB4);
    margin: 5px 0;
  }

  .check-style {
    margin-left: 4px;
  }

  .multiline {
    width: 120px;
    padding: 5px;
    display: flex;
    justify-content: space-between;

    .object {
      width: 145px;
      text-align: right;
    }
  }

  .content {
    margin-left: 0 !important;
    width: 300px !important;
    height: 100px;

    li {
      margin: 5px 0;
    }

    .path {
      width: 255px !important;
      display: inline-block;
    }

    .add {
      margin: 5px 0;
    }

    .fa-times-circle-o {
      font-size: 20px;
      margin-left: 10px;
    }
  }

  .splitter {
    width: 300px;
  }

  .rule {
    color: var(--global-theme-color-light, #04BEB4);
  }

  .popover {
    ul.content {
      height: auto;
      max-height: 150px;
      overflow-y: auto;
    }
  }

  .add-list {
    padding: 0 60px;
  }

  .control-label > .fa-question-circle-o {
    margin-right: -13px;
  }
}

.input-group-addon {
  background: #f4f4f4;
}

[data-page=fileanddircollection] {
  .modal {
    text-align: center;
  }

  .modal-lg, .modal-content {
    display: inline-block;
  }

  .modal-lg {
    max-width: 1100px;
    width: auto;
  }

  .modal-body {
    padding: 0;
    margin: 0;
  }
}
