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

#sidebarHeader {
    background-color: #25486c;
}

#footer {
    color: #EEEEEE;
}

#sidebar > ul {
    border-top: 1px solid #2c547d;
    border-bottom: 1px solid #417db9;
}

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

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

    background-color: #284e74;

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

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

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

#sidebar > ul > li > a > .label {
    background-color: #1f3d5c;
    color: #EEEEEE;
}

#sidebar > ul > li > a:hover {
    background-color: #3c6fa5;
}

#sidebar > ul ul {
    background-color: #25486c;
    border-top: 1px solid transparent;
}

#sidebar > ul ul li a {
    color: #EEEEEE;
    border-top: 1px solid #417DB9;
    border-bottom: 1px solid #1E3D5B;
}

#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: #fff;
    background-color: #2e5b88;
}

.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: #333;
    background-color: #f5f5f5;

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

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

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

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

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

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