/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
                    /*DESIGN GENERAL*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.reset-label label {
    display: inline-block;
    width: auto;
    float: none;
}
.d-table {
    display: table;
}
.d-row {
    display: table-row;
}
.d-cell {
    display: table-cell;
}
.d-cell-colspan {
    white-space: nowrap;
}
#watermark {
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 12px;
}
#watermark .test-env {
    padding: 5px;
    font-size: large;
    color: white;
    background-color: #b00;
}
.wm-vertical {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 200px;
}
.wm-local {
    background: repeating-linear-gradient(60deg, white, white 35px, #4b5dbb 35px, #4b5dbb 70px);
}
.wm-develop {
    background: repeating-linear-gradient(60deg, white, white 35px, #62c852 35px, #62c852 70px);
}
.wm-tp {
    background: repeating-linear-gradient(60deg, white, white 35px, #bb0000 35px, #bb0000 70px);
}

*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
html,body{
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
   font-family: Arial,Sans-serif;
   font-size:0.75em;
}
div#header{
  background-size: 100%!important;
}
div#container {
	min-width:1000px;
	max-width:1600px; /* <= a enlever pour le responsive */
}
/* Responsive */
/*html,body {border-collapse: collapse;}
div#container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 99%;
}
div#page_bandeau2 {flex: 1 1;}
#contenu_module {height: 100%;}*/
div#logo_clinfile {
   position:absolute;
   height:25px;
   top:15px;
   right:10px;
}
div#loginZone {
   position:absolute;
   bottom:0;
   top:50px;
   right:15px;
   height:25px;
   min-width:120px;
   padding:6px 10px;
   text-align:right;
}
div#loginZone a {
   color:blue;
}
div#footer {
	background-color:white;
	clear:both;
	height:25px;
	padding:5px;
	color:gray;
	font-size:0.9em;
	text-align:center;
	border-top:1px solid black;
}
.clickAble :hover {
    cursor: pointer;
}
.del-icon {
    padding: 1px 2px 0 7px;
}
.alerte{
  display:block;
  margin:auto;
  text-align:center;
  color:red;
}
.bonjour{
  color:black;
  margin-bottom:20px;
}
.error {
  border:1px solid red;
}
/*Alignement des cases des formulaires*/
label {
display:block;
width:300px;
float:left;
}
.tri_liste{
  display:inline;
  width:initial;
  float:initial;
  margin:0 3px;
}
input{
text-align:center;
}
.finflottant {
clear: both;
}
.mess_error {
font-weight:normal;
font-size:0.8em;
font-style:italic;
color:red;
}
.valider{
float : right;
	margin-right: 1em;
}
a{
   color:blue;
   text-decoration:underline;
}
a:hover {
   text-decoration:none;
}
img {
   vertical-align:middle;
   border:0;
}
#shadowing{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
  /*background: rgba(170, 170, 170, 0.5);*/
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
#shadowing_confirm{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
#shadowing_confirm_2{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
#popup_form{
  display:none;
  position:absolute;
  width:450px;
  height:350px;
  border:1px solid black;
  background-color:white;
  padding:10px;
  margin-left:30%;
  z-index:11;
}
.border-none{
    border: none!important;
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
                        /*MENUS*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

/* Menu principale */
#nav{
  margin: 0;
  list-style-type: none;
  font-size: 1em;
}
#nav li {
  display: inline-block;
  position:relative;
  /*padding: 3.7px 6px;*/
  margin: 0;
  border: none;
  cursor: pointer;
}
#nav li a {
  display:inline-block;
  text-decoration: none;
}

#nav li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#nav ul {
position:absolute;
margin-top: 28px;
padding:0;
left:0;
display:none;
background-color: #fff;
}
#nav li ul {
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#nav li li {
  float:left;
  text-align:left;
  width: 150px;
  padding-left: 5px;
  color: #444;
  white-space: nowrap;
}
#nav li li a {
  display:block;
  margin: 0;
  padding: 0;
  color: #444;
  width: 100%;
}
#nav li li li{
  width: 100%;
  background-color: #fff;
  color: #444;
  white-space: nowrap;
}
#nav li li li a {
  color: #444!important;
  padding-right: 5px;
  background: #fff;
}
#nav li li:hover {
  background-color: #444;
  color: #fff;

}#nav li li:hover a {
  background-image: none!important;
  color: #fff;
}
/*--- Hide Sub Sublists ---*/
#nav li:hover ul ul {
  display:none;
}
/*--- Sublevel UL's display and position on hover ---*/
#nav li:hover ul {
  display:block;
}
#nav li li:hover ul {
  margin-left:150px;
  margin-top:-23px;
  display: block;
  border: 1px solid #ccc;
}
#nav li li li:hover a {
  color: #fff!important;
  background-image: none!important;
  background-color: #444!important;
}
#nav ul a{
    background: #fff !important;
    color: #444 !important;
}
#nav ul a:hover{
    background: #444 !important;
    color: #fff !important;
}

.subm {
    position:absolute;
    display: none !important;
    top: 22px;
    left:-14px !important;
}

.subm li {
    margin:0;
    position:absolute;
}

.subm a {
    padding:4px !important;
}
.subm ul{
    background: #fff !important;
}
#nav li li:hover .subm li a {
    background: #fff !important;
    color: #444 !important;
}
#nav li li:hover .subm li {
    background: #fff !important;
    padding:0 !important;
}
#nav li li:hover .subm li a:hover {
    background: #444 !important;
    color: #fff !important;
}

