.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 12px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-icon {
    position: absolute;
    top: 2px;
    left: 46px;
    font-size: 26px!important;
}


.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  margin-top: 10px;
  font-weight:bold;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*Menu*/
.dropdown-menu {

    background-color: #005dba!important;
     border: none;
   
   
}

 .dropdown-menu li a{
          color: #ffffff!important;
          font-size:14px; 
          border-bottom:  1px solid #ffffff;

}


.dropdown-menu li:last-child a {
     border-bottom:  none;
} 
