.closewindow {
	display: inline-block;
	position: absolute;
	border-radius: 8px;
	background-color: rgba(180,180,180,0.75);
	margin-top: 2px;
}
.closewindow:before {
	content: "X";
}
.closewindow:hover {
	background-color: rgba(200,200,200,0.75);
}
.graphclose {
	font-size: 24px;
	top: 0px;
	left: 578px;
	padding: 4px 4px 4px 4px;
}

.windowtitle{
	font-size: 24px;
}


.sensorbutton {
	font-size: 11px;
	font-family: Cambria, Helvetica;
}

.sensortypename {
	position: relative;
	display: inline-block;
	top: -2px;
}

.deviceaccountname {
	font-size: 20px;
}

.popuptemp:hover + .hidden {
	display: inline-block;
}

.temppopuploc {
	position: absolute;
	border-radius: 8px;
	background-color: rgba(230,255,255,1);
	box-shadow: 0px 6px 12px 0px rgba(75,75,120,1);
	overflow-x: auto;
	padding: 8px;
	top: 14px;
	font-size: 10px;
	width: 32px;
}

.nodeview {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	background-color: rgba(235,235,235,1);
	background-image: url('../images/node.png');
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: 35px 75px;
	width: 250px;
	height: 500px;
	vertical-align: top;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	box-shadow: 8px 8px 6px 8px rgba(0,0,0,0.5);
}

.sensorview {
	display: inline-block;
	margin-right: 20px;
	position: absolute;
	z-index: 600;
	background-color: rgba(230,255,255,1);
	width: 120px;
	height: 200px;
	vertical-align: top;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	box-shadow: 2px 8px 9px 6px rgba(75,75,75,0.75);
	top: 10px;
	left: 50px;
}

.healthcontents {
	position: relative;
	display: inline-block;
}

#curtime {
	margin-left: 10px;
	font-family: Rockwell, Consolas;
	border-radius: 3px;
	background-color: rgba(235,235,235,0.75);
	padding-left: 5px;
	padding-right: 5px;
}

#curtimecontainer {
	position: relative;
	height: 40px;
}

.gwmap {
	width: 20px;
	cursor: pointer;
}

.gwmapdiv {
	display: inline-block;
	position: absolute;
	top: 547px;
	left: 34px;
}

.gwid {
	display: inline-block;
	position: absolute;
	top: 530px;
	left: 105px;
}

.ndid {
	display: inline-block;
	position: absolute;
	top: 452px;
	left: 112px;
}

.snid {
	display: inline-block;
	position: absolute;
	top: 200px;
	left: 27px;
}

.miniinput {
	display: inline-block;
	position: absolute;
	font-size: 10px;
}

.gatewaycontainer {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	background-image: url('../images/gateway.png');
	background-size: 300px;
	width: 300px;
	height: 625px;
	vertical-align: top;
}

.nodecontainer {
	display: inline-block;
	background-image: url('../images/node.png');
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 2px 0px;
	position: relative;
	width: 40px;
	height: 67px;
}

