/* =================================================================== */
/* CSS Styles which are used in more than one control within this lib. */
/* =================================================================== */
.sapSuiteUiMicroChartPointer {
	cursor: pointer;
}

.sapSuiteUiMicroChartNoData {
	display: flex;
	justify-content: center;
	align-items: center;
	color: @sapUiBaseText;
	border: 1px solid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	min-width: inherit;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 0.875rem;
}

.sapSuiteUiSmartMicroChartResponsive {
	height: 100%;
	width: 100%;
}
