/*** Styles de la boite de dialogue des erreurs***/
/*@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular.ttf") format('truetype');
}*/
/*.hi-max*/
html, body, .hi-max {
  height: 100%;
}

  body.fit {
    max-height: 100%;
    height: fit-content;
  }

:root {
  --blue-dn: #00a3e0; /*Blue Docnet*/
  --blue-dk: #3479a3; /*Blue foncé*/
  --blue-md: #1F7BB6; /*Blue medium*/
  --blue-lg: #D5E3EF; /*Blue light */
  --blue-vlg: #EDF3F8; /*Blue light + */
  --blue-iqvia: rgb(0,84,133); /* blue banner */
  --blue-hover: #52CEFF; /* when mouse hover*/
  --green-lg: #00BFB3; /* blue banner */
  --background: rgb(237,241,246); /*#fbfbfb;*/
  --blue-anchor: #0083DC;
}

body * {
  font-family: 'Roboto', sans-serif, Arial, 'FontAwesome';
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.BSmall {
  display: none !important;
}

/*Cyan*/
.clbl1 {
  color: #00a3e0
}

.clbl2 {
  color: #3479a3
}

.clgr1 {
  color: #259DAB
}
/*Green*/
.clgr2 {
  color: #27B6AF
}
/*Green2*/
.clcy2 {
  color: #26C6DA
}
/*Cyan*/
.TBMAIN .row > *, .TBMAIN .form-row > * {
  width: inherit;
  padding-left: 0px;
  padding-right: 0.2rem;
}

.cadre-r {
  margin-right: 0.3rem;
}

.cadre-l {
  margin-left: 0.3rem;
}

.VCCadre {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.cadre-main .VCCadre {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .BNoSmall {
    display: none !important;
  }

  .BSmall {
    display: block !important;
  }

  .VCCadre, .cadre-main .cadre-r, .cadre-main .cadre-l {
    margin-left: 0px;
    margin-right: 0px;
  }

  #TopDiv2 {
    background: url(../images/bg_T_w.png);
    background-repeat: repeat;
    border-right: 1px solid #cccccc;
  }
}

.BNoSmallNotCoerse {
  display: none !important;
}

@media (max-width: 768px) and (pointer:coarse) {
  html {
    font-size: 100%;
  }

  .AutoCompleteDivAct, .AutoCompleteDiv {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 85%;
  }

  .VCLeft {
    width: 0px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 95%;
  }
}

.fond {
  /** Firefox **/
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  border: none;
  -moz-opacity: 0.30;
  opacity: 0.30;
  filter: alpha(opacity=30); /** IE => Les fonctions sont décrites dans event.js **/
  position: expression(IEFixedElementPos());
  top: expression(IEFixedElementTop(0));
  left: expression(IEFixedElementLeft(0));
  width: expression(IE100Width());
  height: expression(IE100Height());
}

.ok {
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 80px;
}

.annuler {
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 80px;
}
/***                    ***/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .RESTITLE {
  line-height: 1.2;
  color: #2B3A42;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  text-shadow: 0 1px 0 rgba(0,0,0,0.01) !important;
}

h1 {
  font-size: 1.3rem;
  margin-top: 0px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  color: #00a3e0;
  text-align: left;
}


body, .offcanvas {
  /*background:#eaf6fc; */ /*background-image:url(../images/bgmatieregrey1.gif);*/
  background-color: var(--background);
}

.offcanvas-top {
  border-bottom: none;
}

.offcanvas-header {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.offcanvas-body {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

a, a.nav-link {
  color: var(--blue-anchor);
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
}

.VCContent {
  vertical-align: top;
  text-align: left;
}

#TopDiv, #TopDiv2 {
  clear: both;
  text-align: left;
  position: absolute;
}

#TopDiv {
  z-index: 1500;
}

#TopDiv2 {
  z-index: 1400;
}

