.PlanParam {
  height: 450px;
}
.PlanParam .title-row {
  /*font-size: 16px;*/
  font-weight: bold;
  color: #303133;
}
.PlanParam .el-input-group__append {
  min-width: 16px;
}
.PlanParam .item-left {
  width: 60%;
}
.PlanParam .item-right {
  width: 40%;
}
.PlanParam .ul-list {
  max-height: 390px;
  overflow: auto;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.PlanParam .ul-list .item-left {
  width: 70%;
}
.PlanParam .ul-list .item-right {
  width: 30%;
}
.PlanParam .ul-item {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
.PlanParam .ul-item:hover {
  background-color: #f5f7fa;
}
.Calculator .el-input-group__append {
  min-width: 30px;
}
.Calculator .progress-group {
  padding: 10px;
}
.FlightInfo .el-step__title {
  font-weight: normal;
  padding-right: 36px;
}
.FlightInfo .el-step__title span {
  width: 40px;
  display: inline-block;
  text-align: center;
}
.FlightInfo .el-step__title .el-icon {
  top: 3px;
  font-size: 20px;
}

.ConfigUldVersionDetails #deckTabs .el-tabs__item {
  width: 120px;
}

.packageTypeSelect .el-scrollbar .el-select-dropdown__wrap {
  max-height: 400px;
}
.ShipmentDetails {
  /*.priority {
    &.priority1 .el-input__inner {
      color: red;
    }

    &.priority2 .el-input__inner {
      color: blue;
    }

    &.priority3 .el-input__inner {
      color: green;
    }
  }*/
}
.ShipmentDetails .main-tabs > .el-tabs__content {
  height: 550px;
  overflow: auto;
  padding-bottom: 0px;
}
.ShipmentDetails .main-tabs .sub-tabs > .el-tabs__content {
  height: 435px;
  overflow: auto;
}
.NotLoad {
  /*height: 640px;*/
}
.NotLoad .columnColorSquare {
  margin-top: 4px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
