/* 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;
    margin-top: -5px;
    padding-left: 0;
    width: 100%;
}


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background: #EFDBDD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 280px;
    padding-left: 10px;
}

#page-content-wrapper {
    width: fill;
    position: relative;
    top: 30px;
    margin-left: 280px;
    padding: 30px;
}