.dropdown-menus:hover .subm {
    display: block !important;
}
/* Onglets sur la page "Patients" */
#onglets_visite {
    border-bottom: 1px solid #aeaeae;
    padding: .2% 0;
   margin-top: .5%;
   margin-bottom:0;
}
#onglets_visite li {
    /*padding: 0.2% 0.5%;*/
    /*padding: .5em;*/
    font-size: 1.1em;
    margin-top:.5em;
    float: left;
    list-style: none;
    text-decoration: none!important;
    text-align: center;
    cursor: pointer;
}
#onglets_visite li a {
    /*padding: 0.15% 0.5%;*/
    display: block;
    border: 1px solid #aeaeae;
    padding: 6px 20px;
    border-radius: 12px 0 0 0;
    text-decoration: none;
    color: #444;
}
#onglets_visite li a.actif {
    background-color: #0063A6 !important;
    color: #fff;
}
#onglets_visite li a:hover {
    background-color: #444 !important;
    color: #fff;
}
.onglet-export .lecture {
    background-color: #f0f0f0;
}
.onglet-export .lecture a {
    font-style: italic;
    color: #444!important;
}
.onglet-export .lecture:hover a,
.onglet-export .lecture.actif a,
.onglet-export .lecture.actif:hover a {
    font-style: italic;
    color: #f0f0f0!important;
}
.color-red {color: #B71C1C}
.color-green {color: #8BC34A}
.color-yellow {color: #FFC107}
.font-size-1-3 {font-size: 1.3em;}
.option_active{
   margin:0;
   color:black;
   font-weight:bold;
   font-size:1em;
   background-color:transparent;
   border:0;
}
.option_rouge{
   margin:0;
   color:red;
   font-size:1em;
}
.option_orange{
   margin:0;
   color:orange;
   font-size:1em;
   background-color:transparent;
   background-image:url('/Images/icone_orange_small.png');
   background-position: right;
   background-repeat:no-repeat;
   border:0;
}
.option_vert{
   margin:0;
   color:green;
   background-color:transparent;
   background-image:url('/Images/icone_vert_small.png');
   background-position: right;
   background-repeat:no-repeat;
   font-size:1em;

}
.option_verrou{
   margin:0;
   color:green;
   font-size:1em;
   background-image:url('/Images/icone_verrou.png');
   background-position: right;
   background-repeat:no-repeat;
   border:0;
}

/* Menu vertical (Module) */
div#menu0 ul li {
   margin:5px 0 0 0;
   padding:0;
   text-align:center;
}
div#menu0 ul li a,
div#menu0 ul li span {
   display: inline-block;
   padding:0.3em 0;
   color:gray;
   text-decoration:none;
   background-color:white;
   border:1px #ddd solid;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   width: 85%;
}
div#menu0 ul li a:hover,
div#menu0 ul li span:hover,
div#menu0 ul li.rouge a:hover,
div#menu0 ul li.rouge span:hover,
div#menu0 ul li.orange a:hover,
div#menu0 ul li.orange span:hover,
div#menu0 ul li.bleu a:hover,
div#menu0 ul li.bleu span:hover,
div#menu0 ul li.vert a:hover,
div#menu0 ul li.vert span:hover,
div#menu0 ul li.verrou a:hover,
div#menu0 ul li.verrou span:hover {
	background-color:#444;
	color:#fff;
	font-style:italic;
}
div#menu0 ul li.active a,
div#menu0 ul li.active span {
	font-weight:bold;
  background-color: #0063A6!important;
	color:#fff!important;
}
div#menu0 ul li.active a:hover,
div#menu0 ul li.active span:hover {
	font-weight:bold;
  background-color: #007acc!important;
	color:#fff!important;
	font-style:normal;
}
div#menu0 ul li.active ul li {
   margin-left:40px;
}
div#menu0 ul li.active ul li a,
div#menu0 ul li.active ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   background-color:white;
   border:1px #ddd solid;
}
/**/
div#menu0 ul li.rouge a,
div#menu0 ul li.rouge span {
   color:black;
   font-style:normal;
   background-color:white;
   border:1px #444 solid;
   background-image:url('/Images/icone_rouge.png');
   background-position:right;
   background-repeat:no-repeat;
}
div#menu0 ul li.rouge ul li {
   margin-left:40px;
}
div#menu0 ul li.rouge ul li a,
div#menu0 ul li.rouge ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   border:1px #ddd solid;
}
div#menu0 ul li.rouge ul li a:hover,
div#menu0 ul li.rouge ul li span:hover {
   color:black;
   font-style:italic;
   background-color:#def;
}
/**/
div#menu0 ul li.orange a,
div#menu0 ul li.orange span {
   color:black;
   font-style:normal;
   background-color:white;
   border:1px #444 solid;
   background-image:url('/Images/icone_orange.png');
   background-position:right;
   background-repeat:no-repeat;
}
div#menu0 ul li.orange ul li {
   margin-left:40px;
}
div#menu0 ul li.orange ul li a,
div#menu0 ul li.orange ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   border:1px #ddd solid;
}
div#menu0 ul li.orange ul li a:hover,
div#menu0 ul li.orange ul li span:hover {
   color:black;
   font-style:italic;
   background-color:#def;
}
/**/
div#menu0 ul li.bleu a,
div#menu0 ul li.bleu span {
   color:black;
   font-style:normal;
   background-color:white;
   border:1px #444 solid;
   background-image:url('/Images/icone_attention_bleu.png');
   background-position:right;
   background-repeat:no-repeat;
}
div#menu0 ul li.bleu ul li {
   margin-left:40px;
}
div#menu0 ul li.bleu ul li a,
div#menu0 ul li.bleu ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   border:1px #ddd solid;
}
div#menu0 ul li.bleu ul li a:hover,
div#menu0 ul li.bleu ul li span:hover {
   color:black;
   font-style:italic;
   background-color:#def;
}
/**/
div#menu0 ul li.vert a,
div#menu0 ul li.vert span {
   color:black;
   font-style:normal;
   background-color:white;
   border:1px #444 solid;
   background-image:url('/Images/icone_vert.png');
   background-position:right;
   background-repeat:no-repeat;
}
div#menu0 ul li.vert ul li {
   margin-left:40px;
}
div#menu0 ul li.vert ul li a,
div#menu0 ul li.vert ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   border:1px #ddd solid;
}
div#menu0 ul li.vert ul li a:hover,
div#menu0 ul li.vert ul li span:hover {
   color:black;
   font-style:italic;
   background-color:#def;
}
/**/
div#menu0 ul li.verrou a,
div#menu0 ul li.verrou span {
   color:black;
   font-style:normal;
   background-color:white;
   border:1px #444 solid;
   background-image:url('/Images/icone_verrou.png');
   background-position:right;
   background-repeat:no-repeat;
}
div#menu0 ul li.verrou ul li {
   margin-left:40px;
}
div#menu0 ul li.verrou ul li a,
div#menu0 ul li.verrou ul li span {
   padding:0.1em;
   color:gray;
   font-weight:normal;
   border:1px #ddd solid;
}
div#menu0 ul li.verrou ul li a:hover,
div#menu0 ul li.verrou ul li span:hover {
   color:black;
   font-style:italic;
   background-color:#def;
}


