/* utility */
/* Warning: while this works, it may cause high CPU load */
@-webkit-keyframes webkit-selector-bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
.aside, .main-and-aside.one-row .aside,
.main-and-aside-large-upwards .aside, .equal-weight > div {
  float: left;
  margin: 0 0 0 2.54%;
  width: 29.928%;
}

.main, .main-and-aside.one-row .main,
.main-and-aside-large-upwards .main, #more-journey-options {
  float: left;
  margin: 0 0 0 2.54%;
  width: 62.396%;
}

.section-overview {
  float: left;
  margin: 0 0 0 2.54%;
  width: 94.864%;
}

.map-switcher, .list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result.expanded .bus-list li:nth-child(-n+10), .map-sliver {
  position: relative;
}
.map-switcher::after, .list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result.expanded .bus-list li:nth-child(-n+10)::after, .map-sliver::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0.1;
  background-color: #000;
  z-index: 10;
}

/* glabal - large */
.small {
  display: none;
}

.small-medium {
  display: none;
}

.medium {
  display: none;
}

.medium-large {
  display: block;
}

.large {
  display: block;
}

.section-landing-container h1 {
  font-size: 50px;
}
.section-landing-container .heading-logo {
  top: 5px;
}

.spot-grid-background {
  min-height: 430px;
}

.main .sub-main {
  margin-left: 4.07077%;
  width: 47.96461%;
}

.aside .module-grid > div {
  float: none;
  width: 100%;
}
.aside .module-grid > div:nth-child(2n) {
  margin-left: 0;
}
.aside .module-grid > div:nth-child(2n+1) {
  margin-right: 0;
}

.responsive-aside {
  margin: 0;
}

.main-and-aside.one-row .main .sub-main,
.main-and-aside-large-upwards .main .sub-main {
  margin-left: 4.07077%;
  width: 47.96461%;
  float: left;
}
.main-and-aside.one-row .main .sub-main:first-child,
.main-and-aside-large-upwards .main .sub-main:first-child {
  margin-left: 0;
}

.main-and-aside-large-upwards .aside:first-child {
  margin-left: 0;
}

.section-overview {
  margin-bottom: 10px;
}
.section-overview > div {
  float: left;
}
.section-overview > div.main {
  margin-left: 2.67752%;
  width: 65.77416%;
}
.section-overview > div.aside {
  margin-left: 2.67752%;
  width: 31.54832%;
}
.section-overview > div:nth-child(2) {
  margin-left: 0;
}
.section-overview.full-width {
  float: none;
  margin-bottom: 10px;
}

.section-image-container ~ .r .no-full-width-intro {
  margin-top: 200px;
}

#open-fullscreen-stage {
  top: 10px;
  margin-top: 0;
  height: 41px;
}
.no-disruptions-on-map #open-fullscreen-stage {
  display: none;
}

.active-map #zoom-in-fullscreen-stage {
  display: block;
}

.active-map #zoom-out-fullscreen-stage {
  display: block;
}

.boxed-label-for-input {
  padding: 8px 45px 9px 16px;
}

/**
 * Created by Jon on 18/07/2014.
 * PURPOSE: styles for the Uploader control
    developed as part of the RUC project
 */
.drop-zone {
  min-height: 103px;
  border-radius: 5px;
  border: #cccccc 1px dashed;
}
.drop-zone:hover {
  border: #eeeeee 1px dashed;
}
.drop-zone:after {
  content: "Drag your file here";
  color: black;
  font-size: 16px;
  font-family: 'arial';
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  white-space: pre;
  line-height: 1;
  top: 30px;
}
.drop-zone .loading.secondary-button:after {
  background-image: none;
}
.drop-zone.uploading-files {
  background: transparent url("/static/1/images/throbber-blue-small.gif") no-repeat 50% 2%;
}

