@import url(aia-font-set.css);
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /*-webkit-tap-highlight-color: transparent;*/ }

.no-select {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/* Basic */
@-ms-viewport {
  width: device-width; }
body {
  background: #F4F3EE;
  -ms-overflow-style: scrollbar;
  min-width: 320px;
  margin-top: 60px; }
  body.bg {
    background-color: #D31145;
    margin-top: 0px; }
    body.bg #navPanel, body.bg #titleBar {
      display: none; }
    body.bg #skel-layers-visibleWrapper {
      display: none; }
  body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

.empty {
  color: #CCCCCC !important; }

.page-loader {
  z-index: 30000;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  padding-top: 35px;
  text-align: center;
  background-image: url(images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  color: #E86587;
  font-size: 12px; }

.no-connection {
  z-index: 30000;
  width: 300px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
  line-height: 100px;
  text-align: center;
  background-color: #FFFFFF; }

.left {
  float: left !important; }

.right {
  float: right !important; }

#navPanel {
  z-index: 200 !important; }

#skel-layers-wrapper {
  z-index: 201 !important; }

.notice {
  position: relative; }
  .notice:after {
    content: "f";
    color: #FCD901;
    font-family: "aia-font-set" !important;
    font-size: 10px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    padding-left: 2px; }

.popup-content {
  padding: 20px; }
  .popup-content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }

.aiaDatetimePicker.mobile .aiaDatetimePickerNav {
  padding-top: 2px;
  font-size: 25px; }
.aiaDatetimePicker.mobile .prevm:before, .aiaDatetimePicker.mobile .nextm:before {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  font-family: "aia-font-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.aiaDatetimePicker.mobile .prevm:before {
  content: "p"; }
.aiaDatetimePicker.mobile .nextm:before {
  content: "i"; }
.aiaDatetimePicker.mobile .back .day {
  font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
  line-height: 46px; }

.tab {
  position: relative; }

.page-header {
  background: #D31145;
  color: #FFFFFF;
  position: relative;
  height: 60px;
  padding-left: 20px; }
  .page-header h6 {
    color: #FFFFFF;
    line-height: 60px;
    text-transform: uppercase; }
  .page-header .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center; }
    .page-header .close .ai-close {
      display: inline-block;
      height: 16px;
      line-height: 100%;
      vertical-align: middle; }

