/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Make description lists nice.
 */
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  box-shadow: none !important;
  background-color: white !important;
}

pre.example {
  box-shadow: 3px 3px 3px #eee !important;
}

/** 
 * Be gone ye mad org CSS!
 */

/* Languages per Org manual */
pre.src-asymptote:before { content: '' !important; }
pre.src-awk:before { content: '' !important; }
pre.src-C:before { content: '' !important; }
pre.src-clojure:before { content: '' !important; }
pre.src-css:before { content: '' !important; }
pre.src-D:before { content: '' !important; }
pre.src-ditaa:before { content: '' !important; }
pre.src-dot:before { content: '' !important; }
pre.src-calc:before { content: '' !important; }
pre.src-emacs-lisp:before { content: '' !important; }
pre.src-fortran:before { content: '' !important; }
pre.src-gnuplot:before { content: '' !important; }
pre.src-haskell:before { content: '' !important; }
pre.src-hledger:before { content: '' !important; }
pre.src-java:before { content: '' !important; }
pre.src-js:before { content: '' !important; }
pre.src-latex:before { content: '' !important; }
pre.src-ledger:before { content: '' !important; }
pre.src-lisp:before { content: '' !important; }
pre.src-lilypond:before { content: '' !important; }
pre.src-lua:before { content: '' !important; }
pre.src-matlab:before { content: '' !important; }
pre.src-mscgen:before { content: '' !important; }
pre.src-ocaml:before { content: '' !important; }
pre.src-octave:before { content: '' !important; }
pre.src-org:before { content: '' !important; }
pre.src-oz:before { content: '' !important; }
pre.src-plantuml:before { content: '' !important; }
pre.src-processing:before { content: '' !important; }
pre.src-python:before { content: '' !important; }
pre.src-R:before { content: '' !important; }
pre.src-ruby:before { content: '' !important; }
pre.src-sass:before { content: '' !important; }
pre.src-scheme:before { content: '' !important; }
pre.src-screen:before { content: '' !important; }
pre.src-sed:before { content: '' !important; }
pre.src-sh:before { content: '' !important; }
pre.src-sql:before { content: '' !important; }
pre.src-sqlite:before { content: '' !important; }
pre.src-forth:before { content: '' !important; }
pre.src-io:before { content: '' !important; }
pre.src-J:before { content: '' !important; }
pre.src-makefile:before { content: '' !important; }
pre.src-maxima:before { content: '' !important; }
pre.src-perl:before { content: '' !important; }
pre.src-picolisp:before { content: '' !important; }
pre.src-scala:before { content: '' !important; }
pre.src-shell:before { content: '' !important; }
pre.src-ebnf2ps:before { content: '' !important; }
pre.src-cpp:before  { content: '' !important; }
pre.src-abc:before  { content: '' !important; }
pre.src-coq:before  { content: '' !important; }
pre.src-groovy:before  { content: '' !important; }
pre.src-bash:before  { content: '' !important; }
pre.src-csh:before  { content: '' !important; }
pre.src-ash:before  { content: '' !important; }
pre.src-dash:before  { content: '' !important; }
pre.src-ksh:before  { content: '' !important; }
pre.src-mksh:before  { content: '' !important; }
pre.src-posh:before  { content: '' !important; }
pre.src-ada:before { content: '' !important; }
pre.src-asm:before { content: '' !important; }
pre.src-caml:before { content: '' !important; }
pre.src-delphi:before { content: '' !important; }
pre.src-html:before { content: '' !important; }
pre.src-idl:before { content: '' !important; }
pre.src-mercury:before { content: '' !important; }
pre.src-metapost:before { content: '' !important; }
pre.src-modula-2:before { content: '' !important; }
pre.src-pascal:before { content: '' !important; }
pre.src-ps:before { content: '' !important; }
pre.src-prolog:before { content: '' !important; }
pre.src-simula:before { content: '' !important; }
pre.src-tcl:before { content: '' !important; }
pre.src-tex:before { content: '' !important; }
pre.src-plain-tex:before { content: '' !important; }
pre.src-verilog:before { content: '' !important; }
pre.src-vhdl:before { content: '' !important; }
pre.src-xml:before { content: '' !important; }
pre.src-nxml:before { content: '' !important; }
pre.src-conf:before { content: '' !important; }

