/* Botoneras Smart Menu con tema cssptb pintadas en azul corporativo */
smart-menu.menu-azul,
.menu-azul smart-menu-main-items-group {
    background: #005c99 !important;
    color: #ffffff !important;
    border: none !important;
}

.menu-azul smart-menu-items-group,
.menu-azul smart-menu-item {
    background: #005c99 !important;
    color: #ffffff !important;
    border: none !important;
}

.menu-azul smart-menu-item .smart-label,
.menu-azul smart-menu-item .smart-content,
.menu-azul smart-menu-item .smart-shortcut,
.menu-azul smart-menu-item span {
    color: #ffffff !important;
}

.menu-azul smart-menu-item:hover,
.menu-azul smart-menu-item[hover],
.menu-azul smart-menu-item.smart-hover {
    background: #00477a !important;
    color: #ffffff !important;
}

.menu-azul smart-menu-item[focus],
.menu-azul smart-menu-item.smart-focus {
    background: #003c66 !important;
    color: #ffffff !important;
}
