#main {
	width: 100%;
	min-height: 100%;
	overflow: auto;
}

.menu {
	position: absolute;
	width: 15%;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 10px;
	left: 0;
}

.menuMain {
	position: relative;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.menuLogo {
	height: 70px;
	padding: 6.5px;
	background: url(../../images/logo_menu.png) no-repeat center;
	border-bottom: 1px solid #5b5b5b;
	border-top: 0px;
	background-size: contain;
}

.menuHeader {
	width: 100%;
	display: table;
	height: 55px;
	background: #3b3b3b;
	color: white;
	text-align: center;
	font-size: 16px;
	vertical-align: center;
	display: none;
}

.menuHeader p {
	margin: 15px;
}

.menuOption {
	display: table;
	width: 100%;
	height: 40px;
	color: white;
	text-align: left;
	font-size: 14px;
	border: 0.5px solid #5b5b5b;
	vertical-align: center;
	cursor: pointer;
}

.menuOption p {
	margin: 0px;
	padding-left: 30px;
}

.menuOption:hover {
	background: #fec915;
	color:black;
}

.menuOption.selected {
	background: #f22c3c;
	color:white;
}

.menuOptionName {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.menuSelectedPart {
	display: table-cell;
	width: 10px;
	padding-left: 0px;
	height: 50px;
	margin-right: 20px;
}

.menuOption.selected .menuSelectedPart {
	background: #f22c3c;
}

.footerLine {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
}

.menuFooterUser {
	float: left;
	margin-left: 20px;
	color: white;
	padding-top: 2px;
	font-style: italic;
}

.menuFooterLogout {
	float: right;
	color: white;
	margin-right: 40px;
	cursor: pointer;
	padding-top: 2px;
}

.menuFooterLogout:hover {
	text-decoration: underline;
}

.logoutImage {
	top: 0;
	height: 20px;
	right: 0;
	margin-right: 15px;
	position: absolute;
}