
.image-library-content
{
	overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #E5E5E5;
    min-height: 491px;
}

.image-library-category
{
    position: absolute;
    width: 181px;
    color: #777;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    cursor: pointer;
    min-height: 480px;;
    border-right: 1px solid #E5E5E5;
}

.image-library-area
{
	position: absolute;
    width: 686px;
    height: 480px;
    overflow: auto;
    left: 182px;
}

.image-library-category-item
{
	position: relative;
	height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.image-library-image-item-container
{
	position: relative;
	width: 184px;
	height: 184px;
	margin: 20px 0px 10px 30px;
	display: inline-block;
	border: 2px solid rgb(255,255,255);
}

.over-image-library-image-item-container
{
	border: 2px solid #aaa;
	box-shadow: 0px 0px 3px 1px #aaa;
	border-radius: 2px;
}

.image-library-upload-image
{
	position: relative;
    cursor: pointer;
    height: 184px;
    width: 184px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 1px #aaa;
    box-shadow: 0px 0px 3px 1px #aaa;
    border-radius: 2px;
    display: inline-block;
    margin: 20px 0px 10px 30px;
    cursor: pointer;
    border: 1px solid #fff;
    float: left;
}

.image-library-category-selected
{
	border-left: 3px solid #2B87F3 !important;
    border-left: 3px solid var(--color-main, #2B87F3) !important;
    background-color: rgb(255,255,255);
    width: 162px;
    padding-left: 17px;
}

.image-library-image-item
{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.image-library-image-item-selected
{
	border: 2px solid #5e80eb;
}

.add-category
{
    margin: 1px auto 2px 80px;
    background-image: url(res/btn-add-classification.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px;
    vertical-align: middle;
}

.add-category:hover
{
	background-image: url(res/btn-add-classification-on.png);
}

.preview-image-canvas
{
	cursor: pointer;
}

.img.image-library-image-item:hover
{
	transform:scale(1.2);
}

.show-image-detail
{
	position: absolute;
	bottom: 4px;
	left: 4px;
    background: #F0F3F7;
    color: #f5f1e5;
    z-index: 9999;
    border-radius: 6px;
    opacity: 0.8;
}

.delete-image-icon
{
	position: absolute;
	width: 18px;
	height: 18px;
	left: 145px;
	top: 7px;
	background: url(res/btn-delete.png) no-repeat;
    box-sizing: content-box;
    cursor: pointer;
}

.delete-image-icon:hover
{
	background: url(res/btn-delete-on.png) no-repeat;
}

.add-category-input
{
	position: absolute;
	width: 123px;
	height: 20px;
	top: 23px;
	left: 20px;
}

.upload-image-icon
{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 70px;
	top: 55px;
	background: url(res/btn-upload-image.png) no-repeat;
    box-sizing: content-box;
}

.image-library-area .upload-image-text
{
	position: absolute;
    width: 100px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: 25px;
    margin-left: -50px;
    text-align: center;
    color: #333;
}

.image-library-manage-bar
{
	border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 47px;
    background-color: rgb(242, 242, 242);
    border-bottom: 1px solid rgba(0,0,0,.15);
    height: 47px;
    width: 220px;
}

.image-library-text
{
    font-size: 14px;
    color: #4e5667;
    margin-left: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 17px;
}

.image-library-op
{
    float: right;
    cursor: pointer;
    color: rgb(78, 86, 103);
    margin: 15px;
    display: inline-block;
    line-height: 17px;
}

.dialog-footer-close
{
	margin-left: -50px;
}

.image-library-category-item:hover .edit-category-item
{
	display: inline-block;
}

.image-library-category-item:hover  .delete-category-item
{
	display: inline-block;
}

.image-library-category-item-text
{
	display: inline-block;
    line-height: 19px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70px;
    font-size: 14px;
    color: #333;
    height: 19px;
	margin-top: 15px;
}

.edit-category-item
{
	width: 18px;
    height: 18px;
    display: none;
    margin-left: 30px;
	background: url(res/btn-edit.png) no-repeat;
    box-sizing: content-box;
}

.edit-category-item:hover
{
	background: url(res/btn-edit-on.png) no-repeat;
}

.delete-category-item
{
	width: 18px;
    height: 18px;
    display: none;
    margin-left: 10px;
	background: url(res/btn-delete.png) no-repeat;
    box-sizing: content-box;
}

.delete-category-item:hover
{
	background: url(res/btn-delete-on.png) no-repeat;
}

.image-category
{
	height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.name-duplicate
{
    position: absolute;
	color: rgb(255, 0, 0);
    margin: 0;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    top: 42px;
}

.show-image-detail .show-image-name
{
	max-width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 6px;
    color: #333;
}

.edit-image-name-input
{
	position: absolute;
	width: 110px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
}

.edit-image-name-icon
{
	position: absolute;
    left: 115px;
    top: 8px;
	width: 18px;
    height: 18px;
    margin-left: 8px;
	background: url(res/btn-edit.png) no-repeat;
    box-sizing: content-box;
    cursor: pointer;
}

.edit-image-name-icon:hover
{
	background: url(res/btn-edit-on.png) no-repeat;
}

.confirm-delete-image
{
	width:368px;
	height:185px;
}
.delete-image-file-icon
{
	width:110px;
	height:110px;
	display:block;
	margin:0 auto 0 auto;
	background: url(res/icon-delete.png) no-repeat;
	background-size:100%;
}

.confirm-delete-image-dialog
{
	width:369px;
	height:23px;
	text-align: center;
	display:inline-block;
	margin-top:5px;
	line-height:23px;
	font-size: 14px;
}

.delete-category-dialog
{
	width:368px;
	height:185px;
}

.delete-category-icon
{
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -55px;
	width:110px;
	height:110px;
	background: url(res/icon-delete.png) no-repeat;
	background-size:100%;
}

.delete-category-text
{
	position: absolute;
    top: 115px;
	width:370px;
	height:23px;
	text-align: center;
	line-height:23px;
	font-size: 14px;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap*/
}