html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#app > .el-container {
  height: 100%;
}

.header {
  clear: both;
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #eee;
}

.main {
  background-color: #eee;
  border-top: 12px solid #eee;
}

h3,
h4,
h5 {
  margin: 6px 0;
}

.pagedesc {
  font-size: 12px;
  color: #999;
}

.el-card__body {
  padding: 16px 24px 24px !important;
}

.avue-crud {
  width: 100%;
  /* padding: 24px; */
  padding-bottom: 0;
}

.el-divider--horizontal {
  margin: 12px 0;
}

.avue-crud-search .avue-form__group {
  margin: 0 -10px;
}

.avue-crud-search .avue-form__menu--center {
  text-align: left;
}

.innerbox {
  padding: 0;
  margin: 0;
}

.avue-crud__pagination {
  height: 60px;
}

.avue-crud-search {
  width: 80%;
  position: relative;
  margin-bottom: -20px;
}

.avue-crud-search .el-col-24 .el-form-item--feedback .avue-form__menu {
  position: absolute;
  right: -100%;
  top: -50px;
}

.hiddenToolbar .avue-crud__menu {
  display: none;
}

.header-style .page-header,
.header-style .detail-header {
  padding: 0 24px !important;
  margin: 0;
  /* height: 64px; */
  line-height: 64px;
}

.detail-header {
  background-color: #fff;
}

/* .detail-header {
  border-bottom: 1px solid #DCDFE6;
} */

.page-header h4,
.detail-header h4 {
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 20px;
}

/* 不显示新建下面的黑边 */
.page-header .header-line,
.detail-header .header-line {
  display: none;
}

.btn-right,
.btns-left .btn-right {
  float: none !important;
  margin-left: 0;
}

.btns-right {
  padding: 0 !important;
}

.avue-tabs {
  padding: 20px 24px 0 !important;
  background: #fff;
  /* margin-bottom: 16px !important; */
}

/* .el-col-12 {
  height: 64px;
} */

.basic-container {
  padding: 12px;
}

.detail-box,
.detail-box {
  background-color: #f0f2f5;
  height: 100%;
}

.detail-box-header {
  background: #fff;
}

.detail-box-body-content {
  background: #fff;
}

.avue-form-box .avue--detail .el-input__inner,
.avue-form-box .avue--detail .el-input.is-disabled .el-input__inner {
  padding-left: 0;
}

.avue-form-box .el-form-item__label {
  text-align: left;
}

.avue-form-box .avue--detail .avue-form__item--top label {
  font-weight: bold;
  color: #333;
}

.avue-form-box .avue-form__item--top .el-input--small.is-disabled input {
  padding-left: 0;
  padding-right: 35px;
}

.avue-form-box .avue--detail {
  margin-left: 0 !important;
}

.avue-form-box .avue-form {
  margin-left: 0 !important;
}

.avue-form-box .avue-form {
  margin-left: 0 !important;
}

.avue-form-box .avue-form .el-form-item__label {
  font-weight: normal !important;
}

.avue-form-box .avue-form .avue-form__item--top .el-form-item__label {
  width: 100% !important;
}

.avue-form-box .avue-form .el-form-item__content {
  margin-left: 0 !important;
}

.avue-form-box .el-form-item--mini.el-form-item,
.avue-form-box .el-form-item--small.el-form-item {
  margin-bottom: 8px;
}

.el-divider--horizontal {
  margin: 6px 0;
}

.avue-form-box .avue--detail .el-form-item--mini.el-form-item,
.avue-form-box .avue--detail .el-form-item--small.el-form-item {
  margin-bottom: 0px;
}

/* 选择单据类型 */
.head-list {
  padding-top: 6px;
  background: #fff;
}

.head-list .el-form-item--mini.el-form-item,
.head-list .el-form-item--small.el-form-item {
  margin-bottom: 24px;
}

.detail-box .el-divider--horizontal {
  margin: 6px 0;
}

.avue-form-box .el-collapse-item__header {
  display: none;
}

.avue-form-box .el-collapse-item__wrap {
  border-bottom: 0px;
}

.avue-form-box .el-collapse-item__content {
  padding-bottom: 0;
}

.avue-form-box .el-collapse {
  border-bottom: 0;
  border-top: 0;
}

/**
progress 
**/

/**

module order

*/

.order {
  border-top: 0;
}

/* .el-button--mini {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
} */

.avue-form__menu {
  display: inline-block;
  width: initial;
  padding: 0px 10px 0;
}

/* 20201110 修改 */
/* 1. 头部 tab 高度 40px  */
.avue-tags .el-tabs--card.el-tabs--top > .el-tabs__header .el-tabs__item {
  height: 40px;
  line-height: 40px;
}

.el-tabs__header {
  margin-bottom: 0 !important;
}

/* 2. 背景灰条 */
.bg {
  background: #f2f2f2;
}

.cardBox {
  margin-bottom: 15px !important;
}

/* 表格标题栏 单元格背景色 */
.avue-crud .el-table th {
  background-color: #ececec;
}

/* 3.1 编辑时表格高度 58px */
.avue-crud .el-table .cell {
  line-height: 29px;
}

/* 表格 hover 单元格背景色 */
.el-table .el-table__body tr.hover-row.current-row > td,
.el-table .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table .el-table__body tr.hover-row.el-table__row--striped > td,
.el-table .el-table__body tr.hover-row > td {
  background-color: #e5e5e5;
}

/* 3.2 管理列表, 对话框，卡片 表格高度 46px */
.el-table .cell,
.avue-crud.manage-list .el-table .cell,
.el-dialog .el-table .cell,
.el-card .el-table .cell {
  line-height: 26px;
}

.avue-crud.manage-list .el-table--small td,
.avue-crud.manage-list .el-table--small th {
  padding: 2px 0 1px 0;
}

.el-table td,
.el-table th.is-leaf {
  border-color: #dadada;
}

/* 20201112 */
.stepbox {
  margin-bottom: 0px !important;
}

.marginBox {
  padding: 16px 24px 0 24px;
  background: #f2f2f2;
}

.paddingBox {
  padding: 24px 24px;
  background: #fff;
  min-height: 500px;
}

.row-list {
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  background: #fff;
}

/* 去掉tab下划线 */
.avue-tabs .el-tabs__nav-wrap:after {
  background: #fff !important;
}

.head-list .avue-form__group {
  margin: 0 16px !important;
}

.head-list .avue--detail {
  padding-bottom: 24px !important;
}

.head-list .el-form .el-col {
  margin-bottom: 0;
  padding: 0 8px !important;
  float: initial !important;
}

.vxe-form--item .vxe-form--item-inner .vxe-form--item-title,
.vxe-form--item-title > div {
  display: inline;
}
