/* The side navigation menu */
.sidenav { 
 position: fixed; 
  margin-top:80px;   
  height: 450px; /* 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: -4px;
  background-color: #318d54; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.47);
  -webkit-box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.47);
  -moz-box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.47);
  border-radius: 0 10px 10px 0;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 16px;
  width:50px;
  background:#fff; 
  height:40px;  
  border-radius: 0px 0px 5px 5px; 
  color:#318d54;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* 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;}
}

.sbutton{
    position:fixed;
    margin-top:100px;
    z-index:100;
    padding:10px;
    background:#318d54;
    height:350px;
    width:40px ;
    border-radius: 0px 10px 10px 0px;  
}
.vtext{ 
    color:#fff;
    margin-top:111px; 
    width:260px;
    margin-left:-108px;  
    font-weight:bold;
    
    -moz-transform:rotate(-90deg); 
    -moz-transform-origin: bottom ;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom ;
    -o-transform: rotate(-90deg);
    -o-transform-origin:  bottom ;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);          
}
.ibutton{
    margin-top:5px;
    padding:10px;
    background:#fff;
    width:55px;
    text-align: center;  
    margin-left:-12px; 
    z-index:105;
    border-radius: 0px 6px 6px 0px;          
    box-shadow:0px 0px 10px -1px rgba(0,0,0,0.6);
    -webkit-box-shadow:0px 0px 10px -1px rgba(0,0,0,0.6);
    -moz-box-shadow:0px 0px 10px -1px rgba(0,0,0,0.6);
}
.tbutton{
    position:absolute;
    margin-top:-40px;
    padding:10px;
    background:#ddd;
    width:270px;
    text-align:center;   
   
}