@page {
    margin: 100px;
}

body {
    margin: 16px;
}

.a-s-c {
    align-self: center;
}

.cerca-archivio {
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 8px;
}

.risultati {
    margin-top: 16px;
}

.titolo {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.container-image {
    width: 100%;
    height: 35vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 16px auto;
}

.table-responsive.table-dettaglio {
    width: 50%;
    margin-top: 90px;
}

.container-dettaglio {
    margin-left: 10%;
}

.table-responsive.table-dettaglio th {
    width: 50%;
}

.bottom .data {
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-firma {
    border: 1px solid black;
}

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

.dropdown.bootstrap-select {
    display: block!important;
    width: 100%!important;
}

.img-firma {
    padding-top: 52px;
    width: 30%;
    height: 30%;
}