.groupc-len4 .form-group>label {
	width: 5em;
}
.input--blue-text{
	color: #0cb3fe;
}
.input--red-text{
	color: #ff0000;
}

.wh-hover {
	position: relative;
}

.wh-hover>.iconfont {
	font-size: 12px;
}

.wh-hover:hover>div {
	display: block;
}

.wh-hover>div {
	display: none;
	position: absolute;
	font-size: 12px;
	border-radius: 4px;
	width: 400px;
	z-index: 100000;
	text-align: left;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	top: 18px;
	left: 14px;
	line-height: 20px;
}
.icon-wh{
	font-size:13px!important;
	font-weight: normal;
	margin-left:5px;
}

.file-item{
    position:relative;
/*     padding: 3px; */
    border-radius: 5px;
    display: block;
/*     margin: 5px 0px; */
}
.file-remove{
    position: absolute;
    right: 5px;
    color: red;
    cursor: pointer;
    font-size: 16px;
    top: 5px;
    z-index: 100;
}


/********start 瑕嗙洊laydate榛樿鏍峰紡,鐢ㄤ簬鏄剧ず灏忔椂鍜屽垎閽�********/
/* .layui-laydate-content>.layui-laydate-list {
    padding-bottom: 0px;
    overflow-y: auto;
}
.layui-laydate-content>.layui-laydate-list>li{
    width:50%
} */
/********end 瑕嗙洊laydate榛樿鏍峰紡,鐢ㄤ簬鏄剧ず灏忔椂鍜屽垎閽�********/


.showColumnVisibleConfig {
	background: #f59d2a;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	margin-right: 0px;
	border-radius: 3px;
	margin-left:10px;
	display: inline-block;
	cursor: pointer;
}

/* 鍥哄畾鍒楁牱寮� */
.DTFC_ScrollWrapper{
   height:auto!important;
}
.DTFC_LeftHeadWrapper,.DTFC_LeftBodyWrapper,.DTFC_RightHeadWrapper,.DTFC_RightBodyWrapper{
   z-index: 1000;
   background: white;
}
.DTFC_LeftWrapper,.DTFC_RightWrapper{
   display: none;
}
.DTFC_LeftBodyLiner,.DTFC_RightBodyLiner{
   overflow: hidden;
  /*  max-height:100%!important; */
}
/* 鍥哄畾鍒楁牱寮� */


.modal-open .modal{
	z-index: 100000000;
	left:50%;
	top:50%;
	overflow-y:hidden;
	transform: translate(-50%, -50%);
}
.layui-layer-msg{
	z-index: 100000001!important;   /* 鍙负姣斾笂闈竴涓�佸厔澶氫竴涓�1,鏀逛笂涓�涓眰绾э紝璇锋妸杩欎釜涔熷姞1 */
}

#ztree-container{
	padding: 5px;
    max-height: 300px;
    position: absolute;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    z-index: 1000000100;
    /* overflow-y: scroll; */
    overflow:hidden!important;
    top: 300px;
    left: 532.5px;
}
#ztree-container .ztree {
    overflow-y: scroll;
    max-height: 280px;
    margin: 0px -5px;
    padding: 5px 10px;
}
.model-dailog .glyphicon.glyphicon-search {
    top: 24px!important;
    left: 20px!important;
}

.overflow-row-2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}
.overflow-row-1{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.item-check-active-class{
	background-color: #fefeca !important;
}

/* 滚动条样式：(有浏览器兼容问题) */
/*滚动条 start*/  
::-webkit-scrollbar {  
  width: 7px;  
  height: 7px;  
  background-color: #757575;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {  
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);  
  background: #fff ;  
}  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {  
  border-radius: 3px;  
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);  
  background-color:#757575;  
}  
.chooseRow{
	background-color: #fefeca !important;
}