/* Raymond css */
.successTitle .ui-dialog-titlebar {
     background: #008000 !important;
     color: #FFF;
    
 }

.errorTitle .ui-dialog-titlebar {
     background: #ff4500 !important;
     color: #FFF;
    
 }
.warningTitle .ui-dialog-titlebar {
     background: #f4a460 !important;
     color: #FFF;
    
 }
.confirmTitle .ui-dialog-titlebar {
     background: #022d65 !important;
     color: #FFF;
    
 }
 .ui-dialog{
      position: fixed;
      /*z-index: 1060 !important;*/
}

  
.modalHabilitation .modal-dialog {
    width: 75% ;
}

.filel {
      border: 1px solid #f1f1f1;
      padding: 5px;
  }
.legd {
      border: none;
      width: auto;
      margin-bottom: 0px;
  }
.currentProfil {
    width: 100%; 
    height: 20%; 
    color: green; 
    background: #F1F1F1; 
    font-weight: bold; 
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.subrillance {
    background-color: #f4a460;
}
/*Raymond CSS fin*/