#bookingexpert {
    /*background: #f5f5f5;*/
    background: transparent;
    width: 320px;
    overflow: hidden;
    margin: auto;
}

#searchbox {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    background-color: transparent;
}

    #searchbox .searchboxTitle {
        text-transform: uppercase;
        background: #244b90;
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        display: none;
    }

    #searchbox form {
        padding: 5px 20px;
        margin-bottom: 20px;
        /*border-bottom: 1px solid #bbb;*/
    }

    #searchbox div {
        clear: both;
        /*margin-bottom: 10px;*/
        overflow: hidden;
    }

    #searchbox label {
        /*display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;*/
        margin-bottom: 5px;
        font-family: Raleway,sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .25em;
        text-transform: uppercase;
        line-height: 1.6em;
        color: #000;
    }

    #searchbox select {
        width: 100%;
    }

    #searchbox input[type=text] {
        width: 93%;
    }

    #searchbox input[type=text], #searchbox select {
        /*height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 3px;*/
        height: 34px;
        padding: 0 3%;
        margin: 0 auto;
        display: block;
        color: #4d4d4d;
        background-color: transparent;
        border: 1px solid rgba(0,0,0,.18);
        margin-bottom: 10px;
    }

    #searchbox input[name="checkin"], #searchbox input[name="checkout"] {
        background: url(https://www.hotelleondoroverona.com/Img/template2021/calendar.svg) no-repeat 97% center transparent /*#fff*/;
    }

    #searchbox input[type="submit"] {
        /*display: block;
    width: 140px;
    height: 37px;
    line-height: 37px;
    margin: 20px auto 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f56600;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;*/
        width: 100%;
        text-align: center;
        padding: 10px 0;
        text-transform: uppercase;
        color: #f9f9f9;
        background-color: #b56953;
        border: 1px solid #b56953;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-family: Raleway,sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .25em;
        text-transform: uppercase;
        line-height: 2em;
    }

    #searchbox .searchboxCredits {
        /*display: block;*/
        display: none;
        text-align: center;
        text-decoration: none;
        margin: 15px 0;
        overflow: hidden;
        width: 120px;
        margin-left: 15px;
    }

    #searchbox .searchboxAdd, #searchbox .searchboxArea {
        /*display: none;*/
        display: block;
        font-size: 10px;
        font-weight: 600;
        color: #555;
        margin: 5px 0 0 0;
        text-decoration: none;
        text-transform: uppercase;
    }

        #searchbox .searchboxAdd:before, #searchbox .searchboxArea:before {
            display: block;
            /* display: none;*/
            float: left;
            width: 16px;
            height: 16px;
            font-weight: 400;
            text-align: center;
            color: #fff;
            margin: 0 7px 0 20px;
            border-radius: 3px;
        }

        #searchbox .searchboxAdd:before {
            content: '+';
            line-height: 16px;
            font-size: 20px;
            background: #444;
        }

        #searchbox .searchboxArea:before {
            content: '-';
            line-height: 11px;
            font-size: 28px;
            background: #888;
        }

#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 1000 !important;
    width: 275px;
}

.ui-datepicker-title select {
    display: inline-block;
    background: none;
    color: white;
    font-weight: 500;
    border: none;
    font-size: 13px !important;
}

    .ui-datepicker-title select option {
        background: #333 url(images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
    }

.half-space {
    width: 50%;
    display: inline-block;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-datepicker-calendar .ui-state-hover, .ui-datepicker .ui-datepicker-buttonpane button .ui-state-hover {
    border: 1px solid #b56953;
    background: #b56953 /*url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #b56953;
    background: #b56953 /*url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #fff;
}
