/* /Components/BindersButton.razor.rz.scp.css */

efg-binders-button[b-ta2q5s04zb] {
	margin: 0 8px;
}

[b-ta2q5s04zb] button {
	padding: 0;
	border: 0;
	color: currentColor;
	background-color: white;
}

[b-ta2q5s04zb] .efg-binders-split-button button {
		background-color: white !important;
		color: currentColor !important;
}

		[b-ta2q5s04zb] .efg-binders-split-button button:hover {
				background-color: var(--sbs-primary-background-color-3) !important;
				color: currentColor !important;
		}

[b-ta2q5s04zb] .efg-binders-split-button button:last-of-type:before {
	content: var(--sbs-dropdown-button-content);
	font-size: 1rem;
}

	[b-ta2q5s04zb] .efg-binders-split-button-toggle {
		display: none;
	}

[b-ta2q5s04zb] .efg-binders-split-button button:first-of-type {
	width: 40px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

	[b-ta2q5s04zb] button:first-of-type img {
		height: 32px;
		padding: 5px;
		margin: 0 auto;
	}

[b-ta2q5s04zb] .efg-binders-split-button button:last-of-type {
		padding: 0 8px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: lightgrey !important;
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
}

[b-ta2q5s04zb] efg-binder-buttons {
	display: flex;
	gap: 10px;
	padding: 5px;
}

[b-ta2q5s04zb] efg-binder-buttons button[disabled] {
	background-color: unset;
	opacity: 0.5
}

[b-ta2q5s04zb] efg-binder-buttons button img {
	height: 32px;
	padding: 5px;
	margin: 0 auto;
}

[b-ta2q5s04zb] efg-binder-buttons button:last-of-type {
	margin-left: auto;
}
/* /Components/CaptureHistory.razor.rz.scp.css */
capture-history[b-jzmug7kmt4] {
	display: flex;
	flex-direction: column;
	gap: 15px;
	user-select: none;
	font-size: 0.875rem;
	width: 100%;
	height: 100%;
}

[b-jzmug7kmt4] search-list {
	display: flex;
	flex-direction: column;
	flex: 0 0 30%;
	overflow: auto;
	height: 100%;
}

 [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: 30% 30px auto;
	grid-column-gap: 5px;
	padding-top: 5px;
	border-top: 2px solid var(--sbs-separator-color);
	font-size: 13px;
	flex: 0 1 auto;
	overflow-y: auto;
}

	[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/ContactForm.razor.rz.scp.css */
efg-contact[b-n6qwxc549c] {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	container-type: size;
}

[b-n6qwxc549c] efg-contact-form .efg-form-item {
	width: 100%;
}

@container (min-width: 500px) {
	[b-n6qwxc549c] efg-contact-form .efg-form-item {
		width: 50%;
	}
}

@container (min-width: 800px) {
	[b-n6qwxc549c] efg-contact-form .efg-form-item {
		width: 33.33%;
	}
}

[b-n6qwxc549c] efg-contact-form {
	flex: 1 0 0;
	height: 0;
	overflow-y: auto;
	padding-right: 12px;
}

[b-n6qwxc549c] efg-contact-errors {
	flex: 0 0 auto;
	color: var(--sbs-verification-warning-color);
	font-size: 0.8rem;
}

[b-n6qwxc549c] efg-contact-errors ul {
	padding-inline-start: 20px;
}

[b-n6qwxc549c] .efg-error {
	color: var(--sbs-verification-warning-color);
}
/* /Components/ContactsEditor.razor.rz.scp.css */
efg-contacts-editor[b-fwlquqccgy] {
	width: 85vw;
	height: 85vw;
	max-width: 900px;
	max-height: 770px;
	display: flex;
	gap: 15px;
	container-type: size;
}

[b-fwlquqccgy] efg-contact-container {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	gap: 10px;
	width: 0;
}

[b-fwlquqccgy] efg-contacts-container {
	flex: 2 0 0;
	width: 0;
}

@container (max-width: 400px) {
	efg-contacts-editor[b-fwlquqccgy] {
		flex-direction: column;
	}

	[b-fwlquqccgy] efg-contact-container {
		width: 100%;
		height: 0;
	}

	[b-fwlquqccgy] efg-contacts-container {
		flex: 1 0 0;
		width: 100%;
		height: 0;
	}
}

[b-fwlquqccgy] efg-contact-form-container, [b-fwlquqccgy] efg-contacts-table {
	flex: 1 0 0;
	height: 0;
	overflow-y: auto;
}

	[b-fwlquqccgy] efg-contact-buttonbar {
		display: flex;
		gap: 10px;
		padding-right: 12px;
	}

		[b-fwlquqccgy] efg-contact-buttonbar > :last-child {
			margin-left: auto;
		}

	[b-fwlquqccgy] .efg-btn-new {
		content: url('images/outline_theme/plus.svg');
		width: 20px;
	}

	[b-fwlquqccgy] .efg-btn-save {
		content: url('images/outline_theme/save.svg');
		width: 20px;
	}

	[b-fwlquqccgy] .efg-btn-delete {
		content: url('images/outline_theme/trash.svg');
		width: 20px;
	}

[b-fwlquqccgy] efg-contacts-container > * {
	height: 100%;
}
/* /Components/CustomCalendar.razor.rz.scp.css */
:not( ::deep ) .month-selector-dropdown[b-2br79ezmkh] {
  background-color: orangered !important;
}

custom-calendar[b-2br79ezmkh] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: var(--dxbl-calendar-font-size, 0.75rem);
  padding: 0 4px;
  user-select: none;
  --var-day-item-size: 30px;
}

[b-2br79ezmkh] month-year {
  display: flex;
  justify-content: space-between;
}

[b-2br79ezmkh] .efg-cust-cal-month, [b-2br79ezmkh] .year-selector {
  width: 80px;
}

[b-2br79ezmkh] day-grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(7 * var(--var-day-item-size));
  background-color: white;
}

