/*KEY:
  @! --> indicates custom CSS updates
*/

div#main-container {
    max-width: 1024px;
    margin: 0 auto;
}

#top-banner {
    background: url('banner.jpg');
	max-width: 1024px;
	background-color: #fff;
    height: 0;
    padding-bottom: 19.5%;
    background-size: contain;
}

div#content {
    padding: 20px 40px 20px 40px;
    background: none repeat scroll 0 0 #fcfcfc;
    margin: 0 auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
  height:auto;
  background-color: #fff;
}

table {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table td {
	background: none !important;
}

h1 {
	font-family: 'Open Sans', "Open Sans Light", sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #231f20;
	border-bottom: 2.5px solid #231f20;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Open Sans', "Open Sans Light", sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #231f20;
	border-bottom: 2.5px solid #231f20;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
  }

h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #231f20;
	font-family: 'Open Sans', "Open Sans Light", arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}

a {
	color: #4aacc5;
	text-decoration: none;
}

#form_link {width:100% !important; white-space: nowrap !important; font-size: 1em !important; }


input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
	background: #231f20;
	box-shadow: 0 3px 0 #000000;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #000000;
}

#wj-nav {
	margin-top: -10px;
	margin-bottom: 10px;
	height: 33px;
}
#wj-nav ul {
	list-style: none;
	padding-left: 0px;
}
#wj-nav ul li {
  margin-top:-4px;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Open Sans', "Open Sans Light";
	text-align: center;
	width: 19.99%;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
}


#wj-nav ul li a {
	color: #ffffff;
	background-color: #4aacc5;
	text-decoration: none;
	padding: 7px 5px 6px 5px;
	text-transform: none;
	display: block;
	transition:background-color 0.2s ease-in-out !important;
	-webkit-transition:background-color 0.2s ease-in-out !important;
	-moz-transition:background-color 0.2s ease-in-out !important;
}
#wj-nav ul li a:hover {
	background-color: #64c0d7;
}

div.landingButton {
	display: block;
	border-radius:2px;
	background: #231f20;
	padding: 35px 15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: 'Open Sans', "Open Sans Light", sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
div.landingButton a {
	color: #ffffff;
	text-decoration:none !important;
	letter-spacing: 1px;
}

div.landingButton a:hover {
	color: inherit;
	text-decoration:none !important;
}
div.landingButton:hover {
	background: #000000;
	text-decoration:none !important;
	transition-duration: .4s;
	transform:scale(1.02);
}

div.modifyButton {
	display: block;
	border-radius:2px;
	border: 2px solid #231f20;
	background: #ffffff;
	padding: 25px 10px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #231f20;
	font-size: 22px;
	font-family: 'Open Sans', "Open Sans Light", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
	margin-bottom: 20px;
}
div.modifyButton a {
	color: #231f20;
	text-decoration:none !important;
	letter-spacing: 1px;
}
div.modifyButton a:hover {
	color: inherit;
	text-decoration:none !important;
}
div.modifyButton:hover {
	background: #ffffff;
	text-decoration:none !important;
	transition-duration: .4s;
	transform:scale(1.02);
}

.landingSection {
	margin-bottom: 20px;
}

  #index_header {
  background-color: #4aacc5;
  padding:15px 5px;
  margin-top:-7px;
  margin-bottom: 10px;
  align:center;
  border-radius:2px;
  box-shadow:3px 3px 3px #999;
  color:#fff !important;
  text-shadow:1px 1px #000;
  font-family:'Open Sans','Arial',sans-serif;
}

Input#arrivalDate.date.required.hasDatepicker {background-color: #fff;}
Input#departureDate.date.required.hasDatepicker {background-color: #fff;}

/* MCI USA Styles */
div#content #amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

div#content #amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
div#content #amenitytable tbody tr:nth-child(even) {
	background: #f9f9f9 !important;
}
div#content table td.amenity {
	background: #4aacc5 !important;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
div#content table td.amenity a.amenity {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
div#content table td.amenity a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.amenityhotel {
	text-align: left !important;
}

.descriptiontable {
	width: 100%;
  margin-right: auto;
  margin-left: auto;
}
td.amenitymaplink {
	text-align: right;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}

#map {
	max-width:750px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
}

.mapkey {
  max-width:750px;
	width: 750px;
	text-align: left;
}

/*@! remove 'click here to download a printable version of this map' on areamap page @!*/
#main-container #content table.maptable tbody tr td p{display: none !important;}

table.maptable tbody tr:nth-child(4) td {
  padding-left:50px;
}

