/* Deltagarimport – tydlig box, tabell och morkt lage */

.import-snippet {
	margin: 16px 0 24px;
	padding: 14px 16px;
	background: #eef5fc;
	border: 1px solid #b8cfe0;
	border-left: 5px solid #369;
	border-radius: 4px;
	color: #222;
}

.import-snippet h4 {
	margin: 0 0 10px;
	font-size: 1.1em;
	color: #234;
}

.import-snippet p {
	margin: 0 0 8px;
	line-height: 1.5;
}

.import-snippet a {
	font-weight: bold;
}

.import-snippet-meta {
	font-size: 0.92em;
	color: #444;
}

.import-upload-form {
	margin: 16px 0;
	padding: 12px 0;
}

table.import-review-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 0.95em;
	background: #fff;
	color: #222;
}

table.import-review-table th,
table.import-review-table td {
	border: 1px solid #bbb;
	padding: 8px 10px;
	vertical-align: top;
}

table.import-review-table thead th {
	background: #dde8f2;
	color: #234;
	font-weight: bold;
}

table.import-review-table input[type="text"] {
	width: 100%;
	min-width: 4em;
	max-width: 12em;
	padding: 4px 6px;
	border: 1px solid #888;
	border-radius: 2px;
	background: #fff;
	color: #222;
	font: inherit;
	box-sizing: border-box;
}

tr.import-row-ok td {
	background: #f0faf0;
}

tr.import-row-error td {
	background: #fff0f0;
}

.import-msgs .varning {
	margin: 4px 0;
	font-size: 0.9em;
	color: #b00020;
	font-weight: bold;
}

.import-warn {
	color: #664400;
	font-size: 0.9em;
	margin: 4px 0;
}

.import-actions {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}

p.import-ok {
	color: #0a6b0a;
	font-weight: bold;
	margin: 10px 0;
}