[b-2br79ezmkh] day-item {
  width: var(--var-day-item-size);
  height: var(--var-day-item-size);
  flex: 0 0 var(--var-day-item-size);
  line-height: var(--var-day-item-size);
  text-align: center;
}

  [b-2br79ezmkh] day-item.active {
    cursor: pointer;
  }
  
  [b-2br79ezmkh] day-item.active:hover {
    background-color: #e8e9e9;
  }

  [b-2br79ezmkh] day-item.selected-day {
    background-color: #d3d3d4;
  }

  [b-2br79ezmkh] day-item.today-day {
    border: 1px solid var(--primary, #1b6fc2);
  }

  [b-2br79ezmkh] day-item:nth-child(7n) {
    color: var(--dxbl-calendar-weekend-color, #dc3545);
  }

[b-2br79ezmkh] .weekday {
  color: var(--dxbl-body-color);
  opacity: var(--dxbl-calendar-days-of-week-opacity, 0.5);
  font-size: var(--dxbl-calendar-days-of-week-font-size, 0.7857em);
}

[b-2br79ezmkh] .today-button {
  padding: 0.1875rem 0.5rem;
  align-self: center;
  color: #212529;
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
}

[b-2br79ezmkh] hr {
  width: 100%;
  border-top: 1px solid #ced4da;
  margin: 0;
}
/* /Components/CustomDateEdit.razor.rz.scp.css */
custom-date-edit[b-i5hv2q83st]
 {
  display: flex;
}

[b-i5hv2q83st] > :first-child {
  flex: 1 1 0px;
}

[b-i5hv2q83st] .efg-cde-calendar-switch-button {
  font-family: monospace;
  font-weight: bold;
  padding: 0.1875rem 0.25rem;
}

[b-i5hv2q83st] svg.efg-cde-btn-calendar {
  display: block;
  margin: 1px 0;
  width: 1rem;
  height: 1rem;
  fill: #212529;
  opacity: 0.7 !important;
}

/* /Components/DocumentInfo.razor.rz.scp.css */
/* /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) var(--sbs-default-gap) 0 0;
	padding-top: 0;
	width: 100%;
}

	[b-kpf3flf7ry] edit-layout-container.layout-row {
		flex-direction: row;
		gap: 10px;
	}

	[b-kpf3flf7ry] edit-layout-container.layout-column {
		flex-direction: column;
		gap: var(--sbs-default-gap);
	}

[b-kpf3flf7ry] layout-index-fields {
	display: flex;
	flex-direction: column;
	background-color: white;
	width: 100%;
	height: 100%;
}

[b-kpf3flf7ry] .layout-row{
	border-right: 1px solid var(--border-color);
}

[b-kpf3flf7ry] layout-index-fields > * {
	width: 100%;
}

[b-kpf3flf7ry] .layout-row layout-index-fields > :last-child {
	flex: 1 1 0;
	overflow: auto;
}

[b-kpf3flf7ry] .layout-column layout-index-fields {
	width: 100%;
	max-height: 33%;
	border-bottom: 1px solid var(--border-color);
}

[b-kpf3flf7ry] .layout-column layout-index-fields > div {
	overflow-y: auto;
}

[b-kpf3flf7ry] .layout-row layout-filesviewer {
	flex: 1 1 0;
}

[b-kpf3flf7ry] .layout-column layout-filesviewer {
	flex: 1 1 0;
}

[b-kpf3flf7ry] process-step-container {
	display: block;
	flex: 1 1 0;
	max-width: 250px;
	padding: 10px;
	background-color: white;
}

[b-kpf3flf7ry] .layout-tabs process-step-container {
	padding: 5px;
	max-width: unset;
}

[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;
		z-index: 10;
	}

[b-kpf3flf7ry] .efg-edit-tabs {
	display: flex;
	flex-direction: column;
	flex: 1 0;
}

[b-kpf3flf7ry] .efg-edit-forms-select button.dxbl-disabled::before {
	background-color: unset !important;
}



[b-kpf3flf7ry] efg-fieldcapture-caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 8px 8px 0 8px;
}

	[b-kpf3flf7ry] efg-fieldcapture-caption > efg-doctype-caption {
		display: flex;
		flex: 1 1 auto;
		justify-content: center;
		align-items: center;
	}

	[b-kpf3flf7ry] efg-fieldcapture-caption efg-fieldcapture-buttons {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	[b-kpf3flf7ry] efg-fieldcapture-caption button {
		color: var(--sbs-primary-color-2);
		background-color: transparent; /*var(--sbs-primary-background-color-2);*/
		margin-left: 5px;
		padding: 0;
		border: 0;
		font-size: 18px;
	}

[b-kpf3flf7ry] efg-fieldcapture-caption img {
	height: 20px;
	margin-right: 5px;
}

	[b-kpf3flf7ry] efg-fieldcapture-caption > efg-doctype-caption span {
		vertical-align: middle;
		overflow-wrap: anywhere;
		font-size: 0.9rem;
		font-weight: bold;
		color: var(--sbs-primary-color-2);
	}

	[b-kpf3flf7ry] efg-fieldcapture-caption efg-fieldcapture-buttons label {
		font-size: 20px;
		color: var(--sbs-docstate-color);
	}

	[b-kpf3flf7ry] efg-fieldcapture-caption efg-fieldcapture-buttons label.state-new-doc {
		transform: translateY(10px);
	}

	[b-kpf3flf7ry] efg-fieldcapture-caption efg-fieldcapture-buttons label.state-new-doc:before {
		content: '*';
		font-size: 40px;
		color: var(--sbs-docstate-new-color);
	}

[b-kpf3flf7ry] button.efg-barbutton-revisions {
	padding: 0;
}

[b-kpf3flf7ry] .efg-scan-action-button {
	background: none !important;
	padding: 4px 6px;
	margin: 0 5px;
}

	[b-kpf3flf7ry] .efg-scan-action-button:hover {
		background-color: var(--sbs-hover-background-color) !important;
		border-color: var(--sbs-hover-background-color) !important;
	}
/* /Components/EFGSplitter.razor.rz.scp.css */
efg-splitter[b-9350n1v3te] {
  display: flex;
  width: 100%;
  height: 100%;
}

  efg-splitter.efg-splitter-vertical[b-9350n1v3te] {
    flex-direction: column;
  }
  
  efg-splitter.efg-splitter-horizontal[b-9350n1v3te] {
    flex-direction: row;
  }
/* /Components/EFGSplitterPane.razor.rz.scp.css */
 efg-splitter-pane.efg-splitter-horizontal[b-g5deu9n2vf] {
  width: 0;
}

 efg-splitter-pane.efg-splitter-vertical[b-g5deu9n2vf] {
  height: 0;
}

efg-splitter-pane:last-of-type[b-g5deu9n2vf] {
  flex: 1 1 0 !important;
}

efg-splitter-bar[b-g5deu9n2vf] {
	flex: 0 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: var(--sbs-primary-background-color-2);
}

 efg-splitter-bar.efg-splitter-vertical[b-g5deu9n2vf] {
	flex-direction: row;
	width: 100%;
	height: 8px;
}

 efg-splitter-bar.efg-splitter-horizontal[b-g5deu9n2vf] {
	flex-direction: column;
	width: 8px;
	height: 100%;
}

[b-g5deu9n2vf].efg-splitter-horizontal > span {
	width: 3px;
	height: 20px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: var(--fd-blue);
}

[b-g5deu9n2vf].efg-splitter-vertical > span {
	width: 20px;
	height: 3px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--fd-blue);
}

