.inStyle li{
	display: inline;
}

.inStyle li:hover{
	cursor: pointer;
	color: #999999 !important;
}

.inStyle li.active{
	color: #999999 !important;
}

.inStyle li.enLink{
	color: #0000FF;
}

/*** dev_list block ***/
#leftBlock .trName:hover, .trClu:hover{
	cursor: pointer;
	color: #2D89EF;
}

#rightBlock {
    /*margin: 30px;*/
    min-width: 200px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px;
    position: absolute;
    z-index: 1;
}

#rightBlock:hover {
    background-color: #F3FAFE;
}

#leTitle {
	padding-bottom: 8px;
}

#floatD {
	padding: 6px 13px 0px 0px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
}

#ulApList {
	margin-left: 0px;
	/*min-height: 500px;*/
	min-width: 150px;
}

#ulApList > li {
    border-bottom: 1px #B0CDDD solid;
    padding: 5px 0px;
	list-style: none;
}

#ulApList > li input[type=checkbox] {
    margin-right: 10px;
}

#ulApList > li.even {
        background-color: #F8F8F8;
}

#ulApList > li:nth-child(even) {
        background-color: #F8F8F8;
}

#ulApList > li:hover {
        background-color: #DFF3FF; /*#FFFFCF, rgba(28, 183, 236, 0.1);*/
}

/*** text width ***/
.textIP {
	width: 125px !important;
}

.wordBreak {
	word-break: break-all;
	min-width: 59px;
	/*word-wrap: break-word;*/
}


