/* /Components/CaptureHistory.razor.rz.scp.css */
capture-history[b-jzmug7kmt4] {
	display: flex;
	flex-direction: column;
	user-select: none;
}

[b-jzmug7kmt4] search-list {
	display: flex;
	flex-direction: column;
}

 [b-jzmug7kmt4] search-item {
	 display: flex;
 }

[b-jzmug7kmt4] search-name {
	flex: 1 1 0;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*::deep search-item:hover {
	background-color: var(--hover-background-color);
}*/

[b-jzmug7kmt4] .selected {
	background-color: lightsteelblue;
}

[b-jzmug7kmt4] .unsaved::after {
	content: ' *';
}

[b-jzmug7kmt4] search-item button {
	background-color: transparent;
	font-size: 13px;
	border: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity var(--popup-duration);
}

[b-jzmug7kmt4] search-item:hover button {
	visibility: visible;
	opacity: 1;
}

[b-jzmug7kmt4] search-params-caption {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	border-top: 2px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
}

	[b-jzmug7kmt4] search-params-caption span:last-child {
		align-self: center;
		padding-bottom: 2px;
	}

	[b-jzmug7kmt4] search-params-caption:hover span:last-child {
		background-color: lightgray;
	}

[b-jzmug7kmt4] field-list {
	display: grid;
	grid-template-columns: 50px 30px auto;
	grid-column-gap: 5px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 2px solid var(--sbs-separator-color);
	font-size: 13px;
}

	[b-jzmug7kmt4] field-list field-operator {
		justify-self: center;
	}

[b-jzmug7kmt4] field-name, [b-jzmug7kmt4] field-value {
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: text;
}


[b-jzmug7kmt4] col-name, [b-jzmug7kmt4] col-value, [b-jzmug7kmt4] col-operator {
	font-style: oblique; 
	font-weight: bold; 
}
/* /Components/Edit.razor.rz.scp.css */

edit-page[b-kpf3flf7ry] {
	--border-color: lightgray;
	display: flex;
	flex-direction: column;
	gap: var(--sbs-default-gap);
	height: 100%;
	background-color: var(--sbs-primary-background-color-2);
}

[b-kpf3flf7ry] edit-layout-container {
	display: flex;
	flex: 1 1;
	height: 0;
	padding: var(--sbs-default-gap);
	padding-top: 0;
}

	[b-kpf3flf7ry] edit-layout-container.layout-row {
		flex-direction: row;
	}

		[b-kpf3flf7ry] edit-layout-container.layout-row.edit-mode {
			padding-left: 0;
		}

	[b-kpf3flf7ry] edit-layout-container.layout-column {
		flex-direction: column;
	}

[b-kpf3flf7ry] .layout-row layout-index-fields {
	width: 25%;
	overflow: auto;
	border-right: 1px solid var(--border-color);
}

[b-kpf3flf7ry] .layout-column layout-index-fields {
	width: 100%;
	border-bottom: 1px solid var(--border-color);
}

[b-kpf3flf7ry] .layout-row layout-filesviewer {
	flex: 1 1 0;
}

[b-kpf3flf7ry] .layout-column layout-filesviewer {
	flex: 1 1 0;
	border-left: 1px solid var(--border-color);
}

[b-kpf3flf7ry] .k-tabstrip-content, .k-tabstrip > .k-content[b-kpf3flf7ry] {
	padding: 5px;
}

[b-kpf3flf7ry] process-step-container {
	display: block;
	flex: 1 1 0;
	max-width: 240px;
	padding: 15px;
	background-color: white;
}

[b-kpf3flf7ry] .layout-tabs process-step-container {
	padding: 5px;
	max-width: unset;
}

[b-kpf3flf7ry] button-bar label {
	margin: 0 var(--sbs-default-gap) 0 0;
	font-size: 20px;
	color: var(--sbs-docstate-color);
}

	[b-kpf3flf7ry] button-bar label.state-new-doc {
		transform: translateY(10px);
	}

[b-kpf3flf7ry] button-bar label.state-new-doc:before {
	content: '*';
	font-size: 40px;
	color: var(--sbs-docstate-new-color);
}

	[b-kpf3flf7ry] button-bar svg.iconic.iconic-sm:not(.iconic-size-md):not(.iconic-size-lg),
	[b-kpf3flf7ry] button-bar svg.iconic.iconic-size-sm {
		width: var(--sbs-button-bar-icon-size);
		height: var(--sbs-button-bar-icon-size);
	}

[b-kpf3flf7ry] .dxbs-toolbar:not(.dxbs-ta-nib) > .btn-toolbar > .btn-group:not(:last-child) {
	margin-right: 1.0rem;
}

[b-kpf3flf7ry] button-bar .iconic-delete {
	fill: var(--sbs-warning-color);
}

[b-kpf3flf7ry] button-bar .iconic-trash {
	fill: dimgray;
}

[b-kpf3flf7ry] button-bar .iconic-trash-lid {
	fill: cornflowerblue;
}

	[b-kpf3flf7ry] button-bar button::before {
		opacity: 1 !important;
	}


[b-kpf3flf7ry] .checkin-verification-warning {
	position: relative;
}

	[b-kpf3flf7ry] .checkin-verification-warning::before {
		content: '!';
		position: absolute;
		right: 2px;
		bottom: 0;
		line-height: 15px;
		font-size: 13px;
		font-weight: 900;
		color: white;
		background-color: var(--sbs-verification-warning-color);
		border: 0px solid;
		border-radius: 50%;
		width: 13px;
		height: 13px;
	}

[b-kpf3flf7ry] .edit-tabs {
	flex: 1 1;
}
/* /Components/FieldInput.razor.rz.scp.css */

field-input[b-ok18pt7wx1] {
  display: flex;
}

  [b-ok18pt7wx1] > * {
    flex: 1 0 0;
  }

[b-ok18pt7wx1] .single-select button.dxbs-editor-dropdown-button {
  display: none;
}

[b-ok18pt7wx1] .field-input input, [b-ok18pt7wx1] .field-input textarea {
  background-color: var(--sbs-primary-background-color-2) !important;
}

[b-ok18pt7wx1] list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 22px;
  border: 1px solid gray;
  border-left-width: 0;
  border-radius: 0 0.15rem 0.15rem 0;
  border-color: #ced4da;
}

  [b-ok18pt7wx1] list-icon svg path {
    stroke: var(--sbs-text-color);
  }

