.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  /*float: left;*/
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}


.file-drop-zone-title {
  color: #aaa;
  font-size: inherit !important;
  padding: 0px !important;
  cursor: default;
}

.enable {
  background: #0746f3 !important;
  color: #fff !important;
}

.rate-text {

  font-size: 12px;

}

.stars i {
  color: #d2d2d2;
  font-size: 20px;
  margin-right: 5px;
}

.stars {
  width: 100%;
}

.stars .active {
  color: #EDB867;
}
