@CHARSET "UTF-8";
body {
	background-color: white;
  font-family: Arial,sans-serif;
	height: 100%;
  width: 100%;
	padding: 0;
	margin: 0;
}
#container {
	background-color: white;
  position: absolute;
	top: 0;
  bottom: 0;
  width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
	#blockly_l{
		background-color: white;
		position: relative;
		float: left;
		width: 55%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
		#header {
			position: absolute;
			background-color: white;
			height: 41px;
			width: 100%;
			padding: 0;
			margin: 0;
		}
		#blocklyDiv{
			background-color: white;
			position: absolute;
			top: 55px;
			left: 5px;
			right: 5px;
			bottom: 0;
			width: 100%;
			z-index: 1;
		}
	#blockly_r{
		position: relative;
		float: right;
		left: 5px;
		height: 100%;
		width: 45%;
		border: none;
	}
#toolbox, input {
	display: none;
}
i {
	color: white;
}
.color_black {
	color: black;
}
.blocklyToolbox  {
	background-color: white !important;
	opacity: 0.8 
}
.blocklyScrollbarHandle {
	fill: #00D1B1;
}
.blocklyFlyoutBackground {
	fill: white;
}
.blocklyMainBackground {
    stroke: white;
}