css.css 1.65 KB
#imax_destinatarios {
    text-align: center;
    margin-bottom: 10px;
}

#imax_destinatarios p {
    font-weight: bold;
    margin-top: 5px;
}

.imax_destinatarios {
    margin: auto;
}

.imax_destinatarios th {
    font-weight: bold;
}

.imax_destinatarios td, .imax_destinatarios th {
    padding: 3px;
    border: 1px solid black;
}

#imax_mensajeError {
    color: red;
}

.centrado {
    text-align: center;
}

@media print {
    .noImprimir {
        display: none;
    }
}

#order_sortable li, .table img {
    cursor: pointer;
}

.imaxHidden {
    display: none;
}

#multiEAN {
    font-family: Arial, sans-serif;
}

#multiEAN h3, #multiEAN h4 {
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#multiEAN p {
    color: #555;
    margin-bottom: 10px;
}

#multiEAN ul {
    list-style-type: none;
    padding: 0;
}

#multiEAN li {
    margin: 10px 0;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

#multiEAN .borrarEAN {
    color: #f44336;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-decoration: none;
    font-size: 0.9em;
}

#multiEAN button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    display: block; 
    margin: 10px 0;
}

#multiEAN button:hover {
    background-color: #45a049;
}

#multiEAN input[type="text"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}