/* Uploader: Drag & Drop */
.resumable-error {display:none; font-size:14px; font-style:italic;}
.resumable-drop {padding:30px; font-size:13px; text-align:center; color:#666; font-weight:bold;background-color:#eee; border:2px dashed #aaa; border-radius:10px; z-index:9999; display:none;}
.resumable-dragover {display:block; padding:30px; color:#555; background-color:#ddd; border:1px solid #999;}
.resumable-browse {color:#666; font-weight:bold;cursor:pointer;}
.resumable-browse:hover {color:#444; font-weight:bold;cursor:pointer;}

/* Uploader: Progress bar */
.resumable-progress {margin:10px 0 5px 0; 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:inline;}
.progress-pause-link {display:inline;}
.progress-cancel-link {padding-left:5px;color:red; text-decoration:none; font-weight:bold;}

/* Uploader: List of items being uploaded */
.resumable-list {overflow:auto; margin-right:-20px; display:none;}