/*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;
}

.ap2-caricaDoc {
    font-weight: 400;
    font-size: 14px;
    min-height: 40px;
    max-height: 40px;
    color: var(--color-text-tab-icon);
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid var(--color-linea);
    padding: 0 15px;
    width: 100%;
    margin-bottom: 1.5rem;
    column-gap: 5%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .ap2-caricaDoc a:first-child {
        max-width: 75%;
    }

    .ap2-caricaDoc-Title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75%;
    }

