#main ul {margin-left:0px;}
/* Puts filters on the left */
#gd_main-contentDisplay { float: left; width: 100%; }
	#gd-room-filters { float: left; width: 180px; padding: 10px; }
		#gd-room-filters label {font-weight:bold;}
		#gd-room-filters h3 { margin: 0 0 5px; font-size: 20px;}
		#gd-room-filters ul li.gdRoomCustomSearchMultiColumn ul li { width: 60px; }
	#gd_roomResultDisplay.gd-room-filters { float: right; width: 680px; }
	.gdRoomCustomSearchMultiColumn ul {width:150px;}
       .gd-start-over-message { clear: both; }
/* Puts filters on the left */


#gd-wrapper .gd-input-submit {background-color:#2A81C6;}

.gd-button {background-color:#2A81C6;}

/* side itinerary */
#gd-app.gd-column-itinerary #gd_roomResultDisplay.gd-room-filters { width: 470px; }

.gd-no-thanks {
    background-color: #2A81C6;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: white !important;
    font-size: 12px;
    line-height: 1em;
    padding: 5px 10px;
}
.gd-no-thanks a {
    color: white;
}
#gd-optional-services #gd-itin-expanded { display: block; }


#gd-autoRental a#gd-no-thanks-link {
color: green;
}

#gd-room-filters form{
	padding: 0;
	background: #fff;
}

#gd-room-filters ul li.gdRoomCustomSearchMultiColumn ul{
	width: 100%;
	max-width: 100%;
}
#gd-sp-searchbox form{
	padding: 0;
	background: none;
}

.gd_pagination a.gd_next, .gd_pagination span.gd_next-off,
.gd_pagination span.gd_prev-off{
	width: auto;
}

.gd_pagination a.gd_next, .gd_pagination span.gd_next-off{
	top: -8px;
	background: #eef7ff url(/reservations/media/layout/gd-icons.png) no-repeat 38px -213px;
}
.gd_pagination a.gd_prev, .gd_pagination span.gd_prev-off{
	background: #eef7ff url(/reservations/media/layout/gd-icons.png) no-repeat 5px -243px;
	top: -8px;
	right: 143px;
}

/* CONFIRMATION PAGES */
#gd_reservation_ads { float: right !important; }
#conf-socialshare {border-top:1px solid #2B7B3F; border-bottom:1px solid #2B7B3F; padding:20px 0 15px 0;}
#conf-socialshare h4 {margin-top:0px; font-size:16px;}
#conf-articles h4 {font-weight:bold;}
#gd_confirmation { width:650px; margin-right:50px; padding-top:25px;}
#gd_reservation_ads {float:left; width:200px; text-align:center; margin-right:25px;}
#gd_reservation_ads img {margin-bottom:25px;}



/*
----------------------------
CLASSES
____________________________
*/
.blue-arrow {margin-bottom:-1px;}
.view-all {font-weight:bold !important; color:#fbf154 !important;}
.signup-button {border:0; background-color:#fcee6c; margin-top:10px;}
.first-special {margin-left:35px; margin-right:15px; width:250px;}
.second-special {width:220px;}
.current-specials {margin:0 50px 0 10px;}
.news-widget {list-style-type:none;}
.news-widget li {clear:both; margin:10px 0 10px 0;}
.news-widget li a {font-size:12px; font-weight:normal; text-decoration:none; color:#434343;}
.video-tour {margin:20px 0 0 25px;}
div.clear { overflow:hidden; height:1px; clear:both; }
img.alignRight { float:right; margin:0 15px 15px 15px;}
img.alignLeft { float:left; margin:0 15px 15px 0; }
.error { color: red; }

/* Mobile app */
@charset "UTF-8";

@font-face {
  font-family: "ProximaNova-Light";
  src:url("/sites/media/fonts/ProximaNova-Light/ProximaNova-Light.eot");
  src:url("/sites/media/fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("/sites/media/fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"),
    url("/sites/media/fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype"),
    url("/sites/media/fonts/ProximaNova-Light/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

body.gd-pe-mobile-app { background-color: #f5f5f5; color: #333333; }
body.gd-pe-mobile-app .gd-iqwareFeatures-input-submit { background-color: #0ab6f6; }
body.gd-pe-mobile-app .gd-iqwareFeatures-input-submit:disabled { background-color: #f5f5f5; color: #333333; }

.highlight-text {
    color: #000;
}
#gd-pe-mobile-wrapper, body {
    background-color: #fff;
    color: #000;}
    body.gd-pe-mobile-app .gd-iqwareFeatures-input-submit {
    background-color: #6DB936;
}
body{
  background:#fff;
}
#gd-packages-filterForm-coursesSelect {
    display: none;
    z-index: 80;
}

/*Start fix Reservations confirm - 06-27-2017*/

#gd_confirmation {
width: auto;
}

#gd_reservation_details {
width: calc(100% - 250px);
float: left;
}

#gd-ConfirmationPageContent {
    width: calc(100% - 250px);
}

.conf-entry {
    display: inline-table;
}

#gd-ConfirmationPageContent a img {
    display: inline;
}

#gd_reservation_details p:last-child {
    margin: 0;
    margin-bottom: 12px;
}
.gd_account, .gd-account {
    display: none;
}
/*End fix Reservations confirm */