@CHARSET "utf-8";

.cl_arbo_dent{
    border :1px solid #ababab !important;    
    border-radius:15px;
    background-color:#efefef;    
    font-size:14px;
    width:50%;
    display:inline-block;
    vertical-align:top;
    height:60%;
}
.cl_ccam_dent{
    width:50%;
    display:inline-block;    
    vertical-align:top;
    height:60%;
    border :1px solid #ababab !important;    
    border-radius:15px;
    background-color:#efefef;    
    position:relative;
}
.cl_ccam_dent>.cl_liste{
    margin:5px;        
    overflow:auto;
    max-height:calc(100% - 10px);
}
.cl_arbo_dent>.cl_titre{
    margin:5px;    
}
.cl_arbo_dent div,
.cl_arbo_dent .item:HOVER{
    background-color:#efefef;
}
.cl_arbo_dent>.cl_titre>.item>.cl_sous_titre{
    display:block;
    font-style:normal;    
}
.cl_arbo_dent>.cl_titre .item:hover>div:first-child,
.cl_arbo_dent .cl_sous_titre .item:hover>div:first-child{
    font-weight:bold;    
    color:#4242FF !important;
}
.cl_arbo_dent>.cl_titre>.item:hover>.cl_sous_titre{
    display:block;
}
.cl_sous_titre{
    margin-left:35px;    
}
.cl_arbo_dent>.cl_titre>.item:hover>.cl_sous_titre>div{
    display:block;
}
.cl_arbo_dent .cl_sous_titre>.item>.cl_sous_titre{
    display:none;
    font-style:normal;
}
.cl_arbo_dent .cl_sous_titre>.item:hover>.cl_sous_titre{
    display:block;
}
.cl_arbo_dent .cl_sous_titre>.item:hover>div:first-child{
    font-style:italic;
    font-weight:bold;
}
.cl_saisie_dent{
    height:30%;
}
path{
    fill: rgb(221, 232, 237);
    stroke-width: 1px;
    stroke:black;
}
path:hover{
    fill:red;
    stroke:blue;
}
.cl_devis_nd>div{
    border: 1px solid #ababab;
    background-color:#efefef;
    min-width: 19px;
    margin-right: 1px;
    text-align:center;
}