[b-g5deu9n2vf] efg-arrow-left {
	display: block;
	width: 6px;
	height: 6px;
	border-right: 6px solid var(--fd-blue);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

[b-g5deu9n2vf].efg-splitter-vertical efg-arrow-left {
	transform: rotate(90deg);
}

[b-g5deu9n2vf] efg-arrow-right {
	display: block;
	width: 6px;
	height: 6px;
	border-left: 6px solid var(--fd-blue);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

[b-g5deu9n2vf].efg-splitter-vertical efg-arrow-right {
	transform: rotate(90deg);
}

efg-splitter-bar:last-of-type[b-g5deu9n2vf] {
	display: none;
}

efg-splitter-bar:hover[b-g5deu9n2vf] {
  background-color: var(--sbs-splitbar-hover-color);
}

 efg-splitter-bar.efg-splitter-horizontal:hover[b-g5deu9n2vf] {
  cursor: col-resize;
}

 efg-splitter-bar.efg-splitter-vertical:hover[b-g5deu9n2vf] {
  cursor: row-resize;
}
/* /Components/FieldInput.razor.rz.scp.css */

field-input[b-ok18pt7wx1] {
  display: flex;
  gap: 5px;
}

  [b-ok18pt7wx1] > * {
    flex: 1 0 0;
  }

[b-ok18pt7wx1] .single-select button.dxbs-editor-dropdown-button {
  display: none;
}

[b-ok18pt7wx1] .efg-calendar-switch-button {
  font-family: monospace;
  font-weight: bold;
}

[b-ok18pt7wx1] .field-input {
  border: 1px solid lightgray;
  border-radius: 3px;
}

[b-ok18pt7wx1] .field-input input {  
  border-width: 0;
}

  [b-ok18pt7wx1] .field-input.ee-focus-visible input:focus-visible {
    outline: 1px solid lightblue;
  }

[b-ok18pt7wx1] list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 25px;
  border: 1px solid gray;
  border-radius: 0 0.15rem 0.15rem 0;
  border-color: #ced4da;
}

  [b-ok18pt7wx1] list-icon svg path {
    stroke: var(--sbs-text-color);
  }

[b-ok18pt7wx1] .efg-clear-button {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	border: 0;
	color: white;
	background-color: lightgrey;
	padding: 0;
}
/* /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%;
}

[b-vvbzr3lxs4] .gallery-rev {
	height: 100%;
	display: flex;
	flex-direction: column;
}

[b-vvbzr3lxs4] .gallery-rev > :nth-child(2) {
	height: 0;
}

[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%;
}


stamps-container[b-l20oegmkc3] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}

[b-l20oegmkc3] stamp-item {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
}

[b-l20oegmkc3] stamp-item:hover {
  outline: 3px solid var(--fd-blue);
}

  [b-l20oegmkc3] stamp-item div {
    text-align: center;
  }

  [b-l20oegmkc3] stamp-item img {
    flex: 0 1 100%;
    min-height: 0;
  }
/* /Components/GroupSeparator.razor.rz.scp.css */
group-separator[b-yhi5v67gqx] {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 35px;
	/*margin: 0 8px;*/
	padding: 0px 8px 0px 15px;
}

[b-yhi5v67gqx] button {
	outline: 0 solid transparent !important;
	box-shadow: none !important;
}

[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/HeaderBar.razor.rz.scp.css */
[b-asmaj3e4dw] 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);
}

	/*::deep header-inputs .form-control:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}*/


	[b-asmaj3e4dw] header-inputs .dxbs-input-group > div {
		flex: 1;
	}

	[b-asmaj3e4dw] header-inputs .header-combobox {
		flex: 0 1 25%;
		box-shadow: none;
		border-radius: 0;
		border: none;
		color: inherit;
		max-width: 500px;
		height: var(--sbs-title-element-height);
	}

		[b-asmaj3e4dw] header-inputs .header-combobox > input {
			cursor: pointer;
		}

		[b-asmaj3e4dw] header-inputs .header-combobox > input {
			text-overflow: initial;
		}