pre.src:hover:before { display: none !important;}

pre {
  border: 0px !important;
}
pre.src:before {
  border: 0px !important;
}

.example {
    border: 1px solid #ccc !important;
}

.result {
    padding-left: 2.75em;
    border-top: 1px solid #ccc !important;
    overflow: auto;
}

.result:after {
    position: absolute;
    left: 0.65em; 
    top: 0.3em;
    content: '⇒' !important;
    font-family: serif;
    font-size: 20px;
    color: black;
}


.org-src-container {
  position: relative;
  align-items: end;
  padding-top: 0px;
  padding-bottom: 0px;
  /* margin-bottom: 1.2em; */
  overflow-y: hidden;
}

.code-shadow {
  box-shadow: 3px 3px 3px #eee;
  border: 1px solid #ccc;
  margin-top: 20px;
}


.org-src-container pre.src {
  display: block;
  overflow: auto;
  /* overflow-y: hidden; */
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 0px !important;
}
.org-src-container pre.src:before {
  top: 10px;
}

.example-footer {
  border-top: 1px solid #ccc;
  flex-basis: 100%;
  text-align: center;
  text-decoration: none;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
}

#all-examples {
  position: fixed;
  right: 10px;
  top: 110px;
  box-shadow: 1px 1px 1px #bbb;
	background:linear-gradient(to bottom, #fff 5%, #f9f9f9 100%);
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
  padding: 1px 6px 1px 6px;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 2px;
}

#all-examples:hover {
	background:linear-gradient(to bottom, #fff 5%, #eee 100%);
}

#all-examples:active {
	background:linear-gradient(to bottom, #fff 5%, #eee 100%);
  transform: translate(1px, 1px);
  box-shadow: none;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0;
}
td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
.fa,
.key h3 .press:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.key h4 .press:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/****************************************************************************/
/** customizations **/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  padding-top: 115px;
  margin-top: -100px;
  /* margin-bottom: -9px; */
}

h1 {
  font-size: 49px;
  font-weight: 300;
  line-height: 50px;
}

h2 {
  font-size: 33px;
  font-weight: 400;
  line-height: 50px;
}

h2#table-of-contents-1:first-child {
  display: none;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
}

/* Nav line-height must be more compact */
.key h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
}

.key h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
}

a,
a:visited {
  color: #1cb14a;
}

pre {
  border-left: 2px solid #e1e4e5;
  overflow-x: auto;
  background: #fff;
  margin: 10px 0 0px 0;
  padding: 12px 12px;
  font-family: "Source Code Pro", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #404040;
  /*margin-top: 20px;*/
}

table {
  border: none;
}
th,
td {
  border: 1px solid #dddddd;
  padding: 6px 10px;
}
th {
  vertical-align: bottom;
}
td {
  vertical-align: top;
}

blockquote {
  /**  border-left: 2px solid #e1e4e5; **/
  background: #e6fae3;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #8ce87e;
}

blockquote p {
    margin-block: 0px; 
}


/****************************************************************************/
/** page structure **/

