﻿.cBSWhiteImage {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(105%) contrast(105%);
}

.cBSBlackImage {
	filter: invert(0%) sepia(96%) saturate(17%) hue-rotate(324deg) brightness(106%) contrast(106%);
}

.cBSFullBlackImage {
	filter: invert(0%) sepia(96%) saturate(17%) hue-rotate(324deg) brightness(0%) contrast(106%);
}

.cBSRedImage {
	filter: invert(39%) sepia(29%) saturate(3086%) hue-rotate(338deg) brightness(90%) contrast(95%);
}

.cBSGreyImage {
	filter: invert(80%) sepia(22%) saturate(119%) hue-rotate(195deg) brightness(92%) contrast(94%);
}

.cBSOrangeImage {
	filter: invert(86%) sepia(20%) saturate(5612%) hue-rotate(331deg) brightness(102%) contrast(95%);
}

.cBSBlueImage {
	/*Hier auf Variable zugreifen, da der Blauton im Darkmode nicht sichtbar ist, wird dieser weiß*/
	filter: var(--blue-icon);
}

.cBSDefaultImage {
	filter: var(--image-color);
}

.cBSRegularText {
	font-size: 14px !important;
	font-family: 'FontRegular' !important;
}

.cBSMediumText {
	font-size: 14px;
	font-family: 'Font500';
}

.cBSItalicText {
	font-size: 14px;
	font-family: 'FontItalic';
}

.cBSDefaultTextColor {
	color: var(--font-color) !important;
}

.cBSBlueButton {
	background: #0052CC;
}

.cBSOrangeButton {
	background: #F8A63B;
	border-style: solid;
	border-radius: 3px;
}

.cBSRedButton {
	background: #E14B31
}

.cBSNavigationMenuColor {
	background: #2D2F39
}

.cBSLightBorderColor {
	border-color: #E3E5EB;
}

.cBSGrayBackgroundColor {
	background-color: gray;
}

.cBSOrangeBackgroundColor {
	background-color: orange;
}

.cBSNoneSelection {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.cBSTransparentBackgroundColor {
	background-color: transparent;
}

.cBSDisabledButton {
	opacity: 0.6;
}

.cBSSchedulerResourceColor1 {
	background-color: lightgreen;
}
.cBSSchedulerResourceColor2 {
	background-color: orange;
}
.cBSSchedulerResourceColor3 {
	background-color: cyan;
}
.cBSSchedulerResourceColor4 {
	background-color: lightgrey;
}
.cBSSchedulerResourceColor5 {
	background-color: mediumpurple;
}
.cBSSchedulerResourceColor6 {
	background-color: lightblue;
}
.cBSSchedulerResourceColor7 {
	background-color: pink;
}
.cBSSchedulerResourceColor8 {
	background-color: yellow;
}
.cBSSchedulerResourceColor9 {
	background-color: aquamarine;
}
.cBSSchedulerResourceColor10 {
	background-color: red;
}