/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.ap2-consuntivazione {
    display: grid;
    grid-template-columns: [riga] 4% [stato] 12% [codice] 12% [descrizione] 20% [quantita] 9% [prezzo] 10% [totale] 10% [residuo] 10% [consuntivazione] 10%;
    column-gap: 0.375%;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

    .ap2-consuntivazione input[type="text"],
    .ap2-consuntivazione input[type="number"] {
        max-height: 1.75rem;
    }

.ap2-fatturazione {
    display: grid;
    grid-template-columns: [ordine] 9% [ordineCliente] 12% [codice] 12% [descrizione] 20% [quantita] 9% [prezzo] 10% [totale] 10% [fatturazione] 10% [azione] 5%;
    column-gap: 0.375%;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

    .ap2-fatturazione input[type="text"],
    .ap2-fatturazione input[type="number"] {
        max-height: 1.75rem;
    }

table.fc-scrollgrid {
    border-radius: 15px;
}

th[role="presentation"] {
    border-radius: 15px 15px 0 0;
}

td[role="presentation"] {
    border-radius: 0 0 15px 15px;
}

.incore-APMS > li {
    color: var(--color-text-disabled);
}

/*.accordion-button:after {
    order: -1;*/ /* swap order */ 
    /*margin-left: 0;
    margin-right: 0.5em;*/ /* just extra space between text and icon */
/*}*/

.incore-card{
    padding-top:24px;
    margin-top:24px;
}