.inputCodeArea {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	/*margin: 5px;*/
	position: relative;
	/*top: 30px;*/
	bottom: 0;
	left: 0;
	right: 0;
	border-color: #719ECE;
    /*box-shadow: 0 0 10px #719ECE;*/
	color: #2b4957;/*#233b46;*/
	/*padding-top: 8px;
	padding-left: 5px;*/
	background-color: #f3f0da;
	/*overflow: auto;*/
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(0,0,0);
}

div.inputhider::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
div.inputhider::-webkit-scrollbar-thumb {
  background: #666;
  /**border-radius: 20px;*/
}

div.inputhider::-webkit-scrollbar-track {
  background: #ddd;
  /**border-radius: 20px;*/
/*	margin-left: 28px;*/
}


.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}


div.history {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	-webkit-font-smoothing: antialiased;
	font: 12px/16px 'Roboto Mono',monospace;
	overflow: auto;
	white-space: pre;
}

div.history-dialog {
	background: #f1f1f1;
	border-width: 1px;
	border-color: #777;
	border-style: solid;
	padding: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 15px #4a6887;
}

div.history-dialog .ui-dialog-titlebar {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-color: #777;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 10px #4a6887;
	background: -webkit-linear-gradient(#fafafa, #cccccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fafafa, #cccccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fafafa, #cccccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fafafa, #cccccc); /* Standard syntax */
}


div.agent-tabs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	background-color: rgba(41,69,75,0.9);
	box-sizing: border-box;
	/*border-bottom: 1px solid #719ECE;*/
	overflow: hidden;
	/*padding-left: 20px;*/
	display: flex;
}

div.agent-tab-more {
	height: 35px;
	line-height: 35px;
	background: none;
	color: #bbb;
	margin-left: 15px;
	flex-shrink: 0;
	text-shadow: 0 3px 3px black;
	cursor: pointer;
}

div.agent-tab-more:hover {
	color: white;
}

span.tab-icon2 {
	font-family: "FontAwesome";
	font-size: 16pt;
	margin-right: 10px;
	font-weight: normal;
}

span.tab-icon {
	font-family: "FontAwesome";
	font-size: 12pt;
	margin-right: 10px;
	font-weight: normal;
}

span.tab-icon.executed {
	color: #00FF00;
	text-shadow: 0px 0px 6px #46800d;
}

span.tab-icon.errored {
	color: #FF0000;
	text-shadow: 0px 0px 6px #800d0d;
}

span.tab-icon.noagent {
	color: #aaa;
}

div.agent-tab-container {
	display: flex;
	/*flex-wrap: wrap;*/
	height: 30px;
	padding: 0;
	margin-top: 5px;
	overflow: hidden;
}

div.agent-tableft {
	width: 20px;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
	color: white;
	text-shadow: 0 0 4px black;
	margin-left: 5px;
	flex-shrink: 0;
}

div.agent-tableft:hover {
	color: #719ECE;
}

div.agent-tableft:after {
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 11pt;
	font-weight: bold;
}

div.agent-tabright {
	width: 20px;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
	text-align: right;
	color: white;
	text-shadow: 0 0 4px black;
	margin-right: 10px;
	flex-shrink: 0;
	margin-left: auto;
}

div.agent-tabright:hover {
	color: #719ECE;
}

div.agent-tabright:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 11pt;
	font-weight: bold;
}

div.agent-newtab {
	margin-left: 20px;
	margin-right: 10px;
	width: 20px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	color: #ddd;
	text-shadow: 0 3px 3px black;
}

div.agent-newtab:after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 14pt;
	font-weight: normal;
}

div.agent-newtab:hover {
	color: white;
}

span.close {
	font-family: "FontAwesome";
	color: #888;
	margin-left: 12px;
	cursor: pointer;
	font-size: 12pt;
	font-weight: normal;
}

span.close:hover {
	color: #222;
}

