@CHARSET "UTF-8";

/**
 * Style dédié au portail Structure
 * ---------------------------------------------------------------------------------------------------------------------------------------------------
 * @version 2017-10-02 JN : Création (éclatement de anciennement personnalise.css)
 * @version 2018-10-12 JN : Remise à plat avec les médias queries quand c'est vraiment nécessaire
 * @version 2018-10-16 JN : Personnalisation pour Complémen'ter
 * @version 2018-11-29 JN : Personnalisation pour MPI)
 * @version 2019-06-14 JN : Gestion des sinistres
 * @version 2019-06-17 JN : Ajout du tableau de bord
 * @version 2019-09-02 JN : sinistre détail - bloc contrôles des étapes
 * @version 2020-08-21 JN : sécurité des mots de passe
 * @version 2020-08-25 JN : notification interlocuteur
 * @version 2020-10-02 GV : Mise à jour version 40
 * @version 2021-03-31 JN : ajout de salariés avec sinistre
 * @version 2021-07-09 JN : sinistre pièce attente
 * @version 2021-10-12 JA : utilisation de variable
 * 
 */

:root {
	--main_color:#001f49; /* couleur dominante */
}

/* cadre de mise en forme de la partie detail_contenu_form */
.form_div {
	color:#333;
}
.form_div > div {
}
.form_div_texte {
	padding:5px 0;
}
.form_div_saisie {
}
.form_div_saisie > input {
	width:calc(100% - 30px);
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px 12px;
	background-color:#fff;
}
.form_div_ctrl {
	color:red;
	font-style:normal;
	padding-left:10px;}
.form_div_lien {
	width:6em;
	padding-left:1em;}
.form_div_action {
	text-align:center;
	margin-top:10px;}
.form_div_erreur {
	clear:both;
	margin-top:10px;
	padding:0.3em;
	font-size:0.9em;
	color:#FF1010;
	text-align:center;
}
   
/* mise en forme des balises spécifiques */
.form_div_input {
}
.form_div_lien a {
	cursor:pointer;
	border:0px;
	background:none;
	text-decoration:none;
	color:var(--main_color);
	font-size:0.8571428571428571em;
	text-transform:uppercase;
}
.form_div_lien a:hover {
	text-decoration:underline;
}
.action_lien {
	display:inline-block;
	margin:0.5em auto;
}
.action_lien_button {
	display:block;
	padding:0;
}
.action_lien_button_img {
	display:block;
}


.page_accueil_texte_haut {
	width:700px;
	height:150px;
	margin:auto;
	margin-top:10px;
	color:#333;
}
.page_accueil_texte_haut img.image_login {
	float:left;
}
.page_accueil_detail {
	width:600px;
	margin:auto;
	padding:0;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.page_accueil_detail_texte_haut h3 {
	border:none;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background-color:var(--main_color);
	padding:10px 0;
}
.page_accueil_detail_texte_haut p {
	white-space:normal;
	color:#666;
	font-size:1em;
	padding:0 10px;
	text-align:center;
	line-height:1.6em;
}
.page_accueil_detail_contenu {
	padding:0;
	white-space:normal;
}
.page_accueil_form {
	margin:10px 15px;
	text-align:left;
	font-size:1.1em;
	color:#333;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* LOGIN 
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#login_structure_detail {
	width:500px;
}
#login_structure_detail_2 {
	display:none;
}
#login_structure_mdp_saisie {
	display:inline-block;
	width:360px;
}
#login_structure_mdp_oublie {
	display:inline-block;
}
#login_structure_detail .form_div_action {
	display:inline-block;
	width:50%;
}	
	
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* CREATION DE COMPTE & OUBLI DE MOT DE PASSE
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* CREATION DE COMPTE
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

#creation_compte_structure_texte_haut {
	width:500px;
	height:150px;
	margin:auto;
	margin-top:10px;
	color:#333;
}

/* CREATION DE COMPTE - Etape 1 [IDENTIFICATION] */

#identification_structure_detail {
	width:500px;
}
#identification_structure_action_identification {
	width:100%;
}

/* CREATION DE COMPTE - Etape 2 [CONFIRMATION MAIL] */

#confirm_compte_structure_detail {
	width:500px;
}
#confirm_compte_structure_detail_texte_haut {
	font-size:1em;
}


/* CREATION DE COMPTE - Etape 3 [ENREGISTREMENT] */

#enregistrement_compte_structure_detail {
	width:600px;
}
#enregistrement_compte_structure_detail_texte_haut {
	font-size:1em;
}

#enregistrement_compte_structure_detail .form_div_saisie {
	display:inline-block;
	width:300px;
}
#enregistrement_compte_structure_detail .form_div_ctrl {
	display:inline-block;
}
#enregistrement_compte_structure_identifiant_saisie {
	border:1px solid #f2f2f2;
	padding:4px 7px;
}
#enregistrement_compte_structure_cgu {
	display:none;
}
#enregistrement_compte_structure_etoile {
	white-space:normal;
	color:#666;
	font-size:0.9em;
	padding:0 10px;
	margin-top:10px;
	text-align:center;
}
#enregistrement_compte_structure_div_securite {
	text-align:left;
}
#enregistrement_compte_structure_progress {
	width:400px;
}
#enregistrement_compte_structure_aide_mdp {
	width:12px;
	margin-left:5px;
	cursor:pointer;
	display:none;
}

/* CREATION DE COMPTE - Etape 4 [VALIDATION] */

#validation_compte_structure_detail {
	width:500px;
}
#validation_compte_structure_detail_texte_haut {
	font-size:1em;
}

#validation_compte_structure_detail_texte_haut a {
	text-transform: uppercase;
	text-decoration:none;
	color:var(--main_color);
}

#validation_compte_structure_detail_texte_haut a:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* GESTION OUBLI MDP
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

#gestion_oubli_mdp_structure_texte_haut {
	width:500px;
	height:150px;
	margin:auto;
	margin-top:10px;
	color:#333;
}

/* GESTION OUBLI MDP - Etape 1 [IDENTIFICATION] */

#identification_oubli_mdp_structure_detail {
	width:500px;
}
#identification_oubli_mdp_structure_contenu_form {
}
#identification_oubli_mdp_structure_identifiant {
}
#identification_oubli_mdp_structure_identifiant_texte {
}
#identification_oubli_mdp_structure_action_identification {
}

/* GESTION OUBLI MDP - Etape 2 [CONFIRMATION MAIL] */

#confirm_oubli_mdp_structure_detail {
	width:500px;
}
#confirm_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}

/* GESTION OUBLI MDP - Etape 3 [ENREGISTREMENT] */