.d-main {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.d-nav-container {
    top: 100px;
    min-height: inherit;
    padding-bottom: 0;
    background-color: #fff;
    border-right: 1px solid #e9edee;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff;
    z-index: 200;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.d-nav-resize {
    top: 100px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    bottom: 0;
    left: 300px;
    width: 20px;
    height: 25px;
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#d6d6d6;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
.d-nav-resize:hover {
	background-color:#FFF;
}

.d-nav-resize-arrows {
    position: absolute;
    top: 38%;
    left: 22%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#d6d6d6;
	text-shadow:0px 1px 0px #ffffff;
}
.d-nav-scroll {
    width: 320px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
}
.d-nav {
    width: 300px;
}
.d-content-container {
    margin-left: 300px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    -moz-transition: margin-left 0.5s ease-in-out;
    -o-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
}
.d-content {
    margin: 0;
    padding: 1.618em 3.236em;
    height: 100%;
    max-width: 800px;
}
.d-footer {
    color: #999;
    max-width: 800px;
    padding: 1.618em 0;
    margin-left: 3.236em;
    border-top: 1px solid #e1e4e5;
}

/****************************************************************************/
/** header **/

.d-header-search {
  height: 64px;
  overflow: hidden;
}

.d-breadcrumbs-section-text a {
  color: #6e9bdc;
  text-decoration: none;
}

.d-header-nav {
  position: relative;
  border-top: 1px solid #e9edee;
  height: 35px;
}
.d-breadcrumbs {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline;
}
.d-breadcrumbs li {
  display: inline-block;
}
.d-breadcrumbs li a:first-child {
  padding-left: 5px;
}
.d-breadcrumbs li a,
.d-breadcrumbs li a:visited,
.d-breadcrumbs-current,
.d-breadcrumbs-section-text {
  color: rgb(71, 83, 101);
  font-size: 14px;
  text-decoration: none;
}
.d-breadcrumbs li a:first-child {
  padding-left: 0;
}
.d-breadcrumbs li a {
  display: inline-block;
  padding: 5px;
}

.d-logo {
  float: left;
}
.d-datomic-logo {
  display: inline-block;
  width: 64px;
  padding: 4px 0 0 10px;
}
.d-breadcrumbs-current {
  color: #6e9bdc;
}
.d-breadcrumbs .d-breadcrumbs-current,
.d-breadcrumbs-section-text {
  color: #6e9bdc;
}

.d-breadcrumbs li.d-breadcrumbs-section {
  display: none;
}
.d-breadcrumbs li.d-breadcrumbs-section.show {
  display: inline-block;
}

.d-current-page-toc {
  display: inline-block;
}

.d-current-page-toc a:first-of-type {
  font-weight: 600 !important;
}

.d-breadcrumbs-subtopic a {
  font-weight: 400 !important;
  border-left: 1px solid rgba(71, 83, 102, 0.25);
  padding-left: 9px !important;
  margin-left: 45px !important;
  /* Must override for non-list sub-topics */
  color: #384251;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding-left: 36px;
}

.d-breadcrumbs-subtopic a:hover {
    background: rgba(71, 83, 102, 0.06);
}
.d-breadcrumbs-subtopic > a:last-of-type {
  border-left: 1px solid rgba(71, 83, 102, 0.25);
  border-bottom: 1px solid rgba(71, 83, 102, 0.25);
}

.d-breadcrumbs-subtopic {
    overflow-y: scroll;
    max-height: 18em;
}

.d-breadcrumbs-subtopic::-webkit-scrollbar {
    width: 10px;
}

.d-breadcrumbs-subtopic::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.d-breadcrumbs-subtopic::-webkit-scrollbar-thumb {
  background: #888; 
  height: 2em;
}

.d-breadcrumbs-subtopic::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.d-title {
  color: rgb(71, 83, 101) !important;
  font-size: 175%;
  font-weight: lighter;
  display: inline-block;
  padding: 4px 0 0 10px;
  margin-top: 15px;
  text-decoration: none;
}
.d-search-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 16px 10px;
}
.d-search-container .search-input {
  width: 200px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 2px 5px;
}
#search-submit {
  background: #357ae8 url(search_box_icon.png) center no-repeat;
  width: 69px;
  height: 27px;
  margin-top: 0px;
}
#content .gsc-control-cse td {
  border: 0px;
}
#content .gsc-control-cse .gsc-table-cell-snippet-close {
  padding: 10px;
}
#content .gsc-control-cse .gsc-above-wrapper-area {
  padding: 0px;
}
#content .gsc-control-cse .gsc-result-info {
  padding: 0px;
}
#content .gsc-control-cse .gsc-result-info-container {
  border: 0;
}

/****************************************************************************/
/** left nav **/

input[type='checkbox'] {
  display: none;
}

