#bookingexpert {
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}

#searchbox {
    position: relative;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    text-align: center;
}

#searchbox .searchboxTitle {
    text-transform: uppercase;
    background: #006AFF;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 20px;
    display: none !important;
}

#searchbox form {
    float: left;
    padding: 0px;
    overflow: hidden;
}

#searchbox div {
    float: left;
    margin: 10px 10px 0 0;
    overflow: hidden;
}

#searchbox label {
    display: block;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}

#searchbox input, #searchbox select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 0px 0px 10px;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    border: 2px solid #006AFF;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
}

#searchbox input[name="checkin"], #searchbox input[name="checkout"] {
    background: url(calendar.png) no-repeat 97% center #fff;
    text-align: center;
}

#searchbox input[type="submit"] {
    display: inline-block;
    float: left;
    width: 100px;
    height: 27px;
    font-size: 15px;
    font-weight: 600;
    line-height: 2px;
    margin: 26px 0 0 0;
    padding: 0px;
    text-transform: uppercase;
    background: #006AFF;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

#searchbox input[type="submit"]:hover{
    background-color: #ffffff !important;
    color: #006AFF;
    border-color: #006AFF;
    border: solid 2px;
}

#searchbox .searchboxCredits {
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 13px 0 15px 20px;
    overflow: hidden;
    display: none !important;

}

#searchbox .searchboxAdd, #searchbox .searchboxArea {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    display: none !important;

}

#searchbox .searchboxAdd {
    top: 6px;
    display: none !important;

}

#searchbox .searchboxArea {
    top: 27px;
    display: none !important;

}

#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 9001 !important;
}
#searchbox .searchboxCredits {
    display: none !important;

}
select { text-align-last:center; }

.ui-widget-content {
    border: 2px solid #006AFF;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    border-radius: 10px;
}
    .ui-widget-header {

        background: #006AFF url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222222;
        font-weight: bold;
        border-radius: 10px;
    }
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        border-radius: 10px;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 2px solid #006AFF;
        border-radius: 10px;
        background: #ffffff url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #348BFE;
        text-align: center;

    }

    .ui-datepicker .ui-datepicker-buttonpane button {
      
        background: #006AFF;
        color: #fff;


    }
 
/* --- responsive --- */

@media (max-width:600px) {
    #searchbox form {
        float: none;
        padding: 10px 20px 20px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #bbb;
    }

    #searchbox div {
        float: none;
        margin: 10px 0 0 0;
    }

    #searchbox .searchboxCredits {
        float: none;
        text-align: center;
        margin: 10px auto;
        display: none !important;

    }

    #searchbox .searchboxAdd, #searchbox .searchboxArea {
        position: relative;
        top: auto;
        right: auto;
        color: #555;
        margin: 10px 0 0 0;
        display: none !important;

    }

    #searchbox .searchboxAdd:before, #searchbox .searchboxArea:before {
        float: left;
        width: 16px;
        height: 16px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        margin: 0 7px 0 20px;
        border-radius: 3px;
        display: none !important;

    }

    #searchbox .searchboxAdd:before {
        content: '+';
        line-height: 16px;
        font-size: 20px;
        background: #444;
        display: none !important;

    }

    #searchbox .searchboxArea:before {
        content: '-';
        line-height: 11px;
        font-size: 28px;
        background: #888;
        display: none !important;
    }
#searchbox input[type="submit"] {
    
    width: 100%;


    }
}