username@email.com
2023-02-28 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.z-tree {
    overflow-y: auto;
}
 
.z-tree ul,
.z-tree li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
 
.z-tree-icon,
.z-tree-ec-icon,
.z-tree-node-cb,
.z-tree-node-icon {
    border: 0 none;
    height: 18px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    vertical-align: top;
    width: 16px;
    background-repeat: no-repeat;
}
.z-tree-node-cb {
    height: 16px;
    padding: 2px;
    margin-top: 4.5px;
    margin-right: 5px;
}
 
ul.z-tree-node-ct {
    line-height: 0;
    zoom: 1;
}
 
.z-tree-node-expanded > .z-tree-ec-icon {
    background-image: url(/Content/images/zoutree/arrows.gif) !important;
    background: transparent no-repeat -16px 0;
}
 
.z-tree-node-expanded > .z-tree-ec-icon:hover {
    background: transparent no-repeat -48px 0;
}
 
.z-tree-node-collapsed > .z-tree-ec-icon {
    background-image: url(/Content/images/zoutree/arrows.gif) !important;
    background: transparent no-repeat 0px 0;
}
 
.z-tree-node-collapsed > .z-tree-ec-icon:hover {
    background: transparent no-repeat -32px 0;
}
 
.z-tree-node {
    white-space: nowrap;
    color: #000;
}
 
.z-tree-node {
    color: #000;
}
 
.z-tree-node i {
    font-size: 13px;
    width: 13px;
    color: #666666;
}
 
.z-tree-node a {
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
 
    -kthml-user-focus: normal;
    -moz-user-focus: normal;
    -moz-outline: 0 none;
    outline: 0 none;
}
 
.z-tree-node a span {
    text-decoration: none;
    padding: 1px 3px 1px 2px;
}
 
.z-tree-node a:hover {
    text-decoration: none;
}
 
.z-tree-node .z-tree-selected {
    background-color: #3498DB !important;
    color: #fff;
}
 
.z-tree-node .z-tree-selected a span {
    color: #fff;
}
 
.z-tree-node .z-tree-selected i {
    color: #fff;
}
 
.z-tree-node-el {
    position:relative;
    line-height: 25px;
    cursor: default;
    cursor: pointer;
}
 
.z-tree-node-el:hover {
    background-color: #eee;
}
 
.z-tree-loading {
    position: absolute;
    top: 3px;
    right: 5px;
    display:none;
}
.z-tree-loading > img {
    height: 14px;
    width: 14px;
}