.file-browser {
  text-align: center;
  position: absolute;
  top: 45px;
  font-size: 16px;
  font-family: arial;
  color: #1a5a92;
  background: none;
  border: none;
}
.file-browser.responsive-single-button {
  width: 100%;
}
.file-browser:not([disabled='disabled']):hover, .file-browser:not([disabled='disabled']):active, .file-browser:not([disabled='disabled']):focus {
  text-decoration: underline;
  background: none;
}

/* elements - large */
.aside .image-box.left-float, .aside .image-box.right-float {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}

.main-and-aside .main .image-box.left-float, .main-and-aside .main .image-box.right-float {
  width: 50%;
}
.main-and-aside .main .image-box.left-float {
  margin-right: 20px;
  float: left;
}
.main-and-aside .main .image-box.right-float {
  margin-left: 20px;
  float: right;
}

.print-this-page-button {
  display: block;
  margin-bottom: 20px;
}

/* modules - large */
/**************************************************
	A1 Primary Navigation / M004 Primary Navigation

* Author: 
* Created: 
* Pattern library URL: https://tflonline.atlassian.net/wiki/display/NWP/C1+-+Accordion &
                       \Google Drive\NWP\Front-end\Pattern library\Modules\M004-primary-navigation

**************************************************/
.collapsible-menu .plan-journey, .collapsible-menu .status-update, .collapsible-menu .maps, .collapsible-menu .fares-and-payments, .collapsible-menu li.more {
  display: block;
}

.top-row .more {
  display: none;
}
.top-row.show-search {
  border-bottom: 3px solid #121315;
}

.extra-nav .plan-journey, .extra-nav .status-update, .extra-nav .maps, .extra-nav .fares-and-payments {
  display: none;
}

.extra-nav .menu-sub-section {
  float: left;
  margin: 0 2%;
  width: 21%;
}
.extra-nav .menu-sub-section li {
  float: left;
  margin: 0 1%;
  width: 98%;
}
.extra-nav .menu-sub-section.getting-around {
  width: 46%;
}
.extra-nav .menu-sub-section.getting-around li {
  width: 48%;
}
.extra-nav ul.extras {
  width: 96%;
}
.extra-nav ul.extras li {
  width: 98%;
}

.show-search .top-row-extras {
  height: 55px;
}
.show-search .top-row-extras .search-tools {
  background: #2d3039;
}

.top-row-extras .more {
  position: static;
}

.top-row-extras {
  float: right;
  width: 15%;
}
.top-row-extras .search-tools {
  padding-top: 7px;
}
.top-row-extras .search-tools a.remove-content:hover {
  background-color: #fff;
  border-bottom: none;
}
.top-row-extras .search-tools input[type='text'] {
  padding-right: 33px;
  margin: 0;
}
.top-row-extras .texts {
  position: static;
  width: auto;
}
.top-row-extras .texts .search {
  display: none;
}
.top-row-extras input[type="text"] {
  width: 120px;
  margin: 9px 1px 12px 5px;
}
.top-row-extras #search-button {
  margin-top: 5px;
  right: 3.54%;
}
.top-row-extras .search-tools {
  display: block;
  position: static;
  top: 0;
  width: auto;
}
.top-row-extras .login {
  border-right: 0;
}

.sidenav {
  margin-top: 0;
}

/**************************************************
	B8 Social media share widget

* Author: 
* Created: 
* Pattern library URL: https://tflonline.atlassian.net/wiki/display/NWP/B8+-+Social+media+share

**************************************************/
.share-widget-wrapper {
  display: inline-block;
  float: right;
  margin-top: -65px;
}

.widget-wrapper .widget-heading {
  cursor: default;
  padding-right: 10px;
}
.widget-wrapper .controls {
  display: none;
}
.widget-wrapper .expandable-box .content {
  margin-left: 0;
  border-bottom: 1px solid #cccccc;
}
.widget-wrapper .expandable-box .start-hidden {
  display: block;
}
.widget-wrapper.info-widget .widget-heading {
  cursor: pointer;
}

.widget-content {
  border-top: 1px solid #cccccc;
}
.widget-content ~ .widget-content {
  border-top: 0px none;
}