div#menu0 .iteration_active {
	display:block;
	font-size:1.1em;
	background:url("/Images/menu_actif.gif") repeat-x;
	padding:3px 5px;
	width: 170px;
}
div#menu0 .iteration_active a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
div#menu0 .iteration_passive {
	display:block;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	background-color:white;
	padding:3px 5px;
}
div#menu0 .iteration_passive a {
	display:block;
	text-decoration:none;
	color:gray;
}
div#menu0 .iteration_passive :hover{
	background-color:#c6d1da;
	font-style:italic;
	color:#fff;
}

div#menu0 .iteration_passive_rouge {
	display:block;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	background-color:white;
	padding:3px 5px;
	background-image:url('/Images/icone_attention_rouge.png');
	background-position:right;
	background-repeat:no-repeat;
}
div#menu0 .iteration_passive_rouge a {
	display:block;
	text-decoration:none;
	color:gray;
}
div#menu0 .iteration_passive_orange {
	display:block;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	background-color:white;
	padding:3px 5px;
	background-image:url('/Images/icone_attention_jaune.png');
	background-position:right;
	background-repeat:no-repeat;
}
div#menu0 .iteration_passive_orange a {
	display:block;
	text-decoration:none;
	color:gray;
}
div#menu0 .iteration_passive_bleu {
	display:block;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	background-color:white;
	padding:3px 5px;
	background-image:url('/Images/icone_v_vert.png');
	background-position:right;
	background-repeat:no-repeat;
}
div#menu0 .iteration_passive_bleu a {
	display:block;
	text-decoration:none;
	color:gray;
}
div#menu0 .iteration_passive_vert {
	display:block;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	background-color:white;
	padding:3px 5px;
	background-image:url('/Images/verrouiller.png');
	background-position:right;
	background-repeat:no-repeat;
}
div#menu0 .iteration_passive_vert a {
	display:block;
	text-decoration:none;
	color:gray;
}

/*---- Onglets d'exports ----*/
.onglet-export {
  padding: 1px 0;
  margin:.9% 0 0 0;
  list-style-type:none;
  vertical-align: middle;
}
.onglet-export li {
  display: inline-block;
  border: 1px solid #aeaeae;
  margin: 0;
  padding: 6px 20px;
  text-decoration: none!important;
  text-align: center;
  border-radius: 12px 0 0 0;
  cursor: pointer;
}
.onglet-export li a {
  text-decoration: none;
  color: #444;
}
.onglet-export li:hover {
  background-color: #444!important;
  color: #fff;
}
.onglet-export li:hover a {
    text-decoration: none;
    color: #fff;
}
.contenu-export{
  border-top: 1px solid #aeaeae;
  margin-top:5px;
  padding:5px;
  display:none;
}
.contenu-export-actif {
  display: block;
}
.onglet-export-actif {
  background-color: #0063A6;
  font-weight:bold;
  color:#fff;
}
.onglet-export .onglet-export-actif a {
    color: #fff;
}
.contenu-export .actif {
    display: block;
}
.onglet-export .actif {
    background-color: #0063A6;
    font-weight:bold;
    color:#fff;
}
.onglet-export .actif a {
    font-weight:bold;
    color:#fff;
}
.form-export-fcd label {
  display: inline;
  float: none;
}
.form-export-fcd select{
  display: inline-block;
}
.export-zone-option {
  border-radius:8px;
  border:2px outset;
  margin-bottom: 1%;
  padding-top: 1%;
}
.export-zone-option legend {
  font-weight: bold;
  font-size: 1.1em;
}
.export-zone-option select {
  float: left;
  margin: 0 5px;
  padding: 1px 3px;
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
                  /*Design spécifique*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

/* Radio
   RM8733
*/

.topradioclass, .bottomradioclass {
    margin-right: 10px;
}
.topradioclass div, .bottomradioclass div, .middleradioclass div {
    text-align:center;
}
.middleradioclass div {
    float: left;
}

.radio-label {
    margin-right:5px;
}
.middleradioclass .radio-label {
    padding-top:3px;
}

/*Page de connexion*/
#connexion {
width : 60%;
    padding: 0 10%;
    margin: 5% auto;
float:left;
font-size : 1em ;
border-right:1px solid silver;
}
#descriptif_connexion {
width : 30%;
float:right;
margin:auto;
margin-top : 60px;
padding-top : 25px;
font-size : 1em ;
}

