#adminMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    color:white;
    height: 100%; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

#adminMenu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#adminMenu li {
    text-align: left;
    border-bottom: 1px solid #555;
}
#adminMenu li:last-child {
    border-bottom: none;
}

#adminMenu li a:hover {
    background-color: #f1f1f1;
    color: #555;
}

#adminMenu .active {
    background-color: #555;
    color: white;
}
#adminMenu .active:hover {
    background-color: #555;
    color: white;
}
#tblListeBehat td {
    border-right: solid white 2px;
}
.tblCatalogueMaj, .tblListeMails, .tblListeBehat{
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}

.tblCatalogueMaj td:nth-of-type(1) { min-width: 30px; vertical-align: middle; text-align: center;}
.tblCatalogueMaj td:nth-of-type(2) { min-width: 50px; vertical-align: middle; text-align: center;}
.tblCatalogueMaj th:nth-of-type(3) { min-width: 250px; }
.tblCatalogueMaj th:nth-of-type(4) { min-width: 200px; }
.tblCatalogueMaj th:nth-of-type(5) { min-width: 140px; }
.tblCatalogueMaj th:nth-of-type(6) { min-width: 20px; }

.tblListeBehat th:nth-of-type(1) { min-width: 200px;vertical-align: middle;}
.tblListeBehat th:nth-of-type(2) { min-width: 200px;vertical-align: middle; }
.tblListeBehat th:nth-of-type(3) { min-width: 30px;}
.tblListeBehat th:nth-of-type(4) { min-width: 20px; }
.tblListeBehat th:nth-of-type(5) { min-width: 20px; }
.tblListeBehat th:nth-of-type(6) { min-width: 20px; }
.tblListeBehat tr{
    height: 30px;
}
.tblCatalogueMaj tr{
    height: 30px;
}
#tableBtn {
    min-width: 710px;
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}
.important{
    color: red;
    font-size: 1.5em;
}

.imgIcon{
    width:10px;
    margin-left: 3px;

}
.btnExecuterDisabled {
    pointer-events: none;
}