body {	
	margin: auto;	
	font-family: 微软雅黑;
	font-size: 14px;
	background: #001427;
	color: #fff; 
	overflow: hidden;
}
* {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.33em;
}

ol,ul,li{
	list-style: none;
}

.wrap_div{	
	width: 1240px;
}


.active{
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;   
}

/* api/demo 展示 开始*/
.content{
	background-color: white;
	min-height: 500px;
}
.content .clear{
	clear: both;
}

.content .left{
	padding: 20px;
	text-align: left;
	float: left;
	width: 297px;
}

.content .left ol, ul {
	padding: 0;
}
.content .left li {
	padding-left: 20px;
	line-height: 15px;
	list-style-type: none;
	background: url(../img/bullet.png) no-repeat 0 14px;
	text-shadow: 0 1px 0 #ffffff;
}

.content .left li a {
	color: #4d4d4d;
	text-decoration: none;
	padding: 8px 0;
	display: block;
}

/* 右侧 */
.content .right{
	float:right;
	width: 900px;
	text-align: left;
	padding-top: 5px;
}
.content .right h1 {
	font-size: 36px;
	line-height: 36px;
}

.content .right article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
.content .right .hentry {
	padding: 10px 20px;
	margin: 15px 0;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	border-radius: 5px;
	background-color: #eee;
	position: relative;
}
.content .right .entry-title a {
	font-size: 20px;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	color: #0769AD;
}

.content .right .category {
	padding: 4px;
	background-color: #ddd;
	border-radius: 5px;
}

.content .right .entry-meta {
	float: right;
	color: #999;
	font-size: 12px;
}

.content .right  .entry-meta .category a {
	color: #888;
	text-decoration: none;
}
/* api demo 展示---结束 */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
label{
	display: inline-block;
}
#components{
  height: 90vh;
  border: 1px solid #123c5c;
 
}  
#target{
  min-height: 400px;
  padding: 5px;
} 
#components .component{
  text-align: center;
  margin: 5px;
}   
#target .component{
  border: 1px solid #fff;
}
.icon{
  display: inline-block;
  width: 60%;
  height: 11vh;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;        
  cursor: pointer;
}
.linkline{
  text-align: center;
}
.line{
  display: inline-block;
  width: 90%; margin: 0 auto;
  height: 26px;        
  cursor: pointer;
}
.greenline{
  border-bottom: 4px solid rgba(144,238,144,1);
}
.orangeline{
  border-bottom: 4px solid rgba(255,165,0,1);
}
.redline{
  border-bottom: 4px dotted rgba(255,0,0,1);
}
.exchanger{
  background: url("../imgs/交换机_icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.firewall{
	background: url("../imgs/防火墙_icon.png") no-repeat center center;
	background-size: 100% 100%;
  }
.node{
  background: url("../imgs/子网_icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.server{
  background: url("../imgs/服务器_icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.subnetwork{
  background: url("../imgs/节点_icon.png") no-repeat center center;
  background-size: 100% 100%;
}  

#contextmenu, #linemenu, #detail {
  border: 1px solid #3976cf;
  border-bottom: 0;
  background: #0c366d;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}                                      
#contextmenu li a, #linemenu li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #3976cf;
  cursor: pointer;
}                                      
#contextmenu li a:hover, #linemenu li a:hover {
  background: #03182d;
}
select.form-control{
	width: 160px; background: #071c38; border: 1px solid #064474; border-radius: 3px; color: #fff; padding: 5px;
	margin-bottom: 0px;
} 
.jtopo_toolbar{  color: #fff;
	margin-bottom: 5px; background-image: linear-gradient(to bottom, #05152b , #0b2a53); border-bottom: 1px solid #0682ac; padding: 1.5vh  ; 
}


	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 100% !important;
	}

.span10 {
    width:80% !important;
}

.span2 {
    width:19% !important; margin-right: 1%;
}
.comrow{display: flex; padding: 10px;}
.canvasbox{width: 100%;  border: 1px solid #123c5c; height: 90vh; }
.leftbox{ display: flex; flex-wrap: wrap;}
.leftbox .component{width: 45%; float: left; padding-top: 20px ;}
.linkline{width: 45%; float: left; }
.coms h2{font-size: 15px; color: #00d3ff; height: 36px; line-height: 36px;  border-bottom: 1px solid #113c5e;padding-left: 70px; background: url(../imgs/h2bg.png) no-repeat left bottom;  }
.jtopo_toolbar .btn { background: #08274e; border: 1px solid #054a81; color: #fff; line-height: 26px; border-radius: 5px; padding: 0 6px;}
.jtopo_toolbar .btn img{position: relative; top:4px}
.jtopo_toolbar .btn2 img{position: relative; top:4px}
.jtopo_toolbar .btn2 { background: none; border: none; color: #fff; line-height: 26px; border-radius: 5px; padding: 0 6px;}
.jtopo_toolbar label img{position: relative; top:4px; margin-right: 4px;}
.jtopo_toolbar label {margin-right: 8px;}
.jtopo_toolbar input{background: none; border: none; display: none;}
.jtopo_toolbar label.active{border:1px solid #3a79d5;background: none;     padding: 0 6px;   line-height: 26px; border-radius: 3px;    box-shadow: inset 0 0 30px rgb(0 140 217 / 30%);}