/*############################################################################################################
//  Droits d'auteur © 2022-2023 P.ink, l'ancre d'une vie Tous droits réservés, en collaboration avec OptimalC
//############################################################################################################*/


.listing{
    width:100%;
}

.filter{
    width:100%;
}

.Receptionner::before {
    font-size:25px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F1d8";
}

.Relocaliser::before {
    font-size:25px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F069";
}

.Editer::before {
    font-size:25px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F040";
}

.Desactiver::before {
    font-size:25px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F1F8";
}

.Consommer::before {
    font-size:25px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F0f5";
}

.linkButton {
    height: 30px;
    width: 30px;
    background-color: blue;
}

.linkButton::before {
    color:white;
    font-size:18px;font-weight:400;
    font-family:"FontAwesome";
    content:"\F129";
}


.button{
    position:relative;
    display:inline-flex;
    flex-direction:column;
    top:0;left:0;margin:0;padding:0;
    width:150px;height:auto;
}

.template input{
    height: 30px;
    width: 10rem;
}

.template{
    overflow:auto;
    background-color:palevioletred;
    border-style: solid;
    width:100%;
}

input.Min{
    width:50px
}

input.Max{
    width:50px
}

input.QtyHand{
    width:50px
}

input.QtyOrder{
    width:50px
}

input.NoManufacturier{
    width:10rem;
}