.sensorcontainer {
	display: inline-block;
	border: 1px solid #806040;
	/*background-color: rgba(250,235,205,1);*/
	background: linear-gradient(-180deg, #f0f0b0 0%, #c0c090 100%);
	/*background-image: url('../images/sensorgen.png');
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 2px 0px;*/
	border-radius: 6px;
	box-shadow: 4px 4px 8px 0px rgba(80,80,80,1), 0px -6px 10px 0px rgba(255,255,255,1) inset, 0px 6px 10px 0px rgba(180,180,100,1) inset;
	padding: 6px;
	margin: 4px;
	position: relative;
	/*width: 36px;
	height: 130px;*/
	width: 48px;
	height: 45px;
	cursor: pointer;
}

.devicetime {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 341px;
	left: 80px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.nodedevicetime {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 322px;
	left: 100px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.sensordevicetime {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 30px;
	left: 28px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.sensordevicename {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 55px;
	left: 7px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.sensordevicegraph {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 55px;
	left: 90px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.devicestatspanel {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 365px;
	left: 40px;
	width: 205px;
	height: 160px;
	border-radius: 3px;
}

.nodestatspanel {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 340px;
	left: 75px;
	width: 120px;
	height: 82px;
	border-radius: 3px;
}

.sensorstatspanel {
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 80px;
	left: 7px;
	width: 125px;
	height: 145px;
	border-radius: 3px;
}

.usersstatspanel {
	background: rgba(230,255,255,1);
	position: absolute;
	top: 7px;
	left: 7px;
	width: 200px;
	/*height: 150px;*/
	border-radius: 3px;
	box-shadow: 0px 6px 12px 0px rgba(75,75,120,1);
	padding: 8px;
	z-index: 200;
}

.statuslight {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 315px;
	left: 24px;
}

.nodestatuslight {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 300px;
	left: 52px;
}

.sensorstatuslight {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 3px;
	left: 2px;
}

.gwname {
	display: inline-block;
	position: absolute;
	top: 317px;
	left: 50px;
	background: rgba(255,255,255,0.75);
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.ndname {
	display: inline-block;
	position: absolute;
	top: 300px;
	left: 78px;
	background: rgba(255,255,255,0.75);
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.snname {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 27px;
	background: rgba(255,255,255,0.75);
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.devicestatuslist {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 315px;
	left: 240px;
}

.nodestatuslist {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 300px;
	left: 190px;
}

.sensorstatuslist {
	display: inline-block;
	width: 34px;
	position: absolute;
	top: 25px;
	left: 114px;
}

.gatewaynodelist {
	margin-left: 20px;
}

.nodesensorlist {
	margin-left: 20px;
}

.nodewireless {
	position: relative;
	left: 2px;
	top: 9px;
}

.sensorwired {
	position: relative;
	left: 2px;
	top: 9px;
}

.nodespacer {
	position: relative;
	width: 20px;
	height: 5px;
	display: inline-block;
}

.gwwireless {
	margin-left: 48px;
	margin-top: 30px;
}

.ndwired {
	margin-left: 20px;
	position: relative;
	top: 25px;
}

.shownodes {
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid black;
	background-color: rgba(220,220,220,0.5);
	box-shadow: 5px 5px 6px 4px rgba(0,0,0,0.5);
	padding: 8px;
	height: 275px;	
}

.exitnode {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 254px;
	border-radius: 8px;
	background-color: rgba(50,50,50,0.5);
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 3px;
}

.sensorexitnode {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 123px;
	border-radius: 8px;
	background-color: rgba(50,50,50,0.5);
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 3px;
}

.showsensors {
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid black;
	background-color: rgba(220,220,220,0.65);
	box-shadow: 5px 5px 6px 4px rgba(0,0,0,0.5);
	padding: 8px;
	z-index: 200;
	position: relative;
	top: 10px;
	width: 215px;
	height: 250px;
}

.shownodeslabel {
	margin-left: 35px;
	color: #FEFEFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	
}

.showsensorslabel {
	margin-left: 20px;
	color: #FEFEFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	position:relative;
	top: 50px;	
}

.hidenodesbutton {
	display: inline-block;
	font-size: 12px;
	font-family: Cambria, Helvetica;
	/* font-weight: bold;*/
	border-radius: 8px;
	background-color: rgba(230,230,230,0.9);
	border-color: #333;
	cursor: pointer;
	rotate: 270deg;
}

.hidesensorsbutton {
	display: inline-block;
	font-size: 12px;
	font-family: Cambria, Helvetica;
	/* font-weight: bold;*/
	border-radius: 8px;
	background-color: rgba(230,230,230,0.9);
	border-color: #333;
	cursor: pointer;
	rotate: 270deg;
}

.hidenodelist {
	display: inline-block;
	position: absolute;
	left: -35px;
	top: 125px;
	z-index: 500;
}

.hidesensorlist {
	display: inline-block;
	position: absolute;
	left: -35px;
	top: 125px;
	z-index: 500;
}

.lastread {
	margin: 2px;
}

.lastreadvalue {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	margin-top: 2px;
}

.greenled {
	width: 14px;
	height: 15px;
	margin-right: 1px;
	margin-left: 1px;
}

.redled {
	width: 15px;
	height: 13px;
}

.yellowled {
	width: 13.5px;
	height: 15px;
	margin-right: 1px;
	margin-left: 1px;
}

.biggreenled {
	width: 22px;
	height: 24px;
	margin-right: 1px;
	margin-left: 1px;
}

.bigredled {
	width: 24px;
	height: 21px;
}

.bigyellowled {
	width: 22.5px;
	height: 24px;
	margin-right: 1px;
	margin-left: 1px;
}

.editnamepencil {
	width: 8px;
	margin-left: 2px;
	cursor: pointer;
}
