@charset "UTF-8";

/* one of [closed|mini|full] is always applied */
.N8FBE86F1--body.nav-closed .N8FBE86F1--left {
	display: none;
}
.N8FBE86F1--body.editor-closed .N8FBE86F1--left {
	width: 100%;
}
.N8FBE86F1--body.editor-closed .N8FBE86F1--right {
	display: none;
}
.N8FBE86F1--body.editor-open .N8FBE86F1--left.nav-open {
	width: 400px;
}
.N8FBE86F1--body.editor-closed .td-long {
	padding-left: 10px;
	white-space: nowrap;
}
.N8FBE86F1--body.editor-open .th-long,
.N8FBE86F1--body.editor-open .td-long {
	display: none;
}
.N8FBE86F1--left.full {
	width: 100%;
}
.N8FBE86F1--right {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	vertical-align: top;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-left: 1px solid #6c6c6c;
}


.N8FBE86F1--nav {
	width: 100%;
	color: #AAAAAA;
	text-align: right;
	white-space: nowrap;
	position: relative; /* otherwise icons don't scroll */
}
.N8FBE86F1--nav .filename {
    color: #AAAAAA;
    text-decoration: none;
}
.N8FBE86F1--nav td {
	vertical-align: top;
	line-height: 24px;
}
.N8FBE86F1--body.nav-closed .N8FBE86F1--nav {
	display: none;
}

