.sidenav {
	height: 100%;
	width: 0;
/* 	width:100vw; */
	position: fixed;
	z-index: 1;
	top: 22;
	left: 0;
	background-color: rgba(0,0,0,.8);


	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
}


@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

#idSmartMenu {
/* 	width:100vw; */
/* 	max-width:250px; */
}
