
.ascending {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.descending {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.reset-sorting {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
}

.no-sorting .reset-sorting {
	display: none;
}

.descending-sorting .descending {
	display: none;
}

.ascending-sorting .ascending {
	display: none;
}

.sorting {
	margin-left: 5px;
	display: inline-block;
}

select.grid-limit {
	width: 60px !important;
	margin-right: -4px;
}

.grid-limit-box {
	text-align: right;
}

.grid .pagination {
	margin-top: 0;
	margin-bottom: 0;
}

.grid-filter-row input, .grid-filter-row select {
	margin-bottom: 0;
	width: 100%;
}

.grid-filter-row {
	border-bottom-width: 2px;
}

