page-data-lifecycle-create-task {
  display: block;

  .main-content {
    .group-select {
      display: flex;
      padding: 10px;

      .group-select-item {
        flex: 1;
        margin: 0;
        padding: 0 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 400px;

        .title-label,
        .head-label {
          display: block;
          margin-top: 15px;
        }

        .title-label {
          margin-bottom: 0;
          padding-left: 2px;

          .form-control {
            margin: 5px 0 0 -2px;
          }
        }

        .head-label {
          padding: 0 0 5px 2px;
          border-bottom: 1px solid #ecf0f1;
          height: 25px;
          line-height: 25px;
        }

        li {
          display: flex;
          padding-left: 2px;

          &:hover, &.selected {
            background: rgba(0, 0, 0, 0.1);
          }

          &.selected > a {
            font-weight: bold;
          }

          &.disabled:hover {
            background: #fff;
          }

          label {
            width: 100%;
            cursor: pointer;

            &.disabled {
              cursor: no-drop;
            }
          }
        }

        a {
          color: inherit;
          flex: 1;
        }

        .select-div {
          overflow: auto;
          height: 270px;

          .nil-app-box {
            display: block;
            text-align: center;
            height: 40px;
            line-height: 40px;
            margin-top: 110px;
            color: #8D8D8D;
          }
        }
      }

      .group-select-station-item {
        width: 25px;
        visibility: hidden;
      }
    }

    .form-group {
      .flex {
        label {
          width: 110px !important;
        }
      }

      .group-item {
        width: 100%;
        display: block;
        padding: 10px 0 10px 0;
        font-size: 13px;

        .title {
          display: inline-block;
          width: 100px;
          text-align: right;
          font-weight: 500;
          margin-right: 10px;

          &.normal-title {
            font-size: 13px;
            font-weight: normal;
            width: 80px;
          }
        }

        .form-control {
          max-width: 400px;
          display: inline-block;

          &.mini-control {
            width: 70px;
            text-align: center;
            margin: 0px;
          }
        }

        .type-label {
          padding: 5px 0;
          cursor: pointer;
        }
      }

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

        .flex1 {
          flex: 1;
          display: flex;
          align-items: center;
          padding-left: 10px;

          label {
            width: 100px;
            text-align: right;
            padding-left: 0;
          }

          .flex-left {
            flex: 1;
            margin-left: 15px;
          }

          .custom {
            margin-left: 15px;
          }

          i {
            display: inline-block;

            &.fa-question-circle-o {
              display: inline-block;
              width: 14px;
              height: 14px;
              font-size: 15px;
              color: var(--global-tableFormatListThead-bgColor, #00C8C1);
              vertical-align: text-top;
              cursor: help;
            }
          }
        }

        .custom {
          margin-left: 20px;

          .form-control {
            margin-left: 0;
          }
        }
      }
    }

    .form-footer {
      text-align: center;
    }

    input[type=checkbox], input[type=radio] {
      margin-right: 6px;
      cursor: pointer;
    }

    .float-left {
      float: left;
    }

    .group-item, .cycle {
      overflow: hidden;
    }
  }

  .cycle-selector {
    min-width: 263px;
    display: inline-block;
    margin: 10px 0 0 195px;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.05);

    .create-item {
      .create-label {
        width: auto;
      }

      .create-input {
        margin-right: 0;
      }
    }
  }
}