.booking-header {
  margin-top: 30px;
  color: #FFFFFF;
  position: relative;
  min-height: 50px; }
  .booking-header h6 {
    background: #D31145;
    border-top: 1px solid #D31145;
    border-right: 1px solid #D31145;
    border-bottom: 1px solid #D31145;
    color: #FFFFFF;
    line-height: 50px;
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 50px; }
  .booking-header .icon-book {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    text-align: center; }
  .booking-header .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center; }
    .booking-header .close .ai-close {
      display: inline-block;
      height: 16px;
      line-height: 100%;
      vertical-align: middle; }
  .booking-header.alt {
    color: #D31145; }
    .booking-header.alt h6 {
      background: #FFFFFF;
      color: #D31145; }

.booking-body .pageno {
  color: #D31145;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
.booking-body .nav {
  position: relative;
  z-index: 2; }
  .booking-body .nav .prev, .booking-body .nav .next {
    background: #D31145;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 35px;
    height: 44px;
    padding-top: 12px; }
  .booking-body .nav .prev {
    left: 0; }
  .booking-body .nav .next {
    right: 0; }
.booking-body .booking-detail {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .booking-body .booking-detail .booking-detail-body .wrapper {
    padding-top: 0; }
    .booking-body .booking-detail .booking-detail-body .wrapper .h1 tr, .booking-body .booking-detail .booking-detail-body .wrapper .h2 tr {
      border: 0; }
    .booking-body .booking-detail .booking-detail-body .wrapper .h1 td, .booking-body .booking-detail .booking-detail-body .wrapper .h2 td {
      padding: 0;
      vertical-align: middle; }
    .booking-body .booking-detail .booking-detail-body .wrapper .h1 .l {
      border-right: 1px solid #979797;
      width: 70px; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h1 .l span {
        display: inline-block;
        font-size: 24px;
        text-align: center; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h1 .l h3 {
        font-size: 64px;
        line-height: 100%;
        height: 58px;
        margin: 0; }
    .booking-body .booking-detail .booking-detail-body .wrapper .h1 .r {
      font-size: 24px;
      font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif;
      padding-left: 20px; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h1 .r span {
        display: inline-block;
        line-height: 100%;
        margin-top: 10px; }
    .booking-body .booking-detail .booking-detail-body .wrapper .h2 {
      width: auto;
      margin-left: auto;
      margin-right: auto; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h2 td {
        line-height: 100%;
        text-align: center; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h2 .l {
        color: #554344;
        width: 50%;
        padding-right: 10px;
        text-align: right; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h2 .r {
        color: #D31145;
        font-size: 64px;
        font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
        width: 50%;
        padding-left: 10px;
        text-align: left; }
      .booking-body .booking-detail .booking-detail-body .wrapper .h2 .c {
        font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif;
        font-size: 24px; }
    .booking-body .booking-detail .booking-detail-body .wrapper .b {
      margin-top: 10px; }
      .booking-body .booking-detail .booking-detail-body .wrapper .b label {
        display: block; }
    .booking-body .booking-detail .booking-detail-body .wrapper .v {
      display: block; }
  .booking-body .booking-detail .booking-detail-body .ico:before {
    padding-right: 10px;
    vertical-align: middle; }

/* Type */
body, input, select, textarea {
  color: #363E3F;
  font-family: "ITCAvantGardeStd-Bk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65em; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

strong, b {
  color: #D31145;
  font-weight: bold; }
  strong.alt, b.alt {
    color: #363E3F; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 20px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DINNextLTPro-MediumCond";
  color: #D31145;
  line-height: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 24px; }

h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  color: #363E3F; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

hr {
  border: 0;
  border-bottom: solid 1px #BBBBBB;
  margin: 20px 0; }
  hr.major {
    margin: 30px 0; }
  hr.msg {
    border-bottom: solid 1px #999999; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.small {
  font-size: 12px; }

.v {
  color: #D31145;
  font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
  font-size: 24px; }

.bold {
  font-weight: bold; }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  color: #bbb;
  position: relative;
  margin: 0 0 15px 0; }
header h2 + p {
  font-size: 1.25em;
  margin-top: -10px;
  line-height: 1.5em; }
header h3 + p {
  font-size: 1.1em;
  margin-top: -8px;
  line-height: 1.5em; }
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -6px;
  line-height: 1.5em; }

/* Form */
div.actions {
  padding-top: 20px;
  text-align: center; }

form {
  margin: 0 0 20px 0; }

label {
  display: block;
  font-family: "ITCAvantGardeStd-Md", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }
  label.v {
    color: #D31145; }
  label.underline {
    text-decoration: underline;
  }
  label.italic {
    font-style: italic;
  }
  label.bold {
    font-weight: bold;
  }
  label.vertical-top {
    vertical-align: top;
  }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: none;
  border: solid 1px #DBDAD5;
  color: #363E3F;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="number"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="date"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  select:focus,
  textarea:focus {
    border-color: #D31145; }
  input[type="text"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="email"][disabled],
  input[type="tel"][disabled],
  input[type="date"][disabled],
  select[disabled],
  textarea[disabled] {
    background-color: #EFEFEF; }
  input[type="text"].optional,
  input[type="number"].optional,
  input[type="password"].optional,
  input[type="email"].optional,
  input[type="tel"].optional,
  input[type="date"].optional,
  select.optional,
  textarea.optional {
    background-color: #EFEFEF; }
  input[type="text"].grey,
  input[type="number"].grey,
  input[type="password"].grey,
  input[type="email"].grey,
  input[type="tel"].grey,
  input[type="date"].grey,
  select.grey,
  textarea.grey {
    color: #BBBBBB; }
  input[type="text"].filled,
  input[type="number"].filled,
  input[type="password"].filled,
  input[type="email"].filled,
  input[type="tel"].filled,
  input[type="date"].filled,
  select.filled,
  textarea.filled {
    background: #D31145;
    border-color: #D31145;
    color: #FFFFFF;
    font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
    font-size: 24px; }

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-calendar-picker-indicator {
  display: none; }

.select-wrapper {
  display: block;
  position: relative; }
  .select-wrapper.focus:before {
    color: #D31145; }
  .select-wrapper:before {
    content: "r";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "aia-font-set";
    color: #554343;
    display: block;
    height: 48px;
    line-height: 48px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    width: 48px; }
  .select-wrapper select::-ms-expand {
    display: none; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"],
select {
  height: 48px; }

input[type="text"].s {
  width: 100px; }

textarea {
  padding: 0.75em 1em; }

/*input[type="radio"],*/
input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    padding-left: 38px;
    position: relative;
    vertical-align: middle;
    line-height: 30px; }
    input[type="checkbox"] + label:before {
      background: #FFFFFF;
      border: solid 2px #DBDAD5;
      color: #D31145;
      display: inline-block;
      font-size: 30px;
      font-family: "aia-font-set" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      content: '';
      left: 0;
      line-height: 27.6px;
      padding-left: 2px;
      position: absolute;
      text-align: center;
      text-transform: none !important;
      top: 0;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  input[type="checkbox"]:checked + label:before {
    content: 't'; }
  input[type="checkbox"]:focus + label:before {
    border-color: #D31145;
    box-shadow: 0 0 0 1px #D31145; }

input[type="checkbox"] + label {
  min-height: 38px; }
  input[type="checkbox"] + label:before {
    border-radius: 4px; }

input[type="radio"] {
  /*& + label {
  	&:before {
  		border-radius: 100%;
  	}
  }*/ }

.checkbox-toolbar .checkbox-button {
  background-color: #EFEFEF;
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  overflow: auto;
  float: left;
}
.checkbox-toolbar .checkbox-button:hover {
  background: #FDD9E5;
}
label.remark {
  font-size: 12px;
  color:#D31145;
}
.checkbox-button label span {
  text-align: center;
  padding: 13px;
  display: block;
}
.checkbox-button input[type="checkbox"]:checked + span {
  background-color: #5A6C80;
  color:#ffffff;
}

.radio-toolbar input[type="radio"] {
  display: none; }
.radio-toolbar label {
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  cursor: pointer;
  display: inline-block;
  font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  color: #363E3F;
  padding: 0;
  width: 100%; }
.radio-toolbar label.special {
    color: #FE0000; }
.radio-toolbar label.wrap {
  padding-top: 3px;
  white-space: normal;
  line-height: 22px; }
.radio-toolbar label.room-type-label {
  /*@extend label;*/
  line-height: 58px;
  height: 58px; }
.radio-toolbar input[type="radio"]:checked + label {
  background: #5A6C80;
  color: #FFFFFF; }
  .radio-toolbar input[type="radio"]:checked + label:before {
    content: "t";
    display: inline-block;
    font-family: "aia-font-set" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    margin-right: 5px !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle; }
.radio-toolbar input[type="radio"]:disabled + label {
  background-color: #DBDAD5 !important;
  border-color: #DBDAD5;
  color: #FFFFFF !important;
  cursor: default; }
  .radio-toolbar input[type="radio"]:disabled + label:before {
    content: '' !important;
    margin-right: 0 !important; }
.radio-toolbar.no-tick label:hover:before, .radio-toolbar.no-tick input[type="radio"]:checked + label:before {
  content: '' !important; }

.circle-radio input[type="radio"] {
  display: none; }
.circle-radio label {
  padding-left: 50px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  display: block;
  background-image: url(images/survey_checkbox.png);
  background-size: 40px 200px;
  background-repeat: no-repeat;
  background-position: 0 -160px;
  cursor: pointer; }
.circle-radio input[type="radio"]:checked + label {
  background-position: 0 -120px; }
.circle-radio input[type="radio"]:disabled + label {
  border-color: #DBDAD5;
  color: #dbdad4;
  cursor: default; }
  .circle-radio input[type="radio"]:disabled + label:before {
    content: '' !important;
    margin-right: 0 !important; }

::-webkit-input-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

.formerize-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

.form-col {
  line-height: 48px; }

.form-desc {
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .form-desc.p {
    padding-left: 10px !important;
    padding-right: 10px !important; }

.room-type-remark {
  padding-right: 5px !important; }

.form-group {
  position: relative; }
  .form-group .ico4text {
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0; }
    .form-group .ico4text.fill {
      background: #D31145;
      color: #FFFFFF;
      font-size: 30px; }
    .form-group .ico4text.small {
      font-size: 16px; }
    .form-group .ico4text span.icon {
      display: inline-block;
      line-height: normal;
      margin-top: 10px; }
    .form-group .ico4text span.add-el {
      background-image: url(images/add_el.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle; }
    .form-group .ico4text span.remove-el {
      background-image: url(images/remove_el.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle; }

.login-form {
  color: #FFFFFF;
  text-align: center; }
  .login-form .ai-aia {
    font-size: 126px;
    height: 126px; }
  .login-form h3 {
    color: #FFFFFF;
    margin-bottom: 30px; }
  .login-form .form {
    margin-left: auto;
    margin-right: auto;
    width: 286px; }
    .login-form .form input[type="text"], .login-form .form input[type="password"], .login-form .form select {
      background: #e15b7e;
      border: 0; }
    .login-form .form .ico4text {
      background: none;
      color: rgba(255, 255, 255, 0.7); }
    .login-form .form select {
      color: #CCC; }
    .login-form .form input[type="submit"] {
      margin-top: 20px; }
    .login-form .form .error {
      text-align: left;
      line-height: 120%; }

#disclosure {
  position: fixed;
  top: 90vh;
  width: 100%;
}

.disclosure {
  color: #FFFFFF;
  font-size: 11px;
  font-family: arial,helvetica,sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.a-upl-wp {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative; }
  .a-upl-wp input[type=file] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
  .a-upl-wp .btn-upload {
    padding-top: 6px;
    width: 50px !important;
    height: 50px !important; }
    .a-upl-wp .btn-upload .ai-upload {
      font-size: 40px; }

.ng-dirty.ng-invalid {
  border-color: #D31145 !important; }

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 20px;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

.bubble {
  color: #242A2F;
  position: relative;
  line-height: 140%;
  width: 270px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: #97CB5D solid 5px; }
  .bubble b {
    color: #242A2F;
    font-weight: bold; }
  .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 22px; }
  .bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 19px 19px 0;
    border-color: #97CB5D transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -24px;
    left: 18px; }

.confirm-box {
  background: #FFFFFF;
  color: #D31145;
  font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .confirm-box .question {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
    .confirm-box .question tr {
      border: 0; }
    .confirm-box .question td {
      padding: 0;
      vertical-align: middle; }
      .confirm-box .question td .icon {
        font-size: 30px;
        margin-right: 6px; }
  .confirm-box .btn-gp {
    padding-left: 10px;
    padding-right: 10px; }
    .confirm-box .btn-gp .switch.special {
      color: FF5500; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 4px;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit {
    display: block;
    margin: 0 0 20px 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 30px 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

/* Profile */
.circular {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover; }
  .circular img {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: auto; }

/* List */
body.ch ul.booking-list .form-col .v .chFS {
  font-size: 12px; }
body.ch ul.booking-list .center {
  font-size: 16px; }

ol {
  list-style: decimal;
  margin: 0 0 20px 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 20px 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-bottom: solid 1px rgba(144, 144, 144, 0.25);
      line-height: 120%;
      padding: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      /*span{
      	color: _color(theme);
      	font-family: _font(familyA);
      	display: block;
      }*/ }
      ul.alt li:first-child {
        padding-top: 0; }
      ul.alt li:last-child {
        border-bottom: 0; }
  ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.icons li {
      display: inline-block;
      padding: 0 1em 0 0; }
      ul.icons li:last-child {
        padding-right: 0; }
      ul.icons li .icon:before {
        font-size: 2em; }
  ul.booking-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 20px; }
    ul.booking-list li {
      padding: 0; }
    ul.booking-list .form-col .v {
      font-size: 20px; }
    ul.booking-list .value {
      padding-left: 0; }
    ul.booking-list li {
      border-bottom: 1px solid #BBBBBB;
      padding: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      ul.booking-list li .fit {
        margin-bottom: 0; }
      ul.booking-list li .center {
        font-size: 20px;
        min-height: 48px;
        height: auto;
        padding-left: 10px; }
        ul.booking-list li .center .v {
          font-size: 20px; }
    ul.booking-list.walkin .center {
      line-height: 1.6em; }
  ul.message {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px; }
    ul.message li {
      padding: 0; }
    ul.message li span.title {
      color: #D31145;
      display: block;
      font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif; }
    ul.message li a {
      color: inherit;
      text-decoration: underline; }
  ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.actions li {
      display: inline-block;
      padding: 0 10px 0 0;
      vertical-align: middle; }
      ul.actions li:last-child {
        padding-right: 0; }
    ul.actions.switch li {
      float: left;
      padding: 0;
      width: 50%; }
    ul.actions.small li {
      padding: 0 5px 0 0; }
    ul.actions.vertical li {
      display: block;
      padding: 10px 0 0 0; }
      ul.actions.vertical li:first-child {
        padding-top: 0; }
      ul.actions.vertical li > * {
        margin-bottom: 0; }
    ul.actions.vertical.small li {
      padding: 5px 0 0 0; }
      ul.actions.vertical.small li:first-child {
        padding-top: 0; }
    ul.actions.fit {
      display: table;
      margin-left: -10px;
      padding: 0;
      table-layout: fixed;
      width: calc(100% + 10px); }
      ul.actions.fit li {
        display: table-cell;
        padding: 0 0 0 10px; }
        ul.actions.fit li > * {
          margin-bottom: 0; }
      ul.actions.fit.small {
        margin-left: -5px;
        width: calc(100% + 5px); }
        ul.actions.fit.small li {
          padding: 0 0 0 5px; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 10px 0;
  width: 100%; }
  table tbody tr {
    border-bottom: solid 1px #BBBBBB;
    border-left: 0;
    border-right: 0;
    /*&:nth-child(2n + 1) {
    	background-color: _palette(border-bg);
    }*/ }
  table td {
    padding-top: 10px;
    padding-bottom: 10px; }
    table td.l {
      font-family: "ITCAvantGardeStd-Md", Arial, Helvetica, sans-serif; }
    table td.v {
      color: #D31145;
      font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
      font-size: 24px; }
  table th {
    padding-bottom: 10px;
    vertical-align: top; }
  table thead {
    border-bottom: solid 1px #BBBBBB; }
  table tfoot {
    border-top: solid 2px #BBBBBB; }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px #BBBBBB;
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #D31145;
  border: 1px solid #D31145;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: #C11745; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: #C11745; }
  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  button.icon,
  .button.icon {
    padding-left: 1.35em; }
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    button.icon:before,
    .button.icon:before {
      margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  input[type="submit"].alt,
  input[type="reset"].alt,
  input[type="button"].alt,
  button.alt,
  .button.alt {
    background-color: #FFFFFF;
    border: #FFFFFF;
    color: #D31145; }
    input[type="submit"].alt:hover,
    input[type="reset"].alt:hover,
    input[type="button"].alt:hover,
    button.alt:hover,
    .button.alt:hover {
      background-color: #C11745;
      color: #FFFFFF; }
    input[type="submit"].alt:active,
    input[type="reset"].alt:active,
    input[type="button"].alt:active,
    button.alt:active,
    .button.alt:active {
      background-color: #C11745;
      color: #FFFFFF; }
  input[type="submit"].galt,
  input[type="reset"].galt,
  input[type="button"].galt,
  button.galt,
  .button.galt {
    background: #FFFFFF;
    border-color: #BBBBBB;
    color: #363E3F; }
    input[type="submit"].galt:hover, input[type="submit"].galt.active,
    input[type="reset"].galt:hover,
    input[type="reset"].galt.active,
    input[type="button"].galt:hover,
    input[type="button"].galt.active,
    button.galt:hover,
    button.galt.active,
    .button.galt:hover,
    .button.galt.active {
      background: #D31145;
      color: #FFFFFF; }
    input[type="submit"].galt.special,
    input[type="reset"].galt.special,
    input[type="button"].galt.special,
    button.galt.special,
    .button.galt.special {
      color: #FE0000; }
  input[type="submit"].special,
  input[type="reset"].special,
  input[type="button"].special,
  button.special,
  .button.special {
    background-color: #FFFFFF;
    color: #D31145; }
    input[type="submit"].special:hover,
    input[type="reset"].special:hover,
    input[type="button"].special:hover,
    button.special:hover,
    .button.special:hover {
      background-color: #C11745;
      color: #FFFFFF; }
    input[type="submit"].special:active,
    input[type="reset"].special:active,
    input[type="button"].special:active,
    button.special:active,
    .button.special:active {
      background-color: #C11745;
      color: #FFFFFF; }
  input[type="submit"].square,
  input[type="reset"].square,
  input[type="button"].square,
  button.square,
  .button.square {
    width: 40px !important;
    height: 40px;
    padding: 0; }
  input[type="submit"].circle,
  input[type="reset"].circle,
  input[type="button"].circle,
  button.circle,
  .button.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px !important;
    height: 40px;
    padding: 0;
    padding-top: 2px;
    font-size: 26px; }
    input[type="submit"].circle.big,
    input[type="reset"].circle.big,
    input[type="button"].circle.big,
    button.circle.big,
    .button.circle.big {
      width: 50px !important;
      height: 50px !important;
      padding-top: 8px; }
  input[type="submit"].switch,
  input[type="reset"].switch,
  input[type="button"].switch,
  button.switch,
  .button.switch {
    background: #FFFFFF;
    border-color: #BBBBBB;
    color: #363E3F;
    padding: 0;
    width: 50% !important; }
    input[type="submit"].switch.special,
    input[type="reset"].switch.special,
    input[type="button"].switch.special,
    button.switch.special,
    .button.switch.special {
      color: #FE0000; }
    input[type="submit"].switch:hover, input[type="submit"].switch.active,
    input[type="reset"].switch:hover,
    input[type="reset"].switch.active,
    input[type="button"].switch:hover,
    input[type="button"].switch.active,
    button.switch:hover,
    button.switch.active,
    .button.switch:hover,
    .button.switch.active {
      background: #5A6C80;
      color: #FFFFFF; }
      input[type="submit"].switch:hover:before, input[type="submit"].switch.active:before,
      input[type="reset"].switch:hover:before,
      input[type="reset"].switch.active:before,
      input[type="button"].switch:hover:before,
      input[type="button"].switch.active:before,
      button.switch:hover:before,
      button.switch.active:before,
      .button.switch:hover:before,
      .button.switch.active:before {
        content: "t";
        display: inline-block;
        font-family: "aia-font-set" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        margin-right: 5px !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle; }
  input[type="submit"].tab,
  input[type="reset"].tab,
  input[type="button"].tab,
  button.tab,
  .button.tab {
    background: #FFFFFF;
    border-color: #BBBBBB;
    color: #363E3F; }
    input[type="submit"].tab:hover,
    input[type="reset"].tab:hover,
    input[type="button"].tab:hover,
    button.tab:hover,
    .button.tab:hover {
      background: #FFFFFF; }
    input[type="submit"].tab.active,
    input[type="reset"].tab.active,
    input[type="button"].tab.active,
    button.tab.active,
    .button.tab.active {
      background: #D31145;
      color: #FFFFFF; }
    input[type="submit"].tab.special,
    input[type="reset"].tab.special,
    input[type="button"].tab.special,
    button.tab.special,
    .button.tab.special {
      color: #FE0000; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    background-color: #DBDAD5 !important;
    border-color: #DBDAD5;
    color: #FFFFFF !important;
    cursor: default; }
    input[type="submit"].disabled:hover:before, input[type="submit"].disabled.active:before, input[type="submit"]:disabled:hover:before, input[type="submit"]:disabled.active:before,
    input[type="reset"].disabled:hover:before,
    input[type="reset"].disabled.active:before,
    input[type="reset"]:disabled:hover:before,
    input[type="reset"]:disabled.active:before,
    input[type="button"].disabled:hover:before,
    input[type="button"].disabled.active:before,
    input[type="button"]:disabled:hover:before,
    input[type="button"]:disabled.active:before,
    button.disabled:hover:before,
    button.disabled.active:before,
    button:disabled:hover:before,
    button:disabled.active:before,
    .button.disabled:hover:before,
    .button.disabled.active:before,
    .button:disabled:hover:before,
    .button:disabled.active:before {
      content: '';
      margin-right: 0 !important; }

html.mobile input[type="submit"],
html.mobile input[type="reset"],
html.mobile input[type="button"],
html.mobile button,
html.mobile .button {
  display: block;
  width: 100%; }

.btn-gp button {
  float: left; }

.btn-refresh {
  background: #D31145;
  border-radius: 0 0 100px 100px;
  -moz-border-radius: 0 0 100px 100px;
  -webkit-border-radius: 0 0 100px 100px;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 2;
  height: 50px;
  width: 100px; }
  .btn-refresh.inactive {
    background: #DBDAD5;
  }
  .btn-refresh .normal {
    display: inline-block;
    line-height: 120%;
    padding-top: 5px; }
  .btn-refresh .loader {
    display: none;
    margin-top: -18px; }
    .btn-refresh .loader img {
      -webkit-animation: rotation 1s infinite linear; }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }
    .btn-refresh .loader .loaderGif {
      display: none; }
  .btn-refresh.active .normal {
    display: none; }
  .btn-refresh.active .loader {
    display: inline-block; }

/* Grid Demo */
.grid-demo {
  display: block;
  margin: 0 0 20px 0; }
  .grid-demo span {
    background: #f588a5;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.25);
    display: block;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    text-align: center; }

/* Header */
	/*#header {
		background: _palette(accent1, bg);
		color: _palette(accent1, fg);
		cursor: default;
		height: 3.25em;
		left: 0;
		line-height: 3.25em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: _misc(z-index-base) + 1;

		> h1 {
			color: _palette(accent2, fg-bold);
			display: inline-block;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;

			a {
				font-size: 1.25em;
			}
		}

		> a {
			@include vendor('transition', 'color 0.2s ease-in-out');
			display: inline-block;
			padding: 0 0.75em;
			color: inherit;
			text-decoration: none;

			&:hover {
				color: _palette(accent2, fg-bold);
			}

			&[href="#nav"] {
				@include icon('\f0c9');
				-webkit-tap-highlight-color: rgba(0,0,0,0);

				&:before {
					margin: 0 0.5em 0 0;
				}
			}

			& + a[href="#nav"]:last-child {
				border-left: solid 1px _palette(accent2, border);
				padding-left: 1.25em;
				margin-left: 0.5em;
			}

			&:last-child {
				padding-right: 1.25em;
			}
		}
	}*/
#titleBar {
  background: #D31145;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  z-index: 1000 !important; }
  #titleBar #menu-toggle {
    cursor: pointer;
    font-size: 16px;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    padding-bottom: 8px;
    position: absolute;
    top: 0;
    left: 0; }
    #titleBar #menu-toggle.notice:after {
      position: absolute;
      top: 10px; }
    #titleBar #menu-toggle .ai-menu.active:before {
      content: "o"; }
  #titleBar .ai-aia {
    display: inline-block;
    font-size: 50px;
    padding-top: 6px; }
  #titleBar #add-booking {
    cursor: pointer;
    display: block;
    float: right;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding-right: 20px; }
    #titleBar #add-booking .add-book {
      background-image: url(images/add_bk.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      width: 22px;
      height: 22px;
      margin-right: 10px;
      margin-top: -2px;
      vertical-align: middle; }

/* Nav */
#navPanel {
  background: #4a4a4a;
  -webkit-box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0; }
  #navPanel ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #navPanel ul li {
      padding: 0; }
    #navPanel ul li {
      border-bottom: 1px solid #9A9A9A;
      min-height: 60px;
      position: relative; }
      #navPanel ul li > a {
        color: #FFFFFF;
        font-family: "DINNextLTPro-MediumCond", Arial, Helvetica, sans-serif;
        font-size: 24px;
        display: block;
        line-height: 60px;
        min-height: 60px;
        padding-left: 10px;
        text-transform: uppercase; }
        #navPanel ul li > a:active:not(.disabled) {
          background: #D31145;
          position: absolute;
          right: 0;
          left: 0; }
        #navPanel ul li > a.notice:after {
          top: 12px; }
        #navPanel ul li > a .language {
          display: block;
          position: absolute;
          right: 20px;
          top: 10px; }
          #navPanel ul li > a .language button {
            font-size: 22px;
            float: left;
            margin-left: 5px; }
            #navPanel ul li > a .language button.not-active {
              background: none;
              border-color: transparent; }
              #navPanel ul li > a .language button.not-active:hover {
                background-color: #C11745; }
              #navPanel ul li > a .language button.not-active:active {
                background-color: #C11745; }
      #navPanel ul li.profile {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 5px; }
        #navPanel ul li.profile .circular {
          display: inline-block;
          margin-right: 20px;
          width: 66px;
          height: 66px; }
        #navPanel ul li.profile h5 {
          color: #FFFFFF;
          display: inline-block;
          line-height: 1.3em;
          vertical-align: top;
          margin: 0;
          margin-top: 5px; }
          #navPanel ul li.profile h5 .agentNo {
            color: #BBBBBB;
            display: block;
            font-family: "ITCAvantGardeStd-Bk", Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 1em; }
            #navPanel ul li.profile h5 .agentNo .no {
              font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif;
              font-size: 12px; }
      #navPanel ul li.gap {
        height: 108px; }

#quotaUsage span.icon{
  font-size: 24px;
  line-height: 20px;
  vertical-align: middle;
}
#quotaUsage span.icon-plus:before{
  font-family: 'Font Awesome 6 Free';
  content: '\2b';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
#quotaUsage span.icon-minus:before{
  font-family: 'Font Awesome 6 Free';
  content: '\f068';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
#quotaUsage span.icon-equals:before{
  font-family: 'Font Awesome 6 Free';
  content: '\3d';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}

#quotaUsage span.icon.text-bottom {
  font-size: 28px;
  line-height: 20px;
  vertical-align: text-bottom;
}
#quotaUsage span.btn.plus {
  border-radius: 15px 0px 0px 50px;
  border: 1px solid #D31145;
  padding: 10px 40px 10px 20px;
--line-height: 60px;
}
#quotaUsage span.btn:after {
  color: #BBBBBB;
  content: "e";
  display: inline-block;
  font-family: "aia-font-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  right: 8px;
}

#quotaUsage span.plus {
  text-align: center;
  border-radius: 15px 50px;
  border: 2px solid #D31145;
  padding: 10px 20px;
  line-height: 60px;
}
#quotaUsage span.minus {
  text-align: center;
  border-radius: 15px 50px;
  border: 2px solid #DBDAD5;
  background-color: #DBDAD5;
  padding: 10px 20px;
  line-height: 60px;
}

.tab-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  width: 100%; }
  .tab-menu li {
    padding: 0; }
  .tab-menu li {
    border-bottom: 1px solid #BBBBBB;
    cursor: pointer;
    font-family: "ITCAvantGardeStd-Md", Arial, Helvetica, sans-serif;
    float: left;
    line-height: 50px;
    height: 50px;
    text-align: center; }
    .tab-menu li .ai-dot {
      color: #D31145;
      display: none;
      font-size: 10px;
      margin-left: 4px; }
    .tab-menu li.active {
      position: relative;
      border-bottom: 1px solid #BBBBBB;
      background: #FFFFFF; }
      .tab-menu li.active:before, .tab-menu li.active:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-top: 0; }
      .tab-menu li.active:before {
        bottom: -1px;
        left: 50%;
        margin-left: -12px;
        border-bottom-color: #BBBBBB;
        border-width: 12px; }
      .tab-menu li.active:after {
        bottom: -1px;
        left: 50%;
        margin-left: -11px;
        border-bottom-color: #F4F3EE;
        border-width: 11px; }
      .tab-menu li.active .ai-dot {
        display: inline-block; }

.clearfix {
  display: table;
  content: " ";
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#rotate {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(images/rotate.png);
  background-color: #D31145;
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1004 !important; }
  #rotate.show {
    display: block !important; }

.ai-eng {
  font-size: 38px;
  --margin-top: 2px;
  display: inline-block; }

.wrapper {
  padding: 20px; }

#login {
  padding-top: 15%; }

#home .tab-menu li {
  width: 50%; }
#home .tab-menu.full-width li {
  width: 100%; }
#home .myWalkins .btn-refresh {
  top: 0;
  left: 50%;
  margin-left: -50px; }
#home .myBookings {
  padding-top: 30px; }
  #home .myBookings .btn-refresh {
    top: 0;
    left: 10px; }

#account .circular {
  width: 64px;
  height: 64px; }
#account .a-upl-wp {
  float: right; }
#account td.l {
  width: 40%; }
#account td.v {
  width: 60%; }
#account h6 {
  margin-bottom: 20px; }

#current-status .wrapper {
  position: relative;
  margin-top: 30px; }
#current-status .btn-refresh {
  bottom: -50px;
  left: 50%;
  margin-left: -50px; }
#current-status .alt {
  margin: 0; }
  #current-status .alt li {
    border-color: #BBBBBB;
    padding-top: 10px;
    padding-bottom: 10px; }