/* Résultat de recherche */
.TITRE {
  font-weight: 600;
  font-size: 1.6rem;
  color: brown;
  padding-top: 0.3rem;
  border-bottom: gray;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.table-fixed thead {
  width: 97%;
}

table.header-fixed tbody {
  display: block;
  height: 300px;
  overflow: auto;
}

table.header-fixed thead tr, table.table-fixed tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table.header-fixed thead {
  width: calc( 100% - 1em );
}

.RESULT.responsive {
  overflow-x: auto;
}

  .RESULT.responsive table {
    max-width: 98%;
  }

TABLE.RESULT {
  padding: 0px;
  margin: 0px;
  text-align: left;
  margin-left: 10px;
  color: black;
}

  TABLE.RESULT .TITCOL, .TITCOL {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    white-space: nowrap;
    padding: 5px 3px 5px 3px;
    color: #fbfbfb; /*#333333;*/
    font-weight: normal;
    background-color: #0083dc; /*#94C6E7 #e0f2fb*/
    vertical-align: top;
  }

  TABLE.RESULT .TITCOL2 {
    text-align: right;
    padding-right: 1rem;
    vertical-align: top;
  }

  TABLE.RESULT, TABLE.RESULT TD, TABLE.RESULT TH {
    font-size: 0.9rem;
    padding: 0.2rem;
  }
 TABLE.RESULT TD B {
      font-size: 1rem;
    }

    TABLE.RESULT A, TABLE.TABCHPS A {
      color: #47b3fd;
      font-weight: normal;
      font-size: 1.0rem;
      text-decoration: none;
    }

/* blocks*/

.titleblock {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Alerts */

.alert {
  position: relative;
  font-size: 0.9rem;
  margin: 0.5rem;
  padding: 0.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.alert-info {
  background-color: #fff5e7;
  border-color: #ebebeb;
}

  .alert-info.alert .icon, .alert-info.alert .icon:after {
    border-color: #ebebeb;
    background-color: #fff5e7;
  }

.rounded.alert-info .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}


.alert-warning {
  background-color: #ffedec;
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
}

  .alert-warning.alert .icon, .alert-warning.alert .icon:after {
    border-color: #ebebeb;
    background-color: #ffedec;
  }

.rounded.alert-warning .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-success {
  background-color: #eff9ef;
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
}

  .alert-success.alert .icon, .alert-success.alert .icon:after {
    border-color: #ebebeb;
    background-color: #eff9ef;
    border-radius: 3px;
  }

.rounded.alert-success .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-danger {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
}

  .alert-danger.alert .icon, .alert-danger.alert .icon:after {
    border-color: #ebebeb;
    background-color: #f8d7da;
    border-radius: 3px;
  }

.rounded.alert-danger .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert .icon {
  text-align: center;
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ebebeb;
}


  .alert .icon i, .alert .icon span {
    margin-top: -1rem;
    margin-left: -0.75rem;
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
  }
.alert-message {
  padding: 0.5rem 0 0.5rem 3.5rem;
  text-align: left;
}

A.TITCOL {
  font-weight: 900;
  text-decoration: none;
}

div.RESCOUNT {
  max-width: 95%;
}

  div.RESCOUNT > div.col-auto {
    padding-right: 0;
    padding-left: 0.2rem;
  }

.RESCOUNT, .TBMAIN .row.RESCOUNT {
  font-size: 1rem;
  color: #666666 /*darkblue*/;
  text-align: left;
  /*padding-left: 80px;*/
  padding-top: 1rem;
}

  .RESCOUNT .COMCHP {
    text-align: left;
  }

  .RESCOUNT .page a, .RESCOUNT .page span {
    padding: 0 2px 0 2px;
  }

div.RESCOUNT i {
  padding-left: 0.5rem;
  vertical-align: middle;
  color: var(--blue-dk);
}

.RESTITLE {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 20px 0 10px 10px;
  text-align: left;
}

TR.CL0, TD.CL0 {
  background-color: #ffffff;
}

TR.CL1, TD.CL1 {
  background-color: #f4f4f4;
}

td.BORDERTOP {
  border-top: 1px solid #dbdbdb;
}

TR.ENDGR TD {
  /*border-bottom: gray 1px solid;*/
  padding: 0.2rem 0.2rem;
}

A.RES, A.CVI1, A.CVR1, A.CSA1, A.CSA2, A.CVA1, A.CVA2, A.CVA3, A.CVE {
  text-decoration: none;
}

  A.RES i {
    font-size: 18px;
    display: flex;
  }

    A.RES i:hover {
      color: var(--blue-dk);
    }

table.RESULT td.BIGCHK {
  text-align: center;
  padding: 0.3rem 0 0 0;
}

.BIGCHK input[type="checkbox"] {
  min-width: 1.3rem;
  min-height: 1.3rem;
}

.CN {
  padding-right: 3px;
  text-align: right;
}

.CD, .CI, .CP {
  text-align: center;
}

.CC {
  padding-left: 3px;
}
  .CP i {
    font-size:20px;
    font-weight:200;
  }
.CNA {
  background-position: left;
  background-attachment: fixed;
  background-image: url(../images/ico_napplic.gif);
  background-repeat: no-repeat;
  padding-left: 17px;
}

A.CNA {
  background-image: none;
  text-decoration: none;
}

.CVI1, TR.CVI1 {
  background-color: #CBD6FF;
}

.CVR1 {
  background-color: #9BB0FF;
}

.card.result .CSA1, .CSA1 {
  background-color: #FCF0F0;
}

.card.result .CSA2, .CSA2 {
  background-color: #fbe3e3; /* #FFF1DB;*/
}

.card.result .CVA1, .CVA1 {
  background-color: #c9f7bd;
}

.card.result .CVA2, .CVA2 {
  background-color: #b7eda9;
}

.card.result .CVA3, .CVA3 {
  background-color: #9fdb8f;
}

.CVE {
  background-color: lightgrey;
}

.RO {
  font-weight: normal;
  font-size: 1.1rem;
  color: black;
}

/* Onglet */
.BGFond {
  background-color: #FdFdFd;
}

SPAN.ONGLET {
  text-align: left;
}

.ONGLET ul.nav-tabs {
  border-bottom-width: 0px;
}

.ONGLET div.tab-content {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #fefefe;
  border-color: rgb(222,226,230);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

  .ONGLET div.tab-content.no-nav {
    border-top-left-radius: 0.25rem;
  }

.ONGLET ul {
  margin-top: 0;
}

td.OFRONT {
  border-top: solid 1px #CCCCCC;
}

.nav-link:hover, .nav-link:focus, .nav-link.active:hover {
  color: #ff5500;
}

.nav-link select {
  border-color: transparent;
  padding: 0;
}

.OFRONT, .OFRONT A {
  background-color: #fefefe;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff5500;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

#OGSP, #OGSP A, #OGSP div {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  padding: 5px 0px 0px 5px;
}

#tab_sp {
  padding-right: 1.2rem;
  background-position: right 0.1rem center;
}

#DropOngletId {
  position: absolute;
}

#OGSP div, #OGSP i {
  color: gray;
  font-size: 1rem;
}

