﻿/*----------Propriétés CSS Communes (_Layer / MasterPage)--------------*/
/* S'applique à tout contenu  situé à l'intérieur des balises <body>, c'est à dire tout. */
body
{
    background-color : #ececec;
    font-size   : 12px;
    font-family : Arial, Verdana, Helvetica, Sans-Serif;
    color       : #696969;
    margin:0;
    padding:0;
    overflow-x:auto;
	overflow-y:scroll;
}

header, #header 
{
}

header h1, #header h1 
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

footer, #footer 
{
}

a:link 
{
    color: #034af3;
    text-decoration: underline;
}

a:visited 
{
    color: #505abc;
}

a:hover 
{
    color: #1d60ff;
    text-decoration: none;
}

a:active 
{
    color: #12eb87;
}

#ConteneurPage
{
    padding: 58px 0 0 0; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
}

/* Bannière du site */
#BanniereProdoQ
{
    width: 100%; 
    display: table; 
    margin-top: -58px;
	min-width: 996px;
}

#BanniereProdoQ>div
{
    display: table-row;
    margin-top: -58px;
}

#BanniereProdoQ>div
{
    display: table-row;
    margin-top: -58px;
}

#BanniereProDoQ>div>div
{

    display: table-cell;
    height: 56px;
    border: 1px solid #47719B; 
}

/* Zone gauche de la bannière*/
#BanniereLogo
{
    display:table-cell;
    background-image:url(../../Images/Client/Banniere/LogoClient.png);
    background-repeat:no-repeat;
    width:170px;
    min-width:170px;
    max-width:170px;
    height:56px;
}

/* Zone centrale de la bannière */
#BanniereNavigation
{
    display: table-cell; 
    vertical-align: middle;
    background-image:url(../../Images/Client/Banniere/BanniereCentre.png);
    background-repeat:repeat-x;
    width:100%;
    height:56px;
    text-align:center;
}

@media only screen and (max-width:1300px) {
    #BanniereNavigationTitreLogin {
        font-size: 18px !important;
    }

    #boiteLoginAutreBoutons {
        margin-top: 35vh !important;
    }
}

#BanniereNavigationTitre
{
    font-size:22px; 
    letter-spacing:3px;
    font-weight:bold;
    color:white;
    padding-left:40px;   /*Correction gauche correspondante à la largeur supplémentaire du div d'identité de droite par rapport au logo de gauche (250px-170px)/2 */  
	
}
                           
#BanniereNavigationTitreLogin
{
    font-size:30px; 
    letter-spacing:3px;
    font-weight:bold;
    color:white;
    padding-right:170px  /*Correction droite correspondante à la largeur du logo de gauche (170px)*/
}

#BanniereNavigationLien
{
    color:white;
    font-size: 11px;
    padding-left:40px;    
}

/* Lien de la bannière permettant une navigation dans l'arborescence du site */
.BanniereLienBandeau
{
    color:orange;
}


a.BanniereLienBandeau:link {color: orange; text-decoration: none; }
a.BanniereLienBandeau:visited {color: orange; text-decoration: none; }
a.BanniereLienBandeau:hover {color: orange; text-decoration: underline; }
a.BanniereLienBandeau:active {color: orange; } 

#BanniereIdentite
{
    display: table-cell; 
    vertical-align: middle;
    background-image:url(../../Images/Client/Banniere/BanniereDroite.png);
    width:250px;
    min-width:250px;
    max-width:250px;
    color:#F9F5ED;
    height:56px;      
}

#PiedPageLienVersion
{
    font-size:9px; 
    color:#3255EE; 
    font-style:italic; 
    position:fixed;     
    bottom:17px; 
    right:5px;
}

#PiedPageLienProDoQFr
{
    font-size:9px;
    color:#3255EE;
    font-style:italic;
    text-decoration:underline;
    position:fixed;
    bottom:4px;
    right:5px;
}

/* S'applique au contenu de la page, toutes les vues qui seront insérées dans le Layout donc.*/
#PagePrincipale
{
    height: 100%; 
    width: 100%; 
    display: table;
}

