#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);
}

.esri-widget{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.esri-search__input{
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border:0px !important;
    border-right:1px soild #FFF;
}

.esri-features__content-feature > calcite-action-bar:first-of-type{
    display: none;
    visibility:hidden;
}



.legend{
    padding: 1rem;
}   

.hide{
    display:none;
    visibility: hidden;
}
    /* .esri-widget--button,
.esri-attribution__sources,
.esri-attribution__powered-by,
.esri-popup__button,
.esri-input{
    background:#2A3758;
    color:#FFF;
}

.esri-popup__button--dock{
    background:#FFF;
    color:#000;
}


.esri-widget--button:focus,
.esri-widget--button:hover{
    background-color: #0099FF;
    color: #000;
}

.esri-popup__footer{
    background:#2A3758;
}

.esri-popup__navigation{
    background:#2A3758;
}

.esri-search__form > input[role="combobox"]::placeholder { 
    color: #FFF;
    opacity: 1; 
}

.esri-search__form > input[role="combobox"]:-ms-input-placeholder { 
    color: #FFF;
}

.esri-search__form > input[role="combobox"]::-ms-input-placeholder { 
    color: #FFF;
} */

/* .esri-expand__content.esri-expand__content--expanded{
    background-color:#FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.esri-search__input{
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    background-color:#2A3758 !important;
    color:#FFF !important;
    border:0px !important;
    border-right:1px soild #FFF;
}

.esri-search__input:focus{
    border:2px solid #0099FF !important;
}

h3.esri-widget__heading {
    font-size: 16px;
}  */


#viewDiv {
    height:100%
}

.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;
} 

/* #OS_Map {
    position:relative;
    display: grid;
    grid-template: "content" 100% / auto;
    height:31.25rem !important;
    margin-bottom:1rem;
}

#OS_Map[aria-busy="true"] {
    opacity: 0.2;
}

#OS_Map[aria-busy="false"] {
    opacity: 1;
} */

/* .os_table > tbody > tr:nth-child(odd) {
    background-color: rgba(76,76,76,.1);
}

.os_table> tbody > tr > td,
.os_table> tbody > tr > th{
    font-size: 0.75rem !important;
    font-size: 12px !important;
    margin-bottom:0.8rem !important;
    line-height: 1.2em;
    padding:5px;
    text-align: left;
    font-weight: 500 !important;
}

.os_table> tbody > tr > td:first-child{
    vertical-align: baseline;
}


@media only screen and (min-width: 40em){
    .os_table > tbody > tr > td,
    .os_table > tbody > tr > th  {
        font-size: 0.75rem !important;
        font-size: 12px !important;
        margin-bottom:0.8rem !important;
        line-height: 1.2em;
    }      
}


.legend{
    background-color: white;
    padding: 10px;
    width: 260px;
    margin-bottom: 0px !important;
}
.os_h3,
.legend > h3 {
    font-size: 15px;
    font-weight: 600;
  /*   margin-bottom: 1rem; 
    font-family: inherit;
    text-align: left;
    border-bottom: 0px !important;
    color:#000 !important;
  }*/
  
  .legend > div > p{
    font-size: 13.5px;
    font-size: 0.844rem;
    line-height: 1.71428571em;
  }
  
  .key {
    display:flex;
    flex-direction:row;
    align-items:center;
    height: 1.5rem;
  }
  
  .key > p {
    margin-left:0.5rem;
    line-height: 1.5;
    font-size: 0.79rem;
  } 

  .key > svg {
    margin-bottom:0.6rem;
  }