/* navbar */
#wrapper-navbar {
    z-index: 21;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 20; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #FFF; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#page {
    transition: margin-left .5s;
}
