
                
                #tableStatus{
                    position: absolute;
                    bottom: 0px;
                    height: 30px;
                    line-height: 30px;
                    left: 0px;
                    right: 0px;
                    padding-left: 5px;
                    padding-right: 5px;
                    font-size: 12px;
					background:white;
                }.tabulator .tabulator-tableHolder {
	width: 100%;
}
.tabulator .tabulator-header {
	font-weight: bold;
	font-size: 13px;
}
.tabulator-row {
	font-size: 13px;
}
.tabulator-row.tabulator-selectable:hover {
	background-color: #D9D9D9;
	cursor: default;
}
.tabulator .tabulator-header .tabulator-col {
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
	background-color: #0067B3;
}
.tabulator-row .tabulator-cell {
	padding-bottom: 2px;
}
.tabulator-row .tabulator-cell {
	height: auto!important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-top: 6px solid #fff700;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-top: none;
	border-bottom: 6px solid #fff700;
}
.tabulator .tabulator-header {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}