@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic,700italic,300,300italic&subset=latin,latin-ext);
/* line 9 */
body {
  margin: 0;
  font-family: "Libre Baskerville", Garamond, serif;
}

/* line 14 */
a {
  color: #00A8E8;
}

/* line 18 */
a:visited {
  color: #007EA7;
}

/* line 22 */
#main {
  position: relative;
}

/* line 26 */
#affixed {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}

/* line 38 */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 40px;
  background-color: #003459;
  font-size: 12px;
  font-weight: 400;
}
/* line 47 */
ul.topnav i {
  font-size: 2em;
}
/* line 51 */
ul.topnav i:hover {
  color: #00A8E8;
}
/* line 55 */
ul.topnav li {
  position: relative;
  float: left;
  height: 40px;
  padding: 0 8px;
}
/* line 61 */
ul.topnav li * {
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  color: white;
  line-height: 40px;
  padding: 6px 6px;
  border-radius: 8px;
}
/* line 72 */
ul.topnav li:not(:first-child) {
  text-transform: uppercase;
}
/* line 76 */
ul.topnav li:first-child a {
  font-size: 20px;
}
/* line 80 */
ul.topnav li.navitem a:not(.highlighted):hover {
  background-color: #00A8E8;
}
/* line 84 */
ul.topnav .navitem-tour span:not(.highlighted):hover {
  cursor: pointer;
  background-color: #00A8E8;
}
/* line 89 */
ul.topnav .lang {
  float: right;
}
/* line 93 */
ul.topnav .highlighted {
  background-color: #00A8E8;
  border-radius: 8px;
  cursor: default;
}

/* line 102 */
#query-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

/* line 111 */
#query-scroller {
  position: relative;
  overflow: auto;
  max-width: 400px;
  height: 150px;
  margin: 0 auto;
}

/* line 120 */
#query-scroller::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

/* line 126 */
#query-scroller::-webkit-scrollbar-button {
  display: none;
}

/* line 130 */
#query-scroller::-webkit-scrollbar-track {
  background: #fff;
}

/* line 134 */
#query-scroller::-webkit-scrollbar-thumb {
  min-height: 2rem;
  background: #d2d2d2;
  background-clip: padding-box;
  border: 3px solid #fff;
}

/* line 141 */
#query-scroller::-webkit-scrollbar-thumb:active {
  background-color: #aaa;
  border-width: 2px;
}

/* line 146 */
#query {
  white-space: pre;
  line-height: 40px;
  font-family: monospace;
  padding-top: 3px;
  padding-left: 3px;
}

/* line 160 */
#query-legend {
  position: fixed;
  right: 20px;
  top: 40px;
  width: 400px;
  height: 105px;
}

/* line 168 */
#query-legend .label {
  text-align: right;
}

/* line 172 */
#legend-canvas {
  width: 100%;
  height: 100%;
}

/* line 179 */
#container {
  z-index: 2;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 186 */
#docs {
  margin-left: 50px;
  margin-right: 100px;
}

/* line 191 */
#query-label {
  position: absolute;
  left: 20px;
  font-family: "Libre Baskerville", Garamond, serif;
}

/* line 197 */
#docs-label {
  position: absolute;
  left: 20px;
  top: 130px;
  font-family: "Libre Baskerville", Garamond, serif;
}

/* line 204 */
._attribution {
  clear: both;
  margin: 2rem 0 1.5rem;
  font-family: "Libre Baskerville", Garamond, serif;
  font-size: .75rem;
  color: #666;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 214 */
._attribution-p {
  display: inline-block;
  margin: 0;
  padding: .25rem .75rem;
  background: #f4f4f4;
  border-radius: 3px;
}

/* line 222 */
#docs-scrollbar {
  z-index: 3;
  position: fixed;
  right: 20px;
  width: 80px;
}

/* line 230 */
#docs-scrollbar:before {
  z-index: -1;
  margin: 0 0;
  position: absolute;
  content: 'index';
  text-align: right;
  width: 80px;
  left: 0;
  top: -25px;
}

/* line 241 */
#docs-canvas {
  z-index: -1;
  width: calc(100% - 16px);
}

/* line 248 */
#docs-scrollbar-canvas {
  width: 100%;
  height: 100%;
}

/* line 253 */
.canvas {
  position: absolute;
  pointer-events: none;
}

/* line 258 */
#main-canvas {
  width: 100%;
  z-index: 20;
}

/* line 263 */
.showdocs-link {
  fill: none;
  stroke: black;
  stroke-width: 1.5px;
}

/* line 268 */
.showdocs-link-back {
  fill: none;
  stroke: white;
  stroke-width: 10px;
}

/* line 274 */
.showdocs-decorate-back, .clickable {
  cursor: pointer;
}

/* line 278 */
.showdocs-decorate-back-outline {
  fill: none;
  stroke: black;
  stroke-linejoin: round;
}

