zj
2024-06-03 3603ecb207f7e712c635f19531e05fac4d19e53f
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
/* grey */
app {
      min-width: 1200px;
      /* background: url("../img/bg.jpg") no-repeat; */
      background-size: 100%;
      background-color: #242831;
}
app .form-control{
    background-color: #2f323b;
    border: none;
    border-radius: 4px;
    box-shadow: unset;
    outline: none!important;
    color: #ffffff;
    -web-kit-appearance:none;
      -moz-appearance: none;
}
app .form-control:-webkit-autofill,select:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px #2f323b  inset !important;  
    -webkit-text-fill-color: #ffffff!important;  
    border-radius: 0px;
}
app .il_wrap .il_body h4{margin-bottom: 21px;}
app .form-group{
    position: relative;
    padding-top: 20px;
    background-color: #2f323b;
    border-radius: 4px;
    margin-bottom: 10px!important;
}
app .form-title{
    position: absolute;
    top: 8px;
    left: 12px;
    color: rgba(255,255,255,0.2);
    font-size: 12px;
    display:block!important;
}
app .btnBlue{
    border: none;
    border-radius: 4px;
      background: url("../img/bnt-bg.png") no-repeat;
      background-size: 100% 100%;
}
app .btnBlue:hover,app .btnBlue:focus{border: none;}
app .il_wrap .il_body{width: 360px;}
app .il_wrap .il_body h4{text-align: left;margin-top: 40px;color: #ffffff;}
 
body{background-color: #3d4f67;background: #3d4f67;}
.sidebar {background-color: #3d4f67;top: 0px;bottom: 0;position:fixed!important;padding-top: 24px;;overflow-x: hidden;overflow-y: auto;}
.sidebar-panel{margin: 0!important;}
.sidebar-panel .sidetitle{padding: 0 20px;}
.sidebar-panel li a{color: #ffffff;padding: 4px 20px 4px 60px;margin-left: -3px;}
.sidebar-panel li .icon{color: #ffffff;top: 3px;left: 32px;}
.sidetitle{color: #e7e7e7;font-weight: 600;}
#top{background-color: #324154;left: 180px;width: auto;right: 0;}
.applogo{display: none!important;}
.sidebar-open-button{color: #ffffff;display: none!important;}
.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;
}
.topstats .title .fa{color: #324154;}
.quick-menu a .fa{color: #a4641c;}
.quick-menu a:hover{color: #a4641c;}
.open > .dropdown-menu{background-color: #3d4f67;}
.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;}
.alert1{border-radius: 0!important;background-color: #3d4f67;}
.table-striped > tbody > tr:nth-of-type(odd){background-color: #ecf1f8;}
thead{background-color: #5d728f;}
thead td{border: 1px solid #526883!important;color: #ffffff!important;}
.btn-light{background-color: #5d728f;color: #ffffff;}
.btn-light:hover{background-color: #324154;color: #ffffff;}
.btn-light:hover, .btn-light:focus, 
.btn-light.focus, .btn-light:active, 
.btn-light.active, .open > 
.dropdown-toggle.btn-light{background-color: #324154;color: #ffffff;}
.pager li > a{background-color: #5d728f;color: #ffffff;}
.pager li > a:hover{background-color: #324154;color: #ffffff;}
 
@media screen and (max-width: 1024px) {
    #top{left: 0;}
    .sidebar-open-button-mobile {
        display: none;
    }
}
 
 
.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";
}