/* 
    document   : portalis
    créé       : 11 avril 2016
    par        : serj
   
*/

/*
[HAB-88]]
après migration java6 -> java8 et upgrade version orion-jsf (5.3.1->5.3.4), 
il faut contrer l'ajout des marges contenu dans les fichiers orion-xxx.css.xhtml
Rendu global pour les icônes
 */
i[class^="icon-"] {
  margin-right: 0em;
  margin-left: 0em;
}

/* fond pour le header, image transparente */
.o-header-picture-portalis {   
   background: 
    url(../images/marianne2024.png) 1px 0px no-repeat, 
    url(../images/portalis-logo3.png) 230px -4px no-repeat, 
    url(../images/fond-carre-jaune4.png) 0px -50px repeat;
    background-size: 184px, 184px, auto;
    height:100px; 
    margin-top: 3px;
}
.o-header-picture-portalis:hover {     
    background: 
    url(../images/marianne2024.png) 1px 0px no-repeat, 
    url(../images/portalis-logo3.png) 230px -4px no-repeat, 
    url(../images/homer-simpson2.png) 1200px 8px no-repeat,
    url(../images/fond-carre-jaune4.png) 0px -50px repeat;
    background-size: 184px, 184px, 83px, auto;
    height:100px; 
    margin-top: 3px;
}
.o-header-fixed {
    z-index: 50000;
    background: #E5E4E2;
    margin-bottom: 1em;
    margin-top: -1px;
    position: fixed;
    top: -2px;
}

.nouveauChoix{
    width: 75px;
    height: 50px;
}

/* fond pour le footer, image transparente */
.o-footer-picture-portalis { 
    text-indent:70px;
    background: url(../images/sirena.png) 0px 0px no-repeat;
    background-size: 60px ;
    margin: 0;
    line-height: 20px;
}

