/* /Components/AssistantsViews/AiRequestViewComponent.razor.rz.scp.css */
.cBSAiRequestContainer[b-mh0px2ug3w] {
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
}

.cBSRequestAiMainCaption[b-mh0px2ug3w] {
	margin-top: 10px;
}

.cBSRequestAiRequestContainer[b-mh0px2ug3w] {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
}

.cBSRequestAiAnswerContainer[b-mh0px2ug3w] {
	margin-top: 10px;
	margin-left: 10px;
	height: 100%;
	padding: 5px;
}
/* /Components/AssistantsViews/FilterEditorViewComponent.razor.rz.scp.css */
.cBSFilterEditorMenuHeaderContainer[b-l04bmukw4r]{

}
/* /Components/AssistantsViews/FilterFieldSelectionViewComponent.razor.rz.scp.css */
.cBSFilterFieldSelectionGroupCaption[b-v0k7rn1jfp]{
	margin-left: 10px;
	margin-top: 10px;
	height: 12px;
}

.cBSFilterFieldSelectionTreeContainer[b-v0k7rn1jfp] {
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--content-color);
}

.cBSFilterFieldSelectionFieldsFooter[b-v0k7rn1jfp] {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--content-color);
	border-style: none solid solid solid;
	height: 40px;
}

.cBSFilterFieldSelectionFieldsFooterSelectionLabel[b-v0k7rn1jfp] {
	margin-right: 10px;
	padding-top: 9px;
	float: right;
}

.cBSFilterFieldSelectionTreeViewNodeTemplateContainer[b-v0k7rn1jfp] {
	display: flex;
	height: 24px;
}

.cBSFilterFieldSelectionTreeViewNodeTemplateText[b-v0k7rn1jfp] {
	padding-top: 6px;
	margin-left: 10px;
	height: 18px;
}
/* /Components/AssistantsViews/ListViewModuleDialogViewComponent.razor.rz.scp.css */
/* /Components/AssistantsViews/ModulesSetupViewComponent.razor.rz.scp.css */
.cBSModulesSetupCaption[b-13xow8bs2d] {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--primary-color);
}

.cBSModulesSetupFunctionButtonsContainer[b-13xow8bs2d] {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  width: 100%;
}

.cBSModulesSetupLeftHeaderContainer[b-13xow8bs2d] {
  width: 100%;
  display: flex;
}

.cBSModulesSetupRightHeaderContainer[b-13xow8bs2d] {
  display: flex;
  width: 100%;
  margin-left: 5px;
}

.cBSModulesSetupContentContainer[b-13xow8bs2d] {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: var(--secondary-color);
}

.cBSModulesSetupLeftContent[b-13xow8bs2d] {
  height: 400px;
  width: 100%;
  overflow: auto;
  background-color: var(--secondary-color);
  margin-left: 10px;
  margin-right: 5px;
}

.cBSModulesSetupRightContent[b-13xow8bs2d] {
  height: 400px;
  width: 100%;
  background-color: var(--secondary-color);
  margin-right: 10px;
  margin-left: 5px;
}

.cBSModulesSetupNavigationItem[b-13xow8bs2d] {
  height: 30px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 35px;
  padding-left: 5px;
  display: flex;
}

  .cBSModulesSetupNavigationItem:hover[b-13xow8bs2d] {
    background-color: #DADCE2;
  }

.cBSModulesSetupNavigationIcon[b-13xow8bs2d] {
  filter: var(--image-color);  
  height: 24px;
  width: 24px;
}

.cBSModulesSetupNavigationItemText[b-13xow8bs2d] {
  margin-left: 10px;
  padding-top: 4px;
}

@media screen and (max-width:480px) {
  .cBSModulesSetupLeftContent[b-13xow8bs2d]{
    height: 200px;
  }

  .cBSModulesSetupRightContent[b-13xow8bs2d] {
    height: 200px;
    margin-top: 10px;
  }

  .cBSModulesSetupContentContainer[b-13xow8bs2d]{
    display: block;
  }

  .cBSModulesSetupRightHeaderContainer[b-13xow8bs2d] {
    display: flex;    
    height: 30px;
  }

  .cBSModulesSetupLeftContent[b-13xow8bs2d]{
    height: 200px;
  }
}
/* /Components/AssistantsViews/OrderAssistantViewComponent.razor.rz.scp.css */
.positionsContainer[b-aom6wqveql] {
	display: flex;
	flex-direction: column;
	height: 100%;
}

	.positionsContainerRow.stretched[b-aom6wqveql] {
		flex: 1;
	}

