@charset "ISO-8859-15";

/* Tags HTML */
body {
	margin-top:15px;
	margin-bottom:15px;
	background-color: #6880A4;
}

form {
	margin:0px;
	padding:0px;
}

a img {
	border: none;	
}

/* Ecrasement Chrome */
table {
	border-collapse: separate;
	border-spacing: 0px;
}

/* IDs */
#header_menu{
	border: 1px solid #D9D9D9;
	vertical-align: top;
	margin-top: -5px;
}

#main_menu{
	width: 45%;
}

#infoEtu{
	width: 100%;
	padding: 3px;
}

 #infoEtu td {
 	vertical-align: top;
 }
 
 #tablePJ td input {
 	width: 80%;
 }
 
/*	Classes 	*/
.main_contener {
	width:990px;
	min-height:738px;
	font-family: arial;
	background-color: #FFFFFF;
	margin-left : auto;
	margin-right : auto;
	position: relative;
	display: grid;
	grid-template-rows: 150px auto 200px;
}


.layout {
	width:100%;
}

.layoutHeader {
	width: 99%;
}

.layoutHeader #logo {
	width:17.5%;
	vertical-align: top;
	padding-right: 3%;
	padding-left: 5px;
	
}

.libellePj{
	width: 190px;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}

.libellePjPapier{
	width: 300px;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}

.motifPj{
	width: 100px;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis; 
	/* 06/12/2016 - v4.90.30 - DMA110528 - CCH - Affichage complet commentaire PJ */ 
	white-space: normal;
    word-wrap: break-word;
	/* 06/12/2016 - v4.90.30 - DMA110528 - CCH - Affichage complet commentaire PJ */ 
}

.motifPjPapier{
	width: 150px;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	/* 06/12/2016 - v4.90.30 - DMA110528 - CCH - Affichage complet commentaire PJ */ 
	white-space: normal;
    word-wrap: break-word;
	/* 06/12/2016 - v4.90.30 - DMA110528 - CCH - Affichage complet commentaire PJ */ 
}

.colonneLibPj{
	width: 300px !important;
}

.layout #header {
	width:70%;
}

.layoutHeader #header {
	width:65%;
}

.layoutHeader #header2 {
	width:70%;
	min-height:30px;
}


.layout #body {
	/*height:74.95%;*/
}

#body {
	width:83%;
}

.layout #footer {
	height:0.05%;
}

.layout2 {
	width:100%;
}

.layout2 #logo {
	width:17%;
	vertical-align: top;
	padding-right: 2%;
	padding-left: 5px;
}

.layout2 #header {
	width:70%;
	vertical-align: top;
}

.body1{
	margin-left:2.8%;
}

.body_content {
	border:none;
	position: relative;
}

.logo_inter {
	height: 188px;
	vertical-align: top;
	margin-left: 5%;
}

.logo_titre {	
	position: relative;
	top: 2%;
	left: 2%;
	font-size : 15px;
	font-weight: bold;	
	width:160px;
}

.logo {
	border-top: 1px solid #D9D9D9;
	margin-top : 2px;
	min-height:100px;
	width:150px;
	color : #D9D9D9;
}

.logo_etablissement {
	 min-height: 100px;
     width: 200px;
     color: #D9D9D9;
  
background-position:right top;
     float: right;
}
/* A supprimer .logo_etb {
     min-height: 100px;
     width: 150px;
     color: #D9D9D9;
     float: right;
}*/



.ui-datatable tbody td {
border-color: inherit;
padding-left: 5px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;

}

.ui-datatable tbody td .ui-inputtext{
	height: 8px;
}

.ss_titre_ecran {
	color: #4A92DB;
    font-size: 12px;
    font-weight: bold;
    margin-left: 1%;
    margin-top: 1px;
    border : 0px solid #000000;
    word-wrap:break-word;
	word-break: break-all;
	white-space:wrap;

	
}

.af_panelButtonBar_general {
	margin-left:50%;
	width:50%;
	background-color:#ffffff;
	display:block;
	text-align:center;
	text-decoration:none;
}	

.utilisateur {
	min-height:25px;
	color : #999999;
	font-size : 12px;
	text-align: center;
	word-wrap:break-word;
	white-space:wrap;
	word-spacing:5px;
	width:150px;
}

