#menu-top {
  background-image: url("/images/menu_bcg.png");
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#menu-top-left,
#menu-top-right {
  /* min-width: 510px; */
}
#menu-top-right {
  margin-right: 10px;
}
#menu-top-left {
  order: 1;
}
#menu-top-left .anomalies-block {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 15px;
}
#menu-top-left .anomalies-block a {
  line-height: 0;
  border: 1px solid #5f5f5f;
  padding: 15px 15px;
}
#menu-top-left .anomalies-block a:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#menu-top-right {
  -ms-flex-order: 3;
  /* display: flex; */
  position: absolute;
  /* order: 3; */
  right: 10px;
  top: 72px;
  text-align: right;
  padding: 8px 0;
}
#menu-top-center {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex: 1;
  order: 2;
  text-align: center;
}
#menu-top a.menu-top-link {
  font-size: 14px;
  display: block;
  width: 100px;
  text-align: center;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  height: 100%;
}
#menu-top li.client-account a.menu-top-link {
  width: 120px;
}
#menu-top a.menu-top-link:hover {
  color: white;
  background: #5692C6;
  background: linear-gradient(to top, #5692C6, #ADD1F2);
}
#menu-top a.menu-top-link [class^="icon-"],
#menu-top a.menu-top-link [class^="fa"] {
  padding-top: 2px;
  display: block;
  font-size: 28px;
  margin-bottom: -4px;
}
#menu-top a.menu-top-link-wide {
  width: inherit;
  padding: 0 5px;
}
#menu-top #menu-top-left ul {
  padding: 0;
  margin: 0;
  float: left;
  display: table;
  height: 1px;
}
#menu-top #menu-top-left ul li {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#menu-top ul li.active a {
  color: white;
  background: #5692C6;
  background: linear-gradient(to top, #5692C6, #ADD1F2);
}
#menu-top-center #project-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.menu-dashboard > ul {
  padding: 0;
}
.menu-dashboard > ul > li {
  list-style-type: none;
}
.menu-dashboard > ul > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.menu-dashboard > ul > li > a > img {
  width: 15px;
  margin-right: 8px;
}
/*# sourceMappingURL=menu-top.css.map */