﻿
.rating {
    margin: 6px;
}

.star {
    font-size: xx-large;
    width: 38px;
    display: inline-block;
    color: #c2c2c2;
    margin-bottom: 20px;
    cursor: pointer;
}

    .star:before {
        content: '\2605';
        position: absolute;
    }

    .star.on {
        color: #1a76d2;
    }

    .star.zero:after {
        content: '\2605';
        color: #1a76d2;
        position: absolute;
        overflow: hidden;
        width: 0;
    }

    .star.onU {
        color: #fdbe00;
    }

    .star.zeroU:after {
        content: '\2605';
        color: #fdbe00;
        position: absolute;
        overflow: hidden;
        width: 0;
    }

    .star.zero:hover::after {
        width: 0 !important;
    }

.p25:after {
    width: 10px !important;
}

.p50:after {
    width: 14px !important;
}

.p75:after {
    width: 18px !important;
}

/*.star:hover {
    color: #fdbe00 !important;
}*/

.commentPainel {
    position: relative;
    display: none;
}

.commentResult{
   margin-top:20px;
   display:none;
}

.star.peq{
    font-size: large !important;
    width: 18px!important;
}

.commentItem a {
    font-size: 14px;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    line-height: 22px;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
    padding-right: 5px;
    text-decoration:none;
}


.cross {
    color: #A0A0A0;
    cursor: pointer;
    float: left;
    font-size: 44px;
    margin-right: 5px;
}
.cross:hover {
    color: #fdbe00;
}

.cross.on {
        color: #fdbe00;
    }
.cross.off {
        color: #A0A0A0;
}
/*271A*/
/*26AA*/
/*2295*/
