/* Raty Fonts */
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../font/raty.eot");
  src: url("../../font/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../font/raty.svg#raty") format("svg");
  src: url("../../font/raty.ttf") format("truetype");
  src: url("../../font/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  color: #a0a0a0;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/* end Raty Fonts */

.star-on-png {
  color: #076191;
}
.cancel-on-png {
  color: #c60f13;
}

.rating .hint {
  position: absolute;
  top: -14px;
  left: 45px;
  font-size: 12px;
  text-align: right;
  width: 115px;
}


.rating-container {
	margin-bottom: 1.25rem;
}
.rating-container > .row {
	padding-top: 1.25rem;
}
.rating-container > .row:nth-child(odd) {
	background: #f1f1f1;
}

.rating-container .reset-rating {
	display: inline-block;
	color: #a0a0a0;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 4px;
}
.rating-container .reset-rating:hover {
	color: #C60F13;
}
.rating-container .jq-ry-container {
	display: inline-block !important;
	vertical-align: middle;

}

@media only screen and (max-width: 1024px) {
	.rating-question p {
		margin-bottom: .2rem;
	}
	.rating {
		margin-bottom: 1rem;
	}
  
  .rating .hint {
    top: 6px;
    left: inherit;
    right: 10px;
  }
}
