.bluefont{
    color:#09AAFF!important;
}
.radius4{
    border-radius:4px!important;
}

.layui-badge-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
}

.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: rgb(230 236 241);
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}

.layui-colla-content {
    padding: 0px 5px!important;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1e9fff;
}

.layui-treeSelect .ztree li span.button.switch {
    position: relative;
    top: -6px!important;
}

.layui-badge.numlabel{
	position: absolute;
	top: 12px;
	right: 10px;
}

.ew-btn-loading{
	margin-right:5px!important;
}

.fright{
	float:right!important;
	padding: 0 10px!important;
}
.hasLeftBorder{
	border-left: 1px solid #0e2a4b!important;
}

.layui-nav .layui-this > a{
    color:#3b74ff;
}

.layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    font-weight: 550;
}


/**前端web页面样式**/
.right-toolbar{
	float:right;
}
.right-toolbar .layui-input{
	display: inline-block;
    width:200px;
    padding-left: 10px;
}

.keyword-wrap{
	float:left;
	width:240px;
}

.right-toolbar .card-switch{
	display:inline-block;
	float:right;
}
.right-toolbar .card-switch > .layui-btn{
	padding: 0 8px;
}

.right-toolbar .serach-btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: -5px;
    padding: 0 8px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.layui-table thead tr{
	background-color: #fafafa;
}
.layui-table tr{
	border-bottom: 1px solid #f3f3f3;
}


.c-mini-toolbar{
	width: 42px;
	position: absolute;
	top: 100px;
	right: 2px;
	z-index: 999;
	border: #e8e5e5 solid 1px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 3px;
}
.c-mb-button{
	position: relative;
	height: 35px;
	line-height: 35px;
	width: 40px;
	background-color: #ffffff;
	/* border-top: #efefef solid 1px; */
	opacity: 1;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 18px;
	float: left;
	box-sizing: border-box;
}
.c-mb-button:hover,.c-mb-button.selected{
	background-color: #579ef6;
	color: #fff;
}
.c-mb-button:hover .c-mb-text,.c-mb-button.selected .c-mb-text{
	color: #fff;
}
.c-mb-button .c-mb-text{
	display: inline-block;
	height: 14px;
	width: 40px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 24px;
	margin-left: -28px;
	position: absolute;
	color: #262626;
}

.c-mb-button .c-mb-child-panel{
	height: 35px;
	position: absolute;
	right: 40px;
	top:0;
	background-color: #ffffff;
	display: none;
	border: #ece7e7 solid 1px;
}

.c-mb-button:hover .c-mb-child-panel{
	display: block;
}

.c-mb-child-panel .c-mb-button-c{
	width:40px;
}

.toolbar{
	height: 40px!important;
	border-bottom: 1px solid rgb(27 63 100);
}
.bottom-toolbar{
	border-top: 1px solid #102c4b;
	background: #062549;
	height: 40px !important;
}

.bottom-toolbar .graphinfo{
	float: right;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
}
.bottom-toolbar .graphinfo > span{
	color:#d6d6d6;
	margin-left:8px;
}
.bottom-toolbar .graphinfo > span > font{
	color:#aec199;
}

.toolbar-items{
	display: inline-block;
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
}
.toolbar-items.right{
	float:right;
}
.toolbar-items.rightborder{
	/* border-right: 1px solid #123c6e; */
}
.toolbar-items.leftborder{
	border-left: 1px solid #123c6e;
}

.toolbar-items .toolbar-item{
	float: left;
	display: inline-block;
	position: relative;
	width: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #d5d5d5;
	border-right: 1px solid #0e2a4b;
	box-sizing: border-box;
	cursor:pointer;
}

.toolbar-item:hover,.toolbar-item.selected{
	background-color: #074897;
	color: #fff;
}

.toolbar-item .item-childs{
	height: 40px;
	position: absolute;
	left: 35px;
	top: 0;
	background-color: #1a559c;
	color: #fff;
	z-index:99;
	display: none;
}

.toolbar-item:hover .item-childs{
	display: block;
}

.item-childs .child-item{
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 35px;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
}

.child-item > span{
	font-size:12px;
}

.item-childs .child-item:hover{
	background-color:#1569a8;
}


#graph-panel{
	width: 100%;
	height: calc(100vh - 140px);
	background-color: #032247;
}

.top{
	width: 100%;
	background: #032247;
	height: 74px;
	/* position: absolute; */
	overflow: hidden;
}
.nav_bar{
	width: 100%;
	float: left;
	height: 35px;
	margin-left: 0px;
	border-bottom: 1px solid #032247;
	border-top: 1px solid #1f4470;
	overflow: hidden;
}
.nav_bar > ul li{
	list-style-type: none;
	float: left;
	line-height: 35px;
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #0e2a4b;
	color: #d5d5d5;
	font-size: 13px;
}

