/* tables */
table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
table.tablesorter thead tr .header {
	background-image: url(/gfx/ts_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/gfx/ts_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/gfx/ts_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #2FA5DD;
}

table.tablesorter thead th .tablesorter-header-inner {
    font-size: 26px !important;
    font-weight: 600 !important;
}

table.tablesorter thead th {
    padding-right: 28px !important; /* da bude mesta za strelicu */
}

table.tablesorter thead th.header,
table.tablesorter thead th.headerSortUp,
table.tablesorter thead th.headerSortDown {
    background-position: right 6px center !important;
}


/* HEADER – veći font */
table.tablesorter thead th {
    font-size: 20px; !important;
    font-weight: 600; !important;
    padding-right: 22px; !important; /* prostor za strelicu */
}

/* Strelice – poravnane desno */
table.tablesorter thead th.header,
table.tablesorter thead th.headerSortUp,
table.tablesorter thead th.headerSortDown {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center !important;
}

/* Osnovni header – neutralna strelica / pozadina */
table.tablesorter thead th.tablesorter-header {
    background-image: url(/gfx/ts_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

/* UZLAZNO sortiranje (asc) – gore strelica */
table.tablesorter thead th.tablesorter-headerAsc {
    background-image: url(/gfx/ts_asc.gif);
    background-color: #2FA5DD;
}

/* OPADAJUĆE sortiranje (desc) – dole strelica */
table.tablesorter thead th.tablesorter-headerDesc {
    background-image: url(/gfx/ts_desc.gif);
    background-color: #2FA5DD;
}
