1 | /*! |
---|
2 | * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com) |
---|
3 | * Code licensed under the Apache License v2.0. |
---|
4 | * For details, see http://www.apache.org/licenses/LICENSE-2.0. |
---|
5 | */ |
---|
6 | |
---|
7 | body { |
---|
8 | background-color: #f8f8f8; |
---|
9 | } |
---|
10 | |
---|
11 | #wrapper { |
---|
12 | width: 100%; |
---|
13 | } |
---|
14 | |
---|
15 | #page-wrapper { |
---|
16 | padding: 0 15px; |
---|
17 | min-height: 568px; |
---|
18 | background-color: #fff; |
---|
19 | } |
---|
20 | |
---|
21 | @media(min-width:768px) { |
---|
22 | #page-wrapper { |
---|
23 | position: inherit; |
---|
24 | margin: 0 0 0 250px; |
---|
25 | padding: 0 30px; |
---|
26 | border-left: 1px solid #e7e7e7; |
---|
27 | } |
---|
28 | } |
---|
29 | |
---|
30 | .navbar-top-links { |
---|
31 | margin-right: 0; |
---|
32 | } |
---|
33 | |
---|
34 | .navbar-top-links li { |
---|
35 | display: inline-block; |
---|
36 | } |
---|
37 | |
---|
38 | .navbar-top-links li:last-child { |
---|
39 | margin-right: 15px; |
---|
40 | } |
---|
41 | |
---|
42 | .navbar-top-links li a { |
---|
43 | padding: 15px; |
---|
44 | min-height: 50px; |
---|
45 | } |
---|
46 | |
---|
47 | .navbar-top-links .dropdown-menu li { |
---|
48 | display: block; |
---|
49 | } |
---|
50 | |
---|
51 | .navbar-top-links .dropdown-menu li:last-child { |
---|
52 | margin-right: 0; |
---|
53 | } |
---|
54 | |
---|
55 | .navbar-top-links .dropdown-menu li a { |
---|
56 | padding: 3px 20px; |
---|
57 | min-height: 0; |
---|
58 | } |
---|
59 | |
---|
60 | .navbar-top-links .dropdown-menu li a div { |
---|
61 | white-space: normal; |
---|
62 | } |
---|
63 | |
---|
64 | .navbar-top-links .dropdown-messages, |
---|
65 | .navbar-top-links .dropdown-tasks, |
---|
66 | .navbar-top-links .dropdown-alerts { |
---|
67 | width: 310px; |
---|
68 | min-width: 0; |
---|
69 | } |
---|
70 | |
---|
71 | .navbar-top-links .dropdown-messages { |
---|
72 | margin-left: 5px; |
---|
73 | } |
---|
74 | |
---|
75 | .navbar-top-links .dropdown-tasks { |
---|
76 | margin-left: -59px; |
---|
77 | } |
---|
78 | |
---|
79 | .navbar-top-links .dropdown-alerts { |
---|
80 | margin-left: -123px; |
---|
81 | } |
---|
82 | |
---|
83 | .navbar-top-links .dropdown-user { |
---|
84 | right: 0; |
---|
85 | left: auto; |
---|
86 | } |
---|
87 | |
---|
88 | .sidebar .sidebar-nav.navbar-collapse { |
---|
89 | padding-right: 0; |
---|
90 | padding-left: 0; |
---|
91 | } |
---|
92 | |
---|
93 | .sidebar .sidebar-search { |
---|
94 | padding: 15px; |
---|
95 | } |
---|
96 | |
---|
97 | .sidebar ul li { |
---|
98 | border-bottom: 1px solid #e7e7e7; |
---|
99 | } |
---|
100 | |
---|
101 | .sidebar ul li a.active { |
---|
102 | background-color: #eee; |
---|
103 | } |
---|
104 | |
---|
105 | .sidebar .arrow { |
---|
106 | float: right; |
---|
107 | } |
---|
108 | |
---|
109 | .sidebar .fa.arrow:before { |
---|
110 | content: "\f104"; |
---|
111 | } |
---|
112 | |
---|
113 | .sidebar .active>a>.fa.arrow:before { |
---|
114 | content: "\f107"; |
---|
115 | } |
---|
116 | |
---|
117 | .sidebar .nav-second-level li, |
---|
118 | .sidebar .nav-third-level li { |
---|
119 | border-bottom: 0!important; |
---|
120 | } |
---|
121 | |
---|
122 | .sidebar .nav-second-level li a { |
---|
123 | padding-left: 37px; |
---|
124 | } |
---|
125 | |
---|
126 | .sidebar .nav-third-level li a { |
---|
127 | padding-left: 52px; |
---|
128 | } |
---|
129 | |
---|
130 | @media(min-width:768px) { |
---|
131 | .sidebar { |
---|
132 | z-index: 1; |
---|
133 | position: absolute; |
---|
134 | width: 250px; |
---|
135 | margin-top: 51px; |
---|
136 | } |
---|
137 | |
---|
138 | .navbar-top-links .dropdown-messages, |
---|
139 | .navbar-top-links .dropdown-tasks, |
---|
140 | .navbar-top-links .dropdown-alerts { |
---|
141 | margin-left: auto; |
---|
142 | } |
---|
143 | } |
---|
144 | |
---|
145 | .btn-outline { |
---|
146 | color: inherit; |
---|
147 | background-color: transparent; |
---|
148 | transition: all .5s; |
---|
149 | } |
---|
150 | |
---|
151 | .btn-primary.btn-outline { |
---|
152 | color: #428bca; |
---|
153 | } |
---|
154 | |
---|
155 | .btn-success.btn-outline { |
---|
156 | color: #5cb85c; |
---|
157 | } |
---|
158 | |
---|
159 | .btn-info.btn-outline { |
---|
160 | color: #5bc0de; |
---|
161 | } |
---|
162 | |
---|
163 | .btn-warning.btn-outline { |
---|
164 | color: #f0ad4e; |
---|
165 | } |
---|
166 | |
---|
167 | .btn-danger.btn-outline { |
---|
168 | color: #d9534f; |
---|
169 | } |
---|
170 | |
---|
171 | .btn-primary.btn-outline:hover, |
---|
172 | .btn-success.btn-outline:hover, |
---|
173 | .btn-info.btn-outline:hover, |
---|
174 | .btn-warning.btn-outline:hover, |
---|
175 | .btn-danger.btn-outline:hover { |
---|
176 | color: #fff; |
---|
177 | } |
---|
178 | |
---|
179 | .chat { |
---|
180 | margin: 0; |
---|
181 | padding: 0; |
---|
182 | list-style: none; |
---|
183 | } |
---|
184 | |
---|
185 | .chat li { |
---|
186 | margin-bottom: 10px; |
---|
187 | padding-bottom: 5px; |
---|
188 | border-bottom: 1px dotted #999; |
---|
189 | } |
---|
190 | |
---|
191 | .chat li.left .chat-body { |
---|
192 | margin-left: 60px; |
---|
193 | } |
---|
194 | |
---|
195 | .chat li.right .chat-body { |
---|
196 | margin-right: 60px; |
---|
197 | } |
---|
198 | |
---|
199 | .chat li .chat-body p { |
---|
200 | margin: 0; |
---|
201 | } |
---|
202 | |
---|
203 | .panel .slidedown .glyphicon, |
---|
204 | .chat .glyphicon { |
---|
205 | margin-right: 5px; |
---|
206 | } |
---|
207 | |
---|
208 | .chat-panel .panel-body { |
---|
209 | height: 350px; |
---|
210 | overflow-y: scroll; |
---|
211 | } |
---|
212 | |
---|
213 | .login-panel { |
---|
214 | margin-top: 25%; |
---|
215 | } |
---|
216 | |
---|
217 | .flot-chart { |
---|
218 | display: block; |
---|
219 | height: 400px; |
---|
220 | } |
---|
221 | |
---|
222 | .flot-chart-content { |
---|
223 | width: 100%; |
---|
224 | height: 100%; |
---|
225 | } |
---|
226 | |
---|
227 | .dataTables_wrapper { |
---|
228 | position: relative; |
---|
229 | clear: both; |
---|
230 | } |
---|
231 | |
---|
232 | table.dataTable thead .sorting, |
---|
233 | table.dataTable thead .sorting_asc, |
---|
234 | table.dataTable thead .sorting_desc, |
---|
235 | table.dataTable thead .sorting_asc_disabled, |
---|
236 | table.dataTable thead .sorting_desc_disabled { |
---|
237 | background: 0 0; |
---|
238 | } |
---|
239 | |
---|
240 | table.dataTable thead .sorting_asc:after { |
---|
241 | content: "\f0de"; |
---|
242 | float: right; |
---|
243 | font-family: fontawesome; |
---|
244 | } |
---|
245 | |
---|
246 | table.dataTable thead .sorting_desc:after { |
---|
247 | content: "\f0dd"; |
---|
248 | float: right; |
---|
249 | font-family: fontawesome; |
---|
250 | } |
---|
251 | |
---|
252 | table.dataTable thead .sorting:after { |
---|
253 | content: "\f0dc"; |
---|
254 | float: right; |
---|
255 | font-family: fontawesome; |
---|
256 | color: rgba(50,50,50,.5); |
---|
257 | } |
---|
258 | |
---|
259 | .btn-circle { |
---|
260 | width: 30px; |
---|
261 | height: 30px; |
---|
262 | padding: 6px 0; |
---|
263 | border-radius: 15px; |
---|
264 | text-align: center; |
---|
265 | font-size: 12px; |
---|
266 | line-height: 1.428571429; |
---|
267 | } |
---|
268 | |
---|
269 | .btn-circle.btn-lg { |
---|
270 | width: 50px; |
---|
271 | height: 50px; |
---|
272 | padding: 10px 16px; |
---|
273 | border-radius: 25px; |
---|
274 | font-size: 18px; |
---|
275 | line-height: 1.33; |
---|
276 | } |
---|
277 | |
---|
278 | .btn-circle.btn-xl { |
---|
279 | width: 70px; |
---|
280 | height: 70px; |
---|
281 | padding: 10px 16px; |
---|
282 | border-radius: 35px; |
---|
283 | font-size: 24px; |
---|
284 | line-height: 1.33; |
---|
285 | } |
---|
286 | |
---|
287 | .show-grid [class^=col-] { |
---|
288 | padding-top: 10px; |
---|
289 | padding-bottom: 10px; |
---|
290 | border: 1px solid #ddd; |
---|
291 | background-color: #eee!important; |
---|
292 | } |
---|
293 | |
---|
294 | .show-grid { |
---|
295 | margin: 15px 0; |
---|
296 | } |
---|
297 | |
---|
298 | .huge { |
---|
299 | font-size: 40px; |
---|
300 | } |
---|
301 | |
---|
302 | .panel-green { |
---|
303 | border-color: #5cb85c; |
---|
304 | } |
---|
305 | |
---|
306 | .panel-green .panel-heading { |
---|
307 | border-color: #5cb85c; |
---|
308 | color: #fff; |
---|
309 | background-color: #5cb85c; |
---|
310 | } |
---|
311 | |
---|
312 | .panel-green a { |
---|
313 | color: #5cb85c; |
---|
314 | } |
---|
315 | |
---|
316 | .panel-green a:hover { |
---|
317 | color: #3d8b3d; |
---|
318 | } |
---|
319 | |
---|
320 | .panel-red { |
---|
321 | border-color: #d9534f; |
---|
322 | } |
---|
323 | |
---|
324 | .panel-red .panel-heading { |
---|
325 | border-color: #d9534f; |
---|
326 | color: #fff; |
---|
327 | background-color: #d9534f; |
---|
328 | } |
---|
329 | |
---|
330 | .panel-red a { |
---|
331 | color: #d9534f; |
---|
332 | } |
---|
333 | |
---|
334 | .panel-red a:hover { |
---|
335 | color: #b52b27; |
---|
336 | } |
---|
337 | |
---|
338 | .panel-yellow { |
---|
339 | border-color: #f0ad4e; |
---|
340 | } |
---|
341 | |
---|
342 | .panel-yellow .panel-heading { |
---|
343 | border-color: #f0ad4e; |
---|
344 | color: #fff; |
---|
345 | background-color: #f0ad4e; |
---|
346 | } |
---|
347 | |
---|
348 | .panel-yellow a { |
---|
349 | color: #f0ad4e; |
---|
350 | } |
---|
351 | |
---|
352 | .panel-yellow a:hover { |
---|
353 | color: #df8a13; |
---|
354 | } |
---|