.row {
	width: 1024px;
}

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

table tr {
	background: none !important;
}

table tbody tr td {
	background: none !important;
	color: #666666;
}

ul, ol, li {
	list-style-position: inside !important;
}

.no-padding {
	padding: 0px;
}

img {
	display: block;
}

body {	
	font-family: 'Open Sans', Arial, sans-serif;
}

h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #711471;
}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #711471;
}
h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #711471;
}
h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #711471;	
}

/* Content */

#content {
	padding: 10px 15px 15px 15px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

#content a {
	color: #2ba6cb;
}
#content a:hover {
	color: #2795b6;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff !important;
	background: #9865aa;
	box-shadow: 0 3px 0 #7a5188;
	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: #ad84bb;
	box-shadow: 0 3px 0 #9060a2;
	cursor: pointer;
	text-decoration: none !important;
}
.row.landingSection {
	margin-bottom: 40px;
}
.row.landingSectionTop {
	margin-top: 40px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.mobileHide {
		display: none;
	}
}

/* NCTM Header */

.top-bar {
	background: none repeat scroll 0% 0% #003767 !important;
	height: 5px !important;
	min-height: 5px !important;
	width: 100% !important;
	margin: 0px !important;
	display:none;
}

.top-menu {
	float: right !important;
}

.top-menu a {
	color: #fff !important;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	line-height: 35px !important;
	display: inline-block  !important;
	margin-left: 15px;
}

.top-menu a:hover {
	/* background: #; */
	color: #fff;
}

.nctmlogo {
	background: #fff;
	height: 100px;
	border-bottom: 4px solid #00a4e4;
}

.nctm {
	margin: 19.5px 0px !important;;
}

.nctm img {
	float: left;
	width: 320px;
	height: 61px;
	position: relative;
}

.vendor {
	margin: 7.5px 0px;
}

.vendor img {
	width: auto !important;
	height: 85px;
	float: right;
}

/* NCTM styles */

.reserve-bar {
	background: #f4f4f4;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	text-align: left;
	border-top: 3px solid #711471;
}

.reserve-bar span {
	background: #711471;
	display: inline-block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 15px 12px;
}

.fax-bar {
	background: #f4f4f4;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	text-align: left;
	border-top: 3px solid #711471;
	margin-top: 25px;
}

.fax-bar span {
	background: #711471;
	display: inline-block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 15px 12px;
	width: 90px;
}

.phone-bar {
	background: #f4f4f4;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 95%;
	text-align: left;
	border-top: 3px solid #711471;
	margin-top: 15px;
}

.phone-bar span {
	background: #711471;
	display: inline-block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 15px 12px;
	width: 90px;
}

#phone-section tr {
	background: #fff;
}

.email-bar {
	background: #f4f4f4;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 95%;
	text-align: left;
	border-top: 3px solid #711471;
}

.email-bar span {
	background: #711471;
	display: inline-block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 15px 12px;
	width: 90px;
}

.white-box {
	width: 100%;
	color: #ffffff;
	background:  #1279c6;
	background-size: 280px 180px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding: 35px;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

#content .white-box a {
	color: #ffffff;
}

#content .white-box a:hover {
	color: #ffffff;
	text-decoration: none;
}

.white-box2 {
	width: 100%;
	background:  #e0e0e0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	padding: 15px;
	text-align: center;
	margin: 0px;
}

#content .white-box2 a {
	color: #00263a;
}

#content .white-box2 a:hover {
	text-decoration: none;
}

.sweepstakes-box {
	border: 2px solid #711471;
	padding: 3px;
	height: auto;
	margin-bottom: 20px;
}

.sweepstakes-p {
	border: 1px solid #711471;
	padding: 3px;
	height: 100%;
	line-height: 19px;
	margin: 0;
}

.atc {
	border-width: 5px 1px 1px;
	border-style: solid;
	border-color: #FFC20E #DDD #DDD;
	margin-top: 20px;
	padding: 0 10px 10px 10px;
}

.atc h6 {
	background: #FFC20E;
	padding: 8px 15px;
	margin: 0px 0px 0px -10px;
	color: #711471;
	font-size: 18px;
	display: inline-block;
}
table.atc-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
table.atc-contact td {
	padding: 0px;
}

#content .webchat {
	background-color: #3276b1;
	border: 1px solid #285e8e;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-weight: 16px;
	margin-top: 15px;
	padding: 8px 0;
	text-align: center;
	width: 95%;
}

#content .webchat:hover {
	background-color: #285e8e;
	color: #ffffff;
	text-decoration: none;
}

#content .webchat:visited {
	color: #ffffff;
}

/* MCI styles */

#map {
	border: 1px solid #000 !important;
	height: 500px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 700px;
}
#content.amenityContent {
	padding: 20px 10px 20px 10px;
}
.amenitymaplink {
	text-align: right;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
}
#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}
.amenity {
	background-color: #9865aa !important;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
.amenityhotel {
	text-align: left !important;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}

.small {
	font-size: 15px;
	font-weight: 400;
}
.smaller {
	font-size: 11px;
	line-height: 1em;
}

.wj_errormsgs {
	text-align:center;
}

#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}

#wj_main_errormsgs ul li {
	color: red;
}

#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;
}


/* NAV overrides */
.nav {
	border-top: 3px solid #00a4e4;
	font-weight: 700;
	background:#711471;
}
.nav-item {
	font-size: 14px;
}
.nav-item a {
	background:#711471;;
	color:#ffffff;
	padding:10px 9.5px;
}
.nav-item > a:hover {
	background:#00a4e4;
	color: #ffffff;
	text-decoration: none;
}
.nav-mobile {
	background-color: #711471;
}
.nav-click:hover {
	background-color:#00a4e4;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #711471;
	}
}



/* 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;
}


table#allotmentRecap {
	margin-bottom: 10px;
}
table#allotmentRecap td {
	text-align: center;
	padding: 2px;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}
table#allotmentRecap td.leftAlign {
	text-align: left;
}
table#allotmentRecap tr.Brow {
	border-bottom: 1px solid #999999;
}


#gdpr-injection #gdpr-options {
	width: 94%;
}