
body{
  padding: 0;
  margin: 0;
  /* font-family: PingFang !important; */
  background-color: #f5f5f5;
}
.right-menu .close{
  line-height: 25px;
}
.board{
  /*height: calc(100vh - 60px - 20px - 40px);*/
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  /* overflow: hidden; */
}
.border_header{
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.board10{
  padding:0;
  overflow: hidden;
}
.content{
  box-sizing: border-box;
}
/*表格*/
.el-table th {
  /*background-color: #f2f2f2 !important;*/
  background-color: #F4F6F9 !important;
  color: #333333 !important;
  font-size: 12px;
}

.el-table .cell {
  font-size: 12px;
}
label.el-form-item__label{
  font-weight: normal !important;
}
.small .el-input-group__append,
.small .el-input-group__prepend{
  padding: 0 12px !important;
  background-color: transparent;
}
.small .el-input__inner{
  border-right-width: 0;
}
.wrapper-split{
  display: flex;
  flex-direction: column;
}
.wrapper{
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
.wrapper10{
  padding: 10px;
}
.wrapper-row {
  display: flex;
  flex: 1;
  overflow: auto;
}
.mtop-15{
  margin-top: 15px;
}
.table-wrapper{
  flex: 1;
  overflow: auto;
}
.status-size{
  width: 60px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin: 0 auto;
  border-radius: 3px;
}
.warn{
  color: #fff;
  background-color: #f3b90a;
}
.danger {
  color: #fff;
  background-color: #f3510a;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
  display: none;
}
.status-danger {
  color: #f00;
}
.operation-detail .timeline-footprint>li>div>i.tl-bg-processing {
  color: #fff;
  background-color: #f18d0b !important;
}
.operation-detail .timeline-footprint>li>div>i.tl-bg-processed {
  color: #fff;
  background-color: #00ccb8 !important; /*12c105*/
}


.el-link i{
  font-size: 15px;
  color: #409EFF;
}

.publishTitle{
  /*display: flex;*/
  /*align-items: center;*/
  line-height: 43px;
  height: 100%;
  /*width: 100%;*/
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  /*border-bottom: 1px solid #F3F4F8;*/
}

.workBenckPop .el-select .el-input__wrapper{
  background-color: transparent;
  box-shadow: 0 0 0 1px #5A8BCA inset;
}
.workBenckPop .el-select-dropdown__wrap{
  background-color: #173354 !important;
}
.workBenckPop{
  border-color: #5A8BCA !important;
}
.workBenckPop .el-popper__arrow::before {
  border: 1px solid #5A8BCA !important;
  background: #173354 !important;
}

.workBenckPop .el-select-dropdown__item.hover{
  background: #5A8BCA;
  color: #ffffff;
}
.workBenckPop .el-select-dropdown__item{
  color: #dfdfdf;
}

.themePopperView  {
  box-shadow: 0 2px 12px 0 rgba(50,96,242,0.5) !important;
  top: 43px !important;
  width: auto !important;
}

.cellBut{
  /*white-space: pre;*/
  /*max-width: 100px;*/
  /*overflow: hidden;*/
  /*white-space: break-spaces;*/
  /*word-break: normal;*/

  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  display: inline-block !important;
}

.contentPage {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.contentPage_content {
  display: flex;
  background-color: white;
  padding: 0 !important;
}
.contentPage_content_cell {
  display: flex;
  align-items: center;
}
.contentPage_content_title {
  width: 140px;
  height: 100%;
  color: #666666;
  background: #fafafa;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
}

.contentPage_content_detail {
  flex: 1;
  height: 100%;
  padding: 10px;
  color: #333333;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: pre-line;
}

.homeCenterBox {
  height: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  padding-top: 0;
  box-sizing: border-box;
}
.homeCenterBoxHeader{
  height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F3F4F8;
}
.homeCenterBoxContent{
  height: calc(100% - 44px);
}
.selectWidth{
  /*width: 120px !important;*/
}
.el-form--inline .el-form-item .el-select , .el-form--inline .el-form-item .el-input{
  width: 150px !important;
}
.el-form--inline .el-form-item {
  margin-right: 15px !important;
}

.am_header_view_cell_name{
  display: block !important;
  height: 20px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0 5px;

}
.am_header_view_cell_value{ font-weight: bold;
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0 5px;
  text-align: center;

}

.am_content_view_cell_header{

  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 25px;
}
.am_content_view_cell {
  width: calc(50% - 5px) !important;
}
.am_content_view_cell1{
  width: 100%  !important;
}
.am_content_view_cell_content_name , .am_content_view_cell_content_value{
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;

  /*line-height: 20px;*/
}
.am_content_view_cell_content_value{
  font-weight: bold;
}

.el-popper.is-dark{
  background-color: #ffffff !important;
  border-color: #e4e7ed !important;
  color: #333333 !important;
}
.el-popper.is-dark .el-popper__arrow::before{
  background-color: #ffffff !important;
  border-color: #e4e7ed !important;

}

.el-table--border .el-table__body-wrapper .el-scrollbar .el-scrollbar__wrap {
  border-right: 1px solid #ebeef5;
}