.label-toggle {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-out;
  padding-left: 10px;
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.label-toggle::before {
  content: '\f196';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.check-toggle:checked + .label-toggle + .c-content {
    height: auto !important;
}

.check-toggle:checked + .label-toggle:before {
 content: '\f147';

}


nav.single.init {
  background: #fff;
  padding-bottom: 150px;
}
.key:has(.check-toggle:checked) {
    background: rgba(71, 83, 102, 0.06);
}
.key h3 {
  margin: 0;
  display: inline-block;
}
.key h3:hover {
  background: rgba(71, 83, 102, 0.06);
}
.key h3 .individual {
  display: block;
  color: #384251;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 0px;
  position: relative;
  font-size: 14px;
}

.label-toggle:has(.nav-clickable div .individual):before {
    content: '' !important;
}

.label-toggle:has(.nav-clickable .individual):before {
    content: '' !important;
}

.key h3 .press,
.key h3 .d-toc-section {
  color: #384251;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}
.key h3 .press {
  display: block;
  padding: 2px 10px;
}
.key h3 .d-toc-section-expand {
  display: inline-block;
  padding: 2px 0 2px 10px;
}
.key h3 .d-toc-section {
  padding: 2px 10px 2px 0;
  width: 100%;
}
/*
.key h3 .press:before {
  margin-right: 4px;
}
.key h3 .press:before {
  content: "\f196"; 
}
.key.open h3 .press:before {
  content: "\f147";
}
*/
.key ul {
  margin: 0;
  padding: 0;
}
.key ul li {
  list-style-type: none;
}
.key ul li a {
  color: #384251;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding-left: 36px;
}
.key ul li a:hover {
  background: rgba(71, 83, 102, 0.06);
}
.key a {
  outline: 0;
}
.key h3 .q {
  position: absolute;
  display: block;
  right: 1em;
  top: 1em;
}
.key section {
  overflow-y: auto;
  padding: 0;
}
.key section {
  height: 0;
}

/* Second layer nav */

.key h4 {
  margin: 0;
  display: inline-block;
}
.key h4:hover {
  background: rgba(71, 83, 102, 0.06);
}
.key h4 .individual {
  display: block;
  color: #384251;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 24px;
  position: relative;
  font-size: 14px;
}
.key h4 .press,
.key h4 .d-toc-section {
  color: #384251;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}
.key h4 .press {
  display: block;
  padding: 2px 10px;
}
.key h4 .d-toc-section-expand {
  display: inline-block;
  padding: 2px 0 2px 10px;
}
.key h4 .d-toc-section {
  padding: 2px 10px 2px 0;
  width: 100%;
}
/*
.key h4 .press:before {
  margin-right: 4px;
}
.key h4 .press:before {
  content: "\f196"; 
}
.key.open h4 .press:before {
  content: "\f147";
}
*/

/* Additional styles for nested sections */
.key .key { /* Style for nested sections */
  padding-left: 20px; /* Indent nested sections */
  border-left: 2px solid #eee; /* Visual cue for nesting */
}

.key .key h3 { /* Style for headings in nested sections */
  font-size: 90%; /* Slightly smaller font size for nested section headings */
}

/* Adjustments for nested accordion behavior */
.key.open > section > .key > section {
  display: none; /* Hide nested sections' content by default */
}

.accordion .key.open > section > .key.open > section {
  display: block; /* Show content when nested section is open */
}


.key.open ul li a.d-nav-current {
  background: rgba(71, 83, 102, 0.06);
  font-weight: bold;
}

/* offset relative anchors for fixed header */
/*div.outline-2 h2 a:before,
div.outline-3 h2 a:before,
div.outline-4 h2 a:before,
div.outline-5 h2 a:before,
div.outline-6 h2 a:before
{
  display: block;
  content: " ";
  height: 125px;      /* Give height of your fixed element */
/* margin-top: -125px; /* Give negative margin of your fixed element */
/*} */

a.anchorjs-link {
   {
    display: block;
    content: " ";
    height: 125px; /* Give height of your fixed element */
    margin-top: -125px; /* Give negative margin of your fixed element */
  }
}

/****************************************************************************/
/** responsive **/

.d-nav-toggle {
  display: none;
  float: left;
  font-size: 21px;
  padding: 6px 8px;
  cursor: pointer;
}
.d-nav-toggle:before {
  content: "\f0c9"; /* .fa-bars */
}

@media screen and (max-width: 768px) {
  .d-header {
      height: 120px !important;
    position: sticky;
    position: -webkit-sticky;
  }
  .d-title {
      font-size: 100%;
      font-weight: normal;
  }
  .d-main {
  }
  .d-nav-container {
    display: none;
    position: sticky;
    top: 146px;
    width: 100%;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .d-nav-resize {
      display: none;
  }
  .d-nav-resize-arrows {
      display: none;
  }
  .d-breadcrumb-container {
    margin-left: 35px;
  }
  .d-nav-toggle {
    display: inline-block;
  }
  .d-nav-open .d-nav-container {
    display: block;
  }
  /* Don't scroll background when nav is open */
  .d-nav-open {
    overflow: hidden; 
  }
  .d-nav,
  .d-nav-scroll {
    width: 100%;
  }
  .d-content-container {
    margin-left: 0;
  }
  .d-content {
    padding: 35px;
  }
  .d-search-container {
    position: relative;
    clear: both;
    margin-top: 22px;
  }
  .d-header,
  .d-header-search {
    height: inherit;
  }
  .d-search-container .search-input {
    width: calc(100% - 88px);
  }
  .d-breadcrumbs {
    margin-left: 2px;
  }
  #all-examples {
    top: 125px;
  }
}

/****************************************************************************/
/** root index page **/

body.d-page-root .d-nav-container,
/*body.d-page-root .d-search-container,*/
body.d-page-root .d-header-nav,
body.d-page-root #content h1 {
  display: none;
}

body.d-page-root .d-header {
  height: 65px;
}
body.d-page-root .d-main {
  top: 65px;
}

body.d-page-root .d-content-container {
  margin-left: auto;
}
body.d-page-root .d-content,
body.d-page-root .d-footer {
  max-width: inherit;
  margin-right: 3.236em;
}

.col-md-6 {
    width: calc(50% - 3.2em);
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {
    .col-md-6 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.d-comparison-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.d-comparison-column {
  border: 1px solid #d5dbe3;
  border-radius: 4px;
}
.d-comparison-feature {
  padding: 12px 12px 13px;
  border-top: 1px solid #ebedef;
}
.d-comparison-feature p {
  margin-top: 15px;
}
.d-comparison-column h2 {
  padding-right: 12px;
  padding-left: 12px;
}

.d-learn-more-button {
  padding: 4px 16px;
  border: 2px solid #45ad65;
  border-radius: 4px;
  background-color: #fff;
  color: #45ad65;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

/** clipboardjs **/

.copy-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 1.2em;
}

.copy-container pre {
  flex: 10;
  margin: 0 !important;
  box-shadow: 3px 3px 3px #eee !important;
}

div .copy-button {
  flex: 1;
  border-radius: 3px;
  margin: 1px;
  height: 25px;
  padding-left: 27px;
  padding-right: 3px;
  border: 1px dotted lightgrey;
  /* background-image: url(copy-icon-text.png); */
  background: url(copy-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain !important;
  cursor: copy;
}

pre .code-copy-button {
    position: sticky;
    top: 0px;
    left: calc(100% - 65px);
    float: right;
    margin: 1px;
    border-radius: 3px;
    height: 25px;
    padding-left: 27px;
    padding-right: 3px;
    border: 1px dotted lightgrey;
    /* background-image: url(copy-icon-text.png); */
    background: url(copy-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-color: white;
    cursor: copy;
    width: max-content;
}

/* .copy-button { */
/*   background: url(copy-icon.png); */
/*   background-position: left center; */
/*   background-repeat: no-repeat; */
/*   background-size: contain !important; */
/*   height: 25px; */
/*   background-size: 20px; */
/*   border: 0; */
/*   cursor: copy; */
/* } */

.support-link {
  color: #3d9257;
  text-decoration: none;
  font-weight: bold;
  float: right;
  padding-right: 10px;
  font-size: 16px;
  margin: 0px;
}

.support-link a {
  color: #3d9257 !important;
  font-weight: bold !important;
  text-decoration: none;
}

.confirmed {
  position: relative;
}

.confirmed:after {
  position: absolute;
  z-index: 999;
  font-family: sans-serif;
  font-size: 10pt;
  display: none;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: pre;
  left: 0px;
  top: 27px;
  pointer-events: none;
  content: attr(pop-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

.confirmed:hover:before,
.confirmed:hover:after,
.confirmed:active:before,
.confirmed:active:after,
.confirmed:focus:before,
.confirmed:focus:after {
  display: inline-block;
  border-bottom: 1px dashed blue;
}


.glossary {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px dotted blue;
}

.glossary-popuptext {
  visibility: hidden;
  max-width: 90ch;
  background-color: rgba(250, 250, 250);
  color: rgb(0, 0, 0);
  text-align: left;
  border-radius: 2px;
  border: 1px solid #008787;
  box-shadow: rgba(95, 95, 95, 0.417) 1px 1px 2px;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -30px;
  display: table;
}

.glossary-popuptext pre {
  margin: 0px;
  padding: 5px;
  max-width: 90ch;
  overflow-x: auto;
}

.glossary-popuptext .ref-link {
  margin: 5px;
}

.glossary-popuptext .glossary-popup-arrow {
  position: absolute;
  top: 100%;
  left: 40px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.glossary-show {
  visibility: visible;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

#dev-local-license {
  height: 300px;
  width: 75ch;
  overflow: auto;
  border: 1px solid grey;
  margin: 0 0 25px 0;
}

#dev-local-small-print {
  width: 75ch;
}

#dev-local-email {
  border: 1px solid red;
  padding: 5px;
  width: 40%;
  border-radius: 5px;
}

#dev-local-valid-email {
  margin-left: 10px;
}

#agree-form {
  margin-left: 5px;
  width: 75ch;
}

#agree-eula-text {
  color: red;
  margin-top: 20px;
}

#agree-email-text {
  color: red;
  margin-top: 14px;
}

#agree-eula {
  margin-top: 15px;
}

#agree-email {
  margin-top: 7px;
}

#download {
  padding: 0 3.236em;
}

#dev-local-frame {
  padding: 2em 0;
}

