.table-top-text {
  padding: 10px 20px;
  background: rgba(14, 168, 208, 0.1);
  border: 1px solid rgba(14, 168, 208, 0.6);
  border-radius: 4px;
  font-size: 16px;
  color: #0ea8d0;
}
.eqp_view_top {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 24px;
  .eqp_status {
    padding: 0 5px;
    height: 18px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
  }
}
.timeline_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-left: 8px;
  &.active {
    color: #0ea8d0;
  }
}
.timeline_item {
  font-size: 14px;
  color: #333;
  margin-top: 12px;
  margin-left: 8px;
  span {
    color: #0ea8d0;
  }
}
.timeline_box {
  width: 100%;
  height: 60px;
}

/deep/ .downRedFlag {
  color: #F00 !important;
}

/deep/ .redFlag {
  background-color: rgba(255, 0, 0, 0.12) !important;
}
/deep/ .bg_gray {
  background-color: #fafafa;
}
/deep/ th.bg_gray_th {
  background-color: #fafafa;
}
.status_list {
  border-right: solid 8px #eef1f4;
  min-height: 100%;
}
.status_box {
  border-bottom: 8px solid #eef1f4;
}

/deep/ .ant-card-head-title {
  padding: 16px 0 16px 0;
}

.eqpCodeSty {
  color: @primary-color;
  cursor: pointer;
  display: block;
}

.btn_opearte {
  width: 76px;
  height: 36px;
  background: #fff;
  border: 1px solid #0ea8d0;
  border-radius: 4px;
  font-size: 14px;
  color: #0ea8d0;
}


