div.eden-contextmenu {
	position: absolute;
	display: none;
	z-index: 2147483647;
	min-width: 140px;
	/*min-height: 50px;*/
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 9px #777;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}

div.eden-contextmenu-item {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

div.eden-contextmenu-item.disabled {
	color: silver;
}

div.eden-contextmenu-item:hover {
	background-color: #3465a4;
	color: white;
}

div.eden-contextmenu-item span {
	margin-right: 8px;
}

span.eden-contextmenu-icon {
	font-family: "FontAwesome";
	font-size: 11pt;
	margin-left: 18px;
	width: 16px;
}

div.eden-contextmenu-sep {
	width: 100%;
	background-color: #e5e5e5;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

