.productionScheduleApply .progress-details {
  margin-bottom: 24px;
}
.productionScheduleApply .progress-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.productionScheduleApply .ivu-table .ivu-table-cell {
  overflow: inherit !important;
}
.productionScheduleApply .ivu-table .ivu-form-item-content {
  margin-left: 0 !important;
}
.productionScheduleApply .ivu-table .ivu-form-item-error-tip {
  z-index: 99999 !important;
  line-height: 0 !important;
}
.productionScheduleApply .ivu-table .ivu-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.productionScheduleApply .ivu-table-cell {
  overflow: inherit !important;
  padding-left: 5px;
  padding-right: 5px;
}
.productionScheduleApply .ivu-table-wrapper {
  overflow: inherit !important;
}
.productionScheduleApply .ivu-table {
  overflow: inherit !important;
}
.productionScheduleApply .ivu-table .x-table-info-row td {
  color: green;
}
.productionScheduleApply .ivu-table .x-table-error-row td {
  color: red;
}