.call {
	font-weight: bold;
	color: #023473; /*#0135a4*/
}
legend {
	color: #00305e; /*#0135a4*/
	font-size: 1.2em
}
.wj--required {
	color: red;
}
#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#wj_hou_info {
	width: 100%;
}
#wj_ecc_Text {
	text-align: center
}
.wj_confRes_buttons {
	text-align: center;
}
.print-only {
	display: none;
}

/*ABOVE IS THE CSS FOR MAP, AMENITYTABLE*/


.click-nav {
	margin:0px auto !important;
	width:100% !important;
}
.click-nav ul {
	position:relative !important;
	font-weight:900 !important;
	padding: 0px !important;
}
.click-nav ul li {
	position:relative !important;
	list-style:none !important;
	cursor:pointer !important;
	z-index: 6000;
}
.click-nav ul li ul {
	position:absolute !important;
	left:0 !important;
	right:0 !important;
	margin: 0 !important;
}
.click-nav ul .clicker {
	position:relative !important;
	background:#000000 !important;
	color:#ffffff !important;
}
.click-nav ul .clicker:hover,.click-nav ul .active {
	background:#000000 !important;
}
.click-nav img {
	position:absolute !important;
	top:9px;left:0px !important;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out !important;
	-webkit-transition:background-color 0.2s ease-in-out !important;
	-moz-transition:background-color 0.2s ease-in-out !important;
	display:block !important;padding:8px 10px 8px 10px !important;
	background:#000000 !important;
	color:#ffffff !important;
	text-decoration:none !important;
	text-align:center;
	z-index: 1000;
}
.click-nav ul li a:hover {
	background:#000000 !important;
}



/*___@! MEDIA QUERIES @!__*/
@media only screen and (max-width: 902px) {
	.hide-nav {
		display: none;
	}

  table.maptable tbody tr:nth-child(4) td {
    padding:10px !important;
  }

  #wj-footer {margin-left:5px !important; margin-top:2px !important;}

}

@media print{
	.hide-on-print {
		display: none;
	}
	.print-only {
		display: block;
	}
}


@media only screen and (min-width: 902px) {
	.mobile-nav {
		display: none;
	}


}

@media only screen and (max-width:800px) {
	.maptable tbody tr td {
			max-width: 600px;
		}
}

@media only screen and (max-width:484px) {
  .descriptiontable tbody tr td {

    font-size:.6em;
  }
}

@media only screen and (max-width:590px) {

  .descriptiontable tbody tr td {

    font-size:.9em;
  }
}

@media only screen and (max-width:815px) {
  div#content {
    padding:0;
  }
}



/* Fallbacks */
.click-nav .no-js ul {display:none !important;}
.click-nav .no-js:hover ul {display:block !important;}

#wj_main_errormsgs {
	text-align: center;
	color: red;
}
#wj_main_errormsgs ul {
	list-style-type: none;
}

#manageModifications input[type="button"], #cancelReservation input[type="button"], .wj_confRes_buttons input[type="button"], #confirmCancelReservation input[type="button"], div#content div form input[type="button"] {
	margin-bottom: 10px;
}
#login input[type="button"], #modSearchHotel input[type="button"] {
	margin-top: 10px;
}

p.smaller {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform:none !important;
	font-family:'Helvetica Neue', 'Open Sans', 'Arial', sans-serif;

}
p.smaller.padTop {
	margin-top: 30px;
}

/* GBR */
.left fieldset {
	line-height: 1.5em;
}
.left fieldset label {
	line-height: 1em;
}
table.formcols td, table.formcols span, table.formcols td.left fieldset {
	font-size: 14px;
}
table.formcols fieldset {
	width: 500px !important;
}
table.formcols input.password, table.formcols input.phone {
	width: 250px !important;
}
table#blockPattern tr.blockPatternDates td {
	text-align: center;
}
table#blockPattern, tr.blockPatternInputs input, select#hotelsAvail, select#hotelsSelected {
	width: 100% !important;
}
table.formcols label, #requestedSuites ol li {
	clear: both;
}
table.formcols label {
	float: left;
}
table.requestedSuites td {
	padding: 0px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline-block;
}
div#ui-datepicker-div {
	width: 234px !important;
}
table.ui-datepicker {
	width: 100% !important;
}
table.ui-datepicker td {
	padding: 0px;
	text-align: center;
}

#content div#blockrequest-content {background-color:inherit !important; background-image:url(polygon.png) !important;}
#blockrequest-content #blockform table tbody tr td div p {color:#000 !important;}
#blockform table tbody tr td #contactFields legend {background:inherit !important;}
#blockform table tbody tr td #orgFields legend {background:inherit !important;}
#blockform table tbody tr td #detailFields legend {background:inherit !important;}