div.script-input-windowcontrols {
	height: 35px;
	line-height: 35px;
	background: none;
	color: #bbb;
	margin-left: auto;
	flex-shrink: 0;
	text-shadow: 0 3px 3px black;
	cursor: pointer;
}

span.windowcontrol {
	font-family: "FontAwesome";
	font-size: 14pt;
	margin-right: 10px;
	font-weight: normal;
}

span.windowcontrol:hover {
	color: white;
}

div.agent-tab {
	/*float: left;*/
	flex-shrink: 0;
	/*width: 150px;*/
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	margin-left: 10px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	/*color: #888;*/
	color: #222;
	opacity: 0.70;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	background: rgba(229,229,229,0.8);
}

div.agent-tab-notcurrent:hover {
	background-color: #d4d4d4;
	box-sizing: border-box;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 3px solid #aaa;
	color: #666;
}

div.agent-tab-current {
	background-color: white;
	box-sizing: border-box;
	/*border-bottom: 3px solid #719ECE;*/
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	color: #222;
	opacity: 1.0;
	z-index: 10;
}

div.agent-tab-current:hover {
	background-color: #e5e5e5;
}


/*@font-face {
	font-family: "FontAwesome";
	src: url("../../fonts/fontawesome-webfont.eot");
	src:	url("../../fonts/fontawesome-webfont.eot?#iefix") format('eot'),
			url("../../fonts/fontawesome-webfont.woff") format('woff'),
			url("../../fonts/fontawesome-webfont.ttf") format('truetype'),
			url("../../fonts/fontawesome-webfont.svg#FontAwesome") format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@keyframes blinking {
	from, to { background-color: black }
	50% { background-color: transparent }
}

span.fake-caret {
	position: absolute;
	height: 20px;
	width: 1px;
	border: 0;
	background: #777;
	margin: 0;
	padding: 0;
	animation-name: blinking;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: step-end;
	/*transform: translateZ(0);
	animation: 1s blink step-end infinite;*/
}

div.eden-line-script > span.fake-caret:only-child {
	position: relative;
	padding-left: 1px;
	/*display: inline-block;*/
}

span.fake-blur-caret {
	background: transparent;
}

div.outputbox {
	position: absolute;
	bottom: 0px;
	height: 30px;
	background: none;
	left: 150px;
	right: 150px;
	font-size: 12pt;
	text-align: center;
}

div.info-bar {
	position: absolute;
	left: 100px;
	min-width: 200px;
	padding-right: 20px;
	min-height: 30px;
	vertical-align: middle;
	z-index: 7;
	color: white;
	border-radius: 20px;
	font: bold 12px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
	opacity: 0.9;
	text-align: center;
	background: #204a87;
	border: 2px solid white;
}

div.info-item {
	margin-top: 7px;
	margin-left: 50px;
	margin-right: 5px;
}

div.info-validitem {
	margin-top: 6px;
	/*margin-bottom: 6px;*/
}

/*div.info-validitem:before {
	position: absolute;
	content: "";
	left: 18px;
	top: 4px;
	background-image: url('../../images/bullet_accept.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}*/

div.info-warnitem {
	margin-top: 7px;
	margin-left: 50px;
	margin-bottom: 6px;
}

div.info-warnitem:before {
	position: absolute;
	content: "\f06a";
	font-family: "FontAwesome";
	font-size: 14pt;
	color: white;
	left: 10px;
	top: 6px;
	width: 22px;
	height: 22px;
}

div.info-erroritem {
	margin-top: 7px;
	margin-left: 50px;
	margin-bottom: 6px;
}

div.info-erroritem:before {
	position: absolute;
	content: "\f06a";
	font-family: "FontAwesome";
	font-size: 14pt;
	color: white;
	left: 10px;
	top: 6px;
	width: 22px;
	height: 22px;
}

div.outputbox canvas {
	box-shadow: 0 0 5px #0a0a0a;
}

