﻿@charset "utf-8";
@font-face {
  font-family: "droid_sansregular";
  src: url(./fonts/DroidSans.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "droid_sansbold";
  src: url(./fonts/DroidSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("./fontawesome-free-5.3.1-web/webfonts/fa-solid-900.woff2");
}
html,
body {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
close-error-modal {
  float: right;
}
.ui {
  margin: auto;
  z-index: 1301;
  max-width: 600px;
  position: absolute;
  top: 8px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  text-rendering: auto;
}
.ui.info.message,
.ui.attached.info.message {
  box-shadow: 0 0 0 1px #aad6df inset, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ui.info.message {
  background-color: #e9faff;
  color: #337b92;
}
.ui.icon.message > .icon:not(.close) {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
}
.card {
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: flex;
  justify-content:center;
  height: 22px;
  top: -33px;
  right: 10px;
  background: gray;
  float: right;
  /* border-bottom: 1px dotted black; */
  border-radius: 30px;
  width: 22px;
  color: white;
  text-align: center;
  cursor: help;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#close-path-modal{
  position: absolute !important;
}
#path-modal{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mapboxgl-popup-close-button{
  font-size: 2em !important;
  padding: 5px !important;
}
/* Tooltip arrow */
.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
#path-modal-content{
  max-width: 100% !important;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
li {
  display: list-item;
}

#direction-details {
  display: none;
}
#close-poi-modal {
  float: right;
}
.close-button {
  font-size: 16px;
  position: relative;
  top: -5px !important;
}
.close-poi-button {
  position: relative;
  top: -10px !important;
}
ol {
  list-style: decimal;
}

#details-link {
  display: none;
  cursor: pointer;
}

#close-details {
  width: 20%;
  text-align: right;
  font-size: 16px;
}

#close-details:hover {
  color: #00608e;
  cursor: pointer;
}

.directions-details-head {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  background: #00adff;
  color: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  background: #00a2ff;
  -webkit-box-shadow: 0px 1px 4px #424040;
  box-shadow: 0px 1px 4px #424040;
  min-height: 60px;
}

.direction-details-title {
  font-weight: normal;
  font-size: 18px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#mapping-container {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poi-circle {
  color: #436dcb;
  font-size: 21px;
}

.card-title {
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: block;
  font-weight: bold;
  color: #424445;
  font-size: 14px;
  position: relative;
  min-height: 30px;
  line-height: 22px;
}

#mazemap-container {
  width: 100%;
  height: 100%;
}

.location {
  color: #676464;
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  min-height: 30px;
  white-space: pre-line;
  margin-right: 10%;
  line-height: 22px;
}

.droid-bold {
  font-family: droid_sansbold;
}
.poi-hover:hover {
  background-color: white !important;
  cursor: auto !important;
}
.search-no-result {
  display: block;
  padding: 0px;
  vertical-align: middle;
  margin: 0px;
  min-height: 62px;
  height: auto;
  line-height: 62px;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
  color: #6e6e6e;
  font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}

.information-circle {
  float: left;
  width: 50px;
  padding-left: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #00669a;
  line-height: 60px;
  font-size: 18px;
}
.search-control-default {
  margin: auto;
  z-index: 1301;
  max-width: 600px;
  position: absolute;
  top: 8px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  text-rendering: auto;
}

.mapboxgl-ctrl-toggle {
  width: 30px;
}
.search-result {
  padding-top: 9px;
}
.search-result-icon {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #00669a;
  font-size: 18px;
  /* width: 50px; */
  position: absolute;
  top: 20%;
  line-height: 16px;
  margin-top: 0px;
  padding-left: 3%;
}
.search-empty-state-text {
  display: block;
  padding: 50px 40px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  color: #a2a2a2;
}