.hid{
	height: 35px;
	background: #042852;
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	border-bottom: 1px solid #0c2e56;
	overflow: hidden;
}

.hid > ul li{
	list-style-type: none;
	float: left;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	border-right: none;
	color: #fafafa;
	font-size: 12px;
}

.nav_bar ul li span{
	text-decoration: none;
	display: block;
	cursor:pointer;
}

.nav_bar ul li:hover{
	background: #105197;
	color:#fff;
}

.nav_bar ul li span > i.layui-icon{
	margin-right:5px;
}

.nav_bar>ul>li.active{
	background: #074897;
	color: #fff;
	/* box-shadow: 0px 0px 3px 0px #a2e4fd; */
}
.nav_bar ul li.active .hid{
	display: block;
}

/***实体过滤面板样式***/
.filter-div{
	padding: 8px 5px;
	max-height: 400px;
	overflow-y: auto;
	font-size: 13px;
	color: #444;
}

.filter-div ul > li {
	border-bottom: 1px solid #f2f2f2;
	padding: 3px 0;
	margin: 5px 0;
}

.filter-div ul > li > label{
    vertical-align: middle;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    height: 20px;
    line-height: 25px;
    margin-left:5px;
}

.filter-div ul > li > input{
    width: 120px;
    height: 30px;
    margin-left: 5px;
	padding-left: 5px;
    border-radius: 0;
    border: 1px solid #e7e4e4;
    display: inline-block;
    font-size: 12px;

}
.filter-div ul > li > input[type="checkbox"]{
    vertical-align: middle;
    float: right;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.filter-div ul > li > a{
    margin-left: 8px;
    vertical-align: initial;
    cursor: pointer;
	color:#0086B3;
}
.filter-div .filterSelect{
    margin-left: 10px;
	height: 32px;
	line-height: 32px;
	width: 80px;
	border-color:#e7e4e4;
	color: #727070;
	font-size: 12px;
}

.nodata-tip{
    color: #ccc;
    text-align: center;
    font-size: 12px;
}

.enti-name input{
    width: 200px;
    padding: 2px 5px;
    color: #666;
    border: 1px solid #ccc;
}
.enti-name > a{
  font-size: 15px;
}
.enti-type{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color:#f5f2f2;
    padding: 0 2px;
}
.entiattr-wrap{
  width:100%;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 2px;
}
.entiattr-wrap:hover{
  background-color:#efefef;
}
.entiattr-wrap .enti-name{
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color:#666;
}

.entiattr-wrap .enti-name>span{
  width: 150px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.entiattr-wrap .enti-name>label{
  float: right;
  margin-right: 10px;
  color: #4ca14f;
}

.entiattr-wrap .enti-process{
  height: 5px;
  background-color: #efefef;
}

.entiattr-wrap .enti-process>div{
  height: 100%;
  border-radius: 5px;
  background-color: #7aa2f9;
  background: -webkit-linear-gradient(left,#f18ed3,#2ba1c8);
}


/***右键菜单样式***/
.menu {
    position: absolute;
    width: 150px;
    padding: 2px;
    margin: 0;
    border: 1px solid #3e5272;
	background: #043964;
	color: #fafafa;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0, 85, 255, 0.2);
    opacity: 0;
    -webkit-transform: translate(0, 15px) scale(.95);
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.menu-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.menu-btn { 
    background: none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    width: 100%;
    color: #d4d4d4;
    font-family: sans-serif;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    border-radius: 3px;
}

.menu-btn::-moz-focus-inner,
.menu-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.menu-text {
    margin-left: 25px;
}

.menu-btn > i {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item:hover > .menu-btn { 
    color: #fafafa; 
    outline: none;
    background: -webkit-linear-gradient(left,#4f85e6,#53b8da); 
    background: -o-linear-gradient(left,#4f85e6,#53b8da); 
    background: -moz-linear-gradient(left,#4f85e6,#53b8da);
    background: linear-gradient(left,#4f85e6,#53b8da);
}

.menu-item.disabled {
    opacity: .5;
    pointer-events: none;
}

.menu-item.disabled .menu-btn {
    cursor: default;
}

.menu-separator {
    display:block;
    margin: 7px 5px;
    height:1px;
    border-bottom: 1px solid #fff;
    background-color: #aaa;
}

.menu-item.submenu::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #808080; 
}

.menu-item.submenu:hover::after {
    border-left-color: #fff;
}

.menu .menu {
    top: 4px;
    left: 99%;
}

.show-menu,.menu-item:hover > .menu {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.menu-item:hover > .menu {
    -webkit-transition-delay: 100ms;
    transition-delay: 300ms;
}