.positionsContainerRow.fixed[b-aom6wqveql] {
	height: 50px;
}
/* /Components/AssistantsViews/PermissionItemSelectionViewComponent.razor.rz.scp.css */
.cBSPermissionItemSelectionMainContainer[b-hkhvftafoz]{
	background-color: var(--secondary-color);
	padding: 10px;
	height: 100%;
}

.cBSPermissionItemSelectionLeftContainer[b-hkhvftafoz] {
	width: 100%;
	background-color: var(--content-color);
	margin-right: 5px;
}

.cBSPermissionItemSelectionRightContainer[b-hkhvftafoz] {
	width: 100%;
	background-color: var(--content-color);
	margin-left: 5px;
	height: 100%;
}

.cBSPermissionItemSelectionItemsContainer[b-hkhvftafoz] {
	width: 100%;
	height: 100%;
}

.cBSPermissionItemSelectionButtonContainer[b-hkhvftafoz]{
	display: flex;
	height: 32px;
	margin-top: 8px;
}

.cBSPermissionItemSelectionButtonImage[b-hkhvftafoz] {
	width: 18px;
	height: 18px;
	margin-left: 5px;
	margin-top: 7px;
}

.cBSPermissionItemSelectionButtonText[b-hkhvftafoz] {
	margin-left: 10px;
	margin-right: 5px;
	height: 18px;
	margin-top: 7px;
}

.cBSPermissionItemSelectionItemsFooter[b-hkhvftafoz] {
	height: 50px;
	background-color: var(--content-color);
	border-style: solid none none none;
	border-width: 1px;
	border-color: var(--border-color);
}

.cBSPermissionItemSelectionHeader[b-hkhvftafoz]{
	background-color: var(--primary-color);
	height: 32px;
}

.cBSPermissionItemSelectionHeaderText[b-hkhvftafoz] {
	margin-left: 5px;
	padding-top: 5px;
}

.cBSPermissionItemSelectionObjectTreeContainer[b-hkhvftafoz]{
	height: 100%;
}

.cBSPermissionItemSelectionSearchContainer[b-hkhvftafoz]{
 height: 32px;
}

.cBSPermissionItemSelectionTreeNodeTemplate[b-hkhvftafoz] {
	display: flex;
	height: 24px;
}

.cBSPermissionItemSelectionTreeNodeImage[b-hkhvftafoz] {
	width: 24px;
	height: 24px;
	filter: var(--image-color);
}

.cBSPermissionItemSelectionTreeNodeText[b-hkhvftafoz]{
	padding-left: 10px;
	padding-top: 2px;
}
/* /Components/AssistantsViews/SchedulerViewSetupComponent.razor.rz.scp.css */
.cBSFirstGroupCaption[b-4p5c0fiqaw]{
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
}

.cBSRestricVisibleContainer[b-4p5c0fiqaw]{
  align-items: start;
  height: 40px;
}

.cBSRestricVisibleCaption[b-4p5c0fiqaw]{
  margin-left: 10px;
  margin-right: 30px;
  height: 30px;
  padding-top: 5px;
}

.cBSRestricVisibleAdditionalCaption[b-4p5c0fiqaw] {
  margin-left: 5px;  
  height: 30px;
  padding-top: 5px;
}

.cBSRestrictVisibleTimeCaption[b-4p5c0fiqaw] {
  margin-left: 10px;
  padding-top: 6px;
}

.cBSSecondGroupCaption[b-4p5c0fiqaw] {
  margin-left: 10px;
  margin-top: 10px;
}

.cBSListBoxImage[b-4p5c0fiqaw] {
  cursor: pointer;
  margin-left: 10px;
}

.cBSListBoxItemCaption[b-4p5c0fiqaw]{
  padding-top: 7px;
  height: 18px;
  margin-left: 5px;
}
/* /Components/AssistantsViews/TransactionTransferViewComponent.razor.rz.scp.css */
.cBSTransactionGroupBoxCaption[b-z2wbpex7dm] {
  font-weight: bold;
  margin: 5px;
}

.cBSTransactionGroupBox[b-z2wbpex7dm] {
  background: lightgrey;
  margin-top: 10px;
}

.cBSTransactionTitleCaption[b-z2wbpex7dm] {
  margin-right: 5px;
  margin-top: 5px;
}

.cBSTransactionTitleBox[b-z2wbpex7dm] {
  display: flex;
  margin-left: 15px;
  margin-top: 10px;
}
/* /Components/AssistantsViews/TwoFactorAuthenticationComponent.razor.rz.scp.css */
.cBSTwoFactorContainer[b-q6y4qis3ui] {
	margin: 20px;
}

