/* Minification failed. Returning unminified contents.
(256,82): run-time error CSS1030: Expected identifier, found '.'
(256,88): run-time error CSS1031: Expected selector, found ')'
(256,88): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.wr_grid_boolean { width: 100% !important; }

.wr_grid_number { width: 100% !important; }

.wr_grid_number_select { width: 75px !important; }

.wr_grid_date { width: 100% !important; }

.wr_grid_date_select { width: 100px !important; }

.wr_grid_string_popup { padding-right: 4px !important; }

.wr_grid_string_list { width: 100% !important; }

.wr_grid_string { width: 100% !important; }

.wr_grid_string_select {
	width: 100% !important;
	margin: 2px !important;
}

.wr_grid_foreign_key { width: 100% !important; }

.wr_grid_filter_apply, .wr_grid_filter_all {
	width: 100% !important;
	margin: 1px !important;
}

.wr_grid_filter_all {
	display: flex;
	padding: 0 3px;
}

.k-pager-info.k-label { float: left; }

.k-pager-refresh { float: none !important; }

#grid TD { white-space: nowrap; position:relative}

.k-pager-wrap .k-dropdown { width: 5.100em; }

#grid tr[role=search_row] th {
	padding: 0px !important;
	border-bottom: 1px solid !important;
	vertical-align: top !important;
}

#grid tr[role=search_row] > th > span {
	padding: 0px !important;
	height: 100% !important;
}

#grid tr[role=search_row] > th > span .k-input {
	padding: 0px !important;
}

#grid tr[role=search_row] > th .k-textbox {
	padding: 0px !important;
}

#grid tr[role=search_row] > th > span > span.k-dropdown-wrap {
	border: 0px;
	box-shadow: none !important;
}

#grid tr[role=search_row] input { border: 0px; }

.grid-header-toolbar-btn {
	width: initial;
	display: inline-block;
	margin: 13px 3px 13px 13px;
}

#grid-header-toolbar {
	white-space: nowrap;
	display: block;
}

.k-grid-toolbar {
	display: flex;
	min-width: fit-content;
}
	.k-grid-toolbar > * {
		display: block;
		width: max-content;
	}
		.k-grid-toolbar > * > * {
			display: inline-flex;
			align-items: center;
		}
	.k-grid-toolbar .k-button {
		-webkit-box-shadow: inset 0px 0px 2px 0px whitesmoke !important;
		white-space: nowrap;
		height: fit-content;
	}
.grid-filter-helper-row {
	padding: 0 6px;
}

.grid-filter-helper-hide {
	display: none;
}

.grid-filter-helper-header {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.grid-filter-helper-item {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.grid-filter-helper-item .filterText {
		font-weight: normal !important;
		max-width: 350px !important;
		text-overflow: ellipsis !important;
		display: block;
		overflow: hidden !important;
	}

.grid-pager-btn {
	float: left;
	margin-right: 6px;
	padding: 3px;
	width: 60px;
	height: 24px;
}

.grid-header-title { display: inline-block; }

tr[role=search_row] .k-list {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	width: auto !important;
}

tr[role=search_row] .k-list-container {
	white-space: nowrap !important;
	width: auto !important;
	overflow-x: hidden !important;
	min-width: 100px !important;
}

.k-grid-header .k-input {
	margin-bottom: -1px !important; /* to adjust text and selection filters, fixes line below search row */
}

.k-loading-image {
	position: fixed !important;
}
.k-multiselect {
	border: none !important;
}

	.k-multiselect .k-multiselect-wrap {
		display: inline-flex;
		min-width: -webkit-fill-available;
	}


.filter-remove {
	margin-inline: -2px 4px;
}

#grid .k-grid-header {
	position: sticky;
	top: 0;
	z-index: 3;
}

#grid .k-grid-footer {
	position: sticky;
	bottom: 0;
	z-index: 3;
}

#grid.calculatedHeight {
	width: 100%;
}

#grid.calculatedHeight > table {
	display: inherit;
	overflow: auto;
}

tr.selection-aggregation-row {
	font-style: italic;
	opacity: 0.8;
}
TD, BODY, UL, OL, LI, A, DIV, SPAN, P {
  FONT-SIZE: 11px;
  FONT-FAMILY: Verdana, Tahoma, Arial;
}

h1, h2, h2 span, .wf_title {
	font-size:16px;
	font-weight: bold;
}

.k-state-selected .k-link {
	font-weight: bold;
}

.wr-archived {
	background-color: #DDDDDD;
}

#wr-notification-area {
	position: fixed;
	top: 20px;
	display: none;
	text-align: center;
	width: 36%;
	margin-left: 32%;
	z-index: 999;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff69b;
	border: 1px dotted #9a6800;
}
#wr-notification-area.no-parent {
	background-color: unset;
	border: unset;
}
	#wr-notification-area .notification-message {
		background-color: white;
		color: maroon;
		padding: 10px 30px;
		border: 1px dotted #9a6800;
	}
	#wr-notification-area .notification-message.success {
		background-color: #48b428;
		color: white;
		border: 1px dotted #ffffff;
	}
	#wr-notification-area .notification-message.warning {
		background-color: #fff69b;
		color: maroon;
		border: 1px dotted #9a6800;
	}
	#wr-notification-area .notification-message.error {
		background-color: #f7887c;
		color: white;
		border: 1px dotted #ffffff;
	}

input[type="text"].error, select.error, textarea.error, span.k-dropdown:has(input.error) {
	border: solid 1px #c33a3a !important;
}
input[type=radio].error {
	outline: solid 1px #c33a3a;
}
input[type=radio].valid {
	outline: none;
}
.k-upload {
	display: inline-block;
}
BODY.k-widget {
	border: none;
}

.autoimage {
	max-width: 100%;
	height: auto;
}

.k-footer-template>TD {
	text-overflow: clip;
}
.k-list-container {
	white-space: nowrap;
}

.wr-dropdown-link {
	margin-top: auto;
	margin-bottom: auto;
	color: grey;
}
.wr-dropdown-link-wrapper {
	display: grid;
	grid-template-columns: minmax(0,100%) auto;
}
.wr-dropdown-show-more {
	width: -webkit-fill-available;
	display: none;
	padding: 0;
	margin-top: 0.4em;
}
