<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#nr-parent-multy-selector-box div.nr-list{
	margin-top: 20px;
}
#nr-parent-multy-selector-box div.nr-list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 250px;
	position: relative;
	overflow: auto;
	width: 100%;
	border: 1px solid #ccc;
}
#nr-parent-multy-selector-box div.nr-list ul li{
	padding: 5px 10px;
	border: 1px solid;
	border-color: white;
	cursor: pointer;
}
#nr-parent-multy-selector-box div.nr-list ul li.item.template{
	display: none;
}
#nr-parent-multy-selector-box div.nr-list ul li.hover,
#nr-parent-multy-selector-box div.nr-list ul li:hover{
	border-color: #066cb0;
}
#nr-parent-multy-selector-box div.nr-list ul li.selected{
	border-color: #066cb0;
	background-color: #066cb0;
}
#nr-parent-multy-selector-box div.nr-list ul li div.inf{
}
#nr-parent-multy-selector-box div.nr-list ul li div.inf div{
	font-size: 12px;
	color: #333;
}
#nr-parent-multy-selector-box div.nr-list ul li div.inf span{
	font-size: 11px;
	color: #666;
}
#nr-parent-multy-selector-box div.nr-list ul li.selected div.inf div,
#nr-parent-multy-selector-box div.nr-list ul li.selected div.inf span{
	color: white;
}



















</pre></body></html>