/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    overflow-x: hidden;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    width: 300px;
    top: 66px;
    left: 0;
    z-index: 904;
    display: block;
    min-height: 100%;
    background-color: #093479;
    height: 100%;
    position: fixed;
}

    #sidebar-wrapper ul {
        padding: 0;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#sidebarMobile-wrapper {
    /*width: 50px;*/
    top: 66px;
    left: 0;
    z-index: 904;
    display: block;
    min-height: 100%;
    background-color: #093479;
    height: 100%;
    position: fixed;
}

    #sidebarMobile-wrapper .sidebar-nav #Manage {
        padding: 0;
    }



    #sidebarMobile-wrapper .sidebar-nav li {
        text-indent: unset;
    }

        #sidebarMobile-wrapper .sidebar-nav li a {
            padding: 25px;
        }

    #sidebarMobile-wrapper .sidebar-nav #Manage li a {
        text-indent:unset;
    }

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#Manage li a {
    text-indent: 40px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
            line-height: 5;
            transition: all 0.3s;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: black;
                background: white;
            }

            .sidebar-nav li a.active,
            .sidebar-nav li a:focus {
                color: black;
                background: white;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        /*width: 250px;*/
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#sidebar-wrapper .logo-img {
    /* width: 100%; */
    height: 150px;
    display: block;
    margin: auto;
}
