/* @group Upload */

section#upload-file {
	width: 460px;
	margin: 40px auto;
	font-size: 13px;
}

.modal section#upload-file {
	margin: 40px auto;
}

section#upload-file .disabled {
	position: relative;
}

section#upload-file .disabled .disabled-mask {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

section#upload-file a.upload-selected {
	color: #000;
	cursor: default;
}

section#upload-file h2 {
	font-size: 36px;
	margin-bottom: 5px;
}

section#upload-file p.lead {
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #999;
}

section#upload-file p.lead.red {
	color: #ff0000;
}

section#upload-file .field {
	margin: 0 0 30px;
}

section#upload-file .field.title {
	margin-bottom: 20px;
}

section#upload-file .field.checkbox {
	margin: 0 0 10px;
}

section#upload-file p.count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #999;
}

section#upload-file p.count.warn {
	color: #cc0000;
}

section#upload-file textarea {
	width: 440px;
	height: 50px;
	line-height: 1.6em;
}

section#upload-file .field.section-picker ul.section-list {
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

section#upload-file .field.section-picker ul.section-list li {
	float: left;
	width: 33%;
}

section#upload-file .field.section-picker ul.section-list li:nth-child(3n-1) {
	width: 34%;
}

section#upload-file .field.section-picker li label {
	display: block;
	line-height: 24px;
	padding: 5px 0 5px 10px;
	margin-right: 10px;
	cursor: pointer;
	font-weight: normal;
}

section#upload-file .field.section-picker li label:hover {
	background-color: #f4f4f4;
}

section#upload-file .field.section-picker li label.selected {
	background-color: #f4f4f4;
	font-weight: bold;
}

section#upload-file .field.section-picker li span.name {
	display: inline-block;
	margin: 0 5px;
}

section#upload-file .field.section-picker input[type='checkbox'] {
	cursor: pointer;
}

/* @end */