span.valueof {
	font-family: "FontAwesome";
	margin-left: 10px;
	margin-right: 10px;
}

div.control-bar {
	position: absolute;
	left: 28px;
	right: 0;
	top: 10px;
	height: 30px;
	/*background: #f5f5f5;*/
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	/*border-top: 1px solid #e5e5e5;*/
	z-index: 6;
	/*box-shadow: 0 0 8px #4a6887;*/
}


/*.ui-tooltip {
	min-width: 50px;
	padding: 5px 10px;
	color: white;
	border-radius: 20px;
	font: bold 12px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
	opacity: 0.9;
	text-align: center;
	background: #204a87;
	border: 2px solid white;
}*/

.eden-drag-helper {
	width: 10px;
	height: 10px;
	float: left;
}

textarea.hidden-textarea2 {
	position: fixed;
	white-space: pre;
	word-wrap: normal;
	overflow: auto;
	font: 14px/20px 'Roboto Mono',monospace;
	/*left: 5px;
	width: 80%;*/
	height: 50px;
	tab-size: 4;
	margin-left: -5000px;
}

button.script-button {
	/*font-family: "FontAwesome";*/
	font-size: 10pt;
	border-radius: 5px;
	background: #666;
	outline: none;
	border: 1px solid #aaa;
	margin: 3px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	cursor: pointer;
	color: white;
	text-shadow: 0 3px 3px black;
}

button.script-button:hover {
	background: #29454B;
}

input.scratchsearch {
	width: 200px;
	background: white;
	color: #222;
	font-size: 10pt;
	padding: 2px;
	padding-left: 40px;
	border: 1px solid #aaa;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
	margin-left: 5px;
	height: 24px;
}

span.scratchsearch:before {
	color: #aaa;
	font-size: 12pt;
	left: 35px;
	position: relative;
	content: "\f002";
	background: none;
	top: 2px;
	margin-top: 0;
	z-index: 2;
	font-family: "FontAwesome";
}

input.editname {
	width: 200px;
	background: white;
	color: #222;
	font-size: 10pt;
	padding: 2px;
	padding-left: 40px;
	border: 1px solid #aaa;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
	margin-left: 5px;
	height: 24px;
}

span.editname:before {
	color: #aaa;
	font-size: 12pt;
	left: 35px;
	position: relative;
	content: "\f02b";
	background: none;
	top: 2px;
	margin-top: 0;
	z-index: 2;
	font-family: "FontAwesome";
}

input.scratchfilter:hover {
	border-color: #666;
}

div.outputcontent {
	position: relative;
	/*display: flex;
	flex-direction: column;*/
	/* width: 100%;*/
	min-width: calc(100% - 56px);
	min-height: calc(100% - 28px);
	resize: none;
	margin-left: 43px;
	/*border: 1px solid #719ECE;*/
	box-sizing: border-box;
	/*padding-left: 15px;*/
	padding-top: 20px;
	padding-right: 1px;
	/*padding: 4px;*/
	/*margin: 5px;*/
	cursor: text;
	outline: none;
	font-family: 'Roboto Mono',monospace;
	white-space: pre;
	/*overflow: auto;*/
	/*background: #f5f5f5;*/
	/*background: white;*/
	/*background: rgba(255,255,255,0.95);
	box-shadow: 0 0 8px #aaa;*/
	margin-right: 28px;
	margin-bottom: 28px;
}

div.browser {
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: row;
}

div.browse-entry {
	flex-shrink: 0;
	width: 100px;
	height: 90px;
	background: #e5e5e5;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	font-size: 10pt;
	font-family: initial;
	cursor: pointer;
	color: black;
	z-index: 2;
	border-radius: 10px;
}

div.browse-entry:hover {
	background: #29454B;
	color: white;
}

div.browse-icon {
	font-family: "FontAwesome";
	font-size: 30pt;
	line-height: 60px;
	width: 100%;
}

