/* Editor CSS */
html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
body {
	background-color: #161713;
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-weight: normal;
	font-size: 140%;
}
.blocklySvg {
	height: 100%;
	width: 100%;
}
.blocklySvg, .blocklyMainBackground {
	background-color: #1C1816 !important;
}
.blocklyScrollbarBackground{
	/* background-color: #403832;*/
	fill: transparent !important;
	/* fill-opacity: .8;*/
	stroke: none !important;
}
.blocklyScrollbarKnob{
	background-color: #BEDAED;
}

.blocklyFlyoutBackground{
	fill: #38312D !important;
}

.blocklyTreeSeparator {
  /* border-top: solid #131410 1px !important; */
  border-bottom: solid #161713 1px !important;
  height: 0px;
  margin: 5px 0;
}

.blocklyText {
	font-family: "Lucida Console", Monaco, monospace !important;
}

.blocklyToolboxDiv {
  background-color: #473E38 !important;
  fill: #473E38 !important;
}
.blocklyTreeRow:hover {
  background-color: #614E44 !important;
}


#tab_blocks {
  border-left: none !important;
}

#tab_blocks.tabon {
  background-color: #473E38 !important;
  border-bottom: 1px solid #473E38 !important;
}

#tab_kerboscript.tabon {
  background-color: #1C1816 !important;
  border-bottom: 1px solid #1C1816 !important;
}

#tab_xml.tabon {
  background-color: #1C1816 !important;
  border-bottom: 1px solid #1C1816 !important;
}