
.search-field-input {
    border: 0px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-color: #E9E9E9;
    max-width:50%;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1;
    box-sizing: border-box;
    width: 90%;
    height:30px;
    overflow: hidden;

}

.search-field-input.admin {
    border: 0px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-color: #E9E9E9;

    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1;
    box-sizing: border-box;

    height:30px;
    overflow: hidden;

}
.search-date-input {
    border: 0px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-color: #E9E9E9;

    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1;
    box-sizing: border-box;
    height:30px;

}
.search-field-input-icon {
    background-color: hsla(0,0%,100%,.2);
    color: #000;

}
.search-date{
    background-color:#f22222;
    margin-left:10px;
}

.searchoptions {
    background-color: #000;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    width:100%;

}
.searchcityname{
    text-color: #fff;
}
.searchoptions span {
    padding-left:10px;
    background-color: inherit;
    top:15px;
    color: #999;


}

.searchoption{
    float: left;
    background-color: inherit;
}
.searchcityname{
    text-color:#fff;
}
.searchoption input[type="checkbox"]{
    margin: 0 0 0 0;
}
.search button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-style: solid;

    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    left:-5px;
    height:30px;
    width:50px;
    font-size: 1.4em;
    line-height: 1.1;
    top:-2px;
    padding: 3px 0 3px 0 ;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    background-color: #a9a9a9;
    color: #fff;

}

.search button:hover, .button:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-style: solid;

    cursor: pointer;
    left:-5px;
    height:30px;
    width:50px;
    font-size: 1.4em;
    line-height: 1.1;
    top:-2px;

    text-align: center;
    display: inline-block;
    font-size: 1em;
    background-color: #00acab;
    color: #fff;

}

.searchround button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;

    border-style: solid;

    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    left:-5px;
    height:30px;
    width:50px;
    font-size: 1.4em;
    line-height: 1.1;
    top:-2px;
    padding: 3px 0 3px 0 ;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    background-color: #a9a9a9;
    color: #fff;

}

.searchround button:hover, .button:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;

    border-style: solid;

    cursor: pointer;
    left:-5px;
    height:30px;
    width:50px;
    font-size: 1.4em;
    line-height: 1.1;
    top:-2px;

    text-align: center;
    display: inline-block;
    font-size: 1em;
    background-color: #00acab;
    color: #fff;

}
