/*
 * GENERAL
 */
#guestapp-reviews {
    position: relative;
    border-radius: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    width:100% !important;
}

#guestapp-reviews p {
    margin: 8px 0;
}

#guestapp-reviews ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#guestapp-reviews table {
    margin: auto;
    width: 100%;
}

#guestapp-reviews table td {
    border: 0;
    vertical-align: top;
    padding: 0 5px;
    font-size: 12px;
}

.guestapp-criterias {
    padding: 0 15px;
}

.guestapp-comment {
    padding: 10px;
    border-radius: 5px;
}

.guestapp-center {
    text-align: center;
}
.guestapp-right {
    text-align: right;
}

.guestapp-bold {
    font-weight: bold;
}

.guestapp-scale {
    border-top: 1px solid white;
    font-size: 28px;
    padding: 0 8px;
}

.guestapp-mb3 {
    margin: 3px;
}
.guestapp-mb10 {
    margin-bottom: 10px;
}

.guestapp-big2 {
    font-size: 1.5em;
}
.guestapp-big3 {
    font-size: 3em;
    line-height: 1.2em;
}

.guestapp-bar {
    background-color: white;
    border: 1px solid #999;
    height: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.guestapp-progress {
    display: block;
    height: 100%;
    width: 0;
}

.guestapp-rating-bar {
    position: absolute;
}

.guestapp-link {
    color: grey;
    font-weight: 300;
    font-size: 10px;
}
.guestapp-link:hover {
    color: #da3768;
}

.guestapp-see-more {
    cursor: pointer;
}

.guestapp-infos {
    padding: 20px;
}

/*
 * REVIEW AGGREGATE
 */

.guestapp-aggregate h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    /*float: left;*/
    width: auto;
}

.guestapp-aggregate .guestapp-language {
    top: 15px;
    width: auto;
    position: absolute;
    right: 15px;
}

.guestapp-aggregate > .guestapp-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.guestapp-details {
    margin: 0;
    padding: 0 10px 10px 10px;
}

.guestapp-title {
    text-align: center;
}

.guestapp-aggregate .guestapp-average {
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    height: 90px;
    padding-top: 8px;
    text-align: center;
    width: 90px;
    margin: 20px auto 0 auto;
}

/*
 * REVIEW
 */
.guestapp-review {
    padding: 10px;
}

.guestapp-rating {
    height: 31px;
    text-align: center;
    margin: 0 auto 15px auto;
}

.guestapp-review table {
    font-size: inherit;
}
.guestapp-review .ga-review-footer li:nth-child(2) {
    text-align: right;
}
.guestapp-review .guestapp-authenticity {
    text-align: right;
}
.guestapp-review .guestapp-authenticity img {
    height: 30px !important;
    width: auto;
}

.guestapp-footer {
    padding: 10px 0 0 0;
    font-size: 10px;
}

.guestapp-footer img {
    height: 40px !important;
    margin-bottom: 5px;
}

.guestapp-criterias-rating td {
    display: none;
}

.guestapp-criterias-rating.open td {
    display: table-cell;
}

.guestapp-review i {
    font-size: 12px;
}

.guestapp-content-reviews {
    max-height: 475px;
    overflow: auto;
}

.guestapp-response-container {
    margin-top:10px;
}

.guestapp-comment-response {
    padding: 0 10px;
    border-left: 1px dashed;
}

.guestapp-globals-criterias {
    display: none;
}
.guestapp-globals-criterias.open {
    display: table;
    margin-top: 10px !important;
}

.guestapp-show-globals-criterias {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

/* Responsive */
@media (min-width: 480px) {
    .guestapp-average {
        position: absolute;
        left: 20px;
    }

    .guestapp-infos {
        max-width: 300px;
        margin: auto;
    }
}

/*
 * Theme sombre
 */
.guestapp-widget-obscur {
    background-color: #262f34;
    border: 1px solid #000;
    color: #f7f7f7;
    overflow: hidden;
}

.guestapp-widget-obscur table {
    color: #f7f7f7;
}

.guestapp-widget-obscur .guestapp-review {
    border-bottom: 1px solid #000;
}

.guestapp-widget-obscur .guestapp-aggregate > .guestapp-title {
    background-color: #262f34;
}

.guestapp-widget-obscur .guestapp-details {
    background-color: #262f34;
    border-bottom: 1px solid #000;
}

.guestapp-widget-obscur .guestapp-stars {
    color: #f7f7f7;
}

.guestapp-widget-obscur .guestapp-rate {
    color: #da3768;
}

.guestapp-widget-obscur .guestapp-comment {
    background: #2B282F;
    border: 1px solid black;
}

.guestapp-widget-obscur .guestapp-footer {
    border-top: 1px solid black;
}

.guestapp-widget-obscur .guestapp-show-globals-criterias {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

.guestapp-widget-obscur .guestapp-details {
    color: white;
}

.guestapp-widget-obscur .guestapp-scale {
    border-top: 1px solid white;
}

.guestapp-widget-obscur .guestapp-progress {
    background-color: #da3768 !important;
}

.guestapp-widget-obscur .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
}

/*
 * Theme bright
 */
.guestapp-widget-bright {
    background-color: #f5f5f5;
    color: #333;
    overflow: hidden;
}

.guestapp-widget-bright table {
    color: #333;
}

.guestapp-widget-bright .guestapp-review {
    border-bottom: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-aggregate > .guestapp-title {
    background-color: #f5f5f5;
}

.guestapp-widget-bright .guestapp-details {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.guestapp-details {
    color: #333;
}

.guestapp-widget-bright .guestapp-stars {
    color: #333;
}

.guestapp-widget-bright .guestapp-rate {
    color: #da3768;
}

.guestapp-widget-bright .guestapp-comment {
    background: #fff;
    border: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-comment-response {
    border-color: #ccc;
}

.guestapp-widget-bright .guestapp-show-globals-criterias {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

.guestapp-widget-bright .guestapp-scale {
    border-top: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-progress {
    background-color: #da3768 !important;
}

.guestapp-widget-bright .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
}

.guestapp-rating-tooltip img {
    width: 100%;
    height: auto;
}

.guestapp-rating-tooltip {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.guestapp-rating-tooltip::before {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 5px;
    padding: 10px;
    margin-left: 10px;
    color: #fff;
    background: #888;
    border-radius: 5px;
    content: attr(aria-label);
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.guestapp-rating-tooltip:hover:before,
.guestapp-rating-tooltip:focus:before {
    opacity: 1;
}

.guestapp-hidden {
    display: none;
}
