@charset "UTF-8";
html {
  height: 100%;
  background-color: #182434;
  -ms-overflow-style: scrollbar; /* Fix IE scrollbar spacing */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #182434;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.btn small {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
}

footer .footer {
  font-family: "Roboto Condensed", sans-serif;
}

.arrivaltime small {
  font-family: "Roboto Condensed", sans-serif;
}

p.routetools .btn {
  font-family: "Roboto Condensed", sans-serif;
}

textarea {
  max-height: 300px;
}

.left-aligned {
  float: left;
}

.right-aligned {
  float: right;
}

.clear-left {
  clear: left;
}

.rotate-90 {
  text-align: center;
  transform: rotate(90deg);
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.row {
  margin: 0;
}

.row-collapsible {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.row-no-padding > [class*=" col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-no-padding > [class^=col-], .row-no-padding > .col {
  padding-left: 0px;
  padding-right: 0px;
}

.container-fluid {
  padding: 0;
  display: inline-block;
}

.cursor {
  cursor: pointer;
}

.boxed {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #abb2b9;
}

.noscrollbars {
  overflow: hidden;
}

.bootstrap-filestyle.input-group {
  width: 100%;
  margin-bottom: 10px;
}

.group-span-filestyle.input-group-btn {
  width: 150px;
  font-size: 12px;
}

output {
  color: #2d3e50;
}

.panel-menu {
  overflow-y: visible;
  height: auto;
}

.cd.pull-left {
  margin-right: 10px;
}

.keep-newlines {
  white-space: pre-line;
}

.text-wrap {
  white-space: normal;
}

.img-thumbnail {
  background-color: #182434;
}

.img-responsive {
  background: no-repeat center center;
  background-size: 100%;
  display: block;
  height: 0;
  padding: 0;
}

.bt-external-content-iframe {
  border: none;
  width: 100%;
}

.accordion {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion.show {
  visibility: visible;
  max-height: 300px;
  margin-bottom: 15px;
}
.accordion textarea {
  font-size: 12px;
  color: #666666;
  background-color: #eeeeee;
}
.accordion textarea[readonly]:focus {
  color: #666666;
  background-color: #eeeeee;
}

.capitalize,
.capitalize button {
  text-transform: capitalize;
}

.btn {
  position: relative;
  border: none;
  border-radius: 3px;
  font-size: 1.3em;
  font-weight: 300;
  height: 50px;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
}
.btn:not(.btn-input) {
  background-color: #6E747B;
}
.btn:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
}
.btn.selected:not([disabled]) {
  opacity: 0.9;
  background-color: #218838;
  color: #fff;
}
.btn.btn-default {
  background-color: #6E747B;
  color: #fff;
}
.btn.btn-default:hover:not([disabled]) {
  opacity: 1;
}
.btn.btn-default:active:not([disabled]) {
  opacity: 1;
}
.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 25px;
  line-height: 1;
}
.btn small {
  font-size: 0.9em;
  display: block;
}
.btn.btn-2x {
  height: 100px;
  font-size: 1.6em;
}
.btn.btn-menu {
  height: 80px;
  font-size: 1.4em;
}
.btn.btn-addon {
  text-align: left;
  padding-left: 3.5em;
}
.btn.btn-addon span {
  display: inline-block;
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 3px 0 0 3px;
  width: 2em;
  font-size: 1.5em;
}
.btn.btn-addon span .cd, .btn.btn-addon span .bustime-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}
.btn.btn-icon {
  font-size: 2.1em;
  line-height: 0;
}
.btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}
.btn.btn-blue {
  background-color: #007EA8;
  color: white;
}
.btn.btn-blue:active {
  background-color: #1F7A9C;
  color: white;
}
.btn.btn-green {
  background-color: #218838;
  color: white;
}
.btn.btn-green:active {
  background-color: #218838;
  color: white;
}
.btn .badge {
  display: inline;
  position: absolute;
  top: 10px;
  right: -5px;
  min-width: 22px;
  height: 22px;
  padding: 5px;
  font-size: 0.5em;
  line-height: 0.8;
  background-color: #d01919;
  border-radius: 60px;
  color: white;
}

.btn-link {
  color: #00A8E0;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2080a4;
  border-color: #576573;
}
.btn-link:focus {
  color: #2080a4;
  outline: 0.1rem solid rgba(255, 255, 255, 0.8);
  border-color: #576573;
}
.btn-link:active {
  color: #2080a4;
  outline: none;
  border-color: #576573;
}

.btn-block {
  margin-top: 10px;
}

.btn-outline-primary {
  color: white;
  height: auto;
  font-size: inherit;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #1F7A9C;
  border: none;
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
}

.btn-radio {
  color: white;
  padding: 0.25rem 0.25rem !important;
  font-size: 1em !important;
  line-height: 1 !important;
  height: auto !important;
  border-color: #abb2b9 !important;
  border: 1px solid !important;
}
.btn-radio:hover {
  background-color: #1F7A9C;
}
.btn-radio.active {
  background-color: #1F7A9C;
  z-index: 2 !important;
}
.btn-radio.focus {
  background-color: #1F7A9C;
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
}

.btn-input {
  height: 40px;
  width: 40px;
}

.btn-input-row .btn-input {
  border-radius: 0;
}

.btn-input-row .btn-input:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-input-row > .col {
  padding-right: 0;
}

