.bootstrap-table .table-cell-fixed-left, .bootstrap-table .table-cell-fixed-right {
    position: sticky!important;
	z-index: 1;
	background: #fff;
}

.bootstrap-table table thead .table-cell-fixed-left, .bootstrap-table table thead .table-cell-fixed-right {
	background: #fafafa;
}

.bootstrap-table table th, .bootstrap-table table td {
	transition: width .3s;
}

.bootstrap-table .scroll-inner {
	background: #fff;
}

.bootstrap-table .table-cell-fixed-left.table-cell-fixed-left-last:after, .bootstrap-table .table-cell-fixed-right.table-cell-fixed-right-first:after {
	position: absolute;
    top: 0;
    bottom: -1px;
    width: 30px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    content: "";
    pointer-events: none;
}

.bootstrap-table .table-cell-fixed-left.table-cell-fixed-left-last:after {
	right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.bootstrap-table .table-cell-fixed-right.table-cell-fixed-right-first:after {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.has-fixed-left .table-cell-fixed-left.table-cell-fixed-left-last:after {
	-webkit-box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
}

.has-fixed-right .table-cell-fixed-right.table-cell-fixed-right-first:after {
    -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
}

.table-striped > tbody > tr:nth-of-type(even) td {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover td {
  background-color: #E6F7FF;
}

.table-hover > tbody > tr.no-records-found:hover td {
  background-color: #fff;
}

.fixed-table-container .table-hover tbody tr.selected td {
	background-color: #e6f7ff;
}

.table > thead > tr > td.cell.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #52c41a;
  background-color: #dff0d8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #0BC4DE;
  background-color: #d9edf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color:  #faad14;
  background-color: #fcf8e3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #f5222d;
  background-color: #f2dede;
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #1890ff;
  background-color: #E8F1F8;
}

.bootstrap-table .table-hover > tbody > tr.success.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.success {
    background-color: #d0e9c6;
}

.bootstrap-table .table-hover > tbody > tr.info.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.info {
    background-color: #c4e3f3;
}

.bootstrap-table .table-hover > tbody > tr.warning.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.warning {
    background-color: #faf2cc;
}

.bootstrap-table .table-hover > tbody > tr.danger.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.danger {
    background-color: #ebcccc;
}

.bootstrap-table .table-hover > tbody > tr.primary.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.primary {
    background-color: #d0e2f0;
}

.bootstrap-table .table-hover > tbody > tr.deep-success.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-success {
    background-color: #00AD76;
}

.bootstrap-table .table-hover > tbody > tr.deep-info.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-info {
    background-color: #269ABC;
}

.bootstrap-table .table-hover > tbody > tr.deep-warning.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-warning {
    background-color: #FD9237;
}

.bootstrap-table .table-hover > tbody > tr.deep-danger.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-danger {
    background-color: #FF4E4D;
}

.bootstrap-table .table-hover > tbody > tr.deep-primary.selected > td,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-primary {
    background-color: #1689C0;
}

/*************** 以下为IE样式 **********************/
.fixed-table-header-columns,
.fixed-table-body-columns {
    position: absolute;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 3px 0px 8px rgba(0,0,0,.08);
    z-index: 1;
}

.fixed-table-header-columns .table.table-no-bordered,
.fixed-table-body-columns .table.table-no-bordered {
    border-right: 1px solid transparent;
}

.fixed-table-body-columns table {
    position: absolute;
    animation: none;
}

.fixed-table-header-columns-right,
.fixed-table-body-columns-right {
    position: absolute;
    background-color: #fff;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: -3px 0px 8px rgba(0,0,0,.08);
    z-index: 1;
}

.fixed-table-header-columns, .fixed-table-header-columns-right {
	z-index: 2;
}

.fixed-table-body-columns-right table {
    position: absolute;
    animation: none;
}

.fixed-table-header table thead tr th.fixed-column,
.fixed-table-body table tbody tr td.fixed-column {
	visibility: hidden;
}

.bootstrap-table .table-hover > tbody > tr.hover > td{
    background-color: #f5f5f5;
}

.fixed-table-container .table-hover tbody tr.selected.hover td {
	background-color: #e6f7ff;
}

.bootstrap-table .table-hover > tbody > tr.success.hover > td,
.bootstrap-table .table-hover > tbody > tr.success.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.success,
.bootstrap-table .table-hover > tbody > tr.selected > td.success {
    background-color: #d0e9c6;
}

.bootstrap-table .table-hover > tbody > tr.info.hover > td,
.bootstrap-table .table-hover > tbody > tr.info.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.info,
.bootstrap-table .table-hover > tbody > tr.selected > td.info {
    background-color: #c4e3f3;
}

.bootstrap-table .table-hover > tbody > tr.warning.hover > td,
.bootstrap-table .table-hover > tbody > tr.warning.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.warning,
.bootstrap-table .table-hover > tbody > tr.selected > td.warning {
    background-color: #faf2cc;
}

.bootstrap-table .table-hover > tbody > tr.danger.hover > td,
.bootstrap-table .table-hover > tbody > tr.danger.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.danger,
.bootstrap-table .table-hover > tbody > tr.selected > td.danger {
    background-color: #ebcccc;
}

.bootstrap-table .table-hover > tbody > tr.primary.hover > td,
.bootstrap-table .table-hover > tbody > tr.primary.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.primary,
.bootstrap-table .table-hover > tbody > tr.selected > td.primary {
    background-color: #d0e2f0;
}

.bootstrap-table .table-hover > tbody > tr.deep-success.hover > td,
.bootstrap-table .table-hover > tbody > tr.deep-success.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.deep-success,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-success {
    background-color: #00AD76;
}

.bootstrap-table .table-hover > tbody > tr.deep-info.hover > td,
.bootstrap-table .table-hover > tbody > tr.deep-info.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.deep-info,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-info {
    background-color: #269ABC;
}

.bootstrap-table .table-hover > tbody > tr.deep-warning.hover > td,
.bootstrap-table .table-hover > tbody > tr.deep-warning.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.deep-warning,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-warning {
    background-color: #FD9237;
}

.bootstrap-table .table-hover > tbody > tr.deep-danger.hover > td,
.bootstrap-table .table-hover > tbody > tr.deep-danger.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.deep-danger,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-danger {
    background-color: #FF4E4D;
}

.bootstrap-table .table-hover > tbody > tr.deep-primary.hover > td,
.bootstrap-table .table-hover > tbody > tr.deep-primary.selected > td,
.bootstrap-table .table-hover > tbody > tr.hover > td.deep-primary,
.bootstrap-table .table-hover > tbody > tr.selected > td.deep-primary {
    background-color: #1689C0;
}

.fixed-table-container .fixed-table-header-columns thead th.grid-patch .th-inner,
.fixed-table-container .fixed-table-header-columns-right thead th.grid-patch .th-inner {
	padding: 12px 0;
}
