/*头部背景色*/
#layout_header{
	background: -webkit-gradient(linear, 0% 0%, 0% 100% ,from(#3dcaed), to(#33b1d0));
}
/*头部 底部不显示下划渐变线*/
#layout_header .div-layout-split-line,#layout_footer .div-layout-split-line{
	display:none;
}
/*主体部分背景位置*/
#layout_body{
	background: #eaeff3;
	overflow-x: hidden;
/*	top: 65px;
	bottom: 55px;*/
}

/*footer背景*/
#layout_footer{
	background: #2d3b46;
	z-index: 2000;
}
/*警报文本色*/
#layout_footer .left-warningmsg-text{
	color: #fe0000;
}
/*警报信息文本*/
#layout_footer .middle-warning-details-msg{
	color: #fff;
}
#layout_footer .right-more-text a{
	color: #fff;
}
/*footer 竖线*/
#layout_footer .times-area .vertical-align-line{
	background: #4c5f7d;
}
/*footer 时间*/
#layout_footer #systemTime_frame{
	color: white;
}
.triangle{
	bottom: -21px;
}
/*项目页面作业树背景  地图页面作业树背景*/
#left_menu,#layout_body .menu-wrap{
	background: rgba(50,66,78,1);
	border-right: 2px solid rgb(82, 165, 218);
	height: calc(100% - 65px - 55px);
}
/*地图页面作业树透明度*/
#layout_body .show-menu .menu-wrap{
	opacity: .8;
}
.ResourcePageWrap{
    min-height: calc(100vh - 65px - 55px);
}

/*newtree 末级作业树*/
.ownrootnodecolor{
    color: #0b79ff!important;
}
.menu_list_cont div.ownlaststagecolor{
    color: #FFAE27!important;
}
/*一级作业树*/
li.level1-menue.active{
    background:linear-gradient(to bottom, #38bee0,#1c71da); 
}
.active .entry-trangle{
    border-top:8px solid #448CE1;
}

 /* 没有图片的li选中时 字体的颜色和下划线显示*/
li.level2-menue.active a .nav-newtree{
    color: #0292FD;
}
li.level2-menue.active a .nav-underline{
    display: block;
}