﻿

.btnOpenRecensione {
    display: inline-table;
    text-transform: uppercase;
    vertical-align: top;
    padding: 8px;
    background-color: #edc10a;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    margin-top: 0px;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    border: 1px solid #edc10a;
}
    .btnOpenRecensione:hover {
        background-color: #000;
        border: 1px solid #000;
    }


.recensioneListOrder {
    padding-left: 100px;
    background-position: left center;
    background-image: url(../App_Images/stelle_send_default.svg);
    background-repeat: no-repeat;
    background-size: 90px;
}
/* RECENSIONI  --------------------------------------------------------------------------------------------*/

.boxProduct .mini-score-container {
    text-align:left;
}
.boxProduct .score-container-star-rating {
    margin:0 0 0 -2px;
}
.boxProduct .mini-score-container .reviews-stats {
    text-decoration:none;
}
.boxProduct .small-star.star-rating-non-editable-container {
    background: url(../App_Images/stelle_send_default.svg) left bottom no-repeat;
}

.score-container {
        font-family: 'Open Sans', sans-serif;
        padding: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;

}
.score-container .score {
    color: #333;
    font-size: 64px;
    font-weight: 100;
    line-height: 64px;
}




.score-container-star-rating {
    height: 24px;
    margin: 0 0 8px 2px;
}


.mini-score-container  *{
    background-size:80px !important;
}

.mini-score-container .small-star.star-rating-non-editable-container {
    width: 82px;
}
.mini-score-container .reviews-stats {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #a9a7a7;
    line-height: 12px;
    text-decoration:underline;
}

.mini-score-container .textUserReviews {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #a9a7a7;
    line-height: 33px;
}

.mini-score-container .textReviews {
    display: block;
    vertical-align: top;
    font-size: 16px;
}

.boxTextRecensioni {
    display:block;
    width:100%;
    margin:20px 0;
}

.listReviews {
    display: block;
    margin-bottom: 20px;
    padding: 5px 5px 15px 5px;
    background-color: #fff;
}

.small-star{
    display: inline-block;
    position: relative;
}
.small-star.star-rating-non-editable-container {
    background: url(../App_Images/stelle_default.svg) left bottom no-repeat;
    height: 24px;
    width: 120px;
}
.small-star .current-rating {
    background: url(../App_Images/stelle_rating.svg) left bottom no-repeat;
    height: 24px;
}
.current-rating {
    background: url(../App_Images/stelle_rating.svg) left bottom no-repeat;
    display: block;
    position: absolute;

}


.score-container .reviews-stats {
    color: #8d8d8d;
    font-size:12px;
}
.rating-box {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    */
    margin-bottom: 50px;

    white-space: nowrap;
}
.rating-box .rating-histogram {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 20px 200px;
    width: 100%;
}
.rating-box .rating-bar-container {
    color: #737373;
    height: 23px;
    font-weight: 400;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
}
.rating-box .bar-label {
    font-size: 11px;
    left: -28px;
    letter-spacing: 1px;
    position: absolute;
    top: 4px;
    color:#000;
}

.star-tiny {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px;
}

.rating-box .bar-label .star-tiny {
    left: -2px;
    position: relative;
    top: -2px;
}
.star-tiny.star-full {
    background: url(../App_Images/stelle_default.svg) 0px 1px no-repeat;
    background-size: 66px;
}
.rating-box .bar-number {
    color: #333;
    font-size: 11px;
    left: 5px;
    position: absolute;
    top: 4px;
}
.rating-bar-container .bar {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
    display: inline-block;
    height: 100%;
}


.rating-bar-container.five .bar {
    background: #88b131;
}
.rating-bar-container.four .bar {
    background: #99cc00;
}
.rating-bar-container.three .bar {
    background: #ffcf02;
}
.rating-bar-container.two .bar {
    background: #ff9f02;
}
.rating-bar-container.one .bar {
    background: #ff6f31;
}

/*- BOX DEFAULT PER VOTARE ----------------------------------------------*/

.box-star-rating-default {
    display:block;
    position:relative;
    margin:5px auto;
    width:200px;
    height:40px;
    background-image:url(../App_Images/stelle_send_default.svg);
    background-position:left center;
    background-repeat:no-repeat;
}

.box-current-rating {
    background-image: url(../App_Images/stelle_send_rating.svg);
    background-position:left center;
    background-repeat:no-repeat;
    display: block;
    position: absolute;
    z-index:2;
    top:0;
    left:0;
    height:40px;
    width:0%;
}
.box-hover-rating {
    display: block;
    position: absolute;
    z-index:5;
    top:0;
    left:0;
    height:40px;
    width:100%;
}
    .box-hover-rating  span {
        display:inline-block;
        vertical-align:top;
        height:40px;
        width:20%;
        cursor:pointer;
    }

.labelValue {
    color:#39f;
    font-size:13px;
}
/*-----------------------------------------------------------------------*/


.boxRecensioni {
    background-color:#fff;
    display:block;
    position:relative;
    padding-bottom:30px !important;
    padding-top:120px !important;
}

    .boxRecensioni h3 {
        font-size:14px;
        margin-bottom:10px;
    }