.navbar-default {
    /* background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%); */
   /* background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);*/
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8)); */
    /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    /*background: #cb212e !important;*/
	/*background-image: linear-gradient(rgb(245, 17, 17) 0px, rgb(78, 35, 35) 100%) !important;*/
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #ffffff !important;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand{
    color: #ffffff !important;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    /* background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%); */
    /*background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);*/
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
    /* background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    /*background: #a90a16 !important;*/
	/*background-image: linear-gradient(rgb(245, 17, 17) 0px, rgb(78, 35, 35) 100%) !important;*/
}
.sidebar:after, body > .navbar-collapse:after {
     background: transparent !important; 
    background-size: 150% 150%;
    z-index: 3;
    opacity: 1;
}
.sidebar ul li {
    margin-bottom: 0px;
    line-height: 0.9em;
}
.sidebar .nav li.active > a {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(255, 255, 255, 0.23);
}
.sidebar:before, body > .navbar-collapse:before {
    opacity: 0 !important;
    background: #5bc0de;
}
.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
    background: #4497de;/*#4497de;#cb212e;*/
}
.sidebar .logo .simple-text, body > .navbar-collapse .logo .simple-text {
    text-transform: uppercase;
    padding: 0px 0px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}
.sidebar .logo, body > .navbar-collapse .logo {
    padding: 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .nav li > a {
    color: #FFFFFF;
    margin: 0px 0px;
    opacity: .86;
    border-radius: 4px;
}
.sidebar .nav p {
    margin: 0;
    line-height: 13px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	white-space:nowrap;
}
.sidebar .nav i {
    font-size: 19px;
    float: left;
    margin-right: 15px;
    line-height: 13px;
    width: 30px;
    text-align: center;
}
.sidebar, .main-panel {
    /* overflow: visible !important; */
    max-height: 100%;
    min-height: 120%;
    -webkit-transition-property: top,bottom;
    transition-property: top,bottom;
    -webkit-transition-duration: .2s,.2s;
    transition-duration: .2s,.2s;
    -webkit-transition-timing-function: linear,linear;
    transition-timing-function: linear,linear;
    -webkit-overflow-scrolling: touch;
}
.sidebar .sidebar-wrapper {
    position: relative;
    max-height: none;
    min-height: 100%;
    /* overflow: hidden; */
    width: 260px;
    z-index: 4;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #cb212e;
}
a.list-group-item, a.list-group-item, button.list-group-item, button.list-group-item {
    color: #FFF;
    text-decoration: none;
    background-color: #cb212e;
}
a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #cb212e;
}