.metrouicss .dropdown-menu {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  list-style: none;
  top: 100%;
  z-index: 11010;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
  display: none;
}
.metrouicss .dropdown-menu.place-right {
  right: 0;
  left: auto;
}
.metrouicss .dropdown-menu a {
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11pt;
  letter-spacing: 0.01em;
  line-height: 13pt;
  font-smooth: always;
  color: #000000;
  display: block;
  width: 100%;
  padding: 3px 20px;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
.metrouicss .dropdown-menu a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.metrouicss .dropdown-menu a:active {
  color: rgba(0, 0, 0, 0.4);
}
.metrouicss .dropdown-menu a:hover {
  background-color: #2d89ef !important;
  color: #ffffff !important;
}
.metrouicss .dropdown-menu li {
  display: list-item;
  line-height: 20px;
}
.metrouicss .dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.metrouicss .dropdown-menu.open {
  display: block !important;
}