.ipBox,
.term {
  padding: 0px 2px 1px 2px;
  background-color: #ddd;
  border-radius: 5px;
  overflow-wrap: break-word;
}

.red-text {
  color: #ba0909;
}

.note,
.insight,
.keyWord,
p.note {
  margin-bottom: 2em !important;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

p.note,
p.insight {
  margin: 0.8em 0.5em;
  line-height: 150%;
}

p + p.note,
p + p.insight {
  margin-top: -1em !important;
}

.tip:before,
.explain:before,
.trouble:before,
.preview:before,
.example:before,
.tips:before {
  padding: 0.25em;
  padding-top: 0.25em;
  padding-right: 0.35em;
  line-height: 90%;
  color: white;
  font-weight: 700;
  display: inline-block;
  border-radius: 2px;
  margin-right: 0.25em;
}

.note:before,
.add:before,
.adapt:before,
.result:before,
.rule:before,
.insight:before,
.keyWord:before,
.keyword:before,
.delete:before {
  font-weight: 700;
  color: black;
  margin-right: 0.25em;
  line-height: 90%;
  font-family: "Font Awesome 5 Free";
}

.insight:before {
  color: #c49207;
  content: "\f0eb";
}

.note:before {
  color: #c43307;
  content: "\f249";
  font-size: 0.85em;
}

.delete {
  color: #c43307;
}

.delete:before {
  color: #c43307;
  content: "\f056";
}

.add {
  font-weight: 700;
  color: #39741e;
}

.add:before {
  color: #39741e;
  content: "\f055";
}

.adapt {
  font-weight: 700;
  color: #8f1552;
}

.adapt:before {
  color: #8f1552;
  content: "\f304";
}

.result {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #4b8bb6;
}

.result:before {
  font-family: "Lato", sans-serif;
  content: "Result:";
  color: #4b8bb6;
}

.rule:before {
  content: "\f548";
  color: #44ad14;
}

.rule {
  font-weight: 300;
}

.token.rule:before {
  display: none;
}

.key-word:before,
.key-word:before {
  content: "\f02e";
  color: #4b8bb6;
  font-size: 0.85em;
}

.folder,
.file {
  font-family: "Lato", sans-serif;
  background-color: #e8e2c7;
  padding-left: 2px;
  padding-top: 6px;
  border-radius: 2px;
}

.folder:before,
.file:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.folder.dark-blue:before,
.file.dark-blue:before {
  color: #0e2f84;
}

.folder:before {
  content: "\f07b";
  color: #4fc2d3;
}

.file:before {
  content: "\f15b";
  font-size: 0.8em;
  position: relative;
  top: -2px;
  color: #3a3a3a;
}

.tip:before {
  content: "Tip";
  background-color: #44ad14;
}

.tips:before {
  content: "Tips";
  background-color: #44ad14;
}

.explain:before {
  background-color: #44ad14;
}

.explain:before {
  content: "Explained";
}

.trouble:before {
  content: "Problem Solving";
  padding-top: 0.4em;
  background-color: #b80576;
}

div.explain:before,
div.trouble:before,
div.result:before,
div.preview:before {
  margin-bottom: 1.5em;
  margin-left: 1em;
}

.example:before {
  content: "Example";
  background-color: #63974b;
}

.preview:before {
  content: "preview";
  background-color: #c49207;
}

@-webkit-keyframes orb {
  0% {
  }
  50% {
    background-color: #5629d3;
  }
  100% {
  }
}

@keyframes orb {
  0% {
  }
  50% {
    background-color: #5629d3;
  }
  100% {
  }
}

@-webkit-keyframes orbText {
  0% {
  }
  50% {
    color: #5629d3;
  }
  100% {
  }
}

@keyframes orbText {
  0% {
  }
  50% {
    color: #5629d3;
  }
  100% {
  }
}

.orb:not(.txt) {
  color: white;
  background-color: #2e1d5a;
  padding: 2px;
  border-radius: 2px;
  -webkit-animation-name: orb;
          animation-name: orb;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.orb.txt {
  font-weight: 700;
  -webkit-animation-name: orbText;
          animation-name: orbText;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0px;
  white-space: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
}

body {
  counter-reset: section-counter;
  font-size: 16px;
  padding-top: 150px;
  background: linear-gradient(304deg, rgba(221, 212, 80, 0.15) 0%, white 20%, white 60%, rgba(130, 235, 243, 0.15) 100%);
  background-attachment: fixed;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
  height: 50px;
  background-color: #1794ce;
  border-bottom: 2px solid white;
}

header .center {
  margin: 0;
  width: 100%;
  padding: 20px;
}

header h1 {
  color: white;
  font-size: 1em;
  line-height: 90%;
  margin: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
}

.center {
  margin: auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
}

pre {
  font-family: "monospace", "Lato", "Helvetica Neue";
  border-radius: 10px;
  margin-bottom: 100pxpx;
}

p,
h1,
h3,
h4,
h5,
h6,
table {
  margin-top: 0;
}

h2 {
  line-height: 100%;
  font-size: 2.2em;
  margin-top: 0.85em;
  color: #1794ce;
}

h2:nth-child(1) {
  margin-top: 0px;
}

ul,
ol,
p {
  margin-bottom: 3em;
}

.line-top {
  border-top: dotted 1px #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 1em;
}

h3 {
  margin-top: 2em;
  color: #333;
  padding-top: 10px;
  border-top: solid #bbb 1px;
  font-weight: 700;
}

h4 {
  padding-top: 10px;
  margin-top: 1.25em;
  font-size: 1.1em;
  color: #555;
  font-style: italic;
  font-weight: 700;
}

.imghold,
.imgHold {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 5px rgba(187, 187, 187, 0.712);
          box-shadow: 5px 5px 5px rgba(187, 187, 187, 0.712);
  border-radius: 5px;
  margin-bottom: 40px;
  border: 1px solid #555;
  max-width: 90%;
}

.imghold.no-border,
.imgHold.no-border {
  border: none;
}

.imghold.no-shadow,
.imgHold.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.imghold.small,
.imgHold.small {
  width: 50%;
  height: auto;
}

li .imgHold {
  margin-top: 40px;
}

section {
  position: relative;
  width: 80%;
  left: 20%;
  margin-bottom: 200px;
  min-height: 100%;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .center {
  background-color: rgba(160, 160, 160, 0.06);
  padding: 4em;
  padding-bottom: 2em;
  border-radius: 1em;
}

section a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #063fb9;
}

section .numbered {
  counter-increment: section-counter;
  padding-left: 2em;
}

section .numbered:before {
  content: counter(section-counter);
  position: absolute;
  /*top: -1em;*/
  left: -1em;
  line-height: 99%;
  float: left;
  font-weight: 700;
  background-color: #1794ce;
  padding: 5px;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

section .pn {
  position: absolute;
  top: -1em;
  right: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #7f888d;
  overflow: hidden;
  font-weight: 700;
  border-radius: 2px;
  line-height: 99%;
}

section .pn .btnNext,
section .pn .btnPrev,
section .pn .check {
  color: #fff;
  padding: 0.75em;
  border-bottom: none;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .pn .btnNext .fas,
section .pn .btnPrev .fas,
section .pn .check .fas {
  line-height: 99%;
}

section .pn .btnPrev {
  background-color: #5d6569;
}

section .pn .check {
  font-size: 90%;
  background-color: #414a4e;
  margin-right: 0em;
}

section ul {
  line-height: 180%;
}

section li {
  margin-bottom: 1.5em;
}

section li ul {
  margin-top: 1em;
  margin-left: 1em;
}

section li ul li {
  margin-bottom: 1em;
}

section ul:not(.parts) {
  list-style-type: none;
  width: 85%;
  padding: 0;
  margin-left: 0.9em;
}

section ul:not(.parts) > li::before {
  content: "\2B1D";
  color: #bbb;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  -webkit-transform: translateY(0.125em);
          transform: translateY(0.125em);
}

section ol:not(.numbered) {
  margin-left: 1.25em;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}

section ol:not(.numbered) > li {
  /* font-family: "PT Serif", serif; */
}

section ol:not(.numbered) > li {
  counter-increment: item;
  line-height: 180%;
}

section ol:not(.numbered) > li ul li {
  margin-bottom: 0em;
}

section ol > li:before {
  font-size: 1.125em;
  display: inline-block;
  padding-right: 0.5em;
  margin-left: -1.25em;
  font-weight: bold;
  color: #1794ce;
  text-align: right;
  font-family: "Lato", sans-serif;
  content: counter(item, upper-alpha) ".";
}

section ul.no-dots {
  padding: 0px;
  margin-left: 0px;
  white-space: pre-line;
}

section ul.no-dots li::before {
  display: none;
}

section ol.explain,
section ol.trouble,
section ol.preview,
section ol.tips {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 40px 20px 40px;
  font-family: "Lato", sans-serif;
  list-style-type: decimal;
  margin-left: 0;
}

section ol.explain:before,
section ol.trouble:before,
section ol.preview:before,
section ol.tips:before {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}

section ol.explain li,
section ol.trouble li,
section ol.preview li,
section ol.tips li {
  padding-top: 0.5em;
  border-top: 0.5px dashed #999 !important;
}

section ol.explain li:before,
section ol.trouble li:before,
section ol.preview li:before,
section ol.tips li:before {
  display: none;
}

section ul.explain,
section ul.trouble,
section ul.preview,
section ul.tips {
  font-family: "Lato", sans-serif;
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 40px 20px 40px;
  padding: auto;
}

section ul.explain:before,
section ul.trouble:before,
section ul.preview:before,
section ul.tips:before {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}

section ul.explain li,
section ul.trouble li,
section ul.preview li,
section ul.tips li {
  padding-top: 0.5em;
  border-top: 0.5px dashed #999 !important;
}

section ul.explain li:before,
section ul.trouble li:before,
section ul.preview li:before,
section ul.tips li:before {
  display: none;
}

section li p {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

section p + ul li {
  margin-bottom: 0;
}

section ul.check-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #0ba7c2;
  display: inline-block;
  width: 1em;
  -webkit-transform: translate(-0.5em, -0.25em) scale(1.4);
          transform: translate(-0.5em, -0.25em) scale(1.4);
}

section ul.check-list li {
  margin-bottom: 1em;
}

section p {
  /* font-family: "PT Serif", serif; */
  line-height: 180%;
  margin-bottom: 2em;
  padding: 0;
  padding-right: 5em;
}

.calloutlink {
  font-size: 16px;
  background-color: Yellow;
  padding: 5px;
}

#toc ol > li:before {
  content: counter(item, decimal) ".";
}

#toc .subhead {
  display: block;
  font-size: 1em;
  margin-top: -2em;
  color: #999;
  margin-left: 0.375em;
  border-top: none;
}

img.primary {
  border: 2px solid #d3d1d1;
  border-radius: 5px;
  display: block;
  margin: auto;
  overflow: hidden;
  width: 80%;
  height: auto;
}

.res-img {
  position: relative;
  padding-top: 100%;
}

.res-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#navClose {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: fixed;
  z-index: 90;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-color: #202b30;
  z-index: 100;
  padding-top: 50px;
  border-right: 8px solid #59abcc;
}

nav .center {
  width: 100%;
}

nav .center {
  height: 100%;
}

nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
}

nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 80%;
  padding: 1em 0.25em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25em;
  white-space: nowrap;
}

nav ul li a.hit {
  color: #33a3cf;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav ul.parts {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.118);
  width: 100%;
}

nav ul.parts li:not(:last-child) {
  border-right: 1px solid rgba(238, 238, 238, 0.1);
}

nav ul.parts li {
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 5px;
  border-bottom: none;
}

nav ul.parts li a {
  color: rgba(238, 238, 238, 0.8);
}

nav ul.parts li a.hit {
  color: #33a3cf;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#troubleshootjs nav {
  background-color: #345b6d;
}

#variables nav {
  background-color: #246846;
}

#conditions nav {
  background-color: #471b0f;
}

#green nav {
  border-right: 8px solid #50a04c;
}

#green nav a.hit {
  color: #83b181;
}

#green h2 {
  color: #50a04c !important;
}

#green section .numbered:before {
  background-color: #50a04c;
}

#green section ol > li:before {
  color: #50a04c;
}

#green header {
  background-color: #50a04c;
}

#orange nav {
  border-right: 8px solid #cb7c28;
}

#orange nav a.hit {
  color: #d3a36f;
}

#orange h2 {
  color: #cb7c28 !important;
}

#orange section .numbered:before {
  background-color: #cb7c28;
}

