
.my_t_div_tree {
position: relative;
margin-top: 10px;
}

.my_t_Container {
    padding: 0;
    margin: 0;

}

.my_t_Container li {
    list-style-type: none;
}



/* indent for all tree children excepts root*/
/*.my_t_Node {
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 10px;
    zoom: 1;
}*/

.my_t_Node {
    margin-left: 20px;
    margin-top: 5px;
/*    box-shadow: 0.3px 0.3px 5px rgba(0,0,0,0.2);*/
    /*background-color: var(--my-all-background);*/
 /*   border: 1px;
    border-style: solid;
    border-color: var(--my-border-color); /*для долбанного эксплорера*/

}
.my_t_Node:hover{
 /*   border: 1px;
    border-style: solid;
    border-color: var(--my-border-color-insert);*/
}
.my_t_IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.my_t_IsLast {
/*    background-image: url(img_tree/i_half.gif);*/
    background-repeat : no-repeat;
}
 
.my_t_ExpandOpen .my_t_Expand {
    background-size: 100%;
    background-image: url(../../frontPage/img_tree/expand_minus.gif);
}
.my_t_ExpandOpen .my_t_Container {
    /*display: block;*/
}

.my_t_ExpandOpen .my_t_Expand, .my_t_ExpandClosed .my_t_Expand {
    cursor: pointer;
}
/* closed is higher priority than open */
.my_t_ExpandClosed .my_t_Expand {
    background-size: 100%;
    background-image: url(../../frontPage/img_tree/expand_plus.gif);
}
 /* closed is higher priority than open */
.my_t_ExpandNone .my_t_Expand {
    background-size: 100%;
background-image:url(../../frontPage/img_tree/expand_leaf.gif);
 }
/* highest priority */
.my_t_ExpandLeaf .my_t_Expand {
 /*   background-image: url(img_tree/expand_leaf.gif);*/
}

.my_t_Content_main {
	width: 80%;
    /*margin-left: 10px;*/
	min-height: 22px;
	font-family: Arial;
	font: 20 Arial;
	font-style: normal;
	font-variant: normal;
}

.my_t_Content {
	width: 80%;
    margin-left:10px;
    min-height: 18px;
    padding-left: 5px;
}


.my_t_Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.my_t_ExpandLoading   {
    width: 10px;
    height: 18px;
    float: left;
/*    background-image: url(img_tree/expand_loading.gif);*/
}





.my_t_ExpandClosed .my_t_Container {
	/*display: none;*/
}


.my_t_ExpandLeaf .my_t_Expand {
	cursor: auto;
}


.my_t_IsRoot {
    margin-left: 10px;
}
.my_t_Content {
        margin-left: 20px;
}

.my_t_Container my_t_input {
    width: 14px;
    height: 14px;
    float: left;
    margin: 2px;
}

#left_click_m1{
    position: relative;
    font-size: 16px;
    /*	max-width: 95%;*/
    font-family: Arial;
    width: 200px;
    text-decoration: none;
    color: var(--my-white-text-color);
}

#left_click_s1{
    position: relative;
    font-size: 12px;
    /*	left: 50px;*/
    /*	max-width: 95%;*/
    font-family: Arial;
    width: 95%;
    text-decoration: none;
    color: var(--my-white-text-color);
}

@media screen and (max-width: 240px), screen and (max-width: 480px), screen and (max-width: 540px), screen and (max-width: 768px)
{
    #left_click_m1{
        position: relative;
        font-size: 30px;
        /*	max-width: 95%;*/
        font-family: Arial;
        width: 200px;
        text-decoration: none;
        color: var(--my-white-text-color);
    }
    #left_click_s1{
        position: relative;
        font-size: 30px;
        /*	left: 50px;*/
        /*	max-width: 95%;*/
        font-family: Arial;
        width: 95%;
        text-decoration: none;
        color: var(--my-white-text-color);
    }
    .my_t_Expand {
        width: 30px;
        height: 30px;
        float: left;
    }

    .my_t_Node {
        margin-left: 20px;
        margin-top: 20px;
        /*    box-shadow: 0.3px 0.3px 5px rgba(0,0,0,0.2);*/
        /*background-color: var(--my-all-background);*/
        /*   border: 1px;
           border-style: solid;
           border-color: var(--my-border-color); /*для долбанного эксплорера*/

    }

}
