/**
 * Ratings plugin
 *
 * @package Ratings
 * @copyright (c) Cotonti Team
 * @license https://github.com/Cotonti/Cotonti/blob/master/License.txt
 */
/* Hide radio elements */
input.star, input.rstar{ display: none; }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:23px;height:21px;text-indent:-999em;/**cursor:pointer;**/display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../../../images/icons/default/remove.png) no-repeat 0 -20px; display: none !important;}

div.star-rating,div.star-rating a{
	background:url(small-app1.svg) no-repeat 0 0px; 
	background-size: cover;
	padding-right: 3px;
}
div.rating-cancel a,div.star-rating a{display:block;width:20px;height:100%;background-position:0 0px;border:0;font-size:0}
div.star-rating-on a{background-position:0 -20px!important}
div.star-rating-on a {   
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

div.star-rating-hover a{background-position:0 -40px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.stories div.star-rating,.stories div.star-rating a{
	background:url(small-app.svg) no-repeat 0 0px; 
	background-size: cover;
	padding-right: 3px;
}

.alpha-dark.stories div.star-rating,.alpha-dark.stories div.star-rating a{
	background:url(small-app_light.svg) no-repeat 0 0px; 
	background-size: cover;
	padding-right: 3px;
}

.stories div.rating-cancel a,.stories div.star-rating a{display:block;width:20px;height:100%;background-position:0 0px;border:0;font-size:0}
.stories div.star-rating-on a{background-position:0 -20px!important}
.stories div.star-rating-on a {   
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.stories div.rating-cancel,.stories div.star-rating{float:left;width:23px;height:21px;text-indent:-999em;/**cursor:pointer;**/display:block;background:transparent;overflow:hidden}
.stories div.rating-cancel,.stories div.rating-cancel a{background:url(../../../images/icons/default/remove.png) no-repeat 0 -20px; display: none !important;}


.stories div.star-rating-hover a{background-position:0 -40px}
.alpha-dark.stories div.star-rating-hover a{background-position:0 -40px}
/* Read Only CSS */
.stories div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
.stories div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
