/*
copyright helene tonchia
/* 
    Created on : 24 juin 2018, 13:58:14
    Author     : helenetonchia
*/
popupHT {
                
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
    font-weight: normal;


}

.HTinactivant{

}

td {
    height:30px;
    border: 0px;
    padding-left: 10px;
}

.HTinactive {
    background-color: grey;

}
.HTinactive input{
    visibility: hidden;
}
th {
    width:50px;
}
.trhidden {
    display: none;
}
#pusondage{
    position: absolute;

/*                top :20px;
    left :300px;*/
}
#pusondage + .tooltip {
    background-color: cornsilk;
    color: black;
    font-size:16px;
    border-radius: 10px;
    width: 90vw;
    border : 1px solid black;
    padding : 5px;
    position : absolute;
    top: 40vh;
    left: 40vw;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); 
    box-shadow: 0 5px 15px rgba(0,0,0,.5); 
/*                margin-left: -40vw;
    margin-top: -40vh;*/
}
.msaide {
    /*color:black;*/
    padding:5px;
    border-radius:5px;

}    
#pusondage + .tooltip > .tooltip-inner {
    max-width: inherit;
    max-height: inherit;
    width:inherit;
    padding: inherit;
    color: inherit;
    text-align: inherit;
    background-color: inherit;
    border-radius: inherit;
}
#pusondage + .tooltip.bottom .tooltip-arrow {
    border-bottom-color:transparent;
} 
#somodal {
    background-color: rgba(1, 1, 0, 0.5);
    position: absolute;
    width :100%;
    height:100%;
    z-index: 1000;
    display : none;
}
.titrepu {
    font-size:large;
    font-weight: bold;
}
.soq {
    font-size:large;
    font-weight: bold;
}