body{background-color:#fffff9}

#in{ width: 60%;}

.operation{text-align: center;margin-bottom: 50px; background-color: silver}

#create{  margin-top: 40px}

#link{ color:white ;margin-left: -40px;margin-top: 20px;}


#numcomptediv{display: none}


#alert_success{display: none}

#loading{
    display: none;
    /*float: right;*/
    position: static;
    /*margin-right: 70%;*/
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid black;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
#inline_loading{

    display: none;
    margin-top: 15px;

}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }

}


.redirect{ color:White   }
.redirect:hover{list-style: none ;text-decoration: none ;color:white}


#th_libell{ width:25%}

/*#ogi_microfinancebundle_t_operationdebitcredit_valeur{display:none}*/

#hidden_input_montant{display:none}


#btn_new_search{color:#fff;font-size: 18px;background-color: #195541;padding: 8px;border-radius: 12px;cursor: pointer;}
#loading_div_hider{display: none}

#loading_new{
    /*display: none;*/
    float: right;
    margin-top: 10px;
    position: static;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid black;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
#loading_new_hider{display: none}

#btn_anulation_envoi_total_de_fond_cais_princ{display: none}



/*spinner validation fond */
.spinner {

    margin:5px 45% 0 0 ;
    float:right;
    width: auto;
    height: 50px;
    text-align: left;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/*******ce style est utiliser sur input qui sont dans dse tableau et je l'ajoute avec du javascript ***/

.NoBorder{
    background-color: white;
    border: none
}




/*loading  du porteufeuille*/


#loading_portefeuile{
    display: none;
    position: static;
    /*margin-right: 70%;*/
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid black;
    width: 150px;
    height: 150px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


/*********ce style est pour faire un icone hamberger (pas utiliser daans ce projet)************************************************/

.hamburger-inner {
    display: block; /* On dit à la span de se comporter comme un bloc */
    top: 50%; /* Règle d'affichage */
    margin-top: -2px; /* Règle d'affichage */
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { /* On sélectionne la ligne du code, <br>puis avec .hamburger::before et .hamburger::after, on dit que cette règle s'applique juste après la ligne <br>du code html */
    width: 40px; /* longueur de la ligne */
    height: 4px; /* épaisseur de la ligne */
    background-color: black; /* Couleur du hamburger */
    border-radius: 4px; /* arrondie (pas obligatoire) */
    position: absolute;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: ""; /* tu affiche un invisible dans chaque ligne généré */
    display: block; /* tu les définit en bloc (puisque ce sont des span */
}
.hamburger-inner::before {
    top: -10px; /* tu décale celle du bas */
}
.hamburger-inner::after {
    bottom: -10px; /* tu décale celle du haut */
}



/****************************    Search box css    ********************************/
.search-box{

    /*position: absolute;*/
    /*top: auto;*/
    /*left:auto;*/
    /*transform: translate(-50%,-50%);*/
    background-color: #0a0a0a;

}

.search-btn{
    color: #fff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #195541;
    text-decoration: none;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;

}



