/* MOONLIGHT BAY APARTMENTS */

/* ROOM MOANAGER GADGET CUSTOMS */
body div.roomTypesGadget { font-family: 'Raleway', sans-serif; color: #000; }
#bookGrid { display:inherit; }
.bookGridHome { width: 100%; display: none; }
.bookGridHome .inSiteCheck { text-align: center; }
.bookGridHome select { width: 100%; height: 40px; border-radius: 0px; padding: 4px; }
.bookGridHome button { height: 40px !important; border-radius: 0px; padding: 12px 18px; background-color: #65818D; color: #FFF !important; }
body div.roomTypesGadget { border: 0px; border-radius: 0px; }
body div.roomTypesGadget div.searchTools div.checkIn a span.text { height: 40px; position: relative; z-index: 2; padding: 4px 30px 0 8px; display: block; width: 16em; color: #000; white-space: nowrap; }
body div.roomTypesGadget div.searchTools { height: auto; zoom: 1; line-height: 1.6em; padding: .5em 1em 0 1em; position: relative;
	border-top-right-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
body div.roomTypesGadget div.searchTools { background: none; background-color: #eaeaea; color: #0a0a0a; position: relative; margin: 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 0; }

body div.roomTypesGadget div.searchTools {
    height: auto;
    zoom: 1;
    line-height: 1.6em;
    padding: .2em 1em;
    background: none; background-color: #eaeaea; 
    position: relative;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}

body div.roomTypesGadget div.displayGrid table th, body div.roomTypesGadget div.displayGrid table td { border-top: none; border-bottom: none; text-align: center; padding: 3px; }

body div.roomTypesGadget div.displayGrid table tbody td.button a.nonConsec { background-color: #65818D; margin: 4px auto; }

body div.roomTypesGadget div.displayGrid table tbody td.button { background: none; background-color: #65818D; }

body div.roomTypesGadget div.displayGrid table tbody td.button a {
    display: block;
    text-align: center;
    font-size: 90%;
    line-height: 1em;
    width: 100%;
    margin: 0 auto;
    padding: 4px 7px;
    height: auto;
    background: none;
    background-color: #14679e;
    text-decoration: none;
    position: relative;
}

@media (max-width: 767px) {
	.zoom-container { width: 50%; }
}

@media (max-width: 480px) {
	.zoom-container { width: 100%; }
}

