.fx-logo-arm {
    display: inline-block;
    background: url(../assets/img/sol-logo-gray.png) no-repeat;
    height: 30px;
    vertical-align: top;
    width: 185px;
    background-size: contain;
}
.fx-brand .fx-app-logo {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    content:url(../assets/img/sol-logo.png);
}
.app-header-details i.fuxicons, .app-header-details i.fa{
    color: #fff !important;
}
.fx-navbar {
    background: #2c99aa;
}
.fx-menu-btn-group > .fx-menu-btn > a {
    color: #fff;
}
.fx-menu-btn-group.active > .fx-menu-btn > a {
    background-color: #1c626d;
    color: #ffffff;
}
.fx-menu-btn-group.active > .fx-menu-btn > a:hover, .fx-menu-btn-group.active > .fx-menu-btn > a:focus 
{
    background-color: #1c626d;
}
.fx-main-footer {  
    border-top: 0px;
    bottom: 0;
    color: #fff;
    background: #3F3F3F;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.menu-btn-custom {
    background-color: #1c626d;
    border-color: #1c626d;    
    color: #ffffff;
}
.fx-brand .fx-app-logo {
    margin-top: 4px;
    height: 26px;
    width: auto;
}
.hamburguerMenu > .openMenu > .path {
    background-color: white !important;
}