body {
    overflow-x: hidden;
}

.table td.fit, .table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table .max-width {
    max-width: 18.5em;
}

.label-float {
    float: left;
    width: calc(100% - 2.375rem);
}

.btn-history {
    margin-bottom: .2rem;
}

.log-form-check-label {
    color: #212529 !important;
}

.btn-smaller {
    font-size: smaller;
    font-weight: 600;
    line-height: 1.2;
}

.btn-search {
    width: 49%;
}

.form-group input, .form-group select,
.btn-search, .select2-container--bootstrap4 .select2-selection{
    height: 2.5em !important;
}

.form-group input[type=checkbox] {
    height: auto !important;
}

.modal-xlg {
    max-width: 1000px;
}

#scheda-persona-content label,
#violenza-content label,
label.col-form-label {
    font-weight: 500;
}

#statistiche-content label.col-form-label,
#statistiche-content label.form-check-label,
#scheda-persona-content label.form-check-label,
#violenza-content label.form-check-label {
    font-weight: normal;
}

.contacts-body {
    white-space: pre-wrap;
}

select {
    min-width: 10em;
}

.select2-container {
    color: #495057;
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.65em !important;
}

.select2-results__options {
    max-height: 18em;
    overflow: auto;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #495057 !important;
    line-height: 1.6rem !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1em !important;
    padding-left: .25em !important;
    margin-top: .25em !important;
    margin-right: .6em !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.6rem !important;
}

@media print {
    div.row {page-break-inside: avoid;}
}