@keyframes outline {
  0% {
    stroke-width: 0px;
  }
  90% {
    stroke-width: 3px;
  }
  100% {
    stroke-width: 3px;
  }
}
/* line 296 */
#query-canvas {
  width: 100%;
}

/* line 300 */
#query-canvas g * {
  pointer-events: auto;
}

/* line 304 */
#docs-scrollbar-canvas g * {
  pointer-events: auto;
}

/* line 308 */
#docs .showdocs-decorate-back,
#query .showdocs-decorate-back {
  padding: 2px 4px;
  border-radius: 3px;
}

/* line 314 */
.scrollbar-eyes {
  opacity: 0.2;
  fill: #00A8E8;
}

/* line 319 */
.container-center {
  margin: 0 auto;
  width: 700px;
}

/* line 325 */
.index .row {
  padding: 20px 0px;
}
/* line 329 */
.index .row-desc {
  float: left;
  width: 170px;
}
/* line 334 */
.index .row-desc h4 {
  margin-top: 0;
  text-transform: uppercase;
}
/* line 339 */
.index .row-desc div {
  color: rgba(46, 48, 58, 0.96);
}
/* line 343 */
.index .row-content {
  margin-left: 200px;
}
/* line 346 */
.index .row-content textarea {
  width: 100%;
  height: 100px;
  border: .1rem solid #c5c5c5;
  border-radius: .3rem;
  outline: 0;
}
/* line 355 */
.index .lang-select-icon {
  display: inline-block;
  width: 158px;
  padding: 14px 2px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #003459;
  opacity: 0.7;
  border-radius: 8px;
}
/* line 366 */
.index .lang-select-icon i {
  font-size: 64px;
}
/* line 371 */
.index .lang-select-icon:hover {
  transition-duration: 0.2s;
  transform: scale(1.2);
  opacity: 1;
}
/* line 377 */
.index .lang-select-icon.highlight {
  opacity: 1;
  background-color: rgba(0, 126, 167, 0.3);
}
/* line 382 */
.index .submit {
  background-color: #007EA7;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  font: inherit;
}
/* line 394 */
.index .lang-select-name {
  font-size: 1.3em;
  font-weight: bold;
}
/* line 399 */
.index .lang-select-icon svg {
  width: 64px;
  height: 64px;
}

/* line 406 */
.error span:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: red;
}

/* line 413 */
.plain {
  line-height: 1.5em;
}
/* line 416 */
.plain h1, .plain h2, .plain h3, .plain h4 {
  position: relative;
}
/* line 419 */
.plain h1 a, .plain h2 a, .plain h3 a, .plain h4 a {
  position: absolute;
  left: -15px;
}
/* line 424 */
.plain h1 a, .plain h1 a:visited, .plain h2 a, .plain h2 a:visited, .plain h3 a, .plain h3 a:visited, .plain h4 a, .plain h4 a:visited {
  text-decoration: none;
}
/* line 430 */
.plain h1:before, .plain h2:before, .plain h3:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

/* line 439 */
.showdocs-decorate-symbol {
  fill: none;
  stroke: none;
}

/* line 444 */
.showdocs-decorate-block-lettersymbol-outline {
  text-anchor: middle;
  alignment-baseline: hanging;
  font-size: 30px;
}

/* line 451 */
.showdocs-decorate-block-lettersymbol-outline text:first-child, .showdocs-decorate-block-lettersymbol-outline .showdocs-decorate-symbol:first-child {
  stroke: white;
  stroke-width: 6px;
}

/* line 457 */
.showdocs-decorate-symbol-pulse path {
  transform: scale(1);
}

/* line 461 */
.showdocs-decorate-symbol-pulse-animate {
  animation: pulse 1.5s ease-out 75ms infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
/* line 480 */
.tour {
  display: none;
  background: rgba(51, 51, 51, 0.9);
  border-radius: .3rem;
  color: #fff;
  font-size: .7rem;
  line-height: 1.6rem;
  overflow: hidden;
  padding: .6rem 1rem;
  position: fixed;
  transition: all .216s ease;
  z-index: 99;
  opacity: 0;
  max-width: 300px;
}

/* line 497 */
.tour-close::before {
  float: right;
  content: "\00d7";
  margin-left: .3rem;
  opacity: .7;
  padding: 0;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .216s ease;
}

/* line 509 */
.tour-close:hover::before {
  opacity: 1;
}

/* line 513 */
.tour.query {
  position: absolute;
  top: 100%;
  left: calc(100% + 20px);
  width: 400px;
}

/* line 520 */
.tour.legend {
  position: absolute;
  top: 10%;
  right: 130px;
  width: 150px;
}

/* line 527 */
.tour.index {
  position: absolute;
  top: 0;
  right: 110%;
  width: 150px;
}
