/* laranet_colsubsidio_validator/static/src/scss/custom_styles.css */

.btn-colsubsidio {
    background-color: #004a80 !important; /* Un azul típico de Bootstrap/Colsubsidio */
    color: white !important;
    border-color: white !important;
}

.btn-colsubsidio:hover {
    background-color: #004a80;
    border-color: #004a80;
}

.btn-colsubsidio:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

#colsubsidio_search_modal .modal-header,
#colsubsidio_results_modal .modal-header {
    background-color: #f8f9fa; 
    border-bottom: 1px solid #dee2e6;
}

.badge.bg-success {
    background-color: #28a745 !important;
}
.badge.bg-danger {
    background-color: #dc3545 !important;
}
.badge.bg-secondary {
    background-color: #6c757d !important;
}