/*!
 * Quill Editor v1.2.3
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* main.css */

#screen-div{
	position: relative;

}

#root-div{
	position: absolute;
	top: 0px;
	left: 0px;
}

#layer-div{
	position: relative;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

.page-div{
	position: relative;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

.textbox-quill.ql-container.ql-container.ql-container.ql-container{	/* HACK to increase specificity */
	border-top: 1px solid #ccc /* override ql-toolbar */
}
.ql-editor.ql-editor{
	padding: 2px 4px;
}

.ql-toolbar.ql-snow{
	text-align:left;
}	/*toolbar buttons to the left*/

.ql-font.ql-picker.ql-picker{
	width:150px;
} /*quill.snow.css:759 was 108px */

/*.ql-picker-options  .ql-picker-item.ql-picker-item{
	padding: 0;
}
*/

html.editor,
body.editor {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.embed {
  height: 100%;
  overflow: hidden;
}
.wait button,
.wait a,
.wait div,
.wait span,
.wait input,
.wait label {
  cursor: wait !important;
}
#root-div {
  position: absolute;
  top: 0;
  left: 0;
}
#layer-div,
.page-div {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.modal,
.overlay {
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
}
.modal.transparent,
.overlay.transparent {
  background: transparent;
}
.modal.transparent .modal-dialog,
.overlay.transparent .modal-dialog {
  margin: 0;
  font-family: var(--font-family-sans-serif);
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 998;
  opacity: 0;
  /* animate the transition */
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}
.flex {
  flex: 1;
}
.flex.main {
  flex: 2;
  overflow: auto;
}
.buttons div {
  margin: 0 auto;
  text-align: center;
}
.right-buttons form,
.right-buttons div {
  padding-right: 15px;
}
.editor #editor {
  padding-left: 0;
}
@media (min-width: 768px) {
  .editor #editor {
    padding-left: 51px;
  }
}
@media (min-width: 1024px) {
  .editor #editor {
    padding-left: 1px;
  }
}
.editor #editor .sidecontent {
  display: none;
}
.editor #editor .sidecontent.active {
  display: flex;
}
.editor #editor button {
  background-color: buttonface;
}
#tutorial {
  max-width: 0;
  min-width: 0;
  position: relative;
  transition: all 0.3s;
}
#tutorial > div {
  display: none;
}
#tutorial.expand {
  max-width: 25%;
  min-width: 25%;
}
#tutorial.expand > .tutorial-header {
  display: flex !important;
}
#tutorial.expand > div:not(.hide),
#tutorial.expand > div.show {
  display: block;
}
#tutorial.expand #showtutorial:not(.show) {
  display: none;
}
#tutorial .toggle-editor {
  cursor: default;
}
.hide-unsupported {
  display: none;
}
@media (min-width: 768px) {
  .hide-unsupported {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}
#sidebar {
  position: fixed;
  height: 100%;
  z-index: 999;
  transition: all 0.3s;
  /* important for the nice animation */
  min-width: 50px;
  max-width: 50px;
}
#sidebar.active {
  min-width: 50%;
  max-width: 50%;
}
#sidebar.active .sidecontent.active {
  display: block;
}
#sidebar.active .sidebar-header {
  display: flex;
  max-width: calc(100% - 50px);
}
#sidebar .sidebar-header {
  display: none;
  flex: 1;
  flex-direction: column;
}
#sidebar .sidebar-header > div:nth-child(1) {
  border-bottom: 1px solid;
  display: flex;
}
#sidebar .components {
  display: block;
  padding-left: 0;
}
#sidebar .components > li:nth-child(1) {
  border-bottom: 1px solid;
}
#sidebar .sidecontent {
  display: none;
  flex: 1;
}
#sidebar .sidecontent .flex-column {
  height: 100%;
}
.wrapper {
  display: flex;
}
.editor .wrapper {
  height: 100%;
}
@media (min-width: 1024px) {
  .overlay.active {
    display: none;
  }
  .overlay.active.transparent {
    display: block;
  }
  #sidebar {
    min-width: 33%;
    max-width: 33%;
    position: relative;
  }
  #sidebar.active {
    min-width: 33%;
    max-width: 33%;
  }
  #sidebar .sidebar-header {
    display: flex;
    max-width: calc(100% - 50px);
  }
  #sidebar .sidecontent.active {
    display: block;
  }
}
#content {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content #screen-div {
  position: relative;
  margin: auto;
}
#screen-div button div {
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}
#commandcentre {
  transition: all 0.3s;
  margin-top: 1px;
}
#debug .flexcont > div {
  margin-top: 7px;
  background-color: white;
}
#debug #variables .header {
  padding-left: 7px;
  width: 100%;
}
#debug #variables .onevar {
  padding-left: 7px;
  display: flex;
}
#debug #variables .onevar div {
  flex: 1;
}
#debug #variables .onevar div:last-child {
  flex: 2;
}
#debug #continue {
  margin: 6px 11px;
  width: 60px;
}
.circle {
  cursor: pointer;
  position: relative;
}
.menuitem {
  cursor: pointer;
  border-bottom: 1px solid;
  padding-left: 7px;
  display: block;
}
.menuitem.separator {
  cursor: initial;
  min-height: 16px;
  font-weight: bold;
}
.menuitem:hover {
  text-decoration: none;
}
.menucontent {
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid;
  white-space: nowrap;
}
.menu.open > .menucontent {
  width: 165px;
  overflow: initial;
}
.menu {
  position: relative;
  z-index: 1000;
}
.menu > .menucontent {
  transform: translateX(50px);
}
.menu.bottomAligned > .menucontent {
  margin-top: -145px;
}
.menu.submenu {
  overflow: hidden;
}
.menu.submenu.open {
  overflow: initial;
}
.menu.submenu > .menucontent {
  transform: translateX(158px);
}
.last-menu {
  margin-bottom: 42px;
}
.editor form {
  max-width: 520px;
  background-color: white;
  padding: 10px;
  border: solid 1px lightgray;
}
#clipart {
  overflow-y: auto;
}
#projecttree {
  overflow: auto;
}
.editor .shape {
  border: 1px solid;
  margin: 4px;
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  font-size: 10pt;
  text-align: center;
}
.editor .shape img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}
.editor .shape .delete,
.editor .shape .insert {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  display: none;
}
.editor .shape:focus .insert {
  display: block;
}
.editor .shape .number {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.editor .shape.exists:focus {
  /*.delete {
            display: block;
        }*/
}
.editor .shape.exists:focus .insert {
  display: none;
}
.ace_gutter-cell.ace_breakpoint::before {
  content: "• ";
  color: red;
  position: absolute;
  left: 7px;
}
#pickfile .saveprogress {
  display: flex;
}
#pickfile .primary {
  display: block;
}
#pickfile.progressonly .form-group {
  display: none;
}
.saveprogress {
  height: 10px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottomAligned {
  position: absolute;
}
.editor .fas,
.lynx-icon {
  background-image: url('/player/icons.png');
  background-repeat: no-repeat;
  background-position: 50px 42px;
  width: 50px;
  height: 42px;
  display: inline-block;
  vertical-align: -9px;
}
.editor .fas.fas-sm,
.lynx-icon.fas-sm {
  width: 34px;
  height: 30px;
}
.editor .fas.fas-marker,
.lynx-icon.fas-marker {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.pagenext {
  width: 38px;
  overflow: hidden;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}
body.editor {
  background-color: #d0cfd3;
}
.editor #editor > div:nth-child(1) {
  background-color: #f2f2f2;
}
.editor #editor > div:nth-child(2) {
  background-color: #d0cfd3;
}
#procheader {
  background-color: #b6dbe1;
}
.shape {
  border-color: grey;
}
#variables {
  color: #28738a;
}
#variables .header {
  background-color: #a4cfd7;
}
#variables .onevar.even {
  background-color: #d4e5e8;
}
#sidebar {
  background-color: #ebebeb;
}
#sidebar.active .lynx-icon.lynx-project-tree.active {
  background-position: -100px -294px;
}
#sidebar.active .editor .fas.fa-briefcase.active {
  background-position: 0px -294px;
}
#sidebar.active .editor .fas.fa-commands.active {
  background-position: 0px -294px;
}
#sidebar.active .editor .fas.fa-copy.active {
  background-position: -100px -294px;
}
#sidebar.active .editor .fas.fa-image.active {
  background-position: -300px -252px;
}
#sidebar.active .editor .fas.fa-bug.active {
  background-position: 0px -252px;
}
#sidebar .sidebar-header {
  color: #28738a;
}
#sidebar .sidebar-header > div {
  border-bottom-color: #43414d;
}
#sidebar .sidebar-header > div:nth-child(1) {
  background-color: #43414d;
}
#sidebar .sidebar-header div.prjname {
  color: #66dceb;
}
#sidebar .components > li:nth-child(1) {
  border-bottom-color: #43414d;
  background-color: #43414d;
}
#sidebar .sidecontent {
  border-left: 1px solid #d0cfd3;
}
#editor .sidecontent {
  border-left: 1px solid #ebebeb;
}
#editor .disabled-editor {
  background-color: #d2d2d2;
}
.panel-collapse .tutorial-action button {
  transform: rotate(180deg);
  left: -10px;
}
.action-image {
  margin-left: 3px;
  fill: currentcolor;
}
#tutorial {
  background-color: #ebebeb;
  color: #28738a;
}
#tutorial .tutorial-header {
  border-bottom: 1px solid;
  border-bottom-color: #43414d;
}
#tutorial .tutorial-header > div {
  background-color: #43414d;
}
#tutorial .tutorial-header div.tutorial-label {
  color: #66dceb;
}
#tutorial .tutorial-title {
  background-color: #b6dbe1;
  color: #28738a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#tutorial-separator {
  width: 1px;
  background: #d0cfd3;
}
@media (min-width: 1024px) {
  .lynx-icon.lynx-project-tree.active {
    background-position: -100px -294px;
  }
  .editor .fas.fa-briefcase.active {
    background-position: 0px -294px;
  }
  .editor .fas.fa-commands.active {
    background-position: 0px -294px;
  }
  .editor .fas.fa-copy.active {
    background-position: -100px -294px;
  }
  .editor .fas.fa-image.active {
    background-position: -300px -252px;
  }
  .editor .fas.fa-bug.active {
    background-position: 0px -252px;
  }
}
.caret {
  color: grey;
}
.ace_scrollbar-inner {
  background-color: white;
}
::-webkit-scrollbar {
  background-color: #d0cfd3;
}
::-webkit-scrollbar-corner {
  background-color: #d0cfd3;
}
::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 3px solid #d0cfd3;
  border-left-width: 4px;
}
.ace-tm {
  background-color: transparent;
}
#procedures.ace-tomorrow {
  background: #ebebeb;
}
.ace-tomorrow {
  transition: background-color 0.3s, color 0.3s;
  color: #28738a;
}
.ace-tomorrow .ace_comment {
  color: #8a8a8a;
}
.ace-tomorrow .ace_gutter {
  color: #a0338a;
}
.ace-tomorrow .ace_keyword,
.ace-tomorrow .ace_meta,
.ace-tomorrow .ace_storage,
.ace-tomorrow .ace_storage.ace_type,
.ace-tomorrow .ace_support.ace_type {
  color: #28738a;
}
.ace-tomorrow .ace_entity.ace_name.ace_function,
.ace-tomorrow .ace_support.ace_function {
  color: #09946d;
}
.ace-tomorrow .ace_entity.ace_name.ace_tag,
.ace-tomorrow .ace_entity.ace_other.ace_attribute-name,
.ace-tomorrow .ace_meta.ace_tag,
.ace-tomorrow .ace_string.ace_regexp,
.ace-tomorrow .ace_variable {
  color: #c92558;
}
.ace-tomorrow .ace_gutter-active-line {
  background: #d4e5e8;
}
.ace-tomorrow .ace_marker-layer .ace_selection {
  background: #a4cfd7;
}
.ace-tomorrow .ace_marker-layer .ace_active-line {
  background: #d4e5e8;
}
.ace-tomorrow .ace_marker-layer .ace_selected-word {
  background: #dedee0;
  border-color: transparent;
}
.ace-tomorrow .ace_constant.ace_character,
.ace-tomorrow .ace_constant.ace_language,
.ace-tomorrow .ace_constant.ace_numeric,
.ace-tomorrow .ace_keyword.ace_other.ace_unit,
.ace-tomorrow .ace_support.ace_constant,
.ace-tomorrow .ace_variable.ace_parameter {
  color: #d14407;
}
.ace-tomorrow .ace_heading,
.ace-tomorrow .ace_markup.ace_heading,
.ace-tomorrow .ace_string {
  color: #363db3;
}
#proctabs .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
#proctabs .ace_editor.ace_autocomplete .ace_line-hover {
  background: #e0ecee;
}
.ace_editor.ace_autocomplete {
  color: #28738a;
  background-color: #f2f2f2;
  border: none;
  box-shadow: 2px 1px 2px #006f86;
}
.ace_editor.ace_autocomplete .ace_completion-highlight {
  color: #4daecb;
}
.ace_editor.ace_autocomplete .ace_line-hover {
  background: #e0ecee;
  border: none;
}
.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
.ace_editor.ace_autocomplete .ace_line-hover {
  background: #e0ecee;
}
.ace_tooltip {
  border: none;
  background-color: #dedee0;
  color: #28738a;
  box-shadow: 2px 1px 2px #006f86;
}
#shareproject .fas.fa-trash-marker {
  background-position: -203px -342px;
}
#shareproject .fas.fa-plus-marker {
  background-position: -103px -340px;
}
#shareproject #sharePreview:focus {
  box-shadow: #64c2d2 0 0 3px 3px;
  border-color: #80bdff;
}
.lynx-icon.lynx-project-tree {
  background-position: -150px -294px;
}
.fas.fa-save {
  background-position: -250px -252px;
}
.fas.fa-bug {
  background-position: -50px -252px;
}
.fas.fa-briefcase {
  background-position: -50px -294px;
}
.fas.fa-commands {
  background-position: -50px -294px;
}
.fas.fa-copy {
  background-position: -50px -294px;
}
.fas.fa-image {
  background-position: -350px -252px;
}
.fas.fa-trash {
  background-position: -190px -336px;
}
.fas.fa-trash-marker {
  background-position: -250px -341px;
}
.fas.fa-trash-big {
  background-position: -450px -336px;
}
.fas.fa-plus-circle {
  background-position: -450px -252px;
}
.fas.fa-plus-circle-dark {
  background-position: -450px 0px;
}
.fas.fa-plus-marker {
  background-position: -150px -341px;
}
.fas.fa-share {
  background-position: -350px -294px;
}
.fas.fa-settings {
  background-position: -250px -294px;
}
.fas.fa-check {
  background-position: -300px -336px;
}
.fas.fa-prev-page {
  background-position: -400px -294px;
}
.fas.fa-next-page {
  background-position: -450px -294px;
}
.fas.fa-toggle-off {
  background-position: -50px -336px;
}
.fas.fa-toggle-off.fa-toggle-on {
  background-position: 0px -336px;
}
.fas.fa-cloud-upload-alt {
  background-position: -100px -462px;
}
.fas.fa-cloud-download-alt {
  background-position: -200px -462px;
}
.fas.fa-file-import {
  background-position: -300px -462px;
}
.fas.fa-download {
  background-position: -400px -462px;
}
.fas.fa-paw {
  background-position: 0px -378px;
}
.fas.fa-chalkboard {
  background-position: -100px -378px;
}
.fas.fa-code {
  background-position: 0px -420px;
}
.fas.fa-sliders-h {
  background-position: -300px -378px;
}
.fas.fa-headphones {
  background-position: -200px -378px;
}
.fas.fa-file {
  background-position: -400px -378px;
}
.fas.fa-help {
  background-position: -150px -252px;
}
.fas.fa-back {
  background-position: -500px -294px;
}
.fas.fa-play-circle {
  background-position: -350px -420px;
}
.fas.stop-all {
  background-position: -300px -420px;
}
.fas.fa-newproject {
  background-position: 0px -462px;
}
.fas.fa-sampleclipart {
  background-position: -100px -420px;
}
.fas.fa-samples {
  background-position: -200px -420px;
}
.fas.fa-my-projects {
  background-position: -500px -378px;
}
.fas.fa-all-projects {
  background-position: -500px -462px;
}
.fas.fa-undo {
  background-position: -500px -336px;
}
.fas.fa-tutorial {
  background-position: -550px -420px;
}
.fas.fa-tutorial.activetutorial {
  background-position: -500px -420px;
}
.menu .menuitem {
  color: #43414e;
  background-color: #d0cfd3;
  border-color: #43414d;
}
.menu .menucontent {
  border-color: #43414d;
}
.menu.open .circle .fa-plus-circle {
  background-position: -400px -252px;
}
.menu.open .circle .fa-save {
  background-position: -200px -252px;
}
.menu.open .circle .fa-settings {
  background-position: -200px -294px;
}
.menu.open .circle .fa-cloud-download-alt {
  background-position: -250px -462px;
}
.menu.open .menuitem.separator:hover {
  color: #43414e;
  background-color: #d0cfd3;
}
.menu.open .menuitem:hover {
  color: #66c2d2;
  background-color: #43414d;
}
.menu.open .menuitem:hover .fa-cloud-upload-alt {
  background-position: -150px -462px;
}
.menu.open .menuitem:hover .fa-cloud-download-alt {
  background-position: -250px -462px;
}
.menu.open .menuitem:hover .fa-file-import {
  background-position: -350px -462px;
}
.menu.open .menuitem:hover .fa-download {
  background-position: -450px -462px;
}
.menu.open .menuitem:hover .fa-paw {
  background-position: -50px -378px;
}
.menu.open .menuitem:hover .fa-chalkboard {
  background-position: -150px -378px;
}
.menu.open .menuitem:hover .fa-code {
  background-position: -50px -420px;
}
.menu.open .menuitem:hover .fa-sliders-h {
  background-position: -350px -378px;
}
.menu.open .menuitem:hover .fa-headphones {
  background-position: -250px -378px;
}
.menu.open .menuitem:hover .fa-file {
  background-position: -450px -378px;
}
.menu.open .menuitem:hover .fa-newproject {
  background-position: -50px -462px;
}
.menu.open .menuitem:hover .fa-sampleclipart {
  background-position: -150px -420px;
}
.menu.open .menuitem:hover .fa-samples {
  background-position: -250px -420px;
}
.menu.open .menuitem:hover .fa-my-projects {
  background-position: -550px -378px;
}
.menu.open .menuitem:hover .fa-all-projects {
  background-position: -550px -462px;
}
.editor input[type=text]:focus {
  box-shadow: #64c2d2 0 0 3px 3px;
}
.editor input[type=text].is-invalid:focus {
  box-shadow: #dc3545 0 0 3px 3px;
}
.btn-primary {
  color: black;
  background-color: #64c2d2;
  border-color: #64c2d2;
}
.btn-primary:not(:disabled):hover {
  background-color: #3cb2c7;
  border-color: #3cb2c7;
}
.btn-primary:disabled {
  background-color: #2f91a1;
  border-color: #2f91a1;
}
.bg-success {
  background-color: #64c2d2 !important;
}
.bg-danger {
  background-color: red !important;
}
.form-control-shapedegrees {
  display: inline-block;
  width: 35px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.jstree-default .jstree-wholerow-hovered {
  background: #d4e5e8;
}
.jstree-default .jstree-wholerow-clicked {
  background: #a4cfd7;
}
.number {
  background: #ebebeb;
  color: #b8b8b8;
}
.marker-col {
  border-left: 1px solid #28738a;
  border-bottom: 1px solid #28738a;
  border-right: 1px solid #28738a;
}
#tutorial_contents {
  width: 100%;
  height: calc(100% - 84px);
  padding-bottom: 50px;
  overflow-y: auto;
}
#tutorial_contents.hide {
  display: none;
}
#tutorial_contents .icons-collapse-expand {
  display: flex;
  align-items: center;
}
#tutorial_contents .icons-collapse-expand .expanded-icon {
  display: flex;
  align-items: center;
  width: 12px;
}
#tutorial_contents .icons-collapse-expand .collapsed-icon {
  display: none;
  width: 12px;
}
#tutorial_contents .icons-collapse-expand.collapsed .expanded-icon {
  display: none;
}
#tutorial_contents .icons-collapse-expand.collapsed .collapsed-icon {
  display: flex;
  align-items: center;
}
#tutorial_contents .section-image {
  height: 100%;
  width: 100%;
  color: inherit;
  fill: currentcolor;
}
#tutorial_contents .expanded-icon .section-image {
  transform: rotate(-90deg);
}
#tutorial_contents .collapsed-icon .section-image {
  transform: rotate(180deg);
}
#tutorial_contents.courseindex .courseindex-item {
  padding: 0.1rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-link {
  color: #495057;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-link:hover {
  color: #000;
  text-decoration: none;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-link:focus {
  color: #000;
  text-decoration: none;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-link.disabled {
  color: #9ea4a9;
  cursor: default;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-chevron {
  color: #495057;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-chevron:hover {
  color: #000;
  text-decoration: none;
}
#tutorial_contents.courseindex .courseindex-item .courseindex-chevron:focus {
  color: #000;
  text-decoration: none;
}
#tutorial_contents.courseindex .courseindex-item .icons-collapse-expand {
  padding-right: 4px;
}
#tutorial_contents.courseindex .courseindex-item .completioninfo {
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  background-color: white;
  border: 1px solid white;
}
#tutorial_contents.courseindex .courseindex-item .completioninfo.completion_complete {
  border: none;
  background-color: #ebebeb;
  outline-color: #107c10 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 457.57"><defs><style>.cls-1{fill-rule:evenodd; fill: green;}</style></defs><path class="cls-1" d="M0,220.57c100.43-1.33,121-5.2,191.79,81.5,54.29-90,114.62-167.9,179.92-235.86C436-.72,436.5-.89,512,.24,383.54,143,278.71,295.74,194.87,457.57,150,361.45,87.33,280.53,0,220.57Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