efg-dt-item[b-asmaj3e4dw] {
	width: auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

	efg-dt-item img[b-asmaj3e4dw] {
		height: 19px;
	}

[b-asmaj3e4dw] header-inputs #fulltext-searchbox > :first-child {
	border-radius: 0;
	border: none;
}

	[b-asmaj3e4dw] header-inputs input[list=fulltext-searchbox] {
		cursor: text;
	}

	[b-asmaj3e4dw] header-inputs cabinet-icon, [b-asmaj3e4dw] header-inputs doctype-icon {
		cursor: pointer;
	}

	[b-asmaj3e4dw] header-inputs > :first-child {
		border-top-left-radius: 16px 50%;
		border-bottom-left-radius: 16px 50%;
		overflow: hidden;
	}

	[b-asmaj3e4dw] header-inputs > :last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 16px 50%;
		border-bottom-right-radius: 16px 50%;
		border-color: transparent !important;
		box-shadow: none;
		font-size: 15px;
		background-color: white;
		overflow: hidden;
		padding: 0 !important;
	}

	[b-asmaj3e4dw] header-inputs > cabinet-icon {
		flex: 0 0 var(--sbs-title-element-height);
	}

	[b-asmaj3e4dw] header-inputs svg {
		width: var(--sbs-title-element-height);
		height: var(--sbs-title-element-height);
		padding: 6px;
		background-color: white;
	}

	[b-asmaj3e4dw] header-inputs span {
		background-color: white;
		font-size: x-large;
		line-height: 28px;
		user-select: none;
		padding: 0 5px;
	}

	[b-asmaj3e4dw] header-inputs .efg-search-split-button button {
		padding: 0;
		border: 0;
		color: currentColor !important;
		background-color: white !important;
	}

				[b-asmaj3e4dw] header-inputs .efg-search-split-button button:hover {
						padding: 0;
						border: 0;
						color: currentColor !important;
						background-color: var(--sbs-primary-background-color-3) !important;
				}

	[b-asmaj3e4dw] header-inputs .efg-search-split-button-toggle {
		display: none;
	}

