﻿.Base_Menu {
	display:none;
	position: absolute;
	min-height: 50px;          
	z-index:10;
	box-shadow:0px 3px 6px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.base-menu-flex-vertical-container {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index:100;
	position:fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.base-menu-flex-vertical-container-v2 {
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index:1000;
	position:fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.base-menu {
	min-height: 50px;          
	box-shadow:0px 3px 6px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background-color: #293655;
}


.Base_Menu_Button {
	min-width: 150px;
	width:100%;
	background-color: #161F71; 
	border: 0px ;
	color: white;
	padding: 16px 20px 16px 20px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	line-height: 16px;
	white-space: nowrap;
	cursor: pointer;
	height: 50px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.Base_Menu_Button:hover {
	/* background-color: #465181;
	color: #d4d940; */
	background-color: #4862E6;
}

.Base_Menu_Button_Focus {
	background-color: #293655;
	color: #b8fffe;
}

.Base_Menu_Button_Focus > #selectedIcon{
	display:block !important;
}

/* .Base_Menu_Button:active {
	background-color: #b8bd38;
	color: #2f3861;
} */


.remove_btn-default_style {
	border:0px;
	background-image:none !important;	
	background-color:transparent !important;	
	box-shadow:none !important;	
}

.remove_btn-default_style:hover {
	border:0px !important;
	background-color:transparent !important;
	background-image:none !important;	
	box-shadow:none !important;	
}

.remove_dropdown-menu_style {
	width:auto !important;
	border:0px !important;
	box-shadow:none !important;
	border-radius:0px !important;
	background-color:transparent !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	margin-top:20px !important;
}