.footer .foot-notice {
  color: #bde0e8;
}

.header-bg-wrap {
  border-bottom: 1px solid #e6e6e6;
}

.header .header-functional-block {
  padding-top: 10px;
}

.header .header-functional-block .header-functional-block-inner {
  float: right;
}

.header .header-functional-block .lang-list {
  padding: 28px 6px 5px;
}

.footer .foot-logo {
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}

.wrapper-main .header-bg-wrap {
  background: none;
}

.wrapper-main ul.lang-list > li > a {
  color: #a3a3a3;
  line-height: 23px;
}

.wrapper-main ul.lang-list > li {
  border-right: 1px solid #d6d6d6;
  padding: 0 10px;
}

.wrapper-main ul.lang-list > li:last-child {
  border: none;
  padding-right: 0;
}

.wrapper-main ul.lang-list > li > a.act {
  color: #f0592c;
}

.profile-icons img,
.profile-icons span {
  vertical-align: middle;
  display: inline-block;
}

.profile-icons .user-name {
  color: #4a4a4a;
  margin: 0 20px 0 10px;
  border-bottom: 1px dashed #737373;
}

.profile-icons .profile-link {
  margin-right: 10px;
}

.profile-icons .profile-link.act a,
.profile-icons .profile-link:hover a {
  color: #f0592c;
}

.profile-icons {
  margin-top: 20px;
  padding-top: 9px;
  padding-right: 15px;
  display: inline-block;
  height: 40px;
  border-right: 1px solid #d6d6d6;
  float: none;
}

.profile-icons .sign-out {
  display: inline-block;
}


/** Reservation history **/

.multiselect-native-select select {
  opacity: 0 !important;
}

.booking-history-wrap {
  padding-top: 40px;
}

.booking-history-wrap .toggle-reservation-filter .site-btn.btn-toggle-export-reservations {
  width: auto;
  padding: 0 20px;
  margin-top: 0;
  background: #ff9b0b;
  float: right;
  height: 40px;
  line-height: 40px;
}

.booking-history-wrap .booking-main-tbl-cont .booking-main-table-row {
  cursor: default;
}

.booking-history-wrap .filter-booking-cont {
  width: 100%;
  margin-bottom: 0;
}

.booking-history-wrap .filter-booking-cont .site-btn {
  float: right;
  width: 208px;
  height: 40px;
  line-height: 40px;
}

.booking-history-wrap.marketing-history .booking-main-table-grid {
  grid-template-columns: repeat(5, 1fr)
}

.wrapper-main header .logo-register-pages {
  margin-bottom: 40px;
}

.site-login .lang-list {
  margin-bottom: 0;
}

.site-login .video-link {
  display: none;
}

.site-login .form-subtitle {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #737373;
  padding: 12px 0;
  margin-bottom: 0;
}

.site-login.forgot-pass-form-wrap .form-subtitle {
  background-color: transparent;
  color: #242424;
}

.site-login.forgot-pass-form-wrap .site-btn {
  background-color: #0e76bc;
  color: white;
}

.site-login .site-login-inner {
  padding: 40px 30px;
  overflow: hidden;
}

.site-login .form-btn {
  background-color: #f0592c;
}

.wrapper-main.login-wrap .form-stylesheet {
  background: none;
  border: none;
}

.site-login .login-form-footer {
  padding: 20px 0;
}

.site-login .form-stylesheet .has-success .form-control {
  border-color: #737373;
}

.site-login .form-stylesheet .has-error .form-control {
  border-color: #f0592c;
}

.site-login .form-stylesheet .form-group.has-error:before {
  background-color: #f0592c;
}

.site-login .login-form {
  width: 560px;
}

.site-login .login-form .checkbox-wrap input:checked + label:before {
  background-color: #c0e8ea;
}

.site-login .login-form .control-label,
.site-login .login-form a,
.site-login .login-form .white {
  color: #242424;
}

.site-login .form-wrap {
  border-radius: 5px;
  border: 1px solid rgba(240, 89, 44, 0.36);
  border-top: none;
  box-shadow: 1px 9px 22px 4px rgba(0, 0, 0, 0.2);
}

.form-stylesheet input {
  border-color: #737373;
}

.register-page .site-btn {
  background-color: #0e76bc;
}

.register-page p,
.register-page h1 {
  color: #242424;
}

.site-error-wrap,
.site-error-wrap .white {
  color: #242424;
}

.site-error-wrap .site-btn {
  background-color: #0e76bc;
}

#reservation-filter-form {
  overflow: hidden;
}

.subtitle-second {
  margin-top: 40px;
}

.reservation-filter-mcm-info {
  clear: left;
  padding-top: 20px;
}

.lnk-system-info {
  display: none;
}

.booking-main-table-row-inner h3 {
  margin: 10px 0;
}

@media (max-width: 1199px) {
  .header .header-functional-block .lang-list {
    display: block;
  }
  .header .header-functional-block {
    height: 105px;
  }
  .header .header-functional-block .header-functional-block-inner {
    margin: 0 auto 15px auto;
  }
  .header .header-functional-block .main-logo {
    display: block;
    width: auto;
    float: left;
  }
  .wrapper-main .header-bg-wrap {
    height: auto;
  }
  .header .header-functional-block .main-logo img {
    width: auto;
  }
  .header .header-functional-block .lang-list li {
    height: inherit;
    line-height: inherit;
  }
  .booking-history-wrap.supervisor .filter-booking-cont .site-btn {
    float: right;
  }
  .header .header-functional-block .main-logo {
    margin-bottom: 0;
  }
  .booking-history-wrap {
    padding-top: 10px;
  }
  .booking-history-wrap .filter-booking-cont .site-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .booking-history-wrap.marketing-history .booking-main-table-grid .booking-main-table-cell-inner:nth-child(4n) {
    border-right: 1px solid #c5c5c5;
  }
  .booking-history-wrap.marketing-history .booking-main-table-row {
    grid-template-columns: 1fr repeat(4, 4fr) 1fr;
  }
  .booking-history-wrap.marketing-history.online-reservations .booking-main-table-row {
    grid-template-columns: 1fr repeat(4, 4fr) 1fr;
  }
}

@media (max-width: 767px) {
  .booking-history-wrap.marketing-history .booking-main-table-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .header .header-functional-block {
    height: auto;
    text-align: center;
  }
  .header .header-functional-block .main-logo {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .header .header-functional-block .header-functional-block-inner {
    float: none;
  }
  .booking-history-wrap h1 {
    text-align: center;
  }
  .toggle-reservation-filter {
    text-align: center;
  }
  .booking-history-wrap .toggle-reservation-filter .site-btn.btn-toggle-export-reservations {
    float: none;
  }
  .site-login {
    padding: 20px 0 0 0;
  }
  .profile-icons,
  .header .header-functional-block .lang-list {
    display: inline-block;
    float: none;
  }
}

.wrapper-main.login-wrap {
  background: none;
}

.wrapper-main.full-bg-404 {
  background: none;
}

.img-404 {
  display: none;
}

.site-login .login-form a.forgot-password {
  color: #737373;
  border-color: #737373;
}