.btn-dark {
        border-radius: 0;
        color: #fff;
        background-color: #f58f59;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
        color: #fff;
        background-color: #c95356;
}
.btn-light {
        border-radius: 0;
        color: #333;
        background-color: rgb(255,255,255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
        color: #333;
        background-color: rgba(255,255,255,0.8);
}
/* Custom Horizontal Rule */
hr.small {
        max-width: 100px;
}
/* Side Menu */
#sidebar-wrapper {
        z-index: 2000;
        position: fixed;
        left: 0;
        width: 250px;
        height: 100%;
        margin-left: -250px;
        overflow-y: auto;
        background: rgba(46, 46, 46, 0.91);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
}
.sidebar-nav {
        position: absolute;
        top: 0;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
}
.sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
}
.sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999;
}
.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 {
        height: 55px;
        font-size: 18px;
        line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
        color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
}
#menu-toggle {
        z-index: 1999;
        position: fixed;
        top: px;
        left: 15;
}
#sidebar-wrapper.active {
        left: 250px;
        width: 250px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
}
.toggle {
        margin: 5px 5px 0 0;
}