/**
* 2007-2019 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-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#product-features-list-wrapper ul.scrolled{
	max-height: 600px; 
	overflow-y: scroll;
	border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
#product-features-list-wrapper ul li{
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    font-size: 13px;
}
#product-features-list-wrapper ul.scrolled li{
    cursor: pointer;
}

.featuresContainer{margin-top:20px;}

#product-features-list-wrapper div.leyenda{border: 1px solid  #E3A11E;padding: 5px;background-color: #EADCBF;}
#product-features-list-wrapper li:nth-child(even) {background: rgb(220, 220, 220);}
#product-features-list-wrapper li:nth-child(odd) {background: rgb(230, 230, 230);}

#features-list-wrapper li{line-height: 32px;}
#features-list-wrapper li:nth-child(even) {background: rgb(220, 220, 220);}
#features-list-wrapper li:nth-child(odd) {background: rgb(230, 230, 230);}
#product-features-list-wrapper div.leyenda li{font-size: 12px;}
#product-features-list-wrapper div.leyenda li:nth-child(even),
#product-features-list-wrapper  div.leyenda li:nth-child(odd),
#product-features-list-wrapper div.leyendaInfo li:nth-child(even),
#features-list-wrapper div.leyendaInfo li:nth-child(even),
#features-list-wrapper div.leyendaInfo  li:nth-child(odd){background: none;}

#features-list-wrapper label.feature_name{width: 200px; text-align: left;}
#features-list-wrapper span.link-save{float: right; cursor: pointer;}
#features-list-wrapper span.link-save.disabled{color: silver;}
#features-list-wrapper span.link-cached{float: right; cursor: pointer;}
#features-list-wrapper input[type="text"]{width: 200px;height: 22px;}
#features-list-wrapper select{width: 200px;}
#features-list-wrapper select option{width: 100%;}
#features-list-wrapper div.leyenda{border: 1px solid  #E3A11E;padding: 5px;background-color: #EADCBF;}
#features-list-wrapper div.leyendaInfo{border: 1px solid  #3CAB61;padding: 5px;background-color: #BFEACD; margin-bottom: 22px;}

li span.nogroup{width: 20px; height: 20px; border: 2px solid graytext;  border-radius: 25px; background: graytext; display: block;float: left;margin-right: 5px;margin-top: 10px;}
li span.donegroup{width: 20px; height: 20px; border: 2px solid greenyellow;  border-radius: 25px; background: greenyellow;display: block;float: left;margin-right: 5px;margin-top: 10px;}
li span.pendinggroup{width: 20px; height: 20px; border: 2px solid orange;  border-radius: 25px; background: orange;display: block;float: left;margin-right: 5px;margin-top: 10px;}
li span.nostarted{width: 20px; height: 20px; border: 2px solid blanchedalmond;  border-radius: 25px; background: blanchedalmond;display: block;float: left;margin-right: 5px;margin-top: 10px;}
label.bigtitle{font-weight: bold;}
div.save_all{width: 300px; margin-left: auto; margin-right: auto;text-align: center;}
div.save_all span{ display: block;}

div.save_description{width: 300px; margin-left: auto; margin-right: auto;text-align: center;}
div.save_description span{ display: block;}
span.link-save-all i{font-size: 50px;cursor: pointer;}
span.link-save-description i{font-size: 50px;cursor: pointer;}

.productName{
	font-size: 17px;
    color: #FF6515;
    font-weight: bold;
}
