﻿body
{
	background-color: rgb(241,241,241);
}

#bloc_page
{
    margin: auto;
    background-color: rgb(241,241,241);
}

strong
{
    font-weight: bold;
}

.nompatient
{
    font-size: 1.1em;
    font-weight: bold;
}

section
{
    display: flex;
    margin-bottom: 20px;
    margin: auto;
    max-width: 1300px;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px;
    padding: 10px;
    min-width: 15%;
    max-height: fit-content;
}

footer
{
	border-bottom: 2px dashed rgb(206,206,206);
}

#centre
{
    flex: 1.2;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px;
    padding: 10px;
    min-width: 75%;
    margin-left: 20px;
}


#centre2
{
    flex: 1.2;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px;
    padding: 10px;
    min-width: 75%;
}

#ultracentre
{
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px;
    padding: 10px;
    max-width: 50%;
    position:absolute;
    left: 50%;
    top: 40%;
    width: 400px;
    height: 260px;
    margin-left: -200px; /* Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -130px; 
}

#ultracentre2
{
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px;
    padding: 10px;
    position:absolute;
    left: 50%;
    top: 40%;
    width: 600px;
    height: 400px;
    margin-left: -300px; /* Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -200px; 
}

a:hover
{
	text-decoration: none;
    color: black;
}

a
{
    text-decoration: none;
    color: rgb(255,42,42);
}

th a
{
    color: white;
}

:required
{
	background-color: rgb(241,241,241);
}

input:focus 
{
    outline-color: red;
}

input
{
	margin: 1px;
}

textarea:focus 
{
    outline-color: red;
}

h1, h3, h2
{
    text-align:center;
    color: rgb(247,80,90);
    font-family: verdana;
}

h2
{
    font-size: 1.1em;
}

h1
{
	font-size: 1.4em;
}

h3
{
  font-size: 1.1em;
}

.mini
{
	font-size: 0.7em;
}

.sectionbarregauche, .menupatient
{
    border-bottom: 2px dashed rgb(206,206,206);
    padding: 10px;
}

.document
{
    padding: 10px;
    margin-bottom: 5px;
}

.right2
{
  text-align: right;
  margin-top: -20px;
}

#auto-suggest
{
    margin-left: 20px;
    margin-top: 20px;
}

.right
{
	text-align: right;
	margin-right: 20px;
}

.miniright
{
	font-size: 0.8em;
	text-align: right;
	margin-right: 20px;
	margin-top: -12px;
}

.liste_patients
{
    margin: auto;
    width:90%;
    display: flex;
    padding-bottom: 20px;
}

.prescription
{
    margin: auto;
    width:80%;
}

.patientsactifs
{
    margin: auto;
    width:90%;
    border-top: 2px dashed rgb(206,206,206);
}

.patientsactifs h3
{
	text-align: left;
}

.patients
{
	min-width: 33%;
}

#conteneur
{
    display: flex;
    margin: auto;
    border-collapse: collapse;
    width:80%;
    min-width: 40em;
}

.info_patient
{
	width:100%;
    padding: 5px;
    border-collapse: collapse;
    border: medium solid rgb(206,206,206);
}

table
{
	border: medium solid rgb(247,80,90);
	border-collapse: collapse;
	width: 98%;
        margin: auto;
}

th 
{
	border: thin solid rgb(247,80,90);
	padding: 3px;
	background-color: rgb(247,80,90);
	color: white;
}

td 
{
	border: thin solid rgb(247,80,90);
	padding: 3px;
	text-align: center;
	width: 9.0909%;
	vertical-align: top;
}

ul 
{
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

li 
{
    display: inline-block;
    padding-left: 10px;

}

table.ajoutinr
{
  table-layout: auto;
	width: 95%;
}

table.inr
{
	width: 95%;
}

table.compact
{
  border: thin solid black;
  border-collapse: collapse;
  width: 50%;
  margin-left: 2px;
}

table.compact th
{
  border: thin solid black;
  padding: 1px;
  background-color: white;
  color: black;
  min-width: 15%;
}

table.compact td
{
  border: thin solid black;
  padding: 1px;
  background-color: #ffffff;
  width: 14.28%;
}

caption
{
	margin-bottom: -10px;
}

.ajoututilisateurs
{
    margin: auto;
    width:92%;
    border-bottom: 2px dashed rgb(206,206,206);
}

table.modifvartemp, table.modifvartemp td 
{
  border: none;
}

table.infoutilisateur
{
	border: none;
}

table.infoutilisateur td
{
	text-align: left;
	border: none;
	vertical-align: middle;
	min-width: 5.8em;
}

table.infoutilisateur th
{
  text-align: right;
}

table.connection
{
  border: none;
  width: 60%;
}

table.ajoutinfo
{
	border: none;
  background-color: #FFFFFF;
}

table.ajoutinfo2
{
  border: none;
  float: left;
  width: 60%;
}

table.ajoutinfo td, table.ajoutinfo2 td, table.connection td
{
	text-align: left;
	vertical-align: middle;
  border: none;
}

table.ajoutinfo th, table.ajoutinfo2 th
{
	border: none;
  background-color: #FFFFFF;
}

table.menu
{
  margin-top: 5px;
  border: none;
  width: 90%;
  height: 73%;
  border-collapse: separate;
  border-spacing: 5px;
}

table.menu td
{
  vertical-align: middle;
  border:2px solid rgb(206,206,206);
  border-radius: 5px;
  max-width: 50%;
}

table.goutte
{
  margin-top: 2px;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}

table.goutte td
{
  vertical-align: middle;
  max-width: 25%;
  border: none;
  white-space: nowrap;
}

tr.impair
{
  background-color: #DDDDDD !important;
}

input[type="submit"] 
{
	border: none;
	background-color: #FFFFFF;
  color: red;
  font-size: 0.88em;
  padding-left: 2px;
}

input[type="submit"]:hover
{
  color: black;
}

button 
{
  border: none;
  background-color: #FFFFFF;
  color: red;
  font-size: 0.88em;
  padding-left: 2px;
}

button:hover
{
  color: black;
}

.center
{
	text-align:center;
}

#erreur
{
  color: red;
  font-weight: bold;
  margin: auto;
  text-align: right;
  border-bottom: 2px dashed rgb(206,206,206);
  padding-bottom: 5px;
}

#erreur2
{
  color: red;
  font-weight: bold;
  margin: auto;
  text-align: center;
  padding-bottom: 5px;
}

fieldset
{
  max-width:700px;
  padding:16px;	
  border:2px solid red;
  border-radius:8px;
  margin: auto;
}

td.auj
{
	background-color:rgb(241,241,241);
	border-top: medium double rgb(247,80,90);
}

td.inutile
{
  background-image:url(fondcellule.png); 
  border-top: medium double rgb(247,80,90);
}

th.barregauche, td.barregauche, td.barregauche2
{
	border-left: medium solid rgb(247,80,90);
}

td.barrehaut,td.barrehaut2
{
	border-top: medium double rgb(247,80,90);
	height: 3.5em;
}

td.barregeth, td.barregeth2
{
	border-top: medium double rgb(247,80,90);
	border-left: medium solid rgb(247,80,90);
	height: 3.5em;
}

td.left, td.left2
{
	text-align: left;
  vertical-align: top;
}

td.barregeth2, td.left2, td.barrehaut2, td.barregauche2
{
    background-color:rgb(241,241,241);
}

.date
{
    color: black;
    font-weight: bold;
    font-size: 0.95em;
    text-decoration: underline;
}

.important
{
	color: red;
	font-weight: bold;
}

.vardose
{
	color: red;
	font-size: 0.8em;
}

.md, .lieu, .pourcible, .prochain, .dernier, .facturation, .patients_inactifs
  {
    display:none;
  }

textarea  
{  
   font-family:"Times New Roman", Times, serif;  
   font-size: 18px;   
}

@media print 
{
  .pasimprimer
  {
  	display:none;
  }

  input
  {
    border: 0px;
    font-size : 1.05em;
  }

  aside
  {
    display:none;
  }

  table
  {
  	width: 100%;
  	padding: 1px;
    border: 1px solid black;
  }

  td, th
  {
  	width: 14.285%;
  	padding: 1px;
  	font-size: 0.9em;
    border: 1px solid black;
    color: black;
  }

  td.barrehaut,td.barrehaut2,td.auj,td.inutile
{
  border-top: 1px solid black;
}

th.barregauche, td.barregauche, td.barregauche2
{
  border-left: medium solid black;
}

td.barregeth, td.barregeth2
{
  border-top: medium solid black;
  border-left: medium solid black;
}

  .info_patient
	{
    padding: 2px;
	}

  #centre2, #centre
  {
    flex: 1.2;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    min-width: 75%;
  }

  .important
  {
    color: black;
  }

  h1, h3
  {
    color: black;
  }

  body, #bloc_page
  {
    background-color: white;
  }

  td.auj
  {
  background-color: white;
  }

  a
  {
    color: black
  }

  tr.impair
  {
    background-color: #EEEEEE !important;
  }

  table.infoutilisateur th
{
  border: none;
  background-color: white;
}

}