.ShipmentOperationalDetails .el-step__title {
  font-weight: normal;
  padding-right: 36px;
}
.ShipmentOperationalDetails .el-step__title span {
  width: 40px;
  display: inline-block;
  text-align: center;
}
.ShipmentOperationalDetails .el-step__title .el-icon {
  top: 3px;
  font-size: 20px;
}
.ShipmentDashboard .header-line .column-head {
  text-align: center;
  font-size: 32px;
  line-height: 50px;
  color: white;
  text-shadow: 1px 1px 1px 1px #b6b9bd;
  box-shadow: 3px 3px 3px 0px #b6b9bd;
}
.ShipmentDashboard .header-line .column-head.column-head1 {
  background-color: lightseagreen;
}
.ShipmentDashboard .header-line .column-head.column-head2 {
  font-size: 24px;
  background-color: orange;
}
.ShipmentDashboard .header-line .column-head.column-head3 {
  background-color: orangered;
}
.ShipmentDashboard .content {
  width: 100%;
}
.ShipmentDashboard .content .half {
  width: calc(50% - 13px);
}
.ShipmentDashboard .content .half + .half {
  margin-left: 23px;
}
.ShipmentDashboard .content .header {
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #e9e9eb;
  box-shadow: 3px 3px 3px 0px #b6b9bd;
  margin-top: 10px;
}
.ShipmentDashboard .content .ul-list {
  padding-left: 0px;
  list-style: none;
  line-height: 60px;
  text-align: center;
}
.ShipmentDashboard .content .ul-list .ul-item {
  box-shadow: 3px 3px 3px 0px #b6b9bd;
}
.ShipmentDashboard .content .benchmark {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.ShipmentDashboard .content .benchmark.benchmark0 {
  background-color: darkorange;
}
.ShipmentDashboard .content .benchmark.benchmark1 {
  background-color: lightseagreen;
}
.ShipmentDashboard .content .flightStatus.flightStatus1 {
  color: blue;
}
.ShipmentDashboard .content .flightStatus.flightStatus3 {
  color: green;
}
.ShipmentDashboard .content .flightStatus.flightStatus4 {
  color: purple;
}
.ShipmentDashboard .content .flightStatus.flightStatus5 {
  color: red;
}