.btn-input-row input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.social-login {
  padding: 0;
}
.social-login p {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.social-login .btn-social {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.5em;
}
.social-login .btn-social :last-child {
  margin-right: 0;
}
.social-login .btn-social.btn-facebook {
  background-color: #3b5998;
}
.social-login .btn-social.btn-google {
  background-color: #4285f4;
}
.social-login .btn-social.btn-twitter {
  background-color: #1da1f2;
  padding-left: 10px;
}
.social-login .btn-social.btn-linkedin {
  background-color: #0077b5;
  padding-left: 11px;
}
.social-login .btn-social.btn-cognito {
  background-color: #C17B9E;
  padding-left: 10px;
}
.social-login .btn-social.btn-apple-si {
  padding: 10px;
  background-image: url(/assets/img/apple-white.svg);
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  padding: 6px;
}

.tp-col-12 {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  max-height: calc(100vh - 250px);
  max-height: calc(var(--vh, 1vh) * 100 - 250px);
  overflow-y: auto;
}

/* All .adp related stylings are customizations for
  Google Directions Renderer's setPanel(), which sets
  Trip Planner results and details in the results component.  
*/
.adp {
  background-color: #fff;
  font-family: inherit !important;
}

.adp-list {
  background-color: #fff;
  border-radius: 0.25rem;
  font-family: inherit !important;
}

.adp-warnbox, .adp-agencies, .adp-legal {
  display: none;
}

.adp-placemark {
  border-collapse: separate;
  border-radius: 0.25rem;
}

.adp, .adp table {
  border-collapse: separate;
  border-radius: 0.25rem;
  font-family: inherit !important;
}

.gm-style .gm-iw.gm-transit img {
  margin-left: -15px !important;
}

.pac-container {
  font-family: inherit !important;
  z-index: 2501;
}
.pac-container:after {
  /* Don't need to show 'powered by Google' if a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

.pac-item {
  cursor: pointer;
}

.btn.btn-depart {
  min-width: 33%;
  font-size: 1.15em;
  height: auto;
}

.btn-reverse, .btn-mylocation {
  color: #cacaca;
  background-color: transparent;
  font-size: 1.25rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.btn-reverse:focus, .btn-mylocation:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
  outline: 4px solid transparent;
}
.btn-reverse:hover, .btn-mylocation:hover {
  color: white;
}

.btn-reverse {
  padding: 5px;
}

.btn-mylocation {
  padding: 0px;
}

.lh-1 {
  line-height: 1 !important;
}

.tp-cancel-btn {
  position: absolute;
  top: 0px;
  right: 15px;
}

#tripplanner-results-back {
  margin-right: 30px;
}

.bt-tp-time-select {
  width: 100% !important;
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #A9A9A9;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.checkbox {
  position: relative;
}

.checkbox.blocks .block {
  float: left;
  margin-top: 25px;
  margin-right: 12px;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.checkbox.blocks .block label.text {
  padding: 0 0 10px 25px;
  line-height: 1.5;
}

.checkbox.blocks .block label:before {
  top: -20px;
  left: 4px;
}

.checkbox.blocks .block label:after {
  top: -18px;
  left: 11px;
}

.checkbox label.block-label {
  color: white;
  line-height: 2;
  padding-left: 0;
}

.magic-radio,
.magic-checkbox {
  display: inline-block !important;
  left: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
}

.magic-radio + label,
.magic-checkbox + label {
  min-height: 26px;
  padding-top: 3px;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  top: 3px;
  left: 3px;
}

.magic-checkbox + label:after {
  top: 5px;
  left: 10px;
}

.magic-radio:focus + label:before,
.magic-checkbox:focus + label:before {
  outline: 4px solid transparent;
  border-color: #c0c0c0;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 168, 0.8);
}

.magic-radio[disabled]:focus + label:before,
.magic-checkbox[disabled]:focus + label:before {
  outline: 4px solid transparent;
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-checkbox:checked + label:before {
  border: 1px solid #c0c0c0;
  background: #00A8E0;
}

.magic-checkbox + label:after {
  -webkit-transform: rotate(45deg);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.modal {
  z-index: 3000;
}

.modal-backdrop {
  z-index: 2800 !important;
}

.modal-dialog {
  margin: 10px auto;
  max-width: 80%;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

.modal-header {
  border: 0;
  background-color: #182434;
}

.modal-header .close {
  opacity: 0.6;
  color: #fff;
  font-size: 1.8em;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-header .close:focus {
  outline: 0.1rem solid rgba(255, 255, 255, 0.8);
}

.modal-header .close .cd {
  margin: 0;
}

.modal-header h2 {
  color: #f6982a;
  border-bottom: 1px solid rgba(246, 152, 42, 0.6);
}

.modal-title {
  line-height: 1;
}

.modal-content {
  background-color: #182434;
  overflow: hidden;
  border: 2px solid #00A8E0;
}

.modal-body .small {
  font-size: 1em;
}

.modal-body label.btn {
  padding-top: 14px;
  width: 100%;
}

.modal-body {
  padding: 0 15px;
}

.modal-body .btn:hover {
  color: white;
}

.modal-body a {
  color: #efca34;
  text-decoration: underline;
}

.modal-body p,
.modal-body label {
  color: #fff;
}

.modal-body .btn-link {
  color: #00A8E0;
}

.modal-body .btn-link:focus, .modal-body .btn-link:hover {
  color: #005c7a;
}

.modal-body .error {
  color: #e98f98;
  font-size: 1.2em;
  padding: 0 0 10px;
}

.modal-body .success {
  color: #218838;
  font-size: 1.2em;
  padding: 0 0 10px;
}

.modal-footer {
  background-color: #182434;
  border-top: 1px solid #00A8E0;
}

.modal-footer .btn {
  min-width: 150px;
}

.modal-button-ctr {
  padding: 0;
  text-align: center;
  width: 100%;
}

.fix-body {
  position: fixed !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 40%;
  }
  .modal-button-ctr .btn-block {
    max-width: 50%;
    padding: 0 20px;
    display: inline-block;
  }
}
.modal-open {
  padding-right: 0 !important;
}

.ng-select.bustime.ng-select-focused {
  outline: 4px solid transparent;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
  z-index: 2500;
}
.ng-select.bustime .ng-dropdown-panel {
  z-index: 2500;
}
.ng-select.bustime.select-full-width .ng-select-container {
  width: 100%;
}
.ng-select.bustime .ng-select-container {
  background-color: #6E747B;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  width: calc(100% - 43.5px);
}
.ng-select.bustime .ng-select-container .ng-value-container .ng-placeholder {
  color: white;
}
.ng-select.bustime .ng-select-container .ng-value-container .ng-input > input,
.ng-select.bustime .ng-select-container .ng-value-container .ng-input > div {
  color: #fff;
  font-size: 1.5em;
}
.ng-select.bustime .ng-select-container .ng-value-container .ng-input > input:focus,
.ng-select.bustime .ng-select-container .ng-value-container .ng-input > div:focus {
  font-size: inherit;
}
.ng-select.bustime.ng-select-opened .ng-select-container {
  background-color: #6E747B;
  z-index: 2500;
}
.ng-select.bustime.ng-select-opened .ng-select-container .ng-value-container .ng-input > input .ng-input > div {
  color: white !important;
}
.ng-select.bustime.ng-select-opened .ng-select-container .ng-value-container .ng-placeholder {
  color: white;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  box-shadow: none !important;
  border-color: none !important;
}

.ng-select.bustime .ng-arrow-wrapper .ng-arrow {
  border-color: white transparent transparent;
}
.ng-select.bustime .ng-arrow-wrapper:hover .ng-arrow, .ng-select.bustime .ng-arrow-wrapper:focus .ng-arrow {
  border-color: #e6e6e6 transparent transparent;
}

.ng-select.bustime.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent white;
}
.ng-select.bustime.ng-select-opened .ng-arrow-wrapper:hover .ng-arrow, .ng-select.bustime.ng-select-opened .ng-arrow-wrapper:focus .ng-arrow {
  border-color: transparent transparent #e6e6e6;
}

.ng-select.bustime .ng-clear-wrapper .ng-clear {
  color: white;
}
.ng-select.bustime .ng-clear-wrapper:hover .ng-clear, .ng-select.bustime .ng-clear-wrapper:focus .ng-clear {
  color: #e6e6e6;
}

.ng-select.bustime.ng-select-opened .ng-clear-wrapper .ng-clear, .ng-select.bustime.ng-select-opened .ng-clear-wrapper .ng-value-label,
.ng-select.ng-select-single.bustime.ng-select-opened .ng-clear,
.ng-select.ng-select-single.bustime.ng-select-opened .ng-value-label {
  color: white;
}
.ng-select.bustime.ng-select-opened .ng-clear-wrapper:hover .ng-clear, .ng-select.bustime.ng-select-opened .ng-clear-wrapper:hover .ng-value-label, .ng-select.bustime.ng-select-opened .ng-clear-wrapper:focus .ng-clear, .ng-select.bustime.ng-select-opened .ng-clear-wrapper:focus .ng-value-label,
.ng-select.ng-select-single.bustime.ng-select-opened:hover .ng-clear,
.ng-select.ng-select-single.bustime.ng-select-opened:hover .ng-value-label,
.ng-select.ng-select-single.bustime.ng-select-opened:focus .ng-clear,
.ng-select.ng-select-single.bustime.ng-select-opened:focus .ng-value-label {
  color: #e6e6e6;
}

.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  padding: 0;
  background-color: #3e97eb;
  color: #ffffff;
  border-bottom: 1px solid #d3d3d3;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup .ng-option-label {
  padding: 8px 10px;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup:hover {
  color: white;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  border-bottom: 1px solid #d3d3d3;
  color: #212529;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked, .ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked.ng-option-selected, .ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:focus, .ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  background-color: #007EA8;
  color: white;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: inherit;
  color: #212529;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option span.bt-wheelchair {
  float: right;
  padding-top: 2px;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option span.check-mark {
  display: none;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected span.check-mark {
  display: block;
  float: right;
  margin-top: 3px;
}
.ng-select.bustime .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: unset;
}

.ng-select.bustime.ng-select-multiple .ng-select-container .ng-value-container {
  width: 100%;
}
.ng-select.bustime.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input,
.ng-select.bustime.ng-select-multiple .ng-select-container .ng-value-container .ng-input > div {
  font-size: inherit;
  color: #fff;
}
.ng-select.bustime.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: white;
  border: 1px solid black;
  border-radius: 3px;
  color: black;
  font-size: 0.75em;
}

.search-button-container {
  position: absolute;
  top: 0;
  right: 15px;
}

bt-my-servicebulletin-alerts .search-button-container {
  right: 0;
}

.swap-button {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  float: right;
  cursor: pointer;
}
.swap-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
  outline: 4px solid transparent;
}

#maptool-stops-panel .swap-button {
  color: white;
}

.search-button {
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1000;
}

#maptool-routes-panel .search-button {
  top: 12px;
  right: 35px;
  border-radius: 3px;
}

.select-helper .ng-select.ng-select-focused {
  margin-right: 0;
}

/* NGX-PAGINATION OVERRIDES */
.ngx-pagination {
  text-align: center;
  padding: 0;
  margin: 10px 0 !important;
  margin-left: 0;
  margin-bottom: 1rem;
}

.ngx-pagination li {
  margin-left: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: inline-block;
}

.ngx-pagination .current {
  background-color: #007EA8 !important;
  color: white !important;
  border-radius: 3px;
}

.ngx-pagination a, .ngx-pagination button {
  color: white !important;
  border-radius: 3px !important;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.ngx-pagination a:hover, .ngx-pagination button:hover,
.ngx-pagination a:focus, .ngx-pagination button:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.8);
  background: none !important;
}

.ngx-pagination .disabled {
  color: #cacaca !important;
  padding: 0.1875rem 0.625rem;
  cursor: default;
}

.pagination > li > span {
  color: #00A8E0;
}
.pagination > li > span:focus {
  color: #2080a4;
}

.ngx-pagination::before, .ngx-pagination::after {
  content: " ";
  display: table;
}

.ngx-pagination::after {
  clear: both;
}

.ngx-pagination a:hover,
.ngx-pagination button:hover {
  background: #e6e6e6;
}

.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.ngx-pagination .disabled:hover {
  background: transparent;
}

.ngx-pagination a, .ngx-pagination button {
  cursor: pointer;
}

.ngx-pagination button {
  background-color: transparent;
  border: none;
}

.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous button::before,
.ngx-pagination .pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next button::after,
.ngx-pagination .pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.ngx-pagination .show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ngx-pagination .small-screen {
  display: none;
}

@media screen and (max-width: 601px) {
  .ngx-pagination.responsive .small-screen {
    display: inline-block;
  }
  .ngx-pagination.responsive li:not(.small-screen):not(.pagination-previous):not(.pagination-next) {
    display: none;
  }
}
ngb-popover-window[role=tooltip] {
  font-family: "Roboto Condensed", sans-serif;
}

ngb-popover-window[role=tooltip] .popover-body {
  background-color: #182434;
  border: 1px solid #e37f0a;
  border-top: 0;
}

ngb-popover-window[role=tooltip] .popover-header {
  background-color: #e37f0a;
  color: white;
  border: 1px solid #e37f0a;
}

ngb-popover-window[role=tooltip] .popover-body {
  color: white;
}

ngb-popover-window[role=tooltip] .popover-body p {
  color: white;
  padding: 0;
}

ngb-popover-window[role=tooltip] .tour-step-navigation button {
  background-color: #e37f0a;
  color: white;
}

ngb-popover-window[role=tooltip] .btn-sm {
  font-size: 1em;
}

ngb-popover-window[role=tooltip].popover.bs-popover-top .arrow::after {
  border-top-color: #e37f0a;
}

ngb-popover-window[role=tooltip].popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #e37f0a;
}

ngb-popover-window[role=tooltip].popover.bs-popover-left .arrow::after {
  border-left-color: #e37f0a;
}