#enregistrement_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}
#enregistrement_oubli_mdp_structure_detail .form_div_saisie {
	display:inline-block;
	width:300px;
}
#enregistrement_oubli_mdp_structure_detail .form_div_ctrl {
	display:inline-block;
}
#enregistrement_oubli_mdp_structure_contenu_form {
}
#enregistrement_oubli_mdp_structure_identifiant {
}
#enregistrement_oubli_mdp_structure_identifiant_texte {
}
#enregistrement_oubli_mdp_structure_identifiant_saisie {
	border:1px solid #f2f2f2;
	padding:4px 7px;
}
#enregistrement_oubli_mdp_structure_cgu {
	display:none;
}
#enregistrement_oubli_mdp_structure_etoile {
	white-space:normal;
	color:#666;
	font-size:0.9em;
	padding:0 10px;
	margin-top:10px;
	text-align:center;
}
#enregistrement_oubli_mdp_structure_action_enregistrer_submit {
}
#enregistrement_oubli_mdp_structure_erreur {
}
#enregistrement_oubli_mdp_structure_erreur_texte {
}
#enregistrement_oubli_mdp_structure_detail_texte_bas {
}
#enregistrement_oubli_mdp_structure_div_securite {
	text-align:left;
}
#enregistrement_oubli_mdp_structure_progress {
	width:400px;
}
#enregistrement_oubli_mdp_structure_aide_mdp {
	width:12px;
	margin-left:5px;
	cursor:pointer;
}

/* GESTION OUBLI MDP - Etape 4 [VALIDATION] */

#validation_oubli_mdp_structure_detail {
	width:500px;
}
#validation_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}
#validation_oubli_mdp_structure_detail_texte_haut a {
	text-transform: uppercase;
	text-decoration:none;
	color:var(--main_color);
}
#validation_oubli_mdp_structure_detail_texte_haut a:hover {
	text-decoration:underline;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COMMUN AU CONTENU DU PORTAIL (UTILISATEUR CONNECTE)
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

.page_contenu_detail {
	margin-top:0;
	margin-left:15%;
	padding:0 1em;}
.detail_texte_titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:var(--main_color);
	padding:0.3em 1em;}
.detail_texte_haut {}
.detail_texte_bas {}

.detail_texte_aide {
	font-size:0.906585321em;
	padding:4px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	background-color:#FAFAFA;}
.titre_icone_aide {
	margin-left:5px;}
.titre_icone_retour {
	margin-left:5px;}
.texte_icone_aide {
	margin:5px;
	opacity:0.3;
	vertical-align:top;}

.detail_texte_alerte {
	float:right;
	display:inline-block;
	text-align:right;
	vertical-align:middle;
	line-height:0.6em;
	font-size:0.6em;
	color:var(--main_color);}
.detail_texte_alerte label {
	display:inline-block;
	margin:0 0.2em;
}
.detail_texte_alerte img {
	display:inline-block;
	margin:0 0.2em;
}

.page_contenu_menu {
	width:15%;
	height:100%;
	margin:1em 0;
	float:left;
	font-size:0.89em;
	color:var(--main_color);
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	background-color:#f2f2f2;
}
.menu_entete	{
	display:none;
}
.menu_detail a {
	padding:1em 0.7em;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:var(--main_color);
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
.menu_detail:hover a {
	text-decoration:underline;
	background-color:var(--main_color);
	color:#fff;
}
.menu_courant a {
	background-color:var(--main_color);
	color:#fff;
}
#menu_structure_img_alerte_bordereau {
	position:relative;
	top:10px;
}

.page_contenu_sousmenu {
	margin-left:15%;
	padding:0 1em;
	position:relative;
	white-space:nowrap;
}
.sousmenu_gauche {
	display:inline-table;
	vertical-align:middle;
	line-height:24px;
	width:60%;
	text-align:left;
}
.sousmenu_entite {
	display:inline-block;
	text-decoration:none;
	color:var(--main_color);
	background-color:#f1f1f1;
	padding:0 1em;
	border-bottom:1px solid #d4d4d4;
}
.sousmenu_entite:hover {
	color:#fff;
	text-decoration:none;
	background:var(--main_color);
	cursor:pointer;
}
.sousmenu_courant {
	background:var(--main_color);
	color:#fff;
}
.sousmenu_droite {
	display:inline-table;
	vertical-align:middle;
	line-height:24px;
	width:40%;
	text-align:right;
}
.sousmenu_liste {
	display:block;
	position:absolute;
	right:1em;
	top:24px;
	overflow-y:scroll;
	max-height:120px;
	border:1px solid #d4d4d4;
	background-color:#f1f1f1;
	margin:0;
	text-align:left;
	padding:0;
	list-style:none;
}
.sousmenu_liste_detail {
	border-bottom:1px solid #d4d4d4;
	line-height:24px;
	margin:0;
	padding:0 0.4em;
}
.sousmenu_liste_detail:last-child {
	border-bottom:none;
}
.sousmenu_liste_detail:hover {
	color:#fff;
	background:var(--main_color);
	cursor:pointer;
}
.sousmenu_droite label {
	display:inline-block;
	margin:0 0.2em;
}
.sousmenu_droite img {
	display:inline-block;
	margin:0 0.2em;
}

.page_contenu_acces {
	text-align:center;
	padding:1.2em;
}

.structure_contenu {
	white-space:nowrap;
	padding:0;
	margin:0;
}
.structure_contenu_groupe {
	display:inline-block;
	width:calc(50% - 1.4em);
	vertical-align:top;
	padding:0 0.7em;
	margin:0;
}
.structure_contenu_groupe_entete {
	height:26px;
	line-height:26px;
	vertical-align:middle;
	margin:0.7em 0;
	border-bottom:1px solid #d4d4d4;
}
.structure_contenu_groupe_entete label {
	display:inline-block;
	padding-left:0.7em;
}
.structure_contenu_groupe_entete a {
	display:inline-block;
	padding-left:0.7em;
	text-align:right;
	color:var(--main_color);
	text-transform:uppercase;
}
.structure_contenu_detail {
	line-height:26px;
	vertical-align:middle;
	margin-bottom:0.2em;
}
.structure_contenu_detail > * {
	display:inline-block;
}
.structure_contenu_detail label {
	width:8em;
	color:var(--main_color);
}
.structure_contenu_detail span {
	border:1px solid #f0f0f0;
	padding:0 8px;
}
.structure_contenu_detail .form_div_ctrl {
	color:red;
	padding:0 4px;
	font-style:italic;
}
.structure_contenu_action {
	margin:0.5em;
	text-align:center;
	line-height:30px;
}
.structure_contenu_action label {
	vertical-align:middle;
}
.structure_contenu_action a {
	vertical-align:middle;
}
.structure_contenu_action button {
	vertical-align:middle;
}
.structure_contenu_erreur {
	margin:0.5em;
	text-align:center;
	color:#FF1010;
}
.structure_contenu_enreg_en_cours {
	display:none;
	color:green;
}
.structure_contenu_msg_erreur {
	display:none;
}

/* zone de recherche */
.structure_recherche {
	display:table;
	width:100%;
	padding:0;
	margin:0.5em 0;
	border:1px solid #d4d4d4;
}
.structure_recherche a {
	color:var(--main_color);
	text-transform:uppercase;
}
.structure_recherche_contenu {
	display:table-cell;
	padding:0.8em;
	width:50%;
}
.recherche_contenu_detail {
	line-height:28px;
}
.recherche_contenu_detail label {
	display:inline-block;
	margin:0 0.5em;
}

/* zone de formulaire */
.structure_form {
	margin-top:0.5em;
	padding:0.8em;
	border:1px solid #d4d4d4;
}
.structure_form_contenu {
	white-space:nowrap;
}
.form_contenu_detail {
	display:inline-block;
	vertical-align:middle;
	line-height:28px;
}
.form_contenu_detail label {
	display:inline-block;
	margin:0 0.5em;
}

/* tableau de résultat */
.structure_div_table {
}
.structure_div_table_noresult {
	text-align:center;
	line-height:64px;
	vertical-align:middle;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* ACCUEIL */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

#structure_contenu {
	float:left;
	padding:15px;
	width:calc(85% - 32px);
}
#structure_contenu h3 {
	text-align:left;
	font-size:1.2em;
	color:var(--main_color);
}
#structure_contenu p {
	color:#666;}
