:root{
  --HC_MAIN_COLOR:#054c67;
}  

body {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-touch-callout: none;
  user-select: none;
  line-height: 1.5em;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea,
select,
button {
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif !important;
  text-rendering: geometricPrecision;
  /* Necessary for iOS 15 to prevent default color blue on button text */
  /* https://developer.apple.com/forums/thread/690529 */
  color: black;
}
.mazemap-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.mazemap-container.embed {
  border: 0px;
}
.mazemap-container.default-border {
  border: 1px #dadada solid;
}
.mazemap-container.newtab-bottom-offset {
  bottom: 27px;
}
.mazemap-container .map {
  border: 0px;
  touch-action: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.mazemap-container .map .mapboxgl-ctrl-top-left,
.mazemap-container .map .mapboxgl-ctrl-bottom-left {
  transition: left 0.5s;
}
.mazemap-container .maze-header {
  transition: left 0.5s;
  left: 52px;
}
@media (min-width: 900px) {
  .mazemap-container.menu-open .map .mapboxgl-ctrl-top-left,
  .mazemap-container.add-sidebar-space .map .mapboxgl-ctrl-top-left,
  .mazemap-container.menu-open .map .mapboxgl-ctrl-bottom-left,
  .mazemap-container.add-sidebar-space .map .mapboxgl-ctrl-bottom-left {
    /* TODO: Find a way to avoid this global important override */
    /* This will probably be solved with the useMapMargin hook when
                the sidebar is made into a better react component (WIP planned change) */
    left: 320px !important;
  }
  .mazemap-container.menu-open .maze-header,
  .mazemap-container.add-sidebar-space .maze-header {
    /* TODO: Find a way to avoid this global important override */
    left: 320px !important;
  }
  .mazemap-container.menu-open .responsive-card-container,
  .mazemap-container.add-sidebar-space .responsive-card-container {
    /* TODO: Find a way to avoid this global important override */
    left: 320px !important;
  }
}
#skiptoscreenreader a {
  position: absolute;
  top: -70px;
  left: 0px;
  height: 60px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  max-width: 360px;
  text-align: center;
  color: white;
  font-size: 1.3em;
  font-family: droid_sansbold;
  line-height: 60px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom-right-radius: 8px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: top 0.3s ease-out, background 0.6s linear;
  transition: top 0.3s ease-out, background 0.6s linear;
  z-index: 9999;
}
#skiptoscreenreader a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FF006A;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.2s linear;
  transition: top 0.1s ease-in, background 0.2s linear;
}
/*
 * This is here because the Wave extension for chrome is annoyingly positioned on
 * top of the campus menu of the webapp.
 */
#wave_sidebar_container {
  left: unset !important;
  right: 0 !important;
}

/* Contrast mode specific color definitions */
/* very dark blue */
/* slightly lighter dark blue */
/* dark, but can see it is blue */