#OGSP, #OGSP A {
  color: #ff5500;
  text-decoration: none;
}

.OGSPC {
  width: 100%;
  border-bottom: solid 1px #a0a0a0;
  border-top: solid 1px #a0a0a0;
}

.OBACK, .OBACK A {
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

  .OBACK:hover, .OBACK A:hover {
    background-color: #ff5500;
    color: White;
  }

/* Onglet version formulaire (version V3 de la classe ONGLET de GegoHTM */
.BGFond_OV3 {
  background-color: transparent;
}

TABLE.ONGLET_OV3, SPAN.ONGLET_OV3 {
  text-align: left;
}

.ONGLET_OV3 {
  background-color: transparent;
}

td.OFRONT_OV3 {
  border: none;
}

.OFRONT_OV3, .OFRONT_OV3 A {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}

  .OFRONT_OV3 A {
    text-decoration: none;
  }

.OBACK_OV3, .OBACK_OV3 A {
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
}

  .OBACK_OV3:hover, .OBACK_OV3 A:hover {
    background-color: #e0e4ee;
  }

  .OBACK_OV3 A {
    text-decoration: none;
  }

/* Style des critères */
.ERREUR {
  font-weight: normal;
  font-size: 1.2rem;
  color: darkblue;
  padding-top: 10px;
}

.ERREURDET {
  font-weight: normal;
  font-size: 0.8rem;
  color: grey;
  padding-top: 10px;
  text-align: left;
}

Table.FRMBox, Table.FRMBox TD {
  white-space: nowrap;
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
}

.FRMBox {
  border: 1px solid #999999;
  border-collapse: collapse;
  background-color: White;
}

.FRMT1, .FRMT1 span {
  font-size: 1.3rem;
  color: var(--blue-dk);
  margin-top: 1rem;
  text-align: center;
}

.FRMT2, .FRMT2 span {
  font-size: 1.2rem;
  color: midnightblue;
  padding-top: 5px;
  text-align: center;
}

.FRMT3, .FRMT3 span {
  font-size: 1.1rem;
  color: midnightblue;
  text-align: center;
}

A.FRMT3 {
  text-decoration: none;
}

.FRMLAB1, .FRMLAB1 span {
  font-size: 1.1rem;
  color: #333333;
  text-align: right;
}

.FRMTOP {
  vertical-align: top;
  padding-top: 7px;
}

td.ALIGNTOP, td.ALIGNTOP > a {
  vertical-align: top;
}

.FRMLAB2, .FRMLAB2 span {
  font-size: 1rem;
  color: #333333;
  text-align: right;
}

.FRMLAB3 {
  color: #333333;
  font-size: 0.9rem;
  text-align: right;
}

  .FRMLAB1 span, .FRMLAB2 span, .FRMLAB3 span {
    font-size: 1rem;
  }

.LEGEND {
  color: darkblue;
  font-size: 0.8rem;
  text-align: left;
}

.LEGEND_BIS {
  color: darkblue;
  font-size: 0.7rem;
  text-align: left;
}

.LEGEND2 {
  color: gray;
  font-size: 0.7rem;
  text-align: left;
}

.LEGEND2_CENTER {
  color: gray;
  font-size: 0.7rem;
  text-align: center;
}

.FRMCOMMENT {
  font-size: 0.8rem;
  color: gray;
  text-align: center;
}

.FRMED1 {
  font-size: 0.9em;
  text-align: left;
  color: black;
  font-weight: normal;
  white-space: nowrap;
}

.FRMED2 {
  font-size: 0.9rem;
  text-align: left;
  color: black;
  font-weight: normal;
  white-space: nowrap;
}

.FRMBUT {
  font-size: 1rem;
}

.FRMOPT1 {
  font-size: 1rem;
  text-transform: capitalize;
  color: black;
  text-align: left;
}

TABLE.TBCHK TD {
  padding-right: 20px;
  white-space: nowrap;
  text-align: left;
}

.TEXT {
  font-size: 1rem;
  text-align: left;
}

.TitreAbout {
  font-size: x-large;
  color: mediumorchid;
  text-align: center;
}

.INFOPAGE {
  width: 680px;
  background: #ffffff;
  border-width: 1px;
  border-color: #bbbbbb;
  border-style: solid;
  margin-top: 200px;
}

  .INFOPAGE .INFOMSG {
    width: 430px;
    padding: 20px 0px 20px 0px;
  }

    .INFOPAGE .INFOMSG div {
      white-space: normal;
      padding: 10px 10px 10px 10px;
    }

  .INFOPAGE .INFOICO {
    vertical-align: middle;
    text-align: center;
    width: 150px;
    padding: 0px 10px 0px 10px;
    background-color: #00a3e0;
  }

    .INFOPAGE .INFOICO.TOP {
      padding: 5px 0px 0px 5px;
      display: none;
      width: auto;
      height: 0px;
    }

      .INFOPAGE .INFOICO.TOP TD {
        background-image: url(../images/banlogo.png);
        background-repeat: no-repeat;
      }

@media (max-width: 768px) {
  .INFOPAGE {
    width: 95%;
    margin-top: 50px;
  }

    .INFOPAGE .INFOICO {
      display: none;
    }

      .INFOPAGE .INFOICO.TOP, .INFOPAGE .INFOICO.TOP TD {
        display: block;
        width: auto;
        height: 40px;
      }

        .INFOPAGE .INFOICO.TOP TD {
        }

    .INFOPAGE > TR > TD {
      padding: 20px;
    }
}
/* Messages d'info ou DRC overDiv */
#overDiv {
  visibility: hidden;
  z-index: 32767;
  position: absolute;
  color: black;
  display: block;
}

  #overDiv ul li, #overDiv Table:not(.RESULT) TD {
    font-size: 0.8rem;
    list-style-type: none;
    margin: 0;
    padding: 3px;
  }

  #overDiv Table:not(.RESULT) tr:not(:first-child) {
    border-top: solid 1px gray;
  }

  #overDiv a {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    display: block;
  }

  #overDiv ul li a:hover, #overDiv Table:not(.RESULT) TD a:hover {
    background-color: powderblue;
  }

  #overDiv ul, #overDiv Table {
    z-index: 32767; /*position: absolute;*/
    float: left;
    margin: 0;
    display: block;
    padding: 0;
    top: 0px;
    left: 0;
    text-align: left;
  }

  #overDiv ul, #overDiv > Table:not(.RESULT) {
    background-color: white;
    border: solid 1px gray;
  }

  #overDiv div.RESULT {
    border: 1px solid gray;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 2px;
    background-color: white;
  }

