.context-menu-container
{
	position: 	absolute;
	top: 		0px;
	left: 		0px;
	min-width:  100px;
	min-height:	100px;
	background-color: #f0f0f0;
	box-shadow: 2px 2px 2px #666666;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}


.menu-item
{
	display: flex;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	cursor: default;
	padding: 4px;
	margin-right: 8px;
	position: relative;
}
.menu-item:hover
{
	background-color:rgba(0,121,237,.1);	
	outline: 1px solid rgba(0,121,237,.3);
}

.menu-icon
{
	font-family: FontAwesome;
	font-size: 16px;
	width: 20px;
	height: 16px;	
	color: #666666;
	cursor: pointer;
	margin-right: 6px;
}

.menu-with-dropdown
{
	margin-left: 25px;	
}



	.menu-bar
	{
		display:flex;	
		padding-left: 5px;
	}
	.menu-item-parent
	{
		position: relative;
	}
	
	.menu-item
	{
		display: flex;
		font-family: arial;
		font-size: 12px;
		color: #333333;
		cursor: default;
		padding: 4px;
		margin-right: 8px;
		position: relative;
	}
	.menu-item:hover
	{
		background-color:rgba(0,121,237,.1);	
		outline: 1px solid rgba(0,121,237,.3);
	}

	.dropdown-menu-item
	{
		display: flex;
		font-family: arial;
		font-size: 12px;
		color: #333333;
		cursor: default;
		padding: 4px;
		margin-right: 8px;
		position: relative;
	}
	.dropdown-menu-item:hover
	{
		background-color:rgba(0,121,237,.3);	
	}

	.menu-dropdown
	{
		z-index: 100;
		position: absolute;
		left: 0px;
		top: 23px;	
		width: 240px;
		display:none;	
		flex-direction: column;
		background-color: #f0f0f0;
		box-shadow: 2px 2px 2px #666666;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}
	
	.menu-dropdown-2
	{
		left: 220px;	
		
		
	}
	
	.menu-separator
	{
		width: 100%;	
		height: 1px;
		border-top: 1px solid #cccccc;
	}
	.accelerator-key
	{
		margin-left:auto;
	}
	.tool-button
	{
		font-family: FontAwesome;
		font-size: 16px;
		width: 20px;
		height: 16px;	
		color: #666666;
		cursor: pointer;
		margin-right: 6px;
	}
	.tool-button:hover
	{
		color: #000000;	
	}
	.facebook-blue
	{
		color: #1877F2 !important;
		
		
	}