@font-face {
  font-family: 'Ariel Rounded MT Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Ariel Rounded MT Bold'), url('../fonts/ArielRoundedMt/ARLRDBD_0.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica 55 Roman'), url('../fonts/HelveticaNeue/HelveticaNeue-Roman.woff') format('woff');
}

::-moz-selection {
  background-color: transparent;

}

::selection {
  background-color: transparent;

}

body {
  font: 500 20px/26px 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  margin: 0;
  padding: 0;
  background: grey;
}

.temp-wrapper {
  width: 100%;
  height: 100%;
}

#container {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.logo-div {
  position: absolute;
  width: 100%;
  height: 5%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgb(238, 240, 237);
}

.hogia-logo {
  position: absolute;
  width: 40%;
  height: 97%;
  top: 0;
  left: 0;
  background-image: url("../img/Uberlogo3 (002).gif");
  background-size: cover;
}

.no-gps {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 700px;
  text-align: center;
  z-index: 0;
}

.no-gps-span {
  position: relative;
  top: 35%;
  color: white;
  font-size: 46px;
}

.lg-version {
  position: absolute;
  top: 1%;
  left: 80%;
  z-index: 4;
}

.dev-case-btn-container {
  height: 80px;
  width: 80px;
  background-color: white;
  position: absolute;
  top: 1%;
  left: 58%;
  z-index: 4;
  border-radius: 40px;
  display: none;
}

.dev-case-btn-container-enabled {
  opacity: 100%;
}

.dev-case-btn-container-disabled {
  opacity: 40%;
}

.night-mode .dev-case-btn-container {
  background-color: #3a4149;
}

.fa-exclamation {
  transform: scale(0.22) translateY(-310px);
}

.day-mode .fa-exclamation>path {
  /*fill: #48ccef;*/
  fill: #FEC200;
}

.night-mode .fa-exclamation>path {
  /*fill: #48ccef;*/
  fill: #FFC300;
}


/* Begin modal */

.modal {
  font-size: 28px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 700px;
  height: 100vh;
  ;
  overflow: hidden;
  z-index: 5;
  border-right: 1px solid #7a8694;
}

.night-mode .modal {
  color: white;
  border-right: 1px solid #7a8694;
}

.modal-content {
  position: relative;
  margin: 0%;
  padding: 20px;
  /*border: 1px solid #888;*/
  height: 660px;
  width: 660px;
  border-radius: 2px;
}

.day-mode .modal-content {
  background-color: #fff;
}

.night-mode .modal-content {
  background-color: #3a4149;
}

.close {
  float: right;
  /*padding: 20px;*/
  padding: 20px 20px 0 0;
  font-size: 58px;
  font-weight: bold;
  color: #aaa;
}


.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-deviation-cases {}

.modal-deviation-case {
  display: none;
  margin: 5px;
}

.dev-case-header-container {
  display: inline-block;
  width: 100%;
}

.dev-case-time {
  position: fixed;
  top: 70px;
  left: 30px;
}

.dev-case-header-time {
  font-size: 20px;
  color: #c0c8d1;
}

.dev-case-header {
  display: inline-block;
  line-height: normal;
  max-width: 585px;
  border-bottom: 4px solid #FFC300;
}

.dev-case-count {
  position: fixed;
  top: 110px;
  left: 620px;
  display: inline-block;
}

.dev-case-line {
  width: 100%;
  height: 4px;
  background-color: #7a8692;
}

.dev-case-details {
  line-height: normal;
  font-size: 40px;
  /*  font-weight: bold; */
}

.dev-case-btns {
  position: fixed;
  display: inline-block;
  top: 585px;
  width: 660px;
  border-top: 1px solid #7a8692;
  padding-top: 10px;
}

.dev-case-left-button {
  position: relative;
  top: 0px;
  left: 0%;
  height: 90px;
  width: 90px;
  display: inline-block;
  /*border: solid black;*/
  transform: rotate(270deg);
}

.dev-case-right-button {
  position: relative;
  top: 0px;
  left: 465px;
  height: 90px;
  width: 90px;
  display: inline-block;
  /*border: solid black;*/
  transform: rotate(90deg);
}

/* Stop modal */