#tutorial_contents.courseindex .courseindex-item .completioninfo.completion_fail {
  background-color: #ca3120;
}
#tutorial_contents.courseindex .courseindex-section.dragging {
  border: 1px solid #b8dce2;
  background-color: #e0f0f2;
}
#tutorial_contents.courseindex .courseindex-section .current-badge {
  line-height: 1.5;
  display: none;
}
#tutorial_contents.courseindex .courseindex-section.current {
  border-left: solid 3px #0f6cbf;
}
#tutorial_contents.courseindex .courseindex-section.current .current-badge {
  display: inline-block;
}
#tutorial_contents.courseindex .courseindex-section .courseindex-section-title a {
  font-weight: 500;
}
#tutorial_contents.courseindex .courseindex-section .courseindex-sectioncontent {
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
#showtutorial {
  width: 100%;
  height: calc(100% - 84px);
}
#showtutorial .tutorial-modal-header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #eee;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#showtutorial .tutorial-modal-header-back {
  text-decoration: none;
}
#showtutorial .tutorial-modal-header-back svg {
  width: 32px;
  margin-bottom: 3px;
}
#showtutorial .back-icon {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  color: inherit;
  fill: currentcolor;
}
#showtutorial .tutorial-modal-title {
  width: calc(100% - 50px);
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#showtutorial-loading {
  display: none;
}
#showtutorial-loading .tutorial-loading-wrapped {
  margin-top: 100px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 24px;
}
#showtutorial-wrapped {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  height: calc(100% - 50px);
}
#showtutorial-wrapped .tutorial-modal-wrapped {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#showtutorial-wrapped .tutorial-scroll-container {
  height: 100%;
  overflow-y: auto;
}
#showtutorial-wrapped .modular-content-container {
  width: 90%;
  height: 24px;
  text-align: right;
  margin-top: 15px;
}
#showtutorial-wrapped .button.button-primary {
  border-color: #0078d4;
  color: #0078d4;
}
#showtutorial-wrapped .button.button-filled {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: white;
}
#showtutorial-wrapped .button.button-filled.button-primary {
  border-color: #0078d4;
  background-color: #0078d4;
  color: white;
}
#showtutorial-lesson {
  display: none;
}
#showtutorial-lesson .content {
  margin: 0;
  width: 100%;
  height: 100%;
}
#showtutorial-lesson .section {
  padding: 15px 10px;
}
#showtutorial-lesson pre {
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  font-smooth: auto;
  white-space: normal;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 0;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.3571;
  overflow: auto;
}
#showtutorial-lesson code {
  font-size: 90%;
}
#showtutorial-lesson .content h1,
#showtutorial-lesson .content h2.likeAnH1 {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
}
#showtutorial-lesson .content h2,
#showtutorial-lesson .content h3,
#showtutorial-lesson .content h4,
#showtutorial-lesson .content h5,
#showtutorial-lesson .content h6 {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.3;
}
#showtutorial-lesson .content h2 {
  margin-top: 20px;
  font-size: 18px;
}
#showtutorial-lesson .content h1:first-of-type {
  margin-top: -10px;
  margin-bottom: 0;
}
#showtutorial-lesson .content p {
  word-wrap: break-word;
  margin-top: 1rem;
  margin-bottom: 0;
}
#showtutorial-lesson .content ul {
  padding: 0 0 0 15px;
}
#showtutorial-lesson .content ol {
  padding: 0 0 0 15px;
  list-style-type: lower-alpha;
}
#showtutorial-lesson .codeHeader {
  box-sizing: content-box;
  background-color: #e6e6e6;
  color: code_color;
  border: 1px solid #e6e6e6;
  min-height: 30px;
  border-bottom: 0;
  flex-direction: row;
  margin-top: 16px;
  font-size: 0.8rem;
  display: flex;
}
#showtutorial-lesson .codeHeader > .language {
  flex-grow: 1;
  padding: 2px 16px;
}
#showtutorial-lesson .codeHeader > .action {
  border: 0 solid #e6e6e6;
  color: #171717;
  cursor: pointer;
  background-color: #0000;
  border-left-width: 1px;
  align-items: center;
  padding: 2px 10px 2px 0;
  line-height: normal;
  display: flex;
}
#showtutorial-lesson .margin-right-xxs {
  margin-inline-end: 0.5rem !important;
}
#showtutorial-lesson .codeHeader > .action .successful-copy-alert.is-transparent {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#showtutorial-lesson .has-background-success {
  outline-color: white;
  background-color: #107c10 !important;
  width: 65px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 457.57"><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><path class="cls-1" d="M0,220.57c100.43-1.33,121-5.2,191.79,81.5,54.29-90,114.62-167.9,179.92-235.86C436-.72,436.5-.89,512,.24,383.54,143,278.71,295.74,194.87,457.57,150,361.45,87.33,280.53,0,220.57Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
#showtutorial-lesson .has-text-success-invert {
  color: white !important;
}
#showtutorial-lesson .icon {
  width: 15px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.56 122.88" style="enable-background:new 0 0 100.56 122.88" xml:space="preserve"><g><path d="M72.15,112.2L90.4,93H72.15V112.2L72.15,112.2z M81.75,9.2c0,1.69-1.37,3.05-3.05,3.05c-1.69,0-3.05-1.37-3.05-3.05V6.11 H6.11v92.24h3.01c1.69,0,3.05,1.37,3.05,3.05c0,1.69-1.37,3.05-3.05,3.05H5.48c-1.51,0-2.88-0.61-3.87-1.61l0.01-0.01 c-1-1-1.61-2.37-1.61-3.87V5.48C0,3.97,0.61,2.6,1.61,1.61C2.6,0.61,3.97,0,5.48,0h70.79c1.5,0,2.87,0.62,3.86,1.61l0,0l0.01,0.01 c0.99,0.99,1.61,2.36,1.61,3.86V9.2L81.75,9.2z M100.56,90.55c0,1.4-0.94,2.58-2.22,2.94l-26.88,28.27 c-0.56,0.68-1.41,1.11-2.36,1.11c-0.06,0-0.12,0-0.19-0.01c-0.06,0-0.12,0.01-0.18,0.01H24.29c-1.51,0-2.88-0.61-3.87-1.61 l0.01-0.01l-0.01-0.01c-0.99-0.99-1.61-2.36-1.61-3.86v-93.5c0-1.51,0.62-2.88,1.61-3.87l0.01,0.01c1-0.99,2.37-1.61,3.86-1.61 h70.79c1.5,0,2.87,0.62,3.86,1.61l0,0l0.01,0.01c0.99,0.99,1.61,2.36,1.61,3.86V90.55L100.56,90.55z M94.45,86.9V24.54H24.92v92.24 h41.13V89.95c0-1.69,1.37-3.05,3.05-3.05H94.45L94.45,86.9z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
