﻿/* Pathfinder specific styles will go here */


.k-filter .k-filter-container {
	margin-block-end: 0;
}

/* hide the filter button */
.custom-filter .k-toolbar-button-group {
	display: none;
}

.custom-filter button:nth-child(3) {
	display: none;
}

/* Restore row/header borders for child grids inside a DetailTemplate */
/* gm: this seens to not be needed now, lets keep an eye on it for a bit */
/*.k-grid .k-detail-cell .k-grid .k-table-tbody > tr > td {
	border-bottom: 1px solid var(--kendo-color-border);
}

.k-grid .k-detail-cell .k-grid .k-table-thead > tr > th {
	border-bottom: 1px solid var(--kendo-color-border);
}*/