/*

Author: FALOURD Christophe
Date: 11/02/2019

------------------------------------------------------------------------------------------------------------------------------------------------------------
Styles spécifiques créés pour EIGSI.
------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.eigsi.login-footer, .eigsi.login-footer a {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.eigsi.login-footer a {
	text-decoration: underline;
}

.eigsi.mention-footer, .eigsi.mention-footer a {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.eigsi.mention-footer a {
	text-decoration: underline;
}

/*
---------------------------------------
Surcharge des styles de l'ERP
---------------------------------------
*/
/*
image de fond
background: url("PARVIS EIGSIv2.jpg") fixed no-repeat;
*/
body.AquaBack {
	background: #FFFFFF;
	color: #fcfcfc;
	background: url("PARVIS EIGSI.png") fixed no-repeat;
	background-position: top;
	width: auto;
	
	
}
/*
headers
*/
body .Heading1, body .Heading2, body .Heading3, body .Heading4, body .Heading5, body .Heading6 {
	padding-top: 20px;
}

/*
barre de navigation
*/
body.BlueTopbar #layout-topbar-cover {
	background-color: #396baa !important;
}

.header #logo img {
	background-image: url("Logo.png");
}

/*
bloc de login
*/
.Card.ui-fluid.ShadowEffect {
	background: rgba(255, 255, 255, 0.20);
}

/* Logo de la page de connexion (Login.xhtml) */
.loginPage .divLogo {
	width: auto;
	height: 150px;
	left: 0px;
    background-image: url("Logo.png");
} 

/*OLD  Logo de la barre d'entête (Header.xhtml)
.header .divLogo {
    background-image: url("Logo.png");
} */

/* Logo de la barre d'entête (Header.xhtml) */
.header #logo img {
    background-image: url("Logo.png");
}




/* TEMPLATE PRINCIPAL (TemplatePrincipal.xhtml) */

.sidebar .box .titre {
    background: #82b53e;
}

/* Style entête tableau*/
.headerTable {
    border-bottom: none;
    background-image:none;
    background: #82b53e;
}

/* Style entête colonne tableau*/
.headerColumn {
    background: #82b53e none repeat scroll 0% 0%;
    border-top: medium none;
    vertical-align: text-top;
}
/*menu*/
.sidebar .box .body .link {
   background: #f6ffeb none repeat scroll 0% 0%;
   line-height: 20px;
}
.rf-ddm-lbl-dec{
   background: #f6ffeb none repeat scroll 0% 0%;
   line-height: 20px;
}

/* pour les rubriques url, utiliser menu webaurion
a {
   background: #f6ffeb;
   line-height: 20px;
}
*/

/*
boutons vert 
Ancien vert normale icone : a2c718
Nouveau vert : 669933
Vert plus claire :
*/
.GreenButton .ui-button-text {
  background-color: #6AA84F;
  border-color: #6AA84F;
}

.GreenButton.ui-state-hover .ui-button-text {
  background-color: #A0E082;
}

.GreenButton.ui-state-active .ui-button-text {
  background-color: #6AA84F;
}



/*survol du menu*/
.sidebar .box .rf-ddm-itm-sel {
    background-image: none;
    border: 1px solid transparent;
    background-color: #f6ffeb;
    color: #ffffff;
    text-decoration: none;
}

/*page mes informations*/
.rf-tab-hdr-brd {
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #000000 #ffffff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 2px;
    background: #82b53e none repeat scroll 0% 0%;
}

.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    background: #f6ffeb;
    border-color: #f6ffeb;
    border-style: solid;
    border-width: 1px 1px 0px;
    padding-top: 2px;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    position: relative;
}
.rf-tab-hdr-spcr .rf-tab-lbl  {
      background: #82b53e;
}

#form\:panier {
	visibility: hidden;
}
.Container50 {
	width: 100%;
}