/* /Components/FilesViewer.razor.rz.scp.css */
files-viewer[b-vvbzr3lxs4] {
	--sbs-file-item-width: 85px;
	--sbs-file-item-height: 130px;
	display: block;
	height: 100%;
	width: 100%;
}

[b-vvbzr3lxs4] .file-viewer-padding {
	width: 100%;
	height: 100%;
}


/*::deep .k-tabstrip {
	height: 100%;
}*/

[b-vvbzr3lxs4] .k-tabstrip-content {
	padding: 0;
	border: none;
}

[b-vvbzr3lxs4] .k-splitbar {
	color: var(--fd-blue);
	background-color: transparent;
}

	[b-vvbzr3lxs4] .k-splitbar:hover {
		background-color: var(--sbs-splitbar-hover-color);
	}
	
	[b-vvbzr3lxs4] .k-splitbar:focus {
		background-color: var(--sbs-splitbar-focus-color);
	}

[b-vvbzr3lxs4] .gallery-rev {
	height: 100%;
}

[b-vvbzr3lxs4] gallery-tab, [b-vvbzr3lxs4] revisions-tab {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	cursor: pointer;
}

[b-vvbzr3lxs4] .gallery-rev-tab.selected {
	background-color: var(--sbs-primary-background-color-3);
}

[b-vvbzr3lxs4] gallery-tab:hover, [b-vvbzr3lxs4] revisions-tab:hover {
	border-bottom: 3px solid darkgray;
}

[b-vvbzr3lxs4] .selected gallery-tab, [b-vvbzr3lxs4] .selected revisions-tab {
	border-bottom: 3px solid var(--fd-blue);
}

[b-vvbzr3lxs4] svg.iconic {
	width: 20px;
	height: 20px;
}
/* /Components/FileViewer.razor.rz.scp.css */
file-viewer[b-l20oegmkc3] {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f1f3f5;
  position: relative;
}

file-viewer iframe[b-l20oegmkc3] {
  width: 100%;
  height: 100%;
}

[b-l20oegmkc3] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[b-l20oegmkc3] edoc-viewer {
  display: block;
  height: 100%;
}

[b-l20oegmkc3] text-container {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  word-break: break-word;
}

[b-l20oegmkc3] .hidden {
  display: none;
}

[b-l20oegmkc3] video, [b-l20oegmkc3] audio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
/* /Components/GroupSeparator.razor.rz.scp.css */
group-separator[b-yhi5v67gqx] {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 35px;
	padding: 0px 8px 0px 15px;
}

[b-yhi5v67gqx] label {
	flex: 1 0;
	font-weight: bold;
	font-size: small;
	height: 20px;
	margin: 0;
	color: var(--sbs-button-color);
}

[b-yhi5v67gqx] label.clickable:hover {
	cursor: pointer;
}

[b-yhi5v67gqx] button {
	width: 30px;
	top: 0;
	color: var(--sbs-button-color);
	font-size: medium;
	box-shadow: none;
}

group-separator:first-child button[b-yhi5v67gqx] {
	margin-top: 0;
}


	[b-yhi5v67gqx] .flip-vertical {
		transform: scaleY(-1);
	}

/* /Components/HeaderToolbar.razor.rz.scp.css */
titlebar-buttons[b-mwkbro1vjf] {
	position: relative;
}

