.tablesorter {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #0288D1;
	padding: 0 5px 5px 10px;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 15px 0;
}

.tablesorter td,
.tablesorter th {
	border: 0;
	border-color: transparent !important;
	background-color: transparent !important;
	outline: none;
}

.tablesorter tr td:first-child {
	border-radius: 7px 0 0 7px;
}

.tablesorter th {
	vertical-align: bottom;
}

.tablesorter td {
	padding: 3px 7px !important;
}

.tablesorter-filter-row {
	background-color: transparent !important;
}

.tablesorter tbody tr:hover {
	background-color: #E1F5FE !important;
}

.tablesorter-filter-row td {
	padding: 0 3px 5px 1px !important;
	vertical-align: middle;
}

tr.show-dashed-overline td {
	padding: 7px !important;
	border-top: 1px dashed #0288D1 !important;
}

.tablesorter-header-inner {
	color: #0288D1;
	text-shadow: none;
	border-bottom: 1px solid #0288D1 !important;
	padding: 3px 5px;
}

.tablesorter-headerAsc .tablesorter-header-inner,
.tablesorter-headerDesc .tablesorter-header-inner {
	color: #F57C00;
	border-bottom: 1px solid #F57C00 !important;
}

input.tablesorter-filter,
select.tablesorter-filter,
input.dateFrom,
input.dateTo {
	border-radius: 3px;
	border: 1px solid #B3E5FC !important;
}

input.tablesorter-filter,
input.dateFrom,
input.dateTo {
	padding: 2px 5px !important;
}

select.tablesorter-filter {
	padding: 1px 0 !important;
}

input.tablesorter-filter.disabled,
select.tablesorter-filter.disabled {
	border-color: transparent !important;
}

select.tablesorter-filter-active {
	border-color: #F57C00 !important;
	background-color: #FFF9F0 !important;
}

.dateFrom,
.dateTo {
	width: 80px;
}

.ui-slider {
	margin: 0 10%;
}

a.order-changes {
	color: red;
}