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

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

h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #0161aa;
  border-bottom: 2.5px solid #0161aa;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #0161aa;
  border-bottom: 2.5px solid #0161aa;
  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: #0161aa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: bold;
  font-size: 16pt;
  color: #0161aa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}
a {
  color: #0161aa;
  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: #0161aa;
  box-shadow: 0 3px 0 #016fc3;
  font-size: 16px;
  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;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #017edd;
}

#content a.landingLinks {
  display: block;
  border-radius: 2px;
  background: #0161aa;
  padding: 35px 15px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-decoration: none;
}

#content a.landingLinks:hover {
  background: #016fc3;
  transition: all 0.2s ease-out;
  transform: translateY(-3px);
  box-shadow: 7px 7px 10px #dedede;
}

#content a.landingLinks:active {
  background: #0161aa;
  transition: all 0.2s ease-in;
  transform: translateY(-1px);
  box-shadow: 3px 3px 10px #dedede;
}

#content a.modifyButton {
  display: block;
  border-radius: 2px;
  border: 2px solid #0161aa;
  background: #ffffff;
  padding: 25px 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  color: #0161aa;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-decoration: none;
}
#content a.modifyButton:hover {
  color: #017edd;
  text-decoration: none;
  background: #ffffff;
  transition-duration: 0.4s;
  transform: scale(1.02);
}

.landingSection {
  margin-bottom: 20px;
}

#index_header {
  background-color: #0161aa;
  padding: 15px 5px;
  margin-top: -7px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #999;
  color: #fff !important;
  text-shadow: 1px 1px #000;
  font-family: "Helvetica Neue", Helvetica, 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;
}
table#amenitytable tbody tr:nth-child(2n) {
  background: none;
}
table#amenitytable tbody tr#grayRow {
  background: #f9f9f9 !important;
}
div#content table td.amenity {
  background: #0161aa !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;
}

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

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

/*___@! MEDIA QUERIES @!__*/

@media only screen and (max-width: 902px) {
  table.maptable tbody tr:nth-child(4) td {
    padding: 10px !important;
  }

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

@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: 0.6em;
  }
}

@media only screen and (max-width: 590px) {
  .descriptiontable tbody tr td {
    font-size: 0.9em;
  }
}

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

#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", Helvetica, Arial, sans-serif;
}
p.smaller.padTop {
  margin-top: 30px;
}

/* GBR */
.left fieldset {
  line-height: 1.5em;
}
.left fieldset label {
  line-height: 1em;
}
table.formcols {
  border: none !important;
}
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 {
  border: 1px solid #888 !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;
}
#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;
}

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