/* NOTE: This file was generated as an optimized version of "library.source.less" for the Theme Designer. */

/*!
 * OpenUI5
 * (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */

@import "../base/library.less";
@import "global.less";
/* START "shared.less" */
/* ===================================== */
/* Shared CSS High Contrast Black theme  */
/* ===================================== */

.sapUiBody {
	width: 100%;
	height: 100%;
	margin: 0;
}

.sapUiBLy {
	background-color: @sapHCStandardBG;
	opacity: 0.3;
}

/**
 * Class used to hide the line-sliding busy indicator at the top (as used in goldreflection)
 */
.sapUiBusy {
	display: none;
}

/* Typography */
.sapMH1FontSize,
.sapMH1Style {
	font-size: @sapMFontHeader1Size !important;
}

.sapMH2FontSize,
.sapMH2Style {
	font-size: @sapMFontHeader2Size !important;
}

.sapMH3FontSize,
.sapMH3Style {
	font-size: @sapMFontHeader3Size !important;
}

.sapMH4FontSize,
.sapMH4Style {
	font-size: @sapMFontHeader4Size !important;
}

.sapMH5FontSize,
.sapMH5Style {
	font-size: @sapMFontHeader5Size !important;
}

.sapMH6FontSize,
.sapMH6Style {
	font-size: @sapMFontHeader6Size !important;
}

.sapMH1Style,
.sapMH2Style,
.sapMH3Style,
.sapMH4Style,
.sapMH5Style,
.sapMH6Style {
	font-family: @sapUiFontHeaderFamily !important;
	font-weight: @sapUiFontHeaderWeight !important;
	color: @sapUiGroupTitleTextColor !important;
	text-shadow: @sapUiShadowText !important;
}
/* END "shared.less" */


/* START "BrowserScrollbar.less" */
/* ============================================= */
/* CSS for control sap.ui.core/BrowserScrollbar  */
/* High Contrast Black theme                     */
/* ============================================= */

.sapUiBody {
	scrollbar-base-color: @sapHCStandardBG;
	scrollbar-face-color: @sapHCStandardFG;
	scrollbar-3dlight-color: @sapHCStandardFG;
	scrollbar-arrow-color: @sapHCStandardFG;
	scrollbar-darkshadow-color:@sapHCStandardBG;
	scrollbar-shadow-color: @sapHCStandardFG;
	scrollbar-track-color: @sapHCReducedBG;
	scrollbar-highlight-color: @sapHCStandardBG;
}

html.sap-desktop ::-webkit-scrollbar {
	background-color: @sapHCStandardBG;
	border-left: 1px solid @sapHCReducedAltFG;
}

html.sap-desktop ::-webkit-scrollbar:horizontal {
	height: 0.75rem;
}

html.sap-desktop ::-webkit-scrollbar:vertical {
	width: 0.75rem;
}

html.sap-desktop ::-webkit-scrollbar-thumb {
	background-color: @sapHCReducedAltFG;
	box-shadow: inset @sapHCStandardBG 0 0 0 0.125rem;
	border-left: 1px solid @sapHCReducedAltFG;
}

html.sap-desktop ::-webkit-scrollbar-thumb:hover {
	background-color: @sapHCStandardFG;
}
/* END "BrowserScrollbar.less" */

/* START "Icon.less" */
/* ================================= */
/* CSS for control sap.ui.core/Icon  */
/* High Contrast Black theme         */
/* ================================= */

.sapUiIcon:focus {
	outline-color: @sapHCStandardFG;
}

.sapUiIconColorNeutral {
	color: @sapHCNeutral;
}

.sapUiIconColorCritical {
	color: @sapHCCritical;
}

.sapUiIconColorPositive {
	color: @sapHCPositive;
}

.sapUiIconColorNegative {
	color: @sapHCNegative;
}

.sapUiIconBGColorNeutral {
	background-color: @sapHCNeutral;
}

.sapUiIconBGColorCritical {
	background-color: @sapHCCritical;
}

.sapUiIconBGColorPositive {
	background-color: @sapHCPositive;
}

.sapUiIconBGColorNegative {
	background-color: @sapHCNegative;
}

.sapUiIconBGColorContrast {
	background-color: @sapUiHighlight;
}

/* END "Icon.less" */

/* START "LocalBusyIndicator.less" */
/* =============================================== */
/* CSS for control sap.ui.core/LocalBusyIndicator  */
/* High Contrast Black theme                       */
/* =============================================== */

@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapHCStandardBG, 30%);
@_sap_ui_core_LocalBusyIndicator_BackgroundIE: @sapHCStandardBG;

// Color the BusyIndicator with the standard FG color in HCB
// The brandColor default is black, and thus invisible in HCB
@_sap_ui_core_LocalBusyIndicator_Color: @sapHCStandardFG;
/* END "LocalBusyIndicator.less" */

/* START "Shadow.less" */
/* =================================== */
/* CSS for control sap.ui.core/Shadow  */
/* High Contrast Black theme           */
/* =================================== */

.sapUiShd {
	box-shadow: none;
}
/* END "Shadow.less" */

