@CHARSET "UTF-8";
.heattip {
	position: absolute;
	border: 1px solid #e97920;
	border-radius: 4px;
	background: #fff;
	color: #e97920;
	padding: 0px 5px;
	left: 200px;
	top: 100px;
	left: 200px;
	display: none;
}
#canvasdiv {
	display: none;
	top: 104px;
	bottom: 24px;
	left: 266px;
	right: 20px;
	overflow: hidden;
	border: 1px solid #ced7db;
	margin: 0;
	background-color: #fff;
	position: fixed;
}

#canvasdiv .mainCanvas {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* controlpane */

#controlpane {
	position: absolute;
	left: 20px;
	top: 58px;
	background: transparent;
}

#controlpane div {
	margin-bottom: 5px;
}

#controlpane div:last-child {
	margin-bottom: 0px;
}

div#zoomReset a {
	display: block;
	height: 24px;
	width: 24px;
	background: url('../resource/image/right/zoomReset.png') left top
		no-repeat;
}

div#zoomLarger a {
	display: block;
	height: 24px;
	width: 24px;
	background: url('../resource/image/right/zoomLarger.png') left top
		no-repeat;
}

div#zoomSmaller a {
	display: block;
	height: 24px;
	width: 24px;
	background: url('../resource/image/right/zoomSmaller.png') left top
		no-repeat;
}
div#menuRuler a {
	display: block;
	height: 24px;
	width: 24px;
	background: url('../resource/image/right/rule.png') left top
		no-repeat;
}
#controlpane a:hover {
	cursor: pointer;
}

#controlpane a:active {
	background-position: left -48px;
}

#controlpane a.disabledChg {
	cursor: default;
	background-position: left -72px;
}


/* #dashboardpane */

#dashboardpane {
	position: absolute;
	right: 16px;
	top: 20px;
	background: transparent;
}

div.dropBtn>div {
	border: none;
}

div.dropBtn>div.focused,div.dropBtn>div.icon-active,div.dropBtn>div:active
	{
	background: #eaf8ff;
}

div.dropBtn>div:hover {
	background: #fafdff;
	cursor: pointer;
}

div.outer {
	margin-bottom: 9px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	height: 54px;
	width: 60px;
}

div.outer:hover {
	background: #fafdff;
	border-color: #1f81c1;
	cursor: pointer;
}

div.dropBtn:hover {
	border-color: #1f81c1;
}

div.dropBtn:hover .mline {
	background: #1f81c1;
}

div.outer.icon-active,div.outer:active,div.outer.focused {
	background: #eaf8ff;
	border: 1px solid #1f81c1;
}

.dropBtn.icon-active>div.mline,.dropBtn.focused>div.mline {
	background-color: #1f81c1;
}

div.mline {
	float: left;
	height: 53px;
	width: 1px;
	background-color: #ccc;
	/* border-left:1px solid #ccc; */
}

div.dropBtn.icon-active,div.dropBtn:active,div.dropBtn.focused {
	background: #fff !important;
	border: 1px solid #1f81c1;
}

#dashboardpane>div>a {
	display: block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#dashboardpane>div>span {
	font-size: 11px;
	margin-bottom: 7px;
	padding: 0px;
	display: block;
	height: 11px;
	line-height: 11px;
	color: #666;
}

#dashboardpane>div>b {
	color: #666;
}

div.outer.disabledControl,div.outer.disabledControl:hover,div.outer.disabledControl:active
	{
	background: #f6f6f6;
	cursor: default;
	border: 1px solid #ccc;
}

div.outer.disabledControl>a,div.outer.disabledControl>a:hover {
	background-position: center -72px !important;
	cursor: auto !important;
}

div.dropBtn.disabledControl,div.dropBtn.disabledControl:hover,div.dropBtn.disabledControl:active
	{
	background: #f6f6f6;
	cursor: default;
	border: 1px solid #ccc;
}