/* Champ d'autocompletion */
.AutoCompletionUL {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}

/* Box autocompletion*/
#completeDiv {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1500;
  padding: 0;
  position: absolute;
  background-Color: white;
}

#TopDiv div {
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  line-height: 20px;
  width: auto;
  cursor: pointer;
}

#TopDiv .dropdown-crit {
  padding: 0.5rem 2rem;
}

.AutoCompleteDivListeStyle {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1500;
  padding: 0;
  position: absolute;
  background-Color: white;
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}

.AutoCompleteDiv {
  overflow: hidden;
  background-color: white;
}

.AutoCompleteDivAct {
  background-color: #0A246A;
  color: #FFFFFF;
  width: auto;
}

.AutoCompleteDivListeStyleSafari {
  white-space: nowrap;
  overflow: auto;
}

.AutoCompleteDivSafari {
  overflow: auto;
  background-color: white;
}

.AutoCompleteDivActSafari {
  background-color: #0A246A;
  color: #FFFFFF;
}

#TopDiv.calendar {
  min-width: 250px;
  z-Index: 1500;
  position: absolute;
}
/* Calendrier */
.tbodyCalendar {
  background-color: white;
  color: #333333;
  padding: 0;
  border: solid 1px lightgrey;
  border-radius: 5px;
  border-collapse: separate;
}

  .tbodyCalendar td, .tbodyCalendar div {
    text-align: center;
    font-weight: normal;
    vertical-align: baseline;
  }

  .tbodyCalendar div {
    color: #5b6166;
    padding: 7px 8px 7px 8px;
    margin: 2px;
  }

.navCalendar td {
  background-color: #3479a3;
  color: white !important;
  font-size: 1.1rem;
  white-space: nowrap;
  padding: 6px 3px 4px 3px;
}

  .navCalendar td:first-child {
    border-top-left-radius: 5px;
  }

  .navCalendar td:last-child {
    border-top-right-radius: 5px;
  }

.navCalendar .n {
  cursor: pointer;
}

.cellCalendarHead, .cellCalendarHead i, .cellCalendarHeadWeek {
  color: white !important;
  font-size: 1rem;
  background-color: #3479a3;
  padding: 8px 4px 3px 5px;
}

.cellCalendar, .cellWeekCalendar {
  background-color: white;
  border-radius: 20px;
  border: 1px solid white;
  cursor: pointer;
}

.cellContent {
  border: 3px solid red;
  border-radius: 8px;
  height: 0px;
  width: 0px;
  line-height: 4px;
  display: inline-block;
  padding: 0px;
  margin: -8px 0 0 0px;
}