#PagePrincipale > div
{
    display: table-row; 
    height: 100%;
}

#PagePrincipale > div > div
{
    display: table-cell; 
    height:100%
}

#PagePrincipale > div > div > div
{
    display: table; 
    height:100%;
    width:100%
}

#PagePrincipale > div > div > div > div 
{
    display: table-row;
}

#Corps
{
    display: table-cell;    
    width:100%;
    border-bottom:1px solid #47719B;     
}

/* Style des boutons du menu gauche */
#MenuGauche
{
    display: table-cell;
    width:170px;
	height:100%;
	background-color:#e7e2d4;	
	vertical-align:top;
    border-left:1px solid #47719B;
    border-bottom:1px solid #47719B;
    border-right:1px solid #47719B;
    position:sticky;
    top:0;
}
.StickyMenu{
    position: sticky;
    top: 0;
    overflow-y:auto;
    overflow-x:hidden;
	height: 100vh;
}
.StickyMenu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.StickyMenu::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.StickyMenu::-webkit-scrollbar-thumb
{
	background-color: #c3c3c3;
}
.MenuGaucheBoutonImage
{
	text-align:center;
	margin-top:10px;
	border:none;
}

.MenuGaucheBoutonLien 
{
	text-align:center;
	text-decoration:none;
	color:#3255EE;
}

.MenuGaucheBoutonLien a:link
{
	text-align:center;
	text-decoration:none;
	font-size:11px;
	color:#3255EE;
}

.MenuGaucheBoutonLien
{
	text-align:center;
	text-decoration:none;
	font-size:11px;
	color:#3255EE;
}

/* Style des boutons du menu droit */
#MenuDroite
{
	display: table-cell;
    width           :100px;
    min-width       :100px;
	max-width       :100px;
	height          :100%;
	background-color:#e7e2d4;
	vertical-align  : top;
    border-left:1px solid #47719B;
    border-bottom:1px solid #47719B;
    border-right:1px solid #47719B;
}

#MenuDroite>div
{
    margin:0px 3px 0px 3px
}

.MenuDroiteBouton
{  
    background-image: url(../../Images/Commun/bouton.png);
    background-repeat:no-repeat;
    line-height:11px;
    margin-top:10px;
    width:95px;
    height:36px;
    border:none;
}

.MenuDroiteBoutonImage
{    
    padding-left:3px;
    width:38px;
}

.MenuDroiteBoutonLien 
{
    text-align:left;
	font-size:11px;
	width:90px;
	color:#3255EE;
}

.MenuDroiteBoutonLien a:link
{
    text-align:left;
	color:#3255EE;
}

/* Masque par défaut tous les boutons du menu droit, avant application de la sécurité par accès*/
.SpanAcces
{
    display:none;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu 
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting 
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a 
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover 
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active 
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a 
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend 
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 0px;
    width:100%;
    height:20px;
}

input[type="text"], input[type="password"], input[type="time"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 50px;
}

select 
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] 
{
    font-size: 1.2em;
    padding: 5px;
}

/*---------- Propriétés CSS par défaut d'un tableau --------------*/
table 
{
    border: none;
    border-collapse: collapse;
}

table text 
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th 
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/*---------- Propriétés CSS taille de la police (et par extension la taille elle même) du DatePicker du JQuery --------------*/
div.ui-datepicker
{
    font-size:12px;
}

/*---------- Propriétés CSS Informations sur la session --------------*/
.TableauEntiteDivision tr td
{
    height:20px; 
    border:1px solid #A6C9E2;
    font-size:11px;
}

.TableauInfoUtilisateur tr
{
    background-color:#edf5ff;
    height:20px; 
    font-size:11px;
}

/*---------- Propriétés CSS jqgrid désactivé --------------*/
.jqgriddisabled td 
{
    background-color:#F0F0F0 !important        
}

.jqgridCouleur1 td 
{
    background-color:#d0f3fc !important        
}
.jqgridCouleur2 td 
{
    background-color:#fcefc4 !important        
}

