﻿/* For mobile phones: */
.rate-container {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	height: auto;
}

.rate-item{
    background-image: url(../images/stella_vuota.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20%;
    height: 40px;
    float:left;
    cursor: pointer;
	position:relative;
}

.rate-item-mobile {
    background-image: url(../images/stella_vuota.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10%;
    height: 20px;
    float: left;
    cursor: pointer;
    position: relative;
}



.rate-item span{
	position: absolute;
    display: none; 
    top: -33px;
    left: -19px;
    z-index: 1;
    background: #4aace7;
    color: white;
    padding: 4px;
    font-weight: bold;
    border-radius: 5px;
    width: 71px;
	text-align:center;
}

.rate-item span::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #4aace7;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.rate-item-selected {
	background-image: url('/Content/images/stella_blu.png')
}

.rate-item-active {
	background-image: url('../images/stella_gialla.png') !important;
}


@media only screen and (min-width: 600px)
{
}

@media only screen and (min-width: 768px)
{

}
