/* =========================================== */
/* CSS for control sap.ui.commons/RowRepeater  */
/* Belize theme                                */
/* =========================================== */

/* Row Container */
.sapUiRrBody {
	font-family: @sapUiDesktopFontFamily;
	font-size: @sapUiDesktopFontSize;
}

/** Common Design **/

/** Standard Design **/

.sapUiRrDesignStandard {
	font-family: @sapUiDesktopFontFamily;
	font-size: @sapUiDesktopFontSize;
}

.sapUiRrDesignStandard > .sapUiRrPtb {
	background-color: lighten(@sapUiContentForegroundColor, 10); // @sapUiWhiteBG = #ffffff
	border-style: none none solid none;
	border-width: 2px;
	border-color: lighten(@sapUiContentForegroundBorderColor, 11.6); // @sapUiLightBorder = #dddddd
}

.sapUiRrDesignStandard > .sapUiRrStb {
	background-color: lighten(@sapUiContentForegroundColor, 10); // @sapUiWhiteBG = #ffffff
	border: none;
}

.sapUiRrDesignStandard > .sapUiRrBody {
	border: none;
}

.sapUiRrDesignStandard > .sapUiRrFtr {
	background-color: lighten(@sapUiContentForegroundColor, 10); // @sapUiWhiteBG = #ffffff
	border: none;
}

/** Transparent Design **/

/** BareShell Design **/