.menu_icon {
	margin: 0;
	padding: 0;
	object-fit: contain;
	height: 100%;
}

.welcome-item {
	display: flex;
	color: #ffffff;
}

.welcome-item > md-icon {
	margin: 0;
	margin-right: 6px;
	color: #ffffff;
}
.md-36 {
	font-size:36px;
	width: 36px;
	height:36px;
}
.welcome-item-closed > md-icon{
	fill: white;
	width: 24px !important;
}

.ub-menu {
	min-width: 62px;
	background-color: #f5f5f5;
	color: #000000;
}

/*.ub-menu-closed{
	background-color: #5A5A5A;
	color: white;
	float: left;
	width: 20%;
	height: 100%;
}*/

.ub-menu-open{
	height: 100%;
}

section:after {
	content: "";
	display: table;
	clear: both;
}

section{
	height: 100%;
	width: 100%;
}