/* Cambia el botón "Agregar" en TabularInline */
.add-row a.btn-default {
    background-color: #28a745 !important; /* Verde (success) */
    color: white !important;
    border: 1px solid #218838 !important;
}

/* Opcional: Cambiar el hover */
.add-row a.btn-default:hover {
    background-color: #218838 !important;
}


input[type="number"] {
    width: 140px !important;
}

input[type="date"] {
    min-width: 140px !important;
}

input[type="time"] {
    min-width: 140px !important;
}

textarea{
    height: calc(3 * 1.5em) !important;
    line-height: 1.5em !important;
}