@font-face {
  font-family: "Courier";
  src: local("Courier");
}
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34495e;
  background-color: #fdfeff;
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4 {
  color: #2c3e50;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
code,
pre {
  font-family: 'Roboto Mono', Monaco, courier, monospace;
  font-size: 0.8em;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #e96900;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
}
figure.centre,
figure.center {
  text-align: center;
}
figure img {
  padding: 1rem;
}
p {
  word-spacing: 0.05em;
}
a.button {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #3a70b6;
  transition: all 0.15s ease;
  font-family: 'Roboto Mono', Monaco, courier, monospace;
  border-bottom: 2px solid #2e5990;
  padding: 12px 14px;
  border-radius: 4px;
}
a.button:hover {
  background-color: #417ac3;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
a.small-button {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #3a70b6;
  transition: all 0.15s ease;
  padding: 4px 8px 5px;
  border-radius: 4px;
  width: 140px;
  margin: 0 5px;
}
a.small-button:hover {
  background-color: #417ac3;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.navbar-toggler {
  border: none;
}
[v-cloak] {
  display: none;
}
#logo {
  display: inline-block;
  font-size: 1.5em;
  line-height: 40px;
  color: #2c3e50;
  font-family: 'Courier', sans-serif;
  font-weight: bold;
}
#logo img {
  vertical-align: middle;
  margin-right: 6px;
  width: 40px;
  height: 40px;
}
#navbar {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  min-height: 68px;
  flex: none;
}
#navbar .nav-item {
  font-size: 110%;
  margin-inline-start: 0.25rem;
  margin-top: auto;
  margin-bottom: auto;
}
#footer {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
#footer a {
  color: #34495e;
}
#footer #copyright {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
#hero {
  flex: auto;
  display: flex;
  flex-flow: column;
}
#matter {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  flex: auto;
}
#content {
  flex: 0 0 66.6666666667%;
}
@media screen and (max-width: 800px) {
  #content {
    flex-basis: 95%;
  }
}
#content img.img {
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 1em #808080;
}
#logo-wrap {
  margin: 3.5em 0 4em;
  text-align: center;
}
#logo-wrap h1 {
  font-size: 5em;
  color: #2c3e50;
  font-family: 'Courier', sans-serif;
  font-weight: 300;
  margin: 0;
}
#logo-wrap img {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.flex-spacer {
  flex: auto;
}
.illustration {
  text-align: center;
}
.illustration img {
  max-width: 600px;
}
@media (max-width: 800px) {
  .illustration img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  #logo img {
    width: 32px;
    height: 32px;
  }
  #logo-wrap h1 {
    font-size: 2em;
  }
  #logo-wrap h5 {
    font-size: 1rem;
  }
  #logo-wrap img {
    width: 120px;
  }
}
#header .jm-login {
  padding-left: 1rem;
}
#journey,
#person,
#location,
#asset {
  font-size: 0.8rem;
  color: #444;
}
#journey #new,
#person #new,
#location #new,
#asset #new {
  float: left;
  font-size: 120%;
}
#journey #search,
#person #search,
#location #search,
#asset #search {
  float: right;
}
#journey #search input,
#person #search input,
#location #search input,
#asset #search input {
  background-color: rgba(55,140,186,0.2);
  margin-bottom: 4px;
  border: none;
}
#journey table,
#person table,
#location table,
#asset table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #journey table,
  #person table,
  #location table,
  #asset table {
    border: 0;
  }
  #journey table thead,
  #person table thead,
  #location table thead,
  #asset table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
