div.image-result-item {
    padding: 4px;
}

div.image-result-focus {
    background-color: #CCCCCC;
}

.subimage-mode-active {
    background-color: #CCCCCC;
}

.subimage-addremove-thumbnail {
    width: 100px;
}

.mordal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 50%);
}
.mordal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 200px;
    background: #ffffff;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.change-order-active {
    opacity: 1;
    visibility: visible;
}
