.activeLine {
  fill: none;
  stroke-width: 2px;
}

.objectiveLine {
  fill: none;
  stroke-width: 3px;
}

.bb-bars-paired>path{
  stroke: #ffffff!important;
  stroke-width: 1;
}
/* .bb-target-paired{
  transform: translateX(-3px);
} */
.bb-bars-unpaired>path{
  stroke: #ffffff!important;
  stroke-width: 1;
}
/* .bb-target-unpaired{
  transform: translateX(3px);
} */
circle{
  stroke: #ffffff!important;
  r: 4;
  stroke-width: 3;
}
circle._expanded_{
  r:5!important;
}

.logisticDashboardMainTable a[href] {
  text-decoration: none;
  border-radius: 5px;
  background: #f0f0f0;
  width: 3em;
  display: inline-block;
  padding: 0.25em 0.75em;
  font-weight: bold;
  position: relative;
  color: #000000;
  cursor: pointer;
}
.logisticDashboardMainTable a[href]:hover {
  background:#ffffff;
}
.logisticDashboardMainTable a[href]:hover:after {
  font-family: 'Material Icons';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  content: "info";
  position: absolute;
  right: 0;
  font-size: 1.5em;
  top: 0.05em;
  color: #dbdbdb;
}


.dashboardTabs{
  height: 100%;
  /* background: #ffbbff; */
}

md-datepicker.hiddenInput .md-datepicker-input-container input, md-datepicker.hiddenInput .md-datepicker-input-container button {
  display:none;
}

.chartButtonBar button{
  /* float:right; */
}

.multilineTitle .bb-title { font-size: 10px; font-weight: normal; }
.multilineTitle .bb-title tspan:first-child { font-size: 17px; font-weight: bold; }

.md-datepicker-calendar-pane{
  z-index:1000;
}