/*#content {*/
/*    max-width: 100%;*/
/*    flex: 0 0 100%;*/
/*}*/

.mapImage {
    position: relative;
    width: 100%;
    margin-top: -695.5px;
    top: 0px;
    left: 0;
}

/*.base {*/
/*  z-index: 1;*/
/*}*/

/*.restroom {*/
/*  z-index: 2;*/
/*}*/

/*.tower > .mapImage {*/
/*  margin-top: -582.7px;*/
/*}*/

.opaque {
    opacity: 0.65;
}

.facets {
  margin-left: 15px;
}

.kioskChecks {
  width: 33%;
  display: inline-block;
}

#fieldContain label {
  float: left;
}

.mapsAppCheck {
  float: left;
  margin-right: 5px !important;
}

.selectAll {
  float: left;
  margin-right: 5px !important;
}

.mapTabList {
  width: 15%;
  float: left;
  margin-left: 10px;
  color: white;
}

.mapLink {
  background-image: url('/sites/default/files/image/circ-tab-default.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 75px;
  line-height: 45px;
  color: white;
  width: 90%;
  float: left;
  padding: 12px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.mapLink-active {
  background-image: url('/sites/default/files/image/circ-tab-active.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100% !important;
}

.floorMapArea {
  width: 900px;
  height: auto;
  margin-top: 710px;
}

.floorMapContainer {
  max-width: 84%;
  height: auto;
}

.map-default {
  display: block;
}

.spacesArea {
    font-family: Arial Regular;
    font-size: 16px;
    margin-top: 70px;
}

.spaceTitle{
  font-family: Arial Bold !important;
  font-weight: bold;
  font-size: 23px;
}

.space-default {
  display: inline-block;
}

.mobileSidebar {
  display: none;
}

.map-active {
  display: block;
  width: 100%;
  height: auto;
}

.map-inactive {
  display: none;
}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1000; /* Sit on top */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalContent {
 background-color: white;
 margin: 15% auto; /* 15% from the top and centered */
 padding: 20px;
 border: 1px solid #888;
 width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
 color: black;
 float: right;
 font-size: 28px;
 font-weight: bold;
}

.close:hover,
.close:focus {
 color: black;
 text-decoration: none;
 cursor: pointer;
}

@media (max-width: 1200px) {
  .mobileSidebar {
    display: block;
  }

  .mapLink {
    height: 60px;
    line-height: 30px;
  }

  .floorMapContainer {
    max-width: 80%;
  }

}

@media (max-width: 1000px) {
  .mapTabList {
    display: none;
  }

  .floorMapContainer {
    max-width: 100%;
  }

  .floorMapArea {
    width: 100%;
  }

  .mapLink.mobile{
    background-image: url('/sites/default/files/users/59433/images/mobile-maplink.png') !important;
    line-height: 17px;
    height: 43px;
  }

  .mapLink-active.mobile{
    background-image: url('/sites/default/files/users/59433/images/mobile-maplink-active.png') !important;
  }

  .mobileSidebar {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #cccccc;
    overflow: hidden;
    height: 60%;
    margin-top: 20%;
  }

  .sidenav {
    height: 100%;
    width: 50px;
    z-index: 20;
    background-color: #cccccc;
    overflow-x: hidden;
    float: left;
    display: none;
  }

  .sideToggle {
    height: 100%;
    width: 20px;
    z-index: 20;
    background-color: #999999;
    overflow-x: hidden;
    padding-top: 10px;
    float: left;
  }

  .toggleIcon {
    position: relative;
    top: 50%;
  }

  #leftChev {
    display: none;
  }

  #askUsContainer {
    display: none !important;
  }

  #admin-menu-wrapper {
    display: none;
  }

}

@media (max-width: 810px) {
  .floorMapArea {
    margin-top: 475px;
  }

  .mapImage {
    margin-top: -556.5px;
  }
}

@media (max-width: 428px) {
  .floorMapArea {
    margin-top: 300px;
  }

  .mapImage {
    margin-top: -307.5px;
  }
}

@media (max-width: 414px) {
  .floorMapArea {
    margin-top: 260px;
  }

  .mapImage {
    margin-top: -296.9px;
  }
}

@media (max-width: 412px) {
  .floorMapArea {
    margin-top: 260px;
  }

  .mapImage {
    margin-top: -295.3px;
  }
}

@media (max-width: 390px) {
  .floorMapArea {
    margin-top: 245px;
  }

  .mapImage {
    margin-top: -278.3px;
  }
}

@media (max-width: 375px) {
  .floorMapArea {
    margin-top: 245px;
  }

  .mapImage {
    margin-top: -266.5px;
  }
}

@media (max-width: 360px) {
  .floorMapArea {
    margin-top: 230px;
  }

  .mapImage {
    margin-top: -255px;
  }
}
