.searchClt{

    background: var(--bs-primary) !important;
    margin-top: 5px;
    color: white;
    list-style-type: none;

    /* background-color: rgba(238, 181, 240,.5); */
    background:rgba(246, 240, 230,.2)!important;


}

body{
    background-color: #fff;
}



.parameter p {

    margin-left: 25px!important;
}

.parameter i{
    margin-right: 5px!important;
}
.modal-content{

    background-color: transparent!important;
}

#transaction tr:hover{
    cursor: pointer;
    background-color: #eee;
}

#commandes td:first-child:hover,
#trsorties td:first-child:hover,
#trecouvrements  td:first-child:hover{
    cursor: pointer;
    background-color: #eee;
}


.loader {
    background: url('loader.gif') 50% 50% no-repeat #FFF;
    cursor: wait;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader h1 {
    background: none;
    border: none;
    color: #000;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-variant: small-caps;
    font-weight: 700;
    height: 700px;
    line-height: 700px;
    margin: 50px 0 10px;
    padding: 0;
    text-align: center;
}


.divtrans {
overflow: auto;
height: 35px!important;
width: 100%;
font-size: 15px!important;
}

div.trans{
    overflow: auto;
    height: 300px!important;
    width: 100%;
}
 .clientpoint:nth-child(odd){
    background-color: rgba(129, 196, 8,.3);
}

.trans table,.divtrans table{
    table-layout: auto;
table-layout: fixed;

}





thead{
    background-color: rgba(129, 196, 8,.7);
    color: #FFF;

}
.transact{
    width: 950px;
    border-top: 2px solid #fff;
    margin-top: 5px;
     text-align: end;
     background-color: #eee;


}

div.trans tr,div.divtrans tr{
    border-color: #fff!important;
}
.label{

    font-style: italic;
    display: none;

}

.coord{

    display: none;

}

.recouv :hover{

    cursor: pointer;
    
}

@media print{
    
    #button-print{
        display:none!important;
    }
    #print{
        visibility: visible;
        width: 2000px!important;
        height: 1500px!important;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: 10;
    }
    
    .doc{
        display:none!important;
    }
    
    .modal-content{
        background:white!important;
    }
}