.day-mode .lg-version {
  color: rgb(58, 65, 73);
}

.night-mode .lg-version {
  color: white;
}

.mapbox-bus-icon-parent {
  z-index: 10;
}

.mapbox-bus-icon {
  background-image: url("../img/GPS ikon stor.png");
  background-size: contain;
  width: 79px;
  height: 86px;

}

.mapboxgl-ctrl-bottom-left {
  opacity: 0;
}

.mapboxgl-ctrl-bottom-right {
  opacity: 0;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  padding: 0;
  background: green;
  color: white;
}

.map {
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 0;
}

.map-container{
  height: 100vh;
  width: 100vw;
}

.map-on-track {
  height: 100vh;
  width: 100vw;
}

.map-lost-track {
  height: 100vh;
  width: 100vw;
}

.infoWindow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 250px;

  transform: translate(701px, 0px);

  transition: transform 1.0s linear;
  -moz-transition: transform 1.0s linear;
  -ms-transition: transform 1.0s linear;
  -o-transition: transform 1.0s linear;
  -webkit-transition: transform 1.0s linear;
}

.day-mode .infoWindow {
  background: white;
  color: rgb(58, 65, 73);
  border-right: solid;
  border-color: rgb(237, 237, 237);
}

.night-mode .infoWindow {
  background: rgb(58, 65, 73);
  color: white;
  border-right: solid;
  border-color: rgb(51, 56, 64);
}

.infoWindow-open {
  transform: translate(-1px, 0px);
}

.infoWindow-header {
  width: 100%;
  height: 72px;
}

.infoWindow-designation {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 3%;
  max-width: 10%;
}

.infoWindow-designation-content {
  width: 10%;
}

.infoWindow-name {
  position: relative;
  top: 15px;
  font-size: 45px;
  width: 60%;
  display: inline-block;
}

.infoWindow-icons {
  display: inline-block;
  position: relative;
  top: 15px;
}

.infoWindow-content {
  width: 100%;
}

.infoWindow-interconnections {
  width: 100%;
  margin-right: 5px;
}


.day-mode .infoWindow-interconnections tr:nth-child(odd) {
  background: rgb(223, 230, 237);
}

.night-mode .infoWindow-interconnections tr:nth-child(odd) {
  background: rgb(40, 50, 57);
}

.day-mode .infoWindow-interconnections th {
  border-left: 1px solid rgb(197, 205, 214);
}

.night-mode .infoWindow-interconnections th {
  border-left: 1px solid rgb(72, 80, 90);
}

.infoWindow-interconnections td {
  font-size: 30px;
  height: 35px;
  padding-left: 25px;
}

.day-mode .infoWindow-interconnections td {
  border-left: 1px solid rgb(197, 205, 214);
}

.night-mode .infoWindow-interconnections td {
  border-left: 1px solid rgb(72, 80, 90);
}

.infoWindow-interconnections-line-header {
  text-align: left;
  width: 85%;
  padding-left: 25px;
  padding-bottom: 3px;
}

.night-mode .infoWindow-interconnections-line-header {
  color: rgb(192, 200, 209);
}

.infoWindow-interconnections-line {
  width: 85%;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 24px;
}

.infoWindow-interconnections-time-header {
  text-align: center;
  padding-top: 3px;
}

.night-mode .infoWindow-interconnections-time-header {
  color: rgb(192, 200, 209);
}

.infoWindow-interconnections-time {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 24px;
}

.infoWindow-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
}

.infoWindow-footer-red {
  background-color: rgb(255, 153, 102);
}

.infoWindow-footer-green {
  background-color: rgb(51, 204, 153);
}

.infoWindow-footer-span {
  position: relative;
  top: 30px;
  padding-left: 25px;
  font-size: 45px;
  color: rgb(58, 65, 73);
}

#journeyguide {
  position: relative;
  float: right;
  height: 100%;
  width: 350px;

  z-index: 3;
}

.day-mode #journeyguide {
  background: white;
}

.night-mode #journeyguide {
  background: rgb(58, 65, 73);
}

.journeyguide-footer {
  display: none !important;
  position: relative;
  top: 616px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 100%;
  height: 115px;
  z-index: 4;
}

.day-night .journeyguide-footer {
  color: white;
}

