.select-wrapper+label,
.description-label {
    position: absolute !important;
    top: 50px !important;
    font-size: .8rem !important;
    -webkit-transform: translateY(0px) scale(1) !important;
    transform: translateY(0px) scale(1) !important;
}

input {
    line-height: 1.5 !important;
}

.input-field label:not(.label-icon):not(.description-label).active {
    -webkit-transform: translateY(50px) scale(0.8) !important;
    transform: translateY(50px) scale(0.8) !important;
}

.input-field {
    margin-top: 0rem !important;
}

.radio-field {
    top: 0.75rem;
}

.date_picker td,
.date_picker th {
    padding: 1px
}

.date_picker td a,
.date_picker td span {
    display: block;
    padding: 5px 0px;
    border-radius: 20px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    color: inherit;
    text-decoration: none
}

.date_picker td a {
    cursor: pointer;
}

.date_picker td a:hover {
    background-color: rgba(0, 0, 0, .1)
}

.date_picker td a:not(.selected):not(:hover) {
    background-color: transparent;
}

.date_picker td a.selected {
    background-color: #007bff;
    color: #fff
}

.date_picker table {
    border: 1px solid #E0E0E0;
    border-collapse: unset
}

.date_picker .modal-content {
    min-width: 330px;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 500px){
    .modal {
        width: 100%;
    }
}

.date_picker > input[type="text"]:not(.browser-default)[readonly="readonly"]:not(.invalid):not(.valid) {
    border-bottom: 1px solid #9e9e9e;
}

.boolean_label {
    font-size: 1rem;
}

h3 {
    text-align: center;
    margin-top: 0.5rem;
}

fieldset{
    min-width: 300px;
}

.unselect {
    color: #9e9e9e;
    font-size: 1rem !important;
}

.periodo_date, .al_completo, .in_esaurimento, .prezzo {
    margin-left: 5px;
}

.al_completo, .in_esaurimento {
    color: red;
}

.prezzi {
    color: #9e9e9e;
    text-align: center;
}

.note_rosse {
    color: red;
    text-align: center;
}

.warning_prezzi {
    color: #9e9e9e;
}

.page-footer {
    padding-bottom: 20px;
    background-color: transparent;
    color:#9F9F9F 
}

#submit {
    width: 100%;
}

#submit.disable {
    background-color: #DFDFDF;
    color: #9F9F9F 
}