[b-mwkbro1vjf] notification-menuitem {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

[b-mwkbro1vjf] .round-button {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
}

	[b-mwkbro1vjf] .round-button svg.iconic-bell {
		width: 60% !important;
		height: 60% !important;
		margin-top: 6px;
		stroke: var(--fd-blue) !important;
		stroke-width: 2.5px;
	}

[b-mwkbro1vjf] .round-button svg.iconic-bell path {
	fill: none;
	stroke: var(--fd-blue) !important;
}

		[b-mwkbro1vjf] .round-button svg.iconic-bell > g {
			transform: scale(3.7) translate(3.5px, 1px);
		}

[b-mwkbro1vjf] .counter {
	display: block;
	width: 17px;
	height: 17px;
	border: none;
	border-radius: 50%;
	color: white;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	justify-self: right;
}

[b-mwkbro1vjf] progress-counter {
	grid-column: 2;
	grid-row: 1;
	background-color: cornflowerblue;
}

[b-mwkbro1vjf] warnings-errors-counter {
	grid-column: 2;
	grid-row: 2;
	align-self: self-end;
	margin-bottom: 5px;
	background-color: var(--sbs-warning-color);
}
/* /Components/HistoryInput.razor.rz.scp.css */

history-input[b-7ftym0muoe] {
	display: flex;
	justify-content: space-between;
	position: relative;
}

	[b-7ftym0muoe] > * {
		flex: 1;
	}

	:hover[b-7ftym0muoe] >  .oi-caret-bottom {
		visibility: visible;
		opacity: 1;
	}

[b-7ftym0muoe] .oi-caret-bottom, [b-7ftym0muoe] .oi-caret-bottom:focus {
	font-size: 10px;
	border: none;
	outline: none;
	/*background-color: lightgray;*/
	border-radius: 3px;
	margin-left: 2px;
	transform: translateY(-1px);
	visibility: hidden;
	opacity: 0;
	transition: opacity var(--popup-duration);
}

	[b-7ftym0muoe] button:hover {
		background-color: lightgray;
	}

[b-7ftym0muoe] select {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	width: auto;
	min-width: 100px;
	border: none;
	overflow: hidden;
	box-shadow: 1px 1px 5px 1px #80808080;
}

	[b-7ftym0muoe] select option {
		margin: 8px;
	}
/* /Components/HitlistHistory.razor.rz.scp.css */
result-history[b-voo186qf92] {
	display: flex;
	flex-direction: column;
}

[b-voo186qf92] result-list {
	display: flex;
	flex-direction: column;
}

[b-voo186qf92] result-item {
	display: flex;
}

[b-voo186qf92] result-name {
	flex: 1 1 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

[b-voo186qf92] .selected {
	background-color: lightsteelblue;
}

[b-voo186qf92] result-item button {
	background-color: transparent;
	font-size: 13px;
	border: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity var(--popup-duration);
}

[b-voo186qf92] result-item:hover button {
	visibility: visible;
	opacity: 1;
}
/* /Components/IndexField.razor.rz.scp.css */

/* Set height of DevExpress input fields with SizeMode.Small */
/*::deep .form-control-sm, .dxbs-tagbox .form-control-sm {
	height: 22px;
}*/

index-field[b-2c8o4krrts] {
	display: grid;
	position: relative;
	grid-template-columns: 0 auto;
	align-items: center;
	--selector-width: 30px;
	--selector-margin-right: 5px;
}

/*	index-field.show-operators {
		grid-template-columns: 30px auto;
	}*/

[b-2c8o4krrts] .search-operator-selector {
	grid-column: 1;
	width: var(--selector-width);
	margin-right: var(--selector-margin-right);
}

[b-2c8o4krrts]:hover .search-operator-selector, [b-2c8o4krrts]:focus-within .search-operator-selector {
	display: initial;
}

[b-2c8o4krrts] .search-operator-selector input {
	text-align: center;
	padding: 0px 4px 0px !important;
	text-overflow: clip;
	user-select: none;
}

[b-2c8o4krrts] field-input .dxbs-input-group-append {
	height: 100%;
}

[b-2c8o4krrts] .dxbs-combobox button.dxbs-editor-dropdown-button {
	display: none;
}

[b-2c8o4krrts] .field-from-input {
	grid-column: 2;
	grid-row: 1;
}

[b-2c8o4krrts] .field-to-input {
	grid-column: 2;
	grid-row: 2;
}

[b-2c8o4krrts] .formlayout {
	transition: all 1s;
}

[b-2c8o4krrts] .separatorcaption {
	font-weight: bold;
	font-size: small;
	margin-top: 20px;
	color: dodgerblue;
}

[b-2c8o4krrts] .separatorbutton {
	font-size: small;
	margin-top: 10px;
	color: dodgerblue;
}

[b-2c8o4krrts] .rotation180 {
	transform: rotate(180deg);
}

[b-2c8o4krrts] verify-message {
	position: absolute;
	left: 40px;
	bottom: -4px;
	height: 12px;
	font-size: 12px;
	line-height: 10px;
	z-index: var(--verification-z-index);
	padding: 2px 5px;
	color: var(--sbs-verification-warning-color);
	background-color: white;
	/* border: 1px solid var(--sbs-verification-warning-color); */
}

[b-2c8o4krrts] verify-message ~ field-input.field-from-input input {
	border-color: var(--sbs-verification-warning-color);
}

[b-2c8o4krrts] .modified input, [b-2c8o4krrts] .modified textarea, [b-2c8o4krrts] .modified .dx-blazor-tagbox {
	background-color: var(--sbs-field-modified-color) !important;
}

[b-2c8o4krrts] field-input .dxbs-input-group > div {
	max-width: unset !important;
	flex: 1;
}
/* /Components/IndexFieldCapture.razor.rz.scp.css */
field-capture-main[b-jytegy0ekb] {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 1;
	justify-content: space-between;
	height: 100%;
}

[b-jytegy0ekb] index-fields {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-width: 250px;
	justify-content: start;
	flex: 1;
	padding: 10px 10px 10px 10px;
	background-color: var(--sbs-primary-background-color-2);
}

[b-jytegy0ekb] button:focus {
	box-shadow: none;
}

/*::deep button-bar {
	place-self: flex-end;
}

	::deep button-bar button {
		align-self: flex-end;
		width: 40px;
		color: #194f90;
	}

		::deep button-bar button.oi-circle-x {
			color: darkred;
		}

		::deep button-bar button.fd-info-search.active {
			background-color: lightgray;
		}*/

[b-jytegy0ekb] .hidden {
	display: none;
	width: 0px;
}

[b-jytegy0ekb] .sbs-formlayout {
	padding: var(--sbs-default-gap) 0;
}

[b-jytegy0ekb] .sbs-formlayout.collapsed {
	display: none;
}

[b-jytegy0ekb] .linked-list {
	border: 1px solid var(--sbs-primary-color-2);
}

@media (min-width: 992px) {
	[b-jytegy0ekb] index-fields .sbs-formlayout {
		padding: var(--sbs-default-gap) 0 3px 0 !important;
	}
}
/* /Components/InputPopupDialog.razor.rz.scp.css */
[b-70kjxzgebk] text-inputs label {
	margin: 10px 0 0 0;
}

[b-70kjxzgebk] radio-inputs {
	display: flex;
	flex-wrap: wrap;
}

[b-70kjxzgebk] radio-inputs radio-label-combo {
	flex: 1 0 200px;
}

[b-70kjxzgebk] input[type=radio] {
	margin-right: 5px;
}

/*dialog-buttons {
	display: flex;
	flex: 1 1;
	justify-content: right;
}

	dialog-buttons button {
		background-color: var(--sbs-button-background-color);
		border: none;
		margin: 10px;
	}*/
/* /Components/LocalDocuments.razor.rz.scp.css */
local-documents[b-ialw13skxw] {
	display: flex;
	flex-direction: column;
	height: 100%;
}

[b-ialw13skxw] docs-table {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	height: 0;
	padding: 10px;
	background-color: var(--sbs-primary-background-color-2);
}

[b-ialw13skxw] .iconic-pencil-shaft {
	fill: var(--sbs-icon-fd-blue);
}

[b-ialw13skxw] .iconic-pencil-eraser {
	fill: brown;
}

[b-ialw13skxw] .iconic-eye .iconic-property-fill {
	fill: var(--sbs-button-color);
}

[b-ialw13skxw] .iconic-data-transfer .iconic-property-stroke {
	stroke: var(--sbs-docstate-color);
}

[b-ialw13skxw] .iconic-data-transfer .iconic-property-fill {
	fill: var(--sbs-docstate-color);
}
/* /Components/MessageDialog.razor.rz.scp.css */
/* message-buttons {
	display: flex;
	justify-content: end;
	padding-bottom: 5px;
}

 message-buttons button {
		border: none;
		color: var(--sbs-button-color);
		background-color: transparent;
		margin: 0 5px;
		user-select: none;
	}*/
/* /Components/Navigation.razor.rz.scp.css */
/*::deep nav-header {
	display: flex;
	align-items: center;
	grid-column: 1 / -1;
}*/

[b-i4mdqap8er] button.collapse-button {
	grid-column: 1 / -1;
	width: 35px;
	height: 43px;
	z-index: 1;
	align-self: center;
}
[b-i4mdqap8er] button.collapse-button:focus {
	align-self: center;
}

[b-i4mdqap8er].collapsed button.collapse-button {
	justify-self: center;
}

[b-i4mdqap8er] button.collapse-button:before {
	font-size: 30px;
	color: var(--sbs-button-color);
	content: '\00AB';
}

[b-i4mdqap8er].collapsed button.collapse-button:before {
	content: '\00BB';
}

nav[b-i4mdqap8er] {
	position: relative;
	display: flex;
	align-content: start;
	height: 100%;
	transition: width 0.4s;
	background-color: var(--nav-background-color);
}

	nav.collapsed[b-i4mdqap8er] {
		grid-template-columns: auto 0;
		width: auto;
		height: 100%;
		box-shadow: 0px 8px 7px 2px rgb(0 0 0 / 30%);
	}

[b-i4mdqap8er] main-menu {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	border-right: 1px solid lightgray;
}

[b-i4mdqap8er] menu-item {
	display: flex;
	flex-wrap: nowrap;
	height: 60px;
	align-items: center;
	padding: 0px 5px;
	cursor: pointer;
	user-select: none;
	border-left: 3px solid transparent;
	border-bottom: none;
	transition: background-color var(--popup-duration);
}

[b-i4mdqap8er] main-menu menu-item item-icon .iconic {
	width: var(--sbs-nav-icon-size) !important;
	height: var(--sbs-nav-icon-size) !important;
}

[b-i4mdqap8er] menu-item.selected, [b-i4mdqap8er] menu-item:hover {
	border-left: 3px solid var(--sbs-selected-border-color);
	background-color: var(--sbs-hover-background-color);
}

		[b-i4mdqap8er] menu-item:hover .iconic {
			filter: drop-shadow(2px 2px 5px slategray);
		}

[b-i4mdqap8er] item-icon {
	font-size: 18px;
	flex: 0 0 30px;
	color: white;
}

[b-i4mdqap8er] item-text {
	align-self: center;
	padding-left: 10px;
	font-size: 14px;
	white-space: normal;
	overflow: hidden;
	color: var(--interactive-color);
}

	:hover.iconic .iconic-property-accent[b-i4mdqap8er] {
		fill: var(--sbs-button-accent-color-highlight);
		stroke: var(--sbs-button-accent-color-highlight);
	}


[b-i4mdqap8er] .dx-btn, [b-i4mdqap8er] .dx-btn:focus {
	align-self: flex-end;
	box-shadow: none;
	color: var(--fd-blue);
}


[b-i4mdqap8er] tree-view {
	flex: 1 1 0;
	overflow: auto;
	padding-top: 5px;
	margin-bottom: var(--sbs-default-gap);
}

[b-i4mdqap8er] .dxbs-tree .expand-btn.btn {
	padding: 4px 4px 6px;
	margin-right: 0px;
}

[b-i4mdqap8er] .dxbs-tree > ul.nav ul.nav {
	margin: 0.2em 0 0.2em 1em;
}

[b-i4mdqap8er] .dxbs-tree ul.nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}


@media all and (max-width: 640px) {

	nav[b-i4mdqap8er], nav.collapsed[b-i4mdqap8er] {
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	[b-i4mdqap8er] main-menu {
		flex-direction: row;
	}

	[b-i4mdqap8er] menu-item {
		width: 60px;
		height: 47px;
		margin: 0px;
		padding: 10px 20px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: none;
	}

		[b-i4mdqap8er] menu-item:hover, [b-i4mdqap8er] menu-item.selected {
			border-left: none;
			border-bottom: 3px solid var(--sbs-selected-border-color);
		}

	[b-i4mdqap8er] main-menu button {
		order: 1;
		margin-left: auto;
		transform: rotate(90deg);
	}

		[b-i4mdqap8er] menu-item .iconic {
			width: 24px !important;
			height: 24px !important;
		}
}
/* /Components/Notifications.razor.rz.scp.css */
notification-list[b-ngc1hib193] {
	width: 300px;
	max-height: 500px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px 8px;
	left: unset;
	right: 0;
}

[b-ngc1hib193] notification-entry {
	display: grid;
	grid-template-columns: 20px 1fr 20px 20px;
	grid-template-rows: 20px auto auto;
	gap: 3px 10px;
	margin: 0 8px;
	padding-bottom: 10px;
}

[b-ngc1hib193] notification-entry:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

[b-ngc1hib193] notification-icon {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	text-align: center;
}

[b-ngc1hib193] notification-caption {
	grid-column: 2;
	grid-row: 1;
	/*color: var(--sbs-button-color);*/
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[b-ngc1hib193] notification-detail-button {
	grid-column: 3;
	grid-row: 1;
	justify-self: center;
	align-self: center;
	font-size: 13px;
}

[b-ngc1hib193] notification-delete-button {
	grid-column: 4;
	grid-row: 1;
	justify-self: center;
	align-self: center;
}

	[b-ngc1hib193] notification-delete-button button {
		padding-bottom: 15px;
		color: var(--sbs-button-color-highlight);
	}

[b-ngc1hib193] notification-text {
	grid-column: 2 / 5;
	grid-row: 2;
	font-size: 13px;
	white-space: pre-line;
}

[b-ngc1hib193] detail-text {
	grid-column: 2 / 5;
	grid-row: 3;
	max-height: 200px;
	overflow-y: auto;
	margin-top: 5px;
	font-size: 12px;
	white-space: pre-line;
}

[b-ngc1hib193] notification-icon svg {
	width: 100%;
	height: 100%;
}

[b-ngc1hib193] .iconic-warning-body {
	fill: var(--sbs-warning-color);
}

	[b-ngc1hib193] .iconic-warning-body.error {
		fill: var(--sbs-error-color);
	}

[b-ngc1hib193] spinning-wheel {
	width: 20px;
	height: 20px;
}

@media(hover:hover) {
	[b-ngc1hib193] notification-delete-button, [b-ngc1hib193] notification-detail-button {
		visibility: hidden;
	}

	[b-ngc1hib193] :hover notification-delete-button, [b-ngc1hib193] :hover notification-detail-button {
		visibility: visible;
	}
}
/* /Components/PageGallery.razor.rz.scp.css */

page-gallery[b-airl939617] {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: var(--sbs-primary-background-color-3);
}

	page-gallery.dir-column[b-airl939617] {
		overflow-y: auto;
	}

[b-airl939617] gallery-toolbar {
	display: flex;
	height: 35px;
	margin-top: 3px;
	align-items: center;
}

[b-airl939617] .k-pager-wrap {
	padding: 0;
}

[b-airl939617] .k-pager-numbers-wrap, [b-airl939617] .k-pager-info.k-label {
	display: none;
}

[b-airl939617] label {
	position: relative;
	flex: 1 0 40px;
	min-width: 70px;
	user-select: none;
	overflow: hidden;
	color: var(--interactive-color);
	margin-bottom: 0;
}

[b-airl939617].dir-column label {
	width: 100%;
	min-height: 60px;
}

[b-airl939617] dragndrop-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: darkgray;
	padding: 5px;
}

	[b-airl939617] dragndrop-caption svg {
		display: block;
		width: 20px;
		height: 20px;
	}

		[b-airl939617] dragndrop-caption svg path.iconic-property-stroke {
			stroke: white;
		}

[b-airl939617] input[type=file] {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

[b-airl939617] file-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 10px;
	width: 100%;
	overflow: hidden auto;
}

[b-airl939617].dir-column file-list {
	height: auto;
  margin-top: 10px;
}

drop-zone[b-airl939617] {
	display: block;
	width: var(--sbs-file-item-width);
	height: var(--sbs-file-item-height);
	margin: 3px 0px 0px 3px;
}

[b-airl939617] drop-zone.dropzone-entered {
	border: 1px dashed;
	background-color: var(--sbs-file-hover-color);
}

[b-airl939617] file-item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: var(--sbs-file-item-width);
	height: var(--sbs-file-item-height);
	margin: 5px;
	padding: 5px;
	word-wrap: anywhere;
	user-select: none;
	border-radius: 4px;
}

[b-airl939617].dir-column file-item {
	margin: 3px 0px 3px 3px;
}

[b-airl939617] .drag-entered {
	background-color: var(--sbs-file-hover-color);
}

[b-airl939617] file-thumb {
	width: 100%;
	flex: 1 0;
	height: 0;
	text-align: center;
}

	[b-airl939617] file-thumb img {
		display: block;
		margin: auto;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	[b-airl939617] file-thumb svg {
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		user-select: none;
		max-height: 100%;
		fill: none;
		stroke: dimgray;
		stroke-width: 1;
	}

		[b-airl939617] file-thumb img {
			border: 1px solid darkgray;
		}

		[b-airl939617] file-thumb svg .dogear {
			fill: dimgray;
			stroke: none;
		}

	[b-airl939617] file-thumb svg text {
		fill: black;
		stroke: none;
	}

[b-airl939617] file-pageno {
	height: 13px;
	font-size: 11px;
	text-align: center;
}

[b-airl939617] .selected-file {
	box-shadow: 0 0 3px 1px var(--sbs-file-hover-color);
}

[b-airl939617] file-item-buttons {
	visibility: hidden;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

[b-airl939617] file-item:hover file-item-buttons {
	visibility: visible;
	display: flex;
	opacity: 1;
}

[b-airl939617] file-item-buttons button {
	border: none;
	width: 30px;
	height: 30px;
	color: var(--interactive-color);
	background-color: white;
	font-size: 16px;
	padding: 0;
	margin: 5px;
	box-shadow: 0 0 3px 1px darkgrey;
}

[b-airl939617] file-item-buttons button span {
	transform: translate(1px,2px);
}

[b-airl939617] .k-tabstrip-content, .k-tabstrip > .k-content[b-airl939617] {
	background-color: var(--sbs-page-gallery-bg-color);
}

@media (hover: none) {
	:: deep file-item.selected-file file-item-buttons[b-airl939617] {
		visibility: visible;
		display: flex;
		opacity: 1;
	}
	
	[b-airl939617] file-item.selected-file file-item-buttons {
		visibility: visible;
		display: flex;
		opacity: 1;
	}
}
/* /Components/ProgressBar.razor.rz.scp.css */
progress-bar-container[b-16o3ulin27] {
	display: flex;
	flex-direction: column;
	align-items: center;
}

progress-bar-full[b-16o3ulin27] {
	width: 90%;
	height: 3px;
	margin: 5px;
	border: none;
	background-color: lightgray;
}

progress-bar[b-16o3ulin27] {
	display: block;
	height: 100%;
	background-color: var(--fd-blue);
}

progress-text[b-16o3ulin27] {
	font-size: 12px;
}
/* /Components/Revisions.razor.rz.scp.css */
revisions-main[b-bxd9rajymx] {
	display: block;
	height: 100%;
	padding: 5px;
	background-color: var(--sbs-primary-background-color-3);
}

[b-bxd9rajymx] rev-label {
	display: inline-block;
	margin-top: 5px;
	user-select: none;
}

[b-bxd9rajymx] .rev-combobox {
	display: inline-flex;
	width: 70px;
}

[b-bxd9rajymx] fields-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 10px;
	overflow: auto;
}

	[b-bxd9rajymx] fields-list.row-layout {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		overflow-y: auto;
		row-gap: 5px;
	}

	[b-bxd9rajymx] fields-list field-name {
		display: inline-block;
		padding-top: 5px;
		font-weight: bold;
		user-select: none;
	}
	
	[b-bxd9rajymx] fields-list br {
		user-select: none;
	}
/* /Components/Search.razor.rz.scp.css */
search-page[b-f6sm8pybap] {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: var(--sbs-primary-background-color-2);
}

	[b-f6sm8pybap] button-bar svg.iconic.iconic-sm:not(.iconic-size-md):not(.iconic-size-lg),
	[b-f6sm8pybap] button-bar svg.iconic.iconic-size-sm {
		width: var(--sbs-button-bar-icon-size);
		height: var(--sbs-button-bar-icon-size);
	}

[b-f6sm8pybap] .dxbs-toolbar:not(.dxbs-ta-nib) > .btn-toolbar > .btn-group:not(:last-child) {
	margin-right: 1.0rem;
}

[b-f6sm8pybap] button-bar button::before {
	opacity: 1 !important;
}

[b-f6sm8pybap] search-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 0;
	flex: 1 1;
	overflow-y: auto;
}

[b-f6sm8pybap] field-captures {
	display: flex;
	height: auto;
}

	[b-f6sm8pybap] field-captures.vertical {
		flex-direction: column;
	}

[b-f6sm8pybap] info-spacer {
	visibility: hidden;
	width: 18px;
	height: 18px;
}


[b-f6sm8pybap] company-logo {
	height: clamp(30px, 5%, 50px);
	align-self: center;
	margin-bottom: 25px;
}

  [b-f6sm8pybap] company-logo img {
    height: 100%;
  }


[b-f6sm8pybap] .dxbs-toolbar-btn, [b-f6sm8pybap] .dxbs-toolbar-btn:hover {
	z-index: 4;
}

[b-f6sm8pybap] capture-history-container {
	width: 300px;
	padding: 10px;
}

[b-f6sm8pybap] #info-fields-search {
	background-color: var(--sbs-alt-background-color);
}


