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

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

#footer {
    color: #EEEEEE;
}

#sidebar > ul {
    border-top: 1px solid #15737C;
    border-bottom: 1px solid #48898F;
}

#sidebar > ul > li {
    color: #FFFFFF;
    border-top: 1px solid #41b3be;
    border-bottom: 1px solid #15737C;
}

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

    background-color: #15737C;

    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#41b3be), to(#15737C));
    background-image: -webkit-linear-gradient(top, #41b3be 0%, #15737C 100%);
    background-image: -moz-linear-gradient(top, #41b3be 0%, #15737C 100%);
    background-image: -ms-linear-gradient(top, #41b3be 0%, #15737C 100%);
    background-image: -o-linear-gradient(top, #41b3be 0%, #15737C 100%);
    background-image: linear-gradient(top, #41b3be 0%, #15737C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b3be', endColorstr='#15737C',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: #71D5DF;
}

#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: #15737C;

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

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

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

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

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

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