
/*SIDENAV */

#sidenav {
    width: 90px;
    height: auto;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -180px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#sidenav .sidenav_widget {
    text-align: center;
    width: 90px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
#sidenav{ width:90px; height:auto; position: fixed; right:0px; top:50%; margin-top:-230px; background-color:#fff; z-index:9; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
#sidenav .sidenav_widget{ text-align:center; width:90px; border-bottom:1px solid rgba(0,0,0,0.1);}
#sidenav img{ width:40px; height:auto; margin:0 auto;}
#sidenav p{ text-transform:uppercase; color:#08508a; font-size:12px;}

#sidenav.fixed_sideanav .sidenav_widget{ height:50px;}
#sidenav.fixed_sideanav .sidenav_widget p{ display:none;}
#sidenav.fixed_sideanav img { width: 35px;}
