/* 
  Feuille de style de la PES du CALQ
  2013 CALQ 
*/

/*
  Feuille de style de la PES du CALQ
  2013 CALQ 
*/

body {
  font:12px "Arial", sans-serif;
  line-height:16px;
  overflow-y: scroll;
  background-color: #FFFFFF;
  margin: auto;
  color: #585858;
}

/* Pour permettre de cacher les menus "Brouillons" et "Nouvelle" si besoin 
#formMenuPrincipal li:nth-child(3), #formMenuPrincipal li:nth-child(4), #formMenuPrincipal li:nth-child(8) {
  display:none;
}*/

a {
  color: #0051ba;
}

a:hover {
  color: #006FFF;
}

/* Accessibilité : contour des liens*/
a:focus, a:active {
  box-shadow: inset 0px 0px 0px 1px #F2C861;
}

.disabledLink {
  pointer-events: none;
  color:#C7C7C7 !important;
}

.disabledLinkVisualisation {
  pointer-events: none;
  color:#585858 !important;
}

.disabledLinkVisualisation a {
  pointer-events: none;
  text-decoration:none;
  color:#585858 !important;
}

ul,ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

#page {
  margin: auto;
  width: 996px;
}

/* Rendre des éléments invisibles : utile pour l'accessibilité */
/* http://webaim.org/techniques/css/invisiblecontent/ */
.invisible {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

h2 {
  font-size:1.25em;
  line-height: normal;
  font-weight:bold;
  margin: 0.1em 0em 1em 0em;
}

h3 {
  font-size: 1.2em;
  line-height: normal;
  font-weight:normal;
  margin: 0.1em 0em 1em 0em;
}

/* Override de la taille du menu de PrimeFaces */
.ui-menu-list h3 {
  font-weight:bold;
}

h4 {
  font-size: 1.0em;
  line-height: normal;
  font-weight:bold;
  margin: 0.1em 0em 0.6em 0em;
}

.small {
  font-size: 0.9em !important;
  line-height: normal !important;
}

.big {
  font-size: 1.2em !important;
  line-height: normal !important;
}

.bullet:before {
  content: "\00a0\2022\00a0";
}
.bullet {
  font-size:1.2em;
  vertical-align: middle;
}

/* ********************************************************************
   commonHeader (menu du haut et logo Mon Dossier)
*/
#headerWrapper {
  position: relative;
  width: 100%;
  height: 108px;
  background-color:white;
}

#LogoCALQ {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#monDossierP1 {
  position: relative;
  left: 12px;
  top: -8px;
  float: left;
  color: #d47119;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 2.1em;
  z-index: 0;
}

#monDossierP2 {
  position: relative;
  left: 12px;
  top: -8px;
  float: left;
  color: #d47119;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 2.1em;
}

#topMenu {
  position: absolute;
  right: 0px;
  bottom: 28px;
  margin: auto;
  min-width: 716px;
  height: 20px;
  background-color: #0051ba;
  color: #ffffff;
  float: right;
  line-height: 21px;
}

.topMenuLink {
  margin: 20px;
  color: white;
  text-decoration: none !important;
  font-weight: bold;

}

a.topMenuLink:hover {
  color:white;
  text-decoration: underline !important;
}



/* ******************************************************************** 
   commonMenu (menu de gauche et losange CALQ) 
*/
#navigMenuBox {
  position: relative;
  width: 996px;
  height: 24px;
  background-color: #ffffff;
  float: left;
  line-height: 36px;
  border-bottom: solid #7f7f7f;
  border-bottom-width: 1px;
}

#leftMenuWrapper {
  position: relative;
  /*height: 450px;*/
}

#losange {
  position: relative;
  width: 118px;
  height: 118px;
  background: #d47119;
  top: 26px;
  left: 60px;
  /* Rotate */
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}

#LogoCALQBlanc {
  position: relative;
  top: -70px;
  left: 24px;
  width: 124px;
  z-index: -1;
}

img {
       -ms-interpolation-mode: bicubic;
}

#nomPrenom {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  bottom: 6px;
  right: 5px;
  float: right;
  width: 760px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;  
}

