.row {
  width: 1024px;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222222;
}

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

div#content.not-emc table tr {
  background: none !important;
}

div#content.not-emc table td {
  background: none !important;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #56b3c7;
}

h1.landingHeader {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #003595;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #003595;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #003595;
}

h4,
h5 {
  color: #003595;
}

td,
th {
  font-size: 12px;
  color: #4d4d4d;
}

a {
  color: #003595;
}

a:hover {
  color: #204c9d;
  text-decoration: none;
}

.error {
  color: #ff0000;
}

.top-banner {
  padding: 0 0 10px 0;
}
.no-padding {
  padding: 0px;
}

div#content {
  padding: 20px 40px 20px 40px;
  background: none repeat scroll 0 0 white;
  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;
}

#content {
  margin-top: 20px !important;
}

h1.header {
  margin-top: 0;
  text-align: center;
}

#landingButtons a {
  display: block;
  background: #56b3c7;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 40px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
#landingButtons a:hover {
  background: #54b1c5;
  color: #ffffff;
  text-decoration: none;
}
#landingButtons .smaller {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.clear-after:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/*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: #418c01 !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%;
}
td.amenitymaplink {
  text-align: right;
}
.descriptiontable tbody tr td {
  padding: 0px !important;
}
#map {
  width: 750px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  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;
}
.print-only {
  display: none;
}

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

@media only screen and (min-width: 768px) {
  #landingButtons a.reg {
    min-height: 135px;
  }
  #landingButtons a.indiv {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 400px) {
  div#content {
    padding: 20px 0 20px 0;
    border: none;
  }
  .mobileHide {
    display: none;
  }
}

/* buttons */
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
  background: #56b3c7;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px 11px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
  background: #56b3c7;
  border: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

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

div#wj--admin-button {
  text-align: center;
}
table#wj--admin-login td {
  vertical-align: middle;
}
table#wj--admin-login input {
  margin-bottom: 0;
}

ul#socialIcons {
  float: right;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style: none;
}
ul#socialIcons li {
  float: left;
  display: inline;
  padding: 5px 5px;
}
ul#socialIcons li i.fa-circle {
  color: #555555;
}

#wjfooter {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 20px;
}
#wjfooter a.wjlink,
#wj-footer a.wjlink:hover,
.footertext {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
}
#wjfooter .footerIMG {
  background-image: url('../../../libs/img/mci_logo_40h.png');
  background-repeat: no-repeat;
  float: left;
  width: 46px;
  height: 40px;
  padding: 0;
  margin-right: 20px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  ul#socialIcons {
    float: left;
  }
}
