/*
    Created on : Oct 26, 2014, 10:55:21 PM
    Author     : mconyango <mconyango@gmail.com>
*/
/*.smart-style-3 #header {
    background-color: #32B141;
    background-image: linear-gradient(to bottom, rgba(180, 219, 23, 1), rgba(191, 212, 152, 1));
}
.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a {
    background-color: rgba(8, 110, 38, 1);
    background-image: linear-gradient(to bottom, rgba(4, 143, 40, 1), rgba(8, 110, 38, 1));
    color: #FFF !important;
    border: 1px solid rgba(25, 218, 20, 1);
    text-shadow: 0px -1px rgba(3, 98, 21, 1);
}
.smart-style-3 .dropdown-menu {
    border-radius: 0px;
    border-bottom: 2px solid #ADADAD;
    background: none repeat scroll 0% 0% rgba(213, 230, 175, 1);
}
.smart-style-3 .dropdown-menu > .active > a, .smart-style-3 .dropdown-menu > .active > a:hover, .smart-style-3 .dropdown-menu > li > a:focus, .smart-style-3 .dropdown-menu > li > a:hover, .smart-style-3 .tt-suggestion.tt-is-under-cursor {
    background-color: rgba(45, 146, 15, 1);
    color: #FFF;
}
.smart-style-3 .dropdown-menu .divider {
    background-color: rgba(134, 179, 129, 1);
}
.smart-style-3 .header-dropdown-list > li > .dropdown-toggle {
    display: block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 14px;
    padding: 2px 7px 3px;
}
.menu-on-top #mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid rgba(53, 120, 58, 1) !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #FFF;
    background-color: rgba(164, 200, 21, 1);
    border-color: rgba(47, 164, 35, 1);
}

.panel-default {
    border-color: rgba(133, 209, 69, 1);
}
.panel-default .panel-heading{
    color: #FFF;
    background-color: rgba(164, 200, 21, 1);
    border-color: rgba(47, 164, 35, 1);
}*/
.menu-on-top .menu-item-parent {
    max-width: 100%;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}
.menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:after, .menu-on-top nav > ul ul > li a:hover:after, .menu-on-top nav > ul > li > a:after {
    top: 9px;
    right: auto;
}
.menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    text-align: left;
}
.smart-style-3 nav > ul > li {
    background-color: #F2F2F2;
    background-image: linear-gradient(to bottom, #F9F9F9, #F2F2F2);
    border-bottom: 1px solid #DFDFDF;
    width: 11%;
    text-align: center;
}
.smart-style-3 nav > ul > li:last-child {
    width: 12%;
}
.smart-style-2s nav > ul > li {
    width: 14%;
}
.smart-style-2s nav > ul > li:last-child {
    width: 16%;
}
.menu-on-top #mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid rgba(53, 120, 58, 1) !important;
}