﻿body {
    font-size: 0.9rem;
}

.header-background-color {
    /*background-color: #0397d6;*/
    background-color: white;
}
.sidebar-button {
    font-size: 14px;
    border-width: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.mycheckbox {
    height: 1em;
}

.right-align {
    text-align:right;
}

.center-align {
    text-align: center;
}

.bold {
    font-weight:bold;
}

table.narrow-rows tbody tr {
    line-height: 1em;
}

table.datatable thead th {
    vertical-align: top;
}

.section-title {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #0397D6;
    line-height: 1.2;
    font-size: 1.5rem;
}

.col-sm-2 {
    min-height: 30px;
}

.subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* menu */
.list-group-item.active {
    color: #007bff; /* colore voce attiva */
    border-right: 4px solid #007bff; /* colore bordo voce attiva */
    border-bottom: 1px solid #495057;
    border-top: 1px solid #495057;
    border-left: 0px;
}

.list-group-item i {
    width: 1.2em; /* riserva spazio fisso per l’icona */
    text-align: center;
    margin-right: 0.4em; /* piccolo spazio prima del testo */
    color: #495057; /* colore neutro */
}

.list-group-item.active i {
    color: #007bff; /* colore icona su voce attiva */
}