/* Custom CSS definitions for the upload page. */

html, body {
	min-height: 100%;
	text-align: center;
}

html, body, #wrap, input {
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-family: 'Calibri W99', Helvetica, sans-serif;
	font-size: 14px;
}

/* Common button styles */

button.btn {
	text-transform: uppercase;
}

/* Page elements */

#top-image {
	padding-bottom: 20px;
}

#bottom-image {
	padding-top: 20px;
}

#file {
	display: initial;
	max-width: 100%;
}

div.form-group {
	text-align: left;
}

#wrap {
	padding: 20px 0;
}

#file-wrapper {
	max-width: 100%;
}

#file-wrapper label {
	max-width: 100%;
}

#file-hint {
	margin-top: 6px;
}

#submit {
	margin: 20px 0;
}

#submit i.fa {
	margin-right: 3px;
}

/* Vertical alignment of labels for wide-ish screens */
@media (min-width: 768px) {
	label {
		line-height: 34px; 
	}
}

span.validationMessage {
	display: block;
	margin-top: 5px;
	color: #d60236;
}

form.form-horizontal .help-block {
	/* Bootstrap override */
	margin-bottom: 0;
}

i.tooltip-icon {
	font-size: 1.1em;
	color: #555;
}

.tooltip {
	font-family: inherit;
	font-size: inherit;
}

#alert-area, #system-message {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	margin-top: -20px;
	padding-top: 20px;
	background: white;
}

div.alert {
	/* Override bootstrap default */
	margin-bottom: 0;
}

div.alert-container {
	padding-bottom: 20px;
}
