.mm-generic-ui-button {
  cursor: pointer;
  background: none;
  border-radius: 4px;
  border: 0px solid rgba(0, 62, 94, 0.2);
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  margin: 0px 0px;
  color: white;
  font-size: 2em;
  font-weight: bold;
  min-height: 40px;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid white; }
  .mm-generic-ui-button:last-child {
    border-right: 0; }
.expandable-list-item {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0.34)), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.34) 3%, rgba(255, 255, 255, 0.2) 100%);
  margin: 30px;
  position: relative;
  padding-left: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 4px; }
  .expandable-list-item p {
    color: white;
    font-weight: bold; }
  .expandable-list-item .clickable-header {
    margin: 0px;
    padding-top: 18px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .expandable-list-item .clickable-header .info-text-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .expandable-list-item .accent-color {
    position: absolute;
    left: 0;
    width: 23px;
    bottom: 0;
    top: 0;
    background-color: #ff6c00;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .expandable-list-item.available .accent-color {
    background: #21EF48;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(53%, rgba(180, 180, 180, 0.07)), to(rgba(0, 0, 0, 0.11)));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.3) 0%, rgba(180, 180, 180, 0.07) 53%, rgba(0, 0, 0, 0.11) 100%); }
  .expandable-list-item.unavailable .accent-color {
    background: #FF7000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(53%, rgba(180, 180, 180, 0.07)), to(rgba(0, 0, 0, 0.11)));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.3) 0%, rgba(180, 180, 180, 0.07) 53%, rgba(0, 0, 0, 0.11) 100%); }
  .expandable-list-item .title {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 25px;
    color: white;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .expandable-list-item .title span {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .expandable-list-item .subtitle {
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 18px;
    color: white; }
  .expandable-list-item .expanded-status-icon {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .expandable-list-item .book-now-options-container {
    padding-top: 18px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px; }
    .expandable-list-item .book-now-options-container .title {
      margin-bottom: 12px;
      font-size: 25px; }
  .expandable-list-item .bookable-now-buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    margin-left: -6px;
    margin-right: -6px; }
    .expandable-list-item .bookable-now-buttons-container .flex-item {
      display: block;
      width: calc(50% - 2*6px);
      margin: 6px;
      border: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .expandable-list-item .bookable-now-buttons-container button {
      color: white;
      background: #57E870;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(53%, rgba(180, 180, 180, 0.07)), to(rgba(0, 0, 0, 0.11)));
      background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.3) 0%, rgba(180, 180, 180, 0.07) 53%, rgba(0, 0, 0, 0.11) 100%);
      min-height: 60px;
      border-radius: 4px;
      font-weight: bold;
      font-size: 20px;
      color: #FFFFFF;
      text-align: center;
      position: relative;
      cursor: pointer; }
      .expandable-list-item .bookable-now-buttons-container button[disabled] {
        cursor: not-allowed;
        opacity: 0.4; }
        .expandable-list-item .bookable-now-buttons-container button[disabled]:after {
          content: '';
          display: block;
          background: rgba(0, 0, 0, 0.35);
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          opacity: 0.4; }

/* The animation code */
@-webkit-keyframes success-icon-animation {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }
@keyframes success-icon-animation {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }
/* POI TYPES LIST */
.categories-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px; }

.info-box-container {
  background: rgba(42, 229, 81, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.15); }

.poi-type-category-btn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: none;
  font-size: 2.5em;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  color: inherit;
  font-weight: bold;
  padding: 20px 10px 20px 0px;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .poi-type-category-btn:focus {
    background: #2e6b9b !important; }

.poi-type-category-btn.active {
  border-bottom: 0;
  background: #285d87; }

.poi-type-category-btn .arrow {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px; }

.poi-type-category-btn .arrow-closed {
  display: block; }

.poi-type-category-btn .arrow-opened {
  display: none; }

.poi-type-category-btn.active .arrow-closed {
  display: none; }

.poi-type-category-btn.active .arrow-opened {
  display: block; }

.poi-type-category-btn + .poi-type-category-container {
  display: none; }

.poi-type-category-btn.active + .poi-type-category-container {
  display: block;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #285d87; }

.poi-type-category-container {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 40px; }

.poi-type-category-container .poi-type-item {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #343434;
  font-size: 1.5em;
  font-weight: bold;
  color: #373737;
  border-radius: 6px;
  margin: 4px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.2) 31%, rgba(0, 0, 0, 0.15) 100%); }

.poi-type-category-container .poi-type-item .item-count-label {
  background: #285d87;
  border-radius: 20px;
  margin-left: 10px;
  color: white;
  padding: 5px 10px;
  text-align: center; }
.route-info-box {
  background: #41465a;
  border-radius: 4px;
  border: 0px solid rgba(0, 62, 94, 0.2);
  width: auto;
  min-width: 220px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  margin: 0px 0px;
  color: white;
  font-size: 3em;
  font-weight: bold;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid white;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .route-info-box .estimate-item {
    margin: 20px 10px; }
  .route-info-box .avoidstairs-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .route-info-box .avoidstairs-container input {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
    .route-info-box .avoidstairs-container label {
      font-size: 0.5em; }
.qr-code-box {
  background: #41465a;
  border-radius: 4px;
  border: 0px solid rgba(0, 62, 94, 0.2);
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  margin: 0px 0px;
  color: white;
  font-size: 3em;
  font-weight: bold;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid white;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }
  .qr-code-box .text {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: font-size 0.2s ease-out;
    transition: font-size 0.2s ease-out; }
  .qr-code-box .qr-code-image-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 10px;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
    transition: width 0.2s ease-out, height 0.2s ease-out; }
  .qr-code-box .qr-code {
    width: 100%;
    height: 100%; }
  .qr-code-box:focus .qr-code-image-wrapper {
    width: 300px;
    height: 300px; }
  .qr-code-box:focus .text {
    font-size: 28px; }
/* Some custom styling overrides */
.mapboxgl-ctrl-group {
  border: 2px solid white !important; }

/* bigger zoom-buttons */
.mapboxgl-ctrl-group > button {
  width: 60px;
  height: 60px; }

/* custom size and color of the floor selector */
.mazemap-control-zlevel-bar.custom-zlevel-bar {
  background: #41465a;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid rgba(0, 62, 94, 0.2);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  width: auto;
  margin-right: 20px; }

.mazemap-control-zlevel-bar.custom-zlevel-bar button,
.mazemap-control-zlevel-bar.custom-zlevel-bar button:hover {
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  color: white;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.mazemap-control-zlevel-bar.custom-zlevel-bar button.active,
.mazemap-control-zlevel-bar.custom-zlevel-bar button.active:hover {
  background: white;
  color: #565d78; }

.mazemap-control-zlevel-bar .z-scroll.scroll-down {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.mazemap-control-zlevel-bar.autoscroll .z-scroll {
  margin: 0px -6px;
  background: #41465a; }

.mazemap-control-zlevel-bar.autoscroll .z-scroll.mazemap-disabled {
  color: #cccccc; }

/* Styling the search control bigger */
.search-control-default {
  position: relative;
  margin-left: calc( (100% - 20px)*(-1/2));
  width: calc(100% - 20px);
  left: 50%;
  z-index: 999; }

.search-input {
  font-size: 2em;
  height: 80px;
  border-radius: 8px;
  border: 4px solid #3098fd; }

.search-suggestions.default {
  font-size: 2em;
  max-height: calc(100vh - 130px);
  background: #41465a;
  color: white; }

ul.search-suggestions-list.default .item {
  padding: 25px 15px; }
  ul.search-suggestions-list.default .item .context.floor {
    background: white;
    color: #565d78;
    border-radius: 20px;
    padding: 0.1em 0.7em;
    font-size: 0.8em; }
/* Some basic page styling */
html, body {
  background: #565d78;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-rendering: geometricPrecision;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1; }
  @media only screen and (max-width: 1400px) {
    html, body {
      font-size: 0.75vw; } }

input, textarea, select, button {
  font-family: 'Open Sans', sans-serif !important;
  text-rendering: geometricPrecision; }

:focus {
  outline-style: solid;
  outline-offset: 0px;
  outline-color: #3B99FC;
  outline-width: 1px;
  outline-radius: 1.5;
  -webkit-box-shadow: 0 0 5px 3px #3B99FC;
          box-shadow: 0 0 5px 3px #3B99FC; }

.no-focus:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-width: 0; }

.whitefocus:focus {
  outline-color: #FFF;
  -webkit-box-shadow: 0 0 5px 3px #FFF;
          box-shadow: 0 0 5px 3px #FFF; }

.kiosk-layout-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#sidebar {
  margin: 0px;
  padding: 0px;
  background: #565d78;
  background: #565d78;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

::-webkit-scrollbar {
  display: none; }

.sidebar-header {
  background: #565d78;
  background: #41465a;
  width: 100%;
  height: auto;
  -webkit-box-shadow: -2px 1px 2px 1px rgba(0, 0, 0, 0.39);
          box-shadow: -2px 1px 2px 1px rgba(0, 0, 0, 0.39);
  padding: 20px 0px; }

.sidebar-content {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.search-input {
  padding-left: 60px;
  padding-right: 30px;
  font-size: 2em;
  height: 60px;
  border-radius: 30px;
  border: 0px solid #3098fd;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.45);
          box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.45);
  background-color: white;
  background-image: url(./bundle/assets/search-icon.904991e5.png);
  background-repeat: no-repeat;
  background-position: 18px 50%;
  background-size: 30px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9a9a9a; }

::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* hide the default "X" button */
  display: block;
  position: relative;
  right: 0px;
  /*
     * Setup dimensions for the custom icon.  Note that these dimensions seem to
     * affect positioning.
     */
  width: 1em;
  height: 1em;
  /*
     * SVG encoded custom "X" icon
     */
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 8.1L32.9 5 20.5 17.4 8.1 5 5 8.1l12.4 12.4L5 32.9 8.1 36l12.4-12.4L32.9 36l3.1-3.1-12.4-12.4z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;
  /* icon size */
  background-size: 100%;
  /* note: this positioning will need to be tweaked for iOS */
  background-position: center; }

.ui-buttons-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #41465a;
  padding: 0px; }
.kiosk-layout-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .kiosk-layout-wrapper #sidebar {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .kiosk-layout-wrapper #map {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    width: auto;
    height: auto; }
  .kiosk-layout-wrapper.horizontal {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .kiosk-layout-wrapper.horizontal #sidebar {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 30vw;
      max-width: 600px;
      -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2); }
    .kiosk-layout-wrapper.horizontal #map {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .kiosk-layout-wrapper.vertical {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
    .kiosk-layout-wrapper.vertical #sidebar {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      height: 50%;
      -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
      height: 30%;
      /* Styling the search control to be placed in a wide space */ }
      .kiosk-layout-wrapper.vertical #sidebar .sidebar-header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .kiosk-layout-wrapper.vertical #sidebar .search-control-default {
        position: relative;
        margin-left: 20px;
        width: auto;
        left: initial;
        max-width: initial; }
    .kiosk-layout-wrapper.vertical #map {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }

/*# sourceMappingURL=app.0fd4e564.css.map*/