#map_shell {
  position: relative;
  display: grid;
  grid-template: "content" 100% / auto;
  height: 31.25rem;
  margin-bottom: 1rem;
  border: 1px solid #cdcdcd;
  transition: height 0.3s ease-in-out;
}

#viewDiv {
  height: 100%;
}

.esri-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.theme-dot,
.theme-dot .esri-ui {
  --calcite-color-brand: rgba(0, 68, 102, 1) !important;
  --calcite-color-brand-hover: rgba(0, 68, 102, 0.75) !important;
  --calcite-color-brand-press: rgba(0, 68, 102, 0.5) !important;
}

.esri-search__input {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  border-right: 1px soild #fff;
}

.Legend {
  width: 10.225rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0.75rem;
  overflow: auto;
}

.Legend > h3 {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.Legend > h3.otherHeading.hide {
  visibility: hidden !important;
  display: none !important;
}

.Legend > hr {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #fff;
  margin: 0.5em 0;
}

.Legend > hr.hide {
  visibility: hidden !important;
  display: none !important;
}

.hide {
  visibility: hidden !important;
  display: none !important;
}

.graph {
  width: 160px;
}

.range {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 160px;
}

.range > p {
  display: none;
  margin-bottom: 0.25rem;
  color: #747474;
  font-size: 0.75rem;
  font-weight: 600;
}

.range > p:first-child {
  display: block;
  margin-left: 0.8rem;
}

.range > p:last-child {
  display: block;
  margin-right: 0.8rem;
}

.ositem,
.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0.45rem;
}

.item.hide {
  visibility: hidden;
  display: none;
}

.icon {
  width: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.24));
}

.name {
  margin-left: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.75rem;
}

#banner-agency-logo {
  z-index: 1 !important;
}

.nycgov-first {
  z-index: 1 !important;
}

.bc_system_popup {
  width: 100%;
  padding: 0.75rem !important;
  padding-top: 0rem !important;
}

.bc_system_popup > p {
  margin-bottom: 0px;
}

.bc_system_popup > ul {
  margin-left: 1.2rem;
  margin-top: 0.25rem;
}

.bc_system_popup > ul > li {
  font-style: italic;
}

.bc_system_popup > h3 {
  /* color: #069; */
  font-size: 0.95rem;
  line-height: 1.5em;
}

/* Removes the default action bar from popups */
.esri-features__content-feature > calcite-action-bar:first-of-type {
  display: none;
  visibility: hidden;
}

.header-container.header-container--border-end {
  height: 2rem !important;
}

.esri-widget__heading.esri-features__heading {
  margin-left: 0.75rem !important;
  margin-bottom: 0px !important;
}

#shell-panel-start {
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

#conditionDesc ul {
  margin-left: 2rem;
  margin-top: -0.75rem;
}

.shell-expanded {
  height: 52rem !important;
}

#shell-panel-start {
  transition: all 0.3s ease-in-out;
}

calcite-popover {
  position: absolute !important;
  /* transform:none !important;
  padding-left: 2.75em !important; */
}

.ed_parent {
  width: 13.625rem;
  /* max-height: 8rem;
  min-height: 5rem; */
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
}

.ed_parent > ul {
  padding-left: 0px;
}

.ed_parent > h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.ed_entry {
  display: flex;
  align-items: center;
}

.ed_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-indent: 0px;
}

.ed_container > p {
  margin-top: auto;
  margin-bottom: auto;
}

.ed_point {
  position: absolute;
  max-width: 100%;
  max-height: 100%;

}

.ed_point2 {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}

.ed_point3 {
   position: absolute;
  max-width: 22px !important;
  max-height: 22px !important;
}

.ed_imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30px;
  width: 50px;
  margin-right: 0.5rem;
}

.ed_imgs > svg,
.ed_imgs2 > svg,
.ed_imgs3 > svg,
.ed_imgs > img,
.ed_imgs2 > img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}

.ed_imgs3 > img {
  position: absolute;
  max-width: 24px !important;
  max-height: 24px !important;
}

.ed_svg1 {
  fill: #5B7C7A;
}

.ed_svg2 {
  fill: #3d658f;
}

.ed_svg3 {
  fill: #e46b46;
  opacity: 0;
}