[b-asmaj3e4dw] header-inputs .efg-search-split-button button:last-of-type {
		padding: 0 8px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: lightgrey !important;
}

		[b-asmaj3e4dw] header-inputs .efg-search-split-button button:last-of-type:before {
			content: var(--sbs-dropdown-button-content);
			font-size: 1rem;
		}

	[b-asmaj3e4dw] header-inputs > button:hover {
		color: black;
		background-color: var(--sbs-hover-background-color) !important;
	}

			[b-asmaj3e4dw] header-inputs > button:hover svg {
				background-color: var(--sbs-hover-background-color);
			}

	[b-asmaj3e4dw] header-inputs history-input {
		width: 20%;
		max-width: 150px;
		border-left: 1px solid lightgray;
	}

[b-asmaj3e4dw] .efg-refresh-icon {
	height: 15px;
	width: 15px;
}

[b-asmaj3e4dw] .cabinets-combobox button {
	border: none;
}

[b-asmaj3e4dw] .cabinets-combobox:hover .efg-refresh-icon {
	background-size: contain;
	background-image: url(images/outline_theme/reload.svg);
	background-color: transparent;
}

efg-search-pofile.selected .efg-icon[b-asmaj3e4dw] {
		filter: brightness(0) invert(1);
}

.efg-icon[b-asmaj3e4dw] {
		height: 22px;
		width: 22px;
		transition: filter 0.3s ease;
}
/* /Components/HeaderToolbar.razor.rz.scp.css */
titlebar-buttons[b-mwkbro1vjf] {
	height: 32px;
}