.jqgridCouleur3 td 
{
    background-color:#D1FFD9 !important        
}

.jqgridCouleur4 td 
{
    background-color:#FFCDC9 !important        
}

.jqgridActionAcceptation1 td, .bgColorVert td
{
    background-color:#D7FFC6 !important      
}

.jqgridActionAcceptation2 td, .bgColorRouge td
{
    background-color:#FFB2B2 !important      
}

.jqgridActionAcceptation3 td, .bgColorBleu td
{
    background-color:#C9D1FF !important      
}

.jqgridCelluleEditable 
{
    background-color:white !important  
}

.jqgridCelluleNonEditable 
{
    background-color:#EFEFEF !important      
}
/*---------- Propriétés CSS Filtre des fenêtres de listes --------------*/
.EncadreFiltre
{
    display: table; 
    width: 100%; 
    border-spacing: 10px;
}

.EncadreFiltreLigne
{
    display:table-row;
}

.EncadreFiltreCellule
{
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    border: 1px solid red;
    padding-left: 5px;
    border-spacing: 0px;
}

.EncadreFiltreContenuLabel
{
    color: Red;
}

.EncadreFiltreContenuTexteFiltre
{
    color: Red;
    font-style:italic
}

.EncadreFiltreDroite
{
    display: table-cell; 
    height: 40px; 
    width: 130px; 
    vertical-align: middle; 
    border: 1px solid red; 
    padding-left: 5px; 
    padding-right: 5px; 
    border-spacing: 0px
}

.EncadreFiltreDroiteTable 
{
    display: table;
    width: 100%;
    font-size: 10px;
    color: #2779aa;
}

.EncadreFiltreDroiteLigne
{
    display:table-row
}

.EncadreFiltreDroiteCase
{
    display: table-cell; 
    vertical-align: middle;
    width:24px;
}

.EncadreFiltreDroiteLabel
{
    display: table-cell; 
    vertical-align: middle
}

.EncadreFiltreDroiteListeDeroulante
{
    display: table-cell; 
    vertical-align: middle
}

.EncadreFiltreOnglet
{
    display: table; 
    width: 100%; 
    padding-bottom:10px
}

.ListeJqGrid
{
    display: table; 
    width: 100%
}

.ListeJqGridLigne
{
    display: table-row;
}

.ListeJqGridCellule
{
    display: table-cell; 
    padding-left: 10px; 
    padding-right: 10px; 
    width: 100%; 
    vertical-align: top; 
    border-spacing: 0px;
}

.ListeJqGridCelluleOnglet
{
    display: table-cell; 
    width: 100%; 
    vertical-align: top; 
    border-spacing: 0px;
}

.Onglet
{
    margin:10px 8px 0px 10px;
    padding:0px
}

/*---------- Propriétés CSS Tableau responsable imitation jqgrid --------------*/
.TableauEnTeteJqGrid
{
    margin-top: 10px; 
    display: table; 
    width: 100%; 
    height: 22px; 
}

.TableauEnTeteJqGridLigne
{
    display:table-row
}

.TableauEnTeteJqGridCellule1
{
   display: table-cell; 
   width: 4px; 
   background-image: url(../../Images/Commun/rubriquecoingauche.png); 
   background-repeat: no-repeat
}

.TableauEnTeteJqGridCellule2
{
   display: table-cell; 
   background-image: url(../../Images/Commun/rubrique.png); 
   padding: 4px 5px 2px 5px;
   color: White;     
   font-weight: bold; 
   font-size: 11px;
}

.TableauEnTeteJqGridCellule3
{
   display: table-cell; 
   width: 4px; 
   background-image: url(../../Images/Commun/rubriquecoindroit.png); 
   background-repeat: no-repeat
}

.TableauCorpsJqGridContainer
{
    padding-right:2px;
}

.TableauCorpsJqGrid
{
    display: table;
    width :100%;
    border :1px solid #a6c9e2;
    margin-bottom: 5px; 
}

.TableauCorpsJqGridLigne
{
    display:table-row;
    width:100%
}

.TableauCorpsJqGridCellule25
{
    width:25%
}

