@charset "UTF-8";
:root {
  --primary: var(--mui-palette-primary-main);
  --primary--light: var(--mui-palette-primary-main-light);
  --primary--lighter: var(--mui-palette-primary-main-lighter);
  --teal: var(--primary);
}

.badge-container {
  position: relative;
}
.badge-container__badge {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transform: scale(1) translate(-25%, -50%);
}

.id-preset {
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.3em;
  border-radius: 3px;
}

.main {
  margin-bottom: 8rem;
}

@media print {
  .sidebar-nav {
    display: none;
  }
}

@media print {
  .ui.grid > .teal.column.side-bar-container {
    display: none !important;
    width: 0 !important;
  }
}

@media print {
  button {
    display: none !important;
  }
}

@media print {
  [type=button] {
    display: none !important;
  }
}

.ui.checked.fitted.toggle.checkbox input:checked ~ label::before {
  background-color: var(--primary--light) !important;
}

@media print {
  .app-bar {
    display: none !important;
  }
}

body {
  overflow: scroll;
}

.table.sticky-header thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.ui.table.clean-table thead tr th {
  border: none;
}
.ui.table.clean-table tbody tr td {
  border: none;
}
.ui.table.clean-table tbody tr td div.disabled {
  opacity: 1;
}

div .segment.procedural-table {
  padding: 0;
}

table.ui.table tr.disabled td {
  color: inherit;
}

.ui.sortable.table--fixed-sort-arrow thead tr th:not(.sorted)::after {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  content: "\f0d8" !important;
  height: 1em;
  width: auto;
  margin: 0 0 0 0.5em;
  font-family: Icons;
}

.connected {
  --color: var(--primary);
  --offset-x: -20px;
  --offset-y: var(--seperation, 0px);
  position: relative;
}
.connected::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  left: var(--offset-x) px;
  border-radius: 50%;
  background: var(--color);
}
.connected:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + var(--offset-y));
  top: 20px;
  left: calc(var(--offset-x) + 5px);
  background: var(--color);
  /*z-index: 10;*/
}

.connected--data {
  --color: var(--primary);
  --offset-x: -24px;
  --offset-y: var(--seperation, 0px);
  position: relative !important;
}
.connected--data tr {
  position: relative !important;
}
.connected--data > td:first-child::before {
  content: "";
  opacity: 1;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  left: var(--offset-x);
  border-radius: 50%;
  background: var(--color);
}
.connected--data:not(:last-child) > td:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + var(--offset-y));
  top: 20px;
  left: calc(var(--offset-x) + 5px);
  background: var(--color);
  /*z-index: 10;*/
}
.connected--data::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 20px;
  left: calc(var(--offset-x) + 5px);
  background: var(--color);
  /*z-index: 10;*/
}

.no-border {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15) !important;
}

