
#canvasMainDiv{ height:700px; overflow:hidden;}
#TestDivTheory{}
#canvas {
	width:100%;
overflow: hidden;
    height: 750px;
	background-color: #FFFFFF;
	padding-bottom:10px;
}

#toolbar {
	/* position: absolute; */
    padding: 10px;
    margin: 0px;
    /* padding-top: 10px; */
    /* padding-left: 20px; */
    /* top: 120px; */
    /* left: 160px; */
    /* height: 64px; */
    /* right: 0px; */
    overflow: hidden !important;
    z-index: 1000 !important;
    /* border: 0 none; */
    /* border-bottom: 1px solid #d6d6d6; */
    background-color: #405a63  !important;
}

#toolbar_hint {
	position: absolute;
	top: 19px;
	height: 64px;
	right: 40px;
	color: white;
}

.palette_node_element {
   float: left;
    border: 1px solid gray;
    background-color: #f3f3f3;
    cursor: move;
    width: 30%;
    margin: 1px 1%;
    text-align: center;
    align: center;
    border-radius: 5px;
	cursor: pointer;
}
.palette_node_element img{width:98%; padding:1%}
#side-nav {
	border-right: 1px solid #e0e0e0;
	bottom: 0;
	background: #fff;
	color: #333;
	display: block;
	font-family: 'RobotoDraft', sans-serif;
	left: 0;
	position: fixed;
	top: 120px;
	width: 160px;
	z-index: 4;
}

#side-nav #logo {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	height: 64px;
	margin: auto;
	padding: 12px 24px 10px 24px;
	position: relative;
	font-size: 30px;
	font-weight: 100;
}

button.gray,a.gray,input[type=submit].gray {
	padding: 10px 10px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px #dadada;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4),
		color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
	/* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f4f4f4',
		endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
	color: #555;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	line-height: 1;
	font-size: 11px;
	min-width: 80px;
}

.gray:hover {
	border: 1px solid #c6c6c4;
  background:  #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f8f8f8',
		endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
	color: #222;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
}

.gray:active {
	border: 1px solid #c6c6c4;
	color: #222;
	-webkit-box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
}

.disabled {
	cursor: default !important;
	color: #888 !important;
	opacity: 0.8;
}
