

/*navigation panel with lpanel-bg10 theme Color Start*/

#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel {
    background: #FFF none repeat scroll 0 0;
    color: #434343;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .profile-box {
    border-bottom: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .profile-box {
    border-bottom: 0px;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .profile-box .media a > img {
    border: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li > a {
    background: #FFF;
    border-top: 1px solid #ffcc00;
    color: #434343;
    border-right: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li:last-child > a {
    border-bottom: 1px solid #ffcc00;
    border-right: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li:first-child > a {
    border-top: 0px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li > a:hover,
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li > a:focus {
    color: #000;
    background: #ffdc4e;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li.active > a {
    background: #ffdc4e;
    border-top: 1px solid #ffcc00;
    color: #000;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #fff;
    color: #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list ul {
    background: #fff7d7;
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list ul.hoe-sub-menu li > a {
    background: #fff7d7;
    border-top: 1px solid #ffcc00;
    color: #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:hover,
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:focus {
    color: #000;
    background: #ffdc4e;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list li.active > a .selected {
    border-right: 7px solid #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .panel-list li a .label {
    color: #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] .sul {
    background-color: #ebebeb;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel {
    background: #FFF;
    color: #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > a,
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > a {
    border-radius: 0px 4px 0px 0px;
    background: #ffdc4e;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #FFF;
    color: #434343;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu.opened > a:hover {
    background: #ffdc4e;
    color: #000;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > ul.hoe-sub-menu,
#hoeapp-container[hoe-color-type="lpanel-bg10"].hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    border-right: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .nav-level {
    border-top: 1px solid #ffcc00;
}
#hoeapp-container[hoe-color-type="lpanel-bg10"] #hoe-left-panel .nav-level:first-child {
    border-top: 0px solid #ffcc00;
}
/*navigation panel with lpanel-bg10 theme Color close*/