.treeview{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0 !important;
padding: 0 !important;
}

.treeview  h1{ /*CSS for Simple Tree Menu*/
cursor: default !important;
margin:0;
padding:0;
}

.treeview .verde{
margin: 0 7px;
padding: 0;
font-size:11px;
float:right;
}

.treeview .ndoc{
margin: 0 7px;
padding: 0;
font-size:11px;
float:right
}

.treeview td ul{
display:block !important;
}

.treeview td ul li{
display:block !important;
}

.treeview li h1{ /*CSS for Simple Tree Menu*/
cursor: hand !important;
cursor: pointer !important;
}

.treeview .collapsablediv_cp_content{
padding:0 !important;
margin:0 !important;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url("https://www.webbins.it/files/getbyname/list.gif") no-repeat left top;
list-style-type: none !important;
padding-left: 8px !important;
margin-bottom: 3px !important;
text-indent:12px;
line-height:auto;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url("https://www.webbins.it/files/getbyname/closed.gif") no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin:4px 0;
clear:both;
display:block;
}

.treeview .contrai_espandi{ /*espandi contrai */
display:none !important;
}

.elenco_albero{
margin-top:15px;
}
.elenco_albero .espandi_albero{
background:transparent url(https://www.webbins.it/files/getbyname/espandi_tutto.png) no-repeat 0 0;
padding:2px 0 4px 22px;
margin-bottom:5px;
}
.elenco_albero .contrai_albero{
background:transparent url(https://www.webbins.it/files/getbyname/collassa_tutto.png) no-repeat 0 0;
padding:2px 0 4px 22px;
margin-bottom:5px;
}
.elenco_albero .espandi_albero:hover,
.elenco_albero .contrai_albero:hover{
color:#000 !important;
}

#tree_-1{
margin-top:20px;
}

.aggiornamento_multiplo_table{
width:auto !important;
}
.aggiornamento_multiplo_table td,
.aggiornamento_multiplo_table th{
padding:1px 4px;
font-size:10px;
}
.aggiornamento_multiplo_table input,
.aggiornamento_multiplo_table select{
font-size:11px;
}
.aggiornamento_multiplo_table input{
height:18px;
padding:2px;
}
.aggiornamento_multiplo_table input:hover{
color:#000;
}


