/* FORM */
.oneplusrate-form {
    background: #eee;
    padding: 20px;
}
.oneplusrate-form input {
    -webkit-appearance: none;
}
#oneplusrate-form .invalid-input {
    border: 1px solid #f00;
}
    /* Stars */
.star-rating-input {
    display: inline-block;
    vertical-align: middle;
    color: #f39c12;
}
.star-rating-input label:hover {
    color: #db8b0b
}
.star-rating-input input {
    display: none !important;
}
.star-rating-input label {
    cursor: pointer;
    text-indent: 0;
    width: 1em;
    overflow: hidden;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1.5em;
}
.star-rating-input  label:before {
    content: "★";
    display: inline-block;
    text-shadow: 0 0 0 #777;
}

.star-rating-input input:checked ~ label {
    color: #777
}
.oneplusrate-trusted-label {
    float: right;
}
.star-rating-input input:checked ~ label:hover {
    color: #db8b0b
}

.star-rating-input label.active:before{
    color: #f39c12;
}
.star-rating-input label.disabled:before{
    color: #777;
}
/* REVIEWS */
.oneplusrate-review {
    background: #eee;
    padding: 10px 20px;
    padding-bottom: 15px;
}
.oneplusrate-review-title {
    display: inline;
    margin-right: 15px;
}
.rate {
    line-height: 1;
    float: right;
}
/* AGGREGATE */
.oneplusrate-aggregate {
    background: #eee;
    padding: 10px 20px;
    line-height: 1.3;
}.oneplusrate-aggregate .vcard span
 {
    display: block;
}
.oneplusrate-aggregate .vcard span.postcode,
.oneplusrate-aggregate .vcard span.locality {
    display: inline;
}
.oneplusrate-trusted-label {
    max-width: 75px;
    max-height: 75px;
}
.oneplusrate-logo {
    max-width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 15px;
}
/* STARS */
.average-rating {
    padding-bottom: 25px;
    display: inline;
}
.average-rating .rating-sum {
    display: inline-block;
    padding-top: 10px;
}
.rated-star {
 display: inline-block;
 vertical-align: middle;
 color: #f39c12;
 margin-right: 5px;

}
.rated-star span {
    text-indent: 0;
    width: 25px;
    font-size: 25px;
}
.rated-star  span:before {
    content: "★";
    display: inline-block;
    text-shadow: 0 0 0 #777;
}

.rated-star.empty span {
    color: #777
}


.rated-stars {
    display: inline;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
}
.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #777;
    font-size: 35px;
    height: 25px;
    width: 175px;
    position: relative;
    padding: 0;
}

.star-ratings-css-top {
    color: #f39c12;
    padding: 0;
    position: absolute;
    z-index: 1;
    display:block;
    left: 0px;
    overflow: hidden;
}
.star-ratings-css-bottom { z-index: 0; }

.error-message {
    color: #f00
}

.invalid-message {
    color: #f00;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    display: block;
}

.checkbox-item {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.checkbox-item label {
    padding: 0 0 10px;
}

.checkbox-item input[type=checkbox] {
    display: none;
}

.checkbox-item input[type=checkbox]:checked + .item-label::before {
    content: "√";
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    text-align: center;
    line-height: 0.8;
}
.checkbox-item .item-label:before{
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: "";
    height: 15px;
    top: 5px;
    left: -22px;
    position: absolute;
    width: 15px;
}

.checkbox-item .item-label.invalid-checkbox:before{
    border: 1px solid #f00;
}