/*-------- Lien ----------*/
.nouveau_lien {
display: block;
width: 250px;
height: 25px;
border: none;
margin: auto;
padding-top:3px;
font-size:14px;
font-weight:bold;
text-align:center;
color:black;
text-decoration:none;
background:url("/Images/nouveau_vierge.png") no-repeat;
}
.nouveau_lien:hover {
background:url("/Images/nouveau_vierge_on.png") no-repeat;
}
/*------ Workflow - Statistique - Contacts -----*/
#workflow {
width : 52%;
margin-left:1%;
margin-top:15px;
height : 150px;
float: left;
text-align: center;
}
#statistiques {
width : 45%;
margin-right:0.3%;
margin-top:15px;
/*height : 300px;*/
float: right;
}
#statistiques a{
float: right;
margin-right: 15px;
}
#contacts {
width: 80%;
margin: auto;
margin-top: 15px;
border:1px silver solid;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:5px;
}
.tab_contact{
   width:100%;
   text-align: center;
}

/*-------- Page "Ajout utilisateurs" ----------*/
#ajout_utilisateur {
display: block;
width: 75%;
min-width: 600px;
margin-right: 5%;
float: right;
}
#ajout_utilisateur label{
width :50%;
min-width :270px;
}

/*----- Page "Forum" ------*/
.tableau_forum {
width : 90%;
margin : auto;
border-collapse : collapse;
}
.colonne1 {
width : 20%;
border-right : 1px solid black;

}
.colonne2 {
padding-left:5px;
}
.tableau_forum td{
margin : auto;
border-bottom: 1px solid black;
}

/*---- Liste déroulante personnalisé ----*/

.select{
  float:left;
  margin: 0 5px;
  padding: 1px 3px;
  border:1px solid silver;
}
.select-opt {
  display: none;
  min-width: 150px;
  white-space: nowrap;
  clear: both;
  max-height: 150px;
  border-top: 1px solid silver;
  overflow-y: auto;
  overflow-x: hidden;
}
.option {
  display: block;
}
.select-opt-tous {
  cursor: pointer;
}
.select-opt-tous img {
  float: right;
  vertical-align: middle;
}
.label{
  float: left;
}
/*-----------------------------------*/


/*------------- FCD -----------------*/
.titre-fcd{
  margin-top: 0;
  text-align: center;
  color: #555;
}
#numFcd{
  text-decoration: underline;
}
.body-fcd{
  padding:1% 2%;
}
.fcd-entete {
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  margin: 1% 0;
  padding-bottom: 1%;
  border-bottom: 1px dashed #555;
}
.fcd-entete article {
  flex: 1;
}
.mess_warning{
  margin-right: 2%;
}
.mess_warning table {
  width: 100%;
  border-collapse: collapse;
  margin : 1em .5em;
}
.mess_warning > table > tbody > tr > td {
  padding-left: 5px;
}
.tableau_fcd {
  margin : 1em .5em;
  border: 1px solid #ccc;
  border-collapse:collapse;
}
.tableau_fcd tr td{
  height : 25px;
  padding: 0.5em;
  text-align:center;
  font-size:1em;
}
.tableau_fcd tr td a {
  color: #4378b8;
  /*color: #616161;*/
}
.tableau_fcd tr th,.tableau_fcd3 tr th{
  padding: 0.5em;
  /*background-color: #444;*/
  background-color: #3b91e8; /*#CB5752;*/
  color: #fff!important;
  text-align:center;
  vertical-align: middle;
  font-weight:bold;
}
.mess_warning table tr td, .tableau_fcd tr td,.tableau_fcd3 tr{
  border: 1px solid #ccc;
}
.tableau_fcd .ligne_impaire{
  /*background-color : #dddddd;*/
  background-color : #fff;
}
.tableau_fcd .ligne_paire{
  /*background-color : #f8f8f8;*/
  background-color : #f5f5f5;
}

.tableau_fcd2 {
width : 100%;
margin : auto;
border-collapse : collapse;

}
.tableau_fcd2 td{
height : 15px;
width : 25%;
margin : auto;
border-bottom: 1px solid black;
text-align:center;
font-size:1em;
}
.titre_tab_fcd2{
background-color: #dddddd;
text-align:center;
font-weight:bold;
}

