body {
    /* background-color: hsl(0, 0%, 97%); */
    font-family: "Noto Sans", sans-serif; 
    font-size: 18px;
    font-weight: 400;
}

.table {
    table-layout: fixed;
}

.table.InterventiConStato,
.table.autolayout
{
        table-layout: auto;
}


.table > :not(caption) > * > * {
    padding: 0.1rem 1.2rem;
}

.table.dx thead th { text-align: right; }
.table.dx tbody td { text-align: right; }
.table.dx tbody td.sx { text-align: left; }

.table .dx, .table .ColTotali {  text-align: right; }
.table .ColTotali {  font-weight: 700;  }
.table .Evidenza  { color: orangered !important; }
.table .MoltaEvidenza { background-color: yellow; }
.table thead tr   { background-color: #EEEEEE; }

@media print {
    .PDFHidden {
        display: none;
    }
}

@media screen {
    .ScreenHidden {
        display: none;
    }
}

.Title {
    text-align: center;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

/* Styles for this page */
#sidenav-inner {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

@media (min-width: 1000px) {
  .inner-content {
    padding-left: 240px;
  }
}

.card .sidenav-backdrop {
  z-index: 10;
}

/* @media (max-width: 780px) {
  table td, thead th { width:100%; display:flex; }
} */


@media (max-width: 780px) { 
    .deskOnly { display: none; }
    .mobileOnly { display: inline-block; }
    .EleForm { display:block; margin-top:10px; }
}

@media (min-width: 781px) { 
    .mobileOnly { display: none; }
    .deskOnly { display: inline-block; }
    .EleForm {
        display: inline;
    }
}
