#summer_street_parent{
  position:relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  height:35.75rem !important;
  margin-bottom:1rem;
}

#summer_street_leg{
  grid-area: 1 / 1 / 5 / 2;

  border-right: 1px solid #cdcdcd;
  z-index: 2;
}

#summer_street_map{
  grid-area: 1 / 2 / 5 / 4;
  width:100%;
  height:100%;

  
}

#summer_street_map[aria-busy="true"] {
    opacity: 0.2;
}

#summer_street_map[aria-busy="false"] {
    opacity: 1;
}

#summer_streetDiv {
    width:100%;
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #323232;
    z-index:1;
}

#summer_streetToggle {
    background-color: white;
    padding: 10px;
    width: 260px;
    margin-bottom:0px !important;
}

.esri-widget{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.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;
}

.esri-feature__content-element{
  padding:0px !important
}

.esri-view-height-xsmall .esri-ui-corner .esri-component .esri-expand__content {
  max-height:528px !important;
}

.esri-view-height-small .esri-ui-corner .esri-component .esri-expand__content {
  max-height:528px !important;
}  

#summer_street_legend{
  background-color: white;
  padding: 10px;
  width: 260px;
  margin-bottom: 0px !important;
}

.summer_street_form > fieldset {
  border: 0px;
}

.summer_street_form > fieldset > legend {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: inherit;
  text-align: left !important;
  border-bottom: 0px !important;
}

#restStop_legend{
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}

#restStop_icon{
  width:32px;
  height:32px;
  margin-right: 0.4rem;
}

.legend_container{
  width:290px;
}

.hid{
  display:none;
}


.scheduleContainer{
  padding:0.75rem;
  min-width: 275px;

}

#dateRange{
  width: 250px;
}

 
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
}

.checkbox-group img {
  width: 20px;
  height: 20px;

}

.checkbox{
  display:flex;
  flex-direction:row;
}

.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}



.input_container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #004466;
  background:#004466;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}

.input_container input[type="checkbox"]:checked {
  width: 18px;
  height: 18px;
  padding-left:1rem;
  accent-color: #004466 !important;
}
.input_container input[type="checkbox"]:not(:checked) {
  width: 18px;
  height: 18px;
  padding-left:1rem;
  accent-color: #004466 !important;
}


.input_container input[type="checkbox"]:hover {
  accent-color:#2086FF !important;
}

.input_container{
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;

}

.icons{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-left:0.5rem;
}

.icons > img {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 0.15rem #cdcdcd);
}

.icon > svg {
  width: 30px;
  height: 4px;
}

.icons > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  height:100%;
}

.nestedDiv{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-left:0.875rem;
  height:100%;
}

.nestedDiv > b {
  color:#223D98;
  font-size:1.125rem;
}
.nestedDiv > span {
  font-size:0.875rem;
  font-weight:500;
  max-width: 120px;
}

.legend_input{
  width: 18px;
  height: 18px;
}

.pin {
  width: 54px;
  height: 54px;
  align-self:flex-end;
}

.route {
  width: 30px;
  height: 4px;
  fill: #223D98
}

.text {
  display:flex;
  flex-direction:column;
}

.legend_text_bold{
  font-weight:600;
  color:#223D98;
  font-size:1.125rem
}

.legend_text{
  font-weight:600;
  font-size:0.875rem;
}


.summer_street_parent{
  width: 15.625rem;
  height:13.25rem;
  margin:0.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.summer_street_item_1 { grid-area: 1 / 1 / 2 / 2; margin-top:0.25rem !important; margin-bottom:0.25rem !important;}
.summer_street_item_2 { grid-area: 2 / 1 / 4 / 2; }
.summer_street_item_3 { grid-area: 4 / 1 / 6 / 2; }

.summer_street_item_2 > p,
.summer_street_item_3 > p{ margin-top:0rem !important;} 

.summer_street_point{width:35px;height:35px;margin-right: 0.25rem;}
.summer_street_line{width:35px;height:35px;margin-right: 0.25rem;}

.summer_street_imgs{display:flex;flex-direction:row;align-items: center;}

.summer_street_svg1{fill:#46B4E4}
.summer_street_svg2{fill:#3D658F}


.summer_street_popup > tbody > tr:nth-child(odd) {
  background-color: rgba(76,76,76,.1);
}

.summer_street_popup > tbody > tr > td{
  font-size:0.75rem !important;
  padding:5px;
}

.summer_street_popup > tbody > tr > td:first-child{
  vertical-align: baseline;
}

.summer_street_popup > tbody > tr > td  {
  font-size: 0.75rem !important;
  font-size: 12px !important;
  margin-bottom:0.8rem !important;
  line-height: 1.2em;
} 

@media only screen and (max-width: 870px){
  #summer_street_leg{
    display:none;
    visibility: hidden;
  }
  
  #summer_street_map{
    grid-area: 1 / 1 / 5 / 4;
  }



}


@media only screen and (min-width: 40em){
  .summer_street_popup > tbody > tr > td   {
    font-size: 0.75rem !important;
    font-size: 12px !important;
    margin-bottom:0.8rem !important;
    line-height: 1.2em;
  } 
} 

.restStop_Item{
  margin-left:3.6rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom:0.75rem !important;
}

.restStop_Item > span {
  width:50px;
}

.restStop_Item > span > img,
.restStop_Item > span > svg{
  margin-right:0.5rem;
}

.restStop_icon{
  width: 32px !important;
  height: 32px !important;
  margin-left: 0.5rem !important;
  margin-right: 0.4rem !important;
} 

.summer_street_logo{
  width:250px;
  padding: 1rem;
}

.summer_street_hr{
  border-top: 1px solid #F47325;
    border-bottom: 1px solid #F47325;
    margin-right: 1rem;
    margin-left: 1rem;

}

.coming_soon{
  font-style: italic;
  color: #2A3758;
  margin-left: 5.7rem;
  font-weight: bold;
  font-size: 0.85rem;
}