[b-mwkbro1vjf] .titlebar-menu {
	background-color: transparent;
}

[b-mwkbro1vjf] li:not(:first-child) {
	margin-left: 10px;
}

[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);
	height: 100%;
	margin-right: var(--selector-margin-right);
}

/*::deep:hover .search-operator-selector, ::deep: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;
		cursor: pointer;
	}

[b-2c8o4krrts] .field-input {
	display: flex;
}

[b-2c8o4krrts] .field-input > input, [b-2c8o4krrts] .field-input > textarea {
	flex: 1 1 0;
}

[b-2c8o4krrts] field-input .dxbs-input-group-append {
	height: 100%;
}

[b-2c8o4krrts] .search-operator-selector > input + div {
	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, [b-2c8o4krrts] .modified efg-display-template {
	background-color: var(--sbs-field-modified-color) !important;
}

/*::deep 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] .efg-index-field-container > :last-child {
	margin-top: 0 !important;
}

[b-jytegy0ekb] index-fields .sbs-formlayout {
	padding: var(--sbs-default-gap) !important;
}

/* /Components/InputPopupDialog.razor.rz.scp.css */
/*::deep text-inputs label {
	margin: 10px 0 0 0;
}

::deep radio-inputs {
	display: flex;
	flex-wrap: wrap;
}

::deep radio-inputs radio-label-combo {
	flex: 1 0 200px;
}

::deep input[type=radio] {
	margin-right: 5px;
}
*/
/* /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 0;
	padding: 10px 10px 0 0;
	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-content[b-wqeiheacf9] {
  display: block;
  width: 100%;
  height: auto;
  max-height: 75vh;
  overflow-y: auto;
}

iframe[b-wqeiheacf9] {
  width: 100%;
  height: 100%;
}
/* /Components/Navigation.razor.rz.scp.css */
/*::deep nav-header {
	display: flex;
	align-items: center;
	grid-column: 1 / -1;
}*/

/*::deep button.collapse-button {
	grid-column: 1 / -1;
	width: 35px;
	height: 43px;
	z-index: 1;
	align-self: center;
	outline: none;
}*/

  [b-i4mdqap8er] button.collapse-button:hover {
    background-color: lightgray !important;
  }

[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;
	padding-top: var(--sbs-default-gap);
	align-content: start;
	height: 100%;
	transition: width 0.4s;
	background-color: var(--nav-background-color);
	border-right: 1px solid lightgray;
}

	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;
}

[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);
}