#structure_acces a {
	color:var(--main_color);
	text-transform:uppercase;
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* MENU */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

#menu_structure_detail_accueil			{}
#menu_structure_detail_alerte			{}
#menu_structure_detail_bordereau		{}
#menu_structure_detail_precompte		{display:none;}
#menu_structure_detail_cotisation		{}
#menu_structure_detail_salarie			{}
#menu_structure_detail_entreprise		{}
#menu_structure_detail_compte_web		{}
#menu_structure_detail_sinistre			{display:none;}
#menu_structure_detail_tableaubord		{display:none;}
#menu_structure_detail_deconnexion		{border-bottom:none;}
#menu_structure_img_alerte_bordereau	{float:right; margin-right:15px; margin-top:-48px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* SOUS MENU */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#sousmenu_structure_entreprise		{}
#sousmenu_structure_interlocuteur	{}
#sousmenu_structure_contrat			{}
#sousmenu_structure_compte_web		{display:none;}
#sousmenu_structure_notification	{display:none;} 
#sousmenu_structure_bdx_cotisation	{display:none;}
#sousmenu_structure_bdx_declaratif	{display:none;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COMPTE WEB STRUCTURE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* COMPTE WEB STRUCTURE [MODIFIER] */

.compte_web_structure_contenu {
	color:var(--main_color);
	margin-top:20px;
}
.compte_web_structure_intitule {
	display:inline-block;
	width:13.000em;
	padding:10px 0;
}
.compte_web_structure_saisie {
	display:inline-block;
	width:25.000em;
	padding:3px 7px;
}
.compte_web_structure_saisie > input {
	width:calc(100% - 16px);
}
.compte_web_structure_ctrl {
	display:inline-block;
	width:25.000em;
}
.compte_web_structure_texte_haut_mdp {
	color:var(--main_color);
	padding-top:1em;
}
.compte_web_structure_texte_haut_mdp_label {
	display:inline-block;
}
#compte_web_structure_progress {
	width:260px;
}
#compte_web_structure_aide_mdp {
	display:none;
	width:12px;
	margin-left:5px;
	cursor:pointer;
}
#compte_web_structure_enregistrer {
	padding:0.571em 10.500em;
}
#compte_web_structure_enregistrer_erreur {
	clear:both;
	margin-top:10px;
	padding:0.3em;
	font-size:0.9em;
	color:#FF1010;
	text-align:center;
}
/* COMPTE WEB STRUCTURE [NOTIFICATION] */

#bloc_notification tr {border:0;}

.compte_web_structure_notification_intitule     {}
.compte_web_structure_notification_courrier     {display:none;}
.compte_web_structure_notification_mail    		{text-align:center; width:100px;}
.compte_web_structure_notification_sms 			{text-align:center; width:100px;}
.compte_web_structure_notification_app_mobile	{text-align:center; width:100px;}
.compte_web_structure_notification_interface	{display:none;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ALERTES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

/* ALERTES [LISTE] */

#mes_alertes_recherche_contenu1 {
}
#mes_alertes_recherche_contenu2 {
	width:30%;
	text-align:center;
	border-left:1px dotted #d4d4d4;
}

#mes_alertes_recherche .recherche_contenu_detail {
	padding:2px 0;
}
#mes_alertes_recherche .recherche_contenu_detail label {
	width:5em;
}
#mes_alertes_detail_filtre {
}
#mes_alertes_detail_dtdeb {
	display:inline-block;
}
#mes_alertes_detail_dtfin {
	display:inline-block;
}
#mes_alertes_detail_dtfin label:last-of-type {
	text-align:center;
	width:2em;
}
#mes_alertes_detail_origine {
	display:none;
}
#mes_alertes_critere_filtre {
	width:27em;
}
#mes_alertes_critere_dtdeb {
	width:5em;
}
#mes_alertes_critere_dtfin {
	width:5em;
}
#mes_alertes_critere_origine {
}
#mes_alertes_ajout_event	a {
	display:inline;
}
#mes_alertes_limite_atteinte	label {
	display:inline;
}

.mes_alertes_dt {
	text-align:center;
	width:9em;
}
.mes_alertes_type {
	text-align:center;
	width:8em;
}
.mes_alertes_origine {
	text-align:left;
}
.mes_alertes_doc {
	text-align:center;
	width:4em;
}
.mes_alertes_vu {
	text-align:center;
	width:4em;
}
.mes_alertes_non_lu	{
	width:20px;
}
.mes_alertes_action {
	text-align:center;
	width:4em;
}

/* ALERTES [DETAIL] */

#mes_alertes_detail_contenu_edit {
	margin-top:0.5em;
	padding:0.8em;
	border:1px solid #d4d4d4;
}
.mes_alertes_detail_contenu_groupe {
	width:calc(100% - 1.4em);
}

#mes_alertes_detail_type {
	display:inline-block;
}
#mes_alertes_detail_type label {
	width:5em;
}
#mes_alertes_detail_type select {
	width:15em;
}
#mes_alertes_detail_fichier {
	display:inline-block;
	margin-left:2em;
}
#mes_alertes_detail_fichier input {
	width:29em;
}
#mes_alertes_detail_fichier label {
	width:4em;
}
#mes_alertes_detail_message label {
	width:5em;
	vertical-align:top;
}
#mes_alertes_detail_message textarea {
	width:55em;
}

#mes_alertes_detail_consult_type {
	display:inline-block;
}
#mes_alertes_detail_consult_type label {
	width:6em;
}
#mes_alertes_detail_consult_type span {
	width:15em;
}
#mes_alertes_detail_consult_fichier {
	display:inline-block;
	margin-left:2em;
}
#mes_alertes_detail_consult_fichier label {
	width:4em;
}
#mes_alertes_detail_consult_fichier div {
	margin-left:1em;
}
#mes_alertes_detail_consult_origine label {
	width:6em;
}
#mes_alertes_detail_consult_origine span {
	width:15em;
}
#mes_alertes_detail_consult_message label {
	width:6em;
	vertical-align:top;
}
#mes_alertes_detail_consult_message textarea {
	width:55em;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* ENTREPRISE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* ENTREPRISE [FICHE] */

