/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
.pc-template-btn {
  display: block;
  font-size: 16pt
}

#pc-template-img {
  margin-top: 20px;
}

.route-fav-add {
  background: url(images/icons/award_star_add.png) no-repeat center left !important;
}

.route-fav-del {
  background: url(images/icons/award_star_delete.png) no-repeat center left !important;
}

.icon-route {
  background: url(images/icons/arrow_branch.png) no-repeat center left !important;
}
.icon-stats {
  background: url(images/icons/chart.png) no-repeat center left !important;
}

.alert {
  background: url(images/icons/error.png) no-repeat center left !important;
}

.icon-pdf {
  background: url(images/icons/pdf.gif) no-repeat center left !important;
}

.icon-xls {
  background: url(images/icons/xls.gif) no-repeat center left !important;
}

.icon-csv {
  background: url(images/icons/csv.gif) no-repeat center left !important;
}
