/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2016 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 * @version   of the vouchers engine: 3.4
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.photo-object {
    padding: 10px;
    display: inline-block;
    background: #000000;
/*	border: 1px solid #808080;   */
}

.photo-voting .pstar {
    background: url("../img/star.png") no-repeat;
    cursor: pointer;
    float: left !important;
    height: 20px;
    width: 20px;
}

.photo-voting {
    display: block;
    background: #000000;
}

.photo-voting .opacity100 {
    opacity: 1.0 !important;
}

.photo-voting .r {
    margin: auto;
    width: 110px;
    display: block;
    height: 30px;
    padding: 5px;
    padding-bottom: 0px;
    clear: both;
}

.photo-voting .ajax {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #c0c0c0;
}

.photo-voting .ajax span {
    font-size: 10px;
    color: #c0c0c0;
    display: block;
    clear: both;
}

.transparent .pstar {
    opacity: .25; /*BASE STARS ARE TRANSPARENT UNTIL MOUSEOVER*/
}

.rating .pstar {
    opacity: 1.0; /*CURRENT RATING IS VISIBLE UNTIL MOUSEOVER*/
}

.votes {
    float: left; /*KEEPS THE NUMBER OF VOTES NEXT TO THE RATING & BASE*/
}

#pictureupload_form, #videoupload_form {
    border: 1px solid #cecece;
/*    background: #FFFACC;   */
    display: none;
/*    padding: 11px;    */
}

#pictureupload_form fieldset, #videoupload_form fieldset {
    margin: 5px;
    /* background: #FFF; */
    /* border: 1px solid #C8CCB3; */
}

#pictureupload_form fieldset input, #videoupload_form fieldset input {
    padding: 11px;
    width: 100%;
}

#pictureupload_form fieldset .upload_row, #videoupload_form fieldset .upload_row {
    text-align: center;
}

#picture_upload_button_div, #videoupload_button_div {
    margin-bottom: 20px;
    text-align: center;
    display: block;
}