.mon_entreprise_contenu_groupe .structure_contenu_detail label {
	width:7em;
}
.mon_entreprise_contenu_groupe .structure_contenu_detail span {
	width:19em;
}
#mon_entreprise_detail_siren_siret span {
	width:4.5em;
}
#mon_entreprise_detail_siren_siret span:last-of-type {
	width:7em;
}
#mon_entreprise_detail_tel span {
	width:7.5em;
}
#mon_entreprise_detail_cp_ville span {
	width:2.5em;
}
#mon_entreprise_detail_cp_ville span:last-of-type {
	width:15.05em;
}

/* ENTREPRISE [INTERLOCUTEUR] */

.mon_entreprise_interlocuteur_structure_mere {
	text-align:center;
	width:30px;
}
.mon_entreprise_interlocuteur_identite {
	text-align:left;
}
.mon_entreprise_interlocuteur_periode {
	text-align:center;
}
.mon_entreprise_interlocuteur_dtdeb {
	text-align:center;
	width:80px;
}
.mon_entreprise_interlocuteur_dtfin {
	text-align:center;
	width:80px;
}
.mon_entreprise_interlocuteur_detail {
	text-align:center;
	width:30px;
}

.mon_entreprise_interlocuteur_contenu_groupe .structure_contenu_detail label {
	width:6.5em;
}
.mon_entreprise_interlocuteur_contenu_groupe .structure_contenu_detail span {
	width:20em;
}
#mon_entreprise_interlocuteur_detail_civilite span {
	width:8em;
}
#mon_entreprise_interlocuteur_detail_telephone span {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_portable span {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_periode label:last-of-type {
	width:2em;
	text-align:center;
}
#mon_entreprise_interlocuteur_detail_periode span {
	width:4.5em;
}
#mon_entreprise_interlocuteur_detail_cp_ville span {
	width:2.5em;
}
#mon_entreprise_interlocuteur_detail_cp_ville span:last-of-type {
	width:16.05em;
}

/* ENTREPRISE [INTERLOCUTEUR DETAIL] */

.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail label {
	width:7.5em;
}
.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail span {
	width:21em;
}
.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail input {
	width:21.2em;
}
.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail select {
	width:22.4em;
}
#mon_entreprise_interlocuteur_detail_detail_civilite select {
	width:8em;
}
#mon_entreprise_interlocuteur_detail_detail_telephone input {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_detail_portable input {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_detail_periode label:last-of-type {
	width:2em;
	text-align:center;
}
#mon_entreprise_interlocuteur_detail_detail_periode input {
	width:5em;
}
#mon_entreprise_interlocuteur_detail_detail_periode span {
	width:5em;
}
#mon_entreprise_interlocuteur_detail_detail_cp_ville input {
	width:3em;
}
#mon_entreprise_interlocuteur_detail_detail_cp_ville input:last-of-type {
	width:16.8em;
}
#mon_entreprise_interlocuteur_detail_detail_cp_ville span {
	width:3em;
}
#mon_entreprise_interlocuteur_detail_detail_cp_ville span:last-of-type {
	width:16.429em;
}
#mon_entreprise_interlocuteur_detail_detail_tel1_structure input {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_detail_tel2_structure input {
	width:7.5em;
}
#mon_entreprise_interlocuteur_detail_detail_gsm_structure input {
	width:7.5em;
}

/* ENTREPRISE [INTERLOCUTEUR_APPARTENANCE] */

.mon_entreprise_interlocuteur_appartenance_identite {
	text-align:left;
}
.mon_entreprise_interlocuteur_appartenance_detail {
	text-align:center;
	width:30px;
}

.appartenance_structure_mere	{
	padding:5px;
}
.appartenance_structure {
	padding:5px 25px;
}

/* ENTREPRISE [CONTRAT] */

div.mon_entreprise_contrat_contenu_groupe {
	width:calc(100% - 1.4em);
}

.mon_entreprise_contrat_offre {
	text-align:left;
}
.mon_entreprise_contrat_produit {
	text-align:left;
}
.mon_entreprise_contrat_dtdeb {
	text-align:left;
	width:80px;
}
.mon_entreprise_contrat_dtfin {
	text-align:left;
	width:80px;
}
.mon_entreprise_contrat_document {
	text-align:left;
	width:300px;
}
.mon_entreprise_contrat_fichier {
	text-align:left;
	width:100px;
}

.mon_entreprise_contrat_document a {
	display:block;
	line-height:25px;
}
.mon_entreprise_contrat_fichier a {
	display:block;
	line-height:25px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SALARIE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#mes_salaries_recherche .recherche_contenu_detail {
	padding:2px 0;
}
#mes_salaries_detail_recherche 	label {
	width:5em;
}
#mes_salaries_detail_dtref label {
	width:5em;
}
#mes_salaries_detail_typecontrat label {
	width:8em;
}
#mes_salaries_detail_garantie label {
	width:4em;
}
#mes_salaries_detail_offre label {
	width:4em;
}
#mes_salaries_detail_produit label {
	width:4em;
}

#mes_salaries_critere_recherche {
	width:20em;
}
#mes_salaries_critere_dtref {
	width:5em;
}
#mes_salaries_critere_typecontrat {
	width:23em;
}
#mes_salaries_critere_garantie {
	width:23em;
}
#mes_salaries_critere_offre {
	width:23em;
}
#mes_salaries_critere_produit {
	width:23em;
}

