.common-form-body {
 	margin-top: 32px;
}

/*******title********/
.common-form-body .center-body-title {
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #3a3d48;
  font-weight: bold;
  padding: 10px;
}
.common-form-body .center-body-title>.stage{
  float: right;
  font-size:14px;
}

.common-form-body .center-body-title .icon-font {
  font-size: 10px;
  color: #fff;
  height: 18px;
  display: inline-flex;
  align-items: center;
  background:#dfa39f;
  border-radius: 2px;
  padding: 0 2px;
  vertical-align: top;
}
.common-form-body .el-input-group__append {
    border: none !important;
  }

/*******header toolbar********/
.common-form-body .toolbar {
	padding: 5px 10px;
  line-height: 19px;
  min-height: 29px;
}
.common-form-body .toolbarInput .toolbar {
  padding: 5px 0 5px 10px;
  line-height: 19px;
  min-height: 29px;
}
.common-form-body .toolbar:empty {
    min-height:0;
    padding:0;
}
.common-form-body .insert-counter {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: right;
  color: #999;
}
.common-form-body .toolbar .common-link {
	border-right: 2px solid #1ABC9C;
	padding: 0 10px;
}

.common-form-body .toolbar .common-link span {
	color: #1ABC9C;
}

.common-form-body .toolbar .common-link:last-child {
	border-right: none;
}
.common-form-body .toolbar .common-btn-link {
    color: #1ABC9C;
    background:transparent;
    border:0 none;
    cursor: pointer;
}
.common-form-body .toolbar .common-btn-link:disabled {
    cursor: not-allowed;
    color:#BBC1C1;
}
.common-form-body .toolbar-info-box {
	float: right;
  margin-top: -40px;
	margin-right: 10px;
  display: inline-flex;
}

/******tab*********/
.common-form-body .el-tabs {
	border: none;
    box-shadow: none;
}

.common-form-body .el-tabs>.el-tabs__header {
	background: #f6f8f8;
    border-bottom: none;
}

.common-form-body .el-tabs .el-tabs__header .el-tabs__item {
	height: 35px;
    line-height: 35px;
    border: none;
    color: #616574;
}

.common-form-body .el-tabs>.el-tabs__header .el-tabs__item.is-active {
	color: #3a3d48;
    font-weight: bold;
    border-bottom: 3px solid #FEBC48;
    background-color: #f6f8f8;
}

.common-form-body .el-tabs>.el-tabs__header .el-tabs__item.is-active:first-child,
.common-form-body .el-tabs>.el-tabs__header .el-tabs__item.is-active:last-child,
.common-form-body .el-tabs>.el-tabs__header .el-tabs__item.is-active {
	border-left: none;
	border-right: none;
}

.common-form-body .popup-form-body-product .el-tabs>.el-tabs__content {
	padding: 5 10px 0 10px;
}
.common-form-body .el-tabs>.el-tabs__content {
	padding: 10px 10px 0 10px;
}

/*********form section********/
.common-form-body .el-collapse {
	border: none;
}

.common-form-body .el-collapse .toolbar {
	padding: 5px 10px 10px 10px;
}

.common-form-body .el-collapse .el-form-item {
    margin-bottom: 0;
}

.common-form-body .el-collapse .el-collapse-item__header {
	height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #3c3f48;
    text-align: left;
    padding: 0 0 0 15px;
    border-bottom: 3px solid #babbbd;
}

.common-form-body .el-collapse .el-collapse-item__header .el-collapse-item__header__arrow {
	font-weight: 1000;
    float: right;
    padding: 0;
    margin-top: 10px;
    transform: rotate(180deg);
    line-height: 8px;
}

.common-form-body .el-collapse .el-collapse-item.is-active > .el-collapse-item__header > .el-collapse-item__header__arrow {
	transform: rotate(90deg);
}

.common-form-body .el-collapse .el-collapse-item__wrap {
	background-color: #ffffff;
	border-bottom: none;
}

.common-form-body .el-collapse .el-collapse-item__wrap .el-collapse-item__content {
    padding: 5px;
}

.common-form-body .el-form .el-form-item .el-form-item__label{
	font-size: 13px;
    font-weight: normal;
    padding: 7px 10px 10px 0;
    color: #000;
    text-align: right;
}

.common-form-body .el-form .el-form-item .el-form-item__content{
	line-height: 30px;
    font-size: 13px;
    color: #3a3d48;
}

/*********form table********/
.common-form-body .el-table th,
.common-form-body .el-table td  {
	border-right: none;
}

.common-form-body .el-table th,
.common-form-body .el-table .el-table__header-wrapper thead div {
	background-color: #f4f3f2;
}

.common-form-body .el-table th .cell,
.common-form-body .el-table td .cell  {
	color: #3a3d48;
	font-size: 13px;
	line-height: 17px;
	word-break: break-word;
}

.common-form-body .el-table td .cell {
	padding-top: 5px;
	padding-bottom: 5px;
}

.common-form-body .el-table td .cell button {
    width: 27px;
    height: 27px;
    min-width: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*********form error********/
.common-form-body .el-form-item__error {
    display: none !important;
}

/*********form label********/
.common-form-body .overflow-form-item label {
    margin: -7px 0 -4px 0;
}
/*********cancel popover*********/
.common-form-body .cancel-popover {
    display: flex;
    justify-content: flex-end;
}
.common-form-body .cancel-popover button {
    min-width: 0;
    height: 30px;
    margin-left: 8px;
    font-size: 12px;
}
