.hidden{
    display:none;
}
#header-lang-img{
    transform: translateY(-2px);
}
.saisie-numero{
    z-index: 10;
    display: flex;
    /* position: absolute; */
    flex-direction: column;
    justify-content: space-around;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    height: 30%;
    min-height:250px;
    width: 25%;
    min-width:300px;
    margin: auto;
    background-color: white;
    border-radius: 20px;
    transform: translateY(50%);
}
@media screen and (max-height: 800px) {
    .saisie-numero{
        transform:none;
    }
}
@media screen and (max-width: 500px) {
    .saisie-numero{
        transform:none;
    }
}
#graph .card-body > legend{
    font-size:13px;
    text-align:center;
}
.saisie-numero > form > p{
    font-size: 15px;
}
.row.stats .card{
    cursor: pointer;
}
.button-drop{
    margin: 20px 0 0 0;
    padding-right: 25%;
    padding-left: 25%;
    background-color: #e2352e;
}

.btn-login{
    background-color: #5094c5!important;
    border-color: #5094c5;
}

.btn-login:hover{
    border-color: #5094c5;
}

.bg-overlay{
    background-color: #e9e9e9!important;
}

/*.bouttons-app-rei{
    bottom: 0;
    height: 100%;
}*/

.ligne-tab-ko:hover{
    color: rgba(var(--bs-danger-rgb));
}

.ligne-tab-vu:hover{
    color: rgba(var(--bs-primary-rgb));
}

.ligne-tab-new:hover{   
    color:  rgba(var(--bs-warning-rgb));
}

.ligne-tab-ok:hover{
    color: rgba(var(--bs-success-rgb));
}

.checkbox__filtre{
    display: flex;
    flex-direction: row;
}

.checkbox__filtre__solo{
    margin-right: 20px;
}

.num-serie{
    font-weight: bold;
    text-align: center;
}

.card{
    padding: 1.25rem 1.25rem;
}

.title-vu::after,.title-new::after,.title-ok::after,.title-ko::after{
    content: "";
    position: absolute;
    margin-left: 5px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.title-vu::after{
    background-color: rgba(var(--bs-primary-rgb))!important;
}

.title-new::after{
    background-color: rgba(var(--bs-warning-rgb))!important;
}

.title-ok::after{
    background-color: rgba(var(--bs-success-rgb))!important;
}
.title-ko::after{
    background-color: rgba(var(--bs-danger-rgb))!important;
}

.addEnregistreur{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.retourListe{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.retourListe > h1{
    margin-right: 20px;
}

.pdf-interdit{
    display: flex;
    justify-content: center;
}

.pdf{
    position: absolute;
    top: 55%;
    transform: translateY(-25%);
}

.interdit{
    color: red;
    z-index: 10;
}

.offcanvas-body > h4 > span{
    color: #5094c5;;
}

.password{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    height: 30%;
    width: 25%;
    margin: auto;
    background-color: white;
    border-radius: 20px;
}
#search-datalogger{
    margin-bottom: 40px;
}
#graphique .hidden{
    display:none;
}
table.record-list tbody tr {
    cursor: pointer;
}
.detailstabs {
    width: 300px;
}
.detailstabs li{
    max-width:200px;
}

i.ico{
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    font-size: 1.25rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: opacity .4s;
    opacity: 0.5;
}
a:hover i.ico,
a.active i.ico{
    opacity: 1;
}
i.ico:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
i.ico.temperature:before{
    background-image: url(../images/temperature.svg);
}
i.ico.shock:before{
    background-image: url(../images/shock.svg);
}
i.ico.reversal:before{
    background-image: url(../images/reversal.svg);
}