.floating_menu{
	position: relative;
}
.user_member{
	background-color: #fff;
	-webkit-box-shadow: -2px -3px 7px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -2px -3px 7px -5px rgba(0, 0, 0, 0.4);
	box-shadow: -2px -3px 7px -5px rgba(0, 0, 0, 0.4);
  height: 58px;
  width: 54px;
  position: fixed;
  bottom: 50%;
  right: 0%;
  padding: 15px 17px;
}
.market_analysis{
	background-color: #fff;
	-webkit-box-shadow: -1px 2px 6px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -1px 2px 6px -3px rgba(0, 0, 0, 0.4);
	box-shadow: -1px 2px 6px -3px rgba(0, 0, 0, 0.4);
  height: 58px;
  width: 54px;
  position: fixed;
  bottom: 41%;
  right: 0%;
  padding: 15px 10px;
}
.user_member > i,
.market_analysis > i{
	color: #404f77;
}
.arrow_left_background {
  width: 0; 
  height: 0; 
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent; 
  border-right: 8.5px solid rgba(0,0,0,0.2);
  position: fixed;
}
.arrow_left_foreground {
	width: 0; 
  height: 0; 
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent; 
  border-right: 7px solid #fff;
  position: fixed;
}
.floating_popover {
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,.2);
  box-shadow: 0 0px 5px rgba(0,0,0,.2);
  position: fixed;
  width: 300px;
  height: auto;
}
.floating_popover#float_login{
	bottom: 43%;
  right: 70px;
}
.floating_popover#float_analysis{
	bottom: 40%;
	right: 70px;
}
.login_arrow > .arrow_left_background, .login_arrow > .arrow_left_foreground{
	bottom: 53.5%;
  right: 54px;
}
.analysis_arrow > .arrow_left_background, .analysis_arrow > .arrow_left_foreground{
	bottom: 44%;
  right: 54px;
}
#float_login, #float_analysis{
	display: none;
}
.custom_pop_title{
	background-color: #fff;
}
.custom_pop_title div{
	color: #333;
}
.custom_addon.input-group-addon:first-child{
	background-color: #fff;
}
.custom_addon span{
	color: #333;
}
.custom_form{
	margin-right: 0;
	margin-left: 0;
}
.custom_btn_login{
	background-image: -webkit-linear-gradient(top,#404f77 0,#404f77 100%);
  border-color: #404f77;
}
#incorrect{
  margin-bottom: 10px;
}
.custom_popover_analysis{
  padding: 0;
}
.custom_dropdown{
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  float: none;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid transparent;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
}
.content_market{
  width: 100%;
}
.align_content_market{
  white-space: normal !important;
  padding: 3px 10px !important;
}
.custom_heading_market{
  font-size: 11pt;
}
.btn_view_more{
  white-space: normal !important;
  padding: 0px 10px !important;
  text-align: center;
  font-size: 12pt;
}