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

#sidebarHeader {
    background-color: #25718b;
}

#footer {
    color: #EEEEEE;
}

#sidebar > ul {
    border-top: 1px solid #136F8E;
    border-bottom: 1px solid #498DA3;
}

#sidebar > ul > li {
    color: #FFFFFF;
    border-top: 1px solid #39b0da;
    border-bottom: 1px solid #136F8E;
}

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

    background-color: #18495A;

    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#287d9a), to(#18495A));
    background-image: -webkit-linear-gradient(top, #287d9a 0%, #18495A 100%);
    background-image: -moz-linear-gradient(top, #287d9a 0%, #18495A 100%);
    background-image: -ms-linear-gradient(top, #287d9a 0%, #18495A 100%);
    background-image: -o-linear-gradient(top, #287d9a 0%, #18495A 100%);
    background-image: linear-gradient(top, #287d9a 0%, #18495A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287d9a', endColorstr='#18495A',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: #287d9a;
    color: #EEEEEE;
}

#sidebar > ul > li > a:hover {
    background-color: #6ACCED;
}

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

#sidebar > ul ul li a {
    color: #EEEEEE;
    border-top: 1px solid #287d9a;
    border-bottom: 1px solid #1c596e;
}

#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: #FFFFFF;
    background-color: #2c87a6;
}

.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: #329bc0;

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

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

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

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

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

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