.cellCalendar.exist::before {
  font-size: 3rem;
  content: '.';
  color: red;
  margin: 0 0 0 8px;
}

.cellCalendar:hover, .cellWeekCalendar:hover {
  background-color: #e6ebed;
}

div.cellCalendarSelected {
  background-color: #3479a3;
  color: white;
  border-radius: 20px;
  border: 1px solid white;
  cursor: pointer;
}

.cellCalendarKO {
  color: #b0b8bf;
}

.cellWeekCalendarKO, .cellWeekCalendar {
  color: #F39B07 !important;
}
/*Menu*/
#INESMenu {
  background-color: var(--blue-iqvia);
  border-bottom-left-radius: 0.25rem;
  min-height: 100vh;
}

#menu_popup div.row {
  display: flex;
}

#menu_popup td.main {
  vertical-align: top;
}

#menu_popup.ADD td.main > div {
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 0.25rem 0 0 0.25rem;
}

#menu_popup.up td.main {
  vertical-align: bottom;
}

.mainMenu, .DropMenu {
  width: 100%;
}

.DropMenu {
  padding-bottom: 0.3rem;
}

#ContainerMenu.DropMenu {
  border: 1px solid #cccccc;
  border-radius: .25rem;
  vertical-align: top;
  margin-left: -1px;
}

  #ContainerMenu.DropMenu .menu-grp:not(:first-child) {
    border-left: 1px solid #cccccc;
  }

.mainMenu * a, .DropMenu a {
  text-decoration: none;
}

.DropMenu .menu-module {
  padding: 0.6rem 0.2rem;
  cursor: pointer;
}

#TopDiv .DropMenu .menu-grp, #TopDiv .DropMenu .titleMenu {
  text-align: center;
  cursor: default;
  line-height: var(--bs-body-line-height);
}

.menu-grp {
  border-bottom: 1px solid #dbdbdb;
}

#TopDiv .DropMenu .menu-grp {
  border-bottom-width: 0px;
  padding: 0;
}
/*.menu-module .menu-text {
  font-size: 1.1rem;
}*/
.menu-grp, .titleMenu .menu-fct, .DropMenu {
  background-color: var(--blue-md);
}

.titleMenu, .titleMenuLink {
  padding: 0.5rem 0.2rem 0.5rem 0.7rem;
  color: white;
  cursor: pointer;
}

.titleMenuLink {
  background-color: var(--blue-dn);
}

.menu-fct {
  background-color: var(--blue-dn);
}

  .menu-fct.ui-sortable-helper, .menu-fct.ui-sortable-helper span.menu-text {
    opacity: 0.8 !important;
  }

  .menu-fct:not(:first-child), .titleMenu:not(:first-child), .DropMenu .titleMenuLink:not(:first-child), .DropMenu .menu-module:not(:first-child) {
    border-top: 1px solid #73b0d8;
  }

  .menu-fct .menu-text {
    font-size: 0.9rem;
  }

  .menu-fct.titleMenuLink .menu-text {
    font-size: 1rem;
  }

span.menu-text {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: normal;
  font-size: 1rem;
  display: block;
}

div.menu-fct.selected {
  background-color: #3479a3;
}

  div.menu-fct.selected span {
    color: white;
    font-weight: normal;
    padding: 0.3rem;
  }

.menu-fct /*#menuG999I1 .menu-fct, .DropMenu .menu-fct, .tabGlobMenu .menu-fct */ {
  padding: 0.5rem 0 0.5rem 0.3rem;
}

.DropMenu .menu-fct {
  background-color: var(--blue-dn);
}

.menu-fct.active, .menu-fct:hover, .titleMenuLink:hover {
  background-color: #52CEFF;
}