[b-f6sm8pybap] index-field:not(.field-multiselect) .search-operator-selector input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}

[b-f6sm8pybap] field-input input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

[b-f6sm8pybap].show-operators .field-multiselect field-input {
	margin-left: 10px;
}
/* /Components/Table.razor.rz.scp.css */


/*::deep .card {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}*/

/*table-container {
	display: block;
	position: relative;
	width: auto;
	height: auto;
}

::deep info-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 43px;
	align-items: center;
	justify-content: center;
}
*/


/*::deep .icon {
	background-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-position: center center;
	background-color: currentColor;
	height: 16px;
	width: 16px;
}

::deep .icon-home {
	-webkit-mask-image: url("/images/aperture.svg");
	mask-image: url("/images/aperture.svg");
}*/

/* /Components/Toast.razor.rz.scp.css */
toast-main[b-3vbduhsttl] {
	display: none;
	position: absolute;
	z-index: 999;
	opacity: 0;
	font-size: 20px;
	border-radius: 25px;
	background-color: gainsboro;
	padding: 10px;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
}

.show[b-3vbduhsttl] {
	display: block;
	animation: fadein-b-3vbduhsttl 0.5s;
	opacity: 1;
}

.fadeout[b-3vbduhsttl] {
	display: block;
	transition: opacity 2s;
	opacity: 0;
}

