<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.evidence-type-block{
	width:100%;
	margin-bottom: 2em;
}
.upload-batch{
	margin:0 0 1.5em 0;
	text-align:right;
	clear:both;
	position:relative;
}

.upload-batch-name{
	display:inline-block;
	max-width:90%;
}

.dnd-button-block{
	float:left;
	display:inline-block;
	text-align:left;
	margin: .5em 0;
	max-width: 50%;
}

.dnd-button{
	padding:1em 5em;
	border:dashed 1px #899098;
	background-color:#eeeeee;
	display:inline-block;
	border-radius:5px;
	font-size:.9em;
	cursor:move;
}
.dnd-button-drag-ready{
	background-color:#fff;
	border:solid 1px #899098;
}

.add-batch{
	color:#2C5CA9;
	cursor:pointer;
	display: block;
	clear:both;
}

.upload-file-element{
	text-align:left;
	clear: both;
}

.upload-file-message,
div.frame a.upload-file-message{
	color:green;
}

.upload-file-element.error .upload-file-message{
	color:red;
}
.upload-file-remove{
	font-size:1.2em;
	cursor:pointer;
}
.upload-batch-remove{
	cursor:pointer;
	position:absolute;
	top:-7px;
	right:0;
	font-size:1.5em;
}
.upload-date-picker{
	text-align:left;
	display:inline-block;
	margin: .5em 0;
}

.evidence-example:before{
	content:'(';
}

.evidence-example:after{
	content:')';
}

.upload-batch .error-label{
	clear:both;
	text-align:left;
}

@media screen and (max-width: 600px) {
	.dnd-button-block{
		max-width: none;
	}

	.upload-batch{
		text-align:left;
	}

	.dnd-button{
		padding:1em .5em;
		min-width:250px;
		margin:.3em 0;
	}

	.upload-date-picker{
		float:none;
	}
	.upload-batch-remove{
		top:0;
		font-size:2em;
	}
	.evidence-example:before,
	.evidence-example:after{
		content:'';
	}
	.evidence-example{
		display:block;
		margin:.3em 0;
	}
}
</pre></body></html>