@charset "utf-8";
html{
  height: 100%;
}
body {
    margin: 0;
    padding: 0;
	height: 100%;
}
#custom-handle {
  width: 2em;
  height: 1.1em;
  top: 50%;
  margin-top: -.7em;
  text-align: center;
  line-height: 1em;
  }

#container {
	position: absolute;
    width: 100%;
	 min-width: 700px;
	 min-height: 200px;
	 height:100%;
	 	}

#mainCanvas {
	background: none repeat scroll 0 0 #0B4D8F;
	border-color: #8C8D8E;
	border-style: solid;
	position: relative;
	left: -3px;
	margin-left: 3%;
	width: 65%;
	height: 98%;


}

.dpd {
  width: 10%;
  height: 10%;
    position: relative;
    display: inline-block;
}

.dpd-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dpd-content ul{ list-style-type: none;
  padding: 0;
  margin: 0;
}
.dpd-content li {
    color: black;
	font-family:verdana, sans-serif;
  padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dpd-content li:hover {background-color: #f1f1f1;
  cursor: pointer;
}


.inner {
	margin: 2px ;
	width: 100%;
	height: 95%;
	position: absolute;

	}
.maintoolbar {

	padding-bottom:0.5%;
	height: 3%;
	min-height: 8px;
    background: none repeat scroll 0 0 #d2d2d2;
	font-family:Tahoma;
	font-size:11px; color:#000;
	width : 100%;
	cursor: move;
	}
  .objectSettings {
    position: absolute;
    left: 42%;
    top: 5%;
    width: 25%; /* Full width */
    height: 300px; /* Full height */
  /*  overflow: auto; /* Enable scroll if needed */
    display: none;
    font-family: calibri;
  }
.objectSettings-content {
      background-color: #fefefe;
      border: 1px solid #888;
      width: 100%; /* Could be more or less, depending on screen size */
}
.objectSettings-header {
  cursor: move;
    height:20px;
    background-color: #5cb85c;
    color: white;
}
.objectSettings-row {
  width: 100%;
  padding: 7px;

}
.objectSettings-body {padding: 3px 16px;}

.objectSettings input[type=number] {
  width: 40px;
}
.objectSettings input[type=text] {
  width: 100px;
}
.objectSettings button {

}
.objectSettings span {
  margin-top: 5px;
}

.objectSettings input[type=button] {
background-color: #4CAF50;
font-size: 14px;
border: none;
color: white;
margin-left: 10px;
}
.objectSettings input[type=button]:hover {
cursor:pointer;
background-color: #26782a;
}
#delete {
background-color: #C80000
}
#delete:hover{
  cursor:pointer;
  background-color: #9E1818;
}

#cameraControls {
	 position:absolute;
	 left:5%; top: 85%;
	 min-height:70;
	 min-width:110;
	 z-index:2;

	}
#camera {
	position:absolute;
	left:20%;
	top: 80%;
	min-height:70;
	min-width:110;
	z-index:2;
	cursor: pointer;
}
#canvas {
    margin: 10px 0;
    position: static;
	height: 95%;
}

#turtle {
    background-color: transparent;
    font-size: 20px;
    height: 20px;
    margin: 10px 0;
    position: absolute;
    width: 20px;
}
#notes {
   position:absolute;
   top: 30%;
   left: 4%;
   width: 28%;
   height: 60%;
   visibility:hidden;
   border: 2px solid #000;
}
#tips {
   position:absolute;
   top: 25%;
   left: 4%;
   width: 25%;
   height: 60%;

   border: 2px solid #000;
}

#tipText {
	width: 98%;
	height:94%;
	overflow:scroll;
	resize: none;
	background-color:#C5FCBE;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#noteText {
	width: 98%;
	height:94%;
	overflow:scroll;
	resize: none;
	background-color:#FF9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;

	}
#sidebar {
	z-index:2;
	position: relative;
	list-style-type: none;
	padding: 2px;
	width:3%;
	min-width:35px;
 	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
 	margin-top: 10%;
	float: left;
	height: 3%;
	padding-bottom: 10px;
		}
#sidebar ul {
	z-index: 2;
	padding-left:1px;
	width: 35px;
	height: 35px;

			}
#sidebar li {
	 z-index:2;
	list-style-type: none;
width: 100%;
height:100%;
	background-color:#CFC;
	border: 1px solid #666;

}
#lang {
	position:absolute;
	top: 2px;
	left: 2px;
	z-index:2;
	/*border:thin solid #666;*/
	width: 27px; !important
	height: 27px; !important


	}

