.modal{
    border-radius: 0.3rem;
    background-color: #ffffff;
}

.permision{
    display: block;
    width: 100%;
    color: black;
}

.permision label,
.permision label:before,
.permision label:after{
    font-size: 0.7rem;
    color: #555555;
    color: black;
}

#modal-mobile .permision label{
    display: inline-table;
    height: auto;
    line-height: 1rem;
    margin-bottom: 1rem;
}

label,
label:before,
label:after{
    font-size: 0.7rem;
    color: #555555;
    color: black;
}

input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
}
input+label, select+label{
    position: absolute;
    display: block;
    margin-top: -0.9rem;
    color: white;
}

.permision [type="checkbox"]:checked + label:before {
    top: -2px;
    left: -4px;
    width: 12px;
    height: 19px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1C7CBF;
    border-bottom: 2px solid #1C7CBF;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.permision [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 2px solid #000000;
    border-radius: 1px;
    margin-top: 4px;
    transition: .2s;
    margin-left: 3px;
}

.modal .modal-footer .btn-flat {
    background-color: #95C11F;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 0 0.4rem;
}

.modal .modal-footer{
    height: auto;
}

.modal-content .row
{
    display: block;
    width: 40%;
    float: left;
    margin: 0 5%;
    position: relative;
}

.modal-content .row.fullwidth
{
    width: 90%;
}
.modal .close-button{
    position: absolute;
    top: 0;
    right: 0;
}
#close_box{
    position: absolute;
    top: 5px;
    left: 10px;
}
.modal [type="checkbox"] + label{
    height: auto;
    margin-top: 0;
}

.modal-content .row>input[type="text"]{
    background-color: white;
    height: 30px;
    font-size: 0.7rem;
}

.modal-content .row>textarea{
    background-color: white;
    font-size: 0.7rem;
    resize: none;
    height: 5.26rem;
    outline: none;
    margin-bottom: 0.1rem;
}

input[name="countdown"][readonly]{
    background-color: transparent;
    background: none;
    border: 0;
    width: 5rem;
}

.modal.modal-fixed-footer .modal-content{
    height: calc(100% - 7rem);
}

.modal.modal-fixed-footer .modal-footer{
    background-color: #F1F1F1;
    overflow: auto;
}
strong.Su.richiesta{
    color: #6B6B6B;
    font-weight: 100;
    font-size: 0.8rem;
    text-transform: capitalize;
    display: block;
    width: 100%;
}

.modal-content .row>select{
    display: block;
    background-color: white;
    height: 30px;
    font-size: 0.7rem;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;

}

.trip-preview{
    height: 22rem;
    background-color: #F6F4F5;
}

.trip-preview .copertina{
    height: 100%;
    width: 60%;
    overflow: hidden;
    float: left;
    background-size: cover;
    background-position: center center;
    background-image: url("../layout_07/images/imagePlaceholder.jpg");
    display: inline-block;
}

.trip-preview .descrizione{
    height: 100%;
    width: 40%;
    float: left;
    padding: 0.75rem 1.5rem;
    overflow: auto;
}

.trip-preview h3{
    margin: 0;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    /*max-height: 4rem;*/
    font-weight: 100;
    color: #353b47;
    border-bottom: solid 1px #353b47;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.trip-preview label{
    font-weight: bold;
    color: #01476B;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1rem;
    margin-top: 1rem;
}

.trip-preview span{
    color: #01476B;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block;
    width: 100%;
}

.trip-preview span.data{
    font-weight: 400;
    float: left;
    width: auto;
}
.trip-preview span.codice{
    display: none;
    font-weight: 400;
    float: right;
    width: auto;
}

.trip-preview span strong{
    font-size: 1.5rem;
    font-weight: 600;
}

.trip-preview a {
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    text-align: center;
    background-color: #95C11F;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.6rem;
    padding-bottom: 0.4rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.title-form{
    color: #1C7CBF;
}

.modal-content .title{
    color: #1C7CBF;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.3rem;
}

p.titolo_immagine {
    position: relative;
    text-align: right;
    top: 0;
    margin-right: 2rem;
    font-size: 3rem;
    line-height: 3.5rem;
    height: 6rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    margin-top: 4rem;
}
label.lab_prezzo {
    color: #6cda15;
}
span.span_prezzo {
    color: #6cda15;
}
.hiddenL {
    display: none !important;
}

<!-- -->
@media only screen and (min-width: 1020px) {

    .trip-preview {
        height: 25.685rem;
    }

    .trip-preview .copertina {
        height: 16.579rem;
        width: 100%;
        float: none;
    }

    .trip-preview .descrizione {
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
        height: 6rem;
        width: 49.5rem;
        float: none;
        margin-left: 2rem;
        margin-top: 2rem;
        padding: 0.5rem;
    }

    .trip-preview h3 {
        text-align: center;
        margin-top: 0.5rem;
        font-weight: 400;
        color: #353b47;
        border-bottom: none;
        text-decoration: underline;
        letter-spacing: 0.1rem;
    }

    .trip-preview label {
        width: 5rem;
        font-size: 1.1rem;
        text-transform: uppercase;
        float: left;
    }

    .trip-preview label:after {
        content: ":";
        font-weight: bold;
        color: #01476B;
        width: 100%;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .trip-preview span {
        font-size: 1.1rem;
        width: 7rem;
        float: left;
        margin-top: 0.9rem;
    }

    .trip-preview span.data {
        position: absolute;
        font-weight: bold;
        width: 16rem;
        margin-top: 2.9rem;
        margin-left: 1rem;
    }

    .trip-preview span strong {
        font-size: 1.04rem;
    }

    label.lab_durata {
        margin-left: 19rem;
        margin-top: 1.2rem;
    }

    span.span_prezzo {
        color: #6cda15;
        margin-top: 0.9rem;
    }

    label.lab_prezzo {
        margin-top: 1.2rem;
        color: #6cda15;
        margin-left: 4.5rem;
    }

}
@media only screen and (max-width: 1019px) and (min-width: 0px) {

    .trip-preview span.data{
        font-size: 0.7rem;
    }
    .trip-preview span.codice{
        font-size: 0.7rem;
    }
    .trip-preview{
        height: auto;
    }
    .trip-preview .copertina{
        width: 100%;
        height: 13rem;
    }
    .trip-preview .descrizione {
        width: 100%;
    }
    .trip-preview h3 {
        margin-top: 0.2rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.5rem;
        font-weight: normal;
    }
    .trip-preview h3 {
        margin-top: 0.2rem;
        text-transform: uppercase;
        line-height: 2rem;
        font-weight: normal;
        width: 100%;
        height: auto;
        font-size: 1.5rem;
        clear: both;
    }
    .trip-preview label{
        font-weight: bold;
        display: block;
        width: 100%;
        font-size: 0.8rem;
        text-transform: uppercase;
        line-height: 1rem;
        margin-top: 0.7rem;
    }

    .trip-preview span{
        display: block;
        width: 100%;
        font-size: 1rem;
    }
    #modal-mobile.modal .modal-footer .btn-flat {
        background-color: #95C11F;
        font-size: 0.9rem;
        color: #ffffff;
        float: none;
        text-align: center;
        margin: auto;
        display: block;
        max-width: 15rem;
    }
    .modal.bottom-sheet{
        max-height: 60%;
        z-index: 100000000!important;
    }
    #modal-mobile.modal .modal-footer{
        height: auto;
    }
    #modal-mobile.modal .modal-content .row{
        margin-right: 0;
    }
    p.titolo_immagine {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}