@charset "UTF-8";


.imageSelectBox {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.imageSelectBox .imageSelect {
    width: 930px;
	margin: auto;
}
.imageSelectBox .color-item {
	display: inline-block;
	border-radius: 6px;
	width: 40px;
	height: 40px;
	margin-left: 7px;
}
.imageSelectBox .imageSelectInn {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #555;
    border-radius: 6px;
    overflow: visible;
}
.imageSelectBox p.notes {
    margin: 10px 0 0 0;
    font-size: 12px;
    display: none;
}
.imageSelectBox .imageSelectInn ul.imageList {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* width: 560px; */
    height: 85px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.imageSelectBox .imageSelectInn ul.imageList::-webkit-scrollbar {
	background:#ccc;
	width: 10px;
}
.imageSelectBox .imageSelectInn ul.imageList::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.imageSelectBox .imageSelectInn ul.imageList::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
} 

.imageSelectBox a.forList {
	position: absolute;
    top: 20px;
    z-index: 30; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    /* height: calc(100% - 78px); */
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}
.imageSelectBox a.forList:hover {
    opacity: 1;
    text-decoration: none;
}
.imageSelectBox a.forList .moreIcon {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    line-height: 13px;
    border-radius: 6.5px;
    background-color: #fff;
    color: #555;
    text-align: center;
}

.imageSelectBox .imageSelectInn .imageSelectScrollWrapper {
	background-color: #323232;
	padding: 12px 16px 12px 16px;
	border-radius: 6px;
	width: 664px;
}
.imageSelectBox .imageSelectInn .fileUpload {
    padding: 10px 15px;
    text-align: center;
	background: url(/ats/image/bg-upload.png) no-repeat center / auto;
	background-size: contain;
}
.imageSelectBox .imageSelectInn .fileUpload p {
	opacity: 0;
}
.imageSelectBox .imageSelectInn ul.imageList .photo {
    position: relative;
    width: 85px;
    height: 55px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 300ms 0s ease;
}
.imageSelectBox .imageSelectInn ul.imageList .gallery-link {
    margin-right: 10px;
}
.imageSelectBox .imageSelectInn ul.imageList .gallery-link .link-wrap {
    width: 85px;
    height: 55px;
}
.imageSelectBox .imageSelectInn ul.imageList .photo img {
    width: 85px;
    height: 55px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.imageSelectBox .imageSelectInn ul.imageList .photo::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    font-family: FontAwesome;
    content: '\f00c';
    color: #fff;
    font-size: 150%;
    opacity: 0;
    transition: all 300ms 0s ease;
}
.imageSelectBox .imageSelectInn ul.imageList .photo.selected::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    font-family: FontAwesome;
    content: '\f00c';
    color: #fff;
    font-size: 150%;
    opacity: 100;
}
.imageSelectBox .imageSelectInn .fileUpload p {
    color: #fff;
}
.imageSelectBox .imageSelectInn .fileUpload p.drag-drop-info + p {
    margin: 3px auto 5px auto;
    font-size: 10px;
}

.jspPane {
    z-index: 1;
}
.jspHorizontalBar {
    z-index: 2;
    height: 6px;
}
.jspHorizontalBar .jspDrag {
    background-color: #999;
    height: 4px;
    margin-top: 1px;
}

