/* The side navigation menu */
.sidenav_bottom {
    height: 0; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
	
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    bottom: 0; /* Stay at the top */
    right: 0; /* ou left ou top ....*/
    background-color: #FFFFFF; /* Black*/
	/*box-shadow: 7px 7px 7px 7px;*/
    /*overflow-y: hidden; /* Disable horizontal scroll */
	overflow:auto;
    /*padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav_right {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
	
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    bottom: 0; /* Stay at the top */
    right: 0; /* ou left ou top ....*/
    background-color: #FFFFFF; /* Black*/
	/*box-shadow: 7px 7px 7px 7px;*/
    /*overflow-y: hidden; /* Disable horizontal scroll */
	overflow:auto;
    /*padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}