.products_images_area{
	margin-top: 20px;
}

.addbutton{
	margin-bottom: 20px;
}

.searchResult{
	background-color: #fff;
	min-height: 15px;
	border: 1px solid #000;
	position:absolute;
	z-index: 3;
}

.si{
	height: 1.5rem;
	line-height: 0.75rem;
	padding-left: .5rem 1rem;
	cursor:pointer;
}

.si a{
	color: #000;
	text-decoration: none;
	display: block;
}

.si:hover{
	background-color: #EEE;	
}

.image-preview-container{
	width: 50%;
	min-height: 5em;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 1em;
	border-radius: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.image-preview-container img{
	width: 100%;
}

.input-image{
	width: 100%;
	word-break: break-all;
	margin-bottom: 3em;
}

#conversation{
	font-size: 12px;
	margin-top: 0;
	text-align: right;
	width: 100%;
}

#image{
	max-width: 200px;
}

.right{
	padding-left: 200px;
} 

.left{
	padding-right: 200px;
}

.logo{
	margin-left: 5em;
}

.bg {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}