.utilisateur .nom_utilisateur {
	position: relative;
	top: 2%;
}

.deconnexion {
	min-height:40px;
	width:150px;
	background : url("#{resource['image/rof_deconnexion.PNG']}") no-repeat 0 13px;
	text-align: center;
	
}

.deconnexion .libelle_deconnexion {
	position: relative;
	top: 10px;
	color : #999999;
	font-size : 12px;
}

.deconnexion .libelle_deconnexion:hover {
	font-weight: bold;	
	
}

.ui-panelgrid td
{
    border-style: none;
}


#pannelGrid{
	display: flex;
	justify-content: center;
	align-items: center;
	border:none;
}

#pannelGrid > div {
	border:none;
}

.ui-panelgrid tr
{
	border-style: none;
}

.ui-panelgrid .ui-panelgrid-cell
{
    border-width: 0px;
    border-style: none;
    border-color: inherit;
    padding: 0px;
}

.boutonAide {	
	height : 2.5em !important;
	border-style:hidden !important;
	position: absolute !important;
	right: 14px !important;
}

.ui-fieldset-legend{
	width: 98%;
}

.libelle_bleu_gras{
	color:#4682B4;
	font-weight: bold;
	font-size: 12px;
}

.libelle_bleu{
	color:#4682B4;
	font-size: 12px;
}

.libelle_gris{
	color:#808080;
	font-size: 12px;
}

.texte_annee {
	color: #808080;
    font-size: 13px;
    font-weight: bold;
    margin-right: 1%;
    margin-top: 1%;
    padding-left: 3px;

}

.texte_etablissement {
	color: #808080;
    font-size: 13px;
    font-weight: bold;
	width: 100%;
	padding-left: 3px;
}

.cesureClasse{
	word-wrap: break-word;
	word-break: break-all;
	/*white-space: pre;*/
}

.cesureClasseAccueil{
	word-wrap:break-word;
	word-break: break-all;
	white-space:wrap;
}

.menu_lateral {
	
	height:98%;
	width: 90%;
	vertical-align: top;
	border:1px solid #D9D9D9;
	text-align:center;	
	padding-top : 5px;
	margin-left: 11px !important;

}

.layout #menu_lateral {
	max-width:50px;
	padding-left:12px;
	vertical-align: top;	
}

.body_content2 {
	height: 100%;
	width:100%
}
.paginator_libelle{
	color : #999999;
	font-size : 13px;
	}
.menu_lateral .menu_lateral_cell {
	font-size : 12px;
	border: 1px solid #D9D9D9;
	border-left:0;
	border-right:0;
	padding: 5% 5% 5% 5%;
	text-align: center;
}

.menu_lateral .menu_lateral_cell a {
	color : #999999;
	font-size : 9pt;
}

.menu_lateral .menu_lateral_cell a:hover {
	font-weight: bold;
}

.menu_lateral .menu_lateral_table {
	border-collapse: collapse;
}

.menu_lateral .menu_lateral_cell .titre {
	color : #6699CC;
	font-weight: bold;
}

.menu_lateral .menu_lateral_cell .actif {
	color : #3399FF;
}

.header {
	/*min-height: 140px;*/
	top: 0px;
	vertical-align:top;
	border:none;
}

.body {
	right: 0px;
	vertical-align:top;
	border:none;
}

.footer {
	bottom: 0px;
	border:none !important;
	color: #C0C0C0;
	font-family: arial;
	font-size: 11px;
}

