table {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: inherit;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #e8e8e8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-right: 1px solid #e8e8e8;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #E6F7FF;
}
.table-hover > tbody > tr.no-records-found:hover {
    background-color: #fff;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.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-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.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-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.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-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.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-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.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;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
    background-color: #d0e2f0;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.11.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
 .bootstrap-table {
 	position: relative;
     /* add by sr fix bug: inline form cant not input or query   */
     clear: both;
 }
 
.bootstrap-table.loading:after {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: '';
    pointer-events: auto;
    opacity: 0;
}

.bootstrap-table.loading .fixed-table-container, .bootstrap-table.loading .fixed-table-pagination, .bootstrap-table.loading .fixed-table-toolbar, .bootstrap-table.loading .ez-table-footer {
	opacity: .3;
}

.bootstrap-table.loading .fixed-table-loading {
	display: block;	
}
 
.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-radius: 1px;
    table-layout: fixed;
}

.fixed-table-container {
    position: relative;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    transition: opacity .3s;
    z-index: 0;
}

.fixed-table-title {
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	padding : 12px 16px;
	color: #262626;
	font-weight: 500;
	font-size: 16px;
	border-radius: 4px 4px 0 0;
}

.toolbar-title {
	color: #262626;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	float: left;
}

.fixed-table-toolbar {
	padding-bottom: 8px;
	position: relative;
}

.fixed-table-header.scroll .scroll-inner {
	width: 10px;
	height: 100%;
	display: none;
}

.fixed-table-header.scroll .scroll-inner {
	display: inline-block;
}

.fixed-table-header.scroll table {
    display: inline-table;
    vertical-align: top;
}

.fixed-table-header, .fixed-table-header-columns,
.fixed-table-header, .fixed-table-header-columns-right {
	background-color: #fafafa !important;
	border-bottom: 1px solid #1890ff;
}

.table-no-bordered .fixed-table-header .table > thead > tr > th[resizable]:not(.bs-checkbox):not(:last-child):after,
.table-no-bordered .fixed-table-header-columns .table > thead > tr > th[resizable]:not(:last-child):not(.bs-checkbox):after,
.table-no-bordered .fixed-table-header-columns-right .table > thead > tr > th[resizable]:not(:last-child):not(.bs-checkbox):after {
	content: '';
	width: 1px;
	height: 24px;
	background: linear-gradient(to top, #fff 14%,#bfbfbf 50%,#fff 100%);
	background: -webkit-linear-gradient(top, #fff 14%,#bfbfbf 50%,#fff 100%);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}

.bootstrap-table .table:not(.table-bordered) > thead > tr > th {
	position: relative;
}

.fixed-table-header {
    overflow: hidden;
    flex: 0 0 auto;
    white-space: nowrap;
}

.fixed-table-footer {
	position: relative;
    left: -1px;
    padding-top: 8px;
    border: 1px solid #FFF;
    border-top: 1px solid #dddddd;
    overflow: hidden;
    flex: 0 0 auto;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    flex : 1 1 auto;
    position: relative;
}

.table-boder-right {
    border-right: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead tr th:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th.nowrap,
.fixed-table-container tbody td.nowrap,
.fixed-table-container thead th .nowrap,
.fixed-table-container tbody td .nowrap {
    overflow: hidden;
    white-space: nowrap;
}

.fixed-table-container tbody td.nowrap,
.fixed-table-container tbody td .nowrap {
    text-overflow: ellipsis;
}

thead th i.sortable{
    margin-left: 8px;
    cursor: pointer;
    color: #bfbfbf;
    line-height: 1;
    font-weight: normal;/*预防字体图标加粗变模糊 */
    font-size: 14px;
}

thead th i.sortable:HOVER{
    color: rgba(0,0,0,.45);
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #e6f7ff;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .box-control label {
    border-collapse: separate;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-container .no-records-found td {
	border-bottom: none;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
	margin-top: 4px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 18px;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 4px !important;
}

.fixed-table-pagination .pagination li:last-child a {
	margin: 0;
}

.fixed-table-pagination .pagination-info {
    line-height: 30px;
    margin-right: 5px;
    color: #777;
}

.fixed-table-pagination .page-list {
    margin-left: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .dropup .dropdown-menu a {
	color: #595959;
	padding: 0 16px;
}

.fixed-table-pagination .dropup .dropdown-menu a:hover,
.fixed-table-pagination .dropup .dropdown-menu a:focus {
	background-color: #fafafa;
}

.fixed-table-pagination .dropup .dropdown-menu >.active> a {
	background-color: #e6f7ff;
	color: #595959;
	font-weight: 500;
}

.fixed-table-pagination.simple-page .pagination a {
	border-color: transparent;
}

.fixed-table-pagination.simple-page .pagination > .active > a {
	border-color: #1890ff;
}

.fixed-table-pagination.simple-page .pagination > li:first-child > a,
.fixed-table-pagination.simple-page .pagination > li:last-child > a {
	border-color: transparent;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.fixed-table-loading .loading-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fixed-table-loading .loading-content .icon {
	color: #1890ff;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr:last-child > th {
	border-bottom: none;
}

/* support bootstrap 3 */
.bootstrap-table thead > tr > th {
	vertical-align: middle;
    padding: 12px;
    margin: 0;
    font-weight: 600;
    color: #262626;
    white-space: normal;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.bootstrap-table .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* for get correct heights  */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}

.fixed-table-container:before, .fixed-table-container:after {
	content: "";
    position: absolute;
    background-color: #e8e8e8;
    z-index: 2;
}

.fixed-table-container:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.fixed-table-container:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.table-no-bordered.fixed-table-container:after {
	display: none;
}

.fixed-table-container .fixed-table-header thead tr th.scrollbar:not(.table-cell-fixed-right) {
	border-right: none;
}