/*!
 * 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 */

#page-wrapper {
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top:50px;
}

#page-wrapper.toggled {
    padding-right: 16%;
}

#sidebar-wrapper {
    z-index: 2;
    position: fixed;
    right: 0;
    margin-right: -15%;
    background: #fcfcfc;
    top: 50px;
    width: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#page-wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 10px;
    width: 90%;
    margin:0 5%;
    padding: 0;
    list-style: none;
    display: none;
    padding-bottom: 40px;
}

.sidebar-nav .color{
    height:90px;
    box-shadow: 1px 1px 2px #888888;
}

.sidebar-nav .text{
    width:100%;
    box-shadow: 1px 1px 2px #888888;
    background:white;
}

.sidebar-nav img{
    box-shadow: 1px 1px 2px #888888;
}

.sidebar-nav .text a p{
    text-decoration: none;
    margin:10px;
    text-align: left;
    color:#423e5f;
}

.sidebar-nav .text a:hover{
    text-decoration: none;
}

.sidebar-nav h4 {
    margin-top: 40px;
    word-break: break-all;
}

.sidebar-nav li .btn {
    width:100%;
}

#page-wrapper.toggled {
    padding-left: 20px;
    position:relative;
}

#page-wrapper.toggled #sidebar-wrapper {
    width: 15%;
}

#page-content-wrapper {
    padding: 20px;
}

#page-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

@media screen and (max-width: 1280px) {
    #page-wrapper.toggled {
        padding-right: 21%;
    }

    #page-wrapper.toggled #sidebar-wrapper {
        width: 20%;
    }

}