@media all and (max-width: 640px) {

	nav[b-i4mdqap8er], nav.collapsed[b-i4mdqap8er] {
		flex-direction: column;
		width: 100%;
		height: auto;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid lightgray;
	}

	[b-i4mdqap8er] main-menu {
		flex-direction: row;
		border-right: 0;
	}

	[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] {
	position: absolute;
	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: auto 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;
	padding-top: 4px;
	font-weight: bold;
	overflow: hidden;
	overflow-wrap: break-word;
}

[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 {
		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;
	gap: var(--sbs-default-gap);
	height: 100%;
	padding: 10px 0 10px 10px;
	background-color: var(--sbs-primary-background-color-3);
}

	page-gallery.dir-column[b-airl939617] {
		overflow-y: auto;
	}

[b-airl939617] gallery-toolbar {
	display: flex;
	height: auto;
	align-items: center;
}

[b-airl939617].efg-page-gallery .efg-gallery-pager svg {
	width: 12px;
	height: 12px;
}

[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%;
	min-width: calc(var(--sbs-file-item-width) + 20px);
	overflow: hidden auto;
}

[b-airl939617].dir-column file-list {
	height: auto;
}

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;
	flex: 0 0 var(--sbs-file-item-width);
	height: var(--sbs-file-item-height);
	margin: 5px;
	padding: 5px;
	word-wrap: anywhere;
	user-select: none;
	border-radius: 4px;
}

/*::deep.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] .context-menu-file {
	outline: 3px solid var(--sbs-file-context-menu-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/Processes.razor.rz.scp.css */
.menu-icon[b-jxrehwdi09] {
	width: 20px;
	height: 20px;
}
/* /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 */
efg-revisions[b-bxd9rajymx] {
	display: flex;
	width: 90px;
	height: 25px;
}

[b-bxd9rajymx] rev-label {
	display: inline-block;
	align-content: center;
	user-select: none;
}

[b-bxd9rajymx] .rev-combobox {
	display: inline-flex;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	[b-bxd9rajymx] .rev-combobox[is-dropdown-open], [b-bxd9rajymx] .rev-combobox:hover {
		background-color: var(--sbs-primary-background-color-3);
	}

	[b-bxd9rajymx] .rev-combobox input {
		padding: 0;
	}
/* /Components/RunningProcesses.razor.rz.scp.css */
.grid-container[b-pzpgx6an8u] {
	height: 100%;
	display: flex;
}
/* /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;
	flex: 1 1;
}

	[b-f6sm8pybap] field-captures.vertical {
		flex-direction: column;
	}

[b-f6sm8pybap] info-spacer {
	visibility: hidden;
	width: 18px;
	height: 18px;
}


[b-f6sm8pybap] company-logo {
	height: clamp(40px, 10%, 70px);
	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] #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;
}

/*::deep.show-operators .field-multiselect field-input {
	margin-left: 10px;
}*/
/* /Components/SentTo.razor.rz.scp.css */
.sent-to-grid[b-bxlrwmr0z1] {
	margin-top: 20px;
	height: calc(100% - 67px);
}
/* /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 */
tree-view[b-95y49rjywb] {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: var(--sbs-default-gap);
	background-color: white;
	font-size: 0.875rem;
}

[b-95y49rjywb] .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content {
	 margin-bottom: 0; 
}




[b-95y49rjywb] .dxbl-tree .expand-btn.btn {
	padding: 4px 4px 6px;
	margin-right: 0px;
}

[b-95y49rjywb] .dxbl-tree > ul.nav ul.nav {
	margin: 0.2em 0 0.2em 1em;
}

[b-95y49rjywb] .dxbl-tree ul.nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

[b-95y49rjywb] p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	user-select: none;
}

[b-95y49rjywb] > :first-child, [b-95y49rjywb] > :first-child > :first-child {
	height: 100%;
}

[b-95y49rjywb] .dxbl-treeview-item-container {
	flex: 1 0 auto !important;
}

[b-95y49rjywb] :has(> tree-node) {
	padding: 0;
}

[b-95y49rjywb] tree-node {
	display: flex;
	align-items: center;
	gap: 7px;
	width: 100%;
	padding: 3px 3px 3px 5px;
}

	[b-95y49rjywb] tree-node img, [b-95y49rjywb] tree-node svg {
		flex: 0 0 25px;
		width: 0;
		height: 25px;
		object-fit: contain;
		padding: 3px;
	}

	[b-95y49rjywb] tree-node.selected {
		background-color: var(--sbs-primary-background-color-3);
	}

	[b-95y49rjywb] tree-node.selected-anchestor {
		border: 3px solid var(--sbs-primary-background-color-3);
		padding: 0 0 0 2px;
	}

[b-95y49rjywb] node-text {
	flex: 1;
	padding-top: 2px;
	white-space: nowrap;
	user-select: none;
}

[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) {
	:: deep a node-text + button[b-95y49rjywb] {
		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/TwoFactorAuth.razor.rz.scp.css */

efg-2fa-content[b-5u4f7bvaoa] {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}

[b-5u4f7bvaoa] qr-code {
  flex: 1 1 0;
  text-align: center;
}

  [b-5u4f7bvaoa] qr-code img {
    height: 200px;
    image-rendering: pixelated;
  }

[b-5u4f7bvaoa] .efg-2fa-code-input {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5ch;
}

[b-5u4f7bvaoa] efg-authcode-popup-error {
  position: absolute;
  width: 90%;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  text-align: center;
}
/* /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/LoggedOut.razor.rz.scp.css */
ee-logged-out[b-hhevpy4583] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

[b-hhevpy4583] .btn-relogin {
    border-radius: 20px;
    background-color: #EAF2FC !important;
    border-color: #EAF2FC !important;
    color: black !important;
    min-width: 150px;
}

    [b-hhevpy4583] .btn-relogin:hover {
        background-color: #cfe1f9 !important;
        border-color: #cfe1f9 !important;
        color: black !important;
    }
/* /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.btnLogin {
	width: 80%;
	align-self: center;
	margin-top: 1em;
}

[b-z873lu38ps] fd-logo-image {
	display: block;
	width: 100%;
	height: 80px;
	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: var(--sbs-primary-background-color-3);
  border-color: var(--sbs-primary-background-color-3);
  color: black;
}

		[b-z873lu38ps] .btnLogin:hover {
				background-color: #cfe1f9 !important;
				border-color: #cfe1f9 !important;
				color: black !important;
				background-image: none !important;
				box-shadow: none !important;
		}


/*	::deep .btnLogin:active, ::deep .btnLogin:focus {
		background-color: #bdccde !important;
		border-color: #bdccde !important;
		color: white;
		box-shadow: none;
	}*/

[b-z873lu38ps] .card-body-content button.btnLogin.btnWinLogin {
	margin-top: 20px;
}


	.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;
	max-height: 20vh;
	overflow-y: auto;
}

[b-z873lu38ps] #txtNewPassword {
	margin-top: 15px;
}

[b-z873lu38ps] h1 {
	font-size: 28px;
}

[b-z873lu38ps] .loading-screen p {
	font-size: 15px;
}

@media (max-width: 800px) {
	[b-z873lu38ps] login-logo {
		flex-basis: 60%;
	}
}

	@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;
		}
	}

