.popup_menu {
	display: none;
	position: absolute;
	z-index: 90002;
}
.popup_menu_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 90000;
	background-color: none;
	top: 0px;
	left: 0px;
}
.popup_menu_bg {
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 3px;
	width: 100%;
	height: 100%;
	z-index: 90001;
}
.popup_menu_content {
	position: relative;
	padding: 0;
	margin: 4px 0;
	white-space: nowrap;
}
.popup_menu.dropdown .popup_menu_content {
	left: 1px;
}
.popup_menu_item {
	color: #white;
	padding: 0 2rem;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	white-space: nowrap;
	text-transform: uppercase;
}
.popup_menu_item a {
	color: white;
	text-decoration: none;
}
.popup_menu_item.disabled {
	color: #999;
}
.popup_menu_item.disabled a {
	color: #999;
}
.popup_menu_item_selected {
	/*background-color: #a0a09a;
	color: #333;*/
	cursor: pointer;
	color: rgb(41, 179, 235);
}
.popup_menu_button {
	color: white;
	padding: 2px 4px;
	font-size: 14px;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	background-color: #1b928c;
	margin: 2px 4px;
	border-radius: 3px;
	cursor: pointer;
}
.popup_menu_button.disabled {
	color: #999;
}
.popup_menu_button_selected {
	background-color: #20b2aa;
}
.popup_menu_html {
	margin: 0 8px;
	color: white;
	font-size: 14px;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
}
.popup_menu_separator {
	background-color: #888;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}
