body.fixed-layout,
#header,
#sidebarcell,
#footercell,
#footer {
    background-color: #444444;
}

#sidebarHeader {
    background-color: #2A2A2A;
}

#footer {
    color: #EEEEEE;
}

#sidebar > ul {
    border-top: 1px solid #393939;
    border-bottom: 1px solid #4E4E4E;
}

#sidebar > ul > li {
    color: #FFFFFF;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

#sidebar > ul > li.active {
    color: #777;

    background-color: #3a3a3a;

    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#333333), to(#3F3F3F));
    background-image: -webkit-linear-gradient(top, #333333 0%, #3F3F3F 100%);
    background-image: -moz-linear-gradient(top, #333333 0%, #3F3F3F 100%);
    background-image: -ms-linear-gradient(top, #333333 0%, #3F3F3F 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #3F3F3F 100%);
    background-image: linear-gradient(top, #333333 0%, #3F3F3F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#3F3F3F',GradientType=0 ); /* IE6-9 */
}

#sidebar > ul > li.dashboard > a,
#sidebar > ul > li.submenu > a {
    color: #CCCCCC;
}

#sidebar > ul > li.open.active.submenu > a {
    border-bottom: 1px solid #2A2A2A;
}

#sidebar > ul > li > a > .label {
    background-color: #333333;
    color: #777;
}

#sidebar > ul > li > a:hover {
    background-color: #4A4A4A;
}

#sidebar > ul ul {
    background-color: #2A2A2A;
    border-top: 1px solid #4E4E4E;
}

#sidebar > ul ul li a {
    color: #777;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #202020;
}

#sidebar > ul ul li a:hover,
#sidebar > ul ul li.active a,
#sidebar > ul ul li.tour-step-backdrop a,
#sidebar > ul ul li.tour-step-backdrop.active a,
.submenu > li.active.tour-step-backdrop {
    color: #CCCCCC;
    background-color: #272727;
}

.dropdown-menu:not(.bootstrap-datetimepicker-widget) li a:hover,
.dropdown-menu:not(.bootstrap-datetimepicker-widget) .active a,
.dropdown-menu:not(.bootstrap-datetimepicker-widget) .active a:hover {
    color: #eeeeee;
    background-color: #444444;

    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -moz-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: linear-gradient(top, #555555 0%, #222222 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

.theme-color, .theme-color-hover:hover {
    color: #EEEEEE !important;
}

.theme-background, .theme-background-hover:hover {
    background-color: #444444 !important;
}

.theme-bg-as-color, .theme-bg-as-color-hover:hover {
    color: #444444 !important;
}

.theme-border, .theme-border-hover:hover {
    border-color: #444444 !important;
}