/*** alert css ***/
.fade.in {
	opacity: 1;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert, .alert h4 {
	/*color: #c09853;*/
	color: black;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	/*text-shadow: none;*/
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-blue {
	color: black;
	background-color: #F3FAFE;
	border-color: #dbf0fc;
}

.alert-blue h4{
	color: black;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.alert-success {
	/*color: #468847;*/
	color: black;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

/*** alert h4 ***/
.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}

.alert h4 {
	margin: 0;
}

/*** Trouble Shoot ***/
.icon {
	top: 0px;
	/*left: 6px;*/
	position: absolute;	
}

.root-div .line-dot{
	top: 39px;
	left: 9px;
}

.root-div {
	position: absolute;
}

.root-img {
	margin: 3px 8px 0 3px;
}

.dataContent {
	padding:0px 0px 10px 20px;
}
.dataContent ul li, .stateObj ul li, .pathObj ul li {
	list-style: none;
}

.segmentDiv {
	position: relative;
	overflow: hidden;
}

.switchSvg {
	position: absolute;
	/*top: -23px;*/
	top: 0px;
	left: -32px;
}

.apSvg {
	position: absolute;
	top: -17px;
	left: -32px;
}

.unknownSvg {
	position: absolute;
	top: -28px;
	left: -32px;
}

.errorInfo {
	min-width: 390px;
	max-width: 550px;
}

/*.root-node-icon {
	background: url(root.png);
	width: 20px;
	height: 34px;
}*/

.path-node-icon {
	/*background: url(dp5.png) no-repeat -19px 0;*/
	background: url(switch.svg) no-repeat;
	width: 11px;
	height: 18px;
}

.line-dot {
	/*left: 3px;*/
	top: 18px;
	position: absolute;
	width: 5px;
	height: 1000px;
	background: url(path_dot2.png) repeat-y 0 5px;
}

.line-solid {
	background: #ccd3ed;
}

.stateObj, .pathObj{
	padding: 0px 0px 20px 50px;
}

.stateObj ul,.pathObj ul{
	padding-left: 10px;
	color: gray;
}

.stateObj img, .pathObj img {
	width: 16px;
	height: 16px;
}

.stateObj .checkText,.pathObj .checkText{
	margin-right: 5px;
	/*color: maroon;*/
}

/*** cluster ul li ***/
.slide a {
	color: black;
}

.no-slide a{
	color: black;
}

.slide-icon:hover {
	cursor: pointer;
}

/*** the slide effect ***/
.text-over {
	display: inline-block;
	position: relative;
	/*padding-bottom: 3px;*/
}

.text-over:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.text-over:hover:after {
	width: 75%;
	background: rgb(94, 160, 177);
/*	background: blue;*/
}

.divActive:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 90%;
	background: rgb(94, 160, 177);
/*	background: blue;*/
}

.text-over:hover {
	cursor: pointer;
}

.divActive:hover {
	cursor: default;
}

/*************************/

/*** Map ****/
.APs_div {
	width: 280px;
	/*float: left;*/
	position: absolute;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	z-index: 2;
	border-radius: 6px;
	/*top: 27px;*/
	right: 0px;
}

.del_icon {
	opacity: 0.4;
	width: 16px;
	height: 16px;
}

.del_icon:hover{
	opacity: 1;
	cursor: pointer;
}

.ap_icon{
	/*width: 11px;
	height: 20px;
	width: 32px;
	height: 32px;*/
	width: 18px;
	height: 31px;
}

.moveIcon {
	cursor: move;
}

.map-ap img {
	width: 23px;
	height: 31px;
}
.map-ap {
	width: 23px;
	height: 31px;
}

.map_pos{
	min-height: 500px;
	height: 100%;
	position: relative;
}

.map_pos_div{
/*	position: absolute;*/
	height: 100%;
	width: 100%;
	min-height: 350px;
}

.map_pos .place-search {
	box-shadow: -3px 3px 5px #606060;
	margin-top: 15px;
	width: 200px;
	border-radius: 15px;
	background: rgb(255, 255, 255) url('search.png') no-repeat;
	background-position: 6px 5px;
	padding-left: 30px;
}

.overlay_ap .map-ap{
	display: inline-block;
}

/** axis **/
.axis path,
.axis line {
  fill: black;
  stroke: lightgray;
  shape-rendering: crispEdges;
}

.y.axis.mac > .tick.major:hover,
.x.ap.axis > .tick.major:hover,
.x.line.axis.time > .tick.major:hover {
	cursor: pointer;
	fill: #0081c2;
}

.y.axis.throughput text{
	fill : navy;
}

.y.axis.clientnum text{
	fill : #cc3366;
}


.txbar:hover{
	cursor : pointer;
	fill : navajowhite;
}

.rxbar:hover{
	cursor : pointer;
	fill : navajowhite;
}



/* Tip for ap information show on the top of line chart*/
div.infotip {   

  /*position: relative;    */
  text-align: left;           
  padding: 1px 4px;  
  font: 12px sans-serif;        
  background: aliceblue;   
  color : black;      
  border-radius: 2px;           
  pointer-events: none; 
  z-index: 1;       
}

div.timeinfo {
	  position: absolute;
	  border-radius: 2px;
	  color: black;
	  top: 128px;
	  left: 329px;
	  width: 135px;
	  text-align: center;
      z-index: 1;
      font-size: 14pt;
}

div.timeinfo:hover {
	background-color: lightgray;
	cursor: pointer;
}

div.timebtns {
	  position: absolute;
	  left: 584px;
	  top: 126px;
      z-index: 1;	
}

.timebtn.click {
	position: relative;
	display: inline; 
	top: 5px;
	padding: 0px 3px; 
	border: 1px solid steelblue; 
	border-radius: 2px; 
	background-color: steelblue; 
	color: white;
	z-index: 1;
	cursor: pointer;
}

.timebtn.unclick{
	position: relative;
	display: inline; 
	top: 5px;
	padding: 0px 3px; 
	border: 1px solid darkgray; 
	border-radius: 2px; 
	background-color: white; 
	color: darkgray;
	z-index: 1;
	cursor: pointer;
}

.timebtn.unclick:hover {
	background-color: skyblue;
	
}

.bartag div:hover,
.linetag div:hover, .pietag div:hover{
	cursor :pointer;
	background: skyblue;
}

.bartag {
	width: 350px;
    left: 450px;
    top: 33px;
    position: relative;
    z-index: 1;
	
}

.linetag, .pietag {
    width: 300px;	
    top: 30px;
    left: 600px;
    position: relative;
    z-index: 1;	
}

g.slice :hover, g.legend :hover {
	cursor :pointer;
}



/** cluster **/
.memberUl {
	margin-bottom: 0px;
}

.memberUl li{
	word-break: break-all;
	list-style: none;
}

/** google map info window **/
.infowindowUl {
	margin-left: 12px !important;
	list-style: none;
}

.infowindowUl li a {
	clear: both;
	list-style: none;
	line-height: 20px;
	white-space: nowrap;
	color: black;
}

.infowindowUl li:hover >a {
	color: white;
	background-color: #0081c2;
}

/** img upload css **/
.scaleInput {
	width: 100px !important;
	margin-right: 3px !important;
}

/* floor plan setting block css */
.mega-dropdown-menu {
   /* padding: 20px 0px;*/
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 55px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 53px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 16px;
  font-weight:bold;
  padding: 3px 20px;
  list-style: none;
}
.col-li {
	float: left;
	padding: 0px 15px 0px 15px;
}

.cfgBtn {
	position: absolute;
	width: 310px;
	right: 0px;
	margin-top: 15px;
}
.mega-dropdown-menu .scaleText {
	/*font-size: xx-large;*/
	padding-left: 20px;
}
.paddingd5 {
	padding-bottom: 5px;
	padding-right: 5px;
}
/* bootstrap css navbar */
.bs-callout {
	min-height: 150px;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	overflow: auto;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

#doneList .bas-callout-info,
.bs-callout-green {
	border-left-color: #5cb85c;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}