/*.forgot-password {
	font-size: 14px !important;
	text-align: center;
	margin-top: 6px;
}

	.forgot-password span:hover {
		text-decoration: underline;
		cursor: pointer;
	}*/

/*.forgot-password:hover {
		text-decoration: underline;
		cursor: pointer;
}*/
.forgot-password[b-z873lu38ps] {
		font-size: 14px;
}
.forgot-password:hover[b-z873lu38ps] {
		text-decoration: underline;
		cursor: pointer;
}

.invalid-input[b-z873lu38ps] {
	color: #b00500;
	padding-left: 12px;
	font-size: 12px !important;
}
/* /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] .small-screen layout-main {
	display: flex;
}

/*::deep shadow-line {
	display: block;
	position: relative;
	z-index: 10;
	box-shadow: 5px -2px 5px 5px rgb(0 0 0 / 30%);
}*/

[b-lzg2xzqlj4] .article-pane {
	margin-left: 7px;
	background-color: var(--sbs-primary-background-color-2);
}

[b-lzg2xzqlj4] .bars-hidden .nav-pane {
	box-shadow: 0px 8px 7px 2px rgba(0, 0, 0, 0.1);
}

[b-lzg2xzqlj4] .nav-pane + efg-splitter-bar {
	z-index: 10;
}

[b-lzg2xzqlj4] .bars-hidden .nav-pane + efg-splitter-bar {
	display: none;
}

[b-lzg2xzqlj4] layout-main:not(.efg-tree-enabled) article {
	margin-left: 8px;
}



@media (max-width: 640px) {
	:: deep .bars-hidden .nav-pane[b-lzg2xzqlj4] {
		box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
	}

	[b-lzg2xzqlj4] .nav-pane + efg-splitter-bar {
		box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.3);
	}

/*	::deep shadow-line {
		display: none;
	}*/
	}

@media (min-width: 768px) {
	.page[b-lzg2xzqlj4] {
		flex-direction: row;
	}
}