.TableauCorpsJqGridCellule
{
    display: table-cell; 
    height: 20px; 
    vertical-align: middle;    
    color: #32639a;
    padding:0px 5px 0px 5px;
}

.TableauCorpsJqGridCelluleRemplie
{
    background-color:#edf5ff;
}

.TableauCorpsJqGridCelluleBordure
{
    border: 1px solid #A6C9E2;
}

.TableauResponsable
{
    background-color:white;
    width: 100%;
}

.TableauResponsable tr td
{
    height:20px; 
    border:1px solid #A6C9E2;
}

.TableauResponsable tr:first-child>td
{
    padding:0px 5px 0px 5px;
}

.TableauResponsable tr:first-child
{
    background-color:#dfeffc;
    text-align:center;
    color:#2e6e9e;
    font-weight:bold;
}

.TableauResponsable tr:nth-child(2)
{
    background-color:white;
}

.TableauResponsable tr:nth-child(2)>td:first-child
{
    padding:0px 0px 0px 0px;
    text-align:center; 
    width:15px;
}

.TableauResponsable tr:nth-child(2)>td
{
    padding:0px 5px 0px 5px;
}

.TableauResponsable tr:nth-child(2)>td:nth-child(2)
{
    width:20%;
}

.TableauResponsable tr:nth-child(2)>td:nth-child(3)
{
    width:20%;
}

.TableauResponsable tr:nth-child(2)>td:nth-child(4)
{
    width:15%;
}

.TableauResponsable tr:nth-child(2)>td:nth-child(5)
{
    width:15%;
}

.TableauResponsable tr:nth-child(2)>td:nth-child(6)
{
    width:30%;
}

.JqGrid
{
    margin-top:10px;
}

/*---------- Propriétés CSS Page Login --------------*/
.LoginLiens {
    color:#EAEAEA
}

div.Login
{
    color: #2e6e9e;
    background-color: #e7e2d4;    
    padding: 10px 10px 10px 10px;
    width:20vw;
    position:absolute;
    z-index:2;    
}

div.LoginAutresBoutons 
{
    margin: 10% auto;
    padding: 10px 10px 10px 10px;
    width:20%;
    position:absolute;
    z-index:2;    
}

#divLoginImageGauche
{
    position:absolute;
    width:100%;
    z-index:0;
    height:100%;
}

#divLoginImageCentre
{
    position:absolute;
    width:100%;
    z-index:0;
    height:100%;
}

#divLoginImageCentreHaut
{
    position:absolute;
    z-index:1;
}

#divLoginImageDroite
{
    position:absolute;
    width:100%;
    z-index:0;
    height:100%;
}

#ImageLoginGauche
{
    width:100%;
    z-index:1;
    height:100%;
}

#ImageLoginCentre
{
    width:100%;
    z-index:1;
    height:100%;
}

#boiteLoginAutreBoutons {
    margin-top: 13%;
}

#BoiteLogin {
    padding-top: 10%;
    margin: 0 auto;
    width: 20%;
    z-index: 10;
}

#ImageLogin {
    position: absolute;
    z-index: 1;
}

#ImageLogin[poster$=".png"] {
    width: 100%;
}

#ImageLoginCentreHaut
{
    z-index:1
}

#ImageLoginDroite
{
    width:100%;
    z-index:1;
    height:100%;
}

#PiedPageLienVersion {
    z-index: 2;
}

#PiedPageLienProDoQFr {
    z-index: 2;
}

/*---------- Propriétés CSS Page d'apercu avant impression --------------*/
.ImpressionEntete {
    font-size: 11px;
    border-spacing: 0px;
    border-collapse: collapse;
    line-height: 0px;
    height: 22px;
}

.ImpressionTableau
{
    font-size:11px;
    empty-cells:show;
    border-spacing:0px;
    border-collapse:collapse;
    line-height:22px;
    height:22px;
    padding:0px;
    margin:0px;
    width:100%;
    table-layout: fixed;
}

