page-processor-analysis {
  display: block;

  main {
    background: white;
    padding: 15px;
  }

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

  .form {
    display: flex;
    margin: 5px 0;

    [for="output"] {
      padding-left: 38px;
    }

    [for="input"] {
      padding-left: 53px;
    }

    .group {
      flex: 1;
      display: flex;
      align-items: center;

      &:nth-child(odd) {
        margin-right: 60px;
      }

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

      label {
        text-align: right;
        margin-right: 10px;
      }

      .form-control {
        flex: 1;
      }

      .strategy {
        border: none;
      }
    }
  }

  .remark {
    margin-right: 0 !important;
    padding: 0;

    label {
      padding: 0 25px 0 64px;
    }
  }

  .checker {
    min-height: 20px;
    margin-bottom: 20px;

    .rg-bottom {
      background-color: #f0f0f0;
    }
  }

  .overflow {
    overflow: auto;
  }

  .filter-viewData {
    max-height: 480px;
    overflow: auto;
  }

  .btn-wrapper {
    margin-bottom: 5px;

    .btn-ok {
      vertical-align: top;
      height: 22px;
    }
  }


  .content {
    background: white !important;

    td {
      padding: 0 !important;
    }

    textarea {
      border: 0;
      background: white;
      height: 100%;
    }

    .select-radio, .operate {
      text-align: center;
      vertical-align: middle;
    }

    .fa {
      font-size: 20px;
    }
  }

  .head-table {
    background-color: var(--global-theme-color-light, #04BEB4) !important;
    color: white;

    th {
      overflow: hidden;
    }
  }

  .multiSelect {
    > button {
      background: var(--global-theme-color-light, #00c8c1);
      color: #fff;
      border: none;
      height: 22px;

      &:hover {
        background: var(--global-btnCancel-theme-color, #00B8B1);
      }
    }

    .caret {
      border-top-color: #fff;
    }
  }

  .heading-box {
    margin: 18px 0 10px 0;

    .btn {
      padding: 3px 8px;
      font-size: 12px;
    }
  }

  .day-data {
    padding: 0;
  }

  .advance-config {
    margin: 10px 0 0;
    min-height: 30px;
    text-align: right;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;

    .text {
      padding: 8px 10px;
      background-color: #FAFAFA;
      border: 1px solid #D2D2D2;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom: none;
    }

    .fa {
      font-size: 16px;
      margin-top: 6px;
    }
  }

  .advance-config-body {
    margin: 0 16px 10px;
    padding: 20px 30px;
    border: 1px solid #D2D2D2;
    background-color: #FAFAFA;

    .outer {
      background-color: #fff;
    }
  }

  .dropdown-menu {
    min-width: 126px;
    top: -64px;

    >li>a:focus, >li>a:hover {
      color: #fff;
      background-color: #43c8c1;
    }
  }

  .btn-box {
    margin-top: 15px;

    > div {
      vertical-align: top;
    }
  }
}
