*{font-family: Arial !important;}
.breadboard {
	border: 1px solid black;
	width: 714px;
	height: 450px;
	position:relative;
	font-family: Times, serif;
	font-size: 16px;
	-webkit-user-select: none;
	text-align: left;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* canvas for drawing wires, should be drawn in the forground above components */
.breadboard #wires
{
	pointer-events:none;
	position:absolute;
	top:0;
	left:0px;
	width: 714px;
	height: 450px;
	z-index: 12;
}

.breadboard .clickarea
{
	position:absolute;
	top:0;
	left:0px;
	width: 714px;
	height: 450px;
	z-index: 10;
}

.breadboard .background
{
	position:absolute;
	left:117px;
	top:117px;
}

.breadboard .bin
{
	width:700px;
	height:102px;
	border:2px solid rgb(200,193,138);
	position:absolute;
	left:3px;
	top:3px;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #888;
	background: rgb(232,231,212);
	pointer-events:none;
}

.breadboard .bin .teacher
{
	width:18px !important;
	height:18px !important;
	border:2px solid rgb(200,193,138);
	position:absolute !important;
	margin: 3px !important;
	right: 0px !important;
	bottom: 0px !important;
	text-align: center !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #888;
	background: rgb(232,231,212);
	cursor: hand !important;
	cursor: pointer !important;
	pointer-events:auto !important;
	z-index: 11 !important  ;
}

.breadboard .bin .teacher:hover
{
	background: rgb(252,251,232);
}

.breadboard .bin .reset
{
	font-size: 12px;
	border:2px solid rgb(200,193,138);
	position:absolute;
	right:0px;
	top:0px;
	margin: 3px;
	padding: 0 3px 0 3px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #888;
	background: rgb(232,231,212);
	cursor: hand;
	cursor: pointer;
	pointer-events:auto;
	z-index: 11;
}

.breadboard .componentbox
{
	display: none;
	width:400px;
	height:400px;
	border:2px solid rgb(200,200,200);
	position:absolute;
	left:150px;
	top:20px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #888;
	background: rgb(250,250,250);
	z-index: 15;
}

.breadboard .componentbox .componentlist
{
	width:386px;
	height:370px;
	border:1px solid rgb(200,200,200);
	position:absolute;
	overflow:auto;
	left:5px;
	top:5px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #888;
	background: rgb(250,250,250);
}

.breadboard .componentbox .componentbutton
{
	position:absolute;
    top: 368px;
    left: 150px;
}

.breadboard .components
{
}

.breadboard .component
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.breadboard .component img
{
	position: absolute;
	top: 0;
	left: 0;
}

.breadboard .component img
{
	display: none;
}

.breadboard .component img.active
{
	display: inline;
}

.breadboard .colorpicker
{
	position:absolute !important;
	top: 115px !important;
	right: 15px !important;
	width: 110px !important;
	z-index: 11 !important
}

.breadboard .colorpicker .border
{
	position:absolute !important;
	border: 1px solid #000;
	padding: 0px !important;
}

.breadboard .colorpicker p.title
{
	text-align: center;
	/*font-family: sans-serif;*/
	font-size: 0.7em;
	margin: 0px !important;
}

.breadboard .color
{
	position: relative;
	float: left;
	width: 36px;
	height: 35px;
	margin: 0px !important;
	padding: 0px !important;
}


	/*disable hovering for now, it doesn't look good together with negative margin borders
.breadboard .color:hover
{
	margin: -1px;
	border: 1px solid #AAA;
	cursor: pointer;
}
*/

.color.red { background: red; }
.color.black { background: black; }
.color.green { background: green; }
.color.yellow { background: yellow;}
.color.blue { background: blue; }
.color.brown { background: brown; }

.breadboard .color.selected
{
	border: 3px solid #777777;
  margin: -3px;
 	z-index: 10;
	border-radius: 3px;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

.breadboard .wirepoint {
	display: none;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	/* -webkit-background-clip: padding-box; */
	border: 1px solid black;
	z-index: 11;
}

.breadboard .wirepoint.enabled {
	display: block;
}

.breadboard .delete {
	background-image: url('images/trash.png');
	width: 40px; height: 40px;
	position: absolute;
	bottom: 2px; right: 0;
	opacity: 0.4;
	z-index: 11;
}

.breadboard .help {
	font-weight: bold;
	font-size: 30px;
	color: #666666;
	text-shadow: 2px 2px #aaaaaa;
	text-align: center;
	width: 30px; height: 37px;
	position: absolute;
	bottom: 0; left: 5px;
	cursor: pointer;
	z-index: 11;
}


.breadboard .delete.enabled {
	opacity: 1.0;
}

.breadboard .componentcircle {
	z-index: 11;
}

.breadboard .componentcircle .circle {
	border-radius: 50%;
	border: 2px solid black;
}

.breadboard .indicator {
	position: absolute;
	bottom: 10px;
	left: 593px;
	font-size: 12px;
}

.breadboard .instruments {
	-webkit-user-select: none;
	pointer-events:none;
}

.breadboard .instruments .left {
	position: absolute;
	width: 110px;
	height: 333px;
	top: 119px;
	left: 9px;
}

.breadboard .instrument {
	font-size: 10px;
	text-align: center;
	position: absolute;
	padding: 0; margin: 0;
}

.breadboard .instrument tr
{
	height: 13px;
}

/* trick to avoid overflowing cells with images in them */
/*.breadboard .instrument img
{
	position: absolute;
	top: 0; left: 0;
}*/


.breadboard .instrument td.cell {
	width: 13px;
	position: relative;
}

.breadboard .instrument td.text {
}

.breadboard .instrument tr.spacer {
	height: 13px;
}

.breadboard .instruments .left td.cell {
	text-align: right;
}

.breadboard .instrument {
	width: 125px;
	text-align: left;
	font-size: 0;
}

.breadboard .instrument .title {
	display: inline-block;
	width: 50px;
	text-align: center;
	position: relative;
	vertical-align: top;
	font-size: 10px;
}


.breadboard .instrument .texts {
	display: inline-block;
	position: relative;
	top: 3px;
	font-size: 10px;
}

.breadboard .instrument .connectiontext {
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.breadboard .instrument .connectionimages img {
	display: block;
}

.breadboard .instrument .connectionimages {
	display: inline-block;
	width: 13px;
	vertical-align: top;
	text-align: right;
}

.breadboard .instrument .connectionimages .number {
	text-align: center;
	height: 13px;
	font-size: 10px;
}

.breadboard .instrument .connnectionspacer {
	display: inline-block;
	width: 13px;
	background: blue;
}

.breadboard .instrument.dcpower {
	text-align: right;
}

.breadboard .instrument.dcpower .title {
	display: inline-block;
	width: 50px;
	text-align: center;
	position: relative;
	vertical-align: top;
	top: 40px;
}

.breadboard .instrument.fgen {
	text-align: right;
}

.breadboard .instrument.osc .title {
	top: 28px;
}

.breadboard .instrument.dmm .voltage {
	margin-top: 10px;
	text-align: left;
}

.breadboard .instrument.dmm .current {
	margin-top: 24px;
	text-align: left;
}

/** ------ Edited by Lucas Mellos (RExLab - UFSC) -------- **/

.teacher{
	vertical-align: middle;
    padding-bottom: 4%;
}

.border{
	height: 73px !important;
    width: 110.2px !important;
}
