@charset "UTF-8";
.nwm-back-arrow {
  position: relative;
}
.nwm-back-arrow:before {
  display: inline-block;
  font-family: "Material Icons";
  margin-right: 5px;
  left: 0;
  top: 2px;
  content: "";
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: "transform transition animation";
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.nwm-back-arrow:hover:before {
  margin-left: -3px;
  margin-right: 8px;
}
.nwm-full-label {
  display: block;
  margin-bottom: 10px;
}
.nwm-table {
  display: table;
  width: 100%;
  overflow: hidden;
}
.nwm-table > * {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .nwm-table {
    display: block;
  }
  .nwm-table > * {
    display: block;
  }
}
.nwm-btn {
  position: relative;
  overflow: hidden;
  padding-right: 85px;
}
.nwm-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: "transform transition animation";
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.nwm-btn:after {
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 14px;
  width: 60px;
  height: 60px;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: "transform transition animation";
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.nwm-btn:hover:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.nwm-btn.btn--tertiary:hover {
  background-color: #949494;
}
.nwm-btn.btn--cyan:hover {
  background-color: #9d5baf;
}
.nwm--view-map:before {
  background-color: #6e407a;
}
.nwm--view-map:after {
  content: "";
  font-family: "Material Icons";
}
.nwm--view-map.map-Loading:after {
  content: "";
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  top: 12px;
  right: 12px;
  height: 36px;
  width: 36px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@media all and (max-width: 890px) {
  .hide-mobile {
    display: none;
  }
}

@media all and (min-width: 760px) {
  .timetable-search-page .block--side {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 15px;
  }
}
.timetable-search-page .block--side h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.timetable-search-page .block--main .loading-spinner {
  margin: 0 auto;
  width: 200px;
  display: block;
}
.timetable-search-page .block--main .search-container .timetable-result {
  cursor: pointer;
  list-style: none;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.timetable-search-page .block--main .search-container .timetable-result a.box--overlay {
  color: inherit;
  display: block;
  background: none;
}
.timetable-search-page .block--main .search-container .timetable-result a.box--overlay.boxin {
  margin: 0;
}
.timetable-search-page .block--main .search-container .timetable-result a.box--overlay:hover > * {
  opacity: 0.7;
}
.timetable-search-page .block--main .search-container .timetable-result .link--arrow {
  font-size: 14px;
}
.timetable-search-page .block--main .search-container .timetable-result .tt-service-number {
  padding: 10px;
  color: white;
  float: left;
  min-width: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.timetable-search-page .tt-mode-icon {
  float: right;
}
.timetable-search-page .tt-mode-icon .icon--tram {
  height: 56px;
}
.timetable-search-page .tt-mode-icon .icon--tram:after {
  background-position: -175px -315px;
  background-size: 390px auto;
  height: 56px;
}
.timetable-search-page .tt-mode-icon .icon--bus {
  height: 56px;
}
.timetable-search-page .tt-mode-icon .icon--bus:after {
  background-position: -24px -315px;
  background-size: 390px auto;
  height: 56px;
}
.timetable-search-page .tt-mode-icon .icon--train {
  height: 56px;
}
.timetable-search-page .tt-mode-icon .icon--train:after {
  background-size: 390px auto;
  background-position: -96px -315px;
  height: 56px;
  margin-top: 15px;
}
.timetable-search-page .timetable-results-grid {
  position: relative;
  display: none;
}
.timetable-search-page .timetable-results-grid.angular-grid {
  display: block;
}
.timetable-search-page .timetable-results-grid .grid {
  position: absolute;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
}
.timetable-search-page .timetable-results-grid .grid.ng-leave {
  -webkit-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
}
.timetable-search-page .timetable-results-grid .grid.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0;
}
.timetable-search-page .timetable-results-grid .grid.ng-enter {
  -webkit-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0;
}
.timetable-search-page .timetable-results-grid .grid.ng-enter.ng-leave-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
@media all and (max-width: 55.62em) {
  .timetable-search-page .block--main, .timetable-search-page .block--side {
    width: 50%;
  }
  .timetable-search-page .block--main .block, .timetable-search-page .block--side .block {
    width: 100%;
  }
}
@media all and (max-width: 759px) {
  .timetable-search-page .block--main, .timetable-search-page .block--side {
    width: 100%;
  }
}

.timetable-detail-page h1,
.timetable-detail-page .related-service a {
  font-size: 26px;
  line-height: initial;
  overflow: hidden;
  display: block;
}
.timetable-detail-page h1 .service-no,
.timetable-detail-page .related-service a .service-no {
  padding: 20px 15px;
  min-width: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.timetable-detail-page h1 .service-dest,
.timetable-detail-page .related-service a .service-dest {
  padding-left: 15px;
}
.timetable-detail-page h1 span,
.timetable-detail-page .related-service a span {
  display: table-cell;
  vertical-align: middle;
}
.timetable-detail-page .tt-left-header {
  width: 65%;
  padding-right: 40px;
  position: relative;
}
.timetable-detail-page .tt-left-header .tt-mode-icon {
  position: absolute;
  top: 15px;
  right: 40px;
}
.timetable-detail-page .tt-right-header button,
.timetable-detail-page .tt-right-bottom button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.timetable-detail-page .tt-right-header .btn--change-dir:before,
.timetable-detail-page .tt-right-bottom .btn--change-dir:before {
  background-color: #888;
}
.timetable-detail-page .tt-right-header .btn--change-dir:after,
.timetable-detail-page .tt-right-bottom .btn--change-dir:after {
  content: "";
  font-family: "Material Icons";
}
.timetable-detail-page .tt-right-header {
  width: 35%;
}
.timetable-detail-page .tt-right-bottom {
  width: 50%;
}
.timetable-detail-page .related-service:first-of-type a {
  padding-top: 0;
}
.timetable-detail-page .related-service:last-child a {
  border: 0;
  padding-bottom: 0;
}
.timetable-detail-page .related-service a {
  font-size: initial;
  padding: 10px 0;
  background: none;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.timetable-detail-page .related-service a:hover {
  opacity: 0.7;
}
.timetable-detail-page .related-service a .service-no {
  font-size: initial;
}
.timetable-detail-page .block--main .tt-download-timetable .material-icons {
  vertical-align: middle;
}
.timetable-detail-page .bare-list > li > .linklist__link {
  margin-right: 0;
}
.timetable-detail-page span.linklist__link:after {
  background-image: none;
}
@media all and (max-width: 768px) {
  .timetable-detail-page .tt-left-header,
.timetable-detail-page .tt-right-header,
.timetable-detail-page .tt-right-bottom {
    width: 100%;
  }
  .timetable-detail-page .tt-right-header {
    margin-top: 32px;
  }
  .timetable-detail-page .block--main .tt-download-timetable {
    margin-top: 20px;
  }
}
@media all and (min-width: 760px) {
  .timetable-detail-page .sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
  }
}
.timetable-detail-page .sticky-sidebar button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.timetable-detail-page .sticky-sidebar .btn--change-dir:before {
  background-color: #888;
}
.timetable-detail-page .sticky-sidebar .btn--change-dir:after {
  content: "";
  font-family: "Material Icons";
}
@media all and (min-width: 55.63em) {
  .timetable-detail-page .tt-hide-desktop {
    display: none;
  }
}

/* New transport Icons*/
/*End New transport Icons*/
.new-transport-icons-blue .icon-stylized-new {
  float: left;
  width: 32.3%;
}
.new-transport-icons-blue .icon-stylized-new.-train {
  margin: 0 1.5%;
}
.new-transport-icons-blue .icon-stylized-new input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.new-transport-icons-blue .icon-stylized-new input:checked ~ label {
  color: white;
  background-color: #3c1053;
}
.new-transport-icons-blue .icon-stylized-new input:checked ~ label:after {
  color: white;
  font-family: "Material Icons";
  position: absolute;
  content: "";
  font-size: 24px;
  margin-left: -10px;
  top: 0;
  right: 4px;
  z-index: 9999;
  bottom: 0;
  margin: auto;
}
.new-transport-icons-blue .icon-stylized-new label {
  background-color: #9d5baf;
  padding-left: 26px;
  color: white;
}
.new-transport-icons-blue .icon-stylized-new svg {
  fill: white;
  margin: auto 0;
  width: 28px;
}
.new-transport-icons-blue .icon-stylized-new input:checked ~ label svg {
  fill: white;
}
