.fc-table-item {
  display: block;
  min-width: 0;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
}
.hc-sub-menu .hc-sub-menu__icon {
  position: relative;
}
.el-dialog__wrapper .el-dialog {
  top: 7% !important;
}
.margin-rigt15 {
  margin-right: 15px;
}
.table .el-table__body-wrapper {
  overflow-x: hidden;
}
.el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.help {
  float: right;
  margin-top: -20px;
}
.group-title {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}
.group-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #507afe;
}
.task-index {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.task-index /deep/ .el-button {
  margin-left: 10px;
}
.task-index .fontColor_FF6600 {
  color: #FF6600;
}
.task-index .fontColor_507AFE {
  color: #507AFE;
}
.task-index .fontColor_07B759 {
  color: #07B759;
}
.task-index .fontColor_FF4C4C {
  color: #FF4C4C;
}
.task-index .el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.task-index .marginleft20 {
  margin-left: 20px;
}
.task-index .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task-index .header .left {
  display: flex;
  align-items: center;
}
.task-index .header .left .el-select {
  margin-right: 10px;
}
.task-index .table {
  margin-top: 10px;
  flex: 1;
  width: 100%;
}
.dialog-footer {
  display: flex;
  justify-content: center;
}
.el-dialog__body {
  padding: 20px;
}
.el-dialog__body .el-select {
  width: 100%;
}