.BoiteNCAction
{
    background-color:#dee2ea;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCActionEnTete
{
    height:13px;
    background-color:#6094ce;
}

.BoiteNCCause
{
    background-color:#cce1e6;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCCauseEnTete
{
    height:13px;
    background-color:#639aa4;
}

.BoiteNCGroupeNC
{
    background-color:#fee7ca;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCGroupeNCEnTete
{
    height:13px;
    background-color:#fcbd6f;
}

.BoiteNCReponseMaSociete
{
    background-color:#dee2ea;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCReponseMaSocieteEnTete
{
    height:13px;
    background-color:#6094ce;
}

.BoiteNCReponsePartenaire
{
    background-color:#fee7ca;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCReponsePartenaireEnTete
{
    height:13px;
    background-color:#fcbd6f;
}

.BoiteNCDiscussionQuestionMaSociete
{
    background-color:white;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #989799;
}

.BoiteNCDiscussionQuestionMaSocieteEnTete
{
    height:13px;
    background-color:#6094ce;
    font-weight:bold;
}

.BoiteNCDiscussionQuestionMaSocieteQuestion
{
    color:black;
    height:13px;
    background-color:#EFF6FF;
}

.BoiteNCDiscussionReponseMaSociete
{
    background-color:#EEFFEA;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCDiscussionReponseMaSocieteEnTete
{
    height:13px;
    background-color:#7FBC61;
    color:white;
    font-weight:bold;
}

.BoiteNCDescription
{
    background-color:#dee2ea;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCDescriptionEnTete
{
    height:13px;
    background-color:#6094ce;
}

.BoiteNCInfoSuppPartenaireEnTete
{
    height:13px;
    background-color:#fcbd6f;
}

.BoiteNCInfoSuppPartenaire
{
    background-color:#fee7ca;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
    margin-right:1px
}

.BoiteNCInfoSuppMaSocieteEnTete
{
    height:13px;
    background-color:#6094ce;
}

.BoiteNCInfoSuppMaSociete
{
    background-color:#dee2ea;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
    margin-right:1px
}

.BoiteNCInfoSuppPartage
{
    background-color:#dee2ea;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCInfoSuppPartageEnTete
{
    height:13px;
    background-color:#79BC3E;
}


.BoiteNCConclusion
{
    background-color:#dfdaee;
    color:White;
    font-family:Arial;
    font-size:14px;
    height:13px;
    width:100%;
    border:1px solid #c2bfc4;
}

.BoiteNCConclusionEnTete
{
    height:13px;
    background-color:#806dbd;
}

.rotate
{
    -webkit-transform: rotate(-90deg);    /* Safari 3.1+, Chrome */
    -moz-transform: rotate(-90deg);       /* Firefox 3.5+ */
    -o-transform: rotate(-90deg);         /* Opera starting with 10.50+ */
    -ms-transform: rotate(-90deg);        /* IE9 */
    /*transform: rotate(-90deg);*/        /* CSS3 */
}

.rotateOldIE
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);       /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
    zoom: 1;
}
 
/* Liste déroulante auto completion*/
.ui-combobox 
{
	position: relative;
	display: inline-block;
}

.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}

.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}    

.ui-autocomplete { height: 350px; overflow-y: scroll; overflow-x: hidden;}

/* message texte information de la page de login*/
.MessageInformationMiseAJour {
    background-color:white;
    height:50px;
    color:#F4000C;
    font-weight:bold
}

input, select
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.SaisieDonneeSup
{
    padding-top:5px;
}

.Formulaire
{
    font-size:11px;
    display: table; 
    width: 100%; 
    border: 1px solid #A6C9E2; 
    color: #32639a; 
    background-color: #edf5ff; 
    margin-top: 5px; 
    margin-bottom: 5px;
    padding-bottom:10px;
    border-radius: 10px; 
}

.FormulaireLigne
{
    display:table-row; 
    width:100%   
}

.FormulaireCellule
{
    vertical-align:top;
    display:table-cell;
    padding-left:5px;
    padding-right:5px;   
    padding-top:5px; 
    width:100%;
}

.FormulaireCellule select
{
    height:20px;
    width:100%;
}

.FormulaireCellule label
{
    display: block;
    padding-top:2px;
    width:100%;
}

.FormulaireCellule input
{
    height:20px;
    width:100% 
}

.FormulaireChampObligatoire
{
    color:Red;
}

.FormulaireTable
{
    display:table;
    width:100%;    
}

.FormulaireCellule50
{
    vertical-align:top;
    width: 50%;
    display: table-cell;
    padding-top:5px;
}

.FormulaireCellule50 label
{
    display: block;
    padding-top:2px;
    width:100%;
}


.FormulaireCellule50 input
{
    height:20px;
    width: 100%;
}

.FormulaireCellule50 select
{
    height:20px;
    width: 100%;
}

.FormulaireCellule50 textarea
{
    height:50px;
    width: 100%;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:auto
}

.FormulaireCellule25
{
    vertical-align:top;
    width: 25%;
    display: table-cell;
    padding-top:5px;
}

.FormulaireCellule25 label
{
    display: block;
    padding-top:2px;
    width:100%;
}

.FormulaireCellule75
{
    vertical-align:top;
    width: 75%;
    display: table-cell;
    padding-top:5px;
}

.FormulaireCellule75 input 
{
    height:20px;
    width:100%
}

.TableauBordSelectSite
{
    height: 20px; font-size: 11px; width: 100%; min-width:100px
}

.TableauBordSelectSegmentAchat
{
    height: 20px; font-size: 11px; width: 100%; min-width:100px
}

.TableauBordSelectFamilleArticle
{
    height: 20px; font-size: 11px; width: 100%; min-width:100px
}

.TableauBordSelectPartenaire
{
    height: 20px; font-size: 11px; width: 100%; min-width:100px
}

.TableauBordSelectUtilisateur
{
    height: 20px; font-size: 11px; width: 100%; min-width:100px
}
.TableauBord50Gauche
{    
    padding-top:10px;
    width: 50%;
    display:block;
    float:left
}

.TableauBord50Gauche>div
{    
    padding-right:6px;    
}

.TableauBord50Gauche>div>div
{   
    display: table; 
    width: 100%; 
    border: 1px solid #A6C9E2;
    height:320px   
}

.TableauBord50Gauche>div>div>div
{
    display:table-cell;
    background-color:#EFECDC;
    vertical-align:top
}

.TableauBord50GaucheBlocTitre
{          
    font-size:16px;
    font-weight:500;
    color: #32639a;
    text-align : center;
    padding:10px;
    vertical-align : top;
    text-decoration:underline
}

.TableauBord50Droite
{    
    padding-top:10px;
    width: 50%;
    display:block;
    float:left
}

.TableauBord50Droite>div
{    
    padding-left:6px;
}

.TableauBord50Droite>div>div
{   
    margin-left: -2px; 
    display: table; 
    width: 100%; 
    border: 1px solid #A6C9E2;
    height:320px  
}

.TableauBord50Droite>div>div>div
{
    display:table-cell;
    background-color:#EFECDC;
    vertical-align:top
}

.TableauBord50DroiteBlocTitre
{          
    font-size:16px;
    font-weight:500;
    color: #32639a;
    text-align : center;
    padding:10px;
    vertical-align : top;
    text-decoration:underline
}

.TableauBord50GaucheBlocJqGrid
{          
    padding:10px
}

.TableauBord50GaucheBlocJqGrid tr.jqgrow td
{          
    /*height:20px;*/
}

.TableauBord50DroiteBlocJqGrid
{          
    padding:10px;
}

.TableauBord50DroiteBlocJqGrid tr.jqgrow td
{          
    /*height:20px;*/
}

.TableauBord100
{    
    width: 100%;
    display:block;
    float:left
}

.TableauBord100>div
{    
    padding-bottom:10px
}

.TableauBord100>div>div
{   
    display: table; 
    width: 100%; 
    border: 1px solid #A6C9E2;   
}

.TableauBord100>div>div>div
{
    height:350px;
    display:table-cell;
    background-color:#EFECDC;
    vertical-align:top
}

.TableauBord100BlocTitre
{          
    font-size:16px;
    font-weight:500;
    color: #32639a;
    text-align : center;
    padding:10px;
    vertical-align : top;
    text-decoration:underline
}

.TableauBord100BlocJqGrid
{          
    padding:10px
}

.TableauBordColonneValeur
{
    background-color:#FFF1B7;
}

.TableauBordLien
{
    color:blue;
    cursor:pointer;
}

.TableauBordFiltre
{
    color:#00AF3D;
    cursor:pointer;
}

.TableauBordCadreFiltre
{
    display: table; 
    width: 100%; 
    color: #32639a;
    border: 1px solid #A6C9E2; 
    background-color:#EFECDC;
}

.TableauBordCadreFiltreLibelle {
    display: table-cell;
    padding: 5px;
    width:50px;
    min-width: 50px;
    max-width: 50px;
    vertical-align:top;
}

.TableauBordCadreFiltreDivision {
    display: table-cell;
    float: left;
    padding: 5px;
}

.TableauBordCadreFiltrePartenaire {
    display: table-cell;
    float: left;
    padding: 5px;
}

.TableauBordCadreFiltreUtilisateur {
    display: table-cell;
    float: left;
    padding: 5px;
}

.TableauBordCadreFiltreFamilleArticle {
    display: table-cell;
    float: left;
    padding: 5px;
}

.TableauBordCadreFiltreSegmentAchat{
    display: table-cell;
    float: left;
    padding: 5px;
}

.PartenaireFiltre
{
    color:blue;
    cursor:pointer;
}

.LienWordWrap{
    -ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     word-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

#TableBandeau {
    font-size:12px;
    margin:0;
    padding:0;
    width:100%;
}

#TableBandeau tr{        
}

#TableBandeau td{  
    vertical-align:top;
}

#TableBandeau tr>td>span:first-child{  
    vertical-align:top;
    font-weight:bold;
    color:#696969;
}

#TableBandeau tr>td>span:last-child{  
    vertical-align:top;
    color:blue;
}