ngb-popover-window[role=tooltip].popover.bs-popover-right .arrow::after {
  border-right-color: #e37f0a;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border: 0 !important;
}

.si-wrapper-top {
  margin-top: -10px !important;
  pointer-events: none;
}

.si-content-wrapper {
  padding: 0px !important;
  border-left-width: 0px !important;
  pointer-events: auto;
}

.si-content {
  max-height: calc(100vh - 190px) !important;
  min-width: 100%;
}

.agm-map-container-inner [class*=si-route-label-] {
  min-width: 110px;
}
.agm-map-container-inner [class*=si-route-label-] .si-content-wrapper {
  border-width: 5px !important;
}
.agm-map-container-inner [class*=si-route-label-] .si-content {
  overflow: hidden;
}

@media (max-width: 500px) {
  [class*=si-wrapper] {
    min-width: calc(100vw - 50px);
  }
}
@media (min-width: 500px) {
  [class*=si-wrapper] {
    min-width: 500px;
  }
}
@media (min-width: 768px) {
  bt-arrival-map [class*=si-wrapper] {
    min-width: calc(50vw - 80px);
  }
}
@media (min-width: 1030px) {
  bt-arrival-map [class*=si-wrapper] {
    min-width: 500px;
  }
}
/*
* Original (Themes and unused CSS removed):
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
.switch-toggle a,
.switch-light span span {
  display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
  */
  .switch-light {
    position: relative;
    display: block;
    /* simulate default browser focus outlines on the switch,
    * when the inputs are focused.
    */
  }
  .switch-light::after {
    clear: both;
    content: "";
    display: table;
  }
  .switch-light *,
  .switch-light *:before,
  .switch-light *:after {
    box-sizing: border-box;
  }
  .switch-light a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .switch-light label,
  .switch-light > span {
    /* breathing room for bootstrap/foundation classes.
     */
    line-height: 2em;
    vertical-align: middle;
  }
  .switch-light input:focus ~ span a,
  .switch-light input:focus + label {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
    /* Chrome/Opera gets its native focus styles.
     */
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .switch-light input:focus ~ span a,
  .switch-light input:focus + label {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}
@media only screen {
  /* don't hide the input from screen-readers and keyboard access
  */
  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 3;
  }
  .switch-light input:checked ~ span a {
    right: 0%;
    background-color: #27A044;
  }
  .switch-light input:checked ~ span span:last-of-type {
    color: #fff;
  }
  /* inherit from label
  */
  .switch-light strong {
    font-weight: inherit;
  }
  .switch-light > span {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 2em;
    /* overwrite 3rd party classes padding
    * eg. bootstrap .well
    */
    padding: 0;
    text-align: left;
  }
  .switch-light span span {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
  }
}
/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.switch-light {
  float: left;
}

.switch-light-label {
  float: left;
  line-height: 1.8;
  margin-right: 10px;
  margin-bottom: -15px;
}

.alerts-switch label {
  margin-bottom: 20px;
}

.form-horizontal p {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: -15px;
  padding: 0;
}

.form-horizontal .switch-light > span {
  height: 35px;
  line-height: 2.5em;
}

.form-horizontal label.switch-light {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.switch-light .well {
  background-color: #fff;
  color: #222;
  border: 0;
  border-radius: 3px;
  margin-bottom: 10px;
}

.switch-light .btn {
  background-color: #FF5555;
  color: #222;
  border: 1px solid #ffffff;
}

.switch-light .btn.btn-primary:active:focus {
  background-color: transparent;
  border-color: transparent;
}

.switch-light span span {
  cursor: pointer;
  border-radius: 3px;
}

.switch-light .btn {
  border-radius: 3px 0 0 3px;
}

.switch-light input:checked ~ span a {
  border-radius: 0 3px 3px 0;
}

a {
  text-decoration: none;
  color: #00A8E0;
}
a:hover {
  text-decoration: underline;
  color: #2080a4;
}
a:focus {
  text-decoration: underline;
  color: #2080a4;
}
a:focus {
  outline: 0.1rem solid rgba(255, 255, 255, 0.8);
}

p {
  color: white;
  font-weight: 300;
  padding: 1em 0 0;
  margin: 0 0 0.5em;
  font-size: 1.2em;
}
p a {
  color: #00A8E0;
  text-decoration: underline;
}

h1 {
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
}

h2 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: #f6982a;
  border-bottom: 1px solid rgba(246, 152, 42, 0.6);
  line-height: 1;
  font-weight: 400;
  font-size: 1.6em;
}

.terms-text h2 {
  border-bottom: none;
}

h3 {
  margin: 0;
  padding-top: 20px;
  color: white;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.3em;
}
h3:first-child {
  padding-top: 0;
}

h4 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: #f6982a;
  border-bottom: 1px solid rgba(246, 152, 42, 0.6);
  line-height: 1;
  font-weight: 400;
  font-size: 1.6em;
}

.headmain {
  margin-top: 30px;
}

.terms-headmain {
  white-space: pre-wrap;
  margin-top: 25px;
  line-height: 1.3;
}

.text-warning {
  color: #efca34 !important;
}

.text-success {
  color: #218838 !important;
}

.help-block {
  font-size: 1em;
  color: #cccccc;
}

#disclaimer-text {
  color: #d5d8dc;
  font-weight: lighter;
  font-size: 1em;
}

label.text {
  max-width: 90%;
}

.api-headings, .prediction-alert-selected-stop {
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
  border-bottom: none;
}

.api-headings, .terms-headmain {
  margin-bottom: 0;
  padding-bottom: 0;
}

.terms-text h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
}

legend {
  font-weight: 300;
  padding: 1em 0 0;
  margin: 0 0 0.5em;
  font-size: 1.2em;
}

legend.select-time-trip-planner {
  color: white;
}

legend.select-time-prediction-alert {
  color: white;
}

.maptool .departure-options {
  justify-content: left;
  font-weight: 300;
  padding: 1em 0 0;
  margin: 0 0 0.5em;
  font-size: 1.2em;
  color: white;
}
.maptool .departure-options:hover:not(label.error) {
  color: white;
}

.ngb-tp-meridian button {
  height: 40px;
}

.ngb-tp-meridian button:hover {
  background-color: #6E747B;
}

.ngb-tp-minute .btn, .ngb-tp-hour .btn {
  color: #00A8E0;
  background-color: transparent;
  font-size: 1em;
  height: auto;
  padding: 6px 12px;
}

.ngb-tp-minute input, .ngb-tp-hour input {
  min-width: 60px;
  width: 100% !important;
}

.ngb-tp-minute .btn:focus, .ngb-tp-hour .btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.8);
}

.ngb-tp-spacer {
  color: white;
}

.ngb-tp-minute .form-control:disabled, .ngb-tp-minute .form-control[readonly] {
  background-color: #6E747B;
}

.ngb-tp-hour .form-control:disabled, .ngb-tp-hour .form-control[readonly] {
  background-color: #6E747B;
}

:root {
  --footer-height: 50px;
}

footer .footer {
  padding: 10px 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  background-color: #000000;
  height: var(--footer-height, 50px);
}
footer .footer span {
  display: inline-block;
  text-decoration: none;
}
footer .footer a {
  display: inline-block;
  text-decoration: none;
}

#footer {
  max-height: 60px;
  padding: 0px;
}
#footer .btn-link {
  color: #00A8E0;
}
#footer .btn-link:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.2rem #007EA8;
}
#footer .btn-link a:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.2rem #007EA8;
}
#footer .btn-link i {
  text-decoration: none;
}

#footer-content-left {
  padding: 0px;
  border: none;
  float: left;
}

.footer-action {
  min-width: 44px; /* Based on minimum recommended button sizes */
  min-height: 44px; /* Based on minimum recommended button sizes */
  position: relative;
}

.footer-divider {
  content: "";
  border-right: 1px solid #576573;
  width: 1px;
  height: 20px;
  float: left;
  margin-top: 15px;
}

.dropup-container:after {
  left: 100%;
}

.footer-action > a,
.footer-action > span,
.footer-action > i,
.footer-action > button {
  padding: 10px;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  line-height: 30px;
}

.small-footer-action {
  font-size: 0.7em;
}

@media (min-width: 768px) {
  #footer .small-footer-action {
    font-size: inherit;
  }
}
#scroll-to-top {
  font-size: 0.8em;
  display: inline;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 7px 10px 10px 0px;
}
#scroll-to-top i {
  font-size: 3em;
  cursor: pointer;
  color: #efca34;
}
#scroll-to-top:focus {
  outline: 4px solid transparent;
  box-shadow: none;
}
#scroll-to-top:focus i:before {
  outline: 4px solid transparent;
  border-radius: 60px;
  box-shadow: 0 0 0 0.3rem rgba(0, 168, 224, 0.9);
}

#scroll-holder {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
}

#copyright-long,
#copyright-short {
  position: absolute;
  bottom: 20px;
  right: 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.7em;
  color: #abb2b9;
  max-width: 40%;
  max-height: 20px;
}

#dropdownMenuAccountLink,
#dropdownMenuSocialLink {
  color: #00A8E0;
  border: none;
  background: transparent;
}

#dropdownMenuAccountLink:hover,
#dropdownMenuAccountLink:focus,
#dropdownMenuSocialLink:hover,
#dropdownMenuSocialLink:focus {
  color: #2080a4;
}

.dropdown-toggle.user-acct-item::after,
.dropdown-toggle.social-links-item::after {
  display: none;
}

bt-footer {
  z-index: 1100;
  position: absolute;
}

bt-footer .dropdown-menu {
  background-color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}

