/* Colorpicker: spectrum custom */
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  font-family: "icomoon";
  font-size: 20px;
}
.cancel-on-png:before {
  content: "\eae8";
}
.cancel-off-png:before {
  content: "\eae8";
}
.star-on-png:before {
  content: "\f005";
}
.star-off-png:before {
  content: "\f006";
}
.star-half-png:before {
  content: "\f123";
}
[class^="star-"] {
  color: #2c3e50;
  margin-left: 6px;
}
.star-on-png,
.star-half-png {
  color: #eeaa32;
}
.cancel-on-png {
  color: #c0392b;
}
