@charset "utf-8";
/* CSS Document */

 /* The side navigation menu */
.sidenav {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    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: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    margin-top: 35px;
    margin-left: 50px;
	border-style: solid;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 0px 8px 20px;
    text-decoration: none;
    font-size: .8em;
    color: #071727;
    display: block;
    transition: 0.3s;
	border-style: solid;
	border-color: white;
    white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #071727;
    background-color: #b3f9cf;
	border-style: solid;
	border-color: white;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position:absolute;
    top:-5px;
    right:00px;
    padding: 0px 6px!important;
    font-size: 1.8em!important;
	border-style: none!important;
    }

.closebtn:hover{
  background-color: white!important;
  color:#66ccff!important;
    transition: none!important;
}