bt-footer .dropdown-menu:hover,
bt-footer .dropdown-menu:focus {
  border: 2px solid #FFFFFF;
}

bt-footer .dropdown-item:hover,
bt-footer .dropdown-item:focus {
  background-color: #007EA8;
  border: none;
  color: white;
  outline: none;
}

bt-footer .dropdown-item:active {
  background-color: #2590b9;
  border: none;
  color: white;
}

bt-footer a.dropdown-item:not([href]):not([tabindex]) {
  border: none;
  color: white;
}

bt-footer .dropdown-item:not(:active):not(:hover):not(:focus) {
  color: black;
  border: none;
}

bt-footer .dropdown-menu hr {
  margin: 3px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-control, #field-stopnumber {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  font-size: 1.3em;
  height: 50px;
  -webkit-appearance: none;
  color: white;
  background-color: #6E747B;
}
.form-control::placeholder, #field-stopnumber::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B5B8;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder, #field-stopnumber:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B1B5B8;
}
.form-control::-ms-input-placeholder, #field-stopnumber::-ms-input-placeholder { /* Microsoft Edge */
  color: #B1B5B8;
}

.input-text-wrap {
  box-shadow: none;
  background-color: #6E747B;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.input-text-wrap:focus-within {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.8);
  outline: 4px solid transparent;
}

.input-text-wrap input.form-control:focus {
  box-shadow: none;
}

.form-control:focus {
  background-color: #6E747B;
  color: white;
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.8);
}

.form-sub-header:not(.fav-form .form-sub-header) {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.form-sub-group {
  margin-bottom: 0.5rem;
}

.form-control-var-width {
  width: auto;
}

.form-inline .form-control.stop-by-number-field, .input-text-wrap {
  width: 100%;
}
.form-inline .form-control.stop-by-number-field::placeholder, .input-text-wrap::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.form-inline .form-control.stop-by-number-field:-ms-input-placeholder, .input-text-wrap:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.form-inline .form-control.stop-by-number-field::-ms-input-placeholder, .input-text-wrap::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

select.form-control {
  font-size: 1.3em;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control::-ms-expand { /*hides the select arrow in IE 10+*/
  display: none;
}

select:focus.form-control::-ms-value {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

select.form-control option {
  padding: 5px 10px;
  color: #222;
  background-color: #fff;
}

select.form-control option:focus::-ms-value {
  background-color: rgba(255, 255, 255, 0.2);
}

select.form-control option:disabled,
select.form-control option.disabled {
  color: rgba(255, 255, 255, 0.5);
}

select.form-control option:focus,
select.form-control option:active {
  background-color: rgba(255, 255, 255, 0.2);
}

textarea.form-control {
  height: 100%;
}

.form-horizontal .text-warning {
  color: #efca34 !important;
  border: 1px solid rgba(239, 202, 52, 0.5);
  padding: 10px 15px;
  border-radius: 8px;
  background: transparent;
}

.form-horizontal input.form-control,
.form-horizontal select.form-control {
  font-size: 1.1em;
  height: 40px;
}

.form-horizontal textarea.form-control {
  font-size: 1.1em;
}

.form-horizontal input.form-control#username[readonly] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.form-horizontal input.form-control:disabled {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* required on iOS */
}

#showkey-label,
.form-horizontal .control-label {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 0;
}

.form-horizontal .checkbox label {
  font-size: 1em;
  line-height: 1.5;
  float: left;
}

.form-horizontal .checkbox.faux label {
  padding-left: 0;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .radio label {
  font-size: 1em;
  line-height: 1.4;
  padding-left: 25px;
}

.form-horizontal .radio {
  margin-bottom: 10px;
}

#showkey-label,
.form-horizontal label {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0 0 20px;
}

.form-horizontal h3 {
  color: white;
  font-size: 18px;
}

.form-horizontal p {
  margin: 0 0 20px;
  padding: 0;
}

.alert {
  margin: 30px 15px 0;
  display: none;
}

.form-inline label.error {
  justify-content: flex-start;
}

.form-horizontal label.error,
.form-horizontal div.error {
  font-size: 1em;
  font-weight: 300;
  margin: 5px 0 0;
  color: #e98f98;
}

.form-horizontal .checkbox label.error,
.form-horizontal .checkbox div.error {
  margin-bottom: 0.5rem;
  margin-top: 0px;
}

.form-horizontal .btn.btn-cancel {
  width: 50px;
  height: 35px;
  font-size: 2em;
  padding: 0;
  float: right;
}

.required {
  font-weight: bold;
}

.required:after {
  color: #e32;
  content: " *";
  display: inline;
}

.required-demo {
  font-size: 18px;
  font-weight: 300;
}

.radio input[type=radio] {
  margin-left: 0;
}

input[type=text]::-webkit-input-placeholder, input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.date-picker {
  padding-right: 0px !important;
  float: right;
}

.date-picker > .form-control {
  font-size: 1.15em !important;
  height: 100% !important;
}

.date-picker > .form-control[readonly] {
  background-color: #6E747B !important;
}

:root {
  --topnav-height: 60px;
}

#topnav {
  height: var(--topnav-height, 60px);
  background-color: #007EA8;
}

.brand-logo {
  background: url("../../img/bustime-logo-white.svg?v=2.9.0.18") right center no-repeat;
  float: right;
  height: 50px;
  margin: 5px 0;
  width: 130px;
}

.btn.btn-icon-navbar {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 10px 10px 0;
  width: auto;
  height: auto;
  color: white;
  font-size: 2em;
}

/* A hack to select Safari only */
_::-webkit-full-page-media, _:future, :root .btn.btn-icon-navbar {
  padding: 10px;
  margin: 0 -5px;
}

.btn.btn-icon-navbar:focus {
  outline: 4px solid transparent;
  box-shadow: none;
}

.btn.btn-icon-navbar:focus i:before {
  outline: 0;
  border-radius: 60px;
  background: rgba(24, 36, 52, 0.9);
  box-shadow: 0 0 0 0.3rem rgba(24, 36, 52, 0.9);
}

.btn.btn-icon-navbar:focus span.badge {
  outline: 0;
  box-shadow: 1px 0 0 0.1rem rgba(24, 36, 52, 0.9);
}

.navskip-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  height: 0;
  z-index: 10;
}
.navskip-wrapper .btn.btn-icon-navbar.navskip {
  background-color: rgba(24, 36, 52, 0.9);
  border-radius: 60px;
  font-size: 1.4em;
  opacity: 0;
  padding: 0 8px;
  margin-top: 8px;
  z-index: 2;
  transform: translateY(-200%);
  transition: transform 0.2s ease-out, opacity 0ms linear 0.2s;
}
.navskip-wrapper .btn.btn-icon-navbar.navskip:focus {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00A8E0;
}

.nav-tabs > li.active > a:focus {
  color: #2d3e50;
  background-color: #182434;
}

.circle-pulse {
  box-shadow: 0 0 0 rgba(208, 25, 25, 0.9);
  border-radius: 15px;
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(208, 25, 25, 0.9);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(208, 25, 25, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(208, 25, 25, 0.9);
    box-shadow: 0 0 0 0 rgba(208, 25, 25, 0.9);
  }
  100% {
    -moz-box-shadow: 0 0 0 10px rgba(208, 25, 25, 0);
    box-shadow: 0 0 0 10px rgba(208, 25, 25, 0);
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #182434;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #182434;
  }
}
.table {
  margin: 0;
}

.table .table {
  background-color: #182434;
}

.api-faq-answer {
  white-space: pre-wrap;
}

.api-terms-title {
  white-space: pre-wrap;
}

.api-terms-section {
  white-space: pre-wrap;
}

.selected-stop {
  font-size: 1.4em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
  margin-bottom: 5px;
}
.selected-stop span.stopidlabel {
  color: #f6982a;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.route {
  font-weight: 500;
  font-size: 1.3em;
  color: #00A8E0;
}

.panel-fs {
  margin: 0;
  opacity: 0;
  background-color: #182434;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 100;
  left: -100%;
  top: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-fs.show-fs-panel {
  opacity: 1;
  height: 100%;
  left: 0;
}
.panel-fs h2 {
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
}
.panel-fs h3 {
  color: #ffffff;
  padding: 20px;
}
.panel-fs p {
  margin: 0 20px 0.4em 20px;
  font-size: 1.2em;
  font-weight: 300;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.panel-fs button.close {
  font-size: 1em;
  margin-top: -6px;
  line-height: 0.4;
  font-weight: 300;
  opacity: 0.6;
  color: #ffffff;
}
.panel-fs button.close:hover {
  opacity: 1;
}
.panel-fs button.close .cd {
  margin: 0;
}

#panel-map {
  width: 50%;
  height: 100%;
  margin-bottom: -20px;
}

.select-stop-head {
  margin-bottom: 30px;
}

.bus-times {
  margin-top: 30px;
}

.btn-location {
  margin-bottom: 20px;
}

#stops-panel-continue {
  margin-top: 46px;
}

bt-arrival-grid .bt-map {
  height: calc(100vh - 110px);
  max-height: 100%;
  position: inherit;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.bt-map {
  position: absolute;
  top: 60px;
  bottom: 50px;
  width: 100%;
}

.bt-map.big-screen {
  height: 100%;
  padding-bottom: 14px;
}

.bt-map.big-screen.scrolled-big {
  padding-bottom: 110px;
}

.bt-map.mobile {
  height: 100%;
  padding-bottom: 110px;
}

.bt-map.mobile.scrolled-mob {
  padding-bottom: 50px;
}

.bt-map.bt-map-embedded {
  padding-bottom: 0 !important;
}

.btn-delete-account {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fav-add-btn {
  height: auto;
}

.fav-form .form-group {
  margin-top: 1em;
}

.fav-list {
  border-bottom: 1px solid #818b96;
}

.fav-dest {
  margin-bottom: 0.1em;
}

.fav-dtl-left {
  max-width: calc(100% - 32px);
}
.fav-dtl-left [class*=col-] {
  padding: 0 15px 0 0;
}
.fav-dtl-left .load-count {
  padding-top: 9px;
}
.fav-dtl-left .passenger-load-pl {
  padding-left: 0;
}
.fav-dtl-left .passenger-icon {
  border: none;
  width: 24px;
  height: 32px;
}

.fav-list-col .fa-spinner {
  color: #d5d8dc;
}

.fav-dtl-block .selected-stop {
  margin-bottom: 0.1em;
  font-size: 1em;
}

.fav-limit-lines {
  white-space: normal;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 3.9em;
}

.fav-dtl-block .arrivaltime {
  border-top: 0;
}

.fav-rt-dir {
  border-bottom: 1px solid #576573;
  display: inline-block;
  margin-bottom: 5px;
}

.fav-dtl-block .busid {
  text-align: right;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fav-dtl-block .busid small {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fav-dtl-block .due {
  font-size: 3.2em;
}

.btn-fav {
  box-shadow: none;
  padding: 0;
  font-size: 2em;
  line-height: 1;
  color: #d5d8dc;
}
.btn-fav:hover {
  color: #d5d8dc;
}

.fav-btn-col .btn {
  height: auto;
  background: none;
}

.predictionError.fav-detail-error {
  min-height: 1px;
  border-bottom: 0;
  text-align: left;
  color: #e98f98;
}

.selected-stop {
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
  border-bottom: none;
}
.selected-stop .flagstop {
  color: #d5d8dc;
}

.btn.btn-icon.btn-feedback.btn-feedback-type {
  font-size: 2em;
  height: 50px;
  min-width: 59px;
  border-radius: 8px;
  color: white;
  background-color: #333;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn.btn-icon.btn-feedback.btn-feedback-type.positive {
  background-color: #218838;
}

.btn.btn-icon.btn-feedback.btn-feedback-type.negative {
  background-color: #d01919;
}

.feedback-button-row {
  width: 100%;
  text-align: center;
}

.home-content p {
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0 0 15px;
}

.horizontal-list {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  padding: 1em 0 0;
  margin: 0 0 0.5em;
  font-size: 1.2em;
}
.horizontal-list li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

#homebtns {
  width: 100%;
  padding: 0 15px;
  margin: 20px 0 0;
}

#col-home {
  padding: 0 15px;
  margin: 20px 0 30px;
}

.btn.btn-header {
  background-color: #007EA8;
  border-radius: 9px;
  padding: 0px 8px;
  width: auto;
  height: auto;
  color: white;
  font-size: 19px;
}
.btn.btn-header:focus {
  outline: 4px solid transparent;
}
.btn.btn-header:focus i:before {
  outline: 4px solid transparent;
  border-radius: 60px;
  background: rgba(0, 126, 168, 0.9);
}

#text-only.btn.btn-sm {
  background-color: transparent;
  color: #d5d8dc;
  font-size: 0.7em;
  padding: 5px 0;
  margin: 10px 0;
  text-decoration: underline;
}

/* Used to hide button description if it is too long to fit on button */
@media screen and (max-width: 580px), screen and (min-width: 768px) and (max-width: 1170px) {
  #homebtns .btn-description {
    display: none;
  }
}
#homebtns .btn.btn-menu {
  height: auto;
}