@keyframes fadein-b-3vbduhsttl {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* /Components/TreeView.razor.rz.scp.css */
p[b-95y49rjywb] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	user-select: none;
}

doctype-tree[b-95y49rjywb] {
	display: flex;
	flex-direction: column;
	gap: 7px;
	height: 100%;
	padding-top: 7px;
}

[b-95y49rjywb] tree-node {
	display: flex;
	align-items: center;
	padding-left: 5px;
	width: 100%;
}

	[b-95y49rjywb] tree-node svg {
		flex: 0 0 25px;
		height: 25px;
		padding: 0 7px 5px 0;
	}

	[b-95y49rjywb] tree-node.selected {
		background-color: var(--sbs-primary-background-color-3);
		color: var(--sbs)
	}

[b-95y49rjywb] node-text {
	flex: 1;
	padding-top: 2px;
	white-space: nowrap;
}

[b-95y49rjywb] .pinned node-text {
	font-weight: bold;
}

[b-95y49rjywb] .selected node-text {
	color: var(--sbs-primary-color-1);
}

[b-95y49rjywb] node-text + button {
	background-color: var(--sbs-button-background-color);
	border: var(--sbs-button-border);
}

[b-95y49rjywb] a.active svg.iconic path {
	fill: var(--sbs-button-color-alt);
}


