.myCssClass{
    font-size:20px;
}


.treeview span.folder2 {
    padding: 1px 0 1px 16px;
    display: block;
    font-weight: bold;
    fonnt-color: black;
    font-size: 1.1em;
}

.treeview .hitarea {
     background: url(https://transparencia.webservicesistemas.com.br/app/images/arrow-right2.png) 0 0 no-repeat !important; 
    height: 30px !important;
    width: 30px !important;
    background-size: 100% !important;
    padding: 10px 0 10px 0px !important;
    margin-left: -30px  !important;


}

.treeview .expandable-hitarea {
    background: url(https://transparencia.webservicesistemas.com.br/app/images/direction-arrow2.png) 0 0 no-repeat !important;
    height: 30px !important;
    width: 30px !important;
    background-size: 100% !important;
    padding: 10px 0 10px 0px !important;
    margin-left: -30px  !important;

}


.treeview li.lastCollapsable,.treeview li.lastExpandable {
    background: url(https://transparencia.webservicesistemas.com.br/app/images/direction-arrow2.png) 0 0 no-repeat !important; 
}

.treeview .hover {
    color: var(--panel-header-background) !important;
    cursor: pointer
}

.treeview li {
    padding: 3px 0 2px 25px !important;
}

.treeview li .file {
      font-size: 1em 
}