.pre-wrap {
  white-space: pre-wrap !important;
}

.load-count {
  padding-top: 15px;
  padding-left: 5px;
}

.load-count-full, .infowindow-predrow .load-count.load-count-full strong {
  color: #FF4242;
  font-style: normal;
}

.load-count-medium, .infowindow-predrow .load-count.load-count-medium strong {
  color: #DB6E00;
  font-style: normal;
}

.load-count-low, .infowindow-predrow .load-count.load-count-low strong {
  color: #00A300;
  font-style: normal;
}

.passenger-icon {
  border: none;
  width: 30px;
  height: 40px;
}
.passenger-icon.pi-full svg .color-me {
  fill: #FF4242;
}
.passenger-icon.pi-medium svg .color-me {
  fill: #DB6E00;
}
.passenger-icon.pi-low svg .color-me {
  fill: #00A300;
}

.passenger-load-pl {
  padding-left: 13px;
}
.passenger-load-pl svg {
  width: 100%;
  height: 100%;
}

.infowindow-mobile .passenger-load-pl {
  padding-left: 0;
}

/* INFOWINDOW (STOP/VEHICLE) */
.infowindow {
  word-wrap: break-word;
  color: #222;
}
.infowindow .load-count-full, .infowindow .infowindow-predrow .load-count.load-count-full strong {
  color: #EB0000;
}
.infowindow .load-count-medium, .infowindow .infowindow-predrow .load-count.load-count-medium strong {
  color: #B85C00;
}
.infowindow .load-count-low, .infowindow .infowindow-predrow .load-count.load-count-low strong {
  color: #008A00;
}
.infowindow .passenger-icon {
  border: none;
  width: 30px;
  height: 40px;
}
.infowindow .passenger-icon.pi-full svg .color-me {
  fill: #EB0000;
}
.infowindow .passenger-icon.pi-medium svg .color-me {
  fill: #B85C00;
}
.infowindow .passenger-icon.pi-low svg .color-me {
  fill: #008A00;
}

.infowindow h3 {
  color: white;
}
.infowindow h3:focus {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 2px white;
  margin-left: -4px;
  outline: 4px solid transparent;
  padding: 0 4px;
}

.marker-name .infowindow-header {
  font-size: smaller;
  text-align: center;
}

.infowindow-mobile {
  position: absolute;
  height: auto;
  max-height: 50%;
  width: 100%;
  overflow-y: auto;
  margin-top: 0;
  background-color: #fff;
}
.infowindow-mobile .load-count-full, .infowindow-mobile .infowindow-predrow .load-count.load-count-full strong {
  color: #EB0000;
}
.infowindow-mobile .load-count-medium, .infowindow-mobile .infowindow-predrow .load-count.load-count-medium strong {
  color: #B85C00;
}
.infowindow-mobile .load-count-low, .infowindow-mobile .infowindow-predrow .load-count.load-count-low strong {
  color: #008A00;
}
.infowindow-mobile .passenger-icon {
  border: none;
  width: 30px;
  height: 40px;
}
.infowindow-mobile .passenger-icon.pi-full svg .color-me {
  fill: #EB0000;
}
.infowindow-mobile .passenger-icon.pi-medium svg .color-me {
  fill: #B85C00;
}
.infowindow-mobile .passenger-icon.pi-low svg .color-me {
  fill: #008A00;
}

.infowindow-mobile.vehicle-details-mobile {
  background-color: rgba(122, 111, 111, 0);
  pointer-events: none;
}

.infowindow-mobile.vehicle-details-mobile .list-group,
.vehicle-details-button {
  pointer-events: auto;
  overflow-y: auto;
  max-height: 18rem;
}

@media screen and (max-height: 680px) {
  .infowindow-mobile.vehicle-details-mobile .list-group,
  .vehicle-details-button {
    max-height: 15rem;
  }
}
.infowindow-mobile .stop-header {
  font-size: 1em;
  font-weight: bold;
}
.infowindow-mobile .stop-header:focus {
  opacity: 1;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #222;
  margin-left: -4px;
  outline: 4px solid transparent;
  padding: 0 4px;
}

.infowindow-mobile .rt {
  font-weight: bold;
  white-space: nowrap;
  overflow-wrap: break-word;
  margin-bottom: -1px;
}

.infowindow-mobile .h1-rt {
  font-size: 1.8em;
}

.infowindow-mobile .h3-rt {
  font-size: 1.1em;
}

.infowindow-mobile .h5-rt {
  font-size: 0.8em;
}

.infowindow-mobile .h5-rt-wrap {
  font-size: 0.8em;
  white-space: normal;
}

.infowindow-mobile-checkbox-wrapper {
  height: auto;
  padding: 3px 15px;
}

.infowindow-mobile-checkbox {
  border-top: none;
  min-height: 20px;
}

.infowindow-mobile-stop-text {
  font-size: 13px;
  overflow: hidden;
  min-height: 20px;
  margin-bottom: 0;
  word-wrap: break-word;
}

