

.cerca {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    height: 14rem;
    margin-top: 2rem;
    z-index:100;
}

.cerca>h2.title {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    margin-left: 10rem;
    margin-top: 0.5rem;
    height: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    width: 43rem;
}

.cerca>.title>u {
    color: #89f13a;
}

form#form_cerca {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    margin-left: 4.5rem;
    margin-top: 4rem;
}

#form_cerca>.form {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    margin-left: 5.5rem;
    margin-top: 1.5rem;
}

img#positionNL {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}
.form>* {
    float: left;
}
.descrizione_cerca>input[type="text"], .dal_cerca>input[type="text"], .al_cerca>input[type="text"] {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    border: 0.2rem solid #cccccc;
    border-radius: 2rem;
    text-align: center;
    font-size: 0.6rem;
    height: 1.5rem;
}

.descrizione_cerca>input[type="text"] {
    width: 20rem;
}

.dal_cerca>input[type="text"], .al_cerca>input[type="text"]{
    width: 7rem;
    margin-left: 1rem;
}

.go_cerca input[type="submit"] {
    margin-left: 1rem;
    background-color: #ffffff;
    border: none;
    font-weight: 900;
    color: #353d48;
    font-size: 1.5rem;
}


@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .cerca{
        display: none;
    }
}

input.select-dropdown{
    font-size: 0.6rem!important;
    border: 0.2rem solid #cccccc!important;
    border-radius: 2rem!important;
    height: 1.5rem!important;
    color: #666666 !important;
    padding-left:0.5rem!important;
    width:220px!important;
}

.dropdown-content li > a, .dropdown-content li > span{
    color:#75DD3A;
}

.picker__input{
    color: #666666 !important;

}