/* All styles created for demo purposes only, you may not need this for your project */
.demo-button button {
    margin-bottom: 5px;
}

.demo-icons li {
    margin-bottom: 50px;
    text-align: center;
}

.demo-icons .lnr,
.demo-icons .fa {
    font-size: 28px;
}

.demo-icons .cssclass {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}

/*# sourceMappingURL=demo.css.map */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
    z-index: 9000;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

    .sidenav a {
        color: #818181;
    }

        .sidenav a:hover {
            color: #098902;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 27px;
    }

.well {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: left;
}

.nav-list {
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 0;
}

.nav-header {
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-right: 50px;
    color: #666;
    margin-bottom: 0px;
    /* margin-top: 10px; */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all ease-in .3s;
}


    .nav-header:hover {
        color: #098902;
        background-color: #eee;
    }

.nav_header_active {
    color: #098902;
    background-color: #eee;
}
.sidenav_header_active {
    color: #fff!important;
}
.sidenav_main_active {
    background-color: #252c35;
    border-left-color: #098902;
}

.nav-list .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 15px;
    border-left: solid 1px #ccc;
    margin-left: 5px;
    font-size: 14px;
    background-image: url(../../assets/img/line.jpg);
    background-repeat: no-repeat;
    background-position: top 18px left;
}

@media screen and (max-height: 450px) {

    .sidenav a {
        font-size: 18px;
    }
}