.vehicle-details-mobile {
  font-size: 14px;
}
.vehicle-details-mobile .list-group-item {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.infowindow-mobile-pred-row {
  padding: 3px 5px;
  color: #007EA8;
  cursor: pointer;
}
.infowindow-mobile-pred-row .passenger-icon {
  margin: auto;
}

.infowindow-mobile-vehicle-predtime {
  text-align: right;
  padding-right: 0px;
}

.infowindow-mobile-detourtitle {
  font-size: 1em;
  font-weight: 700 !important;
}

.infowindow-mobile-detourrow {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
}

.infowindow-mobile-sms {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px !important;
  text-align: center;
  vertical-align: middle;
}

.infowindow-mobile .vehicle-header {
  font-size: 17px;
  font-weight: bold;
}
.infowindow-mobile .vehicle-header:focus, .infowindow-mobile .vehicle-header:active {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #222;
  margin-left: -4px;
  outline: 4px solid transparent;
  padding: 0 4px;
}

.infowindow-mobile .vehicle-subheader {
  font-size: 16px;
}

.infowindow-mobile-vehicle-predrow {
  font-size: 14px;
}

.infowindow-header {
  background-color: #182434;
  padding: 1rem;
  border: 0;
}

.infowindow-header .close {
  opacity: 0.6;
  color: #fff;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  line-height: 0.5em;
  font-size: 3.25em;
  text-shadow: none;
  font-weight: inherit;
}
.infowindow-header .close:hover, .infowindow-header .close:focus {
  opacity: 1 !important;
}
.infowindow-header .close:focus {
  border-radius: 3px;
  box-shadow: 0 0 0 2px white;
  outline: 4px solid transparent;
}

.infowindow-mobile .close:hover, .infowindow-mobile .close:focus {
  opacity: 1 !important;
}
.infowindow-mobile .close:focus {
  display: inline;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #222;
  outline: 4px solid transparent;
}

.infowindow-route-header {
  background-color: #fff;
  text-align: center;
  line-height: 2.3em;
}

.infowindow-route-header span {
  color: black;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 600;
  font-size: 1.3em;
}

.infowindow-route-header button {
  padding-right: 5px;
}

.infowindow-spinner {
  color: #FFFFFF;
  text-align: center;
}

.infowindow-predrow {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 13px;
}

.infowindow-firstpred {
  border-top: 0;
}

.infowindow-detourtitle {
  font-size: 1em;
  font-weight: 700 !important;
  word-wrap: normal;
}

.infowindow-detourrow {
  border: 0;
  font-size: 1em;
}

.infowindow-border {
  border-left: 10px solid #182434;
}

.infowindow-routetitle {
  font-size: 1rem;
  padding: 0.2rem 0;
  word-wrap: normal;
}

.infowindow-routelinks {
  margin: 0.25em 0 0.25em 0;
}

.infowindow-routelinks > a {
  line-height: 1;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  color: #007EA8;
}

.infowindow-routelinks > .btn {
  width: 100%;
  line-height: 1;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  color: #007EA8;
  border: 0.1em solid #007EA8;
  border-radius: 10px;
}

.infowindow-routelinks > .btn:focus,
.infowindow-routelinks > a:focus {
  box-shadow: 0 0 0 0px rgba(32, 128, 164, 0.8), 0 0 0 0px rgba(32, 128, 164, 0.8), 0 0 0 1px rgb(255, 255, 255), 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgba(32, 128, 164, 0.8), 0 0 0 3px rgba(32, 128, 164, 0.8);
}

.infowindow-routelinks a:hover,
.infowindow-routelinks a.active,
.infowindow-routelinks .btn:hover,
.infowindow-routelinks .btn.active {
  background: rgba(0, 0, 0, 0.1);
}

.infowindow-routelinks > .btn > div > i {
  font-size: 1.95em;
}

.infowindow-schedule-display,
.infowindow-prediction-display {
  max-height: min(22vh, 200px);
  overflow-y: auto;
}

.infowindow-vehicle-prediction-display {
  max-height: min(11vh, 100px);
  overflow-y: auto;
}

.infowindow-trip-stops-display {
  max-height: 350px;
  overflow-y: auto;
}

.infowindow-tabs {
  border-bottom-color: #000;
  color: #007EA8;
  cursor: pointer;
  font-size: 16px;
}

.infowindow-tabs > .nav-item > a.active {
  border-color: #000 #000 #fff;
  color: #007EA8;
  font-weight: bold;
}

.infowindow-tabs > .nav-item:hover, .infowindow-tabs > .nav-item:focus {
  background-color: rgba(32, 128, 164, 0.8);
}
.infowindow-tabs > .nav-item:hover a, .infowindow-tabs > .nav-item:hover a.active, .infowindow-tabs > .nav-item:focus a, .infowindow-tabs > .nav-item:focus a.active {
  background-color: rgba(32, 128, 164, 0.8);
  color: rgb(255, 255, 255);
}

.infowindow-link {
  cursor: pointer;
  text-decoration: underline;
  color: #007EA8;
}
.infowindow-link:hover {
  color: #005875;
}
.infowindow-link:focus {
  box-shadow: 0 0 0 0px rgba(32, 128, 164, 0.8), 0 0 0 0px rgba(32, 128, 164, 0.8), 0 0 0 1px rgb(255, 255, 255), 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgba(32, 128, 164, 0.8), 0 0 0 3px rgba(32, 128, 164, 0.8);
}

.stop-predictions,
.infowindow-textlink {
  color: #007EA8;
  cursor: pointer;
}

.infowindow-textlink:focus {
  outline: 0.1rem solid rgba(32, 128, 164, 0.8);
}

.infowindow .predictionError, .infowindow #stopinfo-error, .infowindow-detourtitle, .infowindow-mobile-detourtitle {
  color: #D73C4C;
}

.infowindow-predrow.exp *,
.h-auto.exp,
.mobile-exp,
.h-auto .exp {
  font-style: italic;
  color: #8A2AA2;
}

.mobile-exp a,
.exp a {
  font-style: italic;
  color: #8A2AA2;
  text-decoration: underline;
}

.infowindow-predrow.cncl *,
.h-auto .cncl {
  font-weight: bold;
  color: #EB0000;
}

.mobile-cncl {
  color: #EB0000;
}

.mobile-cncl a {
  color: #EB0000;
  text-decoration: underline;
}

.infowindow-predrow .load-count, .infowindow-mobile-pred-row .load-count {
  font-size: 80%;
}

.passenger-load-pl ngb-popover-window[role=tooltip] .popover-body {
  background-color: #fff;
  color: #222;
  border-top: 1px solid;
  text-align: center;
}

.load-low ngb-popover-window[role=tooltip] .popover-body {
  border-color: #008A00;
}
.load-low ngb-popover-window[role=tooltip].popover.bs-popover-top .arrow::after {
  border-top-color: #008A00;
}
.load-low ngb-popover-window[role=tooltip].popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #008A00;
}
.load-low ngb-popover-window[role=tooltip].popover.bs-popover-left .arrow::after {
  border-left-color: #008A00;
}
.load-low ngb-popover-window[role=tooltip].popover.bs-popover-right .arrow::after {
  border-right-color: #008A00;
}

.load-medium ngb-popover-window[role=tooltip] .popover-body {
  border-color: #B85C00;
}
.load-medium ngb-popover-window[role=tooltip].popover.bs-popover-top .arrow::after {
  border-top-color: #B85C00;
}
.load-medium ngb-popover-window[role=tooltip].popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #B85C00;
}
.load-medium ngb-popover-window[role=tooltip].popover.bs-popover-left .arrow::after {
  border-left-color: #B85C00;
}
.load-medium ngb-popover-window[role=tooltip].popover.bs-popover-right .arrow::after {
  border-right-color: #B85C00;
}

.load-full ngb-popover-window[role=tooltip] .popover-body {
  border-color: #EB0000;
}
.load-full ngb-popover-window[role=tooltip].popover.bs-popover-top .arrow::after {
  border-top-color: #EB0000;
}
.load-full ngb-popover-window[role=tooltip].popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #EB0000;
}
.load-full ngb-popover-window[role=tooltip].popover.bs-popover-left .arrow::after {
  border-left-color: #EB0000;
}
.load-full ngb-popover-window[role=tooltip].popover.bs-popover-right .arrow::after {
  border-right-color: #EB0000;
}

.infowindow-selected-prediction {
  border-bottom: 2px solid rgba(32, 128, 164, 0.8);
  border-top: 2px solid rgba(32, 128, 164, 0.8);
  padding: 2px 13px;
}

bt-stop-details-mobile .infowindow-selected-prediction {
  padding: 2px 0px 2px 10px;
}

.infowindow-btn-fav, .infowindow-btn-fav-mobile {
  box-shadow: none;
  padding: 0;
  background: none;
  border: none;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
}
.infowindow-btn-fav:focus, .infowindow-btn-fav:hover, .infowindow-btn-fav-mobile:focus, .infowindow-btn-fav-mobile:hover {
  box-shadow: 0 0 0 0.2rem rgba(32, 128, 164, 0.8);
  outline: 4px solid transparent;
}

.infowindow-btn-fav-mobile {
  font-size: 1.5em;
}

.infowindow-fav-icon {
  color: #D01919;
}

.infowindow-zone,
.infowindow-mobile-zone {
  color: #222;
}

.mobileclose {
  font-size: 2rem;
}

.followbutton {
  font-size: 1.5rem;
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .followbutton {
    font-size: 2em;
  }
}
.followbutton .text-green {
  color: #218838;
}

.sms-info {
  font-size: 14px;
  border: none;
  color: #222;
}

.sms-info-mobile {
  margin: 0;
  display: inline;
  color: #222;
  border: 0px;
  line-height: 1.42857143;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px !important;
}

:root {
  --maptools-margin-top: 15px;
  --btn-maptool-height: 50px;
}

agm-map {
  width: 100%;
  height: 100%;
}

.maptool {
  border-radius: 8px;
  border-top-left-radius: 0;
  padding: 5px 0 15px 0;
  background-color: rgba(24, 36, 52, 0.8);
  float: left;
  width: 100%;
}
.maptool select {
  margin-bottom: 10px;
  min-height: 50px;
}
.maptool p {
  color: white;
  padding: 10px 0 0;
  font-size: 1.5em;
}
@media (max-width: 325px) {
  .maptool p {
    font-size: 1.4em;
  }
}
.maptool label {
  color: #fff;
  margin: 10px 0 5px;
}
.maptool label:hover:not(label.error) {
  color: #fff;
}
.maptool .form-group-header {
  font-size: 1.1em;
  padding: 0 0 15px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#maptool-stops-panel.maptool label:not(label.error) {
  color: white;
  margin: 0;
}

.maptool .btn-success:hover,
.maptool .btn-success:active,
.maptool .btn-success:focus {
  background-color: #222;
}