#showtutorial-lesson .font-size-lg {
  font-size: 1.125rem !important;
}
#showtutorial-lesson .codeHeader + pre {
  margin-top: 0;
}
#showtutorial-lesson pre > code {
  border: 0;
  padding: 0;
  font-size: 87.5%;
  line-height: 1.3571;
  display: inner-block;
  position: relative;
}
#showtutorial-lesson code.instruction {
  color: #09946d;
}
#showtutorial-lesson code.parameters {
  color: #d14407;
}
#showtutorial-lesson code.action {
  color: black;
  float: right;
  font-size: 75%;
}
#showtutorial-lesson code.result {
  color: #bdbd02;
}
#showtutorial-lesson .hljs-comment {
  color: green;
}
#showtutorial-lesson .mx-expand {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  cursor: pointer;
}
#showtutorial-lesson .mx-expand img {
  width: 100%;
}
#showtutorial-lesson .mx-expand .image_expand {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  border: 1px sold #64c2d2;
  background: #ccc;
  border-radius: 7px;
  padding: 3px;
}
#showtutorial-lesson .mx-expand .icon_image_expand {
  display: block;
  background-image: url('/images/expand.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
#showtutorial-lesson .mx-expand .icon_image_collapse {
  display: block;
  background-image: url('/images/collapse.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
#showtutorial-lesson .mx-img img {
  width: 100%;
}
#showtutorial-lesson .mx-icon img {
  width: 48px;
}
#showtutorial-lesson .mx-button img {
  width: 144px;
}
#showtutorial-lesson .mx-video video {
  min-width: 100%;
  max-width: 100%;
}
#showtutorial-lesson .link-indicator {
  color: #5b9ee6;
  text-decoration: underline;
}
#showtutorial-lesson .mx-project.centered {
  display: flex;
  justify-content: center;
}
#showtutorial-lesson .mx-project.centered > * {
  flex-grow: 0;
}
#showtutorial-lesson .card-body {
  width: 200px;
  border: 1px solid #ccc;
}
#showtutorial-lesson .card-body .card-img {
  height: 116px;
  object-fit: contain;
}
#showtutorial-lesson .card-body .card-title,
#showtutorial-lesson .card-body .card-text {
  max-height: 3rem;
}
#showtutorial-lesson .card-body .card-name,
#showtutorial-lesson .card-body .card-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#showtutorial-quiz {
  display: none;
}
#showtutorial-quiz form {
  max-width: 100%;
}
#showtutorial-quiz .content {
  margin: 0;
  width: 100%;
  height: 100%;
}
#showtutorial-quiz .qtext {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#showtutorial-quiz .ablock {
  margin: 0.7em 0 0.3em 0;
}
#showtutorial-quiz .answer {
  margin: 0.7em 0 0.3em 0;
}
#showtutorial-quiz .answer .r0,
#showtutorial-quiz .answer .r1 {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-start;
}
#showtutorial-quiz input[type="radio"],
#showtutorial-quiz input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
#showtutorial-quiz .answer .r0 input {
  margin: 0.3rem 0.5rem;
  width: 14px;
  flex-shrink: 0;
}
#showtutorial-quiz .answer .r1 input {
  margin: 0.3rem 0.5rem;
  width: 14px;
  flex-shrink: 0;
}
#showtutorial-quiz .answer .answernumber {
  min-width: 1.5em;
}
#showtutorial-quiz .submitbtns {
  display: flex;
}
#showtutorial-quiz .submitbtns .mod_quiz-next-nav {
  margin-left: auto;
  cursor: pointer;
}
#showtutorial-quiz .submitbtns .mod_quiz-next-nav[disabled] {
  opacity: 0.3;
  cursor: default;
}
#showtutorial-quiz-start {
  display: none;
}
#showtutorial-quiz-start .tutorial-start-message-wrapped {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  text-align: center;
}
#showtutorial-quiz-start .tutorial-start-button-wrapped {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  text-align: center;
}
#showtutorial-quiz-start .tutorial-start-button {
  width: 150px;
  height: 100%;
  padding: 5px;
  background-color: aqua;
}
#showtutorial-quiz-finish {
  display: none;
}
#showtutorial-quiz-finish #page-content {
  margin-top: 3rem;
}
#showtutorial-quiz-finish section {
  display: block;
}
#showtutorial-quiz-finish .user-notifications {
  display: block;
  overflow: hidden;
}
#showtutorial-quiz-finish table {
  border-collapse: collapse;
}
#showtutorial-quiz-finish .generaltable {
  width: 100%;
  margin-bottom: 1rem;
  color: #1d2125;
}
#showtutorial-quiz-finish table.quizreviewsummary {
  width: 100%;
}
#showtutorial-quiz-finish tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
#showtutorial-quiz-finish .generaltable tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
#showtutorial-quiz-finish th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
#showtutorial-quiz-finish .generaltable th,
#showtutorial-quiz-finish .generaltable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
#showtutorial-quiz-finish table.quizreviewsummary th.cell {
  padding: 1px 0.5em 1px 1em;
  font-weight: 700;
  text-align: right;
  width: 10em;
  background: #f0f0f0;
}
#showtutorial-quiz-finish table.quizreviewsummary td.cell {
  padding: 1px 1em 1px 0.5em;
  text-align: left;
  background: #fafafa;
}
#showtutorial-expand-image {
  display: none;
  position: relative;
  z-index: 9999;
}
#showtutorial-expand-image .wrapped-expand-image {
  display: block;
  position: absolute;
  width: 800px;
  height: auto;
  margin-left: 5px;
}
#showtutorial-expand-image .wrapped-expand-image .block-expand-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#showtutorial-expand-image .wrapped-expand-image .block-expand-image .img_expand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: #64c2d2 0 0 3px 3px;
}
#showtutorial-expand-image .wrapped-expand-image .block-expand-image .icon_collapse {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  background: #ccc;
  background-image: url('/images/collapse.png');
  background-repeat: no-repeat;
  background-position: 3px;
  border-radius: 7px;
  opacity: 0;
}
#showtutorial-expand-image .wrapped-expand-image .block-expand-image:hover .icon_collapse {
  opacity: 1;
}
#showtutorial-expand-image .wrapped-collapse-icon {
  display: block;
  position: absolute;
}
.tutorial-title a {
  width: 35px;
  margin: 5px;
}
html.editor .mx-turtle {
  display: block;
  background-image: url('/images/turtle.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
html.editor.dark .mx-turtle {
  background-image: url('/images/turtle-dark.png');
}
html.editor.dark body.editor {
  background-color: #16111d;
}
html.editor.dark .editor #editor > div:nth-child(1) {
  background-color: #56545f;
}
html.editor.dark .editor #editor > div:nth-child(2) {
  background-color: #302838;
}
html.editor.dark #procheader {
  background-color: #43414d;
}
html.editor.dark .shape {
  border-color: #43414d;
}
html.editor.dark #variables {
  color: #64c2d2;
}
html.editor.dark #variables .header {
  background-color: #0b5467;
}
html.editor.dark #variables .onevar.even {
  background-color: #302838;
}
html.editor.dark #sidebar {
  background-color: #16111d;
}
html.editor.dark #sidebar.active .lynx-icon.lynx-project-tree.active {
  background-position: -100px -42px;
}
html.editor.dark #sidebar.active .editor .fas.fa-briefcase.active {
  background-position: 0px -42px;
}
html.editor.dark #sidebar.active .editor .fas.fa-commands.active {
  background-position: 0px -42px;
}
html.editor.dark #sidebar.active .editor .fas.fa-copy.active {
  background-position: -100px -42px;
}
html.editor.dark #sidebar.active .editor .fas.fa-image.active {
  background-position: -300px 0px;
}
html.editor.dark #sidebar.active .editor .fas.fa-bug.active {
  background-position: 0px 0px;
}
html.editor.dark #sidebar .sidebar-header {
  color: #64c2d2;
}
html.editor.dark #sidebar .sidebar-header > div {
  border-bottom-color: #302838;
}
html.editor.dark #sidebar .sidebar-header > div:nth-child(1) {
  background-color: #302838;
}
html.editor.dark #sidebar .sidebar-header div.prjname {
  color: #5bdceb;
}
html.editor.dark #sidebar .components > li:nth-child(1) {
  border-bottom-color: #302838;
  background-color: #302838;
}
html.editor.dark #sidebar .sidecontent {
  border-left: 1px solid #302838;
}
html.editor.dark #editor .sidecontent {
  border-left: 1px solid #16111d;
}
html.editor.dark #editor .disabled-editor {
  background-color: #000000;
}
html.editor.dark.panel-collapse .tutorial-action button {
  transform: rotate(180deg);
  left: -10px;
}
html.editor.dark .action-image {
  margin-left: 3px;
  fill: currentcolor;
}
html.editor.dark #tutorial {
  background-color: #16111d;
  color: #64c2d2;
}
html.editor.dark #tutorial .tutorial-header {
  border-bottom: 1px solid;
  border-bottom-color: #302838;
}
html.editor.dark #tutorial .tutorial-header > div {
  background-color: #302838;
}
html.editor.dark #tutorial .tutorial-header div.tutorial-label {
  color: #5bdceb;
}
html.editor.dark #tutorial .tutorial-title {
  background-color: #43414d;
  color: #64c2d2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html.editor.dark #tutorial-separator {
  width: 1px;
  background: #302838;
}
@media (min-width: 1024px) {
  html.editor.dark .lynx-icon.lynx-project-tree.active {
    background-position: -100px -42px;
  }
  html.editor.dark .editor .fas.fa-briefcase.active {
    background-position: 0px -42px;
  }
  html.editor.dark .editor .fas.fa-commands.active {
    background-position: 0px -42px;
  }
  html.editor.dark .editor .fas.fa-copy.active {
    background-position: -100px -42px;
  }
  html.editor.dark .editor .fas.fa-image.active {
    background-position: -300px 0px;
  }
  html.editor.dark .editor .fas.fa-bug.active {
    background-position: 0px 0px;
  }
}
html.editor.dark .caret {
  color: #28738a;
}
html.editor.dark .ace_scrollbar-inner {
  background-color: #302838;
}
html.editor.dark ::-webkit-scrollbar {
  background-color: #302838;
}
html.editor.dark ::-webkit-scrollbar-corner {
  background-color: #302838;
}
html.editor.dark ::-webkit-scrollbar-thumb {
  background-color: #43414d;
  border-radius: 10px;
  border: 3px solid #302838;
  border-left-width: 4px;
}
html.editor.dark .ace-tm {
  background-color: transparent;
}
html.editor.dark #procedures.ace-tomorrow {
  background: #16111d;
}
html.editor.dark .ace-tomorrow {
  transition: background-color 0.3s, color 0.3s;
  color: #64c2d2;
}
html.editor.dark .ace-tomorrow .ace_comment {
  color: #8a8a8a;
}
html.editor.dark .ace-tomorrow .ace_gutter {
  color: #a0338a;
}
html.editor.dark .ace-tomorrow .ace_keyword,
html.editor.dark .ace-tomorrow .ace_meta,
html.editor.dark .ace-tomorrow .ace_storage,
html.editor.dark .ace-tomorrow .ace_storage.ace_type,
html.editor.dark .ace-tomorrow .ace_support.ace_type {
  color: #64c2d2;
}
html.editor.dark .ace-tomorrow .ace_entity.ace_name.ace_function,
html.editor.dark .ace-tomorrow .ace_support.ace_function {
  color: #09a676;
}
html.editor.dark .ace-tomorrow .ace_entity.ace_name.ace_tag,
html.editor.dark .ace-tomorrow .ace_entity.ace_other.ace_attribute-name,
html.editor.dark .ace-tomorrow .ace_meta.ace_tag,
html.editor.dark .ace-tomorrow .ace_string.ace_regexp,
html.editor.dark .ace-tomorrow .ace_variable {
  color: #c92558;
}
html.editor.dark .ace-tomorrow .ace_gutter-active-line {
  background: #302838;
}
html.editor.dark .ace-tomorrow .ace_marker-layer .ace_selection {
  background: #0b5467;
}
html.editor.dark .ace-tomorrow .ace_marker-layer .ace_active-line {
  background: #302838;
}
html.editor.dark .ace-tomorrow .ace_marker-layer .ace_selected-word {
  background: #0b4454;
  border-color: transparent;
}
html.editor.dark .ace-tomorrow .ace_constant.ace_character,
html.editor.dark .ace-tomorrow .ace_constant.ace_language,
html.editor.dark .ace-tomorrow .ace_constant.ace_numeric,
html.editor.dark .ace-tomorrow .ace_keyword.ace_other.ace_unit,
html.editor.dark .ace-tomorrow .ace_support.ace_constant,
html.editor.dark .ace-tomorrow .ace_variable.ace_parameter {
  color: #d14407;
}
html.editor.dark .ace-tomorrow .ace_heading,
html.editor.dark .ace-tomorrow .ace_markup.ace_heading,
html.editor.dark .ace-tomorrow .ace_string {
  color: #3667f1;
}
html.editor.dark #proctabs .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
html.editor.dark #proctabs .ace_editor.ace_autocomplete .ace_line-hover {
  background: #201d28;
}
html.editor.dark .ace_editor.ace_autocomplete {
  color: #64c2d2;
  background-color: #56545f;
  border: none;
  box-shadow: 2px 1px 2px #000000;
}
html.editor.dark .ace_editor.ace_autocomplete .ace_completion-highlight {
  color: #b3e1e9;
}
html.editor.dark .ace_editor.ace_autocomplete .ace_line-hover {
  background: #4f4c57;
  border: none;
}
html.editor.dark .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
html.editor.dark .ace_editor.ace_autocomplete .ace_line-hover {
  background: #4f4c57;
}
html.editor.dark .ace_tooltip {
  border: none;
  background-color: #2e2837;
  color: #64c2d2;
  box-shadow: 2px 1px 2px #000000;
}
html.editor.dark #shareproject .fas.fa-trash-marker {
  background-position: -203px -90px;
}
html.editor.dark #shareproject .fas.fa-plus-marker {
  background-position: -103px -88px;
}
html.editor.dark #shareproject #sharePreview:focus {
  box-shadow: #64c2d2 0 0 3px 3px;
  border-color: #143a45;
}
html.editor.dark .lynx-icon.lynx-project-tree {
  background-position: -150px -42px;
}
html.editor.dark .fas.fa-save {
  background-position: -250px 0px;
}
html.editor.dark .fas.fa-bug {
  background-position: -50px 0px;
}
html.editor.dark .fas.fa-briefcase {
  background-position: -50px -42px;
}
html.editor.dark .fas.fa-commands {
  background-position: -50px -42px;
}
html.editor.dark .fas.fa-copy {
  background-position: -50px -42px;
}
html.editor.dark .fas.fa-image {
  background-position: -350px 0px;
}
html.editor.dark .fas.fa-trash {
  background-position: -190px -84px;
}
html.editor.dark .fas.fa-trash-marker {
  background-position: -250px -89px;
}
html.editor.dark .fas.fa-trash-big {
  background-position: -450px -84px;
}
html.editor.dark .fas.fa-plus-circle {
  background-position: -450px 0px;
}
html.editor.dark .fas.fa-plus-circle-dark {
  background-position: -450px 0px;
}
html.editor.dark .fas.fa-plus-marker {
  background-position: -150px -89px;
}
html.editor.dark .fas.fa-share {
  background-position: -350px -42px;
}
html.editor.dark .fas.fa-settings {
  background-position: -250px -42px;
}
html.editor.dark .fas.fa-check {
  background-position: -300px -84px;
}
html.editor.dark .fas.fa-prev-page {
  background-position: -400px -42px;
}
html.editor.dark .fas.fa-next-page {
  background-position: -450px -42px;
}
html.editor.dark .fas.fa-toggle-off {
  background-position: -50px -84px;
}
html.editor.dark .fas.fa-toggle-off.fa-toggle-on {
  background-position: 0px -84px;
}
html.editor.dark .fas.fa-cloud-upload-alt {
  background-position: -100px -210px;
}
html.editor.dark .fas.fa-cloud-download-alt {
  background-position: -200px -210px;
}
html.editor.dark .fas.fa-file-import {
  background-position: -300px -210px;
}
html.editor.dark .fas.fa-download {
  background-position: -400px -210px;
}
html.editor.dark .fas.fa-paw {
  background-position: 0px -126px;
}
html.editor.dark .fas.fa-chalkboard {
  background-position: -100px -126px;
}
html.editor.dark .fas.fa-code {
  background-position: 0px -168px;
}
html.editor.dark .fas.fa-sliders-h {
  background-position: -300px -126px;
}
html.editor.dark .fas.fa-headphones {
  background-position: -200px -126px;
}
html.editor.dark .fas.fa-file {
  background-position: -400px -126px;
}
html.editor.dark .fas.fa-help {
  background-position: -150px 0px;
}
html.editor.dark .fas.fa-back {
  background-position: -500px -42px;
}
html.editor.dark .fas.fa-play-circle {
  background-position: -350px -168px;
}
html.editor.dark .fas.stop-all {
  background-position: -300px -168px;
}
html.editor.dark .fas.fa-newproject {
  background-position: 0px -210px;
}
html.editor.dark .fas.fa-sampleclipart {
  background-position: -100px -168px;
}
html.editor.dark .fas.fa-samples {
  background-position: -200px -168px;
}
html.editor.dark .fas.fa-my-projects {
  background-position: -500px -126px;
}
html.editor.dark .fas.fa-all-projects {
  background-position: -500px -210px;
}
html.editor.dark .fas.fa-undo {
  background-position: -500px -84px;
}
html.editor.dark .fas.fa-tutorial {
  background-position: -550px -168px;
}
html.editor.dark .fas.fa-tutorial.activetutorial {
  background-position: -500px -168px;
}
html.editor.dark .menu .menuitem {
  color: #0fa5bc;
  background-color: #43414d;
  border-color: #302838;
}
html.editor.dark .menu .menucontent {
  border-color: #302838;
}
html.editor.dark .menu.open .circle .fa-plus-circle {
  background-position: -400px 0px;
}
html.editor.dark .menu.open .circle .fa-save {
  background-position: -200px 0px;
}
html.editor.dark .menu.open .circle .fa-settings {
  background-position: -200px -42px;
}
html.editor.dark .menu.open .circle .fa-cloud-download-alt {
  background-position: -250px -210px;
}
html.editor.dark .menu.open .menuitem.separator:hover {
  color: #0fa5bc;
  background-color: #43414d;
}
html.editor.dark .menu.open .menuitem:hover {
  color: #66c2d2;
  background-color: #302838;
}
html.editor.dark .menu.open .menuitem:hover .fa-cloud-upload-alt {
  background-position: -150px -210px;
}
html.editor.dark .menu.open .menuitem:hover .fa-cloud-download-alt {
  background-position: -250px -210px;
}
html.editor.dark .menu.open .menuitem:hover .fa-file-import {
  background-position: -350px -210px;
}
html.editor.dark .menu.open .menuitem:hover .fa-download {
  background-position: -450px -210px;
}
html.editor.dark .menu.open .menuitem:hover .fa-paw {
  background-position: -50px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-chalkboard {
  background-position: -150px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-code {
  background-position: -50px -168px;
}
html.editor.dark .menu.open .menuitem:hover .fa-sliders-h {
  background-position: -350px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-headphones {
  background-position: -250px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-file {
  background-position: -450px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-newproject {
  background-position: -50px -210px;
}
html.editor.dark .menu.open .menuitem:hover .fa-sampleclipart {
  background-position: -150px -168px;
}
html.editor.dark .menu.open .menuitem:hover .fa-samples {
  background-position: -250px -168px;
}
html.editor.dark .menu.open .menuitem:hover .fa-my-projects {
  background-position: -550px -126px;
}
html.editor.dark .menu.open .menuitem:hover .fa-all-projects {
  background-position: -550px -210px;
}
html.editor.dark .editor input[type=text]:focus {
  box-shadow: #64c2d2 0 0 3px 3px;
}
html.editor.dark .editor input[type=text].is-invalid:focus {
  box-shadow: #dc3545 0 0 3px 3px;
}
html.editor.dark .editor .nav-tabs {
  border-bottom-color: #326169;
}
html.editor.dark .editor .nav-tabs .nav-link:hover {
  border-color: #326169;
}
html.editor.dark .editor .nav-tabs .nav-link.active {
  color: #66c2d2;
  background-color: #302838;
  border-color: #326169;
}
html.editor.dark .editor .nav-tabs a,
html.editor.dark .editor .nav-tabs a:hover {
  color: #64c2d2;
}
html.editor.dark .btn-primary {
  color: black;
  background-color: #64c2d2;
  border-color: #64c2d2;
}
html.editor.dark .btn-primary:not(:disabled):hover {
  background-color: #3cb2c7;
  border-color: #3cb2c7;
}
html.editor.dark .btn-primary:disabled {
  background-color: #2f91a1;
  border-color: #2f91a1;
}
html.editor.dark .bg-success {
  background-color: #64c2d2 !important;
}
html.editor.dark .bg-danger {
  background-color: red !important;
}
html.editor.dark .modal-content {
  background-color: #43414d;
  color: #64c2d2;
}
html.editor.dark .modal-content .modal-header {
  border-bottom-color: #326169;
}
html.editor.dark .modal-content .form-control-plaintext {
  color: #64c2d2;
}
html.editor.dark .modal-content .close {
  color: #64c2d2;
  text-shadow: 0 1px 0 #326169;
}
html.editor.dark .modal-content .close:hover:not(:disabled):not(.disabled):focus,
html.editor.dark .modal-content .close:hover:not(:disabled):not(.disabled):hover {
  color: #326169;
}
html.editor.dark .modal-content .form-control {
  background-color: #231d29;
  border-color: #143a45;
  color: #64c2d2;
}
html.editor.dark .modal-content .form-control.is-invalid {
  border-color: red;
}
html.editor.dark .modal-content .input-group-text {
  background-color: #231d29;
  border-color: #143a45;
}
html.editor.dark .modal-content .btn-secondary {
  color: #64c2d2;
}
html.editor.dark .modal-content select.form-control {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2366c4d4' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html.editor.dark .modal-content .form-check {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
html.editor.dark .modal-content .form-check .form-check-label::before {
  border-radius: 0.25rem;
}
html.editor.dark .modal-content .form-check .form-check-input:checked ~ .form-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(102, 196, 212)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
html.editor.dark .modal-content .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
html.editor.dark .modal-content .form-check-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
html.editor.dark .modal-content .form-check-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border: #326169 solid 1px;
}
html.editor.dark .modal-content .form-check-label:after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
html.editor.dark .form-control-shapedegrees {
  display: inline-block;
  width: 35px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
html.editor.dark .jstree-default .jstree-wholerow-hovered {
  background: #302838;
}
html.editor.dark .jstree-default .jstree-wholerow-clicked {
  background: #0b5467;
}
html.editor.dark .number {
  background: #16111d;
  color: #5f4a7d;
}
html.editor.dark .marker-col {
  border-left: 1px solid #64c2d2;
  border-bottom: 1px solid #64c2d2;
  border-right: 1px solid #64c2d2;
}
html.editor.dark #tutorial_contents {
  width: 100%;
  height: calc(100% - 84px);
  padding-bottom: 50px;
  overflow-y: auto;
}
html.editor.dark #tutorial_contents.hide {
  display: none;
}
html.editor.dark #tutorial_contents .icons-collapse-expand {
  display: flex;
  align-items: center;
}
html.editor.dark #tutorial_contents .icons-collapse-expand .expanded-icon {
  display: flex;
  align-items: center;
  width: 12px;
}
html.editor.dark #tutorial_contents .icons-collapse-expand .collapsed-icon {
  display: none;
  width: 12px;
}
html.editor.dark #tutorial_contents .icons-collapse-expand.collapsed .expanded-icon {
  display: none;
}
html.editor.dark #tutorial_contents .icons-collapse-expand.collapsed .collapsed-icon {
  display: flex;
  align-items: center;
}
html.editor.dark #tutorial_contents .section-image {
  height: 100%;
  width: 100%;
  color: inherit;
  fill: currentcolor;
}
html.editor.dark #tutorial_contents .expanded-icon .section-image {
  transform: rotate(-90deg);
}
html.editor.dark #tutorial_contents .collapsed-icon .section-image {
  transform: rotate(180deg);
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item {
  padding: 0.1rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-link {
  color: #92a0ad;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-link:hover {
  color: #fff;
  text-decoration: none;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-link:focus {
  color: #fff;
  text-decoration: none;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-link.disabled {
  color: #9ea4a9;
  cursor: default;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-chevron {
  color: #92a0ad;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-chevron:hover {
  color: #fff;
  text-decoration: none;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .courseindex-chevron:focus {
  color: #fff;
  text-decoration: none;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .icons-collapse-expand {
  padding-right: 4px;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .completioninfo {
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  background-color: #302838;
  border: 1px solid #302838;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .completioninfo.completion_complete {
  border: none;
  background-color: #16111d;
  outline-color: #107c10 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 457.57"><defs><style>.cls-1{fill-rule:evenodd; fill: green;}</style></defs><path class="cls-1" d="M0,220.57c100.43-1.33,121-5.2,191.79,81.5,54.29-90,114.62-167.9,179.92-235.86C436-.72,436.5-.89,512,.24,383.54,143,278.71,295.74,194.87,457.57,150,361.45,87.33,280.53,0,220.57Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-item .completioninfo.completion_fail {
  background-color: #ca3120;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section.dragging {
  border: 1px solid #b8dce2;
  background-color: #e0f0f2;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section .current-badge {
  line-height: 1.5;
  display: none;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section.current {
  border-left: solid 3px #0f6cbf;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section.current .current-badge {
  display: inline-block;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section .courseindex-section-title a {
  font-weight: 500;
}
html.editor.dark #tutorial_contents.courseindex .courseindex-section .courseindex-sectioncontent {
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
html.editor.dark #showtutorial {
  width: 100%;
  height: calc(100% - 84px);
}
html.editor.dark #showtutorial .tutorial-modal-header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #3d3548;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
html.editor.dark #showtutorial .tutorial-modal-header-back {
  text-decoration: none;
}
html.editor.dark #showtutorial .tutorial-modal-header-back svg {
  width: 32px;
  margin-bottom: 3px;
}
html.editor.dark #showtutorial .back-icon {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  color: inherit;
  fill: currentcolor;
}
html.editor.dark #showtutorial .tutorial-modal-title {
  width: calc(100% - 50px);
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html.editor.dark #showtutorial-loading {
  display: none;
}
html.editor.dark #showtutorial-loading .tutorial-loading-wrapped {
  margin-top: 100px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 24px;
}
html.editor.dark #showtutorial-wrapped {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  height: calc(100% - 50px);
}
html.editor.dark #showtutorial-wrapped .tutorial-modal-wrapped {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
html.editor.dark #showtutorial-wrapped .tutorial-scroll-container {
  height: 100%;
  overflow-y: auto;
}
html.editor.dark #showtutorial-wrapped .modular-content-container {
  width: 90%;
  height: 24px;
  text-align: right;
  margin-top: 15px;
}
html.editor.dark #showtutorial-wrapped .button.button-primary {
  border-color: #0078d4;
  color: #0078d4;
}
html.editor.dark #showtutorial-wrapped .button.button-filled {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #302838;
}
html.editor.dark #showtutorial-wrapped .button.button-filled.button-primary {
  border-color: #0078d4;
  background-color: #0078d4;
  color: #302838;
}
html.editor.dark #showtutorial-lesson {
  display: none;
}
html.editor.dark #showtutorial-lesson .content {
  margin: 0;
  width: 100%;
  height: 100%;
}
html.editor.dark #showtutorial-lesson .section {
  padding: 15px 10px;
}
html.editor.dark #showtutorial-lesson pre {
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  font-smooth: auto;
  white-space: normal;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 0;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.3571;
  overflow: auto;
}
html.editor.dark #showtutorial-lesson code {
  font-size: 90%;
}
html.editor.dark #showtutorial-lesson .content h1,
html.editor.dark #showtutorial-lesson .content h2.likeAnH1 {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
}
html.editor.dark #showtutorial-lesson .content h2,
html.editor.dark #showtutorial-lesson .content h3,
html.editor.dark #showtutorial-lesson .content h4,
html.editor.dark #showtutorial-lesson .content h5,
html.editor.dark #showtutorial-lesson .content h6 {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.3;
}
html.editor.dark #showtutorial-lesson .content h2 {
  margin-top: 20px;
  font-size: 18px;
}
html.editor.dark #showtutorial-lesson .content h1:first-of-type {
  margin-top: -10px;
  margin-bottom: 0;
}
html.editor.dark #showtutorial-lesson .content p {
  word-wrap: break-word;
  margin-top: 1rem;
  margin-bottom: 0;
}
html.editor.dark #showtutorial-lesson .content ul {
  padding: 0 0 0 15px;
}
html.editor.dark #showtutorial-lesson .content ol {
  padding: 0 0 0 15px;
  list-style-type: lower-alpha;
}
html.editor.dark #showtutorial-lesson .codeHeader {
  box-sizing: content-box;
  background-color: #e6e6e6;
  color: code_color;
  border: 1px solid #e6e6e6;
  min-height: 30px;
  border-bottom: 0;
  flex-direction: row;
  margin-top: 16px;
  font-size: 0.8rem;
  display: flex;
}
html.editor.dark #showtutorial-lesson .codeHeader > .language {
  flex-grow: 1;
  padding: 2px 16px;
}
html.editor.dark #showtutorial-lesson .codeHeader > .action {
  border: 0 solid #e6e6e6;
  color: #171717;
  cursor: pointer;
  background-color: #0000;
  border-left-width: 1px;
  align-items: center;
  padding: 2px 10px 2px 0;
  line-height: normal;
  display: flex;
}
html.editor.dark #showtutorial-lesson .margin-right-xxs {
  margin-inline-end: 0.5rem !important;
}
html.editor.dark #showtutorial-lesson .codeHeader > .action .successful-copy-alert.is-transparent {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
html.editor.dark #showtutorial-lesson .has-background-success {
  outline-color: #302838;
  background-color: #107c10 !important;
  width: 65px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 457.57"><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><path class="cls-1" d="M0,220.57c100.43-1.33,121-5.2,191.79,81.5,54.29-90,114.62-167.9,179.92-235.86C436-.72,436.5-.89,512,.24,383.54,143,278.71,295.74,194.87,457.57,150,361.45,87.33,280.53,0,220.57Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
