.left {
    float: left;
    position: relative;
}
.right {
    float: right;
    position: relative;
}
.inline {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
#searchbox * {
    box-sizing: border-box;
}
#searchbox {
    color: #616161;
    display: inline-block;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#searchbox .search-row {
    margin: 5px;
    width: 140px;
}
#searchbox .search-row input,
#searchbox select {
    background: none;
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 31px;
    margin: 0;
    padding: 3px;
    width: 102%;
}
#searchbox .search-row img {
    display: none;
}
#searchbox .search-row.calendar input {
    background: url('../images/calendar.png') no-repeat scroll 95% center #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 3px;
}
#searchbox #btnBookNow {
    background-color: #616161;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 31px;
    line-height: 31px;
    margin: 5px;
    padding: 0;
    width: 140px;
}
#searchbox #btnBookNow:hover {
    background-color: #444444;
    color: #ffffff;
}
#ui-datepicker-div {
    font-size: 14px;
    z-index: 10000000 !important;
}
.search-row .select-wrapper::before {
    color: #333333;
    height: 31px;
    line-height: 31px;
}