.btnExportarExcel:active,
.selectedVisual {
    background-color: #419B37;
    color: #ffffff !important;
}


.btnExportarExcel {
    border: 1px solid #419B37;
    color: #419B37;
}

    .btnExportarExcel:hover {
        border-color: #419B37;
        background-color: #419B37;
    }

    .btnExportarExcel svg path {
        fill: #409b35;
    }

.btnGenerar {
    background-color: #409B34 !important;
}

.gridInfo .k-grid .k-header {
    background: #409B35 no-repeat;
}