﻿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;
}

.bold {
    font-weight:bold;
}

.w-md-1tz {
    width: 33.33% !important;
}

.logo-big {
    max-width: 300px;
}

.logo-large {
    max-width: 150px;
}

.logo-small {
    max-width: 100px;
}

.subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* tabella con righe strette */

table.narrow-rows thead th {
    vertical-align: top;
}

table.narrow-rows tbody tr {
    line-height: 1em;
}

/* tabella a griglia */

table.grid-aspect thead th {
    vertical-align: top;
    line-height: 1em;
}

table.grid-aspect tbody tr {
    line-height: 0.9em;
}

table.grid-aspect, thead, tbody, tfoot, th, td {
    border: 1px solid lightgray;
}

table.grid-aspect td:first-child, tr:first-child, th:first-child {
    padding-left: .75rem;
}

table.grid-aspect td:last-child, tr:last-child, th:last-child {
    padding-right: .75rem;
}