#current-status td.l {
  width: 40%; }
#current-status td.v {
  width: 60%; }

#gpn-result li {
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  /*&:hover, &:active, */ }
  #gpn-result li div {
    margin-bottom: 10px; }
  #gpn-result li.active {
    background-color: #D31145;
    color: #FFFFFF; }
    #gpn-result li.active div {
      color: #FFFFFF; }

#useful-link table {
  margin-bottom: 40px; }
#useful-link .links a {
  color: #D31145 !important; }
#useful-link .tnc a {
  color: inherit;
  text-decoration: underline; }

html.mobile #useful-link .isMobile td {
  line-height: 40px; }
html.mobile #useful-link .isMobile a {
  display: inline-block;
  float: right; }

.ngdialog.message .ngdialog-overlay {
  background: rgba(255, 255, 255, 0.9); }

a.button.center {
  text-align: left;
  position: relative;
  padding-left: 20px;
  background: #FFFFFF;
  line-height: 48px;
  padding-left: 16px; }
  a.button.center span {
    display: inline-block;
    vertical-align: middle; }
  a.button.center .n {
    color: #363E3F;
    font-size: 12px;
    font-family: "ITCAvantGardeStd-Bk", Arial, Helvetica, sans-serif; }
  a.button.center .v {
    margin-right: 20px; }
  a.button.center:after {
    color: #BBBBBB;
    content: "e";
    display: inline-block;
    font-family: "aia-font-set" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: absolute;
    right: 8px; }

