/*trend-dial.css*/

.trendDial .backgroundArc, .rect-progress .background-rect {
    fill: #F1EFEF
}
.trendDial .currentValArc, .rect-progress .foreground-rect {
    fill: #e54b25
}
.trendArrow {
    fill: #e54b25;
    font-family: FontAwesome;
    font-size: 11pt;
    color: #e54b25;
}