.footer-info-boxes {
  color: white;
  position: absolute;
  display: inline-block;
  height: 70%;
  width: 100%;
}

.forecast {
  text-align: center;
  position: relative;
  float: left;
  width: 35%;
  height: 100%;
  font-size: 64px;
  background: rgb(192, 200, 209);
}

.forecast-span {
  position: relative;
  top: 30px;
}

.distance-left {
  text-align: right;
  position: relative;
  float: right;
  width: 65%;
  height: 100%;
  font-size: 64px;
}

.distance-left-grey {
  background: rgb(122, 134, 146);
}

.distance-left-blue {
  background: rgb(51, 145, 170);
}

.distance-left-span {
  position: relative;
  top: 30px;
  margin-right: 5px;
}

.journey-guide-content {
  position: absolute;
  height: 88%;
  width: 100%;
}

.background {
  position: absolute;
  height: 100%;
  width: 100%;
}

.background-svg {
  height: 100%;
  width: 100%;
}

.background-svg>line {
  transition: transform 2.0s;
  -moz-transition: transform 2.0s;
  -ms-transition: transform 2.0s;
  -o-transition: transform 2.0s;
  -webkit-transition: transform 2.0s;
}

.day-mode .background-svg>polygon {
  stroke: white;
  stroke-width: 2;
  fill: rgb(72, 204, 239)
}

.night-mode .background-svg>polygon {
  stroke: rgb(58, 65, 73);
  stroke-width: 2;
  fill: rgb(72, 204, 239)
}

.row-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.icons {
  float: right;
  padding-top: 18px;
  margin-right: 0px;
  width: 140px;
}

.no-boarding {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
  height: 30px;
  width: 30px;
}

.no-boarding-image {
  background-size: contain;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
}

.infoWindow .no-boarding-image {
  width: 38px;
  height: 38px;
}

.day-mode .no-boarding-image {
  background-image: url("../img/only-alighting-day.png");
}

.day-mode .next-stop .no-boarding-image {
  background-image: url("../img/only-alighting-night.png");
}

.night-mode .no-boarding-image {
  background-image: url("../img/only-alighting-night.png");
}

.no-alighting {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
  height: 30px;
  width: 30px;
}

.no-alighting-image {
  background-size: contain;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
}

.infoWindow .no-alighting-image {
  width: 38px;
  height: 38px;
}

.day-mode .no-alighting-image {
  background-image: url("../img/only-boarding-day.png");
}

.day-mode .next-stop .no-alighting-image {
  background-image: url("../img/only-boarding-night.png");
}

.night-mode .no-alighting-image {
  background-image: url("../img/only-boarding-night.png");
}

.interconnection {
  display: inline-block;
  margin: 0 2px 0 1px;
  padding: 0 0 0 0;
  height: 30px;
  width: 30px;
}

.interconnection-image {
  background-size: contain;
  margin: 0 2px 0 1px;
  padding: 0 0 0 0;
}

.infoWindow .interconnection-image {
  width: 38px;
  height: 38px;
}

.day-mode .interconnection-image {
  background-image: url("../img/connecting-traffic-day.png");
}

.day-mode .next-stop .interconnection-image {
  background-image: url("../img/connecting-traffic-night.png");
}

.night-mode .interconnection-image {
  background-image: url("../img/connecting-traffic-night.png");
}

.regulation-stop {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
}

.regulation-stop-image {
  background-size: contain;
  margin: 0 2px 0 0;
  padding: 0 0 0 0;
}

.infoWindow .regulation-stop-image {
  width: 38px;
  height: 38px;
}

.day-mode .regulation-stop-image {
  background-image: url("../img/regulation-stop-day.png");
}

.day-mode .next-stop .regulation-stop-image {
  background-image: url("../img/regulation-stop-night.png");
}

.night-mode .regulation-stop-image {
  background-image: url("../img/regulation-stop-night.png");
}

.state-buttons {
  float: right;
  font-size: 32px;
}

