#map-group {
	position: relative;
}
#rtusensor-count {
	position: absolute;
	left: 3px;
	top: 3px;
	background: rgba(0, 0, 0, .60);
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: gulim;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 5px 0px 7px;
}
#rtusensor-count span {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: gulim;
}

.expbtn {
	cursor: pointer;
}

.expbtn-td {
	width: 20px;
}

.sensorpropertylist {
	padding: 2px 0px 0px 3px;
}
.sensorproperty {
	padding: 4px 5px 3px 6px;
}
.sensorproperty-tab {
	width: 100%;
	background-color: rgba(255,255,255,0.2);
	border-spacing: 0px;
}
.sensorproperty-tab td, tr {
	padding: 0px;
}

.sensorproperty-tab .p-icon-td {
	width: 30px;
	text-align: right;
}
.sensorproperty-tab .p-icon-td img {
	vertical-align: middle;
}
.sensorproperty-tab .p-text-td {
	padding: 0px 20px 0px 5px !important;
	color: #fff;
	font-weight: bold;
}

.sensorname-bar {
	background-color: black;
	height: 35px;
	vertical-align: middle;
}

.sensorname-bar span {
	margin-right: 50px;
}

.sensorname-bar table {
	height: 100%;
	width: 100%;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}
.sensorname-bar .imgWrapper {
	margin: 0px 10px 0px 5px;
	vertical-align: middle;
	display: inline-block;
}

#rtuFloater {

	position: relative;
	padding: 13px 0px 9px 0px;
	display: inline-block;
	min-width: 370px;
}

#floaterWrapper {
	bottom: 0px;
	width: 700px;
}

.rounding {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*padding : 10px 0px 9px 0px;*/

}
.arrow_box {
	position: relative;
	background: rgba(0, 0, 0, .60);
	border: 2px solid black;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: gulim;
	/*		width : 700px;		*/
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, .60);
	border-width: 13px;
	left: 50%;
	margin-left: -13px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: black;
	border-width: 17px;
	left: 50%;
	margin-left: -17px;
}
.fontwhite {
	color: #fff;
	font-weight: bold;
}

.fontalert {
	color: #E50012;
	font-weight: bold;
}
/*.arrow_box:after {
 top: 100%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 }

 .arrow_box:after {
 border-color: rgba(0, 0, 0, 0);
 border-top-color: rgba(0, 0, 0, .65);
 border-width: 13px;
 left: 50%;
 margin-left: -13px;
 }*/

.arrow_box img {
	padding: 2px 0px 2px 0px;
}

.arrow_box .valuebar {
	background: white;
	/*		width: 60px;*/
	height: 13px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.arrow_box .valuebar.alert {
	background: #E50012;
}

.arrow_box .valuebox {

	background: white;
	height: 17px;
	margin: 0px 10px 0px 8px;
	color: black;
	display: inline-block;
	text-align: center;
	padding: 0px;
}

.arrow_box .valuebox span {
}

.progress-bar {
/* 	[FOTA] progressbar 스타일색상 변경위해 주석처리 by hwangss 2017.8.4 */
/* 	background-image: -moz-linear-gradient(54% 94% 90deg,rgb(255,128,0) 0%,rgb(255,128,0) 1%,rgb(255,201,38) 99%,rgb(255,201,38) 100%); */
/* 	background-image: -webkit-gradient(linear,54% 94%,54% 7%,color-stop(0, rgb(255,128,0)),color-stop(0.01, rgb(255,128,0)),color-stop(0.99, rgb(255,201,38)),color-stop(1, rgb(255,201,38))); */
/* 	background-image: -webkit-linear-gradient(90deg,rgb(255,128,0) 0%,rgb(255,128,0) 1%,rgb(255,201,38) 99%,rgb(255,201,38) 100%); */
/* 	background-image: -o-linear-gradient(90deg,rgb(255,128,0) 0%,rgb(255,128,0) 1%,rgb(255,201,38) 99%,rgb(255,201,38) 100%); */
/* 	background-image: -ms-linear-gradient(90deg,rgb(255,128,0) 0%,rgb(255,128,0) 1%,rgb(255,201,38) 99%,rgb(255,201,38) 100%); */
/* 	background-image: linear-gradient(90deg,rgb(255,128,0) 0%,rgb(255,128,0) 1%,rgb(255,201,38) 99%,rgb(255,201,38) 100%); */
	width: 10px;
	height: 18px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px rgb(153,67,0);
	-webkit-box-shadow: inset 0px 1px 3px rgb(153,67,0);
	box-shadow: inset 0px 1px 3px rgb(153,67,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffc926,endColorstr=#ffff8000,GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffc926,endColorstr=#ffff8000,GradientType=0);
}

