﻿#search-panel-wrap-shadow {
  display: none;
}
#search-panel-wrap {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 360px;
  background-color: #FFFFFF;
}
#search-panel-wrap .panel-heading {
  font-size: 1.2em;
  padding: 8px 10px;
  background-color: #4B4B4B;
  color: #FFFFFF;
  font-weight: bold;
}
#search-panel-wrap .panel-heading .panel-carrot {
  float: right;
  margin-top: -4px;
}
#search-panel-wrap .panel-content {
  border: 1px solid #E4E4E4;
  border-right-color: #a0a0a0;
  border-top: none;
  background-color: #FFFFFF;
}
#search-panel-wrap .search-criteria-wrap {
  padding: 10px;
  padding-bottom: 0;
}
#search-panel-wrap .search-criteria-wrap .input-clear {
  display: none;
  margin-top: -27px;
  position: absolute;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}
#search-panel-wrap .search-criteria-wrap #input-street-wrap {
  display: inline-block;
  width: 58%;
}
#search-panel-wrap .search-criteria-wrap #input-street-wrap #input-street {
  width: 100%;
}
#search-panel-wrap .search-criteria-wrap #input-street-wrap #input-street-clear {
  margin-left: 180px;
}
#search-panel-wrap .search-criteria-wrap #input-zip-wrap {
  display: inline-block;
  margin-left: 20px;
  width: calc(40% - 60px);
}
#search-panel-wrap .search-criteria-wrap #input-zip-wrap #input-zip {
  width: 100%;
}
#search-panel-wrap .search-criteria-wrap #input-zip-wrap #input-zip-clear {
  margin-left: 60px;
}
#search-panel-wrap .search-criteria-wrap #input-school-grade-wrap {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#search-panel-wrap .search-criteria-wrap #input-school-grade-wrap #input-school-grade {
  width: 100%;
}
#search-panel-wrap .search-criteria-wrap #input-search-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 30px;
}
#search-panel-wrap .search-criteria-wrap #input-search-wrap #input-search {
  width: calc(100% - 12px);
  float: right;
  height: 18px;
  line-height: 18px;
}
#search-panel-wrap .search-criteria-wrap input,
#search-panel-wrap .search-criteria-wrap select {
  display: block;
  font-size: 12px;
  padding: 0;
  height: 26px;
  border: 1px solid #CCCCCC;
  font-family: inherit;
  padding-left: 5px;
}
#search-panel-wrap .search-criteria-wrap input {
  width: calc(100% - 8px);
}
#search-panel-wrap .search-criteria-wrap select {
  width: calc(100%  - 1px);
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches {
  display: none;
  border-top: 1px solid #E4E4E4;
  overflow-y: auto;
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches .possible-matches-header {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  user-select: none;
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches.expanded {
  margin-bottom: 10px;
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches.expanded .possible-matches-header {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABXRSTlMAEDBg7+NRIPAAAAAuSURBVHgBY6ASYERjMLEwQxjMLEwQmpWVGUHDWDASIQLlI0TgfGRdKCIIPuUAAFgwAKVwIMjNAAAAAElFTkSuQmCC);
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches.collapsed {
  margin-bottom: 0;
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches.collapsed .possible-matches-header {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMAIGAiQIEkAAAAK0lEQVR4AWOgImBiQuMzMzOh8aEiCHkQRubDSAQfSYQJSiMYjEAMZVAHAAA4xwBrAkFLXAAAAABJRU5ErkJggg==);
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches .possible-matches-list {
  max-height: 90px;
  overflow-y: auto;
}
#search-panel-wrap .search-criteria-wrap #search-possible-matches .possible-matches-list .possible-match {
  font-size: 14px;
  color: #00B1B0;
  padding-left: 15px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
#search-panel-wrap #search-results-heading {
  display: block;
}
#search-panel-wrap #search-results-heading #search-results-heading-address {
  font-weight: normal;
  display: inline-block;
}
#search-panel-wrap #search-results-text {
  display: none;
  padding: 10px 10px 20px 10px;
  font-size: 12px;
  color: #666666;
  border-right: 1px solid #a0a0a0;
  background-color: #f2f2f2;
}
#search-panel-wrap #results-possible-matches {
  display: none;
  border-right: 1px solid #a0a0a0;
}
#search-panel-wrap #results-possible-matches #results-possible-matches-header {
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #E4E4E4;
  padding-left: 10px;
}
#search-panel-wrap #results-possible-matches .possible-matches-list {
  background-color: #F2F2F2;
  overflow-y: auto;
}
#search-panel-wrap #results-possible-matches .possible-matches-list .possible-match {
  font-size: 14px;
  color: #00B1B0;
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
  background-color: #F2F2F2;
  cursor: pointer;
}
#search-panel-wrap #results-possible-matches #results-possible-matches-dismiss {
  display: none;
  height: 30px;
  background-color: #F2F2F2;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
}
#search-panel-wrap #results-possible-matches #results-possible-matches-dismiss #results-dismiss-button {
  background-color: #00CCCC;
  width: 327px;
  height: 18px;
  line-height: 18px;
}
#search-panel-wrap .search-results-wrap {
  height: 100%;
  position: relative;
  border-left: none;
}
#search-panel-wrap .search-results-wrap.panel-content {
  background-color: #F2F2F2;
}
#search-panel-wrap .search-results-wrap .search-results-tab-wrap {
  display: none;
  background-color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