@media (hover:hover) {
	[b-95y49rjywb] a node-text + button {
		visibility: hidden;
	}

	[b-95y49rjywb] a:hover node-text + button {
		visibility: visible;
	}
}

/*::deep .selected svg path {
	fill: var(--sbs-negative-text-color);
}*/

[b-95y49rjywb] .dx-blazor-context-menu-item {
	align-items: normal;
}

[b-95y49rjywb] .contextMenuItem {
	margin-right: 5px;
	margin-bottom: 3px;
}

[b-95y49rjywb] .collapseTree {
	margin-right: 5px;
	margin-bottom: 3px;
	transform: rotate(90deg);
}

[b-95y49rjywb] .expandTree {
	margin-right: 5px;
	margin-bottom: 3px;
	transform: rotate(-90deg);
}
/* /Components/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-5wvdqeqk5x] {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	padding: 1rem 1.5rem;
	animation: fadein-b-5wvdqeqk5x 2s ease-out;
	z-index: 97;
	background-color: var(--sbs-secondary-color-1);
}

@keyframes fadein-b-5wvdqeqk5x {
	from {
		right: -100%;
	}

	to {
		right: 2rem;
	}
}
/* /Components/WaitPopup.razor.rz.scp.css */
wait-popup[b-n5bhe6qtg7] {
	position: absolute;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background-color: #00000020;
	animation: fadein-b-n5bhe6qtg7 0.8s;
}