html.editor.dark #showtutorial-lesson .has-text-success-invert {
  color: #302838 !important;
}
html.editor.dark #showtutorial-lesson .icon {
  width: 15px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.56 122.88" style="enable-background:new 0 0 100.56 122.88" xml:space="preserve"><g><path d="M72.15,112.2L90.4,93H72.15V112.2L72.15,112.2z M81.75,9.2c0,1.69-1.37,3.05-3.05,3.05c-1.69,0-3.05-1.37-3.05-3.05V6.11 H6.11v92.24h3.01c1.69,0,3.05,1.37,3.05,3.05c0,1.69-1.37,3.05-3.05,3.05H5.48c-1.51,0-2.88-0.61-3.87-1.61l0.01-0.01 c-1-1-1.61-2.37-1.61-3.87V5.48C0,3.97,0.61,2.6,1.61,1.61C2.6,0.61,3.97,0,5.48,0h70.79c1.5,0,2.87,0.62,3.86,1.61l0,0l0.01,0.01 c0.99,0.99,1.61,2.36,1.61,3.86V9.2L81.75,9.2z M100.56,90.55c0,1.4-0.94,2.58-2.22,2.94l-26.88,28.27 c-0.56,0.68-1.41,1.11-2.36,1.11c-0.06,0-0.12,0-0.19-0.01c-0.06,0-0.12,0.01-0.18,0.01H24.29c-1.51,0-2.88-0.61-3.87-1.61 l0.01-0.01l-0.01-0.01c-0.99-0.99-1.61-2.36-1.61-3.86v-93.5c0-1.51,0.62-2.88,1.61-3.87l0.01,0.01c1-0.99,2.37-1.61,3.86-1.61 h70.79c1.5,0,2.87,0.62,3.86,1.61l0,0l0.01,0.01c0.99,0.99,1.61,2.36,1.61,3.86V90.55L100.56,90.55z M94.45,86.9V24.54H24.92v92.24 h41.13V89.95c0-1.69,1.37-3.05,3.05-3.05H94.45L94.45,86.9z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