#journey table caption,
#person table caption,
#location table caption,
#asset table caption {
  font-size: 1.5rem;
  margin: 0.5em 0 0.75em;
}
@media screen and (max-width: 900px) {
  #journey table caption,
  #person table caption,
  #location table caption,
  #asset table caption {
    font-size: 1.3em;
  }
}
#journey table tbody,
#person table tbody,
#location table tbody,
#asset table tbody {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
#journey table tbody tr.details,
#person table tbody tr.details,
#location table tbody tr.details,
#asset table tbody tr.details {
  display: none;
}
#journey table tbody tr.details td,
#person table tbody tr.details td,
#location table tbody tr.details td,
#asset table tbody tr.details td {
  padding-top: 0;
  padding-bottom: 0;
}
#journey table tbody tr.details td.key,
#person table tbody tr.details td.key,
#location table tbody tr.details td.key,
#asset table tbody tr.details td.key {
  text-align: right;
}
#journey table tbody tr.details td.key .badge.computed,
#person table tbody tr.details td.key .badge.computed,
#location table tbody tr.details td.key .badge.computed,
#asset table tbody tr.details td.key .badge.computed {
  opacity: 0.75;
}
#journey table tbody tr.details.visible,
#person table tbody tr.details.visible,
#location table tbody tr.details.visible,
#asset table tbody tr.details.visible {
  display: table-row;
}
@media screen and (max-width: 900px) {
  #journey table tbody tr.details.visible,
  #person table tbody tr.details.visible,
  #location table tbody tr.details.visible,
  #asset table tbody tr.details.visible {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #journey table tbody tr.details.visible .key,
  #person table tbody tr.details.visible .key,
  #location table tbody tr.details.visible .key,
  #asset table tbody tr.details.visible .key {
    min-height: 0;
    border: none;
    text-align: left;
  }
  #journey table tbody tr.details.visible .key *,
  #person table tbody tr.details.visible .key *,
  #location table tbody tr.details.visible .key *,
  #asset table tbody tr.details.visible .key * {
    display: none;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  #journey table tbody tr.details.visible .key,
  #person table tbody tr.details.visible .key,
  #location table tbody tr.details.visible .key,
  #asset table tbody tr.details.visible .key {
    font-size: 0.625rem;
    float: none;
  }
}
#journey table tbody tr.details.visible .jm-md-view,
#person table tbody tr.details.visible .jm-md-view,
#location table tbody tr.details.visible .jm-md-view,
#asset table tbody tr.details.visible .jm-md-view {
  max-height: 30em;
  overflow: auto;
}
#journey table tbody tr.details.visible .jm-md-view img,
#person table tbody tr.details.visible .jm-md-view img,
#location table tbody tr.details.visible .jm-md-view img,
#asset table tbody tr.details.visible .jm-md-view img {
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 1em #808080;
  max-width: 95%;
}
@media screen and (max-width: 900px) {
  #journey table tbody tr,
  #person table tbody tr,
  #location table tbody tr,
  #asset table tbody tr {
    display: block;
  }
}
#journey table tbody tr [data-key=arrival] .tagged-pair,
#person table tbody tr [data-key=arrival] .tagged-pair,
#location table tbody tr [data-key=arrival] .tagged-pair,
#asset table tbody tr [data-key=arrival] .tagged-pair,
#journey table tbody tr [data-key=departure] .tagged-pair,
#person table tbody tr [data-key=departure] .tagged-pair,
#location table tbody tr [data-key=departure] .tagged-pair,
#asset table tbody tr [data-key=departure] .tagged-pair {
  white-space: nowrap;
}
#journey table tbody.status-inactive,
#person table tbody.status-inactive,
#location table tbody.status-inactive,
#asset table tbody.status-inactive,
#journey table tbody.status-pending,
#person table tbody.status-pending,
#location table tbody.status-pending,
#asset table tbody.status-pending {
  background-color: #e1d6d6;
  color: #686868;
}
#journey table tbody.status-pending [data-key=etd],
#person table tbody.status-pending [data-key=etd],
#location table tbody.status-pending [data-key=etd],
#asset table tbody.status-pending [data-key=etd],
#journey table tbody.status-pending [data-key=std],
#person table tbody.status-pending [data-key=std],
#location table tbody.status-pending [data-key=std],
#asset table tbody.status-pending [data-key=std] {
  text-decoration: underline double #ffa500;
}
#journey table tbody.status-active,
#person table tbody.status-active,
#location table tbody.status-active,
#asset table tbody.status-active {
  background-color: #fff;
}
#journey table tbody.status-incerfa,
#person table tbody.status-incerfa,
#location table tbody.status-incerfa,
#asset table tbody.status-incerfa {
  background-color: rgba(255,255,0,0.2);
}
#journey table tbody.status-alerfa,
#person table tbody.status-alerfa,
#location table tbody.status-alerfa,
#asset table tbody.status-alerfa {
  background-color: rgba(255,0,0,0.2);
}
#journey table tbody.status-detresfa,
#person table tbody.status-detresfa,
#location table tbody.status-detresfa,
#asset table tbody.status-detresfa {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: 2px solid #f00;
}
@media screen and (max-width: 900px) {
  #journey table tbody,
  #person table tbody,
  #location table tbody,
  #asset table tbody {
    display: block;
    border-bottom: 3px solid #ddd;
    margin-bottom: 0.625em;
  }
}
#journey table th,
#person table th,
#location table th,
#asset table th,
#journey table td,
#person table td,
#location table td,
#asset table td {
  min-width: 120px;
  padding: 0.625em;
  vertical-align: top;
}
#journey table th,
#person table th,
#location table th,
#asset table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#journey table td[data-actions] .dropdown-item,
#person table td[data-actions] .dropdown-item,
#location table td[data-actions] .dropdown-item,
#asset table td[data-actions] .dropdown-item {
  font-size: small;
  cursor: pointer;
}
#journey table td:not([data-actions]) button,
#person table td:not([data-actions]) button,
#location table td:not([data-actions]) button,
#asset table td:not([data-actions]) button {
  font-size: 0.75rem;
  padding: 1px 4px;
}
#journey table td:not([data-actions]) button.cell-action,
#person table td:not([data-actions]) button.cell-action,
#location table td:not([data-actions]) button.cell-action,
#asset table td:not([data-actions]) button.cell-action {
  margin-right: 2ex;
}
@media screen and (max-width: 900px) {
  #journey table td,
  #person table td,
  #location table td,
  #asset table td {
    border-bottom: 1px solid #ddd;
    display: block;
    min-height: 2rem;
    text-align: right;
  }
  #journey table td details,
  #person table td details,
  #location table td details,
  #asset table td details {
    text-align: left;
  }
  #journey table td details summary,
  #person table td details summary,
  #location table td details summary,
  #asset table td details summary {
    text-align: right;
  }
  #journey table td[data-actions],
  #person table td[data-actions],
  #location table td[data-actions],
  #asset table td[data-actions] {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #journey table td,
  #person table td,
  #location table td,
  #asset table td {
    min-height: 4rem;
    font-size: 1.25rem;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  #journey table td::last-child,
  #person table td::last-child,
  #location table td::last-child,
  #asset table td::last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #journey table td::before,
  #person table td::before,
  #location table td::before,
  #asset table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  #journey table td::before,
  #person table td::before,
  #location table td::before,
  #asset table td::before {
    display: block;
    font-size: 0.625rem;
    float: none;
  }
}
#journey table .bare-url,
#person table .bare-url,
#location table .bare-url,
#asset table .bare-url {
  word-break: break-all;
}
#journey table progress,
#person table progress,
#location table progress,
#asset table progress {
  font-size: 8px;
}
#journey table progress[value="1"],
#person table progress[value="1"],
#location table progress[value="1"],
#asset table progress[value="1"] {
  border: none;
}
#journey table progress[value="1"]::-moz-progress-bar,
#person table progress[value="1"]::-moz-progress-bar,
#location table progress[value="1"]::-moz-progress-bar,
#asset table progress[value="1"]::-moz-progress-bar {
  background: #dc3545;
  border-radius: 4px;
}
.jm-id {
  font-family: courier, monospace;
  border: 1px solid #d3d3d3;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 80%;
}
.jm-row-actions {
  position: relative;
}
.jm-row-actions button.details.active {
  color: #6c757d !important;
  background: #fff !important;
}
.jm-submenu {
  display: none;
  z-index: 500;
  position: absolute;
  top: 2rem;
  left: 0;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #000;
}
.jm-submenu.visible {
  display: block;
}
.dropdown-menu form {
  margin: 0 1rem;
  font-size: small;
}
#new-journey .dropdown-menu {
  transform: translate3d(0, 2rem, 0) !important;
}
form.journey-edit {
  font-size: 0.8rem;
  padding: 1rem;
}
form.journey-edit fieldset {
  padding: 8px;
  margin: 8px;
  box-shadow: 0 0 10px #f0f8ff;
}
form.journey-edit .form-group {
  width: 100%;
}
form.journey-edit .form-group label {
  display: block;
  font-size: 0.75rem;
  color: #808080;
  margin-bottom: 0;
}
form.journey-edit .form-group > small {
  font-size: 0.5rem;
  color: #a9a9a9;
}
form.journey-edit .form-group input,
form.journey-edit .form-group select,
form.journey-edit .form-group textarea {
  width: 100%;
}
form.journey-edit .form-group input[type=checkbox] {
  margin-right: 1ex;
  width: auto;
}
form.journey-edit .form-group textarea {
  height: 100%;
}
form.journey-edit .form-group .jm-edit-input button {
  margin-top: 4px;
}
form.journey-edit .form-group .jm-edit-input .component {
  border-radius: 5px;
  box-shadow: 0 0 1px;
  padding: 1ex;
  margin: 1ex;
}
form.journey-edit .form-group .jm-edit-input .dropdown-item {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  form.journey-edit .form-group .jm-edit-input button {
    padding: 0px 2px;
    margin-left: 4px;
  }
}
form.journey-edit .jm-markdown-edit {
  width: 100%;
}
form.journey-edit .jm-markdown-edit .nav-link {
  color: inherit;
  padding: 2px 1rem;
}
form.journey-edit .jm-markdown-edit .tab-content {
  height: 20em;
  width: 100%;
}
form.journey-edit .jm-markdown-edit .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
form.journey-edit .jm-markdown-edit .tab-content .tab-pane.preview {
  overflow: auto;
}
form.journey-edit .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  form.journey-edit input {
    width: 100%;
    font-size: 1.5em;
  }
}
#jm-login input {
  display: block;
}
.autocomplete {
  position: relative;
}
.autocomplete-results {
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  height: 120px;
  overflow: auto;
  width: 100%;
}
.autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 4px 2px;
  cursor: pointer;
}
.autocomplete-result.is-active,
.autocomplete-result:hover {
  background-color: #4aae9b;
  color: #fff;
}
.flicker {
  animation: flicker 3s ease-out;
  box-shadow: 0 0 2px 1px rgba(138,43,226,0.5);
}
@-moz-keyframes flicker {
  0% {
    box-shadow: none;
  }
  15% {
    opacity: 0;
    box-shadow: 0 0 8px 4px #8a2be2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker {
  0% {
    box-shadow: none;
  }
  15% {
    opacity: 0;
    box-shadow: 0 0 8px 4px #8a2be2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flicker {
  0% {
    box-shadow: none;
  }
  15% {
    opacity: 0;
    box-shadow: 0 0 8px 4px #8a2be2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    box-shadow: none;
  }
  15% {
    opacity: 0;
    box-shadow: 0 0 8px 4px #8a2be2;
  }
  100% {
    opacity: 1;
  }
}
