@charset "UTF-8";
:root {
  --bs-body-font-family: "Roboto", sans-serif;
  --ct-body-color: #6c757d;
  --bs-body-bg: #f5f7fa;
  --bs-primary-rgb: 50, 93, 136;
  --bs-border-radius: 12px;

  .pigeon-search {
    --bs-border-color: var(--bs-primary-border-subtle);
  }

  .table {
    --bs-table-striped-bg: #fff;
  }

  .card {
    --bs-card-cap-bg: #fff;
    --bs-card-bg: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, 0.25);
    box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, 0.25);
  }

  .dropdown-menu {
    --bs-dropdown-link-active-bg: #565e64;
    --bs-dropdown-link-hover-bg: #565e64;
    --bs-dropdown-link-hover-color: #fff;
  }

  .infobar {
    background-color: #f5f7fa;
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }

  .hscroll {
    overflow-x: auto;
  }

  a {
    text-decoration: none;
  }

  .breadcrumb {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    --bs-link-color-rgb: 50, 93, 136;
  }
}

[data-bs-theme="dark"] {
  --bs-primary-rgb: 50, 93, 136;
  --bs-body-color: #fff;
  --bs-body-bg: #2d353c;
}

.footer {
  text-align: center;
}

.ace-tabs {
  font-size: 1.2em;
  .nav-link {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
}

.imarker {
  margin-top: 3px;
  border-left: 5px solid #428bca;
}

.explainIcons {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  align-items: center;

  li {
    display: inline;
    margin: 0 5px;
  }
}

.options {
  display: flex;
  flex-wrap: wrap;
  justify-content: centerc;
  div {
    margin: 3px;
  }
}

.loginscreen {
  background: url(/img/loginscreen.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  padding-top: 30vh;
}

.loginform {
  border-radius: 15px;
  padding: 25px;
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 25%);
  box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 25%);

  input {
    font-size: 1.8em;
    line-height: 2em;
  }
}

.flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.cgold {
  color: #ffe621;
}
.csilver {
  color: #c0c0c0;
}
.cbronze {
  color: #cd7f32;
}

.navbar .fa-solid {
  font-size: 1.2em;
  width: 25px;
}

.content {
  padding-top: 20px;

  h1 {
    color: rgb(50, 93, 136);
    font-style: italic;
    font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  }
}

.card {
  h2 {
    color: rgb(50, 93, 136);
    font-style: italic;
    font-size: 1.3rem;
  }
}

.latest-arrivals {
  td {
    background-color: var(--bs-card-bg);
    padding-left: 25px;
  }
}
.page-header small {
  display: block;
  margin-top: 5px;
}

.table .progress {
  height: 15px;
  border: 1px solid #ddd;
  width: 100px;
}

.timeline {
  position: relative;
  padding: 0;
}

.timeline::before {
  border-left: 1px dashed;
  height: 100%;
  left: 3px;
  top: 0;
  opacity: 0.48;
}

.timeline::after,
.timeline::before {
  content: "";
  position: absolute;
}

.timeline-current::before {
  height: calc(100% - 2.11rem);
  top: 40%;
}

.timeline .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -10px;
  top: 40%;
  width: 26px;
  height: 26px;
  background-color: var(--bs-gray-200);
  border-radius: 50%;
}

.table thead tr th {
  vertical-align: middle;
}

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

table thead th {
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.2em;
  outline-style: none;
}

table thead th.points {
  font-size: 0.7em;
}

table thead th small {
  display: block;
  font-size: 1.1em;
}

table.table-sorted thead th {
  background: url(/img/arrows.png) no-repeat 98% center;
  padding-right: 12px;
}

.table-results th,
.table-results td,
.table-nighttimes th,
.table-nighttimes td {
  text-align: center;
  white-space: nowrap;
}

.table-distances td {
  text-align: right;
  width: 9%;
}

table caption {
  padding-bottom: 5px;
  text-align: left;
  line-height: 10px;
}

table td.tleft,
table th.tleft,
.tleft {
  text-align: left;
  padding-left: 7px;
}

table td.tright,
table th.tright,
.tright {
  text-align: right;
  padding-right: 7px;
}

table td.tspeed {
  text-align: right;
  padding-right: 7px;
}

table td.tcenter,
table th.tcenter,
.tcenter {
  text-align: center;
}

div.resultoptions {
  display: block;
  width: 500px;
}

.pigeoninfo dt {
  width: 100px;
}

.pigeoninfo dd {
  margin-left: 110px;
}

.alert {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 1.1em;
}

.yes {
  color: #0a0;
}

.no {
  color: #f00;
}

.text-partial {
  color: #ffac1c;
}

.caption-dark {
  padding: 10px;
  background-color: #343a40;
  color: #fff;
  font-size: 1.2em;
}

a.resultIcons {
  text-decoration: none;
  font-size: 16px;
}

.text-success {
  color: #0a0;
}

.text-muted {
  color: #aaa;
}

.sms {
  color: #ce4844;
}

#liveSpeed h3 {
  margin: 0;
}

#liveSpeed strong {
  font-size: 1.2em;
}

#raceInfo {
  clear: both;
}

#raceMap {
  width: 100%;
  height: 300px;
  margin-top: 5px;
  border-radius: var(--bs-border-radius);
}

#raceButtons {
  margin-bottom: 3px;
}

.menuOptions {
  margin-bottom: 3px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

@media print {
  .container {
    width: auto;
  }

  a[href]:after {
    content: none !important;
  }
}
