/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.help-block {
    color: #333333;
}

.rating {
    border: none;
    margin:0;
    padding-top: 2px;
    float: left;
}
.rating > input { display: none; }

.rating.stars > label, .rating.stars > span {
    margin: 0;
    border-radius: 0;
    height: 20px;
    float: right;
    width: 20px;
    border: none;
}

.rating.stars > span {
    float: left;
}

.rating.stars > label:before, .rating.stars > span:before {
    margin-top: 0;
    padding: 0;
    font-size: 20px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2605";
    position: relative;
    top: -9px;
}
.rating > label:before, .rating > span:before{
    margin-top: 2px;
    padding: 5px 12px;
    font-size: 1.25em;
    display: inline-block;
    content: "";
}
.rating.stars > label, .rating.stars > span{
    background-color: transparent !important;
}
.rating > label, .rating > span {
    margin: 1px 11px 0px 0px;
    border-radius: 2px;
    height: 16px;
    float: right;
    width: 16px;
    border: 1px solid #c1c0c0;
}

.rating > span {
    float: left;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    background-color:#cc071e!important;
    cursor:pointer;
}

.rating > input:checked + label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    background-color:#cc071e!important;
    cursor:pointer;
}
.rating.stars:not(:checked) > label:hover,
.rating.stars:not(:checked) > label:hover ~ label {
    color:#cc071e!important;
    background-color: transparent !important;
    cursor:pointer;
}

.rating.stars > input:checked + label:hover,
.rating.stars > label:hover ~ input:checked ~ label,
.rating.stars > input:checked ~ label:hover ~ label {
    color:#cc071e!important;
    cursor:pointer;
    background-color: transparent !important;
}

.rating.stars{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.full-star {
    color: #cc071e;
}
.extensions-allow {
    font-weight: bold;
}
.extensions-allow i{
    margin-right: 5px;
}
.extensions-allow span {
    margin-left: 5px;
}
.x_content .select2-container {
    display: block;
}

.footer_links {
    margin-bottom: 20px;
}

#paneltool .panel-button .group_name.open_ticket, #paneltool_final_customer .panel-button .group_name.open_ticket{
    background-image: url('../img/open-ticket.png');
    height: 50px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
#paneltool .panel-button .group_name.view_ticket, #paneltool_final_customer .panel-button .group_name.view_ticket{
    background-image: url('../img/view-tickets.png');
    height: 50px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
#paneltool .panel-button .group_name.view_alerts, #paneltool_final_customer .panel-button .group_name.view_alerts{
    background-image: url('../img/avisos-de-llegada.png');
    height: 50px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
#paneltool .panel-button .group_name.view_alerts, #paneltool_final_customer .panel-button .group_name.view_invoices{
    background-image: url('../img/view-tickets-old.png');
    height: 50px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 500px){
    .rating.stars {
        margin: 0 auto;
        /*display: block;*/
        text-align: center;
        float: none;
    }
    .rating.stars > label, .rating.stars > span {
        width: 33%;

    }
}