.listCB {
  border-bottom: 1px solid #D4D0C8;
  border-right: 1px solid #D4D0C8;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
/* Fiche de comparaison */
.LineLegend1 {
  color: darkblue;
  font-size: 0.8rem;
  text-align: left;
  background-color: #FFFFFF;
}

.LineLegend0 {
  color: darkblue;
  font-size: 0.8rem;
  text-align: left;
  background-color: #ffffff;
}

.LineNoDiff1 {
  background-color: #FFFFFF;
}

.LineNoDiff0 {
  background-color: #FFFFFF;
}

.LineDiff {
  background-color: #FF9999;
}

.LineTitle {
  font-size: 1.2rem;
  color: midnightblue;
  padding-top: 5px;
  text-align: center;
  background-color: #FFFFCC;
}

.hiddenNotMobile {
  display: none;
}

.hiddenNotMobileTable {
  display: none;
}

/* Menu portail */
.table_menu {
  width: 100%;
  background: #00a3e0;
  cursor: pointer;
}

.table_menu_logo {
  height: 52px;
  width: auto;
  background-color: white;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

  .table_menu_logo img {
    height: 52px;
  }

.loginfo-menu {
  font-size: 12px !important;
  text-align: right !important;
  font-weight: normal !important;
  color: #fff !important;
}

/* Autres styles issus du portail */

.description {
  text-align: left;
  color: #000000;
  border-style: solid;
  border-color: #ccc;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.filet {
  margin-top: 0;
  margin-bottom: 0;
}

.treeop {
  padding-bottom: 0.25rem;
  text-align: center;
}

  .treeop button {
    color: #fff;
    background-color: #259DAB;
    border-color: #259DAB;
    margin-left: 0.5rem;
  }

    .treeop button:hover {
      color: #fff;
      background-color: #27B6AF;
      border-color: #259DAB;
    }

.tri {
  color: white;
}

/* Bt INES */
.btn-ico {
  background-color: #fff;
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 4px;
  border-width: 1px;
  border-color: #dadce0;
  border-style: solid;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  padding: 0;
  line-height: 0;
  color: #8f8f8f;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

  .btn-ico:hover {
    background-color: gainsboro;
  }

.btn-INES {
  color: #FFFFFF;
  background-color: var(--blue-dn);
  border: 0;
  padding: 0.4rem .6rem;
}

  .btn-INES:hover,
  .btn-INES:focus,
  .btn-INES:active,
  .btn-INES.active,
  .open .dropdown-toggle.btn-INES {
    color: #FFFFFF;
    background-color: var(--blue-iqvia);
  }

  .btn-INES:active,
  .btn-INES.active,
  .open .dropdown-toggle.btn-INES {
    background-image: none;
  }

  .btn-INES.disabled,
  .btn-INES[disabled],
  fieldset[disabled] .btn-INES,
  .btn-INES.disabled:hover,
  .btn-INES[disabled]:hover,
  fieldset[disabled] .btn-INES:hover,
  .btn-INES.disabled:focus,
  .btn-INES[disabled]:focus,
  fieldset[disabled] .btn-INES:focus,
  .btn-INES.disabled:active,
  .btn-INES[disabled]:active,
  fieldset[disabled] .btn-INES:active,
  .btn-INES.disabled.active,
  .btn-INES[disabled].active,
  fieldset[disabled] .btn-INES.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }

  .btn-INES .caret {
    border-top-color: #333333;
  }

.dropup .btn-INES .caret {
  border-bottom-color: #333333;
}

/* Bt INES TAB */

.btn-INES-TAB {
  color: #333333;
  background-color: #eeeeee;
  border-color: gainsboro;
  border-radius: 0px 0px 15px 15px !important;
  padding-right: 10px;
  padding-left: 10px;
  border-top-width: 0px;
}

  .btn-INES-TAB:hover,
  .btn-INES-TAB:focus,
  .btn-INES-TAB:active,
  .btn-INES-TAB.active,
  .open .dropdown-toggle.btn-INES-TAB {
    color: #333333;
    background-color: #e6e6e6;
    border-color: gainsboro;
  }

  .btn-INES-TAB:active,
  .btn-INES-TAB.active,
  .open .dropdown-toggle.btn-INES-TAB {
    background-image: none;
  }

  .btn-INES-TAB.disabled,
  .btn-INES-TAB[disabled],
  fieldset[disabled] .btn-INES-TAB,
  .btn-INES-TAB.disabled:hover,
  .btn-INES-TAB[disabled]:hover,
  fieldset[disabled] .btn-INES-TAB:hover,
  .btn-INES-TAB.disabled:focus,
  .btn-INES-TAB[disabled]:focus,
  fieldset[disabled] .btn-INES-TAB:focus,
  .btn-INES-TAB.disabled:active,
  .btn-INES-TAB[disabled]:active,
  fieldset[disabled] .btn-INES-TAB:active,
  .btn-INES-TAB.disabled.active,
  .btn-INES-TAB[disabled].active,
  fieldset[disabled] .btn-INES-TAB.active {
    background-color: #ffffff;
    border-color: gainsboro;
  }

  .btn-INES-TAB .caret {
    border-top-color: #333333;
  }

.dropup .btn-INES-TAB .caret {
  border-bottom-color: #333333;
}

.T0E.TEI_VIEW > a, .T1E.TEI_VIEW > a, .T2E.TEI_VIEW > a, .T3E.TEI_VIEW > a, .T4E.TEI_VIEW > a, .T5E.TEI_VIEW > a, .T6E.TEI_VIEW > a, .T7E.TEI_VIEW > a {
  color: #F06C00;
}

div.TEI_EMPTY a:after, div.TEI_LOCK a:after, div.TEI_ERR a:after, div.TEI_OK a:after, div.TEI_DATA a:after, div.TEI_MISSING a:after, div.TEI_NA a:after, div.TEI_VIEW a:after {
  float: right;
  padding: 0;
  font-size: 1.2rem;
}

td.TEI:after {
  padding-left: 10px;
  font-size: 1rem;
}

td.TEI_MISSING:after, div.TEI_MISSING a:after {
  font-family: 'FontAwesome';
  content: '\f2d4';
  color: #3479a3;
}

td.TEI_NA:after, div.TEI_NA a:after {
  font-family: 'FontAwesome';
  content: '\f2d4';
  color: #e90404;
}

td.TEI_EMPTY:after, div.TEI_EMPTY a:after, span.TEI_EMPTY:after {
  font-family: 'Material Icons';
  content: '\e3c9';
  color: #B5B5B5;
}

td.TEI_VIEW:after, div.TEI_VIEW a:after {
  font-family: 'Material Icons';
  content: '\e417';
  color: #B5B5B5;
}

td.TEI_LOCK:after, div.TEI_LOCK a:after, a.TEI_LOCK:after, span.TEI_LOCK:after {
  font-family: 'Material Icons';
  content: '\e897';
  color: #48565e;
}

td.TEI_ERR:after, div.TEI_ERR a:after, span.TEI_ERR:after {
  font-family: 'FontAwesome';
  content: '\f06a';
  color: #f6b10a;
}

td.TEI_DATA:after, div.TEI_DATA a:after, span.TEI_DATA:after {
  font-family: 'Material Icons';
  content: '\e85d';
  color: #02870F;
}

td.TEI_OK:after, div.TEI_OK a:after, span.TEI_OK:after {
  font-family: 'Material Icons';
  content: '\e862';
  color: #02870F;
}

td.TEI_WAITING:after, div.TEI_WAITING a:after, span.TEI_WAITING:after, a.TEI_WAITING:after {
  font-family: 'FontAwesome';
  content: '\f044';
  color: #e89305;
}

td.TEI_SIGNED:after, div.TEI_SIGNED a:after, span.TEI_SIGNED:after, a.TEI_SIGNED:after {
  font-family: 'FontAwesome';
  content: '\f044';
  color: #04b014;
}

td.TEI_ADD:before, div.TEI_ADD a:before {
  content: '\e89c';
  color: #02870F;
  position: absolute;
  margin-left: -1.4rem;
  font-family: 'Material Icons';
  font-size: 1.2rem;
}

td.TEI_ADD.F:before, div.TEI_ADD.F a:before {
  content: '\e2cc';
  color: #3479a3;
  position: absolute;
  margin-left: -1.4rem;
  font-family: 'Material Icons';
  font-size: 1.2rem;
}

#overDiv .PopInfoTB {
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-left-width: 5px;
  border-color: #666666;
  border-left-color: #3479a3;
  background-color: #FFFFFF;
}

  #overDiv .PopInfoTB td {
    padding: 0.5rem;
  }

  #overDiv .PopInfoTB a:hover {
    background-color: #fee296;
  }

