﻿

.ML-LEFTMENU-FullContainer {
	width: 100%;
	overflow: hidden;
}

.ML-LEFTMENU-BurgerMenu-Container {
	margin-left: 8px;
	margin-top: 5px;
	cursor: pointer;
}

/*-------------------------------------------------------*/
.ML-LEFTMENU-Level1-Container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.ML-LEFTMENU-Item {
	float: left;
	border-spacing: 10px;
	border-radius: 2px;
	padding: 5px 0px 5px 10px;
	color: white;
	cursor: pointer;
	width: 100%;
	white-space: nowrap;
}

	.ML-LEFTMENU-Item:hover {
		background-color: #354855;
		color: white;
	}

	.ML-LEFTMENU-Item span {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}


	.ML-LEFTMENU-Item [ML_PageControl_Type="ItemIcon"] {
		min-width: 16px;
		font-size: 16px;
		margin-top: 2px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.ML-LEFTMENU-Item [ML_PageControl_Type="ItemText"] {
		margin-left: 5px;
		white-space: nowrap;
		width: 180px;
	}

	.ML-LEFTMENU-Item [ML_PageControl_Type="ItemGroup"] {
		margin-left: 0px;
		white-space: nowrap;
	}


.ML-LEFTMENU-Item-Selected {
	background-color: #354855;
}

.ML-LEFTMENU-ItemSeparator {
	float: left;
	border-spacing: 10px;
	border-radius: 2px;
	padding: 5px 0px 5px 10px;
	color: white;
	cursor: default;
	width: 100%;
	white-space: nowrap;
}

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
.ML-LEFTMENU-Level2-Container {
	display: none;
}

.ML-LEFTMENU-SubItem {
	float: left;
	border-spacing: 10px;
	border-radius: 2px;
	padding: 5px 0px 5px 10px;
	margin-left: 35px;
	color: #878787;
	cursor: pointer;
	width: 75%;
	white-space: nowrap;
}

	.ML-LEFTMENU-SubItem span {
		font-size: 12px;
	}

	.ML-LEFTMENU-SubItem:hover {
		background-color: #354855;
	}
