/* tables */
table.tablesortable thead tr th {
   padding:10px 20px 10px 10px;
   vertical-align:middle;
}
table.tablesortable thead tr .header {
	background-image:url(images/filter-list.svg);
	background-repeat:no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 10px;
	cursor:pointer;
	color: var(--activate-neutral900);
}
table.tablesortable thead tr .headerSortUp {
	background-image:url(images/filter-list.svg);
   background-repeat:no-repeat;
   background-position-x: calc(100% - 10px);
   background-position-y: 10px;
	cursor:pointer;
	background-color: var(--activate-neutral400);
}
table.tablesortable thead tr .headerSortDown {
	background-image:url(images/filter-list.svg);
   background-repeat:no-repeat;
   background-position-x: calc(100% - 10px);
   background-position-y: 10px;
	cursor:pointer;
	background-color: var(--activate-neutral400);

}
/* table.tablesortable thead tr .headerSortDown, table.tablesortable thead tr .headerSortUp {
   background-color:#e9e9e9;
} */
