.barWrapper {
}
/* .tooltip{
    background: transparent !impportant;
  position:relative;
  float:right;
} */
.tooltip {
  background: #ddd !impportant;position:relative;
  float:right;}
.tooltip > .tooltip-inner {background-color: #46ADE1; padding:5px 15px; color:white; font-weight:bold; font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #46ADE1;}

section{
  margin:100px auto; 
  height:1000px;
}
.progress{
  border-radius:50px;
  overflow:visible;
}
.progress-bar{
  border-radius:10px;
   background:rgb(181, 39, 39) !important; 
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}
.tooltip > .tooltip-inner {
    background-color: #fff;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    font-size: 13px;
}
.nomcat{
  background:#f37936;color:#ffffff;font-weight:700;text-transform:uppercase;text-align:center;border-radius:4px;top:30px
}