.leftTab{position: relative;width: 168px;border-right: 1px solid #ccc;height:calc(100% - 62px);font-size: 14px;line-height:40px;
	transition: width 0.5s;
		/*overflow: hidden;*/}
.leftTab .toggleMenu{position: absolute;top: 50%;color: rgb(255, 255, 255);width: 24px;right: -24px;text-align: center;
	border-top-right-radius: 6px;border-bottom-right-radius: 6px;font-size: 12px;height: 40px;line-height: 40px;padding-top: 0px;}
.leftTab .allProject{width: 100%;height: 36px;position: relative;border-bottom: 1px dashed #ccc;color:#F36F00;
					/*overflow: auto; */}
.leftTab .allProject.active{background:#ccc; border-bottom: 1px dashed #fff;color:#fff;}
.leftTab .allProject div{width: 300px;height:500px;overflow: auto;border: 1px solid #ccc;background: #fff;
						position: absolute;z-index: 10;top:37px;display: none;}
.leftTab>ul{width: 100%;/* overflow: auto; */height:100%;}
.leftTab.toggleTextBox>ul{overflow-y: auto;overflow-x: hidden;}
/* .toggleIconBox{overflow: ;} */
.leftTab ul li{/*width: 150px;*//* min-width:90px; */border-bottom: 1px solid #ccc;min-height:40px;display: block;
	position: relative;/* overflow: hidden; */cursor: pointer;font-weight: 500;}
.leftTab ul li li{height: 34px;line-height: 34px;border-bottom:0;font-size: .9em;font-weight: 100;}
/*.leftTab ul li li{padding-left: 16px;}*/
.leftTab ul li a{color: #000;display:inline-block;width: 168px;/*position: absolute;left: 0;*/padding-left: 45px;box-sizing: border-box}
.leftTab ul li>span:first-child{position:absolute;top: 12px;left: 16px;display:inline-block;width:10px;margin-right: 16px}
.leftTab ul li>a:hover,.leftTab ul li>a:active{color: #666}
.leftTab ul li.dropDown:before{content: '';width: 10px;height:10px;box-sizing: border-box;
								border: 5px solid transparent;display: inline-block;
							 	line-height:40px;margin-right: 10px;margin-left: 20px;position: absolute;right: 10px;top:14px }
.leftTab ul li.closeSub:before{border-top:5px solid #000; }
.leftTab ul li.openSub:before{border-bottom:5px solid #000;}
.leftTab ul li ul{display: none;background: #eee;border-top:1px solid #ccc;}
.leftTab ul li.active{background: #ccc }
.leftTab ul li.active a{color: #fff}

.leftTab ul li .myBadge{display:inline-block;min-width: 14px;height:14px; background:#F36F00;color: #fff;border-radius: 50%;
						font-size: 12px;position: absolute;line-height: 1;padding: 2px;top:10px;right:16px;/*display:none; */
					    text-align: center;}
.leftTab ul li .myBadge.tabHide{display:block;left:25px;max-width: 16px;}
.leftTab ul li.active .myBadge{background:#fff;color: #F36F00;} 

.leftTab.toggleIconBox ul li ul{position: absolute;top: 0px;left:45px;z-index: 100 }
.leftTab.toggleIconBox ul li:hover ul{display: block !important}
.leftTab.toggleIconBox>ul>li>a,.leftTab.toggleIconBox ul li:before{display: none}

.leftTab_dark_thame{background: #333744;}
.leftTab_dark_thame *{box-sizing: content-box;}
.leftTab_dark_thame .toggleMenu{background: #4a5064;border:0;}
/* .leftTab_dark_thame .toggleMenu.toggleText span,.leftTab_dark_thame .toggleMenu.toggleIcon span{background: #aeb9c2} */
.leftTab_dark_thame ul li{background:#42485b;border:0;}
.leftTab_dark_thame ul li a{color:#fff;}
.leftTab_dark_thame ul li li{background:#333744;}
.leftTab_dark_thame ul li ul{border:0;}
.leftTab_dark_thame ul li.closeSub:before{border-top-color: #fff}
.leftTab_dark_thame ul li.openSub:before{border-bottom-color: #fff} 
.leftTab_dark_thame ul li.active{background: #00c1de }
.leftTab_dark_thame ul li>a:hover,.leftTab_dark_thame ul li>a:active{color: #fff;background-color: #00c1de}
.leftTab_dark_thame ul li li:not(.active)>a:hover,.leftTab_dark_thame ul li li:not(.active)>a:active{background-color: #4a5064;color: #fff;}
.leftTab_dark_thame ul li>span:first-child{color:#b5c3ca;}
/* 滚动条 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
.leftTab>ul::-webkit-scrollbar{
	width: 8px; 
  height: 16px; 
  background-color: #F5F5F5;
  display: none
} 
   

   
/*定义滚动条轨道 内阴影+圆角*/ 
.leftTab>ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px; 
  background-color: #F5F5F5; 
  display: none
} 
  

   
/*定义滑块 内阴影+圆角*/ 
.leftTab>ul::-webkit-scrollbar-thumb{
	border-radius: 10px; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
  background-color: #C0C0C0; 
  display: none
} 
  
/*子系统菜单 点击跳转 箭头变图片 20180302*/
.barImg{width: 16px;height:16px;position: absolute;left:14px;top:14px;/* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */}
.barAction .glyphicon{position: absolute;right: 20px;top:14px }