﻿


#itemdisplay-wrapper {
	display:flex;
	justify-content:center;
}


@media screen and (max-width: 800px) {

	#itemdisplay-wrapper {
		flex-wrap: wrap;
	}


}

/*******************************************************/


.item-image-dispay-container {
	display: flex;
	justify-content:center;
	width: 100%;
	min-width: 300px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
}


.itemdisplay-information {

}

.thumbs-container {
	margin: 5px 10px;
	border-radius: 6px 6px !important;
	overflow-y: auto;
}



.thumbs-item-wrapper {

}

.thumbs-item {
	margin: 0 10px 0 0px;
}

.img-thumb {
	width: 100%;
	max-height: 100px;
	max-width: 100px;
	margin-left:2px;
	margin-bottom: 2px;
	border: 2px solid transparent;
}

	.img-thumb:hover {
		border-color: #1a1a1a;
		border-width: 2px;
		border-style: solid;
	}

.img-thumb-trash {
	height:60px;
}




.border-off {
	border-color: transparent;
	border-width: 2px;
	border-style: solid;
	}

.border-on {
	border-color: black;
	border-width: 2px;
	border-style: solid;
	}

.main-item {
	position:relative;
	display:block;
	width:auto;
	height:auto;
}

.item-image-main {
	position: relative;
	width: 100%;
	height: 100%;
}

.img-main {
	width: 100% !important;

}


.img-main-text {
	width: 100%;
	text-align-last: center;
	font-size: 9pt;
	font-weight: normal;
	color: #808080;
}


.groupedItems {
}


