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

.extensions_authorize {
    text-align: center;
    font-size: 10px;
    display: block;
}

.block_upload_home .block_content {
    text-align: center;
}

.block_upload_home {
    padding-bottom: 15px;
}

.block_upload_home .block_content a {
    font-size: 18px;
}

.block_upload_home .block_content a:hover {
    color: #000000!important;
}

.block_upload_home-footer {
    background-color: #ffffff;
}

.block_upload_home.is_17 {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-bottom: 1.5625rem;
    background: #fff;
    padding: 1.5625rem 1.25rem;
    display: inline-block;
}

/* MESSAGE in CART */

p.message-upload-file {
    text-align: center;
    background-color: orange;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 18px;
    margin: 10px 0;
}

.button-upload-start {
    padding: 2px 10px!important;
    background-color: #D22922!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* UPLOAD ON CART */

#div_upload_files_from_cart {
    width: 100%;
    border: 1px solid #333333;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

#uploadfilesoncart {
    color: #000000;
}

.progress {
    text-align:left;
    margin-top:20px;
    position:relative; 
    width:100%; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
}
    
.bar-upload {
    background-color:#87c540; 
    width:0%; 
    height:30px; 
    border-radius: 3px; 
}

.date_from_file {
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
}

.size_from_file {
    display: block;
    float: left;
    font-size: 10px;
}

.prod_name_already_upload {
    float: left;
    width: 100%;
    margin: 0!important;
}

#help_upload {
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 0;
    background-color: #eeeeee;
}

#help_upload  p {
    margin: 0!important;
}

.select_file_for_upload {
    padding: 9px 0;
    text-align: center;
    background-color: #eeeeee;
    margin-bottom: 15px;
}

.title_upload {
    font-size: 20px;
    font-weight: 100;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
}


/* FILL QUOTA */

.bar-main-container {
  margin: 10px auto;
  width: 100%;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFF;
}

.wrap { padding: 8px; }

.bar-percentage {
    float: left;
    background: rgba(0,0,0,0.13);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    width: 10%;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
}

.max_quota {
    width: 100%;
    display: block;
    text-align: center;
    color: #999999;
    font-size: 11px;
    clear: both;
    margin-bottom: 15px;
}


.bar-container {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: rgba(0,0,0,0.13);
  width: 89%;
  margin-left: 1%;
  margin: 12px 0px;
  overflow: hidden;
}

.bar {
  float: left;
  background: #FFF;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.azure   { background: #38B1CC; }
.red     { background: #E44C41; }
.yellow  { background: #EFC32F; }


/*  FILL QUOTA  */