.tableau_fcd3 {
  width : 100%;
  margin-top: 4%;
  margin-bottom:1em;
  border-collapse : collapse;
  border: 1px solid #ccc;
}
.tableau_fcd3 tr td{
  height : 20px;
  width : 25%;
  padding: 0.25em 0.125em;
  text-align:center;
  font-size:1em;
}
.tableau_fcd4 {
  width : 100%;
  margin-top: 4%;
  border-collapse : collapse;
  margin-bottom:10px;
  padding: 5px 1px;
}
.tableau_fcd4 td {
  height : 20px;
  margin : auto;
  padding: 4px 2px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size:1em;
}
.fcd-groupe-bouton{
  float: right;
}
/*------- Tableaux ---------*/
.tableau {
width : 90%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
margin-bottom:15px;
}
.tableau td{
height : 25px;
margin : auto;
border-bottom: 1px solid black;
}
.tableau2 {
width : 70%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.tableau2 td{
height: 25px;
width: 50%;
text-align: center;
margin : auto;
border-bottom: 1px solid black;
}

.ligne_impaire{
background-color : #ffffff;
}
.ligne_paire{
background-color : #ebeff2;
}
.ligne_ajout{
	background-color:#fdf3ee;
}
.lien-telecharger{
  float:right;
  margin-right:1%;
  /*background-color: #007acc;
  color: #fff!important;
  border: 1px solid #007acc!important;
  padding: 3px;
  text-decoration: none;*/
}
.lien-telecharger:hover{
  background-color: #f1f1f1;
}
/*------------ TABLEAUX UTILISANT DataTables ------------*/
.dataTables_filter{
  display: none;
}
table thead th,
table tfoot th {
  font-weight: bold;
  text-align: center;
}
table thead th,
table thead td {
  padding: 0 18px;
}

table tbody td {
  border-color: #888;
}
table thead tr .sorting,
table thead tr .sorting_asc,
table thead tr .sorting_desc,
table thead tr .sorting_asc_disabled,
table thead tr .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table thead tr .sorting {
  background-image: url("/Images/sort_both.png");
}
table thead tr .sorting_asc {
  background-image: url("/Images/sort_asc.png");
}
table thead tr .sorting_desc {
  background-image: url("/Images/sort_desc.png");
}
table thead tr .sorting_asc_disabled {
  background-image: url("/Images/sort_asc_disabled.png");
}
table thead tr .sorting_desc_disabled {
  background-image: url("/Images/sort_desc_disabled.png");
}
table.stripe tbody td {
  text-align: center!important;
}
table.stripe tbody tr:nth-child(odd), table.display tbody tr:nth-child(odd) {
  background-color : #fff!important;
}
table.stripe tbody tr:nth-child(even) , table.display tbody tr:nth-child(even) {
  background-color : #eef3fc!important; /*f1f1f1*/ /*eef3fc*/
}
/*------------ JQUERY tableExport (exportation des tableaux) -------------*/
.hidden_value{
  display: none;/*importante pour l'export du tableau "Statut des visites" car tableExport n'exporte pas les images*/
}
/*---------TABLEAU AVEC TITRE-------------*/
.avec_titre{
width : 100%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.avec_titre th{
height : 25px;
background-color : #ffffff;
border-bottom: 1px solid black;
font-weight: bold;
text-align:left;
}
.avec_titre td{
height : 25px;
margin : auto;
border-bottom: 1px solid black;
vertical-align:top;
}
.avec_titre .ligne_impaire{
background-color : #eef3fc;
}
.avec_titre .ligne_paire{
background-color : #ffffff;
}

/*---------TABLEAU AVEC TITRE COLONNE-------------*/
.avec_titre_colonne{
width : 100%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.avec_titre_colonne th{
height : 25px;
background-color : #ffffff;
border: 1px solid #555; /*#ddd */
font-weight: bold;
text-align:left;
padding-left:5px;
}
.avec_titre_colonne td{
height : 25px;
margin : auto;
border: 1px solid #555; /*#ddd */
padding-left:5px;
vertical-align:top;
text-align: center;
}
.avec_titre_colonne .ligne_impaire{
background-color : #eef3fc; /* #f1f1f1 */
}
.avec_titre_colonne .ligne_paire{
background-color : #ffffff;
}

/*---------TABLEAU AVEC TITRE CENTRE-------------*/
.avec_titre_centre{
width : 100%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.avec_titre_centre th{
height : 25px;
background-color : #ffffff;
border-bottom: 1px solid black;
font-weight: bold;
text-align:center;
}
.avec_titre_centre td{
height : 25px;
margin : auto;
border-bottom: 1px solid black;
text-align:center;
vertical-align:top;
}
.avec_titre_centre .ligne_impaire{
background-color : #eef3fc;
}
.avec_titre_centre .ligne_paire{
background-color : #ffffff;
}


/*---------TABLEAU AVEC TITRE CENTRE COLONNE-------------*/
.avec_titre_centre_colonne{
width : 100%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.avec_titre_centre_colonne th{
height : 25px;
background-color : #ffffff;
border: 1px solid #555;
font-weight: bold;
text-align:center;
}
.avec_titre_centre_colonne td{
height : 25px;
margin : auto;
border: 1px solid #555;
text-align:center;
vertical-align:top;
}
.avec_titre_centre_colonne .ligne_impaire{
background-color : #eef3fc;
}
.avec_titre_centre_colonne .ligne_paire{
background-color : #ffffff;
}

/*---------TABLEAU AVEC TITRE CENTRE COLONNE BIS-----------*/
.avec_titre_centre_colonne_bis{
border-collapse : collapse;
border: 1px solid black;
}
.avec_titre_centre_colonne_bis th{
height : 25px;
background-color : #c7d2db;
border: 1px solid black;
font-weight: bold;
text-align:center;
}
.avec_titre_centre_colonne_bis td{
height : 25px;
margin : auto;
border: 1px solid black;
text-align:center;
}
.avec_titre_centre_colonne_bis .ligne_impaire{
background-color : #ebeff2;
}
.avec_titre_centre_colonne_bis .ligne_paire{
background-color : #f8f8f8;
}


/*---------TABLEAU SANS TITRE BORDURE-------------*/
.sans_titre_bordure{
width : 100%;
margin : auto;
border-collapse : collapse;
border: 1px solid black;
}
.sans_titre_bordure td{
height : 25px;
margin : auto;
border: 1px solid black;
padding-left:5px;
vertical-align:top;
}
.sans_titre_bordure .ligne_impaire{
background-color : #eef3fc;
}
.sans_titre_bordure .ligne_paire{
background-color : #ffffff;
}

/*---------TABLEAU SANS TITRE-------------*/
.sans_titre{
width : 100%;
margin : auto;
border-collapse : collapse;
}
.sans_titre td{
height : 25px;
margin : auto;
vertical-align:top;
}
.sans_titre .ligne_impaire{
background-color : #ffffff;
}
.sans_titre .ligne_paire{
background-color : #ffffff;
}

/*----------- Calendrier flatpickr -----------*/
.flatpickr , #mptable_filter_date{
    width: 200px;
    padding: 3.3px;
    margin-left: 2px;
    margin-right: 9px;
    margin-bottom: 10px;
    vertical-align: middle;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid;
    border-color: #aaa;
    background: #fff;
    color:#222;
    outline: 0 none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.event {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    background: #f64747;
}
.flatpickr-weekdays{
    background: #0F507A!important;
}
.flatpickr-months .flatpickr-month{
    background: #0F507A!important;
    color: white!important;
}
span.flatpickr-weekday {
    background: #0F507A!important;
    color: white!important;
}
.flatpickr-prev-month svg{
    fill: white!important;
}
.flatpickr-next-month svg{
    fill: white!important;
}

/*----------- Listes déroulantes -----------*/
.list-multi-select{
    margin: 0 0.5%;
    cursor: pointer;
}
.list-multi-select img{
    vertical-align: 2px!important;
}
.replaceMultipleSign{
    Margin-right: 9px;
}
.filtre{
    width: 150px;
    padding: 2.3px 0;
    margin-left: 2px;
    margin-bottom: 10px;
    vertical-align: middle;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid;
    border-color: #aaa;
    background: #fff;
    color:#222;
    outline: 0 none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
/*------------ BOUTONS ------------------*/
.btn{
  display: inline-block;
  outline: 0;
  border-radius: 4px;
  margin: 4px;
  padding: 3.7px 6px;
  vertical-align: middle;
  border: 1px solid #525252;
  /*border: 1px solid;
  border-color: hsla(210,54%,20%,.15) hsla(210,54%,20%,.17) hsla(210,54%,20%,.2);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/ /* un jour on la mettra, un jour...*/
  color: #222;
  font-weight: bold;
  text-decoration: none!important;
  cursor: pointer;
}
.btn:hover{
  background-color:#525252;
  color: #fff;
}
.btn:disabled {opacity: .5;filter: alpha(opacity=50);}
.btn-2 {
  border-radius: 0px;
  background-color: #d9d9d9;
  border: 1px solid #8c8c8c;
  font-weight: normal;
  color: #222;
  text-decoration: none!important;
  padding: 3.7px 6px;
  margin: 4px;
}
.btn-2:hover {
  background-color:#e6f2ff;
  border: 1px solid #3399ff;
}
.btn-valid {
  background-color: #189b3b; /* vert */
  border: 1px solid #189b3b;
  color: white;
}
.btn-primary {
  background-color: #0063A6;
  border: 1px solid #0063A6;
  color: white;
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #444;
  color: #333333;
}
.btn-alerte {
  background-color: #F44336;
  border: 1px solid #F44336;
  color: white;
}
.btn-info {
  background-color: #e08e0b;
  border: 1px solid #e08e0b;
  color: white;
}
.btn-valid:hover,
.btn-primary:hover,
.btn-alerte:hover,
.btn-info:hover {
  border: 1px solid #525252;
}

/* Important pour les filtres des tableaux, ne pas supprimer */
.display-block{
  display: block;
}
/* page haut */

.haut{
  display: none;
  float: right;
  bottom: -25px;
  right: 5%;
  position: fixed;
  height: 50px;
  width: 50px;
  padding: 0;
  font-size: 2.6em!important;
  font-weight: 300!important;
  background-color: rgba(223, 223, 223, 0.9);
  color: #666!important;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  text-decoration: none!important;
  transition: all 0.2s ease-out 0s;
}
.haut:hover{
  background-color: #666;
  color: rgba(223, 223, 223, 0.9)!important;
}
/* Pagination */
.pagination a {
  display: inline-block;
  padding: 0.0625rem 0.5625rem 0.0625rem;
  color: #444;
  border-radius: 3px;
  text-decoration: none;
}
.pagination a:hover {
  background-color:#444;
  color:#fff;
}
.pagination .current {
  background: #0063A6;
  color: #fff;
  padding: 0.0625rem 0.5625rem 0.0625rem;
  border-radius: 3px;
  font-weight: bold;
}
.dcf {
	padding: 1%;
	text-align: center;
	overflow-x:auto;
}
.dcf > span {
  display: block;
  margin: 0.5% auto;
}
.valid {
  text-align: center;
}

/* blocks that must contain floats */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse; }
/* floating elements */
.fl {
    float: left; }
.fr {
    float: right; }
.inline-block{
    display: inline-block;
}
.d-inline-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.d-none{
    display: none;
}
/**
 * Margin
 */
.margin-right-4px {
    margin-right: 4px;
}
.margin-left-4px {
    margin-left: 4px;
}
/* margin-left */
.mln,
.ml0 { margin-left: 0; }

.mls { margin-left: 1rem; }

.mlm { margin-left: 2rem; }

.mll { margin-left : 4rem; }

.mts { margin-top : 1rem; }

.mbs { margin-bottom : 1rem; }

.eac {margin: 0 auto} /* center horizontally */

/**
 * Padding
 */
.pas { padding : 1rem; }

.pam { padding : 2rem; }

.pal { padding : 4rem; }

.is-hidden,
[hidden] { display: none; }

.center {
    margin-left: auto;
    margin-right: auto; }
.w300px {
    width:300px;
}
.disablerow td {
    color: #999;
}

/* Recherche */
.input-search{
    display: inline-flex;
    background-color: #fff;
    margin-left: 0;
    margin-right: 20px;
    height: 23px;
    /*padding: 8px 12px;*/
    padding: 2px 1px;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.input-search:focus{
    border: 1px solid #008FD1!important;
}
.rch {
    background-image: none;
    height: 95%;
    width: 95%;
    padding: 0.36% 0.72%;
    border: 0 none;
    border-radius: 0;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    color: #222;
}
.rch.choix {
    flex: 0;
    width: inherit;
}
#openFiltre {
    font-size: 1.2em!important;
    color: #444;
    text-decoration:none;
    align-content: center;
}
.new-a {
    color: #444;
    text-decoration:none;
}
.margin-right-4px {
    margin-right: 4px;
}
.margin-left-4px {
    margin-left: 4px;
}
.font-size-1-2em {
    font-size: 1.2em!important;
}
.fs-xm {
    font-size: 1.5em!important;
}
.fs-xs {
    font-size: 0.5em!important;
}
.fs-s {
    font-size: 0.8em!important;
}

/**
 * Word
 */

.wwbw { word-wrap: break-word; }

.wbba { word-break: break-all; }

/** POPUP ----
   Utilisé dans:
   affichage_suppression_patient.php
 */
.body-popup {height: auto;}
.form-popup {padding: 1em;}
.form-popup > label {display: inline; float: inherit;}
.form-popup > div {display: flex; margin-bottom: 1em;}
.form-popup > input {float: inherit;}
.form-popup .bold {font-weight: bold;}
.form-popup .mess_error {font-size: 1em;font-style: italic;color: #F44336;}
.form-popup .step {border-bottom: 1px solid #D7D3C4;} /* bordure */
.form-popup .left {text-align: left;}
.form-popup .grid {display: table;padding: 1% 5%;}
.form-popup .grid > div {margin: 3% 0;}
.form-popup .grid > div > label {display: inline; width: 100px;}
.form-popup .valider {margin: 0 auto;}

/* -------- VALIDATION PATIENT ------*/
.validation {
	display: flex;
	justify-content: center;
}
.validation .tablo {
	flex: 1;
}
.validation .tablo h3,
.validation .tablo input[type="button"] {
	margin-bottom: .5rem;
}
.validation .tablo input[type="button"] {
    cursor: pointer;
}
.validation .tablo table.stripe th,
.validation .tablo table.stripe td {
	text-align: center!important;
}
.validation .separ-verti {border-left: 1px solid rgba(34,36,38,.15);border-right: 1px solid rgba(255,255,255,.1);}
/* ----- TABLEAU DESIGN ----- */
.new-table {
	width: 100%;
	border: 1px solid #eaeaea;
	border-collapse:separate;
}
.new-table th,
.new-table td {text-align: center; padding: .5em;}
.new-table th {background-color: #666; color: white;}
/*.new-table th {background-color: #F9FAFB; color: #000;}*/
/*.new-table td {width: 10em;}*/
.new-table tr {height: .5em;}
.new-table tr:nth-child(odd) {background-color: #fff;}
.new-table tr:nth-child(even) {background-color:#f2f2f2;}

.TabCrit {width: 100%;}
.editeur_newsletter_tbl {
    width: 70%;
    height: 606px;
    margin: auto;
}

/**
 * Color text
 */
.color-rouge {color: #F44336;}
.color-bleu {color: #0063A6;}
.color-jaune {color: #e08e0b;}
.color-vert {color: #189b3b;}
.color-marron {color: #573a08;}
.color-white {color: #ffffff;}

/**
 * Bakqroung color
 */
.bg-rouge {background-color: #F44336;}
.bg-bleu {background-color: #0063A6;}
.bg-jaune {background-color: #e08e0b;}
.bg-vert {background-color: #189b3b;}
.bgw {background-color: #ffffff;}

/**
 * Displaying
 */
.dtb { display: table;}
.dtbr { display: table-row}
.dtbc { display: table-cell;}

/**
 * Width
 */
.w100prc {width: 100%}

.mwm {min-width: 6rem;}

.mxwm { max-width : 250px; }

.mxws { max-width : 125px; }

/**
 * Text align
 */
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}

/**
 * Flex
 */
.flrex-1{flex: 1;}

/**
 * Appearance
 */
.apn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**
 * Cursor
 */
.curp {cursor: pointer}

/**
 * Alerts
 */
.message {
    font-size: 1em;
    min-height: 1em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    border-radius: .25rem;
    border: 1px solid transparent;
}

.info.message a,
.success.message a,
.danger.message a,
.secondary.message a,
.light.message a,
.warning.message a {
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.info.message a:hover,
.success.message a:hover,
.danger.message a:hover,
.secondary.message a:hover,
.light.message a:hover,
.warning.message a:hover {
    text-decoration: underline;
}

.message .header,
.info.message .header,
.success.message .header,
.danger.message .header,
.secondary.message .header,
.light.message .header,
.warning.message .header {
    font-size: 1.14285714em;
    display: block;
    margin: -.14285714em 0 0 0;
}

/* Info */
.info.message {
    border-color: #b8daff;
    background-color: #cce5ff;
}

.info.message,
.info.message .header,
.info.message a {
    color: #004085;
}

/* Warning */
.warning.message {
    border-color: #ffeeba;
    background-color: #fff3cd;
}

.warning.message,
.warning.message .header,
.warning.message a {
    color: #856404;
}

/* Success */
.success.message {
    border-color: #c3e6cb;
    background-color: #d4edda;
}

.success.message,
.success.message .header,
.success.message a {
    color: #155724;
}

/* Danger */
.danger.message {
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

.danger.message,
.danger.message .header,
.danger.message a {
    color: #721c24;
}

/* Secondary */
.secondary.message {
    border-color: #dddfe2;
    background-color: #e7e8ea;
}

.secondary.message,
.secondary.message .header,
.secondary.message a {
    color: #464a4e;
}

/* Light */
.light.message {
    border-color: #fdfdfe;
    background-color: #fefefe;
}

.light.message,
.light.message .header,
.light.message a {
    color: #818182;
}
.txt-attente{display:block;padding:10px; background:#cf0;}


/* datatable */
.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}
.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}
.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}
.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}
.dataTables_wrapper .dataTables_scroll{clear:both}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}
.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}
.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}
@media screen and (max-width: 767px){
    .dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}
    .dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}
@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}
    .dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
.dataTables_length label{float: right; margin-bottom: 3px;}
.dataTables_length select{
    width: 30px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid;
    border-color: #aaa;
    background: #fff;
    color:#222;
    outline: 0 none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* customed charts */
#charts-container{
    /*width: 1240px;*/
}
#charts-demo .chart-content{
    display: inline-block;
    width: 75%;
    margin-left: 12.24%;
}
#charts-container canvas,
.chart-content canvas{
    width: 100%;
}

#charts-container .col-g31{
    width: 31%;
    float: left;
    margin-bottom: 15px;
}
#charts-container .col-d68{
    width:68%;
    float: right;
    margin-bottom: 15px;
}
#charts-container .col-g50{
    width: 49.5%;
    float: left;
    margin-bottom: 15px;
}
#charts-container .col-d50{
    width:49.5%;
    float: right;
    margin-bottom: 15px;
}
.close-popup{
    padding-right: 3px;
}
.cr-block{
    border: 1px solid #004085;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 10px;
}
.cr-general-info{
    font-weight: bold;
}
.fa-sync-alt,.fa-refresh{
    cursor: pointer;
}
.nolabel{
    float: none;
    display: inline-block;
}
.cr-settings h4 .fa{
    float: right;
}
.lbl {
    width: auto;
    float: none;
    display: inline-block;
}

#GB_window{
    z-index: 99999999!important;
}
#GB_overlay{
    z-index: 99999991!important;
}

.cr-block h3 i.fa{
    cursor: pointer;
}
#cr-row-mask{
    text-align: left;
}
#cont-input-mask{
    display: inline-block;
    vertical-align: top;
}
.tribute-container {
    /* Override tribute.css */
    top: inherit!important;
    left: inherit!important;
}

/* tableau dataset */
#charts-container .dataset{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
#charts-container .dataset tr:first-child,
#charts-container .dataset tr td:first-child{
    font-weight: bold;
}
#charts-container .dataset tr:nth-child(2n){
    background-color: #eef3fc ;
}
#charts-container .dataset td,
#charts-container .dataset th,
#charts-container .dataset caption{
    border: 1px solid black;
}

#charts-container .dataset caption{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #818182;
}



.chart-left-arrow,
.chart-right-arrow,
.chart-arrow{
    float: left;
    min-height: 50px;
}
.chart-left-arrow{
    width: 3%;
}
.chart-right-arrow{
    width: 3%;
}
.chart-arrow{
    width: 94%;
}


#mpCache, #mpCache2{
    position: fixed;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#mpCache2{
    display: none;
}
#mpProgress{
    position: absolute;
    top: 250px;
    margin: auto;
    width: 400px;
    height: 100px;
    left: 0;
    right: 0;
    z-index: 9999999;
    border: #0a0a0a 2px dashed;
    border-radius: 4px;
    background-color: grey;
    display: none;
}
#mpProgress h2{
    color: white;
}
#mpProgress p{
    color: white;
    text-align: center;
}































