@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)
 * 
 */

/* Remplacer la couleur dominante du site #EE980A */


/* cadre de mise en forme de la partie detail_contenu_form */
div.form_div				{color:#333;}
div.form_div > div			{}
div.form_div_texte			{padding:5px 0;}
div.form_div_saisie			{}
div.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;
}
div.form_div_ctrl			{color:red; font-style:normal; padding-left:10px;}
div.form_div_lien			{width:6em; padding-left:1em;}
div.form_div_action			{text-align:center; margin-top:10px;}
div.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 */
input.form_div_input		{}
div.form_div_lien a			{cursor:pointer; border:0px; background:none; text-decoration:none; color:#EE980A; font-size:0.8571428571428571em; text-transform:uppercase;}
div.form_div_lien a:hover	{text-decoration:underline;}
a.action_lien				{display:inline-block; margin:0.5em auto;}
button.action_lien_button	{display:block; padding:0;}
img.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:#EE980A;
	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_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
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* Etape 1 [IDENTIFICATION] */

#identification_structure_detail,
#identification_oubli_mdp_structure_detail {
	width:500px;
}
#identification_structure_action_identification,
#identification_oubli_mdp_structure_action_identification {
	width:100%;
}

/* Etape 2 [CONFIRMATION MAIL] */

#confirm_compte_structure_detail,
#confirm_oubli_mdp_structure_detail {
	width:500px;
}
#confirm_compte_structure_detail_texte_haut,
#confirm_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}
   
/* Etape 3 [ENREGISTREMENT] */

#enregistrement_compte_structure_detail,
#validation_compte_structure_detail {
	width:600px;
}
#enregistrement_compte_structure_detail_texte_haut,
#enregistrement_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}
#enregistrement_compte_structure_detail .form_div_saisie,
#enregistrement_oubli_mdp_structure_detail .form_div_saisie {
	display:inline-block;
	width:300px;
}
#enregistrement_compte_structure_detail .form_div_ctrl,
#enregistrement_oubli_mdp_structure_detail .form_div_ctrl {
	display:inline-block;
}
#enregistrement_compte_structure_identifiant_saisie,
#enregistrement_oubli_mdp_structure_identifiant_saisie {
	border:1px solid #f2f2f2;
	padding:4px 7px;
}
#enregistrement_compte_structure_cgu,
#enregistrement_oubli_mdp_structure_cgu {
	display:none;
}
#enregistrement_compte_structure_etoile,
#enregistrement_oubli_mdp_structure_etoile {
	white-space:normal;
	color:#666;
	font-size:0.9em;
	padding:0 10px;
	margin-top:10px;
	text-align:center;
}

/* Etape 4 [VALIDATION] */

#validation_compte_structure_detail,
#validation_oubli_mdp_structure_detail {
	width:500px;
}
#validation_compte_structure_detail_texte_haut,
#validation_oubli_mdp_structure_detail_texte_haut {
	font-size:1em;
}
#validation_compte_structure_detail_texte_haut a,
#validation_oubli_mdp_structure_detail_texte_haut a {
	text-transform: uppercase;
	text-decoration:none;
	color:#EE980A;
}
#validation_compte_structure_detail_texte_haut a:hover,
#validation_oubli_mdp_structure_detail_texte_haut a:hover {
	text-decoration:underline;
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COMMUN AU CONTENU DU PORTAIL (UTILISATEUR CONNECTE)
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