.state-buttons>button {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.state-buttons-inline>button {
  margin-bottom: 10px;
  font-size: 24px;
}

.state-buttons-inline {
  display: inline-block;
}


.journey-stops {
  height: 100%;
  position: relative;
}

.hidden {
  visibility: hidden;
}

.row {
  position: absolute;
  left: 0;
  width: 100%;
  height: 128px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;

  transition: transform 2.0s, opacity 4.0s;
  -moz-transition: transform 2.0s, opacity 4.0s;
  -ms-transition: transform 2.0s, opacity 4.0s;
  -o-transition: transform 2.0s, opacity 4.0s;
  -webkit-transition: transform 2.0s, opacity 4.0s;
}

.row-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;

  transition: all 2.0s;
  -moz-transition: all 2.0s;
  -ms-transition: all 2.0s;
  -o-transition: all 2.0s;
  -webkit-transition: all 2.0s;
}

.row-background .row-svg>path {
  transition: fill 1.0s, all 1.5s linear;
  -moz-transition: fill 1.0s, all 1.5s linear;
  -ms-transition: fill 1.0s, all 1.5s linear;
  -o-transition: fill 1.0s, all 1.5s linear;
  -webkit-transition: fill 1.0s, all 1.5s linear;
}

.day-mode .previous-stop .row-background .row-svg>path {
  stroke: rgb(223, 230, 237);
  fill: rgb(223, 230, 237);
  transform: scale(1, 0.55) translate(0, 53px);
}

.night-mode .previous-stop .row-background .row-svg>path {
  stroke: rgb(77, 86, 96);
  fill: rgb(77, 86, 96);
  transform: scale(1, 0.55) translate(0, 53px);
}

.left-col {
  display: inline-block;
  width: 70px;
  height: 127px;
  z-index: 1;

  transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  -webkit-transition: all 1.0s;
}

.time-div {
  height: 100%;
  width: 100%;
  display: table;
  padding-left: 5px;
}

.time {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  margin-left: 7px;
  font-size: 24px;
}

.right-col {
  vertical-align: top;
  display: inline-block;
  width: 270px;
  height: 127px;
  padding-left: 5px;
  z-index: 1;
}