div.dropBtn.disabledControl>div.mline,div.dropBtn.disabledControl>div.mline:hover,div.dropBtn.disabledControl>div.mline:active
	{
	background: #ccc;
}

div.dropBtn.disabledControl>div,div.dropBtn.disabledControl>div:hover,div.dropBtn.disabledControl>div:active
	{
	background: #f6f6f6;
	cursor: default;
}

div.dropBtn.disabledControl>div>a,div.dropBtn.disabledControl>div>a:hover
	{
	background-position: center -72px !important;
	cursor: auto !important;
}

div.outer.disabledControl>span {
	color: #aaaaaa !important;
}

div.dropBtn.disabledControl>span,div.dropBtn.disabledControl>b,div.dropBtn.disabledControl>div>span,div.dropBtn.disabledControl>div>b
	{
	color: #aaaaaa !important;
}
#delbtn {
	display: none;
	position: absolute;
	left: 270px;
	top: 75px;
	color: #2095f2;
	cursor: pointer;
}

#delbtn a {
	font-size: 20px;
}

#delbtn a:hover {
	color: #0066cc;
}

#rightMenu a {
	color: #5b686d;
	margin-top: 9px;
	font-size: 14px;
	cursor: pointer;
}

#rightMenu a:hover {
	color: #2196f3;
}

#rightMenu a i {
	line-height: 21px;
	color: #78909c;
}
#scalepanel {
	display: none;
	margin: 0 0;
	height: 70px;
}

#scalectl {
	width: 202px;
	height: 40px;
	border-radius: 2px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.scalectl_normal {
	border: 1px solid #ced7db;
}

.scalectl_active {
	border: 1px solid #1f81c1;
}

#scalectl #scaled {
	position: absolute;
	left: 1;
	top: 1;
	height: 36px;
	width: 119px;
	border: none;
	background: #fff;
	margin: 0 0
}

#scalectl #unit {
	position: absolute;
	left: 120px;
	top: 1;
	height: 36px;
	width: 80px;
	border: none;
	border-left: 1px solid #ced7db;
}

#scalepanel .scalebtn {
	margin-left: 16px;
	color: #778f9b;
	margin-top: 10px;
	font-size: 16px;
	line-height: 40px;
}

#scalepanel .scalebtn:hover {
	color: #5b686d;
}

#scalepanel #labeldistance {
	margin-left: 8px;
	color: #bbb;
	margin-top: 10px;
	font-size: 16px;
	line-height: 40px;
}

#scalepanel #scaleapply {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 16px;
	width: 120px;
}

#fileok a {
	color: #778f9b;
	line-height: 36px;
	 font-size: 16px;
}

#fileok a:hover {
	color: #5b686d;
}

#floor-deleteFloorTip {
	position: absolute;
	z-index: 200;
	text-align: center;
	width: 180px;
}


#fileName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 320px;
}

#editTool {
	display: none;
	top: 0px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding: 0 8px;
	border-radius: 8px;
	filter: Alpha(opacity = 80);
	position: absolute;
	height: 40px;
	/* width: 420px; */ /* ??ie7,ie8?? */
	z-index: 990;
}

#editTool span {
	float: left;
	margin-left: 10px;
}

#editTool a {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	color: #fff;
}

#editTool a:hover {
	color: #ddd;
}

#editTool  a:active {
	color: #fff;
}

.othertip {
	position: absolute;
	border-radius: 4px;
	background: #263238;
	color: #fff;
	padding: 6px;
	font-size: 12px;
	left: 200px;
	top: 100px;
	display: none;
}

#menuRemove {
	position: absolute;
	top: 8px;
	right: 28px;
	line-height: 36px;
	display: none;
}

#menuLayerSub {
	width: 154px;
	right: 70px;
}

.subMenu {
	display: none;
	position: absolute;
	border: 1px solid #1f81c1;
	background: #fff;
	border-radius: 4px;
	padding: 5 0px;
}

