html, body {
    padding: 0;
    margin:0;
    background-color: #15D8BE;
    font-family: Verdana, Arial, sans-serif;
}

.bold{
    font-weight: bold;
}

.align_right{
    text-align:right;
}

.align_center {
    text-align: center;
}

td a{
    color:#444444;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}

td a:hover{
    color:#141414;
    text-decoration:underline;
}

table, th, td {
  border: 1px solid;
}

table {
  border-collapse: collapse;
    width: 960px;

}

.done {text-decoration:line-through;}

/*********************************************************************************************************************************/
/* GABARIT */
/*********************************************************************************************************************************/

#main{
    width: 100%;
    margin: auto;
    background-color: #FFF;
}
#head{
    width: 100%;
}

#logo_organization {
    display:inline-block;
    vertical-align: middle;
}

#logo_organization img{
    width:80px;
}

#user_info{
    display: inline-block;
    vertical-align: middle;
    margin-left:2%;
}

#backvakt_info {
    float: right;
    width: 300px;
}

#main_content_right_block {
    width: 100%;
    display: inline-block;
}

footer{
    margin-top:20px;
    padding:40px 0;
    text-align:center;
}


/*********************************************************************************************************************************/
/* Connextion */
/*********************************************************************************************************************************/

#connect_form {
    width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    height: 500px;
    padding=50px;
    background-color: #FFF;
}

/*********************************************************************************************************************************/
/* Home */
/*********************************************************************************************************************************/
#warning_msg {
    width:84%;
    color: white;
    background:red;
    border-radius:10px;
    margin:auto;
    display: block;
    text-align:center;
    padding:20px;
}



#room_list {
    display:inline-block;
    width: 82%;
    margin: 0 auto;
    text-align:center;
}

#room_list a{
    display: inline-block;
    width:42%;
    margin:2%;
    text-decoration:none;
}

.room_info{
    background-color:aqua;
    border-radius: 20px;
    padding:1%;
}

.active{
    background-color: lightseagreen;
}

.active:hover{
    background-color:seagreen;
}

.active h2{
 color:white;   
}

.inactive{
    background-color: grey;
}

.inactvie h2{
    color:black;
}


/*********************************************************************************************************************************/
/* MAin NAV */
/*********************************************************************************************************************************/
#main_menu_vertical {
    display:inline-block;
    width: 16%;
    vertical-align: top;
}

#menu-deroulant {
  list-style: none;
  padding: 0;
}

#menu-deroulant li {
  background: #29B19F ;
  color: #fff ;
  border: 1px solid #215B53 ;
  margin-bottom: 1px ;
}

#menu-deroulant li a {
  display: block ;
  background: #15D8BE ;
  color: #fff ;
  font: 1,5em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1.2em ;
  text-align: center ;
  text-decoration: none ;
  padding: 20px 0 ;
}

#menu-deroulant li a:hover, #menu-deroulant li a:focus, #menu-deroulant li a:active {
  background: #249384 ;
  text-decoration: underline ;
}

/*********************************************************************************************************************************/
/* Horizontal secondary NAV */
/*********************************************************************************************************************************/

#menu_secondaire{
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 40px 0;
}

#menu-horizontal li, #menu_report li {
  display: inline;
}

#menu-horizontal, #menu_report {
  margin: 0 ;
  padding: 0 ;
  list-style: none ;
  text-align: center ;
}

#menu-horizontal li, #menu_report li {
  display: inline ;
  margin-right: 1px ;
  color: #fff ;
  background: #c00 ;
}

#menu-horizontal li a, #menu_report li a{
  padding: 4px 20px ;
  background: #c00 ;
  color: #fff ;
  border: 1px solid #600 ;
  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
}

#menu-horizontal li a:hover, #menu-horizontal li a:focus, #menu-horizontal li a:active , #menu_report li a:hover, #menu_report li a:focus, #menu_report li a:active {
  background: #900 ;
  text-decoration: underline ;
}

