.lp-header {
  width: 100%;
  padding: 0px 24px;
  position: relative;
}
.lp-header-title {
  font-weight: 700;
  color: #373d41;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 40px;
  display: inline-block;
}
.lp-header .titleContent {
  position: relative;
}
.lp-header-instruction {
  margin-top: 14px;
}
.lp-header-goback {
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  margin-top: -1px;
  display: inline-block;
  font-weight: 700;
  color: #333;
  vertical-align: bottom;
  margin-right: 16px;
  cursor: pointer;
}
.lp-header-goback:hover {
  color: #0070cc;
}
.lp-header-status-undefined {
  display: none;
}
.lp-header-status {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 15px;
  margin-left: 8px;
  display: inline-block;
  line-height: 20px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}
.lp-header .lp-status-succeed {
  color: #1E8E3E;
  background: #EDFCF1;
}
.lp-header .lp-status-green {
  color: #1E8E3E;
  background: #EDFCF1;
}
.lp-header .lp-status-warning {
  background: #FFF7DB;
  color: #FFC440;
}
.lp-header .lp-status-yellow {
  color: #FFC440;
  background: #FFF7DB;
}
.lp-header .lp-status-error {
  background: #FCEFEE;
  color: #D93026;
}
.lp-header .lp-status-red {
  color: #D93026;
  background: #FCEFEE;
}
.lp-header .lp-status-online {
  background: #EDFCF1;
  color: #1E8E3E;
}
.lp-header .lp-status-offline {
  background-color: #FCEFEE;
  color: #D93026;
}
.lp-header .lp-status-unactive {
  background-color: #F7F7F7;
  color: #888888;
}
.lp-header .lp-status-gray {
  color: #888888;
  background-color: #F7F7F7;
}
.lp-header .lp-status-disable {
  background-color: #FFF7DB;
  color: #f68300;
}
.lp-header .lp-status-orange {
  color: #f68300;
  background-color: #FFF7DB;
}
.lp-header-titleArea {
  position: relative;
  padding-top: 0px;
  margin-bottom: 16px;
}
.lp-header-titleArea.hadback {
  margin-bottom: 14px;
}
.lp-header-subTitle {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
  font-weight: 400;
}
.lp-header-breadcrumb {
  padding-left: 20px;
}
.lp-header-breadcrumb .next-breadcrumb-item,
.lp-header-breadcrumb .lp-breadcrumb-item {
  font-size: 14px !important;
}
.lp-header-breadcrumb .next-icon:before {
  font-weight: 400 !important;
}
.lp-header-right {
  float: right;
}
.lp-header-right-button {
  float: right;
  margin-left: 8px !important;
  margin-top: 4px;
}
.lp-header .next-btn-text.next-medium.lp-collapse-btn {
  position: absolute;
  bottom: 1px;
  right: 0px;
}
.lp-header .lp-info-content .next-btn-text.next-medium.lp-collapse-btn {
  position: absolute;
  bottom: 7px;
  right: 0px;
}
.lp-header .col1 {
  width: 100%;
}
.lp-header .col2 {
  width: 50%;
}
.lp-header .col3 {
  width: 33.33%;
}
.lp-header .col4 {
  width: 25%;
}
.lp-header .col5 {
  width: 20%;
}

.lp-nest-header {
  padding: 0px;
}