#mes_salaries_pagination {
	display:block;
}
#mes_salaries_div_table {
}
#mes_salaries_table {
}
.mes_salaries_noexterne						{display:none;}
.mes_salaries_noadherent					{text-align:left;}
.mes_salaries_identite						{text-align:left;}
.mes_salaries_dtnais						{display:none;}
.mes_salaries_nbayant_droit					{text-align:left; width:25px;}
.mes_salaries_typecontrat					{text-align:left; width:120px;}
.mes_salaries_garantie						{text-align:left;}
.mes_salaries_offre							{display:none;}
.mes_salaries_produit						{text-align:left;}
.mes_salaries_periode						{text-align:left;}
.mes_salaries_dtdeb							{text-align:left; width:80px;}
.mes_salaries_dtfin							{text-align:left; width:80px;}
.mes_salaries_notification					{text-align:center; width:35px;}
.mes_salaries_sinistre						{text-align:center; width:35px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SALARIE - AJOUT */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

div.structure_enregistrer					{}
div.structure_enregistrer input				{display:inline-block; margin:0.1em 0;}
div.structure_enregistrer select			{display:inline-block; margin:0.1em 0;}
div.structure_enregistrer_contenu			{display:inline-block; padding:0.8em; width:50%; box-sizing:border-box; vertical-align:top;}
div.enregistrer_contenu_detail				{line-height:28px;}
div.enregistrer_contenu_detail label		{display:inline-block; margin:0 0.5em;}

#mes_salaries_ajout_detail_contrat label	{width:120px;}
#mes_salaries_ajout_detail_dtsinistre label	{width:90px;}

#mes_salaries_ajout_detail_insee label		{width:120px;}
#mes_salaries_ajout_detail_civilite	label	{width:120px;}
#mes_salaries_ajout_detail_nom label		{width:120px;}
#mes_salaries_ajout_detail_prenom label		{width:120px;}
#mes_salaries_ajout_detail_dtnais label		{width:120px;}
#mes_salaries_ajout_detail_adr1 label		{width:90px;}
#mes_salaries_ajout_detail_adr2 label		{width:90px;}
#mes_salaries_ajout_detail_adr3	label		{width:90px;}
#mes_salaries_ajout_detail_codepostal label	{width:90px;}
#mes_salaries_ajout_detail_ville label		{width:90px;}
#mes_salaries_ajout_detail_pays	label		{width:90px;}

#mes_salaries_ajout_contrat 	{width:calc(100% - 166px);}
#mes_salaries_ajout_dtsinistre 	{}

#mes_salaries_ajout_insee 		{width:calc(100% - 270px);}
#mes_salaries_ajout_cleinsee 	{width:30px;}
#mes_salaries_ajout_civilite	{}
#mes_salaries_ajout_nom 		{width:calc(100% - 200px);}
#mes_salaries_ajout_prenom 		{width:calc(100% - 200px);}
#mes_salaries_ajout_dtnais 		{}
#mes_salaries_ajout_adr1 		{width:calc(100% - 170px);}
#mes_salaries_ajout_adr2 		{width:calc(100% - 170px);}
#mes_salaries_ajout_adr3		{width:calc(100% - 170px);}
#mes_salaries_ajout_codepostal 	{}
#mes_salaries_ajout_ville 		{width:calc(100% - 170px);}
#mes_salaries_ajout_pays		{width:calc(100% - 136px);}

#mes_salaries_ajout_enregistrer {
	text-align: center;
}
#mes_salaries_ajout_submit {
	border:0;
	background:none;
	margin-top:2em;
	cursor:pointer;
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COTISATIONS STRUCTURE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

#mes_cotisations_recherche {
	display:table;
	width:100%;
	padding:0;
}
#mes_cotisations_recherche .structure_recherche_contenu {
	display:table-cell;
	padding:0.5em;
}
#mes_cotisations_recherche .structure_recherche_contenu:last-child {
	border-left:1px dotted #d4d4d4;
	width:25%;
	text-align:center;
}
#mes_cotisations_recherche .recherche_contenu_detail {
	line-height:32px;
}

#mes_cotisations_detail_dtdeb {
	display:inline-block;
}
#mes_cotisations_detail_dtfin {
	display:inline-block;
}
#mes_cotisations_detail_garantie {
}
#mes_cotisations_detail_periode {
	display:inline-block;
}

#mes_cotisations_detail_filtre	label {
	width:10em;
}
#mes_cotisations_detail_dtdeb 	label {
	display:inline-block;
	width:7em;
}
#mes_cotisations_detail_dtfin 	label {
	display:inline-block;
	width:1.5em;
	text-align:center;
}
#mes_cotisations_detail_garantie	label {
	width:5.5em;
}
#mes_cotisations_detail_periode	label {
	display:block;
	width:14em;
}

#mes_cotisations_critere_filtre {
	width:50%;
	margin:0.2em 0;
}
#mes_cotisations_critere_dtdeb {
	width:60px;
	margin:0.2em 0;
}
#mes_cotisations_critere_dtfin {
	width:60px;;
	margin:0.2em 0;
}
#mes_cotisations_critere_garantie {
	width:70%;
	margin:0.2em 0;
}
#mes_cotisations_critere_periode {
	margin:0.2em 0;
	width:60%;
}

#mes_cotisations_pagination {
	display:block;
}
#mes_cotisations_div_table {
}
#mes_cotisations_table {
}
.mes_cotisations_dtcomptable				{text-align:left; width:80px;}
.mes_cotisations_nature_piece				{text-align:left;}
.mes_cotisations_intitule					{text-align:left;}
.mes_cotisations_garantie					{text-align:left;}
.mes_cotisations_debit						{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_credit						{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_detail						{text-align:center;}
.mes_cotisations_periode_cumule				{text-align:right;}
.mes_cotisations_periode_debit				{width:90px;}
.mes_cotisations_periode_credit				{width:90px;padding-right:55px;}
.mes_cotisations_periode_debit input 		{}
.mes_cotisations_periode_credit	input 		{}
.mes_cotisations_detail_dtcomptable				{text-align:left; width:80px;}
.mes_cotisations_detail_noexterne				{text-align:left;}
.mes_cotisations_detail_noadherent				{text-align:left;}
.mes_cotisations_detail_identite				{text-align:left;}
.mes_cotisations_detail_garantie				{text-align:left;}
.mes_cotisations_detail_debit					{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_detail_credit					{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_periode_detail_cumule			{text-align:right;}
.mes_cotisations_periode_detail_debit			{width:90px;}
.mes_cotisations_periode_detail_credit			{width:90px;}
.mes_cotisations_periode_detail_debit input 	{}
.mes_cotisations_periode_detail_credit input 	{}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* BORDEREAUX DE COTISATIONS */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#mes_bordereaux_texte_haut {
	text-align:left;	
}
#mes_bordereaux_texte_haut > div:first-child {
	margin-bottom:10px;
}
#mes_bordereaux_texte_haut > div:first-child > a {
	color: var(--main_color);
}
#mes_bordereaux_texte_haut > div:last-child {
	margin-bottom:10px;
}
#mes_bordereaux_texte_haut > div:last-child > label {
	 display:inline-block;
	 width:160px;
	 text-align:left;
	 margin-left:30px;
	 font-style:italic;
}
#mes_bordereaux_texte_haut > div:last-child > span {
	 display:inline-block;
	 width:250px;
	 text-align:left;
	 margin-left:10px;
	 font-weight:bold;
}