.o-footer {
    background: url(../images/fond-carre-jaune4.png) -0px -50px repeat;
    background-size: auto;   
    height: 20px;    
    padding: 0px;
    border-radius: 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.o-footer-middle-part {
    margin-top: -4px;;
}
.o-footer-right-part {
    margin-top: -4px;;
}
.o-footer-text {   
    color: white;
}

/* espace entre le footer et les boxes */
.o-footer {
    margin-top: 1em;
}
.o-footer-owner {
    color: #11772D;
    font-weight: bold;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: -4px;
}
/* fond pour la barre de menu */
.o-horizontal-menu .container-fluid {
    /*background: linear-gradient(to right, #4C5466, #8298BD);*/
    background: linear-gradient(to right, #EBEBEB, #EBEBEB);
    height: 3px;
}

.o-horizontal-menu  {
    background: linear-gradient(to right, #4C5466, #8298BD);
        /*background: linear-gradient(to right, #16A086, #16A086);*/
}

.ombre {box-shadow: 10px 10px 5px #25383C;}

.simplebox{
    border: 1px solid; 
    border-radius: 0.3em;
    padding: 0.5em;
    height: auto;
    margin-bottom: 0.4em;
}

.ovale {
    width: 160px;
    height: 100px;
    background: #9a4;
    -webkit-border-radius: 100px / 160px;
    -moz-border-radius:    100px / 160px; 
    border-radius:         100px / 160px; 
}

.arrondi {
    width: 30px;
    height: 40px;
    border: 2px solid #000;
    -webkit-border-radius: 
               10px 75px 10px 10px / 10px 30px 10px 10px; 
    -moz-border-radius:
               10px 75px 10px 10px / 10px 30px 10px 10px; 
   
    border-radius:
               10px 75px 10px 10px / 0px 60px 0px 0px; 
}


.demi-cercle {
    
    border: 2px solid #000;
    height:50px;width:100px; border-radius:0px 0px 50px 50px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px;
}


/* permet de personnaliser les affichages */
.texte_halo {font-weight: bold;border-radius: 3px;padding: 5px 10px;border: 1px solid #DDD;box-shadow:0px 0px 10px #4183C4;}
.texte_gris {color:grey; font-style:italic;font-size:10px; padding:0 0 0 5px}
.texte_noir {color: black;  padding:0px 5px 2px 5px;}
.texte_rouge {color: red; font-weight:bold; padding:0px 5px 2px 5px;} /*background-color:#EAEAEA;*/
.texte_orange {color: orange; font-weight:bold; padding:0px 5px 2px 5px;}
.texte_vert {color: green; font-weight:bold; padding:0px 5px 2px 5px;}
.texte_vert.active {color: white;}

.texte_bleu {color: blue; padding:0px 5px 2px 5px;}
.texte_bleu_2 {color: blue;}
.texte_bleu_sombre {color:#39629A; padding:0px 5px 2px 5px;}
.texte_blanc {color: white;}
.texte_inverse_vert {color: white; font-weight:bold; background-color:green;padding:0px 5px 2px 5px;}
.texte_inverse_rouge {color: white; font-weight:bold; background-color:red;padding:0px 5px 2px 5px;}
.texte_inverse_violet {color: black; font-weight:bold; background-color:#DDC6FF;padding:0px 5px 2px 5px;}
.texte_inverse_jaune {color: black; font-weight:bold; background-color:#FCFF7C;padding:0px 5px 2px 5px;}
.texte_inverse_vertclair {color: black; font-weight:bold; background-color:#C6FFCD;padding:0px 5px 2px 5px;}
.texte_inverse_rose {color: black; font-weight:bold; background-color:#FF9D9B;padding:0px 5px 2px 5px;}
.texte_inverse_orange {color: black; font-weight:bold; background-color:#FFB22D;padding:0px 5px 2px 5px;}

.texte_a_droite {text-align : right; }
.texte_colle_a_droite {margin-right: -10px;}
.texte_a_gauche {text-align : left;}
.texte_colle_a_gauche {margin-left: -100px;}
.texte_au_centre {text-align : center;}
.texte_gras {font-weight: bold;}
.texte_normal {font-weight: normal;}
.texte_titre_fiche {font-size: 20px; color: blue; }
.texte_italic {font-style: italic;font-weight: normal;font-size: 10px;}
.texte_italique {font-style: italic;font-weight: normal;}
.texte_creation {font-style: italic;font-weight: normal;font-size: 15px;color: #4183C4;}
.texte_modification {font-style: italic;font-weight: normal;font-size: 15px;color: #36861f;}

.texte_sans_soulignage {text-decoration: none;}

.zone_alignee {vertical-align: middle;}

.texte_menu_document {
    color: #7EB722;
    font-weight:bold;
    font-size: 20px;
    word-wrap: break-word;
}
.texte_menu_administration {color: #D92FEC; font-weight:bold; font-size: 20px;}
.texte_font20 {font-size: 20px;}



.invert:hover {
    font-weight:bold;
}

/* defini une seule ligne affichée pour le textArea*/
.texteArea {resize:both; max-height:600px; min-height:10px;   min-width:100px;height:20px}

/* affichage pour box */
.icone_blanche {color: white; font-size: 20px; cursor: text}
.icone_orange {color: #FFCB3D;}
.icone_cramoisie {color: crimson;}

.boite_acceuil {
    /*width:50%;*/ 
    vertical-align: middle;
    overflow-y: auto;
    overflow-x: hidden;
    /* max-height: 300px; */
    background-color: white;
    padding: 1px 10px 10px 10px;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    min-width: 270px;
    box-shadow: 3px 3px 3px lightgrey;
}

.roleParDefaut {
    font-weight: bold;
    margin:0px 2px;
    padding:3px;
    color: #FFF;
    background-color: #999999; 
    text-align: right;
}

.popover {
    width:156px;
}

.box-header {
    padding-right: 0.5em;
    cursor: auto;
}

.marginedText {
    margin: 4px 6px;
    color: white;
}

.paddingTopNull {
    padding-top: 0px;
}

.marginTopMoins5px {
    margin-top: -5px;
}

.marginBottomMoins10px {
    margin-bottom: -10px;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTopMoins10px {
    margin-top: -10px;
}


.marginLeftMoins50px {
    margin-left: -50px;
}

.marginLeftMoins30px {
    margin-left: -30px;
}

.marginLeftPlus25px {
    margin-left: 25px;
}

.marginLeftPlus60px {
    margin-left: 60px;
}

.row-fluid .span4 {
    width: 30%;
    margin-left: 5px;
}

.row-fluid .span10 {
    width: 75%;
}

.redIcon {
    color: red;
}

.blueIcon {
    color: blue;
}

.displayHidden {
    display: none;
}

/* essai pour un rendu couleur sur les box par onglet */
/* pas utilisé */
.o-body-box-accueil {
    margin-bottom: 1em;
    -moz-box-shadow: 1px 1px 12px orange;
    -webkit-box-shadow: 1px 1px 12px orange;
    border: 1px solid orange;
    box-shadow: 1px 1px 12px orange;
    border-radius:5px;
}
.o-body-box-body-accueil, .o-body-box-header-accueil {
    border: none;
}

.og-input-draw-point-portalis .og-control-icon {
    cursor: pointer;
    font-size: 17px;
    color: #36861f;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.og-input-draw-point-portalis .og-control-icon:before {
    content: "\f0a6";
}

.conteneurTable {display:inline-table;}


.btn {
    border-radius: 0px;
    box-shadow: 0px 1px 1px 0px #808080;
}

.table thead th {
    text-align: center;
}

ul[role="menu"][data-o-level="1"] {
    border-radius: 0em;
}

.mesBoutonsSupprimer{ 
    color: #B50000;
    border:1px solid #B50000;
    padding: 0px 6px;
}
.mesBoutonsSupprimer:hover{
    background-color: #FF746D;    
    background-image: linear-gradient(to bottom, #FFF, #FF746D);
}  

.mesBoutonsEnregistrer{
    color: #000000;
    border:1px solid #999999;
}
.mesBoutonsEnregistrer:hover{
    background-color: #999999;
    background-image: linear-gradient(to bottom, #FFF, #999999);
}

.mesBoutonsGuide{
    color: #A86700;
    border:1px solid #A86700;
}
.mesBoutonsGuide:hover{ 
    background-color: #FFF98E;
    background-image: linear-gradient(to bottom, #FFF, #FFF98E);
}

.mesBoutonsRapatrier{
    color: #446D82;
    border:1px solid #446D82;
}
.mesBoutonsRapatrier:hover{
    background-color: #B5E2FA;
    background-image: linear-gradient(to bottom, #FFF, #B5E2FA);
}

.mesBoutonsOrange{
    border:none ; 
    background-color: white;
    background-image: none;
    box-shadow:none;
    width:223px;
}
.mesBoutonsOrange:hover{ 
   color:black;
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.mesBoutonsMentionsLegales{
    border: medium none;
    background-color: white;
    background-image: none;
    box-shadow: none;
    width: 223px;
    background-color: transparent;
    /*color: #DBA055;*/
    color: white;
    text-shadow: none;
    padding: 0px;
    font-weight: bold;
}
.mesBoutonsMentionsLegales:hover{ 
    color: white;
    background-color: transparent;
    font-weight: bold;
}

.mesBoutonsVisualiserPageApplicative {
    color: #000000;
    padding:0px;
    background-color: white;
    background-image: linear-gradient(to bottom, white, white);
    border:none;
    box-shadow: none;    
}
.mesBoutonsVisualiserPageApplicative:hover{
    background-color: white;
    background-image: linear-gradient(to bottom, white, white);
}

.mesBoutonsVisualiserPageApplicative:disabled{
    
    border-radius: 15px 15px 0px 0px;;
}


.label-insertion{
    float:left;
    text-align:left !important;
}

.accueilLienApplicationAction {
    cursor: copy;
   
}
.accueilLienApplicationAction :hover {
    background-color: red;
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.portalis-liste-deroulante div[role*="control"] select,
.portalis-liste-deroulante div[role*="control"] input { 
    color: blue;
}

.portalis-liste-deroulante option:first-child {
    color:grey;
    font-style: italic;
}
.portalis-liste-deroulante option {
    color:green;
}
.portalis-liste-deroulante option:nth-child(3) {
    color:orange;
}
.portalis-liste-deroulante option:last-child {
    color:red;
}

.portalis-liste-deroulante-2 option:first-child {
    color:grey;
    font-style: italic;
}
.portalis-liste-deroulante-2 option {
    color:green;
}
.portalis-liste-deroulante-2 option:nth-child(3) {
    color: #0e5c90;
}
.portalis-liste-deroulante-2 option:last-child {
    color: #1b97e9;
}

.portalis-liste-deroulante-3 option:first-child {
    color:grey;
    font-style: italic;
}
.portalis-liste-deroulante-3 option {
    color: darkcyan;
}
.portalis-liste-deroulante-3 option:nth-child(odd) {
    color: #0e5c90;
}

.portalis-liste-deroulante-couleur  {
    color:white;
}
.portalis-liste-deroulante-couleur option:first-child {
    color:grey;
    font-style: italic;
}
.portalis-liste-deroulante-couleur option:nth-child(2) {
/*    background-color:  #FEA347;*/
    background-color:  #4989DC;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(3) {
    /*background-color: #4E1609;*/
        background-color:  #0EA88C;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(4) {
    /*background-color: #6B5731;*/
        background-color:  #EC5565;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(5) {
    /*background-color: #842E1B;*/
        background-color:  #FD6401;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(6) {
    /*background-color: #5A5E6B;*/
        background-color:  #28AC10;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(7) {
    /*background-color: #22427C;*/
        background-color:  #3F51B4;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(8) {
    /*background-color: #318CE7;*/
        background-color:  #E81E63;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(9) {
    /*background-color: #1560BD;*/
        background-color:  #1DA2C2;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(10) {
    /*background-color: #007FFF;*/
        background-color:  #5F899D;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(11) {
    /*background-color: #318CE7;*/
        background-color:  #9B28AF;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(12) {
    /*background-color: #26619C;*/
        background-color:  #AD924E;
    color:white;
}
.portalis-liste-deroulante-couleur option:nth-child(13) {
    /*background-color: #791CF8;*/
        background-color:  #D28316;
    color:white;
}

.portalis-liste-deroulante-bleue, .portalis-liste-deroulante-bleue option {
    color: darkblue;
}

.og-icon-eye-close {
    color: red;
}

.og-layertree-layerzoominfo-icon {
    color: red;
}

ul[role="menu"] li {
    padding-left: 10px;
}

ul[role="menu"][data-o-level="1"] > li.active[role="menuitem"] > a {
    color: white;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    /*#B5E562, #7EB722*/
}

.o-body-box-portalis {    
    padding: 0em 1em;
    max-height: 200px;
    border-radius: 0px;
    
overflow: auto;
}

/* coins carrés sur les box */    
    .o-body-box-body {
      margin-top: -20px; /* interligne plus petite */  
      border-bottom-right-radius: 0em;
      border-bottom-left-radius: 0em;
    }
.flashs-infos-box .o-body-box-body {
    padding: 0.5em;
}

    .o-body-box-header {
      border-top-right-radius: 0em;
      border-top-left-radius: 0em;
    }



/*ul[role="menu"]> li:nth-child(n+4) > a {
    color: #FFAB11;
}*/

/*ul[role="menu"][data-o-level="1"] > li[role="menuitem"].active:nth-child(-n+3) > a {
  color: white;
  background-color: #1b97e9;
}*/

/*ul[role="menu"][data-o-level="1"] > li[role="menuitem"].active > a {
  color: #B22828;
  background-color: #FFC480;
    color: white;
    background-color: #1b97e9;
}

.portalisMenu ul > li:nth-child(n+4) > a > a {
  color: blue;
  background-color: green;
}*/

.grosse_icone_header {
    font-size:30px;
    text-align: right;
}
.grosse_icone {
    font-size:50px;
    text-align: right;
    
}

.grande_icone {
    font-size:25px;
    text-align: right;
    
}

/*.o-horizontal-menu .container-fluid {
    background: 
	url(/portalis/skin/images/FondPortalis.png) 10px 10px no-repeat,
	-moz-linear-gradient(to right,  #7FC9FF 0%, #006EA3 100%);
    background-size: auto 90px;
}*/


.information-footer1 {
    background: -moz-linear-gradient(to right,  #00EEEE 0%, #00EEEE 100%);   
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding :5px;
    color:white
}

.information-footer2 {
    background: -moz-linear-gradient(to right,  #38C444 0%, #38C444 100%);   
    position: fixed;
    bottom: 100px;
    right: 50px;
    padding :5px;
    color:white
}

.information-footer3 {
    background: -moz-linear-gradient(to right,  #C19F2E 0%, #C19F2E 100%);   
    position: fixed;
    bottom: 150px;
    right: 50px;
    padding :5px;
    color:white;
}

.navbar .nav {
  border-radius: 5px 5px 0px 0px;
  padding: 0.5em 0.5em 0em 1.5em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/*  background-image: -moz-linear-gradient(top, #093859, #1589d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#093859), to(#1589d6));
  background-image: -webkit-linear-gradient(top, #093859, #1589d6);
  background-image: -o-linear-gradient(top, #093859, #1589d6);
  background-image: linear-gradient(to bottom, #093859, #1589d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093859', endColorstr='#1589d6', GradientType=0);*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);*/
  margin-left: 48em;
  height:5px;
}

/* pas de ligne sous les menus */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0px;
  min-height: 1px;
  height: 3px;
}

.navbar-inner {
    background-image: -moz-linear-gradient(to right,  #7FC9FF 0%, #006EA3 100%);
}

.navbar .nav > li > a {
    color: #E5E4E2 ; margin-left: 1em;margin-right: 0em; 
    font-size: 12px;
    width: 2em;
    text-align: center;
    margin-top:-3.9em;
    border-radius: 5px 5px 0 0 ;
    /*margin-top: -35px;*/
    height: 20px;
    margin-bottom: 6px;
    padding-bottom: 11px;
}

/*.navbar .nav > li > a.accueil:hover {color: orange;}
.navbar .nav > li > a.espaceDoc:hover {color: greenyellow;}
.navbar .nav > li > a.mesRoles:hover {color: #25383C;}
.navbar .nav > li > a.administration:hover {color: #F905FF;}*/

/*.navbar .nav > .active > a.accueil {background-color: #CC7D00; color: white; margin-left: 1em;margin-right: 0em; 
                                    background-image: linear-gradient(to bottom, #E5A442, #CC7D00);
                                    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); }
.navbar .nav > .active > a.espaceDoc {background-color: #7EB722; color: white;margin-left: 1em;margin-right: 0em; 
                                      background-image: linear-gradient(to bottom, #B5E562, #7EB722);
                                      box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}
.navbar .nav > .active > a.mesRoles {background-color: #6B6B6B; color: white;margin-left: 1em;margin-right: 0em; 
                                     background-image: linear-gradient(to bottom, #999999, #6B6B6B);
                                     box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}
.navbar .nav > .active > a.administration {background-color: #D92FEC; color: white;margin-left: 1em;margin-right: 0em;
                                           background-image: linear-gradient(to bottom, #DC72EA, #D92FEC);
                                           box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}*/

.navbar .nav > a.accueil, .navbar .nav > a.espaceDoc, .navbar .nav > a.administration {
    background-color: #EBEBEB; 
    margin-left: 1em;
    margin-right: 0em; 
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.navbar .nav > .active > a.accueil, .navbar .nav > .active > a.espaceDoc, .navbar .nav > .active > a.administration {
    /*background-color: #EBEBEB;*/ 
    background-color: transparent;
    margin-left: 1em;
    margin-right: 0em; 
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    /*color: #677691;*/
    color: #16A086;
    border: solid 1px white;    
    border-bottom-color: transparent;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #FFFFFF;
}



/* permet de ne pas afficher le chevron pour plier les box ou menu */
.icon-chevron-left:before ,.icon-chevron-up:before{
    content: none;
}

/* permet de ne pas visualiser une barre bleue à gauche du menu vertical */
.foldSplitPane {
    margin-left: -20px;
    width: 0px;
    height:0px;
}

/* pas de couleur pour la barre du fil d'ariane */
.breadcrumb {
    background-color: white;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: none
}

.italicText {
    font-style: italic;
}

.og-toolbar input {
    width: 100%;
}

.fausseTable td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: none;
}

.fausseTable tbody tr:last-child td {
    border-bottom: none;
}


.fausseTable o-table-row-striped-odd {
  background-color: none;
}

.menu a {  
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0px;
  height: 2.5em;
  line-height: 2.5em;
  text-indent: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;	
  width:160px;
  text-shadow: 0 1px 0 white;
}

.menu , .menu ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: left;
  margin-left: -10px
}

.menu li {	
  margin: 10px;
  list-style:none;
}

.menu li:hover li {
  max-height: 15em;
  margin: 10px;
}


.menuAccueilactif a, .menuAccueil a:hover, .menuAccueil a:active, .menuAccueil a.focus {
	background-color: #FFC600;
	border-radius:5px; 
	text-decoration:underline;	
  	border-left: 10px solid #FFC600;
  	color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 0 grey;
}
.menuAccueilactif a {
	text-decoration: none;	
	box-shadow:1px 1px 12px #FFC600;
}

ul[role="menu"] li a.administration:hover {color: #F905FF;  margin-left: 0em;margin-right: 0em;}
ul[role="menu"] li a.accueil:hover {color: orange; margin-left: 0em;margin-right: 0em;}
ul[role="menu"] li a.espaceDoc:hover {color: greenyellow; margin-left: 0em;margin-right: 0em;}
ul[role="menu"] li a.mesRoles:hover {color: #25383C; margin-left: 0em;margin-right: 0em;}
ul[role="menu"] li a.administration:hover {color: #F905FF;  margin-left: 0em;margin-right: 0em;}


/*ul[role="menu"] li a.accueil {background-color: #CC7D00; color: white; margin-left: 0em;margin-right: 0em; 
                                    background-image: linear-gradient(to bottom, #E5A442, #CC7D00);
                                    width: 120px;
height:50px;
                                    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); }
ul[role="menu"] li  a.espaceDoc {background-color: #7EB722; color: white;margin-left: 0em;margin-right: 0em; 
                                      background-image: linear-gradient(to bottom, #B5E562, #7EB722);
                                      width: 120px;
height:50px;
                                      box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}
ul[role="menu"] li  a.mesRoles {background-color: #6B6B6B; color: white;margin-left: 0em;margin-right: 0em; 
                                     background-image: linear-gradient(to bottom, #999999, #6B6B6B);
                                     width: 120px;
height:50px;
                                     box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}
ul[role="menu"] li  a.administration {background-color: #D92FEC; color: white;margin-left: 0em;margin-right: 0em;
                                           background-image: linear-gradient(to bottom, #DC72EA, #D92FEC);
                                           width: 120px;
height:50px;
                                           box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}*/



/* Tooltip container */
 .tooltip,  .tooltip1, .tooltip2,.tooltip3,.tooltip4 , .tooltip5 {
    /*position: relative;*/
}

.tooltip4 {
    position: relative;
    bottom: 5px;
}
/* Tooltip text */
.tooltip .tooltiptext,.tooltip1 .tooltip1text, .tooltip2 .tooltip2text, .tooltip3 .tooltip3text, .tooltip4 .tooltip4text,  .tooltip5 .tooltip5text{
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;  
    background-color:  white;  
    border: 2px solid;
    word-wrap: break-word;
}

.tooltip1  .tooltip1text {    
    display:block;
    right: 320px;
    bottom: 43px;
    width: 200px;
}


.tooltip3 .tooltip3text {    
    bottom: -50px;  
    left:-40%;
}

.tooltip4 .tooltip4text{
    width: 112px;
    top: 110%;
    left: 50%;
    margin-left: -56px;
    color: white;
    font-size:14px;
    box-shadow: 0px 3px 5px #808080;
    visibility: hidden; 
    background-color: #677691;
/*   background-color: #C89D66;
   background-color: #AE8046;*/
}

.tooltip2 .tooltip2text {
    display:block;
    width: 200px;
    background-color:  white;  
    border: 2px solid;
    cursor: initial; 
    /*right: 371px;*/
    bottom: 44px;
    text-align: left
} 

.tooltip5  .tooltip5text {
    background-color: grey;
    color: white;    
    width: 220px;
/*    right:270px;*/
    bottom: 45px;
    display: block;
} 

.tooltip  .tooltiptext {
    background-color: grey;
    color: white;    
    width: 220px;
} 

.tooltip3  .tooltip3text {
    background-color: white;
    width: 140px;
    border: 2px solid;
} 

.tooltip4:hover .tooltip4text {
    visibility: visible;
}

.titre-appli { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

.applicationStyle {
    border: 1px solid;
    margin-top: 5px;
    height: 42px;
}

.tooltip > h3, .tooltip1 > h3, .tooltip2 > h3, .tooltip3 > h3, .tooltip4 > h3, .tooltip5 > h3{
    border-radius: 50%;
    height: 20px !important;
    width: 30px !important;
    font-size: 20px !important;
}

.tooltip h3 > i, .tooltip1 h3 > i, .tooltip2 h3 > i, .tooltip3 h3 > i, .tooltip4 h3 > i, .tooltip5 h3 > i{
    position: relative;
    bottom: 5px;
}

.boite_acceuil h5 {
    color :white;
    font-size:18px;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
}

.color-grey {
  background-color: #EBEBEB;
}

body {
  background-color: #EBEBEB; 
}

.domaineStyle {
    background-color: white;
}

.conteneur-application {
    margin: 0 !important;
}

/* MENU GAUCHE: styles pour le flash infos */
.flashs-infos-box {
    /*max-height: calc(100vh - 270px) !important;*/
/*    overflow: auto;
    height: auto;*/
}

.flash-text-edit {
    min-height: 200px !important;
}

.flash-block {
    background-color: #B4BED7;
    /*background-color: #DDDFE4;*/
    padding: 0 8px;
}

.flash-titre {
    color: #8C8C8C;
}
/* MENU GAUCHE: styles pour les liens utiles */
.liens-utiles-box {
/*    position:fixed;
    bottom: 25px;
    max-height: 250px;*/
}


/********************************/
.texte_sans_soulignage:hover {
    opacity: 0.6;
}

.titre_sans_droit:hover {
    cursor: not-allowed;
}

/*  gestion debordement  */

.tooltip1 .tooltip1text, .tooltip2 .tooltip2text, .tooltip5 .tooltip5text{
    position:relative;
    padding: 5px;
}

.tooltip1text-wrapper, .tooltip2text-wrapper, .tooltip5text-wrapper{
    position: absolute;
    visibility: hidden;
}

.tooltip1:hover .tooltip1text-wrapper,  .tooltip2:hover .tooltip2text-wrapper , .tooltip5:hover .tooltip5text-wrapper{
    visibility: visible;    
}

.zone-bouton {
    float: right;
    margin: -6px 10px;
}

.ligne-verticale {
    width: 5px;
    height: 36px;
    margin: 3px 0 0 2px;
}

/*utilisé pour la surcharge du style .btn des o:button*/
.bouton-off {
   padding: 0; 
   margin: 0 0 0 10px !important;
   background-image: none;
   background-color: rgba(0, 0, 0, 0);
   border: 0;
   box-shadow: unset;
   font-size: 28px !important;
   color: #41444B;
   text-shadow: unset;
}

.bouton-off:hover {
   padding: 0; 
   margin: 0 0 0 10px !important;
   background-image: none;
   background-color: rgba(0, 0, 0, 0);
   border: 0;
   box-shadow: unset;
   font-size: 28px !important;
   color: #4C5466;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}

.height300 {
    
}

.clear-margin {
    margin: 0 !important;
}

.tooltip-anti-debordement {
    word-wrap: break-word;
}

.clear-both {
  clear:both;
}

.v-center {
    line-height: 25px;
}


header {
    padding-top: 0px;
    background-color: #16A086;
}

.o-header-fixed {
    height: 98px;
}

/*ajustement body par rapport au footer*/
.body-ajust {
    margin-bottom:60px;
}