.ui-widget-content td{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.header2 {
	border: 1px solid #D9D9D9;
	border-top-width : 0;
}

.main_menu {
	margin-top:2px;
	margin-left:2px;
	margin-bottom:3px;
	padding:6px;
	background-color: #E3F1F9;
	border: solid 1px #DADADA;
	text-align: center;
}

.buttonQuitter{
	margin-left: 700px;
	width: 150px;
}

.buttonConfirmer{
	margin-left: 685px;
	width: 150px;
}

.label_titre{
	color : #0078A4;
	font-size: 16px !important;
	font-weight: bold;
}

.header_limite{
	margin-top:-1px;
}

.train_nav {
	margin-left:1%;
	margin-top: 2px;	
	
}

.lib_train {
	color: #999999;
	font-size: 12px;
}

.lib_lien {
	color: #999999 ;
	font-size: 9pt;
	
}

.lib_lien_current {

	color: #999999 ;
	font-size: 9pt;
	font-weight: bold;
		
}



.titre_ecran {
	font-size: 12px;
	font-weight: bold;
	color: #4A92DB;
	margin-left: 1%;
	margin-top: 1%; 
}

.titre_menu {
	font-size: 15px;
	font-weight: bold;
	color: #C9CFD5;
	margin-left: 1%;
	margin-top: 1%; 
}

.panelFormLayout{
	padding-left : 60px;
	padding-top : 5px;
}

.header_main {
	vertical-align: top;
}

.bloc_info_erreur {
	margin-left:2px;
	margin-right : 2px;
	background-color: #E3F1F9;
	border-color: #D9D9D9;
	border-style: solid;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	border-width: 1px;
}

.bloc_message_erreur {
	border-style: solid;
	font-style: normal;
	font-weight: normal;
	border-width: 1px;
}


.bloc_info_pj {
	
	margin-right : 150px;
	margin-left : 150px;
	
	font-style: normal;
	font-weight: normal;
	border-width: 1px;
	padding: 0px;
}

.header_recherche {
	
}


.ui-confirm-dialog-severity{
	border: solid 1px black !important;
	opacity : 0;
}

.vert{
	color: green;
	font-weight: bold;
}
.rouge{
	color: red;
	font-weight: bold;
}
.noir{
	color: black;
	font-weight: bold;
}
.orange{
	color: orange;
	font-weight: bold;
}

.div_recherche {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin: 5% 5%;
	text-align: left;
}

.lien_rga {
	font-size : 11px !important;
	color: #999999;
	font-weight: bold;
}

.header_recherche .recherche_select_offre {
	width:100%;
}

.header_recherche .recherche_saisie {
	width:100%;
	margin-right:1%;
}
.header_recherche .recherche_ok {
	text-decoration: none;
	color : inherit;
	font-weight: bold;
}

.header_recherche .recherche_lien {
	font-weight: normal;
	color : inherit;
}

.decalage_droite{
	margin-right:0%;	
}

.decalage_gauche {
	margin-left:3%;	
}

.cell_libelle {
	width : 300px;	
}
.selected {

	background-color: #96CAE9;	
}

.centered {

	text-align: center;
}


.last {

	border-right:0;	
}
.body_panel_contener {

	border:1px solid #D9D9D9;
	position:relative;
	top:10%;
	height:92%;
	margin-top:-7%;
	
}
.body_panel_contenerError {
	border:1px solid #D9D9D9;
	min-height: 70px;
	margin-left: -18px;
	width:100%;
}

.inputFileUploadButtonFloat{
	float:left;
}

.tri {	
	background : url("#{resource['image/tri.png']}");
	width:15px;
	height:15px;

}
.outputText {
	font-size : 12px;
	color : #666666;
}

.outputLabel{
	font-size : 12px;
	font-weight: bold;
	color : #666666;
}
 
.panel_Indicateurs {
min-width : 170px;
	}

.col1{
	text-align: right;
	
}
.col1Indicateurs{
	text-align: right;
	min-width:85px;
	
}
.col2Indicateurs{
	text-align: right;
	min-width:75px;
	
}

.col2{
	text-align: left;
}

.top {
	vertical-align: top;
}
.rightPanelAlign {
	text-align: right;
}

.leftPanelAlign {
	text-align: right;
}
.message{
	font-size : 12px;
	color : #666666;
	font-weight: bold;
	list-style-type : none;
	padding: 10px;
}

.error_message {
	
	list-style-type : none;
	color : #c00000;	
}

.warn_message {
	
	list-style-type : none;
	color : #666666;	
}


#retourHaut{
	margin-left: 85%;	
}

#messageEnregistrement{
	margin-left: 5%;	
}

#enregistrer{
	
	margin-left: 70%;	
}

#popup{
	z-index: 2; 
	margin-left: 758px;	
	
}	

