﻿.boxBooking {
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    right:0;

    width:100%;
    background-color: #c9c1b1;
    z-index: 10;
    padding: 10px;
}
    .boxBooking label {
        display:block;
        font-size:11px;
        color:#fff;
        line-height: 20px;
    }

    .boxBooking .treeBooking {
        position:relative;
        display:inline-block;
        vertical-align:top;
        width:33.333%;
        padding:10px;
        color:#fff;
    }
    .boxBooking .fiveBooking {
        position:relative;
        display:inline-block;
        vertical-align:top;
        width:20%;
        padding:10px;
        color:#fff;
    }
    .boxBooking .inputBooking {
        border:1px solid #fff;
        line-height:20px;
        font-size:16px;
        color:#fff;
        padding:10px 15px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color:#b9b2a6;
        cursor:pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
        .boxBooking .inputBooking:hover {
            background-color:#b9b2a6;
        }


.overElem {
    cursor:pointer !important;
    position:relative;
}



#fromData, #toData {
    width: 280px;
    left: -22px;
    bottom: 50px;
    position: absolute;
    z-index: 4;
    display: none;
}

#peopleData, #animalData {
    position:absolute;
    opacity:0;
    width:100%;
    top:0;
    left:0;
    height:100%;
    font-size:18px;
    cursor:pointer;
}

.selected {
    background-color: #6b6b6b !important;
    color: #fff !important;
}



#richiesta-preventivo {
    background: #c9c1b1;
    outline: 1px solid #fff !important;
    outline-offset: -13px;
    padding: 60px 20px;
}


.ui-widget.ui-widget-content {
    width:100%;
}