/* ========================================================= */
/* CSS for control sap.suite.ui.microchart/BulletMicroChart  */
/* Horizon High Contrast Black theme                         */
/* ========================================================= */

html.sap-desktop .sapSuiteBMCContent:focus {
  outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
}

.sapSuiteBMCTargetValue {
	color: @sapUiHcStandardForeground ;
}

.sapSuiteBMCBarValue {
	border-left: 1px @sapUiHcStandardBackground solid;
	border-right: 1px @sapUiHcStandardBackground solid;
}

.sapSuiteBMCBarValue.sapSuiteBMCForecast {
	border-bottom: 1px @sapUiHcStandardBackground solid;
	border-left: 0;
	border-right: 0;
}

html[dir=rtl] .sapSuiteBMCForecastBarValue {
	border-left: 1px @sapUiHcStandardBackground solid;
	border-right: 0;
}

.sapSuiteBMCForecastBarValue {
	border-left: 0;
	border-right: 1px @sapUiHcStandardBackground solid;
}

.sapSuiteBMCBarValueMarker.sapSuiteBMCModeTypeDelta {
	border-left: 1px @sapUiHcStandardBackground solid;
	border-right: 1px @sapUiHcStandardBackground solid;
}