/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-standardTable .ant-table-pagination {
  margin-top: 24px;
}
.ant-standardTable .ant-standardTable-tableAlert {
  margin-bottom: 16px;
}
.j-table-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.j-table-scroll {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.j-table-filter-img {
  float: right;
  cursor: pointer;
  margin-right: 8px;
}
.j-table-filter-wrap {
  float: right;
}
.j-table-filter-checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}
.jlt-table-resetbutotn {
  margin-left: 6px;
}
.ant-table-thead .ant-table-header-column {
  width: 100%;
}
.popTargetDom {
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  background: #faf9f9;
}
.j-table-operate-view {
  margin-top: 15px;
}
.j-table-popover .ant-popover-title {
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.j-table-popover .ant-popover-inner-content {
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.j-table-popover .ant-popover-title {
  background: #f6f6f6;
  border-bottom: 0px solid #ffffff;
}
.j-table-popover .ant-popover-inner {
  padding-top: 0px !important;
}
.j-table-popover .ant-popover-arrow {
  border-color: #f6f6f6 !important;
}
.j-table-popover.ant-popover-placement-topRight .ant-popover-arrow {
  border-color: #fff !important;
}
.j-table-popover.ant-popover-placement-topRight .j-table-scroll {
  bottom: 20px;
}
.j-table-popView {
  max-height: 324px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
}
.j-table-border .ant-table {
  border: 1px solid #e9e9e9;
}
.j-table-no-border .ant-table {
  border: none;
}
.j-table-no-border .ant-table-body {
  background: #faf9f9 !important;
}
.j-table-no-border .ant-table-tbody > tr > td {
  border-bottom: none;
}
.j-table-no-border .ant-table-thead > tr > th {
  border-bottom: none;
}
.ant-table-fixed-right .ant-table-header {
  overflow: hidden !important;
}
.ant-table-fixed-left .ant-table-thead,
.ant-table-fixed-right .ant-table-thead {
  background: #faf9f9 ;
}
.ant-table-header {
  background: #faf9f9;
}
.tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #faf9f9 !important;
}