popup-container[b-n5bhe6qtg7] {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	height: 110px;
	/*border-radius: 55px;*/
	/*background-color: var(--fd-blue);*/
	margin: 50vh auto auto auto;
	transform: translateY(-50%);
	justify-content: center;
}

caption-text[b-n5bhe6qtg7] {
	color: var(--fd-blue);
	font-size: 13px;
	margin-top: 5px;
	text-align: center;
}

.btnAbort[b-n5bhe6qtg7] {
	margin-top: 20px;

}

.fadeout[b-n5bhe6qtg7] {
	opacity: 0;
	animation: fadein-b-n5bhe6qtg7 0.8s reverse running;
}

.rectangle-bounce[b-n5bhe6qtg7] {
	height: 40px;
	margin: 0;
	text-align: center;
}

	.rectangle-bounce div[b-n5bhe6qtg7] {
		height: 100%;
		width: 7px;
		margin: 0 2px 0 0;
		background-color: var(--fd-blue);
		display: inline-block;
		animation: stretchdelay-b-n5bhe6qtg7 1.2s infinite ease-in-out;
	}

	.rectangle-bounce .rect2[b-n5bhe6qtg7] {
		animation-delay: -1.1s
	}

	.rectangle-bounce .rect3[b-n5bhe6qtg7] {
		animation-delay: -1.0s
	}

	.rectangle-bounce .rect4[b-n5bhe6qtg7] {
		animation-delay: -0.9s
	}

	.rectangle-bounce .rect5[b-n5bhe6qtg7] {
		animation-delay: -0.8s
	}


