.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: 100px;
}

.user-panel{
    height: 70px;
    color: white;
    line-height: 14px;
    padding-top: 20px;
    white-space: normal !important;
}

.user-panel-comune{
    text-align: center;
}

.anno-scolastico{
    position: absolute;
    top: 14px;
    left: 50px;
    color: white;
}

.info-utente{
    font-weight: 600;
    margin-bottom: 9px;
    text-align: center;
}

.anno-scolastico-libraio{
    position: absolute;
    top: 8px;
    left: 50px;
    color: white;
}

/*pannello*/

.instrument-panel{
    background-color: black;
    min-height: 150px;
    color: white;
    display: none;
}

.instrument-panel.active{
    display: block;
}

.emissione{
    min-height: 80px;
    min-width: 80px;
    border-radius: 10%;
}

.emissione.attiva{
    background-color: #27ff00;
    color: black;
}

.emissione.non-attiva{
    background-color: #dd4b39;
    color: white;
}

.mostra-pannello.hidden{
    display: none !important;
}

.vertical-center {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    
  }

  .horiziontal-center {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    margin-left: 10px;
  }

  .controlli{
    line-height: 25px;
  }

  .info-cell{
    padding-left: 15px;
    display: inline-flex;
    width: 180px;
  }

  .toggle-pannello{
    height: 12px;
    width: 12px;
    position: absolute;
    right: 17px;
    top: 66px;
    z-index: 1;
    color: white;
    cursor: pointer;
    line-height: 12px;
    display: none;
}

.toggle-pannello.active{
    display: block;
}

.info-cell.largo{
    width: 180px;
}

.btn-multiline{
    white-space:normal !important;
}

/*editor*/
.cke_combopanel{
    z-index: 999999999 !important;
}

.cke_panel{
    z-index: 999999999 !important;
}

.modello-fittizio{
    min-height: 30px;
    min-width: 80px;
    border-radius: 10%;
    background-color: yellow;
    color: black;
    margin-left: 10px;
    margin-top: 13px;
}

.help-dashboard{
    position: absolute; 
    margin-top: 5px; 
    cursor: pointer;
}

.larghezza-barra-nera-lg-4 {
    width: 32%;
}

.larghezza-barra-nera-lg-3 {
    width: 24%;
}