@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.tableItemBlue_box[data-v-d410c2ca] .el-table::before {
  display: none;
}
.tableItemBlue_box[data-v-d410c2ca] th {
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  height: 32px;
  padding: 0;
  background: #eff3ff;
  text-align: center !important;
}
.tableItemBlue_box[data-v-d410c2ca] td {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  height: 26px;
  padding: 0;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table--striped
.el-table__body
tr.el-table__row--striped
td.el-table__cell {
  background: rgba(239, 243, 255, 0.3);
}
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.current-row > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr:hover > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.hover-row > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.hover-row.current-row > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.el-table__row--striped.current-row > td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: #ebebeb52 !important;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table td.el-table__cell,
.tableItemBlue_box[data-v-d410c2ca] .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table__footer-wrapper {
  margin-top: 0;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table__footer-wrapper td.el-table__cell {
    border-bottom: none;
    border-top: none;
    background: #eff3ff;
    height: 32px;
    color: #111111;
    font-weight: bold;
    white-space: nowrap;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table .cell {
  white-space: nowrap;
  padding: 0 5px;
}
.tableItemBlue_box[data-v-d410c2ca] .el-table .cell .el-table__placeholder {
    width: 0;
}
.tableItemBlue_box .typeIsInput[data-v-d410c2ca] input.el-input__inner {
  height: 19px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  border-radius: unset;
}
.tableItemBlue_box[data-v-d410c2ca] .caret-wrapper {
  height: 30px;
  position: absolute;
  top: -4px;
  right: 2px;
  width: 26px;
}
.tableItemBlue_box[data-v-d410c2ca] .caret-wrapper .sort-caret {
    border: 3px solid transparent;
    left: 14px;
}
.tableItemBlue_box[data-v-d410c2ca] .caret-wrapper .sort-caret.ascending {
      border-bottom-color: #a0a0a0;
      top: 9px;
}
.tableItemBlue_box[data-v-d410c2ca] .caret-wrapper .sort-caret.descending {
      border-top-color: #a0a0a0;
      bottom: 8px;
}
.tableItemBlue_box[data-v-d410c2ca] .ascending .sort-caret.ascending {
  border-bottom-color: #a61c00;
}
.tableItemBlue_box[data-v-d410c2ca] .descending .sort-caret.descending {
  border-top-color: #a61c00;
}

