body {
    color: #555;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    height: auto !important;
    font-weight: 400
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

table {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

th {
    text-transform: uppercase;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

.indicatori {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    margin:0;
}

.NumeroSegnalazioni12 {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.5rem;
    margin:0;
}

.label {
    font-weight: 400;
    text-transform: uppercase;
    color: #004080;
    display: block;
    margin: 0;
}

.label1
{
    font-weight: 600;
    text-transform: uppercase;
    color: #004080;
}

.title {
    font-weight: 600;
    text-transform: uppercase;
    color: #5d7083;
}

.form-control {
    border: 1px solid #ddd !important;
    border-radius: 0.25rem !important;
    color: #000000 !important;
}

.bordered {
    border: 1px solid #ddd !important;
    border-radius: 0.25rem !important;
}

textarea {
    border: 1px solid #ddd !important;
    border-radius: 0.25rem !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.obbligatorio:before {
    content: '*';
    font-weight: bold;
    color: #c00;
    margin-right: 0.3em;
    font-size: 1.1rem;
}

span.remaining {
    position: absolute;
    opacity: 0.8;
    color: rgb(54, 54, 66);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 100%;
    border-top: 12px solid #444444;
    width: 3rem;
    height: 3rem;
    margin: auto;
    animation: spin 1s linear infinite;
}

.dimmed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: lightgray;
    opacity: .9;
    z-index: 2;
}

#footer {
    position: relative;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.dataTable-container {
    min-width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (max-width: 1500px) {
    .dataTable-container {
        max-width: 600px;
        height: auto !important;
    }
}

.iconaNome {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.it-header-wrapper.is-sticky .iconaNome {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.pac-container {
    z-index: 3000 !important;
    overflow: visible !important;
}

.table {
    font-size: 0.9rem !important;
}