#mes_bordereaux_recherche {
	display:table;
	width:100%;
	padding:0;
}
#mes_bordereaux_recherche .structure_recherche_contenu {
	display:table-cell;
	padding:0.5em;
}
#mes_bordereaux_recherche .structure_recherche_contenu:last-child {
	border-left:1px dotted #d4d4d4;
	width:30%;
	text-align:center;
}
#mes_bordereaux_recherche .recherche_contenu_detail {
	line-height:32px;
}
#mes_bordereaux_detail_selection {
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:1px solid #d4d4d4;
}
#mes_bordereaux_detail_filtre {
	padding:0;
}
#mes_bordereaux_detail_etat {
	padding:0;
}
#mes_bordereaux_detail_autre {
	padding:0;
}
#mes_bordereaux_detail_selection	label {
	display:inline-block;
	width:13em;
}
#mes_bordereaux_detail_filtre	label {
	display:inline-block;
	width:13em;
}
#mes_bordereaux_detail_etat		label {
	display:inline-block;
	padding-right:1.5em;
}
#mes_bordereaux_detail_etat		label:first-of-type {
	display:inline-block;
	width:8em;
	padding-right:0;
	color:var(--main_color);
	font-weight:bold;
}
#mes_bordereaux_detail_autre		label {
	display:inline-block;
	padding-right:1.5em;
}
#mes_bordereaux_detail_autre		label:first-of-type {
	display:inline-block;
	width:8em;
	padding-right:0;
	color:var(--main_color);
	font-weight:bold;
}
#mes_bordereaux_critere_exercice {
	width:5.8em;
}
#mes_bordereaux_critere_periode {
	width:20.8em;
}
#mes_bordereaux_critere_filtre {
	width:25em;
}
#mes_bordereaux_info_etat {
	padding:20px 0;
}
#mes_bordereaux_btn_rechercher {
	margin-left:10px;
	vertical-align:middle;
}
#mes_bordereaux_img_download_pdf {
	margin-left:10px;
	width:16px;
}
#mes_bordereaux_img_download_csv {
	margin-left:10px;
}
#mes_bordereaux_pagination {
	display:block;
}
.mes_bordereaux_noexterne {
	text-align:left;
	width:90px;
	padding-left:4px;
}
.mes_bordereaux_noadherent {
	text-align:left;
	width:90px;
	padding-left:4px;
}
.mes_bordereaux_identite {
	text-align:left;
}
.mes_bordereaux_offre {
	display:none;
}
.mes_bordereaux_periode {
	display:none;
}
.mes_bordereaux_dtdeb {
	display:none;
}
.mes_bordereaux_dtfin {
	display:none;
}
.mes_bordereaux_mois {
	text-align:center;
	width:60px;
	padding-right:4px;
}
.mes_bordereaux_total {
	text-align:right;
	width:70px;
	padding-right:4px;
}
.mes_bordereaux_etat {
	text-align:center;
	width:50px;
}
.mes_bordereaux_info {
	text-align:center;
	width:30px;
}
.mes_bordereaux_observation {
	text-align:center;
	width:30px;
}
.mes_bordereaux_periode_prec {
	text-align:center;
	width:20px;
}
.mes_bordereaux_periode_suiv {
	text-align:center;
	width:20px;
}
.mes_bordereaux_solde_cumule {
	text-align:right;
	padding-right:4px;
}
.mes_bordereaux_solde_total {
	text-align:center;
	width:210px;
}
.mes_bordereaux_detail_valide_ko {
	text-decoration:line-through;
}
.mes_bordereaux_detail_valide_ok {
	color:green;
}
.mes_bordereaux_detail_soumis {
	font-weight:bold;
}
#mes_bordereaux_tb_observation {
	width:600px;
	height:357px;
}
#mes_bordereaux_detail_observation {
	width:100%;
}
#mes_bordereaux_detail_btn_enreg {
	width:50%;
	text-align:right;
}
#mes_bordereaux_detail_btn_annul {
	width:50%;
	text-align:left;
}
#mes_bordereaux_detail_observation label {
	display:block;
}
#mes_bordereaux_texte_observation {
	width:39.2em;
}
#mes_bordereaux_enreg_en_cours {
	text-align:center;
	height:20px;
	display:none;
}
#mes_bordereaux_bordereau_valide {
	text-align:center;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	color:#aaa;
	font-style:italic;
}

/* BORDEREAUX DECLARATIFS RECAP */

#structure_bdx_declaratif_recap_texte_haut {
	text-align:left;
}
#structure_bdx_declaratif_recap_texte_haut > div:first-child {
	margin-bottom:10px;
}
#structure_bdx_declaratif_recap_texte_haut > div:first-child > a {
	text-decoration: none;
	font-style: italic;
	color: #C0242C;
	border-bottom: 1px dotted #C0242C;
}
#structure_bdx_declaratif_recap_texte_haut > div:last-child {
	margin-bottom:10px;
}
#structure_bdx_declaratif_recap_texte_haut > div:last-child > label {
	 display:inline-block;
	 width:160px;
	 text-align:left;
	 margin-left:30px;
	 font-style:italic;
}
#structure_bdx_declaratif_recap_texte_haut > div:last-child > span {
	 display:inline-block;
	 width:250px;
	 text-align:left;
	 margin-left:10px;
	 font-weight:bold;
}

#structure_bdx_declaratif_recap_recherche_contenu1 {
}
#structure_bdx_declaratif_recap_recherche_contenu2 {
	width:30%;
	text-align:center;
	border-left:1px dotted #d4d4d4;
}

#structure_bdx_declaratif_recap_recherche .recherche_contenu_detail label {
	width:7em;
}
#structure_bdx_declaratif_recap_detail_filtre {
}
#structure_bdx_declaratif_recap_detail_dtdeb {
	display:inline-block;
}
#structure_bdx_declaratif_recap_detail_dtfin {
	display:inline-block;
}
#structure_bdx_declaratif_recap_detail_dtfin label:last-of-type	{
	text-align:center;
	width:2em;
}
#structure_bdx_declaratif_recap_critere_filtre {
	width:20em;
}
#structure_bdx_declaratif_recap_critere_dtdeb {
}
#structure_bdx_declaratif_recap_critere_dtfin {
}
#structure_bdx_declaratif_recap_ajout_bordereau	a {
	display:inline;
}
.structure_bdx_declaratif_recap_img_origine_mutuelle {
	width:20px;
}

.structure_bdx_declaratif_recap_dt {
	text-align:center;
	width:9.5em;
}
.structure_bdx_declaratif_recap_type {
	display:none;
	text-align:center;
	width:13em;
}
.structure_bdx_declaratif_recaporigine {
	text-align:left;
}
.structure_bdx_declaratif_recap_doc {
	text-align:center;
	width:4em;
}
.structure_bdx_declaratif_recap_vu {
	text-align:center;
	width:4em;
}
.structure_bdx_declaratif_recap_action {
	text-align:center;
	width:4em;
}


.structure_bdx_declaratif_div_courrier {
	width:1000px;
	padding:0;
	margin:0.5em 0;
	border:1px solid #d4d4d4;
	white-space:nowrap;
	font-size:0;
}
.structure_bdx_declaratif_div_adresse {
	display:inline-block;
	box-sizing:border-box;
	height:110px;
	width:400px;
	background-color:#e0e0e0;
	padding:10px;
	font-size:13px;
	vertical-align:top;
}
.structure_bdx_declaratif_div_reference {
	display:inline-block;
	box-sizing:border-box;
	height:110px;
	width:calc(100% - 560px);
	background-color:#e0e0e0;
	padding:10px;
	font-size:13px;
	vertical-align:top;
}
.structure_bdx_declaratif_div_suivant {
	display:inline-block;
	box-sizing:border-box;
	height:110px;
	width:80px;
	background-color:#e0e0e0;
	padding:10px 10px 10px 0;
	font-size:13px;
	vertical-align:top;
	text-align:center;
}
.structure_bdx_declaratif_div_suivant a {
	display:block;
	box-sizing:border-box;
	height:100%;
	padding-top:10px;
}
.structure_bdx_declaratif_div_precedent {
	display:inline-block;
	box-sizing:border-box;
	height:110px;
	width:80px;
	background-color:#e0e0e0;
	padding:10px 0 10px 10px;
	font-size:13px;
	vertical-align:top;
	text-align:center;
	border-left:1px dotted #fff;
}
.structure_bdx_declaratif_div_precedent a {
	display:block;
	box-sizing:border-box;
	height:100%;
	padding-top:10px;
}
.bdx_action_disabled {
	opacity:0.2;
}
.structure_bdx_declaratif_div_reference > label {
	display:inline-block;
	width:80px;
	border-right:1px solid #e0e0e0;
	margin-right:5px;
}
.structure_bdx_declaratif_div_reference > span {
	font-weight:bold;
}
.structure_bdx_declaratif_div_message {
	padding:5px 10px;
	font-size:14px;
}
.structure_bdx_declaratif_div_periode {
	padding:0 10px;
	font-size:14px;
}
.structure_bdx_declaratif_table {
	padding:10px;
	width:calc(100% - 20px);
	font-size:14px;
	margin-bottom:10px;
}
.structure_bdx_declaratif_table input {
	width: calc(100% - 2em - 4px);
}
.structure_bdx_declaratif_base_cotis 	{text-align:left;}
.structure_bdx_declaratif_taux 			{text-align:center; width:100px;}
.structure_bdx_declaratif_masse_sal 	{text-align:center; width:120px;}
.structure_bdx_declaratif_montant 		{text-align:center; width:120px;}

