/******************************************************************************
 *     ______                                                                 *
 *    /       \                                                               *
 *   /$$$$$$  | ________  __    __   ______    ______
 *   $$ |__$$ |/        |/  |  /  | /      \  /      \                        *
 *   $$    $$ |$$$$$$$$/ $$ |  $$ |/$$$$$$  |/$$$$$$  |                       *
 *   $$$$$$$$ |  /  $$/  $$ |  $$ |$$ |  $$/ $$    $$ |                       *
 *   $$ |  $$ | /$$$$/__ $$ \__$$ |$$ |      $$$$$$$$/                        *
 *   $$ |  $$ |/$$      |$$    $$/ $$ |      $$       |                       *
 *   $$/   $$/ $$$$$$$$/  $$$$$$/  $$/        $$$$$$$/                        *
 *                                                                            *
 *   @PROJECT    : Book Extension [Bookingonlinepro.com]                      *
 *   @AUTHOR     : Azure - Developer                                          *
 *   @COPYRIGHT  : © 2019  Bookingonlinepro.com                               *
 *   @LINK       : https://bookingonlinepro.com                               *
 *   @CREATED    :  10/04/2019                                                *
 ******************************************************************************/
#book-room-search {
    float: left;
}
table#book-list-room-items {
    width: 100%;
}
table#book-list-room-items, table#book-list-room-items th, table#book-list-room-items td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table#book-list-room-items td.booking-room-info-col {
    max-width: 400px;
}
/* form search */
#form-book-room {
    float: left;
    margin-bottom: 10px;

}
.form-room-input {
    float: left;
    width: 15%;
    padding: 5px;
}
.form-room-input-first {
    padding-left: 0 !important;
}
.form-room-input label {
    font-weight: bold;
}
.form-room-input button {
    margin-top: 20px;
}
/* Style for room */
.book-room-images > img {
    width: 150px;
}
.book-room-facility {
    float: left;
    margin-right : 5px;

}
.book-room-facility span i {
    font-size : 2.5em;
}
.book-room-facility img {
    width: 35px;
    height: 35px;
}
#book-room-detail-image .item img{
    display: block;
    width: 100%;
    height: auto;
}
#book-room-result ul { list-style: none;padding: 0;margin: 10px 0; }
#book-room-result ul li { font-size: 1.6rem; }
#book-list-rooms {
    width: 100%;
    float: left;
    margin-top: 20px;
}
