.nav-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 50px;
    text-align: center;
}

.tr-liste {

}

.tr-liste:hover {
    background-color: #f2f2f2;
    border-top: 1px solid #c0c0c0 !important;
}

.tr-liste td, th {
    vertical-align: middle !important;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    padding: 0.7rem 0.5rem;
}

.tr-liste td:hover {
    background-color: #e5e5e5;
    cursor: default;
}

.tr-click {
    text-align: center;
}

.tr-click-active {
    text-align: center;
    color: white;
    background-color: #3498DB;
    border-color: #236891;
    border-top: 2px solid;
    cursor: pointer;
}

.tr-click:hover {
    text-align: center;
    color: white;
    background-color: #3498DB;
    border-color: #236891;
    border-top: 2px solid;
    cursor: pointer;
}

.message {
    z-index: 99;
    position: absolute !important;
    right: 0;
    top: 80%;
}

.box-body label {
    color: #337ab7;
}

.btn {
    /*height: 34px !important;*/
}

/* ---------------------------------------------------
    CODE à BARRE
----------------------------------------------------- */

.barcode {
    font-family: 'Libre Barcode 39 Extended', cursive;
}

