/* Uploader: Drag & Drop */
.delButton {display:none;}
.filename {visibility:hidden; height:0px !important; padding: 0px; margin: 0px;}
.resumable-error {display:none; font-size:14px;}
.resumable-file-size-exception {display:none; font-size:14px;}
.resumable-file-type-exception {display:none; font-size:14px;}
.resumable-one-file-exception {display:none; font-size:14px;}
.resumable-drop {
  background: #FFF url("../images/upload.png") no-repeat scroll center 30px;
  border: 1px solid #b0b0b0;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: #6c727e;
  font-size: 1.2em;
  text-align: center;
  min-width: 100px;
  min-height: 50px; 
}
.dragover {padding:30px; color:#555; background-color:#ddd; border:1px solid #999;}

/* Uploader: Progress bar */
.resumable-progress {width:100%; display:none;}
.progress-container {height:7px; background:#9CBD94; position:relative; }
.progress-bar {position:absolute; top:0; left:0; bottom:0; background:#45913A; width:0;}
.progress-text {font-size:11px; line-height:9px; padding-left:10px;}
.progress-pause {padding:0 0 0 7px;}
.progress-resume-link {display:none;}
.is-paused .progress-resume-link {display:inline;}
.is-paused .progress-pause-link {display:none;}
.is-complete .progress-pause {display:none;}

/* Uploader: List of items being uploaded */
.resumable-list {overflow:auto; margin-right:-20px; display:none;}
.uploader-item {width:148px; height:90px; background-color:#666; position:relative; border:2px solid black; float:left; margin:0 6px 6px 0;}
.uploader-item-thumbnail {width:100%; height:100%; position:absolute; top:0; left:0;}
.uploader-item img.uploader-item-thumbnail {opacity:0;}
.uploader-item-creating-thumbnail {padding:0 5px; font-size:9px; color:white;}
.uploader-item-title {position:absolute; font-size:9px; line-height:11px; padding:3px 50px 3px 5px; bottom:0; left:0; right:0; color:white; background-color:rgba(0,0,0,0.6); min-height:27px;}
.uploader-item-status {position:absolute; bottom:3px; right:3px;}

/* Uploader: Hover & Active status */
.uploader-item:hover, .is-active .uploader-item {border-color:#4a873c; cursor:pointer; }
.uploader-item:hover .uploader-item-title, .is-active .uploader-item .uploader-item-title {background-color:rgba(74,135,60,0.8);}

/* Uploader: Error status */
.is-error .uploader-item:hover, .is-active.is-error .uploader-item {border-color:#900;}
.is-error .uploader-item:hover .uploader-item-title, .is-active.is-error .uploader-item .uploader-item-title {background-color:rgba(153,0,0,0.6);}
.is-error .uploader-item-creating-thumbnail {display:none;}
.pt-10 {
  padding-top: 10px;
}
.uploadTextFileDelete:before{
	content:"\e628";
    font-family: 'fonticon'; 
    font-size: $font-size-titre; 
    font-style: normal;  
    font-variant: normal;
    font-weight: normal; 
    line-height: 1.4; 
    position: relative; 
    text-transform: none; 
    /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: 
    speak: none; 
}
.uploadTextFileDelete{    
    padding: 3px 9px;
}
.pl-15 {
  padding-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
div.has-error .pslUploadZoneSaisie {
  border-right: transparent !important;
  border-bottom: transparent !important;
}
.display {
  display: inline-block !important;
}

.mt-5 {
  margin-top: 5px;
}
.upload-drop-line {
  padding: 100px 15px 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
