/* ==========================================================================
   Complément chargé uniquement sous l'habillage « actuel ».

   Le nouveau design a introduit des classes (.sem-*) que l'ancienne feuille
   form-wizard-blue.css ignore. Sans ce fichier, les écrans de résultat
   s'afficheraient sans encadré ni mise en forme.

   Il ne s'agit pas de reproduire le nouveau design : on se contente de
   redonner à ces blocs une apparence cohérente avec Bootstrap 3, pour que la
   comparaison entre les deux habillages porte sur le design et non sur des
   éléments cassés.
   ========================================================================== */

/* ---- Blocs de statut : rendus comme des alertes Bootstrap --------------- */

.sem-status {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
}

.sem-status-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.sem-status-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.sem-status-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.sem-status-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.sem-status-icon {
	display: block;
	margin-bottom: 8px;
	font-size: 26px;
}

/* L'ancienne feuille fait flotter les h4 du formulaire : sans cette
   neutralisation, le titre du bloc sortirait de son encadré. */
.sem-status .sem-status-title,
.form-wizard .sem-status-title {
	float: none;
	width: auto;
	margin: 0 0 6px;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	color: inherit;
	text-align: center;
}

.sem-status-text {
	margin: 0 0 6px;
	color: inherit;
}

.sem-status-text:last-child {
	margin-bottom: 0;
}

.sem-status-ref {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	opacity: .8;
}

/* ---- Éléments de formulaire -------------------------------------------- */

.sem-hint {
	margin: 4px 0 0;
	font-size: 12px;
	color: #737373;
}

.sem-row-total th,
.sem-row-total td {
	font-weight: 700;
}

.sem-wait {
	margin: 12px 0;
	padding: 12px;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	color: #31708f;
	text-align: center;
}

/* Messages posés par le JavaScript (js/recherche.js). */
#error.is-success {
	color: #3c763d;
}

#error.is-warning {
	color: #8a6d3b;
}

/* ---- Pied de page et mentions ------------------------------------------ */

.sem-footer {
	margin-top: 18px;
	font-size: 12px;
	color: #737373;
	text-align: center;
}

.sem-secure {
	margin: 0 0 4px;
	color: #3c763d;
}

.sem-badge {
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 8px;
	background-color: #eee;
	border-radius: 12px;
	font-size: 12px;
	color: #555;
}

/* ---- Boutons ajoutés par le nouveau markup ------------------------------
   L'ancienne feuille ne connaît que .btn-next et .btn-previous : on aligne
   les nouveaux boutons sur ces styles.
   ------------------------------------------------------------------------ */

.btn-quit,
.btn-success-action {
	display: inline-block;
	padding: 10px 22px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.btn-success-action {
	background-color: #5cb85c;
	color: #fff;
}

.btn-success-action:hover {
	background-color: #449d44;
	color: #fff;
}

.btn-quit {
	background-color: #eee;
	color: #333;
}

.btn-quit:hover {
	background-color: #ddd;
	color: #333;
}

.form-wizard-buttons-inline {
	display: block;
	text-align: center;
}

.form-wizard-buttons-inline .btn {
	margin: 4px;
}