/**************************************************
	M025 - map switcher

* Author: Alex Faunt
* Created: 27/08/2013
* Pattern library URL: \Google Drive\NWP\Front-end\Pattern library\Modules\M024-map-switcher

**************************************************/
.map-switcher {
  height: 310px;
  margin-bottom: 20px;
}
.map-switcher .map-switcher-container {
  padding: 10px 0 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: #cccccc transparent transparent #cccccc;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}
.map-switcher .map-switcher-container + .map-switcher-container {
  padding: 10px 0 0 10px;
}
.map-switcher .map-switcher-container .map-switcher-inner {
  border: 1px solid #cccccc;
}
.map-switcher .map-switcher-container.selected {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  z-index: 1;
  cursor: default;
}
.map-switcher .trans-out {
  opacity: 0;
}

/**************************************************
	A6 Nested Vertical (side navigation)

* Author: 
* Created: 
* Pattern library URL: https://tflonline.atlassian.net/wiki/display/NWP/A6+-+Nested+vertical

**************************************************/
.expandable-list {
  margin: 0 0 20px;
}

/**************************************************
	M033-headline

* Author: Alex Faunt
* Created: 12/09/2013
* Pattern library URL: \Google Drive\NWP\Front-end\Pattern library\Modules\M033-headline

**************************************************/
.headline-container h1 {
  font-size: 50px;
}
.headline-container.with-tag h1 {
  padding-top: 12px;
  padding-bottom: 4px;
}
.headline-container.content-page {
  padding-top: 4px;
}
.headline-container.content-page h1 {
  padding-bottom: 4px;
  padding-top: 0;
  font-size: 50px;
}
.headline-container[class*="mode-"] {
  padding-right: 70px;
}
.headline-container[class*="mode-"]:after {
  width: 60px;
  height: 50px;
}
.headline-container.mode-cable-car {
  padding-top: 23px;
  padding-right: 171px;
}
.headline-container.mode-cable-car:after {
  width: 161px;
  height: 68px;
}
.headline-container.mode-cable-car .headline-info {
  padding-right: 171px;
}
.headline-container.mode-cycle:after {
  height: 50px;
  width: 50px;
}
.headline-container.nearby-page {
  padding-right: 60px;
  position: relative;
}
.headline-container.nearby-page:after {
  width: 50px;
  height: 50px;
}
.headline-container .headline-info {
  font-size: 20px;
  padding-right: 70px;
}
.with-favourite .headline-container {
  padding-right: 172px;
}
.with-favourite .headline-container[class*="mode-"] {
  padding-right: 242px;
}
.with-favourite .headline-container[class*="mode-"] .favourite {
  right: 70px;
}
.with-favourite .headline-container.mode-cable-car {
  padding-right: 344px;
}
.with-favourite .headline-container.mode-cable-car .favourite {
  right: 172px;
}

/**************************************************
	M035-bus-options

* Author: Alex Faunt
* Created: 12/09/2013
* Pattern library URL: Google Drive\NWP\Front-end\Pattern library\Modules\M035-bus-options

**************************************************/
.bus-option {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.bus-option .i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/**************************************************
	M041-tube-station-select
* Author: Alex Faunt
* Created: 25/09/2013
* Pattern library URL: Google Drive\NWP\Front-end\Pattern library\Modules\M041-tube-station-select
**************************************************/
.tube-station-select-list {
  margin-left: -20px;
}
.tube-station-select-list .tube-station-select {
  width: 50%;
  float: left;
  padding-left: 20px;
}

/**************************************************
	M042-list-loader
* Author: Alex Faunt
* Created: 25/09/2013
* Pattern library URL: Google Drive\NWP\Front-end\Pattern library\Modules\M042-list-loader
**************************************************/
.list-loader .list-loader-wrapper {
  width: 35%;
}
.list-loader .list-loader-results {
  width: 65%;
  max-width: 692px;
}
.list-loader .list-loader-results .routes-list {
  margin-top: 1px;
}
.list-loader .list-loader-results .routes-list > li {
  border-top: 1px solid #cccccc;
  float: left;
  width: 49%;
  margin-top: -1px;
}
.list-loader .list-loader-results .routes-list > li:nth-child(even) {
  margin-left: 2%;
}
.list-loader .list-loader-results .routes-list > li:nth-child(even):after {
  content: "";
  clear: both;
  display: table;
}
.list-loader .list-loader-results .routes-list > li:nth-child(odd) {
  clear: both;
}
.list-loader .list-loader-results .routes-list.full-width {
  width: 100%;
  padding: 0;
}
.flexbox .list-loader .list-loader-results .routes-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .list-loader .list-loader-results .routes-list .route {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.flexbox .list-loader .list-loader-results .routes-list .route > a {
  width: 100%;
}
.no-flexbox .list-loader .list-loader-results .routes-list .river > a {
  min-height: 85px;
}

.bus-list > li {
  width: 10%;
}
.bus-list.groups > li {
  width: 25%;
}

.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option {
  padding: 0;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option > .list-loader-link > a {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0px none;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option:first-child {
  padding-left: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option:first-child > .list-loader-link > a {
  border-left: 1px solid #cccccc;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.end-of-row {
  padding-right: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.expanded, .list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.prev {
  padding-bottom: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.expanded ~ .list-loader-option {
  padding-bottom: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.expanded ~ .end-of-row ~ .list-loader-option, .list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-option.expanded.end-of-row ~ .list-loader-option {
  padding-bottom: 0;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result + .list-loader-option {
  padding-left: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result + .list-loader-option > .list-loader-link > a {
  border-left: 1px solid #cccccc;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result.expanded ~ .list-loader-option {
  padding-top: 10px;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result.expanded ~ .end-of-row ~ .list-loader-option {
  padding-top: 0;
}
.list-loader-results > .large > .list-loader-result .bus-list.groups > li.list-loader-result.expanded .bus-list li:nth-child(-n+10):after {
  opacity: 0.1;
}

/**************************************************
	M045-disambiguation

* Author: 
* Created: 
* Pattern library URL: Google Drive\NWP\Front-end\Pattern library\Modules\M045-disambiguation

**************************************************/
.disambiguation-wrapper {
  position: relative;
  background: #fff;
  min-height: 600px;
}

.disambiguation-form {
  background: transparent;
}

.r .disambiguation-form {
  margin-left: 2.54%;
  margin-right: 2.54%;
}

.disambiguation-box {
  width: 33.3%;
  margin: 0;
  background-color: #fff;
  padding: 10px;
  min-height: 675px;
  position: relative;
}

.disambiguation-map-outer-wrapper {
  padding: 10px;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 33.3%;
  width: auto;
  height: auto;
  margin: 0;
}
.disambiguation-map-outer-wrapper:last-child {
  margin-right: 0;
}
.disambiguation-map-outer-wrapper .disambiguation-map.map-sliver {
  height: 100%;
}

/**************************************************
RAINBOW BOARD
* Author: Rodrigo Lopes
* Created: 19/02/2013
* Modified by:
* Modified date:
* Pattern library URL: http://
**************************************************/
.rainbow-board.fade-to-black {
  background: #000;
  z-index: 0;
  position: relative;
}
.rainbow-board.fade-to-black:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  z-index: -1;
}
.rainbow-board.fade-to-black tr {
  position: relative;
  opacity: 0.9;
}
.rainbow-board.fade-to-black tr:first-child {
  border-top: 0;
}
.rainbow-board.fade-to-black tr.selected {
  opacity: 1;
}
.rainbow-board.fade-to-black tr.selected + .info-dropdown {
  opacity: 1;
  border-top: 0;
}
.rainbow-board.fade-to-black tbody tr:first-child.selected {
  border-top: 0;
}
.rainbow-board.fade-to-black tbody ~ tbody tr:first-child {
  border-top: 1px solid #3A3A3A;
}
.rainbow-board.fade-to-black tbody ~ tbody tr:first-child.selected {
  border-top: 1px solid #cacaca;
}

/**************************************************
	D5 Related links (internal/external)

* Author: 
* Created: 
* Pattern library URL: https://tflonline.atlassian.net/wiki/display/NWP/D5+-+Related+Links

**************************************************/
.related-links {
  width: auto;
  margin-right: 0;
  float: none;
}

.heading-dropdowns-wrap {
  position: relative;
  /*.heading-dropdown {
      &:last-child {
          margin-top: 0;
      }
  }*/
}
.heading-dropdowns-wrap h1 {
  width: 45%;
  float: left;
}
.heading-dropdowns-wrap .dropdowns-wrap {
  float: left;
  padding-top: 5px;
  width: 55%;
  border-top: 0;
}

.content-area {
  width: 48%;
  right: 0;
}
.content-area.no-caption {
  width: 100%;
}

.tertiary-teaser img {
  display: block;
}

.cta-box-with-title .responsive-link-button {
  width: 100%;
}

.responsive-login-widget {
  width: 100%;
  float: none;
}
.responsive-login-widget .responsive-single-button {
  float: none;
  width: 100%;
}

/* Specific - large */
#save-journey-planner-preferences {
  left: -3.3%;
  width: 106.6%;
  padding: 15px 3.4%;
}

.modes-of-transport {
  position: relative;
}
.modes-of-transport .boxed-label-for-input {
  float: left;
  width: 48.5%;
}
.modes-of-transport .boxed-label-for-input.odd {
  margin-right: 3%;
}

.national-rail.boxed-label-for-input, .coach.boxed-label-for-input {
  border-bottom: 1px solid #cccccc;
}

.route-type {
  width: 48.5%;
}

.accessibility-options {
  width: 60%;
}

.journey-planner-results .auto-expand .always-visible {
  width: 33%;
}
.journey-planner-results .auto-expand .start-hidden {
  width: 67%;
}

.showing-full-details .journey-planner-results .summary-results {
  width: 31.3236%;
}
.showing-full-details .journey-planner-results .auto-expand .always-visible {
  width: 100%;
}

.full-results-container {
  width: 63.5964%;
}

.journey-planner-results .modes-of-transport .boxed-label-for-input {
  width: 32%;
  margin: 0;
}
.journey-planner-results .modes-of-transport .boxed-label-for-input.odd {
  margin: 0;
}
.journey-planner-results .modes-of-transport .boxed-label-for-input:before {
  top: 2px;
}
.journey-planner-results .modes-of-transport .boxed-label-for-input.overground {
  border-bottom: 1px solid #cccccc;
}
.journey-planner-results .modes-of-transport label.boxed-label-for-input:nth-of-type(3n) {
  margin-left: 2%;
}
.journey-planner-results .modes-of-transport label.boxed-label-for-input:nth-of-type(3n+1) {
  margin-left: 2%;
}
.journey-planner-results .update-buttons {
  width: 25%;
}

.accessibility-details .accessibility-group {
  float: left;
}
.accessibility-details .sub-heading {
  float: left;
  min-width: 175px;
}

.leg-map {
  height: 350px;
  margin-left: 0;
  margin-right: 0;
}

#jp-hero .expanded.main-and-aside {
  height: 768px;
}

.status-map-placeholder {
  background-image: url("/static/1/images/placeholder/tube_dt.jpg");
  height: 400px;
  width: 100%;
}
.status-map-placeholder.bus {
  background-image: url("/static/1/images/placeholder/bus-dt.jpg");
}
.status-map-placeholder.cable-car {
  background-image: url("/static/1/images/placeholder/emirates_dt.jpg");
}
.status-map-placeholder.tram {
  background-image: url("/static/1/images/placeholder/tram_dt.jpg");
}
.status-map-placeholder.river-bus {
  background-image: url("/static/1/images/placeholder/river_dt.jpg");
}
.status-map-placeholder.national-rail {
  background-image: url("/static/1/images/placeholder/rail_dt.jpg");
}

.service-status-rainbow-board {
  margin-top: 0;
}

.map-sliver {
  height: 500px;
}
.stage-active .map-sliver {
  height: 100%;
  border: 0;
}

.corridor-selected .corridor-details, .nearby-selected .corridor-details {
  display: none;
}

.road-disruption .severity {
  position: absolute;
  top: 15px;
  right: 15px;
  padding-left: 10px;
}
.road-disruption .severity .tag {
  display: none;
}
.road-disruption .disruption-info:after {
  content: "";
  display: block;
  clear: both;
}
.road-disruption .disruption-info .updated {
  float: right;
}
.road-disruption .disruption-info .vertical-button-container {
  float: left;
  width: 48.73%;
  margin-bottom: 0;
}
.road-disruption .disruption-info .vertical-button-container:last-child, .road-disruption .disruption-info .vertical-button-container.last {
  margin-left: 2.54%;
}

.large-status-information {
  margin-top: 15px;
  border: solid 1px #a8a8a8;
}
.large-status-information .line-text {
  padding: 10px;
  vertical-align: middle;
}

.disruption-type {
  padding: 10px 20px;
  width: 24%;
  color: #1a5a92;
  vertical-align: middle;
}

.disruption-message {
  padding: 10px 20px;
  vertical-align: middle;
}
.disruption-message .buttons-wrapper {
  display: none;
}

.status-map-wrapper button {
  display: block;
}

.sliver-overlay {
  display: none;
}

.stops-placeholder {
  height: 288px;
  width: 100%;
}
.stops-placeholder.station {
  background-image: url("/static/1/images/placeholder/station-street.jpg");
}
.stops-placeholder.station-street-view {
  display: block;
  background-image: url("/static/1/images/placeholder/station-street-view.jpg");
}
.stops-placeholder.mode {
  background-image: url("/static/1/images/placeholder/emirates_dt.jpg");
}
.stops-placeholder.pier {
  background-image: url("/static/1/images/placeholder/tram_dt.jpg");
}

.ssp-map-wrapper #map {
  height: 400px;
}

/*
.station-street-view{
	position: relative;
	height: 310px;
	overflow:hidden;

	> img{
		position: absolute;
		left: 0;
		bottom: 0;

		// image attributes 320x380
	}

}
*/
.SSP-landing .SSP-search-wrapper {
  width: 35%;
  padding-right: 20px;
}

.nearby-results-list-container {
  padding-top: 0;
}

.nearby-map {
  height: 400px;
}

.disambiguation-results-list-container {
  padding-top: 0;
}

.map-sliver {
  border: 1px solid #cccccc;
}
.map-sliver.loading {
  border-bottom-width: 1px;
  background-color: #2d3039;
}
.map-sliver.loading:after {
  opacity: 1;
}

body.stage-active {
  overflow: hidden;
}
body.stage-active #container {
  display: none;
}

/**/
.maps-container {
  position: relative;
}
.maps-container .map-sliver-container.featured {
  width: 100%;
  height: 400px;
}
.maps-container .map-sliver-container.thumbnail {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  border-top: solid 10px #fff;
  border-left: solid 10px #fff;
  border-right: none;
  border-bottom: none;
}

.cst #recent-journeys {
  margin-top: -20px;
  margin-bottom: 0;
}
.cst #plan-a-journey .from-and-to {
  width: 100%;
}
.cst #plan-a-journey .default-options {
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
}
.cst #plan-a-journey .time-options {
  width: 100%;
  margin-bottom: 10px;
}
.cst #plan-a-journey .time-options.change-time {
  margin-bottom: 10px;
}

#ssp-roundel .mypage[class*="mode-"]:after {
  width: 54px;
  height: 50px;
}
#ssp-roundel .mypage[class*="mode-"].mode-cable-car:after {
  height: 50px;
  width: 97px;
}

#close-change-station {
  width: 40px;
  height: 43px;
}
#close-change-station .icon {
  left: 4px;
  top: 4px;
}