.structure_bdx_declaratif_ligne label {
	font-weight:bold;
}
.structure_bdx_declaratif_base_cotis_detail {
	display:none;
}
.structure_bdx_declaratif_ligne_total {
	text-align:right;
}
.structure_bdx_declaratif_enregistrer {
	text-align:center;
	margin-bottom:5px;
}
.structure_bdx_declaratif_enregistrement_en_cours {
	font-size:13px;
	color:blue;
	text-align:center;
	font-style:italic;
	padding:4px;
}
.bdx_masse_sal_1 {text-align:right;}
.bdx_masse_sal_2 {text-align:right;}
.bdx_masse_sal_3 {text-align:right;}
.bdx_montant_1   {text-align:right;}
.bdx_montant_2   {text-align:right;}
.bdx_montant_3   {text-align:right;}
.bdx_total       {text-align:right;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* PRECOMPTE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

.mes_precomptes_idperiode			{text-align:center; width:8em;}
.mes_precomptes_fichier_mutuelle	{text-align:center; width:8em;}
.mes_precomptes_fichier_structure	{text-align:center; width:8em;}
.mes_precomptes_action				{text-align:left;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SINISTRE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#structure_sinistre_detail_dtdeb {
	display:inline-block;
}
#structure_sinistre_detail_dtfin {
	display:inline-block;
}
#structure_sinistre_detail_filtre 	label {
	width:5.857em;
}
#structure_sinistre_detail_dtdeb 	label {
	width:5.857em;
}
#structure_sinistre_detail_dtfin 	label {
	width:2.857em;
	text-align:center;
}
#structure_sinistre_detail_garantie 	label {
	width:4.286em;
}
#structure_sinistre_critere_filtre {
	width:18em;
}
#structure_sinistre_critere_dtdeb {
}
#structure_sinistre_critere_dtfin {
}
#structure_sinistre_critere_garantie {
	width:23em;
}
#structure_sinistre_pagination {
	display:block;
}

.structure_sinistre_garantie		{text-align:left; width:30px;}
.structure_sinistre_nosinistre		{text-align:left; width:100px;}
.structure_sinistre_dtsinistre		{text-align:left; width:90px;}
.structure_sinistre_dtcloture		{text-align:left; width:80px;}
.structure_sinistre_salarie			{text-align:left; width:250px;}
.structure_sinistre_situation		{text-align:left; width:250px;}
.structure_sinistre_action			{text-align:center;}

.structure_sinistre_salarie_noadherent	{display:none;}
.structure_sinistre_salarie_noexterne	{display:none;}
.structure_sinistre_situation_1			{display:block;}
.structure_sinistre_situation_2			{display:block;}


#structure_sinistre_detail_tb_upload_fichier {
	width:600px;
	height:357px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SINISTRE DETAIL */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#structure_sinistre_detail_texte_haut label {
	font-style:italic;
	margin-left:0.571em;
}

#structure_sinistre_detail_etape_entete {
	width:95%;
	margin:10px auto;
	border:1px solid #f2f2f2;
	white-space:nowrap;
	font-size:0;
}
#structure_sinistre_detail_etape_entete_1 {
	display:inline-block;
	white-space:normal;
	font-size:13px;
	vertical-align:top;
}
#structure_sinistre_detail_etape_entete_2 {
	display:inline-block;
	white-space:normal;
	font-size:13px;
	vertical-align:top;
}
#structure_sinistre_detail_etape_entete_1 {
	width:70%;
}
#structure_sinistre_detail_etape_entete_2 {
	width:30%;
}
#structure_sinistre_detail_etape_entete_message {
	font-size:14px;
	padding:5px;
}
#structure_sinistre_detail_etape_entete_button {
	font-size:14px;
	padding:5px;
	text-align:center;
}

#structure_sinistre_detail_etape_entete_message_erreur {
	color:red;
}
#structure_sinistre_detail_etape_entete_message_alerte {
	color:blue;
	font-style:italic;
}

#btn_enregistrer_entete {
}
#btn_etape_suivante {
	padding:4px 16px;
	background-color:#777;
	border-bottom:2px solid #333;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.btn_enregistrer_etape {
	padding:4px 16px;
	background-color:#777;
	border-bottom:2px solid #333;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#btn_etape_suivante:hover {
	background-color:#999;
	border-bottom:2px solid #555;
}
.btn_enregistrer_etape:hover {
	background-color:#999;
	border-bottom:2px solid #555;
}

#structure_sinistre_detail_etape_entete_1 > label {
	display:none;
}
#structure_sinistre_detail_etape_entete_2 > label {
	display:block;
	padding:8px 5px;
	font-weight: bold;
}

.sinistre_entete_div {
	display:inline-block;
	padding:5px;
}
.sinistre_entete_div > div {
	display:inline-block;
}

.structure_sinistre_detail_etape {
	margin:1.429em auto;
}
.structure_sinistre_detail_evnt {
	margin:1.429em auto;
}

.structure_sinistre_detail_etape_hierarchie_1 {
}
.structure_sinistre_detail_etape_hierarchie_2 {
	margin-left:30px;
}
.structure_sinistre_detail_etape_hierarchie_3 {
	margin-left:60px;
}
.structure_sinistre_detail_etape_hierarchie_4 {
	margin-left:90px;
}
.structure_sinistre_detail_etape_hierarchie_5 {
	margin-left:120px;
}

.structure_sinistre_detail_separ {
	border-top:1px solid #ccc;
	border-bottom:1px solid #eee;
	height:1px;
}
.structure_sinistre_detail_separ_etape {
}
#structure_sinistre_detail_separ_entete {
	margin-top:1.429em;
}
#structure_sinistre_detail_separ_evnt {
}

#structure_sinistre_detail_div_etape_suivante {
	text-align:center;
	margin:10px auto;
}