#deconnexion  {
  position: absolute;
  right: 5px;
  bottom: -30px;
  z-index: 1;
}


/* ********************************************************************
   Menu de navigation (
*/
.calqMenu .ui-widget-header {
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 2px;
  color: rgb(0, 81, 186);  
  border: none;
  background-color: transparent;
  background: transparent; /* MSIE */
  height: 25px;
}

.calqMenu a.ui-menuitem-link {
  padding: 2px;
  padding-left: 15px;
  font-size: 1.2em;
  line-height: 1.0em;  
  color: #585858;
}

.ui-menu .ui-menuitem .ui-state-hover {  
  background-color: transparent;
  background: transparent; /* MSIE */
  color: #585858;
  font-weight: bold;
  box-shadow: none;
}

.commonMenuSelected {
  color: #585858;
  font-weight: bold;
}



/* ******************************************************************** 
   commonLayout 
*/
#contentWrapper {
  position: relative;
  float: left;
  width: 812px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top:13px;
  padding-top: 28px;
}

#menu {
  float: left;
  width: 184px;
}

#footer {
  width: 996px;
  clear: both;
}



/* *******************************************************************
   Formattage des formulaires
*/
.formPanel {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px;
  padding-left:0px !important;
  padding-right:0px !important;
}

div.formRow {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  min-height: 36px;
  margin:0px;
  padding:0px;
  display: flex;
}