.maptools {
  position: absolute;
  margin: var(--maptools-margin-top, 15px) 0 0 15px;
  padding: 0;
  max-width: 375px;
}

#maptools-btns {
  top: 0;
  left: 0;
  width: auto;
  z-index: 1;
}

#maptools-selectors {
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px 15px 0 15px;
  z-index: 2500;
}

.maptoolbar {
  padding: 0;
}
.maptoolbar .btn {
  margin-right: 5px;
}

.btn.btn-icon.btn-maptool.btn-maptool-menu {
  font-size: 2em;
  height: var(--btn-maptool-height, 50px);
  min-width: 59px;
  border-radius: 8px;
  color: white;
  background-color: #333;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn.btn-icon.btn-maptool.btn-maptool-menu.enabled {
  background-color: #218838;
}

#maptools.panel-open .btn.btn-icon.btn-maptool.btn-maptool-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0.75;
}

#maptools.panel-open .btn.btn-maptool.btn-maptool-menu.active {
  color: #218838;
  background-color: rgba(24, 36, 52, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
}

.btn.btn-icon.btn-maptool.control-maptool-close {
  padding: 10px 0 0;
  height: auto;
  background-color: transparent;
  font-size: 2em;
  color: white;
}

.btn.btn-icon.btn-maptool.selected {
  color: white;
  background-color: #23272b;
  border-color: #1d2124;
  opacity: 100;
}

.btn.btn-icon.btn-maptool:hover {
  color: white;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn.btn-icon.btn-maptool:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 168, 0.9);
}

.btn.btn-icon.btn-maptool.control-maptool-close:hover {
  background: transparent;
  color: white;
}

.btn.btn-icon.btn-maptool.control-maptool-close:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.9);
}

.maps-traffic-control {
  background-color: white;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 2.5em;
  padding: 4px;
  color: rgba(0, 0, 0, 0.6);
}
.maps-traffic-control:hover {
  color: rgba(0, 0, 0, 0.9);
}
.maps-traffic-control.enabled {
  color: rgba(0, 0, 0, 0.9);
  border: 3px solid rgb(50, 212, 50);
}

.maps-show-vehicles {
  cursor: pointer;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin: 10px;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 2.5em;
  padding: 2px;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.9);
  border: 3px solid rgb(50, 212, 50);
}
.maps-show-vehicles.disabled {
  color: rgba(0, 0, 0, 0.6);
  border: none;
  padding-top: 6px;
}
.maps-show-vehicles.disabled:hover {
  color: rgba(0, 0, 0, 0.9);
}

.contained-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}

.feed-list-item {
  text-align: left;
  font-size: 1.2em;
  word-wrap: break-word;
  height: auto;
  white-space: normal;
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
}
.feed-list-item .feed-details {
  overflow: hidden;
  white-space: normal;
}
.feed-list-item .arrow {
  display: inline-block;
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 3px 0 0 3px;
  width: 2.5em;
  font-size: 1.5em;
}
.feed-list-item .arrow .cd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}

.autocomplete-list {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-list li {
  padding: 10px;
  cursor: pointer;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-list li:focus, .autocomplete-list li:hover {
  background-color: #007EA8;
  color: white;
}

.confirm-location-wrapper .confirm-location-text {
  top: 10px;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 375px;
  padding: 0;
  color: white;
  background-color: rgba(24, 36, 52, 0.8);
  text-align: center;
  border-radius: 4px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.confirm-location-wrapper .confirm-location-text:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
  outline: 4px solid transparent;
}
.confirm-location-wrapper .confirm-dialog {
  background-color: rgba(24, 36, 52, 0.8);
  width: 100%;
  max-width: 375px;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.map-cancel-btn {
  position: absolute;
  top: 5px;
  right: 15px;
}

/* adjustments above bootstrap's 'md' breakpoint */
@media (min-width: 768px) {
  #maptools-btns {
    left: 0;
    width: auto;
  }
  #maptools-selectors {
    left: 0;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 15px;
  }
}
.bt-map.bt-map-embedded {
  top: 0;
  bottom: 0;
}

.tour-select-route {
  position: fixed;
  top: 50%;
}

.tour-select-stop {
  position: fixed;
  top: 45%;
  left: 50%;
}

.tour-select-stop-mobile {
  position: fixed;
  top: 45%;
  left: 50%;
}

.tour-real-time {
  position: fixed;
  top: 35%;
  left: 50%;
}

.tour-real-time-mobile {
  position: fixed;
  top: 60%;
  left: 50%;
}

.maptools-headers {
  color: white;
  padding: 10px 0 0;
  font-size: 1.5em;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  display: block;
  border: none;
}

.maptools-message {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  border-radius: 5px;
}

h2#mapLabelViewRoutes {
  margin: 0 0 20px;
}

.maptools-message:focus {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.8);
}

#page-account {
  padding-bottom: 50px;
}

.save-account {
  margin-top: 40px;
}

.account-form {
  margin-bottom: 15px;
}

.password-control {
  font-size: 0.9rem !important;
}

#section-developer-api {
  margin-bottom: 30px;
}

.form-horizontal .btn.btn-social {
  padding: 5px 10px;
}

.account-disclaimer {
  font-size: 1em;
  line-height: 1.5;
}

.close.modal-cross {
  font-size: 3em;
  vertical-align: top;
}

.pdf-icon {
  background: url(/assets/img/pdficon.png) no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 5px;
}

@media screen and (max-width: 475px), screen and (min-width: 768px) and (max-width: 950px) {
  .panel-menu .btn-acctmenu-description {
    display: none;
  }
}
@media (min-width: 768px) {
  .modal-button-ctr .btn-block {
    max-width: 50%;
    padding: 0 20px;
    display: inline-block;
  }
}
.alerts-switch {
  margin-top: 29px;
}

#alertsForm .form-sub-header {
  margin-right: 55px;
}

.feed-selector,
.route-selector {
  margin-bottom: 20px;
}

.remove-all {
  width: 30px;
  height: 30px;
  color: white;
  background: transparent;
  margin-right: 15px;
  border: none;
  font-size: 30px;
}
.remove-all:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.8);
}

li .remove-route {
  font-size: 1.5em;
  color: #818b96;
}
li .remove-route:hover {
  color: #2d3e50;
}

.btn-remove-route {
  border: none;
  padding: 0;
  background-color: transparent;
}
.btn-remove-route:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

#canceladdstop:before, #canceleditstop:before {
  position: absolute;
  top: -4px;
  right: 9px;
}

#canceladdstop-btn, #canceleditstop-btn {
  top: 0;
  right: 0;
}

.selected-stop-display {
  margin-bottom: 1rem;
}

.checkbox-list-inner-sibling {
  margin-bottom: 0.8rem;
}

#switch-alerts-control:focus + span {
  outline: 4px solid transparent;
  border-color: #c0c0c0;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 168, 0.8);
}

/* alert modal */
.alertmodal-btnarea {
  padding: 10px;
}

.alertmodal-btnarea .btn {
  min-width: 150px;
}

.scheduleForm {
  position: relative;
  margin-top: 10px;
}

.cancel-btn {
  position: absolute;
  right: -15px;
}

.dev-api-terms {
  margin-top: 36px;
}

.save-dev-account {
  margin-top: 22px;
}

.dev-account-content {
  margin-top: 20px;
}

#latest-apidoc-panel {
  margin-top: 20px;
  margin-bottom: 50px;
}

.panel {
  position: relative;
  border: none;
  border-bottom: 1px solid #818b96;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
  width: 100%;
  float: left;
  background-color: transparent;
  color: #d5d8dc;
}
.panel p {
  padding: 0;
  font-size: 1.1em;
  color: #d5d8dc;
}

.panel.panel-prediction-row {
  padding: 5px 3px 5px 0;
}

button.panel.panel-prediction-row {
  text-align: left;
}
button.panel.panel-prediction-row[aria-disabled=false] {
  cursor: pointer;
}

.arrivaltime {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-top: 1px solid #576573;
}
.arrivaltime.cncl {
  line-height: inherit;
  font-size: 1.7em;
  font-weight: 600;
}
.arrivaltime.due {
  color: #f6982a;
}
.arrivaltime .medium {
  font-size: 0.45em;
}
.arrivaltime small {
  font-size: 0.25em;
  font-weight: 300;
  color: #d5d8dc;
}

.panel-prediction-row .prediction-labels {
  margin-top: 0.5em;
}

.predictions-left {
  padding: 0 15px 0 0;
}

.predictions-right {
  padding: 0 0 0 10px;
}
.predictions-right p:last-child {
  margin-bottom: 0;
}

.predictions-pl {
  padding-left: 0;
}
.predictions-pl .load-count {
  padding-top: 9px;
}
.predictions-pl .passenger-load-pl {
  padding-left: 0;
}
.predictions-pl .passenger-icon {
  border: none;
  width: 24px;
  height: 32px;
}

.exp {
  font-style: italic;
  color: #D69AE5;
}

.cncl {
  font-weight: bold;
  color: #FF4242;
}

.etacontrol {
  border-bottom: 1px solid #818b96;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.etacontrol.hidden {
  display: none;
}

.busid {
  font-weight: 300;
  font-size: 1.1em;
}

.routelabel {
  font-weight: 300;
  font-size: 1.1em;
}
.routelabel .cd {
  font-size: 1.4em;
  position: absolute;
  right: 0px;
  top: 0;
  color: #da4453;
  cursor: pointer;
}