div.page_contenu_detail			{margin-top:0; margin-left:15%; padding:0 1em;}
div.detail_texte_titre			{font-family:Arial, Helvetica, sans-serif; font-size:1.7em; color:#EE980A; padding:0.3em 1em;}
div.detail_texte_haut			{}
div.detail_texte_bas			{}

div.detail_texte_aide 			{font-size:0.906585321em; padding:4px; border-top:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; background-color:#FAFAFA;}
img.titre_icone_aide 			{margin-left:5px;}
img.titre_icone_retour 			{margin-left:5px;}
img.texte_icone_aide 			{margin:5px; opacity:0.3; vertical-align:top;}

div.detail_texte_alerte			{float:right; display:inline-block; text-align:right; vertical-align:middle; line-height:0.6em; font-size:0.6em; color:#EE980A;}
div.detail_texte_alerte label	{display:inline-block; margin:0 0.2em;}
div.detail_texte_alerte img		{display:inline-block; margin:0 0.2em;}

div.page_contenu_menu			{
	width:15%;
	height:100%;
	margin:1em 0;
	float:left;
	font-size:0.89em;
	color:#EE980A;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	background-color:#f2f2f2;
}
div.menu_entete	{
	display:none;
}
div.menu_detail a {
	padding:1em 0.7em;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#EE980A;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
div.menu_detail:hover a {
	text-decoration:underline;
	background-color:#EE980A;
	color:#fff;
}
div.menu_courant a {
	background-color:#EE980A;
	color:#fff;
}

div.page_contenu_sousmenu					{margin-left:15%; padding:0 1em; position:relative; white-space:nowrap;}
div.sousmenu_gauche							{display:inline-table; vertical-align:middle; line-height:24px; width:60%; text-align:left;}
a.sousmenu_entite							{display:inline-block; text-decoration:none; color:#474747; background-color:#f1f1f1; padding:0 1em; border-bottom:1px solid #d4d4d4;}
a.sousmenu_entite:hover						{color:#fff; text-decoration:none; background:#EE980A; cursor:pointer;}
a.sousmenu_courant							{background:#EE980A; color:#fff;}
div.sousmenu_droite							{display:inline-table; vertical-align:middle; line-height:24px; width:40%; text-align:right;}
ul.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;}
li.sousmenu_liste_detail					{border-bottom:1px solid #d4d4d4; line-height:24px; margin:0; padding:0 0.4em;}
li.sousmenu_liste_detail:last-child			{border-bottom:none;}
li.sousmenu_liste_detail:hover				{color:#fff; background:#EE980A; cursor:pointer;}
div.sousmenu_droite label					{display:inline-block; margin:0 0.2em;}
div.sousmenu_droite img						{display:inline-block; margin:0 0.2em;}

div.page_contenu_acces						{text-align:center; padding:1.2em;}

div.structure_contenu						{white-space:nowrap; padding:0; margin:0;}
div.structure_contenu_groupe 				{display:inline-block; width:calc(50% - 1.4em); vertical-align:top; padding:0 0.7em; margin:0;}
div.structure_contenu_groupe_entete			{height:26px; line-height:26px; vertical-align:middle; margin:0.7em 0; border-bottom:1px solid #d4d4d4;}
div.structure_contenu_groupe_entete label	{display:inline-block; padding-left:0.7em;}
div.structure_contenu_groupe_entete a		{display:inline-block; padding-left:0.7em; text-align:right; color:#EE980A; text-transform:uppercase;}
div.structure_contenu_detail				{line-height:26px; vertical-align:middle; margin-bottom:0.2em;}
div.structure_contenu_detail > *			{display:inline-block;}
div.structure_contenu_detail label			{width:8em; color:#EE980A;}
div.structure_contenu_detail span			{border:1px solid #f0f0f0; padding:0 8px;}
div.structure_contenu_detail .form_div_ctrl	{color:red; padding:0 4px; font-style:italic;}
div.structure_contenu_action				{margin:0.5em; text-align:center; line-height:30px;}
div.structure_contenu_action label			{vertical-align:middle;}
div.structure_contenu_action a				{vertical-align:middle;}
div.structure_contenu_action button			{vertical-align:middle;}
div.structure_contenu_erreur				{margin:0.5em; text-align:center; color:#FF1010;}
div.structure_contenu_enreg_en_cours		{display:none; color:green;}
div.structure_contenu_msg_erreur			{display:none;}

/* zone de recherche */
div.structure_recherche						{display:table; width:100%; padding:0; margin:0.5em 0; border:1px solid #d4d4d4;}
div.structure_recherche a					{color:#EE980A; text-transform:uppercase;}
div.structure_recherche_contenu				{display:table-cell; padding:0.8em; width:50%;}
div.recherche_contenu_detail				{line-height:28px;}
div.recherche_contenu_detail label			{display:inline-block; margin:0 0.5em;}

/* zone de formulaire */
form.structure_form							{margin-top:0.5em; padding:0.8em; border:1px solid #d4d4d4;}
div.structure_form_contenu					{white-space:nowrap;}
div.form_contenu_detail						{display:inline-block; vertical-align:middle; line-height:28px;}
div.form_contenu_detail label				{display:inline-block; margin:0 0.5em;}

/* tableau de résultat */
div.structure_div_table						{}
div.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:#EE980A;}
#structure_contenu p 	{color:#666;}
#structure_acces a		{color:#EE980A; text-transform:uppercase;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* MENU */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

div#menu_structure_detail_accueil			{}
div#menu_structure_detail_alerte			{}
div#menu_structure_detail_bordereau			{display:none;}
div#menu_structure_detail_precompte			{display:none;}
div#menu_structure_detail_cotisation		{display:none;}
div#menu_structure_detail_salarie			{}
div#menu_structure_detail_entreprise		{}
div#menu_structure_detail_compte_web		{}
div#menu_structure_detail_sinsitre			{}
div#menu_structure_detail_deconnexion		{border-bottom:none;}
img#menu_structure_img_alerte_bordereau		{float:right; margin-right:8px; margin-top:-5px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COMPTE WEB STRUCTURE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* COMPTE WEB STRUCTURE [VISUALISER] */

div.visu_compte_web_structure_contenu_groupe									{width:calc(100% - 1.4em);}
div.visu_compte_web_structure_contenu_groupe .structure_contenu_detail label	{width:7em;}
div.visu_compte_web_structure_contenu_groupe .structure_contenu_detail span		{width:20em;}

/* COMPTE WEB STRUCTURE [MODIFIER] */

div.modif_compte_web_structure_contenu_groupe									{width:calc(100% - 1.4em);}
div.modif_compte_web_structure_contenu_groupe .structure_contenu_detail label	{width:12.5em;}
div.modif_compte_web_structure_contenu_groupe .structure_contenu_detail span	{width:20em;}
div.modif_compte_web_structure_contenu_groupe .structure_contenu_detail input	{width:21.2em;}
div#modif_compte_web_structure_detail_mdp .etoile								{display:none;}
div#modif_compte_web_structure_detail_confirm .etoile							{}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ALERTES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

/* ALERTES [LISTE] */

div#mes_alertes_recherche_contenu1		{}
div#mes_alertes_recherche_contenu2		{width:30%; text-align:center; border-left:1px dotted #d4d4d4;}

div#mes_alertes_recherche .recherche_contenu_detail label	{width:5em;}
div#mes_alertes_detail_filtre			{}
div#mes_alertes_detail_dtdeb			{display:inline-block;}
div#mes_alertes_detail_dtfin			{display:inline-block;}
div#mes_alertes_detail_dtfin label:last-of-type	{text-align:center; width:2em;}
div#mes_alertes_detail_origine			{display:none;}
input#mes_alertes_critere_filtre		{width:27em;}
input#mes_alertes_critere_dtdeb			{}
input#mes_alertes_critere_dtfin			{}
select#mes_alertes_critere_origine		{}
div#mes_alertes_ajout_event	a			{display:inline;}
div#mes_alertes_limite_atteinte	label	{display:inline;}

.mes_alertes_dt			{text-align:center; width:7em;}
.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_action		{text-align:center; width:4em;}

/* ALERTES [DETAIL] */

div#mes_alertes_detail_contenu_edit			{margin-top:0.5em; padding:0.8em; border:1px solid #d4d4d4;}
div.mes_alertes_detail_contenu_groupe		{width:calc(100% - 1.4em);}

div#mes_alertes_detail_type					{display:inline-block;}
div#mes_alertes_detail_type label			{width:5em;}
div#mes_alertes_detail_type select			{width:15em;}
div#mes_alertes_detail_fichier				{display:inline-block; margin-left:2em;}
div#mes_alertes_detail_fichier input		{width:29em;}
div#mes_alertes_detail_fichier label		{width:4em;}
div#mes_alertes_detail_message label 		{width:5em; vertical-align:top;}
div#mes_alertes_detail_message textarea 	{width:55em;}

div#mes_alertes_detail_consult_type					{display:inline-block;}
div#mes_alertes_detail_consult_type label			{width:5em;}
div#mes_alertes_detail_consult_type span			{width:15em;}
div#mes_alertes_detail_consult_fichier				{display:inline-block; margin-left:2em;}
div#mes_alertes_detail_consult_fichier label		{width:4em;}
div#mes_alertes_detail_consult_fichier div			{margin-left:1em;}
div#mes_alertes_detail_consult_origine label		{width:5em;}
div#mes_alertes_detail_consult_origine span			{width:15em;}
div#mes_alertes_detail_consult_message label 		{width:5em; vertical-align:top;}
div#mes_alertes_detail_consult_message textarea 	{width:55em;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* ENTREPRISE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

/* ENTREPRISE [FICHE] */

div.mon_entreprise_contenu_groupe .structure_contenu_detail label	{width:7em;}
div.mon_entreprise_contenu_groupe .structure_contenu_detail span	{width:19em;}
div#mon_entreprise_detail_siren_siret span							{width:4.5em;}
div#mon_entreprise_detail_siren_siret span:last-of-type				{width:7em;}
div#mon_entreprise_detail_tel span									{width:7.5em;}
div#mon_entreprise_detail_cp_ville span								{width:2.5em;}
div#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;}

div.mon_entreprise_interlocuteur_contenu_groupe .structure_contenu_detail label	{width:6.5em;}
div.mon_entreprise_interlocuteur_contenu_groupe .structure_contenu_detail span	{width:20em;}
div#mon_entreprise_interlocuteur_detail_civilite span							{width:8em;}
div#mon_entreprise_interlocuteur_detail_telephone span							{width:7.5em;}
div#mon_entreprise_interlocuteur_detail_portable span							{width:7.5em;}
div#mon_entreprise_interlocuteur_detail_periode label:last-of-type				{width:2em; text-align:center;}
div#mon_entreprise_interlocuteur_detail_periode span							{width:4.5em;}
div#mon_entreprise_interlocuteur_detail_cp_ville span							{width:2.5em;}
div#mon_entreprise_interlocuteur_detail_cp_ville span:last-of-type				{width:16.05em;}

/* ENTREPRISE [INTERLOCUTEUR DETAIL] */

div.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail label	{width:6.5em;}
div.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail span	{width:21em;}
div.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail input	{width:21.2em;}
div.mon_entreprise_interlocuteur_detail_contenu_groupe .structure_contenu_detail select	{width:22.4em;}
div#mon_entreprise_interlocuteur_detail_detail_civilite select							{width:8em;}
div#mon_entreprise_interlocuteur_detail_detail_telephone input							{width:7.5em;}
div#mon_entreprise_interlocuteur_detail_detail_portable input							{width:7.5em;}
div#mon_entreprise_interlocuteur_detail_detail_periode label:last-of-type				{width:2em; text-align:center;}
div#mon_entreprise_interlocuteur_detail_detail_periode input							{width:5em;}
div#mon_entreprise_interlocuteur_detail_detail_cp_ville input							{width:3em;}
div#mon_entreprise_interlocuteur_detail_detail_cp_ville input:last-of-type				{width:16.8em;}
div#mon_entreprise_interlocuteur_detail_detail_tel1_structure input						{width:7.5em;}
div#mon_entreprise_interlocuteur_detail_detail_tel2_structure input						{width:7.5em;}
div#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;}

div.appartenance_structure_mere	{padding:5px;}
div.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:center; width:80px;}
.mon_entreprise_contrat_dtfin		{text-align:center; width:80px;}
.mon_entreprise_contrat_document	{text-align:center; width:200px;}
.mon_entreprise_contrat_fichier		{text-align:center; width:100px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SALARIE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

div#mes_salaries_detail_recherche 	label	{width:5em;}
div#mes_salaries_detail_dtref 		label	{width:5em;}
div#mes_salaries_detail_typecontrat label	{width:7em;}
div#mes_salaries_detail_garantie 	label	{width:4em;}
div#mes_salaries_detail_offre 		label	{width:4em;}
div#mes_salaries_detail_produit 	label	{width:4em;}

input#mes_salaries_critere_recherche		{width:20em;}
input#mes_salaries_critere_dtref			{}
select#mes_salaries_critere_typecontrat		{width:23em;}
select#mes_salaries_critere_garantie		{width:23em;}
select#mes_salaries_critere_offre			{width:23em;}
select#mes_salaries_critere_produit			{width:23em;}

div#mes_salaries_pagination					{display:block;}
div#mes_salaries_div_table					{}
table#mes_salaries_table					{}
.mes_salaries_noexterne						{display:none;}
.mes_salaries_noadherent					{}
.mes_salaries_identite						{}
.mes_salaries_nbayant_droit					{text-align:center; width:25px;}
.mes_salaries_typecontrat					{text-align:center; width:120px;}
.mes_salaries_garantie						{text-align:center;}
.mes_salaries_offre							{display:none;}
.mes_salaries_produit						{}
.mes_salaries_periode						{text-align:center;}
.mes_salaries_dtdeb							{text-align:center; width:80px;}
.mes_salaries_dtfin							{text-align:center; width:80px;}
.mes_salaries_notification					{text-align:center; width:35px;}
.mes_salaries_sinistre						{text-align:center; width:35px;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 
/* COTISATIONS STRUCTURE */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */ 

div#mes_cotisations_recherche								{display:table; width:100%; padding:0;}
div#mes_cotisations_recherche .structure_recherche_contenu	{display:table-cell; padding:0.5em;}
div#mes_cotisations_recherche .structure_recherche_contenu:last-child	{border-left:1px dotted #d4d4d4; width:25%; text-align:center;}
div#mes_cotisations_recherche .recherche_contenu_detail		{line-height:32px;}

div#mes_cotisations_detail_dtdeb			{display:inline-block;}
div#mes_cotisations_detail_dtfin			{display:inline-block;}
div#mes_cotisations_detail_garantie			{}
div#mes_cotisations_detail_periode			{display:inline-block;}

div#mes_cotisations_detail_filtre	label	{width:8em;}
div#mes_cotisations_detail_dtdeb 	label	{display:inline-block; width:5.5em;}
div#mes_cotisations_detail_dtfin 	label	{display:inline-block; width:1.5em; text-align:center;}
div#mes_cotisations_detail_garantie	label	{width:5.5em;}
div#mes_cotisations_detail_periode	label	{display:block; width:14em;}

input#mes_cotisations_critere_dtdeb			{}
input#mes_cotisations_critere_dtfin			{}
select#mes_cotisations_critere_garantie		{}
select#mes_cotisations_critere_periode		{}

div#mes_cotisations_pagination				{display:block;}
div#mes_cotisations_div_table				{}
table#mes_cotisations_table					{}
.mes_cotisations_dtcomptable				{text-align:center; width:80px;}
.mes_cotisations_intitule					{}
.mes_cotisations_credit						{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_debit						{text-align:right; width:100px; padding-right:4px;}
.mes_cotisations_periode_cumule				{text-align:right;}
.mes_cotisations_periode_debit				{width:110px;}
.mes_cotisations_periode_credit				{width:160px;}
.mes_cotisations_periode_debit input 		{width:100px;}
.mes_cotisations_periode_credit	input 		{width:100px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* BORDEREAUX DE COTISATIONS */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

div#mes_bordereaux_recherche											{display:table; width:100%; padding:0;}
div#mes_bordereaux_recherche .structure_recherche_contenu				{display:table-cell; padding:0.5em;}
div#mes_bordereaux_recherche .structure_recherche_contenu:last-child	{border-left:1px dotted #d4d4d4; width:30%; text-align:center;}
div#mes_bordereaux_recherche .recherche_contenu_detail					{line-height:32px;}
div#mes_bordereaux_detail_selection										{padding-bottom:4px; margin-bottom:4px; border-bottom:1px solid #d4d4d4;}
div#mes_bordereaux_detail_filtre										{padding:0;}
div#mes_bordereaux_detail_etat											{padding:0;}
div#mes_bordereaux_detail_autre											{padding:0;}
div#mes_bordereaux_detail_selection	label								{display:inline-block; width:12em;}
div#mes_bordereaux_detail_filtre	label								{display:inline-block; width:10em;}
div#mes_bordereaux_detail_etat		label								{display:inline-block; padding-right:1.5em;}
div#mes_bordereaux_detail_etat		label:first-of-type					{display:inline-block; width:7em; padding-right:0; color:#EE980A; font-weight:bold;}
div#mes_bordereaux_detail_autre		label								{display:inline-block; padding-right:1.5em;}
div#mes_bordereaux_detail_autre		label:first-of-type					{display:inline-block; width:7em; padding-right:0; color:#EE980A; font-weight:bold;}
input#mes_bordereaux_critere_filtre										{width:25em;}
div#mes_bordereaux_info_etat											{padding:20px 0;}
input#mes_bordereaux_btn_rechercher										{margin-left:10px; vertical-align:middle;}
img#mes_bordereaux_img_download_pdf										{margin-left:10px;}
img#mes_bordereaux_img_download_csv										{margin-left:10px;}
div#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:240px;}
.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;} /* Définit la taille de la thixkbox */
div#mes_bordereaux_detail_observation									{width:100%;}
div#mes_bordereaux_detail_btn_enreg										{width:50%; text-align:right;}
div#mes_bordereaux_detail_btn_annul										{width:50%; text-align:left;}
div#mes_bordereaux_detail_observation label								{display:block;}
textarea#mes_bordereaux_texte_observation								{width:43.8em;}
div#mes_bordereaux_enreg_en_cours										{text-align:center; height:20px; display:none;}
div#mes_bordereaux_bordereau_valide										{text-align:center; height:40px; line-height:40px; vertical-align:middle; color:#aaa; font-style:italic;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* 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_garantie											{text-align:left; width:30px;}
.structure_sinistre_nosinistre											{text-align:left; width:120px;}
.structure_sinistre_dtsinistre											{text-align:left; width:80px;}
.structure_sinistre_dtcloture											{text-align:left; width:80px;}
.structure_sinistre_info1												{text-align:left; width:250px;}
.structure_sinistre_info2												{text-align:left; width:250px;}
.structure_sinistre_action												{text-align:center;}

#structure_sinistre_detail_tb_upload_fichier							{width:600px; height:357px;} /* Définit la taille de la thixkbox */

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* SINISTRE DETAIL */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* LOGOUT */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

#logout_structure_texte_haut {
	width:100%;
	text-align:center;
	color:#474747;
	font-size:1.5em;
	border-bottom:1px solid #efefef;
	margin-top:150px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* Classes contenues dans mutual_web.config */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

.texte_identification_structure 			{color:#474747; font-size:1.2em; text-align:left;}
.texte_confirm_compte_structure 			{color:#474747; font-size:1.2em; text-align:left;}
.texte_enregistrement_compte_structure 		{color:#474747; font-size:1.2em; text-align:left;}
.texte_validation_compte_structure 			{color:#474747; font-size:1.2em; text-align:left;}
.texte_confirm_oubli_mdp_structure 			{color:#474747; font-size:1.2em; text-align:left;}
.texte_enregistrement_oubli_mdp_structure 	{color:#474747; font-size:1.2em; text-align:left;}
.texte_validation_oubli_mdp_structure 		{color:#474747; 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) {
	
	
	
	
}