@sapBrandColor: #009de0;
@sapHighlightColor: #007cc0;
@sapBaseColor: #808080;
@sapShellColor: transparent;
@sapBackgroundColorDefault: #f2f2f2;
@sapBackgroundColor: #f2f2f2;
@sapFontFamily: Arial, Helvetica, sans-serif;
@sapFontLightFamily: @sapFontFamily;
@sapFontBoldFamily: @sapFontFamily;
@sapFontHeaderFamily: @sapFontFamily;
@sapFontSize: 0.75em;
@sapFontSmallSize: 0.8 * @sapFontSize;
@sapFontLargeSize: 1.2 * @sapFontSize;
@sapFontHeader1Size: @sapFontSize;
@sapFontHeader2Size: @sapFontSize;
@sapFontHeader3Size: @sapFontSize;
@sapFontHeader4Size: @sapFontSize;
@sapFontHeader5Size: @sapFontSize;
@sapFontHeader6Size: @sapFontSize;
@sapTextColor: #000000;
@sapLinkColor: #00679e;
@sapLink_Hover_Color: @sapLinkColor;
@sapLink_Active_Color: @sapLinkColor;
@sapLink_Visited_Color: @sapLinkColor;
@sapLink_InvertedColor: lighten(@sapLinkColor, 50);
@sapLink_SubtleColor: darken(@sapLinkColor, 15);
@sapCompanyLogo: none;
@sapBackgroundImage: none;
@sapBackgroundImageOpacity: 1;
@sapBackgroundImageRepeat: true;
@sapContent_GridSize: 1rem;
@sapAccentColor1: #f0ab00;
@sapAccentColor2: #f27020;
@sapAccentColor3: #e52929;
@sapAccentColor4: #ab218e;
@sapAccentColor5: #007cc0;
@sapAccentColor6: #008a3b;
@sapAccentColor7: #004990;
@sapAccentColor8: #009de0;
@sapAccentColor9: #925ace;
@sapAccentColor10: #647987;
@sapLegend_WorkingBackground: darken(@sapList_Background, 3);
@sapLegend_NonWorkingBackground: darken(@sapList_Background, 3);
@sapLegend_CurrentDateTime: @sapAccentColor4;
@sapLegendColor1: #d58215;
@sapLegendColor2: #d76060;
@sapLegendColor3: #db1f77;
@sapLegendColor4: #9b3b3b;
@sapLegendColor5: #cf5db3;
@sapLegendColor6: #478fd6;
@sapLegendColor7: #1193a2;
@sapLegendColor8: #8b9668;
@sapLegendColor9: #6c8b99;
@sapLegendColor10: #892971;
@sapLegendColor11: #725a3a;
@sapLegendColor12: #bb2f2f;
@sapLegendColor13: #d51f1f;
@sapLegendColor14: #8b714f;
@sapLegendColor15: #606190;
@sapLegendColor16: #597da1;
@sapLegendColor17: #49797e;
@sapLegendColor18: #687a33;
@sapLegendColor19: #295989;
@sapLegendColor20: #5154bd;
@sapLegendBackgroundColor1: #fff6e0;
@sapLegendBackgroundColor2: #feeee5;
@sapLegendBackgroundColor3: #f7e6e6;
@sapLegendBackgroundColor4: #f9efe9;
@sapLegendBackgroundColor5: #fdf2fa;
@sapLegendBackgroundColor6: #ebf3fa;
@sapLegendBackgroundColor7: #f2fdfd;
@sapLegendBackgroundColor8: #f3f9e4;
@sapLegendBackgroundColor9: #f1f3f4;
@sapLegendBackgroundColor10: #f7edf5;
@sapLegendBackgroundColor11: #ffeec6;
@sapLegendBackgroundColor12: #fbdfce;
@sapLegendBackgroundColor13: #ffdcdc;
@sapLegendBackgroundColor14: #f2e2d8;
@sapLegendBackgroundColor15: #f0e5ee;
@sapLegendBackgroundColor16: #e7e8ea;
@sapLegendBackgroundColor17: #d7eaea;
@sapLegendBackgroundColor18: #e6edd1;
@sapLegendBackgroundColor19: #f0f7fa;
@sapLegendBackgroundColor20: #f0f7fa;
@sapErrorBackground: mix(@sapErrorColor, #ffffff, 15);
@sapWarningBackground: #fffcb5;
@sapSuccessBackground: mix(@sapSuccessColor, #ffffff, 12);
@sapInformationBackground: mix(@sapInformativeColor, #ffffff, 10);
@sapNeutralBackground: mix(@sapNeutralColor, #ffffff, 10);
@sapErrorBorderColor: @sapErrorColor;
@sapWarningBorderColor: @sapWarningColor;
@sapSuccessBorderColor: @sapSuccessColor;
@sapInformationBorderColor: @sapInformationColor;
@sapNeutralBorderColor: @sapNeutralColor;
@sapNegativeElementColor: @sapNegativeColor;
@sapCriticalElementColor: @sapCriticalColor;
@sapPositiveElementColor: @sapPositiveColor;
@sapInformativeElementColor: @sapInformativeColor;
@sapNeutralElementColor: @sapNeutralColor;
@sapNegativeTextColor: @sapNegativeColor;
@sapCriticalTextColor: @sapCriticalColor;
@sapPositiveTextColor: @sapPositiveColor;
@sapInformativeTextColor: @sapInformativeColor;
@sapNeutralTextColor: @sapTextColor;
@sapNegativeColor: #cc1919;
@sapCriticalColor: #d14900;
@sapPositiveColor: #007833;
@sapInformativeColor: #007cc0;
@sapNeutralColor: #007cc0;
@sapErrorColor: lighten(@sapNegativeColor, 8);
@sapWarningColor: #f0ab00;
@sapSuccessColor: lighten(@sapPositiveColor, 3.5);
@sapInformationColor: @sapInformativeColor;
@sapIndicationColor_1: #9f1313;
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_2: #cc1919;
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_3: #d14900;
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_4: #007833;
@sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
@sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_5: #007cc0;
@sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
@sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_6: @sapAccentColor7;
@sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
@sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_7: @sapAccentColor9;
@sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
@sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapIndicationColor_8: @sapAccentColor4;
@sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
@sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapSelectedColor: @sapHighlightColor;
@sapActiveColor: @sapBrandColor;
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapTitleColor: @sapDarkTextColor;
@sapElement_LineHeight: 48px;
@sapElement_Height: 40px;
@sapElement_BorderWidth: 1px;
@sapElement_BorderCornerRadius: 2px;
@sapElement_Compact_LineHeight: @sapElement_LineHeight;
@sapElement_Compact_Height: @sapElement_Height;
@sapElement_Condensed_LineHeight: @sapElement_LineHeight;
@sapElement_Condensed_Height: @sapElement_Height;
@sapContent_LineHeight: 1.3;
@sapContent_ElementHeight: 1.37em;
@sapContent_ElementHeight_PX: 22px;
@sapContent_IconHeight: 16px;
@sapContent_IconColor: @sapLightTextColor;
@sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
@sapContent_NonInteractiveIconColor: @sapContent_IconColor;
@sapContent_MarkerIconColor: @sapAccentColor5;
@sapContent_MarkerTextColor: darken(@sapAccentColor7, 8);
@sapContent_Placeholderloading_Background: darken(@sapBaseColor, 12);
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 35%, darken(@sapContent_Placeholderloading_Background, 5) 50%, @sapContent_Placeholderloading_Background 65%, @sapContent_Placeholderloading_Background 100%);
@sapContent_ImagePlaceholderBackground: @sapExtraLightBackground;
@sapContent_ImagePlaceholderForegroundColor: darken(@sapExtraLightBackground, 20);
@sapContent_RatedColor: @sapAccentColor1;
@sapContent_UnratedColor: lighten(@sapContent_RatedColor, 50);
@sapContent_FocusColor: @sapDarkFocusColor;
@sapContent_FocusStyle: dotted;
@sapContent_FocusWidth: 1px;
@sapContent_ContrastFocusColor: @sapLightFocusColor;
@sapContent_ShadowColor: #000000;
@sapContent_ContrastShadowColor: #ffffff;
@sapContent_Shadow0: none;
@sapContent_Shadow1: none;
@sapContent_Shadow2: none;
@sapContent_Shadow3: none;
@sapContent_TextShadow: none;
@sapContent_HeaderShadow: none;
@sapContent_SearchHighlightColor: @sapSearchHighlightColor;
@sapContent_HelpColor: @sapHelpHighlightColor;
@sapContent_LabelColor: @sapLightTextColor;
@sapContent_MonospaceFontFamily: lucida console, monospace;
@sapContent_DisabledTextColor: lighten(@sapTextColor, 80);
@sapContent_DisabledOpacity: 0.5;
@sapContent_ContrastTextThreshold: 0.65;
@sapContent_ContrastTextColor: #ffffff;
@sapContent_ForegroundColor: @sapLightBackground;
@sapContent_ForegroundBorderColor: @sapDarkBorderColor;
@sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapContent_BadgeBackground: @sapAccentColor3;
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapContent_DragAndDropActiveColor: @sapActiveColor;
@sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapContent_Selected_Background: @sapSelectedColor;
@sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
@sapContent_Illustrative_Color1: #427cac;
@sapContent_Illustrative_Color2: #93b7d6;
@sapContent_Illustrative_Color3: #ffba10;
@sapContent_Illustrative_Color4: #4a5055;
@sapContent_Illustrative_Color5: #9da4aa;
@sapContent_Illustrative_Color6: #c6cace;
@sapContent_Illustrative_Color7: #e7e9ea;
@sapContent_Illustrative_Color8: #ffffff;
@sapShell_Background: @sapExtraLightBackground;
@sapShell_BackgroundImage: @sapShell_Background;
@sapShell_BackgroundGradient: @sapShell_BackgroundImage;
@sapShell_BackgroundImageOpacity: 1;
@sapShell_BackgroundImageRepeat: false;
@sapShell_BackgroundPatternColor: @sapBackgroundColor;
@sapShell_BorderColor: @sapLightBorderColor;
@sapShell_TextColor: contrast(@sapShell_Background, @sapLightTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_InteractiveTextColor: @sapShell_TextColor;
@sapShell_InteractiveBorderColor: lighten(@sapShellColor, 30);
@sapShell_GroupTitleTextColor: @sapTitleColor;
@sapShell_Hover_Background: @sapShellColor;
@sapShell_Active_Background: @sapShellColor;
@sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Selected_Background: @sapShellColor;
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Selected_Hover_Background: @sapShellColor;
@sapShell_Favicon: none;
@sapShell_Navigation_Background: @sapBackgroundColor;
@sapShell_Navigation_SelectedColor: @sapShell_TextColor;
@sapShell_Navigation_Selected_TextColor: @sapShell_TextColor;
@sapShell_Navigation_TextColor: @sapShell_GroupTitleTextColor;
@sapShell_Shadow: none;
@sapButton_BorderWidth: @sapElement_BorderWidth;
@sapButton_BorderCornerRadius: 2px;
@sapButton_Background: #f7f7f7;
@sapButton_BorderColor: darken(@sapButton_Background, 22);
@sapButton_TextColor: contrast(@sapButton_Background, @sapDarkTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Disabled_Background: mix(@sapButton_Background, @sapBackgroundColor, @sapContent_DisabledOpacity * 100);
@sapButton_Disabled_BorderColor: mix(@sapButton_BorderColor, @sapBackgroundColor, @sapContent_DisabledOpacity * 100);
@sapButton_Disabled_TextColor: contrast(@sapButton_Disabled_Background, mix(lighten(@sapTextColor, 20), #ffffff, 25), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Hover_Background: darken(@sapButton_Background, 5);
@sapButton_Hover_BorderColor: darken(@sapButton_Hover_Background, 17);
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapDarkTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
@sapButton_Active_Background: @sapActiveColor;
@sapButton_Active_BorderColor: @sapButton_Active_Background;
@sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Emphasized_Background: @sapBrandColor;
@sapButton_Emphasized_BorderColor: darken(@sapButton_Emphasized_Background, 5);
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapDarkTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Emphasized_Hover_Background: @sapButton_Emphasized_Background;
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;
@sapButton_Emphasized_Hover_TextColor: @sapButton_Emphasized_TextColor;
@sapButton_Emphasized_Active_Background: @sapButton_Emphasized_Background;
@sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_BorderColor;
@sapButton_Emphasized_TextShadow: transparent;
@sapButton_Emphasized_FontWeight: regular;
@sapButton_Reject_Background: @sapNegativeElementColor;
@sapButton_Reject_BorderColor: @sapNegativeElementColor;
@sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapButton_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Reject_Hover_Background: @sapButton_Reject_Background;
@sapButton_Reject_Hover_BorderColor: @sapButton_Reject_BorderColor;
@sapButton_Reject_Hover_TextColor: @sapButton_Reject_TextColor;
@sapButton_Reject_Active_Background: @sapButton_Reject_Background;
@sapButton_Reject_Active_BorderColor: @sapButton_Reject_BorderColor;
@sapButton_Reject_Selected_Background: @sapButton_Reject_Active_Background;
@sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Selected_Background;
@sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Reject_Selected_Hover_Background: lighten(@sapButton_Reject_Selected_Background, 5);
@sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_Hover_Background;
@sapButton_Accept_Background: @sapPositiveElementColor;
@sapButton_Accept_BorderColor: @sapPositiveElementColor;
@sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapButton_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Accept_Hover_Background: @sapButton_Accept_Background;
@sapButton_Accept_Hover_BorderColor: @sapButton_Accept_BorderColor;
@sapButton_Accept_Hover_TextColor: @sapButton_Accept_TextColor;
@sapButton_Accept_Active_Background: @sapButton_Accept_Background;
@sapButton_Accept_Active_BorderColor: @sapButton_Accept_BorderColor;
@sapButton_Accept_Selected_Background: @sapButton_Accept_Active_Background;
@sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Selected_Background;
@sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Accept_Selected_Hover_Background: lighten(@sapButton_Accept_Selected_Background, 5);
@sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_Hover_Background;
@sapButton_Lite_Background: transparent;
@sapButton_Lite_BorderColor: transparent;
@sapButton_Lite_TextColor: contrast(@sapButton_Lite_Background, @sapButton_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Lite_Hover_Background: @sapButton_Lite_Background;
@sapButton_Lite_Hover_BorderColor: @sapButton_Lite_BorderColor;
@sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
@sapButton_Lite_Active_Background: @sapButton_Lite_Background;
@sapButton_Lite_Active_BorderColor: @sapButton_Lite_BorderColor;
@sapButton_Selected_Background: @sapSelectedColor;
@sapButton_Selected_BorderColor: @sapButton_Selected_Background;
@sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Selected_Hover_Background: @sapButton_Selected_Background;
@sapButton_Selected_Hover_BorderColor: @sapButton_Selected_BorderColor;
@sapButton_Attention_Background: @sapButton_Background;
@sapButton_Attention_BorderColor: @sapCriticalElementColor;
@sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Attention_Hover_Background: @sapWarningBackground;
@sapButton_Attention_Hover_BorderColor: @sapButton_Attention_BorderColor;
@sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Attention_Active_Background: darken(@sapCriticalElementColor, 5);
@sapButton_Attention_Active_BorderColor: @sapButton_Attention_Active_Background;
@sapButton_Attention_Selected_Background: @sapButton_Attention_Active_Background;
@sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Selected_Background;
@sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Attention_Selected_Hover_Background: lighten(@sapButton_Attention_Selected_Background, 5);
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_Hover_Background;
@sapButton_Negative_Background: @sapNegativeElementColor;
@sapButton_Negative_BorderColor: @sapButton_Negative_Background;
@sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Negative_Hover_Background: darken(@sapButton_Negative_Background, 7);
@sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_Background;
@sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Negative_Active_Background: darken(@sapButton_Negative_Background, 10);
@sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_Background;
@sapButton_Critical_Background: @sapCriticalElementColor;
@sapButton_Critical_BorderColor: @sapButton_Critical_Background;
@sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Critical_Hover_Background: darken(@sapButton_Critical_Background, 7);
@sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_Background;
@sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Critical_Active_Background: darken(@sapButton_Critical_Background, 10);
@sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_Background;
@sapButton_Success_Background: @sapPositiveElementColor;
@sapButton_Success_BorderColor: @sapButton_Success_Background;
@sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Success_Hover_Background: darken(@sapButton_Success_Background, 7);
@sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_Background;
@sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Success_Active_Background: darken(@sapButton_Success_Background, 10);
@sapButton_Success_Active_BorderColor: @sapButton_Success_Active_Background;
@sapButton_Information_Background: @sapInformativeElementColor;
@sapButton_Information_BorderColor: @sapButton_Information_Background;
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Information_Hover_Background: darken(@sapButton_Information_Background, 5);
@sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_Background;
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Information_Active_Background: darken(@sapButton_Information_Background, 10);
@sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
@sapButton_Neutral_Background: @sapNeutralElementColor;
@sapButton_Neutral_BorderColor: @sapButton_Neutral_Background;
@sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Neutral_Hover_Background: darken(@sapButton_Neutral_Background, 7);
@sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_Background;
@sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Neutral_Active_Background: darken(@sapButton_Neutral_Background, 10);
@sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_Track_Background: lighten(@sapButton_Background, 3);
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapButton_TokenBackground: @sapButton_Background;
@sapButton_TokenBorderColor: darken(@sapButton_Background, 10);
@sapField_Background: @sapLightestBackground;
@sapField_BorderColor: @sapDarkBorderColor;
@sapField_TextColor: @sapTextColor;
@sapField_PlaceholderTextColor: lighten(@sapContent_LabelColor, 4);
@sapField_HelpBackground: @sapField_Background;
@sapField_BorderWidth: @sapElement_BorderWidth;
@sapField_BorderCornerRadius: 0;
@sapField_Hover_Background: @sapField_Background;
@sapField_Hover_BorderColor: @sapHighlightColor;
@sapField_Hover_HelpBackground: @sapHighlightColor;
@sapField_Active_BorderColor: @sapActiveColor;
@sapField_Focus_Background: @sapField_Background;
@sapField_Focus_BorderColor: @sapHighlightColor;
@sapField_Focus_HelpBackground: @sapField_Focus_Background;
@sapField_Disabled_Background: mix(@sapField_Background, @sapBackgroundColor, @sapContent_DisabledOpacity * 100);
@sapField_Disabled_BorderColor: mix(@sapField_BorderColor, @sapBackgroundColor, @sapContent_DisabledOpacity * 100);
@sapField_Disabled_TextColor: @sapContent_DisabledTextColor;
@sapField_Disabled_HelpBackground: @sapField_Disabled_Background;
@sapField_ReadOnly_Background: transparent;
@sapField_ReadOnly_BorderColor: transparent;
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
@sapField_RequiredColor: @sapAccentColor7;
@sapField_InvalidColor: @sapErrorColor;
@sapField_InvalidBackground: @sapField_Background;
@sapField_WarningColor: @sapWarningColor;
@sapField_WarningBackground: @sapField_Background;
@sapField_SuccessColor: @sapSuccessColor;
@sapField_SuccessBackground: @sapField_Background;
@sapField_InformationColor: @sapInformationColor;
@sapField_InformationBackground: @sapField_Background;
@sapGroup_TitleBackground: transparent;
@sapGroup_TitleBorderColor: @sapMediumBorderColor;
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapGroup_Title_FontSize: 1em;
@sapGroup_ContentBackground: @sapLightestBackground;
@sapGroup_ContentBorderColor: @sapLightBorderColor;
@sapGroup_BorderWidth: @sapElement_BorderWidth;
@sapGroup_BorderCornerRadius: 0;
@sapGroup_FooterBackground: transparent;
@sapToolbar_Background: transparent;
@sapToolbar_SeparatorColor: @sapDarkBorderColor;
@sapList_HeaderBackground: lighten(@sapExtraLightBackground, 2);
@sapList_HeaderBorderColor: @sapList_BorderColor;
@sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapList_BorderColor: @sapExtraLightBorderColor;
@sapList_BorderWidth: @sapElement_BorderWidth;
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapList_Active_Background: @sapActiveColor;
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapList_HighlightColor: @sapHighlightColor;
@sapList_SelectionBackgroundColor: mix(@sapSelectedColor, #ffffff, 10);
@sapList_SelectionBorderColor: @sapList_BorderColor;
@sapList_Hover_SelectionBackground: contrast(@sapList_SelectionBackgroundColor, darken(@sapList_SelectionBackgroundColor, 3), lighten(@sapList_SelectionBackgroundColor, 3));
@sapList_Background: @sapGroup_ContentBackground;
@sapList_Hover_Background: contrast(@sapList_Background, darken(@sapList_Background, 6), lighten(@sapList_Background, 6));
@sapList_AlternatingBackground: darken(@sapList_Background, 2);
@sapList_GroupHeaderBackground: @sapList_Background;
@sapList_GroupHeaderBorderColor: @sapList_BorderColor;
@sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapList_FooterBackground: @sapList_Background;
@sapList_FooterTextColor: @sapList_TextColor;
@sapList_TableGroupHeaderBackground: @sapList_Background;
@sapList_TableGroupHeaderBorderColor: @sapList_BorderColor;
@sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapList_TableFooterBorder: @sapList_BorderColor;
@sapList_TableFixedBorderColor: @sapList_BorderColor;
@sapScrollBar_FaceColor: darken(@sapLightestBackground, 10);
@sapScrollBar_TrackColor: lighten(@sapScrollBar_FaceColor, 7);
@sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
@sapScrollBar_SymbolColor: @sapLightTextColor;
@sapScrollBar_Dimension: 16px;
@sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 3);
@sapPageHeader_Background: @sapExtraLightBackground;
@sapPageHeader_BorderColor: @sapLightBorderColor;
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapLightTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapPageFooter_Background: fade(#363e43, 96);
@sapPageFooter_BorderColor: @sapPageFooter_Background;
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapInfobar_Background: mix(@sapAccentColor7, #ffffff, 73);
@sapInfobar_Hover_Background: @sapInfobar_Background;
@sapInfobar_Active_Background: @sapInfobar_Background;
@sapObjectHeader_Background: @sapLightestBackground;
@sapObjectHeader_BorderColor: darken(@sapObjectHeader_Background, 15);
@sapBlockLayer_Background: @sapDarkestBackground;
@sapTile_Background: @sapLightestBackground;
@sapTile_Hover_Background: contrast(@sapTile_Background, darken(@sapTile_Background, 2), lighten(@sapTile_Background, 2));
@sapTile_Active_Background: @sapTile_Hover_Background;
@sapTile_BorderColor: @sapLightBorderColor;
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapDarkTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapTile_TextColor: contrast(@sapTile_Background, lighten(@sapTile_TitleTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapTile_IconColor: contrast(@sapTile_Background, @sapHighlightColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
@sapTile_SeparatorColor: darken(@sapTile_Background, 20);
@sapChart_OrderedColor_1: #5899da;
@sapChart_OrderedColor_2: #e8743b;
@sapChart_OrderedColor_3: #19a979;
@sapChart_OrderedColor_4: #ed4a7b;
@sapChart_OrderedColor_5: #945ecf;
@sapChart_OrderedColor_6: #13a4b4;
@sapChart_OrderedColor_7: #525df4;
@sapChart_OrderedColor_8: #bf399e;
@sapChart_OrderedColor_9: #6c8893;
@sapChart_OrderedColor_10: #ee6868;
@sapChart_OrderedColor_11: #2f6497;
@sapChart_Bad: #d32030;
@sapChart_Critical: #e17b24;
@sapChart_Good: #61a656;
@sapChart_Neutral: #848f94;
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
@sapChart_Sequence_2: @sapChart_OrderedColor_2;
@sapChart_Sequence_3: @sapChart_OrderedColor_3;
@sapChart_Sequence_4: @sapChart_OrderedColor_4;
@sapChart_Sequence_5: @sapChart_OrderedColor_5;
@sapChart_Sequence_6: @sapChart_OrderedColor_6;
@sapChart_Sequence_7: @sapChart_OrderedColor_7;
@sapChart_Sequence_8: @sapChart_OrderedColor_8;
@sapChart_Sequence_9: @sapChart_OrderedColor_9;
@sapChart_Sequence_10: @sapChart_OrderedColor_10;
@sapChart_Sequence_11: @sapChart_OrderedColor_11;
@sapChart_Sequence_Neutral: @sapChart_Neutral;
@sapUiBrand: @sapBrandColor;
@sapUiHighlight: @sapHighlightColor;
@sapUiBaseColor: @sapBaseColor;
@sapUiShellColor: @sapShellColor;
@sapUiBaseBG: @sapBackgroundColor;
@sapUiGlobalBackgroundColor: @sapBackgroundColor;
@sapUiFontFamily: @sapFontFamily;
@sapUiFontLightFamily: @sapFontLightFamily;
@sapUiFontBoldFamily: @sapFontBoldFamily;
@sapUiFontHeaderFamily: @sapUiFontFamily;
@sapUiFontSize: 16px;
@sapMFontSmallSize: 0.75rem;
@sapMFontMediumSize: 0.875rem;
@sapMFontLargeSize: 1rem;
@sapMFontHeader1Size: 1.625rem;
@sapMFontHeader2Size: 1.375rem;
@sapMFontHeader3Size: 1.25rem;
@sapMFontHeader4Size: 1.125rem;
@sapMFontHeader5Size: 1rem;
@sapMFontHeader6Size: 0.875rem;
@sapUiBaseText: @sapTextColor;
@sapUiLink: @sapLinkColor;
@sapUiGlobalLogo: @sapCompanyLogo;
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
@sapUiBackgroundImage: @sapBackgroundImage;
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
@sapUiGlobalBackgroundImageOpacity: @sapBackgroundImageOpacity;
@sapUiGlobalBackgroundRepeat: @sapBackgroundImageRepeat;
@sapUiSelected: @sapSelectedColor;
@sapUiActive: @sapActiveColor;
@sapUiHighlightTextColor: @sapHighlightTextColor;
@sapUiTextTitle: @sapTitleColor;
@sapUiLinkHover: @sapUiLink;
@sapUiLinkActive: @sapUiLink;
@sapUiLinkVisited: @sapUiLink;
@sapUiLinkInverted: #1bb1ff;
@sapUiLinkSubtle: darken(@sapUiLink, 15);
@sapUiElementLineHeight: @sapElement_LineHeight;
@sapUiElementHeight: @sapElement_Height;
@sapUiElementBorderWidth: @sapElement_BorderWidth;
@sapUiElementBorderCornerRadius: @sapElement_BorderCornerRadius;
@sapUiElementCompactLineHeight: @sapElement_Compact_LineHeight;
@sapUiElementCompactHeight: @sapElement_Compact_Height;
@sapUiElementCondensedLineHeight: @sapElement_Condensed_LineHeight;
@sapUiElementCondensedHeight: @sapElement_Condensed_Height;
@sapUiContentLineHeight: @sapContent_LineHeight;
@sapUiContentElementHeight: @sapContent_ElementHeight;
@sapUiContentElementHeightPX: @sapContent_ElementHeight_PX;
@sapUiContentIconHeight: @sapContent_IconHeight;
@sapUiContentIconColor: @sapContent_IconColor;
@sapUiContentContrastIconColor: @sapContent_ContrastIconColor;
@sapUiContentNonInteractiveIconColor: @sapContent_NonInteractiveIconColor;
@sapUiContentMarkerIconColor: @sapContent_MarkerIconColor;
@sapUiContentMarkerTextColor: @sapContent_MarkerTextColor;
@sapUiContentPlaceholderloadingBackground: @sapContent_Placeholderloading_Background;
@sapUiContentPlaceholderloadingGradient: @sapContent_Placeholderloading_Gradient;
@sapUiContentImagePlaceholderBackground: @sapContent_ImagePlaceholderBackground;
@sapUiContentImagePlaceholderForegroundColor: @sapContent_ImagePlaceholderForegroundColor;
@sapUiContentRatedColor: @sapContent_RatedColor;
@sapUiContentUnratedColor: @sapContent_UnratedColor;
@sapUiContentFocusColor: @sapContent_FocusColor;
@sapUiContentFocusStyle: @sapContent_FocusStyle;
@sapUiContentFocusWidth: @sapContent_FocusWidth;
@sapUiContentContrastFocusColor: @sapContent_ContrastFocusColor;
@sapUiContentShadowColor: @sapUiDarkShadowTint;
@sapUiContentContrastShadowColor: @sapUiLightShadowTint;
@sapUiContentShadow0: @sapContent_Shadow0;
@sapUiContentShadow1: @sapContent_Shadow1;
@sapUiContentShadow2: @sapContent_Shadow2;
@sapUiContentShadow3: @sapContent_Shadow3;
@sapUiContentTextShadow: @sapContent_TextShadow;
@sapUiContentHeaderShadow: @sapContent_HeaderShadow;
@sapUiContentSearchHighlightColor: @sapContent_SearchHighlightColor;
@sapUiContentHelpColor: @sapContent_HelpColor;
@sapUiContentLabelColor: @sapContent_LabelColor;
@sapUiContentDisabledTextColor: @sapContent_DisabledTextColor;
@sapUiContentDisabledOpacity: @sapContent_DisabledOpacity;
@sapUiContentContrastTextThreshold: @sapContent_ContrastTextThreshold;
@sapUiContentContrastTextColor: @sapContent_ContrastTextColor;
@sapUiContentForegroundColor: @sapContent_ForegroundColor;
@sapUiContentForegroundBorderColor: @sapContent_ForegroundBorderColor;
@sapUiContentForegroundTextColor: @sapContent_ForegroundTextColor;
@sapUiContentBadgeBackground: @sapContent_BadgeBackground;
@sapUiContentBadgeTextColor: @sapContent_BadgeTextColor;
@sapUiContentDragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
@sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
@sapUiContentSelectedBackground: @sapContent_Selected_Background;
@sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
@sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
@sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@sapUiContentIllustrativeColor3: @sapContent_Illustrative_Color3;
@sapUiContentIllustrativeColor4: @sapContent_Illustrative_Color4;
@sapUiContentIllustrativeColor5: @sapContent_Illustrative_Color5;
@sapUiContentIllustrativeColor6: @sapContent_Illustrative_Color6;
@sapUiContentIllustrativeColor7: @sapContent_Illustrative_Color7;
@sapUiContentIllustrativeColor8: @sapContent_Illustrative_Color8;
@sapUiShellBackground: @sapShell_Background;
@sapUiShellBackgroundImage: @sapShell_BackgroundImage;
@sapUiShellBackgroundImageOpacity: @sapShell_BackgroundImageOpacity;
@sapUiShellBackgroundImageRepeat: @sapShell_BackgroundImageRepeat;
@sapUiShellBackgroundPatternColor: @sapUiBaseBG;
@sapUiShellBackgroundGradient: @sapShell_BackgroundGradient;
@sapUiShellBorderColor: @sapShell_BorderColor;
@sapUiShellTextColor: @sapShell_TextColor;
@sapUiShellInteractiveTextColor: @sapShell_InteractiveTextColor;
@sapUiShellInteractiveBorderColor: @sapShell_InteractiveBorderColor;
@sapUiShellGroupTitleTextColor: @sapShell_GroupTitleTextColor;
@sapUiShellHoverBackground: darken(@sapUiBrand, 10);
@sapUiShellActiveBackground: darken(@sapUiBrand, 17);
@sapUiShellActiveTextColor: lighten(@sapUiBrand, 55);
@sapUiShellSelectedBackground: @sapShell_Selected_Background;
@sapUiShellSelectedTextColor: @sapShell_Selected_TextColor;
@sapUiShellSelectedHoverBackground: @sapShell_Selected_Hover_Background;
@sapUiShellFavicon: @sapShell_Favicon;
@sapUiShellNavigationBackground: @sapShell_Navigation_Background;
@sapUiShellNavigationSelectedColor: @sapShell_Navigation_SelectedColor;
@sapUiShellNavigationSelectedTextColor: @sapShell_Navigation_Selected_TextColor;
@sapUiShellNavigationTextColor: @sapShell_Navigation_TextColor;
@sapUiShellShadow: @sapShell_Shadow;
@sapUiButtonBorderWidth: @sapButton_BorderWidth;
@sapUiButtonBorderCornerRadius: @sapButton_BorderCornerRadius;
@sapUiButtonBackground: @sapButton_Background;
@sapUiButtonBorderColor: @sapButton_BorderColor;
@sapUiButtonTextColor: @sapButton_TextColor;
@sapUiButtonDisabledBackground: @sapButton_Disabled_Background;
@sapUiButtonDisabledBorderColor: @sapButton_Disabled_BorderColor;
@sapUiButtonDisabledTextColor: @sapButton_Disabled_TextColor;
@sapUiButtonHoverBackground: @sapButton_Hover_Background;
@sapUiButtonHoverBorderColor: @sapButton_Hover_BorderColor;
@sapUiButtonHoverTextColor: @sapButton_Hover_TextColor;
@sapUiButtonIconColor: contrast(@sapUiButtonBackground, @sapUiElement, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiButtonActiveBackground: @sapUiHighlight;
@sapUiButtonActiveBorderColor: @sapUiButtonActiveBackground;
@sapUiButtonActiveTextColor: contrast(@sapUiButtonActiveBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiButtonEmphasizedBackground: @sapButton_Emphasized_Background;
@sapUiButtonEmphasizedBorderColor: @sapButton_Emphasized_BorderColor;
@sapUiButtonEmphasizedTextColor: @sapButton_Emphasized_TextColor;
@sapUiButtonEmphasizedHoverBackground: darken(@sapUiButtonEmphasizedBackground, 5);
@sapUiButtonEmphasizedHoverBorderColor: darken(@sapUiButtonEmphasizedBackground, 5);
@sapUiButtonEmphasizedHoverTextColor: @sapButton_Emphasized_Hover_TextColor;
@sapUiButtonEmphasizedActiveBackground: darken(@sapUiButtonEmphasizedBackground, 10);
@sapUiButtonEmphasizedActiveBorderColor: darken(@sapUiButtonEmphasizedBackground, 10);
@sapUiButtonEmphasizedTextShadow: fade(@sapUiDarkShadowTint, 50);
@sapUiButtonEmphasizedFontWeight: @sapButton_Emphasized_FontWeight;
@sapUiButtonRejectBackground: @sapButton_Reject_Background;
@sapUiButtonRejectBorderColor: darken(@sapUiButtonRejectBackground, 5);
@sapUiButtonRejectTextColor: contrast(@sapUiButtonRejectBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiButtonRejectHoverBackground: darken(@sapUiButtonRejectBackground, 5);
@sapUiButtonRejectHoverBorderColor: darken(@sapUiButtonRejectBackground, 5);
@sapUiButtonRejectHoverTextColor: @sapButton_Reject_Hover_TextColor;
@sapUiButtonRejectActiveBackground: darken(@sapUiButtonRejectBackground, 10);
@sapUiButtonRejectActiveBorderColor: darken(@sapUiButtonRejectBackground, 10);
@sapUiButtonRejectSelectedBackground: @sapButton_Reject_Selected_Background;
@sapUiButtonRejectSelectedBorderColor: @sapButton_Reject_Selected_BorderColor;
@sapUiButtonRejectSelectedTextColor: @sapButton_Reject_Selected_TextColor;
@sapUiButtonRejectSelectedHoverBackground: @sapButton_Reject_Selected_Hover_Background;
@sapUiButtonRejectSelectedHoverBorderColor: @sapButton_Reject_Selected_Hover_BorderColor;
@sapUiButtonAcceptBackground: @sapButton_Accept_Background;
@sapUiButtonAcceptBorderColor: darken(@sapUiButtonAcceptBackground, 5);
@sapUiButtonAcceptTextColor: contrast(@sapUiButtonAcceptBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiButtonAcceptHoverBackground: darken(@sapUiButtonAcceptBackground, 5);
@sapUiButtonAcceptHoverBorderColor: darken(@sapUiButtonAcceptBackground, 5);
@sapUiButtonAcceptHoverTextColor: @sapButton_Accept_Hover_TextColor;
@sapUiButtonAcceptActiveBackground: darken(@sapUiButtonAcceptBackground, 10);
@sapUiButtonAcceptActiveBorderColor: darken(@sapUiButtonAcceptBackground, 10);
@sapUiButtonAcceptSelectedBackground: @sapButton_Accept_Selected_Background;
@sapUiButtonAcceptSelectedBorderColor: @sapButton_Accept_Selected_BorderColor;
@sapUiButtonAcceptSelectedTextColor: @sapButton_Accept_Selected_TextColor;
@sapUiButtonAcceptSelectedHoverBackground: @sapButton_Accept_Selected_Hover_Background;
@sapUiButtonAcceptSelectedHoverBorderColor: @sapButton_Accept_Selected_Hover_BorderColor;
@sapUiButtonLiteBackground: transparent;
@sapUiButtonLiteBorderColor: transparent;
@sapUiButtonLiteTextColor: @sapUiLink;
@sapUiButtonLiteHoverBackground: fadeout(darken(@sapUiButtonBackground, 10), 50);
@sapUiButtonLiteHoverBorderColor: fadeout(darken(@sapUiButtonBackground, 10), 50);
@sapUiButtonLiteHoverTextColor: @sapButton_Lite_Hover_TextColor;
@sapUiButtonLiteActiveBackground: @sapUiHighlight;
@sapUiButtonLiteActiveBorderColor: @sapUiHighlight;
@sapUiButtonSelectedBackground: @sapButton_Selected_Background;
@sapUiButtonSelectedBorderColor: @sapButton_Selected_BorderColor;
@sapUiButtonSelectedTextColor: @sapButton_Selected_TextColor;
@sapUiButtonSelectedHoverBackground: @sapButton_Selected_Hover_Background;
@sapUiButtonSelectedHoverBorderColor: @sapButton_Selected_Hover_BorderColor;
@sapUiButtonAttentionBackground: @sapButton_Attention_Background;
@sapUiButtonAttentionBorderColor: @sapButton_Attention_BorderColor;
@sapUiButtonAttentionTextColor: @sapButton_Attention_TextColor;
@sapUiButtonAttentionHoverBackground: @sapButton_Attention_Hover_Background;
@sapUiButtonAttentionHoverBorderColor: @sapButton_Attention_Hover_BorderColor;
@sapUiButtonAttentionHoverTextColor: @sapButton_Attention_Hover_TextColor;
@sapUiButtonAttentionActiveBackground: @sapButton_Attention_Active_Background;
@sapUiButtonAttentionActiveBorderColor: @sapButton_Attention_Active_BorderColor;
@sapUiButtonAttentionSelectedBackground: @sapButton_Attention_Selected_Background;
@sapUiButtonAttentionSelectedBorderColor: @sapButton_Attention_Selected_BorderColor;
@sapUiButtonAttentionSelectedTextColor: @sapButton_Attention_Selected_TextColor;
@sapUiButtonAttentionSelectedHoverBackground: @sapButton_Attention_Selected_Hover_Background;
@sapUiButtonAttentionSelectedHoverBorderColor: @sapButton_Attention_Selected_Hover_BorderColor;
@sapUiButtonNegativeBackground: @sapButton_Negative_Background;
@sapUiButtonNegativeBorderColor: @sapButton_Negative_BorderColor;
@sapUiButtonNegativeTextColor: @sapButton_Negative_TextColor;
@sapUiButtonNegativeHoverBackground: @sapButton_Negative_Hover_Background;
@sapUiButtonNegativeHoverBorderColor: @sapButton_Negative_Hover_BorderColor;
@sapUiButtonNegativeHoverTextColor: @sapButton_Negative_Hover_TextColor;
@sapUiButtonNegativeActiveBackground: @sapButton_Negative_Active_Background;
@sapUiButtonNegativeActiveBorderColor: @sapButton_Negative_Active_BorderColor;
@sapUiButtonCriticalBackground: @sapButton_Critical_Background;
@sapUiButtonCriticalBorderColor: @sapButton_Critical_BorderColor;
@sapUiButtonCriticalTextColor: @sapButton_Critical_TextColor;
@sapUiButtonCriticalHoverBackground: @sapButton_Critical_Hover_Background;
@sapUiButtonCriticalHoverBorderColor: @sapButton_Critical_Hover_BorderColor;
@sapUiButtonCriticalHoverTextColor: @sapButton_Critical_Hover_TextColor;
@sapUiButtonCriticalActiveBackground: @sapButton_Critical_Active_Background;
@sapUiButtonCriticalActiveBorderColor: @sapButton_Critical_Active_BorderColor;
@sapUiButtonSuccessBackground: @sapButton_Success_Background;
@sapUiButtonSuccessBorderColor: @sapButton_Success_BorderColor;
@sapUiButtonSuccessTextColor: @sapButton_Success_TextColor;
@sapUiButtonSuccessHoverBackground: @sapButton_Success_Hover_Background;
@sapUiButtonSuccessHoverBorderColor: @sapButton_Success_Hover_BorderColor;
@sapUiButtonSuccessHoverTextColor: @sapButton_Success_Hover_TextColor;
@sapUiButtonSuccessActiveBackground: @sapButton_Success_Active_Background;
@sapUiButtonSuccessActiveBorderColor: @sapButton_Success_Active_BorderColor;
@sapUiButtonInformationBackground: @sapButton_Information_Background;
@sapUiButtonInformationBorderColor: @sapButton_Information_BorderColor;
@sapUiButtonInformationTextColor: @sapButton_Information_TextColor;
@sapUiButtonInformationHoverBackground: @sapButton_Information_Hover_Background;
@sapUiButtonInformationHoverBorderColor: @sapButton_Information_Hover_BorderColor;
@sapUiButtonInformationHoverTextColor: @sapButton_Information_Hover_TextColor;
@sapUiButtonInformationActiveBackground: @sapButton_Information_Active_Background;
@sapUiButtonInformationActiveBorderColor: @sapButton_Information_Active_BorderColor;
@sapUiButtonNeutralBackground: @sapButton_Neutral_Background;
@sapUiButtonNeutralBorderColor: @sapButton_Neutral_BorderColor;
@sapUiButtonNeutralTextColor: @sapButton_Neutral_TextColor;
@sapUiButtonNeutralHoverBackground: @sapButton_Neutral_Hover_Background;
@sapUiButtonNeutralHoverBorderColor: @sapButton_Neutral_Hover_BorderColor;
@sapUiButtonNeutralHoverTextColor: @sapButton_Neutral_Hover_TextColor;
@sapUiButtonNeutralActiveBackground: @sapButton_Neutral_Active_Background;
@sapUiButtonNeutralActiveBorderColor: @sapButton_Neutral_Active_BorderColor;
@sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
@sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
@sapUiButtonTrackBackground: @sapButton_Track_Background;
@sapUiButtonTrackTextColor: @sapButton_Track_TextColor;
@sapUiButtonTokenBackground: @sapButton_TokenBackground;
@sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
@sapUiFieldBorderWidth: @sapField_BorderWidth;
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
@sapUiFieldBackground: @sapField_Background;
@sapUiFieldBorderColor: @sapField_BorderColor;
@sapUiFieldTextColor: @sapUiBaseText;
@sapUiFieldPlaceholderTextColor: @sapUiExtraLightText;
@sapUiFieldHelpBackground: @sapField_HelpBackground;
@sapUiFieldHoverBackground: @sapField_Hover_Background;
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
@sapUiFieldActiveBorderColor: @sapUiHighlight;
@sapUiFieldFocusBackground: @sapField_Focus_Background;
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
@sapUiFieldDisabledBackground: @sapField_Disabled_Background;
@sapUiFieldDisabledBorderColor: @sapField_Disabled_BorderColor;
@sapUiFieldDisabledTextColor: @sapField_Disabled_TextColor;
@sapUiFieldDisabledHelpBackground: @sapField_Disabled_HelpBackground;
@sapUiFieldRequiredColor: @sapField_RequiredColor;
@sapUiFieldInvalidColor: @sapField_InvalidColor;
@sapUiFieldInvalidBackground: @sapField_InvalidBackground;
@sapUiFieldWarningColor: @sapField_WarningColor;
@sapUiFieldWarningBackground: @sapField_WarningBackground;
@sapUiFieldSuccessColor: @sapField_SuccessColor;
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
@sapUiFieldInformationColor: @sapField_InformationColor;
@sapUiFieldInformationBackground: @sapField_InformationBackground;
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
@sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
@sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
@sapUiGroupContentBackground: @sapGroup_ContentBackground;
@sapUiGroupContentBorderColor: @sapGroup_ContentBorderColor;
@sapUiGroupBorderWidth: @sapGroup_BorderWidth;
@sapUiGroupBorderCornerRadius: @sapGroup_BorderCornerRadius;
@sapUiGroupFooterBackground: @sapGroup_FooterBackground;
@sapUiToolbarBackground: @sapToolbar_Background;
@sapUiToolbarSeparatorColor: @sapToolbar_SeparatorColor;
@sapUiListHeaderBackground: @sapList_HeaderBackground;
@sapUiListHeaderBorderColor: @sapList_HeaderBorderColor;
@sapUiListHeaderTextColor: @sapList_HeaderTextColor;
@sapUiListBorderColor: @sapList_BorderColor;
@sapUiListBorderWidth: @sapList_BorderWidth;
@sapUiListTextColor: @sapUiDarkText;
@sapUiListActiveBackground: @sapUiListHighlightColor;
@sapUiListActiveTextColor: contrast(@sapUiListActiveBackground, @sapUiListTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiListHighlightColor: @sapList_HighlightColor;
@sapUiListSelectionBackgroundColor: @sapList_SelectionBackgroundColor;
@sapUiListSelectionBorderColor: @sapList_SelectionBorderColor;
@sapUiListHoverSelectionBackground: @sapList_Hover_SelectionBackground;
@sapUiListBackground: @sapList_Background;
@sapUiListHoverBackground: @sapList_Hover_Background;
@sapUiListAlternatingBackground: @sapList_AlternatingBackground;
@sapUiListGroupHeaderBackground: lighten(@sapUiExtraLightBG, 2);
@sapUiListGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
@sapUiListGroupHeaderTextColor: @sapList_GroupHeaderTextColor;
@sapUiListFooterBackground: lighten(@sapUiExtraLightBG, 2);
@sapUiListFooterTextColor: @sapUiLightText;
@sapUiListTableGroupHeaderBackground: @sapUiExtraLightBG;
@sapUiListTableGroupHeaderBorderColor: @sapUiListBorderColor;
@sapUiListTableGroupHeaderTextColor: contrast(@sapUiListTableGroupHeaderBackground, @sapUiListTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiListTableFooterBorder: @sapUiMediumBorder;
@sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
@sapUiScrollBarFaceColor: @sapScrollBar_FaceColor;
@sapUiScrollBarTrackColor: @sapScrollBar_TrackColor;
@sapUiScrollBarBorderColor: @sapScrollBar_BorderColor;
@sapUiScrollBarSymbolColor: @sapScrollBar_SymbolColor;
@sapUiScrollBarDimension: @sapScrollBar_Dimension;
@sapUiScrollBarHoverFaceColor: @sapScrollBar_Hover_FaceColor;
@sapUiPageHeaderBackground: @sapPageHeader_Background;
@sapUiPageHeaderBorderColor: @sapPageHeader_BorderColor;
@sapUiPageHeaderTextColor: @sapPageHeader_TextColor;
@sapUiPageFooterBackground: @sapPageFooter_Background;
@sapUiPageFooterBorderColor: contrast(@sapUiPageFooterBackground, darken(@sapUiPageFooterBackground, 10), lighten(@sapUiPageFooterBackground, 20));
@sapUiPageFooterTextColor: @sapPageFooter_TextColor;
@sapUiInfobarBackground: @sapInfobar_Background;
@sapUiInfobarHoverBackground: darken(@sapUiInfobarBackground, 8);
@sapUiInfobarActiveBackground: darken(@sapUiInfobarBackground, 15);
@sapUiObjectHeaderBackground: @sapObjectHeader_Background;
@sapUiObjectHeaderBorderColor: darken(@sapUiObjectHeaderBackground, 8);
@sapUiBlockLayerBackground: @sapBlockLayer_Background;
@sapUiTileBackground: @sapTile_Background;
@sapUiTileHoverBackground: @sapTile_Hover_Background;
@sapUiTileActiveBackground: @sapTile_Active_Background;
@sapUiTileBorderColor: @sapTile_BorderColor;
@sapUiTileTitleTextColor: @sapTile_TitleTextColor;
@sapUiTileTextColor: @sapTile_TextColor;
@sapUiTileIconColor: @sapTile_IconColor;
@sapUiTileSeparatorColor: @sapTile_SeparatorColor;
@sapUiChart1: @sapChart_OrderedColor_1;
@sapUiChart2: @sapChart_OrderedColor_2;
@sapUiChart3: @sapChart_OrderedColor_3;
@sapUiChart4: @sapChart_OrderedColor_4;
@sapUiChart5: @sapChart_OrderedColor_5;
@sapUiChart6: @sapChart_OrderedColor_6;
@sapUiChart7: @sapChart_OrderedColor_7;
@sapUiChart8: @sapChart_OrderedColor_8;
@sapUiChart9: @sapChart_OrderedColor_9;
@sapUiChart10: @sapChart_OrderedColor_10;
@sapUiChart11: @sapChart_OrderedColor_11;
@sapUiChartBad: @sapChart_Bad;
@sapUiChartCritical: @sapChart_Critical;
@sapUiChartGood: @sapChart_Good;
@sapUiChartNeutral: @sapChart_Neutral;
@sapUiChartSequence1: @sapChart_Sequence_1;
@sapUiChartSequence2: @sapChart_Sequence_2;
@sapUiChartSequence3: @sapChart_Sequence_3;
@sapUiChartSequence4: @sapChart_Sequence_4;
@sapUiChartSequence5: @sapChart_Sequence_5;
@sapUiChartSequence6: @sapChart_Sequence_6;
@sapUiChartSequence7: @sapChart_Sequence_7;
@sapUiChartSequence8: @sapChart_Sequence_8;
@sapUiChartSequence9: @sapChart_Sequence_9;
@sapUiChartSequence10: @sapChart_Sequence_10;
@sapUiChartSequence11: @sapChart_Sequence_11;
@sapUiChartSequenceNeutral: @sapChart_Sequence_Neutral;
@sapUiAccent1: @sapAccentColor1;
@sapUiAccent2: @sapAccentColor2;
@sapUiAccent3: @sapAccentColor3;
@sapUiAccent4: @sapAccentColor4;
@sapUiAccent5: @sapAccentColor5;
@sapUiAccent6: @sapAccentColor6;
@sapUiAccent7: @sapAccentColor7;
@sapUiAccent8: @sapAccentColor8;
@sapUiAccent9: @sapAccentColor9;
@sapUiAccent10: @sapAccentColor10;
@sapUiLegendWorkingBackground: @sapLegend_WorkingBackground;
@sapUiLegendNonWorkingBackground: @sapLegend_NonWorkingBackground;
@sapUiLegendCurrentDateTime: @sapLegend_CurrentDateTime;
@sapUiLegend1: @sapLegendColor1;
@sapUiLegend2: @sapLegendColor2;
@sapUiLegend3: @sapLegendColor3;
@sapUiLegend4: @sapLegendColor4;
@sapUiLegend5: @sapLegendColor5;
@sapUiLegend6: @sapLegendColor6;
@sapUiLegend7: @sapLegendColor7;
@sapUiLegend8: @sapLegendColor8;
@sapUiLegend9: @sapLegendColor9;
@sapUiLegend10: @sapLegendColor10;
@sapUiLegend11: @sapLegendColor11;
@sapUiLegend12: @sapLegendColor12;
@sapUiLegend13: @sapLegendColor13;
@sapUiLegend14: @sapLegendColor14;
@sapUiLegend15: @sapLegendColor15;
@sapUiLegend16: @sapLegendColor16;
@sapUiLegend17: @sapLegendColor17;
@sapUiLegend18: @sapLegendColor18;
@sapUiLegend19: @sapLegendColor19;
@sapUiLegend20: @sapLegendColor20;
@sapUiLegendBackgroundColor1: @sapLegendBackgroundColor1;
@sapUiLegendBackgroundColor2: @sapLegendBackgroundColor2;
@sapUiLegendBackgroundColor3: @sapLegendBackgroundColor3;
@sapUiLegendBackgroundColor4: @sapLegendBackgroundColor4;
@sapUiLegendBackgroundColor5: @sapLegendBackgroundColor5;
@sapUiLegendBackgroundColor6: @sapLegendBackgroundColor6;
@sapUiLegendBackgroundColor7: @sapLegendBackgroundColor7;
@sapUiLegendBackgroundColor8: @sapLegendBackgroundColor8;
@sapUiLegendBackgroundColor9: @sapLegendBackgroundColor9;
@sapUiLegendBackgroundColor10: @sapLegendBackgroundColor10;
@sapUiLegendBackgroundColor11: @sapLegendBackgroundColor11;
@sapUiLegendBackgroundColor12: @sapLegendBackgroundColor12;
@sapUiLegendBackgroundColor13: @sapLegendBackgroundColor13;
@sapUiLegendBackgroundColor14: @sapLegendBackgroundColor14;
@sapUiLegendBackgroundColor15: @sapLegendBackgroundColor15;
@sapUiLegendBackgroundColor16: @sapLegendBackgroundColor16;
@sapUiLegendBackgroundColor17: @sapLegendBackgroundColor17;
@sapUiLegendBackgroundColor18: @sapLegendBackgroundColor18;
@sapUiLegendBackgroundColor19: @sapLegendBackgroundColor19;
@sapUiLegendBackgroundColor20: @sapLegendBackgroundColor20;
@sapUiErrorBG: @sapErrorBackground;
@sapUiWarningBG: @sapWarningBackground;
@sapUiSuccessBG: @sapSuccessBackground;
@sapUiInformationBG: @sapInformationBackground;
@sapUiNeutralBG: @sapNeutralBackground;
@sapUiErrorBorder: @sapErrorBorderColor;
@sapUiWarningBorder: @sapWarningBorderColor;
@sapUiSuccessBorder: @sapSuccessBorderColor;
@sapUiInformationBorder: @sapInformationBorderColor;
@sapUiNeutralBorder: @sapNeutralColor;
@sapUiNegativeElement: @sapNegativeElementColor;
@sapUiCriticalElement: @sapCriticalElementColor;
@sapUiPositiveElement: @sapPositiveElementColor;
@sapUiInformativeElement: @sapInformativeElementColor;
@sapUiNeutralElement: @sapNeutralElementColor;
@sapUiNegativeText: @sapNegativeTextColor;
@sapUiCriticalText: @sapCriticalTextColor;
@sapUiPositiveText: @sapPositiveTextColor;
@sapUiInformativeText: @sapInformativeTextColor;
@sapUiNeutralText: @sapNeutralTextColor;
@sapUiNegative: @sapNegativeColor;
@sapUiCritical: @sapCriticalColor;
@sapUiPositive: @sapPositiveColor;
@sapUiInformative: @sapInformativeColor;
@sapUiNeutral: @sapNeutralColor;
@sapUiErrorColor: lighten(@sapUiNegative, 10);
@sapUiWarningColor: lighten(@sapUiCritical, 10);
@sapUiSuccessColor: lighten(@sapUiPositive, 10);
@sapUiIndication1: @sapIndicationColor_1;
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
@sapUiIndication2: @sapIndicationColor_2;
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
@sapUiIndication3: @sapIndicationColor_3;
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
@sapUiIndication4: @sapIndicationColor_4;
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
@sapUiIndication5: @sapIndicationColor_5;
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
@sapUiIndication6: @sapIndicationColor_6;
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
@sapUiIndication7: @sapIndicationColor_7;
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
@sapUiIndication8: @sapIndicationColor_8;
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
@sapUiFontCondensedFamily: 'Arial Narrow', HelveticaNeue-CondensedBold, Arial, sans-serif;
@sapUiFontHeaderWeight: normal;
@sapUiTranslucentBGOpacity: 80%;
@sapMPlatformDependent: false;
@sapUiDesktopFontFamily: @sapUiFontFamily;
@sapUiDesktopFontSize: 12px;
@sapUiFontLargeSize: 13px;
@sapUiFontSmallSize: 11px;
@sapUiFontHeader1Size: 26px;
@sapUiFontHeader2Size: 20px;
@sapUiFontHeader3Size: 18px;
@sapUiFontHeader4Size: 16px;
@sapUiFontHeader5Size: 14px;
@sapUiFontHeader6Size: @sapUiFontLargeSize;
@sapUiLineHeight: 18px;
@sapUiChartLabelHoverColor: @sapUiLightestBGHover;
@sapUiChartLabelPressedColor: darken(@sapUiLightestBG, 20);
@sapUiChartCategoryAxisLabelFontColor: @sapUiDarkText;
@sapUiChartValueAxisLabelFontColor: @sapUiExtraLightText;
@sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize;
@sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize;
@sapUiChartCategoryAxisLineColor: @sapUiMediumBorder;
@sapUiChartValueAxisLineColor: @sapUiMediumBorder;
@sapUiChartCategoryAxisTickColor: @sapUiMediumBorder;
@sapUiChartValueAxisTickColor: @sapUiMediumBorder;
@sapUiChartBackgroundColor: @sapUiLightestBG;
@sapUiChartLabelFontWeight: normal;
@sapUiChartLegendLabelFontColor: @sapUiStandardText;
@sapUiChartLegendTitleFontColor: @sapUiStandardText;
@sapUiChartLegendTitleFontSize: @sapMFontMediumSize;
@sapUiChartLegendLabelFontSize: @sapMFontSmallSize;
@sapUiChartPaletteUndefinedColor: @sapUiDarkestBG;
@sapUiChartGridlineColor: @sapUiExtraLightBorder;
@sapUiChartReferenceLineColor: @sapUiDarkLine;
@sapUiChartDataLabelFontColor: @sapUiStandardText;
@sapUiChartReferenceLineLabelColor: @sapUiStandardText;
@sapUiChartDataLabelFontSize: @sapMFontSmallSize;
@sapUiChartPopoverDataItemFontColor: @sapUiStandardText;
@sapUiChartPopoverGroupFontColor: @sapUiStandardText;
@sapUiChartPopoverDataItemFontSize: @sapMFontMediumSize;
@sapUiChartPopoverGroupFontSize: @sapMFontMediumSize;
@sapUiChartPopoverGroupFontWeight: bold;
@sapUiChartScrollBarThumbColor: @sapUiScrollBarFaceColor;
@sapUiChartScrollBarTrackColor: @sapUiScrollBarTrackColor;
@sapUiChartScrollBarThumbHoverColor: @sapUiScrollBarHoverFaceColor;
@sapUiChartMainTitleFontColor: @sapUiDarkText;
@sapUiChartAxisTitleFontColor: @sapUiStandardText;
@sapUiChartMainTitleFontSize: @sapMFontLargeSize;
@sapUiChartAxisTitleFontSize: @sapMFontSmallSize;
@sapUiChartTitleFontWeight: bold;
@sapUiChartAxisTitleFontWeight: regular;
@sapUiChartLightText: @sapUiExtraLightText;
@sapUiChartZeroAxisColor: darken(@sapUiExtraDarkBorder, 20);
@sapUiChartDataPointBorderColor: @sapUiLightestBorder;
@sapUiChartDataPointBorderHoverSelectedColor: darken(@sapUiDarkBorder, 35);
@sapUiChartDataPointNotSelectedBackgroundOpacity: 0.6;
@sapUiChartValueAxisLineOpacity: 0;
@sapUiChartCategoryAxisLabelFontHoverColor: @sapUiDarkText;
@sapUiChartCategoryAxisLabelFontPressedColor: @sapUiDarkText;
@sapUiChartTargetColor: @sapUiDarkLine;
@sapUiChartTargetShadowColor: @sapUiLightestBorder;
@sapUiChartBubbleBGOpacity: 0.8;
@sapUiChartScrollbarBorderColor: @sapUiLightestBorder;
@sapUiChartScrollbarBorderSize: 0;
@sapUiChartScrollbarThumbPadding: 0;
@sapUiChartNegativeLargeText: @sapUiChartBad;
@sapUiChartCriticalLargeText: @sapUiChartCritical;
@sapUiChartPositiveLargeText: @sapUiChartGood;
@sapUiChartNeutralLargeText: saturate(darken(@sapUiChartNeutral, 10), 1);
@sapUiChartDataPointBG: saturate(lighten(@sapUiChartNeutral, 30), 1);
@sapUiChartDataPointBGBorderColor: saturate(lighten(@sapUiChartNeutral, 30), 1);
@sapUiChartDataLineColorWithBG: darken(@sapUiChartGridlineColor, 70);
@sapUiChartDataLineColor: darken(@sapUiChartGridlineColor, 70);
@sapUiChartRadialRemainingCircle: lighten(@sapUiChartNeutral, 35);
@sapUiChartRadialRemainingCircleBorderColor: lighten(@sapUiChartNeutral, 35);
@sapUiChartRadialBG: lighten(@sapUiGroupContentBackground, 2);
@sapUiChartLegendHoverBackground: @sapUiListHoverBackground;
@sapUiChartLegendSelectionBackground: @sapUiListSelectionBackgroundColor;
@sapUiChartLegendSelectionHoverBackground: @sapUiListSelectionHoverBackground;
@sapUiChartPaletteQualitativeHue1: @sapUiChart1;
@sapUiChartPaletteQualitativeHue2: @sapUiChart2;
@sapUiChartPaletteQualitativeHue3: @sapUiChart3;
@sapUiChartPaletteQualitativeHue4: @sapUiChart4;
@sapUiChartPaletteQualitativeHue5: @sapUiChart5;
@sapUiChartPaletteQualitativeHue6: @sapUiChart6;
@sapUiChartPaletteQualitativeHue7: @sapUiChart7;
@sapUiChartPaletteQualitativeHue8: @sapUiChart8;
@sapUiChartPaletteQualitativeHue9: @sapUiChart9;
@sapUiChartPaletteQualitativeHue10: @sapUiChart10;
@sapUiChartPaletteQualitativeHue11: @sapUiChart11;
@sapUiChartPaletteQualitativeHue12: darken(saturate(@sapUiChartSequence1, 13), 20);
@sapUiChartPaletteQualitativeHue13: darken(saturate(@sapUiChartSequence2, 21), 17);
@sapUiChartPaletteQualitativeHue14: darken(saturate(@sapUiChartSequence3, 21), 15);
@sapUiChartPaletteQualitativeHue15: darken(saturate(@sapUiChartSequence4, 10), 17);
@sapUiChartPaletteQualitativeHue16: darken(saturate(@sapUiChartSequence5, 12), 11);
@sapUiChartPaletteQualitativeHue17: darken(saturate(@sapUiChartSequence6, 8), 12);
@sapUiChartPaletteQualitativeHue18: darken(desaturate(@sapUiChartSequence7, 18), 15);
@sapUiChartPaletteQualitativeHue19: darken(saturate(@sapUiChartSequence8, 22), 16);
@sapUiChartPaletteQualitativeHue20: darken(saturate(@sapUiChartSequence9, 16), 16);
@sapUiChartPaletteQualitativeHue21: darken(desaturate(@sapUiChartSequence10, 13), 16);
@sapUiChartPaletteQualitativeHue22: darken(saturate(@sapUiChartSequence11, 20), 10);
@sapUiChartPaletteSemanticBadLight3: lighten(@sapUiChartBad, 30);
@sapUiChartPaletteSemanticBadLight2: lighten(@sapUiChartBad, 20);
@sapUiChartPaletteSemanticBadLight1: lighten(@sapUiChartBad, 10);
@sapUiChartPaletteSemanticBad: @sapUiChartBad;
@sapUiChartPaletteSemanticBadDark1: darken(@sapUiChartBad, 10);
@sapUiChartPaletteSemanticBadDark2: darken(@sapUiChartBad, 15);
@sapUiChartPaletteSemanticCriticalLight3: lighten(@sapUiChartCritical, 30);
@sapUiChartPaletteSemanticCriticalLight2: lighten(@sapUiChartCritical, 20);
@sapUiChartPaletteSemanticCriticalLight1: lighten(@sapUiChartCritical, 10);
@sapUiChartPaletteSemanticCritical: @sapUiChartCritical;
@sapUiChartPaletteSemanticCriticalDark1: darken(@sapUiChartCritical, 10);
@sapUiChartPaletteSemanticCriticalDark2: darken(@sapUiChartCritical, 15);
@sapUiChartPaletteSemanticGoodLight3: lighten(@sapUiChartGood, 30);
@sapUiChartPaletteSemanticGoodLight2: lighten(@sapUiChartGood, 20);
@sapUiChartPaletteSemanticGoodLight1: lighten(@sapUiChartGood, 10);
@sapUiChartPaletteSemanticGood: @sapUiChartGood;
@sapUiChartPaletteSemanticGoodDark1: darken(@sapUiChartGood, 10);
@sapUiChartPaletteSemanticGoodDark2: darken(@sapUiChartGood, 15);
@sapUiChartPaletteSemanticNeutralLight3: saturate(lighten(@sapUiChartNeutral, 30), 1);
@sapUiChartPaletteSemanticNeutralLight2: saturate(lighten(@sapUiChartNeutral, 20), 1);
@sapUiChartPaletteSemanticNeutralLight1: saturate(lighten(@sapUiChartNeutral, 10), 1);
@sapUiChartPaletteSemanticNeutral: @sapUiChartNeutral;
@sapUiChartPaletteSemanticNeutralDark1: saturate(darken(@sapUiChartNeutral, 10), 1);
@sapUiChartPaletteSemanticNeutralDark2: saturate(darken(@sapUiChartNeutral, 15), 1);
@sapUiChartPaletteSequentialHue1Light3: lighten(saturate(@sapUiChartSequence1, 13), 23);
@sapUiChartPaletteSequentialHue1Light2: lighten(saturate(@sapUiChartSequence1, 5), 15);
@sapUiChartPaletteSequentialHue1Light1: lighten(saturate(@sapUiChartSequence1, 2), 7);
@sapUiChartPaletteSequentialHue1: @sapUiChartSequence1;
@sapUiChartPaletteSequentialHue1Dark1: darken(desaturate(@sapUiChartSequence1, 7), 11);
@sapUiChartPaletteSequentialHue1Dark2: darken(saturate(@sapUiChartSequence1, 13), 20);
@sapUiChartPaletteSequentialHue2Light3: lighten(saturate(@sapUiChartSequence2, 21), 20);
@sapUiChartPaletteSequentialHue2Light2: lighten(@sapUiChartSequence2, 21);
@sapUiChartPaletteSequentialHue2Light1: lighten(saturate(@sapUiChartSequence2, 5), 7);
@sapUiChartPaletteSequentialHue2: @sapUiChartSequence2;
@sapUiChartPaletteSequentialHue2Dark1: darken(desaturate(@sapUiChartSequence2, 1), 9);
@sapUiChartPaletteSequentialHue2Dark2: darken(saturate(@sapUiChartSequence2, 21), 17);
@sapUiChartPaletteSequentialHue3Light3: lighten(desaturate(@sapUiChartSequence3, 32), 31);
@sapUiChartPaletteSequentialHue3Light2: lighten(desaturate(@sapUiChartSequence3, 31), 20);
@sapUiChartPaletteSequentialHue3Light1: lighten(desaturate(@sapUiChartSequence3, 26), 10);
@sapUiChartPaletteSequentialHue3: @sapUiChartSequence3;
@sapUiChartPaletteSequentialHue3Dark1: darken(saturate(@sapUiChartSequence3, 8), 8);
@sapUiChartPaletteSequentialHue3Dark2: darken(saturate(@sapUiChartSequence3, 21), 15);
@sapUiChartPaletteSequentialHue4Light3: lighten(saturate(@sapUiChartSequence4, 1), 23);
@sapUiChartPaletteSequentialHue4Light2: lighten(@sapUiChartSequence4, 15);
@sapUiChartPaletteSequentialHue4Light1: lighten(@sapUiChartSequence4, 7);
@sapUiChartPaletteSequentialHue4: @sapUiChartSequence4;
@sapUiChartPaletteSequentialHue4Dark1: darken(desaturate(@sapUiChartSequence4, 5), 8);
@sapUiChartPaletteSequentialHue4Dark2: darken(saturate(@sapUiChartSequence4, 10), 17);
@sapUiChartPaletteSequentialHue5Light3: lighten(desaturate(@sapUiChartSequence5, 1), 24);
@sapUiChartPaletteSequentialHue5Light2: lighten(@sapUiChartSequence5, 16);
@sapUiChartPaletteSequentialHue5Light1: lighten(@sapUiChartSequence5, 8);
@sapUiChartPaletteSequentialHue5: @sapUiChartSequence5;
@sapUiChartPaletteSequentialHue5Dark1: darken(saturate(@sapUiChartSequence5, 4), 5);
@sapUiChartPaletteSequentialHue5Dark2: darken(saturate(@sapUiChartSequence5, 12), 11);
@sapUiChartPaletteSequentialHue6Light3: lighten(desaturate(@sapUiChartSequence6, 26), 29);
@sapUiChartPaletteSequentialHue6Light2: lighten(desaturate(@sapUiChartSequence6, 27), 19);
@sapUiChartPaletteSequentialHue6Light1: lighten(desaturate(@sapUiChartSequence6, 26), 10);
@sapUiChartPaletteSequentialHue6: @sapUiChartSequence6;
@sapUiChartPaletteSequentialHue6Dark1: darken(saturate(@sapUiChartSequence6, 4), 6);
@sapUiChartPaletteSequentialHue6Dark2: darken(saturate(@sapUiChartSequence6, 8), 12);
@sapUiChartPaletteSequentialHue7Light3: lighten(saturate(@sapUiChartSequence7, 1), 15);
@sapUiChartPaletteSequentialHue7Light2: lighten(@sapUiChartSequence7, 10);
@sapUiChartPaletteSequentialHue7Light1: lighten(saturate(@sapUiChartSequence7, 1), 5);
@sapUiChartPaletteSequentialHue7: @sapUiChartSequence7;
@sapUiChartPaletteSequentialHue7Dark1: darken(desaturate(@sapUiChartSequence7, 12), 8);
@sapUiChartPaletteSequentialHue7Dark2: darken(desaturate(@sapUiChartSequence7, 18), 15);
@sapUiChartPaletteSequentialHue8Light3: lighten(saturate(@sapUiChartSequence8, 6), 26);
@sapUiChartPaletteSequentialHue8Light2: lighten(saturate(@sapUiChartSequence8, 2), 17);
@sapUiChartPaletteSequentialHue8Light1: lighten(@sapUiChartSequence8, 9);
@sapUiChartPaletteSequentialHue8: @sapUiChartSequence8;
@sapUiChartPaletteSequentialHue8Dark1: darken(saturate(@sapUiChartSequence8, 9), 8);
@sapUiChartPaletteSequentialHue8Dark2: darken(saturate(@sapUiChartSequence8, 22), 16);
@sapUiChartPaletteSequentialHue9Light3: lighten(desaturate(@sapUiChartSequence9, 2), 34);
@sapUiChartPaletteSequentialHue9Light2: lighten(@sapUiChartSequence9, 22);
@sapUiChartPaletteSequentialHue9Light1: lighten(@sapUiChartSequence9, 11);
@sapUiChartPaletteSequentialHue9: @sapUiChartSequence9;
@sapUiChartPaletteSequentialHue9Dark1: darken(saturate(@sapUiChartSequence9, 6), 8);
@sapUiChartPaletteSequentialHue9Dark2: darken(saturate(@sapUiChartSequence9, 16), 16);
@sapUiChartPaletteSequentialHue10Light3: lighten(saturate(@sapUiChartSequence10, 9), 22);
@sapUiChartPaletteSequentialHue10Light2: lighten(saturate(@sapUiChartSequence10, 5), 14);
@sapUiChartPaletteSequentialHue10Light1: lighten(saturate(@sapUiChartSequence10, 2), 7);
@sapUiChartPaletteSequentialHue10: @sapUiChartSequence10;
@sapUiChartPaletteSequentialHue10Dark1: darken(desaturate(@sapUiChartSequence10, 8), 8);
@sapUiChartPaletteSequentialHue10Dark2: darken(desaturate(@sapUiChartSequence10, 13), 16);
@sapUiChartPaletteSequentialHue11Light3: lighten(desaturate(@sapUiChartSequence11, 24), 24);
@sapUiChartPaletteSequentialHue11Light2: lighten(desaturate(@sapUiChartSequence11, 22), 16);
@sapUiChartPaletteSequentialHue11Light1: lighten(desaturate(@sapUiChartSequence11, 17), 8);
@sapUiChartPaletteSequentialHue11: @sapUiChartSequence11;
@sapUiChartPaletteSequentialHue11Dark1: darken(saturate(@sapUiChartSequence11, 7), 4);
@sapUiChartPaletteSequentialHue11Dark2: darken(saturate(@sapUiChartSequence11, 20), 10);
@sapUiChartPaletteSequentialNeutralLight3: saturate(lighten(@sapUiChartSequenceNeutral, 30), 1);
@sapUiChartPaletteSequentialNeutralLight2: saturate(lighten(@sapUiChartSequenceNeutral, 20), 1);
@sapUiChartPaletteSequentialNeutralLight1: saturate(lighten(@sapUiChartSequenceNeutral, 10), 1);
@sapUiChartPaletteSequentialNeutral: @sapUiChartSequenceNeutral;
@sapUiChartPaletteSequentialNeutralDark1: saturate(darken(@sapUiChartSequenceNeutral, 10), 1);
@sapUiChartPaletteSequentialNeutralDark2: saturate(darken(@sapUiChartSequenceNeutral, 15), 1);
@sapUiChartPaletteNoSemDiv1Light3: #f3dec9;
@sapUiChartPaletteNoSemDiv1Light2: #e3cbb3;
@sapUiChartPaletteNoSemDiv1Light1: #c8ab8e;
@sapUiChartPaletteNoSemDiv1: #b08e6d;
@sapUiChartPaletteNoSemDiv1Dark1: #8e6c4b;
@sapUiChartPaletteNoSemDiv1Dark2: #754f2a;
@sapUiChartPaletteMidArea: desaturate(lighten(@sapUiChartSequenceNeutral, 40), 7);
@sapUiChoroplethBG: lighten(@sapUiChartSequenceNeutral, 42);
@sapUiChoroplethRegionBorder: @sapUiLightestBorder;
@sapUiChoroplethRegionBG: saturate(lighten(@sapUiChartSequenceNeutral, 20), 1);
@sapUiMapLegendBG: @sapUiLightestBG;
@sapUiMapLegendBorderColor: @sapUiMediumBorder;
@sapUiShellHoverToggleBackground: @sapUiSelected;
@sapUiShellContainerBackground: lighten(@sapUiShellBackground, 16);
@sapUiShellAltContainerBackground: darken(saturate(@sapUiShellBackground, 6), 28);
@sapUiShellGroupTextColor: contrast(@sapUiShellBackground, @sapUiShellTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiUx3ShellHeaderColor: @sapShellColor;
@sapUiUx3ShellBackgroundColor: @sapUiExtraLightBG;
@sapUiUx3ShellHoverColor: @sapUiDarkBG;
@sapUiUx3ShellGradientBottom: lighten(@sapUiUx3ShellHeaderColor, 17.3);
@sapUiUx3ShellGradientTop: spin(mix(@sapUiHighlight, lighten(@sapUiUx3ShellGradientBottom, 22), 3%), 9);
@sapUiUx3ShellToolPaletteIconFontColor: #8899aa;
@sapUiUx3ExactLstExpandOffset: -1 -2;
@sapUiUx3ExactLstRootExpandOffset: 0 3;
@sapUiUx3ExactLstContentTop: 25px;
@sapUiNotificationBarBG: fade(@sapUiExtraDarkBG, 98%);
@sapUiNotifierSeparator: @sapUiDarkestBorder;
@sapUiNotifierSeparatorWidth: ~"1px";
@sapUiNotificationBarBorder: darken(@sapUiDarkBorder, 35);
@sapUiUx3ToolPopupInverted: ~"false";
@sapUiUx3ToolPopupArrowRightMarginCorrection: -1px;
@sapUiUx3ToolPopupShadow: 0 0 30px fade(@sapUiShadowTint, 20%);
@sapUiCalloutShadow: 0 0 30px fade(@sapUiDarkShadowTint, 20);
@sapUiButtonHeaderTextColor: @sapUiButtonTextColor;
@sapUiButtonHeaderDisabledTextColor: @sapUiButtonTextColor;
@sapUiButtonFooterTextColor: @sapUiPageFooterTextColor;
@sapUiButtonFooterHoverBackground: fadeout(@sapUiButtonHoverBackground, 90);
@sapUiButtonActionSelectBackground: @sapUiPageFooterBackground;
@sapUiButtonActionSelectBorderColor: contrast(@sapUiButtonActionSelectBackground, darken(@sapUiButtonActionSelectBackground, 10), lighten(@sapUiButtonActionSelectBackground, 20));
@sapUiButtonLiteActionSelectHoverBackground: contrast(@sapUiButtonActionSelectBackground, darken(@sapUiButtonActionSelectBackground, 6), lighten(@sapUiButtonActionSelectBackground, 6));
@sapUiToggleButtonPressedBackground: @sapUiHighlight;
@sapUiToggleButtonPressedBorderColor: darken(@sapUiToggleButtonPressedBackground, 5);
@sapUiToggleButtonPressedTextColor: contrast(@sapUiToggleButtonPressedBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiToggleButtonPressedHoverBackground: darken(@sapUiToggleButtonPressedBackground, 5);
@sapUiToggleButtonPressedHoverBorderColor: darken(@sapUiToggleButtonPressedBackground, 5);
@sapUiSegmentedButtonBackground: lighten(@sapUiButtonBackground, 3);
@sapUiSegmentedButtonBorderColor: darken(@sapUiButtonBackground, 10);
@sapUiSegmentedButtonTextColor: @sapUiLink;
@sapUiSegmentedButtonHoverBackground: fade(darken(@sapUiButtonBackground, 20), 50);
@sapUiSegmentedButtonActiveBackground: @sapUiButtonActiveBackground;
@sapUiSegmentedButtonActiveTextColor: contrast(@sapUiSegmentedButtonActiveBackground, @sapUiSegmentedButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiSegmentedButtonSelectedBackground: @sapUiButtonActiveBackground;
@sapUiSegmentedButtonSelectedTextColor: contrast(@sapUiSegmentedButtonSelectedBackground, @sapUiSegmentedButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiSegmentedButtonSelectedHoverBackground: darken(@sapUiSegmentedButtonSelectedBackground, 5);
@sapUiSegmentedButtonSelectedHoverBorderColor: @sapUiSegmentedButtonSelectedHoverBackground;
@sapUiSegmentedButtonIconColor: contrast(@sapUiSegmentedButtonBackground, @sapUiElement, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiSegmentedButtonActiveIconColor: contrast(@sapUiSegmentedButtonActiveBackground, @sapUiElement, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiSegmentedButtonSelectedIconColor: contrast(@sapUiSegmentedButtonSelectedBackground, @sapUiElement, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
@sapUiSegmentedButtonFooterBorderColor: contrast(@sapUiPageFooterBackground, darken(@sapUiPageFooterBackground, 10), lighten(@sapUiPageFooterBackground, 20));
@sapUiSegmentedButtonFooterHoverBackground: fade(darken(@sapUiButtonBackground, 5), 10);
@sapUiFieldActiveBackground: @sapUiHighlight;
@sapUiFieldActiveTextColor: @sapUiContentContrastTextColor;
@sapUiListVerticalBorderColor: @sapUiLightBorder;
@sapUiListSelectionHoverBackground: contrast(@sapUiListSelectionBackgroundColor, darken(@sapUiListSelectionBackgroundColor, 3), lighten(@sapUiListSelectionBackgroundColor, 6));
@sapUiListTableFixedBorder: @sapUiExtraDarkBorder;
@sapUiListTableTextSize: 0.875rem;
@sapUiListTableIconSize: 1rem;
@sapUiCalendarColorToday: @sapUiAccent4;
@sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
@sapUiDragAndDropBackground: @sapUiGroupContentBackground;
@sapUiDragAndDropBorderColor: @sapUiContentForegroundBorderColor;
@sapUiDragAndDropActiveColor: @sapUiLink;
@sapUiDragAndDropActiveBackground: fade(@sapUiLink, 5);
@sapUiDragAndDropActiveBorderColor: @sapUiLink;
@sapUiShadowLevel0: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 30);
@sapUiShadowLevel1: 0 0.125rem 0.375rem 0 fade(@sapUiContentShadowColor, 20), 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 30);
@sapUiShadowLevel2: 0 0.375rem 0.75rem 0 fade(@sapUiContentShadowColor, 30), 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 30);
@sapUiShadowLevel3: 0 1.25rem 2rem 0 fade(@sapUiContentShadowColor, 50), 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 30);
@sapUiShadowText: 0 1px fade(@sapUiContentContrastShadowColor, 50);
@sapUiShadowHeader: 0 0.125rem 0 0 @sapUiContentContrastShadowColor;
@sapUiUx3ShellHeaderImageURL: ~"";
@sapUiUx3ShellApplicationImageURL: @sapUiGlobalLogo;
@sapUiPurple: #ab218e;
@sapUiOrange: #f27020;
@sapUiGreen: #008a3b;
@sapUiBlue: #007cc0;
@sapUiRed: #e52929;
@sapUiYellow: #f0ab00;
@sapUiBase: @sapUiBaseColor;
@sapUiBaseBorder: @sapBaseBorderColor;
@sapUiBaseLine: hsl(hue(@sapUiBase), saturation(@sapUiBase), lightness(@sapUiBase));
@sapUiWhite: #ffffff;
@sapUiWhiteBG: lighten(@sapBaseColor, 100);
@sapUiExtraLightBG: @sapExtraLightBackground;
@sapUiLightBG: @sapLightBackground;
@sapUiMediumBG: @sapMediumBackground;
@sapUiDarkBG: @sapDarkBackground;
@sapUiDeepBG: #000000;
@sapUiBlackBG: #000000;
@sapUiHoverBG: mix(@sapUiHighlight, @sapUiLightestBG, 10%);
@sapUiMediumAltBG: spin(hsl(hue(@sapUiHighlight), 16%, 76%), 9);
@sapUiDarkAltBG: spin(mix(@sapUiHighlight, darken(@sapUiDarkBG, 1.2%), 3%), 9);
@sapUiButtonStandardBG: #f7f7f7;
@sapUiButtonEmphasizedBG: @sapUiBrand;
@sapUiButtonNegativeBG: #ff0000;
@sapUiButtonPositiveBG: #008000;
@sapUiReadOnlyBG: #808080;
@sapUiExtraLightText: @sapExtraLightTextColor;
@sapUiLightText: @sapLightTextColor;
@sapUiMediumText: @sapMediumTextColor;
@sapUiDarkText: @sapDarkTextColor;
@sapUiDeepText: #000000;
@sapUiText: @sapUiBaseText;
@sapUiTextInverted: lighten(@sapUiBaseText, 100%);
@sapUiWhiteBorder: lighten(@sapUiBaseBorder, 100%);
@sapUiExtraLightBorder: @sapExtraLightBorderColor;
@sapUiLightBorder: @sapLightBorderColor;
@sapUiMediumBorder: @sapMediumBorderColor;
@sapUiDarkBorder: @sapDarkBorderColor;
@sapUiBlackBorder: darken(@sapUiBaseBorder, 100%);
@sapUiElement: @sapUiLightText;
@sapUiInvertedElement: @sapUiTextInverted;
@sapUiLightLine: lighten(@sapUiBaseLine, 30%);
@sapUiMediumLine: lighten(@sapUiBaseLine, 10%);
@sapUiEmphasizedLine: @sapUiHighlight;
@sapUiDarkLine: darken(@sapUiBaseLine, 30%);
@sapUiLightShadowTint: @sapLightShadowColor;
@sapUiDarkShadowTint: @sapDarkShadowColor;
@sapUiFocus: #000000;
@sapUiInvertedFocus: @sapUiLightestBorder;
@sapUiTableRowBG: @sapUiWhite;
@sapUiTableRowAlternatingBG: #eff7fb;
@sapUiTableRowSelectionBG: #d1e9f4;
@sapUiTableRowSelectionReadOnlyBG: #c9e1ed;
@sapUiTableRowHoverBG: @sapUiHoverBG;
@sapUiListBG: @sapUiLightestBG;
@sapUiTextColor: #008000;
@sapUiTextTitleColor: #008000;
@sapUiTextSelectionColor: #008000;
@sapUiTextDisabled: lighten(@sapUiText, 60%);
@sapUiTextSelection: @sapUiTextInverted;
@sapUiTextfieldBackground: @sapUiWhite;
@sapUiFontMonospaceFamily: Lucida Console;
@sapUiUx3ShellSideBarBaseWidth: 40px;
@sapUiUx3ShellPaneOverflowButtonHeight: 120px;
@sapUiUx3ExactLstCollapseWidth: 24px;
@sapUiUx3ExactLstHeaderHeight: 25px;
@sapUiNotificationBarBG_IE: @sapUiMediumText;
@sapUiNotifierHoverColor: @sapUiHighlight;
@sapUiNotificationText: contrast(@sapUiNotificationBarBG, @sapUiText, @sapUiTextInverted);
@sapUiNotificationTimestamp: contrast(@sapUiNotificationBarBG, lighten(@sapUiText, 33), darken(@sapUiTextInverted, 33));
@sapUiNotificationBarCalloutBorder: fade(@sapUiMediumText, 0%);
@sapUiNotificationBarCalloutBorder_IE: @sapUiNotificationBarBG_IE;
@sapUiNotificationBarCalloutArr: @sapUiNotificationBarBG;
@sapUiNotificationBarHeight: ~"40px";
@sapUiNotificationBarHeightMinimized: ~"0px";
@sapUiNotificationBarHeightMaximized: ~"40%";
@sapUiNotifierWidth: ~"40px";
@sapUiRIIconPaddingXS: 1px;
@sapUiRIIconPaddingS: 0.125rem;
@sapUiRIIconPaddingM: 0.1875rem;
@sapUiRIIconPaddingL: 0.25rem;
@sapUiRIIconPaddingCozy: 0.1875rem;
@sapUiRIIconPaddingCompact: 0.125rem;
@sapUiRIIconPaddingCondensed: 0.125rem;
@sapUiRIIconPaddingDisplayOnly: 0.125rem;
@sapUiRIIconSizeCozy: 1.375rem;
@sapUiRIIconSizeCompact: 1rem;
@sapUiRIIconSizeCondensed: 1rem;
@sapUiRIIconSizeDisplayOnly: 1rem;
@sapUiUx3ToolPopupArrowWidth: 13px;
@sapUiUx3ToolPopupArrowHeight: 24px;
@sapUiUx3ToolPopupArrowRightMarginCorrectionInverted: -7px;
@sapUiUx3TPPaddingBottom: 50px;
@sapUiButtonEmphasizedDisabledBorderColor: @sapUiButtonEmphasizedBorderColor;
@sapUiButtonEmphasizedDisabledBackground: @sapUiButtonEmphasizedBackground;
@sapUiButtonAcceptDisabledBorderColor: @sapUiButtonAcceptBorderColor;
@sapUiButtonAcceptDisabledBackground: @sapUiButtonAcceptBackground;
@sapUiButtonRejectDisabledBorderColor: @sapUiButtonRejectBorderColor;
@sapUiButtonRejectDisabledBackground: @sapUiButtonRejectBackground;
@sapUiToggleButtonPressedDisabledBackground: @sapUiToggleButtonPressedBackground;
@sapUiToggleButtonPressedDisabledBorderColor: @sapUiToggleButtonPressedBorderColor;
@sapUiToggleButtonPressedDisabledTextColor: mix(@sapUiButtonTextColor, #ffffff, 25);
@sapUiPositiveBG: @sapUiPositiveText;
@sapUiShadowTint: #000000;
@sapUiShadow: 0px 4px 17px rgba(0, 0, 0, 0.4);
@sapUiThemeDesignerCustomCss: false;
@sapUiMarginTiny: 0.5rem;
@sapUiMarginSmall: 1rem;
@sapUiMarginMedium: 2rem;
@sapUiMarginLarge: 3rem;
@sapUiEscapedEmptyString: ~"";
@sapUiLightBoxMagnifyingGlassBorder: none;
@sapUiLightBoxMagnifyingGlassBackgroundColor: @sapUiLink;
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapBackgroundColor, 72%);
@_sap_ui_core_LocalBusyIndicator_BackgroundIE: @sapBackgroundColor;
@_sap_ui_core_LocalBusyIndicator_Color: @sapBrandColor;
@_sap_ui_core_LocalBusyIndicator_BorderRadius: 100%;
@_sap_ui_core_LocalBusyIndicator_SizeMedium: 1rem;
@_sap_ui_core_LocalBusyIndicator_SizeBig: 2rem;
@_sap_ui_core_media_StdDesktop: ~"screen and (min-width : 1024px)";
@_sap_ui_core_media_StdTablet: ~"screen and (min-width : 600px) and (max-width : 1023px)";
@_sap_ui_core_media_StdPhone: ~"screen and (max-width : 599px)";
@_sap_ui_core_media_3StepL: ~"screen and (min-width : 960px)";
@_sap_ui_core_media_3StepM: ~"screen and (min-width : 520px) and (max-width : 959px)";
@_sap_ui_core_media_3StepS: ~"screen and (max-width : 519px)";
@_sap_ui_core_media_4StepXL: ~"screen and (min-width : 960px)";
@_sap_ui_core_media_4StepL: ~"screen and (min-width : 760px) and (max-width : 959px)";
@_sap_ui_core_media_4StepM: ~"screen and (min-width : 520px) and (max-width : 759px)";
@_sap_ui_core_media_4StepS: ~"screen and (max-width : 519px)";
@_sap_ui_core_media_6StepXXL: ~"screen and (min-width : 960px)";
@_sap_ui_core_media_6StepXL: ~"screen and (min-width : 768px) and (max-width : 959px)";
@_sap_ui_core_media_6StepL: ~"screen and (min-width : 541px) and (max-width : 767px)";
@_sap_ui_core_media_6StepM: ~"screen and (min-width : 400px) and (max-width : 540px)";
@_sap_ui_core_media_6StepS: ~"screen and (min-width : 241px) and (max-width : 399px)";
@_sap_ui_core_media_6StepXS: ~"screen and (max-width : 240px)";
@sapBackgroundGradientBaseColor: #178299;
@sapDarkShadowColor: #000000;
@sapLightShadowColor: #ffffff;
@sapDarkFocusColor: #000000;
@sapLightFocusColor: #ffffff;
@sapSearchHighlightColor: #fffcb5;
@sapHelpHighlightColor: #3f8600;
@sapBaseBackground: @sapBaseColor;
@sapLightestBackground: lighten(@sapBaseBackground, 100);
@sapExtraLightBackground: lighten(@sapBaseBackground, 44.7);
@sapLightBackground: lighten(@sapBaseBackground, 39.7);
@sapMediumBackground: lighten(@sapBaseBackground, 36.5);
@sapDarkBackground: darken(@sapBaseBackground, 3.7);
@sapExtraDarkBackground: darken(@sapBaseBackground, 30.2);
@sapDarkestBackground: darken(@sapBaseBackground, 100);
@sapBaseBorderColor: @sapBaseColor;
@sapLightestBorderColor: lighten(@sapBaseBorderColor, 100);
@sapExtraLightBorderColor: lighten(@sapBaseBorderColor, 39.7);
@sapLightBorderColor: lighten(@sapBaseBorderColor, 36.5);
@sapMediumBorderColor: lighten(@sapBaseBorderColor, 29.8);
@sapDarkBorderColor: lighten(@sapBaseBorderColor, 24.8);
@sapExtraDarkBorderColor: lighten(@sapBaseBorderColor, 9.8);
@sapDarkestBorderColor: darken(@sapBaseBorderColor, 100);
@sapExtraLightTextColor: lighten(@sapTextColor, 44);
@sapLightTextColor: lighten(@sapTextColor, 40);
@sapMediumTextColor: lighten(@sapTextColor, 26.5);
@sapDarkTextColor: lighten(@sapTextColor, 20);
@sapExtraDarkTextColor: lighten(@sapTextColor, 13.4);
@sapContent_BackgroundGradientStartColor: lighten(desaturate(spin(@sapContent_BackgroundGradientMiddleColor, 353), 14), 9);
@sapContent_BackgroundGradientMiddleColor: @sapBackgroundGradientBaseColor;
@sapContent_BackgroundGradientEndColor: darken(desaturate(spin(@sapContent_BackgroundGradientMiddleColor, 19), 8), 5);
@sapContent_BackgroundGradientMixedStartColor: mix(@sapContent_BackgroundGradientStartColor, #ffffff, 15);
@sapContent_BackgroundGradientMixedMiddleColor: mix(@sapContent_BackgroundGradientMiddleColor, #ffffff, 15);
@sapContent_BackgroundGradientMixedEndColor: mix(@sapContent_BackgroundGradientEndColor, #ffffff, 15);
@sapUiGlobalBackgroundColorDefault: @sapBackgroundColorDefault;
@sapUiHighlightText: @sapHighlightTextColor;
@sapUiGlobalBackgroundGradientStartColor: extract(@sapUiWhite @sapContent_BackgroundGradientStartColor, @sapUiGlobalBackgroundVariant);
@sapUiGlobalBackgroundGradientMiddleColor: extract(none @sapContent_BackgroundGradientMiddleColor, @sapUiGlobalBackgroundVariant);
@sapUiGlobalBackgroundGradientEndColor: extract(@sapUiHighlight @sapContent_BackgroundGradientEndColor, @sapUiGlobalBackgroundVariant);
@sapUiDarkFocusColor: @sapDarkFocusColor;
@sapUiLightFocusColor: @sapLightFocusColor;
@sapUiSearchHighlight: @sapSearchHighlightColor;
@sapUiHelpHighlight: @sapHelpHighlightColor;
@sapUiBaseBackground: @sapBaseBackground;
@sapUiLightestBG: @sapLightestBackground;
@sapUiExtraDarkBG: @sapExtraDarkBackground;
@sapUiDarkestBG: @sapDarkestBackground;
@sapUiLightestBorder: @sapLightestBorderColor;
@sapUiExtraDarkBorder: @sapExtraDarkBorderColor;
@sapUiDarkestBorder: @sapDarkestBorderColor;
@sapUiExtraDarkText: @sapExtraDarkTextColor;
@sapUiBlack: #000000;
@sapUiStandardText: @sapUiBaseText;
@sapUiHeaderText: @sapUiDarkText;
@sapUiActiveBG: mix(@sapUiHighlight, @sapUiWhite, 10%);
@sapUiFooterBG: fade(#363e43, 96%);
@sapUiFooterOnDesktopBG: @sapUiFooterBG;
@sapUiLightestBGHover: contrast(@sapUiLightestBG, darken(@sapUiLightestBG, 6), lighten(@sapUiLightestBG, 6));
@sapUiActiveBGHover: contrast(@sapUiActiveBG, darken(@sapUiActiveBG, 3), lighten(@sapUiActiveBG, 6));
@sapUiGlobalBackgroundVariant: 2;
@sapUiGlobalLogoDefault: none;
@sapUiGlobalBackgroundImageOpacityDefault: 1;
@sapUiGlobalBackgroundImageDefault: extract(url(img/bg_white_transparent.png) none, @sapUiGlobalBackgroundVariant);
@sapUiGlobalStrongBackgroundTextContrastColor: none;
@sapUiKeyboardFocus: darken(@sapUiHighlight, 12);
@sapUiActionSheetBG: @sapUiFooterBG;
@sapUiActionSheetOnDesktopBG: @sapUiFooterOnDesktopBG;
@sapUiActionSheetBorder: @sapUiExtraLightBorder;
@sapUiActionSheetButtonText: @sapUiTextInverted;
@sapUiBarBG: @sapUiExtraLightBG;
@sapUiBarBrandingBG: @sapUiBrand;
@sapUiHeaderBG: @sapUiBarBG;
@sapUiSubHeaderBG: lighten(@sapUiBarBG, 4);
@sapUiBarText: @sapUiLightText;
@sapUiFooterText: @sapUiTextInverted;
@sapUiBarHeading: @sapUiBarText;
@sapUiBusy: @sapUiBrand;
@sapUiBusyLight: @sapUiInvertedElement;
@sapUiBusyDlgSimpleIndicatorBG: fade(@sapUiInvertedElement, 60);
@sapUiBusyDlgSimpleIndicatorBorder: fade(@sapUiInvertedElement, 10);
@sapUiBtnText: @sapUiDarkText;
@sapUiBtnTextActive: @sapUiTextInverted;
@sapUiBtnTextLink: @sapUiLink;
@sapUiBtnTextLinkDisabled: fade(@sapUiLink, 50%);
@sapUiBtnBaseRadius: 0.143rem;
@sapUiBtnIcon: @sapUiElement;
@sapUiBtnTextShadowDefault: none;
@sapUiBtnBorderDefault: darken(@sapUiButtonStandardBG, 22);
@sapUiBtnTextTransparentDisabled: fade(@sapUiDarkText, 50%);
@sapUiBtnIconHeader: @sapUiBarText;
@sapUiBtnTextHeader: @sapUiBarText;
@sapUiBtnTextHeaderDisabled: @sapUiDarkText;
@sapUiBtnTextShadowHeader: fade(@sapUiLightShadowTint, 50%);
@sapUiBtnTextFooterDisabled: fade(@sapUiTextInverted, 50%);
@sapUiBtnTextShadowFooter: fade(@sapUiDarkShadowTint, 50%);
@sapUiBtnTextStandardDisabled: fadeout(@sapUiDarkText, 50%);
@sapUiBtnBGStandard: @sapUiButtonStandardBG;
@sapUiBtnBGStandardHover: darken(@sapUiButtonStandardBG, 5%);
@sapUiBtnBGStandardDown: @sapUiHighlight;
@sapUiBtnBGStandardDisabled: lighten(@sapUiButtonStandardBG, 1%);
@sapUiBtnTextPositiveDisabled: fadeout(@sapUiTextInverted, 50%);
@sapUiBtnBGPositive: @sapUiPositiveElement;
@sapUiBtnBGPositiveBorder: darken(@sapUiPositiveElement, 5%);
@sapUiBtnBGPositiveHover: darken(@sapUiPositiveElement, 5%);
@sapUiBtnBGPositiveDown: darken(@sapUiPositiveElement, 10%);
@sapUiBtnBGPositiveDisabled: fadeout(@sapUiPositiveElement, 50%);
@sapUiBtnTextNegativeDisabled: fadeout(@sapUiTextInverted, 50%);
@sapUiBtnBGNegative: @sapUiNegativeElement;
@sapUiBtnBGNegativeBorder: darken(@sapUiNegativeElement, 5%);
@sapUiBtnBGNegativeHover: darken(@sapUiNegativeElement, 5%);
@sapUiBtnBGNegativeDown: darken(@sapUiNegativeElement, 10%);
@sapUiBtnBGNegativeDisabled: fadeout(@sapUiNegativeElement, 50%);
@sapUiBtnTextEmphasizedDisabled: fadeout(@sapUiTextInverted, 50%);
@sapUiBtnBGEmphasized: @sapUiButtonEmphasizedBG;
@sapUiBtnBGEmphasizedBorder: darken(@sapUiButtonEmphasizedBG, 5%);
@sapUiBtnBGEmphasizedHover: darken(@sapUiButtonEmphasizedBG, 5%);
@sapUiBtnBGEmphasizedDown: darken(@sapUiButtonEmphasizedBG, 10%);
@sapUiBtnBGEmphasizedDisabled: fadeout(@sapUiButtonEmphasizedBG, 50%);
@sapUiBtnTextShadowEmphasized: fade(@sapUiDarkShadowTint, 50%);
@sapUiBtnBGTransparent: transparent;
@sapUiBtnBGTransparentHover: fadeout(darken(@sapUiButtonStandardBG, 10%), 50%);
@sapUiBtnBGTransparentDown: @sapUiHighlight;
@sapUiBtnFooterBGStandardHover: fadeout(@sapUiBtnBGStandardHover, 90%);
@sapUiBtnActionSelectBG: @sapUiFooterBG;
@sapUiBtnActionSelectBorderColor: contrast(@sapUiBtnActionSelectBG, darken(@sapUiBtnActionSelectBG, 10), lighten(@sapUiBtnActionSelectBG, 20));
@sapUiBtnActionSelectBGTransparentHover: contrast(@sapUiBtnActionSelectBG, darken(@sapUiBtnActionSelectBG, 6), lighten(@sapUiBtnActionSelectBG, 6));
@sapUiToggleBtnPressed: @sapUiHighlight;
@sapUiToggleBtnBorder: darken(@sapUiHighlight, 5%);
@sapUiToggleBtnPressedHover: darken(@sapUiHighlight, 5%);
@sapUiCheckBoxCheckedColor: @sapUiHighlight;
@sapUiCheckBoxUncheckedColor: @sapUiDarkBorder;
@sapUiCheckBoxFocusColor: @sapUiFocus;
@sapUiDTICustomRows: 5;
@sapUiDTICustomPhoneRows: 3;
@sapUiDTICustomWidth: 64;
@sapUiDTICustomHeight: 48;
@sapUiDTICustomShowLabel: false;
@sapUiDTICustomHeaderText: false;
@sapUiDTICustomMode: scroller;
@sapUiDTICustomDesktopMode: mixed;
@sapUiDTICustomDisplay: bubble;
@sapUiDTICustomPhoneDisplay: modal;
@sapUiDTICustomFontFamily: @sapUiFontFamily;
@sapUiDTICustomDialogBorder: @sapUiExtraDarkBorder;
@sapUiDTICustomDialogWheelsBG: none;
@sapUiDTICustomDialogWheelBG: none;
@sapUiDTICustomArrowBG: @sapUiLightestBG;
@sapUiDTICustomArrowColor: @sapUiElement;
@sapUiDTICustomArrowHoverColor: @sapUiHighlight;
@sapUiDTICustomItemText: @sapUiLightText;
@sapUiDTICustomSelectedItemText: @sapUiStandardText;
@sapUiDTICustomSelectedItemBG: @sapUiActiveBG;
@sapUiDTICustomButtonBG: @sapUiFooterBG;
@sapUiDTICustomButtonOnDesktopBG: @sapUiFooterOnDesktopBG;
@sapUiDTICustomButtonHoverBG: @sapUiHighlight;
@sapUiDTICustomButtonText: @sapUiButtonActiveTextColor;
@sapUiDTICustomHeaderTextColor: @sapUiBarText;
@sapUiDTICustomHeaderTextShadow: fade(@sapUiLightShadowTint, 50%);
@sapUiDTICustomHeaderBG: @sapUiBarBG;
@sapUiDTICustomFooterBG: @sapUiFooterBG;
@sapUiDTICustomFooterOnDesktopBG: @sapUiFooterOnDesktopBG;
@sapUiDTICustomHeaderBoxShadow: @sapUiLightBorder;
@sapUiITBTextOnlyBrandText: darken(@sapUiBrand, 10%);
@sapUiInputBaseBG: @sapUiLightestBG;
@sapUiInputBaseFont: @sapUiFontFamily;
@sapUiInputBaseText: @sapUiStandardText;
@sapUiInputBaseBorder: @sapUiDarkBorder;
@sapUiInputBaseFocus: @sapUiHighlight;
@sapUiInputBasePlaceholder: @sapUiExtraLightText;
@sapUiInputBaseWarning: @sapUiWarningBorder;
@sapUiInputBaseWarningBG: @sapUiWarningBG;
@sapUiInputBaseError: @sapUiErrorBorder;
@sapUiInputBaseErrorBG: @sapUiErrorBG;
@sapUiInputBaseErrorFont: @sapUiNegativeText;
@sapUiInputBaseSuccess: @sapUiSuccessBorder;
@sapUiLabelText: @sapUiLightText;
@sapUiLabelFont: @sapUiFontFamily;
@sapUiListBGHeader: @sapUiActiveBG;
@sapUiListBGFooter: lighten(@sapUiExtraLightBG, 2);
@sapUiListHeaderText: @sapUiLightText;
@sapUiListFooterText: @sapUiLightText;
@sapUiListSingleSelectMasterAsActive: false;
@sapUiListHeaderBorder: @sapUiLightBorder;
@sapUiGroupHeaderBG: lighten(@sapUiExtraLightBG, 2);
@sapUiListNoDataTextColor: @sapUiDarkText;
@sapUiListTblBG: fade(@sapUiListBG, 80%);
@sapUiListTblHeaderBorder: @sapUiLightBorder;
@sapUiListTblTextColor: @sapUiDarkText;
@sapUiListTblPopinHeaderTextColor: @sapUiLightText;
@sapUiListTblPopinValueTextColor: @sapUiStandardText;
@sapUiListTblPopinBG: fade(@sapUiListBG, 80%);
@sapUiListTblPopinActiveBG: @sapUiLIActive;
@sapUiListTblPopinSelectedBG: @sapUiLISelected;
@sapUiListTblIconSize: 1rem;
@sapUiListTblTextSize: 0.875rem;
@sapUiLIBorder: @sapUiExtraLightBorder;
@sapUiLISelected: @sapUiActiveBG;
@sapUiLIActive: @sapUiHighlight;
@sapUiLICounter: @sapUiAccent5;
@sapUiLIText: @sapUiDarkText;
@sapUiLIStandardText: @sapUiStandardText;
@sapUiLITextSec: @sapUiLightText;
@sapUiLITextInverted: @sapUiTextInverted;
@sapUiLITextDisabled: @sapUiLightText;
@sapUiLIDelIcon: true;
@sapUiLIDelColor: @sapUiNegativeElement;
@sapUiLINavColor: lighten(@sapUiElement, 15%);
@sapUiLIDetailIcon: true;
@sapUiLIDetailColor: @sapUiElement;
@sapUiLIDetailBGActive: @sapUiHighlight;
@sapUiLIUnreadAsBubble: false;
@sapUiALITextColor: @sapUiTextInverted;
@sapUiMessageToastTextColor: @sapUiTextInverted;
@sapUiMessageToastTextShadow: @sapUiShadowTint;
@sapUiPageBG: @sapUiLightestBG;
@sapUiPanelBG: @sapUiLightestBG;
@sapUiPopoverContBG: @sapUiPageBG;
@sapUiPopupBorderColor: fade(@sapUiExtraDarkBorder, 60%);
@sapUiPopupBorder: 1px @sapUiPopupBorderColor solid;
@sapUiPopupBoxShadow: 0px 0px 30px 2px fade(@sapUiShadowTint, 15%);
@sapUiBlockLayerColor: @sapUiDarkestBG;
@sapUiPopupButtonSeparator: 1px darken(@sapUiExtraDarkBG, 20) solid;
@sapUiPopupBorderRadius: 2px;
@sapUiPullToRefreshText: @sapUiLightText;
@sapUiPullToRefreshArrow: @sapUiHighlight;
@sapUiPullToRefreshBG: @sapUiExtraLightBG;
@sapUiRadioButtonSelectedColor: @sapUiHighlight;
@sapUiRadioButtonBorderColor: @sapUiDarkBorder;
@sapMUiScrollBarBG: fade(@sapUiDarkestBG, 50);
@sapMUiScrollBarBorderColor: @sapUiLightestBG;
@sapUiSegmentedBtnBG: lighten(@sapUiButtonStandardBG, 3);
@sapUiSegmentedBtnBGSelected: @sapUiHighlight;
@sapUiSegmentedBtnBGSelectedHover: darken(@sapUiHighlight, 5%);
@sapUiSegmentedBtnBGHover: fade(darken(@sapUiButtonStandardBG, 20%), 50);
@sapUiSegmentedBtnBGActive: @sapUiHighlight;
@sapUiSegmentedBtnBorder: darken(@sapUiButtonStandardBG, 10);
@sapUiSegmentedBtnIconDark: @sapUiElement;
@sapUiSegmentedBtnIconLight: @sapUiInvertedElement;
@sapUiSegmentedBtnText: @sapUiLink;
@sapUiSegmentedBtnTextActive: @sapUiTextInverted;
@sapUiSegmentedBtnTextFooter: @sapUiTextInverted;
@sapUiSegmentedBtnFooterHover: fade(darken(@sapUiButtonStandardBG, 5%), 10);
@sapUiSegmentedBtnBorderFooter: contrast(@sapUiFooterBG, darken(@sapUiFooterBG, 10), lighten(@sapUiFooterBG, 20));
@sapUiSelectBG: @sapUiLightestBG;
@sapUiSelectBorderColor: @sapUiDarkBorder;
@sapUiSelectBorderColorPressed: @sapUiHighlight;
@sapUiSelectLabelTextColor: @sapUiStandardText;
@sapUiSelectBGActive: @sapUiHighlight;
@sapUiSelectLabelTextColorPressed: @sapUiTextInverted;
@sapUiSelectArrowColor: @sapUiElement;
@sapUiSelectArrowColorActive: @sapUiInvertedElement;
@sapUiSelectArrowBGHover: @sapUiLightestBGHover;
@sapUiSelectArrowBGActive: @sapUiHighlight;
@sapUiSelectIconColor: @sapUiLightText;
@sapUiSelectIconColorActive: @sapUiInvertedElement;
@sapUiSelectIconBGHover: @sapUiButtonHoverBackground;
@sapUiSelectIconBGPressed: @sapUiHighlight;
@sapUiSelectIconBorderColor: @sapUiDarkBorder;
@sapUiSelectFooterBGHover: @sapUiButtonFooterHoverBackground;
@sapUiSelectListActiveBG: @sapUiActiveBG;
@sapUiSelectListLightestBGHover: @sapUiLightestBGHover;
@sapUiSelectListLITextInverted: @sapUiLITextInverted;
@sapUiSelectListHighlight: @sapUiHighlight;
@sapUiSelectListMediumBorder: @sapUiMediumBorder;
@sapUiSelectListBorder: @sapUiDarkBorder;
@sapUiSelectListLightestBG: @sapUiLightestBG;
@sapMShellContentBGOpacity: 30;
@sapMShellContentBG: fade(@sapUiLightestBG, @sapMShellContentBGOpacity);
@sapUiSliderBG: @sapUiLightBorder;
@sapUiSliderProgressBG: @sapUiHighlight;
@sapUiSliderHandleBorder: @sapUiExtraDarkBorder;
@sapUiSliderHandleBG: fade(@sapUiExtraDarkBorder, 30);
@sapUiSliderHandleBGHover: fade(@sapUiExtraDarkBorder, 60);
@sapUiSliderHandleBorderPressed: @sapUiHighlight;
@sapUiSliderHandleBGPressed: fade(@sapUiHighlight, 30);
@sapUiSplitContainerMasterBG: @sapUiPageBG;
@sapUiSplitContainerMasterShadow: 1px 0 10px fade(@sapUiShadowTint, 15);
@sapUiSplitContainerMasterBorder: 1px solid rgba(0, 0, 0, 0.15);
@sapUiSplitContainerMasterFooterSeperator: contrast(@sapUiFooterBG, darken(@sapUiFooterBG, 10), lighten(@sapUiFooterBG, 20));
@sapUiSLIIconColor: @sapUiElement;
@sapUiSLIIconColorActive: @sapUiInvertedElement;
@sapUiInfoTop: false;
@sapUiSwitchOnBG: @sapUiHighlight;
@sapUiSwitchOnHoverBG: darken(@sapUiHighlight, 5);
@sapUiSwitchOffBG: @sapUiLightestBG;
@sapUiSwitchHandleOnBG: @sapUiInvertedElement;
@sapUiSwitchHandleOffBG: @sapUiExtraDarkBorder;
@sapUiSwitchOnBorder: @sapUiHighlight;
@sapUiSwitchOffBorder: @sapUiExtraDarkBorder;
@sapUiSwitchBorderColorHover: @sapUiHighlight;
@sapUiSwitchTextOn: @sapUiTextInverted;
@sapUiSwitchTextOff: @sapUiLightText;
@sapUiSwitchAcceptRejectBG: @sapUiLightestBG;
@sapUiRIIconColor: @sapUiAccent1;
@sapUiToolbarBG: fade(@sapUiLightBG, 0%);
@sapUiToolbarSolidBG: lighten(@sapUiExtraLightBG, 2);
@sapUiToolbarBorder: @sapUiMediumBorder;
@sapUiToolbarInfoBG: mix(@sapUiAccent7, @sapUiWhite, 73%);
@sapUiToolbarInfoHoverBG: mix(@sapUiAccent7, @sapUiWhite, 83%);
@sapUiToolbarInfoActiveBG: mix(@sapUiAccent7, @sapUiWhite, 93%);
@sapUiToolbarInfoBorder: @sapUiExtraLightBorder;
@sapUiToolbarSeparatorBG: @sapUiDarkBorder;
@sapUiToolbarSeparatorFooterBG: contrast(@sapUiFooterBG, darken(@sapUiFooterBG, 10), lighten(@sapUiFooterBG, 20));
@sapUiFeedInputBG: @sapUiLightestBG;
@sapMeOverlapCalendarType00: @sapUiExtraLightBorder;
@sapMeOverlapCalendarType01: mix(@sapUiHighlight, @sapUiWhite, 15);
@sapMeOverlapCalendarType01Action: mix(@sapUiAccent6, @sapUiWhite, 20%);
@sapMeOverlapCalendarType04: mix(@sapUiHighlight, @sapUiWhite, 15);
@sapMeOverlapCalendarType06: mix(@sapUiAccent1, @sapUiWhite, 35);
@sapMeOverlapCalendarType07: mix(@sapUiAccent3, @sapUiWhite, 10);
@sapMeOverlapCalendarIndicator: @sapUiAccent2;
@sapMeCalendarLegendIconCollapse: collapse;
@sapMeCalendarLegendIconExpand: expand;
@sapMeTabIconInfo: hint;
@sapMeTabColorInfo: @sapUiAccent2;
@sapMeTabIconNotes: notes;
@sapMeTabColorNotes: @sapUiAccent4;
@sapMeTabIconAttachments: attachment;
@sapMeTabColorAttachments: @sapUiAccent5;
@sapMeTabIconPeople: group;
@sapMeTabColorPeople: @sapUiAccent7;
@_sap_ui_core_function_fade1339: fade(@sapUiExtraLightBG, 80%);
@_sap_ui_core_function_fade1345: fade(@_sap_ui_core_LocalBusyIndicator_Color, 80%);
@_sap_ui_core_function_lighten1682: lighten(@sapUiBaseBG, 5);
@_sap_ui_core_function_fade1682: fade(@sapUiLightestBG, 80%);

:root {
--sapBrandColor: @sapBrandColor;
--sapHighlightColor: @sapHighlightColor;
--sapBaseColor: @sapBaseColor;
--sapShellColor: @sapShellColor;
--sapBackgroundColorDefault: @sapBackgroundColorDefault;
--sapBackgroundColor: @sapBackgroundColor;
--sapFontFamily: @sapFontFamily;
--sapFontLightFamily: @sapFontLightFamily;
--sapFontBoldFamily: @sapFontBoldFamily;
--sapFontHeaderFamily: @sapFontHeaderFamily;
--sapFontSize: @sapFontSize;
--sapFontSmallSize: @sapFontSmallSize;
--sapFontLargeSize: @sapFontLargeSize;
--sapFontHeader1Size: @sapFontHeader1Size;
--sapFontHeader2Size: @sapFontHeader2Size;
--sapFontHeader3Size: @sapFontHeader3Size;
--sapFontHeader4Size: @sapFontHeader4Size;
--sapFontHeader5Size: @sapFontHeader5Size;
--sapFontHeader6Size: @sapFontHeader6Size;
--sapTextColor: @sapTextColor;
--sapLinkColor: @sapLinkColor;
--sapLink_Hover_Color: @sapLink_Hover_Color;
--sapLink_Active_Color: @sapLink_Active_Color;
--sapLink_Visited_Color: @sapLink_Visited_Color;
--sapLink_InvertedColor: @sapLink_InvertedColor;
--sapLink_SubtleColor: @sapLink_SubtleColor;
--sapCompanyLogo: @sapCompanyLogo;
--sapBackgroundImage: @sapBackgroundImage;
--sapBackgroundImageOpacity: @sapBackgroundImageOpacity;
--sapBackgroundImageRepeat: @sapBackgroundImageRepeat;
--sapContent_GridSize: @sapContent_GridSize;
--sapAccentColor1: @sapAccentColor1;
--sapAccentColor2: @sapAccentColor2;
--sapAccentColor3: @sapAccentColor3;
--sapAccentColor4: @sapAccentColor4;
--sapAccentColor5: @sapAccentColor5;
--sapAccentColor6: @sapAccentColor6;
--sapAccentColor7: @sapAccentColor7;
--sapAccentColor8: @sapAccentColor8;
--sapAccentColor9: @sapAccentColor9;
--sapAccentColor10: @sapAccentColor10;
--sapLegend_WorkingBackground: @sapLegend_WorkingBackground;
--sapLegend_NonWorkingBackground: @sapLegend_NonWorkingBackground;
--sapLegend_CurrentDateTime: @sapLegend_CurrentDateTime;
--sapLegendColor1: @sapLegendColor1;
--sapLegendColor2: @sapLegendColor2;
--sapLegendColor3: @sapLegendColor3;
--sapLegendColor4: @sapLegendColor4;
--sapLegendColor5: @sapLegendColor5;
--sapLegendColor6: @sapLegendColor6;
--sapLegendColor7: @sapLegendColor7;
--sapLegendColor8: @sapLegendColor8;
--sapLegendColor9: @sapLegendColor9;
--sapLegendColor10: @sapLegendColor10;
--sapLegendColor11: @sapLegendColor11;
--sapLegendColor12: @sapLegendColor12;
--sapLegendColor13: @sapLegendColor13;
--sapLegendColor14: @sapLegendColor14;
--sapLegendColor15: @sapLegendColor15;
--sapLegendColor16: @sapLegendColor16;
--sapLegendColor17: @sapLegendColor17;
--sapLegendColor18: @sapLegendColor18;
--sapLegendColor19: @sapLegendColor19;
--sapLegendColor20: @sapLegendColor20;
--sapLegendBackgroundColor1: @sapLegendBackgroundColor1;
--sapLegendBackgroundColor2: @sapLegendBackgroundColor2;
--sapLegendBackgroundColor3: @sapLegendBackgroundColor3;
--sapLegendBackgroundColor4: @sapLegendBackgroundColor4;
--sapLegendBackgroundColor5: @sapLegendBackgroundColor5;
--sapLegendBackgroundColor6: @sapLegendBackgroundColor6;
--sapLegendBackgroundColor7: @sapLegendBackgroundColor7;
--sapLegendBackgroundColor8: @sapLegendBackgroundColor8;
--sapLegendBackgroundColor9: @sapLegendBackgroundColor9;
--sapLegendBackgroundColor10: @sapLegendBackgroundColor10;
--sapLegendBackgroundColor11: @sapLegendBackgroundColor11;
--sapLegendBackgroundColor12: @sapLegendBackgroundColor12;
--sapLegendBackgroundColor13: @sapLegendBackgroundColor13;
--sapLegendBackgroundColor14: @sapLegendBackgroundColor14;
--sapLegendBackgroundColor15: @sapLegendBackgroundColor15;
--sapLegendBackgroundColor16: @sapLegendBackgroundColor16;
--sapLegendBackgroundColor17: @sapLegendBackgroundColor17;
--sapLegendBackgroundColor18: @sapLegendBackgroundColor18;
--sapLegendBackgroundColor19: @sapLegendBackgroundColor19;
--sapLegendBackgroundColor20: @sapLegendBackgroundColor20;
--sapErrorBackground: @sapErrorBackground;
--sapWarningBackground: @sapWarningBackground;
--sapSuccessBackground: @sapSuccessBackground;
--sapInformationBackground: @sapInformationBackground;
--sapNeutralBackground: @sapNeutralBackground;
--sapErrorBorderColor: @sapErrorBorderColor;
--sapWarningBorderColor: @sapWarningBorderColor;
--sapSuccessBorderColor: @sapSuccessBorderColor;
--sapInformationBorderColor: @sapInformationBorderColor;
--sapNeutralBorderColor: @sapNeutralBorderColor;
--sapNegativeElementColor: @sapNegativeElementColor;
--sapCriticalElementColor: @sapCriticalElementColor;
--sapPositiveElementColor: @sapPositiveElementColor;
--sapInformativeElementColor: @sapInformativeElementColor;
--sapNeutralElementColor: @sapNeutralElementColor;
--sapNegativeTextColor: @sapNegativeTextColor;
--sapCriticalTextColor: @sapCriticalTextColor;
--sapPositiveTextColor: @sapPositiveTextColor;
--sapInformativeTextColor: @sapInformativeTextColor;
--sapNeutralTextColor: @sapNeutralTextColor;
--sapNegativeColor: @sapNegativeColor;
--sapCriticalColor: @sapCriticalColor;
--sapPositiveColor: @sapPositiveColor;
--sapInformativeColor: @sapInformativeColor;
--sapNeutralColor: @sapNeutralColor;
--sapErrorColor: @sapErrorColor;
--sapWarningColor: @sapWarningColor;
--sapSuccessColor: @sapSuccessColor;
--sapInformationColor: @sapInformationColor;
--sapIndicationColor_1: @sapIndicationColor_1;
--sapIndicationColor_1_Hover_Background: @sapIndicationColor_1_Hover_Background;
--sapIndicationColor_1_Active_Background: @sapIndicationColor_1_Active_Background;
--sapIndicationColor_1_TextColor: @sapIndicationColor_1_TextColor;
--sapIndicationColor_2: @sapIndicationColor_2;
--sapIndicationColor_2_Hover_Background: @sapIndicationColor_2_Hover_Background;
--sapIndicationColor_2_Active_Background: @sapIndicationColor_2_Active_Background;
--sapIndicationColor_2_TextColor: @sapIndicationColor_2_TextColor;
--sapIndicationColor_3: @sapIndicationColor_3;
--sapIndicationColor_3_Hover_Background: @sapIndicationColor_3_Hover_Background;
--sapIndicationColor_3_Active_Background: @sapIndicationColor_3_Active_Background;
--sapIndicationColor_3_TextColor: @sapIndicationColor_3_TextColor;
--sapIndicationColor_4: @sapIndicationColor_4;
--sapIndicationColor_4_Hover_Background: @sapIndicationColor_4_Hover_Background;
--sapIndicationColor_4_Active_Background: @sapIndicationColor_4_Active_Background;
--sapIndicationColor_4_TextColor: @sapIndicationColor_4_TextColor;
--sapIndicationColor_5: @sapIndicationColor_5;
--sapIndicationColor_5_Hover_Background: @sapIndicationColor_5_Hover_Background;
--sapIndicationColor_5_Active_Background: @sapIndicationColor_5_Active_Background;
--sapIndicationColor_5_TextColor: @sapIndicationColor_5_TextColor;
--sapIndicationColor_6: @sapIndicationColor_6;
--sapIndicationColor_6_Hover_Background: @sapIndicationColor_6_Hover_Background;
--sapIndicationColor_6_Active_Background: @sapIndicationColor_6_Active_Background;
--sapIndicationColor_6_TextColor: @sapIndicationColor_6_TextColor;
--sapIndicationColor_7: @sapIndicationColor_7;
--sapIndicationColor_7_Hover_Background: @sapIndicationColor_7_Hover_Background;
--sapIndicationColor_7_Active_Background: @sapIndicationColor_7_Active_Background;
--sapIndicationColor_7_TextColor: @sapIndicationColor_7_TextColor;
--sapIndicationColor_8: @sapIndicationColor_8;
--sapIndicationColor_8_Hover_Background: @sapIndicationColor_8_Hover_Background;
--sapIndicationColor_8_Active_Background: @sapIndicationColor_8_Active_Background;
--sapIndicationColor_8_TextColor: @sapIndicationColor_8_TextColor;
--sapSelectedColor: @sapSelectedColor;
--sapActiveColor: @sapActiveColor;
--sapHighlightTextColor: @sapHighlightTextColor;
--sapTitleColor: @sapTitleColor;
--sapElement_LineHeight: @sapElement_LineHeight;
--sapElement_Height: @sapElement_Height;
--sapElement_BorderWidth: @sapElement_BorderWidth;
--sapElement_BorderCornerRadius: @sapElement_BorderCornerRadius;
--sapElement_Compact_LineHeight: @sapElement_Compact_LineHeight;
--sapElement_Compact_Height: @sapElement_Compact_Height;
--sapElement_Condensed_LineHeight: @sapElement_Condensed_LineHeight;
--sapElement_Condensed_Height: @sapElement_Condensed_Height;
--sapContent_LineHeight: @sapContent_LineHeight;
--sapContent_ElementHeight: @sapContent_ElementHeight;
--sapContent_ElementHeight_PX: @sapContent_ElementHeight_PX;
--sapContent_IconHeight: @sapContent_IconHeight;
--sapContent_IconColor: @sapContent_IconColor;
--sapContent_ContrastIconColor: @sapContent_ContrastIconColor;
--sapContent_NonInteractiveIconColor: @sapContent_NonInteractiveIconColor;
--sapContent_MarkerIconColor: @sapContent_MarkerIconColor;
--sapContent_MarkerTextColor: @sapContent_MarkerTextColor;
--sapContent_Placeholderloading_Background: @sapContent_Placeholderloading_Background;
--sapContent_Placeholderloading_Gradient: @sapContent_Placeholderloading_Gradient;
--sapContent_ImagePlaceholderBackground: @sapContent_ImagePlaceholderBackground;
--sapContent_ImagePlaceholderForegroundColor: @sapContent_ImagePlaceholderForegroundColor;
--sapContent_RatedColor: @sapContent_RatedColor;
--sapContent_UnratedColor: @sapContent_UnratedColor;
--sapContent_FocusColor: @sapContent_FocusColor;
--sapContent_FocusStyle: @sapContent_FocusStyle;
--sapContent_FocusWidth: @sapContent_FocusWidth;
--sapContent_ContrastFocusColor: @sapContent_ContrastFocusColor;
--sapContent_ShadowColor: @sapContent_ShadowColor;
--sapContent_ContrastShadowColor: @sapContent_ContrastShadowColor;
--sapContent_Shadow0: @sapContent_Shadow0;
--sapContent_Shadow1: @sapContent_Shadow1;
--sapContent_Shadow2: @sapContent_Shadow2;
--sapContent_Shadow3: @sapContent_Shadow3;
--sapContent_TextShadow: @sapContent_TextShadow;
--sapContent_HeaderShadow: @sapContent_HeaderShadow;
--sapContent_SearchHighlightColor: @sapContent_SearchHighlightColor;
--sapContent_HelpColor: @sapContent_HelpColor;
--sapContent_LabelColor: @sapContent_LabelColor;
--sapContent_MonospaceFontFamily: @sapContent_MonospaceFontFamily;
--sapContent_DisabledTextColor: @sapContent_DisabledTextColor;
--sapContent_DisabledOpacity: @sapContent_DisabledOpacity;
--sapContent_ContrastTextThreshold: @sapContent_ContrastTextThreshold;
--sapContent_ContrastTextColor: @sapContent_ContrastTextColor;
--sapContent_ForegroundColor: @sapContent_ForegroundColor;
--sapContent_ForegroundBorderColor: @sapContent_ForegroundBorderColor;
--sapContent_ForegroundTextColor: @sapContent_ForegroundTextColor;
--sapContent_BadgeBackground: @sapContent_BadgeBackground;
--sapContent_BadgeTextColor: @sapContent_BadgeTextColor;
--sapContent_DragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
--sapContent_Selected_TextColor: @sapContent_Selected_TextColor;
--sapContent_Selected_Background: @sapContent_Selected_Background;
--sapContent_Selected_Hover_Background: @sapContent_Selected_Hover_Background;
--sapContent_Illustrative_Color1: @sapContent_Illustrative_Color1;
--sapContent_Illustrative_Color2: @sapContent_Illustrative_Color2;
--sapContent_Illustrative_Color3: @sapContent_Illustrative_Color3;
--sapContent_Illustrative_Color4: @sapContent_Illustrative_Color4;
--sapContent_Illustrative_Color5: @sapContent_Illustrative_Color5;
--sapContent_Illustrative_Color6: @sapContent_Illustrative_Color6;
--sapContent_Illustrative_Color7: @sapContent_Illustrative_Color7;
--sapContent_Illustrative_Color8: @sapContent_Illustrative_Color8;
--sapShell_Background: @sapShell_Background;
--sapShell_BackgroundImage: @sapShell_BackgroundImage;
--sapShell_BackgroundGradient: @sapShell_BackgroundGradient;
--sapShell_BackgroundImageOpacity: @sapShell_BackgroundImageOpacity;
--sapShell_BackgroundImageRepeat: @sapShell_BackgroundImageRepeat;
--sapShell_BackgroundPatternColor: @sapShell_BackgroundPatternColor;
--sapShell_BorderColor: @sapShell_BorderColor;
--sapShell_TextColor: @sapShell_TextColor;
--sapShell_InteractiveTextColor: @sapShell_InteractiveTextColor;
--sapShell_InteractiveBorderColor: @sapShell_InteractiveBorderColor;
--sapShell_GroupTitleTextColor: @sapShell_GroupTitleTextColor;
--sapShell_Hover_Background: @sapShell_Hover_Background;
--sapShell_Active_Background: @sapShell_Active_Background;
--sapShell_Active_TextColor: @sapShell_Active_TextColor;
--sapShell_Selected_Background: @sapShell_Selected_Background;
--sapShell_Selected_TextColor: @sapShell_Selected_TextColor;
--sapShell_Selected_Hover_Background: @sapShell_Selected_Hover_Background;
--sapShell_Favicon: @sapShell_Favicon;
--sapShell_Navigation_Background: @sapShell_Navigation_Background;
--sapShell_Navigation_SelectedColor: @sapShell_Navigation_SelectedColor;
--sapShell_Navigation_Selected_TextColor: @sapShell_Navigation_Selected_TextColor;
--sapShell_Navigation_TextColor: @sapShell_Navigation_TextColor;
--sapShell_Shadow: @sapShell_Shadow;
--sapButton_BorderWidth: @sapButton_BorderWidth;
--sapButton_BorderCornerRadius: @sapButton_BorderCornerRadius;
--sapButton_Background: @sapButton_Background;
--sapButton_BorderColor: @sapButton_BorderColor;
--sapButton_TextColor: @sapButton_TextColor;
--sapButton_Disabled_Background: @sapButton_Disabled_Background;
--sapButton_Disabled_BorderColor: @sapButton_Disabled_BorderColor;
--sapButton_Disabled_TextColor: @sapButton_Disabled_TextColor;
--sapButton_Hover_Background: @sapButton_Hover_Background;
--sapButton_Hover_BorderColor: @sapButton_Hover_BorderColor;
--sapButton_Hover_TextColor: @sapButton_Hover_TextColor;
--sapButton_IconColor: @sapButton_IconColor;
--sapButton_Active_Background: @sapButton_Active_Background;
--sapButton_Active_BorderColor: @sapButton_Active_BorderColor;
--sapButton_Active_TextColor: @sapButton_Active_TextColor;
--sapButton_Emphasized_Background: @sapButton_Emphasized_Background;
--sapButton_Emphasized_BorderColor: @sapButton_Emphasized_BorderColor;
--sapButton_Emphasized_TextColor: @sapButton_Emphasized_TextColor;
--sapButton_Emphasized_Hover_Background: @sapButton_Emphasized_Hover_Background;
--sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_Hover_BorderColor;
--sapButton_Emphasized_Hover_TextColor: @sapButton_Emphasized_Hover_TextColor;
--sapButton_Emphasized_Active_Background: @sapButton_Emphasized_Active_Background;
--sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_Active_BorderColor;
--sapButton_Emphasized_TextShadow: @sapButton_Emphasized_TextShadow;
--sapButton_Emphasized_FontWeight: @sapButton_Emphasized_FontWeight;
--sapButton_Reject_Background: @sapButton_Reject_Background;
--sapButton_Reject_BorderColor: @sapButton_Reject_BorderColor;
--sapButton_Reject_TextColor: @sapButton_Reject_TextColor;
--sapButton_Reject_Hover_Background: @sapButton_Reject_Hover_Background;
--sapButton_Reject_Hover_BorderColor: @sapButton_Reject_Hover_BorderColor;
--sapButton_Reject_Hover_TextColor: @sapButton_Reject_Hover_TextColor;
--sapButton_Reject_Active_Background: @sapButton_Reject_Active_Background;
--sapButton_Reject_Active_BorderColor: @sapButton_Reject_Active_BorderColor;
--sapButton_Reject_Selected_Background: @sapButton_Reject_Selected_Background;
--sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Selected_BorderColor;
--sapButton_Reject_Selected_TextColor: @sapButton_Reject_Selected_TextColor;
--sapButton_Reject_Selected_Hover_Background: @sapButton_Reject_Selected_Hover_Background;
--sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_Hover_BorderColor;
--sapButton_Accept_Background: @sapButton_Accept_Background;
--sapButton_Accept_BorderColor: @sapButton_Accept_BorderColor;
--sapButton_Accept_TextColor: @sapButton_Accept_TextColor;
--sapButton_Accept_Hover_Background: @sapButton_Accept_Hover_Background;
--sapButton_Accept_Hover_BorderColor: @sapButton_Accept_Hover_BorderColor;
--sapButton_Accept_Hover_TextColor: @sapButton_Accept_Hover_TextColor;
--sapButton_Accept_Active_Background: @sapButton_Accept_Active_Background;
--sapButton_Accept_Active_BorderColor: @sapButton_Accept_Active_BorderColor;
--sapButton_Accept_Selected_Background: @sapButton_Accept_Selected_Background;
--sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Selected_BorderColor;
--sapButton_Accept_Selected_TextColor: @sapButton_Accept_Selected_TextColor;
--sapButton_Accept_Selected_Hover_Background: @sapButton_Accept_Selected_Hover_Background;
--sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_Hover_BorderColor;
--sapButton_Lite_Background: @sapButton_Lite_Background;
--sapButton_Lite_BorderColor: @sapButton_Lite_BorderColor;
--sapButton_Lite_TextColor: @sapButton_Lite_TextColor;
--sapButton_Lite_Hover_Background: @sapButton_Lite_Hover_Background;
--sapButton_Lite_Hover_BorderColor: @sapButton_Lite_Hover_BorderColor;
--sapButton_Lite_Hover_TextColor: @sapButton_Lite_Hover_TextColor;
--sapButton_Lite_Active_Background: @sapButton_Lite_Active_Background;
--sapButton_Lite_Active_BorderColor: @sapButton_Lite_Active_BorderColor;
--sapButton_Selected_Background: @sapButton_Selected_Background;
--sapButton_Selected_BorderColor: @sapButton_Selected_BorderColor;
--sapButton_Selected_TextColor: @sapButton_Selected_TextColor;
--sapButton_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
--sapButton_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
--sapButton_Attention_Background: @sapButton_Attention_Background;
--sapButton_Attention_BorderColor: @sapButton_Attention_BorderColor;
--sapButton_Attention_TextColor: @sapButton_Attention_TextColor;
--sapButton_Attention_Hover_Background: @sapButton_Attention_Hover_Background;
--sapButton_Attention_Hover_BorderColor: @sapButton_Attention_Hover_BorderColor;
--sapButton_Attention_Hover_TextColor: @sapButton_Attention_Hover_TextColor;
--sapButton_Attention_Active_Background: @sapButton_Attention_Active_Background;
--sapButton_Attention_Active_BorderColor: @sapButton_Attention_Active_BorderColor;
--sapButton_Attention_Selected_Background: @sapButton_Attention_Selected_Background;
--sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Selected_BorderColor;
--sapButton_Attention_Selected_TextColor: @sapButton_Attention_Selected_TextColor;
--sapButton_Attention_Selected_Hover_Background: @sapButton_Attention_Selected_Hover_Background;
--sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_Hover_BorderColor;
--sapButton_Negative_Background: @sapButton_Negative_Background;
--sapButton_Negative_BorderColor: @sapButton_Negative_BorderColor;
--sapButton_Negative_TextColor: @sapButton_Negative_TextColor;
--sapButton_Negative_Hover_Background: @sapButton_Negative_Hover_Background;
--sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_BorderColor;
--sapButton_Negative_Hover_TextColor: @sapButton_Negative_Hover_TextColor;
--sapButton_Negative_Active_Background: @sapButton_Negative_Active_Background;
--sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_BorderColor;
--sapButton_Critical_Background: @sapButton_Critical_Background;
--sapButton_Critical_BorderColor: @sapButton_Critical_BorderColor;
--sapButton_Critical_TextColor: @sapButton_Critical_TextColor;
--sapButton_Critical_Hover_Background: @sapButton_Critical_Hover_Background;
--sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_BorderColor;
--sapButton_Critical_Hover_TextColor: @sapButton_Critical_Hover_TextColor;
--sapButton_Critical_Active_Background: @sapButton_Critical_Active_Background;
--sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_BorderColor;
--sapButton_Success_Background: @sapButton_Success_Background;
--sapButton_Success_BorderColor: @sapButton_Success_BorderColor;
--sapButton_Success_TextColor: @sapButton_Success_TextColor;
--sapButton_Success_Hover_Background: @sapButton_Success_Hover_Background;
--sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_BorderColor;
--sapButton_Success_Hover_TextColor: @sapButton_Success_Hover_TextColor;
--sapButton_Success_Active_Background: @sapButton_Success_Active_Background;
--sapButton_Success_Active_BorderColor: @sapButton_Success_Active_BorderColor;
--sapButton_Information_Background: @sapButton_Information_Background;
--sapButton_Information_BorderColor: @sapButton_Information_BorderColor;
--sapButton_Information_TextColor: @sapButton_Information_TextColor;
--sapButton_Information_Hover_Background: @sapButton_Information_Hover_Background;
--sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_BorderColor;
--sapButton_Information_Hover_TextColor: @sapButton_Information_Hover_TextColor;
--sapButton_Information_Active_Background: @sapButton_Information_Active_Background;
--sapButton_Information_Active_BorderColor: @sapButton_Information_Active_BorderColor;
--sapButton_Neutral_Background: @sapButton_Neutral_Background;
--sapButton_Neutral_BorderColor: @sapButton_Neutral_BorderColor;
--sapButton_Neutral_TextColor: @sapButton_Neutral_TextColor;
--sapButton_Neutral_Hover_Background: @sapButton_Neutral_Hover_Background;
--sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_BorderColor;
--sapButton_Neutral_Hover_TextColor: @sapButton_Neutral_Hover_TextColor;
--sapButton_Neutral_Active_Background: @sapButton_Neutral_Active_Background;
--sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_BorderColor;
--sapButton_Track_Selected_Background: @sapButton_Track_Selected_Background;
--sapButton_Track_Selected_TextColor: @sapButton_Track_Selected_TextColor;
--sapButton_Track_Background: @sapButton_Track_Background;
--sapButton_Track_TextColor: @sapButton_Track_TextColor;
--sapButton_TokenBackground: @sapButton_TokenBackground;
--sapButton_TokenBorderColor: @sapButton_TokenBorderColor;
--sapField_Background: @sapField_Background;
--sapField_BorderColor: @sapField_BorderColor;
--sapField_TextColor: @sapField_TextColor;
--sapField_PlaceholderTextColor: @sapField_PlaceholderTextColor;
--sapField_HelpBackground: @sapField_HelpBackground;
--sapField_BorderWidth: @sapField_BorderWidth;
--sapField_BorderCornerRadius: @sapField_BorderCornerRadius;
--sapField_Hover_Background: @sapField_Hover_Background;
--sapField_Hover_BorderColor: @sapField_Hover_BorderColor;
--sapField_Hover_HelpBackground: @sapField_Hover_HelpBackground;
--sapField_Active_BorderColor: @sapField_Active_BorderColor;
--sapField_Focus_Background: @sapField_Focus_Background;
--sapField_Focus_BorderColor: @sapField_Focus_BorderColor;
--sapField_Focus_HelpBackground: @sapField_Focus_HelpBackground;
--sapField_Disabled_Background: @sapField_Disabled_Background;
--sapField_Disabled_BorderColor: @sapField_Disabled_BorderColor;
--sapField_Disabled_TextColor: @sapField_Disabled_TextColor;
--sapField_Disabled_HelpBackground: @sapField_Disabled_HelpBackground;
--sapField_ReadOnly_Background: @sapField_ReadOnly_Background;
--sapField_ReadOnly_BorderColor: @sapField_ReadOnly_BorderColor;
--sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_HelpBackground;
--sapField_RequiredColor: @sapField_RequiredColor;
--sapField_InvalidColor: @sapField_InvalidColor;
--sapField_InvalidBackground: @sapField_InvalidBackground;
--sapField_WarningColor: @sapField_WarningColor;
--sapField_WarningBackground: @sapField_WarningBackground;
--sapField_SuccessColor: @sapField_SuccessColor;
--sapField_SuccessBackground: @sapField_SuccessBackground;
--sapField_InformationColor: @sapField_InformationColor;
--sapField_InformationBackground: @sapField_InformationBackground;
--sapGroup_TitleBackground: @sapGroup_TitleBackground;
--sapGroup_TitleBorderColor: @sapGroup_TitleBorderColor;
--sapGroup_TitleTextColor: @sapGroup_TitleTextColor;
--sapGroup_Title_FontSize: @sapGroup_Title_FontSize;
--sapGroup_ContentBackground: @sapGroup_ContentBackground;
--sapGroup_ContentBorderColor: @sapGroup_ContentBorderColor;
--sapGroup_BorderWidth: @sapGroup_BorderWidth;
--sapGroup_BorderCornerRadius: @sapGroup_BorderCornerRadius;
--sapGroup_FooterBackground: @sapGroup_FooterBackground;
--sapToolbar_Background: @sapToolbar_Background;
--sapToolbar_SeparatorColor: @sapToolbar_SeparatorColor;
--sapList_HeaderBackground: @sapList_HeaderBackground;
--sapList_HeaderBorderColor: @sapList_HeaderBorderColor;
--sapList_HeaderTextColor: @sapList_HeaderTextColor;
--sapList_BorderColor: @sapList_BorderColor;
--sapList_BorderWidth: @sapList_BorderWidth;
--sapList_TextColor: @sapList_TextColor;
--sapList_Active_Background: @sapList_Active_Background;
--sapList_Active_TextColor: @sapList_Active_TextColor;
--sapList_HighlightColor: @sapList_HighlightColor;
--sapList_SelectionBackgroundColor: @sapList_SelectionBackgroundColor;
--sapList_SelectionBorderColor: @sapList_SelectionBorderColor;
--sapList_Hover_SelectionBackground: @sapList_Hover_SelectionBackground;
--sapList_Background: @sapList_Background;
--sapList_Hover_Background: @sapList_Hover_Background;
--sapList_AlternatingBackground: @sapList_AlternatingBackground;
--sapList_GroupHeaderBackground: @sapList_GroupHeaderBackground;
--sapList_GroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
--sapList_GroupHeaderTextColor: @sapList_GroupHeaderTextColor;
--sapList_FooterBackground: @sapList_FooterBackground;
--sapList_FooterTextColor: @sapList_FooterTextColor;
--sapList_TableGroupHeaderBackground: @sapList_TableGroupHeaderBackground;
--sapList_TableGroupHeaderBorderColor: @sapList_TableGroupHeaderBorderColor;
--sapList_TableGroupHeaderTextColor: @sapList_TableGroupHeaderTextColor;
--sapList_TableFooterBorder: @sapList_TableFooterBorder;
--sapList_TableFixedBorderColor: @sapList_TableFixedBorderColor;
--sapScrollBar_FaceColor: @sapScrollBar_FaceColor;
--sapScrollBar_TrackColor: @sapScrollBar_TrackColor;
--sapScrollBar_BorderColor: @sapScrollBar_BorderColor;
--sapScrollBar_SymbolColor: @sapScrollBar_SymbolColor;
--sapScrollBar_Dimension: @sapScrollBar_Dimension;
--sapScrollBar_Hover_FaceColor: @sapScrollBar_Hover_FaceColor;
--sapPageHeader_Background: @sapPageHeader_Background;
--sapPageHeader_BorderColor: @sapPageHeader_BorderColor;
--sapPageHeader_TextColor: @sapPageHeader_TextColor;
--sapPageFooter_Background: @sapPageFooter_Background;
--sapPageFooter_BorderColor: @sapPageFooter_BorderColor;
--sapPageFooter_TextColor: @sapPageFooter_TextColor;
--sapInfobar_Background: @sapInfobar_Background;
--sapInfobar_Hover_Background: @sapInfobar_Hover_Background;
--sapInfobar_Active_Background: @sapInfobar_Active_Background;
--sapObjectHeader_Background: @sapObjectHeader_Background;
--sapObjectHeader_BorderColor: @sapObjectHeader_BorderColor;
--sapBlockLayer_Background: @sapBlockLayer_Background;
--sapTile_Background: @sapTile_Background;
--sapTile_Hover_Background: @sapTile_Hover_Background;
--sapTile_Active_Background: @sapTile_Active_Background;
--sapTile_BorderColor: @sapTile_BorderColor;
--sapTile_TitleTextColor: @sapTile_TitleTextColor;
--sapTile_TextColor: @sapTile_TextColor;
--sapTile_IconColor: @sapTile_IconColor;
--sapTile_SeparatorColor: @sapTile_SeparatorColor;
--sapChart_OrderedColor_1: @sapChart_OrderedColor_1;
--sapChart_OrderedColor_2: @sapChart_OrderedColor_2;
--sapChart_OrderedColor_3: @sapChart_OrderedColor_3;
--sapChart_OrderedColor_4: @sapChart_OrderedColor_4;
--sapChart_OrderedColor_5: @sapChart_OrderedColor_5;
--sapChart_OrderedColor_6: @sapChart_OrderedColor_6;
--sapChart_OrderedColor_7: @sapChart_OrderedColor_7;
--sapChart_OrderedColor_8: @sapChart_OrderedColor_8;
--sapChart_OrderedColor_9: @sapChart_OrderedColor_9;
--sapChart_OrderedColor_10: @sapChart_OrderedColor_10;
--sapChart_OrderedColor_11: @sapChart_OrderedColor_11;
--sapChart_Bad: @sapChart_Bad;
--sapChart_Critical: @sapChart_Critical;
--sapChart_Good: @sapChart_Good;
--sapChart_Neutral: @sapChart_Neutral;
--sapChart_Sequence_1: @sapChart_Sequence_1;
--sapChart_Sequence_2: @sapChart_Sequence_2;
--sapChart_Sequence_3: @sapChart_Sequence_3;
--sapChart_Sequence_4: @sapChart_Sequence_4;
--sapChart_Sequence_5: @sapChart_Sequence_5;
--sapChart_Sequence_6: @sapChart_Sequence_6;
--sapChart_Sequence_7: @sapChart_Sequence_7;
--sapChart_Sequence_8: @sapChart_Sequence_8;
--sapChart_Sequence_9: @sapChart_Sequence_9;
--sapChart_Sequence_10: @sapChart_Sequence_10;
--sapChart_Sequence_11: @sapChart_Sequence_11;
--sapChart_Sequence_Neutral: @sapChart_Sequence_Neutral;
--sapUiBrand: @sapUiBrand;
--sapUiHighlight: @sapUiHighlight;
--sapUiBaseColor: @sapUiBaseColor;
--sapUiShellColor: @sapUiShellColor;
--sapUiBaseBG: @sapUiBaseBG;
--sapUiGlobalBackgroundColor: @sapUiGlobalBackgroundColor;
--sapUiFontFamily: @sapUiFontFamily;
--sapUiFontLightFamily: @sapUiFontLightFamily;
--sapUiFontBoldFamily: @sapUiFontBoldFamily;
--sapUiFontHeaderFamily: @sapUiFontHeaderFamily;
--sapUiFontSize: @sapUiFontSize;
--sapMFontSmallSize: @sapMFontSmallSize;
--sapMFontMediumSize: @sapMFontMediumSize;
--sapMFontLargeSize: @sapMFontLargeSize;
--sapMFontHeader1Size: @sapMFontHeader1Size;
--sapMFontHeader2Size: @sapMFontHeader2Size;
--sapMFontHeader3Size: @sapMFontHeader3Size;
--sapMFontHeader4Size: @sapMFontHeader4Size;
--sapMFontHeader5Size: @sapMFontHeader5Size;
--sapMFontHeader6Size: @sapMFontHeader6Size;
--sapUiBaseText: @sapUiBaseText;
--sapUiLink: @sapUiLink;
--sapUiGlobalLogo: @sapUiGlobalLogo;
--sapUiGlobalBackgroundImage: @sapUiGlobalBackgroundImage;
--sapUiBackgroundImage: @sapUiBackgroundImage;
--sapUiUx3ShellBackgroundImageURL: @sapUiUx3ShellBackgroundImageURL;
--sapUiGlobalBackgroundImageOpacity: @sapUiGlobalBackgroundImageOpacity;
--sapUiGlobalBackgroundRepeat: @sapUiGlobalBackgroundRepeat;
--sapUiSelected: @sapUiSelected;
--sapUiActive: @sapUiActive;
--sapUiHighlightTextColor: @sapUiHighlightTextColor;
--sapUiTextTitle: @sapUiTextTitle;
--sapUiLinkHover: @sapUiLinkHover;
--sapUiLinkActive: @sapUiLinkActive;
--sapUiLinkVisited: @sapUiLinkVisited;
--sapUiLinkInverted: @sapUiLinkInverted;
--sapUiLinkSubtle: @sapUiLinkSubtle;
--sapUiElementLineHeight: @sapUiElementLineHeight;
--sapUiElementHeight: @sapUiElementHeight;
--sapUiElementBorderWidth: @sapUiElementBorderWidth;
--sapUiElementBorderCornerRadius: @sapUiElementBorderCornerRadius;
--sapUiElementCompactLineHeight: @sapUiElementCompactLineHeight;
--sapUiElementCompactHeight: @sapUiElementCompactHeight;
--sapUiElementCondensedLineHeight: @sapUiElementCondensedLineHeight;
--sapUiElementCondensedHeight: @sapUiElementCondensedHeight;
--sapUiContentLineHeight: @sapUiContentLineHeight;
--sapUiContentElementHeight: @sapUiContentElementHeight;
--sapUiContentElementHeightPX: @sapUiContentElementHeightPX;
--sapUiContentIconHeight: @sapUiContentIconHeight;
--sapUiContentIconColor: @sapUiContentIconColor;
--sapUiContentContrastIconColor: @sapUiContentContrastIconColor;
--sapUiContentNonInteractiveIconColor: @sapUiContentNonInteractiveIconColor;
--sapUiContentMarkerIconColor: @sapUiContentMarkerIconColor;
--sapUiContentMarkerTextColor: @sapUiContentMarkerTextColor;
--sapUiContentPlaceholderloadingBackground: @sapUiContentPlaceholderloadingBackground;
--sapUiContentPlaceholderloadingGradient: @sapUiContentPlaceholderloadingGradient;
--sapUiContentImagePlaceholderBackground: @sapUiContentImagePlaceholderBackground;
--sapUiContentImagePlaceholderForegroundColor: @sapUiContentImagePlaceholderForegroundColor;
--sapUiContentRatedColor: @sapUiContentRatedColor;
--sapUiContentUnratedColor: @sapUiContentUnratedColor;
--sapUiContentFocusColor: @sapUiContentFocusColor;
--sapUiContentFocusStyle: @sapUiContentFocusStyle;
--sapUiContentFocusWidth: @sapUiContentFocusWidth;
--sapUiContentContrastFocusColor: @sapUiContentContrastFocusColor;
--sapUiContentShadowColor: @sapUiContentShadowColor;
--sapUiContentContrastShadowColor: @sapUiContentContrastShadowColor;
--sapUiContentShadow0: @sapUiContentShadow0;
--sapUiContentShadow1: @sapUiContentShadow1;
--sapUiContentShadow2: @sapUiContentShadow2;
--sapUiContentShadow3: @sapUiContentShadow3;
--sapUiContentTextShadow: @sapUiContentTextShadow;
--sapUiContentHeaderShadow: @sapUiContentHeaderShadow;
--sapUiContentSearchHighlightColor: @sapUiContentSearchHighlightColor;
--sapUiContentHelpColor: @sapUiContentHelpColor;
--sapUiContentLabelColor: @sapUiContentLabelColor;
--sapUiContentDisabledTextColor: @sapUiContentDisabledTextColor;
--sapUiContentDisabledOpacity: @sapUiContentDisabledOpacity;
--sapUiContentContrastTextThreshold: @sapUiContentContrastTextThreshold;
--sapUiContentContrastTextColor: @sapUiContentContrastTextColor;
--sapUiContentForegroundColor: @sapUiContentForegroundColor;
--sapUiContentForegroundBorderColor: @sapUiContentForegroundBorderColor;
--sapUiContentForegroundTextColor: @sapUiContentForegroundTextColor;
--sapUiContentBadgeBackground: @sapUiContentBadgeBackground;
--sapUiContentBadgeTextColor: @sapUiContentBadgeTextColor;
--sapUiContentDragAndDropActiveColor: @sapUiContentDragAndDropActiveColor;
--sapUiContentSelectedTextColor: @sapUiContentSelectedTextColor;
--sapUiContentSelectedBackground: @sapUiContentSelectedBackground;
--sapUiContentSelectedHoverBackground: @sapUiContentSelectedHoverBackground;
--sapUiContentIllustrativeColor1: @sapUiContentIllustrativeColor1;
--sapUiContentIllustrativeColor2: @sapUiContentIllustrativeColor2;
--sapUiContentIllustrativeColor3: @sapUiContentIllustrativeColor3;
--sapUiContentIllustrativeColor4: @sapUiContentIllustrativeColor4;
--sapUiContentIllustrativeColor5: @sapUiContentIllustrativeColor5;
--sapUiContentIllustrativeColor6: @sapUiContentIllustrativeColor6;
--sapUiContentIllustrativeColor7: @sapUiContentIllustrativeColor7;
--sapUiContentIllustrativeColor8: @sapUiContentIllustrativeColor8;
--sapUiShellBackground: @sapUiShellBackground;
--sapUiShellBackgroundImage: @sapUiShellBackgroundImage;
--sapUiShellBackgroundImageOpacity: @sapUiShellBackgroundImageOpacity;
--sapUiShellBackgroundImageRepeat: @sapUiShellBackgroundImageRepeat;
--sapUiShellBackgroundPatternColor: @sapUiShellBackgroundPatternColor;
--sapUiShellBackgroundGradient: @sapUiShellBackgroundGradient;
--sapUiShellBorderColor: @sapUiShellBorderColor;
--sapUiShellTextColor: @sapUiShellTextColor;
--sapUiShellInteractiveTextColor: @sapUiShellInteractiveTextColor;
--sapUiShellInteractiveBorderColor: @sapUiShellInteractiveBorderColor;
--sapUiShellGroupTitleTextColor: @sapUiShellGroupTitleTextColor;
--sapUiShellHoverBackground: @sapUiShellHoverBackground;
--sapUiShellActiveBackground: @sapUiShellActiveBackground;
--sapUiShellActiveTextColor: @sapUiShellActiveTextColor;
--sapUiShellSelectedBackground: @sapUiShellSelectedBackground;
--sapUiShellSelectedTextColor: @sapUiShellSelectedTextColor;
--sapUiShellSelectedHoverBackground: @sapUiShellSelectedHoverBackground;
--sapUiShellFavicon: @sapUiShellFavicon;
--sapUiShellNavigationBackground: @sapUiShellNavigationBackground;
--sapUiShellNavigationSelectedColor: @sapUiShellNavigationSelectedColor;
--sapUiShellNavigationSelectedTextColor: @sapUiShellNavigationSelectedTextColor;
--sapUiShellNavigationTextColor: @sapUiShellNavigationTextColor;
--sapUiShellShadow: @sapUiShellShadow;
--sapUiButtonBorderWidth: @sapUiButtonBorderWidth;
--sapUiButtonBorderCornerRadius: @sapUiButtonBorderCornerRadius;
--sapUiButtonBackground: @sapUiButtonBackground;
--sapUiButtonBorderColor: @sapUiButtonBorderColor;
--sapUiButtonTextColor: @sapUiButtonTextColor;
--sapUiButtonDisabledBackground: @sapUiButtonDisabledBackground;
--sapUiButtonDisabledBorderColor: @sapUiButtonDisabledBorderColor;
--sapUiButtonDisabledTextColor: @sapUiButtonDisabledTextColor;
--sapUiButtonHoverBackground: @sapUiButtonHoverBackground;
--sapUiButtonHoverBorderColor: @sapUiButtonHoverBorderColor;
--sapUiButtonHoverTextColor: @sapUiButtonHoverTextColor;
--sapUiButtonIconColor: @sapUiButtonIconColor;
--sapUiButtonActiveBackground: @sapUiButtonActiveBackground;
--sapUiButtonActiveBorderColor: @sapUiButtonActiveBorderColor;
--sapUiButtonActiveTextColor: @sapUiButtonActiveTextColor;
--sapUiButtonEmphasizedBackground: @sapUiButtonEmphasizedBackground;
--sapUiButtonEmphasizedBorderColor: @sapUiButtonEmphasizedBorderColor;
--sapUiButtonEmphasizedTextColor: @sapUiButtonEmphasizedTextColor;
--sapUiButtonEmphasizedHoverBackground: @sapUiButtonEmphasizedHoverBackground;
--sapUiButtonEmphasizedHoverBorderColor: @sapUiButtonEmphasizedHoverBorderColor;
--sapUiButtonEmphasizedHoverTextColor: @sapUiButtonEmphasizedHoverTextColor;
--sapUiButtonEmphasizedActiveBackground: @sapUiButtonEmphasizedActiveBackground;
--sapUiButtonEmphasizedActiveBorderColor: @sapUiButtonEmphasizedActiveBorderColor;
--sapUiButtonEmphasizedTextShadow: @sapUiButtonEmphasizedTextShadow;
--sapUiButtonEmphasizedFontWeight: @sapUiButtonEmphasizedFontWeight;
--sapUiButtonRejectBackground: @sapUiButtonRejectBackground;
--sapUiButtonRejectBorderColor: @sapUiButtonRejectBorderColor;
--sapUiButtonRejectTextColor: @sapUiButtonRejectTextColor;
--sapUiButtonRejectHoverBackground: @sapUiButtonRejectHoverBackground;
--sapUiButtonRejectHoverBorderColor: @sapUiButtonRejectHoverBorderColor;
--sapUiButtonRejectHoverTextColor: @sapUiButtonRejectHoverTextColor;
--sapUiButtonRejectActiveBackground: @sapUiButtonRejectActiveBackground;
--sapUiButtonRejectActiveBorderColor: @sapUiButtonRejectActiveBorderColor;
--sapUiButtonRejectSelectedBackground: @sapUiButtonRejectSelectedBackground;
--sapUiButtonRejectSelectedBorderColor: @sapUiButtonRejectSelectedBorderColor;
--sapUiButtonRejectSelectedTextColor: @sapUiButtonRejectSelectedTextColor;
--sapUiButtonRejectSelectedHoverBackground: @sapUiButtonRejectSelectedHoverBackground;
--sapUiButtonRejectSelectedHoverBorderColor: @sapUiButtonRejectSelectedHoverBorderColor;
--sapUiButtonAcceptBackground: @sapUiButtonAcceptBackground;
--sapUiButtonAcceptBorderColor: @sapUiButtonAcceptBorderColor;
--sapUiButtonAcceptTextColor: @sapUiButtonAcceptTextColor;
--sapUiButtonAcceptHoverBackground: @sapUiButtonAcceptHoverBackground;
--sapUiButtonAcceptHoverBorderColor: @sapUiButtonAcceptHoverBorderColor;
--sapUiButtonAcceptHoverTextColor: @sapUiButtonAcceptHoverTextColor;
--sapUiButtonAcceptActiveBackground: @sapUiButtonAcceptActiveBackground;
--sapUiButtonAcceptActiveBorderColor: @sapUiButtonAcceptActiveBorderColor;
--sapUiButtonAcceptSelectedBackground: @sapUiButtonAcceptSelectedBackground;
--sapUiButtonAcceptSelectedBorderColor: @sapUiButtonAcceptSelectedBorderColor;
--sapUiButtonAcceptSelectedTextColor: @sapUiButtonAcceptSelectedTextColor;
--sapUiButtonAcceptSelectedHoverBackground: @sapUiButtonAcceptSelectedHoverBackground;
--sapUiButtonAcceptSelectedHoverBorderColor: @sapUiButtonAcceptSelectedHoverBorderColor;
--sapUiButtonLiteBackground: @sapUiButtonLiteBackground;
--sapUiButtonLiteBorderColor: @sapUiButtonLiteBorderColor;
--sapUiButtonLiteTextColor: @sapUiButtonLiteTextColor;
--sapUiButtonLiteHoverBackground: @sapUiButtonLiteHoverBackground;
--sapUiButtonLiteHoverBorderColor: @sapUiButtonLiteHoverBorderColor;
--sapUiButtonLiteHoverTextColor: @sapUiButtonLiteHoverTextColor;
--sapUiButtonLiteActiveBackground: @sapUiButtonLiteActiveBackground;
--sapUiButtonLiteActiveBorderColor: @sapUiButtonLiteActiveBorderColor;
--sapUiButtonSelectedBackground: @sapUiButtonSelectedBackground;
--sapUiButtonSelectedBorderColor: @sapUiButtonSelectedBorderColor;
--sapUiButtonSelectedTextColor: @sapUiButtonSelectedTextColor;
--sapUiButtonSelectedHoverBackground: @sapUiButtonSelectedHoverBackground;
--sapUiButtonSelectedHoverBorderColor: @sapUiButtonSelectedHoverBorderColor;
--sapUiButtonAttentionBackground: @sapUiButtonAttentionBackground;
--sapUiButtonAttentionBorderColor: @sapUiButtonAttentionBorderColor;
--sapUiButtonAttentionTextColor: @sapUiButtonAttentionTextColor;
--sapUiButtonAttentionHoverBackground: @sapUiButtonAttentionHoverBackground;
--sapUiButtonAttentionHoverBorderColor: @sapUiButtonAttentionHoverBorderColor;
--sapUiButtonAttentionHoverTextColor: @sapUiButtonAttentionHoverTextColor;
--sapUiButtonAttentionActiveBackground: @sapUiButtonAttentionActiveBackground;
--sapUiButtonAttentionActiveBorderColor: @sapUiButtonAttentionActiveBorderColor;
--sapUiButtonAttentionSelectedBackground: @sapUiButtonAttentionSelectedBackground;
--sapUiButtonAttentionSelectedBorderColor: @sapUiButtonAttentionSelectedBorderColor;
--sapUiButtonAttentionSelectedTextColor: @sapUiButtonAttentionSelectedTextColor;
--sapUiButtonAttentionSelectedHoverBackground: @sapUiButtonAttentionSelectedHoverBackground;
--sapUiButtonAttentionSelectedHoverBorderColor: @sapUiButtonAttentionSelectedHoverBorderColor;
--sapUiButtonNegativeBackground: @sapUiButtonNegativeBackground;
--sapUiButtonNegativeBorderColor: @sapUiButtonNegativeBorderColor;
--sapUiButtonNegativeTextColor: @sapUiButtonNegativeTextColor;
--sapUiButtonNegativeHoverBackground: @sapUiButtonNegativeHoverBackground;
--sapUiButtonNegativeHoverBorderColor: @sapUiButtonNegativeHoverBorderColor;
--sapUiButtonNegativeHoverTextColor: @sapUiButtonNegativeHoverTextColor;
--sapUiButtonNegativeActiveBackground: @sapUiButtonNegativeActiveBackground;
--sapUiButtonNegativeActiveBorderColor: @sapUiButtonNegativeActiveBorderColor;
--sapUiButtonCriticalBackground: @sapUiButtonCriticalBackground;
--sapUiButtonCriticalBorderColor: @sapUiButtonCriticalBorderColor;
--sapUiButtonCriticalTextColor: @sapUiButtonCriticalTextColor;
--sapUiButtonCriticalHoverBackground: @sapUiButtonCriticalHoverBackground;
--sapUiButtonCriticalHoverBorderColor: @sapUiButtonCriticalHoverBorderColor;
--sapUiButtonCriticalHoverTextColor: @sapUiButtonCriticalHoverTextColor;
--sapUiButtonCriticalActiveBackground: @sapUiButtonCriticalActiveBackground;
--sapUiButtonCriticalActiveBorderColor: @sapUiButtonCriticalActiveBorderColor;
--sapUiButtonSuccessBackground: @sapUiButtonSuccessBackground;
--sapUiButtonSuccessBorderColor: @sapUiButtonSuccessBorderColor;
--sapUiButtonSuccessTextColor: @sapUiButtonSuccessTextColor;
--sapUiButtonSuccessHoverBackground: @sapUiButtonSuccessHoverBackground;
--sapUiButtonSuccessHoverBorderColor: @sapUiButtonSuccessHoverBorderColor;
--sapUiButtonSuccessHoverTextColor: @sapUiButtonSuccessHoverTextColor;
--sapUiButtonSuccessActiveBackground: @sapUiButtonSuccessActiveBackground;
--sapUiButtonSuccessActiveBorderColor: @sapUiButtonSuccessActiveBorderColor;
--sapUiButtonInformationBackground: @sapUiButtonInformationBackground;
--sapUiButtonInformationBorderColor: @sapUiButtonInformationBorderColor;
--sapUiButtonInformationTextColor: @sapUiButtonInformationTextColor;
--sapUiButtonInformationHoverBackground: @sapUiButtonInformationHoverBackground;
--sapUiButtonInformationHoverBorderColor: @sapUiButtonInformationHoverBorderColor;
--sapUiButtonInformationHoverTextColor: @sapUiButtonInformationHoverTextColor;
--sapUiButtonInformationActiveBackground: @sapUiButtonInformationActiveBackground;
--sapUiButtonInformationActiveBorderColor: @sapUiButtonInformationActiveBorderColor;
--sapUiButtonNeutralBackground: @sapUiButtonNeutralBackground;
--sapUiButtonNeutralBorderColor: @sapUiButtonNeutralBorderColor;
--sapUiButtonNeutralTextColor: @sapUiButtonNeutralTextColor;
--sapUiButtonNeutralHoverBackground: @sapUiButtonNeutralHoverBackground;
--sapUiButtonNeutralHoverBorderColor: @sapUiButtonNeutralHoverBorderColor;
--sapUiButtonNeutralHoverTextColor: @sapUiButtonNeutralHoverTextColor;
--sapUiButtonNeutralActiveBackground: @sapUiButtonNeutralActiveBackground;
--sapUiButtonNeutralActiveBorderColor: @sapUiButtonNeutralActiveBorderColor;
--sapUiButtonTrackSelectedBackground: @sapUiButtonTrackSelectedBackground;
--sapUiButtonTrackSelectedTextColor: @sapUiButtonTrackSelectedTextColor;
--sapUiButtonTrackBackground: @sapUiButtonTrackBackground;
--sapUiButtonTrackTextColor: @sapUiButtonTrackTextColor;
--sapUiButtonTokenBackground: @sapUiButtonTokenBackground;
--sapUiButtonTokenBorderColor: @sapUiButtonTokenBorderColor;
--sapUiFieldBorderWidth: @sapUiFieldBorderWidth;
--sapUiFieldBorderCornerRadius: @sapUiFieldBorderCornerRadius;
--sapUiFieldBackground: @sapUiFieldBackground;
--sapUiFieldBorderColor: @sapUiFieldBorderColor;
--sapUiFieldTextColor: @sapUiFieldTextColor;
--sapUiFieldPlaceholderTextColor: @sapUiFieldPlaceholderTextColor;
--sapUiFieldHelpBackground: @sapUiFieldHelpBackground;
--sapUiFieldHoverBackground: @sapUiFieldHoverBackground;
--sapUiFieldHoverBorderColor: @sapUiFieldHoverBorderColor;
--sapUiFieldHoverHelpBackground: @sapUiFieldHoverHelpBackground;
--sapUiFieldActiveBorderColor: @sapUiFieldActiveBorderColor;
--sapUiFieldFocusBackground: @sapUiFieldFocusBackground;
--sapUiFieldFocusBorderColor: @sapUiFieldFocusBorderColor;
--sapUiFieldFocusHelpBackground: @sapUiFieldFocusHelpBackground;
--sapUiFieldReadOnlyBackground: @sapUiFieldReadOnlyBackground;
--sapUiFieldReadOnlyBorderColor: @sapUiFieldReadOnlyBorderColor;
--sapUiFieldReadOnlyHelpBackground: @sapUiFieldReadOnlyHelpBackground;
--sapUiFieldDisabledBackground: @sapUiFieldDisabledBackground;
--sapUiFieldDisabledBorderColor: @sapUiFieldDisabledBorderColor;
--sapUiFieldDisabledTextColor: @sapUiFieldDisabledTextColor;
--sapUiFieldDisabledHelpBackground: @sapUiFieldDisabledHelpBackground;
--sapUiFieldRequiredColor: @sapUiFieldRequiredColor;
--sapUiFieldInvalidColor: @sapUiFieldInvalidColor;
--sapUiFieldInvalidBackground: @sapUiFieldInvalidBackground;
--sapUiFieldWarningColor: @sapUiFieldWarningColor;
--sapUiFieldWarningBackground: @sapUiFieldWarningBackground;
--sapUiFieldSuccessColor: @sapUiFieldSuccessColor;
--sapUiFieldSuccessBackground: @sapUiFieldSuccessBackground;
--sapUiFieldInformationColor: @sapUiFieldInformationColor;
--sapUiFieldInformationBackground: @sapUiFieldInformationBackground;
--sapUiGroupTitleBackground: @sapUiGroupTitleBackground;
--sapUiGroupTitleBorderColor: @sapUiGroupTitleBorderColor;
--sapUiGroupTitleTextColor: @sapUiGroupTitleTextColor;
--sapUiGroupTitleFontSize: @sapUiGroupTitleFontSize;
--sapUiGroupContentBackground: @sapUiGroupContentBackground;
--sapUiGroupContentBorderColor: @sapUiGroupContentBorderColor;
--sapUiGroupBorderWidth: @sapUiGroupBorderWidth;
--sapUiGroupBorderCornerRadius: @sapUiGroupBorderCornerRadius;
--sapUiGroupFooterBackground: @sapUiGroupFooterBackground;
--sapUiToolbarBackground: @sapUiToolbarBackground;
--sapUiToolbarSeparatorColor: @sapUiToolbarSeparatorColor;
--sapUiListHeaderBackground: @sapUiListHeaderBackground;
--sapUiListHeaderBorderColor: @sapUiListHeaderBorderColor;
--sapUiListHeaderTextColor: @sapUiListHeaderTextColor;
--sapUiListBorderColor: @sapUiListBorderColor;
--sapUiListBorderWidth: @sapUiListBorderWidth;
--sapUiListTextColor: @sapUiListTextColor;
--sapUiListActiveBackground: @sapUiListActiveBackground;
--sapUiListActiveTextColor: @sapUiListActiveTextColor;
--sapUiListHighlightColor: @sapUiListHighlightColor;
--sapUiListSelectionBackgroundColor: @sapUiListSelectionBackgroundColor;
--sapUiListSelectionBorderColor: @sapUiListSelectionBorderColor;
--sapUiListHoverSelectionBackground: @sapUiListHoverSelectionBackground;
--sapUiListBackground: @sapUiListBackground;
--sapUiListHoverBackground: @sapUiListHoverBackground;
--sapUiListAlternatingBackground: @sapUiListAlternatingBackground;
--sapUiListGroupHeaderBackground: @sapUiListGroupHeaderBackground;
--sapUiListGroupHeaderBorderColor: @sapUiListGroupHeaderBorderColor;
--sapUiListGroupHeaderTextColor: @sapUiListGroupHeaderTextColor;
--sapUiListFooterBackground: @sapUiListFooterBackground;
--sapUiListFooterTextColor: @sapUiListFooterTextColor;
--sapUiListTableGroupHeaderBackground: @sapUiListTableGroupHeaderBackground;
--sapUiListTableGroupHeaderBorderColor: @sapUiListTableGroupHeaderBorderColor;
--sapUiListTableGroupHeaderTextColor: @sapUiListTableGroupHeaderTextColor;
--sapUiListTableFooterBorder: @sapUiListTableFooterBorder;
--sapUiListTableFixedBorderColor: @sapUiListTableFixedBorderColor;
--sapUiScrollBarFaceColor: @sapUiScrollBarFaceColor;
--sapUiScrollBarTrackColor: @sapUiScrollBarTrackColor;
--sapUiScrollBarBorderColor: @sapUiScrollBarBorderColor;
--sapUiScrollBarSymbolColor: @sapUiScrollBarSymbolColor;
--sapUiScrollBarDimension: @sapUiScrollBarDimension;
--sapUiScrollBarHoverFaceColor: @sapUiScrollBarHoverFaceColor;
--sapUiPageHeaderBackground: @sapUiPageHeaderBackground;
--sapUiPageHeaderBorderColor: @sapUiPageHeaderBorderColor;
--sapUiPageHeaderTextColor: @sapUiPageHeaderTextColor;
--sapUiPageFooterBackground: @sapUiPageFooterBackground;
--sapUiPageFooterBorderColor: @sapUiPageFooterBorderColor;
--sapUiPageFooterTextColor: @sapUiPageFooterTextColor;
--sapUiInfobarBackground: @sapUiInfobarBackground;
--sapUiInfobarHoverBackground: @sapUiInfobarHoverBackground;
--sapUiInfobarActiveBackground: @sapUiInfobarActiveBackground;
--sapUiObjectHeaderBackground: @sapUiObjectHeaderBackground;
--sapUiObjectHeaderBorderColor: @sapUiObjectHeaderBorderColor;
--sapUiBlockLayerBackground: @sapUiBlockLayerBackground;
--sapUiTileBackground: @sapUiTileBackground;
--sapUiTileHoverBackground: @sapUiTileHoverBackground;
--sapUiTileActiveBackground: @sapUiTileActiveBackground;
--sapUiTileBorderColor: @sapUiTileBorderColor;
--sapUiTileTitleTextColor: @sapUiTileTitleTextColor;
--sapUiTileTextColor: @sapUiTileTextColor;
--sapUiTileIconColor: @sapUiTileIconColor;
--sapUiTileSeparatorColor: @sapUiTileSeparatorColor;
--sapUiChart1: @sapUiChart1;
--sapUiChart2: @sapUiChart2;
--sapUiChart3: @sapUiChart3;
--sapUiChart4: @sapUiChart4;
--sapUiChart5: @sapUiChart5;
--sapUiChart6: @sapUiChart6;
--sapUiChart7: @sapUiChart7;
--sapUiChart8: @sapUiChart8;
--sapUiChart9: @sapUiChart9;
--sapUiChart10: @sapUiChart10;
--sapUiChart11: @sapUiChart11;
--sapUiChartBad: @sapUiChartBad;
--sapUiChartCritical: @sapUiChartCritical;
--sapUiChartGood: @sapUiChartGood;
--sapUiChartNeutral: @sapUiChartNeutral;
--sapUiChartSequence1: @sapUiChartSequence1;
--sapUiChartSequence2: @sapUiChartSequence2;
--sapUiChartSequence3: @sapUiChartSequence3;
--sapUiChartSequence4: @sapUiChartSequence4;
--sapUiChartSequence5: @sapUiChartSequence5;
--sapUiChartSequence6: @sapUiChartSequence6;
--sapUiChartSequence7: @sapUiChartSequence7;
--sapUiChartSequence8: @sapUiChartSequence8;
--sapUiChartSequence9: @sapUiChartSequence9;
--sapUiChartSequence10: @sapUiChartSequence10;
--sapUiChartSequence11: @sapUiChartSequence11;
--sapUiChartSequenceNeutral: @sapUiChartSequenceNeutral;
--sapUiAccent1: @sapUiAccent1;
--sapUiAccent2: @sapUiAccent2;
--sapUiAccent3: @sapUiAccent3;
--sapUiAccent4: @sapUiAccent4;
--sapUiAccent5: @sapUiAccent5;
--sapUiAccent6: @sapUiAccent6;
--sapUiAccent7: @sapUiAccent7;
--sapUiAccent8: @sapUiAccent8;
--sapUiAccent9: @sapUiAccent9;
--sapUiAccent10: @sapUiAccent10;
--sapUiLegendWorkingBackground: @sapUiLegendWorkingBackground;
--sapUiLegendNonWorkingBackground: @sapUiLegendNonWorkingBackground;
--sapUiLegendCurrentDateTime: @sapUiLegendCurrentDateTime;
--sapUiLegend1: @sapUiLegend1;
--sapUiLegend2: @sapUiLegend2;
--sapUiLegend3: @sapUiLegend3;
--sapUiLegend4: @sapUiLegend4;
--sapUiLegend5: @sapUiLegend5;
--sapUiLegend6: @sapUiLegend6;
--sapUiLegend7: @sapUiLegend7;
--sapUiLegend8: @sapUiLegend8;
--sapUiLegend9: @sapUiLegend9;
--sapUiLegend10: @sapUiLegend10;
--sapUiLegend11: @sapUiLegend11;
--sapUiLegend12: @sapUiLegend12;
--sapUiLegend13: @sapUiLegend13;
--sapUiLegend14: @sapUiLegend14;
--sapUiLegend15: @sapUiLegend15;
--sapUiLegend16: @sapUiLegend16;
--sapUiLegend17: @sapUiLegend17;
--sapUiLegend18: @sapUiLegend18;
--sapUiLegend19: @sapUiLegend19;
--sapUiLegend20: @sapUiLegend20;
--sapUiLegendBackgroundColor1: @sapUiLegendBackgroundColor1;
--sapUiLegendBackgroundColor2: @sapUiLegendBackgroundColor2;
--sapUiLegendBackgroundColor3: @sapUiLegendBackgroundColor3;
--sapUiLegendBackgroundColor4: @sapUiLegendBackgroundColor4;
--sapUiLegendBackgroundColor5: @sapUiLegendBackgroundColor5;
--sapUiLegendBackgroundColor6: @sapUiLegendBackgroundColor6;
--sapUiLegendBackgroundColor7: @sapUiLegendBackgroundColor7;
--sapUiLegendBackgroundColor8: @sapUiLegendBackgroundColor8;
--sapUiLegendBackgroundColor9: @sapUiLegendBackgroundColor9;
--sapUiLegendBackgroundColor10: @sapUiLegendBackgroundColor10;
--sapUiLegendBackgroundColor11: @sapUiLegendBackgroundColor11;
--sapUiLegendBackgroundColor12: @sapUiLegendBackgroundColor12;
--sapUiLegendBackgroundColor13: @sapUiLegendBackgroundColor13;
--sapUiLegendBackgroundColor14: @sapUiLegendBackgroundColor14;
--sapUiLegendBackgroundColor15: @sapUiLegendBackgroundColor15;
--sapUiLegendBackgroundColor16: @sapUiLegendBackgroundColor16;
--sapUiLegendBackgroundColor17: @sapUiLegendBackgroundColor17;
--sapUiLegendBackgroundColor18: @sapUiLegendBackgroundColor18;
--sapUiLegendBackgroundColor19: @sapUiLegendBackgroundColor19;
--sapUiLegendBackgroundColor20: @sapUiLegendBackgroundColor20;
--sapUiErrorBG: @sapUiErrorBG;
--sapUiWarningBG: @sapUiWarningBG;
--sapUiSuccessBG: @sapUiSuccessBG;
--sapUiInformationBG: @sapUiInformationBG;
--sapUiNeutralBG: @sapUiNeutralBG;
--sapUiErrorBorder: @sapUiErrorBorder;
--sapUiWarningBorder: @sapUiWarningBorder;
--sapUiSuccessBorder: @sapUiSuccessBorder;
--sapUiInformationBorder: @sapUiInformationBorder;
--sapUiNeutralBorder: @sapUiNeutralBorder;
--sapUiNegativeElement: @sapUiNegativeElement;
--sapUiCriticalElement: @sapUiCriticalElement;
--sapUiPositiveElement: @sapUiPositiveElement;
--sapUiInformativeElement: @sapUiInformativeElement;
--sapUiNeutralElement: @sapUiNeutralElement;
--sapUiNegativeText: @sapUiNegativeText;
--sapUiCriticalText: @sapUiCriticalText;
--sapUiPositiveText: @sapUiPositiveText;
--sapUiInformativeText: @sapUiInformativeText;
--sapUiNeutralText: @sapUiNeutralText;
--sapUiNegative: @sapUiNegative;
--sapUiCritical: @sapUiCritical;
--sapUiPositive: @sapUiPositive;
--sapUiInformative: @sapUiInformative;
--sapUiNeutral: @sapUiNeutral;
--sapUiErrorColor: @sapUiErrorColor;
--sapUiWarningColor: @sapUiWarningColor;
--sapUiSuccessColor: @sapUiSuccessColor;
--sapUiIndication1: @sapUiIndication1;
--sapUiIndication1HoverBackground: @sapUiIndication1HoverBackground;
--sapUiIndication1ActiveBackground: @sapUiIndication1ActiveBackground;
--sapUiIndication1TextColor: @sapUiIndication1TextColor;
--sapUiIndication2: @sapUiIndication2;
--sapUiIndication2HoverBackground: @sapUiIndication2HoverBackground;
--sapUiIndication2ActiveBackground: @sapUiIndication2ActiveBackground;
--sapUiIndication2TextColor: @sapUiIndication2TextColor;
--sapUiIndication3: @sapUiIndication3;
--sapUiIndication3HoverBackground: @sapUiIndication3HoverBackground;
--sapUiIndication3ActiveBackground: @sapUiIndication3ActiveBackground;
--sapUiIndication3TextColor: @sapUiIndication3TextColor;
--sapUiIndication4: @sapUiIndication4;
--sapUiIndication4HoverBackground: @sapUiIndication4HoverBackground;
--sapUiIndication4ActiveBackground: @sapUiIndication4ActiveBackground;
--sapUiIndication4TextColor: @sapUiIndication4TextColor;
--sapUiIndication5: @sapUiIndication5;
--sapUiIndication5HoverBackground: @sapUiIndication5HoverBackground;
--sapUiIndication5ActiveBackground: @sapUiIndication5ActiveBackground;
--sapUiIndication5TextColor: @sapUiIndication5TextColor;
--sapUiIndication6: @sapUiIndication6;
--sapUiIndication6HoverBackground: @sapUiIndication6HoverBackground;
--sapUiIndication6ActiveBackground: @sapUiIndication6ActiveBackground;
--sapUiIndication6TextColor: @sapUiIndication6TextColor;
--sapUiIndication7: @sapUiIndication7;
--sapUiIndication7HoverBackground: @sapUiIndication7HoverBackground;
--sapUiIndication7ActiveBackground: @sapUiIndication7ActiveBackground;
--sapUiIndication7TextColor: @sapUiIndication7TextColor;
--sapUiIndication8: @sapUiIndication8;
--sapUiIndication8HoverBackground: @sapUiIndication8HoverBackground;
--sapUiIndication8ActiveBackground: @sapUiIndication8ActiveBackground;
--sapUiIndication8TextColor: @sapUiIndication8TextColor;
--sapUiFontCondensedFamily: @sapUiFontCondensedFamily;
--sapUiFontHeaderWeight: @sapUiFontHeaderWeight;
--sapUiTranslucentBGOpacity: @sapUiTranslucentBGOpacity;
--sapMPlatformDependent: @sapMPlatformDependent;
--sapUiDesktopFontFamily: @sapUiDesktopFontFamily;
--sapUiDesktopFontSize: @sapUiDesktopFontSize;
--sapUiFontLargeSize: @sapUiFontLargeSize;
--sapUiFontSmallSize: @sapUiFontSmallSize;
--sapUiFontHeader1Size: @sapUiFontHeader1Size;
--sapUiFontHeader2Size: @sapUiFontHeader2Size;
--sapUiFontHeader3Size: @sapUiFontHeader3Size;
--sapUiFontHeader4Size: @sapUiFontHeader4Size;
--sapUiFontHeader5Size: @sapUiFontHeader5Size;
--sapUiFontHeader6Size: @sapUiFontHeader6Size;
--sapUiLineHeight: @sapUiLineHeight;
--sapUiChartLabelHoverColor: @sapUiChartLabelHoverColor;
--sapUiChartLabelPressedColor: @sapUiChartLabelPressedColor;
--sapUiChartCategoryAxisLabelFontColor: @sapUiChartCategoryAxisLabelFontColor;
--sapUiChartValueAxisLabelFontColor: @sapUiChartValueAxisLabelFontColor;
--sapUiChartCategoryAxisLabelFontSize: @sapUiChartCategoryAxisLabelFontSize;
--sapUiChartValueAxisLabelFontSize: @sapUiChartValueAxisLabelFontSize;
--sapUiChartCategoryAxisLineColor: @sapUiChartCategoryAxisLineColor;
--sapUiChartValueAxisLineColor: @sapUiChartValueAxisLineColor;
--sapUiChartCategoryAxisTickColor: @sapUiChartCategoryAxisTickColor;
--sapUiChartValueAxisTickColor: @sapUiChartValueAxisTickColor;
--sapUiChartBackgroundColor: @sapUiChartBackgroundColor;
--sapUiChartLabelFontWeight: @sapUiChartLabelFontWeight;
--sapUiChartLegendLabelFontColor: @sapUiChartLegendLabelFontColor;
--sapUiChartLegendTitleFontColor: @sapUiChartLegendTitleFontColor;
--sapUiChartLegendTitleFontSize: @sapUiChartLegendTitleFontSize;
--sapUiChartLegendLabelFontSize: @sapUiChartLegendLabelFontSize;
--sapUiChartPaletteUndefinedColor: @sapUiChartPaletteUndefinedColor;
--sapUiChartGridlineColor: @sapUiChartGridlineColor;
--sapUiChartReferenceLineColor: @sapUiChartReferenceLineColor;
--sapUiChartDataLabelFontColor: @sapUiChartDataLabelFontColor;
--sapUiChartReferenceLineLabelColor: @sapUiChartReferenceLineLabelColor;
--sapUiChartDataLabelFontSize: @sapUiChartDataLabelFontSize;
--sapUiChartPopoverDataItemFontColor: @sapUiChartPopoverDataItemFontColor;
--sapUiChartPopoverGroupFontColor: @sapUiChartPopoverGroupFontColor;
--sapUiChartPopoverDataItemFontSize: @sapUiChartPopoverDataItemFontSize;
--sapUiChartPopoverGroupFontSize: @sapUiChartPopoverGroupFontSize;
--sapUiChartPopoverGroupFontWeight: @sapUiChartPopoverGroupFontWeight;
--sapUiChartScrollBarThumbColor: @sapUiChartScrollBarThumbColor;
--sapUiChartScrollBarTrackColor: @sapUiChartScrollBarTrackColor;
--sapUiChartScrollBarThumbHoverColor: @sapUiChartScrollBarThumbHoverColor;
--sapUiChartMainTitleFontColor: @sapUiChartMainTitleFontColor;
--sapUiChartAxisTitleFontColor: @sapUiChartAxisTitleFontColor;
--sapUiChartMainTitleFontSize: @sapUiChartMainTitleFontSize;
--sapUiChartAxisTitleFontSize: @sapUiChartAxisTitleFontSize;
--sapUiChartTitleFontWeight: @sapUiChartTitleFontWeight;
--sapUiChartAxisTitleFontWeight: @sapUiChartAxisTitleFontWeight;
--sapUiChartLightText: @sapUiChartLightText;
--sapUiChartZeroAxisColor: @sapUiChartZeroAxisColor;
--sapUiChartDataPointBorderColor: @sapUiChartDataPointBorderColor;
--sapUiChartDataPointBorderHoverSelectedColor: @sapUiChartDataPointBorderHoverSelectedColor;
--sapUiChartDataPointNotSelectedBackgroundOpacity: @sapUiChartDataPointNotSelectedBackgroundOpacity;
--sapUiChartValueAxisLineOpacity: @sapUiChartValueAxisLineOpacity;
--sapUiChartCategoryAxisLabelFontHoverColor: @sapUiChartCategoryAxisLabelFontHoverColor;
--sapUiChartCategoryAxisLabelFontPressedColor: @sapUiChartCategoryAxisLabelFontPressedColor;
--sapUiChartTargetColor: @sapUiChartTargetColor;
--sapUiChartTargetShadowColor: @sapUiChartTargetShadowColor;
--sapUiChartBubbleBGOpacity: @sapUiChartBubbleBGOpacity;
--sapUiChartScrollbarBorderColor: @sapUiChartScrollbarBorderColor;
--sapUiChartScrollbarBorderSize: @sapUiChartScrollbarBorderSize;
--sapUiChartScrollbarThumbPadding: @sapUiChartScrollbarThumbPadding;
--sapUiChartNegativeLargeText: @sapUiChartNegativeLargeText;
--sapUiChartCriticalLargeText: @sapUiChartCriticalLargeText;
--sapUiChartPositiveLargeText: @sapUiChartPositiveLargeText;
--sapUiChartNeutralLargeText: @sapUiChartNeutralLargeText;
--sapUiChartDataPointBG: @sapUiChartDataPointBG;
--sapUiChartDataPointBGBorderColor: @sapUiChartDataPointBGBorderColor;
--sapUiChartDataLineColorWithBG: @sapUiChartDataLineColorWithBG;
--sapUiChartDataLineColor: @sapUiChartDataLineColor;
--sapUiChartRadialRemainingCircle: @sapUiChartRadialRemainingCircle;
--sapUiChartRadialRemainingCircleBorderColor: @sapUiChartRadialRemainingCircleBorderColor;
--sapUiChartRadialBG: @sapUiChartRadialBG;
--sapUiChartLegendHoverBackground: @sapUiChartLegendHoverBackground;
--sapUiChartLegendSelectionBackground: @sapUiChartLegendSelectionBackground;
--sapUiChartLegendSelectionHoverBackground: @sapUiChartLegendSelectionHoverBackground;
--sapUiChartPaletteQualitativeHue1: @sapUiChartPaletteQualitativeHue1;
--sapUiChartPaletteQualitativeHue2: @sapUiChartPaletteQualitativeHue2;
--sapUiChartPaletteQualitativeHue3: @sapUiChartPaletteQualitativeHue3;
--sapUiChartPaletteQualitativeHue4: @sapUiChartPaletteQualitativeHue4;
--sapUiChartPaletteQualitativeHue5: @sapUiChartPaletteQualitativeHue5;
--sapUiChartPaletteQualitativeHue6: @sapUiChartPaletteQualitativeHue6;
--sapUiChartPaletteQualitativeHue7: @sapUiChartPaletteQualitativeHue7;
--sapUiChartPaletteQualitativeHue8: @sapUiChartPaletteQualitativeHue8;
--sapUiChartPaletteQualitativeHue9: @sapUiChartPaletteQualitativeHue9;
--sapUiChartPaletteQualitativeHue10: @sapUiChartPaletteQualitativeHue10;
--sapUiChartPaletteQualitativeHue11: @sapUiChartPaletteQualitativeHue11;
--sapUiChartPaletteQualitativeHue12: @sapUiChartPaletteQualitativeHue12;
--sapUiChartPaletteQualitativeHue13: @sapUiChartPaletteQualitativeHue13;
--sapUiChartPaletteQualitativeHue14: @sapUiChartPaletteQualitativeHue14;
--sapUiChartPaletteQualitativeHue15: @sapUiChartPaletteQualitativeHue15;
--sapUiChartPaletteQualitativeHue16: @sapUiChartPaletteQualitativeHue16;
--sapUiChartPaletteQualitativeHue17: @sapUiChartPaletteQualitativeHue17;
--sapUiChartPaletteQualitativeHue18: @sapUiChartPaletteQualitativeHue18;
--sapUiChartPaletteQualitativeHue19: @sapUiChartPaletteQualitativeHue19;
--sapUiChartPaletteQualitativeHue20: @sapUiChartPaletteQualitativeHue20;
--sapUiChartPaletteQualitativeHue21: @sapUiChartPaletteQualitativeHue21;
--sapUiChartPaletteQualitativeHue22: @sapUiChartPaletteQualitativeHue22;
--sapUiChartPaletteSemanticBadLight3: @sapUiChartPaletteSemanticBadLight3;
--sapUiChartPaletteSemanticBadLight2: @sapUiChartPaletteSemanticBadLight2;
--sapUiChartPaletteSemanticBadLight1: @sapUiChartPaletteSemanticBadLight1;
--sapUiChartPaletteSemanticBad: @sapUiChartPaletteSemanticBad;
--sapUiChartPaletteSemanticBadDark1: @sapUiChartPaletteSemanticBadDark1;
--sapUiChartPaletteSemanticBadDark2: @sapUiChartPaletteSemanticBadDark2;
--sapUiChartPaletteSemanticCriticalLight3: @sapUiChartPaletteSemanticCriticalLight3;
--sapUiChartPaletteSemanticCriticalLight2: @sapUiChartPaletteSemanticCriticalLight2;
--sapUiChartPaletteSemanticCriticalLight1: @sapUiChartPaletteSemanticCriticalLight1;
--sapUiChartPaletteSemanticCritical: @sapUiChartPaletteSemanticCritical;
--sapUiChartPaletteSemanticCriticalDark1: @sapUiChartPaletteSemanticCriticalDark1;
--sapUiChartPaletteSemanticCriticalDark2: @sapUiChartPaletteSemanticCriticalDark2;
--sapUiChartPaletteSemanticGoodLight3: @sapUiChartPaletteSemanticGoodLight3;
--sapUiChartPaletteSemanticGoodLight2: @sapUiChartPaletteSemanticGoodLight2;
--sapUiChartPaletteSemanticGoodLight1: @sapUiChartPaletteSemanticGoodLight1;
--sapUiChartPaletteSemanticGood: @sapUiChartPaletteSemanticGood;
--sapUiChartPaletteSemanticGoodDark1: @sapUiChartPaletteSemanticGoodDark1;
--sapUiChartPaletteSemanticGoodDark2: @sapUiChartPaletteSemanticGoodDark2;
--sapUiChartPaletteSemanticNeutralLight3: @sapUiChartPaletteSemanticNeutralLight3;
--sapUiChartPaletteSemanticNeutralLight2: @sapUiChartPaletteSemanticNeutralLight2;
--sapUiChartPaletteSemanticNeutralLight1: @sapUiChartPaletteSemanticNeutralLight1;
--sapUiChartPaletteSemanticNeutral: @sapUiChartPaletteSemanticNeutral;
--sapUiChartPaletteSemanticNeutralDark1: @sapUiChartPaletteSemanticNeutralDark1;
--sapUiChartPaletteSemanticNeutralDark2: @sapUiChartPaletteSemanticNeutralDark2;
--sapUiChartPaletteSequentialHue1Light3: @sapUiChartPaletteSequentialHue1Light3;
--sapUiChartPaletteSequentialHue1Light2: @sapUiChartPaletteSequentialHue1Light2;
--sapUiChartPaletteSequentialHue1Light1: @sapUiChartPaletteSequentialHue1Light1;
--sapUiChartPaletteSequentialHue1: @sapUiChartPaletteSequentialHue1;
--sapUiChartPaletteSequentialHue1Dark1: @sapUiChartPaletteSequentialHue1Dark1;
--sapUiChartPaletteSequentialHue1Dark2: @sapUiChartPaletteSequentialHue1Dark2;
--sapUiChartPaletteSequentialHue2Light3: @sapUiChartPaletteSequentialHue2Light3;
--sapUiChartPaletteSequentialHue2Light2: @sapUiChartPaletteSequentialHue2Light2;
--sapUiChartPaletteSequentialHue2Light1: @sapUiChartPaletteSequentialHue2Light1;
--sapUiChartPaletteSequentialHue2: @sapUiChartPaletteSequentialHue2;
--sapUiChartPaletteSequentialHue2Dark1: @sapUiChartPaletteSequentialHue2Dark1;
--sapUiChartPaletteSequentialHue2Dark2: @sapUiChartPaletteSequentialHue2Dark2;
--sapUiChartPaletteSequentialHue3Light3: @sapUiChartPaletteSequentialHue3Light3;
--sapUiChartPaletteSequentialHue3Light2: @sapUiChartPaletteSequentialHue3Light2;
--sapUiChartPaletteSequentialHue3Light1: @sapUiChartPaletteSequentialHue3Light1;
--sapUiChartPaletteSequentialHue3: @sapUiChartPaletteSequentialHue3;
--sapUiChartPaletteSequentialHue3Dark1: @sapUiChartPaletteSequentialHue3Dark1;
--sapUiChartPaletteSequentialHue3Dark2: @sapUiChartPaletteSequentialHue3Dark2;
--sapUiChartPaletteSequentialHue4Light3: @sapUiChartPaletteSequentialHue4Light3;
--sapUiChartPaletteSequentialHue4Light2: @sapUiChartPaletteSequentialHue4Light2;
--sapUiChartPaletteSequentialHue4Light1: @sapUiChartPaletteSequentialHue4Light1;
--sapUiChartPaletteSequentialHue4: @sapUiChartPaletteSequentialHue4;
--sapUiChartPaletteSequentialHue4Dark1: @sapUiChartPaletteSequentialHue4Dark1;
--sapUiChartPaletteSequentialHue4Dark2: @sapUiChartPaletteSequentialHue4Dark2;
--sapUiChartPaletteSequentialHue5Light3: @sapUiChartPaletteSequentialHue5Light3;
--sapUiChartPaletteSequentialHue5Light2: @sapUiChartPaletteSequentialHue5Light2;
--sapUiChartPaletteSequentialHue5Light1: @sapUiChartPaletteSequentialHue5Light1;
--sapUiChartPaletteSequentialHue5: @sapUiChartPaletteSequentialHue5;
--sapUiChartPaletteSequentialHue5Dark1: @sapUiChartPaletteSequentialHue5Dark1;
--sapUiChartPaletteSequentialHue5Dark2: @sapUiChartPaletteSequentialHue5Dark2;
--sapUiChartPaletteSequentialHue6Light3: @sapUiChartPaletteSequentialHue6Light3;
--sapUiChartPaletteSequentialHue6Light2: @sapUiChartPaletteSequentialHue6Light2;
--sapUiChartPaletteSequentialHue6Light1: @sapUiChartPaletteSequentialHue6Light1;
--sapUiChartPaletteSequentialHue6: @sapUiChartPaletteSequentialHue6;
--sapUiChartPaletteSequentialHue6Dark1: @sapUiChartPaletteSequentialHue6Dark1;
--sapUiChartPaletteSequentialHue6Dark2: @sapUiChartPaletteSequentialHue6Dark2;
--sapUiChartPaletteSequentialHue7Light3: @sapUiChartPaletteSequentialHue7Light3;
--sapUiChartPaletteSequentialHue7Light2: @sapUiChartPaletteSequentialHue7Light2;
--sapUiChartPaletteSequentialHue7Light1: @sapUiChartPaletteSequentialHue7Light1;
--sapUiChartPaletteSequentialHue7: @sapUiChartPaletteSequentialHue7;
--sapUiChartPaletteSequentialHue7Dark1: @sapUiChartPaletteSequentialHue7Dark1;
--sapUiChartPaletteSequentialHue7Dark2: @sapUiChartPaletteSequentialHue7Dark2;
--sapUiChartPaletteSequentialHue8Light3: @sapUiChartPaletteSequentialHue8Light3;
--sapUiChartPaletteSequentialHue8Light2: @sapUiChartPaletteSequentialHue8Light2;
--sapUiChartPaletteSequentialHue8Light1: @sapUiChartPaletteSequentialHue8Light1;
--sapUiChartPaletteSequentialHue8: @sapUiChartPaletteSequentialHue8;
--sapUiChartPaletteSequentialHue8Dark1: @sapUiChartPaletteSequentialHue8Dark1;
--sapUiChartPaletteSequentialHue8Dark2: @sapUiChartPaletteSequentialHue8Dark2;
--sapUiChartPaletteSequentialHue9Light3: @sapUiChartPaletteSequentialHue9Light3;
--sapUiChartPaletteSequentialHue9Light2: @sapUiChartPaletteSequentialHue9Light2;
--sapUiChartPaletteSequentialHue9Light1: @sapUiChartPaletteSequentialHue9Light1;
--sapUiChartPaletteSequentialHue9: @sapUiChartPaletteSequentialHue9;
--sapUiChartPaletteSequentialHue9Dark1: @sapUiChartPaletteSequentialHue9Dark1;
--sapUiChartPaletteSequentialHue9Dark2: @sapUiChartPaletteSequentialHue9Dark2;
--sapUiChartPaletteSequentialHue10Light3: @sapUiChartPaletteSequentialHue10Light3;
--sapUiChartPaletteSequentialHue10Light2: @sapUiChartPaletteSequentialHue10Light2;
--sapUiChartPaletteSequentialHue10Light1: @sapUiChartPaletteSequentialHue10Light1;
--sapUiChartPaletteSequentialHue10: @sapUiChartPaletteSequentialHue10;
--sapUiChartPaletteSequentialHue10Dark1: @sapUiChartPaletteSequentialHue10Dark1;
--sapUiChartPaletteSequentialHue10Dark2: @sapUiChartPaletteSequentialHue10Dark2;
--sapUiChartPaletteSequentialHue11Light3: @sapUiChartPaletteSequentialHue11Light3;
--sapUiChartPaletteSequentialHue11Light2: @sapUiChartPaletteSequentialHue11Light2;
--sapUiChartPaletteSequentialHue11Light1: @sapUiChartPaletteSequentialHue11Light1;
--sapUiChartPaletteSequentialHue11: @sapUiChartPaletteSequentialHue11;
--sapUiChartPaletteSequentialHue11Dark1: @sapUiChartPaletteSequentialHue11Dark1;
--sapUiChartPaletteSequentialHue11Dark2: @sapUiChartPaletteSequentialHue11Dark2;
--sapUiChartPaletteSequentialNeutralLight3: @sapUiChartPaletteSequentialNeutralLight3;
--sapUiChartPaletteSequentialNeutralLight2: @sapUiChartPaletteSequentialNeutralLight2;
--sapUiChartPaletteSequentialNeutralLight1: @sapUiChartPaletteSequentialNeutralLight1;
--sapUiChartPaletteSequentialNeutral: @sapUiChartPaletteSequentialNeutral;
--sapUiChartPaletteSequentialNeutralDark1: @sapUiChartPaletteSequentialNeutralDark1;
--sapUiChartPaletteSequentialNeutralDark2: @sapUiChartPaletteSequentialNeutralDark2;
--sapUiChartPaletteNoSemDiv1Light3: @sapUiChartPaletteNoSemDiv1Light3;
--sapUiChartPaletteNoSemDiv1Light2: @sapUiChartPaletteNoSemDiv1Light2;
--sapUiChartPaletteNoSemDiv1Light1: @sapUiChartPaletteNoSemDiv1Light1;
--sapUiChartPaletteNoSemDiv1: @sapUiChartPaletteNoSemDiv1;
--sapUiChartPaletteNoSemDiv1Dark1: @sapUiChartPaletteNoSemDiv1Dark1;
--sapUiChartPaletteNoSemDiv1Dark2: @sapUiChartPaletteNoSemDiv1Dark2;
--sapUiChartPaletteMidArea: @sapUiChartPaletteMidArea;
--sapUiChoroplethBG: @sapUiChoroplethBG;
--sapUiChoroplethRegionBorder: @sapUiChoroplethRegionBorder;
--sapUiChoroplethRegionBG: @sapUiChoroplethRegionBG;
--sapUiMapLegendBG: @sapUiMapLegendBG;
--sapUiMapLegendBorderColor: @sapUiMapLegendBorderColor;
--sapUiShellHoverToggleBackground: @sapUiShellHoverToggleBackground;
--sapUiShellContainerBackground: @sapUiShellContainerBackground;
--sapUiShellAltContainerBackground: @sapUiShellAltContainerBackground;
--sapUiShellGroupTextColor: @sapUiShellGroupTextColor;
--sapUiUx3ShellHeaderColor: @sapUiUx3ShellHeaderColor;
--sapUiUx3ShellBackgroundColor: @sapUiUx3ShellBackgroundColor;
--sapUiUx3ShellHoverColor: @sapUiUx3ShellHoverColor;
--sapUiUx3ShellGradientBottom: @sapUiUx3ShellGradientBottom;
--sapUiUx3ShellGradientTop: @sapUiUx3ShellGradientTop;
--sapUiUx3ShellToolPaletteIconFontColor: @sapUiUx3ShellToolPaletteIconFontColor;
--sapUiUx3ExactLstExpandOffset: @sapUiUx3ExactLstExpandOffset;
--sapUiUx3ExactLstRootExpandOffset: @sapUiUx3ExactLstRootExpandOffset;
--sapUiUx3ExactLstContentTop: @sapUiUx3ExactLstContentTop;
--sapUiNotificationBarBG: @sapUiNotificationBarBG;
--sapUiNotifierSeparator: @sapUiNotifierSeparator;
--sapUiNotifierSeparatorWidth: @sapUiNotifierSeparatorWidth;
--sapUiNotificationBarBorder: @sapUiNotificationBarBorder;
--sapUiUx3ToolPopupInverted: @sapUiUx3ToolPopupInverted;
--sapUiUx3ToolPopupArrowRightMarginCorrection: @sapUiUx3ToolPopupArrowRightMarginCorrection;
--sapUiUx3ToolPopupShadow: @sapUiUx3ToolPopupShadow;
--sapUiCalloutShadow: @sapUiCalloutShadow;
--sapUiButtonHeaderTextColor: @sapUiButtonHeaderTextColor;
--sapUiButtonHeaderDisabledTextColor: @sapUiButtonHeaderDisabledTextColor;
--sapUiButtonFooterTextColor: @sapUiButtonFooterTextColor;
--sapUiButtonFooterHoverBackground: @sapUiButtonFooterHoverBackground;
--sapUiButtonActionSelectBackground: @sapUiButtonActionSelectBackground;
--sapUiButtonActionSelectBorderColor: @sapUiButtonActionSelectBorderColor;
--sapUiButtonLiteActionSelectHoverBackground: @sapUiButtonLiteActionSelectHoverBackground;
--sapUiToggleButtonPressedBackground: @sapUiToggleButtonPressedBackground;
--sapUiToggleButtonPressedBorderColor: @sapUiToggleButtonPressedBorderColor;
--sapUiToggleButtonPressedTextColor: @sapUiToggleButtonPressedTextColor;
--sapUiToggleButtonPressedHoverBackground: @sapUiToggleButtonPressedHoverBackground;
--sapUiToggleButtonPressedHoverBorderColor: @sapUiToggleButtonPressedHoverBorderColor;
--sapUiSegmentedButtonBackground: @sapUiSegmentedButtonBackground;
--sapUiSegmentedButtonBorderColor: @sapUiSegmentedButtonBorderColor;
--sapUiSegmentedButtonTextColor: @sapUiSegmentedButtonTextColor;
--sapUiSegmentedButtonHoverBackground: @sapUiSegmentedButtonHoverBackground;
--sapUiSegmentedButtonActiveBackground: @sapUiSegmentedButtonActiveBackground;
--sapUiSegmentedButtonActiveTextColor: @sapUiSegmentedButtonActiveTextColor;
--sapUiSegmentedButtonSelectedBackground: @sapUiSegmentedButtonSelectedBackground;
--sapUiSegmentedButtonSelectedTextColor: @sapUiSegmentedButtonSelectedTextColor;
--sapUiSegmentedButtonSelectedHoverBackground: @sapUiSegmentedButtonSelectedHoverBackground;
--sapUiSegmentedButtonSelectedHoverBorderColor: @sapUiSegmentedButtonSelectedHoverBorderColor;
--sapUiSegmentedButtonIconColor: @sapUiSegmentedButtonIconColor;
--sapUiSegmentedButtonActiveIconColor: @sapUiSegmentedButtonActiveIconColor;
--sapUiSegmentedButtonSelectedIconColor: @sapUiSegmentedButtonSelectedIconColor;
--sapUiSegmentedButtonFooterBorderColor: @sapUiSegmentedButtonFooterBorderColor;
--sapUiSegmentedButtonFooterHoverBackground: @sapUiSegmentedButtonFooterHoverBackground;
--sapUiFieldActiveBackground: @sapUiFieldActiveBackground;
--sapUiFieldActiveTextColor: @sapUiFieldActiveTextColor;
--sapUiListVerticalBorderColor: @sapUiListVerticalBorderColor;
--sapUiListSelectionHoverBackground: @sapUiListSelectionHoverBackground;
--sapUiListTableFixedBorder: @sapUiListTableFixedBorder;
--sapUiListTableTextSize: @sapUiListTableTextSize;
--sapUiListTableIconSize: @sapUiListTableIconSize;
--sapUiCalendarColorToday: @sapUiCalendarColorToday;
--sapUiDragAndDropColor: @sapUiDragAndDropColor;
--sapUiDragAndDropBackground: @sapUiDragAndDropBackground;
--sapUiDragAndDropBorderColor: @sapUiDragAndDropBorderColor;
--sapUiDragAndDropActiveColor: @sapUiDragAndDropActiveColor;
--sapUiDragAndDropActiveBackground: @sapUiDragAndDropActiveBackground;
--sapUiDragAndDropActiveBorderColor: @sapUiDragAndDropActiveBorderColor;
--sapUiShadowLevel0: @sapUiShadowLevel0;
--sapUiShadowLevel1: @sapUiShadowLevel1;
--sapUiShadowLevel2: @sapUiShadowLevel2;
--sapUiShadowLevel3: @sapUiShadowLevel3;
--sapUiShadowText: @sapUiShadowText;
--sapUiShadowHeader: @sapUiShadowHeader;
--sapUiUx3ShellHeaderImageURL: @sapUiUx3ShellHeaderImageURL;
--sapUiUx3ShellApplicationImageURL: @sapUiUx3ShellApplicationImageURL;
--sapUiPurple: @sapUiPurple;
--sapUiOrange: @sapUiOrange;
--sapUiGreen: @sapUiGreen;
--sapUiBlue: @sapUiBlue;
--sapUiRed: @sapUiRed;
--sapUiYellow: @sapUiYellow;
--sapUiBase: @sapUiBase;
--sapUiBaseBorder: @sapUiBaseBorder;
--sapUiBaseLine: @sapUiBaseLine;
--sapUiWhite: @sapUiWhite;
--sapUiWhiteBG: @sapUiWhiteBG;
--sapUiExtraLightBG: @sapUiExtraLightBG;
--sapUiLightBG: @sapUiLightBG;
--sapUiMediumBG: @sapUiMediumBG;
--sapUiDarkBG: @sapUiDarkBG;
--sapUiDeepBG: @sapUiDeepBG;
--sapUiBlackBG: @sapUiBlackBG;
--sapUiHoverBG: @sapUiHoverBG;
--sapUiMediumAltBG: @sapUiMediumAltBG;
--sapUiDarkAltBG: @sapUiDarkAltBG;
--sapUiButtonStandardBG: @sapUiButtonStandardBG;
--sapUiButtonEmphasizedBG: @sapUiButtonEmphasizedBG;
--sapUiButtonNegativeBG: @sapUiButtonNegativeBG;
--sapUiButtonPositiveBG: @sapUiButtonPositiveBG;
--sapUiReadOnlyBG: @sapUiReadOnlyBG;
--sapUiExtraLightText: @sapUiExtraLightText;
--sapUiLightText: @sapUiLightText;
--sapUiMediumText: @sapUiMediumText;
--sapUiDarkText: @sapUiDarkText;
--sapUiDeepText: @sapUiDeepText;
--sapUiText: @sapUiText;
--sapUiTextInverted: @sapUiTextInverted;
--sapUiWhiteBorder: @sapUiWhiteBorder;
--sapUiExtraLightBorder: @sapUiExtraLightBorder;
--sapUiLightBorder: @sapUiLightBorder;
--sapUiMediumBorder: @sapUiMediumBorder;
--sapUiDarkBorder: @sapUiDarkBorder;
--sapUiBlackBorder: @sapUiBlackBorder;
--sapUiElement: @sapUiElement;
--sapUiInvertedElement: @sapUiInvertedElement;
--sapUiLightLine: @sapUiLightLine;
--sapUiMediumLine: @sapUiMediumLine;
--sapUiEmphasizedLine: @sapUiEmphasizedLine;
--sapUiDarkLine: @sapUiDarkLine;
--sapUiLightShadowTint: @sapUiLightShadowTint;
--sapUiDarkShadowTint: @sapUiDarkShadowTint;
--sapUiFocus: @sapUiFocus;
--sapUiInvertedFocus: @sapUiInvertedFocus;
--sapUiTableRowBG: @sapUiTableRowBG;
--sapUiTableRowAlternatingBG: @sapUiTableRowAlternatingBG;
--sapUiTableRowSelectionBG: @sapUiTableRowSelectionBG;
--sapUiTableRowSelectionReadOnlyBG: @sapUiTableRowSelectionReadOnlyBG;
--sapUiTableRowHoverBG: @sapUiTableRowHoverBG;
--sapUiListBG: @sapUiListBG;
--sapUiTextColor: @sapUiTextColor;
--sapUiTextTitleColor: @sapUiTextTitleColor;
--sapUiTextSelectionColor: @sapUiTextSelectionColor;
--sapUiTextDisabled: @sapUiTextDisabled;
--sapUiTextSelection: @sapUiTextSelection;
--sapUiTextfieldBackground: @sapUiTextfieldBackground;
--sapUiFontMonospaceFamily: @sapUiFontMonospaceFamily;
--sapUiUx3ShellSideBarBaseWidth: @sapUiUx3ShellSideBarBaseWidth;
--sapUiUx3ShellPaneOverflowButtonHeight: @sapUiUx3ShellPaneOverflowButtonHeight;
--sapUiUx3ExactLstCollapseWidth: @sapUiUx3ExactLstCollapseWidth;
--sapUiUx3ExactLstHeaderHeight: @sapUiUx3ExactLstHeaderHeight;
--sapUiNotificationBarBG_IE: @sapUiNotificationBarBG_IE;
--sapUiNotifierHoverColor: @sapUiNotifierHoverColor;
--sapUiNotificationText: @sapUiNotificationText;
--sapUiNotificationTimestamp: @sapUiNotificationTimestamp;
--sapUiNotificationBarCalloutBorder: @sapUiNotificationBarCalloutBorder;
--sapUiNotificationBarCalloutBorder_IE: @sapUiNotificationBarCalloutBorder_IE;
--sapUiNotificationBarCalloutArr: @sapUiNotificationBarCalloutArr;
--sapUiNotificationBarHeight: @sapUiNotificationBarHeight;
--sapUiNotificationBarHeightMinimized: @sapUiNotificationBarHeightMinimized;
--sapUiNotificationBarHeightMaximized: @sapUiNotificationBarHeightMaximized;
--sapUiNotifierWidth: @sapUiNotifierWidth;
--sapUiRIIconPaddingXS: @sapUiRIIconPaddingXS;
--sapUiRIIconPaddingS: @sapUiRIIconPaddingS;
--sapUiRIIconPaddingM: @sapUiRIIconPaddingM;
--sapUiRIIconPaddingL: @sapUiRIIconPaddingL;
--sapUiRIIconPaddingCozy: @sapUiRIIconPaddingCozy;
--sapUiRIIconPaddingCompact: @sapUiRIIconPaddingCompact;
--sapUiRIIconPaddingCondensed: @sapUiRIIconPaddingCondensed;
--sapUiRIIconPaddingDisplayOnly: @sapUiRIIconPaddingDisplayOnly;
--sapUiRIIconSizeCozy: @sapUiRIIconSizeCozy;
--sapUiRIIconSizeCompact: @sapUiRIIconSizeCompact;
--sapUiRIIconSizeCondensed: @sapUiRIIconSizeCondensed;
--sapUiRIIconSizeDisplayOnly: @sapUiRIIconSizeDisplayOnly;
--sapUiUx3ToolPopupArrowWidth: @sapUiUx3ToolPopupArrowWidth;
--sapUiUx3ToolPopupArrowHeight: @sapUiUx3ToolPopupArrowHeight;
--sapUiUx3ToolPopupArrowRightMarginCorrectionInverted: @sapUiUx3ToolPopupArrowRightMarginCorrectionInverted;
--sapUiUx3TPPaddingBottom: @sapUiUx3TPPaddingBottom;
--sapUiButtonEmphasizedDisabledBorderColor: @sapUiButtonEmphasizedDisabledBorderColor;
--sapUiButtonEmphasizedDisabledBackground: @sapUiButtonEmphasizedDisabledBackground;
--sapUiButtonAcceptDisabledBorderColor: @sapUiButtonAcceptDisabledBorderColor;
--sapUiButtonAcceptDisabledBackground: @sapUiButtonAcceptDisabledBackground;
--sapUiButtonRejectDisabledBorderColor: @sapUiButtonRejectDisabledBorderColor;
--sapUiButtonRejectDisabledBackground: @sapUiButtonRejectDisabledBackground;
--sapUiToggleButtonPressedDisabledBackground: @sapUiToggleButtonPressedDisabledBackground;
--sapUiToggleButtonPressedDisabledBorderColor: @sapUiToggleButtonPressedDisabledBorderColor;
--sapUiToggleButtonPressedDisabledTextColor: @sapUiToggleButtonPressedDisabledTextColor;
--sapUiPositiveBG: @sapUiPositiveBG;
--sapUiShadowTint: @sapUiShadowTint;
--sapUiShadow: @sapUiShadow;
--sapUiThemeDesignerCustomCss: @sapUiThemeDesignerCustomCss;
--sapUiMarginTiny: @sapUiMarginTiny;
--sapUiMarginSmall: @sapUiMarginSmall;
--sapUiMarginMedium: @sapUiMarginMedium;
--sapUiMarginLarge: @sapUiMarginLarge;
--sapUiEscapedEmptyString: @sapUiEscapedEmptyString;
--sapUiLightBoxMagnifyingGlassBorder: @sapUiLightBoxMagnifyingGlassBorder;
--sapUiLightBoxMagnifyingGlassBackgroundColor: @sapUiLightBoxMagnifyingGlassBackgroundColor;
--_sap_ui_core_LocalBusyIndicator_Background: @_sap_ui_core_LocalBusyIndicator_Background;
--_sap_ui_core_LocalBusyIndicator_BackgroundIE: @_sap_ui_core_LocalBusyIndicator_BackgroundIE;
--_sap_ui_core_LocalBusyIndicator_Color: @_sap_ui_core_LocalBusyIndicator_Color;
--_sap_ui_core_LocalBusyIndicator_BorderRadius: @_sap_ui_core_LocalBusyIndicator_BorderRadius;
--_sap_ui_core_LocalBusyIndicator_SizeMedium: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
--_sap_ui_core_LocalBusyIndicator_SizeBig: @_sap_ui_core_LocalBusyIndicator_SizeBig;
--_sap_ui_core_media_StdDesktop: @_sap_ui_core_media_StdDesktop;
--_sap_ui_core_media_StdTablet: @_sap_ui_core_media_StdTablet;
--_sap_ui_core_media_StdPhone: @_sap_ui_core_media_StdPhone;
--_sap_ui_core_media_3StepL: @_sap_ui_core_media_3StepL;
--_sap_ui_core_media_3StepM: @_sap_ui_core_media_3StepM;
--_sap_ui_core_media_3StepS: @_sap_ui_core_media_3StepS;
--_sap_ui_core_media_4StepXL: @_sap_ui_core_media_4StepXL;
--_sap_ui_core_media_4StepL: @_sap_ui_core_media_4StepL;
--_sap_ui_core_media_4StepM: @_sap_ui_core_media_4StepM;
--_sap_ui_core_media_4StepS: @_sap_ui_core_media_4StepS;
--_sap_ui_core_media_6StepXXL: @_sap_ui_core_media_6StepXXL;
--_sap_ui_core_media_6StepXL: @_sap_ui_core_media_6StepXL;
--_sap_ui_core_media_6StepL: @_sap_ui_core_media_6StepL;
--_sap_ui_core_media_6StepM: @_sap_ui_core_media_6StepM;
--_sap_ui_core_media_6StepS: @_sap_ui_core_media_6StepS;
--_sap_ui_core_media_6StepXS: @_sap_ui_core_media_6StepXS;
--sapBackgroundGradientBaseColor: @sapBackgroundGradientBaseColor;
--sapDarkShadowColor: @sapDarkShadowColor;
--sapLightShadowColor: @sapLightShadowColor;
--sapDarkFocusColor: @sapDarkFocusColor;
--sapLightFocusColor: @sapLightFocusColor;
--sapSearchHighlightColor: @sapSearchHighlightColor;
--sapHelpHighlightColor: @sapHelpHighlightColor;
--sapBaseBackground: @sapBaseBackground;
--sapLightestBackground: @sapLightestBackground;
--sapExtraLightBackground: @sapExtraLightBackground;
--sapLightBackground: @sapLightBackground;
--sapMediumBackground: @sapMediumBackground;
--sapDarkBackground: @sapDarkBackground;
--sapExtraDarkBackground: @sapExtraDarkBackground;
--sapDarkestBackground: @sapDarkestBackground;
--sapBaseBorderColor: @sapBaseBorderColor;
--sapLightestBorderColor: @sapLightestBorderColor;
--sapExtraLightBorderColor: @sapExtraLightBorderColor;
--sapLightBorderColor: @sapLightBorderColor;
--sapMediumBorderColor: @sapMediumBorderColor;
--sapDarkBorderColor: @sapDarkBorderColor;
--sapExtraDarkBorderColor: @sapExtraDarkBorderColor;
--sapDarkestBorderColor: @sapDarkestBorderColor;
--sapExtraLightTextColor: @sapExtraLightTextColor;
--sapLightTextColor: @sapLightTextColor;
--sapMediumTextColor: @sapMediumTextColor;
--sapDarkTextColor: @sapDarkTextColor;
--sapExtraDarkTextColor: @sapExtraDarkTextColor;
--sapContent_BackgroundGradientStartColor: @sapContent_BackgroundGradientStartColor;
--sapContent_BackgroundGradientMiddleColor: @sapContent_BackgroundGradientMiddleColor;
--sapContent_BackgroundGradientEndColor: @sapContent_BackgroundGradientEndColor;
--sapContent_BackgroundGradientMixedStartColor: @sapContent_BackgroundGradientMixedStartColor;
--sapContent_BackgroundGradientMixedMiddleColor: @sapContent_BackgroundGradientMixedMiddleColor;
--sapContent_BackgroundGradientMixedEndColor: @sapContent_BackgroundGradientMixedEndColor;
--sapUiGlobalBackgroundColorDefault: @sapUiGlobalBackgroundColorDefault;
--sapUiHighlightText: @sapUiHighlightText;
--sapUiGlobalBackgroundGradientStartColor: @sapUiGlobalBackgroundGradientStartColor;
--sapUiGlobalBackgroundGradientMiddleColor: @sapUiGlobalBackgroundGradientMiddleColor;
--sapUiGlobalBackgroundGradientEndColor: @sapUiGlobalBackgroundGradientEndColor;
--sapUiDarkFocusColor: @sapUiDarkFocusColor;
--sapUiLightFocusColor: @sapUiLightFocusColor;
--sapUiSearchHighlight: @sapUiSearchHighlight;
--sapUiHelpHighlight: @sapUiHelpHighlight;
--sapUiBaseBackground: @sapUiBaseBackground;
--sapUiLightestBG: @sapUiLightestBG;
--sapUiExtraDarkBG: @sapUiExtraDarkBG;
--sapUiDarkestBG: @sapUiDarkestBG;
--sapUiLightestBorder: @sapUiLightestBorder;
--sapUiExtraDarkBorder: @sapUiExtraDarkBorder;
--sapUiDarkestBorder: @sapUiDarkestBorder;
--sapUiExtraDarkText: @sapUiExtraDarkText;
--sapUiBlack: @sapUiBlack;
--sapUiStandardText: @sapUiStandardText;
--sapUiHeaderText: @sapUiHeaderText;
--sapUiActiveBG: @sapUiActiveBG;
--sapUiFooterBG: @sapUiFooterBG;
--sapUiFooterOnDesktopBG: @sapUiFooterOnDesktopBG;
--sapUiLightestBGHover: @sapUiLightestBGHover;
--sapUiActiveBGHover: @sapUiActiveBGHover;
--sapUiGlobalBackgroundVariant: @sapUiGlobalBackgroundVariant;
--sapUiGlobalLogoDefault: @sapUiGlobalLogoDefault;
--sapUiGlobalBackgroundImageOpacityDefault: @sapUiGlobalBackgroundImageOpacityDefault;
--sapUiGlobalBackgroundImageDefault: @sapUiGlobalBackgroundImageDefault;
--sapUiGlobalStrongBackgroundTextContrastColor: @sapUiGlobalStrongBackgroundTextContrastColor;
--sapUiKeyboardFocus: @sapUiKeyboardFocus;
--sapUiActionSheetBG: @sapUiActionSheetBG;
--sapUiActionSheetOnDesktopBG: @sapUiActionSheetOnDesktopBG;
--sapUiActionSheetBorder: @sapUiActionSheetBorder;
--sapUiActionSheetButtonText: @sapUiActionSheetButtonText;
--sapUiBarBG: @sapUiBarBG;
--sapUiBarBrandingBG: @sapUiBarBrandingBG;
--sapUiHeaderBG: @sapUiHeaderBG;
--sapUiSubHeaderBG: @sapUiSubHeaderBG;
--sapUiBarText: @sapUiBarText;
--sapUiFooterText: @sapUiFooterText;
--sapUiBarHeading: @sapUiBarHeading;
--sapUiBusy: @sapUiBusy;
--sapUiBusyLight: @sapUiBusyLight;
--sapUiBusyDlgSimpleIndicatorBG: @sapUiBusyDlgSimpleIndicatorBG;
--sapUiBusyDlgSimpleIndicatorBorder: @sapUiBusyDlgSimpleIndicatorBorder;
--sapUiBtnText: @sapUiBtnText;
--sapUiBtnTextActive: @sapUiBtnTextActive;
--sapUiBtnTextLink: @sapUiBtnTextLink;
--sapUiBtnTextLinkDisabled: @sapUiBtnTextLinkDisabled;
--sapUiBtnBaseRadius: @sapUiBtnBaseRadius;
--sapUiBtnIcon: @sapUiBtnIcon;
--sapUiBtnTextShadowDefault: @sapUiBtnTextShadowDefault;
--sapUiBtnBorderDefault: @sapUiBtnBorderDefault;
--sapUiBtnTextTransparentDisabled: @sapUiBtnTextTransparentDisabled;
--sapUiBtnIconHeader: @sapUiBtnIconHeader;
--sapUiBtnTextHeader: @sapUiBtnTextHeader;
--sapUiBtnTextHeaderDisabled: @sapUiBtnTextHeaderDisabled;
--sapUiBtnTextShadowHeader: @sapUiBtnTextShadowHeader;
--sapUiBtnTextFooterDisabled: @sapUiBtnTextFooterDisabled;
--sapUiBtnTextShadowFooter: @sapUiBtnTextShadowFooter;
--sapUiBtnTextStandardDisabled: @sapUiBtnTextStandardDisabled;
--sapUiBtnBGStandard: @sapUiBtnBGStandard;
--sapUiBtnBGStandardHover: @sapUiBtnBGStandardHover;
--sapUiBtnBGStandardDown: @sapUiBtnBGStandardDown;
--sapUiBtnBGStandardDisabled: @sapUiBtnBGStandardDisabled;
--sapUiBtnTextPositiveDisabled: @sapUiBtnTextPositiveDisabled;
--sapUiBtnBGPositive: @sapUiBtnBGPositive;
--sapUiBtnBGPositiveBorder: @sapUiBtnBGPositiveBorder;
--sapUiBtnBGPositiveHover: @sapUiBtnBGPositiveHover;
--sapUiBtnBGPositiveDown: @sapUiBtnBGPositiveDown;
--sapUiBtnBGPositiveDisabled: @sapUiBtnBGPositiveDisabled;
--sapUiBtnTextNegativeDisabled: @sapUiBtnTextNegativeDisabled;
--sapUiBtnBGNegative: @sapUiBtnBGNegative;
--sapUiBtnBGNegativeBorder: @sapUiBtnBGNegativeBorder;
--sapUiBtnBGNegativeHover: @sapUiBtnBGNegativeHover;
--sapUiBtnBGNegativeDown: @sapUiBtnBGNegativeDown;
--sapUiBtnBGNegativeDisabled: @sapUiBtnBGNegativeDisabled;
--sapUiBtnTextEmphasizedDisabled: @sapUiBtnTextEmphasizedDisabled;
--sapUiBtnBGEmphasized: @sapUiBtnBGEmphasized;
--sapUiBtnBGEmphasizedBorder: @sapUiBtnBGEmphasizedBorder;
--sapUiBtnBGEmphasizedHover: @sapUiBtnBGEmphasizedHover;
--sapUiBtnBGEmphasizedDown: @sapUiBtnBGEmphasizedDown;
--sapUiBtnBGEmphasizedDisabled: @sapUiBtnBGEmphasizedDisabled;
--sapUiBtnTextShadowEmphasized: @sapUiBtnTextShadowEmphasized;
--sapUiBtnBGTransparent: @sapUiBtnBGTransparent;
--sapUiBtnBGTransparentHover: @sapUiBtnBGTransparentHover;
--sapUiBtnBGTransparentDown: @sapUiBtnBGTransparentDown;
--sapUiBtnFooterBGStandardHover: @sapUiBtnFooterBGStandardHover;
--sapUiBtnActionSelectBG: @sapUiBtnActionSelectBG;
--sapUiBtnActionSelectBorderColor: @sapUiBtnActionSelectBorderColor;
--sapUiBtnActionSelectBGTransparentHover: @sapUiBtnActionSelectBGTransparentHover;
--sapUiToggleBtnPressed: @sapUiToggleBtnPressed;
--sapUiToggleBtnBorder: @sapUiToggleBtnBorder;
--sapUiToggleBtnPressedHover: @sapUiToggleBtnPressedHover;
--sapUiCheckBoxCheckedColor: @sapUiCheckBoxCheckedColor;
--sapUiCheckBoxUncheckedColor: @sapUiCheckBoxUncheckedColor;
--sapUiCheckBoxFocusColor: @sapUiCheckBoxFocusColor;
--sapUiDTICustomRows: @sapUiDTICustomRows;
--sapUiDTICustomPhoneRows: @sapUiDTICustomPhoneRows;
--sapUiDTICustomWidth: @sapUiDTICustomWidth;
--sapUiDTICustomHeight: @sapUiDTICustomHeight;
--sapUiDTICustomShowLabel: @sapUiDTICustomShowLabel;
--sapUiDTICustomHeaderText: @sapUiDTICustomHeaderText;
--sapUiDTICustomMode: @sapUiDTICustomMode;
--sapUiDTICustomDesktopMode: @sapUiDTICustomDesktopMode;
--sapUiDTICustomDisplay: @sapUiDTICustomDisplay;
--sapUiDTICustomPhoneDisplay: @sapUiDTICustomPhoneDisplay;
--sapUiDTICustomFontFamily: @sapUiDTICustomFontFamily;
--sapUiDTICustomDialogBorder: @sapUiDTICustomDialogBorder;
--sapUiDTICustomDialogWheelsBG: @sapUiDTICustomDialogWheelsBG;
--sapUiDTICustomDialogWheelBG: @sapUiDTICustomDialogWheelBG;
--sapUiDTICustomArrowBG: @sapUiDTICustomArrowBG;
--sapUiDTICustomArrowColor: @sapUiDTICustomArrowColor;
--sapUiDTICustomArrowHoverColor: @sapUiDTICustomArrowHoverColor;
--sapUiDTICustomItemText: @sapUiDTICustomItemText;
--sapUiDTICustomSelectedItemText: @sapUiDTICustomSelectedItemText;
--sapUiDTICustomSelectedItemBG: @sapUiDTICustomSelectedItemBG;
--sapUiDTICustomButtonBG: @sapUiDTICustomButtonBG;
--sapUiDTICustomButtonOnDesktopBG: @sapUiDTICustomButtonOnDesktopBG;
--sapUiDTICustomButtonHoverBG: @sapUiDTICustomButtonHoverBG;
--sapUiDTICustomButtonText: @sapUiDTICustomButtonText;
--sapUiDTICustomHeaderTextColor: @sapUiDTICustomHeaderTextColor;
--sapUiDTICustomHeaderTextShadow: @sapUiDTICustomHeaderTextShadow;
--sapUiDTICustomHeaderBG: @sapUiDTICustomHeaderBG;
--sapUiDTICustomFooterBG: @sapUiDTICustomFooterBG;
--sapUiDTICustomFooterOnDesktopBG: @sapUiDTICustomFooterOnDesktopBG;
--sapUiDTICustomHeaderBoxShadow: @sapUiDTICustomHeaderBoxShadow;
--sapUiITBTextOnlyBrandText: @sapUiITBTextOnlyBrandText;
--sapUiInputBaseBG: @sapUiInputBaseBG;
--sapUiInputBaseFont: @sapUiInputBaseFont;
--sapUiInputBaseText: @sapUiInputBaseText;
--sapUiInputBaseBorder: @sapUiInputBaseBorder;
--sapUiInputBaseFocus: @sapUiInputBaseFocus;
--sapUiInputBasePlaceholder: @sapUiInputBasePlaceholder;
--sapUiInputBaseWarning: @sapUiInputBaseWarning;
--sapUiInputBaseWarningBG: @sapUiInputBaseWarningBG;
--sapUiInputBaseError: @sapUiInputBaseError;
--sapUiInputBaseErrorBG: @sapUiInputBaseErrorBG;
--sapUiInputBaseErrorFont: @sapUiInputBaseErrorFont;
--sapUiInputBaseSuccess: @sapUiInputBaseSuccess;
--sapUiLabelText: @sapUiLabelText;
--sapUiLabelFont: @sapUiLabelFont;
--sapUiListBGHeader: @sapUiListBGHeader;
--sapUiListBGFooter: @sapUiListBGFooter;
--sapUiListHeaderText: @sapUiListHeaderText;
--sapUiListFooterText: @sapUiListFooterText;
--sapUiListSingleSelectMasterAsActive: @sapUiListSingleSelectMasterAsActive;
--sapUiListHeaderBorder: @sapUiListHeaderBorder;
--sapUiGroupHeaderBG: @sapUiGroupHeaderBG;
--sapUiListNoDataTextColor: @sapUiListNoDataTextColor;
--sapUiListTblBG: @sapUiListTblBG;
--sapUiListTblHeaderBorder: @sapUiListTblHeaderBorder;
--sapUiListTblTextColor: @sapUiListTblTextColor;
--sapUiListTblPopinHeaderTextColor: @sapUiListTblPopinHeaderTextColor;
--sapUiListTblPopinValueTextColor: @sapUiListTblPopinValueTextColor;
--sapUiListTblPopinBG: @sapUiListTblPopinBG;
--sapUiListTblPopinActiveBG: @sapUiListTblPopinActiveBG;
--sapUiListTblPopinSelectedBG: @sapUiListTblPopinSelectedBG;
--sapUiListTblIconSize: @sapUiListTblIconSize;
--sapUiListTblTextSize: @sapUiListTblTextSize;
--sapUiLIBorder: @sapUiLIBorder;
--sapUiLISelected: @sapUiLISelected;
--sapUiLIActive: @sapUiLIActive;
--sapUiLICounter: @sapUiLICounter;
--sapUiLIText: @sapUiLIText;
--sapUiLIStandardText: @sapUiLIStandardText;
--sapUiLITextSec: @sapUiLITextSec;
--sapUiLITextInverted: @sapUiLITextInverted;
--sapUiLITextDisabled: @sapUiLITextDisabled;
--sapUiLIDelIcon: @sapUiLIDelIcon;
--sapUiLIDelColor: @sapUiLIDelColor;
--sapUiLINavColor: @sapUiLINavColor;
--sapUiLIDetailIcon: @sapUiLIDetailIcon;
--sapUiLIDetailColor: @sapUiLIDetailColor;
--sapUiLIDetailBGActive: @sapUiLIDetailBGActive;
--sapUiLIUnreadAsBubble: @sapUiLIUnreadAsBubble;
--sapUiALITextColor: @sapUiALITextColor;
--sapUiMessageToastTextColor: @sapUiMessageToastTextColor;
--sapUiMessageToastTextShadow: @sapUiMessageToastTextShadow;
--sapUiPageBG: @sapUiPageBG;
--sapUiPanelBG: @sapUiPanelBG;
--sapUiPopoverContBG: @sapUiPopoverContBG;
--sapUiPopupBorderColor: @sapUiPopupBorderColor;
--sapUiPopupBorder: @sapUiPopupBorder;
--sapUiPopupBoxShadow: @sapUiPopupBoxShadow;
--sapUiBlockLayerColor: @sapUiBlockLayerColor;
--sapUiPopupButtonSeparator: @sapUiPopupButtonSeparator;
--sapUiPopupBorderRadius: @sapUiPopupBorderRadius;
--sapUiPullToRefreshText: @sapUiPullToRefreshText;
--sapUiPullToRefreshArrow: @sapUiPullToRefreshArrow;
--sapUiPullToRefreshBG: @sapUiPullToRefreshBG;
--sapUiRadioButtonSelectedColor: @sapUiRadioButtonSelectedColor;
--sapUiRadioButtonBorderColor: @sapUiRadioButtonBorderColor;
--sapMUiScrollBarBG: @sapMUiScrollBarBG;
--sapMUiScrollBarBorderColor: @sapMUiScrollBarBorderColor;
--sapUiSegmentedBtnBG: @sapUiSegmentedBtnBG;
--sapUiSegmentedBtnBGSelected: @sapUiSegmentedBtnBGSelected;
--sapUiSegmentedBtnBGSelectedHover: @sapUiSegmentedBtnBGSelectedHover;
--sapUiSegmentedBtnBGHover: @sapUiSegmentedBtnBGHover;
--sapUiSegmentedBtnBGActive: @sapUiSegmentedBtnBGActive;
--sapUiSegmentedBtnBorder: @sapUiSegmentedBtnBorder;
--sapUiSegmentedBtnIconDark: @sapUiSegmentedBtnIconDark;
--sapUiSegmentedBtnIconLight: @sapUiSegmentedBtnIconLight;
--sapUiSegmentedBtnText: @sapUiSegmentedBtnText;
--sapUiSegmentedBtnTextActive: @sapUiSegmentedBtnTextActive;
--sapUiSegmentedBtnTextFooter: @sapUiSegmentedBtnTextFooter;
--sapUiSegmentedBtnFooterHover: @sapUiSegmentedBtnFooterHover;
--sapUiSegmentedBtnBorderFooter: @sapUiSegmentedBtnBorderFooter;
--sapUiSelectBG: @sapUiSelectBG;
--sapUiSelectBorderColor: @sapUiSelectBorderColor;
--sapUiSelectBorderColorPressed: @sapUiSelectBorderColorPressed;
--sapUiSelectLabelTextColor: @sapUiSelectLabelTextColor;
--sapUiSelectBGActive: @sapUiSelectBGActive;
--sapUiSelectLabelTextColorPressed: @sapUiSelectLabelTextColorPressed;
--sapUiSelectArrowColor: @sapUiSelectArrowColor;
--sapUiSelectArrowColorActive: @sapUiSelectArrowColorActive;
--sapUiSelectArrowBGHover: @sapUiSelectArrowBGHover;
--sapUiSelectArrowBGActive: @sapUiSelectArrowBGActive;
--sapUiSelectIconColor: @sapUiSelectIconColor;
--sapUiSelectIconColorActive: @sapUiSelectIconColorActive;
--sapUiSelectIconBGHover: @sapUiSelectIconBGHover;
--sapUiSelectIconBGPressed: @sapUiSelectIconBGPressed;
--sapUiSelectIconBorderColor: @sapUiSelectIconBorderColor;
--sapUiSelectFooterBGHover: @sapUiSelectFooterBGHover;
--sapUiSelectListActiveBG: @sapUiSelectListActiveBG;
--sapUiSelectListLightestBGHover: @sapUiSelectListLightestBGHover;
--sapUiSelectListLITextInverted: @sapUiSelectListLITextInverted;
--sapUiSelectListHighlight: @sapUiSelectListHighlight;
--sapUiSelectListMediumBorder: @sapUiSelectListMediumBorder;
--sapUiSelectListBorder: @sapUiSelectListBorder;
--sapUiSelectListLightestBG: @sapUiSelectListLightestBG;
--sapMShellContentBGOpacity: @sapMShellContentBGOpacity;
--sapMShellContentBG: @sapMShellContentBG;
--sapUiSliderBG: @sapUiSliderBG;
--sapUiSliderProgressBG: @sapUiSliderProgressBG;
--sapUiSliderHandleBorder: @sapUiSliderHandleBorder;
--sapUiSliderHandleBG: @sapUiSliderHandleBG;
--sapUiSliderHandleBGHover: @sapUiSliderHandleBGHover;
--sapUiSliderHandleBorderPressed: @sapUiSliderHandleBorderPressed;
--sapUiSliderHandleBGPressed: @sapUiSliderHandleBGPressed;
--sapUiSplitContainerMasterBG: @sapUiSplitContainerMasterBG;
--sapUiSplitContainerMasterShadow: @sapUiSplitContainerMasterShadow;
--sapUiSplitContainerMasterBorder: @sapUiSplitContainerMasterBorder;
--sapUiSplitContainerMasterFooterSeperator: @sapUiSplitContainerMasterFooterSeperator;
--sapUiSLIIconColor: @sapUiSLIIconColor;
--sapUiSLIIconColorActive: @sapUiSLIIconColorActive;
--sapUiInfoTop: @sapUiInfoTop;
--sapUiSwitchOnBG: @sapUiSwitchOnBG;
--sapUiSwitchOnHoverBG: @sapUiSwitchOnHoverBG;
--sapUiSwitchOffBG: @sapUiSwitchOffBG;
--sapUiSwitchHandleOnBG: @sapUiSwitchHandleOnBG;
--sapUiSwitchHandleOffBG: @sapUiSwitchHandleOffBG;
--sapUiSwitchOnBorder: @sapUiSwitchOnBorder;
--sapUiSwitchOffBorder: @sapUiSwitchOffBorder;
--sapUiSwitchBorderColorHover: @sapUiSwitchBorderColorHover;
--sapUiSwitchTextOn: @sapUiSwitchTextOn;
--sapUiSwitchTextOff: @sapUiSwitchTextOff;
--sapUiSwitchAcceptRejectBG: @sapUiSwitchAcceptRejectBG;
--sapUiRIIconColor: @sapUiRIIconColor;
--sapUiToolbarBG: @sapUiToolbarBG;
--sapUiToolbarSolidBG: @sapUiToolbarSolidBG;
--sapUiToolbarBorder: @sapUiToolbarBorder;
--sapUiToolbarInfoBG: @sapUiToolbarInfoBG;
--sapUiToolbarInfoHoverBG: @sapUiToolbarInfoHoverBG;
--sapUiToolbarInfoActiveBG: @sapUiToolbarInfoActiveBG;
--sapUiToolbarInfoBorder: @sapUiToolbarInfoBorder;
--sapUiToolbarSeparatorBG: @sapUiToolbarSeparatorBG;
--sapUiToolbarSeparatorFooterBG: @sapUiToolbarSeparatorFooterBG;
--sapUiFeedInputBG: @sapUiFeedInputBG;
--sapMeOverlapCalendarType00: @sapMeOverlapCalendarType00;
--sapMeOverlapCalendarType01: @sapMeOverlapCalendarType01;
--sapMeOverlapCalendarType01Action: @sapMeOverlapCalendarType01Action;
--sapMeOverlapCalendarType04: @sapMeOverlapCalendarType04;
--sapMeOverlapCalendarType06: @sapMeOverlapCalendarType06;
--sapMeOverlapCalendarType07: @sapMeOverlapCalendarType07;
--sapMeOverlapCalendarIndicator: @sapMeOverlapCalendarIndicator;
--sapMeCalendarLegendIconCollapse: @sapMeCalendarLegendIconCollapse;
--sapMeCalendarLegendIconExpand: @sapMeCalendarLegendIconExpand;
--sapMeTabIconInfo: @sapMeTabIconInfo;
--sapMeTabColorInfo: @sapMeTabColorInfo;
--sapMeTabIconNotes: @sapMeTabIconNotes;
--sapMeTabColorNotes: @sapMeTabColorNotes;
--sapMeTabIconAttachments: @sapMeTabIconAttachments;
--sapMeTabColorAttachments: @sapMeTabColorAttachments;
--sapMeTabIconPeople: @sapMeTabIconPeople;
--sapMeTabColorPeople: @sapMeTabColorPeople;
--_sap_ui_core_function_fade1339: @_sap_ui_core_function_fade1339;
--_sap_ui_core_function_fade1345: @_sap_ui_core_function_fade1345;
--_sap_ui_core_function_lighten1682: @_sap_ui_core_function_lighten1682;
--_sap_ui_core_function_fade1682: @_sap_ui_core_function_fade1682;
}
