/* STYLE_1 */
body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #ffffff;
    color: #000000 !important;
}
#BookSubmit, .BookSubmit {     /* ADD_TO_TRIP_OR_SUBMIT */
    margin: 8px 0px;
    padding: 6px 18px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background-color: #000;
    border: 4px double #fff;
    text-decoration: none;
}
#BookSubmit:hover, .BookSubmit:hover {  /* ADD_TO_TRIP_OR_SUBMIT */
    color: black;
    background-color: #fff;
    border: 4px double #636363;
}
.aai_book_row {
    margin: 2px 0px;
    font-size: 14px;
    line-height: 1.3;
}
.visibility_Hidden {
    visibility: hidden;
}
.aai_center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 2px;
}
.aai_set_left {
    padding-top: 2px;
}
.aai_nada {
    border:0;
    padding:0;
    margin:0;
    line-height:0;
    font-size:0px;
    width:0px;
    height:0px;
}
.aai_set_val {
    color: #a02929;
    cursor: pointer;
}
.aai_set_val:hover {
    text-decoration: underline;
}

#showDateRange {
  white-space: nowrap;
}
#showDateRange, #selectRooms, #selectAdults, #selectChildren, #selectPromo {
    border: 1px solid #595959;
    background-color: #fff;
    cursor: pointer;
    margin: 2px;
    padding: 5px 4px;
    display: inline-block;
    height: 32px;
    color: #595959;
    font-size: 14px;
}
#showStartDate, #showEndDate {
    margin: 2px;
    color: #595959;
    font-size: 14px;
}
#selectRooms, #selectAdults, #selectChildren {
    width: 56px;
}
#selectPromo {
    width: 100px;
}
#showDateRange:hover, #selectRooms:hover, #selectAdults:hover, #selectChildren:hover, #selectPromo:hover {
    background-color: #fafafa;
}
#pasteReserve {
    height: 0px;
    margin: 0px;
    cursor: pointer;
}
