/* Gemeinsames, schlankes "Karten"-Design-System fuer alle Rechner-Inseln (Lohnhelfer.Web.Client,
   Features/<Rechner>/<Rechner>Rechner.razor). Bewusst unter .material-calculator gescoped, damit es
   nicht in andere Bootstrap-Formulare ausserhalb der Rechner hineinwirkt - Pattern uebernommen von
   rechner.immo (cashflow-shared.css), Farben an die eigene Lohnhelfer-Palette angepasst. */

.material-calculator {
    max-width: 640px;
}

.material-calculator .material-field {
    margin-bottom: 0.25rem;
}

.material-calculator .material-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

.material-calculator .material-input {
    min-height: 2.75rem;
    font-size: 1.05rem;
}

.material-calculator .material-input:focus {
    border-color: #a3161b;
    box-shadow: 0 0 0 0.2rem rgba(163, 22, 27, 0.15);
}

.material-calculator .cashflow-result-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.35rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.material-calculator .cashflow-result-row:last-of-type {
    border-bottom: none;
}

.material-calculator .cashflow-result-label {
    color: #6c757d;
}
