body {
  font-family: soleil, Helvetica, sans-serif
}

.main-row {
  position: fixed;
  top: 116px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px
}

.sidebar {
  height: 100%;
  margin: 0;
  padding: 8px 12px;
  overflow-y: auto
}

.map-container {
  height: 100%;
  margin: 0;
  padding: 0
}

.leaflet-container {
  height: 100%;
  width: 100%
}

.train-icon {
  transition: all .25s linear
}

.train-icon-blue {
  font-size: 22px;
  color: #00f
}

.train-icon-red {
  font-size: 22px;
  color: red
}

.train-icon-gold {
  font-size: 22px;
  color: gold
}

.train-icon-green {
  font-size: 22px;
  color: green
}

.train-list .train-row {
  margin-top: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px
}

.train-list .train-row .header {
  font-size: 16px;
  background: #e0e0e0;
  font-size: 14px;
  padding: 2px 4px
}

.train-list .train-row .content {
  font-size: 14px;
  padding: 6px
}

.train-list .train-row .content .badge {
  margin-right: 5px
}

.train-list .view-train-button {
  font-size: 11px;
  padding: 0 4px;
  float: right
}

.app-view {
  padding: 8px
}

.app-view-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px
}

.app-view .updates-header {
  font-weight: 700;
  margin-top: 20px
}

.app-view .train-update {
  font-size: 14px;
  margin-top: 8px
}

.app-view .train-update .estimate {
  float: right;
  font-weight: 700
}

.app-view .train-id {
  font-size: 12px;
  color: #008;
  text-decoration: underline;
  cursor: pointer
}

.app-view .line-circle {
  background: grey;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 6px
}

.app-view .prediction-row {
  border: 2px solid #aaa;
  border-radius: 5px;
  margin-bottom: 8px;
  height: 54px
}

.app-view .prediction-train {
  padding: 3px 8px;
  margin-right: 250px
}

.app-view .prediction-train .destination {
  margin-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.app-view .prediction-cell {
  width: 80px;
  margin-left: 5px;
  float: right;
  padding: 3px;
  text-align: center
}

.app-view .prediction-cell .estimate-main {
  font-weight: 700;
  font-size: 14px
}

.app-view .prediction-cell .estimate-sec {
  font-size: 11px;
  color: #888
}

.app-view .prediction-cell .estimate-none {
  color: red
}

.dashboard {
  position: fixed;
  top: 116px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  overflow-y: auto
}

.dashboard .chart-header {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 4px 0 2px 8px;
  background-color: #eee
}

.dashboard .chart-container {
  position: relative;
  height: 400px
}

.btn-group-toggle .btn.active {
  font-weight: 500
}

.public-view .header {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  height: 46px
}

.public-view .header .logo {
  position: absolute;
  left: 10px;
  top: 8px;
  height: 35px;
  width: 200px;
  background-image: url(http://labs.itsmarta.com/marta_labs.png);
  background-repeat: no-repeat;
  background-size: contain
}

.public-view .header .title {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 8px;
  height: 30px;
  width: 150px;
  font-size: 19px
}

.public-view.desktop .public-map-container {
  position: fixed;
  top: 606px;
  left: 420px;
  right: 0;
  bottom: 0
}

.public-view.mobile .public-map-container {
  position: fixed;
  top: 156px;
  left: 0;
  right: 0;
  bottom: 300px
}

.public-view.desktop .public-selector-container {
  position: fixed;
  top: 106px;
  left: 10px;
  width: 400px;
  height: 50px
}

.public-view.mobile .public-selector-container {
  position: fixed;
  top: 106px;
  left: 5px;
  right: 5px;
  height: 50px
}

.public-view .predictions {
  position: fixed;
  overflow-y: auto
}

.public-view.desktop .predictions {
  padding: 10px 15px;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 420px
}

.public-view.mobile .predictions {
  padding: 5px 10px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px
}

.public-view .prediction {
  font-size: 15px;
  margin-top: 6px
}

.public-view .prediction.delayed {
  color: #aaa
}

.public-view .direction {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px
}

.public-view .prediction-row {
  margin-top: 12px
}

.public-view .prediction .prediction-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  vertical-align: top;
  margin-top: 2px
}

.public-view .prediction .prediction-dest {
  display: inline-block;
  width: 50%;
  line-height: 17px;
  vertical-align: top;
  margin-left: 4px
}

.public-view .prediction .prediction-arrival {
  float: right;
  line-height: 17px;
  font-weight: 700;
  vertical-align: top;
  text-align: right
}

.public-view .prediction.delayed .prediction-arrival .time {
  text-decoration: line-through
}

.public-view .delay {
  margin-top: 3px;
  color: red;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px
}

.public-view .direction-block {
  display: inline-block;
  width: 50%;
  vertical-align: top
}

.public-view .spacer {
  display: inline-block;
  background-color: #00f;
  width: 5%
}

.public-view.desktop .router-map-container {
  position: fixed;
  top: 106px;
  left: 0;
  right: 120px;
  bottom: 75px
}

.public-view.mobile .router-map-container {
  position: fixed;
  top: 156px;
  left: 0;
  right: 0;
  bottom: 0
}

.public-view.desktop .router-status-bar {
  position: fixed;
  left: 0;
  right: 120px;
  bottom: 0;
  height: 75px;
  padding: 12px;
  background: #f0f0f0;
  text-align: center
}

.public-view.desktop .router-sidebar {
  position: fixed;
  top: 106px;
  width: 120px;
  right: 0;
  bottom: 0;
  padding: 10px;
  overflow-y: auto
}

.public-view.desktop .bus-app-map-container {
  position: fixed;
  top: 106px;
  left: 0;
  right: 0;
  bottom: 0
}