/**
* 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.
*/

.cabecera-descargas{
    margin: 10px 10px 20px;

}
.buscador-descargas{
    padding: 10px;
    width: 50%;
    max-width: 500px;
    color: #767676;
    font-size: 15px;
    padding-left: 19px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada;
    padding: 11px;
}

#search_widget .select2-container{
    min-width: 500px;
}

.result-descargas{
    margin-top: 20px;
}

#module-ecommdownloads-downloadview .ui-corner-all{
    width: 500px !important;
    font-size: 0.9em !important;
}
#search_widget .table th{
    font-family: 'Lato';
    color: #32353B;
    font-weight: 400;
    font-size: 16;
} 
#downloads .hidden{
    display: none !important;
}
#downloads span{
    font-family: 'Lato';
    color: #32353B;
    font-weight: 400;
    font-size: 16;
}
#downloads a{
    font-family: 'Lato';
    color: #173E6F;
    font-weight: 400;
    font-size: 16;
}
.select2-container--default .select2-selection--single{
    min-height: 40px;
    
}
.select2-selection__arrow{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    display: flex;
    align-items: center;
}