@charset "UTF-8";
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.docset {
  display: grid;
  grid-template-columns: Min(calc(100vw - 20px - var(--scrollbar-width, 0px)), 450px) minmax(0, 1fr);
  width: auto;
  max-width: 1600px;
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .docset {
      display: block; } }

.docset__toc {
  padding: 15px;
  background-color: #0d2c88;
  color: white; }
  .docset__toc > ul > .docset__book > ul {
    margin-bottom: 10px; }
  .docset__toc.docset__toc a:link, .docset__toc.docset__toc a:visited, .docset__toc.docset__toc a:hover, .docset__toc.docset__toc a:active, .docset__toc.docset__toc a:focus {
    color: white; }
  .docset__toc > ul {
    padding-left: 15px; }
  .docset__toc ul ul {
    padding-left: 20px; }

.docset__toc-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.docset__toc-title {
  color: white !important;
  margin: 0 15px 0 0;
  flex: 0 1 auto; }

.docset__show-all,
.docset__hide-others {
  display: none;
  margin-top: 5px;
  margin-bottom: 15px;
  flex: 0 0 0; }

@media (max-width: 1024px) {
  .docset__show-all {
    display: list-item; }
    .docset--show-all .docset__show-all {
      display: none; } }

@media (max-width: 1024px) {
  .docset--show-all .docset__hide-others {
    display: list-item; } }

.docset__search {
  margin: 10px auto;
  width: 100%; }
  .docset__search span {
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute; }

.docset__search-field {
  border-radius: 0;
  width: 100%; }

.docset__content {
  background-color: white;
  padding: 40px;
  width: 100%; }
  .docset__content :first-child {
    margin-top: 0; }
  .docset__content h2 {
    margin-top: 25px; }
  .docset__content h3 {
    margin-top: 15px; }
  .docset__content .Caption {
    margin-top: -30px;
    font-style: italic; }

.docset__spinner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .docset__spinner-container h4 {
    margin-top: 20px; }

.docset__book {
  list-style-type: '▾ '; }

.docset__book--collapsed {
  list-style-type: '▸ '; }

.docset__page {
  list-style-type: '- ';
  font-size: 1.1rem; }
  .docset__page a {
    display: block;
    line-height: 1.2;
    padding: 5px 0; }

.docset__book > span {
  cursor: pointer;
  padding-left: 1em;
  margin-left: -1em; }

.docset--js .docset__book > ul {
  display: none; }

.docset__current {
  font-weight: bold; }

.docset__content img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.docset__content p {
  margin: 30px auto; }

.docset__content br:nth-of-type(2n) {
  display: none; }

.docset__content p.Note {
  background-color: #c0c0c0;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 10px; }

.docset__content li.P-Note {
  color: #000000; }

.docset__content p.Caption {
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  color: #000000;
  margin-top: -20px;
  margin-bottom: 4px; }

.docset__content li.P-Caption {
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  color: #000000; }

.docset__content p.Caution {
  font-style: italic;
  background-color: #FFFFC1;
  word-spacing: normal;
  margin-top: 0;
  margin-bottom: 0; }

.docset__content li.P-Caution {
  font-style: italic;
  word-spacing: normal; }

.docset__content p.Command {
  font-weight: bold;
  font-style: normal;
  margin-left: 0; }

.docset__content li.P-Command {
  font-weight: bold;
  font-style: normal; }

.docset__content p.Macro,
.docset__content li.P-Macro {
  font-size: 1.3rem;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: "Courier Prime", monospace;
  line-height: Normal;
  overflow: auto;
  white-space: pre;
  width: 100%; }
  .docset__content p.Macro::first-line,
  .docset__content li.P-Macro::first-line {
    border: 1px solid #efefef;
    padding: 3px; }
  + .docset__content p.Macro::first-line, +
  .docset__content li.P-Macro::first-line {
    border-top: 0; }

.docset__content p.Macro {
  margin: 0; }

.docset__content span.Superscript {
  vertical-align: super;
  font-size: 75.0%; }

.docset__content a.expandspot {
  cursor: hand;
  color: #008000;
  font-style: normal; }

.docset__content span.expandtext {
  color: #ff0000;
  font-weight: normal;
  font-style: italic; }

.docset__content a.dropspot {
  font-style: italic;
  cursor: hand;
  color: #008000; }

.docset__content a.glossterm {
  cursor: hand;
  color: #800000;
  font-style: normal; }

.docset__content span.glosstext {
  color: #0000ff;
  font-weight: normal;
  font-style: italic; }

.docset__content p.Listing {
  color: #000000;
  text-align: left;
  text-transform: none;
  font-size: 0.9rem; }

.docset__content li.P-Listing {
  color: #000000;
  text-align: left;
  text-transform: none;
  font-size: 0.9rem; }

.docset__search-results {
  display: flex;
  flex-direction: column; }
  .docset__search-results h1 {
    font-size: 3rem !important; }

.docset__search-result {
  margin: 20px 0; }
  .docset__search-result h2 {
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    margin-bottom: 10px; }
  .docset__search-result p {
    margin: 0 !important; }
    .docset__search-result p + p {
      margin-top: 1em !important; }

.docset__search-result-highlight {
  box-shadow: 0 0 0 5px rgba(255, 255, 0, 0.3);
  background-color: rgba(255, 255, 0, 0.3);
  font-weight: bold;
  color: #0d2c88; }