.sub-top-row {
  position: relative;
  height: 40%;
  /*50*/
  width: 100%;

  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.sub-bottom-row {
  position: relative;
  height: 60%;
  /*50*/
  width: 100%;
}

.designation-div {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 23%;
  text-align: center;
  vertical-align: center;

  transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  -webkit-transition: all 1.0s;
}

.designation-inner-div {
  position: relative;
  top: 19px;
  left: 22px;
  text-align: center;
  border-radius: 3px;
  display: table;
}

.infoWindow .designation-inner-div {
  top: 8px;
}

.day-mode .designation-inner-div {
  background: rgb(58, 65, 73);
}

.day-mode .next-stop .designation-inner-div {
  background: white;
}

.night-mode .designation-inner-div {
  background: white;
}

.designation-span {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-family: Ariel Rounded MT Bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.infoWindow .designation-span {
  height: 40px;
  width: 40px;
}

.day-mode .designation-span {
  color: rgb(192, 200, 209);
}

.night-mode .designation-span {
  color: rgb(89, 99, 110);
}

.day-mode .infoWindow .designation-span {
  color: white;
  font-size: 42px;
}

.night-mode .infoWindow .designation-span {
  color: rgb(58, 65, 73);
  font-size: 42px;
}

.day-mode .next-stop .designation-span {
  color: rgb(77, 86, 96);
}

.night-mode .next-stop .designation-span {
  color: rgb(38, 112, 132);
}

.stop-point-div {
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;

  transition: all 2.0s;
  -moz-transition: all 2.0s;
  -ms-transition: all 2.0s;
  -o-transition: all 2.0s;
  -webkit-transition: all 2.0s;
}

.stop-point-inner-div {
  position: relative;
  top: 2px;
  left: 20px;
  overflow: hidden;
  height: 55px;
  /*45*/
  width: 100%;
}

.stop-point-span {
  position: relative;
  top: 16px;
  font-size: 45px;
  /*38*/
  transition: all 2.0s;
  -moz-transition: all 2.0s;
  -ms-transition: all 2.0s;
  -o-transition: all 2.0s;
  -webkit-transition: all 2.0s;
}

.day-mode .stop-point-span {
  color: rgb(58, 65, 73);
}

.day-mode .next-stop .stop-point-span {
  color: white;
}

.night-mode .stop-point-span {
  color: white;
}

.cancelled-stop .stop-point-span {
  color: rgb(49, 53, 60);
}

.cancelled-span {
  color: rgb(49, 53, 60);
}

.stop-point-span2 {
  position: relative;
  top: 16px;
  font-size: 40px;
  padding-left: 6px;
}

.stop-point {
  transition: font-size 2.0s;
  -moz-transition: font-size 2.0s;
  -ms-transition: font-size 2.0s;
  -o-transition: font-size 2.0s;
  -webkit-transition: font-size 2.0s;
}

.day-mode .row-svg>circle {
  stroke: white;
}

.day-mode .row-svg .top-path {
  stroke: rgb(192, 200, 209);
  fill: rgb(192, 200, 209);
}

.day-mode .row-svg .bottom-path {
  stroke: rgb(223, 230, 237);
  fill: rgb(223, 230, 237);
}

.night-mode .row-svg .top-path {
  stroke: rgb(93, 103, 114);
  fill: rgb(93, 103, 114);
}

.night-mode .row-svg .bottom-path {
  stroke: rgb(77, 86, 96);
  fill: rgb(77, 86, 96);
}

/* Cancelled stop */
.cancelled-stop .stop-point-span {
  font-size: 40px;
}

.cancelled-stop .time {
  color: rgb(255, 102, 102);
}

.cancelled-stop .designation-div {
  width: 8%;
}

.cancelled-span {
  position: relative;
  font-size: 32px;
  top: 25px;
  left: 25px;
}

.day-mode .cancelled-span {
  color: rgb(58, 65, 73);
}

.day-mode .cancelled-stop .cancelled-rect {
  stroke: white;
  fill: white;
}

.night-mode .cancelled-stop .cancelled-rect {
  stroke: rgb(58, 65, 73);
  fill: rgb(58, 65, 73);
}

.cancelled-stop .stacked-path {
  stroke: rgb(58, 65, 73);
  fill: rgb(255, 102, 102);
}

.cancelled-stop .row-svg .path1 {
  stroke: rgb(255, 102, 102);
  fill: rgb(255, 102, 102);
}

.cancelled-stop .row-svg .path2 {
  stroke: rgb(253, 136, 136);
  fill: rgb(255, 136, 136);
}


/* Third stop */

.third-stop {
  visibility: visible;
  transform: translate(0px, 50px);
}

.day-mode .third-stop {
  opacity: 1.0;
}

.night-mode .third-stop {
  color: white;
  opacity: 0.8;
}

.third-stop-at-stop {
  transform: translate(0px, 110px);
}

/* Second stop */

.second-stop {
  transform: translate(0px, 200px);
  visibility: visible;
}

.day-mode .second-stop {
  opacity: 1.0;
}

.night-mode .second-stop {
  color: white;
  opacity: 0.9;
}

.second-stop-at-stop {
  transform: translate(0px, 260px);
}

.second-stop-next {
  color: white;
}

.second-stop-at-stop .second-stop-next .row-svg>circle {
  fill: rgb(72, 204, 239);
}

.second-stop-next .row-svg .top-path {
  stroke: rgb(38, 112, 132);
  fill: rgb(38, 112, 132);
}

.second-stop-next .row-svg .bottom-path {
  stroke: rgb(51, 145, 170);
  fill: rgb(51, 145, 170);
}


/* Next stop */

.next-stop {
  transform: translate(0px, 350px);
  visibility: visible;
  opacity: 1;
}

.night-mode .next-stop {
  color: white;
}

.next-stop-at-stop {
  transform: translate(0px, 410px);
}

.next-stop-at-stop .row-svg>circle {
  fill: rgb(72, 204, 239);
  r: 10;
}

.next-stop .row-svg .top-path {
  stroke: rgb(38, 112, 132);
  fill: rgb(38, 112, 132);
}

.next-stop .row-svg .bottom-path {
  stroke: rgb(51, 145, 170);
  fill: rgb(51, 145, 170);
}

/* Previous stop */

.previous-stop {
  transform: translate(0px, 510px);
  visibility: visible;
  opacity: 1;
}

.previous-stop .left-col {
  opacity: 0;
}

.previous-stop .row-svg>circle {
  fill: rgb(157, 169, 180);
}

.previous-stop .sub-top-row {
  opacity: 0;
}

.previous-stop .designation-div {
  opacity: 0;
}

.previous-stop .stop-point-div {
  transform: translate(0px, -20px);
}

.previous-stop .stop-point-span {
  color: rgb(122, 134, 146);
}

/* Passed stops */

.passed-stop {
  top: 600px;
}

.passed-stop .sub-top-row {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}

.passed-stop .stop-point {
  color: #9195a3;
  padding-left: 70px;
}


/* Block journeys */

.block-journeys {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 0px;
  text-align: center;
  overflow: hidden;
  z-index: 3;

  transition: max-height 2.0s;
  -moz-transition: max-height 2.0s;
  -ms-transition: max-height 2.0s;
  -o-transition: max-height 2.0s;
  -webkit-transition: max-height 2.0s;
}

.day-mode .block-journeys {
  background: white;
  color: rgb(58, 65, 73);
}

.night-mode .block-journeys {
  background: rgb(58, 65, 73);
  color: white;
}

.upcomming-journeys-span {
  position: relative;
  top: 40px;
  font-size: 30px;
}

.upcomming-journey-row {
  position: relative;
  left: 8px;
  width: 330px;
  max-width: 330px;
  height: 60px;
  max-height: 60px;
  color: white;
  overflow: hidden;

  font-size: 30px;

  transition: opacity 2.0s;
  -moz-transition: opacity 2.0s;
  -ms-transition: opacity 2.0s;
  -o-transition: opacity 2.0s;
  -webkit-transition: opacity 2.0s;
}

.day-mode .upcomming-journey-row {
  color: rgb(58, 65, 73);
}

.night-mode .upcomming-journey-row {
  color: white;
}

.upcomming-journey-time-div {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 85px;
  max-width: 85px;
  overflow: hidden;
  display: inline-block;
  /*background: rgb(122,134,146);*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

.day-mode .upcomming-journey-time-div {
  background: rgb(223, 230, 237);
}

.night-mode .upcomming-journey-time-div {
  background: rgb(122, 134, 146);
}

.upcomming-journey-time-span {
  position: relative;
  top: 18px;
}

.upcomming-journey-line-div {
  height: 100%;
  width: 76px;
  max-width: 76px;
  display: inline-block;
  overflow: hidden;
}

.day-mode .upcomming-journey-line-div {
  background: rgb(192, 200, 209);
}

.night-mode .upcomming-journey-line-div {
  background: rgb(77, 86, 96);
}

.upcomming-journey-line-span {
  position: relative;
  top: 18px;
}

.upcomming-journey-name-div {
  height: 100%;
  width: 162px;
  max-width: 162px;
  display: inline-block;
  overflow: hidden;
  text-align: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.day-mode .upcomming-journey-name-div {
  background: rgb(192, 200, 209);
}

.night-mode .upcomming-journey-name-div {
  background: rgb(77, 86, 96);
}

.upcomming-journey-name-span {
  position: relative;
  top: 18px;
  white-space: nowrap;
}

.upcomming-journey-row-1 {
  transform: translate(0px, 45px);
}

.upcomming-journey-row-2 {
  transform: translate(0px, 55px);
}

.upcomming-journey-row-3 {
  transform: translate(0px, 65px);
}

.upcomming-journey-row-4 {
  transform: translate(0px, 75px);
}

.upcomming-journey-row-5 {
  transform: translate(0px, 85px);
}

.upcomming-journey-row-6 {
  transform: translate(0px, 95px);
}

.upcomming-journey-row-7 {
  transform: translate(0px, 105px);
}

.upcomming-journey-row-8 {
  transform: translate(0px, 115px);
}

.upcomming-journey-row-9 {
  transform: translate(0px, 125px);
}

.upcomming-journey-row-10 {
  transform: translate(0px, 135px);
}


.state-buttons {
  float: right;
  font-size: 32px;
}

.state-buttons>button {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.state-buttons-inline>button {
  margin-bottom: 10px;
  font-size: 24px;
}

.state-buttons-inline {
  display: inline-block;
}
