.clickable{cursor:pointer;}


img.iconh15{    height:15px;}
img.iconh20{    height:20px;}
img.iconh25{    height:25px;}
img.iconh30{    height:30px;}
img.iconh40{    height:40px;}

.bg-green {
    background-color: #91ec9d;
    color: rgb(55, 112, 88);
}
.bg-red {
    background-color: #ee7d7d;
    color: rgb(255, 255, 255);
}
#dLogout {
    position: absolute;
    display:block;
    right: 0px;
    top: 0px;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 0px 0px 0px 15px;
}

/**************************
  TAB_MENU_Onglets horiz
**************************/
.tab_body_inactive{display:none;}

ul.h_tab_menu{
    display:flex;
    margin-bottom: 0px;
    margin-top:3px;
    border-bottom:solid 2px black;
}
ul.h_tab_menu>li{
    list-style-type: none;
    margin: 5px 10px 0px 5px;
    padding: 5px 18px 10px 18px;
    border-radius: 5px 5px 0px 0px;
    min-width:100px;
    border-top: 3px solid transparent ;
    background-color: #b8dbec;
    color: #1a4271;
    text-align: center;
    font-size: 14px;
    cursor:pointer;
}
ul.h_tab_menu>li:hover {
    border-top: 3px solid black;
    /*border-radius: 5px;*/
    background-color:grey;
    color:black;
}
ul.h_tab_menu>li.selected {
    border-top: 3px solid #0d3c6b;
    font-weight: bold;
    background-color: #2e4a8c;
    color: #cbe7f7;
}

/**************************
  TAB_MENU_EMB - Onglets embarqués
**************************/
ul.h_tab_menu_emb{
    display:flex;
    margin-block-start: 0;
    margin-block-end: 0;    
}
ul.h_tab_menu_emb>li{
    list-style-type: none;
    margin: 0px 10px 5px 5px;
    padding: 5px 18px 5px 18px;
    border-radius: 0px 0px 5px 5px;
    border-bottom: 2px solid transparent ;
    background-color: #0a384f;
    color: #dbe0e6;
    text-align: center;
    font-size: 12px;
    cursor:pointer;
}
ul.h_tab_menu_emb>li:hover {
    border-bottom: 2px solid black;
    /*border-radius: 5px;*/
    background-color:grey;
    color:black;
}
ul.h_tab_menu_emb>li.selected {
    border-bottom: 2px solid #3c7fc3;
    font-weight:bold;
    background-color: #22795f;
    color: #dbe0e6;
}


/* ------------------------------- */ 
table.table_results{
    border-collapse: collapse;
}
table.table_results tr:nth-child(odd) {
    background-color: rgb(232, 245, 250);
}
table.table_results tr:hover {
    background-color: rgb(169, 222, 243);
}
table.table_results th.ifcam{
    background-color: rgb(56, 82, 69);
}
table.table_results th{
    background-color: rgb(49, 47, 47);
    color:white;
    font-weight: bold;
    padding:10px 10px
   /*  min-width: 100px; */
}
table.table_results td{
    border-top:1px solid grey;
    border-bottom:1px solid grey;
    padding:3px 10px;
}


.menu {
    position:absolute;
    min-width:500px;
    min-height:300px;
    border:2px solid black;
    background-color: #e4fffc;
    z-index:1000;    
}
.menu_header{ 
    background-color: black;
    color:white;
}
/* 


*/


#infobox{
    position:fixed;
    top:28px;
    right:10px;
    z-index:200;
  }
  
  .alert {
    padding: 20px;
    background-color: #f57970;
    color: white;
    z-index:200;
  }
  .notif {
    padding: 20px;
    background-color: #91ec9d;
    color: black;
  }

ul.form_table_S {
    border : 0px solid transparent;
    margin : 0px;
    padding:0px;
    border:0px;
    border-collapse: collapse;
    list-style-type: none;
    vertical-align: middle;
    display: flex;
}
ul.form_table_S>li:first-child {
    width: 150px;
    border-top: 1px solid rgb(169, 215, 245);
    text-indent: 10px;
    text-align: right;
    background-color: #385f78;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

ul.form_table_S>li:nth-child(2){
    width   : 100%;
    padding: 20px 10px;
    vertical-align: middle;
    font-size : 12px;
    background-color : white;
    border-top: 1px solid #c9d4dc;    
}
ul.form_table_S>li:nth-child(2):hover{
    background-color:  #dbe4f3
}

.bg-grey{
    background-color: rgb(139, 139, 139);
    color:rgb(5, 5, 5);
    text-decoration:line-through;
}

table.results_table {
    width:auto;
    font-size:12px;
}
table.results_table>tbody>tr {
    background-color:#f6f8f8;
}
table.results_table>tbody>tr:hover {
    background-color:#c0d5f3;;
    color:#00315a;;
}
table.results_table>thead>tr>th,table.results_table>tbody>tr>th {
    background-color:#020b52;
    padding:6px 10px;
    margin:0px;
    border-right:solid 1px black;
    border-top:solid 1px black;
    color: #e1eeee;
}
table.results_table>tbody>tr>td {
    padding:6px 10px;
    margin:0px;
    overflow : hidden;
    text-overflow :ellipsis;
    word-break: break-all;
}

/* Cercle de statut */
.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.bg-green {    background-color: #1ea868;  }
.bg-grey {    background-color: #5a5a5a;  }
.bg-red {    background-color: #d35959;}
.refresh{
    position: absolute;
    background-color: #87d49b;
    justify-content: right;
    right: 0px;
    /* top: 72px; */
    padding: 5px;
    font-weight: bold;      
    font-size: 1rem;
    border-radius: 0px 0px 0px 7px;  
}

.edit{
    position: absolute;
    background-color: #adc46f;
    justify-content: right;
    right: 30px;
    padding: 5px;
    font-weight: bold;        
}


input,textarea,select{
    position: relative;
    max-width: 350px;
    height: 22px;
    padding: 5px 2px 3px 7px;
    color: #1e15ab;
    line-height: 16px;
    font-family: Roboto;
    font-size: 16px;
    background: #ffffff;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 5px;
    border: dotted 1px #0a384f;
}

input[type=file]{    height: 35px;}
input.readonly,select.readonly,textarea.readonly {
    background-color : transparent;
    border:0px;
}
select{    height:35px;}