#map-canvas {
  height: 100%;
  width: 100%;
}

/* ----------------------------LABEL STYLING----------------------------*/  

.hide {
  display: none !important;
}

.show {
  display: block !important;
}


.building-labels {
  color: black;
  width: 7em;
  overflow: inherit !important;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px -1px #fff, -1px 1px #fff;
  background-color: inherit;
  cursor: inherit;
  border: inherit;
}

.category-label {
  /* margin-top: -25px !important; */
  width: 100px;
}

.campus-marker-with-label {
  z-index: 3 !important;
}

.cluster-markers-label {
  display: none;
  color: #007fac !important;
  background-color: inherit;
  cursor: inherit;
  border: inherit;
  width: 10em;
  padding: 0;
  font-weight: 600;
  text-shadow:
    1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff;
}

.cluster-markers-label:focus {
  border: #007fac 2px solid;
}

.marker-cluster-labels-internal {
  margin-left: -10em;
}

.campus-marker-label {
    font-weight: bold;
    font-size: 1.5em;
    color: black;
    text-shadow: 1px 1px #fff, 1px -1px #fff, -1px -1px #fff, -1px 1px #fff;
    background-color: inherit;
    cursor: inherit;
    border: inherit;
}

.campus-marker-label:focus {
  border: #007fac 2px solid;
}

.district-label {
    font-weight: bold;
    font-size: 1.3em;
    color: black;
    text-shadow: 1px 1px #fff, 1px -1px #fff, -1px -1px #fff, -1px 1px #fff;
    background-color: inherit;
    cursor: inherit;
    border: inherit;
}

.district-label:focus {
  border: #007fac 2px solid;
}

.ocf-cluster {
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-size: inherit;
  padding: inherit;
}

.OCF-marker-label {
  /* display: none !important; */
  /* display: none; */
}

.shadow {
  box-shadow: black 0px 0px 0px 3px;
}

.displayBlock {
  display: block !important;
}

/* ----------------------------GMAPS INFOWINOW STYLING----------------------------*/  

/*style the content*/
.content {
  text-align: left !important;
  overflow-y: scroll;
}

.closeButton {
  font-size: 1em !important;
  position: absolute  !important;
  right: 0 !important;
  margin-right: -1.4em !important;
  color: #ffffff !important;
  -webkit-appearance: none;
  border-radius: 0;
}

.backButton {
  color: #cc0033 !important;
  font-size: 1.5em !important;
  margin-left: -1em !important;
  padding: 6px !important;
  -webkit-appearance: none;
  border-radius: 0;
}

.content > div {
  padding-left: 10px;
  padding-right: 10px;
}

.content h3 {
  margin-top: 10px;
  color: #cc0033;
}

.parcels-detail {
  margin: 5px 0px;
}

/* info drawer Alert Links */
a.alert-link {
  color: #cc0033 !important;
}

.alert-link h2 {
  padding: 10px;
  text-align: center !important;
}

/* info drawer Links and Directions */
/* .info-window-middle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 0px !important;
  padding-right: 0px !important;
} */
/* .info-window-img {
  display: flex;
  flex-direction: column;
} */

/* .info-window-img object,
.info-window-img img {
  max-height: 150px;
  min-height: 150px;
  max-width: 50vw;
} */

.info-window-links {
  background-color: #5f6a72 !important;
  /* padding: 0 !important; */
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
  width: 100%;
  min-width: 150px;
  max-height: 25vh;
}

/* .links-wrapper {
  margin: auto;
  max-height: 150px;
} */

/* .info-window-links a {
  font-size: 1.3em !important;
  color: #fff !important;
  padding-left: 0.5em !important;
  line-height: 2em;
} */
 

/* LEARN MORE */

div.info-window-title > div {
  width: max-content;
  margin-top: -1.7em;
  background-color: #FFF;
}

div.info-window-more ul {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-padding-start: 10px;
}

div.info-window-more ul:first-of-type {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

div.info-window-more li {
  list-style-type: none;
}

.info-window-img-more object,
.info-window-img-more img {
  height: 25vh;
  max-width: 35vw !important;
}

@media only screen and (max-width: 768px) {
  .info-window-img-more object,
  .info-window-img-more img {
    max-width: 50vw !important;
  }
}

.links-wrapper-more img {
  width: 25vh !important;
  height: 25vh;
}

.links-wrapper-more img {
  margin-top: 3px;
}

.links-wrapper-more {
  margin: auto;
}

div.info-window-directions {
  display: flex;
    justify-content: center;
    padding-left: 0;
}

div.info-window-directions > div {
  width: max-content;
  margin-bottom: -14px;
  background-color: #fff;
}

div.info-window-directions > div > a {
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  div.info-window-directions > div {
    margin-bottom: 5px;
    background-color: #fff;
  }
}

/* GEOLOCATOR */
#geolocator {
  margin-right: 10px;
  padding: 3px;
  background-color: #fff;
  color: #5f6a72;
  width: 27px;
  height: 27px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#geolocator svg {
  width: 100%;
  height: 100%;
}

.active-control {
  color: #3ab0ff;
}

/* STREET VIEW */
div.gm-iv-address {
  height: 100% !important;
}


/* ------------- 2020 Marker Label Tweaks ------------- */

div[title="RBHS at Newark"] {
  margin-left: -25px !important;
}

div[title="Rutgers University - Newark"] {
  margin-left: -10px !important;
}
