.widget-normal {
  background-color: rgba(51,51,51,.4);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px 15px 15px
}
.iconfont {
  font-family: iconfont!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.handle-list li {
  margin-bottom: 4px
}

.handle-list li .trace_value {
  font-size: 12px;
  padding: 4px 8px
}

.handle-list li .trace_value a {
  margin-right: 4px
}

.handle-list .handle {
  background: rgba(238,238,238,1);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 32px;
  line-height: 32px;
  position: relative;
  cursor: pointer
}

.handle-list .handle a {
  color: #606060;
  text-decoration: none;
}

.handle-list .handle .collapse {
  display: block;
  float: left;
  width: 24px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 1;
  font-weight: 700
}

.handle-list .handle .collapse:hover {
  color: hsla(0,0%,100%,.75)
}

.handle-list .handle .bar-graph {
  background: #5faee1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0
}

.handle-list .handle .bar-text {
  padding: 0 8px;
  position: relative;
  white-space: nowrap;
  overflow: hidden
}

.handle-list .handle .bar-text .icon-arrow {
  position: relative;
  top: 2px;
  float: right;
  font-size: 12px;
  margin-left: 5px
}

.handle-list .handle .bar-text .num {
  float: right;
  width: 35%;
  text-align: right
}

.handle-list .handle .bar-text .name,.handle-list .handle .bar-text .num {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px
}

.handle-list .handle .bar-text .name {
  width: 55%
}

.handle-list .handle:hover {
  background: #5faee1;
  color: #fff;
}
.handle-list .handle:hover a{
  color: #fff;
}
.handle-list .handle.selected {
  background: #009fe8;
  color: #333;
  cursor: default
}

.handle-list .handle.selected a {
  color: #fff;
  cursor: pointer
}
.handle-list .handle.selected a .bar-graph{
  background: #009fe8;
}
.handle-list li ul {
  padding-left: 20px;
  padding-top: 5px
}
.arrow-selected{
  display: inline-block;
  border-width:8px 0 8px 8px;
  border-style:solid;
  border-color:transparent;
  border-left-color:#009fe8;
  position:absolute;
  top:50%;
  margin-top:-8px;
  right:-8px;
}