body.ch h5 {
  font-size: 24px; }
body.ch h6 {
  font-size: 22px; }
body.ch .booking-body .booking-detail .booking-detail-body .wrapper .v, body.ch #navPanel ul li > a, body.ch .page-header h6, body.ch .radio-toolbar label, body.ch .booking-header h6, body.ch #message h4, body.ch .v {
  font-family: "ITCAvantGardeStd-Md", Arial, Helvetica, sans-serif;
  font-size: 16px !important; }
body.ch .booking-detail-body .agentName {
  height: 18px; }
body.ch .booking-detail-body div.agentTitle > span {
  height: 14px;
  /*overflow: hidden;*/
  font-size: 12px !important;
  float: left; }
body.ch current-status .agentName {
  height: 18px; }
body.ch current-status div.agentTitle > span, body.ch current-status div.agentNo > span, body.ch current-status span.agentTitle, body.ch current-status span.agentNo {
  height: 14px;
  /*overflow: hidden;*/
  font-size: 12px !important;
  float: left; }
body.ch input[type="submit"], body.ch input[type="reset"], body.ch input[type="button"], body.ch button, body.ch .button {
  font-size: 16px; }
body.ch input[type="submit"].circle, body.ch input[type="reset"].circle, body.ch input[type="button"].circle, body.ch button.circle, body.ch .button.circle {
  font-size: 24px; }
