/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@font-face {
    font-family: 'fontello';
    src: url('data:application/octet-stream;base64,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') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**********************
        mixins
**********************/
html > body,
html,
body {
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Source Sans Pro', sans-serif;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
img {
    max-width: 100%;
}
h2,
h3,
h4 {
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #3c4260;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: lighter;
    color: #3c4260;
    word-spacing: 3.5px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    margin: 49px 0 46px;
}
h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #d1d2d8;
    padding-bottom: 30px;
    margin: 0 276px 24px 276px;
}
@media screen and (max-width: 1021px) {
    body .content h2 {
        margin-left: 10%;
        margin-right: 10%;
    }
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 16px;
    color: #6a6c8a;
}
main {
    color: #6a6c8a;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 20;
    display: inline-block;
    vertical-align: top;
    width: 100%;

    /* needs to change if header height changes */
    /* (e.g. when the news section is added/removed/modified) */
    /* value here should be the same as in the `.sidebar-container` `top` rule */
    /* this rule corresponds to header.css `.docs-main` `margin-top` rule */
    margin-top: 158px;
}
main li,
main p {
    font-weight: 200;
}
main p {
    font-weight: 200;
    line-height: 135%;
}
main a {
    color: #3c4260;
    text-decoration: underline;
}
main a:hover {
    color: #31d0c6;
    text-decoration: underline;
}
iframe {
    width: 100%;
}
body.bpmn iframe,
body.kitchensink iframe {
    height: calc(100vh - 219px);
}
@media screen and (max-width: 968px) {
    main {
        position: relative;
        margin-top: 0;
    }
    body.bpmn iframe,
    body.kitchensink iframe {
        height: calc(100vh - 190px);
    }
    .tutorial-page main {
        position: fixed;
        margin-top: 255px;
    }
    section.demos-container {
        position: relative;
        overflow-y: hidden;
    }
}
/*************************
    sidebar navigation
**************************/
.sidebar-container {
    background: #6764A7;
    width: 288px;
    vertical-align: top;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 3;

    /* needs to change if header height changes */
    /* (e.g. when the news section is added/removed/modified) */
    /* value here should be the same as in the `main` `margin-top` rule */
    /* this rule corresponds to header.css `.docs-nav` `top` rule */
    top: 158px;
}
@media screen and (max-width: 1240px) {
    .sidebar-container {
        position: fixed;
        top: 219px;
        left: -290px;
        z-index: 9;
        transition: left 0.1s ease-out;
    }
    .sidebar-container.open {
        left: 0;
    }
    .sidebar-container:before {
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        width: 20px;
        height: 48px;
        position: absolute;
        top: 45%;
        cursor: pointer;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none;
        -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
        box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
        right: -20px;
        content: '\e800';
        font-family: 'fontello';
        line-height: 3;
        padding: 0 4px;
    }
    .sidebar-container.open:before {
        content: '\e801';
        padding: 0 2px;
    }
}
body.kitchensink .demos-container,
body.bpmn .demos-container,
body.javascript-ast .demos-container,
body.paper .demos-container {
    padding: 0 0 0 20px;
}
body.kitchensink section,
body.bpmn section,
body.javascript-ast section,
body.paper section {
    width: 100%;
}
body.kitchensink .sidebar-container,
body.bpmn .sidebar-container,
body.javascript-ast .sidebar-container,
body.paper .sidebar-container {
    position: fixed;
    top: 219px;
    left: -290px;
    z-index: 9;
    transition: left 0.1s ease-out;
}
body.kitchensink .sidebar-container:before,
body.bpmn .sidebar-container:before,
body.javascript-ast .sidebar-container:before,
body.paper .sidebar-container:before {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    right: -20px;
    content: '\e800';
    font-family: 'fontello';
    line-height: 3;
    padding: 0 4px;
}

body.kitchensink .sidebar-container.open:before,
body.bpmn .sidebar-container.open:before,
body.javascript-ast .sidebar-container.open:before,
body.paper .sidebar-container.open:before {
    content: '\e801';
    padding: 0 2px;
}
body.kitchensink .sidebar-container.open,
body.bpmn .sidebar-container.open,
body.javascript-ast .sidebar-container.open,
body.paper .sidebar-container.open {
    left: 0;
}
.sidebar-container ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 2100px;
}
.sidebar-container > ul {
    overflow: auto;
    padding-top: 9px; /* `margin-bottom` of style.css `docs-nav-search` (10px) minus `margin-top` of `sidebar-container ul > li > a` (1px) */
    padding-bottom: 29px; /* height of list item */
}
.sidebar-container ul > li > a {
    background-color: rgba(14, 20, 84, 0.15);
    display: block;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 8px 8px 8px 29px;
    margin: 1px 0 0 0;
}
.sidebar-container ul > li li > a {
    background: transparent;
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 6px 6px 6px 27px;
    border-left: 3px solid transparent;
}
.sidebar-container ul > li li > a:hover {
    color: #feb663;
    border-color: #feb663;
    text-decoration: none;
}
.sidebar-container a {
    color: #fff;
}
.sidebar-container.demos li > ul {
    margin-top: 1px;
}
.sidebar-container.demos li > ul a:before {
    content: "";
    background-image: url("/images/demo-icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    vertical-align: bottom;
}
.sidebar-container.demos li > ul .hull:before {
    background-image: url("/images/demo-hull-icon.svg");
    background-size: 18px 18px;
}
.sidebar-container.demos li > ul .hull:hover:before {
    background-image: url("/images/demo-hull-icon-hover.svg");
}
.sidebar-container.demos li > ul .transitions:before {
    background-image: url("/images/demo-transitions-icon.svg");
    background-size: 18px 18px;
}
.sidebar-container.demos li > ul .transitions:hover:before {
    background-image: url("/images/demo-transitions-icon-hover.svg");
}
.sidebar-container.demos li > ul .visualizer:before {
    content: "";
    background-position: 0px -414px;
}
.sidebar-container.demos li > ul .visualizer:hover:before {
    background-position: -28px -414px;
}
.sidebar-container.demos li > ul .tree:before {
    content: "";
    background-position: 0px -434px;
}
.sidebar-container.demos li > ul .tree:hover:before {
    background-position: -28px -434px;
}
.sidebar-container.demos li > ul .puzzle:before {
    content: "";
    background-position: 0 -459px;
}
.sidebar-container.demos li > ul .puzzle:hover:before {
    background-position: -28px -459px;
}
.sidebar-container.demos li > ul .transition-custom-views:before {
    content: "";
    background-position: 0px -391px;
}
.sidebar-container.demos li > ul .transition-custom-views:hover:before {
    background-position: -28px -391px;
}
.sidebar-container.demos li > ul .shortest-path:before {
    content: "";
    background-position: 0px -368px;
}
.sidebar-container.demos li > ul .shortest-path:hover:before {
    background-position: -28px -368px;
}
.sidebar-container.demos li > ul .rappid-example-app-icon:before {
    content: "";
    background-position: 0px -345px;
}
.sidebar-container.demos li > ul .rappid-example-app-icon:hover:before {
    background-position: -28px -345px;
}
.sidebar-container.demos li > ul .petri-nets:before {
    content: "";
    background-position: 0px -322px;
}
.sidebar-container.demos li > ul .petri-nets:hover:before {
    background-position: -28px -322px;
}
.sidebar-container.demos li > ul .paper_attributes:before {
    content: "";
    background-position: 0px -299px;
}
.sidebar-container.demos li > ul .paper_attributes:hover:before {
    background-position: -28px -299px;
}
.sidebar-container.demos li > ul .orgchart:before {
    content: "";
    background-position: 0px -276px;
}
.sidebar-container.demos li > ul .orgchart:hover:before {
    background-position: -28px -276px;
}
.sidebar-container.demos li > ul .organizational-charts:before {
    content: "";
    background-position: 0px -253px;
}
.sidebar-container.demos li > ul .organizational-charts:hover:before {
    background-position: -28px -253px;
}
.sidebar-container.demos li > ul .logic-circuits:before {
    content: "";
    background-position: 0px -230px;
}
.sidebar-container.demos li > ul .logic-circuits:hover:before {
    background-position: -28px -230px;
}
.sidebar-container.demos li > ul .links:before {
    content: "";
    background-position: 0px 0px;
}
.sidebar-container.demos li > ul .links:hover:before {
    background-position: -28px 0px;
}
.sidebar-container.demos li > ul .finite-state-machines:before {
    content: "";
    background-position: 0px -184px;
}
.sidebar-container.demos li > ul .finite-state-machines:hover:before {
    background-position: -28px -184px;
}
.sidebar-container.demos li > ul .discrete-event-system-specification:before {
    content: "";
    background-position: 0px -161px;
}
.sidebar-container.demos li > ul .discrete-event-system-specification:hover:before {
    background-position: -28px -161px;
}
.sidebar-container.demos li > ul .chess:before {
    content: "";
    background-position: 0px -138px;
}
.sidebar-container.demos li > ul .chess:hover:before {
    background-position: -28px -138px;
}
.sidebar-container.demos li > ul .charts:before {
    content: "";
    background-position: 0px -115px;
}
.sidebar-container.demos li > ul .charts:hover:before {
    background-position: -28px -115px;
}
.sidebar-container.demos li > ul .business-process:before {
    content: "";
    background-position: 0px -92px;
}
.sidebar-container.demos li > ul .business-process:hover:before {
    background-position: -28px -92px;
}
.sidebar-container.demos li > ul .UML-class-diagrams:before {
    content: "";
    background-position: 0px -69px;
}
.sidebar-container.demos li > ul .UML-class-diagrams:hover:before {
    background-position: -28px -69px;
}
.sidebar-container.demos li > ul .UML-Statechart-Diagrams:before {
    content: "";
    background-position: 0px -46px;
}
.sidebar-container.demos li > ul .UML-Statechart-Diagrams:hover:before {
    background-position: -28px -46px;
}
.sidebar-container.demos li > ul .Smart-Routing:before {
    content: "";
    background-position: 0px -207px;
}
.sidebar-container.demos li > ul .Smart-Routing:hover:before {
    background-position: -28px -207px;
}
.sidebar-container.demos li > ul .ER-Diagrams:before {
    content: "";
    background-position: 0px -23px;
}
.sidebar-container.demos li > ul .ER-Diagrams:hover:before {
    background-position: -28px -23px;
}
.sidebar-container.demos li > ul .vector-editor:before {
    background-image: url("/images/demo-vector-editor-icon.svg");
    background-size: 18px 18px;
}
.sidebar-container.demos li > ul .vector-editor:hover:before {
    background-image: url("/images/demo-vector-editor-icon-hover.svg");
}
.sidebar-container.demos li > ul .layout:before {
    content: "";
    background-position: 0px -276px;
}
.sidebar-container.demos li > ul .layout:hover:before {
    background-position: -28px -276px;
}
.demos-container {
    text-align: center;
    padding: 0 50px 0 330px;
    top: 0;
    position: absolute;
    overflow-y: scroll;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
    .demos-container,
    section.tutorial-container {
        padding: 0 0px 0 20px;
    }
}
.demos-container article {
    padding-left: 20%;
    padding-right: 20%;
}
.demos-container article p {
    margin: 16px 0;
    font-size: 16px;
}
.demos-container iframe {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
}

@media screen and (max-width: 1021px) {
    .demos-container article {
        padding-left: 0;
        padding-right: 0;
    }
}
.demos-container article a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
.demos-container h2 {
    margin: 32px 0 0;
}
.demos-container h3[id^="joint"] {
    font-weight: bold;
    margin-top: -16px;
    padding-top: 56px;
}
.demos-container h1 + h2 {
    margin-top: 0;
}
.demos-container .demos {
    width: 100%;
    margin: 0 0 64px;
}
.demos-container .demos a {
    width: 304px;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    outline: 1px solid #ddd;
    margin: 1%;
}
.demos-container .demos a > img {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.demos-container .demos h2 {
    padding-left: 20%;
    padding-right: 20%;
}
@media screen and (max-width: 1021px) {
    .demos-container .demos h2 {
        padding-left: 0;
        padding-right: 0;
    }
}
.demos-container .example {
    width: 100%;
    min-height: 100%;
    display: inline-block;
    margin: 16px 0 32px;
    position: relative;
}
.demos-container .example > a {
    display: inline-block;
    margin-top: 32px;
}

.tutorial-container {
    padding: 0 0px 0 290px;
    top: 0;
    position: absolute;
    overflow-y: hidden;
    bottom: 0;
    width: 100%;
}
.tutorial-container iframe {
    display: block;
    margin: 0 auto;
    border: 0;
    height: 100%;
}

/* Fullscreen */

body.kitchensink .content {
    /* for firefox - full screen sidebar background */
    background: #ffffff;
}

/* these four need to be in four separate code blocks to be detected by browsers */
body.kitchensink:-webkit-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.kitchensink:-moz-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.kitchensink:-ms-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.kitchensink:fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
