/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/* Toggle Styles */
#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

@-moz-document url-prefix() {
    #sidebar-wrapper {
        overflow: hidden !important;
    }
}

#sidebar-wrapper {
    position: fixed;
    left: 100px;
    width: 0;
    height: 100%;
    margin-left: -100px;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: #f7f7f7;
    border-right: 1px solid #efefef;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 100;
    -webkit-box-shadow: inset -12px -3px 30px -31px rgba(0,0,0,0.36);
    -moz-box-shadow: inset -12px -3px 30px -31px rgba(0,0,0,0.36);
    box-shadow: inset -12px -3px 30px -31px rgba(0,0,0,0.36);
}

#wrapper.toggled #sidebar-wrapper {
    width: 100px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -100px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100px;
    margin: 0;
    padding: 0 0 100px 0;
    list-style: none;
}

    .sidebar-nav li {
        font-size: 12px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }


        .sidebar-nav li i {
            display: block;
            text-align: center;
            /* width: 26px; */
            margin: 0 auto 6px auto;
        }

            .sidebar-nav li i:before {
                text-align: center;
            }

        .sidebar-nav li img {
            max-height: 22px;
            margin: 0 auto 6px auto;
            display: block;
        }

    .sidebar-nav li a {
        width: auto;
        padding-top: 6px;
    }

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #666;
        min-height: 64px;
        padding: 13px 10px 11px 10px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .sidebar-nav li a.selected {
            background: white;
            position: relative;
        }

#content .sidebar-nav li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.3);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    margin: 0 auto;

}

    .sidebar-nav > .sidebar-brand a {
        height: 65px;
        min-height: inherit;
        border-bottom: none;
    }

.scroll-down {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    margin: 0 0 0 -100px;
    background: #35A3DC;
    text-align: center;
    width: 100px;
    height: 40px;
}

   .scroll-down i {
        margin-top: 4px;
    }



@media(min-width:768px) {
    #wrapper {
        padding-left: 100px;
    }

        #wrapper.toggled {
            padding-left: 100px;
        }

    #sidebar-wrapper {
        width: 100px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100px;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
