.clone_item {
	display:none;
}

.loading {
	padding-top:33px;
}

.multibox {
	background:#fafbfc;
 	border: 1px solid #eaeaea;
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
    width: 137px;
	text-align:center;
	height:100px;
	
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.multibox:hover {

}

.maintext{
	position: relative;
	width: 129px;
	height:24px;
	margin: 0px;
	text-transform: uppercase;
	padding: 4px;
	color: #FFF;
    background-color: var(--secondary-color);
    top: -24px;
    opacity: 0.85;
	text-align: center;
	line-height:15px;
}

.uploadButton {
    height: 100px;
    padding: 0px;
    text-align: center;
    width: 137px;
	cursor: pointer;
	border: 2px dashed #eaeaea !important;
}

.oneImage .uploadButton{
	display: none
}


.uploadButton img {
	width: 32px;
}

.uploadButton:active img {
	position:relative;
	top:1px;
	left:1px;
}

.multibox hr {
	border:none;
	border-top:1px solid #eaeaea;
}

.main {

}

.orakuploaderFileInput { /* read only pls */
	visibility:hidden;
	position:absolute;
	top:-50;
	left:-50;
}

.picture_uploaded {
	max-width:100%;
	max-height:100%;
}

.multibox {
	position: relative;
}

.rotate_picture, .picture_delete, .file_view_div{
	border-radius: 50%;
 	cursor: pointer;
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: 9;
    top:-5px;
    line-height: 24px
}

.picture_delete {
	background: #F05555;
    right: -2px;
    color: white;
    border:1px solid white;
}

.rotate_picture {
	background: #568cbb;
    right: 58px;
    color: white;
    border:1px solid white;
}

.file_view_div {
	background: #fafafa;
    right: 28px;
    color: #404040;
    border:1px solid #ddd;
}

.rotate_picture .fa-undo{
	position: relative;
	left: 1px
}

.pdf_view {
    position: absolute;
    width: 132px;
    background: rgba(50, 125, 250, 0.1);
}

.clear {
	clear:both;
}

.DragAndDropHover {
	border: 2px dashed #eaeaea !important;
	background: #efefef;
}

.add_img {
    margin: 8px 5px 5px;
}

#imagesBW, #imagesBW2, #imagesBW3, #imagesBW4, #imagesBW5{
	overflow-y: auto;
	padding-top: 3px;
	float: left;
	    overflow-x: hidden;
}