/*
    (*) large = 24px for regular weight or 18.5px for bold text
    See http://webaim.org/resources/contrastchecker/
*/
.d-none {
  display: none;
}
.ui-page.fullscreen {
  display: flex;
  flex-flow: column;
}
.ui-page.fullscreen,
.ui-page.fullscreen .content-primary,
.ui-page.fullscreen .content-primary > .parsys {
  margin: 0;
  padding: 0;
  height: 100%;
}
.ui-page.fullscreen .ui-content {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
.buildings,
.buildings .ub-map,
.buildings .map-app {
  height: 100%;
}
.map-app-popup {
  border: 0;
}
.map-app-popup .ui-header {
  background: white;
  color: #005bbb;
  text-shadow: none;
  border: 0;
  padding: 1px;
}
.map-app-popup .ui-header h1.ui-title {
  margin: 10px 0 10px;
  text-align: center;
  font: 500 16px Arial, sans-serif;
  padding: 1px 0 3px 0;
}
.map-app-popup .ui-header a {
  display: none;
}
.map-app-popup .ui-content {
  padding: 10px 15px;
}
.map-app-popup .ui-content p {
  font: 14px bold, Arial, sans-serif;
  color: #333;
  margin: 10px 0 0 0;
}
.map-app-popup .ui-content .campus-button {
  background: #005bbb;
  border-radius: 0;
  box-shadow: none;
}
.map-app-popup .ui-content .campus-button .ui-btn-text {
  font-size: 12px;
  font-weight: 500;
}
.map-app-popup-location {
  width: 260px;
}
.map-app-popup-location .ui-header h1.ui-title {
  margin-bottom: 5px;
}
.map-app-popup-list .ui-content {
  padding: 0 15px;
}
.map-app-popup-list .ui-content .ui-listview li {
  background: #ffffff;
  border-color: #e4e4e4;
}
.map-app-popup-list .ui-content .ui-listview a {
  padding-left: 50px;
}
.map-app-popup-list .ui-content .ui-listview img.ui-li-icon {
  max-height: 36px;
  max-width: 36px;
  height: 36px;
  width: 36px;
  left: 6px;
  top: 3px;
}
.map-app {
  position: relative;
}
.map-app .map-container {
  position: relative;
  height: calc(100% - 55px);
  border-top: 1px solid #FFF;
}
.map-app .map-footer {
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-app .map-footer .nav-bar {
  text-align: center;
  border-top: 3px solid #005bbb;
  border-bottom: 1px solid #005bbb;
  background: #005bbb;
}
.map-app .map-footer .ui-controlgroup {
  margin-left: -15px;
}
.map-app .map-footer .ui-controlgroup a {
  border: 0;
  background: none;
}
.map-app .map-footer .ui-controlgroup a .ui-btn-inner {
  border: 0;
  padding: 8px 5px 8px 40px;
}
.map-app .map-footer .ui-controlgroup a .ui-btn-text {
  text-shadow: none;
  color: #ffffff;
  font: 16px Arial, sans-serif;
}
.map-app .map-footer .ui-btn-inner .ui-icon {
  background-image: none;
  height: 100%;
  width: 25%;
  border-radius: 0;
}
.map-app .map-footer .ui-btn-inner .ui-icon:before {
  font-family: 'Font Awesome 5 Free';
  display: block;
  text-indent: 0;
  color: #ffffff;
  text-shadow: none;
}
.map-app .map-footer .ui-btn-inner .ui-icon.ui-icon-categories:before {
  content: "\f142";
}
.map-app .map-footer .ui-btn-inner .ui-icon.ui-icon-a-z:before {
  content: "\f002";
}
.map-app .map-footer .ui-btn-inner .ui-icon.ui-icon-location:before {
  content: "\f21d";
}
.map-app .map-footer .ui-btn-inner .ui-icon.ui-icon-list:before {
  content: "\f0c9";
  font-size: 20px;
  margin-top: 2px;
}
.map-app .map-footer .list-bar {
  background: #002f56;
}
.map-app .map-footer .list-bar .list-btn {
  border: 0;
  background: none;
  box-shadow: none;
  margin-top: 1px;
  margin-bottom: 3px;
}
.map-app .map-footer .list-bar .list-btn .ui-btn-inner {
  border: 0;
  box-shadow: none;
}
.map-app .map-footer .list-bar .ui-btn-text {
  text-shadow: none;
  color: #ffffff;
  font: 500 12px Arial, sans-serif;
}
.map-app .map-footer .list-bar .list-btn .ui-icon {
  width: 22px;
  height: 22px;
  border-radius: 0;
  left: 3px;
  margin-top: -12px;
}
.map-app .map-footer .list-bar .clear-btn {
  float: right;
  margin: 7px 10px 0 0;
  background: none;
  border-radius: 0;
}
.map-app .map-footer .list-bar .clear-btn .ui-btn-inner {
  padding: 0 10px;
}
.map-app .infoBox {
  width: 280px;
  margin-left: -139px;
  margin-bottom: 55px;
  text-align: center;
}
.map-app .infoBox-inner {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font: 13px/1.3 bold, Arial, sans-serif;
  color: white;
  padding: 7px 10px 5px 10px;
  text-align: center;
  position: relative;
}
.map-app .infoBox-inner.has-link {
  padding-right: 30px;
  text-align: left;
}
.map-app .infoBox-inner .ui-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -9px;
}
.map-app .infoBox-inner a,
.map-app .infoBox-inner a:visited,
.map-app .infoBox-inner a:hover {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}
/* the pointer below the infobox */
/* here's the trick: the triangle is the beveled corners of the top border of a zero-width box */
.map-app .infoBox::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 128px;
  border-width: 11px 11px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  display: block;
  width: 0;
}