.subMenu ul {
	margin: 0;
}

.subMenu li {
	font-size: 14px;
	color: #444;
	display: block;
	letter-spacing: 0;
	padding-left: 15px;
	line-height: 26px;
	height: 26px;
	text-decoration: none;
}

.subMenu li:first-child {
	border-radius: 4px 4px 0px 0px;
}

.subMenu li:last-child {
	border-radius: 0px 0px 4px 4px;
}

.subMenu li:hover {
	cursor: pointer;
	background: #f7f7f7;
}

.subMenu li:active {
	background: #eeeeee;
}

.subMenu li i {
	margin-right: 16px;
}

.subMenu li a {
	color: #444;
}

#menuLabelSub {
	width: 154px;
	top: 66px;
	right: 70px;
	z-index: 900;
}

#menuChannelSub {
	top: 196px;
	right: 70px;
	width: 100px;
}

#menuBandSub {
	width: 100px;
	top: 262px;
	right: 70px;
	z-index: 900;
}
#menusignal {
	display: none;
	position: absolute;
	bottom: 54px;
	left: 20px;
	border: 1px solid #ced7db;
	border-radius: 2px;
	background: #eee;
	font-size: 12px;
	color: #778f9b;
	padding: 2px 8px;
}
#menusignal .row{
	margin-bottom:0px;
}
#menusignal.mobile{
	/* Rotate div */
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari ? Chrome */
-o-transform:rotate(90deg); /* Opera */
display: none !important;
}

#menusignal span {
	line-height: 24px;
}

#menusignal ul {
	padding-left: 2px;
	float: right;
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top: -12px;
	margin-bottom: -12px;
}

#menusignal ul>li {
	height: 42px;
	line-height: 40px;
	font-size: 11px;
}
div#crefresh a {
	background: url('../resource/image/right/Refresh.png') center top
		no-repeat;
}

div#cremove a {
	background: url('../resource/image/right/Delete.png') center top
		no-repeat;
}

div#gridShow a {
	background: url('../resource/image/right/Grid.png') left top no-repeat;
}

div#menuLabel a {
	background: url('../resource/image/right/Lable.png') center top
		no-repeat;
}

/*div#bandShow24 a {
	background: url('../resource/image/right/band24.png') center top
		no-repeat;
}

div#bandShow5 a {
	background: url('../resource/image/right/band5.png') center top
		no-repeat;
}
div#bandShow6 a {
	background: url('../resource/image/right/band5.png') center top
		no-repeat;
}*/
div#heatmapShow a {
	background: url('../resource/image/right/Heat.png') center top no-repeat;
}
div#menuLayer a {
	background: url('../resource/image/right/component.png') center top
		no-repeat;
}

div#menuChannel a {
	background: url('../resource/image/right/Channel.svg');
}

div#menuBand.band5 a {
	background: url('../resource/image/right/5G.png');
}

div#menuBand.band24 a {
	background: url('../resource/image/right/24G.png');
}
div#menuBand.band6 a {
	background: url('../resource/image/right/6G.png');
}

#menuRemove a.menuremovea {
	font-size: 15px;
	color: #5b686d;
}

#menuRemove a.menuremovea:hover {
	text-decoration: underline;
	color: #2196f3;
}

#menuRemove a:hover {
	text-decoration: underline;
}

#menuRemoveTip {
	display: none;
	position: absolute;
	top: 36px;
	right: 0px;
	text-align: center;
	width: 180px;
}

