#AssemblyDiagram {
	position: relative;
	height: 100%;
	width: 100%;
}

#diagram-outerwrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	display: block;
	font-size: 0;
}

#diagram-innerwrapper {
	position: relative;
	display: inline-block;
	/*background: red;*/
	/*margin: 120px;*/
	padding: 0;
}

#hotspot-container {
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.hotspot-outer {
	position: absolute;
	height: 1px;
	width: 1px;
	display: inline-block;
	color: black;
	background: #FFF;
	font-family: monospace;
	font-weight: bold;
}

.hotspot-inner {
	position: absolute;
	text-align: center;
	left: -50%;
	padding: 3px;
	font-size: 0px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	background-image: url('/images/hotspotIcon.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 70%;
	background-color: rgba(80,80,80,.9);
	opacity: .2;
	border: solid 2px #000;
	/*border-radius: 50%;*/
}

	/*.hotspot-inner:hover {
		opacity: .5;
		background-color: #5A90FB;
	}*/

.highlight {
	/*background: red;*/
	opacity: .5;
}

tr.highlight {
	background: #fff;
	opacity: 1;
}

	tr.highlight td {
		background-opacity: .5;
		background: red;
	}

#diagram-toolbox {
	/*position: absolute;
	top: 15px;
	left: 15px;*/
	font-size: 14px;
}

span #toolbox-hotspotToggle, span #toolbox-zoomReset {
	display: inline-block;
	background: black;
	height: 30px;
	width: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	vertical-align: top;
}

span #toolbox-hotspotToggle {
	font-size: 20px;
}

span #toolbox-zoomReset {
	cursor: default;
	padding: 0 10px;
	width: auto;
}
