/*! Jazzy - https://github.com/realm/jazzy
 *  Copyright Realm Inc.
 *  SPDX-License-Identifier: MIT
 */
@font-face {
  font-family: 'GilroyBold';
  src: url("../fonts/gilroy-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'GilroySemibold';
  src: url("../fonts/gilroy-semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/proximanova-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("../fonts/proximanova-semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../fonts/proximanova-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'FiraCodeBold';
  src: url("../fonts/firacode-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'FiraCodeMedium';
  src: url("../fonts/firacode-medium.woff2") format("woff2"); }

@font-face {
  font-family: 'FiraCcsodeSemibold';
  src: url("../fonts/firacode-semibold.woff2") format("woff2"); }

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

body {
  margin: 0;
  background: #fff;
  color: #333;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #000;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25rem; }

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.275em 0 0.6em; }

h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1.275em 0 0.3em; }

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1em 0 0.3em; }

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.275em 0 0.85em; }

h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.275em 0 0.85em; }

h6 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.275em 0 0.85em;
  color: #777; }

p {
  margin: 0 0 1em; }

ul, ol {
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

blockquote {
  margin: 0 0 0.85em;
  padding: 0 15px;
  color: #858585;
  border-left: 4px solid #e5e5e5; }

img {
  max-width: 100%; }

a {
  color: #4183c4;
  text-decoration: none; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: underline; }
  a.discouraged {
    text-decoration: line-through; }
    a.discouraged:hover, a.discouraged:focus {
      text-decoration: underline line-through; }

table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
  margin: 0 0 0.85em; }

tr:nth-child(2n) {
  background-color: #fbfbfb; }

th, td {
  padding: 6px 13px;
  border: 1px solid #CCCCCC; }

hr {
  height: 1px;
  border: none;
  background-color: #CCCCCC; }

pre {
  margin: 0 0 1.275em;
  padding: .85em 1em;
  overflow: auto;
  background: #f7f7f7;
  font-size: .875em;
  font-family: "FiraCodeMedium", sans-serif; }

code {
  font-family: "FiraCodeMedium", sans-serif; }

.item-container p > code, .item-container li > code, .top-matter p > code, .top-matter li > code {
  background: #f7f7f7;
  padding: .2em; }
  .item-container p > code:before, .item-container p > code:after, .item-container li > code:before, .item-container li > code:after, .top-matter p > code:before, .top-matter p > code:after, .top-matter li > code:before, .top-matter li > code:after {
    letter-spacing: -.2em;
    content: "\00a0"; }

pre code {
  padding: 0;
  white-space: pre; }

.content-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .content-wrapper {
      flex-direction: row; } }
.header {
  display: flex;
  padding: 24px 24px 24px 0;
  font-size: 0.875em;
  color: #999;
  height: 80px;
  border-bottom: 1px solid #EDEDED; }

.header-col {
  margin: 0;
  padding: 0 8px; }

.header-col--primary {
  flex: 1; }

.header-link {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000; }

a.header-link:focus, a.header-link:hover {
  text-decoration: none; }

.header-icon {
  padding-left: 80px;
  padding-right: 24px;
  vertical-align: -3px;
  height: 20px; }

.header-separator {
  padding-right: 24px;
  vertical-align: -6px;
  height: 24px; }

.breadcrumbs {
  padding: 16px 80px;
  margin: 0;
  border-bottom: 1px solid #EDEDED;
  color: #000;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 0.875em;
  font-style: normal;
  line-height: 20px; }
  .breadcrumbs a {
    color: #CCCCCC; }

.carat {
  height: 10px;
  margin: 0 5px; }

.navigation {
  order: 2;
  padding-top: 60px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .navigation {
      order: 1;
      width: 340px;
      padding-left: 90px;
      padding-bottom: 64px;
      overflow: hidden;
      word-wrap: break-word;
      border-right: 1px solid #EDEDED; } }
.nav-groups {
  list-style-type: none;
  padding-left: 0; }

.nav-group-name {
  list-style: none;
  display: flex;
  align-items: center; }

.nav-group-name-link {
  font-family: 'GilroyBold', sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #666666; }

.nav-group-tasks {
  display: none;
  margin: 8px 0;
  padding: 0 0 0 8px; }

.nav-group-task {
  font-size: 1em;
  word-wrap: break-word;
  list-style-type: none;
  white-space: nowrap; }

.nav-group-task-link {
  color: #808080; }

.main-content {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  order: 1; }
  @media (min-width: 768px) {
    .main-content {
      order: 2;
      flex: 1;
      padding-bottom: 60px; } }
.section {
  padding: 0 80px; }

.section-content {
  max-width: 100%;
  margin: -10 auto; }

.section-name {
  color: #000;
  display: block; }
  .section-name p {
    margin-bottom: inherit; }

#modulename {
  color: #000;
  font-family: 'GilroyBold', sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.32px; }

.declaration .highlight {
  overflow-x: initial;
  padding: 8px 0;
  margin: 0;
  background-color: transparent;
  border: none; }

.task-group-section {
  border-top: 1px solid #ddd; }

.task-group {
  padding-top: 0px; }

.task-name-container a[name]:before {
  content: "";
  display: block; }

.section-name-container {
  position: relative; }
  .section-name-container .section-name-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0; }
  .section-name-container .section-name {
    position: relative;
    pointer-events: none;
    z-index: 1; }
    .section-name-container .section-name a {
      pointer-events: auto; }

.item-container {
  padding: 0; }

.item {
  padding-top: 20px;
  width: 100%;
  list-style-type: none; }
  .item a[name]:before {
    content: "";
    display: block; }
  .item .token, .item .direct-link {
    color: #000;
    display: inline-block;
    text-indent: -20px;
    padding-left: 3px;
    margin-left: 20px;
    font-family: 'GilroyBold', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
  .item .fullURL, .item .direct-link {
    color: #000;
    display: inline-block;
    text-indent: -20px;
    padding-left: 3px;
    margin-left: 20px;
    font-family: 'GilroyBold', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
  .item .declaration-note {
    font-size: .85em;
    color: #808080;
    font-style: italic; }

.pointer-container {
  border-bottom: 1px solid #ddd;
  left: -23px;
  padding-bottom: 13px;
  position: relative;
  width: 110%; }

.pointer {
  left: 21px;
  top: 7px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  background: #fff;
  transform: rotate(45deg); }

.height-container {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .height-container .section {
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding: 8px 16px; }

.aside, .language {
  padding: 6px 12px;
  margin: 12px 0;
  border-left: 5px solid #dddddd;
  overflow-y: hidden; }
  .aside .aside-title, .language .aside-title {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
    color: #aaa;
    -webkit-user-select: none; }
  .aside p:last-child, .language p:last-child {
    margin-bottom: 0; }

.language {
  border-left: 5px solid #cde9f4; }
  .language .aside-title {
    color: #4183c4; }

.aside-warning, .aside-deprecated, .aside-unavailable {
  border-left: 5px solid #ff6666; }
  .aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title {
    color: #ff0000; }

.graybox {
  border-collapse: collapse;
  width: 100%; }
  .graybox p {
    margin: 0;
    word-break: break-word;
    min-width: 50px; }
  .graybox td {
    border: 1px solid #ddd;
    padding: 5px 25px 5px 10px;
    vertical-align: middle; }
  .graybox tr td:first-of-type {
    text-align: right;
    padding: 7px;
    vertical-align: top;
    word-break: normal;
    width: 40px; }

.slightly-smaller {
  font-size: 0.9em; }

.footer {
  padding: 8px 16px;
  background: #444;
  color: #ddd;
  font-size: 0.8em; }
  .footer p {
    margin: 8px 0; }
  .footer a {
    color: #fff; }

html.dash .header, html.dash .breadcrumbs, html.dash .navigation {
  display: none; }

html.dash .height-container {
  display: block; }

.searchform {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: -10px;
  width: 300px; }
  .searchform input {
    font: 16px/1.7 "ProximaNovaRegular", "GilroyBold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid;
    color: #000000;
    border-radius: 1em;
    width: 250px; }
    .loading .searchform input {
      background: white url(../img/spinner.gif) center right 4px no-repeat; }
  .searchform .tt-menu {
    margin: 0;
    width: 100%;
    background: #fbfbfb;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 1em; }
  .searchform .tt-highlight {
    font-weight: bold; }
  .searchform .tt-suggestion {
    font: 16px/1.7 "ProximaNovaRegular", "GilroyBold", sans-serif;
    padding: 8px 8px;
    word-break: break-word; }
    .searchform .tt-suggestion span {
      display: inline-block;
      white-space: normal;
      border-radius: 1em; }
    .searchform .tt-suggestion .doc-parent-name {
      width: 100%;
      text-align: right;
      font-weight: normal;
      font-size: 0.9em;
      padding-left: 16px; }
  .searchform .tt-suggestion:hover,
  .searchform .tt-suggestion.tt-cursor {
    cursor: pointer;
    background-color: #4183c4;
    color: #fff; }
  .searchform .tt-suggestion:hover .doc-parent-name,
  .searchform .tt-suggestion.tt-cursor .doc-parent-name {
    color: #fff; }

.name {
  font-family: 'GilroySemibold', sans-serif;
  font-size: 12px; }

.text {
  font-size: 14px;
  font-family: 'ProximaNovaRegular', sans-serif;
  color: black; }

.container {
  background-color: #333333;
  color: #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 44px; }

.column {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 1fr;
  gap: 10px;
  padding: 20px;
  max-width: 1200px;
  margin: 20px auto; }

.domains {
  display: flex;
  align-items: center; }

.title {
  font-family: 'GilroyBold', sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.32px; }

.description {
  color: #000;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; }

.link {
  font-weight: 700;
  text-decoration-line: underline; }

.no-style,
.no-style:hover,
.no-style:focus {
  color: inherit; }

.domainName {
  font-size: 18.41px;
  padding-left: 20px;
  font-family: 'GilroyBold', sans-serif;
  font-style: normal;
  line-height: 21.04px;
  letter-spacing: -0.184px; }

.arrow {
  margin-right: 8px;
  width: 16px;
  height: 32px; }

.nav-groups li {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }

.nav-groups li:before {
  content: "";
  font-family: 'GilroyBold', sans-serif;
  font-size: 16px;
  font-style: normal;
  padding-bottom: 70px;
  position: absolute;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: -1; }

.nav-groups li:nth-child(1):before {
  content: "Common"; }

.nav-groups li:nth-child(7) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(7) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(8):before {
  content: "Data Management"; }

.nav-groups li:nth-child(14) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(14) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(15):before {
  content: "Map Visualization"; }

.nav-groups li:nth-child(23) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(23) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(24):before {
  content: "Search"; }

.nav-groups li:nth-child(37) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(37) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(38):before {
  content: "Routing"; }

.nav-groups li:nth-child(45) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(45) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(46):before {
  content: "Navigation"; }

.nav-groups li:nth-child(59) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(59) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(60):before {
  content: "Virtual Horizon"; }

.nav-groups li:nth-child(62) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(62) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(63):before {
  content: "Traffic"; }

.nav-groups li:nth-child(66) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(66) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:nth-child(67):before {
  content: "Map Matching"; }

.nav-groups li:nth-child(69) {
  padding-bottom: 60px; }

.nav-groups li:nth-child(69) .arrow {
  content: url("../img/arrow_last.png"); }

.nav-groups li:last-child:before {
  content: "Other"; }

.nav-groups li:last-child .arrow {
  content: url("../img/arrow_last.png"); }
