@CHARSET "UTF-8";
.btn-upload {

}
.btn-upload:hover {
}
.btn-upload:active {
}
.upload-contents {
padding: 15px;
}
.drop-box {
height: 270px;
text-align: center;
border: 2px dashed #DCDCDC;
border-radius: 5px;
background: url(./drop_box_bg.gif) no-repeat center 40px;
}
.drop-text {
position: relative;
top: 145px;
line-height: 24px;
}
.drop-box .btn-wrap {
display: inline-block;
position: relative;
top: 170px;
float: none;
height: 30px;
padding: 0;
_filter: alpha(opacity=100);
}
.upload-contents .button {
position: relative;
display: inline-block;
padding: 0 15px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: white;
border-radius: 5px;
background: #2b91e3;
cursor: pointer;
}
.upload-contents .button span {
float: left;
padding-left: 0;
}

.upload-contents a {
text-decoration: none;
color: #167efb;
outline: none;
}

.upload_filelist {
position: relative;
font-size: 12px;
}

.upload-status {
height:40px;
padding: 10px 10px 10px 15px;
border: 0 none;
border-radius: 0 0 4px 4px;
background: #F9F9F9;
}
.upload-status .button {
margin-left: 20px;
}
.file-ico {width:16px; height:16px;}
.ico-file { background: url(img/file.png) no-repeat;  padding-left: 18px; }
.ico-doc { background: url(img/doc.png) no-repeat scroll center center;  padding-left: 18px; }
.ico-xls { background: url(img/xls.png) no-repeat;  padding-left: 18px; }
.ico-ppt { background: url(img/ppt.png) no-repeat;  padding-left: 18px; }
.ico-pdf { background: url(img/pdf.png) no-repeat;  padding-left: 18px; }
.ico-zip { background: url(img/zip.png) no-repeat;  padding-left: 18px; }
.ico-txt { background: url(img/txt.png) no-repeat;  padding-left: 18px; }
.ico-jpg { background: url(img/jpg.png) no-repeat;  padding-left: 18px; }
.ico-mp3 { background: url(img/mp3.png) no-repeat;  padding-left: 18px; }
.ico-avi { background: url(img/avi.png) no-repeat;  padding-left: 18px; }
.ico-exe { background: url(img/exe.png) no-repeat;  padding-left: 18px; }
/* .ico-down {margin:0; padding:0;   background: url(img/download_24.png) no-repeat; padding-left: 26px; } */
.ico-folder { background: url(img/folder.png) no-repeat;  padding-left: 18px; }
.ico-ofd { background: url(img/ofd.png) no-repeat;  padding-left: 18px; }
#upload-save-close {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
#upload-save-close:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#upload-save-close:active {
	position:relative;
	top:1px;
}

#upload-cancel-close {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#upload-cancel-close:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
#upload-cancel-close:active {
	position:relative;
	top:1px;
}

#file-add-btn2 {
	-moz-box-shadow: 0px 1px 0px 0px #3e7327;
	-webkit-box-shadow: 0px 1px 0px 0px #3e7327;
	box-shadow: 0px 1px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
#file-add-btn2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
#file-add-btn2:active {
	position:relative;
	top:1px;
}
.upload_filelist .file_table{ display:table; width:100%;table-layout:fixed;}
.upload_filelist .file_item { float:left; margin:0;  display:table-row; white-space:nowrap; height:32px; line-height:32px;width:100%;border-bottom: 1px solid #ddd;}
.upload_filelist .file_name { display:table-cell; line-height:32px;padding:0 5px;}
.upload_filelist .file_size { line-height:32px;color:#999; padding: 0 4px;}
.upload_filelist .file_progress { line-height:32px; width:40px; margin: 5px;}
.upload_filelist .file_time { line-height:32px;}
.upload_filelist .file_oper { display:table-cell; line-height:32px; height:32px;white-space:nowrap;overflow:hidden; width:100%;vertical-align:top; overflow:scroll; overflow-x:auto; overflow-y:auto;}

.ico-open, .ico-download, .ico-del { margin: 0 6px; line-height:32px; color: #2f579c;}
.upload_filelist .checkbox {
    display: table-cell;
    line-height: 32px;
    padding: 0 2px;
}
.ck-download-file, .ck-delete-file {
    padding-top: 4px;
    cursor: pointer;
    color: #2f579c;
}
.upload_nav { margin-top: 4px; position: relative; }
.upload_total { float:right; font-size: 12px; }
.upload_splitline { color: #c5d8f3; padding: 0 3px; }
.upload_path { height: 16px;
    line-height: 16px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    font-size: 12px;
}
.upload_path li {
	float: left;
}
.upload_path a  { 
	color: #60b4fa; 
	text-decoration: none;
    outline: 0;
}
.upload_empty_folder {
	color: #424e67;
    margin: 20px 0;
    font-weight: 200;
}
.upload_empty {
	width: 100px;
    margin: 0 auto;
}
.upload_box .moxie-shim { display: none; }