.dragndrop {
	display: none;
}

.has-advanced-upload {
	background-color: white;
	outline: 2px dashed black;
	outline-offset: 10px;
	margin: 20px;
}

.has-advanced-upload .dragndrop {
	display: inline;
}

.is-dragover {
	background-color: #ffeedd;
}

.dnd-icon {
	font-size: 2em;
	color: lightgray;
}

.indent {
	margin-left: 2em;
}

.spacer {
	margin-top: 2em;
}

.hidden {
	visibility: none;
}

.thumb {
	height: 64px;
}

.click {
	color: black;
	cursor: pointer;
}

div.confirm {
	background-color: #fda9a9;
	padding: 0.5em;
}

div.auth {
	max-width: 500px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
}

p.entry-name {
	color: blue;
	font-size: 130%;
}

#progress {
	border: 1px solid black;
	position: relative;
	padding: 3px;
}

#progress .percent {
	position: absolute;
	left: 1em;
}

#progress .receipt {
	position: absolute;
	left: 1em;
}

#progress .bar {
	height: 20px;
	background-color: lightblue;
	width: 0%;
}
