@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Saira+Extra+Condensed|Roboto|Titillium+Web|Roboto+Mono);
/*! 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"], /* 1 */
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;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/**
    Name: IntelliJ IDEA darcula theme
    From IntelliJ IDEA by JetBrains
 */

.cm-s-darcula  { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
.cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }

.cm-s-darcula span.cm-meta { color: #BBB529; }
.cm-s-darcula span.cm-number { color: #6897BB; }
.cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
.cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
.cm-s-darcula span.cm-variable { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-3 { color: #9876AA; }
.cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
.cm-s-darcula span.cm-property { color: #FFC66D; }
.cm-s-darcula span.cm-operator { color: #A9B7C6; }
.cm-s-darcula span.cm-string { color: #6A8759; }
.cm-s-darcula span.cm-string-2 { color: #6A8759; }
.cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
.cm-s-darcula span.cm-link { color: #CC7832; }
.cm-s-darcula span.cm-atom { color: #CC7832; }
.cm-s-darcula span.cm-error { color: #BC3F3C; }
.cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
.cm-s-darcula span.cm-attribute { color: #6897bb; }
.cm-s-darcula span.cm-qualifier { color: #6A8759; }
.cm-s-darcula span.cm-bracket { color: #A9B7C6; }
.cm-s-darcula span.cm-builtin { color: #FF9E59; }
.cm-s-darcula span.cm-special { color: #FF9E59; }
.cm-s-darcula span.cm-matchhighlight { color: #FFFFFF; background-color: rgba(50, 89, 48, .7); font-weight: normal;}
.cm-s-darcula span.cm-searching { color: #FFFFFF; background-color: rgba(61, 115, 59, .7); font-weight: normal;}

.cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
.cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
.cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
.cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
.cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
.cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
.cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }

.cm-s-darcula div.CodeMirror-selected { background: #214283; }

.CodeMirror-hints.darcula {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  color: #9C9E9E;
  background-color: #3B3E3F !important;
}

.CodeMirror-hints.darcula .CodeMirror-hint-active {
  background-color: #494D4E !important;
  color: #9C9E9E !important;
}

/*
ICEcoder default theme by Matt Pass, used in code editor available at https://icecoder.net
*/

.cm-s-icecoder { color: #666; background: #1d1d1b; }

.cm-s-icecoder span.cm-keyword { color: #eee; font-weight:bold; }  /* off-white 1 */
.cm-s-icecoder span.cm-atom { color: #e1c76e; }                    /* yellow */
.cm-s-icecoder span.cm-number { color: #6cb5d9; }                  /* blue */
.cm-s-icecoder span.cm-def { color: #b9ca4a; }                     /* green */

.cm-s-icecoder span.cm-variable { color: #6cb5d9; }                /* blue */
.cm-s-icecoder span.cm-variable-2 { color: #cc1e5c; }              /* pink */
.cm-s-icecoder span.cm-variable-3, .cm-s-icecoder span.cm-type { color: #f9602c; } /* orange */

.cm-s-icecoder span.cm-property { color: #eee; }                   /* off-white 1 */
.cm-s-icecoder span.cm-operator { color: #9179bb; }                /* purple */
.cm-s-icecoder span.cm-comment { color: #97a3aa; }                 /* grey-blue */

.cm-s-icecoder span.cm-string { color: #b9ca4a; }                  /* green */
.cm-s-icecoder span.cm-string-2 { color: #6cb5d9; }                /* blue */

.cm-s-icecoder span.cm-meta { color: #555; }                       /* grey */

.cm-s-icecoder span.cm-qualifier { color: #555; }                  /* grey */
.cm-s-icecoder span.cm-builtin { color: #214e7b; }                 /* bright blue */
.cm-s-icecoder span.cm-bracket { color: #cc7; }                    /* grey-yellow */

.cm-s-icecoder span.cm-tag { color: #e8e8e8; }                     /* off-white 2 */
.cm-s-icecoder span.cm-attribute { color: #099; }                  /* teal */

.cm-s-icecoder span.cm-header { color: #6a0d6a; }                  /* purple-pink */
.cm-s-icecoder span.cm-quote { color: #186718; }                   /* dark green */
.cm-s-icecoder span.cm-hr { color: #888; }                         /* mid-grey */
.cm-s-icecoder span.cm-link { color: #e1c76e; }                    /* yellow */
.cm-s-icecoder span.cm-error { color: #d00; }                      /* red */

.cm-s-icecoder .CodeMirror-cursor { border-left: 1px solid white; }
.cm-s-icecoder div.CodeMirror-selected { color: #fff; background: #037; }
.cm-s-icecoder .CodeMirror-gutters { background: #1d1d1b; min-width: 41px; border-right: 0; }
.cm-s-icecoder .CodeMirror-linenumber { color: #555; cursor: default; }
.cm-s-icecoder .CodeMirror-matchingbracket { color: #fff !important; background: #555 !important; }
.cm-s-icecoder .CodeMirror-activeline-background { background: #000; }

/* Based on Sublime Text's Monokai theme */

.cm-s-monokai.CodeMirror { background: #272822; color: #f8f8f2; }
.cm-s-monokai div.CodeMirror-selected { background: #49483E; }
.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-gutters { background: #272822; border-right: 0px; }
.cm-s-monokai .CodeMirror-guttermarker { color: white; }
.cm-s-monokai .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-linenumber { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }

.cm-s-monokai span.cm-comment { color: #75715e; }
.cm-s-monokai span.cm-atom { color: #ae81ff; }
.cm-s-monokai span.cm-number { color: #ae81ff; }

.cm-s-monokai span.cm-comment.cm-attribute { color: #97b757; }
.cm-s-monokai span.cm-comment.cm-def { color: #bc9262; }
.cm-s-monokai span.cm-comment.cm-tag { color: #bc6283; }
.cm-s-monokai span.cm-comment.cm-type { color: #5998a6; }

.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; }
.cm-s-monokai span.cm-keyword { color: #f92672; }
.cm-s-monokai span.cm-builtin { color: #66d9ef; }
.cm-s-monokai span.cm-string { color: #e6db74; }

.cm-s-monokai span.cm-variable { color: #f8f8f2; }
.cm-s-monokai span.cm-variable-2 { color: #9effff; }
.cm-s-monokai span.cm-variable-3, .cm-s-monokai span.cm-type { color: #66d9ef; }
.cm-s-monokai span.cm-def { color: #fd971f; }
.cm-s-monokai span.cm-bracket { color: #f8f8f2; }
.cm-s-monokai span.cm-tag { color: #f92672; }
.cm-s-monokai span.cm-header { color: #ae81ff; }
.cm-s-monokai span.cm-link { color: #ae81ff; }
.cm-s-monokai span.cm-error { background: #f92672; color: #f8f8f0; }

.cm-s-monokai .CodeMirror-activeline-background { background: #373831; }
.cm-s-monokai .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
  position: absolute;
  background: #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 2px;
}

.CodeMirror-simplescroll-horizontal, .CodeMirror-simplescroll-vertical {
  position: absolute;
  z-index: 6;
  background: #eee;
}

.CodeMirror-simplescroll-horizontal {
  bottom: 0; left: 0;
  height: 8px;
}
.CodeMirror-simplescroll-horizontal div {
  bottom: 0;
  height: 100%;
}

.CodeMirror-simplescroll-vertical {
  right: 0; top: 0;
  width: 8px;
}
.CodeMirror-simplescroll-vertical div {
  right: 0;
  width: 100%;
}


.CodeMirror-overlayscroll .CodeMirror-scrollbar-filler, .CodeMirror-overlayscroll .CodeMirror-gutter-filler {
  display: none;
}

.CodeMirror-overlayscroll-horizontal div, .CodeMirror-overlayscroll-vertical div {
  position: absolute;
  background: #bcd;
  border-radius: 3px;
}

.CodeMirror-overlayscroll-horizontal, .CodeMirror-overlayscroll-vertical {
  position: absolute;
  z-index: 6;
}

.CodeMirror-overlayscroll-horizontal {
  bottom: 0; left: 0;
  height: 6px;
}
.CodeMirror-overlayscroll-horizontal div {
  bottom: 0;
  height: 100%;
}

.CodeMirror-overlayscroll-vertical {
  right: 0; top: 0;
  width: 6px;
}
.CodeMirror-overlayscroll-vertical div {
  right: 0;
  width: 100%;
}

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

.CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}

@charset "UTF-8";
.lightText {
  color: #888;
}
.hidden {
  display: none;
}
.disabled-form-control {
  background-color: #eee;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.FlexButton .btn {
  display: flex;
  align-content: center;
}
.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.flex .full {
  flex: 1 1 auto;
}
.flexLeft {
  justify-content: flex-start;
}
.flexCenter {
  justify-content: center;
}
.flexRight {
  justify-content: flex-end;
}
.bottom {
  vertical-align: bottom;
}
.block {
  display: block;
}
.fullwidth {
  width: 100%;
}
.halfwidth {
  width: 50%;
}
.fullheight {
  height: 100%;
}
.width900 {
  max-width: 900px;
  margin: 0 auto;
}
.absoluteFullSize {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.nowrap {
  white-space: nowrap;
}
.prewrap {
  white-space: pre-wrap;
}
.normalwrap {
  white-space: normal;
}
.verticallyCentered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontallyCentered {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transformCentered {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.noPadding {
  padding: 0;
}
.noHPadding {
  padding-left: 0;
  padding-right: 0;
}
.noVPadding {
  padding-top: 0;
  padding-bottom: 0;
}
.noPadding_i {
  padding: 0 !important;
}
.noHPadding_i {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.noVPadding_i {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.marginRight5 {
  margin-right: 5px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight24 {
  margin-right: 24px;
}
.padRight5 {
  padding-right: 5px;
}
.padRight10 {
  padding-right: 10px;
}
.padRight24 {
  padding-right: 24px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginLeft24 {
  margin-left: 24px;
}
.padLeft5 {
  padding-left: 5px;
}
.padLeft10 {
  padding-left: 10px;
}
.padLeft24 {
  padding-left: 24px;
}
.displayFlex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.displayTable {
  display: table;
}
.displayCell {
  display: table-cell;
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.vSpacer {
  height: 2px;
}
.vPad5 {
  margin-top: 5px;
}
.vPad {
  margin-top: 15px;
}
.hPad {
  margin-left: 10px;
  margin-right: 10px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.size48 {
  width: 48px;
  height: 48px;
}
.size36 {
  width: 36px;
  height: 36px;
}
.size26 {
  width: 26px;
  height: 26px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.bold {
  font-weight: bold;
}
.dangerText {
  color: #990000;
}
.littleDangerText {
  color: #f77;
}
.warningText {
  color: #ff9900;
}
.statusNormal {
  color: #050;
}
.statusInfo {
  color: #009;
}
.statusDisabled {
  color: #950;
}
.statusDisabled {
  color: #900;
}
.statusActive {
  color: #0a0;
}
.statusPending {
  color: #00a;
}
.statusPast {
  color: #740;
}
.statusNone {
  font-weight: bold;
  color: #900;
}
.statusFaded {
  opacity: 0.5;
}
.statusFadedImages img {
  opacity: 0.25;
}
.largerText {
  font-size: larger;
}
.actionButtons .btn {
  margin-left: 1px;
  margin-right: 1px;
}
.actionButtons .btn:first-child {
  margin-left: 2px;
}
.actionButtons .btn:last-child {
  margin-right: 2px;
}
.leftBorder {
  border-left: 1px solid #eee;
}
.control-disabled {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background: #eee none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@keyframes ShinyAnimationKeyframes {
  0% {
    left: -160px;
  }
  75% {
    left: -160px;
  }
  100% {
    left: 100%;
  }
}
.noBorder {
  border: none;
}
.noBorder-top {
  border-top: none;
}
.noBorder-left {
  border-left: none;
}
.noBorder-right {
  border-right: none;
}
.noBorder-bottom {
  border-bottom: none;
}
.transBorder {
  border-color: transparent;
}
.transBorder-top {
  border-top-color: transparent;
}
.transBorder-left {
  border-left-color: transparent;
}
.transBorder-right {
  border-right-color: transparent;
}
.transBorder-bottom {
  border-bottom-color: transparent;
}
.flatBorder {
  border-radius: 0;
}
.flatBorder-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.flatBorder-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flatBorder-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flatBorder-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/**
 * Darcula theme
 *
 * Adapted from a theme based on:
 * IntelliJ Darcula Theme (https://github.com/bulenkov/Darcula)
 *
 * @author Alexandre Paradis <service.paradis@gmail.com>
 * @version 1.0
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #a9b7c6;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  color: inherit;
  background: rgba(33, 66, 131, 0.85);
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  color: inherit;
  background: rgba(33, 66, 131, 0.85);
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2b2b2b;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.comment,
.token.prolog,
.token.cdata {
  color: #808080;
}
.token.delimiter,
.token.boolean,
.token.keyword,
.token.selector,
.token.important,
.token.atrule {
  color: #cc7832;
}
.token.operator,
.token.punctuation,
.token.attr-name {
  color: #a9b7c6;
}
.token.tag,
.token.tag .punctuation,
.token.doctype,
.token.builtin {
  color: #e8bf6a;
}
.token.entity,
.token.number,
.token.symbol {
  color: #6897bb;
}
.token.property,
.token.constant,
.token.variable {
  color: #9876aa;
}
.token.string,
.token.char {
  color: #6a8759;
}
.token.attr-value,
.token.attr-value .punctuation {
  color: #a5c261;
}
.token.attr-value .punctuation:first-child {
  color: #a9b7c6;
}
.token.url {
  color: #287bde;
  text-decoration: underline;
}
.token.function {
  color: #ffc66d;
}
.token.regex {
  background: #364135;
}
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.inserted {
  background: #294436;
}
.token.deleted {
  background: #484a4a;
}
/*code.language-css .token.punctuation {
	color: #cc7832;
}*/
code.language-css .token.property,
code.language-css .token.property + .token.punctuation {
  color: #a9b7c6;
}
code.language-css .token.id {
  color: #ffc66d;
}
code.language-css .token.selector > .token.class,
code.language-css .token.selector > .token.attribute,
code.language-css .token.selector > .token.pseudo-class,
code.language-css .token.selector > .token.pseudo-element {
  color: #ffc66d;
}
pre.line-numbers {
  position: relative;
  padding: 0 10px 0 40px;
  counter-reset: linenumber;
  border: none;
}
pre.line-numbers > code {
  position: relative;
  white-space: inherit;
  border: none;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: -0.15em;
  font-size: 100%;
  left: -3.8em;
  width: 4em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #777;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
* {
  position: initial;
}
html,
body {
  margin: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-display: block;
  background-color: #ffffff !important;
  min-width: 300px;
}
a {
  cursor: pointer;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html,
  body,
  .App {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    background-color: transparent !important;
  }
}
.App {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.App .testModeToolbar {
  flex: 0 0 auto;
  position: relative;
  background-color: #fefefe;
  border: 1px dashed #bbb;
  display: flex;
  z-index: 99;
}
.App .testModeToolbar .DButton {
  flex: 0 0 auto;
  margin: 0 3px;
}
.App .pageContent {
  flex: 1 1 auto;
  position: relative;
}
/*.OutputTabbedPanel {
  background-color: #09A7A7;
}

.ButtonMenu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #777;
  display: block;
  border-radius: 5px;
  z-index: 50000;
  padding: 2px;
  overflow: auto;

  & .btn {
    margin: 1px;
    padding: 3px 6px;
  }
}

.fullCentered {

  display:flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.password {
  font-family: 'text-security-disc', serif;
  letter-spacing: 1px;
  font-size: larger;
}

.password::-webkit-input-placeholder { !* Chrome/Opera/Safari *!
  display: flex;
  height: 34px;
  align-items: center;
  font-family: Roboto, serif;
  letter-spacing: normal;
  position: relative;
  line-height: 34px;
  top: -4px;
  font-size: 14px;
}

.password::-moz-placeholder { !* Firefox 19+ *!
  font-family: Roboto, serif;
  letter-spacing: normal;
}

.password:-ms-input-placeholder { !* IE 10+ *!
  font-family: Roboto, serif;
  letter-spacing: normal;
}

.password:-moz-placeholder { !* Firefox 18- *!
  font-family: Roboto, serif;
  letter-spacing: normal;
}
*/
.HomePage {
  flex: 1 1 auto;
  height: 100%;
}
.HomePage .Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.HomePage .Content .codeContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #272822;
}
.HomePage .Content .codeContainer .codeError {
  background-color: #550000;
  border-top: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
}
.HomePage .Content .codeContainer .codeError .CodeMirror-linebackground {
  background-color: #550000;
}
.HomePage .Content .codeContainer .languageMismatch {
  background-color: #f3d752;
  color: #000000;
  border: 1px solid #b38123;
  flex: 0 0 auto;
  white-space: normal;
  width: 100%;
  padding: 5px;
  font-size: 0.8em;
  text-align: center;
}
.HomePage .Content .codeContainer .ReactCodeMirror {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 54px);
}
.HomePage .Content .codeContainer .ReactCodeMirror .CodeMirror {
  height: 100%;
}
.HomePage .Content .codeContainer .MuiTabs-root + .DTabs-tabContainer > .ReactCodeMirror {
  margin-bottom: 43px;
}
.HomePage .Content .consoleContainer {
  height: 100%;
  width: 100%;
}
.HomePage .Content .rightSideContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #272822;
}
.HomePage .Content .rightSideContainer .rightCodeSplitterContainer {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.HomePage .Content .rightSideContainer .solutionContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #272822;
}
.HomePage .Content .rightSideContainer .solutionContainer .ReactCodeMirror {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.HomePage .Content .rightSideContainer .solutionContainer .ReactCodeMirror .CodeMirror {
  height: 100%;
}
.HomePage .Content .rightSideContainer .outputContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.HomePage .Content .rightSideContainer .outputContainer .RSFrame {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.HomePage .Content .codeControls {
  display: flex;
  flex: 0 0 auto;
  padding: 6px;
  width: 100%;
  height: 54px;
  min-height: 54px;
}
.HomePage .Content .codeControls > * {
  margin-left: 5px;
  margin-right: 5px;
}
.HomePage .Content .codeControls:first-child {
  margin-left: 0;
}
.HomePage .Content .codeControls:last-child {
  margin-right: 0;
}
.HomePage .Content .DTabs {
  flex: 1 1 auto;
  height: calc(100% - 54px);
  display: flex;
  flex-direction: column;
}
.HomePage .Content .DTabs .DTabs-tabBar {
  flex: 0 0 auto;
  margin-bottom: 1px;
}
.HomePage .Content .DTabs .DTabs-tabBar button {
  border-radius: 0;
  min-height: 36px;
}
.HomePage .Content .DTabs .DTabs-tabBar button > span > span {
  padding: 3px 8px;
}
.HomePage .Content .DTabs .DTabs-tabContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Test {
  flex: 1 1 auto;
  height: 100%;
}
.Test .TestSideBar {
  width: 100%;
  overflow: auto;
  height: 100%;
  background-color: #ffffff;
}
.Test .TestSideBar .Section {
  padding: 10px 10px;
  border: 1px solid #dedede;
  width: 100%;
}
.Test .TestSideBar .Section > * {
  margin-top: 4px;
  margin-bottom: 4px;
}
.Test .TestSideBar .Section > .DInput {
  display: flex;
}
.Test .TestSideBar .Section .CurriculumItem {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Test .TestSideBar .Section .CurriculumItem .CurriculumId {
  color: #47a85e !important;
}
.Test .TestSideBar .Section .ProjectItem {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Test .TestSideBar .Section .ProjectItem .ProjectId {
  font-size: 0.6em;
  color: #09a7a7 !important;
}
.Test .TestSideBar .Section .ExerciseItem {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Test .TestSideBar .Section .ExerciseItem .ExerciseId {
  font-size: 0.6em;
  color: #09a7a7 !important;
}
.Test .TestContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.Test .TestContent .RSIiframe {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.AnimationContainer {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes PassedScaleFrames {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.75);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes PassedCheckFrames {
  0% {
    -webkit-transform: translateX(-200px) rotate(-320deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes PassedTextFrames {
  0% {
    -webkit-transform: translateX(400px) skewX(-35deg);
  }
  90% {
    -webkit-transform: translateX(0px) skewX(-35deg);
  }
  100% {
    -webkit-transform: translateX(0px) skewX(0deg);
  }
}
.PassedAnimation {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  -webkit-animation: PassedScaleFrames 0.75s linear 0.75s;
  -o-animation: PassedScaleFrames 0.75s linear 0.75s;
  animation: PassedScaleFrames 0.75s linear 0.75s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  height: 160px;
}
.PassedAnimation .check {
  display: block;
  font-size: 80px;
  position: relative;
  color: #3e8f3e;
  -webkit-animation: PassedCheckFrames 0.75s linear;
  -o-animation: PassedCheckFrames 0.75s linear;
  animation: PassedCheckFrames 0.75s linear;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.PassedAnimation .text {
  display: block;
  font-size: 100px;
  font-weight: bold;
  position: relative;
  color: #3e8f3e;
  padding-left: 10px;
  top: -4px;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: PassedTextFrames 0.75s linear;
  -o-animation: PassedTextFrames 0.75s linear;
  animation: PassedTextFrames 0.75s linear;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.DButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.DButton .whenIconContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DButton .whenIconContainer .DButton-CircularProgress {
  width: 1em;
  height: 1em;
}
.DButton .DButtonContentContainer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.DButton .DButtonContentContainer .DButtonCaret {
  display: flex;
  position: relative;
  top: -1px;
  margin-right: -5px;
  padding-left: 2px;
}
.DBar {
  position: relative;
  display: flex;
  width: 100%;
}
.DBar .DBarRow {
  position: absolute;
  top: -10000px;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  display: flex;
  pointer-events: none;
}
.DBar .DBarDisplayed {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.DBar .DBarSpacer {
  flex: 1 1 auto;
  width: 100%;
}
.DBar .DBarCell {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.DataInspector {
  font-family: Monaco, monospace;
  font-size: 12px;
  cursor: default;
}
.DataInspector .DataInspector {
  margin-left: 13px;
}
.DataInspector .Object {
  width: 100%;
}
.DataInspector .Property {
  margin-left: 28px;
}
.DataInspector .ExpandableObject {
  cursor: pointer;
  position: relative;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
}
.DataInspector .ExpandableObject .Toggle {
  margin-right: 6px;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
}
.DataInspector .Preview * {
  line-height: 18px;
}
.DataInspector .Simple {
  color: #000000;
}
.DataInspector .DisplayName {
  color: #881391;
}
.DataInspector .DisplayNull {
  color: #808080;
  font-style: italic;
}
.DataInspector .DisplayUndefined {
  color: #808080;
  font-style: italic;
}
.DataInspector .DisplayString {
  color: #d21a16;
}
.DataInspector .DisplaySymbol {
  color: #d21a16;
}
.DataInspector .DisplayNumber {
  color: #1c00cf;
}
.DataInspector .DisplayDate {
  color: #1c00cf;
}
.DataInspector .DisplayBoolean {
  color: #1c00cf;
}
.DataInspector .DisplayFunction {
  color: #881391;
}
.DataInspector .DisplayFunctionKeyword {
  color: #aa0d91;
  font-style: italic;
}
.DataInspector .DisplayFunctionName {
  font-style: italic;
}
.DataInspector .DisplayArray {
  color: #881391;
}
.DataInspector .DisplayObject {
  color: #881391;
  font-style: italic;
}
.DataInspector .DisplayImage {
  width: 12px;
  height: 12px;
}
.DataInspector .DisplayGeneric {
  color: #000000;
}
.DebugConsole {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  overflow: auto;
  background-color: #272822;
  flex-wrap: nowrap;
}
.DebugConsole .DebugConsoleRow {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  padding: 2px 2px;
  border-bottom: 1px solid #444444;
}
.DebugConsole .DebugConsoleRow.clickable {
  cursor: pointer;
}
.DebugConsole .DebugConsoleRow .DebugConsoleIcon {
  flex: 0 0 auto;
  width: 22px;
  margin-right: 5px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.DebugConsole .DebugConsoleRow .DebugConsoleIcon.log {
  opacity: 0.1;
  font-size: 0.5em;
  position: relative;
  top: 5px;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText {
  display: flex;
  color: #ffffff;
  flex: 1 1 auto;
  white-space: pre-wrap;
  flex-wrap: wrap;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText > * {
  white-space: pre-wrap;
  margin-left: 5px;
  margin-right: 5px;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText > :first-child {
  margin-left: 0;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText > :last-child {
  margin-right: 0;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector {
  font-family: Monaco, monospace;
  font-size: 1em;
  cursor: inherit;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .ExpandableObject .Toggle {
  fill: #dedede;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .Simple {
  color: inherit;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayName {
  color: #aa55bb;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayNull {
  color: #aaaaaa;
  font-style: italic;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayUndefined {
  color: #aaaaaa;
  font-style: italic;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayString {
  color: #d05e5e;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplaySymbol {
  color: #d05e5e;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayNumber {
  color: #7db2f4;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayDate {
  color: #7db2f4;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayBoolean {
  color: #9281fe;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayFunction {
  color: #b980b8;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayFunctionKeyword {
  color: #b980b8;
  font-style: italic;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayFunctionName {
  font-style: italic;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayArray {
  color: #af8765;
}
.DebugConsole .DebugConsoleRow .DebugConsoleText .ObjectInspector .DisplayObject {
  color: #af8765;
  font-style: italic;
}
.DebugConsole .DebugConsoleRow .DebugConsoleLine {
  flex: 0 0 auto;
  margin-left: 10px;
  color: #77efef;
  font-size: 0.9em;
  font-family: Monaco, monospace;
}
.DebugConsole .DebugConsoleRow .DebugConsoleLine:hover {
  color: #bbFFFF;
}
.DebugConsole .DebugConsoleRow .warn {
  color: #ffcc00;
}
.DebugConsole .DebugConsoleRow .error {
  color: #ee2200;
}
.DebugConsole .DebugConsoleRow .info {
  color: #678bf8;
}
.DebugConsole .DebugConsoleRow .log {
  color: #dadada;
}
.DisableOverlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9800;
  background-color: rgba(0, 0, 0, 0.05);
}
.DisableOverlay .DisableOverlayWaitIcon {
  margin: 0 0 20px 0;
  width: 56px;
  height: 56px;
}
.DisableOverlay .DisableOverlayText {
  position: relative;
  border-width: 3px 0 3px 0;
  border-style: solid;
  -webkit-border-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, #047a7a 25%, #047a7a 75%, rgba(255, 0, 0, 0) 100%) 3 3;
  -moz-border-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0) 0%, #047a7a 25%, #047a7a 75%, rgba(255, 0, 0, 0) 100%) 3 3;
  border-image: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, #047a7a 25%, #047a7a 75%, rgba(255, 0, 0, 0) 100%) 3 3;
  background: #3ebca9;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 0, 0, 0) 0%, #3ebca9 25%, #3ebca9 75%, rgba(255, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, #3ebca9 25%, #3ebca9 75%, rgba(255, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, #3ebca9 25%, #3ebca9 75%, rgba(255, 0, 0, 0) 100%);
  padding: 20px;
  text-align: center;
  width: 90%;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px #000;
}
.ObjectInspector {
  font-family: Monaco, monospace;
  font-size: 12px;
  cursor: default;
}
.ObjectInspector .ObjectInspector {
  margin-left: 13px;
}
.ObjectInspector .Object {
  width: 100%;
}
.ObjectInspector .Property {
  margin-left: 26px;
}
.ObjectInspector .ExpandableObject {
  cursor: pointer;
  position: relative;
  top: 0;
}
.ObjectInspector .ExpandableObject .Toggle {
  margin-right: 3px;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 8px;
  height: 8px;
}
.ObjectInspector .Preview * {
  line-height: 18px;
}
.ObjectInspector .nodesContainer {
  padding-bottom: 3px;
}
.ObjectInspector .Simple {
  color: #000000;
}
.ObjectInspector .DisplayName {
  color: #881391;
}
.ObjectInspector .DisplayNull {
  color: #808080;
  font-style: italic;
}
.ObjectInspector .DisplayUndefined {
  color: #808080;
  font-style: italic;
}
.ObjectInspector .DisplayString {
  color: #d21a16;
}
.ObjectInspector .DisplaySymbol {
  color: #d21a16;
}
.ObjectInspector .DisplayNumber {
  color: #1c00cf;
}
.ObjectInspector .DisplayDate {
  color: #1c00cf;
}
.ObjectInspector .DisplayBoolean {
  color: #1c00cf;
}
.ObjectInspector .DisplayFunction {
  color: #881391;
}
.ObjectInspector .DisplayFunctionKeyword {
  color: #aa0d91;
  font-style: italic;
}
.ObjectInspector .DisplayFunctionName {
  font-style: italic;
}
.ObjectInspector .DisplayArray {
  color: #881391;
}
.ObjectInspector .DisplayObject {
  color: #881391;
  font-style: italic;
}
.SingleLineText {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.splitter-layout {
  position: absolute;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: auto !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.splitter-layout .layout-pane {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}
.splitter-layout .layout-pane.layout-pane-primary {
  flex: 0 0 auto;
}
.splitter-layout > .layout-splitter {
  flex: 0 0 auto;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  background-color: #cccccc;
  touch-action: none;
  -ms-touch-action: none;
}
.splitter-layout > .layout-splitter.normalSplitter {
  width: 6px;
}
.splitter-layout > .layout-splitter.largeSplitter {
  width: 15px;
}
.splitter-layout .layout-splitter:hover {
  background-color: #bbbbbb;
}
.splitter-layout.layout-changing {
  cursor: col-resize;
}
.splitter-layout.layout-changing > .layout-splitter {
  background-color: #aaaaaa;
}
.splitter-layout.splitter-layout-vertical {
  flex-direction: column;
}
.splitter-layout.splitter-layout-vertical.layout-changing {
  cursor: row-resize;
}
.splitter-layout.splitter-layout-vertical > .layout-splitter {
  width: 100%;
  cursor: row-resize;
}
.splitter-layout.splitter-layout-vertical > .normalSplitter {
  height: 6px;
}
.splitter-layout.splitter-layout-vertical > .largeSplitter {
  height: 15px;
}
.SideBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.SideBar .SideBarPanel {
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  display: flex;
}
.SideBar .SideBarPanel .SideBarPanelContentContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.SideBar .SideBarPanel .SideBarPanelContentContainer .SideBarPanelHeader {
  flex: 0 0 auto;
  width: 100%;
  justify-self: flex-start;
}
.SideBar .SideBarPanel .SideBarPanelContentContainer .SideBarPanelContent {
  flex: 1 1 auto;
  width: 100%;
  justify-self: flex-start;
  overflow-y: auto;
}
.SideBar .SideBarPanel .SideBarPanelContentContainer .SideBarPanelContent ::-webkit-scrollbar {
  position: relative;
  border-radius: 16.5px;
  background-color: #E5E5E5;
  width: 9px;
  margin-right: 8px;
  margin-top: 8px;
}
.SideBar .SideBarPanel .SideBarPanelContentContainer .SideBarPanelContent ::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 16.5px;
}
.SideBar .SideBarPanel .SideBarToggleBar {
  flex: 0 0 auto;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #cdcdcd;
  border: 1px solid #696969;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SideBar .SideBarPanel .SideBarToggleBar .SideBarToggleHandle {
  position: absolute;
  padding: 2px;
  font-size: 6px;
  color: #FFF;
  background-color: #cdcdcd;
  border: 1px solid #696969;
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SideBar .SideBarContent {
  flex: 1 1 auto;
  position: absolute;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.SideBar .SideBarContent ::-webkit-scrollbar {
  position: relative;
  border-radius: 16.5px;
  background-color: #E5E5E5;
  width: 9px;
  margin-right: 8px;
  margin-top: 8px;
}
.SideBar .SideBarContent ::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 16.5px;
}
.SideBar .SideBarPanelRightBorder {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.SideBar .SideBarTransition {
  -webkit-transition: left 0.3s ease-out, right 0.3s ease-out, width 0.3s ease-out;
  -o-transition: left 0.3s ease-out, right 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, right 0.3s ease-out, width 0.3s ease-out;
  will-change: transform;
}
.SideBar .SideBarOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000;
}
@media print {
  .SideBarNoPrint {
    position: relative !important;
    overflow: visible !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .SideBarNoPrint .SideBarOverlay {
    display: none !important;
  }
  .SideBarNoPrint .SideBarPanel {
    display: none !important;
  }
  .SideBarNoPrint .SideBarPanelRightBorder {
    display: none !important;
  }
  .SideBarNoPrint .SideBarToggleBar {
    display: none !important;
  }
  .SideBarNoPrint .SideBarContent {
    left: 0 !important;
    bottom: unset !important;
    right: unset !important;
    top: unset !important;
    position: relative !important;
  }
  .SideBarNoPrint .SideBarTransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    will-change: unset !important;
  }
}
.TabbedPanel {
  display: flex;
  flex-direction: column;
}
.TabbedPanel .TabBarContainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.TabbedPanel .TabBarChildContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.TabbedPanel .TabBarChildContent .TabContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.TabbedPanel .tabContentWrapper {
  border-radius: 16.5px;
  padding: 25.81px;
  background-color: rgba(3, 93, 93, 0.29);
}
.TabbedPanel .tabContentWrapper.noTopRadiusBorder {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.TabbedPanel .TabBar {
  overflow-y: visible;
  overflow-x: auto;
  width: 100%;
}
@media print {
  .TabbedPanel .TabBarNoPrint {
    display: none !important;
  }
}
.TabbedPanel .buttonsTop {
  flex: 0 0 auto;
}
.TabbedPanel .buttonsTop .TabBar .tabButton {
  flex-grow: 1;
  border-radius: 0;
}
.TabbedPanel .buttonsTop .TabBar .tabButton .btn {
  border-bottom: none;
}
.TabbedPanel .buttonsMiddle .TabBar {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.TabbedPanel .buttonsMiddle .TabBar .tabButton,
.TabbedPanel .buttonsMiddle .StickyBar .tabButton {
  border-radius: 0 0 0 0;
  color: #676765;
}
.TabbedPanel .buttonsMiddle .TabBar .tabButton .btn,
.TabbedPanel .buttonsMiddle .StickyBar .tabButton .btn {
  border-radius: 0 0 0 0;
  border-bottom: none;
  border-top: none;
}
.TabbedPanel .buttonsBottom .TabBar {
  border-top: 1px solid #aaa;
}
.TabbedPanel .buttonsBottom .TabBar .tabButton,
.TabbedPanel .buttonsBottom .StickyBar .tabButton {
  border-radius: 0 0 8px 8px;
}
.TabbedPanel .buttonsBottom .TabBar .tabButton .btn,
.TabbedPanel .buttonsBottom .StickyBar .tabButton .btn {
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.TabbedPanel .TabBar,
.TabbedPanel .StickyBar {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.TabbedPanel .TabBar .tabButton,
.TabbedPanel .StickyBar .tabButton {
  display: flex;
  min-width: 100px;
  max-width: 100%;
  margin: 0 2px;
  color: #FFFFFF;
  background-color: rgba(3, 93, 93, 0.19);
  border-top: 1px solid rgba(3, 93, 93, 0.29);
  border-right: 1px solid rgba(3, 93, 93, 0.29);
  border-left: 1px solid rgba(3, 93, 93, 0.29);
  border-bottom: none;
}
.TabbedPanel .TabBar .tabButton.active,
.TabbedPanel .StickyBar .tabButton.active,
.TabbedPanel .TabBar .tabButton:active,
.TabbedPanel .StickyBar .tabButton:active {
  background-color: rgba(3, 93, 93, 0.29);
  box-shadow: none;
}
.TabbedPanel .TabBar .tabButton.active:hover,
.TabbedPanel .StickyBar .tabButton.active:hover {
  background-color: rgba(3, 93, 93, 0.29);
  box-shadow: none;
}
.TabbedPanel .TabBar .tabButton:hover,
.TabbedPanel .StickyBar .tabButton:hover {
  background-color: rgba(3, 93, 93, 0.44);
}
.TabbedPanel .TabBar .tabButton.active:focus,
.TabbedPanel .StickyBar .tabButton.active:focus {
  box-shadow: inset 0px 8px 8px -8px rgba(255, 255, 255, 0.6);
}
.TabbedPanel .TabBar .tabButton:first-child,
.TabbedPanel .StickyBar .tabButton:first-child {
  margin-left: 0;
  border-radius: 16.5px 0 0 0;
}
.TabbedPanel .TabBar .stickyButton:first-child,
.TabbedPanel .StickyBar .stickyButton:first-child {
  margin-left: 2px;
}
.TabbedPanel .TabBar .tabButton:last-child,
.TabbedPanel .StickyBar .tabButton:last-child {
  margin-right: 0;
  border-radius: 0 16.5px 0 0;
}
.TabbedPanel .TabBar .stickyButton:last-child,
.TabbedPanel .StickyBar .stickyButton:last-child {
  margin-left: 2px;
  margin-right: 0;
}
.TabbedPanel .TabBar .tabButton:only-child,
.TabbedPanel .StickyBar .tabButton:only-child {
  margin: 0;
  border-radius: 16.5px 16.5px 0 0;
}
.TabbedPanel .TabBar .tabButton .btn,
.TabbedPanel .StickyBar .tabButton .btn,
.TabbedPanel .TabBar .stickyButton .btn,
.TabbedPanel .StickyBar .stickyButton .btn {
  min-width: 100%;
  max-width: 100%;
  padding: 4px 10px;
  min-height: 29px;
}
.TabbedPanel .TabBar .fullSize,
.TabbedPanel .StickyBar .fullSize,
.TabbedPanel .TabBar .fullSize .btn,
.TabbedPanel .StickyBar .fullSize .btn {
  flex: 1 1 auto;
}
.TabbedPanel .TabBar .minSize,
.TabbedPanel .StickyBar .minSize,
.TabbedPanel .TabBar .minSize .btn,
.TabbedPanel .StickyBar .minSize .btn {
  flex: 0 1 auto;
  border-bottom: 0;
}
.PageWait {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.PageWait .WaitIcon {
  margin: 10px;
  width: 56px;
  height: 56px;
}
.PageWait .WaitMessage {
  font-size: 30px;
  margin: 10px;
}
.PageWait .Subtext {
  font-size: 16px;
  margin: 10px;
}

