﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #fff;
}
a:hover {
  color: #50e3c2;
  text-decoration: none;
}

.btn {
  color: #fff;
}
.btn:hover {
  color: #50e3c2;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
ul.navbar-nav {
  flex-direction: row-reverse !important;
}

table.table {
  color: #c7d0d9;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #50e3c2;
}
.border-bottom {
  border-bottom: 1px solid #50e3c2 !important;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.5;
  color: #c7d0d9;
  background-color: #141619;
}
nav.navbar {
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.footer {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.material-icons.md-light { color: #50e3c2 }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.material-icons.md-52 { font-size: 52px; }

.page-item.active .page-link {
  z-index: 3;
  color: #343a40;
  background-color: #50e3c2;
  border-color: #50e3c0;
}

.card.bg-dark > .card-header {
  border-bottom: 1px solid #50e3c2;
}

nav#train-tabs a.nav-item {
  font-size: 1.3rem;
}

#train-currentlocation-map { 
  height: 190px;
}
#train-fleet-map {
  margin-top: 20px;
  height: 85vh;
}
#station-location-map { 
  height: 280px;
}

.material-icons { vertical-align: middle; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

ul#main-nav-menu li>a {
  padding-bottom: 0;
}

ul#main-nav-menu li>a>i {
  vertical-align: bottom;
}

.login-body {
  background-image: url("/img/nocktrack_login_bg.jpg");
  background-size: cover;
}

table.center-content tr td {
  vertical-align: middle;
}

/* .timeline__item--right {
  top: 124px;
  left: auto;
  width: 49.22%;
}

.timeline__item {
  display: inline-block;

} */

fieldset legend {
  font-size: 1.1rem;
}

.service-search-bar {
  background-color: #dfe1e4
 }

.route-summary {
  color: #1f2933;
}

.route-summary__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.route-summary__subtitle {
  font-size: 1.15rem;
  font-weight: 500;
}

.route-summary__list {
  margin: 0;
  font-size: 1.1rem;
  row-gap: 0.35rem;
}

.route-summary__term,
.route-summary__detail {
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  padding-right: 0.5rem;
  margin-left: 0;
  padding-left: 0.25rem;
}

.route-summary dl {
            column-gap: 0.5rem;
}
