
/*** General colors ***/
html, body,
h1, h2, h3, h4, h5, h6, p {
    color: #333;
}

.sidebar-sticky a { color: #333 }
.sidebar-sticky a:hover { color: #333 }


/*** Menu colors***/
.sidebar-sticky {
    background: #F9F9F9;
    border-color: #DDD
}

.sidebar-sticky > ul > li:hover {
    background: #EEEEEE;
}

.sidebar-sticky > ul > li:hover > ul { background: #F9F9F9; }

.sidebar-sticky > ul > li.active { background: #EEEEEE; }
.sidebar-sticky > ul > li.active > ul > li { background: #EEEEEE; }

.sidebar-sticky > ul > li.active,
.sidebar-sticky > ul > li.active a,
.sidebar-sticky > ul > li > ul > li:hover a,
.sidebar-sticky > ul > li.active > ul > li:hover a,
.sidebar-sticky > ul > li.active > ul > li.active a {
    color: #004488;
    border-color: #004488;
}

.sidebar-sticky > ul > li.active > ul > li a {
    color: #333;
}


/*** Navbar colors ***/
#navbar_header, #navbar_footer {
    background: #004488;
}

#navbar_header .navbar_item .btn-group .btn.dropdown-toggle,
#navbar_header .navbar_item .btn-group .btn.dropdown-toggle:hover,
#navbar_header, #navbar_header a, #navbar_header pre,
#navbar_footer, #navbar_footer a {
    color: #EEE;
}

#navbar_header a:hover,
#navbar_footer a:hover,
#navbar_header .navbar_item .btn-group .btn.dropdown-toggle:hover {
    color: #EEE;
    opacity: 1;
}
