zj
2025-10-05 fc68aa452e2fd56441128d1d5a4b32f254c6191d
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
/* black */
app {
      min-width: 1200px;
      background: url("../img/bg.jpg") no-repeat;
      background-size: 100%;
      background-color: #000;
}
app .form-control{
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
}
app .btnBlue{
    background-color: #e73916;
    border: 1px solid #e73916;
    border-radius: 20px;
}
app .btnBlue:hover,app .btnBlue:focus{background-color: #e73916;border: 1px solid #e73916;}
app .il_wrap .il_body{width: 270px;}
app .il_wrap .il_body h4{text-align: left;margin-top: 40px;}
 
body{background-color: #242321;background: #242321;color: #ffffff;}
.sidebar {background-color: #242321;}
.sidebar-panel li a{color: #ffffff;padding: 4px 20px 4px 46px;margin-left: -3px;}
.sidebar-panel li .icon{color: #ffffff;top: 3px;}
.sidetitle{color: #838383;font-weight: 600;}
#top{background-color: #2a2925;}
.sidebar-open-button{color: #ffffff;}
.content{background-color: #1c1c1c;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{color: #c7c5c5;}
.container-default>h3,.container-default>.h3{position: relative;padding-left: 10px;}
.container-default>h3:before, .container-default>.h3:before{
    position: absolute;
    top: 8px;
    left: -3px;
    bottom: 6px;
    width: 4px;
    content: '';
    background: #838082;
}
.panel{background-color: #1c1c1c;}
.panel-default,.panel{border-color: #2a2a2a;}
.topstats{background-color: #1c1c1c;}
.topstats .title .fa{color: #f2f2f2;}
.topstats .title{color: #ffffff;}
.quick-menu a .fa{color: #a4641c;}
.quick-menu a{color: #f2f2f2;}
.quick-menu a:hover{color: #a4641c;}
.open > .dropdown-menu{background-color: #4d4c4a;}
.dropdown-menu > li > a{color: #ffffff;}
.dropdown-header{color: #c7c5c5;}
.dropdown-menu .divider{background-color: #1c1c1c;}
.dropdown-menu li a:hover{background-color: #1c1c1c;color: #ffffff;}
.dropdown-menu-list li a{padding-left: 32px;}
.dropdown-menu-list .falist {display: none;}
.panel-title{background-color: #1c1c1c;color: #ffffff;}
 
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td{border-color: #2a2a2a;}
 
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #232323;
}
thead{color: #ffffff;}
.table-bordered{border: 1px solid #2a2a2a;}
.btn-light:hover, .btn-light:focus, 
.btn-light.focus, .btn-light:active, 
.btn-light.active, .open > .dropdown-toggle.btn-light{
    background-color: #383434;
}
.btn-light{
    background-color: #383434;color: #ffffff;border: 1px solid #2a2a2a;
}
.pager li > a, .pager li > span{
    background-color: #1c1c1c;color: #ffffff;border: 1px solid #2a2a2a;
}
.pager li > a:hover, .pager li > a:focus{
    background-color: #1c1c1c;
}
.mailbox-menu{background-color: #232323;}
.mailbox-menu .menu li a{color: #ffffff;}
.mailbox-menu .menu li a:hover{color: #cccccc;}
.top-right .notifications{background-color: rgba(206, 200, 200, 0.3);}
.top-right .notifications:hover{background-color: rgba(255, 255, 255, 0.2);}
.modal-content{background-color: #232323;}
.modal-header {border-bottom: 1px solid #1c1c1c;}
.modal-footer {border-top: 1px solid #1c1c1c;}
.applogo{display: none;}
.sidebar-open-button{display: none;}
.footer{border-top: none;}
input,select{color: #000!important;}
.btn{color: #999!important;}
.btn-default{color: #fff!important;}
.panel-body-chat .container-mailbox,.mailbox-inbox,.chat .title,.chat .conv,.mailbox .write{background-color: #242321!important;}
.mailbox-inbox .item .from,.panel-body-chat .remarks{color:#ffffff!important;}
.mailbox-inbox .item{color:#eeeeee!important;}
.panel-body-chat .item-li-on,.mailbox-inbox .item:hover{background-color: #313438!important;}
.mailbox-inbox .mailbox-search{background-color: rgba(255, 255, 255, 0.8)!important;}
.chat_close:hover{color:#efe6e6!important;}
 
.fa{font-family: "iconfont" !important;}
.fa-home:before {
  content: "\e718";
}
.fa-bar-chart:before {
  content: "\e759";
}
.fa-file-text:before {
  content: "\e782";
}
.fa-file-text-o:before {
  content: "\e698";
}
.fa-folder:before {
  content: "\e7cb";
}
.fa-clock-o:before {
  content: "\e696";
}
.fa-columns:before {
  content: "\e771";
}
.fa-anchor:before {
  content: "\e6fa";
}
.fa-folder-open:before {
  content: "\e779";
}
.fa-tags:before {
  content: "\e75d";
}
.fa-laptop:before {
  content: "\e781";
}
.fa-outdent:before {
  content: "\e77a";
}
.fa-table:before {
  content: "\e75f";
}
.fa-comments-o:before {
  content: "\e77f";
}
.fa-inbox:before {
  content: "\e785";
}
.fa-file-o:before {
  content: "\e77c";
}
.fa-moon-o:before {
  content: "\e767";
}
.fa-asterisk:before {
  content: "\e677";
}
.fa-group:before {
  content: "\e631";
}
.fa-jpy:before {
  content: "\e705";
}
.fa-line-chart:before {
  content: "\e758";
}
.fa-qrcode:before {
  content: "\e691";
}
.fa-credit-card:before {
  content: "\e69c";
}
.fa-star-o:before {
  content: "\e63b";
}
.fa-star:before {
  content: "\e7d7";
}
.fa-bars:before {
  content: "\e74d";
.fa-pencil:before {
  content: "\e7b0";
.fa-trash:before {
  content: "\e748";
.fa-search:before {
  content: "\e6c7";
}
.fa-angle-down:before {
  content: "\e66d";
}
.fa-close:before {
  content: "\e74e";
}