.static-tooltip{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9001;
  background: white;
  opacity: 0.95;
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
  min-width:200px;
  pointer-events: none;
  button {
    pointer-events: auto;
  }
}

.static-tooltip.bhca {
  top: 0;
  right:0;
}
.static-tooltip.busiest-5 {
  top: 93px;
  left:24px;
  max-width: 255px;
  min-width: 200px;
}
.small-item-value{
  text-transform: uppercase;
  color: black;
  display: block;
  font-size: 1.3rem;
}

.item-label{
  text-transform: uppercase;
  display: block;
  font-size: 1.01rem;
}
.item-value{
  color: black;
  display: block;
  font-size: 2rem;
}
.item-secondary {
  color: black;
  display: block;
  font-size: 1.3rem;
  white-space: pre-line;
  margin-bottom: 10px;
}
.tooltip-title{
  text-transform: uppercase;
  display: block;
  font-size: 1.01rem;
}

.static-tooltip-header{
  color: #7e95ac;
}

.static-tooltip-item-list{
  margin-top: 10px;
  margin-bottom: 0px;
}

.trunk-traffic .static-tooltip-item {
  color: #7e95ac;
  position: relative;
  padding-left: 20px;
  line-height: 2.2rem;
  font-size: 1.4rem;
}

.static-tooltip-item-value{
  float: right;
}

.trunk-traffic .static-tooltip-item .bullet {
  content:"•";
  color: #000000;
  position: absolute;
  left: 0;
  font-size: 3.5rem;
  line-height: 2.2rem;
}


// Trunk Traffic colors
.trunk-traffic .static-tooltip-item.inbound .bullet {
  color: #FF8D06;
}
.trunk-traffic .static-tooltip-item.internal .bullet {
  color: #BB54E5;
}
.trunk-traffic .static-tooltip-item.outbound .bullet {
  color: #00A2EF;
}

.trunk-traffic .static-tooltip-item.tromboned .bullet {
  color: #6645AD;
}


// Color Scheme colors class definitions
// .trunk-traffic .static-tooltip-item._FF9801::before {
//     color: #FF9801;
// }
// .trunk-traffic .static-tooltip-item._39B54A::before {
//     color: #39B54A;
// }
// .trunk-traffic .static-tooltip-item._7C33BA::before {
//     color: #7C33BA;
// }
// .trunk-traffic .static-tooltip-item._0160B8::before {
//     color: #0160B8;
// }
// .trunk-traffic .static-tooltip-item._FDB813::before {
//     color: #FDB813;
// }
// .trunk-traffic .static-tooltip-item._C062E4::before {
//     color: #C062E4;
// }
// .trunk-traffic .static-tooltip-item._FF0000::before {
//     color: #FF0000;
// }
// .trunk-traffic .static-tooltip-item._049FD9::before {
//     color: #049FD9;
// }
// .trunk-traffic .static-tooltip-item._C03021::before {
//     color: #C03021;
// }
// .trunk-traffic .static-tooltip-item._C03021::before {
//     color: #C03021;
// }
// .trunk-traffic .static-tooltip-item._00AEEF::before {
//     color: #00AEEF;
// }
// .trunk-traffic .static-tooltip-item._8CA3AD::before {
//     color: #8CA3AD;
// }
// .trunk-traffic .static-tooltip-item._B3B2B1::before {
//     color: #B3B2B1;
// }



// // Overwrite for Polycom and Cisco
// .trunk-traffic .static-tooltip-item.Polycom::before {
//     color: #FF0000 !important;
// }
// .trunk-traffic .static-tooltip-item.Cisco::before {
//     color: #049FD9 !important;
// }

.drilldown-btn {
  width: 100%;
}