body.ch .chFS {
  font-size: 16px; }

ul.progress-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 504px;
  padding-left: 70px;
  margin-top: 20px; }
  ul.progress-bar li {
    padding: 0; }
  ul.progress-bar li {
    background-image: url(images/notification_r2_c1.png);
    background-repeat: no-repeat;
    background-size: 46px auto;
    line-height: 76px;
    height: 76px;
    padding-left: 56px;
    position: relative; }
    ul.progress-bar li .pic {
      display: block;
      position: absolute; }
    ul.progress-bar li .txt {
      display: inline-block;
      font-family: "ITCAvantGardeStd-Demi", Arial, Helvetica, sans-serif;
      line-height: normal;
      vertical-align: middle; }
    ul.progress-bar li.current {
      padding-left: 61px; }
      ul.progress-bar li.current .pic {
        background-image: url(images/notification_2nd_ongoing.png);
        background-size: 56px auto;
        width: 56px;
        height: 80px;
        top: -2px;
        left: -5px; }
      ul.progress-bar li.current .txt {
        color: #D31145;
        font-size: 24px; }
    ul.progress-bar li.completed .pic {
      background-image: url(images/notification_complete.png);
      background-size: 46px 46px;
      width: 46px;
      height: 46px;
      top: 15px;
      left: 0; }
    ul.progress-bar li.step1 {
      background-image: url(images/notification_r1_c1.png);
      height: 61px;
      line-height: 42px; }
      ul.progress-bar li.step1.current .pic {
        background-image: url(images/notification_1st_ongoing.png);
        height: 68px;
        top: -6px; }
      ul.progress-bar li.step1.completed .pic {
        top: 0; }
    ul.progress-bar li.step4 .pic, ul.progress-bar li.step4 .bubble {
      display: none; }
    ul.progress-bar li.step4.current, ul.progress-bar li.step4.completed {
      padding-left: 73px; }
      ul.progress-bar li.step4.current .pic, ul.progress-bar li.step4.completed .pic {
        display: block;
        width: 80px;
        height: 80px;
        background-size: 100% auto;
        border: #97CB5D solid 5px;
        left: -18px;
        top: -6px;
        z-index: 1; }
      ul.progress-bar li.step4.current .bubble, ul.progress-bar li.step4.completed .bubble {
        display: inline-block;
        position: absolute;
        bottom: 110px;
        left: -40px; }
    ul.progress-bar li.step4.current .txt {
      color: #D31145; }
    ul.progress-bar li.step6 {
      background-image: url(images/notification_r3_c1.png);
      height: 61px; }
      ul.progress-bar li.step6.current .pic {
        background-image: url(images/notification_end_ongoing.png);
        height: 68px; }

ul.center-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px; }
  ul.center-list li {
    padding: 0; }
  ul.center-list li {
    line-height: 100%; }
    ul.center-list li .center {
      line-height: 100%;
      margin-bottom: 20px;
      position: relative;
      height: 158px;
      background: #EEEEEE; }
      ul.center-list li .center img {
        width: 100%;
        height: 100%; }
      ul.center-list li .center .p.only-mobile {
        position: absolute;
        top: 10px;
        right: 10px; }
      ul.center-list li .center .q {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        overflow: hidden;
        width: 70px;
        line-height: 74px; }
        ul.center-list li .center .q .body {
          display: inline-block;
          font-size: 12px;
          vertical-align: middle;
          line-height: 100%; }
          ul.center-list li .center .q .body h3 {
            line-height: 100%;
            height: 44px;
            margin: 0; }
      ul.center-list li .center .c {
        height: 74px;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 0; }
        ul.center-list li .center .c h6 {
          margin: 0;
          margin-top: 20px; }
        ul.center-list li .center .c .p {
          position: absolute;
          top: 0;
          right: 100px;
          bottom: 0;
          width: 70px; }
          ul.center-list li .center .c .p a {
            margin-left: auto;
            margin-right: auto;
            margin-top: 16px; }
        ul.center-list li .center .c .q {
          left: auto; }

.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 15px;
  text-align: center;
  background: rgba(210, 210, 210, 0.5);
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  /*background: url('arrow_up.png') no-repeat 0px 20px;*/ }