/*
  ****************************************************************************************************************************************************************
  ****************************************************************************************************************************************************************
  ********************************************************************** CUSTOMED REPORTING **********************************************************************
  ****************************************************************************************************************************************************************
  ****************************************************************************************************************************************************************
 */




.galerie-image-wrap{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.galerie-fileName{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.galerie-butt{
    border: 0;
    border-radius: .25em;
    background-color: #3085d6;
    color: white;
    font-size: 1.0625em;
    height: 2em;
    cursor: pointer;
    display: inline-block;
}
#mini-Image{
    display: inline-block;
}
.swal2-container{
    z-index: 99999999!important;
}
.image {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.galerie-mosaique{
    display: block;
    text-align: left;
}
.galerie-inputFile-cont{
    padding-top: 20px;
    text-align: center;
}
.galerie-pagination{
    padding: 20px;
    float: right;
    text-align: right;
}
.galerie-image-cont{
    cursor: pointer;
}
.CFloading{
    z-index: 999999999!important;
}
.delete-icon-cont{
    text-align: right;
    width: 100%;
    cursor: default;
}
.delete-icon:hover{
    cursor: default;
}
.delete-icon{
    padding: 0 0 5px 5px;
}
.delete-img-icon-cont{
    background-color: white;
}
.delete-img-icon{
    padding: 5px;
}
.txt-align-left{
    text-align: left;
}
.txt-align-right{
    text-align: right;
}

.--border-style__solid {
    border-style: solid !important;
}
.--border-style__solid:hover,
.--border-style__solid .var:hover{
    cursor: default;
}
.color-red.disabled {
    opacity: .65 !important;
}



#sortable{
    list-style: none;
}
#sortable li{
    cursor: pointer;
    border: 1px grey solid;
    padding: 5px;
    margin-bottom: 5px;
    max-width: 80%;
}
#sortable li:hover{
    border: 1px black solid;
}


.mpSearch{
    border: none;
    text-align: left;
}

.tab-generic {
    padding: .2% 0;
    margin-top: .5%;
    margin-bottom: 0;
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse;
}
.tab-generic li {
    font-size: 1.1em;
    margin-top: .5em;
    float: left;
    list-style: none;
    text-decoration: none!important;
    text-align: center;
    cursor: pointer;
}
.tab-generic li a {
    display: block;
    border: 1px solid #aeaeae;
    padding: 6px 20px;
    border-radius: 12px 0 0 0;
    text-decoration: none;
    color: #444;
}
.tab-generic li a.actif {
    background-color: #0063A6 !important;
    color: #fff;
}

.input-search i:hover{
    cursor: pointer;
}

.disable-row td, .disable-row a {
    color: #999;
}

img[src="/Images/icone_verrou.png"] {
    height: 16px;
    width: 16px;
}