html.editor.dark #showtutorial-lesson .font-size-lg {
  font-size: 1.125rem !important;
}
html.editor.dark #showtutorial-lesson .codeHeader + pre {
  margin-top: 0;
}
html.editor.dark #showtutorial-lesson pre > code {
  border: 0;
  padding: 0;
  font-size: 87.5%;
  line-height: 1.3571;
  display: inner-block;
  position: relative;
}
html.editor.dark #showtutorial-lesson code.instruction {
  color: #09946d;
}
html.editor.dark #showtutorial-lesson code.parameters {
  color: #d14407;
}
html.editor.dark #showtutorial-lesson code.action {
  color: black;
  float: right;
  font-size: 75%;
}
html.editor.dark #showtutorial-lesson code.result {
  color: #bdbd02;
}
html.editor.dark #showtutorial-lesson .hljs-comment {
  color: green;
}
html.editor.dark #showtutorial-lesson .mx-expand {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  cursor: pointer;
}
html.editor.dark #showtutorial-lesson .mx-expand img {
  width: 100%;
}
html.editor.dark #showtutorial-lesson .mx-expand .image_expand {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  border: 1px sold #64c2d2;
  background: #ccc;
  border-radius: 7px;
  padding: 3px;
}
html.editor.dark #showtutorial-lesson .mx-expand .icon_image_expand {
  display: block;
  background-image: url('/images/expand.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
html.editor.dark #showtutorial-lesson .mx-expand .icon_image_collapse {
  display: block;
  background-image: url('/images/collapse.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
html.editor.dark #showtutorial-lesson .mx-img img {
  width: 100%;
}
html.editor.dark #showtutorial-lesson .mx-icon img {
  width: 48px;
}
html.editor.dark #showtutorial-lesson .mx-button img {
  width: 144px;
}
html.editor.dark #showtutorial-lesson .mx-video video {
  min-width: 100%;
  max-width: 100%;
}
html.editor.dark #showtutorial-lesson .link-indicator {
  color: #5b9ee6;
  text-decoration: underline;
}
html.editor.dark #showtutorial-lesson .mx-project.centered {
  display: flex;
  justify-content: center;
}
html.editor.dark #showtutorial-lesson .mx-project.centered > * {
  flex-grow: 0;
}
html.editor.dark #showtutorial-lesson .card-body {
  width: 200px;
  border: 1px solid #ccc;
}
html.editor.dark #showtutorial-lesson .card-body .card-img {
  height: 116px;
  object-fit: contain;
}
html.editor.dark #showtutorial-lesson .card-body .card-title,
html.editor.dark #showtutorial-lesson .card-body .card-text {
  max-height: 3rem;
}
html.editor.dark #showtutorial-lesson .card-body .card-name,
html.editor.dark #showtutorial-lesson .card-body .card-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
html.editor.dark #showtutorial-quiz {
  display: none;
}
html.editor.dark #showtutorial-quiz form {
  max-width: 100%;
}
html.editor.dark #showtutorial-quiz .content {
  margin: 0;
  width: 100%;
  height: 100%;
}
html.editor.dark #showtutorial-quiz .qtext {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
html.editor.dark #showtutorial-quiz .ablock {
  margin: 0.7em 0 0.3em 0;
}
html.editor.dark #showtutorial-quiz .answer {
  margin: 0.7em 0 0.3em 0;
}
html.editor.dark #showtutorial-quiz .answer .r0,
html.editor.dark #showtutorial-quiz .answer .r1 {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-start;
}
html.editor.dark #showtutorial-quiz input[type="radio"],
html.editor.dark #showtutorial-quiz input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
html.editor.dark #showtutorial-quiz .answer .r0 input {
  margin: 0.3rem 0.5rem;
  width: 14px;
  flex-shrink: 0;
}
html.editor.dark #showtutorial-quiz .answer .r1 input {
  margin: 0.3rem 0.5rem;
  width: 14px;
  flex-shrink: 0;
}
html.editor.dark #showtutorial-quiz .answer .answernumber {
  min-width: 1.5em;
}
html.editor.dark #showtutorial-quiz .submitbtns {
  display: flex;
}
html.editor.dark #showtutorial-quiz .submitbtns .mod_quiz-next-nav {
  margin-left: auto;
  cursor: pointer;
}
html.editor.dark #showtutorial-quiz .submitbtns .mod_quiz-next-nav[disabled] {
  opacity: 0.3;
  cursor: default;
}
html.editor.dark #showtutorial-quiz-start {
  display: none;
}
html.editor.dark #showtutorial-quiz-start .tutorial-start-message-wrapped {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  text-align: center;
}
html.editor.dark #showtutorial-quiz-start .tutorial-start-button-wrapped {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  text-align: center;
}
html.editor.dark #showtutorial-quiz-start .tutorial-start-button {
  width: 150px;
  height: 100%;
  padding: 5px;
  background-color: aqua;
}
html.editor.dark #showtutorial-quiz-finish {
  display: none;
}
html.editor.dark #showtutorial-quiz-finish #page-content {
  margin-top: 3rem;
}
html.editor.dark #showtutorial-quiz-finish section {
  display: block;
}
html.editor.dark #showtutorial-quiz-finish .user-notifications {
  display: block;
  overflow: hidden;
}
html.editor.dark #showtutorial-quiz-finish table {
  border-collapse: collapse;
}
html.editor.dark #showtutorial-quiz-finish .generaltable {
  width: 100%;
  margin-bottom: 1rem;
  color: #1d2125;
}
html.editor.dark #showtutorial-quiz-finish table.quizreviewsummary {
  width: 100%;
}
html.editor.dark #showtutorial-quiz-finish tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
html.editor.dark #showtutorial-quiz-finish .generaltable tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
html.editor.dark #showtutorial-quiz-finish th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
html.editor.dark #showtutorial-quiz-finish .generaltable th,
html.editor.dark #showtutorial-quiz-finish .generaltable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
html.editor.dark #showtutorial-quiz-finish table.quizreviewsummary th.cell {
  padding: 1px 0.5em 1px 1em;
  font-weight: 700;
  text-align: right;
  width: 10em;
  background: #f0f0f0;
}
html.editor.dark #showtutorial-quiz-finish table.quizreviewsummary td.cell {
  padding: 1px 1em 1px 0.5em;
  text-align: left;
  background: #fafafa;
}
html.editor.dark #showtutorial-expand-image {
  display: none;
  position: relative;
  z-index: 9999;
}
html.editor.dark #showtutorial-expand-image .wrapped-expand-image {
  display: block;
  position: absolute;
  width: 800px;
  height: auto;
  margin-left: 5px;
}
html.editor.dark #showtutorial-expand-image .wrapped-expand-image .block-expand-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
html.editor.dark #showtutorial-expand-image .wrapped-expand-image .block-expand-image .img_expand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: #64c2d2 0 0 3px 3px;
}
html.editor.dark #showtutorial-expand-image .wrapped-expand-image .block-expand-image .icon_collapse {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  background: #ccc;
  background-image: url('/images/collapse.png');
  background-repeat: no-repeat;
  background-position: 3px;
  border-radius: 7px;
  opacity: 0;
}
html.editor.dark #showtutorial-expand-image .wrapped-expand-image .block-expand-image:hover .icon_collapse {
  opacity: 1;
}
html.editor.dark #showtutorial-expand-image .wrapped-collapse-icon {
  display: block;
  position: absolute;
}
html.editor.dark .tutorial-title a {
  width: 35px;
  margin: 5px;
}
html.editor.dark html.editor .mx-turtle {
  display: block;
  background-image: url('/images/turtle.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
html.editor.dark html.editor.dark .mx-turtle {
  background-image: url('/images/turtle-dark.png');
}
#shareproject a {
  margin: 5px;
}
#shareproject .buttons {
  text-align: center;
}
@media (min-width: 400px) {
  #shareproject a {
    margin: 0;
  }
  #shareproject .buttons {
    text-align: left;
  }
}
#shareproject .preview {
  position: relative;
}
#shareproject .preview #sharePreview {
  width: 288px;
  height: 162px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-height: 700px) {
  #shareproject .preview #sharePreview {
    width: 400px;
    height: 225px;
  }
}
#shapedialog .marker-scale {
  height: 16px;
  margin-top: -10px;
}
.mh-block {
  display: block !important;
}
.mh-none {
  display: none !important;
}
@media (min-height: 700px) {
  .mh-block {
    display: none !important;
  }
  .mh-none {
    display: flex !important;
  }
}
@media (min-width: 400px) {
  .d-mobile-none {
    display: none !important;
  }
}
.d-mobile-flex {
  display: none;
}
@media (min-width: 400px) and (min-height: 400px) {
  .d-mobile-flex {
    display: flex;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 535px;
  }
}
.unavailable {
  display: none;
}
.toggle-editor {
  flex: 1;
  height: 42px;
  padding: 9px 12px;
  display: none;
  cursor: text;
}
.toggle-editor.form-control:focus {
  box-shadow: none;
}
.toggle-editor.visible {
  display: block;
}
input.toggle-editor {
  padding: 0 10px;
}
.prjname {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prjname.toggle-editor {
  font-size: 17px;
  padding-top: 9px;
}
input.prjname.toggle-editor {
  padding-top: 0;
}
.procname,
.menuitem {
  font-size: 15px;
}
.caret {
  width: 50px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: -11px;
}
.caret:after {
  display: inline-block;
  margin-left: 23px;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
}
.btn {
  min-width: 75px;
}
.btn.disabled {
  opacity: 0.2;
}
input[type=file] {
  height: initial;
}
.ace_editor {
  font-size: 11px;
}
html.font-large .ace_editor {
  font-size: 14px;
}
html.font-huge .ace_editor {
  font-size: 20px;
}
.ace_tooltip {
  background-image: none;
  pointer-events: initial;
  max-width: 600px;
  white-space: pre-line;
}
.toast {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  opacity: 1;
}
.modal-body .delete {
  cursor: pointer;
  width: 35px;
}
.modal-body .form-group {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.modal-body .form-group:last-child,
.modal-body .form-group.plaintext {
  margin-bottom: 0;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 5px;
  cursor: pointer;
}
.picker-dialog-bg,
.picker-dialog {
  z-index: 1100 !important;
}
.form-control.is-invalid {
  padding-right: 0.75rem;
  background-image: none;
}
.col-form-label {
  padding-right: 0;
}
.editor .player-controls {
  margin-left: 0.5rem;
}
.editor .player-controls i {
  background-color: #6c757d;
  width: 31px;
  height: 31px;
  border: 1px solid #6c757d;
  border-radius: 4px;
}
.editor .player-controls i:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}
.editor .player-controls i.prev-page {
  background-position: -413px -427px;
}
.editor .player-controls i.next-page {
  background-position: -461px -427px;
}
.editor .player-controls i.stop-all {
  background-position: -411px -175px;
}
.editor .player-controls i.full-screen {
  background-position: -461px -174px;
}
.need-save {
  bottom: -4px;
  right: 4px;
  color: #d14407;
  position: absolute;
}
.need-save:after {
  content: '•';
}
html #locTurtle:before {
  content: 'Turtle';
}
html #locText:before {
  content: 'Text';
}
html #locButton:before {
  content: 'Button';
}
html #locSlider:before {
  content: 'Slider';
}
html #locHyperlink:before {
  content: 'Hyperlink';
}
html #locSound:before {
  content: 'Sound';
}
html #locPage:before {
  content: 'Page';
}
html #locSampleClipart:before {
  content: 'Sample Clipart';
}
html #locNewHandler {
  content: 'New...';
}
html #locCreateButton,
html #locCreateButton:before {
  content: 'Create';
}
html #locLoadButton,
html .locLoadButton:before {
  content: 'Open';
}
html #locImportButton,
html .locImportButton:before {
  content: 'Import';
}
html #locSaveButton,
html #locSaveButton:before {
  content: 'Save';
}
html #locDownloadButton:before {
  content: 'Download';
}
html #locSamples:before {
  content: 'Samples...';
}
html #locLoadTitle {
  content: 'Open project...';
}
html #locImportTitle {
  content: 'Select MicroWorlds project...';
}
html #locSaveTitle {
  content: 'Saving the project...';
}
html #locImportSound {
  content: 'Import sound...';
}
html #locImportPicture {
  content: 'Import image...';
}
html #locNewProject:before {
  content: 'New project...';
}
html #locNewProjectStandard:before {
  content: 'Standard (800x450)';
}
html #locNewProjectLarge:before {
  content: 'Large (1280x720)';
}
html #locNewProjectSmall:before {
  content: 'Small (400x300)';
}
html #locNewProjectCustom:before {
  content: 'Custom';
}
html #locSelectFile {
  content: 'Select a file';
}
html #locSelectFolder {
  content: 'Select a folder';
}
html #locDark:before {
  content: 'Dark';
}
html #locAutoComplete:before {
  content: 'Auto-complete';
}
html #locLargeFont:before {
  content: 'Large Font';
}
html #locDefaultFont:before {
  content: 'Default Font';
}
html #locHugeFont:before {
  content: 'Huge Font';
}
html #locLearnerMode:before {
  content: 'Learner Mode';
}
html #locDefaultProcs,
html .locDefaultProcs:before {
  content: 'Procedures';
}
html #locAddProcTab:before {
  content: 'Add a tab';
}
html #locMyDevice:before {
  content: 'Select...';
}
html #locCopyAndDelete {
  content: 'Copy and Delete';
}
html #locProceduresAreNotEmpty {
  content: ' are not empty';
}
html #locSureToDelete {
  content: 'Are you sure you want to delete them?';
}
html #locShareProjectTitle:before {
  content: 'Share this project...';
}
html #locDialogURL:before {
  content: 'URL';
}
html #locShareProjectPicture:before {
  content: 'Preview Image';
}
html #locShareProjectName:before {
  content: 'Title';
}
html #locShareProjectDescription:before {
  content: 'Desc.';
}
html #locCopyLink:before {
  content: 'Copy link';
}
html #locEmail:before {
  content: 'Email';
}
html #locLinkCopied {
  content: 'Link copied to clipboard';
}
html #locName:before {
  content: 'Name';
}
html #locLabel:before {
  content: 'Label';
}
html #locClick:before {
  content: 'On click';
}
html #locTouch:before {
  content: 'On touch';
}
html #locMessage:before {
  content: 'On message';
}
html #locColour:before {
  content: 'On colour';
}
html #locVisible:before {
  content: 'Visible';
}
html #locFrozen:before {
  content: 'Frozen';
}
html #locShowName:before {
  content: 'Show name';
}
html #locMin:before {
  content: 'Min';
}
html #locMax:before {
  content: 'Max';
}
html #locValue:before {
  content: 'Value';
}
html #locTransparent:before {
  content: 'Transparent';
}
html #locShowToolbar:before {
  content: 'Formatting tools';
}
html #locReadonly:before {
  content: 'Read only';
}
html #locXcor:before {
  content: 'Xcor';
}
html #locYcor:before {
  content: 'Ycor';
}
html #locWidth:before {
  content: 'Width';
}
html #locHeight:before {
  content: 'Height';
}
html #locApply:before {
  content: 'Apply';
}
html #locCancel:before {
  content: 'Cancel';
}
html #locNo {
  content: 'No';
}
html #locYes {
  content: 'Yes';
}
html #locNumberSign {
  content: '#';
}
html #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html #locVairableUnavailable,
html #locVairableUnavailable:before {
  content: 'Variables unavailable while the project is running';
}
html #locGlobalVairable:before {
  content: 'Global variables';
}
html #locLocalVairable:before {
  content: 'Local variables';
}
html #locStopped:before {
  content: 'Stopped on line ';
}
html #locStoppedIn:before {
  content: ' in ';
}
html #locNewProjectSizeHelp:before {
  content: 'Sizes are whole numbers between 40 and 2000';
}
html .locHintNext:before {
  content: 'Show me more hints';
}
html .locHintOr:before {
  content: ' or ';
}
html .locHintDone:before {
  content: 'Let me code!';
}
html .locHintLast:before {
  content: 'Got it!';
}
html .locHintNever:before {
  content: 'Never show hints again';
}
html #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html #locDegrees:before {
  content: 'Rotate';
}
html #locMyProjects::before {
  content: 'My Projects';
}
html #locAllProjects::before {
  content: 'All Projects';
}
html #hint-nameproject {
  content: 'Start by naming your project';
}
html #hint-plusmenu {
  content: 'Add objects and sample clipart';
}
html #hint-filemenu {
  content: 'Look at samples & organize files';
}
html #hint-procedures {
  content: 'Write code in the Procedures Pane';
}
html #hint-clipart {
  content: 'Add images in the Clipart Pane';
}
html #hint-projecttree {
  content: 'See objects on each page';
}
html #hint-settings {
  content: 'Settings';
}
html #hint-dictionary {
  content: 'Written Help here';
}
html #hint-freshworks {
  content: 'Ask questions here';
}
html #hint-workarea {
  content: 'This is your Work Area';
}
html #hint-cc {
  content: 'This is your Command Centre';
}
html #hint-save {
  content: 'Save it to the cloud. Save often.';
}
html #tutorial-started::before {
  content: 'Started';
}
html #tutorial-ended::before {
  content: 'Ended';
}
html #tutorial-grade::before {
  content: 'Grade';
}
html #tutorial-startquiz::before {
  content: 'Start test';
}
html #tutorial-panelname::before {
  content: 'Course';
}
html #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=fr] #locTurtle:before {
  content: 'Tortue';
}
html[lang=fr] #locText:before {
  content: 'Texte';
}
html[lang=fr] #locButton:before {
  content: 'Bouton';
}
html[lang=fr] #locSlider:before {
  content: 'Gradateur';
}
html[lang=fr] #locHyperlink:before {
  content: 'Hyperlien';
}
html[lang=fr] #locSound:before {
  content: 'Son';
}
html[lang=fr] #locPage:before {
  content: 'Page';
}
html[lang=fr] #locSampleClipart:before {
  content: 'Exemples formes';
}
html[lang=fr] #locNewHandler {
  content: 'Nouveau...';
}
html[lang=fr] #locCreateButton,
html[lang=fr] #locCreateButton:before {
  content: 'Créer';
}
html[lang=fr] #locLoadButton,
html[lang=fr] .locLoadButton:before {
  content: 'Ouvrir';
}
html[lang=fr] #locImportButton,
html[lang=fr] .locImportButton:before {
  content: 'Importer';
}
html[lang=fr] #locSaveButton,
html[lang=fr] #locSaveButton:before {
  content: 'Enregistrer';
}
html[lang=fr] #locDownloadButton:before {
  content: 'Télécharger';
}
html[lang=fr] #locSamples:before {
  content: 'Exemples...';
}
html[lang=fr] #locLoadTitle {
  content: 'Ouvrir projet...';
}
html[lang=fr] #locImportTitle {
  content: 'Importer projet MicroMondes...';
}
html[lang=fr] #locSaveTitle {
  content: 'Enregistrer projet...';
}
html[lang=fr] #locImportSound {
  content: 'Importer son...';
}
html[lang=fr] #locImportPicture {
  content: 'Importer image...';
}
html[lang=fr] #locNewProject:before {
  content: 'Nouveau projet...';
}
html[lang=fr] #locNewProjectStandard:before {
  content: 'Standard (800x450)';
}
html[lang=fr] #locNewProjectLarge:before {
  content: 'Grand (1280x720)';
}
html[lang=fr] #locNewProjectSmall:before {
  content: 'Petit (400x300)';
}
html[lang=fr] #locNewProjectCustom:before {
  content: 'Personnalisé';
}
html[lang=fr] #locSelectFile {
  content: 'Choisir un fichier';
}
html[lang=fr] #locSelectFolder {
  content: 'Choisir un dossier';
}
html[lang=fr] #locDark:before {
  content: 'Mode sombre';
}
html[lang=fr] #locAutoComplete:before {
  content: 'Saisie auto';
}
html[lang=fr] #locLargeFont:before {
  content: 'Grande police';
}
html[lang=fr] #locDefaultFont:before {
  content: 'Police par défaut';
}
html[lang=fr] #locHugeFont:before {
  content: 'Police énorme';
}
html[lang=fr] #locLearnerMode:before {
  content: 'Mode débutant';
}
html[lang=fr] #locDefaultProcs,
html[lang=fr] .locDefaultProcs:before {
  content: 'Procédures';
}
html[lang=fr] #locAddProcTab:before {
  content: 'Ajouter un onglet';
}
html[lang=fr] #locMyDevice:before {
  content: 'Choisir...';
}
html[lang=fr] #locCopyAndDelete {
  content: 'Copier et supprimer';
}
html[lang=fr] #locProceduresAreNotEmpty {
  content: ' ne sont pas vides';
}
html[lang=fr] #locSureToDelete {
  content: 'Souhaitez-vous vraiment les supprimer?';
}
html[lang=fr] #locShareProjectTitle:before {
  content: 'Partager ce projet...';
}
html[lang=fr] #locDialogURL:before {
  content: 'URL';
}
html[lang=fr] #locShareProjectPicture:before {
  content: 'Aperçu';
}
html[lang=fr] #locShareProjectName:before {
  content: 'Titre';
}
html[lang=fr] #locShareProjectDescription:before {
  content: 'Desc.';
}
html[lang=fr] #locCopyLink:before {
  content: 'Copier le lien';
}
html[lang=fr] #locEmail:before {
  content: 'Courriel';
}
html[lang=fr] #locLinkCopied {
  content: 'Le lien est copié';
}
html[lang=fr] #locName:before {
  content: 'Nom';
}
html[lang=fr] #locLabel:before {
  content: 'Étiquette';
}
html[lang=fr] #locClick:before {
  content: 'Si clic';
}
html[lang=fr] #locTouch:before {
  content: 'Si contact';
}
html[lang=fr] #locMessage:before {
  content: 'Si message';
}
html[lang=fr] #locColour:before {
  content: 'Sur couleur';
}
html[lang=fr] #locVisible:before {
  content: 'Visible';
}
html[lang=fr] #locFrozen:before {
  content: 'Gelé';
}
html[lang=fr] #locShowName:before {
  content: 'Afficher le nom';
}
html[lang=fr] #locMin:before {
  content: 'Min';
}
html[lang=fr] #locMax:before {
  content: 'Max';
}
html[lang=fr] #locValue:before {
  content: 'Valeur';
}
html[lang=fr] #locTransparent:before {
  content: 'Transparent';
}
html[lang=fr] #locShowToolbar:before {
  content: 'Outils de formatage';
}
html[lang=fr] #locReadonly:before {
  content: 'Lecture seule';
}
html[lang=fr] #locXcor:before {
  content: 'X';
}
html[lang=fr] #locYcor:before {
  content: 'Y';
}
html[lang=fr] #locWidth:before {
  content: 'Largeur ';
}
html[lang=fr] #locHeight:before {
  content: 'Hauteur ';
}
html[lang=fr] #locApply:before {
  content: 'Appliquer';
}
html[lang=fr] #locCancel:before {
  content: 'Annuler';
}
html[lang=fr] #locNo {
  content: 'Non';
}
html[lang=fr] #locYes {
  content: 'Oui';
}
html[lang=fr] #locNumberSign {
  content: 'No : ';
}
html[lang=fr] #locCannotImportPicture {
  content: 'Problème lors de l\'importation de l\'image. Téléchargez-la sur votre appareil et importez-la.';
}
html[lang=fr] #locCannotDownloadSound {
  content: 'Problème lors de l\'importation du fichier audio. Téléchargez-le sur votre appareil et importez-le.';
}
html[lang=fr] #locWrongFileType {
  content: 'Le fichier ne semble pas être un fichier audio. Téléchargez-le sur votre appareil et importez-le.';
}
html[lang=fr] #locVairableUnavailable,
html[lang=fr] #locVairableUnavailable:before {
  content: 'Variables non disponibles pendant l\'exécution du projet';
}
html[lang=fr] #locGlobalVairable:before {
  content: 'Variables globales';
}
html[lang=fr] #locLocalVairable:before {
  content: 'Variables locales';
}
html[lang=fr] #locStopped:before {
  content: 'Arrêté sur la ligne ';
}
html[lang=fr] #locStoppedIn:before {
  content: ' dans ';
}
html[lang=fr] #locNewProjectSizeHelp:before {
  content: 'Les valeurs doivent être des nombres entiers entre 40 et 2000';
}
html[lang=fr] .locHintNext:before {
  content: 'Suivant...';
}
html[lang=fr] .locHintOr:before {
  content: ' ou ';
}
html[lang=fr] .locHintDone:before {
  content: 'Je veux coder!';
}
html[lang=fr] .locHintLast:before {
  content: 'Compris!';
}
html[lang=fr] .locHintNever:before {
  content: 'Ne plus montrer les indices.';
}
html[lang=fr] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=fr] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=fr] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=fr] #locScaleProportionally:before {
  content: 'Proportionnellement';
}
html[lang=fr] #locDegrees:before {
  content: 'Tourner';
}
html[lang=fr] #locMyProjects::before {
  content: 'Mes projets';
}
html[lang=fr] #locAllProjects::before {
  content: 'Tous les projets';
}
html[lang=fr] #hint-nameproject {
  content: 'Pour commencer, donne un nom à ton projet.';
}
html[lang=fr] #hint-plusmenu {
  content: 'Ajoute des objets ou des exemples de clipart.';
}
html[lang=fr] #hint-filemenu {
  content: 'Regarde des exemples et organise tes fichiers.';
}
html[lang=fr] #hint-procedures {
  content: 'Écris du code dans le panneau de procédures.';
}
html[lang=fr] #hint-clipart {
  content: 'Ajouter des images dans le panneau de cliparts.';
}
html[lang=fr] #hint-projecttree {
  content: 'Voir les objets sur chaque page';
}
html[lang=fr] #hint-settings {
  content: 'Réglages.';
}
html[lang=fr] #hint-dictionary {
  content: 'Quelques pages d\'aide.';
}
html[lang=fr] #hint-freshworks {
  content: 'Pose tes questions ici.';
}
html[lang=fr] #hint-workarea {
  content: 'Voici ton espace de travail.';
}
html[lang=fr] #hint-cc {
  content: 'Voici le centre de commande.';
}
html[lang=fr] #hint-save {
  content: 'Enregistre-le dans le nuage. Enregistre-le souvent.';
}
html[lang=fr] #tutorial-started::before {
  content: 'Commencé';
}
html[lang=fr] #tutorial-ended::before {
  content: 'Fini';
}
html[lang=fr] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=fr] #tutorial-startquiz::before {
  content: 'Commencer';
}
html[lang=fr] #tutorial-panelname::before {
  content: 'Cours';
}
html[lang=fr] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=ru] #locTurtle:before {
  content: 'Черепашка';
}
html[lang=ru] #locText:before {
  content: 'Текст';
}
html[lang=ru] #locButton:before {
  content: 'Кнопка';
}
html[lang=ru] #locSlider:before {
  content: 'Бегунок';
}
html[lang=ru] #locHyperlink:before {
  content: 'Гиперлинк';
}
html[lang=ru] #locSound:before {
  content: 'Звук';
}
html[lang=ru] #locPage:before {
  content: 'Страница';
}
html[lang=ru] #locSampleClipart:before {
  content: 'Картинки';
}
html[lang=ru] #locNewHandler {
  content: 'Новая...';
}
html[lang=ru] #locCreateButton,
html[lang=ru] #locCreateButton:before {
  content: 'Создать';
}
html[lang=ru] #locLoadButton,
html[lang=ru] .locLoadButton:before {
  content: 'Открыть';
}
html[lang=ru] #locImportButton,
html[lang=ru] .locImportButton:before {
  content: 'Импорт';
}
html[lang=ru] #locSaveButton,
html[lang=ru] #locSaveButton:before {
  content: 'Сохранить';
}
html[lang=ru] #locDownloadButton:before {
  content: 'Сгрузить';
}
html[lang=ru] #locSamples:before {
  content: 'Примеры...';
}
html[lang=ru] #locLoadTitle {
  content: 'Загрузить проект...';
}
html[lang=ru] #locImportTitle {
  content: 'Выбрать проект ЛогоМиров/ПервоЛого...';
}
html[lang=ru] #locSaveTitle {
  content: 'Сохраняем проект...';
}
html[lang=ru] #locImportSound {
  content: 'Возьми звук...';
}
html[lang=ru] #locImportPicture {
  content: 'Возьми рисунок...';
}
html[lang=ru] #locNewProject:before {
  content: 'Новый проект...';
}
html[lang=ru] #locNewProjectStandard:before {
  content: 'Стандартный (800x450)';
}
html[lang=ru] #locNewProjectLarge:before {
  content: 'Большой (1280x720)';
}
html[lang=ru] #locNewProjectSmall:before {
  content: 'Маленький (400x300)';
}
html[lang=ru] #locNewProjectCustom:before {
  content: 'Пользовательский';
}
html[lang=ru] #locSelectFile {
  content: 'Выбрать файл';
}
html[lang=ru] #locSelectFolder {
  content: 'Выбрать папку';
}
html[lang=ru] #locDark:before {
  content: 'Темнее';
}
html[lang=ru] #locAutoComplete:before {
  content: 'Автоподсказка';
}
html[lang=ru] #locLargeFont:before {
  content: 'Крупный';
}
html[lang=ru] #locDefaultFont:before {
  content: 'Стандартный';
}
html[lang=ru] #locHugeFont:before {
  content: 'Огромный';
}
html[lang=ru] #locLearnerMode:before {
  content: 'Режим обучения';
}
html[lang=ru] #locDefaultProcs,
html[lang=ru] .locDefaultProcs:before {
  content: 'Процедуры';
}
html[lang=ru] #locAddProcTab:before {
  content: 'Новая закладка';
}
html[lang=ru] #locMyDevice:before {
  content: 'Выбрать...';
}
html[lang=ru] #locCopyAndDelete {
  content: 'Скопировать и удалить';
}
html[lang=ru] #locProceduresAreNotEmpty {
  content: ' содержат текст';
}
html[lang=ru] #locSureToDelete {
  content: 'Вы уверены, что хотите их удалить?';
}
html[lang=ru] #locShareProjectTitle:before {
  content: 'Поделиться проектом...';
}
html[lang=ru] #locDialogURL:before {
  content: 'Ссылка';
}
html[lang=ru] #locShareProjectPicture:before {
  content: 'Картинка';
}
html[lang=ru] #locShareProjectName:before {
  content: 'Название';
}
html[lang=ru] #locShareProjectDescription:before {
  content: 'Подробно';
}
html[lang=ru] #locCopyLink:before {
  content: 'Копировать ссылку';
}
html[lang=ru] #locEmail:before {
  content: 'Почта';
}
html[lang=ru] #locLinkCopied {
  content: 'Ссылка скопирована в буфер обмена';
}
html[lang=ru] #locName:before {
  content: 'Имя';
}
html[lang=ru] #locLabel:before {
  content: 'Надпись';
}
html[lang=ru] #locClick:before {
  content: 'Щелчок';
}
html[lang=ru] #locTouch:before {
  content: 'Касание';
}
html[lang=ru] #locMessage:before {
  content: 'Послание';
}
html[lang=ru] #locColour:before {
  content: 'Цвет';
}
html[lang=ru] #locVisible:before {
  content: 'Видимая';
}
html[lang=ru] #locFrozen:before {
  content: 'Frozen';
}
html[lang=ru] #locShowName:before {
  content: 'С именем';
}
html[lang=ru] #locMin:before {
  content: 'Минимум';
}
html[lang=ru] #locMax:before {
  content: 'Максимум';
}
html[lang=ru] #locValue:before {
  content: 'Значение';
}
html[lang=ru] #locTransparent:before {
  content: 'Прозрачный';
}
html[lang=ru] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=ru] #locReadonly:before {
  content: 'Read only';
}
html[lang=ru] #locXcor:before {
  content: 'X';
}
html[lang=ru] #locYcor:before {
  content: 'Y';
}
html[lang=ru] #locWidth:before {
  content: 'Ширина';
}
html[lang=ru] #locHeight:before {
  content: 'Высота';
}
html[lang=ru] #locApply:before {
  content: 'Применить';
}
html[lang=ru] #locCancel:before {
  content: 'Отмена';
}
html[lang=ru] #locNo {
  content: 'Нет';
}
html[lang=ru] #locYes {
  content: 'Да';
}
html[lang=ru] #locNumberSign {
  content: '№';
}
html[lang=ru] #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html[lang=ru] #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html[lang=ru] #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html[lang=ru] #locVairableUnavailable,
html[lang=ru] #locVairableUnavailable:before {
  content: 'Переменные не доступны вне точки прерывания';
}
html[lang=ru] #locGlobalVairable:before {
  content: 'Глобальные переменные';
}
html[lang=ru] #locLocalVairable:before {
  content: 'Локальные переменные';
}
html[lang=ru] #locStopped:before {
  content: 'Остановлено в строке ';
}
html[lang=ru] #locStoppedIn:before {
  content: ' в ';
}
html[lang=ru] #locNewProjectSizeHelp:before {
  content: 'Размеры - целые числа между 40 и 2000';
}
html[lang=ru] .locHintNext:before {
  content: 'Show me more hints';
}
html[lang=ru] .locHintOr:before {
  content: ' or ';
}
html[lang=ru] .locHintDone:before {
  content: 'Let me code!';
}
html[lang=ru] .locHintLast:before {
  content: 'Got it!';
}
html[lang=ru] .locHintNever:before {
  content: 'Never show hints again';
}
html[lang=ru] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=ru] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=ru] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=ru] #locScaleProportionally:before {
  content: 'Пропорционально';
}
html[lang=ru] #locDegrees:before {
  content: 'Поворот';
}
html[lang=ru] #locMyProjects::before {
  content: 'Мои проекты';
}
html[lang=ru] #locAllProjects::before {
  content: 'Все проекты';
}
html[lang=ru] #hint-nameproject {
  content: 'Start by naming your project';
}
html[lang=ru] #hint-plusmenu {
  content: 'Add objects and sample clipart';
}
html[lang=ru] #hint-filemenu {
  content: 'Look at samples & organize files';
}
html[lang=ru] #hint-procedures {
  content: 'Write code in the Procedures Pane';
}
html[lang=ru] #hint-clipart {
  content: 'Add images in the Clipart Pane';
}
html[lang=ru] #hint-projecttree {
  content: 'See objects on each page';
}
html[lang=ru] #hint-settings {
  content: 'Settings';
}
html[lang=ru] #hint-dictionary {
  content: 'Written Help here';
}
html[lang=ru] #hint-freshworks {
  content: 'Ask questions here';
}
html[lang=ru] #hint-workarea {
  content: 'This is your Work Area';
}
html[lang=ru] #hint-cc {
  content: 'This is your Command Centre';
}
html[lang=ru] #hint-save {
  content: 'Save it to the cloud. Save often.';
}
html[lang=ru] #tutorial-started::before {
  content: 'Начат';
}
html[lang=ru] #tutorial-ended::before {
  content: 'Окончен';
}
html[lang=ru] #tutorial-grade::before {
  content: 'Результат';
}
html[lang=ru] #tutorial-startquiz::before {
  content: 'Начать тест';
}
html[lang=ru] #tutorial-panelname::before {
  content: 'Курс';
}
html[lang=ru] #hint-tutorialaction {
  content: 'Переключить панель Курсов';
}
html[lang=oj] #locTurtle:before {
  content: 'miskwaadesi';
}
html[lang=oj] #locText:before {
  content: 'ozhitoon waa-izhi-ozhibii\'igeyan';
}
html[lang=oj] #locButton:before {
  content: 'maajiichigan';
}
html[lang=oj] #locSlider:before {
  content: 'aanjibichigan';
}
html[lang=oj] #locHyperlink:before {
  content: 'mikibijigan';
}
html[lang=oj] #locSound:before {
  content: 'enitaagwak';
}
html[lang=oj] #locPage:before {
  content: 'izhibii\'igan';
}
html[lang=oj] #locSampleClipart:before {
  content: 'mazinibii\'igaansan';
}
html[lang=oj] #locNewHandler {
  content: 'oshki-...';
}
html[lang=oj] #locCreateButton,
html[lang=oj] #locCreateButton:before {
  content: 'ozhitoon';
}
html[lang=oj] #locLoadButton,
html[lang=oj] .locLoadButton:before {
  content: 'baakinan maajitoon';
}
html[lang=oj] #locImportButton,
html[lang=oj] .locImportButton:before {
  content: 'biinjibii\'an';
}
html[lang=oj] #locSaveButton,
html[lang=oj] #locSaveButton:before {
  content: 'ganawendan';
}
html[lang=oj] #locDownloadButton:before {
  content: 'andwaabikinan';
}
html[lang=oj] #locSamples:before {
  content: 'aanind igo...';
}
html[lang=oj] #locLoadTitle {
  content: 'baakinan maajitoon';
}
html[lang=oj] #locImportTitle {
  content: 'onaabandan mikro wirld...';
}
html[lang=oj] #locSaveTitle {
  content: 'ganawendan...';
}
html[lang=oj] #locImportSound {
  content: 'bagamitaagwad...';
}
html[lang=oj] #locImportPicture {
  content: 'biidoon...';
}
html[lang=oj] #locNewProject:before {
  content: 'oshki-izhichigewin...';
}
html[lang=oj] #locNewProjectStandard:before {
  content: 'gomaago inigokwaa (800x450)';
}
html[lang=oj] #locNewProjectLarge:before {
  content: 'michaa (1280x720)';
}
html[lang=oj] #locNewProjectSmall:before {
  content: 'agaasin (400x300)';
}
html[lang=oj] #locNewProjectCustom:before {
  content: 'enendaman igo';
}
html[lang=oj] #locSelectFile {
  content: 'onaabandan';
}
html[lang=oj] #locSelectFolder {
  content: 'mazina\'igan onaabandan';
}
html[lang=oj] #locDark:before {
  content: 'makadewinaagwad';
}
html[lang=oj] #locAutoComplete:before {
  content: 'ozhise';
}
html[lang=oj] #locLargeFont:before {
  content: 'mangibii\'iganan';
}
html[lang=oj] #locDefaultFont:before {
  content: 'gomaago';
}
html[lang=oj] #locHugeFont:before {
  content: 'gichi-michaa';
}
html[lang=oj] #locLearnerMode:before {
  content: 'wendad';
}
html[lang=oj] #locDefaultProcs,
html[lang=oj] .locDefaultProcs:before {
  content: 'izhichigewin';
}
html[lang=oj] #locAddProcTab:before {
  content: 'geyaabi bezhig';
}
html[lang=oj] #locMyDevice:before {
  content: 'onaabandan...';
}
html[lang=oj] #locCopyAndDelete {
  content: 'ozhibidoon mii dash gaasiibii\'an';
}
html[lang=oj] #locProceduresAreNotEmpty {
  content: 'gaawiin bizhishigwaasinoon';
}
html[lang=oj] #locSureToDelete {
  content: 'geget ina giwii-kaasiibii\'aanan';
}
html[lang=oj] #locShareProjectTitle:before {
  content: 'awi\'iwen...';
}
html[lang=oj] #locDialogURL:before {
  content: 'wenji-mikaman';
}
html[lang=oj] #locShareProjectPicture:before {
  content: 'bangii naagwad';
}
html[lang=oj] #locShareProjectName:before {
  content: 'ezhinikaadeg';
}
html[lang=oj] #locShareProjectDescription:before {
  content: 'ezhichigemagak';
}
html[lang=oj] #locCopyLink:before {
  content: 'debinan';
}
html[lang=oj] #locEmail:before {
  content: 'aazhawaatebii\'igan';
}
html[lang=oj] #locLinkCopied {
  content: 'naabibii\'an';
}
html[lang=oj] #locName:before {
  content: 'wiinzowin';
}
html[lang=oj] #locLabel:before {
  content: 'ozhibii\'an';
}
html[lang=oj] #locClick:before {
  content: 'giizhitooyaan ninga-daanginaan';
}
html[lang=oj] #locTouch:before {
  content: 'bezhig miinawaa daanginag miskwaadesi';
}
html[lang=oj] #locMessage:before {
  content: 'daanginan dibaajimowin';
}
html[lang=oj] #locColour:before {
  content: 'dakokaadamaan enaandeg';
}
html[lang=oj] #locVisible:before {
  content: 'bagakinaakwad';
}
html[lang=oj] #locFrozen:before {
  content: 'mashkawaakwadin';
}
html[lang=oj] #locShowName:before {
  content: 'naagatoon wiinzowin';
}
html[lang=oj] #locMin:before {
  content: 'bangiins';
}
html[lang=oj] #locMax:before {
  content: 'mooshkine';
}
html[lang=oj] #locValue:before {
  content: 'endasingin';
}
html[lang=oj] #locTransparent:before {
  content: 'shaabonaakwad';
}
html[lang=oj] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=oj] #locReadonly:before {
  content: 'Read only';
}
html[lang=oj] #locXcor:before {
  content: 'eko-naagwak x';
}
html[lang=oj] #locYcor:before {
  content: 'eko-naagwak y';
}
html[lang=oj] #locWidth:before {
  content: 'enikwakwadeyaag';
}
html[lang=oj] #locHeight:before {
  content: 'epiitaag';
}
html[lang=oj] #locApply:before {
  content: 'ahaaw';
}
html[lang=oj] #locCancel:before {
  content: 'gibichitoon';
}
html[lang=oj] #locNo {
  content: 'gaawiin';
}
html[lang=oj] #locYes {
  content: 'enya\'';
}
html[lang=oj] #locNumberSign {
  content: 'gikinawaajibii\'igan';
}
html[lang=oj] #locCannotImportPicture {
  content: 'gaawiin mooshkishkaasinoon mazinaakizon. Gagwe-mookibii\'an miinawaa gojitoon';
}
html[lang=oj] #locCannotDownloadSound {
  content: 'gaawiin noondaagisinoon. Gagwe-mookibii\'an miinawaa gojitoon';
}
html[lang=oj] #locWrongFileType {
  content: 'gaawiin naagwasinoon enweg. Gagwe-mookibii\'an miinawaa gojitoon';
}
html[lang=oj] #locVairableUnavailable,
html[lang=oj] #locVairableUnavailable:before {
  content: 'odamiziimagad';
}
html[lang=oj] #locGlobalVairable:before {
  content: 'gakina ayaawan aabajichiganan';
}
html[lang=oj] #locLocalVairable:before {
  content: 'ayaawan aabajichiganan';
}
html[lang=oj] #locStopped:before {
  content: 'gibichiin beshibii\'iganing ';
}
html[lang=oj] #locStoppedIn:before {
  content: ' biinji\'aya\'ii ';
}
html[lang=oj] #locNewProjectSizeHelp:before {
  content: 'michaawan endasingin 40 gaye 2000';
}
html[lang=oj] .menu.open > .menucontent {
  width: 215px;
}
html[lang=oj] .menu.submenu > .menucontent {
  transform: translateX(208px);
}
html[lang=oj] .menu.open > .menucontent.wide {
  width: 270px;
}
html[lang=oj] .menucontent.wide .menu.submenu > .menucontent {
  transform: translateX(263px);
}
html[lang=oj] .locHintNext:before {
  content: 'wiindamaw gegoo';
}
html[lang=oj] .locHintOr:before {
  content: ' gaye ';
}
html[lang=oj] .locHintDone:before {
  content: 'bagidinan ji-wiindamaageyaan!';
}
html[lang=oj] .locHintLast:before {
  content: 'ninisotan!';
}
html[lang=oj] .locHintNever:before {
  content: 'gego wiindamaageken';
}
html[lang=oj] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=oj] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=oj] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=oj] #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html[lang=oj] #locDegrees:before {
  content: 'Rotate';
}
html[lang=oj] #locMyProjects::before {
  content: 'Nindishtigewin';
}
html[lang=oj] #locAllProjects::before {
  content: 'gakina';
}
html[lang=oj] #hint-nameproject {
  content: 'wiindan ezhinikaadeg gidanokiiwin gaye ganawedan omaa';
}
html[lang=oj] #hint-plusmenu {
  content: 'asigagindan aya\'iin gaye mazinibii\'igaansan';
}
html[lang=oj] #hint-filemenu {
  content: 'ganawaabandan gaye oninan';
}
html[lang=oj] #hint-procedures {
  content: 'ozhibii\'an waa-izhichigeyan ezhichigemakakong';
}
html[lang=oj] #hint-clipart {
  content: 'geyaabi mazinibii\'igaansan';
}
html[lang=oj] #hint-projecttree {
  content: 'Waabandan aya’ii sa go bebezhig izhibii’igan';
}
html[lang=oj] #hint-settings {
  content: 'anokiichigewin';
}
html[lang=oj] #hint-dictionary {
  content: 'ozhibii\'igewiidookaazowin omaa';
}
html[lang=oj] #hint-freshworks {
  content: 'gagwedwewin omaa';
}
html[lang=oj] #hint-workarea {
  content: 'mii omaa endanokiiyan