/* .agree-form:invalid>#get-dev-local-submit {
  pointer-events: none;
  background-color: black;
} */

.striped-table-4-column tr:nth-child(even) {
    background-color: #f2f2f2;}


.striped-table-4-column td:nth-child(2) {
    border-right: 1px solid darkgrey;
}

.striped-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.change-table > tr > td {
    text-align: center;
}

/* Some browsers insert tbody automagically */
.change-table > tbody> tr > td {
    text-align: center;
}

.d-search-results {
    position: fixed;
    display: none;
    right: 0px;
    background-color: white;
    z-index: 10000;
    width: 30%;
    min-width: 500px;
    top: 102px;
    bottom: 0%;
    padding: 10px;
	border: 1px solid #f7f7f7;
}

.d-search-results-scroll {
    overflow-y: auto;
    height: 100%;
}

.d-search-results #results {
    overflow-y: auto;
}

aside {
    width: 200px;
  float: left;
  padding: 30px 20px 0 20px;
}
aside > div {
  margin-bottom: 30px;
}

main {
  margin-left: 200px;
  overflow: hidden;
  display: block;
}

section .d-search-page-results {
  border: 1px dashed #dedede;
  border-radius: 10px;
  margin-bottom: 1em;
  font-size: 11px;
  padding: 1em;
  color: #fda675;
}
section div {
  font-size: 16px;
  color: #000;
}

/* Container structure */
#sort {
  float: right;
  margin: 40px 10px 0 0;
}
#sort > div {
  display: inline-block;
  margin-left: 1em;
}
#tabs {
  margin-top: 30px;
}
#tabs-container {
  margin-top: 1em;
}
#autocomplete-container {
  text-align: left;
}

#sortby-radio-container {
    margin-bottom: 30px;
}

/* Mobile */
.mobilemenu {
  display: none;
  float: right;
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

@media all and (max-width: 960px) {
  .mobilemenu {
    display: block;
  }

  main {
    margin: 0;
    padding: 0 20px;
  }

  aside {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
  }

  #sort {
    display: none;
    background-color: red;
  }
}


#search-close {
    color: #cecece;
    font-weight: 300;
    font-family: Andale Mono, monospace;
    font-size: 25px;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 3px 5px 2px 5px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 30px;
}

#search-facets {
    margin-top: 30px;
}

#not-determined {
    display: none;
}
