/*MASCHERA AGGIUNGI SEDE*/
.ui-front{
    z-index: 1050 !important;
}

/*POSIZIONAMENTO LOGO*/
.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 0px 30px;
  width: auto;
}
/*FINE POSIZIONAMENTO LOGO*/

.table{
    width: 100% !important;
}

@media (min-width: 1100px) {
    .modal-xl {
        width: 1090px;
        height: auto; /* control height here */
    }
    .modal-xxl {
        width: 1290px;
        height: auto; /* control height here */
    }
    .modal-xxxl {
        width: 1490px;
        height: auto; /* control height here */
    }
}

/*SCROLL DEL CONTENUTO SU TABELLA FISSA BOOTSTRAP : classe .table-fixed*/
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 330px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
  overflow-y : auto;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.ui-dialog {
  position: fixed !important;
}