.modal-search-icon {
  display: block;
  position: absolute;
  width: 5%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 47px !important;
  padding-left: 13px;
  padding-right: 15px;
  -webkit-appearance: none;
  z-index: 5;
  color: #aaa;
  border: none;
  border-radius: 0px;
}
#delete-input {
  display: none;
}
.modal-search-close-icon {
  display: block;
  position: absolute;
  width: 5%;
  height: 50px;
  left: 83%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 47px !important;
  padding-left: 13px;
  padding-right: 15px;
  -webkit-appearance: none;
  z-index: 5;
  color: #00669a;
  border: none;
  border-radius: 0px;
}
.search-result-highlight {
  display: block;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  margin-top: 13px;
  text-overflow: ellipsis;
  /* text-align: center; */
  white-space: initial;
  width: 50%;
  margin-left: 10%;
  line-height: 20px;
  max-width: 370px;
  overflow: hidden;
}
.search-result-floor-name {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 4px;
}
.search-result-highlight > em {
  font-weight: bold;
  color: #00669a;
}
.z-scroll {
  text-align: center !important;
}
.search-result-location > em {
  font-weight: bold;
  color: #00669a;
}
.search-result-campus {
  position: absolute;
  line-height: 16px;
  margin-top: 0px;
  text-align: right;
  width: 134px;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 22px;
  font-size: 12px;
}
.search-result-location {
  display: block;
  font-size: 12px;
  line-height: 12px;
  width: 45%;
  margin-left: 10%;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-result:hover {
  background: #e4effd;
  color: #1e4b77;
  cursor: pointer;
}
.search-result:focus {
  background: #e4effd;
  color: #1e4b77;
  cursor: pointer;
}
.selected {
  background: #e4effd;
  color: #1e4b77;
}
.search-result {
  text-decoration: none;
  text-shadow: none;
  display: block;
  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;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  color: #6e6e6e;
}
#menu {
    background: #fff;
    background-color: transparent !important;
    background: transparent;
    position: relative;
    box-shadow: none !important;
    top: -33%;
    z-index: 2;
    left: 30%;
    height: 204px;
    -webkit-animation: popup 0.3s;
    animation: popup 0.3s;
    border-radius: 3px;
    width: 155px;
    font-family: "Open Sans", sans-serif;
}

.mapboxgl-ctrl-middle-left,
.mapboxgl-ctrl-middle-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.closebutton-modal {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  padding-left: 2%;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #ff7a00;
  padding-right: 1%;
  border-radius: 0 4px 0 0;
}

.closebutton-icon {
  width: 100%;
  height: 100%;
}

.item {
  text-decoration: none;
  text-shadow: none;
  display: block;
  overflow: hidden;
  padding: 0px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
  margin: 0px;
  min-height: 62px;
  height: auto;
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
  color: #6e6e6e;
}

.suggestions {
  display: block !important;
  position: relative;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  margin: 0;
  padding: 0;
  color: #555;
  height: 441px !important;
  top: 50px;
  border-radius: 0 0 4px 4px;
}

#searchInput {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  padding-left: 44px;
  padding-right: 15px;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-toggle {
  padding: 5px !important;
}
.error-phone {
  text-decoration: underline;
}
#menu a:last-child {
    border-bottom: 0 !important;
} 
#menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    background-color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: left;
    border-left: 7px solid #d3d3d3;
}
#Security_Shuttle.active {
    border-left: 7px solid deeppink !important;
}
#Station_Shuttle.active {
    border-left: 7px solid limegreen !important;
}
#Smart_Paths.active {
    border-left: 7px solid orange !important;
}
#menu a:last-child {
  border: none;
  border-left: 7px solid #d3d3d3;
}

#menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

#menu a.active {
  /* background-color: #35b0e6;
    color: #ffffff; */
}

.card-marker {
  color: #ff7b00;
  font-size: 25px;
}

#card-container {
  max-width: 80%;
  display: none;
  bottom: 8% !important;
}
#path-card-container {
  max-width: 30%;
  display: none;
  bottom: 8% !important;
}
#category-card-container {
  display: none;
  padding-bottom: 0px !important;
}

#direction-card-container {
  display: none;
}

.details-link {
  color: #00adff;
}

.details-link:hover {
  background: #f7f7f7;
}

#poi-button {
  cursor: pointer;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  padding-left: 2%;
  line-height: 50px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background-color: #35b0e6;
  border-top-right-radius: 4px;
  padding-right: 1%;
}

