﻿
/*CSS need reference bootstrap framework*/
body{font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;color: #666;}

.doc-row{padding:5px}
a:focus{ outline: none;}


.tab-content>.tab-pane{ padding: 10px;}
.tab-content.bordered{ border: solid 1px #ddd;border-top-width: 0; }

/*选择与上传按钮*/
.uploadify{float:left;margin-right:10px}
.uploadify-button{background:url(images/btn.png) no-repeat top center;text-align:center}
.uploadify-button.disabled{background-color:#d0d0d0;color:gray}
#btnUpload {width: 75px;height: 28px;line-height: 28px;background: url(images/btn.png) no-repeat left bottom;border: none;color: #444;cursor: pointer;margin-right: 10px;}

.info-text{padding-top:8px}
.info-text .checkbox-inline{ vertical-align: top;}
.info-text .checkbox-inline input{ margin-top: 2px;}
.info-text label{ font-weight: normal;margin-bottom: 0;}

/*队列*/
#filequeue{margin-top:10px}
#filequeue legend{ margin-bottom: 10px;font-size: 18px;}

/*图库*/

.path{padding: 4px 0 4px 0;font-size: 13px;}
.split{ margin: 0 5px;}

/*上传列表区域*/
.result{ overflow: auto;max-height: 268px;}
/*文件浏览区域*/
#thumb-list{max-height: 340px;}

.thumb-item{position:relative;float:left;width:120px;height:120px;padding:1px;border:solid 1px #ddd;border-radius:2px;background:#fff;text-align:center;margin:0 8px 12px 0;cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}
.thumb-item:hover{ border-color: #99ccff;}
.thumb{ width: 116px;height: 87px;display: table;table-layout: fixed;}
.thumb>span{width: 116px;height: 87px;display:table-cell;vertical-align:middle;}
.thumb>span>img{max-width: 116px;max-height: 87px;-webkit-user-select: none}
.thumb-item>.summary{width: 116px;height: 29px;padding: 0 3px;}
.thumb-item>.summary>p{ font-size: 11px;height:14px;line-height: 14px;margin: 0;overflow: hidden;color: #555;-webkit-text-size-adjust: none;}

.icon{ position:absolute;z-index: 3;width: 120px;height: 120px;top: 0;left: 0;}

.thumb-item:hover,.thumb-item.select{;border: solid 1px #1094fa}

.thumb-item.select>.icon {
	background: url(images/success.png);
	background-repeat: no-repeat;
	background-position: 78px 78px;
}



/*上传附件选项卡内容*/

/*公共区域*/

.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	border-radius: 3px;
	border: solid 1px #ddd;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 100%;
	padding: 10px;
	color: #CE3900;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url(images/uploadify-cancel.png) 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}