@keyframes stretchdelay-b-n5bhe6qtg7 {
	0%, 40%, 100% {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}


@keyframes fadein-b-n5bhe6qtg7 {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
/* /Pages/LogIn.razor.rz.scp.css */
login-main[b-z873lu38ps] {
	display: flex;
	width: 100%;
	height: 100%;
}

[b-z873lu38ps] login-logo, [b-z873lu38ps] login-mask {
	display: flex;
	justify-content: center;
	padding: 5%;
	background-color: white;
}

	[b-z873lu38ps] login-logo {
	flex: 0 1 70%;
	}

	.no-logo login-logo[b-z873lu38ps] {
		display: none;
	}

[b-z873lu38ps] login-logo img {
	width: clamp(0px, 100%, 400px);
	background-color: white;
	padding: 10px;
	margin: auto 0;
}

[b-z873lu38ps] login-mask {
	flex-direction: column;
	flex: 1 1;
	align-items: center;
	justify-content: center;
	background-color: var(--fd-blue);
	overflow: auto;
}

	[b-z873lu38ps] login-mask form {
		width: clamp(0px, 100%, 400px);
		position: relative;
	}

[b-z873lu38ps] .card-body-content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 0.5em;
	background-color: var(--fd-blue);
}

[b-z873lu38ps] .card-body-content button[type=submit] {
	width: 80%;
	align-self: center;
	margin-top: 1em;
}

[b-z873lu38ps] fd-logo-image {
	display: block;
	width: 100%;
	height: 100px;
	margin: 5px auto;
	border: 5px solid var(--fd-blue);
	background-image: url(images/filedirector-webclient.svg);
	background-color: var(--fd-blue);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

[b-z873lu38ps] .card-body-content > div {
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.8em;
	color: white;
	width: 100%;
}
[b-z873lu38ps] .btnLogin {
	border-radius: 20px;
	background-color: #EAF2FC;
	border-color: #EAF2FC;
	color: black;
}

	[b-z873lu38ps] .btnLogin:active {
		border-radius: 20px;
		background-color: #bdccde !important;
		border-color: #bdccde !important;
		box-shadow: none;
		color: white;
	}

	[b-z873lu38ps] .btnLogin:focus {
		border-radius: 20px;
		background-color: #bdccde !important;
		border-color: #bdccde !important;
		color: white;
		box-shadow: none;
	}

.copyright-line[b-z873lu38ps] {
	margin: 20px 0;
	font-size: smaller;
	text-align: center;
	color: white;
}

.no-logo .copyright-line[b-z873lu38ps] {
	color: white;
}

[b-z873lu38ps] .alert {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	text-align: center;
}

[b-z873lu38ps] #txtNewPassword {
	margin-top: 15px;
}



sbs-2fa-content[b-z873lu38ps] {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-direction: column;
}

qr-code[b-z873lu38ps] {
	flex: 1 1 0;
	text-align: center;
}

	qr-code img[b-z873lu38ps] {
		height: 200px;
		image-rendering: pixelated;
	}

[b-z873lu38ps] .sbs-2fa-code-input {
	text-align: center;
}

sbs-authcode-popup-error[b-z873lu38ps] {
	position: absolute;
	width: 90%;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	text-align: center;
}

@media (max-width: 800px) {
	[b-z873lu38ps] login-logo {
		flex-basis: 60%;
	}

	[b-z873lu38ps] h1 {
		font-size: 25px;
	}
}

	@media (max-width: 640px) {
		login-main[b-z873lu38ps] {
			flex-direction: column;
		}

		[b-z873lu38ps] login-logo {
			flex-basis: 30%;
		}

		[b-z873lu38ps] .alert {
			position: static;
			bottom: 0;
		}
	}
/* /Pages/Tabs.razor.rz.scp.css */
tabs-controls[b-4i7qx78n4o] {
	display: flex;
	height: 100%;
}

[b-4i7qx78n4o] .k-splitter {
	height: 100%;
}

[b-4i7qx78n4o] .has-dummy-node > .k-splitbar {
	display: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lzg2xzqlj4] {
	position: relative;
	display: flex;
	flex-direction: column;
}

/*.main {
	flex: 1;
}*/

/*.sidebar {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-lzg2xzqlj4] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-lzg2xzqlj4]  a, .top-row .btn-link[b-lzg2xzqlj4] {
		white-space: nowrap;
		margin-left: 1.5rem;
	}

	.top-row a:first-child[b-lzg2xzqlj4] {
		overflow: hidden;
		text-overflow: ellipsis;
	}

@media (max-width: 767.98px) {
	.top-row:not(.auth)[b-lzg2xzqlj4] {
		display: none;
	}

	.top-row.auth[b-lzg2xzqlj4] {
		justify-content: space-between;
	}

	.top-row a[b-lzg2xzqlj4], .top-row .btn-link[b-lzg2xzqlj4] {
		margin-left: 0;
	}
}

[b-lzg2xzqlj4] header-inputs {
	display: flex;
	flex: 1;
	justify-content: center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: transparent;
	margin: 0 20px;
	height: var(--sbs-title-element-height);
}

	[b-lzg2xzqlj4] header-inputs .form-control:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	[b-lzg2xzqlj4] header-inputs .dxbs-combobox button.dxbs-editor-dropdown-button {
		display: none;
	}

[b-lzg2xzqlj4] header-inputs .dxbs-input-group > div {
	flex :1;
}

	[b-lzg2xzqlj4] header-inputs input {
		border-radius: 0;
		border: none;
		color: inherit;
		cursor: pointer;
		height: var(--sbs-title-element-height);
	}

		[b-lzg2xzqlj4] header-inputs input[list=fulltext-searchbox] {
			cursor: text;
		}

	[b-lzg2xzqlj4] header-inputs cabinet-icon, [b-lzg2xzqlj4] header-inputs doctype-icon {
		cursor: pointer;
	}

	[b-lzg2xzqlj4] header-inputs > :first-child {
		border-top-left-radius: 1rem;
		border-bottom-left-radius: 1rem;
		overflow: hidden;
	}

	[b-lzg2xzqlj4] header-inputs > cabinet-icon {
		flex: 0 0 var(--sbs-title-element-height);
	}

	[b-lzg2xzqlj4] header-inputs svg {
		width: var(--sbs-title-element-height);
		height: var(--sbs-title-element-height);
		padding: 6px;
		background-color: white;
	}

	[b-lzg2xzqlj4] header-inputs span {
		background-color: white;
		font-size: x-large;
		line-height: 28px;
		user-select: none;
	}

	[b-lzg2xzqlj4] header-inputs button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
		border-color: transparent;
		box-shadow: none;
		font-size: 15px;
		top: 0;
	}

[b-lzg2xzqlj4] header-inputs button:hover {
		color: black;
		border-color: transparent;
	}

	[b-lzg2xzqlj4] header-inputs history-input {
		width: 30%;
		max-width: 200px;
		border-left: 1px solid lightgray;
	}

/*.CabinetsComboBoxDropDown .dxbs-listbox .dxbs-gridview > .card > .dxgvHSDC {
	display: none !important;
}*/

[b-lzg2xzqlj4] .article-pane {
	margin-left: 7px;
	background-color: var(--sbs-primary-background-color-2);
}

[b-lzg2xzqlj4] .nav-pane {
	z-index: 100;
}

[b-lzg2xzqlj4] .bars-hidden .nav-pane {
	box-shadow: 0px 8px 7px 2px rgba(0, 0, 0, 0.1);
}

[b-lzg2xzqlj4] .nav-pane + .k-splitbar {
	box-shadow: 0px 8px 7px 2px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

[b-lzg2xzqlj4] .bars-hidden .nav-pane + .k-splitbar {
	display: none;
}



/*::deep .navigation-bar {
	height: auto;
	width: auto;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
}*/
@media (max-width: 640px) {
	[b-lzg2xzqlj4] .bars-hidden .nav-pane {
			box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
		}

		[b-lzg2xzqlj4] .nav-pane + .k-splitbar {
			box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
		}
	}

@media (min-width: 768px) {
	.page[b-lzg2xzqlj4] {
		flex-direction: row;
	}
	/*.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.main > div {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}*/
}