#menu-horizontal li .active {
  background: #900 ;
  text-decoration: underline ;
}

/*********************************************************************************************************************************/
/* Fish room */
/*********************************************************************************************************************************/

#middle_block{
    display: inline-block;
    width:82%;
}

#stat_figures {
    width: 1100px;
    background-color: beige;
}

.mySmallChart {
    float: left;
    width:100%;
    max-width:250px; 
    max-height:150px;
}
.mySmallChart1 {
    float: left;
    margin: 0 20px;
    width:100%;
    max-width:450px; 
    max-height:200px;
    
}

.mySmallChart2 {
    float: left;
    margin: 0 20px 20px 20px;
    width:100%;
    max-width:930px; 
    max-height:200px;
}

.mySmallChart3 {
    float: left;
    margin: 0 20px 20px 20px;
    width:100%;
    max-width:280px; 
    max-height:200px;
}

#stat_figures, #menu_report, #tank_list_room {
    width: 100%;
    display: inline-block;
}

#menu_report{
    padding:40px 0;
}

.tank_info {
    display:inline-block;
    font-size: 14px;
    margin:1%;
    width: 45%;
}

.tank_info_unique {
    float: left;
    font-size: 14px;
    width: 600px;
    padding:10px;
    margin: auto;
    height: 400px;
    
}

.tank_info_table td{
    padding:10px;
}

.tank_info_table {
    width: 100%;
    background-color: lightseagreen;
}

/*********************************************************************************************************************************/
/* Logbook */
/*********************************************************************************************************************************/

.infobulle {
  position: relative;  /*les .picto-item deviennent référents*/
  cursor: help;
}


.infobulle:hover::after,
.infobulle:focus::after {
    content: attr(aria-label);  /* on affiche aria-label */
    position: absolute;
    top: -2.4em;
    left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
    z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
    padding: 5px 14px;
    background: #413219;
    color: #fff;
    border-radius: 4px;
    font-size: 1.2rem;
    width: 250px;
}

[aria-label]:hover:before,
[aria-label]:focus:before {
    content: "▼";
    position: absolute;
    top: -1em;
	left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
    font-size: 20px;
    color: #413219;
}

/* pas de contour durant le :focus */
[aria-label]:focus {
    outline: none;
}

#log_form {
    background: #B5E1E8;
    float: left;
    padding: 20px 40px;
    margin: 20px 0 20px 100px;
}

/*********************************************************************************************************************************/
/* water report */
/*********************************************************************************************************************************/

#add_report {
    background: #B5E1E8;
    float: left;
    padding: 20px 40px;
    margin: 20px 0 20px 100px;
}

ul.liste_tasks {
    font-size: 14px;
    line-height: 1.4;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
ul.liste_tasks li {
    margin: 8px 0px; /* Remove margins */
}

/*********************************************************************************************************************************/
/* task list */
/*********************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

* {
    box-sizing: border-box;
}

.to-do-list-container {
    width: 500px;
    background-color: #3c424a;
    color: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

.to-do-list-container h4 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 300;
}

.input-wrap {
    position: relative;
    width: 90%;
    float: left;
}

.input-wrap span {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ccc;
    opacity: .7;
    font-size: 22px;
}

.input-wrap input {
    width: 100%;
    height: 40px;
    background-color: #25282b;
    border: 1px solid #000;
    color: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 10px 2px 40px;
}

.input-wrap input::placeholder {
    color: #ccc;
}

.submit {
	height: 40px;
	width: 10%;
	font-size: 24px;
	float: left;
	cursor: pointer;
	background: #ccc;
	color: #333;
	border: 0;
	padding: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.error {
    display: block;
    padding: 10px;
    color: #ff5050;
    clear: both;
}

.todoList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.todoList li {
    position: relative;
    font-size: 16px;
    padding: 5px 20px 5px 0px;
}

.todoList li input  {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.todoList li .trash {
    position: absolute;
    right: 5px;
    cursor: pointer;
}


.todoList li.strike {
    text-decoration: line-through;
}