iframe.resizable {
  border-bottom: 2px solid lightgrey;
  resize: vertical;
  overflow-y: auto
}

iframe.noresizable {
}

.BAlert {
  cursor: pointer;
  background-color: #D5F0FF;
  border-radius: 3px;
  margin: 0 5px 0 5px;
  padding: 5px !important;
  color: #fb1b04;
  text-decoration: none;
}

  .BAlert i {
    padding: 0;
    font-size: 22px;
  }

  .BAlert #msgInfo, .BAlert #msgCompteur {
    font-weight: normal;
    white-space: normal;
    font-size: 0.9rem;
    padding: 0 0 0 3px;
  }

.newspopup .modal-footer {
  margin-right: 1rem;
}

  .newspopup .modal-footer .form-check {
    margin-top: 0.5rem;
  }

.conteneurPrompt {
}

#monPrompt > .prompt, #newspopup > .newspopup {
  display: flex;
  align-items: center;
}

.prompt .modal-content, .newspopup .modal-content {
  border-radius: 0.4rem;
}

.prompt .modal-dialog {
  min-width: 20%;
}

.newspopup .modal-dialog {
  min-width: 50%;
  max-width: 95%;
  max-height: 95%;
}

.prompt.modal.show, .newspopup.modal.show {
  display: flex !important;
}

.prompt .modal-header {
  background: var(--blue-dk);
  padding: 0.7rem;
}

.prompt .modal-title {
  color: white;
  width: 100%;
  text-align: center;
}

.prompt .modal-footer {
  padding-bottom: 0.7rem;
  justify-content: center;
}

.prompt .btn-prompt {
  color: black;
  background: white;
  border: solid 2px var(--blue-dk);
  min-width: 4rem;
}

  .prompt .btn-prompt:hover {
    background-color: lightgray;
  }

@media (min-width: 768px) {
  .newspopup .modal-dialog, .prompt .modal-dialog {
    max-width: 80%;
    max-width: 90%;
  }
}

#ErrMsg.msg_blocking::before {
  padding: 0;
  float: left;
  line-height: 3rem;
  margin-left: -3rem;
  content: url(../images/ico_erreur2_t2.png);
}

#ErrMsg.msg_blocking {
  padding-left: 3rem;
}

.news_message * p::before {
  padding-right: 1rem;
}

.news_message * {
  font-size: 1.2rem;
}

.ChpIco.msg_blocking::after, .QueryTB * .msg_blocking p::before, .QueryTB * .msg_blocking_light p::before, .news_message .msg_blocking p::before {
  /*  font-family: 'Material Icons';
  font-size: 24px;
  content: '\e88e';
  color: #dc3545;*/
  content: url(../images/ico_erreur2_t1.png);
}

