/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.bfc {
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none !important;
}
/************
 * Common styles
 ************/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
input {
  color: #333;
}
a {
  color: #3B48F6;
  text-decoration: none;
}
button.input-button {
  color: #3B48F6;
  outline: none;
  background: transparent;
  border: none;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/************
 * body.app
 ************/
body.app {
  background-color: #f8f9fa;
  /**
	* Header
	*/
}
body.app header {
  background-color: white;
}
body.app header div.header {
  padding: 10px 30px;
}
body.app header div.header:before,
body.app header div.header:after {
  content: " ";
  display: table;
}
body.app header div.header:after {
  clear: both;
}
body.app header div.header:before,
body.app header div.header:after {
  content: " ";
  display: table;
}
body.app header div.header:after {
  clear: both;
}
body.app header div.header img.logo {
  height: 50px;
  float: left;
  margin-right: 26px;
}
body.app header div.header .header-inner {
  float: left;
}
body.app header div.header .header-inner .title {
  color: #222;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 4px;
}
body.app header div.header .header-inner .title .info {
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.8;
}
body.app header div.header .header-inner .title .info:hover {
  opacity: 1;
}
body.app header div.header .header-inner .title code {
  margin-left: 4px;
  vertical-align: 3px;
}
body.app header div.header .header-inner .toolbar {
  margin-bottom: 2px;
  font-size: 14px;
  color: #6D6D6D;
}
body.app header div.header .header-inner .toolbar a img {
  vertical-align: bottom;
  margin-right: 6px;
}
body.app header div.header .header-inner .toolbar a:hover {
  opacity: 0.8;
}
body.app header div.header .header-inner .toolbar .toolbar-el {
  display: inline-block;
  margin-right: 34px;
}
body.app header div.header .header-inner .toolbar kbd {
  margin-left: 2px;
}
body.app header div.header .header-inner[data-page-editable="false"] {
  margin-top: 4px;
}
body.app header div.header .rightbar {
  float: right;
  margin-top: 14px;
  font-size: 14px;
}
body.app header div.header .rightbar a img {
  vertical-align: sub;
  margin-left: 8px;
}
body.app header div.header .rightbar a:hover {
  opacity: 0.8;
}
body.app header div.header .rightbar span.doc-status {
  font-size: 14px;
  color: #6D6D6D;
}
body.app header div.header .rightbar a.btn {
  margin-left: 10px;
  border-radius: 6px;
  padding: 5px 10px;
  color: white;
  box-shadow: 0 5px 17px 0 rgba(64, 64, 64, 0.4);
  background-color: grey;
  position: relative;
}
body.app header div.header .rightbar a.btn.btn-primary {
  background-color: #40bf0e;
}
body.app header div.header .rightbar a.btn:active {
  top: 1px;
}
body.app header div.ruler {
  height: 5px;
  background-color: #e8eaeda3;
  border-top: 1px solid #dddddd61;
  border-bottom: 1px solid #dddddd30;
}
/**
 * page container
 */
.page-wrapper {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .page-wrapper {
    padding-top: initial;
  }
}
.page-wrapper .page-container {
  box-shadow: 0 1px 3px 1px rgba(60, 60, 60, 0.13);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  background-color: white;
  padding: 56px 50px;
  min-height: 700px;
}
.page-wrapper .page-container .page-inner {
  padding: 20px 30px;
}
.page-wrapper .page-container .page-inner .watermark {
  visibility: hidden;
  text-align: right;
  margin-top: 20px;
}
.page-wrapper .page-container .page-inner .watermark span.sep {
  margin-left: 3px;
  margin-right: 3px;
}
.page-wrapper .page-container .page-inner .watermark span.website {
  color: #aaa;
}
/**
 * Editor
 */
div.editor {
  font-weight: 400;
}
div.editor a {
  text-decoration: underline;
  color: inherit;
}
div.editor img.js-loader {
  width: 20px;
  position: absolute;
}
div.editor a.share-screenshot {
  text-decoration: none;
  font-size: 13px;
  border-radius: 1000px;
  border: 1px solid #aa1dc1;
  color: #aa1dc1;
  position: absolute;
  top: 20px;
  right: -230px;
  padding: 1px 10px;
  transition: opacity 0.3s;
}
div.editor a.share-screenshot img {
  vertical-align: text-top;
  margin-left: 4px;
  width: 16px;
}
div.editor a.share-screenshot.fadeout {
  opacity: 0;
}
div.editor a.share-screenshot:hover {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  div.editor a.share-screenshot {
    top: initial;
    right: initial;
    left: 0;
    bottom: -40px;
  }
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0px;
  position: relative;
}
.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;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-mention-list-container {
  width: 520px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.08);
  z-index: 9001;
}
@media (max-width: 1100px) {
  .ql-mention-list-container {
    width: 320px;
  }
}
@media only screen and (max-device-width: 640px) {
  .ql-mention-list-container {
    position: fixed !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
  }
}
.ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ql-mention-list-item {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ql-mention-list-item.selected {
  background-color: #D3E1EB;
  text-decoration: none;
}
@media only screen and (max-device-width: 640px) {
  .ql-mention-list-item {
    overflow-x: scroll;
    text-overflow: clip;
  }
}
.page-inner strong {
  font-weight: 400;
  border-radius: 6px;
  background-color: #D3E1EB;
  padding: 3px 1px;
}
.page-inner.html2canvas strong {
  font-weight: 600;
  background-color: initial;
  padding: initial;
}
/**
 * Settings and modals
 */
div.decoder-settings {
  background-color: #ececec;
  position: fixed;
  bottom: 0;
  width: 140px;
  padding: 2px 6px;
}
@media (max-width: 1100px) {
  div.decoder-settings {
    display: none;
  }
}
div.decoder-settings .title {
  font-size: 11px;
}
div.decoder-settings .title img {
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.5;
}
div.decoder-settings .title img:hover {
  opacity: 0.8;
}
div.decoder-settings .setting .desc {
  font-size: 11px;
  font-weight: bold;
}
div.decoder-settings .setting .js-val {
  margin-left: 3px;
}
div.decoder-settings .setting .js-val.green {
  color: #6d9006;
}
div.decoder-settings .setting .js-val.orange {
  color: #FF7E00;
}
div.decoder-settings .setting .js-val.red {
  color: red;
}
div.decoder-settings .slider {
  width: 100%;
}
div.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(32, 23, 49, 0.36);
  transition: opacity 0.3s;
}
div.modal.fadeout {
  opacity: 0;
}
div.modal .modal-inner {
  width: 500px;
  padding: 24px 24px;
  box-sizing: border-box;
  margin: 36px auto;
  max-height: 80%;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
@media (max-width: 500px) {
  div.modal .modal-inner {
    width: 100%;
  }
}
div.modal .modal-inner .modal-content {
  font-size: 15px;
}
div.modal .modal-inner .modal-content p {
  margin-top: 0;
}
div.modal .modal-inner img.js-loader.big {
  width: 40px;
  display: block;
  margin: 60px auto;
}
div.modal .modal-inner div.buttons {
  border-top: 1px solid #c0b5c57d;
  padding-top: 4px;
}
div.modal .modal-inner div.buttons a {
  float: right;
}
div.modal.share-screenshot img.js-result {
  width: 100%;
  margin: 16px auto;
}
div.modal.save-publish .modal-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
div.modal.save-publish input.doc-url {
  margin: 10px auto;
  width: 100%;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 6px 6px;
  box-sizing: border-box;
  outline: none;
  font-family: monospace;
  background-color: #f7f7f7;
}
div.modal.save-publish div.descr-doc-title {
  font-weight: 600;
  margin-bottom: 6px;
}
div.modal.save-publish input.doc-title {
  margin: 10px auto;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 6px 6px;
  box-sizing: border-box;
  outline: none;
  font-weight: 600;
  font-size: 16px;
}
/**
 * Other pages
 */
/************
 * body.landing
 ************/
body.landing header {
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
body.landing header img.logo {
  width: 178px;
}
body.landing header .title {
  color: #222;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 10px;
}
body.landing header .tagline {
  color: #9F9F9F;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
}
body.landing .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
body.landing div.section-models {
  margin-bottom: 50px;
}
body.landing div.section-models .description a {
  color: inherit;
}
body.landing div.section-models .github-repo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
body.landing div.section-models div.title-section {
  color: #222;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
  text-align: center;
}
body.landing div.section-models .quote {
  color: #9F9F9F;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  border-left: 4px solid #ec8cff;
  padding: 2px 14px;
  max-width: 380px;
  margin: auto;
  margin-top: 48px;
}
body.landing div.section-footer {
  background-color: #f7fbfb;
  padding-top: 80px;
  padding-bottom: 90px;
}
body.landing div.section-footer:before,
body.landing div.section-footer:after {
  content: " ";
  display: table;
}
body.landing div.section-footer:after {
  clear: both;
}
body.landing div.section-footer:before,
body.landing div.section-footer:after {
  content: " ";
  display: table;
}
body.landing div.section-footer:after {
  clear: both;
}
body.landing div.section-footer .title {
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
}
body.landing div.section-footer ul.documents {
  list-style-type: none;
  padding: 0;
}
body.landing div.section-footer ul.documents a {
  color: #696969;
  font-size: 14px;
}
body.landing div.model {
  border-radius: 5px;
  box-shadow: 0 10px 25px 0 rgba(50, 94, 128, 0.2);
  padding: 18px 26px;
  border: 1px solid #e6e6e6;
  background-image: linear-gradient(136deg, #F8F8F8 29%, #ffffff 74%, #fafafa 100%);
  margin-top: 20px;
  margin-bottom: 72px;
}
body.landing div.model a {
  color: inherit;
}
body.landing div.model .model-title {
  font-size: 20px;
  font-weight: 600;
}
body.landing div.model .model-title::first-letter {
  font-size: 30px;
  vertical-align: middle;
}
body.landing div.model .model-details {
  color: #666;
  font-size: 15px;
}
body.landing div.model .model-bottom:before,
body.landing div.model .model-bottom:after {
  content: " ";
  display: table;
}
body.landing div.model .model-bottom:after {
  clear: both;
}
body.landing div.model .model-bottom:before,
body.landing div.model .model-bottom:after {
  content: " ";
  display: table;
}
body.landing div.model .model-bottom:after {
  clear: both;
}
body.landing div.model a.btn {
  float: right;
  margin-left: 10px;
  border-radius: 6px;
  padding: 5px 10px;
  color: white;
  background-color: grey;
  position: relative;
}
body.landing div.model a.btn.btn-primary {
  background-color: #40bf0e;
}
body.landing div.model a.btn.btn-details {
  background-color: #c388ef;
}
body.landing div.model a.btn:active {
  top: 1px;
}
body.landing div.model a.btn:hover {
  opacity: 0.7;
}
/************
 * body.model
 ************/
body.model .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding-top: 110px;
  padding-bottom: 200px;
}
body.model a.back {
  font-size: 15px;
}
body.model a.back img {
  margin-right: 1px;
  width: 12px;
}
body.model .model-title {
  color: #222;
  font-weight: 600;
  font-size: 36px;
}
body.model .model-title::first-letter {
  font-size: 42px;
  vertical-align: middle;
}
body.model .github-repo {
  margin-top: 6px;
  margin-bottom: 20px;
  transform: scale(0.7) translateX(-85px);
}
body.model .model-bottom {
  margin-top: 52px;
  text-align: center;
}
body.model .model-bottom:before,
body.model .model-bottom:after {
  content: " ";
  display: table;
}
body.model .model-bottom:after {
  clear: both;
}
body.model .model-bottom:before,
body.model .model-bottom:after {
  content: " ";
  display: table;
}
body.model .model-bottom:after {
  clear: both;
}
body.model a.btn {
  border-radius: 8px;
  padding: 10px 32px;
  font-size: 20px;
  color: white;
  background-color: grey;
  position: relative;
}
body.model a.btn.btn-primary {
  background-color: #40bf0e;
}
body.model a.btn.btn-details {
  background-color: #c388ef;
}
body.model a.btn:active {
  top: 1px;
}
body.model a.btn:hover {
  opacity: 0.7;
}
/**
 * Imports
 */
code,
pre,
div.pre {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  padding: 2px 6px;
  font-family: monospace;
  font-size: 12px;
}
div.pre span.value {
  white-space: pre;
  color: #840a6e;
}
div.pre span.value.string {
  color: #000;
}
div.pre span.value.boolean {
  color: #0086b3;
}
div.pre span.value.number {
  color: #40a070;
}
kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: text-bottom;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}
/**
 * The End.
 */
