div.C_POPUPMENU
{
	min-width: 160px;
	max-width: auto;
	min-height: auto !important;
	max-height: 100%;
	border: 1px solid #979797;
	padding: 4px;
	box-shadow: 2px 2px 2px #888888;

	background-color: #F0F0F0 !important;
	background-image: linear-gradient(90deg, #F4F7FC 0%, #D4D8E6 28px, #A0A0B4 29px, #F0F0F0 30px, #F0F0F0 100%);
	border-radius: 8px !important;

}
div.C_POPUPMENU > h6
{
	padding: 6px !important;
	margin: 0px 0px 8px 0px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	color: #FFFFFF;
	background-color: #000000;
    border-radius: 6px 6px 6px 6px;
}
div.C_POPUPMENU > h6 *
{
	color: inherit;
}
div.C_POPUPMENU > hr
{
	margin: 4px 0px 4px 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}
div.C_POPUPMENU > span
{
	display: block;
	position: relative;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding: 4px 4px 4px 30px;
	border: 1px solid transparent;
	height: 24px;
	white-space: nowrap;
	user-select: none;
}
div.C_POPUPMENU > span[disabled="1"]
{
	color: #999999 !important;
	font-style: italic;
}
div.C_POPUPMENU > span[grayed="1"]
{
	background-color: #C7C7C7;
}
div.C_POPUPMENU > span[red="1"] > *
{
	color: #CC0000 !important;
}
div.C_POPUPMENU > span:NOT([disabled="1"]):hover
{
	cursor: pointer;
	border: 1px solid #AECFF7;
	background-color: #EBF0F6;
	background-image: linear-gradient(center bottom, #E6EDF6 10%, #F2F4F6 90%);
	border-radius: 3px;
}
div.C_POPUPMENU > span > b
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: inherit;
}
div.C_POPUPMENU > span > b > *[iconalign="right"]
{
	position: absolute;
	top: 50%;
	right: 4px;
	color: inherit;
	transform: translate(0%, -50%);
}
div.C_POPUPMENU > span > i
{
	position: absolute;
	left: 11px;
	top: 50%;
	color: inherit !important;
	font-size: 15px;
	transform: translateX(-50%) translateY(-50%);
}
div.C_POPUPMENU > span > img
{
	position: absolute;
	left: 11px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 4px;
}
div.C_POPUPMENU.C_ICONS_SELECTOR > span > img
{
	border-radius: 8px;
}

div.C_POPUPMENU > span:NOT([disabled="1"]) > i.fa-times
{
	font-size: 28px;
	color: #880000 !important;
}
@media screen and (max-width: 640px)
{
	body[mobile="1"] div.C_POPUPMENU
	{
		background-image: linear-gradient(90deg, #F4F7FC 0%, #D4D8E6 CALC(11vw - 1px), #A0A0B4 CALC(11vw), #F0F0F0 CALC(11vw + 1px), #F0F0F0 100%);
		max-width: 100vw !important;
	}
	body[mobile="1"] div.C_POPUPMENU > h6
	{
		padding: 0.2vw !important;
		margin: 0px 0px 3vw 0px !important;
		font-size: 6vw !important;
		line-height: 6.6vw !important;
		border-radius: 1vw 1vw 1vw 1vw;
    }
	body[mobile="1"] div.C_POPUPMENU > hr
	{
		margin: 2vw 0px 2vw 0px;
	}
	body[mobile="1"] div.C_POPUPMENU > span
	{
		font-size: 12px;
		padding: 1vw 2vw 2vw 12vw;
		height: 9vw;
	}
	body[mobile="1"] div.C_POPUPMENU > span[disabled="1"]
	{
	}
	body[mobile="1"] div.C_POPUPMENU > span:NOT([disabled="1"]):hover
	{
	}
	body[mobile="1"] div.C_POPUPMENU > span > b
	{
		font-size: 6vw;
		line-height: 6.6vw;
	}
	body[mobile="1"] div.C_POPUPMENU > span > b > *[iconalign="right"]
	{
		right: 3vw;
		font-size: 8vw;
	}
	body[mobile="1"] div.C_POPUPMENU > span > i
	{
		left: 5vw;
		font-size: 7vw;
	}
	body[mobile="1"] div.C_POPUPMENU.C_ICONS_SELECTOR
	{
		width: 90vw;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
	body[mobile="1"] div.C_POPUPMENU.C_ICONS_SELECTOR > span > img
	{
		left: 5vw;
		width: 8vw;
		height: 8vw;
		border-radius: 4vw;
	}
}