p.routetools {
  padding: 0.3em 0 0 0;
  height: 40px;
  border-top: 4px solid #818b96;
  border-bottom: 1px solid #818b96;
  box-sizing: content-box !important;
}
p.routetools .btn {
  height: auto;
  padding: 6px 12px;
  font-size: 0.8em;
  color: #fff;
}
p.routetools .btn.selected {
  color: #fff;
}
p.routetools .bulletin-indicator {
  margin-right: 10px;
  background: none;
  border: none;
  top: -11px;
  font-size: 30px;
  color: white;
}
p.routetools .bulletin-indicator i.red {
  color: #da4453;
}

p.routetools {
  margin: 0;
}

.routetools-text {
  line-height: 1.9;
}

.routetools-buttons {
  position: absolute;
  right: 15px;
}

#label-allroutes {
  display: inline-block;
  font-size: 0.8em;
  padding: 0.2em 0 0;
  vertical-align: top;
}

.predictionError, #stopinfo-error {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #e98f98;
}

.predictionError {
  border-bottom: 1px solid #818b96;
  min-height: 50px;
}

.predictionSMSInfo {
  text-align: center;
  font-size: 0.95em;
  padding: calc(1em + 9px) 0 30px;
  color: white;
  line-height: 1.42857143;
  margin: 0 0 0.5em;
  font-weight: 300;
}

h3.predictionSMSInfo:first-child {
  padding-top: 9px;
}

#myStopList .list-group-item {
  height: auto;
  font-size: 1em;
}
#myStopList .list-group-item label {
  color: #222;
}
#myStopList .stops-controls {
  margin-top: 3px;
  border-top: 1px solid #abb2b9;
  padding-top: 7px;
}

.pred-alerts {
  margin-bottom: 10px;
}

.btn-alert-details {
  color: #007EA8;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
}
.btn-alert-details:hover {
  color: #2080a4;
}
.btn-alert-details:focus {
  color: #2080a4;
  outline: 0.1rem solid rgba(32, 128, 164, 0.8);
}
.btn-alert-details:disabled {
  color: gray;
  cursor: default;
}

@media (min-width: 768px) {
  .panel-prediction-row.selected-pred-row {
    border-right-width: 3px;
    border-right-style: solid;
    padding-right: 0;
  }
}
.selected-stop {
  font-size: 1.4em;
}

.last-bus-until {
  text-transform: uppercase;
  font-weight: bold;
  color: #FF4242;
}

.rarr {
  font-size: 1.5em;
  font-weight: 300;
}

.route-progression-header {
  padding-bottom: 20px;
}

.route-progression-alert-div {
  padding-left: 50px;
  padding-bottom: 10px;
}
.route-progression-alert-div i {
  color: white;
  display: inline-block;
  padding-right: 5px;
}
.route-progression-alert-div label {
  color: white;
  display: inline;
}

.route-progression-content-block {
  padding-left: 40px;
}

.route-progression-content {
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  padding-left: 0;
  margin-top: 10px;
  list-style-type: none;
  vertical-align: top;
}
.route-progression-content li {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.route-progression-content li i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  position: absolute;
  left: -40px;
}
.route-progression-content li button {
  display: inline-block;
  font-size: 1rem;
  padding-left: 25px;
  cursor: pointer;
  padding-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
}
.route-progression-content li button:focus {
  box-shadow: 0 0 0 0.2rem #f6982a;
  border-radius: 3px;
  outline: 4px solid transparent;
}
.route-progression-content li:before {
  content: "•"; /* Insert content that looks like bullets */
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  position: absolute;
  left: -10px;
  line-height: 0.5;
}
.route-progression-content li:last-of-type {
  height: auto !important;
}
.route-progression-content li:last-of-type p {
  padding-bottom: 0;
}

li.sa-selected:before {
  content: none;
}

.route-progression-selected {
  color: #f6982a !important;
  margin-left: -5px;
}

.route-progression-alert-modal-bell {
  color: #f6982a;
}

.sa-modal-header {
  border: 0;
  background-color: #007EA8;
  padding: 4px 4px;
}

.sa-modal-header .close {
  color: black;
  font-size: 1.5em;
}

.sa-modal-title {
  color: white;
}

.sa-modal-body {
  font-size: 1em;
  z-index: 100;
}

.sa-modal-body span {
  color: rgba(255, 255, 255, 0.9);
}

.sa-minute-input {
  height: 35px;
  width: 40px;
  font-size: 1em;
  text-align: center;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  color: white;
  background-color: #6E747B;
}

.btn-sa-chevron {
  color: #6E747B;
  background-color: transparent;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.btn-sa-chevron:focus {
  box-shadow: 0 0 0 0.2rem #6E747B;
  border-radius: 3px;
  outline: 4px solid transparent;
}

.btn.btn-sa {
  color: white;
}

.btn-sa {
  height: auto;
  min-width: 100px;
  font-size: 1em;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 6px;
}

.samodal-window .modal-content {
  border: none;
  box-shadow: 0 0 0 0.1rem #6E747B;
}

.samodal-window > .modal-dialog {
  animation-name: none;
}

.selected-stop-bell {
  margin-left: -10px;
  font-size: 1rem;
  color: #f6982a;
  line-height: 1;
  z-index: 50;
  position: relative;
}

@media (min-width: 992px) {
  .samodal-window > .modal-dialog {
    animation-name: none;
    max-width: 25% !important;
  }
}
.sbmodal-window > .modal-dialog {
  max-width: 80%;
}

.sbmodal-bold {
  font-weight: bold;
}

.sbmodal-subject, p.sbmodal-subject {
  width: 100%;
  background-color: #007EA8;
  color: white;
  padding: 5px 10px;
}

.sbmodal-detail {
  color: white;
}

#sbmodal-cross {
  font-size: 3em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sbmodal-as {
    padding-top: 0;
  }
}
.dsmodal-window > .modal-dialog {
  max-width: 80%;
}

.dsmodal-bold {
  font-weight: bold;
  color: #007EA8;
}

.dsmodal-detourtitle {
  color: #D73C4C;
}

.dsmodal-subject, p.dsmodal-subject {
  width: 100%;
  background-color: #007EA8;
  color: white;
  padding: 5px 10px;
}

.dsmodal-detail {
  color: white;
}

#dsmodal-cross {
  font-size: 3em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .dsmodal-as {
    padding-top: 0;
  }
}
#dsmodal-container p {
  padding: 0 10px;
}

#dsmodal-container p.dsmodal-as {
  margin: 0 0 0;
}

.btn.btn-icon-navbar-detour {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 10px 10px 0;
  width: auto;
  height: auto;
  color: white;
  font-size: 2em;
  position: relative;
}

/* A hack to select Safari only */
_::-webkit-full-page-media, _:future, :root .btn.btn-icon-navbar-detour {
  padding: 10px;
  margin: 0 -5px;
}

.btn.btn-icon-navbar-detour:focus {
  outline: 4px solid transparent;
  box-shadow: none;
}

.btn.btn-icon-navbar-detour:focus i:before {
  outline: 0;
  border-radius: 60px;
  background: rgba(24, 36, 52, 0.9);
  box-shadow: 0 0 0 0.3rem rgba(24, 36, 52, 0.9);
}

.btn.btn-icon-navbar-detour:focus span.badge {
  outline: 0;
  box-shadow: 1px 0 0 0.1rem rgba(24, 36, 52, 0.9);
}

.terms-modal-window > .modal-dialog {
  min-width: 80%;
}

@media (max-width: 400px) {
  .terms-modal-window > .modal-dialog {
    min-width: 95%;
  }
}
.terms-modal-window > .modal-dialog label {
  font-size: 18px;
  padding-top: 1px;
}

.form-sub-header {
  color: #efca34;
  line-height: 1;
  font-weight: 300;
  font-size: 1.8em;
  border-bottom: none;
  margin-top: 20px;
}

.table-context.table > tbody > tr > td {
  color: white;
  font-weight: 300;
}

.content-trackbytext {
  margin: 52px 0 30px;
}

.left-column-trackbytext {
  margin-bottom: 40px;
}

.texting {
  position: relative;
  padding: 0.5em 1.5em;
  border-radius: 15px;
  color: #fff;
}
.texting.texting-sent {
  float: right;
  background-color: #218838;
}
.texting.texting-rec {
  float: left;
  background-color: #e6e9f0;
  color: #333;
}

.texting-sim {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.texting-sim .texting-header {
  background-color: #f0eeef;
  color: #6086c0;
  padding: 6px 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  font-size: 1.4em;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  float: left;
}
.texting-sim .texting-header span {
  display: inline-block;
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
  padding-top: 9px;
}
.texting-sim .texting-header .cd {
  font-size: 1.6em;
  margin-right: 10px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.texting-sim .texting-header .cd.cd-chevron-left {
  font-size: 2.4em;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.texting-sim .texting-content {
  background-color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 15px 20px;
  width: 100%;
  float: left;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.texting-row {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

.texting-pointer {
  width: 0;
  height: 0;
  bottom: -20px;
  position: absolute;
  border-style: solid;
  border-width: 30px 8px 0 8px;
}
.texting-pointer.pointer-sent {
  right: 8px;
  border-color: #218838 transparent transparent transparent;
}
.texting-pointer.pointer-rec {
  left: 8px;
  border-color: #e6e9f0 transparent transparent transparent;
}

.trackbytext-sign-img {
  background-image: url(/assets/img/474-BusStopSignNumber.jpg?v=2.9.0.18);
  border-radius: 4px;
  padding-bottom: 56.3%;
}

.track-by-text-h2 {
  margin: 0;
  padding-top: 20px;
  color: white;
  line-height: 1.4;
  font-weight: 600;
  border-bottom: none;
}
.track-by-text-h2:first-child {
  padding-top: 0;
}

/*# sourceMappingURL=styles.css.map */