.cBSTwoFactorQrCodeImageContainer[b-q6y4qis3ui] {	
	text-align: left;
}

.cBSTwoFactorQrCodeImage[b-q6y4qis3ui] {
	height: 256px;
	width: 256px;
}

.cBSTwoFactorPasswordLabel[b-q6y4qis3ui]{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
}
/* /Components/AssistantsViews/UniversalSelectionViewComponent.razor.rz.scp.css */
.cBSUniversalSelectionViewCheckListBoxHeader[b-fyk3wha7l6]{
	height: 32px;
	display: flex;
}

.cBSUniversalSelectionViewCheckListBoxHeaderButtonsContainer[b-fyk3wha7l6] {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

	.cBSUniversalSelectionViewCheckListBoxHeaderButton[b-fyk3wha7l6] {
		color: blue;
		cursor: pointer;
		margin-right: 5px;
	}
/* /Components/Buttons/BlueIconButtonTemplate.razor.rz.scp.css */
.cBSBlueIconButtonContainer[b-6b4t7vjbh4] {
	height: 32px;
	width: 32px;
	border-radius: 3px;
	margin-right: 3px;
}

.cBSBlueIconButtonImage[b-6b4t7vjbh4] {
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-left: 7px;
	margin-top: 7px;
}
/* /Components/Buttons/BlueIconTextButtonTemplate.razor.rz.scp.css */
.cBSBlueIconTextButtonContainer[b-95r5pf85x0] {
  height: 32px;
  border-radius: 3px;
  margin-right: 3px;
  display: flex;
}

.cBSBlueIconTextButtonImage[b-95r5pf85x0] {
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-left: 7px;
  margin-top: 7px;
}

.cBSBlueIconTextButtonText[b-95r5pf85x0] {
  /* Immer weiß, da Hintergrund immer Blau ist */
  color: white;
  cursor: pointer;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 7px;
}
/* /Components/Buttons/IconButtonTemplate.razor.rz.scp.css */
.cBSIconButtonContainer[b-g5karf9pcs] {
  height: 32px;
  width: 32px;
  border-style: solid;
  border-color: var(--border-color);
  border-radius: 3px;
  border-width: 1px;
  cursor: pointer;
}

  .cBSIconButtonContainer:hover[b-g5karf9pcs] {
    background-color: var(--hover-color);
  }

.cBSIconButtonImage[b-g5karf9pcs] {
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 6px;
}
/* /Components/Buttons/IconTextButtonTemplate.razor.rz.scp.css */
.cBSIconTextButtonMainContainer[b-bhybanm81i] {
  height: 32px;
  border-style: solid;
  border-color: var(--border-color);
  border-radius: 3px;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*Pfeil zum ausklappen, rechts anordnen*/
  justify-content: space-between;
}

  .cBSIconTextButtonMainContainer:hover[b-bhybanm81i] {
    background-color: var(--hover-color);
  }

  .cBSIconTextButtonContainer[b-bhybanm81i] {
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

.cBSIconTextButtonImage[b-bhybanm81i] {
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-left: 7px;
}

.cBSIconTextButtonText[b-bhybanm81i] {
  margin-right: 7px;
  margin-left: 7px;  
  cursor: pointer;
}

.cBSExpandButtonImage[b-bhybanm81i] {
  height: 16px;
  width: 16px;
  cursor: pointer;
  opacity: 0.7;
}
/* /Components/Buttons/TextButtonTemplate.razor.rz.scp.css */
.cBSTextButtonContainer[b-3zcpaab10q] {
  height: 32px;
  border-style: solid;
  border-color: var(--border-color);
  border-radius: 3px;
  border-width: 1px;
  cursor: pointer;
  display: flex;
}

  .cBSTextButtonContainer:hover[b-3zcpaab10q] {
    background-color: var(--hover-color);
  }

.cBSTextButtonText[b-3zcpaab10q] {
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 7px;
  cursor: pointer;
}
/* /Components/Commons/ErrorComponent.razor.rz.scp.css */
.cBSErrorContainer[b-deo3y5lhkf] {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	max-width: 600px;	
}

.cBSErrorItemContainer[b-deo3y5lhkf] {
	background-color: red;
	padding: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: var(--border-color);
}


.cBSErrorCloseButton[b-deo3y5lhkf] {
	margin-left: 10px;
	cursor: pointer;
}
/* /Components/Commons/FileDropUploadComponent.razor.rz.scp.css */
.file-drop-zone[b-4opnc3fpyn] {
  width: 100%;
  border-style: dotted;
  border-color: var(--border-color);
  margin-bottom: 2px;
  padding: 10px;
  background-color: var(--content-color);
}

.hover[b-4opnc3fpyn] {
  border-style: solid;
  background-color: var(--grid-selection-color);
}

.image-container[b-4opnc3fpyn] {
  display: flex;
  justify-content: center;
}

  .image-container img[b-4opnc3fpyn] {
    width: 50%;
  }

[b-4opnc3fpyn] input[type=file] {
  width: 100%;
  padding: 20px;
}
/* /Components/Commons/SearchItem.razor.rz.scp.css */
.cBSListViewSearchItemImage[b-15nelgw66n] {
	height: 32px;
	width: 32px;
	padding: 3px;
	filter: var(--image-color);
}
/* /Components/ContentViews/ContentViewsComponent.razor.rz.scp.css */
.cBSContentViewsCaptionContainer[b-lxbm0scb05] {
	background: var(--primary-color);
	height: 40px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.cBSContenViewCaption[b-lxbm0scb05] {
	margin-left: 10px;
	margin-top: 10px;
	color: var(--font-color);
}

.cBSContentViewContainer[b-lxbm0scb05] {
	height: 100%;
	background: var(--content-color);
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
/* /Components/DetailView/DetailViewContentComponent.razor.rz.scp.css */
.cBSDetailDataOpenDetailDataContainer[b-mx7k2kcqnk] {
  background: var(--content-color);
  height: 100%;
}
/* /Components/DetailView/DetailViewTreeComponent.razor.rz.scp.css */
.cBSDetailDataItemCaption[b-tw7wnn6hr5] {
  padding-top: 5px;
  padding-left: 10px;
  height: 30px;
  color: var(--font-color);
}

.cBSDetailDataItemImage[b-tw7wnn6hr5] {
  height: 18px;
  width: 18px;
  margin-top: 5px;
  margin-left: 5px;
  filter: var(--image-color);
}

.cBSDetailDataMainItemTemplate[b-tw7wnn6hr5] {
  color: var(--font-color);
  padding-left: 10px;
  padding-top: 5px;
}

.cBSDetailDataMainImage[b-tw7wnn6hr5] {
  height: 18px;
  width: 18px;
  margin-top: 5px;
  filter: var(--image-color);
}
/* /Components/DetailView/ListViewDetailViewComponent.razor.rz.scp.css */
.cBSListViewDetailViewContainer[b-wazpfgjvyn] {
	margin-left: 10px;
	height: 100%;
}

.cBSListViewDetailViewTreeContainer[b-wazpfgjvyn] {
	margin-right: 10px;
}

.cBSDetailViewHeader[b-wazpfgjvyn] {
	height: 50px;
	border-style: none none solid none;
	border-color: var(--border-color);
	margin: 0px;
	border-width: 2px;
}

.cBSDetailViewHeaderCaption[b-wazpfgjvyn] {
	margin-top: 15px;
	color: var(--font-color);
}

.cBSDetailViewCollapseImage[b-wazpfgjvyn] {
	float: right;
	width: 24px;
	margin-top: 12px;
	opacity: 0.5;
	cursor: pointer
}

.cBSDetailViewTreeContentContainer[b-wazpfgjvyn] {
	overflow-y: auto;
	max-height: 240px;
	min-height: 240px;
	background: var(--primary-color);
	margin-top: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.cBSDetailViewTreeContentContainer[b-wazpfgjvyn]::-webkit-scrollbar {
		width: 5px;
	}

.cBSDetailViewTreeContentContainer[b-wazpfgjvyn]::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

.cBSDetailViewTreeContentContainer[b-wazpfgjvyn]::-webkit-scrollbar-thumb {
		background: #888;
	}

.cBSDetailViewTreeContentContainer[b-wazpfgjvyn]::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
/* /Components/Filter/SimpleFilterBuilderComponent.razor.rz.scp.css */
.cBSSimpleFilterBuilderContainer[b-m2mlmlpbin] {
	margin-left: 10px;
	margin-right: 10px;
}
/* /Components/ListView/ListViewGridSelectionComponent.razor.rz.scp.css */
.cBSListViewGridColumnTextCellContainer[b-rfycielrmc] {
	white-space: nowrap;
	height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}

.cBSListViewGridRecordCount[b-rfycielrmc] {
	color: var(--font-color);
	border-color: transparent;
	padding-top: 6px;
}

.cBSListViewGridResetLayoutImage[b-rfycielrmc] {
	width: 18px;
	height: 18px;
	margin-top: 6px;
	margin-left: 6px;
	cursor: pointer
}

.progressBar-container[b-rfycielrmc] {
	float: right;
	height: 100%;
	width: 75px;
}

.progress-bar[b-rfycielrmc] {
	height: 100%;
	background-color: rgba(5, 114, 206, 0.2);
	width: 100%;
	overflow: hidden;
}

.progress-bar-value[b-rfycielrmc] {
	width: 100%;
	height: 100%;
	background-color: rgb(5, 114, 206);
	animation: indeterminateAnimation-b-rfycielrmc 1s infinite linear;
	transform-origin: 0% 50%;
}

.cBSListViewGridWarningPanelContainer[b-rfycielrmc] {
	width: 100%;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: var(--border-color);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

@keyframes indeterminateAnimation-b-rfycielrmc {
	0% {
		transform: translateX(0) scaleX(0);
	}

	40% {
		transform: translateX(0) scaleX(0.4);
	}

	100% {
		transform: translateX(100%) scaleX(0.5);
	}
}
/* /Components/ListView/ListViewRunningProgressBarComponent.razor.rz.scp.css */
.progressBar-container[b-tk5yhz58vs] {
	float: right;
	height: 32px;
	width: 75px;
}

.progress-bar[b-tk5yhz58vs] {
	height: 100%;
	background-color: rgba(5, 114, 206, 0.2);
	width: 100%;
	overflow: hidden;
}

.progress-bar-value[b-tk5yhz58vs] {
	width: 100%;
	height: 100%;
	background-color: rgb(5, 114, 206);
	animation: indeterminateAnimation-b-tk5yhz58vs 1s infinite linear;
	transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation-b-tk5yhz58vs {
	0% {
		transform: translateX(0) scaleX(0);
	}

	40% {
		transform: translateX(0) scaleX(0.4);
	}

	100% {
		transform: translateX(100%) scaleX(0.5);
	}
}
/* /Components/ListView/ListViewWarningPanelComponent.razor.rz.scp.css */
.cBSListViewWarningPanelLabel[b-e1rh25aizd] {
  width: 100%;
  text-align: center;
  margin: 0;
}

.cBSListViewWarningPanelButton[b-e1rh25aizd] {
  min-width: max-content;
  border-style: none;
  font-size: 14px;
  font-family: 'FontRegular';
}
/* /Components/Navigation/NavigationComponent.razor.rz.scp.css */
.cBSNavigationContainer[b-5ty8wfd8v1] {
	background: #2D2F39;
	height: 100%;
	overflow: hidden;
}

.cBSLargeNavigationMainCategoryContainer[b-5ty8wfd8v1] {
	margin: 0px;
	padding: 0px;
	display: flex;
	height: 25px;
	max-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cBSNavigationMainCategoryCaption[b-5ty8wfd8v1] {
	color: #E3E5EB;
	font-family: 'FontRegular', sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding-top: 7px;
}

.cBSLargeNavigationMainCategoryImage[b-5ty8wfd8v1] {
	width: 30px;
	max-width: 30px;
	height: 30px;
	max-height: 30px;
	filter: invert(80%) sepia(22%) saturate(119%) hue-rotate(195deg) brightness(92%) contrast(94%);
	padding: 2px;
}

.cBSNavigationMainCategoryImage[b-5ty8wfd8v1] {
	width: 30px;
	max-width: 30px;
	height: 30px;
	max-height: 30px;
	padding: 2px;
	margin-left: 14px;
	margin-top: 1px;
	filter: invert(80%) sepia(22%) saturate(119%) hue-rotate(195deg) brightness(92%) contrast(94%);
}

.cBSNavigationSubCategoryCaption[b-5ty8wfd8v1] {
	font-size: 9px;
	font-family: 'FontRegular', sans-serif;
	color: #BEC0CF;
	margin: 0px 10px 10px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: default;
	opacity: 0.5;
}

.cBSNavigationItemCaption[b-5ty8wfd8v1] {
	font-family: 'FontRegular', sans-serif;
	color: #BEC0CF;
	font-size: 14px;
	margin: 10px 10px 5px 10px;
	white-space: nowrap;
	cursor: pointer;
}

.cBSLargeNavigationItemCaption[b-5ty8wfd8v1] {
	padding-left: 0px;
	cursor: pointer;
	font-family: 'FontRegular', sans-serif;
	color: #BEC0CF;
	font-size: 14px;
	margin: 0px 10px 15px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cBSNavigationSearchItemsContainer[b-5ty8wfd8v1]{
	margin-top: 10px;
}

.cBSNavigationSearchItemContainer[b-5ty8wfd8v1] {
	height: 45px;
	margin-left: 15px;
}
/* /Components/RecordInfoComponent.razor.rz.scp.css */
.cBSRecordInfoContainer[b-zplg5u466b]{
	margin: 5px;
}

.cBSRecordInfoCaption[b-zplg5u466b] {
	margin-left: 33px;
	height: 18px;
	margin-bottom: 10px;
}

.cBSRecordInfoItem[b-zplg5u466b] {
	display: flex;
	height: 28px;
	margin-right: 5px;
	margin-left: 5px;
}

.cBSRecordInfoIcon[b-zplg5u466b] {
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

.cBSRecordInfoBorder[b-zplg5u466b] {
	border-style: solid none none none;
	border-width: 1px;
	border-color: var(--border-color);
	margin-left: 33px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.cBSRecordInfoJournalButton[b-zplg5u466b] {
	border-style: solid;
	border-color: var(--border-color);
	border-width: 1px;
	border-radius: 3px;
	height: 32px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cBSRecordInfoJournalButtonText[b-zplg5u466b] {
	text-align: center;
	margin-top: 5px;
}
/* /Components/Scheduler/ListViewSchedulerSelectionComponent.razor.rz.scp.css */
.cBSListViewSchedulerContainer[b-5v4t9vqr28] {
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
}
/* /Components/TreeView/ListViewTreeSelectionComponent.razor.rz.scp.css */
.cBSTreeViewContainer[b-kqpq8ztj39] {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  height: 100%;
  background-color: var(--primary-color);
}

.cBSListViewTreeImage[b-kqpq8ztj39] {
  height: 18px;
  width: 18px;
  margin-top: 5px;
  filter: var(--image-color);
}
/* /Components/UserMenuComponent.razor.rz.scp.css */
.cBSUserMenuHeaderMenuContainer[b-swxh2funtj] {
  min-width: 200px;
  background: var(--content-color);
}

.cBSUserMenuHeaderUserItemContainer[b-swxh2funtj] {
  border-style: none none solid none;
  border-width: 1px;
  border-color: var(--border-color);
}

.cBSUserMenuHeaderUserItemImage[b-swxh2funtj] {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  filter: var(--image-color);
}

.cBSUserMenuHeaderUserText[b-swxh2funtj] {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 14px;
  color: var(--font-color);
}

.cBSUserMenuHeaderUserPermissionText[b-swxh2funtj] {
  font-size: 12px;
  text-align: center;
  height: 14px;
  color: var(--font-color);
}

.cBSUserMenuHeaderMenuItemContainer[b-swxh2funtj] {
  display: flex;
  height: 32px;
  cursor: pointer;
}

.cBSUserMenuHeaderMenuItemImage[b-swxh2funtj] {
  width: 18px;
  margin-left: 10px;
  cursor: pointer;
  filter: var(--image-color);
}

.cBSUserMenuHeaderMenuItemText[b-swxh2funtj] {
  margin-left: 10px;
  padding-top: 5px;
  cursor: pointer;
  color: var(--font-color);
}
/* /Pages/EditViewAllAssociationsComponent.razor.rz.scp.css */
.cBSEditViewDetailViewPagesContainer[b-5ypuqubjfk] {
	border-style: none solid none none;
	border-color: var(--border-color);
	border-width: 1px;
	margin-top: -5px;
	height: 100%;
}

.cBSEditViewDetailViewPagesContentContainer[b-5ypuqubjfk] {
	background: var(--primary-color);
	margin-right: 10px;
	border-radius: 3px;
	margin-top: 15px;
	height: 100%;
}

.cBSEditViewDetailViewPageItem[b-5ypuqubjfk] {
	display: flex;
	cursor: pointer;
	height: 32px;
	margin-top: 5px;
	margin-left: 10px;
}

.cBSEditViewDetailViewPageItem:hover[b-5ypuqubjfk] {
	background: lightgray;
}

.cBSEditViewDetailViewSelectedPageItem[b-5ypuqubjfk] {
	display: flex;
	cursor: pointer;
	height: 32px;
	margin-top: 5px;
	margin-left: 10px;
	background: var(--grid-selection-color);
}

.cBSEditViewDetailViewPageItemImage[b-5ypuqubjfk] {
	filter: var(--image-color);
	height: 20px;
	width: 20px;
	margin-top: 7px;
	cursor: pointer;
	margin-left: 10px;
}

.cBSEditViewDetailViewPageItemText[b-5ypuqubjfk] {
	color: var(--font-color);
	margin-left: 10px;
	padding-top: 7px;
	cursor: pointer;
}
/* /Pages/EditViewComponent.razor.rz.scp.css */
.cBSEditViewContainer[b-9naoa31kkg] {
	height: 100%;
	overflow: hidden;
	background: var(--secondary-color);
}

.cBSEditViewHeader[b-9naoa31kkg] {
	height: 50px;
	border-style: none none solid none;
	border-color: var(--border-color);
	margin: 0px 10px 0px 10px;
	border-width: 2px;
	width: 100%;
}

.cBSEditViewHeaderCaption[b-9naoa31kkg] {
	margin-top: 15px;
	color: var(--font-color);
}

.cBSEditViewContentContainer[b-9naoa31kkg] {
	margin-left: 10px;
	margin-right: 10px;	
}

.cBSEditViewTabHeaderContainer[b-9naoa31kkg] {
	height: 44px;
}

.cBSEditViewSubTabHeaderContainer[b-9naoa31kkg] {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* /Pages/ExtendedPopupPage.razor.rz.scp.css */
.cBSExtendedPopupBodyContainer[b-v7hswtxcxv] {
	background: var(--secondary-color);
	height: 90%;	
}

.cBSExtendedPopupContainer[b-v7hswtxcxv] {
	display: flex;
	border-style: none none solid none;
	border-width: 1px;
	border-color: lightgrey;
	height: 55px;
	background: var(--secondary-color);
}

.cBSExtendedPopupHeaderContainer[b-v7hswtxcxv] {
	width: 100%;
	display: flex;
	left: 0px;
	min-width: 250px;
}

.cBSExtendedPopupHeaderText[b-v7hswtxcxv] {
	margin-left: 15px;
	margin-top: 20px;
	color: var(--font-color);
}

.cBSExtendedPopupButtonsContainer[b-v7hswtxcxv] {
	display: flex;
	right: 0px;
	width: 100%;
	justify-content: flex-end;
	margin-top: 10px;
	margin-right: 10px;
}

@media screen and (max-width:450px) {
	.cBSExtendedPopupHeaderContainer[b-v7hswtxcxv] {		
		min-width: 50px;
	}
}

@media screen and (max-width:650px) {
	.cBSExtendedPopupHeaderContainer[b-v7hswtxcxv] {		
		min-width: 100px;
	}
}
/* /Pages/ListViewComponent.razor.rz.scp.css */
.cBSListViewHeaderCaption[b-p0icbk5ydc] {
	margin-top: 15px;
	color: var(--font-color);
}

.cBSListViewHeader[b-p0icbk5ydc] {
	height: 50px;
	border-style: none none solid none;
	border-color: var(--border-color);
	margin: 0px 10px 0px 10px;
	border-width: 2px;
}

.cBSListViewCollapsedDetailViewContainer[b-p0icbk5ydc] {
	height: 100%;
	border-style: none none none solid;
	border-color: #E3E5EB;
	border-width: 2px;
}

.cBSListViewCollapsedDetailViewContentContainer[b-p0icbk5ydc] {
	height: 50px;
	margin: 0 10px 0 10px;
}

.cBSListViewCollapsedDetailViewImage[b-p0icbk5ydc] {
	float: right;
	width: 24px;
	margin-top: 12px;
	opacity: 0.5;
	cursor: pointer
}

.cBSListViewCollapsedDetailViewBorderContainer[b-p0icbk5ydc] {
	height: 100%;
	border-style: none none none solid;
	border-color: var(--border-color);
	border-width: 2px;
}

.cBSListViewDetailViewContainer[b-p0icbk5ydc] {
	height: 100%;
	border-style: none none none solid;
	border-width: 2px;
	border-color: var(--border-color);
}

.cBSMobileListViewContainer[b-p0icbk5ydc] {
	position: relative;
	width: 100%;
	height: 100%;
}

.cBSMobileListViewControl[b-p0icbk5ydc] {
	width: 100%;
	height: 50px;
	transition: height 0.3s ease-in-out;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.cBSMobileListViewControlExpanded[b-p0icbk5ydc] {
	height: 90%;
}

.cBSMobileListViewDetailViewContainer[b-p0icbk5ydc] {
	width: 100%;		
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.cBSMobileListViewDetailViewControl[b-p0icbk5ydc] {
	height: 100%;
}
/* /Pages/LoginViewPage.razor.rz.scp.css */
.cBSLoginViewLoginContainer[b-dusei6r0fx] {
	background-color: var(--content-color);	
}

.cBSLoginViewLoginContentContainer[b-dusei6r0fx] {
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.cBSLoginViewCevisioImage[b-dusei6r0fx] {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 70px;
	margin-bottom: 40px;
}

.cBSLoginViewFunctionsContainer[b-dusei6r0fx] {
	height: 20px;
	margin-top: 15px;
}

.cBSLoginViewFunctionContentContainer[b-dusei6r0fx] {
	display: flex;
	float: right;
	height: 20px;
	cursor: pointer
}

.cBSLoginViewFunctionImage[b-dusei6r0fx] {
	height: 18px;
	margin-top: 2px;
	cursor: pointer
}

.cBSLoginViewFunctionText[b-dusei6r0fx] {
	color: var(--secondary-font-color);
	text-align: right;
	margin-left: 5px;
	cursor: pointer;
}

.cBSLoginViewLoginButtonContainer[b-dusei6r0fx] {
	height: 42px;
	margin-top: 15px;
	cursor: pointer;
	border-radius: 3px;
}

.cBSLoginViewLoginButtonText[b-dusei6r0fx] {
	/*Immer weiß, da Button auch im DarkMode Blau bleibt und somit der Inhalt weiß sein muss*/
	color: white;
	text-align: center;
	padding-top: 10px;
	cursor: pointer
}

.cBSLoginViewHelpContainer[b-dusei6r0fx] {
	height: 42px;
	margin-top: 15px;
}

.cBSLoginViewHelpText[b-dusei6r0fx] {
	color: var(--font-color);
	text-align: center;
	cursor: pointer
}

.cBSLoginViewCopyRightText[b-dusei6r0fx] {
	text-align: center;
	color: var(--secondary-font-color);
	cursor: default;
	height: 20px;
	margin-bottom: 10px;
}

.cBSLoginViewVersionInfo[b-dusei6r0fx] {
	text-align: center;
	color: var(--secondary-font-color);
	cursor: default;
	height: 20px;	
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cBSLoginViewNewsBackground[b-dusei6r0fx] {
	height: 100%;
	width: 100%;
	background-color: #2D2F39;
	background-image: url('/Images/LoginMask.png');
	background-size: 100% 100%;
}

.cBSLoginViewNewsContainer[b-dusei6r0fx] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
/* /Pages/MainViewPage.razor.rz.scp.css */
.cBSMainViewContent[b-3edgv6xoql] {
	background: var(--secondary-color);
}

.cBSEmptyMainViewContent[b-3edgv6xoql] {
	background: var(--primary-color);
}

.cBSMainViewSmallNavigationButton[b-3edgv6xoql] {
	margin-left: 9px;
	margin-top: 9px;
	border-radius: 50px;
	height: 32px;
	width: 32px;
	background: #464958;
}

.cBSMainViewSmallNavigationButtonImage[b-3edgv6xoql] {
	height: 24px;
	width: 24px;
	margin-left: 4px;
	margin-top: 4px;
	cursor: pointer;
}
/* /Pages/PopupComponent.razor.rz.scp.css */
.cbsPopupContainer[b-sztxnevbjs] {
	background: var(--content-color);
}

.cBSPopupImageContainer[b-sztxnevbjs] {
	width: 100%;
	height: 50px;
}

.cBSPopupImage[b-sztxnevbjs] {
	width: 50px;
	height: 50px;
	margin-top: 10px;
	position: absolute;
	left: 45%;
}

.cBSPopupHeaderText[b-sztxnevbjs] {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	color: var(--font-color);
}

.cBSPopupBodyTextContainer[b-sztxnevbjs] {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}

.cBSPopupBodyText[b-sztxnevbjs] {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: var(--font-color);
}

.cBSPopupButtonsContainer[b-sztxnevbjs] {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center
}

.cBSPopupConfirmButtonContainer[b-sztxnevbjs] {
	height: 32px;
	background: #0052CC;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	display: flex;
}

.cBSPopupButtonImage[b-sztxnevbjs] {
	padding: 5px;
	height: 32px;
	cursor: pointer;
	margin-left: 5px;
}

.cBSPopupButtonConfirmText[b-sztxnevbjs] {
	color: white;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 6px;
}

.cBSPopupButtonContainer[b-sztxnevbjs] {
	height: 32px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-color: var(--border-color);
	border-width: 1px;
	cursor: pointer;
	display: flex;
}

.cBSPopupButtonText[b-sztxnevbjs] {
	color: var(--font-color);
	cursor: pointer;
	margin-right: 15px;
	margin-top: 6px;
}
