
.screen-cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: .25
}
.center-vertically {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
}


.file {
	position: relative;
	display: inline-block;
	margin: 5px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.file img {
	width: 48px;
}
.file .fileext {
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: large;
	color: #eee;
}
.file .filename {
	margin-top: 5px;
	width: 96px;
	word-break: break-all;
	overflow: hidden;
	color: #666;
}
.file.pending img, .file.pending .filename {
	opacity: .5;
}
.file .progress {
	position: absolute;
	top: 25px;
	left: 10px;
	right: 10px;
	height: 10px;
}


.alert-popup {
	position: absolute;
	left: 20px;
	right: 110px;
	bottom: 5px;
}
.alert-popup .alert {
	display: inline-block;
}


.alert-modal .panel {
	position: relative;
	top: -70px;
	width: 300px;
	margin: 0 auto;
}


.pickup-dialog .panel {
	position: relative;
	top: -140px;
	width: 300px;
	margin: 0 auto;
}
.pickup-dialog .form-label {
	margin-top: 10px;
}


.set-passphrase-dialog .panel {
	position: relative;
	top: -260px;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
.set-passphrase-dialog .form-label {
	margin-top: 10px;
}


.confirm-dialog .panel {
	position: relative;
	top: -120px;
	max-width: 400px;
	margin: 0 auto;
}
