/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#body-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 {
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 110px;
}

#page-content-wrapper {
    max-width:800px;
    position: absolute;
    padding: 15px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

/*.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}*/

.sidebar-nav > .sidebar-sub {
    list-style: none;
    height: 0px;
    visibility: hidden;
}

.sidebar-nav > .sidebar-sub li {
    text-indent: 0px;
    line-height: 20px;
}

@media (min-width:740px) {
    #body-wrapper {
        padding-left: 230px;
    }

    #sidebar-wrapper {
        margin-left: -230px;
        width: 230px;
        height: 100%;
        position: fixed;
    }

    .sidebar-nav li {
        line-height: 40px;
    }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        line-height: 60px;
    }

    .sidebar-nav > .sidebar-sub {
        height: auto;
        visibility: visible;
    }
}

@media print {
    #body-wrapper {
        padding-left: 0px !important;
    }

    #sidebar-wrapper {
        margin-left: 0px !important;
        width: 100% !important;
        height: 65px !important;
        position: static !important;
        background: #FFFFFF !important;
    }

    .sidebar-nav {
        list-style: none !important;
        height: 0px !important;
        visibility: hidden !important;
    }

    .sidebar-nav li {
        line-height: 0px !important;
    }

    .sidebar-nav li a {
        color: #FFFFFF !important;
    }

    .sidebar-nav > .sidebar-brand {
        height: 65px !important;
        line-height: 60px !important;
        visibility:visible !important;
        color:#000000 !important;
    }

    .sidebar-nav > .sidebar-brand a {
        color: #000000 !important;
    }
}