.TableauBord50GaucheBlocGraphique
{          
    padding:10px;
}

.TableauBord50DroiteBlocGraphique
{          
    padding:10px;
}

.TableauBord50GaucheBlocGraphique>div
{          
    display:none;
    width:100%;
    height:100%;
    background-color:white;
    border:1px solid #A6C9E2
}

.TableauBord50DroiteBlocGraphique>div
{          
    display:none;
    width:100%;
    height:100%;
    background-color:white;
    border:1px solid #A6C9E2
}

.TableauBord100BlocGraphique
{          
    padding:10px;
    display:none;
    width:100%;
    height:100%;
    background-color:white;
    border:1px solid #A6C9E2
}

.custom-combobox 
{
	position: relative;
	width:100%;
    padding:0px;
    height:100%;
    min-height:100%;
    max-height:100%;
}

.custom-combobox-toggle 
{
    position: absolute;
	top: 0;
	bottom: 0;
    margin-left: -1px;
	padding: 0;
}
.custom-combobox-input 
{
    height:100% !important;
    width:100% !important;
}

.coutProvisoire td
{
    color:red;
    font-style:italic;
}
.ui-jqdialog{
    float:left;
    left:35% !important;
    z-index:950;
    font-size:14px;
    width:450px /*!important*/;
}
.ui-jqdialog > .formdata {
    width:450px !important;
}
input[disabled], select[disabled], textarea[disabled] {
  background-color: lightgray;
}


/*Pour les listes déroulante choix multiple*/
.ui-multiselect.multiSelect{
    width:100% !important;
	background:white;
	color:#444;
	font-weight:normal;
	border-radius:inherit;
	font-size:11px;
	border-color:#ccc !important
}
.ui-multiselect-menu.multiSelect{
	width:auto;
}
a.ui-multiselect-all,a.ui-multiselect-none{
	color:white;
	text-decoration:none;
}
#nctabs > * > * > .ui-tabs-anchor {
    padding:.3em .25em
}
