#headerW {
  position: fixed;
  z-index: 999;
  /* 	margin-top: -5em; */
  width: 100%;
  padding: 13px;
  border-bottom: 2px solid #d3d3d3;
}

.defHeaderW {
  background-color: #f8f8f8;
}

.home-icon {
  width: 1.2em;
  margin: 0 0.2em 0.4em -0.2em;
}

.version-text {
  font-size: 14px;
  color: #5090a0;
}


@media (max-width: 767.98px) {

  ul.navbar-nav li {
    margin-bottom: 10px;
  }

  ul.navbar-nav li:first-child {
    margin-top: 10px;
  }
}

.header-bottom {
  border-bottom: 1px solid #ccc;
}

ul#actionsTab a {
  color: #0062cc;
  font-size: 16px;
  font-weight: bold;

}

/*body {
  min-height: 75rem;
}
*/

div#map {
  height: 100%;
  width: 100%;
}

/* Result List Page */

.hotel-img {
  width: 200px;
  height: 200px;
}

.hotelItem-area {
  max-height: 250px;
}

/* checkout */
.hotel-detail-name {
  font-size: 15px;
}

.labelInput {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
  width: auto;
  line-height: unset;
  border-radius: 0;
  max-width: inherit;
  text-align: right;
  font-weight: 300;
}

.busInfo .row,
.reservationInfo .row {
  margin-top: 5px;
}

.busInfo .flex,
.reservationInfo .flex {
  display: flex;
  padding: 0;
}

.busInfo .capture,
.reservationInfo .capture {
  font-weight: 500;
  margin-right: 0;
  padding-right: 0;
}

.ruleOpen p {
  margin-bottom: 10px;
}

#manualOrderNo,
#teleOrderAuthCode {
  margin-bottom: 0;
}

.loader__label {
  font-size: 18px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  /*background: linear-gradient(250deg, #08aeea, #17cec4);*/
  background: linear-gradient(160deg, #2473d9, #5799ec);
  color: #fff;
}

.custom-table-head th {
  background-color: #6aaafa94;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}

.custom-table-head tr {
  border: 1px dashed #e6e6e6 !important;
  font-size: 12px !important;
  font-weight: 400;
}
.custom-table-head td {
  border-right: 1px solid #e6e6e6 !important;
  padding: 5px 10px !important;
  background-color: #FFFFFF;
}