﻿[ML_PageControl_WrapperKey=GENERIC_USERS_List] tr[data-foreground=False] :where([ML_PageControl_Key=Icon_Foreground], [ML_PageControl_Key=Btn_Unstar]) {
	display: none;
}

[ML_PageControl_WrapperKey=GENERIC_USERS_List] tr[data-foreground=True] [ML_PageControl_Key=Btn_Star] {
	display: none;
}

[ML_PageControl_WrapperKey=GENERIC_USERS_List] tr[data-foreground=True]:hover [ML_PageControl_Key=Icon_Foreground] {
	display: none;
}

[ML_PageControl_Key=NEW_GENERIC_USER_Command] .MenuContainer {
	display: flex;
	justify-content: center;
}

[ML_PageControl_Key=NEW_GENERIC_USER_Command] {
	padding-bottom: 8px;
	width: 625px;
	border-radius: 5px;
	overflow: hidden;
}

	[ML_PageControl_Key=NEW_GENERIC_USER_Command] .MenuNav {
		display: flex;
		gap: 10px;
		border-bottom: 1px solid lightgrey;
		box-shadow: 6px 4px 9px -3px rgba(0,0,0,0.2);
		padding-inline: 24px;
		margin-top: 8px;
	}

	[ML_PageControl_Key=NEW_GENERIC_USER_Command] > div:last-of-type {
		padding: 8px;
	}

[ml_pagecontrol_key=GENERIC_USER_Details] [ml_pagecontrol_entityfield=UserJoboccupation] {
	flex-direction: column;
	padding-bottom: 10px;
}

[ml_pagecontrol_wrapperkey=NEW_GENERIC_USER_Container] .ListDefaultUsers {
	margin: 4px 12px;
	display: flex;
	/*align-items: center;*/
	flex-direction: column;
	gap: 8px;
}