﻿div.datetime {
    width: 100%;
    margin-bottom: 15px !important;
}

.datetime input {
    background-color: #eee;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: none;
    border-radius: 4px;
    float: left;
    margin: 0 3px;
}

.datetime span {
    float: left;
    padding: 6px 6px;
}

.row {
    margin: 0;
}

#dataInizio, #dataFine {
    text-align: center;
    width: 120px;
}

#oraInizio {
    text-align: right;
}

#idTipoVisita {
    width: 100%;
}

span.select2-search input {
    max-width: none;
}

.select2-results__group {
    font-size: 16px !important;
}


#preview-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#preview-image {
    max-height: 300px;
}