#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;
}

#shell-panel{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#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: .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 {
  display: flex;
  flex-direction: column;
  width:100%;
  padding:0.75rem !important;
  padding-top: 0rem !important;
}

.bc_system_popup > p{
    margin-bottom: 1rem;
    font-size: 0.95rem;
    /* font-weight: 600; */
    margin-left: 1rem;
    
}

.bc_system_popup > a {
  color:#000
}

.bc_system_popup > ul {
  margin-left: 1.2rem;
  margin-top: 0.25rem;
}

.bc_system_popup > ul > li{
  font-style: italic;
}


.bc_system_popup > h3{
  margin: .25em 0;
  font-size: 0.85rem;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 500;
} 

/* 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; */
}

.plaza_parent{
  width: 11.75rem;
  max-height: 8rem;
  min-height: 5rem;
  margin:0.5rem;
  display: flex;
  flex-direction:column;
}

.plaza_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.plaza_container > p {
  margin-top: auto;
  margin-bottom: auto;
}

.plaza_point{
  height:32px;
  width:32px;
}

.plaza_point2{
  height:24px;
  width:24px;
  left: 26px !important;
}

.plaza_container > svg{
  margin-right:0.95rem;
}

.point > svg{
  margin-right:1.5rem;
}

.button-link {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #004466;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.375em;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-bottom:1rem;
}

.button-link.first{
  margin-top:0.5rem
}

.button-link:focus,
.button-link:hover {
  background-color: #003f6d;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}


/* 
.plaza_imgs > img {
  position:relative;
  left:30px;
  z-index: 1;
}

.plaza_imgs2 > img {
  position:relative;
  left:26px;
  z-index: 1;
}
.plaza_imgs > svg,
.plaza_imgs2 > svg {
  position: relative;
  bottom: 2px;
  right: 17px;
}

.plaza_svg1{
  fill:#46B4E4;
}

.plaza_svg2{
  fill:#3D658F;
} */