.N8FBE86F1--nav .tr {
	height: 22px;
}
.N8FBE86F1--nav .tr:hover > td,
.N8FBE86F1--nav .tr.hover > td {
	background-color: rgba(255,255,255,0.05);
}
.N8FBE86F1--nav .td-children:hover {
	text-decoration: underline;
}
.N8FBE86F1--nav .td-children {
	cursor: pointer;
	text-align: left;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
	                                not supported by any browser */
	white-space: initial;
}
.N8FBE86F1--nav .td-childs.hasChildren {
    background: url(/ide/.InlineStyle/haschildren.png?o1-cache=010638b9cc) no-repeat center center transparent;
}
.N8FBE86F1--nav .file .td-move {
	cursor: pointer;
	height: 16px;
	width: 20px;
	padding-left: 0;
	background: url(/ide/.InlineStyle/edit-50.png?o1-cache=01fe277c6c) no-repeat center 2px transparent;
}
.N8FBE86F1--nav .file .td-open {
	padding-left: 0;
	height: 16px;
	width: 20px;
}
.N8FBE86F1--nav .file .td-open-a {
	display:block;
	height: 100%;
	width: 20px;
	background: url(/ide/.InlineStyle/open-50.png?o1-cache=01e0ad1f9f) no-repeat center 2px transparent;

	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.N8FBE86F1--nav .file .td-body {
	cursor: pointer;
	height: 16px;
	width: 20px;
	background: url(/ide/.InlineStyle/body-50.png?o1-cache=01d83dc689) no-repeat center 4px transparent;
}
.N8FBE86F1--nav .file .td-attrs {
	cursor: pointer;
	height: 16px;
	width: 20px;
	background: url(/ide/.InlineStyle/i-50.png?o1-cache=0127272c45) no-repeat center 4px transparent;
}
.N8FBE86F1--nav .td-icon {
	vertical-align: initial;
	padding-left: 12px;
}
.N8FBE86F1--nav .td-ph {
	text-align: right;
	cursor: pointer;
}
.N8FBE86F1--nav .file .td-modified-by,
.N8FBE86F1--nav .file .td-subtree-modified-by {
    width: 1px; /* auto expand */
}
.N8FBE86F1--nav-head {
	height: 32px;
	background-color: #272822;
	overflow: hidden
}
.N8FBE86F1--nav .td-type-can-follow,
.N8FBE86F1--nav .td-type-can-follow a {
    color: #a29368;
}
.N8FBE86F1--nav .td-type-can-follow:hover {
    text-decoration: underline;
    cursor: pointer;
}
.N8FBE86F1--nav .size-text {
    line-height: 14px;
    padding-top: 4px;
}
.N8FBE86F1--nav .size-line {
    height: 2px;
    background: #006e9a;
    float: right;
}

.FC4EE42E25-wrapper .N8FBE86F1--nav th {
	font-weight: normal;
}
.FC4EE42E25-wrapper .N8FBE86F1--th-icon {
	width: 22px;
	padding-left: 22px; /* needed to disable shrinking column */
	
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.FC4EE42E25-wrapper .N8FBE86F1--th-name {
	width: 334px;
	text-align: left;
	padding-left: 16px;
}
@media (max-width: 1400px) {
    .FC4EE42E25-wrapper .N8FBE86F1--th-name {
        width: 250px;
    }
}
@media (max-width: 1200px) {
    .FC4EE42E25-wrapper .N8FBE86F1--th-name {
        width: 200px;
    }
}

.FC4EE42E25-wrapper .N8FBE86F1--th-type {
}
.FC4EE42E25-wrapper .N8FBE86F1--th-move,
.FC4EE42E25-wrapper .N8FBE86F1--th-open,
.FC4EE42E25-wrapper .N8FBE86F1--th-childs,
.FC4EE42E25-wrapper .N8FBE86F1--th-body,
.FC4EE42E25-wrapper .N8FBE86F1--th-attrs {
	width: 16px;
	min-width: 16px;
	text-align: center;
}
.FC4EE42E25-wrapper .N8FBE86F1--th-open,
.FC4EE42E25-wrapper .td-open {
    /* hack: */
    /*   When the text editor was open, and there were many files listed, the scrollbars appear */
    /*   over the file metadata icon (button) in Chrome. It should not. */
    /*   Disabling then re-enabling a CSS column width fixed it, so that's clearly a Chrome bug. */
    /*   As the column is super narrow anyway, as a quick hack, just add a spacing to its right */
    /*   side for the scrollbars. This shall be dropped once we rewrite the IDE. */
    /* border-right: 17px solid transparent; */
}
.FC4EE42E25-wrapper .N8FBE86F1--th-ph {
	padding-left: 10px;
}
.FC4EE42E25-wrapper .N8FBE86F1--th-modified,
.FC4EE42E25-wrapper .N8FBE86F1--th-filesize,
.FC4EE42E25-wrapper .N8FBE86F1--th-bodysize,
.FC4EE42E25-wrapper .N8FBE86F1--th-attrsize {
	padding-left: 10px;
}
.FC4EE42E25-wrapper .modified-by,
.FC4EE42E25-wrapper .subtree-modified-by {
    display: block;
}
.FC4EE42E25-wrapper .modified-by-img,
.FC4EE42E25-wrapper .subtree-modified-by-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
}

.N8FBE86F1--body.nav-open .N8FBE86F1--nav-toggle-right {
	display: none;
}
.N8FBE86F1--body.nav-closed .N8FBE86F1--nav-toggle-left {
	display: none;
}
.N8FBE86F1--nav-toggle-left,
.N8FBE86F1--nav-toggle-right {
	width: 24px;
	height: 24px;
	margin: 4px;
	background: none no-repeat center center transparent;
	float: left;
	cursor: pointer;
}
.N8FBE86F1--nav-toggle-left {
	background-image: url(/ide/.InlineStyle/collapse-left-50.png?o1-cache=010668c8d3);
}
.N8FBE86F1--nav-toggle-right {
	background-image: url(/ide/.InlineStyle/collapse-right-50.png?o1-cache=0125d7522f);
}
.N8FBE86F1--body.nav-closed .N8FBE86F1--nav-toggle-left {
	background-image: url(/ide/.InlineStyle/collapse-left-50.png?o1-cache=010668c8d3);
}
.N8FBE86F1--body.nav-closed .N8FBE86F1--nav-toggle-right {
	background-image: url(/ide/.InlineStyle/collapse-right-50.png?o1-cache=0125d7522f);
}

.N8FBE86F1--path {
	display: inline-block;
	color: #eee4cf;
}
.N8FBE86F1--button {
	display: inline-block;
	cursor: pointer;
	float: right;
	padding: 0 1em;
	margin: 0 0 0 0.5em;
	line-height: 30px;
	color: black;
	background-color: #c9c9c9;
	border: 0;
}
@media (max-width: 750px) {
    .N8FBE86F1--button {
        padding: 0 0.3em;
        margin: 0 0 0 0.1em;
        font-size: 14px;
    }    
}
.N8FBE86F1--button.saving {
	background-color: #cfac00;
}
.N8FBE86F1--button.saved {
	background-color: #1fd925;
}
.N8FBE86F1--button.smooth {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.N8FBE86F1--new-file {
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 16px;
	background: url(/ide/.InlineStyle/new-file-50.png?o1-cache=01c378b8d6) no-repeat center center transparent;
	cursor: pointer;
	float: left;
}
.N8FBE86F1--refresh {
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 4px;
	background: url(/ide/.InlineStyle/refresh-50.png?o1-cache=0137ceb036) no-repeat center center transparent;
	cursor: pointer;
	float: left;
}
.N8FBE86F1--refresh.refreshing {
	background-color: #cfac00;
}
.N8FBE86F1--refresh.refreshed {
	background-color: #1fd925;
}
.N8FBE86F1--refresh.smooth {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}



.FC4EE42E25-wrapper .N8FBE86F1--editor-toolbar {
	height: 32px;
}
.FC4EE42E25-wrapper .N8FBE86F1--editor {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 16px;
	border-top: 1px solid #393939;
}

.FC4EE42E25-wrapper .N8FBE86F1--select-syntax {
	float: left;
	color: #cecece;
	background: #272822;
	height: 32px;
	padding: 0 5px;
	border: 0;
}
.FC4EE42E25-wrapper .N8FBE86F1--wrap {
	float: left;
	height: 32px;
	width: 32px;
	cursor: pointer;
	background: url(/ide/.InlineStyle/wordwrap-50.png?o1-cache=012abfe52e) no-repeat center center transparent;
}
.FC4EE42E25-wrapper .N8FBE86F1--wrap.on {
	background-color: #4d4d4d;
}

.FC4EE42E25-wrapper .N8FBE86F1--intro {
	color: #888888;
	font-family: 'Open Sans', sans-serif;
}
.N8FBE86F1--intro .N8FBE86F1--h1 {
	font-size: 3em;
	font-weight: 100;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0;
}
.N8FBE86F1--intro .N8FBE86F1--h2 {
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
}
.N8FBE86F1--intro .N8FBE86F1--usage {
	margin: 5em 0 0.5em;
	text-align: center;
}
.N8FBE86F1--intro .N8FBE86F1--form {
	text-align: center;
}
.N8FBE86F1--intro .N8FBE86F1--input {
	padding: 3px 6px;
	border: 2px solid #888888;
	background-color: #111111;
	width: 30em;
}
.N8FBE86F1--intro .N8FBE86F1--button-enter {
	font-size: 24px;
	padding: 0.2em 1em;
	color: black;
	font-weight: 100;
	background: #37b3ec;
	border: 0;
}
.N8FBE86F1--intro .N8FBE86F1--docs {
	margin-top: 2em;
	text-align: center;
}
.N8FBE86F1--intro .N8FBE86F1--docs .N8FBE86F1--a {
	color: #37b3ec;
}




.N8FBE86F1--right .ace_search_field {
    color: #333333;
}








/****************** GLOBAL RESET *********************/


/**********************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

.FC4EE42E25-wrapper {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

.FC4EE42E25-wrapper a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

.FC4EE42E25-wrapper a:active,
.FC4EE42E25-wrapper a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

.FC4EE42E25-wrapper b,
.FC4EE42E25-wrapper strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

.FC4EE42E25-wrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

.FC4EE42E25-wrapper img {
  border: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Contain overflow in all browsers.
 */

.FC4EE42E25-wrapper pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

.FC4EE42E25-wrapper code,
.FC4EE42E25-wrapper kbd,
.FC4EE42E25-wrapper pre,
.FC4EE42E25-wrapper 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.
 */

.FC4EE42E25-wrapper button,
.FC4EE42E25-wrapper input,
.FC4EE42E25-wrapper optgroup,
.FC4EE42E25-wrapper select,
.FC4EE42E25-wrapper textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

.FC4EE42E25-wrapper 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.
 */

.FC4EE42E25-wrapper button,
.FC4EE42E25-wrapper 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.
 */

.FC4EE42E25-wrapper button,
.FC4EE42E25-wrapper html input[type="button"], /* 1 */
.FC4EE42E25-wrapper input[type="reset"],
.FC4EE42E25-wrapper input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

.FC4EE42E25-wrapper button[disabled],
.FC4EE42E25-wrapper html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

.FC4EE42E25-wrapper button::-moz-focus-inner,
.FC4EE42E25-wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

.FC4EE42E25-wrapper 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.
 */

.FC4EE42E25-wrapper input[type="checkbox"],
.FC4EE42E25-wrapper 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`.
 */

.FC4EE42E25-wrapper input[type="number"]::-webkit-inner-spin-button,
.FC4EE42E25-wrapper 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
 *    (include `-moz` to future-proof).
 */

.FC4EE42E25-wrapper input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */

.FC4EE42E25-wrapper input[type="search"]::-webkit-search-cancel-button,
.FC4EE42E25-wrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

.FC4EE42E25-wrapper fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

.FC4EE42E25-wrapper 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.
 */

.FC4EE42E25-wrapper optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


.FC4EE42E25-wrapper table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
}

.FC4EE42E25-wrapper td,
.FC4EE42E25-wrapper th {
  padding: 0;
}


