/* uploadzone */
.LiUploadZoneBox{
	position: relative;
}
.LiUploadZoneBox .LiDropBox{
	position: absolute;
	width: 100%;
	height: 233px;
	z-index: 99;
	cursor: pointer;
}
.LiUploadZoneBox .file-name-pdf{
	cursor: pointer;
}
.LiUploadZoneBox .LiClickZone{
	border: 2px dashed #dee2e6;
	cursor: pointer;
	background: #fff;
    border-radius: 6px;
    padding: 10px;
	text-align: center;
}
.LiUploadZoneBox .LiClickZone.dragover{
	border: 2px dashed #ffcaba;
	background: #fdfdfd;
}
.LiUploadZoneBox .LiClickZone ul{
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}
.LiUploadZoneBox .LiFileDataBox{
	border: 1px solid #dee2e6!important;
	padding: 7px;
	margin: 10px 0px;
	border-radius: 6px;
	overflow: hidden;
}
.LiUploadZoneBox .LiFileDataBox .file-size{
	margin-top: 5px;
}
.LiUploadZoneBox .LiFileDataBox .image-box,.LiUploadZoneBox .LiFileDataBox .image-box-pdf{
	width: 100%;
	padding-top: 50%;
	background-color: #eef2f7!important;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.LiUploadZoneBox .LiFileDataBox .image-box .img-width{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.LiUploadZoneBox .LiFileDataBox .image-box .img-height,.LiUploadZoneBox .LiFileDataBox .image-box-pdf .img-height{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.LiUploadZoneBox .LiFileDataBox .file-infomation{
	padding: 10px;
    width: 100%;
	line-height: 20px;
}
.LiUploadZoneBox .LiFileDataBox .file-close,.LiUploadZoneBox .LiFileDataBox .file-edit,.LiUploadZoneBox .LiFileDataBox .file-download,.LiUploadZoneBox .LiFileDataBox .file-webcam{
	min-width: 50px;
    width: calc(30% - 10px);
    margin-right: 5px;
	display: inline-block;
}
.LiUploadZoneBox .LiFileDataBox .file-close button,.LiUploadZoneBox .LiFileDataBox .file-download button ,.LiUploadZoneBox .LiFileDataBox .file-edit button ,.LiUploadZoneBox .LiFileDataBox .file-webcam button{
	width: 100%;
}
#LiCropMainImage{
	width: 100%;
	height: 550px;
}
.LiUploadInfoBox{
	border: 2px dashed #dee2e6;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}
.LiUploadInfoBox ul{
	list-style: decimal;
	margin: 0px 23px;
	padding: 5px 0px;
}