.structure_sinistre_detail_etape_titre_libelle {
	text-decoration:underline;
	padding:5px;
}
.structure_sinistre_detail_evnt_titre_libelle {
	text-decoration:underline;
	padding:5px;
}

.structure_sinistre_detail_tampon_annule {
    display: inline-block;
    color: red;
    font-family: segoe;
    text-transform: uppercase;
    font-style: italic;
    transform: rotate(5deg);
    border: 1px solid red;
    border-radius: 3px;
    padding: 2px;
    vertical-align: top;
    font-size:0.857em;
    margin-top: -5px;
    margin-left:2em;
    margin-right:0.857em;
}
.structure_sinistre_detail_libelle_annule {
	color:red;
	margin-left:2px;
	text-decoration:none;
	font-style:italic;
}
.structure_sinistre_detail_motif_annule {
	color:red;
	margin-left:2px;
	text-decoration:none;
	font-style:italic;
}

.structure_sinistre_detail_etape_detail_annule {
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
	color:#d60a00;
}
.structure_sinistre_detail_etape_detail_encours {
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
	color:#d60a00;
}
.structure_sinistre_detail_etape_detail_questionnaire {
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
	word-wrap: break-word;
}
.structure_sinistre_detail_etape_detail_versement {
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
}
.structure_sinistre_detail_etape_detail_versement_calcul_lien {
	margin-left:2.143em;
	color:#c18a2a;
	text-decoration:underline;
}
.structure_sinistre_detail_ajout_event {
	margin-left:2.143em;
	color:#c18a2a;
	text-decoration:underline;
}

.div_questionnaire .input_champ_date {
	width:70px;
}
#structure_sinistre_detail_frame_upload_fichier_ref {
	width:400px;
	margin:0;
	padding:0;
	height:22px;
	border:none;
}


/* message sur les étapes */
.structure_sinistre_detail_etape_detail_message_annule {
	color:#d60a00;
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
}
.structure_sinistre_detail_etape_detail_message_encours {
	color:#d60a00;
	width:95%;
	margin:0.8em auto;
	padding:0 5px;
}
.structure_sinistre_detail_etape_detail_versement_message_realise {
	color:green;
}
.structure_sinistre_detail_etape_detail_versement_message_annule {
	color:red;
}
.structure_sinistre_detail_etape_detail_versement_message_programme {
	color:#d60a00;
}
.structure_sinistre_detail_etape_detail_versement_message_saisie {
	color:#d60a00;
}

/* champs d'entête */
#structure_sinistre_detail_entete_noadherent {width:220px;}
#structure_sinistre_detail_entete_benef      {width:420px;}
#structure_sinistre_detail_entete_dtsinistre {width:220px;}
#structure_sinistre_detail_entete_dtcloture  {width:420px; display:none;}
#structure_sinistre_detail_entete_dern_etape {width:650px;}
#structure_sinistre_detail_entete_mtregle    {display:block;}
#structure_sinistre_detail_entete_mtannule   {display:block;}

#structure_sinistre_detail_entete_noadherent .sinistre_entete_div_texte,
#structure_sinistre_detail_entete_dtsinistre .sinistre_entete_div_texte,
#structure_sinistre_detail_entete_benef      .sinistre_entete_div_texte,
#structure_sinistre_detail_entete_dtcloture  .sinistre_entete_div_texte,
#structure_sinistre_detail_entete_dern_etape .sinistre_entete_div_texte  {width:120px;}
#structure_sinistre_detail_entete_mtregle    .sinistre_entete_div_texte,
#structure_sinistre_detail_entete_mtannule   .sinistre_entete_div_texte  {width:70px;}
#structure_sinistre_detail_entete_mtregle    .sinistre_entete_div_valeur,
#structure_sinistre_detail_entete_mtannule   .sinistre_entete_div_valeur {text-align:right; width:80px;}

#structure_sinistre_detail_entete_dtsinistre_valeur > input {width:70px;}

.structure_sinistre_detail_versement_multiple         {margin-left:60px;}
.structure_sinistre_detail_versement_multiple_titre   {text-decoration:underline;}
.structure_sinistre_detail_versement_multiple_montant {margin-left:30px;}
.structure_sinistre_detail_versement_multiple_periode {margin-left:30px;}

/* colonnes du tableau des questionnaires */
.structure_sinistre_detail_questionnaire_question    {text-align:left;}
.structure_sinistre_detail_questionnaire_reponse     {text-align:left; width:480px;}
.structure_sinistre_detail_questionnaire_obligatoire {text-align:center; width:15px;}

/* colonnes du tableau des versements */
.structure_sinistre_detail_versement_dtversement  {text-align:center; width:80px;}
.structure_sinistre_detail_versement_dtreglement  {text-align:center; width:80px;}
.structure_sinistre_detail_versement_montant      {text-align:right; width:90px;}
.structure_sinistre_detail_versement_destinataire {}
.structure_sinistre_detail_versement_mode         {width:200px;}
.structure_sinistre_detail_versement_etat         {text-align:center; width:60px;}
.structure_sinistre_detail_versement_total        {text-align:right;}

/* colonnes du tableau d'évènements */
.structure_sinistre_detail_evnt_date         {width:120px; text-align:left;}
.structure_sinistre_detail_evnt_type         {width:150px; text-align:left;}
.structure_sinistre_detail_evnt_commentaire  {text-align:left;}
.structure_sinistre_detail_evnt_destinataire {width:150px; text-align:left;}
.structure_sinistre_detail_evnt_origine      {width:40px; text-align:center;}
.structure_sinistre_detail_evnt_document     {width:40px; text-align:center;}
th.structure_sinistre_detail_evnt_origine    {font-size:9px;}
th.structure_sinistre_detail_evnt_acces      {font-size:9px;}

/* questionnaire */
.type_question_o_n {width: 80px;}
.type_question_qcu {}
.type_question_qcm {}
.type_question_dt {}
.type_question_mt {width: 100px;}
.type_question_fic {}
.type_question_txt {}
.type_question_nb {width: 100px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TABLEAU BORD */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#structure_tableaubord_div_table {
}
#structure_tableaubord_table {
}
.structure_tableaubord_intitule		{text-align:left; width:300px;}
.structure_tableaubord_commentaire	{text-align:left;}
.structure_tableaubord_action		{text-align:center; width:50px;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* LOGOUT */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#logout_structure_texte_haut {
	width:100%;
	text-align:center;
	color:var(--main_color);
	font-size:1.5em;
	border-bottom:1px solid #efefef;
	margin-top:150px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* Classes contenues dans mutual_web.config */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

.texte_identification_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_confirm_compte_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_enregistrement_compte_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_validation_compte_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_confirm_oubli_mdp_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_enregistrement_oubli_mdp_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}
.texte_validation_oubli_mdp_structure {
	color:var(--main_color);
	font-size:1.2em;
	text-align:left;
}

#structure_acces {
	margin-top:20px;
}
.accueil_structure_acces_div {
	width:20%;
	text-align:center;
	margin:0 1em;
	display:inline-block;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* LES MEDIAS QUERIES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

@MEDIA screen and (max-width:1023px) {
	
	
	
	
}