#poi-button:hover {
  color: #35b0e6;
  background-color: white;
}

.header-button {
  background-color: #35b0e6;
  color: white;
}

.mazemap-control-zlevel-bar .btns-container > button {
  text-align: center;
}

.bg-uon-blue {
  background-color: #35b0e6;
}

.direction-button {
  border-radius: 4px;
}

.map-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: auto;
  z-index: 1;
  width: 30%;
  height: 50px;
  position: absolute;
  left: 10%;
  top: 8px;
  right: 0;
}

#head-menu {
  width: 52px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left;
}

.map-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(60, 123, 140, 0.84);
  border: #0e5875 6px solid;
  -webkit-box-shadow: inset -7px -4px 17px -4px rgba(202, 213, 230, 0.36);
  box-shadow: inset -7px -4px 17px -4px rgba(202, 213, 230, 0.36);
  font-size: 14px;
  line-height: 38px;
  width: 100%;
  color: white;
  text-align: center;
}

.header-icon {
  width: 100%;
  height: 68%;
}

.search-button-wrapper {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 50px;
  margin: 0;
  vertical-align: top;
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0px;
  flex: 3 1 0;
}
.padding-for-bottom {
  padding-bottom: 24px !important;
}
.error-list li {
  margin-left: 1.25rem;
}
.error-icon {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
  color: #337b92;
  margin: 0 2.25rem 0 2.25rem;
}
#head-container {
  display: block;
}
.error-content {
  background-color: #e9faff;
  color: #337b92;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  border: 2px solid #aad6df;
  border-radius: 5px;
}
#close-error-modal {
  float: right;
}
.error-list {
  list-style: disc;
  list-style-position: inside;
}
.modal {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
}
.show-error-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
}
.show-poi-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
}

.poi-btn {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #cbcbcb;
  background-color: #eeeeee;
  color: #373737;
  border-radius: 20px;
  margin: 4px;
}

.poi-cat {
  font-weight: bold;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  font-size: 1.17em;
  background: white;
}

.poi-btn:hover {
  background-color: whitesmoke;
}

#direction-information-a,
#direction-information-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  position: absolute;
  bottom: 0;
}

.direction-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: space-evenly;
  flex-direction: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.direction-information:hover,
.poi-information:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.direction-location-name {
  width: 80%;
  text-align: center;
  font-weight: bold;
}

.direction-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.directions-icon {
  margin-top: 3px;
  margin-right: 3px;
}

.directions-button {
  border-radius: 3px !important;
  float: right;
}

.directions-button:hover {
  background: #109ee2;
}

.direction-top {
  background-color: #35b0e6;
  color: white;
  padding: 20px;
}

.active-poi {
  background-color: #35b0e6;
  color: white;
}

.direction-name {
  font-size: 16px;
}

@media only screen and (max-height: 900px) {
  #menu {
    top: -25%;
  }
  #path-card-container {
    max-width: 55%;

  }
}

@media only screen and (max-height: 600px) {
  #menu {
    top: -18%;
  }
}

@media only screen and (max-width: 900px) {
  .map-head {
    width: 75vw;
  }
  #path-card-container {
    max-width: 71%;

  }
  #direction-details {
    z-index: 5555;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #card-container {
    width: 66vw;
    min-width: 0px !important;
  }
  .modal-search-close-icon {
    left: 75%;
  }
  #direction-card-container {
    width: 66vw;
    min-width: 0px !important;
  }

  #card-direction {
    margin-left: -30px;
  }
  .location {
    color: #676464;
    font-family: "droid_sansregular", Geneva, Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    min-height: 30px;
    white-space: pre-line;
    margin-right: 0%;
    line-height: 1.5em;
    
  }
}
@media only screen and (max-height: 500px) {
  #menu a {
    /* padding: 5px; */
  }
  }
@media only screen and (max-width: 600px) {
#menu a {
  /* padding: 5px; */
}
}

.mapboxgl-ctrl-attrib.mapboxgl-compact {
    margin-top: 25px !important;
    height: 25px !important;
}
