/** Customize the demo canvas */
#example .demo-container {
	padding: 10px;
	max-width: 800px;
	border: 1px solid #679bc2;
	border-radius: 10px;
	color: #4986b4;
	background: #d4effa;
}


	#example .demo-container h2 {
		padding: 10px 0;
		border-bottom: 1px solid #a9cedf;
		color: #4986b4;
		font-size: 1.5em;
		float: left;
	}

.qsf-clear-float {
	border: 0 none;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

/* Customize Async upload */
.demo-container .RadAsyncUpload {
	width: 350px;
}
.demo-container .ruInputs li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.demo-container .ruInputs label {
	width: 70px;
	padding-right: 5px;
	text-align: right;
	display: inline-block;
}
html .RadUpload .ruUploadProgress {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: top;
}



/* Uploaded files list */
.demo-container .uploaded-files {
	padding: 10px;
	width: 240px;
	height: 100%;
	border-radius: 10px;
	background: #e7f9ff;
	font-size: 12px;
	float: right;
	position: relative;
}

	.demo-container .uploaded-files ul {
		margin: 10px 0 0;
		padding: 0;
		list-style: none;
	}

	.demo-container .uploaded-files li {
		margin: 10px 0 0;
	}


	.demo-container .uploaded-files dl {
		zoom: 1;
	}

		.demo-container .uploaded-files dl:after {
			content: "";
			clear: both;
			display: block;
		}

	.demo-container .uploaded-files dt {
		margin: 2px 0 0 0;
		width: 70px;
		opacity: .7;
		float: left;
		clear: both;
	}

	.demo-container .uploaded-files dd {
		margin: 2px 0 0 0;
		width: 170px;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: top;
	}