/**
 * Jericho Comms - Information-theoretically secure communications
 * Copyright (c) 2013-2024  Joshua M. David
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation in version 3 of the License.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see [http://www.gnu.org/licenses/].
 */

/* --------------------------------------- */
/*	4. LOAD PADS PAGE
/* --------------------------------------- */

.importPage body {
	background-color: #eee;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	max-width: 540px;
	padding: 5px;
}
.importPage .pageNavigation .navItem.statusMessage {
	text-align: left;
	padding-left: 5px;
}
.importPage .method {
	margin: 21px 0;
	text-align: center;
}
.importPage .method.clipboard {
	display: none;
}
.importPage .methodTitle {
	font-weight: bold;
	margin: 3px 0;
	text-align: center;
}
.importPage .padDataClipboardInput {
	margin: 3px 0;
	width: 300px;
}
.importPage .padFile {
	max-width: 303px;
	text-overflow: ellipsis;
}
.importPage .importMethod {
	margin-top: 20px;
	text-align: center;
}
.importPage .importSettingsContainer {
	display: none;
	margin-top: 20px;
}
.importPage .importSettings {
	margin: 0 auto;
}
.importPage .importSettings th {
	padding-right: 5px;
	text-align: right;
}
.importPage .importSettings.iterations {
	margin-top: 20px;
}
.importPage .numOfIterations {
	width: 57px;
}
.importPage .importSettings .longText {
	width: 212px;
}
.importPage .completed,
.importPage .completed input[type="text"] {
	color: #7d7d7d;
}
.importPage .importKeyfileFromTextFile {
	display: none;
	max-width: 230px;
	text-overflow: ellipsis;
}
.importPage .buttonContainer {
	text-align: center;
}
.importPage .importButtonContainer {
	margin-top: 20px;
	text-align: center;
}
.importPage .chatButtonContainer {
	display: none;
	margin-top: 20px;
	text-align: center;
}