.row {
  width: 1024px;
}

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

table tr {
  background: none !important;
}

table td {
  background: none !important;
}

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

.no-padding {
  padding: 0px;
}

h1,
h2 {
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 23px;
}
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 18px;
}

/* Content */

#content {
  padding: 20px 40px 20px 40px;
  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;
  color: #222222;
}

#content a {
  color: #f15d48;
}
#content a:hover {
  color: #f47d6d;
  text-decoration: underline;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
  color: #ffffff;
  background: #527d93;
  box-shadow: 0 3px 0 #426476;
  font-size: 16px !important;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  color: #ffffff !important;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
  background: #7597a9;
  box-shadow: 0 3px 0 #4e778c;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
}
input[type='button']:disabled,
input[type='submit']:disabled,
input[type='reset']:disabled,
button:disabled,
.button:disabled {
  background: #c0c0c0;
  box-shadow: 0 3px 0 #999999;
  cursor: auto;
}

/*
#content a.landingLinks {
	display: block;
	background: #5c348d;
	margin: 20px 0;
	padding: 30px 25px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
}
#content a.landingLinks:hover {
	background: #67599e;
	color: #ffffff;
	text-decoration: none;
}*/

.row.landingSection {
  margin-bottom: 20px;
}
.row.landingSectionTop {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* AHIMA */

.reserveBar {
  background: #527d93;
  width: 100%;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 10px;
  height: 48px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 10px;
}

.reserveBar h1 {
  color: #ffffff;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  text-align: left;
}
#content a.landingLinks {
  background: #f15d48;
  color: #fffeff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 700;
  width: 90%;
  padding: 45px 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 5px 5px 3px #ccc;
}

#content a.modifyLinks {
  background: #f15d48;
  color: #fffeff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 90%;
  padding: 15px 0;
  margin: 0 auto 25px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 5px 5px 3px #ccc;
}

#content a.landingLinks:hover,
#content a.modifyLinks:hover {
  background: #f47d6d;
  text-decoration: none;
}

table#phone-section {
  border: 0px !important;
}
table#phone-section td {
  padding: 2px 20px 2px 0px !important;
}
.phoneline {
  font-size: 16px;
  font-weight: bold;
}
.pad4 {
  padding: 0 4%;
}

/* MAP, AMENTIES, etc. */
#map {
  border: 1px solid #000 !important;
  height: 600px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  width: 800px;
}
#content.amenityContent {
  padding: 20px 0px 20px 0px;
}
.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;
}
#content.wj-cfm-content table td.amenity {
  background-color: #527d93 !important;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
#content a.amenity {
  font-weight: normal;
  color: #ffffff;
}
#content a.amenity:hover {
  text-decoration: none;
  color: #ffffff;
}
.amenitysmall {
  padding: 5px;
  font-size: 12px;
  text-align: center;
}
.amenityhotel {
  text-align: left !important;
  font-size: 12px;
  font-weight: bold;
}
.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;
}

#wj--admin-button {
  text-align: center;
}

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

/* NAV overrides */
.nav {
  font-weight: 500;
}
.nav-item {
  margin-bottom: 2px;
  font-size: 14px;
}
.nav-item a {
  background: #527d93;
  color: #ffffff;
}
.nav-item > a:hover {
  background: #7597a9;
  color: #ffffff;
  text-decoration: none;
}
.nav-mobile {
  background-color: #527d93;
}
.nav-click:hover {
  background-color: #7597a9;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav {
    background: #527d93;
  }
}
