.popR_block{
	font-size: 16px;
	position: absolute;
	top: 100%;
	left: 0;
	/*border: 1px solid red;*/
	background-color: white;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0 1px 6px 0px #a2a2a2;
	z-index: 10;
	text-align: left;
	word-break: break-word;
	/*max-width: 300px;*/
}

.popR_menu{
	/*border-radius: inherit;*/
	border-radius: 0;
	padding: 12px 20px;
	/*white-space: nowrap;*/
	cursor: pointer;
	line-height: normal;
	position: relative;

}
.popR_menuDescription {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	background-color: #eaeaea;
	font-weight: bold;
	padding: 12px 20px;
	cursor: pointer;
	line-height: normal;

}
.popR_menu:hover {
	background-color: #f5f5f5;
}
.popR_menu:first-child {margin-top: 5px;}
.popR_menu:last-child {margin-bottom: 5px;}
.popR_divider_1{
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	background-color: #E0E0E0;
}
/*
.popR_menu:first-child {padding-top: 15px;}
.popR_menu:last-child {padding-bottom: 15px;}
*/
.popR_outerClose{
	background-color: white;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}

.popR_custom{
	line-height: normal;
	text-align: left;
}

.popR_selected {
	background-color: #ecf3ec;
}
.popR_selected:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: darkseagreen;
}
.popR_inlineBlock{
	display: inline-block;
}