/* =============================================
@Author: Stefan Costin
============================================= */

body {
    /*background-color: #fff;*/
    transition: background-color .5s;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
}

#body {
    transition: margin-left .5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 2px solid #11BBC3;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .closebtn {
    font-size: 40px;
}

.sidenav a {
    text-decoration: none;
    color: #11BBC3;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #2E4C66;
}

.sidenav {
    display: none;
}


.sidenav .logo-i img {
    height: 50px;
}

.sidenav .logo-i,
.sidenav .closebtn {
    position: absolute;
    float: left;
    display: inline-block;
}
.menu-sidenav {
    height: 60px;
}

.viz-min {
    display: none;
    position: fixed;
    margin-bottom: 0px;
    top: 200px;
    z-index: 99;
    background: #fff;
    width: 35px;
    left: 0px;
    padding: 5px;
    border: 1px solid #2E4C66;
}

.viz-min p {
    color: #11BBC3;
    width: 1px;
    word-wrap: break-word;
    font-family: monospace;
}

.viz-min:hover {
    background: #11BBC3;
}
.viz-min:hover p {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .sidenav {
        display: block !important;
    }
    .viz-max {
        display: none;
    }
    .viz-min {
        display: block !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

/*.fixed {
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 999;
    opacity: 0.75;
    padding-top: -1px;
    height: 80px !important;
    border-radius: 0px;
    border-bottom: 5px solid #2E4C66 !important;
    margin-top: -1px;
    background-color: #fff;
}*/

#menu-sidenav {
    width: 0px;
}

#menu-sidenav {
    position: fixed;
    background-color: #fff;
    z-index: 1;
    border-bottom: 2px solid #2E4C66;
    height: 60px;
}