#content {
  	background:none;
	 position:absolute;
    border-color: #8C8D8E;
    border-style: solid;
    height: 60%;
    margin-right: 1%;
	right: 0px;
	left: 69%;
	top: 2px;
    width: 30%;

}
.toolbar {
	padding-top: 1%;
	padding-bottom:1%;
	height: 4%;
	min-height: 8px;
    background: none repeat scroll 0 0 #6CC;
	background: linear-gradient(to bottom, #69c4e8, #21a1d4);
	width : 100%;


}

.icon{
	width: 8%;
	height:100%;

	}
#aboutInfo {
	position:absolute;
	left:40%;
	top: 30%;
	width: 600px;
	height: 350px;
	background:#CCC;
	border:#000 solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	z-index:1000;
	}

#aboutInfo td {
	align="center";
	 border: 1px solid black;

	}
table#aboutInfoTable  th{
 border: 1px solid black;
}
.grabBar {
	width: 100%;
	min-height:20px;
	background: #b8c6df; /* Old browsers */
background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* IE10+ */
background: linear-gradient(to bottom, #b8c6df 0%,#6d88b7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */
	border-bottom:thick;
	border-bottom-color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	cursor:move;


	}

#content .codes {
	height: 93%;
	position: absolute;
	width : 100%;

	}

#codes .oldcode {
	background-color:#FFC;
	overflow:scroll;
    font-family: monospace;
    width: 100%;
    z-index: 2;
}
#codes .newcode {
	overflow-y: hidden;
  overflow-x: hidden;
   width: 100%;
}

#sliders_outer {
	background-color:#BFDBDD;
	position:absolute;
	border-color: #000;
    border-style: solid;
	top: 60%;
	right: 0px;
	left: 69%;
	margin-top: 10px;
	margin-right: 1%;
  	height: 40%;
	width: 30%;
	z-index: 2;
	}
#sliders {
	background-color:#BFDBDD;
	 overflow:scroll;
	margin-top: 1%;
	margin-right: 1%;
  	height: 90%;
	width: 98%;
	margin-left: 1%;
	margin-bottom: 1%;
	z-index: 2;

}
.overlay {

pointer-events: none;
}

#sliders div {
    align: center;
    margin-top: -5% ;margin-left: 22%; margin-right: 20%;

}
#variable {
	font-family:Verdana, Geneva, sans-serif;
	    font-size: 11px;
		position: static;
		left: 5px;
	width: 10%;

}
#sliders input[type=text] {
	 	position:relative;
    font-size: 10px;
    width: 8%;
	min-width:28px;
	z-index: 2;

}

#sliderValue {
  position:absolute;
    width: 30px;
}

.inner {
    margin: 2px;
}
#twoDVT{
	position:absolute;
	background-color:#BFDBDD;
	top: 60%;
	right: 31%;
	margin-top: 10px;
	margin-right: 2%;
  	/*height: 40%;*/
	width: 20%;
	z-index:2;
	border:2px solid #000;
	visibility : hidden;

	}
.myCanvas {
	position:relative;
	width:100%;
	height:90%;
	background-color:#CCC;
	border:1px solid #d3d3d3;
	}


#footer {
    background: none repeat scroll 0 0 black;
    border-color: black;
    border-style: solid;
    clear: left;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}
#upload {
 	padding-right: 5px;
	background:url(../../icons/open-file.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
	float: right;
}

#upload input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
}
#recent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#recent ul li {
    display: inline;
    padding: 10px;
    vertical-align: middle;
}
#recent ul li a {
    text-decoration: none;
}
#recent ul li a img {
    border: medium none;
}
#recent {
    background: none repeat scroll 0 0 white;
    border-color: black;
    border-style: solid;
    clear: left;
    color: #fff;
    text-align: center;
    width: 100%;
}
#footer a {
    color: #ffff80;
}


#cssmenu {

  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding-left: 2px;
}
#cssmenu ul {
  position: relative;
  z-index: 2;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 2;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 2;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
 	width:5%;
	heigh:10%;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin-top: 10%;
	float: left;
	height: 13%;
	padding-bottom: 10px;
}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a {
  display: block;
  padding: 5px 10px;;
  color: #000;
  text-decoration: none;

}
#cssmenu > ul {

  width: 100%;

}
#cssmenu ul ul {
  width:  100%;
}
#cssmenu > ul > li > a {
  border-right: 2px solid #1b9bff;
  color: #ffffff;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.active a {
  background: #CFC;
}
#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
  background: #CFC;
}
#cssmenu li {
	width: 100%;
	padding-left:6px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#CFC;
	border: 1px solid #666;
  position: relative;

}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#cssmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {
  border: 1px solid #0082e7;
}
#cssmenu ul ul a {
  font-size: 13px;
  color:#000;
}
#cssmenu ul ul a:hover {
  color: #000;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #0082e7;
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #000;
}
#cssmenu.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right li {
  text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
}
#cssmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.buttons {
	width: 18px;
	height:18px;

}
/*::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 0px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}*/
