.contextmenu{
	/* display: none; */
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #f9f9f9;
	width: auto;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	z-index: 10000;
    font-family: "Grold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 14px;
}
.contextmenu .raccourci	{
	float:right;
	color:#ccc;
	margin-right: -30px;
	word-spacing:0.5em;
}
.contextmenu::after {
	content:' ';
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	height: 0;
	position: absolute;
	left: 16px ;
	top: -6px;
}
.contextmenu li {	
	padding-right: 30;
}
.contextmenu li a {
    height: 100%;
	display: block;
	padding: 6px;
	color: black;
	text-decoration: none;
}
.contextmenu li i {
	margin-left:10px;
	margin-right:8px;
}
.contextmenu .selected, .contextmenu li:hover {
	color: white;
	background-color: #39c;
}
ul.contextmenu li.contextmenu-title a{
	color: #999;
}
.contextmenu > li.disabled a {
	pointer-events: none;
	color: #aaa;
}
.contextmenu-title {
	font-weight: bold;
	pointer-events: none;
}
.contextmenu-divider{
	border-top: 1px solid #d7d3d7;
	border-bottom: 1px solid #ffffff;
	height: 0;
	padding: 0;
	pointer-events: none;
}
.fa-times	{
	color:red;
}