#orange section ol > li:before {
  color: #cb7c28;
}

#orange header {
  background-color: #cb7c28;
}

#magenta nav {
  border-right: 8px solid #b32b71;
}

#magenta nav a.hit {
  color: #d070a2;
}

#magenta h2 {
  color: #b32b71 !important;
}

#magenta section .numbered:before {
  background-color: #b32b71;
}

#magenta section ol > li:before {
  color: #b32b71;
}

#magenta header {
  background-color: #b32b71;
}

#gold nav {
  border-right: 8px solid #bbb246;
}

#gold nav a.hit {
  color: #c9c383;
}

#gold h2 {
  color: #bbb246 !important;
}

#gold section .numbered:before {
  background-color: #bbb246;
}

#gold section ol > li:before {
  color: #bbb246;
}

#gold header {
  background-color: #bbb246;
}

#teal nav {
  border-right: 8px solid #3bae7c;
}

#teal nav a.hit {
  color: #97d0b7;
}

#teal h2 {
  color: #3bae7c !important;
}

#teal section .numbered:before {
  background-color: #3bae7c;
}

#teal section ol > li:before {
  color: #3bae7c;
}

#teal header {
  background-color: #3bae7c;
}

#purple nav {
  border-right: 8px solid #583bae;
}

#purple nav a.hit {
  color: #806fb1;
}

#purple h2 {
  color: #583bae !important;
}

#purple section .numbered:before {
  background-color: #583bae;
}

#purple section ol > li:before {
  color: #583bae;
}

#purple header {
  background-color: #583bae;
}

