/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 mai 2020, 13:48:15
    Author     : alexislahyani
*/
/*$violet : #7b29ffff;*/
/*$bleuclair : #008bffff;
$bleufonce : #3e5affff;*/
/*$vertclair : #7de4ac;*/
/*$vertfonce : #23CE70;*/
/*$vertfonce : #23CE70;*/
/*$rose : #dc5cffff;*/
/*$orange : #f44848ff;*/
/*$rouge : #ff931fff;*/
/*$jaune : #f5e838ff;*/
#upload-files {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0 auto 20px; }

#uploaded-rows tr {
  /*font-size: 8px;*/ }

#uploaded-files-list th {
  /*font-size: 10px;*/ }

#drop {
  padding: 20px;
  border-radius: 3px;
  /*color: #7f858a;*/
  /*font-size: 12px;*/
  /*font-weight: bold;*/
  /*text-align: center;*/ }

.associated_product ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray; }
.associated_product ::-moz-placeholder {
  /* Firefox 19+ */
  color: gray; }
.associated_product :-ms-input-placeholder {
  /* IE 10+ */
  color: gray; }
.associated_product :-moz-placeholder {
  /* Firefox 18- */
  color: gray; }

#drop a.btn-browse {
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5% 8%; }

table#files-list {
  width: 100%; }

#drop input {
  display: none; }

#upload-files #drop #files-list td.upload-button-sec {
  width: 30%;
  text-align: center; }

#upload-files #drop #files-list td.upload-button-sec a img {
  vertical-align: middle; }

#upload-files #drop #files-list td.upload_inactive {
  background-color: #3e5aff;
  height: 100px;
  width: 1%; }

#upload-files ul li a.update-button {
  color: white;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 34px; }

#upload-files ul {
  list-style: outside none none; }

#upload-files ul li {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(center top, #f6f6f6, #f6f6f6);
  height: 75px;
  padding: 15px;
  position: relative; }

#upload-files ul li input[name="file"], #upload-files ul li input[name="process"] {
  display: none; }

#upload-files ul li p {
  font-size: 16px;
  font-weight: bold;
  left: 120px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  white-space: normal;
  width: 60%;
  word-wrap: break-word; }

#upload-files ul li i {
  color: #7f7f7f;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal; }

#upload-files ul li canvas {
  position: absolute;
  top: 15px; }

#upload-files ul li span {
  background: url("../img/icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 5%;
  top: 34px;
  width: 15px; }

#upload-files ul li.working span {
  background-position: 0 -12px;
  height: 16px; }

#upload-files ul li.error p {
  color: red; }

#tzine-download {
  background-color: #257691;
  border-radius: 2px;
  border-top: 1px solid #26849c;
  box-shadow: 0 -1px 2px #1e5e74 inset;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-top: 6px;
  opacity: 0.9;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #1e6176;
  text-transform: uppercase;
  width: 150px; }

#tzine-download:hover {
  opacity: 1; }

#tzine-actions {
  margin-right: -420px;
  position: absolute;
  right: 50%;
  text-align: right;
  top: 0;
  width: 500px; }

#tzine-actions iframe {
  display: inline-block;
  float: left;
  height: 21px;
  margin-top: 11px;
  position: relative;
  width: 95px; }

#upload-files ul li.details {
  border-bottom: 1px dotted #c1c1c1;
  height: 160px; }

#upload-files ul li.error span {
  background-position: 0 -12px;
  height: 16px; }

.table_bottom_border {
  border-bottom: 1px solid #f1f1f1; }

.table_fonts {
  /*font-size: 12px;*/
  /*text-transform: none;*/ }

.mob-link {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  padding: 0 !important; }

.center {
  text-align: center; }

.upload_file_heading {
  background: none repeat scroll 0 0 #f1f1f1;
  border-left: 4px solid #3e5aff;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-top: 15px; }

.associated_product {
  /*font-size: 12px;*/
  /*width: 20%;*/
  max-width: 300px; }

#Fileuploads {
  text-align: left !important;
  border-left: 1px solid #3e5aff;
  padding-left: 10px; }

#drag-drop {
  /*border: 2px dashed #c4c4c4;*/ }

@media (min-width: 320px) and (max-width: 360px) {
  #drop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    /*color: #7f858a;*/
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }

  #Fileuploads * {
    border-left: 1px solid #c5c5c5;
    font-size: 72%;
    padding-left: 5px; }

  #upload-files #drop a.btn-browse {
    font-size: 72%; }

  #upload-files ul li p {
    font-size: 14px; }

  #upload-files ul li a.update-button {
    right: 8%;
    top: 120px; }

  #upload-files ul li p {
    left: 80px; }

  .download_file {
    display: none; } }
.td_type_de_fichier {
  max-width: 100px;
  text-align: center; }

/*# sourceMappingURL=style_upload.css.map */
