/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 18, 2017, 11:06:14 AM
    Author     : eren
*/
.star-ratings{
    margin: 0 auto;
    margin-top: 10px; 
}

.rating {
    overflow: hidden !important;
    display: inline-block !important;
}


.rating-input {
    float: right !important;
    width: 26px !important;
    height: 26px !important;
    padding: 0;
    margin: 0 0 0 -26px !important;
    opacity: 0 !important;

}

.rating-input:hover  ~ .rating-star{ 
    cursor: pointer;
}
.rating-star {
    position: relative !important;
    float: right;
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    background: url('../img/star.png') 0 -26px !important;
}


.rating-input:checked ~ .rating-star {
    background-position: 0 0 !important;
    cursor: pointer;
}

.rating-star  {
    position: relative !important;
    float: right !important;
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    background: url('../img/star.png') 0 -26px !important;
}