.contrast-mode .contrast-bg-3 {
  background: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-bg-9 {
  background: white !important;
}
.contrast-mode .contrast-fg-1 {
  color: #001E29 !important;
}
.contrast-mode .contrast-fg-3 {
  color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-fg-9 {
  color: white !important;
}
.contrast-mode .contrast-fg-1-all * {
  color: #001E29 !important;
}
.contrast-mode .contrast-fg-3-all * {
  color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-fg-3-all .aria-selectable[aria-selected="true"] {
  color: white !important;
  background: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-fg-3-all .aria-selectable[aria-selected="true"] * {
  color: white !important;
}
.contrast-mode .contrast-border-3 {
  border-color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-bshadow {
  box-shadow: 0 0px 0px 2px var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-btn-bg-3,
.contrast-mode .contrast-btn-bg-3:hover {
  background: var(--HC_MAIN_COLOR) !important;
  color: white !important;
  border-color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-btn-bg-9,
.contrast-mode .contrast-btn-bg-9:hover {
  background: white !important;
  color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-color-fg {
  color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-color-fg em {
  color: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode .contrast-color-fg.aria-selectable[aria-selected="true"] {
  background: var(--HC_MAIN_COLOR) !important;
  color: white !important;
}
.contrast-mode .contrast-color-fg.aria-selectable[aria-selected="true"] .contrast-color-fg,
.contrast-mode .contrast-color-fg.aria-selectable[aria-selected="true"] em {
  color: white !important;
}
.contrast-mode .contrast-svg-fill-fg {
  fill: var(--HC_MAIN_COLOR) !important;
}
.contrast-mode a.contrast-link {
  color: var(--HC_MAIN_COLOR) !important;
  text-decoration: underline !important;
}
.contrast-mode .contrast-placeholder::-webkit-input-placeholder {
  color: red !important;
}
.contrast-mode .contrast-placeholder::-moz-placeholder {
  color: red !important;
}
.contrast-mode .contrast-placeholder::--moz-placeholder {
  color: red !important;
}
.contrast-mode .contrast-placeholder::-ms-input-placeholder {
  color: red !important;
}
.contrast-mode .search-field input#search-input-field {
  border: 1px solid var(--HC_MAIN_COLOR);
}
.contrast-mode .mazemap-control-zlevel-bar .z-label.active {
  background: var(--HC_MAIN_COLOR) !important;
  color: white;
}
.contrast-mode .mapboxgl-ctrl-group {
  box-shadow: 0 0 0 2px #001E29 !important;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
    font-family: 'droid_sansregular';
    src: url(../../webapp/bundle/assets/DroidSans-webfont.51730e32.eot);
    src: url(../../webapp/bundle/assets/DroidSans-webfont.51730e32.eot?#iefix) format('embedded-opentype'),
         url(../../webapp/bundle/assets/DroidSans-webfont.fa238ca3.woff) format('woff'),
         url(../../webapp/bundle/assets/DroidSans-webfont.b5216641.ttf) format('truetype'),
         url(../../webapp/bundle/assets/DroidSans-webfont.aabfdc1e.svg#droid_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'droid_sansbold';
    src: url(../../webapp/bundle/assets/DroidSans-Bold-webfont.baede833.eot);
    src: url(../../webapp/bundle/assets/DroidSans-Bold-webfont.baede833.eot?#iefix) format('embedded-opentype'),
         url(../../webapp/bundle/assets/DroidSans-Bold-webfont.06253243.woff) format('woff'),
         url(../../webapp/bundle/assets/DroidSans-Bold-webfont.3ea614a8.ttf) format('truetype'),
         url(../../webapp/bundle/assets/DroidSans-Bold-webfont.429af039.svg#droid_sansbold) format('svg');
    font-weight: normal;
    font-style: normal;

}


.mm-ui {
  font-size: 1em;
  font-family: 'Open Sans', "Geneva", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-touch-callout: none;
  user-select: none;
}
.mm-ui * {
  -webkit-tap-highlight-color: transparent;
}
.mm-ui input,
.mm-ui textarea,
.mm-ui select,
.mm-ui button {
  font-family: 'Open Sans', "Geneva", Helvetica, Arial, sans-serif !important;
  text-rendering: geometricPrecision;
}
.mm-ui h2 {
  font-size: 16px;
  color: #595959;
  /* WCAG AAA compliant  */
  color: #757575;
  /* WCAG AA compliant  */
  margin-left: 32px;
  margin-bottom: 4px;
  margin-top: 22px;
  font-weight: normal;
}
.mm-ui .error-message {
  margin: 20px;
  font-size: 13px;
}
.mm-ui .ui-message {
  margin: 30px 20px;
  display: block;
  text-align: center;
}
.mm-ui hr {
  position: relative;
  border: 0;
  display: block;
  height: 1px;
  min-height: 1px;
  background: #eaeaea;
  margin: 18px 0px;
}
.mm-ui .text-caps {
  text-transform: uppercase;
}
/* Generic UI BUttons */
.mm-ui button {
  cursor: pointer;
}
.mm-ui .btn-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}
.mm-ui .btn-text.text-small {
  font-size: 10px;
}
.no-btn-style {
  border: 0;
  background: none;
  -webkit-appearance: none;
}
.mm-ui-cta-btn {
  position: relative;
  display: inline-block;
  border: 0px;
  background: #00adff;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 30px;
}
.mm-ui-cta-btn.flex {
  display: flex;
  flex-direction: row;
}
.mm-ui-cta-btn.flex.center {
  justify-content: center;
}
.mm-ui-cta-btn.flat {
  background: none;
  color: #00adff;
}
.mm-ui-cta-btn.flat.border {
  border: 1px solid #EFEFEF;
}
.mm-ui-cta-btn.smallround {
  border-radius: 25px;
  font-size: 12px;
  text-transform: none;
  padding: 4px 16px;
  min-height: 25px;
}
.mm-ui-cta-btn.margin {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 30px;
}
.mm-ui-cta-btn.darkblue {
  background: #285773;
  color: white;
}
@at-root &:hover {
  background: #3c84af !important;
}
.mm-ui-cta-btn.green {
  background: #2dc847;
  color: white;
}
@at-root &:hover {
  background: #28af3e !important;
}
.mm-ui-cta-btn .icon.margin-right {
  margin-right: 6px;
}
.mm-ui-cta-btn.gradient {
  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%);
}
.uppercase {
  text-transform: uppercase;
}

@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.long{-webkit-animation-duration:1s;animation-duration:1s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
*:focus {
  outline: none;
}
.aria-hidden {
  position: absolute;
  display: block;
  left: -10000px;
  top: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* The map focus element animation code */
@keyframes focus-flash-animation {
  0% {
    outline-color: rgba(255, 0, 0, 0);
    box-shadow: inset 0 0 5px 3px rgba(255, 0, 0, 0);
  }
  20% {
    outline-color: #ff0000;
    box-shadow: inset 0 0 5px 3px #ff0000;
  }
  100% {
    outline-color: rgba(255, 0, 0, 0);
    box-shadow: inset 0 0 5px 3px rgba(255, 0, 0, 0);
  }
}
.map-focus-element {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  outline-style: solid;
  outline-offset: 0px;
  outline-width: 1px;
  outline-radius: 1.5px;
  outline-color: #ff0000;
  box-shadow: inset 0 0 5px 3px #ff0000;
  pointer-events: none;
}
body.keyboard-tabbing :not(.normalfocus):focus::after,
body.keyboard-tabbing .normalfocus:focus {
  outline-style: solid;
  outline-offset: 0px;
  outline-color: #ff5200;
  outline-width: 1px;
  outline-radius: 1.5px;
  box-shadow: 0 0 5px 3px #ff5200;
}
body.keyboard-tabbing :not(.normalfocus):focus::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
body.keyboard-tabbing .normalfocus:focus {
  z-index: 1;
}
body.keyboard-tabbing .inset-focus:focus::after {
  box-shadow: inset 0 0 5px 3px #ff5200;
}
body.keyboard-tabbing .map-focus-element.flash {
  display: block;
  animation-name: focus-flash-animation;
  animation-duration: 1s;
  z-index: 9999;
}
body.keyboard-tabbing .whitefocus:focus {
  outline-color: #ff5200;
  box-shadow: 0 0 5px 3px #ff5200;
}

.mmcmn-ui-modal-animate-opacity {
  opacity: 0;
  will-change: opacity;
  transition: opacity 200ms ease;
}
.mmcmn-ui-modal-animate-opacity.mmcmn-ui-modal-animate-in {
  opacity: 1;
}
.mmcmn-ui-modal-animate-opacity.mmcmn-ui-modal-animate-out {
  opacity: 0;
}
.mmcmn-ui-modal-animate-up {
  will-change: transform, opacity;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: translateY(100%);
}
.mmcmn-ui-modal-animate-up.mmcmn-ui-modal-animate-in {
  transform: translateY(0);
}
.mmcmn-ui-modal-animate-up.mmcmn-ui-modal-animate-out {
  transform: translateY(100%);
}
.mmcmn-ui-modal-animate-fade-up {
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: translateY(100%);
  opacity: 0;
}
.mmcmn-ui-modal-animate-fade-up.mmcmn-ui-modal-animate-in {
  transform: translateY(0);
  opacity: 1;
}
.mmcmn-ui-modal-animate-fade-up.mmcmn-ui-modal-animate-out {
  transform: translateY(100%);
  opacity: 0;
}
.mmcmn-ui-modal-animate-scale-up {
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform: scaleY(0) scaleX(0.9);
  opacity: 0;
}
.mmcmn-ui-modal-animate-scale-up.mmcmn-ui-modal-animate-in {
  transform: scaleY(1) scaleX(1);
  opacity: 1;
}
.mmcmn-ui-modal-animate-scale-up.mmcmn-ui-modal-animate-out {
  transform: scaleY(0) scaleX(0.9);
  opacity: 0;
}

.mmcmn-ui-global-modal-wrapper {
  z-index: 9999;
  position: absolute;
  background: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.mmcmn-ui-global-modal-wrapper.center-content {
  align-items: center;
  justify-content: center;
}
.mmcmn-ui-global-modal-wrapper.top-content {
  align-items: stretch;
  justify-content: flex-start;
}
.mmcmn-ui-global-modal-wrapper.top-content .mm-app-modal-content {
  margin: 20px auto;
  max-width: 600px;
  width: calc(100% - 40px);
}
.mmcmn-ui-modal-background {
  z-index: 1;
  position: absolute;
  background: rgba(29, 25, 55, 0.61);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.mmcmn-ui-global-modal-wrapper .mm-app-modal-content {
  z-index: 1;
  background: none;
  width: auto;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.mmcmn-ui-global-modal-wrapper .no-cover {
  max-width: 90%;
  max-height: 90%;
}
.mmcmn-ui-global-modal-wrapper .mm-app-modal-content-offset {
  z-index: 1;
  background: none;
  width: auto;
  max-width: auto;
  max-height: auto;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.mmcmn-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  background-image: linear-gradient(-180deg, #FFFFFF 50%, #FAFAFA 100%);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #D3D3D3;
  height: auto;
}

.mmcmn-ui-corner-close-button {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mmcmn-ui-corner-close-button button {
  /* Remove default webkit button appearance*/
  border: 0;
  background: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0px;
  right: 0px;
  font-size: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.mmcmn-ui-corner-close-button button:hover {
  color: #00608e;
}
.mmcmn-ui-corner-close-button.fab {
  background: white;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
}

.icon-title-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 4px;
  color: #616161;
  font-size: 16px;
}
.icon-title-tab:hover {
  color: #111111;
}
.icon-title-tab .tab-bottom-border {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0px;
  opacity: 0;
}
.icon-title-tab:hover .tab-bottom-border {
  color: #111111;
  opacity: 0.3;
}
.icon-title-tab.active {
  color: #000000;
}
.icon-title-tab.active .tab-bottom-border {
  opacity: 1;
}
.icon-title-tab.active:hover .tab-bottom-border {
  opacity: 1;
}

.mm-cmn-typography-style {
  font-family: 'Open Sans', 'Geneva', Helvetica, Arial, sans-serif;
  color: #333;
}
.mm-cmn-typography-style.headline4 {
  font-weight: 700;
  font-size: 17px;
}
/* Optimized towork as a subtitle under headline 5 */
.mm-cmn-typography-style.subtitle4 {
  font-weight: 400;
  font-size: 14px;
}
.mm-cmn-typography-style.headline5 {
  font-weight: 600;
  font-size: 14px;
}
/* Optimized towork as a subtitle under headline 5 */
.mm-cmn-typography-style.subtitle5 {
  font-weight: 500;
  font-size: 14px;
}
.mm-cmn-typography-style.headline6 {
  font-size: 12px;
}
/* Optimized towork as a subtitle under headline 6 */
.mm-cmn-typography-style.subtitle6 {
  font-weight: 500;
  font-size: 12px;
}
.mm-cmn-typography-style.textbody {
  font-size: 12px;
  font-weight: normal;
  white-space: pre-wrap;
}
.mm-cmn-typography-style.texterror {
  font-size: 12px;
  font-weight: normal;
  white-space: pre-wrap;
  color: #E20555;
}

.mmcmn-button-filledbutton {
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 13px;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
  border-radius: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.short-link-ui input {
  position: relative;
}
.short-link-ui .nomargin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.short-link-ui .share-element-styling {
  width: 100%;
  font-family: monospace;
  font-size: 12px;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #D4D4D4 !important;
}
.short-link-ui .error-msg {
  position: relative;
  color: #940A0A;
  background: #FDF0F0;
}
.short-link-ui .error-msg button {
  display: inline-block;
  border: 0px;
  background: none;
  text-decoration: underline;
  margin-left: 0px;
  padding: 0px;
  margin-top: 10px;
}

.share-embed-map-ui a,
.share-embed-map-ui input {
  position: relative;
}
.share-embed-map-ui .share-element-styling {
  width: 100%;
  font-family: monospace;
  font-size: 12px;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #D4D4D4 !important;
}
.share-embed-map-ui .previewlink {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  color: #000;
}
.share-embed-map-ui .previewlink:visited {
  color: #000;
}
.share-embed-map-ui .previewlink:hover {
  color: #000;
  text-decoration: underline;
}

.qrcode-ui {
  border: 0px solid red;
  background: white;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 300px;
  align-items: start;
  justify-content: center;
}
.qrcode-ui .actionlink {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  height: 24px;
  line-height: 24px;
}
.qrcode-ui .actionlink:visited {
  color: #000;
}
.qrcode-ui .actionlink:hover {
  color: #000;
  text-decoration: underline;
}
.qrcode-ui .actionlink svg {
  margin-left: 5px;
  margin-right: 5px;
}
.qrcode-ui .qr-code-action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}
.qrcode-ui .qr-code-preview {
  display: block;
  width: 256px;
}
.qrcode-ui .qrcode-custom-options {
  margin-right: 50px;
}
.qrcode-ui .qrcode-custom-options input {
  margin-top: 5px;
  margin-right: 5px;
}
.qrcode-ui .qrcode-custom-options label {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.expandable-booking-item {
  background: white;
  margin: 5px;
  position: relative;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  line-height: 24px;
}
.expandable-booking-item h3.title {
  margin-top: 0px !important;
  font-size: 12px !important;
}
.expandable-booking-item .header-wrapper {
  margin: 0px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.expandable-booking-item .header-wrapper.expandable {
  cursor: pointer;
}
.expandable-booking-item .header-wrapper .header-text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.expandable-booking-item .availability-indicator-color {
  position: absolute;
  left: 0;
  width: 7px;
  bottom: 16px;
  top: 16px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.expandable-booking-item.available .availability-indicator-color {
  background: #21EF48;
  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-booking-item.unavailable .availability-indicator-color {
  background: #FF7000;
  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-booking-item .floor-building-name {
  color: #848484;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0px;
}
.expandable-booking-item .availability-status {
  color: #434546;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 0px;
  display: inline-block;
}
.expandable-booking-item .availability-status .calendar-available {
  width: 14px;
  height: 12px;
  margin-right: 3px;
  align-items: center;
}
.expandable-booking-item .availability-status .calendar-unavailable {
  margin-bottom: 2px;
  margin-right: 3px;
}
.expandable-booking-item .availability-status img {
  vertical-align: middle;
  width: 14px;
  height: 19px;
  margin-bottom: 5px;
}
.expandable-booking-item .expanded-status-icon {
  flex-grow: 0;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 20px;
}
.expandable-booking-item .provider-logo-info-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
  align-items: center;
}
.expandable-booking-item .provider-logo-info-box .provider-info-text {
  /* Not an important element, does not need to be super legible or meet WCAG requirements */
  font-size: 9px;
  color: #8a8a8a;
  margin-right: 5px;
  text-align: right;
}
.expandable-booking-item .provider-logo-info-box.addmargin {
  margin-right: 15px;
}
.expandable-booking-item .organizer-status {
  font-size: 12px;
  max-width: 230px;
  overflow: hidden;
  color: #434546;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}

.mmcmn-map-control-button {
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: white !important;
  box-shadow: 0 0 0 1px #0d5875;
  border: 1px solid #D2D2D2;
}
.mmcmn-map-control-button.hover {
  background-color: #e7e7e7 !important;
}

.mm-directions-container {
  /* Some overrides due to specific context where component is placed */
}
.mm-directions-container .directions-sidebar {
  width: 320px;
  background: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  z-index: 1;
  border-right: 0;
}
.mm-directions-container hr {
  position: relative;
  border: 0;
  display: block;
  height: 1px;
  min-height: 1px;
  background: #eaeaea;
  margin: 18px 0px;
}
.mm-directions-container hr.no-margin {
  margin: 0px;
}
.mm-directions-container .ui-options-container {
  padding-left: 43px !important;
  margin-top: -15px !important;
  padding-bottom: 8px !important;
}
.mm-directions-container .ui-options-container .options-item-container {
  padding-left: 12px;
}
.mm-directions-container .directions-title-header {
  position: relative;
  flex-grow: 0;
  background: #00adff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #00a2ff;
  box-shadow: 0px 1px 4px #424040;
  min-height: 60px;
  color: white;
}
.mm-directions-container .directions-title-header h2 {
  color: white;
}
.mm-directions-container .map-control-area-top-center {
  position: absolute;
  top: 0px;
  left: 50%;
  height: auto;
  width: auto;
  transform: translateX(-50%);
  /* to center-position an absolute-positioned item */
  z-index: 1;
  margin-top: 10px;
  align-items: center;
}
.mm-directions-container .directions-footer {
  display: flex;
  flex-direction: column;
}
.mm-directions-container .directions-ui-mode-details > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 260px;
}
.mm-directions-container .route-info-card-content {
  padding: 5px 20px 5px 20px;
}
.mm-directions-container .directions-navigation-card-content {
  padding: 5px 20px 5px 20px;
}
.mm-directions-container .route-info-card-action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
}
.mm-directions-container .route-info-card-action-buttons .btn-svg-icon {
  height: 8px;
  margin-top: 3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.body {
  position: relative;
  background: inherit;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ui-corner-close-button {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  height: 59px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-corner-close-button button {
  /* Remove default webkit button appearance*/
  border: 0;
  background: none;
  -webkit-appearance: none;
  display: block;
  color: #fff;
  margin: 0px;
  right: 0px;
  font-size: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.ui-corner-close-button button:hover {
  color: #00608e;
}

.footer {
  border-top: 1px solid #00000029;
  overflow: auto;
  box-sizing: border-box;
}
.footer .title {
  font-weight: normal;
  font-size: 1em;
  box-sizing: content-box;
  font-weight: bold;
  padding: 0px;
  color: #222;
  margin-left: 20px;
  margin-top: 17px;
}

.responsive-app-layout .layout-header {
  z-index: 2;
}
.responsive-app-layout .layout-header .title {
  font-weight: normal;
  font-size: 1em;
  box-sizing: content-box;
  font-weight: bold;
  padding: 0px;
  margin-left: 20px;
}
.responsive-app-layout .layout-header.center {
  justify-content: center !important;
}
.responsive-app-layout .layout-header.center .title {
  margin-left: 0px;
}

.sidebar {
  position: relative;
  background: #ffffff;
  height: 100%;
  min-width: 320px;
  width: 320px;
  border-right: 1px solid #00000029;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.sidebar .sidebar-content {
  z-index: 1;
  background: inherit;
  flex-grow: 1;
  overflow-y: scroll;
}
.sidebar .sidebar-content.no-scroll {
  overflow-y: hidden;
}

.responsive-app-layout .scrollable-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  /* Set this to prevent sidebar scroll to be hidden by z-fighting on Safari Desktop */
  z-index: 1;
}

.responsive-app-layout.layout-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: inherit;
  z-index: 1;
}
.responsive-app-layout.wide-mode {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: inherit;
  flex-direction: row;
}
.responsive-app-layout.mobile-mode {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: inherit;
  flex-direction: column;
}

.mm-map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  background: #fefefe;
}
.mm-map-wrapper #map {
  display: block;
  flex-grow: 1;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  width: auto;
  height: auto;
}

.ui-header-button-group {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  top: 0px;
  bottom: 0px;
  width: auto;
}
.ui-header-button-group.position-left {
  left: 0px;
  align-items: flex-start;
  padding-left: 6px;
}
.ui-header-button-group.position-right {
  right: 0px;
  align-items: flex-end;
  padding-right: 6px;
}
.ui-header-button-group.position-relative {
  position: relative;
  align-items: flex-start;
  padding-left: 6px;
}
.ui-header-button {
  position: relative;
  width: 60px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-header-button button {
  /* Remove default webkit button appearance*/
  border: 0;
  background: none;
  -webkit-appearance: none;
  display: block;
  color: inherit;
  margin: 0px;
  right: 0px;
  font-size: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.ui-header-button button:hover {
  color: #00608e;
}

/* MazeMap GUI: Route WayPoints A/B Info Container */
.mm-ui.route-waypoints {
  width: 100%;
  position: relative;
}
.mm-ui.route-waypoints.style-searchinputs {
  background: #F8F8F8;
  padding: 10px 0px 10px 0px;
  box-sizing: border-box;
}
.mm-ui.route-waypoints .ui-options-container {
  padding-bottom: 0px;
  padding-top: 0px;
  background: none;
}
.mm-ui.route-waypoints .options-collapsable-toggle {
  padding-left: 40px !important;
}
.mm-ui.route-waypoints .options-items {
  padding-left: 50px !important;
}
.mm-ui.route-waypoints .btn-reverse {
  position: absolute;
  top: 18px;
  bottom: 18px;
  height: auto;
  left: 5px;
  width: 35px;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mm-ui.route-waypoints .waypoint-item {
  position: relative;
  margin: 0;
  line-height: 28px;
}
.mm-ui.route-waypoints .waypoint-item.style-list {
  margin: 20px 5px;
}
.mm-ui.route-waypoints .waypoint-item.style-searchinputs {
  display: flex;
  margin-bottom: 7px;
  margin-top: 7px;
  margin-right: 10px;
  margin-left: 2px;
}
.mm-ui.route-waypoints .waypoint-item .waypoint-icon-desc {
  min-width: 42px;
  flex-grow: 0;
  font-size: 12px;
  color: #424445;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-ui.route-waypoints .waypoint-item .search-input {
  /* Rectangle 6 Copy: */
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: none;
  height: 28px;
  font-size: 13px;
  font-weight: bold;
}
.mm-ui.route-waypoints .waypoint-item input::-webkit-input-placeholder {
  color: #ff7a00;
  font-style: italic;
}
.mm-ui.route-waypoints .waypoint-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #ff7a00;
  font-style: italic;
}
.mm-ui.route-waypoints .waypoint-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff7a00;
  font-style: italic;
}
.mm-ui.route-waypoints .waypoint-item input:-ms-input-placeholder {
  color: #ff7a00;
  font-style: italic;
}
.mm-ui.route-waypoints .waypoint-item .waypoint-title {
  display: block;
  margin-top: 0px;
  margin-left: 47px;
  margin-right: 20px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  color: #424445;
  font-weight: 600;
  font-size: 14px;
}
.mm-ui.route-waypoints .waypoint-item .waypoint-detail {
  display: block;
  margin-left: 47px;
  margin-right: 20px;
  white-space: pre-wrap;
  padding: 0px;
  color: #676464;
  font-weight: normal;
  font-size: 13px;
}
.mm-ui.route-waypoints .waypoint-icon {
  position: absolute;
  left: 0px;
  margin-left: 16px;
  top: 0px;
  height: 20px;
  user-select: none;
}

.route-summary-narrow-container {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 10px;
  justify-content: space-between;
}
.route-summary-narrow-container .metric-info-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.route-summary-narrow-container .metric-info-item:first-child {
  margin-left: 10px;
}
.route-summary-narrow-container .metric-info-item:last-child {
  margin-left: 5px;
  margin-right: 5px;
}
.route-summary-narrow-container .metric-info-item img {
  max-height: 16px;
  opacity: 0.85;
  margin-right: 4px;
  margin-left: 4px;
}
.route-summary-narrow-container .metric-info-item .metric-data {
  color: #444444;
  margin-left: 8px;
}

.mm-ui.ui-options-container {
  position: relative;
  margin: 0px;
  padding: 5px 5px 5px 0px;
  background: #f8f8f8;
}
.mm-ui.ui-options-container .options-collapsable-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 2px;
  padding-right: 2px;
  min-height: 20px;
  align-items: center;
}
.mm-ui.ui-options-container .options-collapsable-toggle .options-header {
  margin-left: 9px;
  font-size: 12px;
  color: #757575;
}
.mm-ui.ui-options-container .options-collapsable-toggle .options-item {
  font-size: 10px;
}
.mm-ui.ui-options-container .options-collapsable-toggle .btn-options-toggle {
  color: #005A7D;
  font-weight: bold;
}
.mm-ui.ui-options-container .options-collapsable-toggle .highlight {
  margin-left: 4px;
  font-weight: bold;
  position: relative;
  width: auto;
}
.mm-ui.ui-options-container .options-item-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mm-ui.ui-options-container .options-items {
  height: auto;
  min-height: 32px;
  display: flex;
  justify-content: flex-start;
  padding: 0px 10px;
  align-items: center;
  flex-direction: row;
}
.mm-ui.ui-options-container .options-items:first-child {
  margin-top: 15px;
}
.mm-ui.ui-options-container .options-items .options-item {
  margin-top: 10px;
  margin: 5px;
}
.mm-ui.ui-options-container .options-item {
  min-height: 20px;
  font-size: 12px;
  color: #005A7D;
  position: relative;
}
.mm-ui.ui-options-container .options-item.extra-margin-left {
  margin-left: 20px;
}
.mm-ui.ui-options-container .options-item.description-label {
  font-weight: bold;
  margin-right: 5px;
  line-height: 20px;
}
.mm-ui.ui-options-container .options-item label,
.mm-ui.ui-options-container .options-item button {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  justify-content: center;
  line-height: 20px;
  cursor: pointer;
}
.mm-ui.ui-options-container .options-item.style-1 {
  font-size: 12px;
  background: #f8f8f8;
  color: #191919;
  padding: 5px 10px;
  margin: 8px 5px;
  border-radius: 14px;
  border: 1px solid #d4d4d4;
}
.mm-ui.ui-options-container .options-item input {
  margin-right: 7px;
  margin-left: 0px;
}
.mm-ui.ui-options-container .options-item .btn-content-wrapper {
  display: flex;
  color: #005A7D;
}

.mm-ui.route-mode-container {
  position: relative;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  background: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  height: 44px;
}
.mm-ui.route-mode-container .mode-item {
  border-radius: 40px;
  position: relative;
  fill: #575757;
  /* for svg children inheriting fill color */
  min-height: 32px;
  font-size: 12px;
  color: #005A7D;
  width: 60px;
  padding: 5px 0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.mm-ui.route-mode-container .mode-item .selected {
  display: none;
}
.mm-ui.route-mode-container .mode-item:hover {
  background: #f1f1f1;
}
.mm-ui.route-mode-container .mode-item.selected {
  background: #006691;
}
.mm-ui.route-mode-container .mode-item.selected .default {
  display: none;
}
.mm-ui.route-mode-container .mode-item.selected .selected {
  display: inline-flex !important;
}
.mm-ui.route-mode-container .mode-item .btn-content-wrapper {
  display: flex;
  color: #005A7D;
  position: absolute;
}
.mm-ui.route-mode-container.small {
  height: 30px;
  padding: 2px 10px 2px 10px;
}
.mm-ui.route-mode-container.small button {
  min-height: 26px;
  height: 26px;
}
.mm-ui.route-mode-container.small img {
  max-height: 16px;
}

.step-visualization-bar {
  display: flex;
  margin: 0px 0px;
  width: 10px;
  justify-content: center;
  z-index: 1;
  padding-left: 30px;
}
.step-visualization-bar .color-bar {
  position: absolute;
  width: 6px;
  background: #1FAFFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  bottom: -13px;
  top: 13px;
}
.step-visualization-bar .color-bar.TRANSIT {
  background: #66DC7A;
}
.step-visualization-bar .color-bar.DRIVE {
  background: #6134C4;
}
.step-visualization-bar .color-bar.BICYCLE {
  background: #6134C4;
}
.step-visualization-bar .node {
  position: absolute;
  top: 13px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid black;
  border-radius: 100%;
  box-sizing: border-box;
}
.step-visualization-bar .node.start {
  top: 0px;
}
.step-visualization-bar .node.point {
  background: white;
}
.step-visualization-bar .node.end {
  bottom: 0px;
}
.step-visualization-bar .node .icon-container {
  position: absolute;
  left: -32px;
  top: -10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-icon{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.step-icon img{ opacity: 0.7; max-width: 20px; max-height: 20px; }

.route-description-container {
  margin-top: 10px;
}
.mm-ui .route-step-details-item {
  display: block;
  margin: 0px 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.mm-ui .route-step-details-item button {
  display: block;
  width: 100%;
  color: #444444;
  padding: 10px 8px;
  border-radius: 6px;
  position: relative;
}
.mm-ui .route-step-details-item button:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.mm-ui .route-step-details-item .step-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  padding-left: 5px;
}
.mm-ui .route-step-details-item .step-item-container .step-item-title {
  /* Walking 345 m       3 min*/
  display: flex;
  flex-grow: 1;
  font-size: 12px;
  justify-content: space-between;
}
.mm-ui .route-step-details-item .step-item-container .step-information-container {
  flex-grow: 1;
}
.mm-ui .route-step-details-item .step-item-container .description {
  font-weight: bold;
  display: inline-flex;
}
.mm-ui .route-step-details-item .step-item-container .warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.mm-ui .route-step-details-item .step-item-container .meters {
  font-weight: normal;
  margin-left: 1em;
}
.mm-ui .route-step-details-item .step-item-container .duration {
  color: #757575;
}
.mm-ui .route-step-details-item .step-item-container .step-time-estimate {
  margin-left: 10px;
  font-size: 14px;
}
.mm-ui .route-step-details-item .step-information-container {
  display: block;
  text-align: left;
}
.mm-ui .route-step-details-item .step-detail-item-content {
  padding: 10px;
  flex-direction: column;
  padding-top: 10px;
  margin-top: 0px;
  align-items: flex-start;
  border-radius: 8px;
  margin-left: 7px;
  margin-top: 4px;
}
.mm-ui .route-step-details-item .step-detail-item-content.card {
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
}
.mm-ui .route-step-details-item .leave-arrive-info {
  margin-top: 15px;
  margin-bottom: 10px;
}
.mm-ui .route-step-details-item .leave-arrive-info .time {
  font-size: 1.2em;
  font-weight: bold;
}
.mm-ui .route-step-details-item .leave-arrive-info .desc {
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 0.8em;
  text-transform: uppercase;
}
.mm-ui .route-step-details-item .leave-arrive-info .name {
  font-size: 1em;
  display: block;
}
.mm-ui .route-step-details-item .transit-cased-title {
  padding: 3px 6px;
  margin-right: 0.5em;
  color: #272727;
}

/* MazeMap GUI: Route Details Container */
.mm-ui.route-details-component {
  position: relative;
  background: #ffffff;
  font-family: 'Open Sans', "Geneva", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #161616;
}
.mm-ui.route-details-component h2.flex {
  display: flex;
  justify-content: space-between;
}
.mm-ui.route-details-component.scrollable {
  flex-grow: 1;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.mm-ui.route-details-component .metric-info-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.mm-ui ol.steps-list,
.mm-ui ul.steps-list {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  margin-left: 37px;
  margin-right: 5px;
  /* making sure outline focus ring is visible */
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}
.mm-ui ol.steps-list li,
.mm-ui ul.steps-list li {
  margin-right: 25px;
  padding-bottom: 17px;
  padding-top: 17px;
  color: black;
  font-weight: 600;
}
.mm-ui ul.steps-list {
  margin-left: 0px;
  margin-right: 0px;
}

.mm-ui .route-instructions-component {
  display: block;
  margin-top: 20px;
}
.mm-ui .route-instructions-component li .item-content {
  padding-left: 16px;
  display: inline-block;
  vertical-align: top;
  color: #161616;
  font-weight: normal;
}

.loadingOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.09);
  color: #6b6b6b;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.loadingOverlay h1 {
  font-size: 1.5em;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 34px;
}

.info-modal-content {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
}
.info-modal-content button {
  font-size: 18px;
}
@media (max-width: 414px) {
  .info-modal-content .title {
    font-size: 25px;
  }
}
.info-modal-content .modal-image-wrapper {
  display: block;
  margin-top: 12px;
}
.info-modal-content .subtitle {
  margin-bottom: 10px;
}
.info-modal-content .subtext {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5a5a5a;
}

#toast-container {
  position: fixed;
  z-index: 9999999;
  top: 7px;
  left: 7px;
  right: 7px;
  pointer-events: none;
}
.toast {
  pointer-events: all;
  background: white;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  padding: 15px 40px 15px 30px;
  width: 100%;
  max-width: 660px;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: translate(0%, 0%);
  margin: 0 auto;
  margin-top: 10px;
}
.toast:first-of-type {
  margin-top: 0px !important;
}

.mmcmn-button {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  padding: 7px 13px;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mmcmn-button .text-caps {
  text-transform: uppercase;
}
.mmcmn-button:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline: -moz-focus-ring-color auto 5px;
}
.mmcmn-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.mmcm-location-map-control .spin-animation {
  animation: mmcm-location-map-control-spin 2s infinite linear;
}
@keyframes mmcm-location-map-control-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.positioning-error-modal-content {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
}
.positioning-error-modal-content button {
  font-size: 18px;
}
@media (max-width: 414px) {
  .positioning-error-modal-content .title {
    font-size: 25px;
  }
}
.positioning-error-modal-content .booking-info-box {
  font-size: 18px;
  width: auto;
  padding: 20px 30px;
  margin: 0px;
}
.positioning-error-modal-content .error-image {
  display: block;
  margin-top: 12px;
}
.positioning-error-modal-content .error-text {
  margin-bottom: 10px;
}
.positioning-error-modal-content .error-subtext {
  font-size: 12px;
  margin-top: 0px;
  color: #5a5a5a;
}

.warning-message-component {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-right: 15px;
    clear: both;
    font-size: 14px;
    color: #2d2d2d;
}

.warning-message-component .icon {
    position: absolute;
    margin-left: -40px;
    width: 20px;
}
.mm-ui .positioning-control-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 26px;
  border: 0px solid red;
  display: flex;
}
.mm-ui .positioning-control-button button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.mmcmn-button-outlinedbutton {
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 13px;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
  border-radius: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mmwa-navigation-hero {
  background: #003C5B;
  font-family: 'Open Sans', sans-serif !important;
  color: white;
  /* cap off at 30px but able to scale down on small screen */
  font-size: min(7vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mmwa-navigation-hero .mmwa-navigation-hero-grid-container {
  min-width: 320px;
  width: 100%;
  max-width: 600px;
  font-weight: bold;
  padding: 38px;
  padding-left: 26px;
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .mmwa-navigation-hero .mmwa-navigation-hero-grid-container {
    /* On wide screens, auto width will make the content centered in the top hero */
    width: auto;
  }
}
.mmwa-navigation-hero .mmwa-navigation-maneuver-icon-wrapper {
  min-width: 2em;
  flex: 0;
}
.mmwa-navigation-hero .mmwa-navigation-hero-text-rows-container {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.mmwa-navigation-hero .mmwa-navigation-hero-primary-text-wrapper {
  font-size: 1em;
  white-space: break-spaces;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mmwa-navigation-hero .mmwa-navigation-hero-secondary-text-wrapper {
  font-size: 0.75em;
  white-space: break-spaces;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mmcmn-navigation-mode-ui-root {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mmwa-navigation-mode-map-ui-top-right-container {
  margin-top: 10px;
  margin-right: 10px;
  background: none;
  pointer-events: all;
}
.mmwa-navigation-mode-map-ui-top-right-container .experimental-navigation-mode-exit-button {
  padding-right: 20px;
  padding-left: 20px;
}

.mm-poi-details-page-container {
  background: white !important;
}
.mm-poi-details-page-container .poi-sidebar {
  width: 340px;
  background: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  z-index: 1;
  border-right: 0;
}
.mm-poi-details-page-container .poi-header {
  position: relative;
  flex-grow: 0;
  background: #00adff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #00a2ff;
  box-shadow: 0px 1px 4px #424040;
  min-height: 60px;
  color: white;
}
.mm-poi-details-page-container .poi-header h2 {
  color: white;
}

.time-slot-element {
  background: #FFFDFD;
  border: 1px solid #DADADA;
  border-radius: 12px;
  display: block;
  padding: 4px 8px;
  margin: 5px 0px;
  width: auto;
  box-sizing: border-box;
}
.time-slot-element .info-block {
  margin: 10px;
  font-size: 12px;
}
.time-slot-element span.date {
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #464646;
  text-transform: capitalize;
}
.time-span-row {
  font-size: 12px;
}
.time-span-row span.time {
  font-weight: bold;
  white-space: nowrap;
  /* prevent "10.00 AM" to wrap*/
}
.time-span-row span.minutes {
  display: inline-block;
}
.time-span-row .time-line-seperator {
  margin-left: 10px;
  margin-right: 10px;
  color: #dadada;
}

.mmcmn-button-textbutton {
  font-size: 12;
  position: relative;
  display: inline-flex;
  font-weight: bold;
  font-family: 'droid_sansbold', Geneva, Helvetica, Arial, sans-serif !important;
  text-rendering: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  /* When hovering this will affect the shape of the background color */
  border-radius: 8px;
  /* Text buttons rarely wants to auto-fill the width of the container, so setting this to 0 */
  flex: 0;
  outline: none;
  min-height: 24px;
  line-height: 12px;
  padding: 0px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.booking-modal {
  flex-direction: column;
}
.booking-modal .booking-info-box-container {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
}
.booking-modal .booking-info-box-container .booking-status-icon {
  display: block;
  margin: 5px;
}
.booking-modal .booking-info-box-container .booking-in-progress-loading-image {
  width: 50px;
  padding: 0px;
  margin: 20px auto;
  display: block;
  margin-bottom: 10px;
  color: red;
}
.booking-modal .booking-info-box-container .booking-message-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.2em;
}
.booking-modal .booking-info-box-container .booking-message-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.booking-modal .booking-info-box-container .booking-message-subtext {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #5a5a5a;
}
.booking-modal .booking-info-box-container .time-slot-element {
  /* some overrides to make it bigger. But should maybe not be here */
  padding: 10px;
}
.booking-modal .booking-info-box-container .time-slot-element .info-block .time-span-row {
  font-size: 16px !important;
}
.booking-modal .booking-info-box-container .time-slot-element .booking-reservation-buttons {
  justify-content: center;
}
.booking-modal .booking-info-box-container .time-slot-element .booking-reservation-link-text {
  font-size: 15px;
}

.bookable-slot-item .buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.bookable-slot-item.compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookable-slot-item.compact .buttons-wrapper {
  margin-bottom: 0px;
}

.bookable-slots-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}
.show-more-slots-button {
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  left: -4px;
  /* Visually looks more in the center */
}

.instant-book-now-slots .intant-book-now-buttons-wrapper {
  display: grid;
  grid-auto-columns: 0.5fr;
  grid-template-areas: "a a";
  grid-gap: 10px;
}
.instant-book-now-slots .instant-bookable-slots-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

button.google-signin-button-image {
  position: relative;
  background-color: white;
  background-image: url(../../webapp/bundle/assets/btn_google_signin_light_normal_web@2x.1ce1aaa5.png);
  background-repeat: no-repeat;
  background-position: 0, 0;
  width: 191px;
  height: 46px;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  background-size: 191px 46px;
  border-radius: 4px;
  justify-self: center;
  align-self: center;
}
button.google-signin-button-image:focus,
button.google-signin-button-image:hover {
  background-image: url(../../webapp/bundle/assets/btn_google_signin_light_focus_web@2x.600ce39e.png);
}
button.google-signin-button-image:active {
  background-image: url(../../webapp/bundle/assets/btn_google_signin_light_pressed_web@2x.17c59605.png);
}
button.google-signin-button-image:disabled {
  opacity: 0.5;
}

.book-form-fields-container {
  display: flex;
  margin-left: 0px;
}
.book-form-fields-container .book-form-container form-field {
  margin: 10px;
}
.book-form-fields-container .book-form-container form-field:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
.book-form-fields-container .book-form-container form-field input {
  border-radius: 100px;
  border: 1px solid black;
  background: #fffdfd;
  font-size: 12px;
  color: inherit;
  flex: 1 1 0%;
  min-height: 34px;
  font-weight: bold;
  line-height: 12px;
  padding: 7px 13px;
}
.book-form-fields-container .book-form-container td {
  vertical-align: middle;
  padding: 5px;
  padding-left: 0px;
}
.book-form-fields-container .book-form-container input {
  height: 30px;
  font-size: 13px;
  min-width: 130px;
  max-width: 195px;
}
.book-form-fields-container .book-form-container label {
  display: block;
  font-size: 13px;
  margin-right: 10px;
}
.book-form-fields-container .book-form-container .date-label-tag {
  font-size: 13px;
  font-weight: bold;
  color: #275773;
}
.book-form-fields-container .form-icon {
  display: block;
}
.book-form-fields-container .datepicker-offset-left {
  left: -50px;
}

.mmcmn-select-styling-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.mmcmn-select-styling-wrapper select {
  /* These styles are copied from frontend/common_modules/src/ui/Button/OutlinedButton/outlinedbutton.less */
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 13px;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
  border-radius: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mmcmn-select-styling-wrapper .mmcmn-select-styled-arrow-wrapper {
  display: block;
  position: absolute;
  right: 17px;
  width: 10px;
  height: 10px;
  z-index: 1;
  pointer-events: none;
}

.rdp {
  --rdp-cell-size: 40px;
  --rdp-accent-color: #0000ff;
  --rdp-background-color: #e7edff;
  --rdp-accent-color-dark: #3003e1;
  --rdp-background-color-dark: #180270;
  --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
  --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */

  margin: 1em;
}

/* Hide elements for devices that are not screen readers */
.rdp-vhidden {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
}

/* Buttons */
.rdp-button_reset {
  appearance: none;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: default;
  color: inherit;
  background: none;
  font: inherit;

  -moz-appearance: none;
  -webkit-appearance: none;
}

.rdp-button_reset:focus-visible {
  /* Make sure to reset outline only when :focus-visible is supported */
  outline: none;
}

.rdp-button {
  border: 2px solid transparent;
}

.rdp-button[disabled]:not(.rdp-day_selected) {
  opacity: 0.25;
}

.rdp-button:not([disabled]) {
  cursor: pointer;
}

.rdp-button:focus-visible:not([disabled]) {
  color: inherit;
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
}

.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
  background-color: var(--rdp-background-color);
}

.rdp-months {
  display: flex;
}

.rdp-month {
  margin: 0 1em;
}

.rdp-month:first-child {
  margin-left: 0;
}

.rdp-month:last-child {
  margin-right: 0;
}

.rdp-table {
  margin: 0;
  max-width: calc(var(--rdp-cell-size) * 7);
  border-collapse: collapse;
}

.rdp-with_weeknumber .rdp-table {
  max-width: calc(var(--rdp-cell-size) * 8);
  border-collapse: collapse;
}

.rdp-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.rdp-multiple_months .rdp-caption {
  position: relative;
  display: block;
  text-align: center;
}

.rdp-caption_dropdowns {
  position: relative;
  display: inline-flex;
}

.rdp-caption_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0 0.25em;
  white-space: nowrap;
  color: currentColor;
  border: 0;
  border: 2px solid transparent;
  font-family: inherit;
  font-size: 140%;
  font-weight: bold;
}

.rdp-nav {
  white-space: nowrap;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rdp-nav_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  padding: 0.25em;
  border-radius: 100%;
}

/* ---------- */
/* Dropdowns  */
/* ---------- */

.rdp-dropdown_year,
.rdp-dropdown_month {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown {
  appearance: none;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  opacity: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.rdp-dropdown[disabled] {
  opacity: unset;
  color: unset;
}

.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
  border-radius: 6px;
}

.rdp-dropdown_icon {
  margin: 0 0 0 5px;
}

.rdp-head {
  border: 0;
}

.rdp-head_row,
.rdp-row {
  height: 100%;
}

.rdp-head_cell {
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
}

.rdp-tbody {
  border: 0;
}

.rdp-tfoot {
  margin: 0.5em;
}

.rdp-cell {
  width: var(--rdp-cell-size);
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
  text-align: center;
}

.rdp-weeknumber {
  font-size: 0.75em;
}

.rdp-weeknumber,
.rdp-day {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--rdp-cell-size);
  max-width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  margin: 0;
  border: 2px solid transparent;
  border-radius: 100%;
}

.rdp-day_today:not(.rdp-day_outside) {
  font-weight: bold;
}

.rdp-day_selected,
.rdp-day_selected:focus-visible,
.rdp-day_selected:hover {
  color: white;
  opacity: 1;
  background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
  opacity: 0.5;
}

.rdp-day_selected:focus-visible {
  /* Since the background is the same use again the outline */
  outline: var(--rdp-outline);
  outline-offset: 2px;
  z-index: 1;
}

.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
  border-radius: 100%;
}

.rdp-day_range_middle {
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
.mm-wa-app-dropdown-overlay-wrapper {
  position: absolute;
  top: 0px;
  border: 0px solid black;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: auto;
  max-width: 100vw;
  height: auto;
  pointer-events: all;
  animation-timing-function: cubic-bezier(0.55, 1.73, 0.46, 1.01);
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.mm-wa-app-dropdown-overlay-wrapper.animate-in {
  animation-name: mm-wa-app-dropdown-overlay-animate-in;
}
.mm-wa-app-dropdown-overlay-wrapper.animate-out {
  animation-name: mm-wa-app-dropdown-overlay-animate-out;
  animation-timing-function: cubic-bezier(0.47, -0.36, 0.61, 0.99);
}
@keyframes mm-wa-app-dropdown-overlay-animate-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mm-wa-app-dropdown-overlay-animate-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
#mm-app-dropdown-overlays-global-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  pointer-events: none;
}

.generic-tab-wrapper {
  display: flex;
  flex-direction: column;
}
.generic-tab-wrapper .items {
  display: flex;
  flex-direction: row;
}

.roombooking-list-item.not-expandable {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
}
.roombooking-list-item .booking-error-message {
  display: flex;
  padding: 0 5px;
  align-items: center;
}
.roombooking-list-item .booking-error-message .message {
  font-size: 13px;
  padding-left: 5px;
}
.roombooking-list-item .resource-booking-tabs {
  padding: 5px 15px;
}
.roombooking-list-item .resource-booking-tabs .tab-title {
  font-size: 12px;
  font-weight: bold;
}
.roombooking-list-item .resource-booking-tabs .items {
  border-bottom: 1px solid #f3f3f3;
  align-self: flex-start;
}
.roombooking-list-item .resource-booking-tabs .item {
  cursor: pointer;
  margin-right: 40px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.roombooking-list-item .resource-booking-tabs .item:last-child {
  margin-right: 20px;
}
.roombooking-list-item .resource-booking-tabs .item:not(.active):hover {
  border-bottom-color: #b4d3e5;
}
.roombooking-list-item .resource-booking-tabs .item.active {
  border-bottom-color: #275773;
}
.roombooking-list-item .resource-booking-tabs .item h3.title {
  margin-bottom: 5px;
  text-align: center;
  margin-left: 0px;
  font-weight: bold;
}
.roombooking-list-item .resource-booking-tabs .contents {
  margin-top: 20px;
}

.mm-ui.booking-info-component {
  position: relative;
  /* The animation code */
}
.mm-ui.booking-info-component .available-color {
  color: #00c800;
}
.mm-ui.booking-info-component .unavailable-color {
  color: #FF5900;
}
.mm-ui.booking-info-component h2,
.mm-ui.booking-info-component h3 {
  margin-left: 39px;
}
.mm-ui.booking-info-component h3 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 0px;
}
.mm-ui.booking-info-component h3.sub-icon-left-margin {
  margin-left: 25px;
}
.mm-ui.booking-info-component .book-slots-background {
  background: #f5f5f5;
  box-shadow: inset 1px 2px 5px 0px #00000040;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mm-ui.booking-info-component .book-container {
  display: flex;
  font-size: 12px;
  color: #212121;
  margin-left: 39px;
  margin-right: 25px;
  margin-bottom: 4px;
  margin-top: 12px;
  font-weight: normal;
  white-space: pre-wrap;
  flex-direction: column;
  align-items: stretch;
  white-space: normal;
}
.mm-ui.booking-info-component .book-form-fields {
  padding-left: 2px;
}
.mm-ui.booking-info-component .status-container {
  margin-bottom: 20px;
}
.mm-ui.booking-info-component .info-block {
  margin-bottom: 10px;
  font-size: 14px;
}
.mm-ui.booking-info-component .time-details-info {
  margin-top: 0px;
  font-size: 14px;
  display: inline-block;
}
.mm-ui.booking-info-component a.calendar-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0099EA !important;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.mm-ui.booking-info-component a.calendar-link img {
  margin-right: 10px;
  max-width: 25px;
  max-height: 25px;
}
.mm-ui.booking-info-component a:hover {
  text-decoration: underline;
}
.mm-ui.booking-info-component .booking-info-box-container {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
}
.mm-ui.booking-info-component .booking-info-box-container .booking-info-box {
  font-size: 18px;
  width: auto;
  padding: 20px 30px;
  margin: 0px;
}
.mm-ui.booking-info-component .requires-login {
  padding: 15px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@keyframes success-icon-animation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.mm-ui.booking-info-component .room-list-item {
  margin: 0px;
  border: 0;
}

.mm-webapp-components-chips-container {
  display: inline-flex;
  flex-wrap: wrap;
}
.mm-webapp-components-chips-container .mm-webapp-components-chip:not(:last-child) {
  margin-right: 5px;
}
.mm-webapp-components-chips-container .mm-webapp-components-chip {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mm-webapp-components-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

.mm-resource-booking-container .resource-booking-header-card {
  box-shadow: -5px 5px 12px #e0e0e0;
}
.mm-resource-booking-container .resource-booking-sidebar {
  width: 340px;
  background: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  z-index: 1;
  border-right: 0;
}
.mm-resource-booking-container .resource-booking-sidebar .scrollable-container {
  padding-bottom: 50px;
}
.mm-resource-booking-container hr {
  position: relative;
  border: 0;
  display: block;
  height: 1px;
  min-height: 1px;
  background: #eaeaea;
  margin: 18px 0px;
}
.mm-resource-booking-container hr.no-margin {
  margin: 0px;
}
.mm-resource-booking-container .resource-booking-title-header {
  position: relative;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #275773;
  box-shadow: 0px 1px 4px #424040;
  min-height: 60px;
  color: white;
}
.mm-resource-booking-container .resource-booking-title-header .header-icon {
  margin-right: 10px;
  margin-left: -20px;
  /* to make it not impact the centering of header title */
}
.mm-resource-booking-container .resource-booking-title-header h2 {
  color: white;
}
.mm-resource-booking-container .mobile-header-wrapper .list-meta-info {
  background: #f5f5f5;
  margin: 0px;
  padding: 5px 10px;
  box-shadow: -5px 5px 12px #e0e0e0;
}
.mm-resource-booking-container .card {
  margin: 10px;
  padding: 10px;
  z-index: 1;
  /* to make box-shadow work over siblings */
  position: relative;
}
.mm-resource-booking-container .card.mobile-header-card {
  margin: 0px;
}
.mm-resource-booking-container .list-meta-info {
  font-size: 11px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.card {
    background: #FFFFFF;
    background-image: linear-gradient(-180deg, #FFFFFF 50%, #FAFAFA 100%);
    box-shadow: 0 3px 22px 0 rgba(0,0,0,0.37);
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.clickable {
    cursor: pointer;
    will-change: transform;
    transition: transform 0.05s linear;
}

.clickable:hover {
    transform: scale(1.02);
}
.mapboxgl-popup {
  /*     Mapbox-gl popup tips use the old "border-top" technique, not the "transform: rotate(45deg)" technique */
  /*     This means that drop shadows are going to be a problem. */
  /*    .mapboxgl-popup-content-wrapper, .mapboxgl-popup-tip {
        background: white;
        outline: none;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }*/
}
.mapboxgl-popup .mapboxgl-popup-content {
  /*         margin: 7px 20px; */
  margin: 0px;
  margin-top: 0px;
  width: 190px;
  padding: 1px;
  text-align: center;
  border-radius: 0px;
}
.mapboxgl-popup div.maze-popup-row {
  position: relative;
  display: block;
  min-height: 50px;
  border-bottom: 1px solid #e9e9e9;
  background-color: white;
  /* Prevent lines from appearing on top of the first button in the pop-up. */
}
.mapboxgl-popup div.maze-popup-row:last-child {
  border-bottom: none;
}
.mapboxgl-popup div.maze-popup-row > a,
.mapboxgl-popup div.maze-popup-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  height: 50px;
  font-size: 13px;
  min-width: 190px;
}
.mapboxgl-popup div.maze-popup-row > div {
  width: 190px;
}
.mapboxgl-popup div.maze-popup-row .info-msg {
  padding: 10px 20px;
  box-sizing: border-box;
}
.mapboxgl-popup div.maze-popup-row.maze-popup-title > div > div {
  display: block;
  height: auto;
  min-height: 0;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #2b2b2b;
}
.mapboxgl-popup div.maze-popup-row.maze-popup-title > div > div.floor {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 2px;
  color: #063344;
}
.mapboxgl-popup div.maze-popup-row[aria-selected="true"] {
  background-color: #dbf9ff;
}
.mapboxgl-popup div.maze-popup-row > a {
  text-decoration: none;
  font-size: 12px;
  color: #1683b6;
  cursor: pointer;
  width: 100%;
}
.mapboxgl-popup div.maze-popup-row > a.red {
  color: #f46464;
}
.mapboxgl-popup div.maze-popup-row > a.red:hover {
  background-color: #fff5f5;
}
.mapboxgl-popup div.maze-popup-row > a i {
  margin-right: 1em;
}

.provider-login-status-wrapper {
  margin: 0px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  min-width: 220px;
}
.provider-login-status-wrapper button {
  font-size: 14px !important;
}
.provider-login-status-wrapper .provider-logo {
  flex-grow: 0;
  min-width: 30px;
  align-items: center;
}
.provider-login-status-wrapper .provider-name {
  flex-grow: 1;
  padding-left: 10px;
  color: #444;
  text-align: left;
}

.report-modal-content {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  min-width: 275px;
  height: auto;
  z-index: 0;
}
.report-modal-content p {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-height: 400px) {
  .report-modal-content p {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.report-modal-content button {
  font-size: 18px;
}

.external-report-modal-content {
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  margin: 0px;
  padding: 25px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 275px;
  height: auto;
  z-index: 0;
}
.external-report-modal-content .external-report-modal-button {
  width: fit-content;
  margin: 25px 0px 10px 0px;
}

/* MazeMap GUI: CampusType List Container */
.mm-webapp-campus-types-list {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  /* making sure outline focus ring is visible */
  font-size: 14px;
  background: white;
  display: flex;
  flex-wrap: wrap;
}
.mm-webapp-campus-types-list button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
}
.mm-webapp-campus-types-list .type-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #cbcbcb;
  background-color: #eeeeee;
  color: #373737;
  border-radius: 20px;
  margin: 4px;
}
.mm-webapp-campus-types-list .type-item:hover {
  background-color: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
}
.mm-webapp-campus-types-list .type-item.state-active {
  background-color: #00adff;
  color: white;
  border-color: #0073ab;
}
.mm-webapp-campus-types-list .type-item .type-item-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 0;
  margin-right: 3px;
  margin-left: -6px;
}

.welcome-modal-content {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  width: 500px;
  max-width: 100%;
  min-width: 275px;
  height: auto;
  z-index: 0;
}
.welcome-modal-content p {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-height: 400px) {
  .welcome-modal-content p {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.welcome-modal-content button {
  font-size: 18px;
}
.welcome-modal-content .modal-top-image-wrapper {
  background-image: linear-gradient(0deg, rgba(75, 79, 105, 0.31) 0%, rgba(216, 216, 216, 0) 100%), url(../../eb0ae684388100ebce1db49787aca078.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 200px;
  max-height: 20vh;
  box-shadow: 0px 2px 8px 0px #00000099;
}
@media (max-height: 600px) {
  .welcome-modal-content .modal-top-image-wrapper {
    max-height: 100px;
  }
}
@media (max-height: 400px) {
  .welcome-modal-content .modal-top-image-wrapper {
    display: none;
  }
}
.welcome-modal-content .mazemap-logo-wrapper {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 10px #00000017;
  background: white;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: center;
}
@media (max-height: 600px) {
  .welcome-modal-content .mazemap-logo-wrapper {
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    top: -25px;
  }
}
@media (max-height: 400px) {
  .welcome-modal-content .mazemap-logo-wrapper {
    height: 25px;
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    top: 6px;
    margin-bottom: 5px;
  }
}
.welcome-modal-content .mazemap-logo-text {
  margin-top: -30px;
  width: 175px;
}
@media (max-height: 600px) {
  .welcome-modal-content .mazemap-logo-text {
    margin-top: -15px;
    width: 135px;
  }
}
@media (max-height: 400px) {
  .welcome-modal-content .mazemap-logo-text {
    display: none;
  }
}
.welcome-modal-content .user-start-text {
  font-size: 14px;
  margin-top: 50px;
  color: #434343;
}
@media (max-height: 400px) {
  .welcome-modal-content .user-start-text {
    margin-top: 10px;
  }
}
.welcome-modal-content .or-word-seperator {
  font-style: italic;
  font-size: 14px;
  color: #434343;
}
.welcome-modal-content .skip-step-button {
  margin-top: 20px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-height: 400px) {
  .welcome-modal-content .skip-step-button {
    margin-top: 0px;
  }
}

/* z-indexes */
.mm-sidebar {
  touch-action: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.5s;
  transform: translate(-100%, 0px);
  z-index: 1020;
  overflow: hidden;
  box-shadow: none;
  background: #ffffff;
  width: 320px;
  max-width: 90%;
}
.visible-position {
  transform: translate(0px, 0px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.save-parking-modal-content {
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  margin: 0px;
  padding: 25px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 275px;
  height: auto;
  z-index: 0;
}
.save-parking-modal-content .save-parking-modal-button {
  width: fit-content;
  width: 100px;
  min-width: 50px;
}
.save-parking-modal-content .save-parking-modal-button .save-parking-modal-button-text {
  margin-right: 8px;
}
.save-parking-modal-content .save-parking-modal-3-column-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 370px;
  width: 100%;
  margin: 20px auto 0px auto;
}
.save-parking-modal-content .save-parking-modal-marker-icon {
  display: none;
}
/* If the screen is large enough, show the marker icon */
@media screen and (min-width: 340px) {
  .save-parking-modal-content .save-parking-modal-marker-icon {
    display: inline-block;
  }
}

.responsive-card-container {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 340px;
  height: auto;
  border: 0px solid #bbb;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  z-index: 999;
  border-radius: 6px;
  transition: left 0.5s;
}
.responsive-card-container .titlebar {
  display: none;
}
.responsive-card-container.mm-sidebar {
  margin: 0px;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 380px;
}
.responsive-card-container.mm-sidebar .titlebar {
  display: block;
}
.responsive-card-container.full-width {
  width: 100%;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  overflow: hidden;
  margin: 0px;
  height: auto;
}
.responsive-corner-card-container {
  left: 0px !important;
  margin: 10px;
  top: 0px;
  right: initial;
  width: auto;
  min-width: initial;
  height: initial;
  bottom: initial;
}
.responsive-corner-card-container.full-width {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.responsive-bottom-card-container {
  bottom: 25px;
  top: initial;
}
.responsive-bottom-card-container.full-width {
  bottom: 0px;
}

.ui-button {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 13px;
    box-sizing: border-box;

    text-rendering: geometricPrecision;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;

    background: none;
    color: inherit;
    border: 0;
    outline: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 4px;
}

.ui-button:hover {
    background: #be0e31;
}

.ui-button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline: -moz-focus-ring-color auto 5px;
}

.ui-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.closest-available-bookable-resource-modal-card {
  position: relative;
  max-width: calc(100vw - 40px);
  width: 600px;
  min-width: 300px;
  margin: auto;
  top: 8px;
  left: 0;
  right: 0;
  bottom: auto;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .closest-available-bookable-resource-modal-card {
    top: 0;
    max-width: calc(100vw - 40px);
  }
}
.closest-available-bookable-resource-modal-card .header {
  display: flex;
  flex-direction: row;
}
.closest-available-bookable-resource-modal-card .header .header-icon {
  width: 50px;
}
.closest-available-bookable-resource-modal-card .header .header-icon .calendar-icon {
  margin-top: 14px;
  margin-left: 16px;
}
.closest-available-bookable-resource-modal-card .header .header-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.closest-available-bookable-resource-modal-card .header .header-content .header-title {
  font-size: 22px;
  text-align: center;
}
.closest-available-bookable-resource-modal-card .header .header-content .header-subtitle {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.closest-available-bookable-resource-modal-card .header .header-content .header-subtitle .betabadge {
  margin-left: 8px;
  font-size: 9px;
}
.closest-available-bookable-resource-modal-card .header .header-close {
  width: 50px;
}
.closest-available-bookable-resource-modal-card .header .header-close .closebutton {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.closest-available-bookable-resource-modal-card .separator {
  margin-top: 6px;
}
.closest-available-bookable-resource-modal-card .separator hr {
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 8px 0 0 0;
  padding: 0;
}
.closest-available-bookable-resource-modal-card .content {
  flex: 1 0 auto;
  max-height: 270px;
  overflow-y: auto;
}
.closest-available-bookable-resource-modal-card .content .error {
  padding-top: 22px;
  font-size: 14px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 14px;
}
.closest-available-bookable-resource-modal-card .content .location-error {
  padding-top: 12px;
  font-size: 14px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 14px;
}
.closest-available-bookable-resource-modal-card .content .location-error .location-error-button {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}
.closest-available-bookable-resource-modal-card .content .location-error .location-error-button:hover {
  background: #067def !important;
}
.closest-available-bookable-resource-modal-card .content .location-error .location-error-button .location-button-text {
  margin-left: 8px;
  margin-top: 1px;
}
.closest-available-bookable-resource-modal-card .content .result-loading-wrapper {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 14px;
}
.closest-available-bookable-resource-modal-card .content .result-loading-wrapper .result-loading {
  height: 60px;
  width: 60px;
}
.closest-available-bookable-resource-modal-card .content .result {
  padding-top: 18px;
  height: 100%;
  cursor: pointer;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
}
.closest-available-bookable-resource-modal-card .content .result:hover {
  background: #f7f7f7;
}
.closest-available-bookable-resource-modal-card .content .result .result-waypoint-icon-container {
  width: 30px;
  height: 25px;
  margin-left: 16px;
}
.closest-available-bookable-resource-modal-card .content .result .result-waypoint-icon-container .result-waypoint-icon {
  width: 23px;
  height: 27px;
}
.closest-available-bookable-resource-modal-card .content .result .result-poi-content {
  flex: 1 0 0;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.closest-available-bookable-resource-modal-card .content .result .result-poi-content .result-title {
  font-size: 16px;
  font-weight: bold;
  color: #424445;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  .closest-available-bookable-resource-modal-card .content .result .result-poi-content .result-title {
    max-width: 160px;
  }
}
.closest-available-bookable-resource-modal-card .content .result .result-poi-content .result-location {
  font-size: 12px;
  color: #676464;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  .closest-available-bookable-resource-modal-card .content .result .result-poi-content .result-location {
    max-width: 170px;
  }
}
.closest-available-bookable-resource-modal-card .content .result .result-button-wrapper .result-button {
  margin-top: 6px;
  margin-right: 16px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px 8px;
}
.closest-available-bookable-resource-modal-card .content .result .result-button-wrapper .result-button:hover {
  background: #28af3e !important;
}
.closest-available-bookable-resource-modal-card .content .bookable-type-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 18px 18px;
}
.closest-available-bookable-resource-modal-card .content .bookable-type-item .find-closest-btn {
  display: inline-block;
  margin-left: auto;
}
.closest-available-bookable-resource-modal-card .content .bookable-type-item .bookable-type-name {
  text-transform: uppercase;
  padding-left: 10px;
  color: #0e5875;
}
.closest-available-bookable-resource-modal-card .content .bookable-type-item .bookable-type-icon {
  display: flex;
  justify-content: center;
}
.closest-available-bookable-resource-modal-card .content .bookable-type-item .bookable-type-icon .bookable-type-img {
  width: 40px;
  justify-content: center;
}

.report-modal-content {
  background: rgba(42, 229, 81, 0.15);
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  min-width: 275px;
  height: auto;
  z-index: 0;
}
.report-modal-content p {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-height: 400px) {
  .report-modal-content p {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.report-modal-content button {
  font-size: 18px;
}
.report-modal-content label {
  cursor: pointer;
  text-align: left;
  position: relative;
}

.modal-search.fullscreen {
  margin: auto;
  z-index: 1301;
  max-width: 600px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: auto;
  text-rendering: auto;
}
.modal-search.fullscreen .search-empty-state-text {
  display: block;
  padding: 50px 40px;
  max-width: 300px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  color: #A2A2A2;
}
.modal-search.fullscreen div.search-field {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  height: 50px;
}
.modal-search.fullscreen div.search-field div.search-input-container {
  /*             display: block; */
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  right: 50px;
}
.modal-search.fullscreen div.search-field div.search-input-container span.search-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0px;
  left: 0px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  color: #aaa;
  padding-left: 12px;
  pointer-events: none;
  /* because this item is only for visual and should not capture mouse events */
}
.modal-search.fullscreen div.search-field div.search-input-container input[type="search"] {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  /* becuase input-fields are not playing nicely */
  font-size: 14px;
  line-height: 14px;
  /* not using line-height == header-height because of iOS/webkit input field cursor size */
  padding-left: 44px;
  padding-right: 15px;
  -webkit-appearance: none;
  /* because Apple */
  border: none;
  border-radius: 0px;
  border-top-left-radius: 4px;
}
.modal-search.fullscreen div.search-scope {
  background: #F4F4F4;
  font-size: 11px;
  line-height: 23px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  left: 0;
  right: 0;
}
.modal-search.fullscreen div.search-scope .info-string {
  margin-right: 20px;
  display: none;
}
.modal-search.fullscreen div.search-scope em {
  font-style: normal;
  color: #0096DD;
}
.modal-search.fullscreen div.search-scope .buttons-wrapper {
  position: relative;
  display: inline-block;
  margin-left: -10px;
}
.modal-search.fullscreen div.search-scope .button,
.modal-search.fullscreen div.search-scope button {
  position: relative;
  border: 0px solid #cbcbcb;
  background-color: none;
  font-style: normal;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 17px;
  margin: 0px 4px;
  cursor: default;
  font-size: 12px;
}
.modal-search.fullscreen div.search-scope .button:hover,
.modal-search.fullscreen div.search-scope button:hover {
  background-color: #E9EDF2;
}
.modal-search.fullscreen div.search-scope .button.active,
.modal-search.fullscreen div.search-scope button.active {
  border: 1px solid #cbcbcb;
  background-color: #EEEEEE;
}
.modal-search.fullscreen div.search-scope .button.active:hover,
.modal-search.fullscreen div.search-scope button.active:hover {
  background-color: #EEEEEE;
}
.modal-search.fullscreen div.search-scope .other-scopes {
  display: inline-block;
  margin-left: 15px;
  margin-right: 0.5em;
}
.modal-search.fullscreen div.search-scope .other-scopes button {
  color: #0096DD;
  white-space: nowrap;
  cursor: pointer;
}
.modal-search.fullscreen .closebutton {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: inherit;
  border-top-right-radius: 4px;
}
.modal-search.fullscreen .closebutton:focus {
  box-shadow: inset 0px 0px 2px 1px #00a3ff;
}
.modal-search.fullscreen button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
}
.modal-search.fullscreen .search-report-footer {
  position: relative;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  left: 0;
  width: 100%;
  background-color: #F4F4F4;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 11px;
  color: #8C8C8C;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px -3px #000;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: start;
}
.modal-search.fullscreen .search-report-footer .report-search-problem-btn {
  position: relative;
  color: #222;
  text-decoration: none;
  margin-left: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline-offset: -4px;
}
.modal-search.fullscreen .search-report-footer .report-search-problem-btn:focus {
  box-shadow: none;
}
.modal-search.fullscreen .search-report-footer .report-search-problem-btn .success {
  color: #22B406;
}
.modal-search.fullscreen .search-report-footer .small-only {
  display: none;
}
.modal-search.fullscreen .search-report-footer .search-report-icon {
  width: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: grey;
  padding-left: 10px;
  padding-right: 0px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-search.fullscreen .search-report-footer.big {
  bottom: -78px;
  height: 78px;
  line-height: 78px;
}
.modal-search.fullscreen .search-report-footer.round-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal-search.fullscreen .search-results {
  position: relative;
  left: 0;
  right: 0;
  /*         height:     @results-list-height; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  margin: 0;
  padding: 0;
  color: #555;
  /*  add a min-height as a hack to
            prevent the content to become too short
            on mobile devices with keyboard up.
            Example is on Android where the actual
            body viewport will be affected by the keyboard,
            and we want the content to seem "scrollable" behind
            the keyboard, so we make it have a "substantial" min-height */
  min-height: 150px;
  /* Style for emphasized text (used to mark hits in text) */
}
.modal-search.fullscreen .search-results.round-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal-search.fullscreen .search-results em {
  color: #111;
  font-style: normal;
  font-family: droid_sansbold;
}
.modal-search.fullscreen .search-results .search-error {
  text-decoration: none;
  text-shadow: none;
  display: flex;
  overflow: hidden;
  padding: 0px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
  margin: 0px;
  min-height: 62px;
  height: auto;
  line-height: 62px;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
  color: #6e6e6e;
  /* WCAG Contrast checked http://webaim.org/resources/contrastchecker/ */
}
.modal-search.fullscreen .search-results .search-error .search-error-icon {
  display: inline-flex;
  min-width: 56px;
  padding-left: 4px;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  color: #00669a;
  font-size: 18px;
}
.modal-search.fullscreen .search-results .search-error .search-error-text {
  display: inline-block;
  white-space: normal;
  line-height: 24px;
  margin-top: 18px;
  margin-left: 0px;
}
.modal-search.fullscreen .search-results .search-error span.search-error-view {
  display: block;
  font-size: 14px;
  /*                 line-height: 14px; */
}
.modal-search.fullscreen .search-results .search-error:first-child {
  padding-top: 4px;
}
.modal-search.fullscreen .search-results div.search-spinner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 25px;
  margin-top: 30px;
  padding-bottom: 9px;
}
.modal-search.fullscreen .search-results div.search-spinner .search-spinner-text {
  margin-left: 15px;
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .modal-search.fullscreen div.search-field div.search-input-container span.search-icon {
    padding-left: 24px;
  }
  .modal-search.fullscreen div.search-field div.search-input-container input[type="search"] {
    padding-left: 60px;
  }
  .modal-search.fullscreen .search-results .search-error {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .modal-search.fullscreen .search-results .search-error:first-child {
    padding-top: 9px;
  }
  .modal-search.fullscreen div.search-scope {
    font-size: 12px;
    padding-left: 20px;
  }
  .modal-search.fullscreen div.search-scope .info-string {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .modal-search.fullscreen .search-results .search-error .search-error-icon {
    width: 44px;
    padding-left: 0px;
    margin-left: 0px !important;
  }
}
@media only screen and (min-height: 570px) {
  .modal-search.fullscreen .search-results.no-footer {
    max-height: 470px;
  }
}
@media only screen and (max-height: 569px) {
  .modal-search.fullscreen .search-results.no-footer {
    max-height: calc(100vh - 102px);
  }
}
@media only screen and (min-height: 592px) {
  .modal-search.fullscreen .search-results.has-small-footer {
    max-height: 441px;
  }
}
@media only screen and (max-height: 591px) {
  .modal-search.fullscreen .search-results.has-small-footer {
    max-height: calc(100vh - 130px - 21px);
  }
}
.modal-search.fullscreen.osk-height .search-results {
  /* Search bar + margin: 150px; on-screen keyboard: 288px; Total 438px */
}
@media only screen and (min-height: 858px) {
  .modal-search.fullscreen.osk-height .search-results {
    max-height: 420px;
  }
}
@media only screen and (max-height: 858px -1px) {
  .modal-search.fullscreen.osk-height .search-results {
    max-height: calc(100vh - 438px);
  }
}
.modal-search.fullscreen.search-page-layout-simplified {
  /* Overrides for the simplified search page layout */
}
.modal-search.fullscreen.search-page-layout-simplified .search-scope {
  display: none;
}
/* Small screens */
/* This is the same behaviour as the header menu: stick to the top of the page when less than ~600px */
@media only screen and (max-width: 440px) {
  .modal-search .search-report-footer .report-search-problem-btn {
    margin-left: 0px !important;
    padding-left: 10px;
    padding-right: 20px;
    float: right;
  }
  .modal-search .search-report-footer .report-search-problem-btn .success {
    margin-right: 0px;
    width: 60px;
    display: inline-block;
  }
  .modal-search .search-report-footer .report-search-problem-btn .big-only {
    display: none;
  }
  .modal-search .search-report-footer .report-search-problem-btn .small-only {
    display: inline-block;
  }
  .modal-search .search-report-footer .report-search-problem-btn i {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .modal-search {
    width: 100%;
    top: 0 !important;
  }
  .modal-search .search-report-footer .search-report-icon {
    width: 44px !important;
    padding-left: 0px !important;
  }
  .modal-search div.search-spinner {
    margin-left: 12px !important;
    margin-top: 25px !important;
  }
  .modal-search div.search-spinner .search-spinner-text {
    margin-left: 12px !important;
  }
}
@media only screen and (max-width: 600px) and only screen and (min-height: 514px) {
  .modal-search .search-results.no-footer {
    max-height: 514px;
  }
}
@media only screen and (max-width: 600px) and only screen and (max-height: 514px -1px) {
  .modal-search .search-results.no-footer {
    max-height: calc(100vh - 94px);
  }
}
@media only screen and (max-width: 600px) and only screen and (max-height: 570px) {
  .modal-search .search-results.has-small-footer {
    max-height: calc(100vh - 130px);
  }
}
/* This should not really be a global style, but will be removed
when the search modal is refactored into a proper react component
*/
.search-modal-background-translucent {
  background-color: rgba(0, 24, 46, 0.82);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1300;
  display: none;
}

.search-result {
  min-height: 62px;
  height: auto;
  line-height: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 60px auto;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  color: #6e6e6e;
  grid-template-areas: "icon-area result-area";
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
}
.search-result:first-of-type {
  padding-top: 4px;
}
.search-result .icon-area {
  grid-area: icon-area;
  line-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00669a;
  position: relative;
  flex: 0;
  height: 33px;
  padding-top: 9px;
  padding-left: 9px;
}
.search-result .result-area {
  grid-area: result-area;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
.search-result .search-result-names-wrapper {
  display: flex;
  flex-direction: column;
}
.search-result .search-result-names-wrapper .title-and-campus-wrapper {
  margin-top: 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search-result .search-result-names-wrapper span.title {
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.search-result .search-result-names-wrapper span.alternative-names {
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 160px;
  margin-right: 20px;
}
.search-result .search-result-names-wrapper span.alternative-names em {
  font-family: droid_sansbold;
}
.search-result .search-result-names-wrapper span.campus-name {
  line-height: 16px;
  width: auto;
  flex-shrink: 0.8;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: right;
}
.search-result span.search-result-location {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-right: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #737373;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-result .search-result-floor-name {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 12px;
  font-size: 12px;
  margin-top: 5px;
}
.search-result .search-result-category-label {
  font-size: 12px;
  margin-top: 5px;
}
.search-result .search-result-outdoors-name {
  font-size: 12px;
  margin-top: 5px;
}
.search-result .search-result-building-name {
  font-size: 12px;
  margin-top: 5px;
}
.search-result.search-page-layout-simplified {
  /* Overrides for simplified search layout */
}
.search-result.search-page-layout-simplified .result-area {
  grid-area: result-area;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.search-result.search-page-layout-simplified .title-and-campus-wrapper {
  overflow: hidden;
  max-width: 500px;
}
.search-result.search-page-layout-simplified span.title {
  font-size: 16px;
  color: black;
}
.search-result.search-page-layout-simplified span.campus-name {
  display: none;
}
.search-result.search-page-layout-simplified .search-result-outdoors-name {
  font-size: 14px;
}
.search-result.search-page-layout-simplified .search-result-floor-name {
  border: 1px solid #919191;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 7px;
  border-radius: 30px;
  position: relative;
  left: -6px;
  margin-bottom: 13px;
}
.search-result.search-page-layout-simplified .search-result-building-name {
  display: none;
}
/* &:focus .search-result[aria-selected="true"] { */
.search-result[aria-selected="true"] {
  background: #E4EFFD;
  color: #1E4B77;
}
.search-result[aria-selected="true"] .search-result-icon {
  color: #1E4B77;
}
.search-result[aria-selected="true"] .search-result-location {
  color: #111;
}
.search-result:active,
.search-result:focus {
  background: #DDE8F7;
}
@media only screen and (max-width: 600px) {
  .search-result {
    grid-template-columns: 44px auto !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .search-result .icon-area {
    padding-left: 0px;
  }
}


#KeyBoardWrapper{
    display: none;
    position: absolute;
    width: 100%;
    height: 308px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
}

#mmKeyboard{
    background-color:rgb(0, 150, 221);
    padding:0px; width:100%; height:288px;
    margin: 0px;
    display:block; border-top:0px solid #000;
    position:absolute; bottom:0px; left:0px;
      font-size:14px; 
      font-family: Arial, "Helvetica" ;
      font-weight:normal;
      z-index: 9999; 
        }
#mmKeyboard:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

#mmKeyboard #keyboardHeader {position:relative;}
#mmKeyboard #keyboardHeader div {color:#fff; background-color:#7b8490;padding:3px; padding-left:15px; padding-right:15px; position:absolute; cursor:pointer; right:-10px; top:-40px;}
#mmKeyboard .closex {font-weight:bolder; color:#000;}

#mmKeyboard #keyboardCapitalLetter {display:none; text-align: center;}
#mmKeyboard #keyboardSmallLetter {display:block; text-align: center;}
#mmKeyboard #keyboardNumber {display:none; text-align: center;}
#mmKeyboard #keyboardSymbols {display:none; text-align: center;}

#mmKeyboard .button 
{
    vertical-align: middle;
    display: inline;
    display: inline-block;
    width:40px; height:50px;background-color:#fff; position:relative;
    /*float:left;*/
    margin-right:9px;margin-top:10px;
    cursor:pointer !important;
    font-size:1.9em;

    /*box shadow*/ -webkit-box-shadow: 0px 1px 3px #000000;-moz-box-shadow: 0px 1px 3px #000000;box-shadow: 0px 1px 3px #000000;
    /*box radius*/ -moz-border-radius: 5px;border-radius: 5px;
    /*gradient*/
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}
#mmKeyboard .buttonDown {background:none;background-color: #c9cdd5; -webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FA0A2', endColorstr='#c9cdd5',GradientType=0 ); /* ie */}
#mmKeyboard .button_a {margin-left:26px;}
#mmKeyboard .button_dash {margin-left:26px;}
#mmKeyboard .button_underscore {margin-left:26px;}
#mmKeyboard .button_enter {width:103px; font-size:1.3em; }
#mmKeyboard .button_del{font-size:1.3em;}
#mmKeyboard .button_delright{width: 100px; font-size:1.3em;}
#mmKeyboard .button_smallletter{font-size:1.3em;}
#mmKeyboard .button_smallletterleft{width:100px; font-size:1.3em; margin-left:0px;}
#mmKeyboard .button_capitalletterleft{font-size:1.3em;}
#mmKeyboard .button_capitalletterright{ width:129px; font-size:1.3em;}
#mmKeyboard .button_numberleft{width:100px; font-size:1.3em; margin-left:0px;}
#mmKeyboard .button_numberright{width:129px; font-size:1.3em;}
#mmKeyboard .button_space {width:300px;}
#mmKeyboard .button_symbolsleft{width:172px; font-size:1.3em; margin-left:26px;}
#mmKeyboard .button_symbolsright{width:129px; font-size:1.3em;}

#mmKeyboard br {

}

#mmKeyboard .key {width:100%; height:100%; text-align:center; padding-top:12px; text-shadow: 0px 1px 1px #ffffff; cursor: pointer;}
#mmKeyboard .key_del {padding-top:18px;}
#mmKeyboard .key_enter {padding-top:18px;}
#mmKeyboard .key_smallletter {padding-top:18px;}
#mmKeyboard .key_capitalletterleft {padding-top:18px;}
#mmKeyboard .key_capitalletterright {padding-top:18px;}
#mmKeyboard .key_number {padding-top:18px;}
#mmKeyboard .key_symbols {padding-top:18px;}


/* content {width:700px; height:100px; border:1px solid #000; margin:10px; font-family:Arial Unicode MS; font-weight:normal;} */

/*input[type=text] {border:1px solid #000; width:300px; height:30px; color:#999; font-family:Verdana; font-size:25px; padding:5px; padding-left:8px; margin-bottom:10px;}*/


.mazemap-container {
  /* Some custom mazebox styling overrides */
  /* bigger zoom-buttons */
}
.mazemap-container .mapboxgl-canvas-container canvas {
  /* For some weird reason, the canvas gets pushed up 26.5px
               (the height of the directions and results views, and of the marker's margin-top) */
  top: 0;
}
.mazemap-container .mapboxgl-popup {
  z-index: 50;
}
.mazemap-container .mazemap-control-zlevel-bar.custom-zlevel-bar button {
  width: 35px !important;
  height: 35px !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
}
.mazemap-container .mapboxgl-ctrl.mapboxgl-ctrl-group button {
  width: 35px !important;
  height: 35px !important;
}
.mazemap-container .mapboxgl-map .mapboxgl-ctrl.mapboxgl-ctrl-group {
  box-shadow: 0 0 0 1px #0d5875;
}

.people-count-map-legend {
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  padding: 3px 15px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* NOTE:
       The positioning is a bit "hardcoded"
       but this project itself is under the "could be deleted after cisco live"
       so smallest effort to make it work is considered ok
    */
  top: 60px;
  position: absolute;
  right: calc(50vw - 200px/2);
  width: 200px;
  box-sizing: border-box;
}
.people-count-map-legend .color-description-text {
  color: #161616;
  font-size: 11px;
  margin: 0 5px;
}
.people-count-map-legend .color-box {
  height: 12px;
  min-width: 25px;
  margin: 0px 2px;
}

#sidebar-clickaway {
  z-index: 1019;
  display: none;
}
#sidebar-clickaway.active {
  display: block;
}
@media (min-width: 900px) {
  #sidebar-clickaway {
    display: none !important;
  }
}
.webapp-sidebar-background-translucent {
  background-color: rgba(0, 24, 46, 0.82);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1300;
  display: none;
}

.maze-header {
  display: flex;
  margin: auto;
  z-index: 1010;
  width: 600px;
  height: 50px;
  position: absolute;
  top: 8px;
  /*     left:300; */
  /* Redefined in MazeMap.less */
  right: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.maze-header button {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
}
.maze-header .search-button-wrapper {
  display: flex;
  height: 50px;
  margin: 0;
  vertical-align: top;
  flex-grow: 1;
}
.maze-header .search-button {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}
.maze-header .search-button.left-item {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.maze-header .search-button .maze-header-search-inset {
  box-sizing: border-box;
  background: rgba(60, 123, 140, 0.84);
  border: #0E5875 6px solid;
  box-shadow: inset -7px -4px 17px -4px rgba(202, 213, 230, 0.36);
  font-size: 14px;
  font-family: droid_sansbold;
  line-height: 38px;
  text-align: center;
}
.maze-header .search-button .maze-header-search-inset.left-item {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.maze-header .search-button .maze-header-search-inset.app-config-themed {
  background: white;
  color: #333;
  border-color: unset;
  border-radius: 10px;
}
.maze-header .maze-header-menuitems {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  /* Somewhat hacky overrides for when the header is styled via app config theme */
  /* TODO/NOTE: Only set up for dark-ish primary colors, with hardcoded white text/icon color */
}
.maze-header .maze-header-menuitems.right-item {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.maze-header .maze-header-menuitems.left-item {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.maze-header .maze-header-menuitems:not(.app-config-themed) {
  background: #00ADFF;
}
.maze-header .maze-header-menuitems .maze-header-button > i {
  font-size: 19px;
}
.maze-header .maze-header-menuitems .maze-header-button .menu-item-badge {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #FF006A;
  color: #ffffff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  box-shadow: 0px 0px 0px 1px white, 0px 1px 3px 1px #656565;
}
.maze-header .maze-header-menuitems > button {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-radius: 8px;
  text-align: center;
  background: #00ADFF;
  color: #FDFDFD;
}
.maze-header .maze-header-menuitems > button i {
  font-size: 125%;
}
.maze-header .maze-header-menuitems > button:hover,
.maze-header .maze-header-menuitems > button.active {
  background: #FFFFFF;
  color: #00ADFF;
}
.maze-header .maze-header-menuitems.app-config-themed > button {
  background: inherit;
  color: white;
  border-radius: 8px;
}
.maze-header .maze-header-menuitems.app-config-themed > button:hover,
.maze-header .maze-header-menuitems.app-config-themed > button.active {
  background: rgba(255, 255, 255, 0.25);
  color: white;
}
/* Small screens */
/* This is the same behaviour as the header menu: stick to the top of the page when less than ~600px */
@media only screen and (max-width: 655px) {
  .maze-header {
    border-radius: 0px;
    top: 0;
  }
  .maze-header .search-button .maze-header-search-inset {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .maze-header .maze-header-menuitems {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .maze-header.app-config-themed .maze-header-search-inset {
    border-radius: 30px !important;
  }
}
.button-sidebar-show {
  display: block;
  position: absolute;
  z-index: 1018;
  left: -2px;
  top: 7px;
  width: 54px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 47px;
  border: 0;
  background-color: #0E5875;
  color: #fff;
  border-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition-property: padding, background-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-sidebar-show .text {
  display: none;
}
.button-sidebar-show:hover {
  filter: brightness(120%);
}
@media (min-width: 900px) {
  .button-sidebar-show,
  .button-sidebar-show:hover {
    width: auto;
    line-height: 47px;
    padding-left: 15px;
    padding-right: 25px;
  }
  .button-sidebar-show span.text {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (max-width: 655px) {
  .button-sidebar-show {
    width: 54px;
    font-size: 20px;
    top: 0px;
    padding: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.CampusSelect {
  text-align: center;
  /*     position: absolute; */
  /*     height: auto; */
  height: 100%;
  bottom: 0;
  width: auto;
  min-width: 250px;
  z-index: 1001;
  /* map bars have z-index 1000 */
  top: 0px;
}
html.lt-ie9 .CampusSelect {
  border: 1px solid #aeaeae;
}
.CampusSelect.right {
  /*         right: -500px; */
  padding-left: 0;
  transition: right 0.5s, width 0.5s;
}
.CampusSelect.top-bar {
  top: -100px;
  transition: height 0.5s, top 0.5s;
}
.CampusSelect.top-bar hr.arrow:after {
  margin-left: 33px;
}
.CampusSelect.top-bar hr.arrow:before {
  margin-left: 31px;
}
.CampusSelect h1 {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  box-sizing: content-box;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.CampusSelect h1 i {
  margin-left: -45px;
}
.CampusSelect .expanded {
  display: block;
}
.CampusSelect .list-bottom-shadow {
  display: none;
}
.CampusSelect .list-bottom-shadow.hidden {
  display: none;
}
.CampusSelect .menu.expanded {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1002;
  box-shadow: 0px 1px 4px #424040;
  min-height: 50px;
}
.CampusSelect .menu.expanded .header {
  min-height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CampusSelect #campus-list {
  height: auto;
  /*         top:0; */
  bottom: 0px;
  position: absolute;
  width: 100%;
  /*
            Some weird webkit bugs on iOS devices
            More info here
            http://stackoverflow.com/questions/26176288/webkit-overflow-scrolling-touch-breaks-in-apples-ios8
            http://stackoverflow.com/questions/9801687/using-webkit-overflow-scrolling-touch-hides-content-while-scrolling-dragging
            http://patrickmuff.ch/blog/2014/10/01/how-we-fixed-the-webkit-overflow-scrolling-touch-bug-on-ios/
        */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
  -webkit-transform: translateZ(0px);
  /*Seems to prevent the scroll-bug where the content disappears*/
  top: 65px;
}
.CampusSelect #campus-list div {
  top: 0;
}
.CampusSelect.top-bar {
  height: 80px;
  width: 100%;
  bottom: auto;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.35);
}
html.lt-ie9 .CampusSelect.top-bar {
  border: 0px;
  border-bottom: 3px solid #aeaeae;
}
.CampusSelect.top-bar .expanded {
  display: none;
}
.CampusSelect.top-bar.right {
  right: -100%;
  transition: height 0.5s;
}
.CampusSelect.top-bar.list {
  height: 100%;
}
html.lt-ie9 .CampusSelect.top-bar.list {
  border-bottom: 0px;
}
.CampusSelect.top-bar .campus-list {
  top: 89px;
}
.CampusSelect .settings-button {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}

#campus-list {
  width: 250px;
  position: relative;
  height: 20em;
  background: white;
  overflow: hidden;
}
#campus-list:focus {
  outline: none;
}
#campus-list #campus-menu-title {
  position: relative;
  font-weight: bold;
  cursor: default;
  line-height: 60px;
  border-bottom: 1px solid #F4F9FD;
}
#campus-list #campus-menu-title .root-title {
  margin: auto;
  max-width: 65%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#campus-list ul {
  color: black;
  left: 0;
  right: 0;
  overflow-y: auto;
}
#campus-list ul {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 250px;
  width: 100%;
}
#campus-list ul li {
  list-style-type: none;
  min-width: 234px;
  line-height: 26px;
  border-bottom: 1px solid #F4F9FD;
  cursor: pointer;
  text-align: left;
}
#campus-list ul li > div,
#campus-list ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 60px;
  padding-right: 60px;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 60px;
  width: inherit;
  font-size: 14px;
}
#campus-list ul li .icon-container {
  min-width: 50px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
}
#campus-list ul li .truncate-long-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#campus-list ul li:active,
#campus-list ul li[aria-selected="true"] {
  background: #0d5875;
  color: white;
}
@media (max-height: 500px) {
  #campus-list ul li > div,
  #campus-list ul li > a {
    line-height: 40px;
    padding-left: 0;
    max-height: 40px;
    font-size: 16px;
  }
}
#campus-list .backbutton {
  width: 50px;
  font-size: list-font-size-small;
  background-color: none;
  text-transform: uppercase;
  color: #444444;
  text-align: center;
  position: absolute;
  top: calc(60px / 4);
  left: 5px;
  line-height: calc(60px / 2);
  cursor: pointer;
  transition: background 0.1s linear;
  white-space: nowrap;
  display: inline-block;
  appearance: none;
  border: 0;
  background: none;
}
#campus-list .backbutton i {
  margin-right: 10px;
}
#campus-list .expand {
  width: 50px;
  font-size: 14px;
  background-color: none;
  color: #808080;
  text-align: center;
  position: absolute;
  right: 5px;
  line-height: calc(60px / 2);
  cursor: pointer;
  transition: background 0.1s linear;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.campus-menu-icon {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
  background: #808080;
  color: white;
}
.campus-menu-icon.red {
  background-color: hsl(0, 70%, 60%);
}
.campus-menu-icon.orange {
  background-color: hsl(15, 70%, 60%);
}
.campus-menu-icon.green {
  background-color: hsl(120, 50%, 60%);
}
.campus-menu-icon.purple {
  background-color: hsl(264, 46%, 70%);
}
.campus-menu-icon.teal {
  background-color: hsl(150, 86%, 81%);
}
.campus-menu-icon.darkblue {
  background-color: hsl(212, 60%, 43%);
}

.openinnewtab {
  background: 0;
  bottom: 5px;
  right: 5px;
  position: absolute;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 0;
}
.openinnewtab a,
.openinnewtab a:visited {
  color: #0078A8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.openinnewtab a:hover {
  text-decoration: underline;
}
.openinnewtab.boxed {
  background: white;
  bottom: 3px;
  padding: 5px 10px;
  border: 1px #dadada solid;
  border-top: 0px solid #dddddd;
  box-shadow: inset 0px 1px 0px #e2e2e2;
}
/* ----------- Extra Small views ----------- */
@media screen and (max-width: 250px) {
  .responsive-hide-for-xs {
    display: none;
  }
}

.mm-wa-language-selection .image-buttons-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  /* https://css-tricks.com/intrinsically-responsive-css-grid-with-minmax-and-min/ */
  justify-items: left;
}
.mm-wa-language-selection .image-buttons-list .listitem {
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  margin: 5px 2px;
  text-align: left;
  border: 1px solid white;
  background: none;
  cursor: pointer;
  white-space: nowrap;
}
.mm-wa-language-selection .image-buttons-list .listitem:hover {
  border-color: #bbbbbb;
}
.mm-wa-language-selection .image-buttons-list .listitem.active {
  border: 1px solid #00adff;
  border-radius: 4px;
}
.mm-wa-language-selection .image-buttons-list .listitem .list-item-image {
  vertical-align: middle;
  width: 22px;
  height: auto;
  margin-right: 5px;
}

.mm-wa-distance-units-selection .image-buttons-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  /* https://css-tricks.com/intrinsically-responsive-css-grid-with-minmax-and-min/ */
  justify-items: left;
}
.mm-wa-distance-units-selection .image-buttons-list .listitem {
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  margin: 5px 2px;
  text-align: left;
  border: 1px solid white;
  background: none;
  cursor: pointer;
  white-space: nowrap;
}
.mm-wa-distance-units-selection .image-buttons-list .listitem:hover {
  border-color: #bbbbbb;
}
.mm-wa-distance-units-selection .image-buttons-list .listitem.active {
  border: 1px solid #00adff;
  border-radius: 4px;
}

.mm-wa-accessibility-selection .betabadge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  margin: -5px 16px;
  margin-right: 0px;
  padding: 5px 10px;
  background-color: #0e5875;
  height: 10px;
  vertical-align: middle;
  border-radius: 80px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.mm-wa-mmauth-login-ui p {
  margin: 20px;
  font-size: 12px;
  display: flex;
}

.mmcmn-compass-control {
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  cursor: pointer;
}
.mmcmn-compass-control.fade-in {
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.mmcmn-compass-control.fade-out {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
/* fade in animation */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fade out animation */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mmcmn-zoom-control .mmcmn-zoom-control-button:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mmcmn-zoom-control .mmcmn-zoom-control-button:last-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.mmcmn-zoom-control .mmcmn-zoom-control-image-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.mmcmn-floor-bar-scroll-arrow-button-container {
  display: flex;
  max-height: 2em;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  background: none;
  align-items: center;
  justify-content: center;
}
.mmcmn-floor-bar-scroll-arrow-button-container.hidden {
  max-height: 0em;
}
.mmcmn-floor-bar-scroll-arrow-button-container.bottom-shadow {
  box-shadow: 0px 0px 0.5em -0.1em rgba(0, 0, 0, 0.35), 0px 0.1em 0.1em 0px white;
}
.mmcmn-floor-bar-scroll-arrow-button-container.top-shadow {
  box-shadow: 0px -0.1em 0.5em -0.1em rgba(0, 0, 0, 0.35), 0px -0.1em 0.1em 0px white;
}

.mmcmn-floor-bar-vertical-floor-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  /* outline: 1px solid red; */
  font-size: 39%;
  border-radius: 2em;
  font-weight: bold;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mmcmn-floor-bar-vertical-floor-item span.floor-name-label {
  color: #494949;
  white-space: nowrap;
}
.mmcmn-floor-bar-vertical-floor-item:hover {
  background: #F5F5F5 !important;
}
.mmcmn-floor-bar-vertical-floor-item:disabled {
  opacity: 0.2;
}
.mmcmn-floor-bar-vertical-floor-item-active {
  background: currentColor;
}
.mmcmn-floor-bar-vertical-floor-item-active span.floor-name-label {
  font-size: 1em;
  color: white !important;
}
.mmcmn-floor-bar-vertical-floor-item-active:hover {
  background: currentColor !important;
}

.mmcmn-vertical-floor-bar-outer-container {
  position: relative;
  display: flex;
  font-size: 16px;
  width: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', 'Geneva', Helvetica, Arial, sans-serif;
  font-size: 40px;
}
.mmcmn-vertical-floor-bar-outer-container .label-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 2.1em;
  height: 2.1em;
  min-width: 4em;
  width: auto;
  line-height: 1em;
  font-size: 25%;
  font-weight: bold;
  margin-bottom: 1em;
  color: #545454;
  user-select: none;
  margin: 1em -1em;
  padding: 0px 3px;
}
.mmcmn-vertical-floor-bar-outer-container .label-container span {
  font-size: 1em;
  font-weight: bold;
  color: #545454;
}
.mmcmn-vertical-floor-bar-outer-container .vertical-floor-bar-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.01em;
  font-size: 1em;
  background: white;
  box-sizing: border-box;
  border-radius: 4px;
  user-select: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0d5875;
  border: 1px solid #D2D2D2;
}
.mmcmn-vertical-floor-bar-outer-container .floor-items-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
  box-sizing: border-box;
}
.mmcmn-vertical-floor-bar-outer-container .floor-items-container.scrollable {
  overflow-y: scroll;
  /* Safari on iOS version <= 15.3 does not support scroll-behavior */
  scroll-behavior: smooth;
  overflow: hidden;
  max-height: 100px;
}
.mmcmn-vertical-floor-bar-outer-container .ios15OverflowScrollingFix .floor-items-container {
  overflow-y: auto !important;
}
.mmcmn-vertical-floor-bar-outer-container .scroll-arrow-button-container {
  display: flex;
  max-height: 2em;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  background: none;
  align-items: center;
  justify-content: center;
}
.mmcmn-vertical-floor-bar-outer-container .scroll-arrow-button-container.hidden {
  max-height: 0em;
}
.mmcmn-vertical-floor-bar-outer-container .scroll-arrow-button-container.bottom-shadow {
  box-shadow: 0px 0px 0.5em -0.1em rgba(0, 0, 0, 0.35), 0px 0.1em 0.1em 0px white;
}
.mmcmn-vertical-floor-bar-outer-container .scroll-arrow-button-container.top-shadow {
  box-shadow: 0px -0.1em 0.5em -0.1em rgba(0, 0, 0, 0.35), 0px -0.1em 0.1em 0px white;
}

.mm-wa-app-header-tools-button {
  position: relative;
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  box-sizing: border-box;
  padding: 7px 15px;
  margin-left: 0px;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  min-height: 31px;
}
.mm-wa-app-header-tools-button:first-of-type {
  margin-left: 10px;
}
.mm-wa-app-header-tools-button:hover {
  background: #f3f3f3;
}

.mm-wa-color-accented-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0px;
  height: auto;
  padding-top: 9px;
  overflow: hidden;
}
.mm-wa-color-accented-card .mm-wa-color-accented-card-top-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  background-color: #00a2ff;
}
.mm-wa-color-accented-card ul {
  display: block;
  margin: 0px;
  margin-left: 37px;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}
.mm-wa-color-accented-card ul li {
  display: block;
  margin: 0px;
  padding: 0px;
}

.mm-wa-app-dropdown-menu-card {
  position: relative;
  min-width: 240px;
  max-width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.mm-wa-app-dropdown-menu-card h3 {
  font-size: 16px;
  margin: 20px;
  margin-top: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 60px;
  /* Accounting for an absolute-positioned close button */
}

.mm-wa-more-apps-menu {
  display: flex;
  flex-direction: column;
}
.mm-wa-more-apps-menu p {
  margin: 0px 20px;
  font-size: 14px;
}
.mm-wa-more-apps-menu .no-btn-style {
  border: 0;
  background: none;
  -webkit-appearance: none;
}
.mm-wa-more-apps-menu .mm-application-link-wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
  margin: 10px 20px;
  cursor: pointer;
  max-width: 300px;
}
.mm-wa-more-apps-menu .mm-application-link-wrapper:hover .mm-application-link-item {
  background: #f7f7f7;
}
.mm-wa-more-apps-menu .mm-application-link-wrapper:first-of-type {
  margin-top: 20px;
}
.mm-wa-more-apps-menu .mm-application-link-wrapper:last-of-type {
  margin-bottom: 20px;
}
.mm-wa-more-apps-menu .mm-application-link-item {
  position: relative;
  width: auto;
  min-width: 200px;
  padding: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  display: grid;
  border: 0;
  background: white;
  grid-template-columns: 50px 1fr;
  grid-template-rows: min-content min-content;
  gap: 0px 15px;
  grid-auto-flow: row;
  grid-template-areas: "icon   title" "icon   description";
  font-family: 'Open Sans', sans-serif !important;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  line-height: 1.8;
}
.mm-wa-more-apps-menu .icon {
  grid-area: icon;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-wa-more-apps-menu .title {
  grid-area: title;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.mm-wa-more-apps-menu .description {
  grid-area: description;
  font-size: 12px;
  font-weight: normal;
}

.mm-wa-resource-booking-menu p {
  margin: 1px 20px;
  font-size: 14px;
  display: flex;
}
.mm-wa-resource-booking-menu button {
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
}

.mm-wa-app-header-tools-wrapper {
  position: relative;
  width: 100%;
  /* mobile first sizing */
  margin-left: 0px;
  z-index: 1008;
  height: auto;
  border: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content;
  gap: 0px 0px;
  grid-auto-flow: row;
  pointer-events: none;
  grid-template-areas: "search-header-placeholder" "tools-content";
}
@media only screen and (min-width: 655px) {
  .mm-wa-app-header-tools-wrapper {
    width: 600px;
    max-width: 100%;
    margin: 0 calc(50% - 300px);
  }
}
.search-header-placeholder {
  grid-area: search-header-placeholder;
  pointer-events: none;
  height: 48px;
  width: 100%;
}
@media only screen and (min-width: 655px) {
  .search-header-placeholder {
    height: 58px;
  }
}
.tools-content {
  grid-area: tools-content;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  /* makes box-shadow of child components not clip due to overflow */
  display: flex;
  pointer-events: none;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 655px) {
  .tools-content {
    padding-left: 20px;
  }
}