#gs_shell,#gj_shell,#gc_shell{
    position: relative;
    display: grid;
    grid-template: "content" 100% / auto;
    height: 31.25rem !important;
    margin-bottom: 1rem;
    z-index:1;
    border: 1px solid #CDCDCD;
    overflow: hidden;
}

#gsView, #gjView, #gcView {
    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-features__content-feature > calcite-action-bar:first-of-type{
    display: none;
    visibility:hidden;
}

.esri-search__input{
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border:0px !important;
    border-right:1px soild #FFF;
}

.Legend{
    width:100%;
    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;
    display:none;
}

.Legend > hr {
    width:100%;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #fff;
    margin: .5em 0;
}

.Legend > hr.hide {
    visibility:hidden;
    display:none;
}

.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;
}

.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;
}

.gw_capital_legend,
.gw_system_legend,
.gw_jurisdiction_legend
{
    max-height: 350px !important;
    overflow: auto;
}

.gw_capital_legend{
    width:9rem;
    padding:1rem;
}

.gw_system_legend
{
    width:13rem;
    padding:1rem;
}

.gw_system_legend > h3{
    width: 67%;
    margin-bottom: 1rem;
}


.gw_jurisdiction_legend{
    width:14rem !important;
    margin:1rem;
    overflow: hidden;
    height: 234px !important;

}

.gw_jurisdiction_legend > h3 {
    width:85%;
}

.gw_system_legend{
    width:16.75rem !important;
}

.gw_capital_legend > h3 {margin-bottom: 0.5rem;}

.gw_capital_legend > ul > li,
.gw_jurisdiction_legend > ul > li,
.gw_system_legend > ul > li
{
    list-style-type: none;
    display:flex;
    align-items: center;
    font-size:0.75rem !important;
    
}

.gw_capital_legend > ul > li > svg,
.gw_jurisdiction_legend > ul > li > svg,
.gw_system_legend > ul > li > svg {
    margin-right:1.25em;
}

/* #gsMessages.hide,
#gjMessages.hide,
#gcMessages.hide{
    display:none !important;
    visibility:hidden !important;
} */

#gsMessages,
#gjMessages,
#gcMessages{
    /* display: flex; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow: hidden;
}

.gw_system_popup,
.gw_jurisdiction_popup,
.gw_capital_popup {
    width:100%;
    padding:0.75rem;
    /* margin-top: 0.95rem */
}

.gw_system_popup > ul,
.gw_jurisdiction_popup > ul,
.gw_capital_popup > ul {
    width:100%;
    padding-inline-start: 0rem !important;
    text-indent:0px !important;
}

.gw_system_popup > ul > li,
.gw_jurisdiction_popup > ul > li,
.gw_capital_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;
}

.gw_system_popup > ul > li > span:last-child,
.gw_jurisdiction_popup > ul > li > span:last-child,
.gw_capital_popup > ul > li > span:last-child{
    font-size:1rem;
    line-height:1.25rem;
    font-weight: 400;
}

#laneMilesChart{
    width:240px;
    height:200px
}

.esri-expand__content {
    max-height: 270px !important;
}

/* Prevents Expand Widget from moving around */
calcite-popover{
    position:absolute !important;
    /* transform:none !important;
    padding-left: 2.75em !important; */
}

.systemListItem{
    /* margin-bottom:0.25rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 32rem;
    list-style-type: none;
}

/* .systemListItem > span{
    width: 50%;
} */

.systemListItem > span:first-of-type{
    width: 50%;
    /* text-align:center; */
} 

.systemListItem > span:last-of-type{
    /* text-align:center; */
    width: 50%;
}