html {
    font-size: 14px;
}

/* Home non autenticata */
.bodyH {
    background-image: linear-gradient(45deg, rgba(197,40,28,0.3) 0%, rgba(197,40,28,0.2) 50%, rgba(197,40,28,.0) 100%), url('/img/ltcfiri-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.headerH {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .headerH .header1 {
        width: 3px;
        height: 50px;
        border-radius: 0px;
        background-color: #aa1e13;
        padding: 0;
    }

    .headerH .header2 {
        margin-top: 6px;
    }
/* Home autenticata */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.button-white {
    background-color: #FFF;
    border: 1px solid #E2E8F0;
    border-radius: 3px;
    width: 220px;
    height: 32px;
    text-align: center;
}

    .button-white:hover {
        background-color: #EEE;
    }

.button-green {
    background-color: #FFF;
    border: 1px solid #198754;
    border-radius: 3px;
    width: 220px;
    height: 32px;
    text-align: center;
}

    .button-green:hover {
        background-color: #d1e7dd;
    }

.inputs input {
    width: 60px;
    height: 80px;
    font-size: 48px;
    font-family: Inter;
    font-weight: 700;
}

.rounded-16 {
    border-radius: 16px;
}

.error {
    border: 1px solid #ff4848;
}

label.error {
    display: none !important;
}

/* BOXES */
.dotted-box-violet {
    border-color: #7B61FF;
    border-radius: 12px;
    border-width: 1px;
    border-style: dashed;
    padding: 8px;
}

.dotted-box-gray {
    border-color: rgba(0, 0, 0, 0.36);
    border-radius: 12px;
    border-width: 1px;
    border-style: dashed;
    padding: 8px;
}

/* ELENCHI */
.autocomplete-custom-item-content-12 {
    width: 100%;
    font-size: 12px;
}
.autocomplete-custom-item-content-13 {
    width: 100%;
    font-size: 13px;
}
.autocomplete-custom-item-content-14 {
    width: 100%;
    font-size: 14px;
}

/* OVERLOAD */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000 !important;
    background-color: #FC818180 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow:none;
}

.nav-link.active > img {
    fill: currentColor;
}

.nav-pills .nav-link {
    color: #718096;
    text-transform: none;
    background-color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 17px 16px 16px;
}

    /* STAMPA */
    @media print {
        body {
        width: 21cm;
        height: 29.7cm;
        margin: 30mm 45mm 30mm 45mm;
        /* change the margins as you want them to be. */
    }
}

.btn {
    text-transform: none;
}