#fenetre{
	z-index: 1;
	width:800px;
}

#inputDisabled {
	background-color: #e9e9e9;
	border: none;
	margin: 2px;
}

#inputEnabled {
	margin: 2px;
}

#btnAccueil{
	display: flex;
    justify-content: center;
    border: none;
}

#btnAccueil > div {
	border: none;
}

.titre_erreur {

	font-size: 14pt;
}

.profils_bloc {

	position:relative; 
	left:25%; 
	top:15%;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	min-height:568px;
}

.login_bloc {
	
	position:relative; 
	left:30%; 
	top:15%;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	min-height:568px;
}

.separator {
	border-style: solid;
	border-width: 1px;
	border-color: #D9D9D9;
}

.outputText{
	color:  #666666;
	font-size : 12px;
}


.showDetail {
	
	color:   #999999;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
		
}

.texte_info {
	font-size : 11px;
	color:   #999999;
}

.read_only_input {

	border: 1px solid #999999;
	width: 250px;
	height: 20px;
}

.visible {

	visibility:visible;	
}

.invisible {

	visibility: hidden;	
}

.cb_invisible input[type=checkbox] {
		
	visibility: hidden;	
	
}


.italique{
	font-style:italic;
}

.separation_list{
	margin-top:10px;
	float:right;
	z-index:1;
}

.requiredPos{
	margin-left:-8px;
}

.read_Only{
	width:250px;
	height: 20px;
	border:1px solid #999999
}

.info {
   position: relative;
}
.info span {
   display: none;
}

.info:hover span {
   display: inline;
   position: absolute;
   white-space: nowrap;
   top: 17px;
   left: 40px;
   vertical-align: middle;
   background: #EEF3FF;
   color: #6198FF;
   padding: 7px;
   border: 1px solid #6ca7ff;
   border-left: 6px solid #6ca7ff;
   border-right: 3px solid #6ca7ff;
   z-index: 500;
}

.titrePopup {
	color: #0066CC;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
}
.lien_grid {
    color: #255CFF;
    font-weight: bold;
    white-space: pre-wrap;
}

.wordWrap {
	Word-wrap:Break-word;
	
}

.test {
	background: white;
}

.ui-growl {
	right: 27%;
	top: 300px;
	margin-top: 55px;
}

.ui-growl-item-container.ui-state-highlight {
    border-color: pink;
}

.iconeAjouter {
	background-size:contain;
     height: 17px;
     width : 15px;
     border: none;
}

.formulaireAjout{
	display:flex;
	justify-content:center;
}



.iconeEnvoyer{
     background: black;
     width: 15px;
     opacity : 0;
     border: none;
}


.ui-growl-item-container.ui-state-highlight {
    border-color: pink;
}

/* début : 14/05/2014 - v4.50.40 - DM98230 - EDO - Ascenseur sur PJ Web */
.main_contener_gestionPJ {
	width:990px;
	font-family: arial;
	background-color: #FFFFFF;
	margin-left : auto;
	margin-right : auto;
	font-size: 11px;
	min-height:auto;
	height:auto;
	overflow-x: visible !important;
	overflow-y: visible !important;
}


.ui-g-12 {
	width : auto !important;
}

.contener_gestionPJ {
	height:auto; 
	min-height:auto;
	border:none;
}
/* fin : 14/05/2014 - v4.50.40 - DM98230 - EDO - Ascenseur sur PJ Web */

/*09/12/2016 - v4.90.30 - DMC113634 - JBA -erreur javascript non activé*/
.alerte_js {
	background-color: #cccccc;
	display: table; width: 20%;
	position: relative;
	top: 300px;
	left: 40%;
}

.alerte_js_fils {
	border: 3px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	text-align: center;
	font-family: Arial;
}

.bouton_refresh {
	font: bold 11px Arial;
	text-decoration: none; 
	background-color: #EEEEEE;
	color: #333333; 
	padding: 4px 8px 4px 8px; 
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #333333; 
	border-bottom: 1px solid #333333; 
	border-left: 1px solid #CCCCCC;
}
/*09/12/2016 - v4.90.30 - DMC113634 - JBA -erreur javascript non activé/