#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: .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;
} 
/* 
.bc_system_popup > ul {
    width:100%;
    padding-inline-start: 0rem !important;
    text-indent:0px !important;
}

.bc_system_popup > ul > li{
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    margin-bottom: 0.75rem;
    font-size: 0.75rem !important;
    font-weight: 800;
}

.bc_system_popup > ul > li > span:last-child{
    font-size:0.875rem;
    line-height:1.25rem;
    font-weight: 400;
}  */
/* 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; */
}

.esri-feature-content p {
    margin: 0;
}