
/*----------------*/
/* Editar y Crear */
/*----------------*/

/* Estilo general de botones */
button {
    background-color: #0A66C2;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}/*----------------*/
/* List */
/*----------------*/

/* Eliminar la linea que une los botones */
a {
    text-decoration: none;
}
.btn-info, .btn-procesar, .btn-activate, .btn-edit, .btn-bloquear, .btn-delete, .btn-restore, .btn-close, .btn-remove {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-procesar { background-color: #1289ff; color: white; }
.btn-activate { background-color: #28a745; color: white; }
.btn-edit { background-color: #f1b15e; color: black; }
.btn-bloquear { background-color: #f4ca30; color: black; }
.btn-delete { background-color: #ff0000; color: white; }
.btn-restore { background-color: #28a745; color: white; }
.btn-close { background-color: #0A66C2; color: white; } 
.btn-remove { background-color: #ff0000; color: white; }

.btn-info:hover { background-color:#0f75da; }
.btn-procesar:hover { background-color:#0f75da; }
.btn-activate:hover { background-color:#1e7e34; }
.btn-edit:hover { background-color: #dea04f; }
.btn-bloquear:hover { background-color: #e0b92c; }
.btn-delete:hover { background-color: #b20000; }
.btn-restore:hover { background-color: #1e7e34; }
.btn-close:hover { background-color: #0257b2; }
.btn-remove:hover { background-color: #b20000; }

/* Para Div de Peticines y Candidatos acciones multiples */
.acciones-multiples {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.acciones-multiples button {
    margin-right: 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/* Empresas, Clientes, Peticines y Candidatos acciones multiples */
.btn-procesar-multiple { background-color: #1289ff; color: white; }
.btn-bloquear-multiple { background-color: #f4ca30; color: black; }
.btn-eliminar-multiple { background-color: #ff0000; color: white; }
.btn-cerrar-multiple { background-color: #0A66C2; color: white; }
.btn-restore-multiple { background-color: #28a745; color: white; }

.btn-procesar-multiple:hover { background-color: #0f75da; }
.btn-bloquear-multiple:hover { background-color: #e0b92c; }
.btn-eliminar-multiple:hover { background-color: #b20000; }
.btn-cerrar-multiple:hover { background-color: #0257b2; }
.btn-restore-multiple:hover { background-color: #1e7e34; }

/* Candidatos acciones multiples*/
.btn-baja-multiple { background-color: #ff0000; color: white; }
.btn-baja-multiple:hover { background-color:  #b20000; }

/* Matching y Scraper */
.button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.btn-eliminar-todo {
    background-color: red;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.btn-eliminar-todo:hover {
    background-color: #cc0000;
}    

.btn-volver {
    background-color: #0A66C2;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.btn-volver:hover {
    background-color:  #044d96;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.btn-generar { 
    background-color: #28a745; 
    color: white; 
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.btn-generar { 
    background-color: #1e7e34; 
    color: white; 
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}