.tree-view__heading {
  --color: black;
  --background-color: white;
  display: flex;
  flex-direction: row;
  position: relative;
  color: var(--color);
  background-color: var(--background-color);
  padding-bottom: 15px;
}
.tree-view__heading::before {
  position: absolute;
  bottom: -15px;
  content: "";
  width: 100%;
  height: 30px;
  background-image: linear-gradient(to bottom, var(--background-color), white);
}
@media print {
  .tree-view__heading::before {
    content: none !important;
  }
}
.tree-view__heading__status {
  color: black;
  text-transform: capitalize;
  display: none;
  margin-left: 1rem;
}
.tree-view__heading__status::before {
  content: "<";
}
.tree-view__heading__status::after {
  content: ">";
}
@media print {
  .tree-view__heading__status {
    display: inline-block;
  }
}
.tree-view__heading__count {
  color: black;
  display: none;
  margin-left: 1rem;
}
@media print {
  .tree-view__heading__count {
    display: inline-block;
  }
}
.tree-view__heading__container {
  display: inline-block;
}
.tree-view__heading__container .button.ui {
  margin-left: 100px !important;
  z-index: 10;
}
.tree-view__heading .title {
  display: inline-block;
  border: none !important;
}
@media print {
  .tree-view__heading .title i.icons div.ui.label {
    min-width: 1em !important;
    min-height: 1em !important;
    font-size: 1rem;
    background-color: white !important;
    color: black !important;
  }
}
.tree-view__heading .title b,
.tree-view__heading .title span {
  display: inline-block;
  margin-left: 1rem;
}
@media print {
  .tree-view {
    box-shadow: none !important;
  }
  .tree-view div {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
}

div.ui.accordion.inline-accordion {
  display: inline-block;
  width: unset !important;
  max-width: unset !important;
}
div.ui.accordion.inline-accordion div.content {
  display: flex !important;
  flex-direction: column;
}
div.ui.accordion.inline-accordion div.content.collapse {
  display: none !important;
}

@media print {
  table {
    page-break-after: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  background: #f0f0f0;
  width: 1rem !important;
  height: 1rem !important;
}
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 18, 30, 0.4);
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
body.ui.inverted::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

div .legend.ui.menu a::-webkit-scrollbar-thumb {
  cursor: unset !important;
}
div .legend.ui.menu .item.active {
  background: rgba(0, 0, 0, 0);
}
div .legend.ui.menu .item.active.selected {
  background: rgba(0, 0, 0, 0.05);
}
div .legend.ui.menu.not-selectable > a {
  cursor: unset !important;
}

.toasts {
  position: fixed;
  z-index: 20;
  width: inherit;
  bottom: 2rem;
  right: 2rem;
}
.toasts .visible.toast {
  display: flex !important;
}
.toasts code:not([class*=language-]) {
  font-size: 87.5%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  white-space: pre;
  display: inline-block;
}

.capitalize {
  text-transform: capitalize !important;
}

.uppercase,
a.uppercase,
a.item.uppercase,
a[role=options].item.uppercase {
  text-transform: uppercase !important;
}

div.field.input-padding div.ui.input input {
  padding-top: 0.67857143em;
  padding-bottom: 0.67857143em;
  padding-left: 1em !important;
}

div.ui.input.input-padding input {
  padding: 0.67857143em 1em !important;
}

div.ui.input.transparent.icon.input-padding input {
  padding: 0.67857143em 1em !important;
}

div.field.input-padding .ui.input.transparent input {
  padding: 0.67857143em 1em !important;
}

div.field.field-input-padding div.ui input {
  padding: 0.67857143em 1em !important;
}

div.ui.input.text-opacity,
div.field.text-opacity {
  opacity: 1;
}
div.ui.input.text-opacity.disabled,
div.field.text-opacity.disabled {
  opacity: 1;
}
div.ui.input.text-opacity.disabled input,
div.field.text-opacity.disabled input {
  opacity: 1;
}
div.ui.input.text-opacity div.ui.input,
div.field.text-opacity div.ui.input {
  opacity: 1;
}
div.ui.input.text-opacity div.ui.input input[disabled],
div.field.text-opacity div.ui.input input[disabled] {
  opacity: 1;
}
div.ui.input.text-opacity input,
div.field.text-opacity input {
  opacity: 1;
}

a.ui.button.circular.button-inline-block {
  display: inline-block;
}

div.overflow-x--auto {
  overflow-x: auto;
}

code:not([class*=language-])::before {
  letter-spacing: -0.2em;
  content: " ";
}

code:not([class*=language-])::after {
  letter-spacing: -0.2em;
  content: " ";
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

code:not([class*=language-]) {
  font-size: 87.5%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  white-space: pre;
  display: inline-block;
}

div.ui.no-thread.comments {
  box-shadow: none !important;
}

.notification {
  cursor: pointer;
}

.nav-item {
  text-transform: capitalize;
}

.ui.table.stops-comparison {
  --seperation: 0.5rem;
  --border: 1px solid rgba(34, 36, 38, 0.1);
  border-collapse: separate !important;
  border-spacing: 0 var(--seperation) !important;
  border: none !important;
  background: transparent;
  padding: 0 34px;
}
.ui.table.stops-comparison tr {
  background: white;
}
.ui.table.stops-comparison tr th {
  pointer-events: none;
  cursor: auto;
}
.ui.table.stops-comparison tr td,
.ui.table.stops-comparison tr th {
  border-top: var(--border) !important;
  border-bottom: var(--border) !important;
}
.ui.table.stops-comparison tr td:first-child,
.ui.table.stops-comparison tr th:first-child {
  border-left: var(--border) !important;
}
.ui.table.stops-comparison tr td:last-child,
.ui.table.stops-comparison tr th:last-child {
  border-right: var(--border) !important;
}
.ui.table.stops-comparison tbody tr {
  box-shadow: 0 0 calc(var(--seperation) * 0.5) 0 rgba(0, 0, 0, 0.15), 0 0 calc(var(--seperation) * 2) 0 rgba(0, 0, 0, 0.075), 0 0 calc(var(--seperation) * 1) 0 rgba(0, 0, 0, 0.025) !important;
}

@media print {
  .comparison-grid {
    flex-direction: column !important;
  }
  .comparison-grid .column .ui {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

@media print {
  .comparison-divider {
    display: none;
  }
}

div.ui.selection.dropdown.active,
.ui.selection.dropdown.visible {
  z-index: 20;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/semantic-ui/icons.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/semantic-ui/icons.woff2") format("woff2"), url("../fonts/semantic-ui/icons.woff") format("woff"), url("../fonts/semantic-ui/icons.ttf") format("truetype");
}
body {
  font-family: "Ubuntu", sans-serif;
}

/*# sourceMappingURL=styles.css.map */
