#ctr-uploader{position:relative;display:inline-flex;margin:40px 0;text-align:left}#ctr-uploader .content .header{padding:25px 30px;border-bottom:1px solid #eaeaea}#ctr-uploader .content .header p{margin:0}#ctr-uploader #uploader{height:400px}#ctr-uploader #uploader .uploader_empty{text-align:center;height:100%;box-sizing:border-box;padding:120px 40px 50px}#ctr-uploader #uploader .uploader_empty .icon{font-size:200%;line-height:1}#ctr-uploader #uploader .uploader_empty .text{text-transform:lowercase;font-weight:bold}#ctr-uploader #ctr-filelist{background:rgba(255,255,255,.8);box-shadow:0 1px 5px rgba(0,0,0,.46);margin-right:40px;width:400px;height:100%;min-height:500px;position:relative}#ctr-uploader #ctr-uploadinfo .counter{text-transform:lowercase;font-size:80%;padding:10px 30px;margin:10px 0}#ctr-uploader #uploader_filelist{max-height:100%;min-height:250px;overflow:hidden;overflow-y:auto}#ctr-uploader #uploader_filelist .line{border-bottom:1px dotted #ccc;padding:15px 30px;font-size:80%;position:relative}#ctr-uploader #uploader_filelist .filetype{display:inline-block;opacity:.8}#ctr-uploader #uploader_filelist .size{display:inline-block}#ctr-uploader #uploader_filelist .title{font-weight:bold}#ctr-uploader #uploader_filelist .icon.remove{color:#ccc;display:flex;position:absolute;right:30px;top:50%;overflow:hidden;font-size:14px;border:1px solid #ccc;border-radius:50%;height:20px;width:20px;margin:-10px 0 0 0;line-height:1;box-sizing:border-box;align-items:center;justify-content:center}#ctr-uploader #uploader_filelist .icon.remove:hover{color:#d5168d;border-color:#d5168d}#ctr-uploader #ctr-uploadinfo{width:350px;box-sizing:border-box;position:relative}#ctr-uploader #ctr-uploadinfo label{padding:15px 0 0 30px}#ctr-uploader #ctr-uploadinfo .uploadinfo .input{border:none;border-bottom:1px dotted #ccc;padding:10px 30px 10px;margin:0;box-sizing:border-box;width:100%;max-width:100%;background:none}#ctr-uploader #uploader-readytosend{opacity:0;position:absolute;width:300px;height:auto;box-sizing:border-box;background:rgba(255,255,255,.8);box-shadow:0 1px 5px rgba(0,0,0,.46)}#ctr-uploader #uploader-readytosend.open{opacity:1;-webkit-transition:all .9s;-o-transition:all .9s;transition:all .9s;-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}#ctr-uploader .message{position:absolute;z-index:999;display:flex;justify-content:center;align-items:center;top:0;left:0;height:100%;width:100%;font-weight:bold;background:rgba(255,255,255,.8)}#ctr-uploader .message .icon-ok{font-size:500%}