#pink nav {
  border-right: 8px solid #f451f4;
}

#pink nav a.hit {
  color: #f9abf9;
}

#pink h2 {
  color: #f451f4 !important;
}

#pink section .numbered:before {
  background-color: #f451f4;
}

#pink section ol > li:before {
  color: #f451f4;
}

#pink header {
  background-color: #f451f4;
}

#emerald nav {
  border-right: 8px solid #28633a;
}

#emerald nav a.hit {
  color: #7e9686;
}

#emerald h2 {
  color: #28633a !important;
}

#emerald section .numbered:before {
  background-color: #28633a;
}

#emerald section ol > li:before {
  color: #28633a;
}

#emerald header {
  background-color: #28633a;
}

@media print, screen and (max-width: 970px) {
  body {
    background: #fff;
    padding-top: 15%;
  }
  #troubleshootjs header {
    background-color: #345b6d;
  }
  #variables header {
    background-color: #246846;
  }
  nav {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    left: -58%;
    width: 60%;
    overflow-y: auto;
  }
  header .center {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .center i {
    display: block;
    margin-right: 10px;
  }
  h2 {
    margin-left: 0;
    margin-bottom: 2em;
    text-align: center;
    padding-top: 1.25em;
    padding-left: 0;
    border-top: 1px solid #000;
  }
  #toc h2 {
    border-top: none;
  }
  section {
    height: auto;
    min-height: auto;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 3em;
  }
  section .center {
    padding: 0;
    background-color: transparent;
  }
  section p {
    padding-right: 0;
  }
  section .numbered {
    padding-left: 0;
  }
  section .numbered:before {
    width: 1em;
    height: 1em;
    font-size: 1em;
    left: 50%;
    top: -0.125em;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
  section .pn {
    display: none;
  }
  section ol {
    padding-left: 1.5em;
  }
  section ol ul {
    padding-left: 0.25em;
  }
  section ol > li:before {
    margin-left: -1.25em;
    font-weight: bold;
    text-align: right;
  }
}

@media print {
  p,
  li {
    font-size: 10px;
    line-height: 13px;
  }
  p {
    margin-left: 0px;
  }
  h3,
  h4 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -60px;
  }
  nav,
  header {
    display: none;
  }
  section {
    page-break-inside: avoid;
  }
  .imgHold {
    width: 50%;
  }
}

a.btn {
  background-color: #1794ce;
  padding: 5px 5px 5px 5px;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
}

a.btn:hover {
  color: #fff;
  background-color: #202b30;
}

.hl,
mark {
  border-bottom: 2px #e2d301 solid;
  background-color: rgba(251, 255, 0, 0.8);
  padding: 2px 1px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.hl.blue,
mark.blue {
  border-color: #0eb9b9;
  background-color: rgba(0, 255, 255, 0.4);
}

.hl.purple,
mark.purple {
  border-color: #cf25f1;
  background-color: rgba(207, 37, 241, 0.4);
}

.hl.orange,
mark.orange {
  border-color: #d89400;
  background-color: rgba(255, 174, 0, 0.85);
}

.hl.strike,
mark.strike {
  text-decoration: line-through;
  color: #500b0b;
  background-color: rgba(180, 179, 179, 0.5);
}

.blue {
  background-color: rgba(0, 255, 255, 0.4);
}

.purple {
  background-color: rgba(207, 37, 241, 0.4);
}

.orange {
  background-color: rgba(255, 174, 0, 0.85);
}

code .hl,
code mark {
  margin: 0px !important;
  padding: 0px;
  left: 0 !important;
  border-bottom: none !important;
}

.offset {
  padding: 2em;
  background-color: #fff;
  border-radius: 0.5em;
  margin-right: 1em;
  margin-bottom: 1em;
}

iframe.website {
  border: 4px solid #b4b3b3;
  margin: 40px auto;
}

.video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 100px;
  margin-bottom: 20px;
  border: 4px solid #000000;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  font-family: "Lato", sans-serif;
  width: 100%;
  border: 1px solid #444;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table thead {
  background-color: #666;
  color: white;
  text-align: left;
}

table td,
table th {
  border: 1px solid #444;
  padding: 6px;
}

table tr td:not(td:last-child) {
  width: 20%;
}
/*# sourceMappingURL=tutorials.css.map */

.tab {
  padding-left: 30px;
}
.linenums_header {
	position: absolute;
    padding-left: 15px;
    padding-top: 9px;
    font-weight: bold;
}

.prettyprint {
	padding: 40px 30px 30px !important;
}

.prettyprint * {
	white-space: pre-wrap !important;
}

li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
	list-style-type: decimal !important;
	line-height: 120% !important;
	margin-bottom: 4px !important;
	padding: 3px 0;
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
	background: #fff !important;
}

li:before {
	content: none !important;
}