:root {
    --c-secondary: #333;
	--c-grey-hover: #5a5b5b;
}
#list_menu li a.active {
  background: var(rgba(247, 248, 251, 0.2));
  color: var(--c-white);
}
#list_menu li div table tr td a:hover {
  background: var(--c-light-grey-hover);
}
button-back:hover::before {
	background-color: var(#333);
}
#list_menu li a:hover {
  background: #5a5b5b;
  color: var(--c-white);
  border-radius: 4px;
}
#list_menu li div {
  top: 99%;
  display: none;
  position: absolute;
  padding: 0px 0 5px 0;
  background: #333333;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  min-width: 100%;
  box-shadow: 0px 1px 2px #95939396;
  z-index: 100;
}
#list_menu li div table tr td a {
  margin: 0px;
  padding: 12px 8px;
  background: #333333;
  background-position: 0 3px;
  color: var(--c-grey);
}
.broker-tools-bar {
	display: flex;
	justify-content: space-between;
	background-color: #333;
	padding-top: 1rem;
	padding-bottom: 1rem;
}