.common-listing-view {
 	margin-top: 32px;
 	padding: 0 10px;
}


/*******title********/
.common-listing-view  .center-body-title {
  height: 40px;
  font-size: 16px;
  color: #3a3d48;
  font-weight: bold;
  padding: 10px 0;
}

/*******tab********/
.common-listing-view .el-tabs .el-tabs__content {
  padding: 0 10px 0 10px;
}

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

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

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

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

/*******toolbar********/
.common-listing-view .table-div .toolbar {
	height: 46px;
  background: #f6f8f8;
  border: 1px solid #c5cace;
  border-bottom: none;
  padding: 5px;
}
@media screen and (max-width:1024px) {
  .common-listing-view .table-div .toolbar {
    height: 47px;
  }
};
.common-listing-view .el-tabs .toolbar {
  padding-top: 0px;
}

.common-listing-view .table-div .toolbar:empty,.common-listing-view .el-tabs .toolbar:empty {
  min-height:0;
  padding:0;
}

.common-listing-view .table-div .toolbar button {
  vertical-align: middle;
}

/*******ag table btn********/
.common-listing-view .table-div .ag-root-wrapper .ag-cell .common-btn,
.common-listing-view .table-div .ag-root-wrapper .ag-cell .common-btn2,
.common-listing-view .table-div .ag-root-wrapper .ag-cell .common-btn3,
.common-listing-view .table-div .ag-root-wrapper .ag-cell .warning-btn  {
    min-width: 25px;
    vertical-align: baseline;
    padding: 0px 2px;
    height: 25px;
}

.common-listing-view .table-div .ag-root-wrapper .ag-cell .el-button + .el-button{
    margin-left: 0px;
}
