/* =========================================== */
/* CSS for control sap.ui.mdc/ValueHelpDialog  */
/* Horizon theme                               */
/* =========================================== */

// give the title 2rem left margin
.sapMdcValueHelpTitle.sapMDialog header .sapMBarPH {
	padding-left: 2rem;
}

// setting some background to transparent so that the VH dialog content get a white background
.sapMdcValueHelpPanel {
    background-color: transparent;
}

.sapMdcValueHelpPanel .sapMPanel.sapMdcTokenizerPanel {
    background-color: transparent;
}

.sapMdcValueHelpPanel .sapMITBContent {
	background-color: transparent;
}