html {
  position: relative;
  min-height: 100%; }
  html body {
    background-color: #eff0f6; }
  html #nprogress .spinner {
    right: 55px; }
  html .travco-form-wrapper {
    display: inline-block;
    width: 100%;
    padding: 16px;
    margin-bottom: 40px;
    background-color: #fcfcfc;
    padding-top: 0;
    margin-top: 80px; }
  html .search-action {
    margin-top: 20px; }
    html .search-action #clear {
      margin-left: 16px; }
  html .form-wrapper {
    margin: 0;
    padding: 10px 50px;
    background-color: #f5f5f5;
    min-height: 390px; }
    html .form-wrapper.no-min-height {
      min-height: 0; }
    html .form-wrapper .form-section {
      border-top: 1px dashed lightgray;
      padding-top: 5px; }
  html .form-field {
    display: block;
    margin-bottom: 24px; }
    html .form-field.section {
      margin-top: 80px; }
    html .form-field.margin-top-bottom {
      margin: 30px 0; }
    html .form-field.hr {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 20px; }
    html .form-field .form-field-half {
      display: inline-block;
      margin: 0 20px 0 0; }
    html .form-field .form-field-third {
      display: inline-block;
      margin: 0 23.53px 0 0;
      width: 140px;
      vertical-align: top; }
      html .form-field .form-field-third:nth-of-type(4n + 0) {
        margin-right: 0; }
    html .form-field .form-field-remarks {
      display: inline-block;
      width: 480px; }
    html .form-field .true-false-btn-group {
      height: 34px; }
    html .form-field .breakline {
      display: block; }
    html .form-field .capitalize input {
      text-transform: capitalize; }
    html .form-field ul.hotel-images {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      html .form-field ul.hotel-images li {
        height: 100px;
        margin-top: 10px;
        min-width: 20%; }
        html .form-field ul.hotel-images li img {
          max-width: 100%;
          max-height: 100%;
          margin: 10px;
          object-fit: fill; }
  html .hotel-rating,
  html .city,
  html .contractor {
    margin-top: 24px; }
  html .search-form-wrapper::before {
    content: '';
    position: relative;
    display: inline-block;
    left: 50%;
    top: 230px;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background: #fcfcfc; }
  html .search-form-wrapper.open::before {
    top: 330px; }
  html .search-form-wrapper .ts-search-advance-btn {
    display: block;
    cursor: pointer;
    font-weight: 400;
    color: #737373;
    position: relative;
    top: 10px;
    padding: 6px 15px;
    text-align: center; }
    html .search-form-wrapper .ts-search-advance-btn::after {
      content: '';
      border-left: 1px solid #737373;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      height: 13px;
      display: block; }
    html .search-form-wrapper .ts-search-advance-btn::before {
      content: '';
      border-top: 1px solid #737373;
      position: absolute;
      top: 36px;
      left: 50%;
      transform: translateX(-50%);
      width: 15px; }
    html .search-form-wrapper .ts-search-advance-btn.open::after {
      display: none; }
    html .search-form-wrapper .ts-search-advance-btn:hover {
      color: #14132a;
      text-decoration: underline; }
      html .search-form-wrapper .ts-search-advance-btn:hover::after {
        border-color: #14132a; }
      html .search-form-wrapper .ts-search-advance-btn:hover::before {
        border-color: #14132a; }
  html .search-result-wrapper {
    display: inline-block;
    width: 920px;
    vertical-align: 515px;
    margin-left: 20px; }
    html .search-result-wrapper .create-btn-wrapper {
      display: inline-block;
      left: 100%;
      margin-left: -132.05px;
      position: relative; }

.latitude-input input,
.longitude-input input {
  text-align: left;
  padding-left: 10px; }

#ddlAmenities {
  z-index: 3; }

.row {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.header-margin {
  margin: 50px 0 80px 0; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.selected-tab {
  text-decoration: underline;
  font-weight: bold; }

.nav-sub-section > li {
  text-align: right;
  padding: 5px 5px 0px 5px; }

.nav-sub-section > li > button {
  width: 180px; }

.nav-container > li {
  text-align: right;
  padding: 5px 5px 0px 5px; }

.nav-container > li > button {
  width: 200px; }

.cc-align-field {
  top: 31px; }

.opaque-hotel-align-field {
  top: 31px; }

.alternative-name-align-field {
  top: 31px; }

.fax-align-field {
  top: 31px; }

.z-index0-input input {
  z-index: 0 !important; }

.z-index0 {
  z-index: 0 !important; }

.btn-200px {
  width: 200px; }

.top5 {
  margin-top: 5px; }

.top10 {
  margin-top: 10px; }

.top20 {
  margin-top: 20px; }

.top55 {
  margin-top: 55px; }

.right5 {
  margin-right: 5px; }

.bot5 {
  margin-bottom: 5px; }

.dropzone-box {
  border-width: 1.5px;
  border-color: #666666;
  border-style: dashed;
  border-radius: 5px;
  padding: 8px 15px 0;
  line-height: 2;
  cursor: pointer; }

.modal-xl .row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

#rightButtons {
  right: 100px;
  top: 93px; }

#create-new-hotel-btn {
  margin-bottom: 1em; }

#search-hotel-btn {
  margin-bottom: 1em; }

@media (min-width: 768px) {
  .modal-xl {
    width: 100% !important;
    max-width: 1300px; } }

.draft-warning {
  display: block;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1000001;
  height: 50px;
  border-top: 1px solid transparent;
  padding: 15px; }

.hiddenFieldLink {
  cursor: pointer; }

.button-group.top-right {
  top: 10px; }

.status {
  z-index: 0; }


/*# sourceMappingURL=vendors.bundle.css.map*/