#search-panel-wrap .search-results-wrap .search-results-tab-wrap .search-results-tab {
  display: inline-block;
  margin: 0 auto;
}
#search-panel-wrap .search-results-wrap .search-results-tab-wrap .search-results-tab :last-child {
  border-right: 1px solid #00b1b0;
}
#search-panel-wrap .search-results-wrap .search-results-tab-wrap .search-results-tab .tab-button {
  width: 99px;
  float: left;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #00b1b0;
  border-top: 1px solid #00B1B0;
  border-bottom: 1px solid #00B1B0;
}
#search-panel-wrap .search-results-wrap .search-results-tab-wrap .search-results-tab .tab-button-disabled {
  color: #00B1B0;
  background-color: #FFFFFF;
  cursor: pointer;
}
#search-panel-wrap .search-results-wrap .search-results-rows {
  background-color: #FFFFFF;
  overflow-y: auto;
  display: none;
  cursor: pointer;
}
#search-panel-wrap .search-results-wrap .search-results-rows > div:first-child {
  border-top: 1px solid #e4e4e4 !important;
}
#search-panel-wrap #search-results-mobile-wrap {
  display: none;
}
#search-panel-wrap #pin-button {
  width: 28px;
  height: 28px;
  background: url("../res/img/icons/pin-teal.png") no-repeat;
  background-size: contain;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  #pin-button {
    display: none;
  }
  #search-panel-wrap-shadow {
    display: block;
    z-index: 5;
    position: relative;
    top: -10px;
    height: 10px;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16), 0 5px 6px rgba(0, 0, 0, 0.23);
  }
  #search-panel-wrap {
    width: 400px;
    position: relative;
    top: auto;
    background-color: #FFFFFF;
    z-index: 1;
  }
  #search-panel-wrap .panel-heading {
    display: none;
  }
  #search-panel-wrap .panel-content {
    border: none;
  }
  #search-panel-wrap .search-criteria-wrap {
    padding: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content {
    padding: 10px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content .input-clear {
    display: none;
    margin-top: -27px;
    position: absolute;
    font-size: 20px;
    color: #666666;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-street-wrap {
    display: inline-block;
    width: 60%;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-street-wrap #input-street {
    width: 100%;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-street-wrap #input-street-clear {
    margin-left: 211px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-zip-wrap {
    display: inline-block;
    margin-left: 20px;
    width: calc(40% - 30px);
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-zip-wrap #input-zip {
    width: 100%;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-zip-wrap #input-zip-clear {
    margin-left: 105px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-school-grade-wrap #input-school-grade {
    width: 380px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-search-wrap {
    margin-top: 10px;
    height: 30px;
  }
  #search-panel-wrap .search-criteria-wrap .search-criteria-content #input-search-wrap #input-search {
    width: calc(100% - 12px);
    float: right;
    height: 18px;
    line-height: 18px;
  }
  #search-panel-wrap .search-criteria-wrap #search-results-text-mobile {
    display: none;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    color: #666666;
    background-color: #f2f2f2;
    border-right: none;
  }
  #search-panel-wrap .search-criteria-wrap #search-possible-matches {
    margin-bottom: 0 !important;
  }
  #search-panel-wrap .search-criteria-wrap #search-possible-matches .possible-matches-header {
    padding-left: 10px !important;
    background-image: none !important;
    background-color: #F2F2F2;
  }
  #search-panel-wrap #search-results-heading {
    display: none;
  }
  #search-panel-wrap #search-results-heading #search-results-heading-address {
    display: none;
  }
  #search-panel-wrap #search-results-text {
    border-right: none;
    padding-bottom: 10px;
  }
  #search-panel-wrap #results-possible-matches {
    border: none;
  }
  #search-panel-wrap #results-possible-matches .possible-matches-list {
    height: calc(100% - 110px);
    overflow-y: auto;
  }
  #search-panel-wrap #results-possible-matches #results-possible-matches-dismiss {
    position: fixed;
    bottom: 0;
    width: calc(100% - 20px);
    padding: 20px 10px 20px 10px;
  }
  #search-panel-wrap #results-possible-matches #results-possible-matches-dismiss #results-dismiss-button {
    width: 100%;
    height: 18px;
    line-height: 18px;
  }
  #search-panel-wrap .search-results-wrap {
    display: none;
  }
  #search-results-mobile-wrap {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 400px;
    background-color: #FFFFFF;
    overflow-y: hidden;
    height: 220px;
    text-align: center;
    font-size: 1.15em;
  }
  #search-results-mobile-wrap .search-results-tab {
    display: inline-block;
    padding: 10px;
  }
  #search-results-mobile-wrap .search-results-tab :last-child {
    border-right: 1px solid #00b1b0;
  }
  #search-results-mobile-wrap .search-results-tab .tab-button {
    width: 113px;
    float: left;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #00b1b0;
    border-top: 1px solid #00B1B0;
    border-bottom: 1px solid #00B1B0;
  }
  #search-results-mobile-wrap .tab-button-disabled {
    color: #00B1B0;
    background-color: #FFFFFF;
    cursor: pointer;
  }
  .search-results-rows-wrap {
    height: 145px;
    overflow-y: auto;
  }
  .search-results-rows-wrap .search-results-rows {
    background-color: #FFFFFF;
    overflow-y: auto;
    display: none;
    cursor: pointer;
  }
}
.hyperlink-text {
  cursor: pointer;
  color: #00B1B0;
  text-decoration: underline;
}
.search-row-background {
  height: 1px;
}
.search-row-background.all.school {
  background-color: #F2F2F2;
}
.search-row-background.all.stop {
  background-color: #FFFFFF;
}
.search-row-background .search-row-border {
  position: relative;
  bottom: 1px;
  height: 1px;
  z-index: 3;
  margin-left: 15px;
  background-color: #E4E4E4;
}
.search-row-school {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #F2F2F2;
  position: relative;
  text-align: left;
}
.search-row-school.tab-selected {
  background-color: #FFFFFF;
  border: none;
}
.search-row-school .search-row-school-name {
  display: inline-block;
  color: #333333;
  font: 14px Arial;
  width: calc(100% - 30px);
  vertical-align: middle;
  padding: 15px 15px 0 15px;
  line-height: 1;
}
.search-row-school .search-row-school-address {
  font: 12px Arial;
  font-weight: normal;
  color: #999999;
  width: calc(100% - 30px);
  padding: 5px 15px 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.search-row-school .search-row-school-address.tab-selected {
  color: #666666;
}
.search-row-school .search-row-school-boundaries {
  display: none;
}
.search-row-stop {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABlJREFUeAFjAANGMAAzqSLAiAZoIkATpwMAU/AAnUMZCkQAAAAASUVORK5CYII=);
  text-align: left;
}
.search-row-stop .search-row-stop-street {
  color: #333333;
  font: 14px Arial;
  font-weight: bold;
  margin-right: 70px;
  max-width: 270px;
  padding-top: 15px;
  line-height: 1;
}
.search-row-stop .search-row-stop-street.street-only {
  padding-top: 24px;
}
.search-row-stop .search-row-stop-time {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #999999;
  transform: translate(0, -50%);
  line-height: 1;
}
.search-row-stop .search-row-stop-detail {
  color: #999999;
  padding-bottom: 10px;
  line-height: 1;
}
.search-row-stop .search-row-stop-detail .search-row-stop-detail-item {
  display: inline-block;
  width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  padding-top: 5px;
}
.search-row-next-selected {
  border: none;
}
.search-row-hovered {
  background-color: #D9F3F3 !important;
}
.search-row-hovered .search-row-school-name,
.search-row-hovered .search-row-school-address {
  width: calc(100% - 105px) !important;
  line-height: 1;
}
.search-row-hovered.no-boundaries .search-row-school-name,
.search-row-hovered.no-boundaries .search-row-school-address {
  width: calc(100% - 30px) !important;
  line-height: 1;
}
.search-row-hovered .search-row-school-address,
.search-row-hovered .search-row-stop-time,
.search-row-hovered .search-row-stop-detail {
  color: #333333 !important;
  line-height: 1;
}
.search-row-hovered .search-row-school-boundaries {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 76px;
  color: #333333;
  font: 12px Arial;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 30%;
  cursor: pointer;
  user-select: none;
  overflow-y: hidden;
}
.search-row-hovered .search-row-school-boundaries.enabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEX/AAAEBwcEBwcEBwcEBwcEBwcEBwcEBwcAAAAAAAAEBwcAAAAAAAAEBwcEBwcEBwcEBwcEBwcCAwMEBwcAAAAEBwcCAwMAAAAAAAAEBwe4REXeAAAAGHRSTlMAECAwQFBgcH+AgIGIj5+vv8/f3+Pv9/7wKILuAAAAj0lEQVR4AUXLW3KDMBBFwQYPEBQDkjGxtf+NhodTmb+eWwfREMucomV8ota1bGmY8lYfr2+iiGUB9/dukZkHGF8j9Asl/i0lTW0u18+jzVu6756PQe4Qj/doTaVD/uuDNGG9XU6Igtq3h8+yrRiWn7233ZBmn74/N2tcboatFnTr6S/kaYqIPOB52JTPa/gFAhUHePJnrboAAAAASUVORK5CYII=);
}
.search-row-hovered .search-row-school-boundaries.disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwdqy2pVAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAIFJREFUeNpVjgEOAyEIBNGigiL4/9ceYK5pNzHRGdgIAFj8rElY4eYc3UaDxY7EG7f7laqcBI7ngEyC7nbjDyDy0fIPqhg5ajOFtCyyqUq7Bbj7HD3EftPPBZRfiKJe4d2s0TqWqVuLQZqQ6drTgeIFZdiJ7abwRpgRUcYXsGQKwANlXQR1sh35YgAAAABJRU5ErkJggg==);
}
.search-row-selected {
  background-color: #B3E8E7 !important;
  cursor: default;
}
.search-row-selected .search-row-school-name,
.search-row-selected .search-row-school-address {
  width: calc(100% - 105px) !important;
  line-height: 1;
}
.search-row-selected.no-boundaries .search-row-school-name,
.search-row-selected.no-boundaries .search-row-school-address {
  width: calc(100% - 30px) !important;
  line-height: 1;
}
.search-row-selected .search-row-school-name,
.search-row-selected .search-row-school-address {
  width: calc(100% - 96px);
  line-height: 1;
}
.search-row-selected .search-row-school-address,
.search-row-selected .search-row-stop-time,
.search-row-selected .search-row-stop-detail {
  color: #333333 !important;
  line-height: 1;
}
.search-row-selected .search-row-school-boundaries {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 76px;
  color: #333333;
  font: 12px Arial;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 30%;
  cursor: pointer;
  user-select: none;
  overflow-y: hidden;
}
.search-row-selected .search-row-school-boundaries.enabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEX/AAAEBwcEBwcEBwcEBwcEBwcEBwcEBwcAAAAAAAAEBwcAAAAAAAAEBwcEBwcEBwcEBwcEBwcCAwMEBwcAAAAEBwcCAwMAAAAAAAAEBwe4REXeAAAAGHRSTlMAECAwQFBgcH+AgIGIj5+vv8/f3+Pv9/7wKILuAAAAj0lEQVR4AUXLW3KDMBBFwQYPEBQDkjGxtf+NhodTmb+eWwfREMucomV8ota1bGmY8lYfr2+iiGUB9/dukZkHGF8j9Asl/i0lTW0u18+jzVu6756PQe4Qj/doTaVD/uuDNGG9XU6Igtq3h8+yrRiWn7233ZBmn74/N2tcboatFnTr6S/kaYqIPOB52JTPa/gFAhUHePJnrboAAAAASUVORK5CYII=);
}
.search-row-selected .search-row-school-boundaries.disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwcEBwdqy2pVAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAIFJREFUeNpVjgEOAyEIBNGigiL4/9ceYK5pNzHRGdgIAFj8rElY4eYc3UaDxY7EG7f7laqcBI7ngEyC7nbjDyDy0fIPqhg5ajOFtCyyqUq7Bbj7HD3EftPPBZRfiKJe4d2s0TqWqVuLQZqQ6drTgeIFZdiJ7abwRpgRUcYXsGQKwANlXQR1sh35YgAAAABJRU5ErkJggg==);
}
.boundary-state-label {
  position: relative;
  top: 55%;
}
[tabindex='0']:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
[tabindex='-1']:focus-visible {
  outline: none;
}