@charset "utf-8";
/* CSS Document */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 60px;
    left: 0;
    background-color: #faffcc; /* Sfondo*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/*=Css menbiu*/
.navmenu {
   width: 200px;
   display:block;
   position:relative;
}
.navmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: none;
}
.navmenu ul li a {
    display: block;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; 
    padding: 8px 16px;
    text-decoration: none;
    font-size: 15px;
    text-transform:uppercase;
}

/* Change the link color on hover */
.navmenu ul li a:hover {
    background-color: #555;
    color: white;
}
.navmenu ul li ul li a {
    display: block;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------ MOBILE LANDSCAPE + MOBILE HD FULL GRANDI */
@media only screen and (min-width : 401px) and (max-width : 767px) {
	.settings-menu.dash-left {
    background: none !important;
}
.settings-menu.dash-left  ul li a {
    padding: 7px 0 7px 0;
}	
.settings-menu.dash-left ul .active:before {
    left: -8px;
    top: 0px;
}	
.newmeniu {
	display: block;
    background: #E2F529;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 33%;
    color: #000;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    z-index: 150;
    border-top-right-radius: 10px;
    box-shadow: 1px -5px 20px #00000042;
}
.sidenav {
    z-index: 500;
}	
}

/* ------------------------------------------------------------------------------------------------------------------ MOBILE PORTRAIT */
@media only screen and (max-width : 400px) {
.settings-menu.dash-left {
    background: none !important;
}
.settings-menu.dash-left  ul li a {
    padding: 5px 0 5px 0;
}	
.settings-menu.dash-left ul .active:before {
    left: -8px;
    top: 0px;
}	
.newmeniu {
	display: block;
    background: #E2F529;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 33%;
    color: #000;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    z-index: 150;
    border-top-right-radius: 10px;
    box-shadow: 1px -5px 20px #00000042;
}
.sidenav {
    z-index: 500;
}		
}
