.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;
}
