.div_arbre
{
    width: 100%;
    position: absolute;
    top: 96px;
}
.div_arbre_sub
{
    font-family: Helvetica,Arial;
    font-size: 16px;
    color: #000;
    padding: 12px;
    padding-left: 6px;
}

.arbre_el
{
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    background-size: 600px 40px;
    background-repeat: repeat-y;
    background-position: -32px 2px;
    background-clip: border-box;
}
.arbre_el:hover
{
    background-color: #fafafa;
    border: solid 1px #e5e5e5;
    border-radius: 1px;
}
.arbre_el table tr td
{
    cursor: default;
}
.arbre_el_on
{
    background-color: #f0f0f0;
    border-color:  #f0f0f0;
    border: solid 1px #ccc;
}
.arbre_el_on:hover
{
    background-color: #f0f0f0 !important;
    border-color:  #f0f0f0 !important;
    border: solid 1px #ccc !important;
}

.arbre_el_img
{
    width: 26px;
    height: 26px;
}
.arbre_el_img_clone
{
    filter: drop-shadow(0 0 8px red);
}
.arbre_el_div_btn
{
    display: none;
}
.arbre_el_btn
{
    width: 22px;
    height: 22px;
    margin-right: 3px;
}
.arbre_ligne_td_prix
{
    font-size: 12px;
    color: #444;
}
.arbre_ligne_td_prix_nb
{
    font-weight: bold;
    font-size: inherit;
    color: #3f668f;
}
.arbre_ligne_td_nom
{
    padding-right: 6px;
}


#panneau_main
{
    display: none;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    left: 10px;
    background-color: #f0f0f0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 20px -20px;
}
.panneau_main_agrandi
{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-left: solid 1px #ccc;
}
#table_panneau_main_menu
{
    border-collapse: collapse;
    border-bottom: solid 1px #b8b8b8;
    margin-bottom: 6px;
}
.btn_win
{
    width: 16px;
    cursor: default;
    position: relative;
    top: -10px;
    left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    opacity: .9;
}
.btn_win:hover
{
    opacity: 1 !important;
}
#panneau_main_menu
{
    text-align: left;
    padding-bottom: 10px;
    padding-left: 12px;
    line-height: 20px;

}
#panneau_main_menu, #panneau_main_menu *
{
    cursor: default;
    font-size: 14px;
}
#panneau_main_menu a, .btn_poste, .btn_poste b
{
    margin-right: 16px;
    /*color: #FF644E !important;
    text-decoration: none;*/
}
#panneau_main_menu a:hover, .btn_poste:hover, .btn_poste:hover b
{
    /*color: #bF240a !important;
    text-decoration: none;*/
}
#panneau_main_form
{
    text-align: left;
}
#panneau_main_form, #panneau_main_form *
{

    color: #333;
    font-size: 14px;
}
#panneau_main_form
{
    padding-top: 8px;
    padding-left: 2px;
    overflow-x: hidden;
}
#panneau_main_form .prix
{
    text-align: right;
    padding-right: 2px;
    font-size: 16px;
    color: #000;
}
.div_prix_panneau
{
    text-align: right;
}
#panneau_main_form input[type="text"], #panneau_main_form textarea, .def_input
{
    height: 22px;
    border: solid 1px #888;
    border-radius: 5px;
    font-family: "Courier New",courier;
    font-weight: bold;
    color: #000;
    position: relative;
    left: -2px;
    width: 99%;
}
#panneau_main_form textarea
{
    height: 60px !important;
}

#panneau_main_form .intitule
{
    margin-top: 16px;
    margin-bottom: 8px;
}
#panneau_main_form .requis
{
    font-weight: bold;
}
.poignee
{
    cursor: ew-resize;
    background-image: url("../img/icones/poignee.png?r=ezz0zssd");
    background-size: 12px;
    background-position: .5px center;
    background-repeat: no-repeat;
}

.div_table_grille
{
    border: solid 1px #888;
    border-radius: 5px;
    background-color: #fff;
    width: 99.6%;
    _position: relative;
    _left: -2px;
    overflow: auto;
    _height: 150px;
}
.div_table_grille_back
{
    _background-color: #f8f8f8;
}
.table_grille tr:nth-child(odd)
{
    background-color: #fbfbfb;
}
.table_grille tr td
{
    border-right: solid 1px #888;
    border-bottom: solid 1px #888;
}
.table_grille tr:nth-child(-n+1) td
{
    padding: 8px !important;
}
.table_grille tr td:nth-last-child(-n+1)
{
    border-right-width: 0 !important;
}
.table_grille tr:nth-last-child(-n+1) td
{
    border-bottom-width: 0 !important;
}
.table_grille tr td input
{
    background-color: transparent;
    margin: 0px;
    border: solid 0px black !important;
    position: relative;
    left: 0;
    outline: none;
    width: 100% !important;
    _min-width: 50px;
}
.table_grille tr td input.est_calcule
{
    _font-style: italic;
    font-weight: normal !important;
}
.table_grille tr td.calc
{
    background-image: url("../img/icones/calc.png?r=549ddz");
    background-size: 24px;
    background-position: top 4px right 4px;
    background-repeat: no-repeat;
}
.table_grille tr td.calc a
{
    text-decoration: none;
    padding: 4px;
}
.table_grille tr td.calc_on input
{
    font-family: Arial,Helvetica !important;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.td_grille_poignee
{
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fafafa;
    color: #666 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.td_grille_poignee_on
{
    _background-color: #fafafa !important;
    _color: #000 !important;
}
.grille_tr
{
}
.grille_tr_on td, .grille_tr_on td *
{
    _background-color: #fafafa !important;
}

.back_div_input
{
    margin-top: 12px;
    height: 24px;
    background-color: #e8e8e8;
    padding: 8px;
}
.back_div_input input
{
    width: 100px !important;
    border-width: 0 !important;
    background-color: #fff;
    border-radius: 3px !important;
}


#back_div_inputs_nbs
{
    display: none;
}
#back_div_liste_postes
{
    display: none;
    width: 403px;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    left: 58px;
    border: solid 1px #888;
    background-color: #fff;
}
#back_div_liste_postes div
{
    padding: 4px;
    cursor: default;
}
#back_div_liste_postes div nobr
{
    font-size: 13px;
}
#back_div_liste_postes div:hover nobr
{
    color: #000;
}
.postes_select
{
    width: 100%;
    border-width: 0;
}
.postes_select option
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.postes_select option:hover
{
    background-color: #f0f0f0;
}

#prix_total
{
    font-size: 18px;
}
