.card-header{
  font-weight: bold;
  font-size: 12px;
}
.select2-container {
  min-width: 100%;
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #1e272e !important;
  color: white !important;
  border-radius: 15px !important;
}

.data-tooltip,.data-tooltip-bar{
  z-index: 10000;
      position: absolute;
      width: auto;
      height: auto;
      background: none repeat scroll 0 0 #f2f2f2;
      border: 0 none;
      border-radius: 8px 8px 8px 8px;
      box-shadow: -3px 3px 15px #888888;
      color: black;
      font: 12px sans-serif;
      padding: 5px;
      text-align: left;
  }
  .tooltip-title {
      font: 18px sans-serif;
      text-align: center;
      width: 100%;
      border-bottom: 0.1rem solid gray;
      margin-bottom: 1.5px;
  }
  .tooltip-count {
      font-size: 14px;
      padding-top: 0rem;
      display: block;
  }
  .tooltip-bar p {
      padding:5px;
  }
  .tooltip-bar {
      background:steelblue;
      color:white;
      padding:5px;
  }
