/*-------------------------------------------------------------------------
								popup
-------------------------------------------------------------------------*/
div.popup {
	padding:0px 7px;
	background-color: #fff;
	border: 0px;
	color: #000000;
	position:absolute;
	z-index:10;
	display:none;

	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);			/* CSS3 */
}
div.popup.popupmenu{
	width:210px;
}
span.popupmenuname {
	font-weight: normal;
	width:140px;
	height:35px;
	line-height: 35px;
	margin-right: 10px;
}
div.popup div.popupmenu{
	height:35px;
	cursor: pointer;
}
div.popup div.popupmenu:HOVER{
	background-color: #f1f2f3;
}
div.popup img.popupicon{
	margin:0px 10px;
	position: relative;
	top:6px;
	transition:background-color 0.2s ease,border-radius 0.2s ease;
	width: 24px;
	height: 24px;
}
.tooltip img.popupclose:HOVER,
div.popup img.popupclose:HOVER{
	background-color: #f1f2f3;
	border-radius:10px;
	transition:background-color 0.2s ease,border-radius 0.15s ease;
}
div.popup div.multititle{
	padding: 5px 10px
}
div.popupaddress{
	line-height: 25px;
	padding: 0px 20px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
div#minipopup {
	word-break: break-all;
}