.ChpIco.msg_rfh::after, .QueryTB * .msg_rfh p::before {
  font-family: 'Material Icons';
  font-size: 24px;
  content: '\e86a';
  color: #198754;
  /*content: url(../images/ico_rfh_t1.png);*/
}

.ChpIco.msg_blocking_light::after {
  font-family: 'Material Icons';
  font-size: 24px;
  content: '\e001';
  color: #dc3545;
}

div.ChpIco.msg_query::after, .QueryTB * .msg_query p::before, .news_message .msg_query p::before {
  content: url(../images/ico_erreur1_t1.png);
  color: #ef6e0d;
}

div.ChpIco.msg_info::after, .QueryTB * .msg_info p::before, .news_message .msg_info p::before {
  /*font-family: 'Material Icons';
  font-size: 24px;
  content: '\e88e';
  color: #1F7BB6;*/
  content: url(../images/ico_info_t1.png);
}

div.ChpIco.msg_dm::after {
  /*font-family: 'Material Icons';
  font-size: 24px;
  content: '\e88e';
  color: #1F7BB6;*/
  content: url(../images/ico_erreur3_t1.png);
}

div.ChpIco.msg_ok::after {
  font-family: 'Material Icons';
  font-size: 24px;
  content: '\e92d';
  color: #198754;
}

div.msg_star::after, th.msg_star label::after {
  font-size: 16px;
  content: ' *';
  color: #dc3545;
}
/* resultat */
table.results {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  width: auto;
  border-collapse:separate;
  border-spacing:0;
}

table.results thead th {
    font-weight: 500;
    vertical-align: inherit;
    border-right: solid #fff 1px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #7E9AA8;
    color: #fff;
  }
  table.results thead th.l2 {
    border-top: solid #fff 1px;
  }
  table.results tbody td.fix, table.results thead th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
  }
    table.results tbody td.fix {
      background-color: inherit;
    }
    table.results thead th.fix {
      z-index: 2;
    }
  table.results td {
    border-bottom-color: rgb(222,226,230);
  }

  table.results a {
    font-weight: 500;
    font-size: 0.875rem;
  }
.results.table-striped > tbody > tr:nth-of-type(even) {
  background-color: white;
}
.results.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: none;
  color: none;
  background-color: #F3F8FC;
}
.results.table-striped > tbody > tr > td.fix {
  background-color: inherit;
}
.results.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: none;
  color: none;
  background-color: #DEF5FF !important;
}
table.results a.res {
  font-size: inherit;
  font-weight: 500;
}

.lockbgcolor {
  background-color: #fbe3e3 !important;
}

.wngbgcolor {
  background-color: #FFF1DB !important;
}

.okbgcolor {
  background-color: #DCF0D7 !important;
}

.rdybgcolor {
  background-color: #D5E3EF !important;
}

.runbgcolor {
  background-color: #7AB8E0 !important;
}

.waitbgcolor {
  background-color: #DEE2E6 !important;
}

.whitebgcolor {
  background-color: #FFFFFF !important;
}

.card.result {
  background-color: white;
  min-width: 50%;
  max-height: 100%;
  margin: 0 0 0.5rem 0;
}

  .card.result .card-header {
    background-color: transparent;
    border-bottom-width: 0;
    /*padding-bottom: 0;*/
  }

    .card.result .card-header hr {
      margin: 0.5rem 0 0 0;
      color: rgb(0,0,0,.3);
    }

  .card.result .card-body, .form-body {
    max-width: calc(100vw - 2px);
    min-height: 150px;
    overflow: auto;
    flex: 1 1 auto;
  }
  .card.result .card-body {
    padding:0 1rem 1rem 0rem;
    margin-left:1rem;
  }
    .small-scroll::-webkit-scrollbar, .form-body::-webkit-scrollbar {
      width: 0.5rem;
      height: 0.5rem;
    }

    /* Track */
    .small-scroll::-webkit-scrollbar-track, .form-body::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: transparent;
    }

    /* Handle */
    .small-scroll::-webkit-scrollbar-thumb, .form-body::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background-color: lightgray;
    }

  .card.result .resth {
    vertical-align: middle;
    text-align: center;
  }

  .card.result .reshead {
    padding-left: 1rem;
  }

    .card.result .reshead > * {
      margin-left: 1.2rem;
    }

    .card.result .reshead > div > div {
      line-height: 1rem;
    }

  .card.result .btn {
    padding: 0.25rem 0.75rem;
  }

  .card.result .restools i {
    padding: 0 0.2rem;
  }

  .card.result .card-header select, .card.result .card-header input {
    line-height: 1.15rem !important;
    height: calc(1.8rem + 2px);
  }

  .card.result .card-header label, .card.result .card-header div > i {
    color: #a4a4a4;
    font-weight: 300;
  }

  .card.result .card-header label {
    padding-right: 0.2rem;
  }
/* fin resultat */
#cboxClose {
  right: 10px
}

.cboxIframe {
  padding: 0.5rem 30px 0.5rem 0.2rem;
  background-color: var(--background);
}
