#logoCliens {
    width: 100%;
}

#contenitoreLogin {
    margin-top: 10%;
    margin-bottom: 10%;
}

#feedbackLogin {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#footerLogin {
    font-size: 0.8em;
}

#avvisoManutenzione {
    margin: 3% 10%;
}

.notaSuCard,
.testoPiccolo {
    font-size: 0.8em;
}

.testoGrande {
    font-size: 1.2em;
}

.testoCentro{
    text-align: center;
}

.testoDestra {
    text-align: right;
}

.avvisoDettaglioStudio {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

#titoloTipoStudio {
    font-size: 2em;
}

#tabellaDepositiDuplicatiPerStudio th,
#tabellaIdTabelleConSequence th,
#tabellaDepositiConErroriDiInvio th,
#tabellaAssociazioniPdAPerStudio th,
#tabellaStatoSincroPdA th,
.tabellaStatoFascicoloPda th,
thead.headerTabellaDiagnostica th {
    font-size: 0.8em;
    background-color: #999;
    color: #fff;
}

.casellaTabellaDisattivata {
    background-color: #ddd;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    border: 1pt solid #888 !important;
}

.testoMini {
    font-size: 0.4em;
}

.contenitoreTabella {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab-content h4 {
    margin-top: 30px;
}

.invisibile {
    display: none;
}

#rootAggiornamenti {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.notificaFondoPagina {
    background-color: rgba(250, 250, 250, 0.90);
    border-top: 1px #ccc solid;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
}

#legendaRisoluzioniSchermo {
    margin-top: 4em;
}


/* personalizzazione tema - INIZIO */

body {
    font-size: 0.85em;
}

.sidebar .nav-item {
    line-height: 1;
}

h5 {
    font-weight: bold;
    color: #5a5c69;
}

h6 {
    font-weight: bold;
    color: #4e73df;
    margin-top: 2em;
    margin-bottom: 1em;
}

.tab-content {
    background-color: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-color: #dddfeb;
    border-style: solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.error {
    font-size: 1em;
    color: rgb(231, 74, 59);
}

footer.sticky-footer {
    padding: 1em 0em 0em
}

/* personalizzazione tema - FINE */

/* personalizzazione datatables - INIZIO */

.table td,
.table th {
    padding: 0.4em !important;
}

/* personalizzazione datatables - FINE */

.pulsantiRicercaStudi {
    margin-top: 40px;
}

#navFotoUtente {
    background-color: #4e73df;
    padding: 2px;
    font-weight: bold;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 26px;
}

.graficoTortaAmcharts,
.graficoXYAmcharts,
.graficoHeatMapAmcharts {
    width: 100%;
    height: 400px;
}

.legendaGraficoTortaAmcharts {
    width: 100%;
}

.rigaGrafici {
    margin-bottom: 50px;
}

.titoloSezioneStatistiche {
    font-size: 0.8em;
    font-weight: bold;
    color: #4e73df;
    padding-left: 20px;
    border-bottom: #4e73df 2px solid;
    margin-top: 1em;
    margin-bottom: 1em;
}

.bloccoAccessoStatistiche {
    font-size: 1em !important;
}

#labelTipoLicenza,
#labelLivelloUtente {
    font-size: 0.5em;
    vertical-align: 40% !important;
    font-weight: normal;
}

.contenitoreCampiForm,
.contenitoreGrafici {
    padding: 30px 20px;
    /*min-height: 300px;*/
    /* margin-bottom: 30px; */
}

.immagineGraficoMelody {
    display: none;
    float: left;
    width: 450px;
    height: 300px;
    margin: 10px;
}

.contenitoreCardDiagnosticaStudio {
    margin-top: 10px;
    margin-bottom: 10px;
}

.elementoProntoIntervento {
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
}

.testoAzzurro {
    color: #4e73df;
}

.testoGiallo {
    color: #ffdd1d;
}

.logoTipoStudio {
    height: 1em;
    margin-bottom: 0.2em;
    margin-left: 0.5em;
}

.numeroCerchiato {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    font-size: 2em;
    background-color: #4e73df;
    color: white;
    margin: 0.5em;
}

.numeroCerchiato span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

.titoloStep {
    padding-top: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #4e73df;
}

/* progressbar a step - INIZIO */

#contenitoreAvanzamentoMigrazione {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#stepAvanzamentoMigrazione {
    margin: 10px 20px;
    padding-left: 0px;
    overflow: hidden;
    color: lightgrey
}

#stepAvanzamentoMigrazione .active {
    color: #1cc88a
}

#stepAvanzamentoMigrazione .incorso {
    color: #4e73df
}

#stepAvanzamentoMigrazione .attenzione {
    color: #f6c23e
}

#stepAvanzamentoMigrazione .errore {
    color: #e74a3b
}

#stepAvanzamentoMigrazione li {
    list-style-type: none;
    font-size: 14px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#stepAvanzamentoMigrazione #step1:before {
    content: "1";
    position: relative;
    z-index: 10;
}

#stepAvanzamentoMigrazione #step2:before {
    content: "2";
    position: relative;
    z-index: 10;
}

#stepAvanzamentoMigrazione #step3:before {
    content: "3";
    position: relative;
    z-index: 10;
}

#stepAvanzamentoMigrazione #step4:before {
    content: "4";
    position: relative;
    z-index: 10;
}

#stepAvanzamentoMigrazione #step5:before {
    content: "5";
    position: relative;
    z-index: 10;
}

#stepAvanzamentoMigrazione li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#stepAvanzamentoMigrazione li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}

#stepAvanzamentoMigrazione li.active:before,
#stepAvanzamentoMigrazione li.active:after {
    background: #1cc88a
}

#stepAvanzamentoMigrazione li.incorso:before,
#stepAvanzamentoMigrazione li.incorso:after {
    background: #4e73df
}

#stepAvanzamentoMigrazione li.attenzione:before,
#stepAvanzamentoMigrazione li.attenzione:after {
    background: #f6c23e
}

#stepAvanzamentoMigrazione li.errore:before,
#stepAvanzamentoMigrazione li.errore:after {
    background: #e74a3b
}



#progressAvanzamentoMigrazione {
    height: 20px;
    margin: 0px 20px;
}

/*   
#progressbarAvanzamentoMigrazione {
    background-color: #2F8D46
} */



/* progressbar a step - FINE */



.interazioneDisabilitata {
    pointer-events: none;
    opacity: 0.3;
}

.separatore {
    display: flex;
    align-items: center;
    text-align: center;
    color: #808080;
    margin-bottom: 1em;
}

.separatore::before,
.separatore::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #808080;
}

.separatore:not(:empty)::before {
    margin-right: .25em;
}

.separatore:not(:empty)::after {
    margin-left: .25em;
}

.boxEsteso {
    max-height: 120px;
    /* altezza predefinita */
    overflow: hidden;
    /* nasconde il resto */
    transition: max-height 0.35s ease;
}

.boxEsteso.expanded {
    max-height: 2000px;
    /* valore grande per "allungare" e mostrare tutto */
}

.boxEstesoInterruttore {
    font-size: 0.7em;
    padding: 0.4em;
}