/* THEME VA : */
#leftNavBar {
    background-color: #001B28;
    color: #FFF;
}
    #pcNavbarDomains {
        border-top: 3px solid #A1FFC4;
    }
    #leftNavBar #main-logo span.extranetName {
        color: #FFF;
    }
    #leftNavBar .pc-link {
        color: #FFF;
    }
    #leftNavBar .active .pc-link {
        color: #FFF;
    }
        #leftNavBar .active .pc-link .pc-micon i,
        #leftNavBar .pc-link:hover .pc-micon i {
            color:  #5BFFE7;
        }
    #leftNavBar .active{
        background: #242f35;
    }
   
.bt-theme {
    border-top: 2px solid #001B28 !important;
}
.bb-theme {
    border-bottom: 2px solid #001B28 !important;
}
.bl-theme {
    border-left: 2px solid #001B28 !important;
}
.br-theme {
    border-right: 2px solid #001B28 !important;
}
.borders-theme {
    border: 2px solid #001B28 !important;
}
.bg-theme {
    background-color: #001B28 !important;
    color: #FFF !important;
}
.btn-theme {
    background-color: #001B28 !important;
    color: #FFF !important;
}
.btn-theme:hover,
.btn-theme:focus {
    background-color: #FFF !important;
    color: #001B28 !important;
    border-color: #001B28 !important;
}
.btn-outline-theme {
    border-color: #001B28;
    color: #001B28;
    background-color: transparent;
}
.btn-outline-theme:hover,
.btn-outline-theme:focus {
    border-color: #001B28;
    background-color: #001B28 !important;
    color: #FFF;
}