﻿/* 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 */
/* AT: GREG we NEED THIS!!! */
.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);
}

.mw-user-grid-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.mw-user-grid-action-icon {
	width: 22px;
	height: 22px;
	padding: 2px;
}

.mw-user-grid-action-icon .mud-icon-root {
	font-size: 0.86rem;
}