';
}
html[lang=oj] #hint-cc {
  content: 'mii omaa wenji-wiindamwad';
}
html[lang=oj] #hint-save {
  content: 'ganawedan omaa gaa-dakamagak';
}
html[lang=oj] #tutorial-started::before {
  content: 'Started';
}
html[lang=oj] #tutorial-ended::before {
  content: 'Ended';
}
html[lang=oj] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=oj] #tutorial-startquiz::before {
  content: 'Start test';
}
html[lang=oj] #tutorial-panelname::before {
  content: 'Course';
}
html[lang=oj] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=mic] #locTurtle:before {
  content: 'Mikjikj';
}
html[lang=mic] #locText:before {
  content: 'Tekst pa\'ks';
}
html[lang=mic] #locButton:before {
  content: 'Paskija\'tumkewey';
}
html[lang=mic] #locSlider:before {
  content: 'Kisi pilua\'tu\'nl #';
}
html[lang=mic] #locHyperlink:before {
  content: 'Panta\'toq URL';
}
html[lang=mic] #locSound:before {
  content: 'Meteta\'qewey';
}
html[lang=mic] #locPage:before {
  content: 'Pe\'j';
}
html[lang=mic] #locSampleClipart:before {
  content: 'Wla napui\'kiknl';
}
html[lang=mic] #locNewHandler {
  content: 'Piley...';
}
html[lang=mic] #locCreateButton,
html[lang=mic] #locCreateButton:before {
  content: 'L\'te\'n';
}
html[lang=mic] #locLoadButton,
html[lang=mic] .locLoadButton:before {
  content: 'Open';
}
html[lang=mic] #locImportButton,
html[lang=mic] .locImportButton:before {
  content: 'Ankua\'tu';
}
html[lang=mic] #locSaveButton,
html[lang=mic] #locSaveButton:before {
  content: 'Save';
}
html[lang=mic] #locDownloadButton:before {
  content: 'Downloadewa\'te\'n';
}
html[lang=mic] #locSamples:before {
  content: 'Na kis tltetow';
}
html[lang=mic] #locLoadTitle {
  content: 'Open project...';
}
html[lang=mic] #locImportTitle {
  content: 'Select MicroWorlds project...';
}
html[lang=mic] #locSaveTitle {
  content: 'Se\'pewa\'tu lukwaqn';
}
html[lang=mic] #locImportSound {
  content: 'Ankua\'tu meteta\'qewey';
}
html[lang=mic] #locImportPicture {
  content: 'Ankua\'tu napui\'kikn';
}
html[lang=mic] #locNewProject:before {
  content: 'Piley lukwaqn...';
}
html[lang=mic] #locNewProjectStandard:before {
  content: 'Apjiw telki\'k (800x450)';
}
html[lang=mic] #locNewProjectLarge:before {
  content: 'Meski\'kewey (1280x720)';
}
html[lang=mic] #locNewProjectSmall:before {
  content: 'Apje\'jkewey (400x300)';
}
html[lang=mic] #locNewProjectCustom:before {
  content: 'Tlitu na telki\'k telmnuekey';
}
html[lang=mic] #locSelectFile {
  content: 'Select a file';
}
html[lang=mic] #locSelectFolder {
  content: 'Select a folder';
}
html[lang=mic] #locDark:before {
  content: 'Kisi maqtewa\'tɨsk';
}
html[lang=mic] #locAutoComplete:before {
  content: 'Kaqikisa\'task';
}
html[lang=mic] #locLargeFont:before {
  content: 'Kijka atki\'kl';
}
html[lang=mic] #locDefaultFont:before {
  content: 'Apsiwikasikl';
}
html[lang=mic] #locHugeFont:before {
  content: 'Maquwikasikl';
}
html[lang=mic] #locLearnerMode:before {
  content: 'Poqji kina\'masin';
}
html[lang=mic] #locDefaultProcs,
html[lang=mic] .locDefaultProcs:before {
  content: 'Kina\'matinewey';
}
html[lang=mic] #locAddProcTab:before {
  content: 'Ankua\'te\'n app ktɨk';
}
html[lang=mic] #locMyDevice:before {
  content: 'Wsua\'te\'n ta\'n teken menueken';
}
html[lang=mic] #locCopyAndDelete {
  content: 'Napui\'ke\'n aqq jikla\'te\'n';
}
html[lang=mic] #locProceduresAreNotEmpty {
  content: ' mu sikue\'nuk';
}
html[lang=mic] #locSureToDelete {
  content: 'Ketloqo net ketu jikla\'tu\'n?';
}
html[lang=mic] #locShareProjectTitle:before {
  content: 'Wla apu\'ketumk';
}
html[lang=mic] #locDialogURL:before {
  content: 'URL';
}
html[lang=mic] #locShareProjectPicture:before {
  content: 'Na kis tltetow napwi\'kikn';
}
html[lang=mic] #locShareProjectName:before {
  content: 'Na teluisik';
}
html[lang=mic] #locShareProjectDescription:before {
  content: 'Kinua\'tuksi\'k ta\'n tltetow';
}
html[lang=mic] #locCopyLink:before {
  content: 'Napui\'ke\'n URL';
}
html[lang=mic] #locEmail:before {
  content: 'Email';
}
html[lang=mic] #locLinkCopied {
  content: 'kisi napui\'km URL';
}
html[lang=mic] #locName:before {
  content: 'Na tlui\'te\'n';
}
html[lang=mic] #locLabel:before {
  content: 'Na tl\'wikasitew';
}
html[lang=mic] #locClick:before {
  content: 'Paskija\'lɨj';
}
html[lang=mic] #locTouch:before {
  content: 'A\'sɨkati\'tij';
}
html[lang=mic] #locMessage:before {
  content: 'Kinua\'tuksin na tla\'teketɨsk';
}
html[lang=mic] #locColour:before {
  content: 'Na tlamuksij na tla\'sitow';
}
html[lang=mic] #locVisible:before {
  content: 'Nemitumk';
}
html[lang=mic] #locFrozen:before {
  content: 'Apta\'qɨtesk';
}
html[lang=mic] #locShowName:before {
  content: 'Ne\'a\'te\'n na teluisik';
}
html[lang=mic] #locMin:before {
  content: 'Mawitekele\'jk';
}
html[lang=mic] #locMax:before {
  content: 'Mawipikwelk';
}
html[lang=mic] #locValue:before {
  content: 'Na teltek nike\'';
}
html[lang=mic] #locTransparent:before {
  content: 'Sapwasamu\'k';
}
html[lang=mic] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=mic] #locReadonly:before {
  content: 'Read only';
}
html[lang=mic] #locXcor:before {
  content: 'x_iktuk';
}
html[lang=mic] #locYcor:before {
  content: 'y_iktuk';
}
html[lang=mic] #locWidth:before {
  content: 'Taliske\'k?';
}
html[lang=mic] #locHeight:before {
  content: 'Tali espɨtek?';
}
html[lang=mic] #locApply:before {
  content: 'Kisi e\'wtɨsk';
}
html[lang=mic] #locCancel:before {
  content: 'Sa\'se\'wita\'sianek';
}
html[lang=mic] #locNo {
  content: 'Moqo';
}
html[lang=mic] #locYes {
  content: 'E\'e';
}
html[lang=mic] #locNumberSign {
  content: 'mawkiljaqn';
}
html[lang=mic] #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html[lang=mic] #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html[lang=mic] #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html[lang=mic] #locVairableUnavailable,
html[lang=mic] #locVairableUnavailable:before {
  content: 'Variables unavailable while the project is running';
}
html[lang=mic] #locGlobalVairable:before {
  content: 'Global variables';
}
html[lang=mic] #locLocalVairable:before {
  content: 'Local variables';
}
html[lang=mic] #locStopped:before {
  content: 'Stopped on line ';
}
html[lang=mic] #locStoppedIn:before {
  content: ' in ';
}
html[lang=mic] #locNewProjectSizeHelp:before {
  content: 'Sizes are whole numbers between 40 and 2000';
}
html[lang=mic] .locHintNext:before {
  content: 'Kinua\'tui me\'';
}
html[lang=mic] .locHintOr:before {
  content: ' kisna ';
}
html[lang=mic] .locHintDone:before {
  content: 'Mukk aji kinua\'tuiw';
}
html[lang=mic] .locHintLast:before {
  content: 'Nestm';
}
html[lang=mic] .locHintNever:before {
  content: 'Mukk app aji kinua\'tuiw';
}
html[lang=mic] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=mic] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=mic] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=mic] #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html[lang=mic] #locDegrees:before {
  content: 'Rotate';
}
html[lang=mic] #locMyProjects::before {
  content: 'Ntlukwaqnl';
}
html[lang=mic] #locAllProjects::before {
  content: 'Msɨt lukwaqnl';
}
html[lang=mic] #hint-nameproject {
  content: 'Na tlui\'te\'n ktlukwaqn';
}
html[lang=mic] #hint-plusmenu {
  content: 'Kisi ankua\'tɨsk tett koqoey';
}
html[lang=mic] #hint-filemenu {
  content: 'Kisi ankaptɨtɨsk ta\'n koqoe\'l kisitasikɨpnn kisna pquji lukwate\'n piley';
}
html[lang=mic] #hint-procedures {
  content: 'Wi\'ke\'n ko\'t tett';
}
html[lang=mic] #hint-clipart {
  content: 'Klo\'te\'n napui\'kiknn tett';
}
html[lang=mic] #hint-projecttree {
  content: 'Ne\'a\'te\'n ta\'n koqoey etek e\'tasiw pe\'j';
}
html[lang=mic] #hint-settings {
  content: 'Tett kisi ila\'tɨsk ta\'n teli ksatmn';
}
html[lang=mic] #hint-dictionary {
  content: 'Ewikasik apoqnmasuti tett';
}
html[lang=mic] #hint-freshworks {
  content: 'Pipanikesi tett';
}
html[lang=mic] #hint-workarea {
  content: 'Wla tett etl lukwen';
}
html[lang=mic] #hint-cc {
  content: 'Wla na ta\'n tett etli eluluen';
}
html[lang=mic] #hint-save {
  content: 'Wla tett tl-klo\'te\'n. Amujpa kaqi\'sk tela\'teken.';
}
html[lang=mic] #tutorial-started::before {
  content: 'Started';
}
html[lang=mic] #tutorial-ended::before {
  content: 'Ended';
}
html[lang=mic] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=mic] #tutorial-startquiz::before {
  content: 'Start test';
}
html[lang=mic] #tutorial-panelname::before {
  content: 'Course';
}
html[lang=mic] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=moh] #locTurtle:before {
  content: 'A\'nó:wara\'';
}
html[lang=moh] #locText:before {
  content: 'Kahiá:ton';
}
html[lang=moh] #locButton:before {
  content: 'Otsíhkwa';
}
html[lang=moh] #locSlider:before {
  content: 'Enhsé:sere';
}
html[lang=moh] #locHyperlink:before {
  content: 'Hyperlink';
}
html[lang=moh] #locSound:before {
  content: 'Iora\'karéhre';
}
html[lang=moh] #locPage:before {
  content: 'Iora\'wístonte';
}
html[lang=moh] #locSampleClipart:before {
  content: 'tetewatenientenhston Clipart';
}
html[lang=moh] #locNewHandler {
  content: 'Á:se';
}
html[lang=moh] #locCreateButton,
html[lang=moh] #locCreateButton:before {
  content: 'Son:ni';
}
html[lang=moh] #locLoadButton,
html[lang=moh] .locLoadButton:before {
  content: 'Open';
}
html[lang=moh] #locImportButton,
html[lang=moh] .locImportButton:before {
  content: 'Import';
}
html[lang=moh] #locSaveButton,
html[lang=moh] #locSaveButton:before {
  content: 'Save';
}
html[lang=moh] #locDownloadButton:before {
  content: 'Séta';
}
html[lang=moh] #locSamples:before {
  content: 'Tetewatenienténhston...';
}
html[lang=moh] #locLoadTitle {
  content: 'Kahnhótonkwen kaio\'ténhsera';
}
html[lang=moh] #locImportTitle {
  content: 'Select MicroWorlds project...';
}
html[lang=moh] #locSaveTitle {
  content: 'Senónhstat ne kaio\'ténhsera';
}
html[lang=moh] #locImportSound {
  content: 'Import iorakaréhre';
}
html[lang=moh] #locImportPicture {
  content: 'Import karáhston';
}
html[lang=moh] #locNewProject:before {
  content: 'Á:se kaio\'ténhsera';
}
html[lang=moh] #locNewProjectStandard:before {
  content: 'Tsi ní:wa (800 x 450)';
}
html[lang=moh] #locNewProjectLarge:before {
  content: 'Kowá:nen (1280 x 720)';
}
html[lang=moh] #locNewProjectSmall:before {
  content: 'Ken niwá:\'a (400 x 300)';
}
html[lang=moh] #locNewProjectCustom:before {
  content: 'Tsi  ní:ioht tsi íhsere';
}
html[lang=moh] #locSelectFile {
  content: 'Select a file';
}
html[lang=moh] #locSelectFolder {
  content: 'Select a folder';
}
html[lang=moh] #locDark:before {
  content: 'Wahsohkwahóntsi';
}
html[lang=moh] #locAutoComplete:before {
  content: 'Enkáhsa ne thé:non';
}
html[lang=moh] #locLargeFont:before {
  content: 'Kahiatonhkowá:nen';
}
html[lang=moh] #locDefaultFont:before {
  content: 'Default kahiá:ton';
}
html[lang=moh] #locHugeFont:before {
  content: 'Kwah Kahiatonhkowá:nen';
}
html[lang=moh] #locLearnerMode:before {
  content: 'Ronteweiénstha nón:we';
}
html[lang=moh] #locDefaultProcs,
html[lang=moh] .locDefaultProcs:before {
  content: 'Tsi nenkaié:ren';
}
html[lang=moh] #locAddProcTab:before {
  content: 'Í:tséhst ka\'neróhkwa';
}
html[lang=moh] #locMyDevice:before {
  content: 'Será:ko';
}
html[lang=moh] #locCopyAndDelete {
  content: 'Tesna\'netáhko tánon sáhton\'t';
}
html[lang=moh] #locProceduresAreNotEmpty {
  content: 'Iáh tshieiotshaáhton';
}
html[lang=moh] #locSureToDelete {
  content: 'Orihwí:io ken íhsehre asáhton\'te';
}
html[lang=moh] #locShareProjectTitle:before {
  content: 'Akó:ren ó:ni í:iontst ne kaio\'tén:en';
}
html[lang=moh] #locDialogURL:before {
  content: 'URL';
}
html[lang=moh] #locShareProjectPicture:before {
  content: 'Ohén:ton tahskaén:ion';
}
html[lang=moh] #locShareProjectName:before {
  content: 'Konwá:iats';
}
html[lang=moh] #locShareProjectDescription:before {
  content: 'Tsi ní:ioht';
}
html[lang=moh] #locCopyLink:before {
  content: 'Tesna\'netáhko ne link';
}
html[lang=moh] #locEmail:before {
  content: 'Wa\'kahiatonseróhta\'ne';
}
html[lang=moh] #locLinkCopied {
  content: 'Link teka\'na\'netáhkwen tsi iera\'nentáktha';
}
html[lang=moh] #locName:before {
  content: 'Kahsén:na';
}
html[lang=moh] #locLabel:before {
  content: 'Nahó:ten konwáia\'ts';
}
html[lang=moh] #locClick:before {
  content: 'Wahtentiátha';
}
html[lang=moh] #locTouch:before {
  content: 'Tsi ienhshié:na';
}
html[lang=moh] #locMessage:before {
  content: 'Tsi wathró:ris';
}
html[lang=moh] #locColour:before {
  content: 'Tsi wahsóhon';
}
html[lang=moh] #locVisible:before {
  content: 'Wé:ne';
}
html[lang=moh] #locFrozen:before {
  content: 'Wa\'tká:ta\'ne';
}
html[lang=moh] #locShowName:before {
  content: 'Senehst kahsén:na';
}
html[lang=moh] #locMin:before {
  content: 'Ken\'nikón:\'a';
}
html[lang=moh] #locMax:before {
  content: 'Wé:so';
}
html[lang=moh] #locValue:before {
  content: 'Tsi sha\'té:kena';
}
html[lang=moh] #locTransparent:before {
  content: 'Tshieió:ken';
}
html[lang=moh] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=moh] #locReadonly:before {
  content: 'Read only';
}
html[lang=moh] #locXcor:before {
  content: 'Xcor';
}
html[lang=moh] #locYcor:before {
  content: 'Ycor';
}
html[lang=moh] #locWidth:before {
  content: 'Tsi na\'tewataká:ron';
}
html[lang=moh] #locHeight:before {
  content: 'Tsi nitiótte';
}
html[lang=moh] #locApply:before {
  content: 'Í:satst';
}
html[lang=moh] #locCancel:before {
  content: 'Tontaseríhsi';
}
html[lang=moh] #locNo {
  content: 'Iáh';
}
html[lang=moh] #locYes {
  content: 'Hen';
}
html[lang=moh] #locNumberSign {
  content: 'Ohiatónhkwa';
}
html[lang=moh] #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html[lang=moh] #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html[lang=moh] #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html[lang=moh] #locVairableUnavailable,
html[lang=moh] #locVairableUnavailable:before {
  content: 'Variables unavailable while the project is running';
}
html[lang=moh] #locGlobalVairable:before {
  content: 'Global variables';
}
html[lang=moh] #locLocalVairable:before {
  content: 'Local variables';
}
html[lang=moh] #locStopped:before {
  content: 'Stopped on line ';
}
html[lang=moh] #locStoppedIn:before {
  content: ' in ';
}
html[lang=moh] #locNewProjectSizeHelp:before {
  content: 'Sizes are whole numbers between 40 and 2000';
}
html[lang=moh] .menu.open > .menucontent {
  width: 215px;
}
html[lang=moh] .menu.submenu > .menucontent {
  transform: translateX(208px);
}
html[lang=moh] .menu.open > .menucontent.wide {
  width: 270px;
}
html[lang=moh] .menucontent.wide .menu.submenu > .menucontent {
  transform: translateX(263px);
}
html[lang=moh] .locHintNext:before {
  content: 'Takena\'tónhas tsi néntiere';
}
html[lang=moh] .locHintOr:before {
  content: ' tóka ni\' ';
}
html[lang=moh] .locHintDone:before {
  content: 'Takeríhon akónni code';
}
html[lang=moh] .locHintLast:before {
  content: 'Wa\'kkhwé:ni';
}
html[lang=moh] .locHintNever:before {
  content: 'Tóhsa nonwén:ton saskena\'tónhas tsi néntiere';
}
html[lang=moh] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=moh] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=moh] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=moh] #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html[lang=moh] #locDegrees:before {
  content: 'Rotate';
}
html[lang=moh] #locMyProjects::before {
  content: 'Atio\'ténhsera';
}
html[lang=moh] #locAllProjects::before {
  content: 'Kaio’tenhserakwékon';
}
html[lang=moh] #hint-nameproject {
  content: 'Tshén:non nahó:ten saió\'te';
}
html[lang=moh] #hint-plusmenu {
  content: 'Ia\'satahsón:teren ne thé:non tánon sát:kens ne karáhston (Clipart)';
}
html[lang=moh] #hint-filemenu {
  content: 'Skaén:ion tsi ní:ioht tánon stokenstá:nion';
}
html[lang=moh] #hint-procedures {
  content: 'Shiáton ne code tsi nenkaié:ren tsi ka\'neróhkware';
}
html[lang=moh] #hint-clipart {
  content: 'Ia\'satahsón:teren í:serahst tsi nón:we ka\'neróhkware aiérahste';
}
html[lang=moh] #hint-projecttree {
  content: 'Skaén:ion karáhstanion tsi iora\'wístonton';
}
html[lang=moh] #hint-settings {
  content: 'Tsi ní:ioht Kakwatá:kwen';
}
html[lang=moh] #hint-dictionary {
  content: 'Kahiá:ton ne ensahshnié:non';
}
html[lang=moh] #hint-freshworks {
  content: 'Kén:en seri\'wanón:ton';
}
html[lang=moh] #hint-workarea {
  content: 'Kenh nón:we nensaió\'ten';
}
html[lang=moh] #hint-cc {
  content: 'Tsi Kanonhsohwá:nen';
}
html[lang=moh] #hint-save {
  content: 'Cloud nón:we sateweién:ton. Iottká:te sateweién:ton.';
}
html[lang=moh] #tutorial-started::before {
  content: 'Started';
}
html[lang=moh] #tutorial-ended::before {
  content: 'Ended';
}
html[lang=moh] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=moh] #tutorial-startquiz::before {
  content: 'Start test';
}
html[lang=moh] #tutorial-panelname::before {
  content: 'Course';
}
html[lang=moh] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=ojs] #locTurtle:before {
  content: 'Mikinak';
}
html[lang=ojs] #locText:before {
  content: 'Keyshimasinehikeyan';
}
html[lang=ojs] #locButton:before {
  content: 'Maagonigan';
}
html[lang=ojs] #locSlider:before {
  content: 'Slider';
}
html[lang=ojs] #locHyperlink:before {
  content: 'Hyperlink';
}
html[lang=ojs] #locSound:before {
  content: 'Chiinodakwak';
}
html[lang=ojs] #locPage:before {
  content: 'Bakikinigun';
}
html[lang=ojs] #locSampleClipart:before {
  content: 'Kamamayekonakwakin oshibihikanun';
}
html[lang=ojs] #locNewHandler {
  content: 'New...';
}
html[lang=ojs] #locCreateButton,
html[lang=ojs] #locCreateButton:before {
  content: 'Create';
}
html[lang=ojs] #locLoadButton,
html[lang=ojs] .locLoadButton:before {
  content: 'Open';
}
html[lang=ojs] #locImportButton,
html[lang=ojs] .locImportButton:before {
  content: 'Bidikewdoon';
}
html[lang=ojs] #locSaveButton,
html[lang=ojs] #locSaveButton:before {
  content: 'Save';
}
html[lang=ojs] #locDownloadButton:before {
  content: 'Download';
}
html[lang=ojs] #locSamples:before {
  content: 'Kamamayekonakwakin...';
}
html[lang=ojs] #locLoadTitle {
  content: 'Open project...';
}
html[lang=ojs] #locImportTitle {
  content: 'Select MicroWorlds project...';
}
html[lang=ojs] #locSaveTitle {
  content: 'Saving the project...';
}
html[lang=ojs] #locImportSound {
  content: 'Import sound...';
}
html[lang=ojs] #locImportPicture {
  content: 'Import image...';
}
html[lang=ojs] #locNewProject:before {
  content: 'Oshki anokiwin...';
}
html[lang=ojs] #locNewProjectStandard:before {
  content: 'Standard (800x450)';
}
html[lang=ojs] #locNewProjectLarge:before {
  content: 'Large (1280x720)';
}
html[lang=ojs] #locNewProjectSmall:before {
  content: 'Small (400x300)';
}
html[lang=ojs] #locNewProjectCustom:before {
  content: 'Custom';
}
html[lang=ojs] #locSelectFile {
  content: 'Select a file';
}
html[lang=ojs] #locSelectFolder {
  content: 'Select a folder';
}
html[lang=ojs] #locDark:before {
  content: 'Kashkidibikinagun';
}
html[lang=ojs] #locAutoComplete:before {
  content: 'Kakweyanchi masnekatekin';
}
html[lang=ojs] #locLargeFont:before {
  content: 'Damakipikeseh';
}
html[lang=ojs] #locDefaultFont:before {
  content: 'Da akasipihekeseh';
}
html[lang=ojs] #locHugeFont:before {
  content: 'Dakicheh-damakipikeseh';
}
html[lang=ojs] #locLearnerMode:before {
  content: 'Nishtum keshimachidoyan';
}
html[lang=ojs] #locDefaultProcs,
html[lang=ojs] .locDefaultProcs:before {
  content: 'Kenibiminishahamunin';
}
html[lang=ojs] #locAddProcTab:before {
  content: 'Add a tab';
}
html[lang=ojs] #locMyDevice:before {
  content: 'Select...';
}
html[lang=ojs] #locCopyAndDelete {
  content: 'Copy and Delete';
}
html[lang=ojs] #locProceduresAreNotEmpty {
  content: ' are not empty';
}
html[lang=ojs] #locSureToDelete {
  content: 'Are you sure you want to delete them?';
}
html[lang=ojs] #locShareProjectTitle:before {
  content: 'Share this project...';
}
html[lang=ojs] #locDialogURL:before {
  content: 'URL';
}
html[lang=ojs] #locShareProjectPicture:before {
  content: 'Preview Image';
}
html[lang=ojs] #locShareProjectName:before {
  content: 'Ishinikasowin';
}
html[lang=ojs] #locShareProjectDescription:before {
  content: 'Desc.';
}
html[lang=ojs] #locCopyLink:before {
  content: 'Copy link';
}
html[lang=ojs] #locEmail:before {
  content: 'Email';
}
html[lang=ojs] #locLinkCopied {
  content: 'Link copied to clipboard';
}
html[lang=ojs] #locName:before {
  content: 'Ishinikasowin';
}
html[lang=ojs] #locLabel:before {
  content: 'Label';
}
html[lang=ojs] #locClick:before {
  content: 'On click';
}
html[lang=ojs] #locTouch:before {
  content: 'On touch';
}
html[lang=ojs] #locMessage:before {
  content: 'On message';
}
html[lang=ojs] #locColour:before {
  content: 'On colour';
}
html[lang=ojs] #locVisible:before {
  content: 'Visible';
}
html[lang=ojs] #locFrozen:before {
  content: 'Frozen';
}
html[lang=ojs] #locShowName:before {
  content: 'Show name';
}
html[lang=ojs] #locMin:before {
  content: 'Min';
}
html[lang=ojs] #locMax:before {
  content: 'Max';
}
html[lang=ojs] #locValue:before {
  content: 'Value';
}
html[lang=ojs] #locTransparent:before {
  content: 'Transparent';
}
html[lang=ojs] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=ojs] #locReadonly:before {
  content: 'Read only';
}
html[lang=ojs] #locXcor:before {
  content: 'Xcor';
}
html[lang=ojs] #locYcor:before {
  content: 'Ycor';
}
html[lang=ojs] #locWidth:before {
  content: 'Width';
}
html[lang=ojs] #locHeight:before {
  content: 'Height';
}
html[lang=ojs] #locApply:before {
  content: 'Ahow';
}
html[lang=ojs] #locCancel:before {
  content: 'Kishkinun';
}
html[lang=ojs] #locNo {
  content: 'No';
}
html[lang=ojs] #locYes {
  content: 'Yes';
}
html[lang=ojs] #locNumberSign {
  content: 'akitaahson';
}
html[lang=ojs] #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html[lang=ojs] #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html[lang=ojs] #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html[lang=ojs] #locVairableUnavailable,
html[lang=ojs] #locVairableUnavailable:before {
  content: 'Variables unavailable while the project is running';
}
html[lang=ojs] #locGlobalVairable:before {
  content: 'Global variables';
}
html[lang=ojs] #locLocalVairable:before {
  content: 'Local variables';
}
html[lang=ojs] #locStopped:before {
  content: 'Stopped on line ';
}
html[lang=ojs] #locStoppedIn:before {
  content: ' in ';
}
html[lang=ojs] #locNewProjectSizeHelp:before {
  content: 'Sizes are whole numbers between 40 and 2000';
}
html[lang=ojs] .menu.open > .menucontent {
  width: 235px;
}
html[lang=ojs] .menu.submenu > .menucontent {
  transform: translateX(227px);
}
html[lang=ojs] .menu.open > .menucontent.wide {
  width: 300px;
}
html[lang=ojs] .menucontent.wide .menu.submenu > .menucontent {
  transform: translateX(293px);
}
html[lang=ojs] .locHintNext:before {
  content: 'Kiyabuch ninadawendan wichihikowin';
}
html[lang=ojs] .locHintOr:before {
  content: ' nanda ';
}
html[lang=ojs] .locHintDone:before {
  content: 'Namachidoon';
}
html[lang=ojs] .locHintLast:before {
  content: 'Ninisidotan';
}
html[lang=ojs] .locHintNever:before {
  content: 'Kawin chinatwedaman wichihkowin miinawaa';
}
html[lang=ojs] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=ojs] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=ojs] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=ojs] #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html[lang=ojs] #locDegrees:before {
  content: 'Rotate';
}
html[lang=ojs] #locMyProjects::before {
  content: 'Nidanikiwinun';
}
html[lang=ojs] #locAllProjects::before {
  content: 'Kodakiyak odanikiwiniwa';
}
html[lang=ojs] #hint-nameproject {
  content: 'Oninun keshinikatamun kitanokiwin';
}
html[lang=ojs] #hint-plusmenu {
  content: 'Adonun kekonun egwa oshibihikanun';
}
html[lang=ojs] #hint-filemenu {
  content: 'Omah keishimikamun kamamayekonakwakin keyabachidoyun';
}
html[lang=ojs] #hint-procedures {
  content: 'Masinahan kenibiminishahamunin';
}
html[lang=ojs] #hint-clipart {
  content: 'Atoon onasinehikanun ehiing oshibihikaning';
}
html[lang=ojs] #hint-projecttree {
  content: 'Kawabadan kekonun bakikiniguning';
}
html[lang=ojs] #hint-settings {
  content: 'Onachikewin';
}
html[lang=ojs] #hint-dictionary {
  content: 'Ohoma wichihikowin ayah';
}
html[lang=ojs] #hint-freshworks {
  content: 'Kakweden omah';
}
html[lang=ojs] #hint-workarea {
  content: 'Omah keshidananokiyun';
}
html[lang=ojs] #hint-cc {
  content: 'Ohoma keshimasinahan kenidodamun dabashish';
}
html[lang=ojs] #hint-save {
  content: 'Saminan wakooh chimanachidoyun kidanokiwin. Nashineh manachidon kidanokiwin';
}
html[lang=ojs] #tutorial-started::before {
  content: 'Started';
}
html[lang=ojs] #tutorial-ended::before {
  content: 'Ended';
}
html[lang=ojs] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=ojs] #tutorial-startquiz::before {
  content: 'Start test';
}
html[lang=ojs] #tutorial-panelname::before {
  content: 'Course';
}
html[lang=ojs] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}
html[lang=iu] #locTurtle:before {
  content: 'ᑐᐊᑦᑐᓪ';
}
html[lang=iu] #locText:before {
  content: 'ᑎᑎᖃᑦ';
}
html[lang=iu] #locButton:before {
  content: 'ᓇᕿᑦᑕᕐᕕᖓ';
}
html[lang=iu] #locSlider:before {
  content: 'Slider';
}
html[lang=iu] #locHyperlink:before {
  content: 'Hyperlink';
}
html[lang=iu] #locSound:before {
  content: 'ᓂᐱᖓ';
}
html[lang=iu] #locPage:before {
  content: 'ᒪᒃᐱᖅᑐᕋᖅ';
}
html[lang=iu] #locSampleClipart:before {
  content: 'ᐆᒃᑐᕋᐅᑦ ᐊᔨᖑᐊᖅ';
}
html[lang=iu] #locNewHandler {
  content: 'New...';
}
html[lang=iu] #locCreateButton,
html[lang=iu] #locCreateButton:before {
  content: 'Create';
}
html[lang=iu] #locLoadButton,
html[lang=iu] .locLoadButton:before {
  content: 'Open';
}
html[lang=iu] #locImportButton,
html[lang=iu] .locImportButton:before {
  content: 'Import';
}
html[lang=iu] #locSaveButton,
html[lang=iu] #locSaveButton:before {
  content: 'Save';
}
html[lang=iu] #locDownloadButton:before {
  content: 'Download';
}
html[lang=iu] #locSamples:before {
  content: 'Samples...';
}
html[lang=iu] #locLoadTitle {
  content: 'Open project...';
}
html[lang=iu] #locImportTitle {
  content: 'Select MicroWorlds project...';
}
html[lang=iu] #locSaveTitle {
  content: 'Saving the project...';
}
html[lang=iu] #locImportSound {
  content: 'Import sound...';
}
html[lang=iu] #locImportPicture {
  content: 'Import image...';
}
html[lang=iu] #locNewProject:before {
  content: 'New project...';
}
html[lang=iu] #locNewProjectStandard:before {
  content: 'Standard (800x450)';
}
html[lang=iu] #locNewProjectLarge:before {
  content: 'Large (1280x720)';
}
html[lang=iu] #locNewProjectSmall:before {
  content: 'Small (400x300)';
}
html[lang=iu] #locNewProjectCustom:before {
  content: 'Custom';
}
html[lang=iu] #locSelectFile {
  content: 'Select a file';
}
html[lang=iu] #locSelectFolder {
  content: 'Select a folder';
}
html[lang=iu] #locDark:before {
  content: 'Dark';
}
html[lang=iu] #locAutoComplete:before {
  content: 'Auto-complete';
}
html[lang=iu] #locLargeFont:before {
  content: 'Large Font';
}
html[lang=iu] #locDefaultFont:before {
  content: 'Default Font';
}
html[lang=iu] #locHugeFont:before {
  content: 'Huge Font';
}
html[lang=iu] #locLearnerMode:before {
  content: 'Learner Mode';
}
html[lang=iu] #locDefaultProcs,
html[lang=iu] .locDefaultProcs:before {
  content: 'Procedures';
}
html[lang=iu] #locAddProcTab:before {
  content: 'Add a tab';
}
html[lang=iu] #locMyDevice:before {
  content: 'Select...';
}
html[lang=iu] #locCopyAndDelete {
  content: 'Copy and Delete';
}
html[lang=iu] #locProceduresAreNotEmpty {
  content: ' are not empty';
}
html[lang=iu] #locSureToDelete {
  content: 'Are you sure you want to delete them?';
}
html[lang=iu] #locShareProjectTitle:before {
  content: 'ᐊᒥᖄᖃᑎᒋᓗᒍ ᐱᓕᕆᐊᖑᔪᖅ...';
}
html[lang=iu] #locDialogURL:before {
  content: 'URL';
}
html[lang=iu] #locShareProjectPicture:before {
  content: 'ᑕᑯᒋᐊᕐᓗᒍ ᐊᔨᖑᐊᖅ';
}
html[lang=iu] #locShareProjectName:before {
  content: 'ᐊᑎᖓ';
}
html[lang=iu] #locShareProjectDescription:before {
  content: 'ᐅᓂᑉᑳᖅᓯᒪᔪᖅ';
}
html[lang=iu] #locCopyLink:before {
  content: 'ᐊᔪᖃᖅᓯᓗᒍ ᖃᕆᑕᐅᔭᒻᒥ ᓇᓂᓯᔪᑎᖓ';
}
html[lang=iu] #locEmail:before {
  content: 'Email';
}
html[lang=iu] #locLinkCopied {
  content: 'Link copied to clipboard';
}
html[lang=iu] #locName:before {
  content: 'ᐊᕐᕕᐊᑦ';
}
html[lang=iu] #locLabel:before {
  content: 'Label';
}
html[lang=iu] #locClick:before {
  content: 'ᓇᕿᓪᓗᒍ';
}
html[lang=iu] #locTouch:before {
  content: 'ᐊᑕᐅᓰᕐᓗᒍ ᓇᕿᓪᓗᒍ';
}
html[lang=iu] #locMessage:before {
  content: 'On message';
}
html[lang=iu] #locColour:before {
  content: 'On colour';
}
html[lang=iu] #locVisible:before {
  content: 'ᓂᑉᑕᔪᖅ';
}
html[lang=iu] #locFrozen:before {
  content: 'ᐊᔪᓕᖅᑎᑕᐅᓯᒪᔪᖅ';
}
html[lang=iu] #locShowName:before {
  content: 'Show name';
}
html[lang=iu] #locMin:before {
  content: 'Min';
}
html[lang=iu] #locMax:before {
  content: 'Max';
}
html[lang=iu] #locValue:before {
  content: 'Value';
}
html[lang=iu] #locTransparent:before {
  content: 'Transparent';
}
html[lang=iu] #locShowToolbar:before {
  content: 'Formatting tools';
}
html[lang=iu] #locReadonly:before {
  content: 'Read only';
}
html[lang=iu] #locXcor:before {
  content: 'X ᐊᓯᐅᑕᐃᓕᔪᑎᖓ';
}
html[lang=iu] #locYcor:before {
  content: 'Y ᐊᓯᐅᑕᐃᓕᔪᑎᖓ';
}
html[lang=iu] #locWidth:before {
  content: 'Width';
}
html[lang=iu] #locHeight:before {
  content: 'Height';
}
html[lang=iu] #locApply:before {
  content: 'ᐊᑐᓕᖅᑎᓪᓗᒍ';
}
html[lang=iu] #locCancel:before {
  content: 'ᓴᑐᐃᑎᓪᓗᒍ';
}
html[lang=iu] #locNo {
  content: 'No';
}
html[lang=iu] #locYes {
  content: 'Yes';
}
html[lang=iu] #locNumberSign {
  content: '#';
}
html[lang=iu] #locCannotImportPicture {
  content: 'Cannot import the picture. Try downloading it to your device and then importing.';
}
html[lang=iu] #locCannotDownloadSound {
  content: 'Cannot import the sound. Try downloading it to your device and then importing.';
}
html[lang=iu] #locWrongFileType {
  content: 'The file does not look like a sound. Try downloading it to your device and then importing.';
}
html[lang=iu] #locVairableUnavailable,
html[lang=iu] #locVairableUnavailable:before {
  content: 'Variables unavailable while the project is running';
}
html[lang=iu] #locGlobalVairable:before {
  content: 'Global variables';
}
html[lang=iu] #locLocalVairable:before {
  content: 'Local variables';
}
html[lang=iu] #locStopped:before {
  content: 'Stopped on line ';
}
html[lang=iu] #locStoppedIn:before {
  content: ' in ';
}
html[lang=iu] #locNewProjectSizeHelp:before {
  content: 'Sizes are whole numbers between 40 and 2000';
}
html[lang=iu] .locHintNext:before {
  content: 'ᑕᑯᔪᒪᕙᕋ ᓇᓗᓇᐃᑯᑕᖅ';
}
html[lang=iu] .locHintOr:before {
  content: ' ᐅᕙᓘᓃᑦ ';
}
html[lang=iu] .locHintDone:before {
  content: 'ᓇᓗᓇᐃᑯᑕᖓ';
}
html[lang=iu] .locHintLast:before {
  content: 'ᑐᑭᓯᐅᒪᕗᖓ';
}
html[lang=iu] .locHintNever:before {
  content: 'ᑕᑯᑲᓂᖅᑕᐃᓕ';
}
html[lang=iu] #locUnsavedChanges {
  content: 'There are unsaved changes';
}
html[lang=iu] #locSureToLeave {
  content: 'Are you sure you want to leave this page?';
}
html[lang=iu] #locSureToDeleteClipart {
  content: 'Delete all Selected clipart?';
}
html[lang=iu] #locScaleProportionally:before {
  content: 'Scale proportionally';
}
html[lang=iu] #locDegrees:before {
  content: 'Rotate';
}
html[lang=iu] #locMyProjects::before {
  content: 'ᐱᓕᕆᐊᒃᑲ ';
}
html[lang=iu] #locAllProjects::before {
  content: 'ᐱᓕᕆᐊᓗᒃᑖᑦ ';
}
html[lang=iu] #hint-nameproject {
  content: 'ᐱᓕᕆᐊᑉ ᐊᑎᖓ';
}
html[lang=iu] #hint-plusmenu {
  content: 'ᐃᓕᓯᓗᓂ';
}
html[lang=iu] #hint-filemenu {
  content: 'ᑕᑯᓗᒋᑦ';
}
html[lang=iu] #hint-procedures {
  content: 'ᑎᑎᕋᕐᕕᒃᓴᖅ';
}
html[lang=iu] #hint-clipart {
  content: 'ᐊᔨᒻᒥᒃ ᐃᓕᓯᑉᕕᒃ';
}
html[lang=iu] #hint-projecttree {
  content: 'ᑕᑯᓗᓐᓂ ᒪᒃᐱᕐᒥᒃ';
}
html[lang=iu] #hint-settings {
  content: 'ᐋᕿᒃᓲᑎᖏᑦ';
}
html[lang=iu] #hint-dictionary {
  content: 'ᐃᑲᔫᑎᒃᓴᑦ';
}
html[lang=iu] #hint-freshworks {
  content: 'ᐊᐱᖁᓰᑦ';
}
html[lang=iu] #hint-workarea {
  content: 'ᐱᓕᕆᑉᕕᒃᓴᖅ';
}
html[lang=iu] #hint-cc {
  content: 'ᖃᓄᐃᓕᐅᕈᑎᑦ';
}
html[lang=iu] #hint-save {
  content: 'ᐊᓯᐅᑕᐅᓕᑎᓪᓗᒍ';
}
html[lang=iu] #tutorial-started::before {
  content: 'Started';
}
html[lang=iu] #tutorial-ended::before {
  content: 'Ended';
}
html[lang=iu] #tutorial-grade::before {
  content: 'Grade';
}
html[lang=iu] #tutorial-startquiz::before {
  content: 'Start test';
}
html[lang=iu] #tutorial-panelname::before {
  content: 'Course';
}
html[lang=iu] #hint-tutorialaction {
  content: 'Toggle the Tutorial panel';
}


/*# sourceMappingURL=styles.css.map*/