#input {
	position: relative;
}

#input .section {
	margin-top: 12px;
	width: 100%;
}

#input .advancedtoggle::after {
	content: " \25bc";
}

#input .advancedtoggle.display::after {
	content: " \25b2";
}

#input .advanced {
	display: none;
	width: 100%;
}

#input .advanced.display {
	display: table;
}

#input .section.advanced .header {
	background-color: #f0f0f0;
}

#input .helpsign {
	background-color: #d0d0d0;
	color: #336633;
	display: inline-block;
	float: right;
	padding: 0px 6px;
}

.xxx_tooltip {
	color: #4090f0;
	width: 400px;
}

#input .section .header {
	background-color: #d0d0d0;
	text-align: center;
}

#input .section .fieldname {
	background-color: #e8e8e8;
	width: 300px;
}

#input .section .smallfield {
	background-color: $b0f0b0;
	width: 250px;
}

#input .section .field {
	background-color: $b0f0b0;
	width: 500px;
}

#input #matrix {
	margin: 0;
}

#input #matrix td {
	background-color: #d8d8d8;
	border: 0px 1px 1px 0px;
	padding: 0px 2px;
}

#input #matrix td:nth-child(1) {
	width: 20px;
}

#input #matrix td input {
	width: 100px;
}

/*
#input #matrix td * {
	background-color: $b0f0b0;
	padding: 0;
	width: 100%;
}
*/
#input .help * {
	display: none;
}

#input .actions {
	border-top: 1px solid #333333;
	margin-top: 12px;
	padding-top: 12px;
}

#checkmsg {
	background-color: #80a080;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	color: #ffffff;
	display: none;
	left: 25%;
	padding: 12px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 50%;
	z-index: 10;
}

/* Progress of upload */
#progress {
	background-color: #802020;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	color: #ffffff;
	display: none;
	left: 25%;
	padding: 12px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 50%;
	z-index: 10;
}

#input .section #clientids {
	display: inline-block;
	margin-top: 12px;
	width: 500px;
}

#input .section #clientids .header {
	background-color: #ffffff;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 4px;
}

#input .section #clientids a[href].link {
	__background-image: none;
	background-color: #f0f0f0;
	border: none;
	color: #333333;
	display: block;
	line-height: 1.4;
	margin-bottom: 4px;
	__padding-left: 2px;
	text-align: left;
}