/* ============================ */
/* CSS for control sap.m/Table  */
/* Horizon theme                */
/* ============================ */

@_sap_m_Table_SelNavColWidth: 2.75rem;
@_sap_m_Table_CustomFocusMargin: 0px;

.sapMListBGTransparent .sapMListTblHeader,
.sapMListBGTransparent .sapMListTblFooter {
	background-color: fade(@sapUiListBackground, 0%);
}

.sapMListBGTranslucent .sapMListTblHeader,
.sapMListBGTranslucent .sapMListTblFooter {
	background-color: @sapUiListBackground;
}

.sapMListBGSolid .sapMListTblHeader,
.sapMListBGSolid .sapMListTblFooter {
	background-color: @sapUiListBackground;
}

/* make the focus visible on all sides */
.sapMSticky .sapMLIBShowSeparator:first-child > td {
	border-top-color: transparent;
}

.sapMListTblDummyCell:last-child {
	background-color: @sapUiListBackground;
	border-left-color: @sapUiListTableFixedBorderColor;
}