/deep/ .el-form-item__error {
  padding-top: 4px !important;
  top: 100% !important;
}

.editor-box {
  width: 90px;
  height: 40px;
  background: #cdcdcfc4;
  margin: 4px;

  div {
    display: flex;
    flex-direction: row;
    height: 20px;
    margin: 10px 5px;

    .editor-circular {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #feebe7;
      margin-top: 12px;
      border: solid 1px rgba(255, 0, 0, 0.4);
    }

    .editor-square {
      width: 15px;
      height: 15px;
      background: #000;
      margin-top: 12px;
    }

    .editor-diamond {
      margin-top: 12px;
      width: 15px;
      height: 15px;
      background: #fdf9e6;
      transform: rotateZ(50deg) skew(1deg, 1deg);
      border: solid 1px rgba(255, 251, 0, 0.329);
    }

    .editor-rectangle {
      width: 22px;
      height: 15px;
      background: #e6eafd;
      margin-top: 12px;
      border: solid 1px rgba(47, 0, 255, 0.356);
    }

    .editor-span {
      text-align: center;

      font-size: 12px;
    }
  }
}

.editor {
  position: relative;
  width: 100%;
  height: 100%;

  .top-container {
    position: absolute;
    padding: 5px 20px;
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 8px 12px 0px rgba(0, 52, 107, 0.04);

    .toolbar {
      height: 100%;
      width: 80%;

      .command {
        width: 27px;
        height: 27px;
        margin: 0px 6px;
        border-radius: 2px;
        padding-left: 4px;
        display: inline-block;
        border: 1px solid rgba(2, 2, 2, 0);
      }

      .disable {
        color: rgba(0, 0, 0, 0.25);
      }
    }

    .data-opt {
      width: 20%;
      height: 100%;
      text-align: right;
    }
  }

  .bottom-container {
    // padding-top: 41px;beiqian
    width: 100%;
    height: 100%;
    display: flex;
    background: #f7f9fb;
    justify-content: space-around;

    .title {
      display: flex;
      width: 100%;
      align-items: center;
      height: 34px;
      font-weight: 600;
      font-size: 16px;
      padding: 0 20px;
      background: #cfd4d9;
    }

    .left-pannel {
      width: 10%;
      min-width: 200px;
      height: 100%;
      padding: 20px;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background: #fff;

      .itempannel-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80px;

        // height: 192px;
        img {
          width: 70px;
          height: 70px;
          margin-left: 4px;
          border-radius: 2px;
          vertical-align: middle;
          cursor: pointer;
        }
      }
    }

    .center-pannel {
      background: #ffffff;
      display: inline-block;
      width: 90%;
      height: 100%;
      border: 1px solid #dedbe2;

      .flow {
        width: 100%;
        height: 100%;
        overflow: hidden;
      }

      .contextmenu {
        margin: 0px;
        width: 200px;
        background: white;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        color: #000;
        font-size: 12px;
        display: none;

        .command {
          height: 12px;
          padding: 8px;
          box-sizing: content-box;
        }

        .command:hover {
          cursor: pointer;
          background: #e6f7ff;
        }

        .disable {
          color: rgba(0, 0, 0, 0.25);
        }
      }
    }

    .right-pannel {
      width: 15%;
      min-width: 300px;
      height: 100%;
      display: inline-flex;
      flex-direction: column;

      .detail-pannel {
        width: 100%;
        height: 70%;
        background: #f7f9fb;
        border-left: 1px solid #e6e9ed;
        font-size: 13px;

        .pannel-title {
          height: 32px;
          border-top: 1px solid #dce3e8;
          border-bottom: 1px solid #dce3e8;
          background: #ebeef2;
          color: #000;
          line-height: 28px;
          padding-left: 12px;
        }

        .block-container {
          padding: 16px 8px;

          .p {
            margin-bottom: 12px;
          }

          .p.name {
            .el-input {
              width: 60%;
              padding: 0 10px;
            }
          }

          .p.size {
            .el-input {
              width: 30%;
              padding: 0 10px;
            }
          }

          .p.color {
            .el-color-picker {
              vertical-align: middle;
            }
          }
        }
      }

      .navigator {
        width: 100%;
        height: 25%;
        flex-grow: 1;

        .pannel-title {
          display: block;
          height: 32px;
          border-top: 1px solid #dce3e8;
          border-bottom: 1px solid #dce3e8;
          background: #ebeef2;
          color: #000;
          line-height: 28px;
          padding-left: 12px;
        }

        .mini-map {
          width: 100%;
          height: calc(100% - 34px);
        }
      }

      .zoom-slider {
        width: 100%;
        height: 5%;
        padding: 5px 10px;
        background: #ffffff;
      }
    }
  }
}

.getItem :hover {
  cursor: pointer;
}


.cis-workflow-config {
    .config-top-icon {
      cursor: pointer;
      margin-left: 10px;
    }
  
    height: 100%;
  
    .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: auto;
  
      .config_header {
        padding: 10px 25px;
        border-bottom: 1px solid #c0c4cc;
        font-size: 17px;
        min-height: 70px;
        display: flex;
        align-items: center;
      }
  
      .config_approves_radio,
      .config_cc_content {
        padding: 15px 25px;
        overflow-y: scroll;
  
        .el-radio {
          margin-bottom: 30px;
          width: 120px;
        }
  
        .addPresonInfo {
          margin-left: 20px;
          color: #909090;
        }
  
        .config_cc_checkbox {
          margin: 15px 0;
        }
  
        .config_border {
          width: 100%;
          height: 1px;
          border-bottom: 1px solid #c0c4cc;
          margin: 30px 0;
        }
  
        .config_title {
          font-size: 15px;
          font-weight: bold;
        }
  
        .font3 {
          color: #909090;
        }
      }
  
      .config_approves_form {
  
        .form-span,
        .form-radio {
          width: 100px;
          display: inline-block;
          text-align: center;
          margin-right: 0;
        }
      }
  
      .config_footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: right;
        z-index: 99999999999999999;
        padding: 14px 24px;
        box-shadow: 0 -1px 0 0 hsla(0, 0%, 85%, 0.5);
        background-color: #ffffff;
  
      }
  
      .config_content {
        min-height: 300px;
        overflow-y: scroll;
      }
    }
  
    .process-member {
      margin-top: 15px;
  
      .el-tag {
        margin-right: 10px;
      }
    }
  }
