/* admin_custom.css */
img.logo_pay {
    margin-left: 10px !important;
}

:root {
    --header-bg: #1e1e1ee6; /* Aquí puedes colocar el color que prefieras */
    --breadcrumbs-bg: #1e1e1ee6;

    --button-bg: #1e1e1eba;
    --button-hover-bg: #1e1e1ee6;
    --default-button-bg: #1e1e1eba;
    --default-button-hover-bg: #1e1e1ee6;

}

/* Para que no sean muy largos los imput de comentario y localizacion en el index de devolucion */
#changelist table td.field-comentarios input {
    width: auto !important;
    max-width: 20em;
}

#changelist table td.field-localizacion input {
    width: auto !important;
    max-width: 20em;
}

#changelist table td.field-recogida_numero input {
    width: auto !important;
    max-width: 20em;
}

#changelist table td.field-transportista_descripcion input {
    width: auto !important;
    max-width: 20em;
}