div.browse-icon.executed {
	color: #88aa88;
}

div.browse-icon.project {
	color: #8888aa;
}

div.browse-icon.root {
	color: gold;
}

div.inspect {
	-webkit-filter: hue-rotate(120deg);
	filter: hue-rotate(120deg);
	/*background-color: #f5f5f5;*/
}

div.output-shrink {
	transform: translate(15%) scale(0.7);
}

div.input-dialog {
	/*background: #e1e1e1;*/
	background: none;
	border-width: 1px;
	border-color: #777;
	border-style: solid;
	padding: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 15px #4a6887;
	overflow: hidden;
}

div.input-dialog .ui-dialog-content {
	overflow: visible;
}

div.scriptsubcontent {
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	/*box-shadow: 0 0 15px #4a6887;*/
	overflow: hidden;
}

div.inputhider {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: #e5e5e5;*/
	/*border-radius: 6px;*/
	/*background: rgba(229,229,229,0.8);*/
	background: white;
}

div.readonly {
	/*-webkit-filter: grayscale(70%);
	filter: grayscale(30%);*/
	background-color: #ddd;
}

div.input-dialog .ui-dialog-titlebar {
	/*height: 30px;
	text-align: center;*/
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-color: #777;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 10px #4a6887;
	/*background: -webkit-linear-gradient(#fafafa, #cccccc);
	background: -o-linear-gradient(#fafafa, #cccccc);
	background: -moz-linear-gradient(#fafafa, #cccccc); 
	background: linear-gradient(#fafafa, #cccccc);*/
	z-index: 6;
	/*background: #416d77;*/
	padding: 0;
	line-height: 30px;
	padding-left: 20px;
	display: none !important;
	overflow: visible;

}

div.input-dialog .ui-dialog-title {
	/*float: left;*/
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: table;*/
	/*color: white;*/
	width: initial;
	margin-right: 10px;
}

div.input-dialog .ui-dialog-subtitle {
	float: left;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: table;*/
	font-weight: normal;
	color: #777;
}


.buttonsDiv {
	position: absolute;
	bottom: 2px;
	right: 30px;
}

.buttonsDivLeft {
	position: absolute;
	bottom: 2px;
	left: 20px;
}

button.control-button {
	height:25px;
	width:30px;
	color: #aaa;
	font-family: "FontAwesome";
	cursor: pointer;
	font-size: 16px;
	background: none;
	border: 0;
}

button.control-button.active {
	color: red;
}

button.control-enabled {
	color: #3465a4;
}

button.control-enabled:hover {
	color: #5585c2;
	text-shadow: 3px 3px 4px #999;
}

button.control-enabled:active {
	padding-top: 2px;
}




span.eden-info {
	float: right;
	color: silver;
}

div.eden_suggestions {
	position: absolute;
	width: 200px;
	/*height: 20px;*/
	left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 25px;
	border-left: 1px solid #719ECE;
	border-right: 1px solid #719ECE;
	border-bottom: 1px solid #719ECE;
	background: white;
	color: #2b4957;
	opacity: 0.9;
	font: 12px/20px 'Roboto Mono',monospace;
	z-index: 2000;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 150px;
    box-shadow: 0 0 10px #719ECE;
}

div.options-menu {
	position: absolute;
	display: none;
	bottom: 30px;
	right: 0px;
	z-index: 5;
	width: 150px;
	min-height: 50px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	/*box-shadow: 0 0 7px black;*/
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}

div.options-menu-item {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

div.options-menu-item:hover {
	background-color: #3465a4;
	color: white;
}

div.options-menu-item span {
	margin-right: 8px;
}

span.options-menu-icon {
	font-family: "FontAwesome";
	font-size: 11pt;
	margin-left: 18px;
	width: 16px;
}

span.diff-insert {
	box-sizing: border-box;
	border: 1px solid green;
}

span.diff-remove {
	box-sizing: border-box;
	border: 1px solid red;
}