.signal {
	background: -moz-linear-gradient(0% 50% 0deg, rgba(220, 0, 121, 1) 0%,
		rgba(226, 25, 101, 1) 3.36%, rgba(238, 80, 58, 1) 11.19%,
		rgba(247, 119, 26, 1) 17.96%, rgba(253, 143, 7, 1) 23.33%,
		rgba(255, 152, 0, 1) 26.64%, rgba(253, 216, 53, 1) 47.99%,
		rgba(140, 198, 63, 1) 70.28%, rgba(124, 191, 89, 1) 75.51%,
		rgba(85, 173, 156, 1) 86.73%, rgba(33, 150, 243, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(220, 0, 121, 1) 0%,
		rgba(226, 25, 101, 1) 3.36%, rgba(238, 80, 58, 1) 11.19%,
		rgba(247, 119, 26, 1) 17.96%, rgba(253, 143, 7, 1) 23.33%,
		rgba(255, 152, 0, 1) 26.64%, rgba(253, 216, 53, 1) 47.99%,
		rgba(140, 198, 63, 1) 70.28%, rgba(124, 191, 89, 1) 75.51%,
		rgba(85, 173, 156, 1) 86.73%, rgba(33, 150, 243, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(220, 0,
		121, 1)), color-stop(0.0336, rgba(226, 25, 101, 1)),
		color-stop(0.1119, rgba(238, 80, 58, 1)),
		color-stop(0.1796, rgba(247, 119, 26, 1)),
		color-stop(0.2333, rgba(253, 143, 7, 1)),
		color-stop(0.2664, rgba(255, 152, 0, 1)),
		color-stop(0.4799, rgba(253, 216, 53, 1)),
		color-stop(0.7028, rgba(140, 198, 63, 1)),
		color-stop(0.7551, rgba(124, 191, 89, 1)),
		color-stop(0.8673, rgba(85, 173, 156, 1)),
		color-stop(1, rgba(33, 150, 243, 1)));
	background: -o-linear-gradient(0deg, rgba(220, 0, 121, 1) 0%,
		rgba(226, 25, 101, 1) 3.36%, rgba(238, 80, 58, 1) 11.19%,
		rgba(247, 119, 26, 1) 17.96%, rgba(253, 143, 7, 1) 23.33%,
		rgba(255, 152, 0, 1) 26.64%, rgba(253, 216, 53, 1) 47.99%,
		rgba(140, 198, 63, 1) 70.28%, rgba(124, 191, 89, 1) 75.51%,
		rgba(85, 173, 156, 1) 86.73%, rgba(33, 150, 243, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(220, 0, 121, 1) 0%,
		rgba(226, 25, 101, 1) 3.36%, rgba(238, 80, 58, 1) 11.19%,
		rgba(247, 119, 26, 1) 17.96%, rgba(253, 143, 7, 1) 23.33%,
		rgba(255, 152, 0, 1) 26.64%, rgba(253, 216, 53, 1) 47.99%,
		rgba(140, 198, 63, 1) 70.28%, rgba(124, 191, 89, 1) 75.51%,
		rgba(85, 173, 156, 1) 86.73%, rgba(33, 150, 243, 1) 100%);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC0079', endColorstr='#2196F3' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(220, 0, 121, 1) 0%,
		rgba(226, 25, 101, 1) 3.36%, rgba(238, 80, 58, 1) 11.19%,
		rgba(247, 119, 26, 1) 17.96%, rgba(253, 143, 7, 1) 23.33%,
		rgba(255, 152, 0, 1) 26.64%, rgba(253, 216, 53, 1) 47.99%,
		rgba(140, 198, 63, 1) 70.28%, rgba(124, 191, 89, 1) 75.51%,
		rgba(85, 173, 156, 1) 86.73%, rgba(33, 150, 243, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC0079',
		endColorstr='#2196F3', GradientType=1);
}

#breadcrumb {
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	z-index: 10;
	position: absolute;
	left: 0px;
	margin: 20px 0px 0px 20px;
	color: #1f81c1;
	font-size: 18px;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff,
		1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff;
	filter: Dropshadow(offx = 1, offy = 0, color = #fff)
		Dropshadow(offx = 0, offy = 1, color = #fff)
		Dropshadow(offx = 0, offy = -1, color = #fff)
		Dropshadow(offx = -1, offy = 0, color = #fff);
}