.scrollToTop:hover {
  text-decoration: none; }

/*# sourceMappingURL=agent.css.map */

.table-head .sortable {
  cursor: pointer;
}
.table-head .sortable.sort-asc:not(.sort-desc), .sortable:not(.sort-asc).sort-desc { color: #D31145; }
.table-head .sortable:not(.sort-asc):not(.sort-desc):before {
  font-family: 'Font Awesome 6 Free';
  content: '\f0dc';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
.table-head .sortable.sort-asc:not(.sort-desc):before {
  font-family: 'Font Awesome 6 Free';
  content: '\f0de';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
.table-head .sortable:not(.sort-asc).sort-desc:before {
  font-family: 'Font Awesome 6 Free';
  content: '\f0dd';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }
.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }
.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }
.btn-sm, .btn-group-sm > .btn { padding: 2px 10px; font-size: 18px; line-height: 1.5; border-radius: 3px; }
.btn-xs, .btn-group-sm > .btn { padding: 2px 10px; margin: 2px; font-size: 18px; line-height: 1.5; border-radius: 5px; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #D31145; border-color: #10707f; }
.text-info { color: #000000 !important; font-weight: 700; }
.btn-link { font-weight: 400; color: #D31145; background-color: transparent; }

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default { border: 0; }
.datetime-picker-dropdown button { height: 25px; }
ul.datetime-picker-dropdown { list-style-type: none; margin: 0; padding: 0; border: solid 1px #cccccc; }
.datetime-picker-dropdown table td { padding: 0; text-align: center; }
.uib-month button { font-size: 20px; line-height: 18px; }
.uib-year button { font-size: 20px; line-height: 18px; padding: 0; }

.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  display: flex;
}

table.fix {
  table-layout: fixed;
}

table.fix tbody {
  word-wrap: break-word;
}

/* Meal Menu Mobile Fullscreen Styles */
.mobile-fullscreen-dialog .ngdialog-content {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

#meal-menu.mobile-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

.mobile-fullscreen-content {
  width: 100vw !important;
  height: 100vh !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #000 !important;
  position: relative !important;
}

.close-button-mobile {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10001 !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.close-button-mobile .icon {
  color: white !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 5px;
}

.mobile-fullscreen-image {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}