@import './variables.scss';
.table{
    width: 100%;
    height:100%;
}
.samples-info-box .el-table.el-table--border{
    margin-top: 0;
}
.rowStyle {
margin-top: 15px;
margin-bottom: 15px;
font-size: 16px;
}
.el-table th{
    padding: 0;
    height: 42px;
}
.el-table td{
    padding: 0;
    height: 42px;
}

.el-select-dropdown, .el-popper.s-popover {
     margin-top: 0 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #FFFFFF;
    color: #CEAB70;
    border:1px solid #CEAB70;
}

.el-pagination.is-background .btn-prev, .el-pagination.is-background .btn-next, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: transparent;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    border:1px solid #dbdbdb;
}

.el-table .indexTableHeaderStyle :before{
    content: "";
    width: 2px;
    background: #f2f2f2;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}
.el-table .indexTableHeaderStyle .cell{
    padding-left: 20px;
    font-size: 16px;
    color: #a8a8a8;
}
.el-table .cell{
    white-space: nowrap;
    // height: 32px;
    // line-height: 32px;
}
// .el-table .cell > span{
//     display: inline-block;
//     width: 100%;
// }
.el-table .cell .samples-table-overflow{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.samples-header-cell .cell span{
    font-size: 14px;
    color: #a8a8a8;
}
.samples-header-cell .cell span,
.samples-header-cell .cell .el-checkbox{
    // padding-left: 10px;
}
.samples-header-cell .cell::before{
    content: "";
    width: 2px;
    height: 16px;
    background: #f2f2f2;
    position: absolute;
    top: 10px;
    left: 0px;
}

.el-table th.is-leaf, .el-table th td{
    border-bottom: 1px solid #ceab70;
}

.el-table th > .cell{
    line-height: 36px !important;
}

.el-table thead.is-group th{
    background: #fff;
}

.el-table td div{
    line-height: 36px !important;
    height: 36px !important;
} 


.samples-popover-confirm{
   display:flex;
   align-items:center;
   justify-content:center;
   padding:20px 0;
   i{
    font-size:26px;
    margin-right:10px;
    color:#e05e5e
   }
}

.el-table--enable-row-hover .el-table__body tr:hover > td{
    background:#faf7f1
}

.el-tooltip__popper{
    max-width: 360px;
}

.samples-empty-data{
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 20px;
}

.el-table__empty-text{
    min-height: 160px;
}

.samples-timeline-empty{
  display: inherit;
  margin: 0 auto;
  font-size: 100px;
}

.DisplaySelection {
    .cell {
      .el-checkbox__inner {
        display: none;
      }
    }
    .cell:before {
      position: absolute;
      right: 10px;
      content: '选择';
      font-size: 14px;
      color: #a8a8a8;
    }
  }


.DisplaySelection_user {
    .cell {
      .el-checkbox__inner {
        display: none;
      }
    }
    .cell:before {
      position: absolute;
      right: 25px;
      content: '主部门';
      font-size: 14px;
      color: #a8a8a8;
    }
}