/*
#tabulator-theme-sp .tabulator-header {
    background-color:#333;
    color:#fff;
}
*/

#tabulator-theme-sp .tabulator-row {
    min-height: 32px;
}

#tabulator-theme-sp .tabulator-row .tabulator-cell {
	/*height: 34px;*/
	padding: 10px; /*4px*/
	border-right: 1px solid #f5f5f5;
}
#tabulator-theme-sp .tabulator-row .tabulator-cell:last-of-type {
    border-right: none;
}
#tabulator-theme-sp .tabulator-header .tabulator-col {
	border-right: none;
}
#tabulator-theme-sp .tabulator-row.tabulator-selectable:hover {
    background-color: rgba(0,123,250,0.1);/*#bbb;*/
    cursor: pointer;
}

#tabulator-theme-sp .tabulator-footer .tabulator-page.active {
    color: #005bd1;
}

#tabulator-theme-sp .tabulator-header-filter input {
	/*border-color: #005bd1;*/
}