div.formRow .formLabel {
  padding-top:5px;
  width: 150px;
  min-height: 36px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

div.formRow .formField {
  min-height: 31px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

div.formRow .formMsg {
  -webkit-box-flex: 1.0;
  -moz-box-flex: 1.0;
  box-flex: 1.0;
  flex: 1.0;
  justify-content: center;
}

div.formButton {
  text-align:right;
  min-height:26px;
}

div.formButton .ui-button {
  margin:0px;
}

.helpContext {
  position: inline;
  vertical-align: middle;
  top: -2px;
  height: 25px;
  width: 25px !important;
}

/* ********************************************************************
   Affichage de la colonne du bouton Supprimer dans les dataGrid
*/
.deleteColumn {
  width:40px;
  min-width:32px;
  height:28px;
  text-align:center;
  vertical-align:center;
  padding:0px 0px 0px 2px !important;
}

/* ********************************************************************
   Permet de créer des tableaux
*/
.tableau {
  border-collapse: collapse;
  overflow: hidden;
  margin: 0px;
  display: table;
  border-spacing: 6px;
}

.ligne {
  width: 100%;
  display: table-row;
  text-align: left;
}

.cellule {
  display: table-cell;
  text-align: left;
}

/********** page statistiques ******************/

/** grand div de chaque ligne de statistiques **/
.statsWrap {
 margin-left: 40px;
 margin-right: 40px; 
 margin-top: 10px;
 width: 695px;   
 height: 50px;           
}         

.switchFloatLeft {
  float: left;  
}  

.switchFloatRight{
  float: right;
}
  
.statsDtNaiss {
 width: 150px;         
} 

.statsDtNaissMsg {
 width: 442px;
 margin-left: 168px;
 margin-top: 6px;
}

.statsH4{
 font-weight: normal;
 margin-top: 20px
}   

.statsH5 {         
 margin-left: 40px;
 margin-right: 40px; 
 margin-top: 30px;
 margin-bottom:-10px;
 width: 650px;   
 height: 22px;
 font-weight: bold;
 font-size: 1em;
}         

.statsLabel {
 
}

.statsComp {          
 margin-top: 6px;          
}

.statsMsg {
 margin-left: 38px;
 margin-right: 20px; 
 margin-top: 6px;
}  

/** styles pour les input présicez dans la section démographique **/
.statsWrapPrecDemo {    
 float: left;
 margin-right: 40px;
 margin-left: 15px;                            
}

/** styles pour les input présicez dans la section professionnelle **/
.statsWrapPrecProf{
 margin-right: 0px;         
}

.statsWrapPrecProfBourse  {
 margin-top: 7px;
}

/** Style pour la question des bourses **/
.statsChkBoxBourse1 {
 float: left;
 width: 200px;
}

.statsChkBoxBourse2 {
 float: left;
 width: 302px;         
}

.statsChkBoxBourse3 {
 float: left;
 width: 200px;
 margin-top: 7px;
}

.statsChkBoxBourse4 {
 float: left;
 width: 302px;
 margin-top: 7px;         
}

.statsBourseDeQui {                   
 width: 354px;         
}

/** Style pour la question oeuvres **/
.statsWrapOeuvre { 
 margin-left: 40px;
 margin-right: 40px; 
 margin-top: 10px;
 width: 690px;   
 height: 63px;
}  

.statsQuestionGras {
 font-weight: bold;
}                


/***** classe du composant statsFormArtCheckBox ******/

/** premier gros label **/
.statsFormArtLabel {          
 font-weight: bold;
}     

/** petit label des checkboxs **/
.statsFormArtLabelMargin {
 margin-left: 5px;
 margin-right: 20px;
}    

/** positionne au milieu les éléments du composant **/
.statsFormArtMiddle {
 float: left;
 line-height: 17px;         
}                

/** marges des checkboxs **/
.statsFormArtCheckBoxMargin {
 margin-left: 0px;
 margin-right: 0px;
}

.statsCheckBoxClass{
 display: inline;        
}

/*********** fin de la partie statistiques *********/

/*********** Page plan séjour **********************/
/** premier gros label **/
.pSejourUnPaysLabel {          
 font-weight: bold;
}  

.pSejourUnPaysPrecLabel {
 float: left;
 margin-top: 1px;
}

.pSejourUnPaysPrecInput {     
 float: left;
 margin-left: 6px;      
}     

.pSejourUnPaysWrap{
 margin-top: 20px;
}

.pSejourDateDu{
 float: left;       
 margin-right: 10px;
}

.pSejourDateAuMsg{
  margin-left: 250px;
  width: 350px;
  margin-top: -23px; 
}     
 
.pSejourDateDuAu{
 height: 36px;
 width: 150px;       
}  

.pSejourDateDuAuTable{
 height: 36px;
 width: 90px;       
}        

.pSejourDateComp {
 width: 65px;
}

.pSejourDateDuAuLabel{
 float: left;
 width: 40px;
 /*margin-top: 6px;*/    
}  

.pSejourActiviteLabel{
 font-weight: bold;
} 
/*********** Fin de la page plan séjour ************/

/***********    page modifbudget *******************/
.ouinonConfirmeLabel {
 width: 147px;
 line-height: 25px;           
}

.ouinonConfirmeComp {
 margin-top: -9px; 
 margin-bottom: 4px;          
}         


/***********    page modifParticipant *******************/
.typeParticipantLabel {
  line-height: 44px;
  width: 147px;
}

/*********** Coordonées ****************************/
.contactClientH4 {
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 5px;	
}

.labelEnteteTypeTel {
  width: 0;
}


/* ******************************************************************* 
   Modification Primefaces 
*/

/** */
.ui-datatable-tablewrapper {
	overflow : initial;
}

/** Taille par défaut */
.ui-widget {
  font-size: 1.0em;
}
/** Alignement vertical du texte à l'intérieur des inputfield */
.ui-inputfield {
  padding-top: 5px !important;
  padding-bottom: 3px !important;  
}

/****** ajout de propriétés pour les tableaux ******/

/** Permet d'afficher un p:dataTable avec un fond entièrement blanc */
.whiteBackground td {
  background:white !important;
}
.whiteBackground td td {
	/* Retour à l'initial pour un p:dataTable qui en contiendrait un autre */
  background:initial !important;
}

/** supprime la bordure d'un dataTable avec la classe borderless **/
.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td,

.ui-panelgrid.borderless thead th,
.ui-panelgrid.borderless tbody,
.ui-panelgrid.borderless tbody tr,
.ui-panelgrid.borderless tbody td
 {
  border-style: none;
}

/** classe pour supprimer la couleur d'arrière plan d'un dataTable
    (On doit utiliser la propriété rowStyleClass) **/
.rowStyleClass {
  background-color: white;       
}  
      
/** classe des lignes du dataTable **/
.rowStyleClass {
  background-color: white;       
}

/**** fin ajout de propriétés pour les tableaux ****/ 

/* Règle un problème d'alignement avec les composantes selectOneMenu 
   voir le http://stackoverflow.com/questions/8842216/cannot-get-pselectonemenu-inside-a-table-to-look-the-same-in-different-ie-ver */
div .ui-selectonemenu {
  vertical-align: bottom;
}

/* Améliore le contraste des messages d'avertissement */
.ui-messages-warn, .ui-message.warn, .ui-message-warn-detail {
  color: #7A6135 !important;
}

.ui-datatable-odd {
	background-color:#f2f5f9;
}
/* Couleur du texte par défaut */
.ui-widget-content {
  color: #585858;
}

/* Hyperliens en bleu même si c'est à l'intérieur d'un Widget Primefaces */
.ui-widget-content a {
  color: #0051BA;
}

/* Hyperliens en bleu même si c'est à l'intérieur d'un Widget Primefaces */
.ui-widget-content a:hover {
  color: #006FFF;
}

/* Cache les entête des colonnes */
.hide-column-names table thead tr {
  display: none;  
}

/* ACCESSIBILITÉ: permet de cacher les entetes de colonne mais de les lire au lecteur d'écran */
.cacherEnteteTH table thead tr th {
	border: none !important;
	background: white !important;
	height: 1px;
}
.cacherEnteteSpan table thead tr th span {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
}

/* Aligne le contenu des td au haut */
.panelColumns td {
  vertical-align: top;
}

/* Ajuste l'espacement du tabview */
.ui-tabs {
  padding: 1px 0px 0px 0px !important;
}

/* Règle le problème d'alignement des messages */
.ui-messages ul {
  padding-left:20px !important;
}
.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary {
  margin-left:0px !important;
}

/* Rendre les entêtes de fieldset plus semblable à des boutons "normaux" */
.ui-fieldset-legend {
  padding: 0.35em 1em 0.4em 0.5em !important;
}

/* Espacement des selectOneRadio */
.ui-selectoneradio.ui-widget td {
  vertical-align:top;
  padding-right: 12px;
}

/* Animations des messages d'information (globaux)*/
.ui-messages-info  {
  -webkit-animation: myfirst-info 1s; /* Chrome, Safari, Opera */
  animation: myfirst-info 1s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst-info {
  from {background: white;border-color: #D9EDF7;border-width: 1px;box-shadow: 0px 0px 8px #3A87AD;}
  to {background: #D9EDF7;border-color: #BCE8F1;border-width: 1px;box-shadow: 0px 0px 8px white;}
}
/* Standard syntax */
@keyframes myfirst-info {
  from {background: white;border-color: #D9EDF7;border-width: 1px;box-shadow: 0px 0px 8px #3A87AD;}
  to {background: #D9EDF7;border-color: #BCE8F1;border-width: 1px;box-shadow: 0px 0px 8px white;}
}

/* Animations des messages d'avertissement (globaux et aussi sur le champs) */
.ui-messages-warn  {
  -webkit-animation: myfirst-warn 1s; /* Chrome, Safari, Opera */
  animation: myfirst-warn 1s;
}
.ui-message-warn  {
  -webkit-animation: myfirst-warn 1s; /* Chrome, Safari, Opera */
  animation: myfirst-warn 1s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst-warn {
  from {background: white;border-color: #FCF8E3;border-width: 1px;box-shadow: 0px 0px 8px #7A6135;}
  to {background: #FCF8E3;border-color: #FBEED5;border-width: 1px;box-shadow: 0px 0px 8px white;}
}
/* Standard syntax */
@keyframes myfirst-warn {
  from {background: white;border-color: #FCF8E3;border-width: 1px;box-shadow: 0px 0px 8px #7A6135;}
  to {background: #FCF8E3;border-color: #FBEED5;border-width: 1px;box-shadow: 0px 0px 8px white;}
}

/* Animations des messages d'erreur (globaux et aussi sur le champs) */
.ui-messages-error  {
  -webkit-animation: myfirst-error 1s; /* Chrome, Safari, Opera */
  animation: myfirst-error 1s;
}
.ui-message-error  {
  -webkit-animation: myfirst-error 1s; /* Chrome, Safari, Opera */
  animation: myfirst-error 1s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst-error {
  from {background: white;border-color: #F2DEDE;border-width: 1px;box-shadow: 0px 0px 8px #B94A48;}
  to {background: #F2DEDE;border-color: #EED3D7;border-width: 1px;box-shadow: 0px 0px 8px white;}
}
/* Standard syntax */
@keyframes myfirst-error {
  from {background: white;border-color: #F2DEDE;border-width: 1px;box-shadow: 0px 0px 8px #B94A48;}
  to {background: #F2DEDE;border-color: #EED3D7;border-width: 1px;box-shadow: 0px 0px 8px white;}
}

/* Étapes formulaires longs */
.circle {
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 4px solid rgba(230,230,230,0.75) !important;
    color: #808080;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold;
    text-decoration: none !important;
    margin: 0px;
}
.circle:hover, .circle:focus, .circle:active {
    border-radius: 50% !important;
    color: #585858 !important;
    border-color: #7096AB !important;
    box-shadow: 0px 0px 8px #85b2cb;
}
/* Crochet étapes*/
#checkmark {
    display: inline-block;
    position: relative;
    left:-38px;
    top:-36px;
}
#stem {
    position: absolute;
    width:8px;
    height:42px;
    background-color:#C2E7B7;
    /* Rotate */
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -1;
}
#kick {
    position: absolute;
    width:20px;
    height:8px;
    background-color:#C2E7B7;
    left:-10px;
    top:27px;
    /* Rotate */
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: 1;
}

/* Simplifier l'affichage du widget de téléversement de Primefaces*/
.ui-fileupload-buttonbar, .ui-fileupload-content {
  border:none !important;
  background: none !important;
}
.ui-fileupload-content{
  height:0px !important;
}
.ui-fileupload-files {
   margin:0px !important;
   margin: auto !important;
}
.ui-fileupload-files td {
   border:none !important;
}
.ui-progressbar {
  width:200px;
  height:5px !important;
  border-radius:0% !important;
  margin:auto !important;
  top:0px;
  border:none !important;
}
.ui-fileupload-row > div {
	display:none;
  padding: 0px 0px;	
}
.ui-fileupload-progress {
	display:inline !important;
}
#pfUpload .ui-messages-error,
#pfUploadCompact .ui-messages-error{
  margin:0px;
  padding:2px;
}
#pfUpload .ui-messages-error,
#pfUploadCompact .ui-messages-error{
 margin-top:2px;
 margin-bottom:12px; 
}
#pfUpload .ui-messages-error-icon, 
#pfUploadCompact .ui-messages-error-icon {
 background-position: 0px -96px;
 width:16px !important;
 height:16px !important;
 margin-top:0px !important;
}
#pfUpload ul,
#pfUploadCompact ul {
  margin-top:2px !important;
  padding-left:5px !important;
}
#pfUpload li,
#pfUploadCompact li {
  text-align:left;
  margin-top:2px !important;
  margin-bottom:auto !important;
  font-size:0.8em;
}
#pfUploadCompact .ui-fileupload-buttonbar,
#pfUploadCompact .ui-fileupload-content {
  display:inline-block;
  padding:0px 4px 0px 0px;
}
#pfUploadCompact .ui-fileupload-files {
  position:relative;
  top:-8px;
}

.ui-confirm-dialog-severity {
  display: none !important;
}

/* Cache des éléments à l'impression seulement */
@media print {
  .noPrint {
    display:none;
  }

  /* Permet l'impression des radio buttons */
  .ui-icon-bullet:after {
    content: '\25CF';
    font-size: 23px;
    position:relative;
    top:-1px;
  }
  .ui-icon-bullet{
    display:inline !important;
  }

  /* Permet l'impression des checkBox */
  .ui-icon-check:after {
    content: '\2714';
    font-size: 16px;
    position:relative;
    top:0px;
    left:1px;
  }
  .ui-icon-check{
    display:inline !important;
  }  
}

/* Icône bouton supprimer */
.icon {
  background: #d79e9d !important;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: 1px solid #AC7E7E !important;
  box-shadow: none;
  text-color: none;
}
.icon:hover,.icon:focus {
  border: 1px solid #882119 !important;
  background: #E2372A !important;
  box-shadow: 0px 0px 6px #D88D87;
}
.icon:after,.icon:before {
  background: #E2372A;
  border: 1px solid #ffffff;
  content: '';
  position: absolute;
}
.cross.ui-state-disabled:hover {
  background: #d79e9d !important;
}
.cross {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.cross:after {
  height: 0;
  left: 2px;
  top: 8px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross:before {
  height: 0;
  left: 2px;
  top: 8px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Icône formulaire verrouillé */
.icon-lock {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.icon-lock .lock-top-1 {
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 14%;
  background-color: #A8A8A8;  
  border-radius: 40%;
}

.icon-lock .lock-top-2 {
  width: 24%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -12%;
  top: 22%;
  background-color: white;
  border-radius: 25%;
}

.icon-lock .lock-body {
  width: 60%;
  height: 48%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  bottom: 11%;
  background-color: #585858;
  border-radius: 15%;
  border-top:1px solid #A8A8A8;
  background: #DADADA linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
  background: #DADADA -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: #DADADA -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));  
}

.icon-lock .lock-hole {
  width: 16%;
  height: 16%;
  position: absolute;
  left: 50%;
  margin-left: -8%;
  top: 51%;
  border-radius: 100%;
  background-color: #151517;
}

.icon-lock .lock-hole:after {
  content: "";
  width: 43%;
  height: 78%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 100%;
  background-color: inherit;
}

/* Icône message */
.mail.iconMail {
  color: #808080;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 2px currentColor;
}

.mail.iconMail:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}

.mail.iconMail:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}


/****** Élimine le bogue d'affichage du message de validation de la date de fin exec. financ. *****/
.dtFinExercCompClass {
  display: table-cell;
  min-height: 36px;
  text-align: left;
  vertical-align: middle;      
  width:100px;
}  
.dtFinExercMsgClass {
  left: 475px;
  position: absolute;
}
/***** Fin bogue ************************************************************************************/

.blockOverlay { 
  background-color: none !important;
  opacity: 0.0 !important;
}

body.waiting * {
    cursor: wait !important;
}

.ui-separator {
  border:none !important;
  border-bottom: 1px solid #A8A8A8 !important;
  margin: 5px 0px 20px 0px
  ;
}

/* Harmonisation du style des h:selectOneMenu désactivés */
select[disabled].calqSelectOneMenu { 
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; 
}

.downloadBtn:hover, .downloadBtn:active {
  color: #006FFF !important;
  border-color: #006FFF !important;
  box-shadow: 0px 0px 1px #85b2cb;
}

.ui-tooltip .ui-tooltip-text {
  background-color: white;
  color: #585858;;
  border:1px solid #a8a8a8;
  box-shadow:0px 4px 4px #a8a8a8;
  padding:10px;
  border-radius:6px !important;
}

.extLinkIcon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAwUExURUVFRV1dXWRkZG1tbXV1dYqKipeXl6qqqrOzs7u7u8fHx93d3eTk5Ozs7Pb29v7+/lDTHJ8AAAAJcEhZcwAADsMAAA7DAcdvqGQAAADeSURBVCjPldA9DoIwFMDxhyCDk4s7Dh7CrSZd3Fhk1cEdbgCDux6BG2A4gosX0dnJWFF59vWDGjZLQugv/5T0AaolIlDLmxt4GwDfANYGBhZeNrGApz50CTZbzvkSH10R0zvHzMKdXqELoASf8xyLDmLYyyNdAOOA/pE5gCFdBXpwtLmFjd6HdQ9SdelQQqkDfWkqrjqQc5lqaGMVNIhnDSpJcSe/DLRMBiJwgM+kwkJDaEeE7Lf4ByIHkQLmVWYv1PlwgMkqUQ+DEcHlZzRrgg9zo7oRoFiY/UwehvgFIZjvBWhIt5EAAAAASUVORK5CYII=");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  position:relative;
  top:4px;
}


 