Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/css/neon-core.css
1293 views
1
.form-control:focus {
2
border-color: #cbd0d9;
3
outline: 0;
4
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);
5
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);
6
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);
7
}
8
.form-control::-moz-placeholder {
9
color: #999999;
10
opacity: 1;
11
}
12
.form-control:-ms-input-placeholder {
13
color: #999999;
14
}
15
.form-control::-webkit-input-placeholder {
16
color: #999999;
17
}
18
.form-control::-webkit-input-placeholder {
19
color: #aaa;
20
}
21
.form-control:-moz-placeholder {
22
color: #aaa;
23
}
24
.form-control::-moz-placeholder {
25
color: #aaa;
26
}
27
.form-control:-ms-input-placeholder {
28
color: #aaa;
29
}
30
select.input-sm {
31
height: 28px;
32
line-height: 28px;
33
}
34
textarea.input-sm,
35
select[multiple].input-sm {
36
height: auto;
37
}
38
select.input-lg {
39
height: 42px;
40
line-height: 42px;
41
}
42
textarea.input-lg,
43
select[multiple].input-lg {
44
height: auto;
45
}
46
.has-success .help-block,
47
.has-success .control-label,
48
.has-success .radio,
49
.has-success .checkbox,
50
.has-success .radio-inline,
51
.has-success .checkbox-inline,
52
.has-success.radio label,
53
.has-success.checkbox label,
54
.has-success.radio-inline label,
55
.has-success.checkbox-inline label {
56
color: #045702;
57
}
58
.has-success .form-control {
59
border-color: #045702;
60
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
61
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
62
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
63
}
64
.has-success .form-control:focus {
65
border-color: #022501;
66
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;
67
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;
68
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;
69
}
70
.has-success .input-group-addon {
71
color: #045702;
72
border-color: #045702;
73
background-color: #bdedbc;
74
}
75
.has-success .form-control-feedback {
76
color: #045702;
77
}
78
.has-warning .help-block,
79
.has-warning .control-label,
80
.has-warning .radio,
81
.has-warning .checkbox,
82
.has-warning .radio-inline,
83
.has-warning .checkbox-inline,
84
.has-warning.radio label,
85
.has-warning.checkbox label,
86
.has-warning.radio-inline label,
87
.has-warning.checkbox-inline label {
88
color: #574802;
89
}
90
.has-warning .form-control {
91
border-color: #574802;
92
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
93
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
94
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
95
}
96
.has-warning .form-control:focus {
97
border-color: #251f01;
98
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;
99
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;
100
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;
101
}
102
.has-warning .input-group-addon {
103
color: #574802;
104
border-color: #574802;
105
background-color: #ffefa4;
106
}
107
.has-warning .form-control-feedback {
108
color: #574802;
109
}
110
.has-error .help-block,
111
.has-error .control-label,
112
.has-error .radio,
113
.has-error .checkbox,
114
.has-error .radio-inline,
115
.has-error .checkbox-inline,
116
.has-error.radio label,
117
.has-error.checkbox label,
118
.has-error.radio-inline label,
119
.has-error.checkbox-inline label {
120
color: #ac1818;
121
}
122
.has-error .form-control {
123
border-color: #ac1818;
124
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
125
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
126
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
127
}
128
.has-error .form-control:focus {
129
border-color: #7f1212;
130
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;
131
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;
132
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;
133
}
134
.has-error .input-group-addon {
135
color: #ac1818;
136
border-color: #ac1818;
137
background-color: #ffc9c9;
138
}
139
.has-error .form-control-feedback {
140
color: #ac1818;
141
}
142
.morris-hover {
143
position: absolute;
144
z-index: 1000;
145
}
146
.morris-hover.morris-default-style {
147
border-radius: 10px;
148
padding: 6px;
149
color: #666;
150
background: rgba(255, 255, 255, 0.8);
151
border: solid 2px rgba(230, 230, 230, 0.8);
152
font-family: sans-serif;
153
font-size: 12px;
154
text-align: center;
155
}
156
.morris-hover.morris-default-style .morris-hover-row-label {
157
font-weight: bold;
158
margin: 0.25em 0;
159
}
160
.morris-hover.morris-default-style .morris-hover-point {
161
white-space: nowrap;
162
margin: 0.1em 0;
163
}
164
.scrollbar-rail-default {
165
display: none;
166
position: absolute;
167
/* please don't change 'position' */
168
-webkit-border-radius: 0px;
169
-webkit-background-clip: padding-box;
170
-moz-border-radius: 0px;
171
-moz-background-clip: padding;
172
border-radius: 0px;
173
background-clip: padding-box;
174
zoom: 1;
175
filter: alpha(opacity=0);
176
-webkit-opacity: 0;
177
-moz-opacity: 0;
178
opacity: 0;
179
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
180
-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
181
-o-transition: background-color 0.2s linear, opacity 0.2s linear;
182
transition: background-color 0.2s linear, opacity 0.2s linear;
183
}
184
.scrollbar-rail-hover {
185
background-color: #eee;
186
zoom: 1;
187
filter: alpha(opacity=90);
188
-webkit-opacity: 0.9;
189
-moz-opacity: 0.9;
190
opacity: 0.9;
191
}
192
.scrollbar-default {
193
position: absolute;
194
/* please don't change 'position' */
195
background-color: #aaa;
196
-webkit-border-radius: 0px;
197
-webkit-background-clip: padding-box;
198
-moz-border-radius: 0px;
199
-moz-background-clip: padding;
200
border-radius: 0px;
201
background-clip: padding-box;
202
-webkit-transition: background-color 0.2s linear;
203
-moz-transition: background-color 0.2s linear;
204
-o-transition: background-color 0.2s linear;
205
transition: background-color 0.2s linear;
206
}
207
.scrollbar-hover {
208
background-color: #999;
209
}
210
.in-scrolling.in-scrolling {
211
background-color: #eee;
212
zoom: 1;
213
filter: alpha(opacity=90);
214
-webkit-opacity: 0.9;
215
-moz-opacity: 0.9;
216
opacity: 0.9;
217
}
218
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
219
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
220
display: block;
221
}
222
.ps-container > .ps-scrollbar-x-rail {
223
display: none;
224
position: absolute;
225
/* please don't change 'position' */
226
-webkit-border-radius: 0px;
227
-webkit-background-clip: padding-box;
228
-moz-border-radius: 0px;
229
-moz-background-clip: padding;
230
border-radius: 0px;
231
background-clip: padding-box;
232
zoom: 1;
233
filter: alpha(opacity=0);
234
-webkit-opacity: 0;
235
-moz-opacity: 0;
236
opacity: 0;
237
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
238
-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
239
-o-transition: background-color 0.2s linear, opacity 0.2s linear;
240
transition: background-color 0.2s linear, opacity 0.2s linear;
241
bottom: 3px;
242
/* there must be 'bottom' for ps-scrollbar-x-rail */
243
height: 8px;
244
z-index: 1000;
245
}
246
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
247
position: absolute;
248
/* please don't change 'position' */
249
background-color: #aaa;
250
-webkit-border-radius: 0px;
251
-webkit-background-clip: padding-box;
252
-moz-border-radius: 0px;
253
-moz-background-clip: padding;
254
border-radius: 0px;
255
background-clip: padding-box;
256
-webkit-transition: background-color 0.2s linear;
257
-moz-transition: background-color 0.2s linear;
258
-o-transition: background-color 0.2s linear;
259
transition: background-color 0.2s linear;
260
bottom: 0;
261
/* there must be 'bottom' for ps-scrollbar-x */
262
height: 8px;
263
}
264
.ps-container > .ps-scrollbar-x-rail.in-scrolling {
265
background-color: #eee;
266
zoom: 1;
267
filter: alpha(opacity=90);
268
-webkit-opacity: 0.9;
269
-moz-opacity: 0.9;
270
opacity: 0.9;
271
}
272
.ps-container > .ps-scrollbar-y-rail {
273
display: none;
274
position: absolute;
275
/* please don't change 'position' */
276
-webkit-border-radius: 0px;
277
-webkit-background-clip: padding-box;
278
-moz-border-radius: 0px;
279
-moz-background-clip: padding;
280
border-radius: 0px;
281
background-clip: padding-box;
282
zoom: 1;
283
filter: alpha(opacity=0);
284
-webkit-opacity: 0;
285
-moz-opacity: 0;
286
opacity: 0;
287
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
288
-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
289
-o-transition: background-color 0.2s linear, opacity 0.2s linear;
290
transition: background-color 0.2s linear, opacity 0.2s linear;
291
right: 2px;
292
/* there must be 'right' for ps-scrollbar-y-rail */
293
width: 5px;
294
z-index: 1000;
295
}
296
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
297
position: absolute;
298
/* please don't change 'position' */
299
background-color: #aaa;
300
-webkit-border-radius: 0px;
301
-webkit-background-clip: padding-box;
302
-moz-border-radius: 0px;
303
-moz-background-clip: padding;
304
border-radius: 0px;
305
background-clip: padding-box;
306
-webkit-transition: background-color 0.2s linear;
307
-moz-transition: background-color 0.2s linear;
308
-o-transition: background-color 0.2s linear;
309
transition: background-color 0.2s linear;
310
right: 0;
311
/* there must be 'right' for ps-scrollbar-y */
312
width: 5px;
313
}
314
.ps-container > .ps-scrollbar-y-rail.in-scrolling {
315
background-color: #eee;
316
zoom: 1;
317
filter: alpha(opacity=90);
318
-webkit-opacity: 0.9;
319
-moz-opacity: 0.9;
320
opacity: 0.9;
321
}
322
.ps-container:hover > .ps-scrollbar-x-rail,
323
.ps-container:hover > .ps-scrollbar-y-rail {
324
zoom: 1;
325
filter: alpha(opacity=60);
326
-webkit-opacity: 0.6;
327
-moz-opacity: 0.6;
328
opacity: 0.6;
329
}
330
.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,
331
.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
332
background-color: #eee;
333
zoom: 1;
334
filter: alpha(opacity=90);
335
-webkit-opacity: 0.9;
336
-moz-opacity: 0.9;
337
opacity: 0.9;
338
}
339
.ps-container:hover > .ps-scrollbar-x-rail:hover {
340
background-color: #eee;
341
zoom: 1;
342
filter: alpha(opacity=90);
343
-webkit-opacity: 0.9;
344
-moz-opacity: 0.9;
345
opacity: 0.9;
346
}
347
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
348
background-color: #999;
349
}
350
.ps-container:hover > .ps-scrollbar-y-rail:hover {
351
background-color: #eee;
352
zoom: 1;
353
filter: alpha(opacity=90);
354
-webkit-opacity: 0.9;
355
-moz-opacity: 0.9;
356
opacity: 0.9;
357
}
358
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
359
background-color: #999;
360
}
361
.panel {
362
margin-bottom: 17px;
363
background-color: #fff;
364
border: 1px solid transparent;
365
border-radius: 3px;
366
-webkit-box-shadow: none;
367
-moz-box-shadow: none;
368
box-shadow: none;
369
}
370
.panel > .panel-heading .panel-title {
371
font-size: 12px;
372
}
373
.panel > .panel-heading .panel-title h4 {
374
font-size: 14px;
375
color: #303641;
376
}
377
.panel.panel-shadow {
378
-webkit-box-shadow: 0 3px 1px rgba(0,0,0,.04);
379
-moz-box-shadow: 0 3px 1px rgba(0,0,0,.04);
380
box-shadow: 0 3px 1px rgba(0,0,0,.04);
381
}
382
.panel.reloading > .panel-heading > .panel-options > a[rel="reload"] > i {
383
-webkit-transition: none;
384
-moz-transition: none;
385
-o-transition: none;
386
transition: none;
387
-webkit-animation: reloadingAnimation 1s linear infinite;
388
-moz-animation: reloadingAnimation 1s linear infinite;
389
-o-animation: reloadingAnimation 1s linear infinite;
390
animation: reloadingAnimation 1s linear infinite;
391
}
392
.panel.panel-collapse > .panel-heading > .panel-options > a[rel="collapse"] > i {
393
-webkit-transform: rotate(180deg);
394
-moz-transform: rotate(180deg);
395
-ms-transform: rotate(180deg);
396
-o-transform: rotate(180deg);
397
transform: rotate(180deg);
398
}
399
.panel .blockUI.blockOverlay {
400
background-image: url(../images/loader-1.gif);
401
background-image: url(../images/loader-2.gif);
402
background-repeat: no-repeat;
403
background-position: center center;
404
}
405
.panel[data-collapsed="1"] .panel-body {
406
display: none;
407
}
408
.panel[data-collapsed="1"] .panel-heading > .panel-options > a[rel="collapse"] > i {
409
-webkit-transform: rotate(180deg);
410
-moz-transform: rotate(180deg);
411
-ms-transform: rotate(180deg);
412
-o-transform: rotate(180deg);
413
transform: rotate(180deg);
414
}
415
.panel.minimal > .panel-heading {
416
padding: 0;
417
border-bottom: 1px solid #ebebeb;
418
}
419
.panel.minimal > .panel-heading > .panel-title {
420
position: relative;
421
color: #303641;
422
padding: 0;
423
padding-bottom: 10px;
424
top: 8px;
425
}
426
.panel.minimal > .panel-heading > .panel-options {
427
padding-right: 0;
428
}
429
.panel.minimal > .panel-heading > .panel-options > .nav-tabs {
430
position: relative;
431
top: 1px;
432
}
433
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a {
434
padding: 8px 10px;
435
font-size: 12px;
436
-webkit-border-radius: 3px 3px 0 0;
437
-webkit-background-clip: padding-box;
438
-moz-border-radius: 3px 3px 0 0;
439
-moz-background-clip: padding;
440
border-radius: 3px 3px 0 0;
441
background-clip: padding-box;
442
-webkit-transition: all 300ms ease-in-out;
443
-moz-transition: all 300ms ease-in-out;
444
-o-transition: all 300ms ease-in-out;
445
transition: all 300ms ease-in-out;
446
}
447
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a i {
448
color: #d0d3d9;
449
font-size: 14px;
450
line-height: 1;
451
-webkit-transition: all 300ms ease-in-out;
452
-moz-transition: all 300ms ease-in-out;
453
-o-transition: all 300ms ease-in-out;
454
transition: all 300ms ease-in-out;
455
}
456
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a:hover {
457
background-color: #f0f0f1;
458
}
459
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a {
460
border-bottom-color: #fff;
461
}
462
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a:hover {
463
background-color: #fff;
464
}
465
.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a i {
466
color: #303641;
467
}
468
.panel.minimal > .panel-body {
469
padding-left: 0;
470
padding-right: 0;
471
}
472
.panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
473
background-color: #f3f3f3;
474
border-color: #ebebeb;
475
color: rgba(115, 120, 129, 0.75);
476
}
477
.panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
478
background-color: #fff;
479
border-bottom-color: #fff;
480
color: #303641;
481
}
482
.panel-body {
483
position: relative;
484
padding: 15px;
485
}
486
.panel-body:before,
487
.panel-body:after {
488
content: " ";
489
display: table;
490
}
491
.panel-body:after {
492
clear: both;
493
}
494
.panel-body.no-padding {
495
padding: 0;
496
}
497
.panel > .list-group {
498
margin-bottom: 0;
499
}
500
.panel > .list-group .list-group-item {
501
border-width: 1px 0;
502
border-radius: 0;
503
}
504
.panel > .list-group .list-group-item:first-child {
505
border-top: 0;
506
}
507
.panel > .list-group .list-group-item:last-child {
508
border-bottom: 0;
509
}
510
.panel > .list-group:first-child .list-group-item:first-child {
511
border-top-right-radius: 2px;
512
border-top-left-radius: 2px;
513
}
514
.panel > .list-group:last-child .list-group-item:last-child {
515
border-bottom-right-radius: 2px;
516
border-bottom-left-radius: 2px;
517
}
518
.panel-heading + .list-group .list-group-item:first-child {
519
border-top-width: 0;
520
}
521
.panel > .table,
522
.panel > .table-responsive > .table {
523
margin-bottom: 0;
524
}
525
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
526
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
527
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
528
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
529
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
530
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
531
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
532
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
533
border-top-left-radius: 2px;
534
}
535
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
536
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
537
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
538
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
539
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
540
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
541
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
542
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
543
border-top-right-radius: 2px;
544
}
545
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
546
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
547
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
548
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
549
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
550
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
551
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
552
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
553
border-bottom-left-radius: 2px;
554
}
555
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
556
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
557
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
558
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
559
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
560
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
561
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
562
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
563
border-bottom-right-radius: 2px;
564
}
565
.panel > .panel-body + .table,
566
.panel > .panel-body + .table-responsive {
567
border-top: 1px solid #ebebeb;
568
}
569
.panel > .table > tbody:first-child > tr:first-child th,
570
.panel > .table > tbody:first-child > tr:first-child td {
571
border-top: 0;
572
}
573
.panel > .table-bordered,
574
.panel > .table-responsive > .table-bordered {
575
border: 0;
576
}
577
.panel > .table-bordered > thead > tr > th:first-child,
578
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
579
.panel > .table-bordered > tbody > tr > th:first-child,
580
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
581
.panel > .table-bordered > tfoot > tr > th:first-child,
582
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
583
.panel > .table-bordered > thead > tr > td:first-child,
584
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
585
.panel > .table-bordered > tbody > tr > td:first-child,
586
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
587
.panel > .table-bordered > tfoot > tr > td:first-child,
588
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
589
border-left: 0;
590
}
591
.panel > .table-bordered > thead > tr > th:last-child,
592
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
593
.panel > .table-bordered > tbody > tr > th:last-child,
594
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
595
.panel > .table-bordered > tfoot > tr > th:last-child,
596
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
597
.panel > .table-bordered > thead > tr > td:last-child,
598
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
599
.panel > .table-bordered > tbody > tr > td:last-child,
600
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
601
.panel > .table-bordered > tfoot > tr > td:last-child,
602
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
603
border-right: 0;
604
}
605
.panel > .table-bordered > thead > tr:first-child > th,
606
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
607
.panel > .table-bordered > tbody > tr:first-child > th,
608
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
609
.panel > .table-bordered > tfoot > tr:first-child > th,
610
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
611
.panel > .table-bordered > thead > tr:first-child > td,
612
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
613
.panel > .table-bordered > tbody > tr:first-child > td,
614
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
615
.panel > .table-bordered > tfoot > tr:first-child > td,
616
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
617
border-top: 0;
618
}
619
.panel > .table-bordered > thead > tr:last-child > th,
620
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
621
.panel > .table-bordered > tbody > tr:last-child > th,
622
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
623
.panel > .table-bordered > tfoot > tr:last-child > th,
624
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
625
.panel > .table-bordered > thead > tr:last-child > td,
626
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
627
.panel > .table-bordered > tbody > tr:last-child > td,
628
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
629
.panel > .table-bordered > tfoot > tr:last-child > td,
630
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
631
border-bottom: 0;
632
}
633
.panel > .table-responsive {
634
border: 0;
635
margin-bottom: 0;
636
}
637
.panel-heading {
638
border-bottom: 1px solid transparent;
639
border-top-right-radius: 3px;
640
border-top-left-radius: 3px;
641
}
642
.panel-heading:before,
643
.panel-heading:after {
644
content: " ";
645
display: table;
646
}
647
.panel-heading:after {
648
clear: both;
649
}
650
.panel-heading > .dropdown .dropdown-toggle {
651
color: inherit;
652
}
653
.panel-heading > .panel-title {
654
float: left;
655
padding: 10px 15px;
656
}
657
.panel-heading > .panel-title > * {
658
margin: 0;
659
}
660
.panel-heading > .panel-title > span {
661
font-weight: normal;
662
}
663
.panel-heading > .panel-options {
664
float: right;
665
padding-right: 15px;
666
}
667
.panel-heading > .panel-options > a {
668
margin-top: 10px;
669
}
670
.panel-heading > .panel-options > a[rel="reload"] > i {
671
-webkit-transform-origin: 50%;
672
-moz-transform-origin: 50%;
673
-ms-transform-origin: 50%;
674
-o-transform-origin: 50%;
675
transform-origin: 50%;
676
}
677
.panel-heading > .panel-options > a[rel="collapse"] > i {
678
-webkit-transition: all 300ms ease-in-out;
679
-moz-transition: all 300ms ease-in-out;
680
-o-transition: all 300ms ease-in-out;
681
transition: all 300ms ease-in-out;
682
}
683
.panel-heading > .panel-options > .nav-tabs {
684
margin-top: 0;
685
margin-bottom: 0;
686
}
687
.panel-heading > .panel-options > .nav-tabs > li {
688
margin-right: 4px;
689
}
690
.panel-heading > .panel-options > .nav-tabs > li:last-child {
691
margin-right: 0;
692
}
693
lesshat-selector {
694
-lh-property: 0; }
695
@-webkit-keyframes reloadingAnimation{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(360deg); }}}
696
@-moz-keyframes reloadingAnimation{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(360deg); }}}
697
@-o-keyframes reloadingAnimation{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(360deg); }}}
698
@keyframes reloadingAnimation{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }};
699
}
700
.panel-title {
701
margin-top: 0;
702
margin-bottom: 0;
703
font-size: 14px;
704
}
705
.panel-title > a {
706
color: inherit;
707
}
708
.panel-footer {
709
padding: 10px 15px;
710
background-color: #f5f5f5;
711
border-top: 1px solid #ddd;
712
border-bottom-right-radius: 2px;
713
border-bottom-left-radius: 2px;
714
}
715
.panel-group {
716
margin-bottom: 17px;
717
}
718
.panel-group .panel {
719
margin-bottom: 0;
720
overflow: hidden;
721
}
722
.panel-group .panel > .panel-heading > .panel-title {
723
float: none;
724
}
725
.panel-group .panel > .panel-heading > .panel-title > a {
726
display: block;
727
}
728
.panel-group .panel + .panel {
729
margin-top: 5px;
730
}
731
.panel-group .panel-heading {
732
border-bottom: 0;
733
}
734
.panel-group .panel-heading + .panel-collapse .panel-body {
735
border-top: 1px solid #ddd;
736
}
737
.panel-group .panel-footer {
738
border-top: 0;
739
}
740
.panel-group .panel-footer + .panel-collapse .panel-body {
741
border-bottom: 1px solid #ddd;
742
}
743
.panel-group.joined > .panel {
744
-webkit-border-radius: 0;
745
-webkit-background-clip: padding-box;
746
-moz-border-radius: 0;
747
-moz-background-clip: padding;
748
border-radius: 0;
749
background-clip: padding-box;
750
}
751
.panel-group.joined > .panel + .panel {
752
margin-top: 0;
753
border-top: 0;
754
}
755
.panel-group.joined > .panel > .panel-heading {
756
background-color: #ffffff;
757
}
758
.panel-group.joined > .panel > .panel-heading h4 a:before {
759
position: relative;
760
content: '\e87a';
761
display: inline-block;
762
font-family: "Entypo";
763
color: rgba(115, 120, 129, 0.7);
764
padding: 10px 15px;
765
padding: 0;
766
float: right;
767
font-size: 17px;
768
margin-left: 13px;
769
top: 0px;
770
-webkit-transition: all 300ms ease-in-out;
771
-moz-transition: all 300ms ease-in-out;
772
-o-transition: all 300ms ease-in-out;
773
transition: all 300ms ease-in-out;
774
}
775
.panel-group.joined > .panel > .panel-heading h4 a.collapsed:before {
776
-webkit-transform: rotate(180deg);
777
-moz-transform: rotate(180deg);
778
-ms-transform: rotate(180deg);
779
-o-transform: rotate(180deg);
780
transform: rotate(180deg);
781
}
782
.panel-group.joined > .panel > .panel-heading + .panel-collapse {
783
background-color: #f5f5f6;
784
margin-bottom: 0;
785
font-size: 12px;
786
}
787
.panel-group.joined > .panel:first-child {
788
-webkit-border-radius: 3px 3px 0 0;
789
-webkit-background-clip: padding-box;
790
-moz-border-radius: 3px 3px 0 0;
791
-moz-background-clip: padding;
792
border-radius: 3px 3px 0 0;
793
background-clip: padding-box;
794
}
795
.panel-group.joined > .panel:last-child {
796
-webkit-border-radius: 0 0 3px 3px;
797
-webkit-background-clip: padding-box;
798
-moz-border-radius: 0 0 3px 3px;
799
-moz-background-clip: padding;
800
border-radius: 0 0 3px 3px;
801
background-clip: padding-box;
802
}
803
.panel-primary {
804
border-color: #ebebeb;
805
-webkit-border-radius: 3px;
806
-webkit-background-clip: padding-box;
807
-moz-border-radius: 3px;
808
-moz-background-clip: padding;
809
border-radius: 3px;
810
background-clip: padding-box;
811
}
812
.panel-primary > .panel-heading {
813
color: #373e4a;
814
background-color: #ffffff;
815
border-color: #ebebeb;
816
padding: 0;
817
}
818
.panel-primary > .panel-heading + .panel-collapse .panel-body {
819
border-top-color: #ebebeb;
820
}
821
.panel-primary > .panel-heading > .dropdown .caret {
822
border-color: #373e4a transparent;
823
}
824
.panel-primary > .panel-heading > .panel-title > a {
825
color: #373e4a;
826
}
827
.panel-primary > .panel-heading > .panel-options > a {
828
display: inline-block;
829
color: #373e4a;
830
text-align: center;
831
line-height: 1;
832
padding: 4px 2px;
833
-webkit-border-radius: 3px;
834
-webkit-background-clip: padding-box;
835
-moz-border-radius: 3px;
836
-moz-background-clip: padding;
837
border-radius: 3px;
838
background-clip: padding-box;
839
-webkit-transition: all 300ms ease-in-out;
840
-moz-transition: all 300ms ease-in-out;
841
-o-transition: all 300ms ease-in-out;
842
transition: all 300ms ease-in-out;
843
}
844
.panel-primary > .panel-heading > .panel-options > a.bg {
845
background-color: #f8f8f8;
846
margin-left: 5px;
847
}
848
.panel-primary > .panel-heading > .panel-options > a.bg:hover {
849
background-color: #ffffff;
850
}
851
.panel-primary > .panel-heading > .panel-options > a i {
852
margin: 0;
853
padding: 0;
854
display: inline-block;
855
}
856
.panel-primary > .panel-heading > .panel-options > .nav-tabs {
857
position: relative;
858
top: 1px;
859
border-bottom: 1px solid #ebebeb;
860
padding-top: 5px;
861
}
862
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li {
863
background-color: transparent;
864
}
865
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a {
866
border-color: #ebebeb;
867
background-color: #ebebeb;
868
padding: 8px 10px;
869
color: rgba(55, 62, 74, 0.5);
870
font-size: 12px;
871
-webkit-border-radius: 3px 3px 0 0;
872
-webkit-background-clip: padding-box;
873
-moz-border-radius: 3px 3px 0 0;
874
-moz-background-clip: padding;
875
border-radius: 3px 3px 0 0;
876
background-clip: padding-box;
877
-webkit-transition: all 300ms ease-in-out;
878
-moz-transition: all 300ms ease-in-out;
879
-o-transition: all 300ms ease-in-out;
880
transition: all 300ms ease-in-out;
881
}
882
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a > i {
883
font-size: 14px;
884
line-height: 1;
885
-webkit-transition: all 300ms ease-in-out;
886
-moz-transition: all 300ms ease-in-out;
887
-o-transition: all 300ms ease-in-out;
888
transition: all 300ms ease-in-out;
889
}
890
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a {
891
border-bottom: 1px solid #ffffff;
892
background-color: #ffffff;
893
color: #373e4a;
894
}
895
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
896
color: #373e4a;
897
}
898
.panel-primary > .panel-footer {
899
background-color: #ffffff;
900
color: #373e4a;
901
border-top-color: #ebebeb;
902
}
903
.panel-primary > .panel-footer + .panel-collapse .panel-body {
904
border-bottom-color: #ebebeb;
905
}
906
.panel-primary > .panel-body + .panel-body {
907
border-top-color: #ebebeb;
908
}
909
.panel-invert {
910
border-color: #39414e;
911
-webkit-border-radius: 3px;
912
-webkit-background-clip: padding-box;
913
-moz-border-radius: 3px;
914
-moz-background-clip: padding;
915
border-radius: 3px;
916
background-clip: padding-box;
917
}
918
.panel-invert > .panel-heading {
919
color: #fff;
920
background-color: #303641;
921
border-color: #39414e;
922
padding: 0;
923
}
924
.panel-invert > .panel-heading + .panel-collapse .panel-body {
925
border-top-color: #39414e;
926
}
927
.panel-invert > .panel-heading > .dropdown .caret {
928
border-color: #fff transparent;
929
}
930
.panel-invert > .panel-heading > .panel-title > a {
931
color: #fff;
932
}
933
.panel-invert > .panel-heading > .panel-options > a {
934
display: inline-block;
935
color: #fff;
936
text-align: center;
937
line-height: 1;
938
padding: 4px 2px;
939
-webkit-border-radius: 3px;
940
-webkit-background-clip: padding-box;
941
-moz-border-radius: 3px;
942
-moz-background-clip: padding;
943
border-radius: 3px;
944
background-clip: padding-box;
945
-webkit-transition: all 300ms ease-in-out;
946
-moz-transition: all 300ms ease-in-out;
947
-o-transition: all 300ms ease-in-out;
948
transition: all 300ms ease-in-out;
949
}
950
.panel-invert > .panel-heading > .panel-options > a.bg {
951
background-color: #4f5a6b;
952
margin-left: 5px;
953
}
954
.panel-invert > .panel-heading > .panel-options > a.bg:hover {
955
background-color: #556174;
956
}
957
.panel-invert > .panel-heading > .panel-options > a i {
958
margin: 0;
959
padding: 0;
960
display: inline-block;
961
}
962
.panel-invert > .panel-heading > .panel-options > .nav-tabs {
963
position: relative;
964
top: 1px;
965
border-bottom: 1px solid #39414e;
966
padding-top: 5px;
967
}
968
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li {
969
background-color: transparent;
970
}
971
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a {
972
border-color: #39414e;
973
background-color: #39414e;
974
padding: 8px 10px;
975
color: rgba(255, 255, 255, 0.5);
976
font-size: 12px;
977
-webkit-border-radius: 3px 3px 0 0;
978
-webkit-background-clip: padding-box;
979
-moz-border-radius: 3px 3px 0 0;
980
-moz-background-clip: padding;
981
border-radius: 3px 3px 0 0;
982
background-clip: padding-box;
983
-webkit-transition: all 300ms ease-in-out;
984
-moz-transition: all 300ms ease-in-out;
985
-o-transition: all 300ms ease-in-out;
986
transition: all 300ms ease-in-out;
987
}
988
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a > i {
989
font-size: 14px;
990
line-height: 1;
991
-webkit-transition: all 300ms ease-in-out;
992
-moz-transition: all 300ms ease-in-out;
993
-o-transition: all 300ms ease-in-out;
994
transition: all 300ms ease-in-out;
995
}
996
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a {
997
border-bottom: 1px solid #303641;
998
background-color: #303641;
999
color: #fff;
1000
}
1001
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1002
color: #fff;
1003
}
1004
.panel-invert > .panel-footer {
1005
background-color: #303641;
1006
color: #fff;
1007
border-top-color: #39414e;
1008
}
1009
.panel-invert > .panel-footer + .panel-collapse .panel-body {
1010
border-bottom-color: #39414e;
1011
}
1012
.panel-invert > .panel-body + .panel-body {
1013
border-top-color: #39414e;
1014
}
1015
.panel-invert > .panel-body {
1016
background-color: #303641;
1017
color: #778193;
1018
}
1019
.panel-default {
1020
border-color: #ebebeb;
1021
-webkit-border-radius: 3px;
1022
-webkit-background-clip: padding-box;
1023
-moz-border-radius: 3px;
1024
-moz-background-clip: padding;
1025
border-radius: 3px;
1026
background-clip: padding-box;
1027
}
1028
.panel-default > .panel-heading {
1029
color: #373e4a;
1030
background-color: #f0f0f1;
1031
border-color: #ebebeb;
1032
padding: 0;
1033
}
1034
.panel-default > .panel-heading + .panel-collapse .panel-body {
1035
border-top-color: #ebebeb;
1036
}
1037
.panel-default > .panel-heading > .dropdown .caret {
1038
border-color: #373e4a transparent;
1039
}
1040
.panel-default > .panel-heading > .panel-title > a {
1041
color: #373e4a;
1042
}
1043
.panel-default > .panel-heading > .panel-options > a {
1044
display: inline-block;
1045
color: #373e4a;
1046
text-align: center;
1047
line-height: 1;
1048
padding: 4px 2px;
1049
-webkit-border-radius: 3px;
1050
-webkit-background-clip: padding-box;
1051
-moz-border-radius: 3px;
1052
-moz-background-clip: padding;
1053
border-radius: 3px;
1054
background-clip: padding-box;
1055
-webkit-transition: all 300ms ease-in-out;
1056
-moz-transition: all 300ms ease-in-out;
1057
-o-transition: all 300ms ease-in-out;
1058
transition: all 300ms ease-in-out;
1059
}
1060
.panel-default > .panel-heading > .panel-options > a.bg {
1061
background-color: #dedede;
1062
margin-left: 5px;
1063
}
1064
.panel-default > .panel-heading > .panel-options > a.bg:hover {
1065
background-color: #e6e6e6;
1066
}
1067
.panel-default > .panel-heading > .panel-options > a i {
1068
margin: 0;
1069
padding: 0;
1070
display: inline-block;
1071
}
1072
.panel-default > .panel-heading > .panel-options > .nav-tabs {
1073
position: relative;
1074
top: 1px;
1075
border-bottom: 1px solid #ebebeb;
1076
padding-top: 5px;
1077
}
1078
.panel-default > .panel-heading > .panel-options > .nav-tabs > li {
1079
background-color: transparent;
1080
}
1081
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
1082
border-color: #ebebeb;
1083
background-color: #ebebeb;
1084
padding: 8px 10px;
1085
color: rgba(55, 62, 74, 0.5);
1086
font-size: 12px;
1087
-webkit-border-radius: 3px 3px 0 0;
1088
-webkit-background-clip: padding-box;
1089
-moz-border-radius: 3px 3px 0 0;
1090
-moz-background-clip: padding;
1091
border-radius: 3px 3px 0 0;
1092
background-clip: padding-box;
1093
-webkit-transition: all 300ms ease-in-out;
1094
-moz-transition: all 300ms ease-in-out;
1095
-o-transition: all 300ms ease-in-out;
1096
transition: all 300ms ease-in-out;
1097
}
1098
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1099
font-size: 14px;
1100
line-height: 1;
1101
-webkit-transition: all 300ms ease-in-out;
1102
-moz-transition: all 300ms ease-in-out;
1103
-o-transition: all 300ms ease-in-out;
1104
transition: all 300ms ease-in-out;
1105
}
1106
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1107
border-bottom: 1px solid #f0f0f1;
1108
background-color: #f0f0f1;
1109
color: #373e4a;
1110
}
1111
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1112
color: #373e4a;
1113
}
1114
.panel-default > .panel-footer {
1115
background-color: #f0f0f1;
1116
color: #373e4a;
1117
border-top-color: #ebebeb;
1118
}
1119
.panel-default > .panel-footer + .panel-collapse .panel-body {
1120
border-bottom-color: #ebebeb;
1121
}
1122
.panel-default > .panel-body + .panel-body {
1123
border-top-color: #ebebeb;
1124
}
1125
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
1126
background-color: #dedede;
1127
}
1128
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1129
background-color: #fff;
1130
border-bottom-color: #fff;
1131
}
1132
.panel-success {
1133
border-color: #b4e8a8;
1134
-webkit-border-radius: 3px;
1135
-webkit-background-clip: padding-box;
1136
-moz-border-radius: 3px;
1137
-moz-background-clip: padding;
1138
border-radius: 3px;
1139
background-clip: padding-box;
1140
}
1141
.panel-success > .panel-heading {
1142
color: #045702;
1143
background-color: #bdedbc;
1144
border-color: #b4e8a8;
1145
padding: 0;
1146
}
1147
.panel-success > .panel-heading + .panel-collapse .panel-body {
1148
border-top-color: #b4e8a8;
1149
}
1150
.panel-success > .panel-heading > .dropdown .caret {
1151
border-color: #045702 transparent;
1152
}
1153
.panel-success > .panel-heading > .panel-title > a {
1154
color: #045702;
1155
}
1156
.panel-success > .panel-heading > .panel-options > a {
1157
display: inline-block;
1158
color: #045702;
1159
text-align: center;
1160
line-height: 1;
1161
padding: 4px 2px;
1162
-webkit-border-radius: 3px;
1163
-webkit-background-clip: padding-box;
1164
-moz-border-radius: 3px;
1165
-moz-background-clip: padding;
1166
border-radius: 3px;
1167
background-clip: padding-box;
1168
-webkit-transition: all 300ms ease-in-out;
1169
-moz-transition: all 300ms ease-in-out;
1170
-o-transition: all 300ms ease-in-out;
1171
transition: all 300ms ease-in-out;
1172
}
1173
.panel-success > .panel-heading > .panel-options > a.bg {
1174
background-color: #a2e294;
1175
margin-left: 5px;
1176
}
1177
.panel-success > .panel-heading > .panel-options > a.bg:hover {
1178
background-color: #ade5a0;
1179
}
1180
.panel-success > .panel-heading > .panel-options > a i {
1181
margin: 0;
1182
padding: 0;
1183
display: inline-block;
1184
}
1185
.panel-success > .panel-heading > .panel-options > .nav-tabs {
1186
position: relative;
1187
top: 1px;
1188
border-bottom: 1px solid #b4e8a8;
1189
padding-top: 5px;
1190
}
1191
.panel-success > .panel-heading > .panel-options > .nav-tabs > li {
1192
background-color: transparent;
1193
}
1194
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
1195
border-color: #b4e8a8;
1196
background-color: #b4e8a8;
1197
padding: 8px 10px;
1198
color: rgba(4, 87, 2, 0.5);
1199
font-size: 12px;
1200
-webkit-border-radius: 3px 3px 0 0;
1201
-webkit-background-clip: padding-box;
1202
-moz-border-radius: 3px 3px 0 0;
1203
-moz-background-clip: padding;
1204
border-radius: 3px 3px 0 0;
1205
background-clip: padding-box;
1206
-webkit-transition: all 300ms ease-in-out;
1207
-moz-transition: all 300ms ease-in-out;
1208
-o-transition: all 300ms ease-in-out;
1209
transition: all 300ms ease-in-out;
1210
}
1211
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1212
font-size: 14px;
1213
line-height: 1;
1214
-webkit-transition: all 300ms ease-in-out;
1215
-moz-transition: all 300ms ease-in-out;
1216
-o-transition: all 300ms ease-in-out;
1217
transition: all 300ms ease-in-out;
1218
}
1219
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1220
border-bottom: 1px solid #bdedbc;
1221
background-color: #bdedbc;
1222
color: #045702;
1223
}
1224
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1225
color: #045702;
1226
}
1227
.panel-success > .panel-footer {
1228
background-color: #bdedbc;
1229
color: #045702;
1230
border-top-color: #b4e8a8;
1231
}
1232
.panel-success > .panel-footer + .panel-collapse .panel-body {
1233
border-bottom-color: #b4e8a8;
1234
}
1235
.panel-success > .panel-body + .panel-body {
1236
border-top-color: #b4e8a8;
1237
}
1238
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
1239
background-color: #91dd80;
1240
}
1241
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1242
background-color: #fff;
1243
border-bottom-color: #fff;
1244
}
1245
.panel-warning {
1246
border-color: #ffd78a;
1247
-webkit-border-radius: 3px;
1248
-webkit-background-clip: padding-box;
1249
-moz-border-radius: 3px;
1250
-moz-background-clip: padding;
1251
border-radius: 3px;
1252
background-clip: padding-box;
1253
}
1254
.panel-warning > .panel-heading {
1255
color: #574802;
1256
background-color: #ffefa4;
1257
border-color: #ffd78a;
1258
padding: 0;
1259
}
1260
.panel-warning > .panel-heading + .panel-collapse .panel-body {
1261
border-top-color: #ffd78a;
1262
}
1263
.panel-warning > .panel-heading > .dropdown .caret {
1264
border-color: #574802 transparent;
1265
}
1266
.panel-warning > .panel-heading > .panel-title > a {
1267
color: #574802;
1268
}
1269
.panel-warning > .panel-heading > .panel-options > a {
1270
display: inline-block;
1271
color: #574802;
1272
text-align: center;
1273
line-height: 1;
1274
padding: 4px 2px;
1275
-webkit-border-radius: 3px;
1276
-webkit-background-clip: padding-box;
1277
-moz-border-radius: 3px;
1278
-moz-background-clip: padding;
1279
border-radius: 3px;
1280
background-clip: padding-box;
1281
-webkit-transition: all 300ms ease-in-out;
1282
-moz-transition: all 300ms ease-in-out;
1283
-o-transition: all 300ms ease-in-out;
1284
transition: all 300ms ease-in-out;
1285
}
1286
.panel-warning > .panel-heading > .panel-options > a.bg {
1287
background-color: #ffce71;
1288
margin-left: 5px;
1289
}
1290
.panel-warning > .panel-heading > .panel-options > a.bg:hover {
1291
background-color: #ffd480;
1292
}
1293
.panel-warning > .panel-heading > .panel-options > a i {
1294
margin: 0;
1295
padding: 0;
1296
display: inline-block;
1297
}
1298
.panel-warning > .panel-heading > .panel-options > .nav-tabs {
1299
position: relative;
1300
top: 1px;
1301
border-bottom: 1px solid #ffd78a;
1302
padding-top: 5px;
1303
}
1304
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li {
1305
background-color: transparent;
1306
}
1307
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
1308
border-color: #ffd78a;
1309
background-color: #ffd78a;
1310
padding: 8px 10px;
1311
color: rgba(87, 72, 2, 0.5);
1312
font-size: 12px;
1313
-webkit-border-radius: 3px 3px 0 0;
1314
-webkit-background-clip: padding-box;
1315
-moz-border-radius: 3px 3px 0 0;
1316
-moz-background-clip: padding;
1317
border-radius: 3px 3px 0 0;
1318
background-clip: padding-box;
1319
-webkit-transition: all 300ms ease-in-out;
1320
-moz-transition: all 300ms ease-in-out;
1321
-o-transition: all 300ms ease-in-out;
1322
transition: all 300ms ease-in-out;
1323
}
1324
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1325
font-size: 14px;
1326
line-height: 1;
1327
-webkit-transition: all 300ms ease-in-out;
1328
-moz-transition: all 300ms ease-in-out;
1329
-o-transition: all 300ms ease-in-out;
1330
transition: all 300ms ease-in-out;
1331
}
1332
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1333
border-bottom: 1px solid #ffefa4;
1334
background-color: #ffefa4;
1335
color: #574802;
1336
}
1337
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1338
color: #574802;
1339
}
1340
.panel-warning > .panel-footer {
1341
background-color: #ffefa4;
1342
color: #574802;
1343
border-top-color: #ffd78a;
1344
}
1345
.panel-warning > .panel-footer + .panel-collapse .panel-body {
1346
border-bottom-color: #ffd78a;
1347
}
1348
.panel-warning > .panel-body + .panel-body {
1349
border-top-color: #ffd78a;
1350
}
1351
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
1352
background-color: #ffe258;
1353
}
1354
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1355
background-color: #fff;
1356
border-bottom-color: #fff;
1357
}
1358
.panel-danger {
1359
border-color: #ffafbd;
1360
-webkit-border-radius: 3px;
1361
-webkit-background-clip: padding-box;
1362
-moz-border-radius: 3px;
1363
-moz-background-clip: padding;
1364
border-radius: 3px;
1365
background-clip: padding-box;
1366
}
1367
.panel-danger > .panel-heading {
1368
color: #ac1818;
1369
background-color: #ffc9c9;
1370
border-color: #ffafbd;
1371
padding: 0;
1372
}
1373
.panel-danger > .panel-heading + .panel-collapse .panel-body {
1374
border-top-color: #ffafbd;
1375
}
1376
.panel-danger > .panel-heading > .dropdown .caret {
1377
border-color: #ac1818 transparent;
1378
}
1379
.panel-danger > .panel-heading > .panel-title > a {
1380
color: #ac1818;
1381
}
1382
.panel-danger > .panel-heading > .panel-options > a {
1383
display: inline-block;
1384
color: #ac1818;
1385
text-align: center;
1386
line-height: 1;
1387
padding: 4px 2px;
1388
-webkit-border-radius: 3px;
1389
-webkit-background-clip: padding-box;
1390
-moz-border-radius: 3px;
1391
-moz-background-clip: padding;
1392
border-radius: 3px;
1393
background-clip: padding-box;
1394
-webkit-transition: all 300ms ease-in-out;
1395
-moz-transition: all 300ms ease-in-out;
1396
-o-transition: all 300ms ease-in-out;
1397
transition: all 300ms ease-in-out;
1398
}
1399
.panel-danger > .panel-heading > .panel-options > a.bg {
1400
background-color: #ff96a7;
1401
margin-left: 5px;
1402
}
1403
.panel-danger > .panel-heading > .panel-options > a.bg:hover {
1404
background-color: #ffa5b4;
1405
}
1406
.panel-danger > .panel-heading > .panel-options > a i {
1407
margin: 0;
1408
padding: 0;
1409
display: inline-block;
1410
}
1411
.panel-danger > .panel-heading > .panel-options > .nav-tabs {
1412
position: relative;
1413
top: 1px;
1414
border-bottom: 1px solid #ffafbd;
1415
padding-top: 5px;
1416
}
1417
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li {
1418
background-color: transparent;
1419
}
1420
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
1421
border-color: #ffafbd;
1422
background-color: #ffafbd;
1423
padding: 8px 10px;
1424
color: rgba(172, 24, 24, 0.5);
1425
font-size: 12px;
1426
-webkit-border-radius: 3px 3px 0 0;
1427
-webkit-background-clip: padding-box;
1428
-moz-border-radius: 3px 3px 0 0;
1429
-moz-background-clip: padding;
1430
border-radius: 3px 3px 0 0;
1431
background-clip: padding-box;
1432
-webkit-transition: all 300ms ease-in-out;
1433
-moz-transition: all 300ms ease-in-out;
1434
-o-transition: all 300ms ease-in-out;
1435
transition: all 300ms ease-in-out;
1436
}
1437
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1438
font-size: 14px;
1439
line-height: 1;
1440
-webkit-transition: all 300ms ease-in-out;
1441
-moz-transition: all 300ms ease-in-out;
1442
-o-transition: all 300ms ease-in-out;
1443
transition: all 300ms ease-in-out;
1444
}
1445
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1446
border-bottom: 1px solid #ffc9c9;
1447
background-color: #ffc9c9;
1448
color: #ac1818;
1449
}
1450
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1451
color: #ac1818;
1452
}
1453
.panel-danger > .panel-footer {
1454
background-color: #ffc9c9;
1455
color: #ac1818;
1456
border-top-color: #ffafbd;
1457
}
1458
.panel-danger > .panel-footer + .panel-collapse .panel-body {
1459
border-bottom-color: #ffafbd;
1460
}
1461
.panel-danger > .panel-body + .panel-body {
1462
border-top-color: #ffafbd;
1463
}
1464
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
1465
background-color: #ff7c7c;
1466
}
1467
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1468
background-color: #fff;
1469
border-bottom-color: #fff;
1470
}
1471
.panel-info {
1472
border-color: #a6e8f3;
1473
-webkit-border-radius: 3px;
1474
-webkit-background-clip: padding-box;
1475
-moz-border-radius: 3px;
1476
-moz-background-clip: padding;
1477
border-radius: 3px;
1478
background-clip: padding-box;
1479
}
1480
.panel-info > .panel-heading {
1481
color: #2c7ea1;
1482
background-color: #c5e8f7;
1483
border-color: #a6e8f3;
1484
padding: 0;
1485
}
1486
.panel-info > .panel-heading + .panel-collapse .panel-body {
1487
border-top-color: #a6e8f3;
1488
}
1489
.panel-info > .panel-heading > .dropdown .caret {
1490
border-color: #2c7ea1 transparent;
1491
}
1492
.panel-info > .panel-heading > .panel-title > a {
1493
color: #2c7ea1;
1494
}
1495
.panel-info > .panel-heading > .panel-options > a {
1496
display: inline-block;
1497
color: #2c7ea1;
1498
text-align: center;
1499
line-height: 1;
1500
padding: 4px 2px;
1501
-webkit-border-radius: 3px;
1502
-webkit-background-clip: padding-box;
1503
-moz-border-radius: 3px;
1504
-moz-background-clip: padding;
1505
border-radius: 3px;
1506
background-clip: padding-box;
1507
-webkit-transition: all 300ms ease-in-out;
1508
-moz-transition: all 300ms ease-in-out;
1509
-o-transition: all 300ms ease-in-out;
1510
transition: all 300ms ease-in-out;
1511
}
1512
.panel-info > .panel-heading > .panel-options > a.bg {
1513
background-color: #8fe3f0;
1514
margin-left: 5px;
1515
}
1516
.panel-info > .panel-heading > .panel-options > a.bg:hover {
1517
background-color: #9de6f1;
1518
}
1519
.panel-info > .panel-heading > .panel-options > a i {
1520
margin: 0;
1521
padding: 0;
1522
display: inline-block;
1523
}
1524
.panel-info > .panel-heading > .panel-options > .nav-tabs {
1525
position: relative;
1526
top: 1px;
1527
border-bottom: 1px solid #a6e8f3;
1528
padding-top: 5px;
1529
}
1530
.panel-info > .panel-heading > .panel-options > .nav-tabs > li {
1531
background-color: transparent;
1532
}
1533
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
1534
border-color: #a6e8f3;
1535
background-color: #a6e8f3;
1536
padding: 8px 10px;
1537
color: rgba(44, 126, 161, 0.5);
1538
font-size: 12px;
1539
-webkit-border-radius: 3px 3px 0 0;
1540
-webkit-background-clip: padding-box;
1541
-moz-border-radius: 3px 3px 0 0;
1542
-moz-background-clip: padding;
1543
border-radius: 3px 3px 0 0;
1544
background-clip: padding-box;
1545
-webkit-transition: all 300ms ease-in-out;
1546
-moz-transition: all 300ms ease-in-out;
1547
-o-transition: all 300ms ease-in-out;
1548
transition: all 300ms ease-in-out;
1549
}
1550
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1551
font-size: 14px;
1552
line-height: 1;
1553
-webkit-transition: all 300ms ease-in-out;
1554
-moz-transition: all 300ms ease-in-out;
1555
-o-transition: all 300ms ease-in-out;
1556
transition: all 300ms ease-in-out;
1557
}
1558
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1559
border-bottom: 1px solid #c5e8f7;
1560
background-color: #c5e8f7;
1561
color: #2c7ea1;
1562
}
1563
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1564
color: #2c7ea1;
1565
}
1566
.panel-info > .panel-footer {
1567
background-color: #c5e8f7;
1568
color: #2c7ea1;
1569
border-top-color: #a6e8f3;
1570
}
1571
.panel-info > .panel-footer + .panel-collapse .panel-body {
1572
border-bottom-color: #a6e8f3;
1573
}
1574
.panel-info > .panel-body + .panel-body {
1575
border-top-color: #a6e8f3;
1576
}
1577
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
1578
background-color: #82cdee;
1579
}
1580
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1581
background-color: #fff;
1582
border-bottom-color: #fff;
1583
}
1584
.panel-dark {
1585
border-color: #222;
1586
-webkit-border-radius: 3px;
1587
-webkit-background-clip: padding-box;
1588
-moz-border-radius: 3px;
1589
-moz-background-clip: padding;
1590
border-radius: 3px;
1591
background-clip: padding-box;
1592
}
1593
.panel-dark > .panel-heading {
1594
color: #FFF;
1595
background-color: #333;
1596
border-color: #222;
1597
padding: 0;
1598
}
1599
.panel-dark > .panel-heading + .panel-collapse .panel-body {
1600
border-top-color: #222;
1601
}
1602
.panel-dark > .panel-heading > .dropdown .caret {
1603
border-color: #FFF transparent;
1604
}
1605
.panel-dark > .panel-heading > .panel-title > a {
1606
color: #FFF;
1607
}
1608
.panel-dark > .panel-heading > .panel-options > a {
1609
display: inline-block;
1610
color: #FFF;
1611
text-align: center;
1612
line-height: 1;
1613
padding: 4px 2px;
1614
-webkit-border-radius: 3px;
1615
-webkit-background-clip: padding-box;
1616
-moz-border-radius: 3px;
1617
-moz-background-clip: padding;
1618
border-radius: 3px;
1619
background-clip: padding-box;
1620
-webkit-transition: all 300ms ease-in-out;
1621
-moz-transition: all 300ms ease-in-out;
1622
-o-transition: all 300ms ease-in-out;
1623
transition: all 300ms ease-in-out;
1624
}
1625
.panel-dark > .panel-heading > .panel-options > a.bg {
1626
background-color: #484848;
1627
margin-left: 5px;
1628
}
1629
.panel-dark > .panel-heading > .panel-options > a.bg:hover {
1630
background-color: #505050;
1631
}
1632
.panel-dark > .panel-heading > .panel-options > a i {
1633
margin: 0;
1634
padding: 0;
1635
display: inline-block;
1636
}
1637
.panel-dark > .panel-heading > .panel-options > .nav-tabs {
1638
position: relative;
1639
top: 1px;
1640
border-bottom: 1px solid #222;
1641
padding-top: 5px;
1642
}
1643
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li {
1644
background-color: transparent;
1645
}
1646
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
1647
border-color: #222;
1648
background-color: #222;
1649
padding: 8px 10px;
1650
color: rgba(255, 255, 255, 0.5);
1651
font-size: 12px;
1652
-webkit-border-radius: 3px 3px 0 0;
1653
-webkit-background-clip: padding-box;
1654
-moz-border-radius: 3px 3px 0 0;
1655
-moz-background-clip: padding;
1656
border-radius: 3px 3px 0 0;
1657
background-clip: padding-box;
1658
-webkit-transition: all 300ms ease-in-out;
1659
-moz-transition: all 300ms ease-in-out;
1660
-o-transition: all 300ms ease-in-out;
1661
transition: all 300ms ease-in-out;
1662
}
1663
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1664
font-size: 14px;
1665
line-height: 1;
1666
-webkit-transition: all 300ms ease-in-out;
1667
-moz-transition: all 300ms ease-in-out;
1668
-o-transition: all 300ms ease-in-out;
1669
transition: all 300ms ease-in-out;
1670
}
1671
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1672
border-bottom: 1px solid #333;
1673
background-color: #333;
1674
color: #FFF;
1675
}
1676
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1677
color: #FFF;
1678
}
1679
.panel-dark > .panel-footer {
1680
background-color: #333;
1681
color: #FFF;
1682
border-top-color: #222;
1683
}
1684
.panel-dark > .panel-footer + .panel-collapse .panel-body {
1685
border-bottom-color: #222;
1686
}
1687
.panel-dark > .panel-body + .panel-body {
1688
border-top-color: #222;
1689
}
1690
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
1691
background-color: rgba(255, 255, 255, 0.1);
1692
color: #FFF;
1693
border-color: rgba(34, 34, 34, 0.1);
1694
}
1695
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1696
background-color: #fff;
1697
border-bottom-color: #fff;
1698
color: #222;
1699
}
1700
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a i {
1701
color: #222;
1702
}
1703
.panel-gray {
1704
border-color: #EEE;
1705
-webkit-border-radius: 3px;
1706
-webkit-background-clip: padding-box;
1707
-moz-border-radius: 3px;
1708
-moz-background-clip: padding;
1709
border-radius: 3px;
1710
background-clip: padding-box;
1711
}
1712
.panel-gray > .panel-heading {
1713
color: #373e4a;
1714
background-color: #EEE;
1715
border-color: #FFF;
1716
padding: 0;
1717
}
1718
.panel-gray > .panel-heading + .panel-collapse .panel-body {
1719
border-top-color: #EEE;
1720
}
1721
.panel-gray > .panel-heading > .dropdown .caret {
1722
border-color: #373e4a transparent;
1723
}
1724
.panel-gray > .panel-heading > .panel-title > a {
1725
color: #373e4a;
1726
}
1727
.panel-gray > .panel-heading > .panel-options > a {
1728
display: inline-block;
1729
color: #373e4a;
1730
text-align: center;
1731
line-height: 1;
1732
padding: 4px 2px;
1733
-webkit-border-radius: 3px;
1734
-webkit-background-clip: padding-box;
1735
-moz-border-radius: 3px;
1736
-moz-background-clip: padding;
1737
border-radius: 3px;
1738
background-clip: padding-box;
1739
-webkit-transition: all 300ms ease-in-out;
1740
-moz-transition: all 300ms ease-in-out;
1741
-o-transition: all 300ms ease-in-out;
1742
transition: all 300ms ease-in-out;
1743
}
1744
.panel-gray > .panel-heading > .panel-options > a.bg {
1745
background-color: #e0e0e0;
1746
margin-left: 5px;
1747
}
1748
.panel-gray > .panel-heading > .panel-options > a.bg:hover {
1749
background-color: #e8e8e8;
1750
}
1751
.panel-gray > .panel-heading > .panel-options > a i {
1752
margin: 0;
1753
padding: 0;
1754
display: inline-block;
1755
}
1756
.panel-gray > .panel-heading > .panel-options > .nav-tabs {
1757
position: relative;
1758
top: 1px;
1759
border-bottom: 1px solid #EEE;
1760
padding-top: 5px;
1761
}
1762
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li {
1763
background-color: transparent;
1764
}
1765
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
1766
border-color: #EEE;
1767
background-color: #EEE;
1768
padding: 8px 10px;
1769
color: rgba(55, 62, 74, 0.5);
1770
font-size: 12px;
1771
-webkit-border-radius: 3px 3px 0 0;
1772
-webkit-background-clip: padding-box;
1773
-moz-border-radius: 3px 3px 0 0;
1774
-moz-background-clip: padding;
1775
border-radius: 3px 3px 0 0;
1776
background-clip: padding-box;
1777
-webkit-transition: all 300ms ease-in-out;
1778
-moz-transition: all 300ms ease-in-out;
1779
-o-transition: all 300ms ease-in-out;
1780
transition: all 300ms ease-in-out;
1781
}
1782
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1783
font-size: 14px;
1784
line-height: 1;
1785
-webkit-transition: all 300ms ease-in-out;
1786
-moz-transition: all 300ms ease-in-out;
1787
-o-transition: all 300ms ease-in-out;
1788
transition: all 300ms ease-in-out;
1789
}
1790
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1791
border-bottom: 1px solid #EEE;
1792
background-color: #EEE;
1793
color: #373e4a;
1794
}
1795
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1796
color: #373e4a;
1797
}
1798
.panel-gray > .panel-footer {
1799
background-color: #EEE;
1800
color: #373e4a;
1801
border-top-color: #FFF;
1802
}
1803
.panel-gray > .panel-footer + .panel-collapse .panel-body {
1804
border-bottom-color: #EEE;
1805
}
1806
.panel-gray > .panel-body + .panel-body {
1807
border-top-color: #FFF;
1808
}
1809
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
1810
background-color: #FFF;
1811
border-bottom: 1px solid #FFF;
1812
}
1813
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1814
background-color: #EEE;
1815
border-color: #FFF;
1816
border-bottom-color: #EEE;
1817
}
1818
.panel-gray > .panel-body {
1819
background-color: #EEE;
1820
}
1821
.panel-gray > .panel-body + .panel-body {
1822
border-top-color: #FFF;
1823
}
1824
.panel-gradient {
1825
border-color: #CCC;
1826
-webkit-border-radius: 3px;
1827
-webkit-background-clip: padding-box;
1828
-moz-border-radius: 3px;
1829
-moz-background-clip: padding;
1830
border-radius: 3px;
1831
background-clip: padding-box;
1832
}
1833
.panel-gradient > .panel-heading {
1834
color: #303641;
1835
background-color: #FFF;
1836
border-color: #CCC;
1837
padding: 0;
1838
}
1839
.panel-gradient > .panel-heading + .panel-collapse .panel-body {
1840
border-top-color: #CCC;
1841
}
1842
.panel-gradient > .panel-heading > .dropdown .caret {
1843
border-color: #303641 transparent;
1844
}
1845
.panel-gradient > .panel-heading > .panel-title > a {
1846
color: #303641;
1847
}
1848
.panel-gradient > .panel-heading > .panel-options > a {
1849
display: inline-block;
1850
color: #303641;
1851
text-align: center;
1852
line-height: 1;
1853
padding: 4px 2px;
1854
-webkit-border-radius: 3px;
1855
-webkit-background-clip: padding-box;
1856
-moz-border-radius: 3px;
1857
-moz-background-clip: padding;
1858
border-radius: 3px;
1859
background-clip: padding-box;
1860
-webkit-transition: all 300ms ease-in-out;
1861
-moz-transition: all 300ms ease-in-out;
1862
-o-transition: all 300ms ease-in-out;
1863
transition: all 300ms ease-in-out;
1864
}
1865
.panel-gradient > .panel-heading > .panel-options > a.bg {
1866
background-color: #d1d1d1;
1867
margin-left: 5px;
1868
}
1869
.panel-gradient > .panel-heading > .panel-options > a.bg:hover {
1870
background-color: #d9d9d9;
1871
}
1872
.panel-gradient > .panel-heading > .panel-options > a i {
1873
margin: 0;
1874
padding: 0;
1875
display: inline-block;
1876
}
1877
.panel-gradient > .panel-heading > .panel-options > .nav-tabs {
1878
position: relative;
1879
top: 1px;
1880
border-bottom: 1px solid #CCC;
1881
padding-top: 5px;
1882
}
1883
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li {
1884
background-color: transparent;
1885
}
1886
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a {
1887
border-color: #CCC;
1888
background-color: #CCC;
1889
padding: 8px 10px;
1890
color: rgba(48, 54, 65, 0.5);
1891
font-size: 12px;
1892
-webkit-border-radius: 3px 3px 0 0;
1893
-webkit-background-clip: padding-box;
1894
-moz-border-radius: 3px 3px 0 0;
1895
-moz-background-clip: padding;
1896
border-radius: 3px 3px 0 0;
1897
background-clip: padding-box;
1898
-webkit-transition: all 300ms ease-in-out;
1899
-moz-transition: all 300ms ease-in-out;
1900
-o-transition: all 300ms ease-in-out;
1901
transition: all 300ms ease-in-out;
1902
}
1903
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a > i {
1904
font-size: 14px;
1905
line-height: 1;
1906
-webkit-transition: all 300ms ease-in-out;
1907
-moz-transition: all 300ms ease-in-out;
1908
-o-transition: all 300ms ease-in-out;
1909
transition: all 300ms ease-in-out;
1910
}
1911
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a {
1912
border-bottom: 1px solid #FFF;
1913
background-color: #FFF;
1914
color: #303641;
1915
}
1916
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
1917
color: #303641;
1918
}
1919
.panel-gradient > .panel-footer {
1920
background-color: #FFF;
1921
color: #303641;
1922
border-top-color: #CCC;
1923
}
1924
.panel-gradient > .panel-footer + .panel-collapse .panel-body {
1925
border-bottom-color: #CCC;
1926
}
1927
.panel-gradient > .panel-body + .panel-body {
1928
border-top-color: #CCC;
1929
}
1930
.panel-gradient > .panel-heading {
1931
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
1932
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
1933
background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
1934
background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
1935
background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
1936
}
1937
.panel-gradient > .panel-heading > .panel-options i {
1938
color: #303641;
1939
}
1940
.panel-primary {
1941
border-color: #ebebeb;
1942
-webkit-border-radius: 3px;
1943
-webkit-background-clip: padding-box;
1944
-moz-border-radius: 3px;
1945
-moz-background-clip: padding;
1946
border-radius: 3px;
1947
background-clip: padding-box;
1948
}
1949
.panel-primary > .panel-heading {
1950
color: #373e4a;
1951
background-color: #ffffff;
1952
border-color: #ebebeb;
1953
padding: 0;
1954
}
1955
.panel-primary > .panel-heading + .panel-collapse .panel-body {
1956
border-top-color: #ebebeb;
1957
}
1958
.panel-primary > .panel-heading > .dropdown .caret {
1959
border-color: #373e4a transparent;
1960
}
1961
.panel-primary > .panel-heading > .panel-title > a {
1962
color: #373e4a;
1963
}
1964
.panel-primary > .panel-heading > .panel-options > a {
1965
display: inline-block;
1966
color: #373e4a;
1967
text-align: center;
1968
line-height: 1;
1969
padding: 4px 2px;
1970
-webkit-border-radius: 3px;
1971
-webkit-background-clip: padding-box;
1972
-moz-border-radius: 3px;
1973
-moz-background-clip: padding;
1974
border-radius: 3px;
1975
background-clip: padding-box;
1976
-webkit-transition: all 300ms ease-in-out;
1977
-moz-transition: all 300ms ease-in-out;
1978
-o-transition: all 300ms ease-in-out;
1979
transition: all 300ms ease-in-out;
1980
}
1981
.panel-primary > .panel-heading > .panel-options > a.bg {
1982
background-color: #f8f8f8;
1983
margin-left: 5px;
1984
}
1985
.panel-primary > .panel-heading > .panel-options > a.bg:hover {
1986
background-color: #ffffff;
1987
}
1988
.panel-primary > .panel-heading > .panel-options > a i {
1989
margin: 0;
1990
padding: 0;
1991
display: inline-block;
1992
}
1993
.panel-primary > .panel-heading > .panel-options > .nav-tabs {
1994
position: relative;
1995
top: 1px;
1996
border-bottom: 1px solid #ebebeb;
1997
padding-top: 5px;
1998
}
1999
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li {
2000
background-color: transparent;
2001
}
2002
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a {
2003
border-color: #ebebeb;
2004
background-color: #ebebeb;
2005
padding: 8px 10px;
2006
color: rgba(55, 62, 74, 0.5);
2007
font-size: 12px;
2008
-webkit-border-radius: 3px 3px 0 0;
2009
-webkit-background-clip: padding-box;
2010
-moz-border-radius: 3px 3px 0 0;
2011
-moz-background-clip: padding;
2012
border-radius: 3px 3px 0 0;
2013
background-clip: padding-box;
2014
-webkit-transition: all 300ms ease-in-out;
2015
-moz-transition: all 300ms ease-in-out;
2016
-o-transition: all 300ms ease-in-out;
2017
transition: all 300ms ease-in-out;
2018
}
2019
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2020
font-size: 14px;
2021
line-height: 1;
2022
-webkit-transition: all 300ms ease-in-out;
2023
-moz-transition: all 300ms ease-in-out;
2024
-o-transition: all 300ms ease-in-out;
2025
transition: all 300ms ease-in-out;
2026
}
2027
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2028
border-bottom: 1px solid #ffffff;
2029
background-color: #ffffff;
2030
color: #373e4a;
2031
}
2032
.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2033
color: #373e4a;
2034
}
2035
.panel-primary > .panel-footer {
2036
background-color: #ffffff;
2037
color: #373e4a;
2038
border-top-color: #ebebeb;
2039
}
2040
.panel-primary > .panel-footer + .panel-collapse .panel-body {
2041
border-bottom-color: #ebebeb;
2042
}
2043
.panel-primary > .panel-body + .panel-body {
2044
border-top-color: #ebebeb;
2045
}
2046
.panel-invert {
2047
border-color: #39414e;
2048
-webkit-border-radius: 3px;
2049
-webkit-background-clip: padding-box;
2050
-moz-border-radius: 3px;
2051
-moz-background-clip: padding;
2052
border-radius: 3px;
2053
background-clip: padding-box;
2054
}
2055
.panel-invert > .panel-heading {
2056
color: #fff;
2057
background-color: #303641;
2058
border-color: #39414e;
2059
padding: 0;
2060
}
2061
.panel-invert > .panel-heading + .panel-collapse .panel-body {
2062
border-top-color: #39414e;
2063
}
2064
.panel-invert > .panel-heading > .dropdown .caret {
2065
border-color: #fff transparent;
2066
}
2067
.panel-invert > .panel-heading > .panel-title > a {
2068
color: #fff;
2069
}
2070
.panel-invert > .panel-heading > .panel-options > a {
2071
display: inline-block;
2072
color: #fff;
2073
text-align: center;
2074
line-height: 1;
2075
padding: 4px 2px;
2076
-webkit-border-radius: 3px;
2077
-webkit-background-clip: padding-box;
2078
-moz-border-radius: 3px;
2079
-moz-background-clip: padding;
2080
border-radius: 3px;
2081
background-clip: padding-box;
2082
-webkit-transition: all 300ms ease-in-out;
2083
-moz-transition: all 300ms ease-in-out;
2084
-o-transition: all 300ms ease-in-out;
2085
transition: all 300ms ease-in-out;
2086
}
2087
.panel-invert > .panel-heading > .panel-options > a.bg {
2088
background-color: #4f5a6b;
2089
margin-left: 5px;
2090
}
2091
.panel-invert > .panel-heading > .panel-options > a.bg:hover {
2092
background-color: #556174;
2093
}
2094
.panel-invert > .panel-heading > .panel-options > a i {
2095
margin: 0;
2096
padding: 0;
2097
display: inline-block;
2098
}
2099
.panel-invert > .panel-heading > .panel-options > .nav-tabs {
2100
position: relative;
2101
top: 1px;
2102
border-bottom: 1px solid #39414e;
2103
padding-top: 5px;
2104
}
2105
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li {
2106
background-color: transparent;
2107
}
2108
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a {
2109
border-color: #39414e;
2110
background-color: #39414e;
2111
padding: 8px 10px;
2112
color: rgba(255, 255, 255, 0.5);
2113
font-size: 12px;
2114
-webkit-border-radius: 3px 3px 0 0;
2115
-webkit-background-clip: padding-box;
2116
-moz-border-radius: 3px 3px 0 0;
2117
-moz-background-clip: padding;
2118
border-radius: 3px 3px 0 0;
2119
background-clip: padding-box;
2120
-webkit-transition: all 300ms ease-in-out;
2121
-moz-transition: all 300ms ease-in-out;
2122
-o-transition: all 300ms ease-in-out;
2123
transition: all 300ms ease-in-out;
2124
}
2125
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2126
font-size: 14px;
2127
line-height: 1;
2128
-webkit-transition: all 300ms ease-in-out;
2129
-moz-transition: all 300ms ease-in-out;
2130
-o-transition: all 300ms ease-in-out;
2131
transition: all 300ms ease-in-out;
2132
}
2133
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2134
border-bottom: 1px solid #303641;
2135
background-color: #303641;
2136
color: #fff;
2137
}
2138
.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2139
color: #fff;
2140
}
2141
.panel-invert > .panel-footer {
2142
background-color: #303641;
2143
color: #fff;
2144
border-top-color: #39414e;
2145
}
2146
.panel-invert > .panel-footer + .panel-collapse .panel-body {
2147
border-bottom-color: #39414e;
2148
}
2149
.panel-invert > .panel-body + .panel-body {
2150
border-top-color: #39414e;
2151
}
2152
.panel-invert > .panel-body {
2153
background-color: #303641;
2154
color: #778193;
2155
}
2156
.panel-default {
2157
border-color: #ebebeb;
2158
-webkit-border-radius: 3px;
2159
-webkit-background-clip: padding-box;
2160
-moz-border-radius: 3px;
2161
-moz-background-clip: padding;
2162
border-radius: 3px;
2163
background-clip: padding-box;
2164
}
2165
.panel-default > .panel-heading {
2166
color: #373e4a;
2167
background-color: #f0f0f1;
2168
border-color: #ebebeb;
2169
padding: 0;
2170
}
2171
.panel-default > .panel-heading + .panel-collapse .panel-body {
2172
border-top-color: #ebebeb;
2173
}
2174
.panel-default > .panel-heading > .dropdown .caret {
2175
border-color: #373e4a transparent;
2176
}
2177
.panel-default > .panel-heading > .panel-title > a {
2178
color: #373e4a;
2179
}
2180
.panel-default > .panel-heading > .panel-options > a {
2181
display: inline-block;
2182
color: #373e4a;
2183
text-align: center;
2184
line-height: 1;
2185
padding: 4px 2px;
2186
-webkit-border-radius: 3px;
2187
-webkit-background-clip: padding-box;
2188
-moz-border-radius: 3px;
2189
-moz-background-clip: padding;
2190
border-radius: 3px;
2191
background-clip: padding-box;
2192
-webkit-transition: all 300ms ease-in-out;
2193
-moz-transition: all 300ms ease-in-out;
2194
-o-transition: all 300ms ease-in-out;
2195
transition: all 300ms ease-in-out;
2196
}
2197
.panel-default > .panel-heading > .panel-options > a.bg {
2198
background-color: #dedede;
2199
margin-left: 5px;
2200
}
2201
.panel-default > .panel-heading > .panel-options > a.bg:hover {
2202
background-color: #e6e6e6;
2203
}
2204
.panel-default > .panel-heading > .panel-options > a i {
2205
margin: 0;
2206
padding: 0;
2207
display: inline-block;
2208
}
2209
.panel-default > .panel-heading > .panel-options > .nav-tabs {
2210
position: relative;
2211
top: 1px;
2212
border-bottom: 1px solid #ebebeb;
2213
padding-top: 5px;
2214
}
2215
.panel-default > .panel-heading > .panel-options > .nav-tabs > li {
2216
background-color: transparent;
2217
}
2218
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
2219
border-color: #ebebeb;
2220
background-color: #ebebeb;
2221
padding: 8px 10px;
2222
color: rgba(55, 62, 74, 0.5);
2223
font-size: 12px;
2224
-webkit-border-radius: 3px 3px 0 0;
2225
-webkit-background-clip: padding-box;
2226
-moz-border-radius: 3px 3px 0 0;
2227
-moz-background-clip: padding;
2228
border-radius: 3px 3px 0 0;
2229
background-clip: padding-box;
2230
-webkit-transition: all 300ms ease-in-out;
2231
-moz-transition: all 300ms ease-in-out;
2232
-o-transition: all 300ms ease-in-out;
2233
transition: all 300ms ease-in-out;
2234
}
2235
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2236
font-size: 14px;
2237
line-height: 1;
2238
-webkit-transition: all 300ms ease-in-out;
2239
-moz-transition: all 300ms ease-in-out;
2240
-o-transition: all 300ms ease-in-out;
2241
transition: all 300ms ease-in-out;
2242
}
2243
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2244
border-bottom: 1px solid #f0f0f1;
2245
background-color: #f0f0f1;
2246
color: #373e4a;
2247
}
2248
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2249
color: #373e4a;
2250
}
2251
.panel-default > .panel-footer {
2252
background-color: #f0f0f1;
2253
color: #373e4a;
2254
border-top-color: #ebebeb;
2255
}
2256
.panel-default > .panel-footer + .panel-collapse .panel-body {
2257
border-bottom-color: #ebebeb;
2258
}
2259
.panel-default > .panel-body + .panel-body {
2260
border-top-color: #ebebeb;
2261
}
2262
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
2263
background-color: #dedede;
2264
}
2265
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2266
background-color: #fff;
2267
border-bottom-color: #fff;
2268
}
2269
.panel-success {
2270
border-color: #b4e8a8;
2271
-webkit-border-radius: 3px;
2272
-webkit-background-clip: padding-box;
2273
-moz-border-radius: 3px;
2274
-moz-background-clip: padding;
2275
border-radius: 3px;
2276
background-clip: padding-box;
2277
}
2278
.panel-success > .panel-heading {
2279
color: #045702;
2280
background-color: #bdedbc;
2281
border-color: #b4e8a8;
2282
padding: 0;
2283
}
2284
.panel-success > .panel-heading + .panel-collapse .panel-body {
2285
border-top-color: #b4e8a8;
2286
}
2287
.panel-success > .panel-heading > .dropdown .caret {
2288
border-color: #045702 transparent;
2289
}
2290
.panel-success > .panel-heading > .panel-title > a {
2291
color: #045702;
2292
}
2293
.panel-success > .panel-heading > .panel-options > a {
2294
display: inline-block;
2295
color: #045702;
2296
text-align: center;
2297
line-height: 1;
2298
padding: 4px 2px;
2299
-webkit-border-radius: 3px;
2300
-webkit-background-clip: padding-box;
2301
-moz-border-radius: 3px;
2302
-moz-background-clip: padding;
2303
border-radius: 3px;
2304
background-clip: padding-box;
2305
-webkit-transition: all 300ms ease-in-out;
2306
-moz-transition: all 300ms ease-in-out;
2307
-o-transition: all 300ms ease-in-out;
2308
transition: all 300ms ease-in-out;
2309
}
2310
.panel-success > .panel-heading > .panel-options > a.bg {
2311
background-color: #a2e294;
2312
margin-left: 5px;
2313
}
2314
.panel-success > .panel-heading > .panel-options > a.bg:hover {
2315
background-color: #ade5a0;
2316
}
2317
.panel-success > .panel-heading > .panel-options > a i {
2318
margin: 0;
2319
padding: 0;
2320
display: inline-block;
2321
}
2322
.panel-success > .panel-heading > .panel-options > .nav-tabs {
2323
position: relative;
2324
top: 1px;
2325
border-bottom: 1px solid #b4e8a8;
2326
padding-top: 5px;
2327
}
2328
.panel-success > .panel-heading > .panel-options > .nav-tabs > li {
2329
background-color: transparent;
2330
}
2331
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
2332
border-color: #b4e8a8;
2333
background-color: #b4e8a8;
2334
padding: 8px 10px;
2335
color: rgba(4, 87, 2, 0.5);
2336
font-size: 12px;
2337
-webkit-border-radius: 3px 3px 0 0;
2338
-webkit-background-clip: padding-box;
2339
-moz-border-radius: 3px 3px 0 0;
2340
-moz-background-clip: padding;
2341
border-radius: 3px 3px 0 0;
2342
background-clip: padding-box;
2343
-webkit-transition: all 300ms ease-in-out;
2344
-moz-transition: all 300ms ease-in-out;
2345
-o-transition: all 300ms ease-in-out;
2346
transition: all 300ms ease-in-out;
2347
}
2348
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2349
font-size: 14px;
2350
line-height: 1;
2351
-webkit-transition: all 300ms ease-in-out;
2352
-moz-transition: all 300ms ease-in-out;
2353
-o-transition: all 300ms ease-in-out;
2354
transition: all 300ms ease-in-out;
2355
}
2356
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2357
border-bottom: 1px solid #bdedbc;
2358
background-color: #bdedbc;
2359
color: #045702;
2360
}
2361
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2362
color: #045702;
2363
}
2364
.panel-success > .panel-footer {
2365
background-color: #bdedbc;
2366
color: #045702;
2367
border-top-color: #b4e8a8;
2368
}
2369
.panel-success > .panel-footer + .panel-collapse .panel-body {
2370
border-bottom-color: #b4e8a8;
2371
}
2372
.panel-success > .panel-body + .panel-body {
2373
border-top-color: #b4e8a8;
2374
}
2375
.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
2376
background-color: #91dd80;
2377
}
2378
.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2379
background-color: #fff;
2380
border-bottom-color: #fff;
2381
}
2382
.panel-warning {
2383
border-color: #ffd78a;
2384
-webkit-border-radius: 3px;
2385
-webkit-background-clip: padding-box;
2386
-moz-border-radius: 3px;
2387
-moz-background-clip: padding;
2388
border-radius: 3px;
2389
background-clip: padding-box;
2390
}
2391
.panel-warning > .panel-heading {
2392
color: #574802;
2393
background-color: #ffefa4;
2394
border-color: #ffd78a;
2395
padding: 0;
2396
}
2397
.panel-warning > .panel-heading + .panel-collapse .panel-body {
2398
border-top-color: #ffd78a;
2399
}
2400
.panel-warning > .panel-heading > .dropdown .caret {
2401
border-color: #574802 transparent;
2402
}
2403
.panel-warning > .panel-heading > .panel-title > a {
2404
color: #574802;
2405
}
2406
.panel-warning > .panel-heading > .panel-options > a {
2407
display: inline-block;
2408
color: #574802;
2409
text-align: center;
2410
line-height: 1;
2411
padding: 4px 2px;
2412
-webkit-border-radius: 3px;
2413
-webkit-background-clip: padding-box;
2414
-moz-border-radius: 3px;
2415
-moz-background-clip: padding;
2416
border-radius: 3px;
2417
background-clip: padding-box;
2418
-webkit-transition: all 300ms ease-in-out;
2419
-moz-transition: all 300ms ease-in-out;
2420
-o-transition: all 300ms ease-in-out;
2421
transition: all 300ms ease-in-out;
2422
}
2423
.panel-warning > .panel-heading > .panel-options > a.bg {
2424
background-color: #ffce71;
2425
margin-left: 5px;
2426
}
2427
.panel-warning > .panel-heading > .panel-options > a.bg:hover {
2428
background-color: #ffd480;
2429
}
2430
.panel-warning > .panel-heading > .panel-options > a i {
2431
margin: 0;
2432
padding: 0;
2433
display: inline-block;
2434
}
2435
.panel-warning > .panel-heading > .panel-options > .nav-tabs {
2436
position: relative;
2437
top: 1px;
2438
border-bottom: 1px solid #ffd78a;
2439
padding-top: 5px;
2440
}
2441
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li {
2442
background-color: transparent;
2443
}
2444
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
2445
border-color: #ffd78a;
2446
background-color: #ffd78a;
2447
padding: 8px 10px;
2448
color: rgba(87, 72, 2, 0.5);
2449
font-size: 12px;
2450
-webkit-border-radius: 3px 3px 0 0;
2451
-webkit-background-clip: padding-box;
2452
-moz-border-radius: 3px 3px 0 0;
2453
-moz-background-clip: padding;
2454
border-radius: 3px 3px 0 0;
2455
background-clip: padding-box;
2456
-webkit-transition: all 300ms ease-in-out;
2457
-moz-transition: all 300ms ease-in-out;
2458
-o-transition: all 300ms ease-in-out;
2459
transition: all 300ms ease-in-out;
2460
}
2461
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2462
font-size: 14px;
2463
line-height: 1;
2464
-webkit-transition: all 300ms ease-in-out;
2465
-moz-transition: all 300ms ease-in-out;
2466
-o-transition: all 300ms ease-in-out;
2467
transition: all 300ms ease-in-out;
2468
}
2469
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2470
border-bottom: 1px solid #ffefa4;
2471
background-color: #ffefa4;
2472
color: #574802;
2473
}
2474
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2475
color: #574802;
2476
}
2477
.panel-warning > .panel-footer {
2478
background-color: #ffefa4;
2479
color: #574802;
2480
border-top-color: #ffd78a;
2481
}
2482
.panel-warning > .panel-footer + .panel-collapse .panel-body {
2483
border-bottom-color: #ffd78a;
2484
}
2485
.panel-warning > .panel-body + .panel-body {
2486
border-top-color: #ffd78a;
2487
}
2488
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
2489
background-color: #ffe258;
2490
}
2491
.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2492
background-color: #fff;
2493
border-bottom-color: #fff;
2494
}
2495
.panel-danger {
2496
border-color: #ffafbd;
2497
-webkit-border-radius: 3px;
2498
-webkit-background-clip: padding-box;
2499
-moz-border-radius: 3px;
2500
-moz-background-clip: padding;
2501
border-radius: 3px;
2502
background-clip: padding-box;
2503
}
2504
.panel-danger > .panel-heading {
2505
color: #ac1818;
2506
background-color: #ffc9c9;
2507
border-color: #ffafbd;
2508
padding: 0;
2509
}
2510
.panel-danger > .panel-heading + .panel-collapse .panel-body {
2511
border-top-color: #ffafbd;
2512
}
2513
.panel-danger > .panel-heading > .dropdown .caret {
2514
border-color: #ac1818 transparent;
2515
}
2516
.panel-danger > .panel-heading > .panel-title > a {
2517
color: #ac1818;
2518
}
2519
.panel-danger > .panel-heading > .panel-options > a {
2520
display: inline-block;
2521
color: #ac1818;
2522
text-align: center;
2523
line-height: 1;
2524
padding: 4px 2px;
2525
-webkit-border-radius: 3px;
2526
-webkit-background-clip: padding-box;
2527
-moz-border-radius: 3px;
2528
-moz-background-clip: padding;
2529
border-radius: 3px;
2530
background-clip: padding-box;
2531
-webkit-transition: all 300ms ease-in-out;
2532
-moz-transition: all 300ms ease-in-out;
2533
-o-transition: all 300ms ease-in-out;
2534
transition: all 300ms ease-in-out;
2535
}
2536
.panel-danger > .panel-heading > .panel-options > a.bg {
2537
background-color: #ff96a7;
2538
margin-left: 5px;
2539
}
2540
.panel-danger > .panel-heading > .panel-options > a.bg:hover {
2541
background-color: #ffa5b4;
2542
}
2543
.panel-danger > .panel-heading > .panel-options > a i {
2544
margin: 0;
2545
padding: 0;
2546
display: inline-block;
2547
}
2548
.panel-danger > .panel-heading > .panel-options > .nav-tabs {
2549
position: relative;
2550
top: 1px;
2551
border-bottom: 1px solid #ffafbd;
2552
padding-top: 5px;
2553
}
2554
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li {
2555
background-color: transparent;
2556
}
2557
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
2558
border-color: #ffafbd;
2559
background-color: #ffafbd;
2560
padding: 8px 10px;
2561
color: rgba(172, 24, 24, 0.5);
2562
font-size: 12px;
2563
-webkit-border-radius: 3px 3px 0 0;
2564
-webkit-background-clip: padding-box;
2565
-moz-border-radius: 3px 3px 0 0;
2566
-moz-background-clip: padding;
2567
border-radius: 3px 3px 0 0;
2568
background-clip: padding-box;
2569
-webkit-transition: all 300ms ease-in-out;
2570
-moz-transition: all 300ms ease-in-out;
2571
-o-transition: all 300ms ease-in-out;
2572
transition: all 300ms ease-in-out;
2573
}
2574
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2575
font-size: 14px;
2576
line-height: 1;
2577
-webkit-transition: all 300ms ease-in-out;
2578
-moz-transition: all 300ms ease-in-out;
2579
-o-transition: all 300ms ease-in-out;
2580
transition: all 300ms ease-in-out;
2581
}
2582
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2583
border-bottom: 1px solid #ffc9c9;
2584
background-color: #ffc9c9;
2585
color: #ac1818;
2586
}
2587
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2588
color: #ac1818;
2589
}
2590
.panel-danger > .panel-footer {
2591
background-color: #ffc9c9;
2592
color: #ac1818;
2593
border-top-color: #ffafbd;
2594
}
2595
.panel-danger > .panel-footer + .panel-collapse .panel-body {
2596
border-bottom-color: #ffafbd;
2597
}
2598
.panel-danger > .panel-body + .panel-body {
2599
border-top-color: #ffafbd;
2600
}
2601
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
2602
background-color: #ff7c7c;
2603
}
2604
.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2605
background-color: #fff;
2606
border-bottom-color: #fff;
2607
}
2608
.panel-info {
2609
border-color: #a6e8f3;
2610
-webkit-border-radius: 3px;
2611
-webkit-background-clip: padding-box;
2612
-moz-border-radius: 3px;
2613
-moz-background-clip: padding;
2614
border-radius: 3px;
2615
background-clip: padding-box;
2616
}
2617
.panel-info > .panel-heading {
2618
color: #2c7ea1;
2619
background-color: #c5e8f7;
2620
border-color: #a6e8f3;
2621
padding: 0;
2622
}
2623
.panel-info > .panel-heading + .panel-collapse .panel-body {
2624
border-top-color: #a6e8f3;
2625
}
2626
.panel-info > .panel-heading > .dropdown .caret {
2627
border-color: #2c7ea1 transparent;
2628
}
2629
.panel-info > .panel-heading > .panel-title > a {
2630
color: #2c7ea1;
2631
}
2632
.panel-info > .panel-heading > .panel-options > a {
2633
display: inline-block;
2634
color: #2c7ea1;
2635
text-align: center;
2636
line-height: 1;
2637
padding: 4px 2px;
2638
-webkit-border-radius: 3px;
2639
-webkit-background-clip: padding-box;
2640
-moz-border-radius: 3px;
2641
-moz-background-clip: padding;
2642
border-radius: 3px;
2643
background-clip: padding-box;
2644
-webkit-transition: all 300ms ease-in-out;
2645
-moz-transition: all 300ms ease-in-out;
2646
-o-transition: all 300ms ease-in-out;
2647
transition: all 300ms ease-in-out;
2648
}
2649
.panel-info > .panel-heading > .panel-options > a.bg {
2650
background-color: #8fe3f0;
2651
margin-left: 5px;
2652
}
2653
.panel-info > .panel-heading > .panel-options > a.bg:hover {
2654
background-color: #9de6f1;
2655
}
2656
.panel-info > .panel-heading > .panel-options > a i {
2657
margin: 0;
2658
padding: 0;
2659
display: inline-block;
2660
}
2661
.panel-info > .panel-heading > .panel-options > .nav-tabs {
2662
position: relative;
2663
top: 1px;
2664
border-bottom: 1px solid #a6e8f3;
2665
padding-top: 5px;
2666
}
2667
.panel-info > .panel-heading > .panel-options > .nav-tabs > li {
2668
background-color: transparent;
2669
}
2670
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
2671
border-color: #a6e8f3;
2672
background-color: #a6e8f3;
2673
padding: 8px 10px;
2674
color: rgba(44, 126, 161, 0.5);
2675
font-size: 12px;
2676
-webkit-border-radius: 3px 3px 0 0;
2677
-webkit-background-clip: padding-box;
2678
-moz-border-radius: 3px 3px 0 0;
2679
-moz-background-clip: padding;
2680
border-radius: 3px 3px 0 0;
2681
background-clip: padding-box;
2682
-webkit-transition: all 300ms ease-in-out;
2683
-moz-transition: all 300ms ease-in-out;
2684
-o-transition: all 300ms ease-in-out;
2685
transition: all 300ms ease-in-out;
2686
}
2687
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2688
font-size: 14px;
2689
line-height: 1;
2690
-webkit-transition: all 300ms ease-in-out;
2691
-moz-transition: all 300ms ease-in-out;
2692
-o-transition: all 300ms ease-in-out;
2693
transition: all 300ms ease-in-out;
2694
}
2695
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2696
border-bottom: 1px solid #c5e8f7;
2697
background-color: #c5e8f7;
2698
color: #2c7ea1;
2699
}
2700
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2701
color: #2c7ea1;
2702
}
2703
.panel-info > .panel-footer {
2704
background-color: #c5e8f7;
2705
color: #2c7ea1;
2706
border-top-color: #a6e8f3;
2707
}
2708
.panel-info > .panel-footer + .panel-collapse .panel-body {
2709
border-bottom-color: #a6e8f3;
2710
}
2711
.panel-info > .panel-body + .panel-body {
2712
border-top-color: #a6e8f3;
2713
}
2714
.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
2715
background-color: #82cdee;
2716
}
2717
.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2718
background-color: #fff;
2719
border-bottom-color: #fff;
2720
}
2721
.panel-dark {
2722
border-color: #222;
2723
-webkit-border-radius: 3px;
2724
-webkit-background-clip: padding-box;
2725
-moz-border-radius: 3px;
2726
-moz-background-clip: padding;
2727
border-radius: 3px;
2728
background-clip: padding-box;
2729
}
2730
.panel-dark > .panel-heading {
2731
color: #FFF;
2732
background-color: #333;
2733
border-color: #222;
2734
padding: 0;
2735
}
2736
.panel-dark > .panel-heading + .panel-collapse .panel-body {
2737
border-top-color: #222;
2738
}
2739
.panel-dark > .panel-heading > .dropdown .caret {
2740
border-color: #FFF transparent;
2741
}
2742
.panel-dark > .panel-heading > .panel-title > a {
2743
color: #FFF;
2744
}
2745
.panel-dark > .panel-heading > .panel-options > a {
2746
display: inline-block;
2747
color: #FFF;
2748
text-align: center;
2749
line-height: 1;
2750
padding: 4px 2px;
2751
-webkit-border-radius: 3px;
2752
-webkit-background-clip: padding-box;
2753
-moz-border-radius: 3px;
2754
-moz-background-clip: padding;
2755
border-radius: 3px;
2756
background-clip: padding-box;
2757
-webkit-transition: all 300ms ease-in-out;
2758
-moz-transition: all 300ms ease-in-out;
2759
-o-transition: all 300ms ease-in-out;
2760
transition: all 300ms ease-in-out;
2761
}
2762
.panel-dark > .panel-heading > .panel-options > a.bg {
2763
background-color: #484848;
2764
margin-left: 5px;
2765
}
2766
.panel-dark > .panel-heading > .panel-options > a.bg:hover {
2767
background-color: #505050;
2768
}
2769
.panel-dark > .panel-heading > .panel-options > a i {
2770
margin: 0;
2771
padding: 0;
2772
display: inline-block;
2773
}
2774
.panel-dark > .panel-heading > .panel-options > .nav-tabs {
2775
position: relative;
2776
top: 1px;
2777
border-bottom: 1px solid #222;
2778
padding-top: 5px;
2779
}
2780
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li {
2781
background-color: transparent;
2782
}
2783
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
2784
border-color: #222;
2785
background-color: #222;
2786
padding: 8px 10px;
2787
color: rgba(255, 255, 255, 0.5);
2788
font-size: 12px;
2789
-webkit-border-radius: 3px 3px 0 0;
2790
-webkit-background-clip: padding-box;
2791
-moz-border-radius: 3px 3px 0 0;
2792
-moz-background-clip: padding;
2793
border-radius: 3px 3px 0 0;
2794
background-clip: padding-box;
2795
-webkit-transition: all 300ms ease-in-out;
2796
-moz-transition: all 300ms ease-in-out;
2797
-o-transition: all 300ms ease-in-out;
2798
transition: all 300ms ease-in-out;
2799
}
2800
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2801
font-size: 14px;
2802
line-height: 1;
2803
-webkit-transition: all 300ms ease-in-out;
2804
-moz-transition: all 300ms ease-in-out;
2805
-o-transition: all 300ms ease-in-out;
2806
transition: all 300ms ease-in-out;
2807
}
2808
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2809
border-bottom: 1px solid #333;
2810
background-color: #333;
2811
color: #FFF;
2812
}
2813
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2814
color: #FFF;
2815
}
2816
.panel-dark > .panel-footer {
2817
background-color: #333;
2818
color: #FFF;
2819
border-top-color: #222;
2820
}
2821
.panel-dark > .panel-footer + .panel-collapse .panel-body {
2822
border-bottom-color: #222;
2823
}
2824
.panel-dark > .panel-body + .panel-body {
2825
border-top-color: #222;
2826
}
2827
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
2828
background-color: rgba(255, 255, 255, 0.1);
2829
color: #FFF;
2830
border-color: rgba(34, 34, 34, 0.1);
2831
}
2832
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2833
background-color: #fff;
2834
border-bottom-color: #fff;
2835
color: #222;
2836
}
2837
.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a i {
2838
color: #222;
2839
}
2840
.panel-gray {
2841
border-color: #EEE;
2842
-webkit-border-radius: 3px;
2843
-webkit-background-clip: padding-box;
2844
-moz-border-radius: 3px;
2845
-moz-background-clip: padding;
2846
border-radius: 3px;
2847
background-clip: padding-box;
2848
}
2849
.panel-gray > .panel-heading {
2850
color: #373e4a;
2851
background-color: #EEE;
2852
border-color: #FFF;
2853
padding: 0;
2854
}
2855
.panel-gray > .panel-heading + .panel-collapse .panel-body {
2856
border-top-color: #EEE;
2857
}
2858
.panel-gray > .panel-heading > .dropdown .caret {
2859
border-color: #373e4a transparent;
2860
}
2861
.panel-gray > .panel-heading > .panel-title > a {
2862
color: #373e4a;
2863
}
2864
.panel-gray > .panel-heading > .panel-options > a {
2865
display: inline-block;
2866
color: #373e4a;
2867
text-align: center;
2868
line-height: 1;
2869
padding: 4px 2px;
2870
-webkit-border-radius: 3px;
2871
-webkit-background-clip: padding-box;
2872
-moz-border-radius: 3px;
2873
-moz-background-clip: padding;
2874
border-radius: 3px;
2875
background-clip: padding-box;
2876
-webkit-transition: all 300ms ease-in-out;
2877
-moz-transition: all 300ms ease-in-out;
2878
-o-transition: all 300ms ease-in-out;
2879
transition: all 300ms ease-in-out;
2880
}
2881
.panel-gray > .panel-heading > .panel-options > a.bg {
2882
background-color: #e0e0e0;
2883
margin-left: 5px;
2884
}
2885
.panel-gray > .panel-heading > .panel-options > a.bg:hover {
2886
background-color: #e8e8e8;
2887
}
2888
.panel-gray > .panel-heading > .panel-options > a i {
2889
margin: 0;
2890
padding: 0;
2891
display: inline-block;
2892
}
2893
.panel-gray > .panel-heading > .panel-options > .nav-tabs {
2894
position: relative;
2895
top: 1px;
2896
border-bottom: 1px solid #EEE;
2897
padding-top: 5px;
2898
}
2899
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li {
2900
background-color: transparent;
2901
}
2902
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
2903
border-color: #EEE;
2904
background-color: #EEE;
2905
padding: 8px 10px;
2906
color: rgba(55, 62, 74, 0.5);
2907
font-size: 12px;
2908
-webkit-border-radius: 3px 3px 0 0;
2909
-webkit-background-clip: padding-box;
2910
-moz-border-radius: 3px 3px 0 0;
2911
-moz-background-clip: padding;
2912
border-radius: 3px 3px 0 0;
2913
background-clip: padding-box;
2914
-webkit-transition: all 300ms ease-in-out;
2915
-moz-transition: all 300ms ease-in-out;
2916
-o-transition: all 300ms ease-in-out;
2917
transition: all 300ms ease-in-out;
2918
}
2919
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a > i {
2920
font-size: 14px;
2921
line-height: 1;
2922
-webkit-transition: all 300ms ease-in-out;
2923
-moz-transition: all 300ms ease-in-out;
2924
-o-transition: all 300ms ease-in-out;
2925
transition: all 300ms ease-in-out;
2926
}
2927
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2928
border-bottom: 1px solid #EEE;
2929
background-color: #EEE;
2930
color: #373e4a;
2931
}
2932
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
2933
color: #373e4a;
2934
}
2935
.panel-gray > .panel-footer {
2936
background-color: #EEE;
2937
color: #373e4a;
2938
border-top-color: #FFF;
2939
}
2940
.panel-gray > .panel-footer + .panel-collapse .panel-body {
2941
border-bottom-color: #EEE;
2942
}
2943
.panel-gray > .panel-body + .panel-body {
2944
border-top-color: #FFF;
2945
}
2946
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
2947
background-color: #FFF;
2948
border-bottom: 1px solid #FFF;
2949
}
2950
.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
2951
background-color: #EEE;
2952
border-color: #FFF;
2953
border-bottom-color: #EEE;
2954
}
2955
.panel-gray > .panel-body {
2956
background-color: #EEE;
2957
}
2958
.panel-gray > .panel-body + .panel-body {
2959
border-top-color: #FFF;
2960
}
2961
.panel-gradient {
2962
border-color: #CCC;
2963
-webkit-border-radius: 3px;
2964
-webkit-background-clip: padding-box;
2965
-moz-border-radius: 3px;
2966
-moz-background-clip: padding;
2967
border-radius: 3px;
2968
background-clip: padding-box;
2969
}
2970
.panel-gradient > .panel-heading {
2971
color: #303641;
2972
background-color: #FFF;
2973
border-color: #CCC;
2974
padding: 0;
2975
}
2976
.panel-gradient > .panel-heading + .panel-collapse .panel-body {
2977
border-top-color: #CCC;
2978
}
2979
.panel-gradient > .panel-heading > .dropdown .caret {
2980
border-color: #303641 transparent;
2981
}
2982
.panel-gradient > .panel-heading > .panel-title > a {
2983
color: #303641;
2984
}
2985
.panel-gradient > .panel-heading > .panel-options > a {
2986
display: inline-block;
2987
color: #303641;
2988
text-align: center;
2989
line-height: 1;
2990
padding: 4px 2px;
2991
-webkit-border-radius: 3px;
2992
-webkit-background-clip: padding-box;
2993
-moz-border-radius: 3px;
2994
-moz-background-clip: padding;
2995
border-radius: 3px;
2996
background-clip: padding-box;
2997
-webkit-transition: all 300ms ease-in-out;
2998
-moz-transition: all 300ms ease-in-out;
2999
-o-transition: all 300ms ease-in-out;
3000
transition: all 300ms ease-in-out;
3001
}
3002
.panel-gradient > .panel-heading > .panel-options > a.bg {
3003
background-color: #d1d1d1;
3004
margin-left: 5px;
3005
}
3006
.panel-gradient > .panel-heading > .panel-options > a.bg:hover {
3007
background-color: #d9d9d9;
3008
}
3009
.panel-gradient > .panel-heading > .panel-options > a i {
3010
margin: 0;
3011
padding: 0;
3012
display: inline-block;
3013
}
3014
.panel-gradient > .panel-heading > .panel-options > .nav-tabs {
3015
position: relative;
3016
top: 1px;
3017
border-bottom: 1px solid #CCC;
3018
padding-top: 5px;
3019
}
3020
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li {
3021
background-color: transparent;
3022
}
3023
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a {
3024
border-color: #CCC;
3025
background-color: #CCC;
3026
padding: 8px 10px;
3027
color: rgba(48, 54, 65, 0.5);
3028
font-size: 12px;
3029
-webkit-border-radius: 3px 3px 0 0;
3030
-webkit-background-clip: padding-box;
3031
-moz-border-radius: 3px 3px 0 0;
3032
-moz-background-clip: padding;
3033
border-radius: 3px 3px 0 0;
3034
background-clip: padding-box;
3035
-webkit-transition: all 300ms ease-in-out;
3036
-moz-transition: all 300ms ease-in-out;
3037
-o-transition: all 300ms ease-in-out;
3038
transition: all 300ms ease-in-out;
3039
}
3040
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a > i {
3041
font-size: 14px;
3042
line-height: 1;
3043
-webkit-transition: all 300ms ease-in-out;
3044
-moz-transition: all 300ms ease-in-out;
3045
-o-transition: all 300ms ease-in-out;
3046
transition: all 300ms ease-in-out;
3047
}
3048
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a {
3049
border-bottom: 1px solid #FFF;
3050
background-color: #FFF;
3051
color: #303641;
3052
}
3053
.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
3054
color: #303641;
3055
}
3056
.panel-gradient > .panel-footer {
3057
background-color: #FFF;
3058
color: #303641;
3059
border-top-color: #CCC;
3060
}
3061
.panel-gradient > .panel-footer + .panel-collapse .panel-body {
3062
border-bottom-color: #CCC;
3063
}
3064
.panel-gradient > .panel-body + .panel-body {
3065
border-top-color: #CCC;
3066
}
3067
.panel-gradient > .panel-heading {
3068
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
3069
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
3070
background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
3071
background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
3072
background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
3073
}
3074
.panel-gradient > .panel-heading > .panel-options i {
3075
color: #303641;
3076
}
3077
table {
3078
max-width: 100%;
3079
background-color: transparent;
3080
}
3081
th {
3082
text-align: left;
3083
font-weight: 400;
3084
color: #303641;
3085
}
3086
.table-bordered {
3087
border: 1px solid #ebebeb;
3088
}
3089
.table-bordered > thead > tr > th,
3090
.table-bordered > tbody > tr > th,
3091
.table-bordered > tfoot > tr > th,
3092
.table-bordered > thead > tr > td,
3093
.table-bordered > tbody > tr > td,
3094
.table-bordered > tfoot > tr > td {
3095
border: 1px solid #ebebeb;
3096
}
3097
.table-bordered > thead > tr > th,
3098
.table-bordered > thead > tr > td {
3099
background-color: #f5f5f6;
3100
border-bottom-width: 0px;
3101
color: #a6a7aa;
3102
border-bottom: 0 !important;
3103
}
3104
.table-bordered > tfoot > tr > th,
3105
.table-bordered > tfoot > tr > td {
3106
background-color: #f5f5f6;
3107
border-top-width: 1px;
3108
color: #a6a7aa;
3109
}
3110
table > tbody > tr.highlight > td,
3111
table > tbody > tr.highlight > th {
3112
background-color: #f1f2f4 !important;
3113
color: #303641;
3114
}
3115
.badge {
3116
background-color: #ebebeb;
3117
color: #373e4a;
3118
}
3119
.badge.badge-primary {
3120
background-color: #303641;
3121
color: #fff;
3122
}
3123
.badge.badge-secondary {
3124
background-color: #ee4749;
3125
color: #fff;
3126
}
3127
.badge.badge-success {
3128
background-color: #00a651;
3129
color: #fff;
3130
}
3131
.badge.badge-info {
3132
background-color: #21a9e1;
3133
color: #fff;
3134
}
3135
.badge.badge-warning {
3136
background-color: #fad839;
3137
color: #fff;
3138
}
3139
.badge.badge-danger {
3140
background-color: #cc2424;
3141
color: #fff;
3142
}
3143
.badge.badge-roundless {
3144
-webkit-border-radius: 1px;
3145
-webkit-background-clip: padding-box;
3146
-moz-border-radius: 1px;
3147
-moz-background-clip: padding;
3148
border-radius: 1px;
3149
background-clip: padding-box;
3150
}
3151
.badge:empty {
3152
display: none;
3153
}
3154
.nav-tabs {
3155
border-bottom: 1px solid #ddd;
3156
margin-top: 20px;
3157
margin-bottom: 10px;
3158
}
3159
.nav-tabs.right-aligned {
3160
text-align: right;
3161
}
3162
.nav-tabs.right-aligned > li {
3163
float: none;
3164
display: inline-block;
3165
}
3166
.nav-tabs.right-aligned > li > a {
3167
margin-left: 4px;
3168
margin-right: 0;
3169
}
3170
.nav-tabs.right-aligned > li:last-child > a {
3171
margin-right: 10px;
3172
}
3173
.nav-tabs.bordered {
3174
margin-bottom: 0;
3175
}
3176
.nav-tabs.bordered > li:first-child > a {
3177
margin-left: 0;
3178
}
3179
.nav-tabs.bordered > li:last-child > a {
3180
margin-right: 0;
3181
}
3182
.nav-tabs.bordered + .tab-content {
3183
border: 1px solid #ddd;
3184
border-top: 0;
3185
-webkit-border-radius: 0 0 3px 3px;
3186
-webkit-background-clip: padding-box;
3187
-moz-border-radius: 0 0 3px 3px;
3188
-moz-background-clip: padding;
3189
border-radius: 0 0 3px 3px;
3190
background-clip: padding-box;
3191
padding: 10px 15px;
3192
margin-bottom: 20px;
3193
}
3194
.nav-tabs.bordered + .tab-content > p:last-child {
3195
margin-bottom: 0;
3196
}
3197
.panel-group .panel > .panel-heading {
3198
padding: 10px 0px;
3199
}
3200
.panel-group .panel > .panel-heading > .panel-title > a {
3201
font-size: 15px;
3202
}
3203
.tooltip.tooltip-primary .tooltip-inner {
3204
background-color: #303641;
3205
color: #fff;
3206
}
3207
.tooltip.tooltip-primary.top .tooltip-arrow {
3208
border-top-color: #303641;
3209
}
3210
.tooltip.tooltip-primary.top-left .tooltip-arrow {
3211
border-top-color: #303641;
3212
}
3213
.tooltip.tooltip-primary.top-right .tooltip-arrow {
3214
border-top-color: #303641;
3215
}
3216
.tooltip.tooltip-primary.right .tooltip-arrow {
3217
border-right-color: #303641;
3218
}
3219
.tooltip.tooltip-primary.left .tooltip-arrow {
3220
border-left-color: #303641;
3221
}
3222
.tooltip.tooltip-primary.bottom .tooltip-arrow {
3223
border-bottom-color: #303641;
3224
}
3225
.tooltip.tooltip-primary.bottom-left .tooltip-arrow {
3226
border-bottom-color: #303641;
3227
}
3228
.tooltip.tooltip-primary.bottom-right .tooltip-arrow {
3229
border-bottom-color: #303641;
3230
}
3231
.tooltip.tooltip-secondary .tooltip-inner {
3232
background-color: #ec5956;
3233
color: #fff;
3234
}
3235
.tooltip.tooltip-secondary.top .tooltip-arrow {
3236
border-top-color: #ec5956;
3237
}
3238
.tooltip.tooltip-secondary.top-left .tooltip-arrow {
3239
border-top-color: #ec5956;
3240
}
3241
.tooltip.tooltip-secondary.top-right .tooltip-arrow {
3242
border-top-color: #ec5956;
3243
}
3244
.tooltip.tooltip-secondary.right .tooltip-arrow {
3245
border-right-color: #ec5956;
3246
}
3247
.tooltip.tooltip-secondary.left .tooltip-arrow {
3248
border-left-color: #ec5956;
3249
}
3250
.tooltip.tooltip-secondary.bottom .tooltip-arrow {
3251
border-bottom-color: #ec5956;
3252
}
3253
.tooltip.tooltip-secondary.bottom-left .tooltip-arrow {
3254
border-bottom-color: #ec5956;
3255
}
3256
.tooltip.tooltip-secondary.bottom-right .tooltip-arrow {
3257
border-bottom-color: #ec5956;
3258
}
3259
.tooltip.tooltip-default .tooltip-inner {
3260
background-color: #ebebeb;
3261
color: #303641;
3262
}
3263
.tooltip.tooltip-default.top .tooltip-arrow {
3264
border-top-color: #ebebeb;
3265
}
3266
.tooltip.tooltip-default.top-left .tooltip-arrow {
3267
border-top-color: #ebebeb;
3268
}
3269
.tooltip.tooltip-default.top-right .tooltip-arrow {
3270
border-top-color: #ebebeb;
3271
}
3272
.tooltip.tooltip-default.right .tooltip-arrow {
3273
border-right-color: #ebebeb;
3274
}
3275
.tooltip.tooltip-default.left .tooltip-arrow {
3276
border-left-color: #ebebeb;
3277
}
3278
.tooltip.tooltip-default.bottom .tooltip-arrow {
3279
border-bottom-color: #ebebeb;
3280
}
3281
.tooltip.tooltip-default.bottom-left .tooltip-arrow {
3282
border-bottom-color: #ebebeb;
3283
}
3284
.tooltip.tooltip-default.bottom-right .tooltip-arrow {
3285
border-bottom-color: #ebebeb;
3286
}
3287
.popover {
3288
-webkit-box-shadow: none;
3289
-moz-box-shadow: none;
3290
box-shadow: none;
3291
}
3292
.popover.popover-primary {
3293
background-color: #303641;
3294
color: #fff;
3295
border-color: #303641;
3296
/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }
3297
&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }
3298
&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }
3299
&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }
3300
*/
3301
}
3302
.popover.popover-primary .popover-title {
3303
background-color: #3b4250;
3304
border-bottom-color: #303641;
3305
color: #FFF;
3306
-webkit-border-radius: 3px;
3307
-webkit-background-clip: padding-box;
3308
-moz-border-radius: 3px;
3309
-moz-background-clip: padding;
3310
border-radius: 3px;
3311
background-clip: padding-box;
3312
}
3313
.popover.popover-primary.top .arrow {
3314
border-top-color: #303641;
3315
}
3316
.popover.popover-primary.top .arrow:after {
3317
border-top-color: #303641;
3318
}
3319
.popover.popover-primary.bottom .arrow {
3320
border-bottom-color: #303641;
3321
}
3322
.popover.popover-primary.bottom .arrow:after {
3323
border-bottom-color: #303641;
3324
}
3325
.popover.popover-primary.left .arrow {
3326
border-left-color: #303641;
3327
}
3328
.popover.popover-primary.left .arrow:after {
3329
border-left-color: #303641;
3330
}
3331
.popover.popover-primary.right .arrow {
3332
border-right-color: #303641;
3333
}
3334
.popover.popover-primary.right .arrow:after {
3335
border-right-color: #303641;
3336
}
3337
.popover.popover-secondary {
3338
background-color: #ec5956;
3339
color: #fff;
3340
border-color: #ec5956;
3341
/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }
3342
&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }
3343
&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }
3344
&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }
3345
*/
3346
}
3347
.popover.popover-secondary .popover-title {
3348
background-color: #e9423f;
3349
border-bottom-color: #ec5956;
3350
color: #fff;
3351
-webkit-border-radius: 3px;
3352
-webkit-background-clip: padding-box;
3353
-moz-border-radius: 3px;
3354
-moz-background-clip: padding;
3355
border-radius: 3px;
3356
background-clip: padding-box;
3357
}
3358
.popover.popover-secondary.top .arrow {
3359
border-top-color: #ec5956;
3360
}
3361
.popover.popover-secondary.top .arrow:after {
3362
border-top-color: #ec5956;
3363
}
3364
.popover.popover-secondary.bottom .arrow {
3365
border-bottom-color: #ec5956;
3366
}
3367
.popover.popover-secondary.bottom .arrow:after {
3368
border-bottom-color: #ec5956;
3369
}
3370
.popover.popover-secondary.left .arrow {
3371
border-left-color: #ec5956;
3372
}
3373
.popover.popover-secondary.left .arrow:after {
3374
border-left-color: #ec5956;
3375
}
3376
.popover.popover-secondary.right .arrow {
3377
border-right-color: #ec5956;
3378
}
3379
.popover.popover-secondary.right .arrow:after {
3380
border-right-color: #ec5956;
3381
}
3382
.popover.popover-default {
3383
background-color: #ebebeb;
3384
color: #373e4a;
3385
border-color: #ebebeb;
3386
/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }
3387
&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }
3388
&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }
3389
&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }
3390
*/
3391
}
3392
.popover.popover-default .popover-title {
3393
background-color: #d2d2d2;
3394
border-bottom-color: #ebebeb;
3395
color: #303641;
3396
-webkit-border-radius: 3px;
3397
-webkit-background-clip: padding-box;
3398
-moz-border-radius: 3px;
3399
-moz-background-clip: padding;
3400
border-radius: 3px;
3401
background-clip: padding-box;
3402
}
3403
.popover.popover-default.top .arrow {
3404
border-top-color: #ebebeb;
3405
}
3406
.popover.popover-default.top .arrow:after {
3407
border-top-color: #ebebeb;
3408
}
3409
.popover.popover-default.bottom .arrow {
3410
border-bottom-color: #ebebeb;
3411
}
3412
.popover.popover-default.bottom .arrow:after {
3413
border-bottom-color: #ebebeb;
3414
}
3415
.popover.popover-default.left .arrow {
3416
border-left-color: #ebebeb;
3417
}
3418
.popover.popover-default.left .arrow:after {
3419
border-left-color: #ebebeb;
3420
}
3421
.popover.popover-default.right .arrow {
3422
border-right-color: #ebebeb;
3423
}
3424
.popover.popover-default.right .arrow:after {
3425
border-right-color: #ebebeb;
3426
}
3427
.breadcrumb {
3428
padding: 8px 15px;
3429
margin-bottom: 17px;
3430
list-style: none;
3431
background-color: #f5f5f5;
3432
border-radius: 3px;
3433
}
3434
.breadcrumb > li {
3435
display: inline-block;
3436
}
3437
.breadcrumb > li i {
3438
margin-right: 5px;
3439
color: #737881;
3440
}
3441
.breadcrumb > li a {
3442
color: #737881;
3443
font-weight: 400;
3444
-webkit-transition: all 300ms ease-in-out;
3445
-moz-transition: all 300ms ease-in-out;
3446
-o-transition: all 300ms ease-in-out;
3447
transition: all 300ms ease-in-out;
3448
}
3449
.breadcrumb > li a:hover {
3450
color: #464e5e;
3451
}
3452
.breadcrumb > li + li:before {
3453
content: "/\00a0";
3454
padding: 0 5px;
3455
color: #ccc;
3456
}
3457
.breadcrumb > .active {
3458
color: #999999;
3459
font-weight: 400;
3460
}
3461
.breadcrumb > .active > a {
3462
font-weight: 400;
3463
}
3464
.breadcrumb.bc-2,
3465
.breadcrumb.breadcrumb-2 {
3466
background-color: transparent;
3467
border: 1px solid #ebebeb;
3468
}
3469
.breadcrumb.bc-3,
3470
.breadcrumb.breadcrumb-3 {
3471
padding-left: 0;
3472
padding-right: 0;
3473
background-color: transparent;
3474
}
3475
.btn {
3476
outline: 0 !important;
3477
}
3478
.btn:active {
3479
-webkit-box-shadow: none;
3480
-moz-box-shadow: none;
3481
box-shadow: none;
3482
}
3483
.btn.btn-icon {
3484
position: relative;
3485
}
3486
.btn.btn-icon i {
3487
position: absolute;
3488
right: 0;
3489
top: 0;
3490
height: 100%;
3491
}
3492
.btn-default {
3493
color: #303641;
3494
background-color: #f0f0f1;
3495
border-color: #f0f0f1;
3496
}
3497
.btn-default:focus,
3498
.btn-default.focus {
3499
color: #303641;
3500
background-color: #d6d6d8;
3501
border-color: #aeaeb3;
3502
}
3503
.btn-default:hover {
3504
color: #303641;
3505
background-color: #d6d6d8;
3506
border-color: #d0d0d3;
3507
}
3508
.btn-default:active,
3509
.btn-default.active,
3510
.open > .dropdown-toggle.btn-default {
3511
color: #303641;
3512
background-color: #d6d6d8;
3513
border-color: #d0d0d3;
3514
}
3515
.btn-default:active:hover,
3516
.btn-default.active:hover,
3517
.open > .dropdown-toggle.btn-default:hover,
3518
.btn-default:active:focus,
3519
.btn-default.active:focus,
3520
.open > .dropdown-toggle.btn-default:focus,
3521
.btn-default:active.focus,
3522
.btn-default.active.focus,
3523
.open > .dropdown-toggle.btn-default.focus {
3524
color: #303641;
3525
background-color: #c3c3c7;
3526
border-color: #aeaeb3;
3527
}
3528
.btn-default:active,
3529
.btn-default.active,
3530
.open > .dropdown-toggle.btn-default {
3531
background-image: none;
3532
}
3533
.btn-default.disabled:hover,
3534
.btn-default[disabled]:hover,
3535
fieldset[disabled] .btn-default:hover,
3536
.btn-default.disabled:focus,
3537
.btn-default[disabled]:focus,
3538
fieldset[disabled] .btn-default:focus,
3539
.btn-default.disabled.focus,
3540
.btn-default[disabled].focus,
3541
fieldset[disabled] .btn-default.focus {
3542
background-color: #f0f0f1;
3543
border-color: #f0f0f1;
3544
}
3545
.btn-default .badge {
3546
color: #f0f0f1;
3547
background-color: #303641;
3548
}
3549
.btn-default:hover,
3550
.btn-default:focus,
3551
.btn-default.focus {
3552
color: #303641 !important;
3553
}
3554
.btn-default.btn-icon {
3555
position: relative;
3556
padding-right: 39px;
3557
border: none;
3558
}
3559
.btn-default.btn-icon i {
3560
background-color: #dbdbdd;
3561
padding: 6px 6px;
3562
font-size: 12px;
3563
line-height: 1.42857143;
3564
border-radius: 3px;
3565
-webkit-border-radius: 0 3px 3px 0;
3566
-webkit-background-clip: padding-box;
3567
-moz-border-radius: 0 3px 3px 0;
3568
-moz-background-clip: padding;
3569
border-radius: 0 3px 3px 0;
3570
background-clip: padding-box;
3571
}
3572
.btn-default.btn-icon.icon-left {
3573
padding-right: 12px;
3574
padding-left: 39px;
3575
}
3576
.btn-default.btn-icon.icon-left i {
3577
float: left;
3578
right: auto;
3579
left: 0;
3580
-webkit-border-radius: 3px 0 0 3px !important;
3581
-webkit-background-clip: padding-box;
3582
-moz-border-radius: 3px 0 0 3px !important;
3583
-moz-background-clip: padding;
3584
border-radius: 3px 0 0 3px !important;
3585
background-clip: padding-box;
3586
}
3587
.btn-default.btn-icon.btn-lg {
3588
padding-right: 55px;
3589
}
3590
.btn-default.btn-icon.btn-lg.icon-left {
3591
padding-right: 16px;
3592
padding-left: 55px;
3593
}
3594
.btn-default.btn-icon.btn-lg i {
3595
padding: 10px 10px;
3596
font-size: 15px;
3597
line-height: 1.3333333;
3598
border-radius: 3px;
3599
}
3600
.btn-default.btn-icon.btn-sm {
3601
padding-right: 36px;
3602
}
3603
.btn-default.btn-icon.btn-sm.icon-left {
3604
padding-right: 10px;
3605
padding-left: 36px;
3606
}
3607
.btn-default.btn-icon.btn-sm i {
3608
padding: 5px 6px;
3609
font-size: 11px;
3610
line-height: 1.5;
3611
border-radius: 2px;
3612
}
3613
.btn-default.btn-icon.btn-xs {
3614
padding-right: 32px;
3615
}
3616
.btn-default.btn-icon.btn-xs.icon-left {
3617
padding-right: 10px;
3618
padding-left: 32px;
3619
}
3620
.btn-default.btn-icon.btn-xs i {
3621
padding: 2px 6px;
3622
font-size: 10px;
3623
line-height: 1.5;
3624
border-radius: 2px;
3625
}
3626
.btn-primary {
3627
color: #fff;
3628
background-color: #303641;
3629
border-color: #252a32;
3630
}
3631
.btn-primary:focus,
3632
.btn-primary.focus {
3633
color: #fff;
3634
background-color: #1a1e24;
3635
border-color: #000000;
3636
}
3637
.btn-primary:hover {
3638
color: #fff;
3639
background-color: #1a1e24;
3640
border-color: #0b0d0f;
3641
}
3642
.btn-primary:active,
3643
.btn-primary.active,
3644
.open > .dropdown-toggle.btn-primary {
3645
color: #fff;
3646
background-color: #1a1e24;
3647
border-color: #0b0d0f;
3648
}
3649
.btn-primary:active:hover,
3650
.btn-primary.active:hover,
3651
.open > .dropdown-toggle.btn-primary:hover,
3652
.btn-primary:active:focus,
3653
.btn-primary.active:focus,
3654
.open > .dropdown-toggle.btn-primary:focus,
3655
.btn-primary:active.focus,
3656
.btn-primary.active.focus,
3657
.open > .dropdown-toggle.btn-primary.focus {
3658
color: #fff;
3659
background-color: #0b0d0f;
3660
border-color: #000000;
3661
}
3662
.btn-primary:active,
3663
.btn-primary.active,
3664
.open > .dropdown-toggle.btn-primary {
3665
background-image: none;
3666
}
3667
.btn-primary.disabled:hover,
3668
.btn-primary[disabled]:hover,
3669
fieldset[disabled] .btn-primary:hover,
3670
.btn-primary.disabled:focus,
3671
.btn-primary[disabled]:focus,
3672
fieldset[disabled] .btn-primary:focus,
3673
.btn-primary.disabled.focus,
3674
.btn-primary[disabled].focus,
3675
fieldset[disabled] .btn-primary.focus {
3676
background-color: #303641;
3677
border-color: #252a32;
3678
}
3679
.btn-primary .badge {
3680
color: #303641;
3681
background-color: #fff;
3682
}
3683
.btn-primary:hover,
3684
.btn-primary:focus,
3685
.btn-primary.focus {
3686
color: #fff !important;
3687
}
3688
.btn-primary.btn-icon {
3689
position: relative;
3690
padding-right: 39px;
3691
border: none;
3692
}
3693
.btn-primary.btn-icon i {
3694
background-color: #1f232a;
3695
padding: 6px 6px;
3696
font-size: 12px;
3697
line-height: 1.42857143;
3698
border-radius: 3px;
3699
-webkit-border-radius: 0 3px 3px 0;
3700
-webkit-background-clip: padding-box;
3701
-moz-border-radius: 0 3px 3px 0;
3702
-moz-background-clip: padding;
3703
border-radius: 0 3px 3px 0;
3704
background-clip: padding-box;
3705
}
3706
.btn-primary.btn-icon.icon-left {
3707
padding-right: 12px;
3708
padding-left: 39px;
3709
}
3710
.btn-primary.btn-icon.icon-left i {
3711
float: left;
3712
right: auto;
3713
left: 0;
3714
-webkit-border-radius: 3px 0 0 3px !important;
3715
-webkit-background-clip: padding-box;
3716
-moz-border-radius: 3px 0 0 3px !important;
3717
-moz-background-clip: padding;
3718
border-radius: 3px 0 0 3px !important;
3719
background-clip: padding-box;
3720
}
3721
.btn-primary.btn-icon.btn-lg {
3722
padding-right: 55px;
3723
}
3724
.btn-primary.btn-icon.btn-lg.icon-left {
3725
padding-right: 16px;
3726
padding-left: 55px;
3727
}
3728
.btn-primary.btn-icon.btn-lg i {
3729
padding: 10px 10px;
3730
font-size: 15px;
3731
line-height: 1.3333333;
3732
border-radius: 3px;
3733
}
3734
.btn-primary.btn-icon.btn-sm {
3735
padding-right: 36px;
3736
}
3737
.btn-primary.btn-icon.btn-sm.icon-left {
3738
padding-right: 10px;
3739
padding-left: 36px;
3740
}
3741
.btn-primary.btn-icon.btn-sm i {
3742
padding: 5px 6px;
3743
font-size: 11px;
3744
line-height: 1.5;
3745
border-radius: 2px;
3746
}
3747
.btn-primary.btn-icon.btn-xs {
3748
padding-right: 32px;
3749
}
3750
.btn-primary.btn-icon.btn-xs.icon-left {
3751
padding-right: 10px;
3752
padding-left: 32px;
3753
}
3754
.btn-primary.btn-icon.btn-xs i {
3755
padding: 2px 6px;
3756
font-size: 10px;
3757
line-height: 1.5;
3758
border-radius: 2px;
3759
}
3760
.btn-blue {
3761
color: #FFF;
3762
background-color: #0072bc;
3763
border-color: #0072bc;
3764
}
3765
.btn-blue:focus,
3766
.btn-blue.focus {
3767
color: #FFF;
3768
background-color: #005389;
3769
border-color: #00253d;
3770
}
3771
.btn-blue:hover {
3772
color: #FFF;
3773
background-color: #005389;
3774
border-color: #004d7f;
3775
}
3776
.btn-blue:active,
3777
.btn-blue.active,
3778
.open > .dropdown-toggle.btn-blue {
3779
color: #FFF;
3780
background-color: #005389;
3781
border-color: #004d7f;
3782
}
3783
.btn-blue:active:hover,
3784
.btn-blue.active:hover,
3785
.open > .dropdown-toggle.btn-blue:hover,
3786
.btn-blue:active:focus,
3787
.btn-blue.active:focus,
3788
.open > .dropdown-toggle.btn-blue:focus,
3789
.btn-blue:active.focus,
3790
.btn-blue.active.focus,
3791
.open > .dropdown-toggle.btn-blue.focus {
3792
color: #FFF;
3793
background-color: #003d65;
3794
border-color: #00253d;
3795
}
3796
.btn-blue:active,
3797
.btn-blue.active,
3798
.open > .dropdown-toggle.btn-blue {
3799
background-image: none;
3800
}
3801
.btn-blue.disabled:hover,
3802
.btn-blue[disabled]:hover,
3803
fieldset[disabled] .btn-blue:hover,
3804
.btn-blue.disabled:focus,
3805
.btn-blue[disabled]:focus,
3806
fieldset[disabled] .btn-blue:focus,
3807
.btn-blue.disabled.focus,
3808
.btn-blue[disabled].focus,
3809
fieldset[disabled] .btn-blue.focus {
3810
background-color: #0072bc;
3811
border-color: #0072bc;
3812
}
3813
.btn-blue .badge {
3814
color: #0072bc;
3815
background-color: #FFF;
3816
}
3817
.btn-blue:hover,
3818
.btn-blue:focus,
3819
.btn-blue.focus {
3820
color: #FFF !important;
3821
}
3822
.btn-blue.btn-icon {
3823
position: relative;
3824
padding-right: 39px;
3825
border: none;
3826
}
3827
.btn-blue.btn-icon i {
3828
background-color: #005993;
3829
padding: 6px 6px;
3830
font-size: 12px;
3831
line-height: 1.42857143;
3832
border-radius: 3px;
3833
-webkit-border-radius: 0 3px 3px 0;
3834
-webkit-background-clip: padding-box;
3835
-moz-border-radius: 0 3px 3px 0;
3836
-moz-background-clip: padding;
3837
border-radius: 0 3px 3px 0;
3838
background-clip: padding-box;
3839
}
3840
.btn-blue.btn-icon.icon-left {
3841
padding-right: 12px;
3842
padding-left: 39px;
3843
}
3844
.btn-blue.btn-icon.icon-left i {
3845
float: left;
3846
right: auto;
3847
left: 0;
3848
-webkit-border-radius: 3px 0 0 3px !important;
3849
-webkit-background-clip: padding-box;
3850
-moz-border-radius: 3px 0 0 3px !important;
3851
-moz-background-clip: padding;
3852
border-radius: 3px 0 0 3px !important;
3853
background-clip: padding-box;
3854
}
3855
.btn-blue.btn-icon.btn-lg {
3856
padding-right: 55px;
3857
}
3858
.btn-blue.btn-icon.btn-lg.icon-left {
3859
padding-right: 16px;
3860
padding-left: 55px;
3861
}
3862
.btn-blue.btn-icon.btn-lg i {
3863
padding: 10px 10px;
3864
font-size: 15px;
3865
line-height: 1.3333333;
3866
border-radius: 3px;
3867
}
3868
.btn-blue.btn-icon.btn-sm {
3869
padding-right: 36px;
3870
}
3871
.btn-blue.btn-icon.btn-sm.icon-left {
3872
padding-right: 10px;
3873
padding-left: 36px;
3874
}
3875
.btn-blue.btn-icon.btn-sm i {
3876
padding: 5px 6px;
3877
font-size: 11px;
3878
line-height: 1.5;
3879
border-radius: 2px;
3880
}
3881
.btn-blue.btn-icon.btn-xs {
3882
padding-right: 32px;
3883
}
3884
.btn-blue.btn-icon.btn-xs.icon-left {
3885
padding-right: 10px;
3886
padding-left: 32px;
3887
}
3888
.btn-blue.btn-icon.btn-xs i {
3889
padding: 2px 6px;
3890
font-size: 10px;
3891
line-height: 1.5;
3892
border-radius: 2px;
3893
}
3894
.btn-red {
3895
color: #FFF;
3896
background-color: #d42020;
3897
border-color: #d42020;
3898
}
3899
.btn-red:focus,
3900
.btn-red.focus {
3901
color: #FFF;
3902
background-color: #a81919;
3903
border-color: #650f0f;
3904
}
3905
.btn-red:hover {
3906
color: #FFF;
3907
background-color: #a81919;
3908
border-color: #9f1818;
3909
}
3910
.btn-red:active,
3911
.btn-red.active,
3912
.open > .dropdown-toggle.btn-red {
3913
color: #FFF;
3914
background-color: #a81919;
3915
border-color: #9f1818;
3916
}
3917
.btn-red:active:hover,
3918
.btn-red.active:hover,
3919
.open > .dropdown-toggle.btn-red:hover,
3920
.btn-red:active:focus,
3921
.btn-red.active:focus,
3922
.open > .dropdown-toggle.btn-red:focus,
3923
.btn-red:active.focus,
3924
.btn-red.active.focus,
3925
.open > .dropdown-toggle.btn-red.focus {
3926
color: #FFF;
3927
background-color: #891515;
3928
border-color: #650f0f;
3929
}
3930
.btn-red:active,
3931
.btn-red.active,
3932
.open > .dropdown-toggle.btn-red {
3933
background-image: none;
3934
}
3935
.btn-red.disabled:hover,
3936
.btn-red[disabled]:hover,
3937
fieldset[disabled] .btn-red:hover,
3938
.btn-red.disabled:focus,
3939
.btn-red[disabled]:focus,
3940
fieldset[disabled] .btn-red:focus,
3941
.btn-red.disabled.focus,
3942
.btn-red[disabled].focus,
3943
fieldset[disabled] .btn-red.focus {
3944
background-color: #d42020;
3945
border-color: #d42020;
3946
}
3947
.btn-red .badge {
3948
color: #d42020;
3949
background-color: #FFF;
3950
}
3951
.btn-red:hover,
3952
.btn-red:focus,
3953
.btn-red.focus {
3954
color: #FFF !important;
3955
}
3956
.btn-red.btn-icon {
3957
position: relative;
3958
padding-right: 39px;
3959
border: none;
3960
}
3961
.btn-red.btn-icon i {
3962
background-color: #b11b1b;
3963
padding: 6px 6px;
3964
font-size: 12px;
3965
line-height: 1.42857143;
3966
border-radius: 3px;
3967
-webkit-border-radius: 0 3px 3px 0;
3968
-webkit-background-clip: padding-box;
3969
-moz-border-radius: 0 3px 3px 0;
3970
-moz-background-clip: padding;
3971
border-radius: 0 3px 3px 0;
3972
background-clip: padding-box;
3973
}
3974
.btn-red.btn-icon.icon-left {
3975
padding-right: 12px;
3976
padding-left: 39px;
3977
}
3978
.btn-red.btn-icon.icon-left i {
3979
float: left;
3980
right: auto;
3981
left: 0;
3982
-webkit-border-radius: 3px 0 0 3px !important;
3983
-webkit-background-clip: padding-box;
3984
-moz-border-radius: 3px 0 0 3px !important;
3985
-moz-background-clip: padding;
3986
border-radius: 3px 0 0 3px !important;
3987
background-clip: padding-box;
3988
}
3989
.btn-red.btn-icon.btn-lg {
3990
padding-right: 55px;
3991
}
3992
.btn-red.btn-icon.btn-lg.icon-left {
3993
padding-right: 16px;
3994
padding-left: 55px;
3995
}
3996
.btn-red.btn-icon.btn-lg i {
3997
padding: 10px 10px;
3998
font-size: 15px;
3999
line-height: 1.3333333;
4000
border-radius: 3px;
4001
}
4002
.btn-red.btn-icon.btn-sm {
4003
padding-right: 36px;
4004
}
4005
.btn-red.btn-icon.btn-sm.icon-left {
4006
padding-right: 10px;
4007
padding-left: 36px;
4008
}
4009
.btn-red.btn-icon.btn-sm i {
4010
padding: 5px 6px;
4011
font-size: 11px;
4012
line-height: 1.5;
4013
border-radius: 2px;
4014
}
4015
.btn-red.btn-icon.btn-xs {
4016
padding-right: 32px;
4017
}
4018
.btn-red.btn-icon.btn-xs.icon-left {
4019
padding-right: 10px;
4020
padding-left: 32px;
4021
}
4022
.btn-red.btn-icon.btn-xs i {
4023
padding: 2px 6px;
4024
font-size: 10px;
4025
line-height: 1.5;
4026
border-radius: 2px;
4027
}
4028
.btn-orange {
4029
color: #FFF;
4030
background-color: #ff9600;
4031
border-color: #ff9600;
4032
}
4033
.btn-orange:focus,
4034
.btn-orange.focus {
4035
color: #FFF;
4036
background-color: #cc7800;
4037
border-color: #804b00;
4038
}
4039
.btn-orange:hover {
4040
color: #FFF;
4041
background-color: #cc7800;
4042
border-color: #c27200;
4043
}
4044
.btn-orange:active,
4045
.btn-orange.active,
4046
.open > .dropdown-toggle.btn-orange {
4047
color: #FFF;
4048
background-color: #cc7800;
4049
border-color: #c27200;
4050
}
4051
.btn-orange:active:hover,
4052
.btn-orange.active:hover,
4053
.open > .dropdown-toggle.btn-orange:hover,
4054
.btn-orange:active:focus,
4055
.btn-orange.active:focus,
4056
.open > .dropdown-toggle.btn-orange:focus,
4057
.btn-orange:active.focus,
4058
.btn-orange.active.focus,
4059
.open > .dropdown-toggle.btn-orange.focus {
4060
color: #FFF;
4061
background-color: #a86300;
4062
border-color: #804b00;
4063
}
4064
.btn-orange:active,
4065
.btn-orange.active,
4066
.open > .dropdown-toggle.btn-orange {
4067
background-image: none;
4068
}
4069
.btn-orange.disabled:hover,
4070
.btn-orange[disabled]:hover,
4071
fieldset[disabled] .btn-orange:hover,
4072
.btn-orange.disabled:focus,
4073
.btn-orange[disabled]:focus,
4074
fieldset[disabled] .btn-orange:focus,
4075
.btn-orange.disabled.focus,
4076
.btn-orange[disabled].focus,
4077
fieldset[disabled] .btn-orange.focus {
4078
background-color: #ff9600;
4079
border-color: #ff9600;
4080
}
4081
.btn-orange .badge {
4082
color: #ff9600;
4083
background-color: #FFF;
4084
}
4085
.btn-orange:hover,
4086
.btn-orange:focus,
4087
.btn-orange.focus {
4088
color: #FFF !important;
4089
}
4090
.btn-orange.btn-icon {
4091
position: relative;
4092
padding-right: 39px;
4093
border: none;
4094
}
4095
.btn-orange.btn-icon i {
4096
background-color: #d67e00;
4097
padding: 6px 6px;
4098
font-size: 12px;
4099
line-height: 1.42857143;
4100
border-radius: 3px;
4101
-webkit-border-radius: 0 3px 3px 0;
4102
-webkit-background-clip: padding-box;
4103
-moz-border-radius: 0 3px 3px 0;
4104
-moz-background-clip: padding;
4105
border-radius: 0 3px 3px 0;
4106
background-clip: padding-box;
4107
}
4108
.btn-orange.btn-icon.icon-left {
4109
padding-right: 12px;
4110
padding-left: 39px;
4111
}
4112
.btn-orange.btn-icon.icon-left i {
4113
float: left;
4114
right: auto;
4115
left: 0;
4116
-webkit-border-radius: 3px 0 0 3px !important;
4117
-webkit-background-clip: padding-box;
4118
-moz-border-radius: 3px 0 0 3px !important;
4119
-moz-background-clip: padding;
4120
border-radius: 3px 0 0 3px !important;
4121
background-clip: padding-box;
4122
}
4123
.btn-orange.btn-icon.btn-lg {
4124
padding-right: 55px;
4125
}
4126
.btn-orange.btn-icon.btn-lg.icon-left {
4127
padding-right: 16px;
4128
padding-left: 55px;
4129
}
4130
.btn-orange.btn-icon.btn-lg i {
4131
padding: 10px 10px;
4132
font-size: 15px;
4133
line-height: 1.3333333;
4134
border-radius: 3px;
4135
}
4136
.btn-orange.btn-icon.btn-sm {
4137
padding-right: 36px;
4138
}
4139
.btn-orange.btn-icon.btn-sm.icon-left {
4140
padding-right: 10px;
4141
padding-left: 36px;
4142
}
4143
.btn-orange.btn-icon.btn-sm i {
4144
padding: 5px 6px;
4145
font-size: 11px;
4146
line-height: 1.5;
4147
border-radius: 2px;
4148
}
4149
.btn-orange.btn-icon.btn-xs {
4150
padding-right: 32px;
4151
}
4152
.btn-orange.btn-icon.btn-xs.icon-left {
4153
padding-right: 10px;
4154
padding-left: 32px;
4155
}
4156
.btn-orange.btn-icon.btn-xs i {
4157
padding: 2px 6px;
4158
font-size: 10px;
4159
line-height: 1.5;
4160
border-radius: 2px;
4161
}
4162
.btn-gold {
4163
color: #846e20;
4164
background-color: #fcd036;
4165
border-color: #fcd036;
4166
}
4167
.btn-gold:focus,
4168
.btn-gold.focus {
4169
color: #846e20;
4170
background-color: #fbc404;
4171
border-color: #b08903;
4172
}
4173
.btn-gold:hover {
4174
color: #846e20;
4175
background-color: #fbc404;
4176
border-color: #f1bc04;
4177
}
4178
.btn-gold:active,
4179
.btn-gold.active,
4180
.open > .dropdown-toggle.btn-gold {
4181
color: #846e20;
4182
background-color: #fbc404;
4183
border-color: #f1bc04;
4184
}
4185
.btn-gold:active:hover,
4186
.btn-gold.active:hover,
4187
.open > .dropdown-toggle.btn-gold:hover,
4188
.btn-gold:active:focus,
4189
.btn-gold.active:focus,
4190
.open > .dropdown-toggle.btn-gold:focus,
4191
.btn-gold:active.focus,
4192
.btn-gold.active.focus,
4193
.open > .dropdown-toggle.btn-gold.focus {
4194
color: #846e20;
4195
background-color: #d8a903;
4196
border-color: #b08903;
4197
}
4198
.btn-gold:active,
4199
.btn-gold.active,
4200
.open > .dropdown-toggle.btn-gold {
4201
background-image: none;
4202
}
4203
.btn-gold.disabled:hover,
4204
.btn-gold[disabled]:hover,
4205
fieldset[disabled] .btn-gold:hover,
4206
.btn-gold.disabled:focus,
4207
.btn-gold[disabled]:focus,
4208
fieldset[disabled] .btn-gold:focus,
4209
.btn-gold.disabled.focus,
4210
.btn-gold[disabled].focus,
4211
fieldset[disabled] .btn-gold.focus {
4212
background-color: #fcd036;
4213
border-color: #fcd036;
4214
}
4215
.btn-gold .badge {
4216
color: #fcd036;
4217
background-color: #846e20;
4218
}
4219
.btn-gold:hover,
4220
.btn-gold:focus,
4221
.btn-gold.focus {
4222
color: #846e20 !important;
4223
}
4224
.btn-gold.btn-icon {
4225
position: relative;
4226
padding-right: 39px;
4227
border: none;
4228
}
4229
.btn-gold.btn-icon i {
4230
background-color: #fbc70e;
4231
padding: 6px 6px;
4232
font-size: 12px;
4233
line-height: 1.42857143;
4234
border-radius: 3px;
4235
-webkit-border-radius: 0 3px 3px 0;
4236
-webkit-background-clip: padding-box;
4237
-moz-border-radius: 0 3px 3px 0;
4238
-moz-background-clip: padding;
4239
border-radius: 0 3px 3px 0;
4240
background-clip: padding-box;
4241
}
4242
.btn-gold.btn-icon.icon-left {
4243
padding-right: 12px;
4244
padding-left: 39px;
4245
}
4246
.btn-gold.btn-icon.icon-left i {
4247
float: left;
4248
right: auto;
4249
left: 0;
4250
-webkit-border-radius: 3px 0 0 3px !important;
4251
-webkit-background-clip: padding-box;
4252
-moz-border-radius: 3px 0 0 3px !important;
4253
-moz-background-clip: padding;
4254
border-radius: 3px 0 0 3px !important;
4255
background-clip: padding-box;
4256
}
4257
.btn-gold.btn-icon.btn-lg {
4258
padding-right: 55px;
4259
}
4260
.btn-gold.btn-icon.btn-lg.icon-left {
4261
padding-right: 16px;
4262
padding-left: 55px;
4263
}
4264
.btn-gold.btn-icon.btn-lg i {
4265
padding: 10px 10px;
4266
font-size: 15px;
4267
line-height: 1.3333333;
4268
border-radius: 3px;
4269
}
4270
.btn-gold.btn-icon.btn-sm {
4271
padding-right: 36px;
4272
}
4273
.btn-gold.btn-icon.btn-sm.icon-left {
4274
padding-right: 10px;
4275
padding-left: 36px;
4276
}
4277
.btn-gold.btn-icon.btn-sm i {
4278
padding: 5px 6px;
4279
font-size: 11px;
4280
line-height: 1.5;
4281
border-radius: 2px;
4282
}
4283
.btn-gold.btn-icon.btn-xs {
4284
padding-right: 32px;
4285
}
4286
.btn-gold.btn-icon.btn-xs.icon-left {
4287
padding-right: 10px;
4288
padding-left: 32px;
4289
}
4290
.btn-gold.btn-icon.btn-xs i {
4291
padding: 2px 6px;
4292
font-size: 10px;
4293
line-height: 1.5;
4294
border-radius: 2px;
4295
}
4296
.btn-black {
4297
color: #FFF;
4298
background-color: #000000;
4299
border-color: #000000;
4300
}
4301
.btn-black:focus,
4302
.btn-black.focus {
4303
color: #FFF;
4304
background-color: #000000;
4305
border-color: #000000;
4306
}
4307
.btn-black:hover {
4308
color: #FFF;
4309
background-color: #000000;
4310
border-color: #000000;
4311
}
4312
.btn-black:active,
4313
.btn-black.active,
4314
.open > .dropdown-toggle.btn-black {
4315
color: #FFF;
4316
background-color: #000000;
4317
border-color: #000000;
4318
}
4319
.btn-black:active:hover,
4320
.btn-black.active:hover,
4321
.open > .dropdown-toggle.btn-black:hover,
4322
.btn-black:active:focus,
4323
.btn-black.active:focus,
4324
.open > .dropdown-toggle.btn-black:focus,
4325
.btn-black:active.focus,
4326
.btn-black.active.focus,
4327
.open > .dropdown-toggle.btn-black.focus {
4328
color: #FFF;
4329
background-color: #000000;
4330
border-color: #000000;
4331
}
4332
.btn-black:active,
4333
.btn-black.active,
4334
.open > .dropdown-toggle.btn-black {
4335
background-image: none;
4336
}
4337
.btn-black.disabled:hover,
4338
.btn-black[disabled]:hover,
4339
fieldset[disabled] .btn-black:hover,
4340
.btn-black.disabled:focus,
4341
.btn-black[disabled]:focus,
4342
fieldset[disabled] .btn-black:focus,
4343
.btn-black.disabled.focus,
4344
.btn-black[disabled].focus,
4345
fieldset[disabled] .btn-black.focus {
4346
background-color: #000000;
4347
border-color: #000000;
4348
}
4349
.btn-black .badge {
4350
color: #000000;
4351
background-color: #FFF;
4352
}
4353
.btn-black:hover,
4354
.btn-black:focus,
4355
.btn-black.focus {
4356
color: #FFF !important;
4357
}
4358
.btn-black.btn-icon {
4359
position: relative;
4360
padding-right: 39px;
4361
border: none;
4362
}
4363
.btn-black.btn-icon i {
4364
background-color: #000000;
4365
padding: 6px 6px;
4366
font-size: 12px;
4367
line-height: 1.42857143;
4368
border-radius: 3px;
4369
-webkit-border-radius: 0 3px 3px 0;
4370
-webkit-background-clip: padding-box;
4371
-moz-border-radius: 0 3px 3px 0;
4372
-moz-background-clip: padding;
4373
border-radius: 0 3px 3px 0;
4374
background-clip: padding-box;
4375
}
4376
.btn-black.btn-icon.icon-left {
4377
padding-right: 12px;
4378
padding-left: 39px;
4379
}
4380
.btn-black.btn-icon.icon-left i {
4381
float: left;
4382
right: auto;
4383
left: 0;
4384
-webkit-border-radius: 3px 0 0 3px !important;
4385
-webkit-background-clip: padding-box;
4386
-moz-border-radius: 3px 0 0 3px !important;
4387
-moz-background-clip: padding;
4388
border-radius: 3px 0 0 3px !important;
4389
background-clip: padding-box;
4390
}
4391
.btn-black.btn-icon.btn-lg {
4392
padding-right: 55px;
4393
}
4394
.btn-black.btn-icon.btn-lg.icon-left {
4395
padding-right: 16px;
4396
padding-left: 55px;
4397
}
4398
.btn-black.btn-icon.btn-lg i {
4399
padding: 10px 10px;
4400
font-size: 15px;
4401
line-height: 1.3333333;
4402
border-radius: 3px;
4403
}
4404
.btn-black.btn-icon.btn-sm {
4405
padding-right: 36px;
4406
}
4407
.btn-black.btn-icon.btn-sm.icon-left {
4408
padding-right: 10px;
4409
padding-left: 36px;
4410
}
4411
.btn-black.btn-icon.btn-sm i {
4412
padding: 5px 6px;
4413
font-size: 11px;
4414
line-height: 1.5;
4415
border-radius: 2px;
4416
}
4417
.btn-black.btn-icon.btn-xs {
4418
padding-right: 32px;
4419
}
4420
.btn-black.btn-icon.btn-xs.icon-left {
4421
padding-right: 10px;
4422
padding-left: 32px;
4423
}
4424
.btn-black.btn-icon.btn-xs i {
4425
padding: 2px 6px;
4426
font-size: 10px;
4427
line-height: 1.5;
4428
border-radius: 2px;
4429
}
4430
.btn-white {
4431
color: #303641;
4432
background-color: #FFF;
4433
border-color: #FFF;
4434
border-color: #ebebeb !important;
4435
}
4436
.btn-white:focus,
4437
.btn-white.focus {
4438
color: #303641;
4439
background-color: #e6e6e6;
4440
border-color: #bfbfbf;
4441
}
4442
.btn-white:hover {
4443
color: #303641;
4444
background-color: #e6e6e6;
4445
border-color: #e0e0e0;
4446
}
4447
.btn-white:active,
4448
.btn-white.active,
4449
.open > .dropdown-toggle.btn-white {
4450
color: #303641;
4451
background-color: #e6e6e6;
4452
border-color: #e0e0e0;
4453
}
4454
.btn-white:active:hover,
4455
.btn-white.active:hover,
4456
.open > .dropdown-toggle.btn-white:hover,
4457
.btn-white:active:focus,
4458
.btn-white.active:focus,
4459
.open > .dropdown-toggle.btn-white:focus,
4460
.btn-white:active.focus,
4461
.btn-white.active.focus,
4462
.open > .dropdown-toggle.btn-white.focus {
4463
color: #303641;
4464
background-color: #d4d4d4;
4465
border-color: #bfbfbf;
4466
}
4467
.btn-white:active,
4468
.btn-white.active,
4469
.open > .dropdown-toggle.btn-white {
4470
background-image: none;
4471
}
4472
.btn-white.disabled:hover,
4473
.btn-white[disabled]:hover,
4474
fieldset[disabled] .btn-white:hover,
4475
.btn-white.disabled:focus,
4476
.btn-white[disabled]:focus,
4477
fieldset[disabled] .btn-white:focus,
4478
.btn-white.disabled.focus,
4479
.btn-white[disabled].focus,
4480
fieldset[disabled] .btn-white.focus {
4481
background-color: #FFF;
4482
border-color: #FFF;
4483
}
4484
.btn-white .badge {
4485
color: #FFF;
4486
background-color: #303641;
4487
}
4488
.btn-white:hover,
4489
.btn-white:focus,
4490
.btn-white.focus {
4491
color: #303641 !important;
4492
}
4493
.btn-white.btn-icon {
4494
position: relative;
4495
padding-right: 39px;
4496
border: none;
4497
}
4498
.btn-white.btn-icon i {
4499
background-color: #ebebeb;
4500
padding: 6px 6px;
4501
font-size: 12px;
4502
line-height: 1.42857143;
4503
border-radius: 3px;
4504
-webkit-border-radius: 0 3px 3px 0;
4505
-webkit-background-clip: padding-box;
4506
-moz-border-radius: 0 3px 3px 0;
4507
-moz-background-clip: padding;
4508
border-radius: 0 3px 3px 0;
4509
background-clip: padding-box;
4510
}
4511
.btn-white.btn-icon.icon-left {
4512
padding-right: 12px;
4513
padding-left: 39px;
4514
}
4515
.btn-white.btn-icon.icon-left i {
4516
float: left;
4517
right: auto;
4518
left: 0;
4519
-webkit-border-radius: 3px 0 0 3px !important;
4520
-webkit-background-clip: padding-box;
4521
-moz-border-radius: 3px 0 0 3px !important;
4522
-moz-background-clip: padding;
4523
border-radius: 3px 0 0 3px !important;
4524
background-clip: padding-box;
4525
}
4526
.btn-white.btn-icon.btn-lg {
4527
padding-right: 55px;
4528
}
4529
.btn-white.btn-icon.btn-lg.icon-left {
4530
padding-right: 16px;
4531
padding-left: 55px;
4532
}
4533
.btn-white.btn-icon.btn-lg i {
4534
padding: 10px 10px;
4535
font-size: 15px;
4536
line-height: 1.3333333;
4537
border-radius: 3px;
4538
}
4539
.btn-white.btn-icon.btn-sm {
4540
padding-right: 36px;
4541
}
4542
.btn-white.btn-icon.btn-sm.icon-left {
4543
padding-right: 10px;
4544
padding-left: 36px;
4545
}
4546
.btn-white.btn-icon.btn-sm i {
4547
padding: 5px 6px;
4548
font-size: 11px;
4549
line-height: 1.5;
4550
border-radius: 2px;
4551
}
4552
.btn-white.btn-icon.btn-xs {
4553
padding-right: 32px;
4554
}
4555
.btn-white.btn-icon.btn-xs.icon-left {
4556
padding-right: 10px;
4557
padding-left: 32px;
4558
}
4559
.btn-white.btn-icon.btn-xs i {
4560
padding: 2px 6px;
4561
font-size: 10px;
4562
line-height: 1.5;
4563
border-radius: 2px;
4564
}
4565
.btn-warning {
4566
color: #fff;
4567
background-color: #fad839;
4568
border-color: #f9d320;
4569
}
4570
.btn-warning:focus,
4571
.btn-warning.focus {
4572
color: #fff;
4573
background-color: #f9ce07;
4574
border-color: #967c04;
4575
}
4576
.btn-warning:hover {
4577
color: #fff;
4578
background-color: #f9ce07;
4579
border-color: #d7b205;
4580
}
4581
.btn-warning:active,
4582
.btn-warning.active,
4583
.open > .dropdown-toggle.btn-warning {
4584
color: #fff;
4585
background-color: #f9ce07;
4586
border-color: #d7b205;
4587
}
4588
.btn-warning:active:hover,
4589
.btn-warning.active:hover,
4590
.open > .dropdown-toggle.btn-warning:hover,
4591
.btn-warning:active:focus,
4592
.btn-warning.active:focus,
4593
.open > .dropdown-toggle.btn-warning:focus,
4594
.btn-warning:active.focus,
4595
.btn-warning.active.focus,
4596
.open > .dropdown-toggle.btn-warning.focus {
4597
color: #fff;
4598
background-color: #d7b205;
4599
border-color: #967c04;
4600
}
4601
.btn-warning:active,
4602
.btn-warning.active,
4603
.open > .dropdown-toggle.btn-warning {
4604
background-image: none;
4605
}
4606
.btn-warning.disabled:hover,
4607
.btn-warning[disabled]:hover,
4608
fieldset[disabled] .btn-warning:hover,
4609
.btn-warning.disabled:focus,
4610
.btn-warning[disabled]:focus,
4611
fieldset[disabled] .btn-warning:focus,
4612
.btn-warning.disabled.focus,
4613
.btn-warning[disabled].focus,
4614
fieldset[disabled] .btn-warning.focus {
4615
background-color: #fad839;
4616
border-color: #f9d320;
4617
}
4618
.btn-warning .badge {
4619
color: #fad839;
4620
background-color: #fff;
4621
}
4622
.btn-warning:hover,
4623
.btn-warning:focus,
4624
.btn-warning.focus {
4625
color: #fff !important;
4626
}
4627
.btn-warning.btn-icon {
4628
position: relative;
4629
padding-right: 39px;
4630
border: none;
4631
}
4632
.btn-warning.btn-icon i {
4633
background-color: #f9d011;
4634
padding: 6px 6px;
4635
font-size: 12px;
4636
line-height: 1.42857143;
4637
border-radius: 3px;
4638
-webkit-border-radius: 0 3px 3px 0;
4639
-webkit-background-clip: padding-box;
4640
-moz-border-radius: 0 3px 3px 0;
4641
-moz-background-clip: padding;
4642
border-radius: 0 3px 3px 0;
4643
background-clip: padding-box;
4644
}
4645
.btn-warning.btn-icon.icon-left {
4646
padding-right: 12px;
4647
padding-left: 39px;
4648
}
4649
.btn-warning.btn-icon.icon-left i {
4650
float: left;
4651
right: auto;
4652
left: 0;
4653
-webkit-border-radius: 3px 0 0 3px !important;
4654
-webkit-background-clip: padding-box;
4655
-moz-border-radius: 3px 0 0 3px !important;
4656
-moz-background-clip: padding;
4657
border-radius: 3px 0 0 3px !important;
4658
background-clip: padding-box;
4659
}
4660
.btn-warning.btn-icon.btn-lg {
4661
padding-right: 55px;
4662
}
4663
.btn-warning.btn-icon.btn-lg.icon-left {
4664
padding-right: 16px;
4665
padding-left: 55px;
4666
}
4667
.btn-warning.btn-icon.btn-lg i {
4668
padding: 10px 10px;
4669
font-size: 15px;
4670
line-height: 1.3333333;
4671
border-radius: 3px;
4672
}
4673
.btn-warning.btn-icon.btn-sm {
4674
padding-right: 36px;
4675
}
4676
.btn-warning.btn-icon.btn-sm.icon-left {
4677
padding-right: 10px;
4678
padding-left: 36px;
4679
}
4680
.btn-warning.btn-icon.btn-sm i {
4681
padding: 5px 6px;
4682
font-size: 11px;
4683
line-height: 1.5;
4684
border-radius: 2px;
4685
}
4686
.btn-warning.btn-icon.btn-xs {
4687
padding-right: 32px;
4688
}
4689
.btn-warning.btn-icon.btn-xs.icon-left {
4690
padding-right: 10px;
4691
padding-left: 32px;
4692
}
4693
.btn-warning.btn-icon.btn-xs i {
4694
padding: 2px 6px;
4695
font-size: 10px;
4696
line-height: 1.5;
4697
border-radius: 2px;
4698
}
4699
.btn-danger {
4700
color: #fff;
4701
background-color: #cc2424;
4702
border-color: #b62020;
4703
}
4704
.btn-danger:focus,
4705
.btn-danger.focus {
4706
color: #fff;
4707
background-color: #a11c1c;
4708
border-color: #4a0d0d;
4709
}
4710
.btn-danger:hover {
4711
color: #fff;
4712
background-color: #a11c1c;
4713
border-color: #821717;
4714
}
4715
.btn-danger:active,
4716
.btn-danger.active,
4717
.open > .dropdown-toggle.btn-danger {
4718
color: #fff;
4719
background-color: #a11c1c;
4720
border-color: #821717;
4721
}
4722
.btn-danger:active:hover,
4723
.btn-danger.active:hover,
4724
.open > .dropdown-toggle.btn-danger:hover,
4725
.btn-danger:active:focus,
4726
.btn-danger.active:focus,
4727
.open > .dropdown-toggle.btn-danger:focus,
4728
.btn-danger:active.focus,
4729
.btn-danger.active.focus,
4730
.open > .dropdown-toggle.btn-danger.focus {
4731
color: #fff;
4732
background-color: #821717;
4733
border-color: #4a0d0d;
4734
}
4735
.btn-danger:active,
4736
.btn-danger.active,
4737
.open > .dropdown-toggle.btn-danger {
4738
background-image: none;
4739
}
4740
.btn-danger.disabled:hover,
4741
.btn-danger[disabled]:hover,
4742
fieldset[disabled] .btn-danger:hover,
4743
.btn-danger.disabled:focus,
4744
.btn-danger[disabled]:focus,
4745
fieldset[disabled] .btn-danger:focus,
4746
.btn-danger.disabled.focus,
4747
.btn-danger[disabled].focus,
4748
fieldset[disabled] .btn-danger.focus {
4749
background-color: #cc2424;
4750
border-color: #b62020;
4751
}
4752
.btn-danger .badge {
4753
color: #cc2424;
4754
background-color: #fff;
4755
}
4756
.btn-danger:hover,
4757
.btn-danger:focus,
4758
.btn-danger.focus {
4759
color: #fff !important;
4760
}
4761
.btn-danger.btn-icon {
4762
position: relative;
4763
padding-right: 39px;
4764
border: none;
4765
}
4766
.btn-danger.btn-icon i {
4767
background-color: #a91e1e;
4768
padding: 6px 6px;
4769
font-size: 12px;
4770
line-height: 1.42857143;
4771
border-radius: 3px;
4772
-webkit-border-radius: 0 3px 3px 0;
4773
-webkit-background-clip: padding-box;
4774
-moz-border-radius: 0 3px 3px 0;
4775
-moz-background-clip: padding;
4776
border-radius: 0 3px 3px 0;
4777
background-clip: padding-box;
4778
}
4779
.btn-danger.btn-icon.icon-left {
4780
padding-right: 12px;
4781
padding-left: 39px;
4782
}
4783
.btn-danger.btn-icon.icon-left i {
4784
float: left;
4785
right: auto;
4786
left: 0;
4787
-webkit-border-radius: 3px 0 0 3px !important;
4788
-webkit-background-clip: padding-box;
4789
-moz-border-radius: 3px 0 0 3px !important;
4790
-moz-background-clip: padding;
4791
border-radius: 3px 0 0 3px !important;
4792
background-clip: padding-box;
4793
}
4794
.btn-danger.btn-icon.btn-lg {
4795
padding-right: 55px;
4796
}
4797
.btn-danger.btn-icon.btn-lg.icon-left {
4798
padding-right: 16px;
4799
padding-left: 55px;
4800
}
4801
.btn-danger.btn-icon.btn-lg i {
4802
padding: 10px 10px;
4803
font-size: 15px;
4804
line-height: 1.3333333;
4805
border-radius: 3px;
4806
}
4807
.btn-danger.btn-icon.btn-sm {
4808
padding-right: 36px;
4809
}
4810
.btn-danger.btn-icon.btn-sm.icon-left {
4811
padding-right: 10px;
4812
padding-left: 36px;
4813
}
4814
.btn-danger.btn-icon.btn-sm i {
4815
padding: 5px 6px;
4816
font-size: 11px;
4817
line-height: 1.5;
4818
border-radius: 2px;
4819
}
4820
.btn-danger.btn-icon.btn-xs {
4821
padding-right: 32px;
4822
}
4823
.btn-danger.btn-icon.btn-xs.icon-left {
4824
padding-right: 10px;
4825
padding-left: 32px;
4826
}
4827
.btn-danger.btn-icon.btn-xs i {
4828
padding: 2px 6px;
4829
font-size: 10px;
4830
line-height: 1.5;
4831
border-radius: 2px;
4832
}
4833
.btn-success,
4834
.btn-green {
4835
color: #fff;
4836
background-color: #00a651;
4837
border-color: #008d45;
4838
}
4839
.btn-success:focus,
4840
.btn-green:focus,
4841
.btn-success.focus,
4842
.btn-green.focus {
4843
color: #fff;
4844
background-color: #007338;
4845
border-color: #000d06;
4846
}
4847
.btn-success:hover,
4848
.btn-green:hover {
4849
color: #fff;
4850
background-color: #007338;
4851
border-color: #004f27;
4852
}
4853
.btn-success:active,
4854
.btn-green:active,
4855
.btn-success.active,
4856
.btn-green.active,
4857
.open > .dropdown-toggle.btn-success,
4858
.open > .dropdown-toggle.btn-green {
4859
color: #fff;
4860
background-color: #007338;
4861
border-color: #004f27;
4862
}
4863
.btn-success:active:hover,
4864
.btn-green:active:hover,
4865
.btn-success.active:hover,
4866
.btn-green.active:hover,
4867
.open > .dropdown-toggle.btn-success:hover,
4868
.open > .dropdown-toggle.btn-green:hover,
4869
.btn-success:active:focus,
4870
.btn-green:active:focus,
4871
.btn-success.active:focus,
4872
.btn-green.active:focus,
4873
.open > .dropdown-toggle.btn-success:focus,
4874
.open > .dropdown-toggle.btn-green:focus,
4875
.btn-success:active.focus,
4876
.btn-green:active.focus,
4877
.btn-success.active.focus,
4878
.btn-green.active.focus,
4879
.open > .dropdown-toggle.btn-success.focus,
4880
.open > .dropdown-toggle.btn-green.focus {
4881
color: #fff;
4882
background-color: #004f27;
4883
border-color: #000d06;
4884
}
4885
.btn-success:active,
4886
.btn-green:active,
4887
.btn-success.active,
4888
.btn-green.active,
4889
.open > .dropdown-toggle.btn-success,
4890
.open > .dropdown-toggle.btn-green {
4891
background-image: none;
4892
}
4893
.btn-success.disabled:hover,
4894
.btn-green.disabled:hover,
4895
.btn-success[disabled]:hover,
4896
.btn-green[disabled]:hover,
4897
fieldset[disabled] .btn-success:hover,
4898
fieldset[disabled] .btn-green:hover,
4899
.btn-success.disabled:focus,
4900
.btn-green.disabled:focus,
4901
.btn-success[disabled]:focus,
4902
.btn-green[disabled]:focus,
4903
fieldset[disabled] .btn-success:focus,
4904
fieldset[disabled] .btn-green:focus,
4905
.btn-success.disabled.focus,
4906
.btn-green.disabled.focus,
4907
.btn-success[disabled].focus,
4908
.btn-green[disabled].focus,
4909
fieldset[disabled] .btn-success.focus,
4910
fieldset[disabled] .btn-green.focus {
4911
background-color: #00a651;
4912
border-color: #008d45;
4913
}
4914
.btn-success .badge,
4915
.btn-green .badge {
4916
color: #00a651;
4917
background-color: #fff;
4918
}
4919
.btn-success:hover,
4920
.btn-green:hover,
4921
.btn-success:focus,
4922
.btn-green:focus,
4923
.btn-success.focus,
4924
.btn-green.focus {
4925
color: #fff !important;
4926
}
4927
.btn-success.btn-icon,
4928
.btn-green.btn-icon {
4929
position: relative;
4930
padding-right: 39px;
4931
border: none;
4932
}
4933
.btn-success.btn-icon i,
4934
.btn-green.btn-icon i {
4935
background-color: #007d3d;
4936
padding: 6px 6px;
4937
font-size: 12px;
4938
line-height: 1.42857143;
4939
border-radius: 3px;
4940
-webkit-border-radius: 0 3px 3px 0;
4941
-webkit-background-clip: padding-box;
4942
-moz-border-radius: 0 3px 3px 0;
4943
-moz-background-clip: padding;
4944
border-radius: 0 3px 3px 0;
4945
background-clip: padding-box;
4946
}
4947
.btn-success.btn-icon.icon-left,
4948
.btn-green.btn-icon.icon-left {
4949
padding-right: 12px;
4950
padding-left: 39px;
4951
}
4952
.btn-success.btn-icon.icon-left i,
4953
.btn-green.btn-icon.icon-left i {
4954
float: left;
4955
right: auto;
4956
left: 0;
4957
-webkit-border-radius: 3px 0 0 3px !important;
4958
-webkit-background-clip: padding-box;
4959
-moz-border-radius: 3px 0 0 3px !important;
4960
-moz-background-clip: padding;
4961
border-radius: 3px 0 0 3px !important;
4962
background-clip: padding-box;
4963
}
4964
.btn-success.btn-icon.btn-lg,
4965
.btn-green.btn-icon.btn-lg {
4966
padding-right: 55px;
4967
}
4968
.btn-success.btn-icon.btn-lg.icon-left,
4969
.btn-green.btn-icon.btn-lg.icon-left {
4970
padding-right: 16px;
4971
padding-left: 55px;
4972
}
4973
.btn-success.btn-icon.btn-lg i,
4974
.btn-green.btn-icon.btn-lg i {
4975
padding: 10px 10px;
4976
font-size: 15px;
4977
line-height: 1.3333333;
4978
border-radius: 3px;
4979
}
4980
.btn-success.btn-icon.btn-sm,
4981
.btn-green.btn-icon.btn-sm {
4982
padding-right: 36px;
4983
}
4984
.btn-success.btn-icon.btn-sm.icon-left,
4985
.btn-green.btn-icon.btn-sm.icon-left {
4986
padding-right: 10px;
4987
padding-left: 36px;
4988
}
4989
.btn-success.btn-icon.btn-sm i,
4990
.btn-green.btn-icon.btn-sm i {
4991
padding: 5px 6px;
4992
font-size: 11px;
4993
line-height: 1.5;
4994
border-radius: 2px;
4995
}
4996
.btn-success.btn-icon.btn-xs,
4997
.btn-green.btn-icon.btn-xs {
4998
padding-right: 32px;
4999
}
5000
.btn-success.btn-icon.btn-xs.icon-left,
5001
.btn-green.btn-icon.btn-xs.icon-left {
5002
padding-right: 10px;
5003
padding-left: 32px;
5004
}
5005
.btn-success.btn-icon.btn-xs i,
5006
.btn-green.btn-icon.btn-xs i {
5007
padding: 2px 6px;
5008
font-size: 10px;
5009
line-height: 1.5;
5010
border-radius: 2px;
5011
}
5012
.btn-info {
5013
color: #fff;
5014
background-color: #21a9e1;
5015
border-color: #1c99cd;
5016
}
5017
.btn-info:focus,
5018
.btn-info.focus {
5019
color: #fff;
5020
background-color: #1988b6;
5021
border-color: #0c455d;
5022
}
5023
.btn-info:hover {
5024
color: #fff;
5025
background-color: #1988b6;
5026
border-color: #147197;
5027
}
5028
.btn-info:active,
5029
.btn-info.active,
5030
.open > .dropdown-toggle.btn-info {
5031
color: #fff;
5032
background-color: #1988b6;
5033
border-color: #147197;
5034
}
5035
.btn-info:active:hover,
5036
.btn-info.active:hover,
5037
.open > .dropdown-toggle.btn-info:hover,
5038
.btn-info:active:focus,
5039
.btn-info.active:focus,
5040
.open > .dropdown-toggle.btn-info:focus,
5041
.btn-info:active.focus,
5042
.btn-info.active.focus,
5043
.open > .dropdown-toggle.btn-info.focus {
5044
color: #fff;
5045
background-color: #147197;
5046
border-color: #0c455d;
5047
}
5048
.btn-info:active,
5049
.btn-info.active,
5050
.open > .dropdown-toggle.btn-info {
5051
background-image: none;
5052
}
5053
.btn-info.disabled:hover,
5054
.btn-info[disabled]:hover,
5055
fieldset[disabled] .btn-info:hover,
5056
.btn-info.disabled:focus,
5057
.btn-info[disabled]:focus,
5058
fieldset[disabled] .btn-info:focus,
5059
.btn-info.disabled.focus,
5060
.btn-info[disabled].focus,
5061
fieldset[disabled] .btn-info.focus {
5062
background-color: #21a9e1;
5063
border-color: #1c99cd;
5064
}
5065
.btn-info .badge {
5066
color: #21a9e1;
5067
background-color: #fff;
5068
}
5069
.btn-info:hover,
5070
.btn-info:focus,
5071
.btn-info.focus {
5072
color: #fff !important;
5073
}
5074
.btn-info.btn-icon {
5075
position: relative;
5076
padding-right: 39px;
5077
border: none;
5078
}
5079
.btn-info.btn-icon i {
5080
background-color: #1a8fbf;
5081
padding: 6px 6px;
5082
font-size: 12px;
5083
line-height: 1.42857143;
5084
border-radius: 3px;
5085
-webkit-border-radius: 0 3px 3px 0;
5086
-webkit-background-clip: padding-box;
5087
-moz-border-radius: 0 3px 3px 0;
5088
-moz-background-clip: padding;
5089
border-radius: 0 3px 3px 0;
5090
background-clip: padding-box;
5091
}
5092
.btn-info.btn-icon.icon-left {
5093
padding-right: 12px;
5094
padding-left: 39px;
5095
}
5096
.btn-info.btn-icon.icon-left i {
5097
float: left;
5098
right: auto;
5099
left: 0;
5100
-webkit-border-radius: 3px 0 0 3px !important;
5101
-webkit-background-clip: padding-box;
5102
-moz-border-radius: 3px 0 0 3px !important;
5103
-moz-background-clip: padding;
5104
border-radius: 3px 0 0 3px !important;
5105
background-clip: padding-box;
5106
}
5107
.btn-info.btn-icon.btn-lg {
5108
padding-right: 55px;
5109
}
5110
.btn-info.btn-icon.btn-lg.icon-left {
5111
padding-right: 16px;
5112
padding-left: 55px;
5113
}
5114
.btn-info.btn-icon.btn-lg i {
5115
padding: 10px 10px;
5116
font-size: 15px;
5117
line-height: 1.3333333;
5118
border-radius: 3px;
5119
}
5120
.btn-info.btn-icon.btn-sm {
5121
padding-right: 36px;
5122
}
5123
.btn-info.btn-icon.btn-sm.icon-left {
5124
padding-right: 10px;
5125
padding-left: 36px;
5126
}
5127
.btn-info.btn-icon.btn-sm i {
5128
padding: 5px 6px;
5129
font-size: 11px;
5130
line-height: 1.5;
5131
border-radius: 2px;
5132
}
5133
.btn-info.btn-icon.btn-xs {
5134
padding-right: 32px;
5135
}
5136
.btn-info.btn-icon.btn-xs.icon-left {
5137
padding-right: 10px;
5138
padding-left: 32px;
5139
}
5140
.btn-info.btn-icon.btn-xs i {
5141
padding: 2px 6px;
5142
font-size: 10px;
5143
line-height: 1.5;
5144
border-radius: 2px;
5145
}
5146
.btn-block + .btn-block {
5147
margin-top: 5px;
5148
}
5149
.bs-example > .btn,
5150
.bs-example > .make-switch,
5151
.bs-example > .btn-group {
5152
margin-top: 4px;
5153
margin-bottom: 4px;
5154
margin-right: 9px;
5155
}
5156
.bs-example.bs-baseline-top .btn,
5157
.bs-example.bs-baseline-top .btn-group {
5158
vertical-align: top !important;
5159
}
5160
.dropdown-menu {
5161
-webkit-box-shadow: none;
5162
-moz-box-shadow: none;
5163
box-shadow: none;
5164
}
5165
.dropdown-menu.dropdown-green {
5166
background-color: #00a651;
5167
border-color: #009247;
5168
}
5169
.dropdown-menu.dropdown-green > li > a {
5170
color: #fff;
5171
}
5172
.dropdown-menu.dropdown-green > li:hover a,
5173
.dropdown-menu.dropdown-green > li:active a {
5174
background-color: #008d45;
5175
color: #fff;
5176
}
5177
.dropdown-menu.dropdown-green .divider,
5178
.dropdown-menu.dropdown-green .divider:hover {
5179
height: 1px;
5180
margin: 7.5px 0;
5181
overflow: hidden;
5182
background-color: #009247;
5183
}
5184
.dropdown-menu.dropdown-gold {
5185
background-color: #fcd036;
5186
border-color: #ecb804;
5187
}
5188
.dropdown-menu.dropdown-gold > li > a {
5189
color: #846e20;
5190
}
5191
.dropdown-menu.dropdown-gold > li:hover a,
5192
.dropdown-menu.dropdown-gold > li:active a {
5193
background-color: #f1bc04;
5194
color: #846e20;
5195
}
5196
.dropdown-menu.dropdown-gold .divider,
5197
.dropdown-menu.dropdown-gold .divider:hover {
5198
height: 1px;
5199
margin: 7.5px 0;
5200
overflow: hidden;
5201
background-color: #ecb804;
5202
}
5203
.dropdown-menu.dropdown-blue {
5204
background-color: #0072bc;
5205
border-color: #0063a3;
5206
}
5207
.dropdown-menu.dropdown-blue > li > a {
5208
color: #fff;
5209
}
5210
.dropdown-menu.dropdown-blue > li:hover a,
5211
.dropdown-menu.dropdown-blue > li:active a {
5212
background-color: #0063a3;
5213
color: #fff;
5214
}
5215
.dropdown-menu.dropdown-blue .divider,
5216
.dropdown-menu.dropdown-blue .divider:hover {
5217
height: 1px;
5218
margin: 7.5px 0;
5219
overflow: hidden;
5220
background-color: #0063a3;
5221
}
5222
.dropdown-menu.dropdown-primary {
5223
background-color: #303641;
5224
border-color: #454a54;
5225
}
5226
.dropdown-menu.dropdown-primary > li > a {
5227
color: #fff;
5228
}
5229
.dropdown-menu.dropdown-primary > li:hover a,
5230
.dropdown-menu.dropdown-primary > li:active a {
5231
background-color: #252a32;
5232
color: #fff;
5233
}
5234
.dropdown-menu.dropdown-primary .divider,
5235
.dropdown-menu.dropdown-primary .divider:hover {
5236
height: 1px;
5237
margin: 7.5px 0;
5238
overflow: hidden;
5239
background-color: #454a54;
5240
}
5241
.dropdown-menu.dropdown-red {
5242
background-color: #d42020;
5243
border-color: #b51b1b;
5244
}
5245
.dropdown-menu.dropdown-red > li > a {
5246
color: #fff;
5247
}
5248
.dropdown-menu.dropdown-red > li:hover a,
5249
.dropdown-menu.dropdown-red > li:active a {
5250
background-color: #be1d1d;
5251
color: #fff;
5252
}
5253
.dropdown-menu.dropdown-red .divider,
5254
.dropdown-menu.dropdown-red .divider:hover {
5255
height: 1px;
5256
margin: 7.5px 0;
5257
overflow: hidden;
5258
background-color: #b51b1b;
5259
}
5260
.dropdown-menu.dropdown-black {
5261
background-color: #000;
5262
border-color: #454545;
5263
}
5264
.dropdown-menu.dropdown-black > li > a {
5265
color: #fff;
5266
}
5267
.dropdown-menu.dropdown-black > li:hover a,
5268
.dropdown-menu.dropdown-black > li:active a {
5269
background-color: #383838;
5270
color: #fff;
5271
}
5272
.dropdown-menu.dropdown-black .divider,
5273
.dropdown-menu.dropdown-black .divider:hover {
5274
height: 1px;
5275
margin: 7.5px 0;
5276
overflow: hidden;
5277
background-color: #454545;
5278
}
5279
.label {
5280
display: inline-block;
5281
padding: 6px 12px;
5282
font-weight: normal;
5283
}
5284
.label + .label {
5285
margin-left: 10px;
5286
}
5287
.label-default {
5288
background-color: #ebebeb;
5289
color: #303641;
5290
}
5291
.label-default[href]:hover,
5292
.label-default[href]:focus {
5293
background-color: #d2d2d2;
5294
}
5295
.label-primary {
5296
background-color: #373e4a;
5297
color: #fff;
5298
}
5299
.label-primary[href]:hover,
5300
.label-primary[href]:focus {
5301
background-color: #21252d;
5302
}
5303
.label-secondary {
5304
background-color: #ec5956;
5305
}
5306
.label-secondary[href]:hover,
5307
.label-secondary[href]:focus {
5308
background-color: #e72c28;
5309
}
5310
.label-success {
5311
background-color: #00a651;
5312
}
5313
.label-success[href]:hover,
5314
.label-success[href]:focus {
5315
background-color: #007338;
5316
}
5317
.label-info {
5318
background-color: #21a9e1;
5319
}
5320
.label-info[href]:hover,
5321
.label-info[href]:focus {
5322
background-color: #1988b6;
5323
}
5324
.label-warning {
5325
background-color: #fad839;
5326
}
5327
.label-warning[href]:hover,
5328
.label-warning[href]:focus {
5329
background-color: #f9ce07;
5330
}
5331
.label-danger {
5332
background-color: #cc2424;
5333
}
5334
.label-danger[href]:hover,
5335
.label-danger[href]:focus {
5336
background-color: #a11c1c;
5337
}
5338
.jumbotron {
5339
padding: 40px;
5340
-webkit-border-radius: 3px;
5341
-webkit-background-clip: padding-box;
5342
-moz-border-radius: 3px;
5343
-moz-background-clip: padding;
5344
border-radius: 3px;
5345
background-clip: padding-box;
5346
}
5347
.progress {
5348
-webkit-border-radius: 10px;
5349
-webkit-background-clip: padding-box;
5350
-moz-border-radius: 10px;
5351
-moz-background-clip: padding;
5352
border-radius: 10px;
5353
background-clip: padding-box;
5354
-webkit-box-shadow: none;
5355
-moz-box-shadow: none;
5356
box-shadow: none;
5357
}
5358
.progress-bar {
5359
-webkit-box-shadow: none;
5360
-moz-box-shadow: none;
5361
box-shadow: none;
5362
}
5363
.progress-bar-default {
5364
background: #fff;
5365
padding: 2px;
5366
border: 1px solid #ebebeb;
5367
}
5368
.progress-bar-default .progress-bar {
5369
background-color: #ebebeb;
5370
background-image: -webkit-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
5371
background-image: -o-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
5372
background-image: linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
5373
-webkit-border-radius: 10px 0 0 10px;
5374
-webkit-background-clip: padding-box;
5375
-moz-border-radius: 10px 0 0 10px;
5376
-moz-background-clip: padding;
5377
border-radius: 10px 0 0 10px;
5378
background-clip: padding-box;
5379
}
5380
.progress-striped .progress-bar-default .progress-bar {
5381
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5382
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5383
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5384
}
5385
.progress-bar-default .progress-bar[aria-valuenow="100"] {
5386
-webkit-border-radius: 10px;
5387
-webkit-background-clip: padding-box;
5388
-moz-border-radius: 10px;
5389
-moz-background-clip: padding;
5390
border-radius: 10px;
5391
background-clip: padding-box;
5392
}
5393
html,
5394
body {
5395
height: 100%;
5396
position: relative;
5397
}
5398
.page-container {
5399
width: 100%;
5400
display: table;
5401
height: 100%;
5402
table-layout: fixed;
5403
}
5404
@media screen and (max-width: 768px) {
5405
.page-container {
5406
display: block;
5407
}
5408
}
5409
.page-container.loaded .page-container {
5410
position: relative;
5411
}
5412
.page-container .sidebar-menu {
5413
display: table-cell;
5414
vertical-align: top;
5415
background: transparent;
5416
width: 280px;
5417
position: relative;
5418
z-index: 100;
5419
-webkit-box-sizing: border-box;
5420
-moz-box-sizing: border-box;
5421
box-sizing: border-box;
5422
}
5423
@media screen and (max-width: 767px) {
5424
.page-container .sidebar-menu {
5425
display: block;
5426
}
5427
}
5428
@media screen and (min-width: 768px) {
5429
.page-container .sidebar-menu.fixed .sidebar-menu-inner {
5430
position: fixed;
5431
height: auto;
5432
bottom: 0;
5433
width: 280px;
5434
}
5435
}
5436
.page-container .sidebar-menu .sidebar-menu-inner {
5437
position: relative;
5438
}
5439
.page-container .sidebar-menu .sidebar-menu-inner.ps-container {
5440
overflow: hidden;
5441
height: 100%;
5442
}
5443
.sidebar-collapsed.page-container .sidebar-menu .sidebar-menu-inner.ps-container {
5444
overflow: visible;
5445
}
5446
.page-container .sidebar-menu .logo-env {
5447
width: 100%;
5448
padding: 35px;
5449
-webkit-box-sizing: border-box;
5450
-moz-box-sizing: border-box;
5451
box-sizing: border-box;
5452
}
5453
.page-container .sidebar-menu .logo-env:before,
5454
.page-container .sidebar-menu .logo-env:after {
5455
content: " ";
5456
display: table;
5457
}
5458
.page-container .sidebar-menu .logo-env:after {
5459
clear: both;
5460
}
5461
.page-container .sidebar-menu .logo-env > div {
5462
display: block;
5463
vertical-align: middle;
5464
white-space: nowrap;
5465
float: left;
5466
}
5467
.page-container .sidebar-menu .logo-env > div > a {
5468
display: inline-block;
5469
color: #aaabae;
5470
}
5471
.page-container .sidebar-menu .logo-env > div.sidebar-collapse,
5472
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu {
5473
position: relative;
5474
float: right;
5475
}
5476
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
5477
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
5478
display: inline-block;
5479
border: 1px solid #454a54;
5480
text-align: center;
5481
padding: 0;
5482
line-height: 1;
5483
font-size: 20px;
5484
font-weight: 300;
5485
padding: 5px 2px;
5486
-webkit-border-radius: 3px;
5487
-webkit-background-clip: padding-box;
5488
-moz-border-radius: 3px;
5489
-moz-background-clip: padding;
5490
border-radius: 3px;
5491
background-clip: padding-box;
5492
-webkit-transition: all 200ms ease-in-out;
5493
-moz-transition: all 200ms ease-in-out;
5494
-o-transition: all 200ms ease-in-out;
5495
transition: all 200ms ease-in-out;
5496
}
5497
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover,
5498
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover {
5499
background-color: rgba(69, 74, 84, 0.4);
5500
}
5501
.page-container .sidebar-menu #main-menu {
5502
list-style: none;
5503
margin: 0;
5504
padding: 0;
5505
margin-bottom: 20px;
5506
}
5507
.page-container .sidebar-menu #main-menu li {
5508
position: relative;
5509
margin: 0;
5510
font-size: 12px;
5511
border-bottom: 1px solid rgba(69, 74, 84, 0.7);
5512
}
5513
.page-container .sidebar-menu #main-menu li#search {
5514
background: #262b34;
5515
border-bottom-color: rgba(69, 74, 84, 0.5);
5516
position: relative;
5517
height: 48px;
5518
}
5519
.page-container .sidebar-menu #main-menu li#search ::-webkit-input-placeholder {
5520
color: rgba(170, 171, 174, 0.7);
5521
}
5522
.page-container .sidebar-menu #main-menu li#search :-moz-placeholder {
5523
color: rgba(170, 171, 174, 0.7);
5524
}
5525
.page-container .sidebar-menu #main-menu li#search ::-moz-placeholder {
5526
color: rgba(170, 171, 174, 0.7);
5527
}
5528
.page-container .sidebar-menu #main-menu li#search :-ms-input-placeholder {
5529
color: rgba(170, 171, 174, 0.7);
5530
}
5531
.page-container .sidebar-menu #main-menu li#search .search-input {
5532
background: none;
5533
padding: 0;
5534
margin: 0;
5535
border: none;
5536
outline: none;
5537
padding: 15px 20px;
5538
padding-right: 45px;
5539
width: 100%;
5540
color: #aaabae;
5541
z-index: 100;
5542
-webkit-transition: 350ms opacity ease-in-out;
5543
-moz-transition: 350ms opacity ease-in-out;
5544
-o-transition: 350ms opacity ease-in-out;
5545
transition: 350ms opacity ease-in-out;
5546
-webkit-box-sizing: border-box;
5547
-moz-box-sizing: border-box;
5548
box-sizing: border-box;
5549
}
5550
.page-container .sidebar-menu #main-menu li#search button {
5551
position: absolute;
5552
right: 0;
5553
top: 0;
5554
background: none;
5555
padding: 0;
5556
margin: 0;
5557
border: none;
5558
outline: none;
5559
color: #aaabae;
5560
padding: 15px 20px;
5561
padding-top: 13px;
5562
}
5563
.page-container .sidebar-menu #main-menu li#search button i {
5564
margin: 0;
5565
}
5566
.page-container .sidebar-menu #main-menu li i {
5567
position: relative;
5568
font-size: 15px;
5569
margin-right: 5px;
5570
}
5571
.page-container .sidebar-menu #main-menu li a {
5572
position: relative;
5573
display: block;
5574
padding: 10px 20px;
5575
color: #aaabae;
5576
z-index: 2;
5577
-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
5578
-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
5579
-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
5580
transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
5581
}
5582
.page-container .sidebar-menu #main-menu li a i {
5583
top: 1px;
5584
display: inline-block;
5585
}
5586
.page-container .sidebar-menu #main-menu li a span {
5587
-webkit-transition: 350ms opacity ease-in-out;
5588
-moz-transition: 350ms opacity ease-in-out;
5589
-o-transition: 350ms opacity ease-in-out;
5590
transition: 350ms opacity ease-in-out;
5591
}
5592
.page-container .sidebar-menu #main-menu li a:hover {
5593
background-color: rgba(69, 74, 84, 0.3);
5594
color: #fff;
5595
}
5596
.page-container .sidebar-menu #main-menu li a .badge {
5597
position: relative;
5598
float: right;
5599
font-size: 11px;
5600
line-height: 1.3;
5601
}
5602
.page-container .sidebar-menu #main-menu li a .badge.badge-primary {
5603
border: 1px solid #454a54;
5604
top: -1px;
5605
}
5606
.page-container .sidebar-menu #main-menu li.active > a {
5607
background-color: #2b303a;
5608
color: #fff;
5609
}
5610
.page-container .sidebar-menu #main-menu li.has-sub > a:before {
5611
position: relative;
5612
content: '\e877';
5613
content: '\e879';
5614
display: inline-block;
5615
font-family: "Entypo";
5616
color: #454a54;
5617
color: #FFF;
5618
float: right;
5619
font-size: 15px;
5620
margin-left: 13px;
5621
top: 0px;
5622
-webkit-transition: all 300ms ease-in-out;
5623
-moz-transition: all 300ms ease-in-out;
5624
-o-transition: all 300ms ease-in-out;
5625
transition: all 300ms ease-in-out;
5626
}
5627
.page-container .sidebar-menu #main-menu li.has-sub.opened > a:before {
5628
-webkit-transform: rotate(90deg);
5629
-moz-transform: rotate(90deg);
5630
-ms-transform: rotate(90deg);
5631
-o-transform: rotate(90deg);
5632
transform: rotate(90deg);
5633
}
5634
.page-container .sidebar-menu #main-menu li ul {
5635
position: relative;
5636
list-style: none;
5637
padding: 0;
5638
margin: 0;
5639
border-top: 1px solid rgba(69, 74, 84, 0.4);
5640
display: none;
5641
overflow: hidden;
5642
z-index: 1;
5643
}
5644
.page-container .sidebar-menu #main-menu li ul.visible {
5645
display: block;
5646
}
5647
.page-container .sidebar-menu #main-menu li ul > li {
5648
border-bottom: 1px solid rgba(69, 74, 84, 0.4);
5649
}
5650
.page-container .sidebar-menu #main-menu li ul > li > a {
5651
background-color: #2b303a;
5652
padding-left: 40px;
5653
}
5654
.page-container .sidebar-menu #main-menu li ul > li > a:hover {
5655
background-color: #2d323d;
5656
}
5657
.page-container .sidebar-menu #main-menu li ul > li:last-child {
5658
border-bottom: 0;
5659
}
5660
.page-container .sidebar-menu #main-menu li ul > li ul > li > a {
5661
padding-left: 60px;
5662
background: #262b34;
5663
}
5664
.page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
5665
padding-left: 80px;
5666
background: #262b34;
5667
}
5668
.page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
5669
padding-left: 100px;
5670
background: #262b34;
5671
}
5672
.page-container .sidebar-menu .sidebar-user-info {
5673
position: relative;
5674
padding: 25px 35px;
5675
border-top: 1px solid #454a54;
5676
-webkit-transition: padding 300ms ease-in-out;
5677
-moz-transition: padding 300ms ease-in-out;
5678
-o-transition: padding 300ms ease-in-out;
5679
transition: padding 300ms ease-in-out;
5680
-webkit-box-sizing: border-box;
5681
-moz-box-sizing: border-box;
5682
box-sizing: border-box;
5683
}
5684
.page-container .sidebar-menu .sidebar-user-info .user-link {
5685
display: block;
5686
-webkit-box-sizing: border-box;
5687
-moz-box-sizing: border-box;
5688
box-sizing: border-box;
5689
}
5690
.page-container .sidebar-menu .sidebar-user-info .user-link:before,
5691
.page-container .sidebar-menu .sidebar-user-info .user-link:after {
5692
content: " ";
5693
display: table;
5694
}
5695
.page-container .sidebar-menu .sidebar-user-info .user-link:after {
5696
clear: both;
5697
}
5698
.page-container .sidebar-menu .sidebar-user-info .user-link img {
5699
float: left;
5700
margin-right: 15px;
5701
border: 4px solid rgba(255, 255, 255, 0.11);
5702
-webkit-transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5703
-o-transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5704
transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5705
-webkit-transition: -webkit-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5706
-moz-transition: -moz-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5707
-o-transition: -o-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5708
transition: -webkit-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),-moz-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),-o-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
5709
display: block;
5710
max-width: 100%;
5711
height: auto;
5712
}
5713
.page-container .sidebar-menu .sidebar-user-info .user-link span,
5714
.page-container .sidebar-menu .sidebar-user-info .user-link strong {
5715
display: block;
5716
font-size: 14px;
5717
color: #fff;
5718
font-weight: normal;
5719
line-height: 1.2;
5720
zoom: 1;
5721
filter: alpha(opacity=100);
5722
-webkit-opacity: 1;
5723
-moz-opacity: 1;
5724
opacity: 1;
5725
-webkit-transition: opacity 300ms ease-in-out;
5726
-moz-transition: opacity 300ms ease-in-out;
5727
-o-transition: opacity 300ms ease-in-out;
5728
transition: opacity 300ms ease-in-out;
5729
}
5730
.page-container .sidebar-menu .sidebar-user-info .user-link span {
5731
zoom: 1;
5732
filter: alpha(opacity=80);
5733
-webkit-opacity: 0.8;
5734
-moz-opacity: 0.8;
5735
opacity: 0.8;
5736
}
5737
.page-container .sidebar-menu .sidebar-user-info .user-link strong {
5738
font-size: 18px;
5739
}
5740
.page-container .sidebar-menu .sidebar-user-info .user-link img + span,
5741
.page-container .sidebar-menu .sidebar-user-info .user-link img + strong {
5742
padding-top: 8px;
5743
}
5744
.page-container .sidebar-menu .sidebar-user-info .sui-normal {
5745
position: relative;
5746
}
5747
.page-container .sidebar-menu .sidebar-user-info .sui-hover {
5748
position: absolute;
5749
visibility: hidden;
5750
left: 0;
5751
right: 0;
5752
bottom: 0;
5753
top: 0;
5754
background: #2b303a;
5755
padding: 25px 27.5px;
5756
-webkit-transition: opacity 200ms ease-in-out;
5757
-moz-transition: opacity 200ms ease-in-out;
5758
-o-transition: opacity 200ms ease-in-out;
5759
transition: opacity 200ms ease-in-out;
5760
zoom: 1;
5761
filter: alpha(opacity=0);
5762
-webkit-opacity: 0;
5763
-moz-opacity: 0;
5764
opacity: 0;
5765
}
5766
.page-container .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {
5767
position: absolute;
5768
right: 15px;
5769
top: 10px;
5770
color: rgba(255, 255, 255, 0.6);
5771
font-size: 11px;
5772
cursor: pointer;
5773
zoom: 1;
5774
filter: alpha(opacity=0);
5775
-webkit-opacity: 0;
5776
-moz-opacity: 0;
5777
opacity: 0;
5778
-webkit-transition: all 300ms ease-in-out;
5779
-moz-transition: all 300ms ease-in-out;
5780
-o-transition: all 300ms ease-in-out;
5781
transition: all 300ms ease-in-out;
5782
}
5783
.page-container .sidebar-menu .sidebar-user-info .sui-hover a {
5784
position: relative;
5785
color: #fff;
5786
display: block;
5787
-webkit-transition: all 300ms ease-in-out;
5788
-moz-transition: all 300ms ease-in-out;
5789
-o-transition: all 300ms ease-in-out;
5790
transition: all 300ms ease-in-out;
5791
}
5792
.page-container .sidebar-menu .sidebar-user-info .sui-hover a + a {
5793
margin-left: 0;
5794
margin-top: 5px;
5795
}
5796
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a {
5797
top: -20px;
5798
zoom: 1;
5799
filter: alpha(opacity=0);
5800
-webkit-opacity: 0;
5801
-moz-opacity: 0;
5802
opacity: 0;
5803
-webkit-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
5804
-moz-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
5805
-o-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
5806
transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
5807
-webkit-transition-delay: 90ms;
5808
-moz-transition-delay: 90ms;
5809
-o-transition-delay: 90ms;
5810
transition-delay: 90ms;
5811
}
5812
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a {
5813
-webkit-transition-delay: 180ms;
5814
-moz-transition-delay: 180ms;
5815
-o-transition-delay: 180ms;
5816
transition-delay: 180ms;
5817
}
5818
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a {
5819
-webkit-transition-delay: 270ms;
5820
-moz-transition-delay: 270ms;
5821
-o-transition-delay: 270ms;
5822
transition-delay: 270ms;
5823
}
5824
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a {
5825
-webkit-transition-delay: 360ms;
5826
-moz-transition-delay: 360ms;
5827
-o-transition-delay: 360ms;
5828
transition-delay: 360ms;
5829
}
5830
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a {
5831
-webkit-transition-delay: 450ms;
5832
-moz-transition-delay: 450ms;
5833
-o-transition-delay: 450ms;
5834
transition-delay: 450ms;
5835
}
5836
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a {
5837
-webkit-transition-delay: 540ms;
5838
-moz-transition-delay: 540ms;
5839
-o-transition-delay: 540ms;
5840
transition-delay: 540ms;
5841
}
5842
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a {
5843
-webkit-transition-delay: 630ms;
5844
-moz-transition-delay: 630ms;
5845
-o-transition-delay: 630ms;
5846
transition-delay: 630ms;
5847
}
5848
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a {
5849
-webkit-transition-delay: 720ms;
5850
-moz-transition-delay: 720ms;
5851
-o-transition-delay: 720ms;
5852
transition-delay: 720ms;
5853
}
5854
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a {
5855
-webkit-transition-delay: 810ms;
5856
-moz-transition-delay: 810ms;
5857
-o-transition-delay: 810ms;
5858
transition-delay: 810ms;
5859
}
5860
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a {
5861
-webkit-transition-delay: 900ms;
5862
-moz-transition-delay: 900ms;
5863
-o-transition-delay: 900ms;
5864
transition-delay: 900ms;
5865
}
5866
.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a + a {
5867
-webkit-transition-delay: 990ms;
5868
-moz-transition-delay: 990ms;
5869
-o-transition-delay: 990ms;
5870
transition-delay: 990ms;
5871
}
5872
.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible {
5873
visibility: visible;
5874
zoom: 1;
5875
filter: alpha(opacity=100);
5876
-webkit-opacity: 1;
5877
-moz-opacity: 1;
5878
opacity: 1;
5879
}
5880
.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible .close-sui-popup {
5881
zoom: 1;
5882
filter: alpha(opacity=100);
5883
-webkit-opacity: 1;
5884
-moz-opacity: 1;
5885
opacity: 1;
5886
}
5887
.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible.animate-in a {
5888
top: 0;
5889
zoom: 1;
5890
filter: alpha(opacity=100);
5891
-webkit-opacity: 1;
5892
-moz-opacity: 1;
5893
opacity: 1;
5894
}
5895
.page-container .sidebar-menu .sidebar-user-info .sui-hover.going-invisible {
5896
visibility: visible;
5897
}
5898
.page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {
5899
line-height: 52px;
5900
color: #fff;
5901
display: inline-block;
5902
}
5903
.page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a + a {
5904
margin-left: 10px;
5905
}
5906
.page-container .main-content {
5907
position: relative;
5908
/*
5909
float: left;
5910
z-index: 2;
5911
*/
5912
display: table-cell;
5913
vertical-align: top;
5914
padding: 20px;
5915
background: transparent;
5916
width: 100%;
5917
-webkit-box-sizing: border-box;
5918
-moz-box-sizing: border-box;
5919
box-sizing: border-box;
5920
}
5921
@media screen and (max-width: 767px) {
5922
.page-container .main-content {
5923
display: block;
5924
}
5925
}
5926
.page-container.sidebar-collapsed .sidebar-menu {
5927
width: 65px;
5928
}
5929
.page-container.sidebar-collapsed .sidebar-menu .sidebar-menu-inner {
5930
width: 65px;
5931
}
5932
.page-container.sidebar-collapsed .sidebar-menu.fixed .sidebar-menu-inner {
5933
position: relative;
5934
}
5935
.page-container.sidebar-collapsed .sidebar-user-info {
5936
padding: 13.63636364px 5px;
5937
}
5938
.page-container.sidebar-collapsed .sidebar-user-info .user-link {
5939
text-align: center;
5940
}
5941
.page-container.sidebar-collapsed .sidebar-user-info .user-link img {
5942
-webkit-transform: scale(0.8);
5943
-moz-transform: scale(0.8);
5944
-ms-transform: scale(0.8);
5945
-o-transform: scale(0.8);
5946
transform: scale(0.8);
5947
}
5948
.page-container.sidebar-collapsed .sidebar-user-info .user-link span,
5949
.page-container.sidebar-collapsed .sidebar-user-info .user-link strong {
5950
position: absolute;
5951
zoom: 1;
5952
filter: alpha(opacity=0);
5953
-webkit-opacity: 0;
5954
-moz-opacity: 0;
5955
opacity: 0;
5956
}
5957
.page-container.sidebar-collapsed .sidebar-user-info .sui-hover {
5958
position: absolute;
5959
top: 0;
5960
left: 65px;
5961
width: 280px;
5962
padding-top: 8px;
5963
padding-bottom: 8px;
5964
background: #303641;
5965
border: 1px solid #454a54;
5966
border-left: 0;
5967
}
5968
.page-container.sidebar-collapsed .sidebar-user-info .sui-hover a {
5969
line-height: 1.2;
5970
}
5971
.page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info {
5972
padding: 25px 35px;
5973
}
5974
.page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info img {
5975
-webkit-transform: scale(1);
5976
-moz-transform: scale(1);
5977
-ms-transform: scale(1);
5978
-o-transform: scale(1);
5979
transform: scale(1);
5980
}
5981
.page-container.sidebar-collapsed .sidebar-menu {
5982
z-index: 100;
5983
width: 65px;
5984
}
5985
.page-container.sidebar-collapsed .sidebar-menu .logo-env {
5986
display: block;
5987
padding: 20px;
5988
}
5989
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo {
5990
overflow: hidden;
5991
width: 0;
5992
}
5993
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse {
5994
display: block;
5995
padding: 0;
5996
left: 3px;
5997
}
5998
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
5999
position: absolute;
6000
visibility: hidden;
6001
}
6002
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search button {
6003
padding-left: 20px;
6004
padding-bottom: 20px;
6005
margin: 0;
6006
}
6007
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {
6008
display: block;
6009
position: absolute;
6010
visibility: visible;
6011
top: 0px;
6012
left: 65px;
6013
background: #262b34;
6014
border: 1px solid #454a54;
6015
width: 250px;
6016
-webkit-border-radius: 0 3px 3px 0;
6017
-webkit-background-clip: padding-box;
6018
-moz-border-radius: 0 3px 3px 0;
6019
-moz-background-clip: padding;
6020
border-radius: 0 3px 3px 0;
6021
background-clip: padding-box;
6022
border-left: 0;
6023
padding: 15px 20px;
6024
padding-bottom: 16px;
6025
border: 0;
6026
padding-left: 0;
6027
}
6028
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a:before {
6029
display: none;
6030
}
6031
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a {
6032
background-color: transparent;
6033
}
6034
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a {
6035
position: relative;
6036
}
6037
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
6038
display: block;
6039
position: absolute;
6040
top: 0;
6041
left: 65px;
6042
margin-top: -1px;
6043
padding: 12px 10px;
6044
background: #303641;
6045
border-top: 1px solid #454a54;
6046
border-bottom: 1px solid #454a54;
6047
width: 250px;
6048
visibility: hidden;
6049
-webkit-border-radius: 0 3px 3px 0;
6050
-webkit-background-clip: padding-box;
6051
-moz-border-radius: 0 3px 3px 0;
6052
-moz-background-clip: padding;
6053
border-radius: 0 3px 3px 0;
6054
background-clip: padding-box;
6055
zoom: 1;
6056
filter: alpha(opacity=0);
6057
-webkit-opacity: 0;
6058
-moz-opacity: 0;
6059
opacity: 0;
6060
}
6061
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span {
6062
-webkit-transition: none;
6063
-moz-transition: none;
6064
-o-transition: none;
6065
transition: none;
6066
}
6067
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span.badge {
6068
position: absolute;
6069
right: -240px;
6070
top: 10px;
6071
display: none;
6072
}
6073
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
6074
border-top-color: #454a54;
6075
}
6076
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
6077
display: block;
6078
visibility: hidden;
6079
position: absolute;
6080
height: 0;
6081
top: auto;
6082
left: 65px;
6083
width: 250px;
6084
-webkit-border-radius: 0 0 3px 0;
6085
-webkit-background-clip: padding-box;
6086
-moz-border-radius: 0 0 3px 0;
6087
-moz-background-clip: padding;
6088
border-radius: 0 0 3px 0;
6089
background-clip: padding-box;
6090
zoom: 1;
6091
filter: alpha(opacity=0);
6092
-webkit-opacity: 0;
6093
-moz-opacity: 0;
6094
opacity: 0;
6095
}
6096
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul > li > a span.badge {
6097
display: none;
6098
}
6099
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
6100
border-bottom: 1px solid #454a54;
6101
}
6102
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {
6103
padding-left: 10px;
6104
}
6105
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li a {
6106
padding-left: 25px;
6107
}
6108
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li a {
6109
padding-left: 40px;
6110
}
6111
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li li a {
6112
padding-left: 55px;
6113
}
6114
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a,
6115
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a {
6116
cursor: default;
6117
}
6118
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge),
6119
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
6120
-webkit-border-radius: 0 3px 0 0;
6121
-webkit-background-clip: padding-box;
6122
-moz-border-radius: 0 3px 0 0;
6123
-moz-background-clip: padding;
6124
border-radius: 0 3px 0 0;
6125
background-clip: padding-box;
6126
}
6127
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,
6128
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
6129
color: #aaabae;
6130
}
6131
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,
6132
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
6133
height: auto;
6134
}
6135
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > a > span,
6136
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > a > span {
6137
visibility: visible;
6138
zoom: 1;
6139
filter: alpha(opacity=100);
6140
-webkit-opacity: 1;
6141
-moz-opacity: 1;
6142
opacity: 1;
6143
}
6144
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover a span.badge,
6145
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover a span.badge {
6146
display: block;
6147
}
6148
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,
6149
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
6150
visibility: visible;
6151
zoom: 1;
6152
filter: alpha(opacity=100);
6153
-webkit-opacity: 1;
6154
-moz-opacity: 1;
6155
opacity: 1;
6156
}
6157
.page-container.sidebar-is-collapsing .sidebar-user-info {
6158
padding: 13.63636364px 5px;
6159
}
6160
.page-container.sidebar-is-collapsing .sidebar-user-info img {
6161
-webkit-transform: scale(0.8);
6162
-moz-transform: scale(0.8);
6163
-ms-transform: scale(0.8);
6164
-o-transform: scale(0.8);
6165
transform: scale(0.8);
6166
}
6167
.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li#search .search-input {
6168
zoom: 1;
6169
filter: alpha(opacity=0);
6170
-webkit-opacity: 0;
6171
-moz-opacity: 0;
6172
opacity: 0;
6173
-webkit-transition: all 300ms ease-in-out;
6174
-moz-transition: all 300ms ease-in-out;
6175
-o-transition: all 300ms ease-in-out;
6176
transition: all 300ms ease-in-out;
6177
}
6178
.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a:before {
6179
display: none;
6180
}
6181
.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a span {
6182
zoom: 1;
6183
filter: alpha(opacity=0);
6184
-webkit-opacity: 0;
6185
-moz-opacity: 0;
6186
opacity: 0;
6187
-webkit-transition: opacity 250ms ease-in-out !important;
6188
-moz-transition: opacity 250ms ease-in-out !important;
6189
-o-transition: opacity 250ms ease-in-out !important;
6190
transition: opacity 250ms ease-in-out !important;
6191
}
6192
.page-container.sidebar-is-showing .sidebar-menu #main-menu li#search .search-input {
6193
zoom: 1;
6194
filter: alpha(opacity=0);
6195
-webkit-opacity: 0;
6196
-moz-opacity: 0;
6197
opacity: 0;
6198
}
6199
.page-container.sidebar-is-showing .sidebar-menu #main-menu li a:before {
6200
zoom: 1;
6201
filter: alpha(opacity=0);
6202
-webkit-opacity: 0;
6203
-moz-opacity: 0;
6204
opacity: 0;
6205
}
6206
.page-container.sidebar-is-showing .sidebar-menu #main-menu li a span {
6207
zoom: 1;
6208
filter: alpha(opacity=0);
6209
-webkit-opacity: 0;
6210
-moz-opacity: 0;
6211
opacity: 0;
6212
}
6213
.page-container.no-sidebar {
6214
padding-left: 0;
6215
}
6216
.page-container.no-sidebar .main-content {
6217
padding-left: 20px;
6218
}
6219
.page-container.horizontal-menu {
6220
padding-left: 0;
6221
padding-top: 62px;
6222
}
6223
.page-container.horizontal-menu .navbar {
6224
display: table-row;
6225
}
6226
.page-container.horizontal-menu.with-sidebar.fit-logo-with-sidebar header.navbar .navbar-brand {
6227
width: 280px;
6228
}
6229
.page-container.horizontal-menu.with-sidebar header.navbar {
6230
border-bottom: 1px solid #454a54;
6231
}
6232
.page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open:after {
6233
bottom: -1px;
6234
}
6235
.page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open .dropdown-menu {
6236
margin-top: 1px;
6237
}
6238
.page-container.horizontal-menu.with-sidebar .sidebar-user-info {
6239
border-top: 0;
6240
border-bottom: 1px solid #454a54;
6241
}
6242
.page-container.horizontal-menu.with-sidebar .sidebar-menu {
6243
position: relative;
6244
z-index: 100;
6245
}
6246
.page-container.horizontal-menu.with-sidebar .main-content {
6247
width: 100%;
6248
}
6249
.page-container.horizontal-menu header.navbar {
6250
position: absolute;
6251
z-index: 8;
6252
background-color: #303641;
6253
padding: 0;
6254
margin-bottom: 0;
6255
border: 0;
6256
left: 0;
6257
right: 0;
6258
top: 0;
6259
-webkit-border-radius: 0;
6260
-webkit-background-clip: padding-box;
6261
-moz-border-radius: 0;
6262
-moz-background-clip: padding;
6263
border-radius: 0;
6264
background-clip: padding-box;
6265
}
6266
.page-container.horizontal-menu header.navbar:before,
6267
.page-container.horizontal-menu header.navbar:after {
6268
content: " ";
6269
display: table;
6270
}
6271
.page-container.horizontal-menu header.navbar:after {
6272
clear: both;
6273
}
6274
@media screen and (max-width: 768px) {
6275
.page-container.horizontal-menu header.navbar {
6276
display: block;
6277
min-height: 63px;
6278
}
6279
}
6280
.page-container.horizontal-menu header.navbar.navbar-fixed-top {
6281
position: fixed;
6282
z-index: 10000;
6283
}
6284
@media screen and (max-width: 768px) {
6285
.page-container.horizontal-menu header.navbar.navbar-fixed-top {
6286
z-index: 10;
6287
}
6288
}
6289
.page-container.horizontal-menu header.navbar > .navbar-inner:before,
6290
.page-container.horizontal-menu header.navbar > .navbar-inner:after {
6291
content: " ";
6292
display: table;
6293
}
6294
.page-container.horizontal-menu header.navbar > .navbar-inner:after {
6295
clear: both;
6296
}
6297
.page-container.horizontal-menu header.navbar .navbar-brand {
6298
padding: 20px 20px;
6299
}
6300
.page-container.horizontal-menu header.navbar .navbar-nav {
6301
border-left: 1px solid rgba(69, 74, 84, 0.5);
6302
margin: 0;
6303
padding: 0;
6304
list-style: none;
6305
}
6306
.page-container.horizontal-menu header.navbar .navbar-nav:before,
6307
.page-container.horizontal-menu header.navbar .navbar-nav:after {
6308
content: " ";
6309
display: table;
6310
}
6311
.page-container.horizontal-menu header.navbar .navbar-nav:after {
6312
clear: both;
6313
}
6314
.page-container.horizontal-menu header.navbar .navbar-nav > li {
6315
position: relative;
6316
}
6317
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
6318
position: relative;
6319
display: block;
6320
padding: 20px 20px;
6321
border-right: 1px solid rgba(69, 74, 84, 0.5);
6322
font-size: 12px;
6323
color: #aaabae;
6324
-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6325
-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6326
-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6327
transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6328
z-index: 10;
6329
}
6330
.page-container.horizontal-menu header.navbar .navbar-nav > li > a i {
6331
top: 1px;
6332
}
6333
.page-container.horizontal-menu header.navbar .navbar-nav > li > a span {
6334
font-size: 12px;
6335
}
6336
.page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
6337
background-color: rgba(69, 74, 84, 0.3);
6338
color: #fff;
6339
}
6340
.page-container.horizontal-menu header.navbar .navbar-nav > li#search {
6341
border-right: 1px solid rgba(69, 74, 84, 0.5);
6342
}
6343
.page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
6344
background-color: rgba(69, 74, 84, 0.3);
6345
}
6346
.page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
6347
background-color: #2b303a;
6348
color: #fff;
6349
}
6350
.page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub > a:after {
6351
position: absolute;
6352
content: '';
6353
width: 0px;
6354
height: 0px;
6355
border-style: solid;
6356
border-width: 6px 6px 0 6px;
6357
border-color: #2b303a transparent transparent transparent;
6358
bottom: -6px;
6359
left: 50%;
6360
margin-left: -6px;
6361
zoom: 1;
6362
filter: alpha(opacity=0);
6363
-webkit-opacity: 0;
6364
-moz-opacity: 0;
6365
opacity: 0;
6366
-webkit-transition: all 300ms ease-in-out;
6367
-moz-transition: all 300ms ease-in-out;
6368
-o-transition: all 300ms ease-in-out;
6369
transition: all 300ms ease-in-out;
6370
-webkit-transition-delay: 300ms;
6371
-moz-transition-delay: 300ms;
6372
-o-transition-delay: 300ms;
6373
transition-delay: 300ms;
6374
}
6375
.page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub:hover > a:after {
6376
zoom: 1;
6377
filter: alpha(opacity=100);
6378
-webkit-opacity: 1;
6379
-moz-opacity: 1;
6380
opacity: 1;
6381
}
6382
.page-container.horizontal-menu header.navbar .navbar-nav > li .badge {
6383
margin-left: 10px;
6384
margin-right: -5px;
6385
}
6386
.page-container.horizontal-menu header.navbar .navbar-nav > li ul {
6387
position: absolute;
6388
list-style: none;
6389
margin: 0;
6390
padding: 0;
6391
left: 0;
6392
top: auto;
6393
margin-top: 1px;
6394
background-color: #272b34;
6395
min-width: 250px;
6396
display: none;
6397
}
6398
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li {
6399
position: relative;
6400
}
6401
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
6402
display: block;
6403
padding: 10px 20px;
6404
white-space: nowrap;
6405
font-size: 12px;
6406
border-bottom: 1px solid #303641;
6407
color: #aaabae;
6408
-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6409
-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6410
-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6411
transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
6412
}
6413
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
6414
background-color: #2b303a;
6415
color: #fff;
6416
}
6417
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
6418
background-color: #2b303a;
6419
color: #fff;
6420
}
6421
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li ul {
6422
position: absolute;
6423
left: 100%;
6424
top: -1px;
6425
}
6426
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub > a:before {
6427
position: relative;
6428
content: '\e877';
6429
content: '\e879';
6430
display: inline-block;
6431
font-family: "Entypo";
6432
color: #aaabae;
6433
color: #FFF;
6434
float: right;
6435
font-size: 15px;
6436
margin-left: 20px;
6437
top: -1px;
6438
-webkit-transition: all 300ms ease-in-out;
6439
-moz-transition: all 300ms ease-in-out;
6440
-o-transition: all 300ms ease-in-out;
6441
transition: all 300ms ease-in-out;
6442
}
6443
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub:hover > a:before {
6444
color: #fff;
6445
}
6446
.page-container.horizontal-menu header.navbar .navbar-nav > li ul > li:last-child > a {
6447
border-bottom: 0;
6448
}
6449
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search,
6450
.page-container.horizontal-menu header.navbar > ul > li#search {
6451
position: relative;
6452
background-color: #262b34;
6453
-webkit-transition: background 300ms ease-in-out;
6454
-moz-transition: background 300ms ease-in-out;
6455
-o-transition: background 300ms ease-in-out;
6456
transition: background 300ms ease-in-out;
6457
}
6458
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-webkit-input-placeholder,
6459
.page-container.horizontal-menu header.navbar > ul > li#search ::-webkit-input-placeholder {
6460
color: rgba(170, 171, 174, 0.7);
6461
}
6462
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-moz-placeholder,
6463
.page-container.horizontal-menu header.navbar > ul > li#search :-moz-placeholder {
6464
color: rgba(170, 171, 174, 0.7);
6465
}
6466
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-moz-placeholder,
6467
.page-container.horizontal-menu header.navbar > ul > li#search ::-moz-placeholder {
6468
color: rgba(170, 171, 174, 0.7);
6469
}
6470
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-ms-input-placeholder,
6471
.page-container.horizontal-menu header.navbar > ul > li#search :-ms-input-placeholder {
6472
color: rgba(170, 171, 174, 0.7);
6473
}
6474
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input,
6475
.page-container.horizontal-menu header.navbar > ul > li#search .search-input {
6476
background: none;
6477
padding: 0;
6478
margin: 0;
6479
border: none;
6480
outline: none;
6481
padding: 22px 20px;
6482
padding-right: 45px;
6483
width: 220px;
6484
color: #aaabae;
6485
font-size: 12px;
6486
line-height: 1.42857143;
6487
zoom: 1;
6488
filter: alpha(opacity=100);
6489
-webkit-opacity: 1;
6490
-moz-opacity: 1;
6491
opacity: 1;
6492
-webkit-transition: all 350 ease-in-out;
6493
-o-transition: all 350 ease-in-out;
6494
transition: all 350 ease-in-out;
6495
-webkit-transition: all 350ms ease-in-out;
6496
-moz-transition: all 350ms ease-in-out;
6497
-o-transition: all 350ms ease-in-out;
6498
transition: all 350ms ease-in-out;
6499
-webkit-box-sizing: border-box;
6500
-moz-box-sizing: border-box;
6501
box-sizing: border-box;
6502
}
6503
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button,
6504
.page-container.horizontal-menu header.navbar > ul > li#search button {
6505
position: absolute;
6506
right: 0;
6507
top: 0;
6508
background: none;
6509
padding: 0;
6510
margin: 0;
6511
border: none;
6512
outline: none;
6513
color: #aaabae;
6514
padding: 20px 10px;
6515
-webkit-transition: all 350 ease-in-out;
6516
-o-transition: all 350 ease-in-out;
6517
transition: all 350 ease-in-out;
6518
-webkit-transition: all 350ms ease-in-out;
6519
-moz-transition: all 350ms ease-in-out;
6520
-o-transition: all 350ms ease-in-out;
6521
transition: all 350ms ease-in-out;
6522
}
6523
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i,
6524
.page-container.horizontal-menu header.navbar > ul > li#search button i {
6525
margin: 0;
6526
}
6527
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed,
6528
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed {
6529
background-color: transparent;
6530
}
6531
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-webkit-input-placeholder,
6532
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-webkit-input-placeholder {
6533
color: transparent;
6534
}
6535
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-moz-placeholder,
6536
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-moz-placeholder {
6537
color: transparent;
6538
}
6539
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-moz-placeholder,
6540
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-moz-placeholder {
6541
color: transparent;
6542
}
6543
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-ms-input-placeholder,
6544
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-ms-input-placeholder {
6545
color: transparent;
6546
}
6547
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed .search-input,
6548
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed .search-input {
6549
overflow: hidden;
6550
width: 45px;
6551
padding-left: 0;
6552
zoom: 1;
6553
filter: alpha(opacity=0);
6554
-webkit-opacity: 0;
6555
-moz-opacity: 0;
6556
opacity: 0;
6557
}
6558
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed button,
6559
.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed button {
6560
padding-right: 15px;
6561
}
6562
.page-container.horizontal-menu header.navbar ul.nav {
6563
color: #aaabae;
6564
font-size: 12px;
6565
}
6566
.page-container.horizontal-menu header.navbar ul.nav:before,
6567
.page-container.horizontal-menu header.navbar ul.nav:after {
6568
content: " ";
6569
display: table;
6570
}
6571
.page-container.horizontal-menu header.navbar ul.nav:after {
6572
clear: both;
6573
}
6574
.page-container.horizontal-menu header.navbar ul.nav > li {
6575
float: left;
6576
}
6577
.page-container.horizontal-menu header.navbar ul.nav > li > a,
6578
.page-container.horizontal-menu header.navbar ul.nav > li > span {
6579
display: block;
6580
float: left;
6581
padding: 22px 20px;
6582
color: #aaabae;
6583
font-size: 12px;
6584
line-height: 1.42857143;
6585
}
6586
.page-container.horizontal-menu header.navbar ul.nav > li > a i,
6587
.page-container.horizontal-menu header.navbar ul.nav > li > span i {
6588
margin-right: 5px;
6589
}
6590
.page-container.horizontal-menu header.navbar ul.nav > li > a i.right,
6591
.page-container.horizontal-menu header.navbar ul.nav > li > span i.right {
6592
margin-right: 0;
6593
margin-left: 5px;
6594
}
6595
.page-container.horizontal-menu header.navbar ul.nav > li > a {
6596
-webkit-transition: all 300ms ease-in-out;
6597
-moz-transition: all 300ms ease-in-out;
6598
-o-transition: all 300ms ease-in-out;
6599
transition: all 300ms ease-in-out;
6600
}
6601
.page-container.horizontal-menu header.navbar ul.nav > li > a:hover,
6602
.page-container.horizontal-menu header.navbar ul.nav > li > a:focus {
6603
color: #fff;
6604
background-color: transparent;
6605
}
6606
.page-container.horizontal-menu header.navbar ul.nav > li.sep {
6607
float: left;
6608
display: block;
6609
border-left: 1px solid #454a54;
6610
margin: 22px 0;
6611
height: 16px;
6612
width: 0px;
6613
line-height: 1.42857143;
6614
overflow: hidden;
6615
}
6616
.page-container.horizontal-menu header.navbar ul.nav > li#search button {
6617
padding: 22px 20px;
6618
}
6619
.page-container.horizontal-menu header.navbar ul.nav > li#search.search-input-collapsed button {
6620
padding-right: 15px;
6621
}
6622
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
6623
position: relative;
6624
display: block;
6625
padding: 0;
6626
margin: 10px;
6627
margin-top: 18px;
6628
margin-bottom: 16px;
6629
-webkit-transition: all 300ms ease-in-out;
6630
-moz-transition: all 300ms ease-in-out;
6631
-o-transition: all 300ms ease-in-out;
6632
transition: all 300ms ease-in-out;
6633
}
6634
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a i {
6635
font-size: 19px;
6636
}
6637
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a .badge {
6638
position: absolute;
6639
padding: 2px;
6640
font-size: 10px;
6641
right: 0px;
6642
top: -5px;
6643
min-width: 17px;
6644
line-height: 12px;
6645
}
6646
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {
6647
background-color: #f5f5f6;
6648
-webkit-border-radius: 0 0 3px 3px;
6649
-webkit-background-clip: padding-box;
6650
-moz-border-radius: 0 0 3px 3px;
6651
-moz-background-clip: padding;
6652
border-radius: 0 0 3px 3px;
6653
background-clip: padding-box;
6654
-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);
6655
-moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);
6656
box-shadow: 0 1px 0px rgba(0,0,0,.05);
6657
border: 1px solid #f8f8f8;
6658
list-style: none;
6659
padding: 0;
6660
margin: 0;
6661
margin-top: 0px;
6662
width: 370px;
6663
}
6664
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu li,
6665
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu a,
6666
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu p {
6667
color: #888888;
6668
}
6669
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li {
6670
display: block;
6671
border-bottom: 1px solid #ededed;
6672
margin: 0;
6673
padding: 0;
6674
font-size: 12px;
6675
}
6676
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.top > p {
6677
background-color: #f5f5f6;
6678
}
6679
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > a,
6680
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {
6681
margin: 0;
6682
padding: 12px 20px;
6683
}
6684
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {
6685
background-color: #FFF;
6686
}
6687
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a {
6688
color: #ec5956;
6689
-webkit-transition: all 300ms ease-in-out;
6690
-moz-transition: all 300ms ease-in-out;
6691
-o-transition: all 300ms ease-in-out;
6692
transition: all 300ms ease-in-out;
6693
}
6694
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a:hover {
6695
color: #e9423f;
6696
}
6697
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li .scroller {
6698
max-height: 290px;
6699
overflow: auto;
6700
}
6701
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul {
6702
position: relative;
6703
margin: 0;
6704
padding: 0;
6705
list-style: none;
6706
}
6707
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {
6708
font-size: 12px;
6709
border-bottom: 1px solid #ededed;
6710
background: #f5f5f6;
6711
}
6712
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a,
6713
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p {
6714
display: block;
6715
position: relative;
6716
margin: 0;
6717
padding: 10px 20px;
6718
-webkit-transition: all 300ms ease-in-out;
6719
-moz-transition: all 300ms ease-in-out;
6720
-o-transition: all 300ms ease-in-out;
6721
transition: all 300ms ease-in-out;
6722
}
6723
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:before,
6724
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:before,
6725
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after,
6726
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {
6727
content: " ";
6728
display: table;
6729
}
6730
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after,
6731
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {
6732
clear: both;
6733
}
6734
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a > i,
6735
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p > i {
6736
background: #454a54;
6737
display: block;
6738
float: left;
6739
text-align: center;
6740
padding: 5px;
6741
line-height: 14px;
6742
color: #fff;
6743
width: 28px;
6744
height: 24px;
6745
-webkit-border-radius: 3px;
6746
-webkit-background-clip: padding-box;
6747
-moz-border-radius: 3px;
6748
-moz-background-clip: padding;
6749
border-radius: 3px;
6750
background-clip: padding-box;
6751
}
6752
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:hover,
6753
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:hover {
6754
background-color: #f5f5f6 !important;
6755
}
6756
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > i,
6757
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {
6758
background-color: #303641;
6759
color: #fff;
6760
}
6761
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > i,
6762
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {
6763
background-color: #ee4749;
6764
color: #fff;
6765
}
6766
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > i,
6767
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {
6768
background-color: #00a651;
6769
color: #fff;
6770
}
6771
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > i,
6772
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {
6773
background-color: #21a9e1;
6774
color: #fff;
6775
}
6776
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > i,
6777
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {
6778
background-color: #fad839;
6779
color: #fff;
6780
}
6781
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > i,
6782
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {
6783
background-color: #cc2424;
6784
color: #fff;
6785
}
6786
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task {
6787
display: block;
6788
}
6789
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:before,
6790
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {
6791
content: " ";
6792
display: table;
6793
}
6794
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {
6795
clear: both;
6796
}
6797
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span {
6798
display: block;
6799
}
6800
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.desc {
6801
float: left;
6802
}
6803
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.percent {
6804
float: right;
6805
}
6806
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image {
6807
display: block;
6808
margin-right: 10px;
6809
float: left;
6810
}
6811
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image.pull-right {
6812
margin-left: 10px;
6813
margin-right: 0;
6814
}
6815
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image .img-circle {
6816
border: 2px solid #FFF;
6817
}
6818
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image + .line {
6819
margin-top: 8px;
6820
}
6821
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line {
6822
display: block;
6823
}
6824
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line.desc {
6825
overflow: hidden;
6826
text-overflow: ellipsis;
6827
white-space: nowrap;
6828
}
6829
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line,
6830
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line,
6831
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {
6832
margin-top: 5px;
6833
}
6834
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li strong {
6835
color: #373e4a;
6836
}
6837
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress {
6838
display: block;
6839
height: 5px;
6840
background-color: #ededed;
6841
margin: 0;
6842
margin-top: 10px;
6843
margin-bottom: 5px;
6844
}
6845
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:before,
6846
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {
6847
content: " ";
6848
display: table;
6849
}
6850
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {
6851
clear: both;
6852
}
6853
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:last-child {
6854
border-bottom: 0;
6855
}
6856
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {
6857
position: absolute;
6858
content: '';
6859
display: block;
6860
height: 10px;
6861
top: -10px;
6862
left: 0;
6863
right: 0;
6864
background: transparent;
6865
background: red;
6866
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
6867
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
6868
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
6869
}
6870
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external {
6871
background-color: #FFF;
6872
border-bottom: 0;
6873
}
6874
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a {
6875
color: #ec5956;
6876
-webkit-transition: all 300ms ease-in-out;
6877
-moz-transition: all 300ms ease-in-out;
6878
-o-transition: all 300ms ease-in-out;
6879
transition: all 300ms ease-in-out;
6880
}
6881
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a:hover {
6882
background-color: #fff;
6883
color: #e9423f;
6884
}
6885
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
6886
background-color: rgba(69, 74, 84, 0.5);
6887
}
6888
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > a {
6889
background-color: transparent;
6890
color: #fff;
6891
}
6892
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open:after {
6893
content: '';
6894
position: absolute;
6895
display: block;
6896
width: 0px;
6897
height: 0px;
6898
border-style: solid;
6899
border-width: 0 7px 7px 7px;
6900
border-color: transparent transparent #FFF transparent;
6901
bottom: -2px;
6902
left: 50%;
6903
margin-left: -7px;
6904
}
6905
.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu {
6906
position: relative;
6907
}
6908
.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a {
6909
display: inline-block;
6910
border: 1px solid #454a54;
6911
text-align: center;
6912
padding: 0;
6913
line-height: 1;
6914
font-size: 20px;
6915
font-weight: 300;
6916
padding: 5px 2px;
6917
color: #aaabae;
6918
margin-top: 15px;
6919
margin-left: 20px;
6920
-webkit-border-radius: 3px;
6921
-webkit-background-clip: padding-box;
6922
-moz-border-radius: 3px;
6923
-moz-background-clip: padding;
6924
border-radius: 3px;
6925
background-clip: padding-box;
6926
-webkit-transition: all 200ms ease-in-out;
6927
-moz-transition: all 200ms ease-in-out;
6928
-o-transition: all 200ms ease-in-out;
6929
transition: all 200ms ease-in-out;
6930
}
6931
.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a:hover {
6932
background-color: rgba(69, 74, 84, 0.4);
6933
}
6934
/* Lower screen than large screen */
6935
@media (max-width: 992px) {
6936
.page-body .page-container.horizontal-menu.fit-logo-with-sidebar header.navbar .navbar-brand {
6937
width: auto;
6938
}
6939
}
6940
@media (min-width: 767px) and (max-width: 1100px) {
6941
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
6942
padding-left: 10px;
6943
padding-right: 10px;
6944
-webkit-transition: padding 250ms ease-in-out;
6945
-moz-transition: padding 250ms ease-in-out;
6946
-o-transition: padding 250ms ease-in-out;
6947
transition: padding 250ms ease-in-out;
6948
}
6949
.page-container.horizontal-menu header.navbar .navbar-nav > li > a .badge {
6950
display: none;
6951
}
6952
.page-container.horizontal-menu header.navbar > ul > li#search .search-input,
6953
.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input {
6954
width: 140px;
6955
}
6956
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
6957
padding: 10px 15px;
6958
}
6959
}
6960
/* Tablets Only */
6961
@media (min-width: 767px) and (max-width: 992px) {
6962
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
6963
padding-left: 15px;
6964
padding-right: 15px;
6965
}
6966
.page-container.horizontal-menu header.navbar .navbar-nav > li > a i + span {
6967
display: none;
6968
}
6969
.page-container.Xhorizontal-menu header.navbar .navbar-nav li a,
6970
.page-container.Xhorizontal-menu header.navbar .navbar-nav li ul li a,
6971
.page-container.Xhorizontal-menu header.navbar ul.nav > li > a {
6972
padding-left: 10px;
6973
padding-right: 10px;
6974
font-size: 11px;
6975
}
6976
.page-container.Xhorizontal-menu header.navbar ul > li#search .search-input {
6977
width: 150px;
6978
}
6979
.page-container.Xhorizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {
6980
width: 315px;
6981
}
6982
}
6983
/* Relatively-Small screen */
6984
@media (max-width: 767px) {
6985
.page-body .page-container {
6986
padding-left: 0;
6987
}
6988
.page-body .page-container .sidebar-menu {
6989
position: relative;
6990
width: 100%;
6991
min-height: 0px !important;
6992
}
6993
.page-body .page-container .sidebar-menu .logo-env {
6994
padding: 15px 20px;
6995
-webkit-transition: all padding ease-in-out;
6996
-moz-transition: all padding ease-in-out;
6997
-o-transition: all padding ease-in-out;
6998
transition: all padding ease-in-out;
6999
}
7000
.page-body .page-container .sidebar-menu .logo-env > div.logo {
7001
display: block;
7002
width: auto;
7003
}
7004
.page-body .page-container .sidebar-menu .logo-env > div.sidebar-collapse {
7005
display: none;
7006
}
7007
.page-body .page-container .sidebar-menu #main-menu {
7008
display: none;
7009
margin-bottom: 0;
7010
}
7011
.page-body .page-container .sidebar-menu #main-menu li a span {
7012
-webkit-transition: none;
7013
-moz-transition: none;
7014
-o-transition: none;
7015
transition: none;
7016
}
7017
.page-body .page-container .main-content {
7018
min-height: auto !important;
7019
}
7020
.page-body .page-container.horizontal-menu {
7021
padding-top: 0;
7022
}
7023
.page-body .page-container.horizontal-menu.with-sidebar {
7024
padding-left: 0;
7025
}
7026
.page-body .page-container.horizontal-menu header.navbar {
7027
position: relative;
7028
}
7029
.page-body .page-container.horizontal-menu header.navbar .navbar-nav {
7030
clear: left;
7031
border-top: 1px solid rgba(69, 74, 84, 0.4);
7032
display: none;
7033
}
7034
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
7035
border-right: 0;
7036
border-bottom: 1px solid rgba(69, 74, 84, 0.4);
7037
padding-top: 12px;
7038
padding-bottom: 12px;
7039
}
7040
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
7041
border-right: 0;
7042
background-color: #262b34;
7043
border-bottom: 1px solid rgba(69, 74, 84, 0.4);
7044
}
7045
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-webkit-input-placeholder {
7046
color: #aaabae;
7047
}
7048
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-moz-placeholder {
7049
color: #aaabae;
7050
}
7051
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-moz-placeholder {
7052
color: #aaabae;
7053
}
7054
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-ms-input-placeholder {
7055
color: #aaabae;
7056
}
7057
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search:hover {
7058
background-color: #262b34;
7059
}
7060
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search .search-input {
7061
zoom: 1;
7062
filter: alpha(opacity=100);
7063
-webkit-opacity: 1;
7064
-moz-opacity: 1;
7065
opacity: 1;
7066
width: 100%;
7067
padding-left: 20px;
7068
padding-top: 15px;
7069
padding-bottom: 15px;
7070
}
7071
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search button {
7072
padding-top: 15px;
7073
padding-bottom: 15px;
7074
}
7075
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > ul > li > a:first-child {
7076
border-top: 0;
7077
}
7078
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
7079
overflow: hidden;
7080
width: 100%;
7081
position: relative;
7082
left: 0;
7083
-webkit-transform: none !important;
7084
-moz-transform: none !important;
7085
-ms-transform: none !important;
7086
-o-transform: none !important;
7087
transform: none !important;
7088
}
7089
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul.visible {
7090
display: block !important;
7091
visibility: visible !important;
7092
opacity: 1 !important;
7093
}
7094
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
7095
border: none;
7096
border-bottom: 1px solid rgba(69, 74, 84, 0.3);
7097
}
7098
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
7099
background: transparent;
7100
}
7101
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li > a:hover {
7102
background-color: rgba(69, 74, 84, 0.2);
7103
}
7104
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
7105
background-color: rgba(69, 74, 84, 0.15);
7106
color: #fff;
7107
}
7108
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.opened > a:before {
7109
-webkit-transform: rotate(90deg);
7110
-moz-transform: rotate(90deg);
7111
-ms-transform: rotate(90deg);
7112
-o-transform: rotate(90deg);
7113
transform: rotate(90deg);
7114
}
7115
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
7116
padding-left: 40px;
7117
}
7118
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li a {
7119
padding-left: 60px;
7120
}
7121
.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li li a {
7122
padding-left: 80px;
7123
}
7124
.page-body .page-container.horizontal-menu header.navbar ul.nav {
7125
position: absolute;
7126
top: 0px;
7127
right: 20px;
7128
}
7129
.page-body .page-container.horizontal-menu header.navbar ul.nav > li {
7130
display: none;
7131
}
7132
.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown {
7133
display: block;
7134
}
7135
.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
7136
width: 259px;
7137
margin-left: -185px;
7138
-webkit-border-radius: 3px;
7139
-webkit-background-clip: padding-box;
7140
-moz-border-radius: 3px;
7141
-moz-background-clip: padding;
7142
border-radius: 3px;
7143
background-clip: padding-box;
7144
}
7145
.page-body .page-container .main-content {
7146
min-height: 0 !important;
7147
}
7148
}
7149
/* Small Screen */
7150
@media (max-width: 480px) {
7151
.page-body .page-container.horizontal-menu header.navbar .horizontal-mobile-menu a {
7152
margin-left: 10px;
7153
}
7154
.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
7155
margin-left: 5px;
7156
margin-right: 5px;
7157
}
7158
.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
7159
width: 222px;
7160
margin-left: -123.33333333px;
7161
}
7162
}
7163
/* Right Sidebar Menu */
7164
.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {
7165
margin-left: 10px;
7166
}
7167
.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {
7168
right: auto;
7169
left: 15px;
7170
}
7171
@media screen and (min-width: 991px) {
7172
.page-container.right-sidebar {
7173
direction: rtl;
7174
}
7175
.page-container.right-sidebar > * {
7176
direction: ltr;
7177
}
7178
.page-container.right-sidebar .sidebar-menu {
7179
left: auto;
7180
right: 0;
7181
}
7182
.page-container.right-sidebar.sidebar-collapsed {
7183
padding-left: 0;
7184
}
7185
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span,
7186
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
7187
left: auto;
7188
right: 65px;
7189
}
7190
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > i {
7191
margin-right: 0;
7192
}
7193
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span.badge {
7194
right: 75px;
7195
left: auto;
7196
}
7197
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
7198
-webkit-border-radius: 3px 0 0 3px;
7199
-webkit-background-clip: padding-box;
7200
-moz-border-radius: 3px 0 0 3px;
7201
-moz-background-clip: padding;
7202
border-radius: 3px 0 0 3px;
7203
background-clip: padding-box;
7204
padding-left: 15px;
7205
}
7206
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {
7207
padding-left: 15px;
7208
padding-right: 10px;
7209
}
7210
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a i {
7211
margin-right: 0;
7212
margin-left: 5px;
7213
}
7214
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
7215
right: 65px;
7216
left: auto;
7217
}
7218
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
7219
-webkit-border-radius: 0 0 0 3px;
7220
-webkit-background-clip: padding-box;
7221
-moz-border-radius: 0 0 0 3px;
7222
-moz-background-clip: padding;
7223
border-radius: 0 0 0 3px;
7224
background-clip: padding-box;
7225
}
7226
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {
7227
left: auto;
7228
right: 65px;
7229
-webkit-border-radius: 3px 0 0 3px;
7230
-webkit-background-clip: padding-box;
7231
-moz-border-radius: 3px 0 0 3px;
7232
-moz-background-clip: padding;
7233
border-radius: 3px 0 0 3px;
7234
background-clip: padding-box;
7235
}
7236
.page-container.right-sidebar.horizontal-menu.with-sidebar {
7237
padding-left: 0;
7238
}
7239
.page-container.right-sidebar.horizontal-menu.with-sidebar.sidebar-collapsed {
7240
padding-left: 0;
7241
}
7242
.page-container.right-sidebar.chat-visible .main-content {
7243
padding-left: 300px;
7244
padding-right: 20px;
7245
}
7246
.page-container.right-sidebar #chat {
7247
left: 0;
7248
right: auto;
7249
}
7250
.page-container.right-sidebar #chat .chat-conversation {
7251
left: 280px;
7252
right: auto;
7253
-webkit-border-radius: 0 3px 3px 0;
7254
-webkit-background-clip: padding-box;
7255
-moz-border-radius: 0 3px 3px 0;
7256
-moz-background-clip: padding;
7257
border-radius: 0 3px 3px 0;
7258
background-clip: padding-box;
7259
}
7260
.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu #main-menu li a i {
7261
-webkit-transform: translateX(0);
7262
-moz-transform: translateX(0);
7263
-ms-transform: translateX(0);
7264
-o-transform: translateX(0);
7265
transform: translateX(0);
7266
}
7267
.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu {
7268
-webkit-transition: all 350ms;
7269
-moz-transition: all 350ms;
7270
-o-transition: all 350ms;
7271
transition: all 350ms;
7272
}
7273
.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link span,
7274
.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link strong {
7275
zoom: 1;
7276
filter: alpha(opacity=0);
7277
-webkit-opacity: 0;
7278
-moz-opacity: 0;
7279
opacity: 0;
7280
}
7281
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 {
7282
padding-right: 65px;
7283
-webkit-transition: all 600ms;
7284
-moz-transition: all 600ms;
7285
-o-transition: all 600ms;
7286
transition: all 600ms;
7287
}
7288
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu {
7289
width: 65px;
7290
}
7291
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .logo-env > .logo,
7292
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li > a:before,
7293
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li a span,
7294
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link span,
7295
.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link strong {
7296
zoom: 1;
7297
filter: alpha(opacity=0);
7298
-webkit-opacity: 0;
7299
-moz-opacity: 0;
7300
opacity: 0;
7301
visibility: hidden;
7302
display: none;
7303
}
7304
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge),
7305
.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
7306
-webkit-border-radius: 3px 0 0 0;
7307
-webkit-background-clip: padding-box;
7308
-moz-border-radius: 3px 0 0 0;
7309
-moz-background-clip: padding;
7310
border-radius: 3px 0 0 0;
7311
background-clip: padding-box;
7312
}
7313
}
7314
.user-info {
7315
list-style: none;
7316
margin: 0;
7317
padding: 0;
7318
}
7319
.user-info:before,
7320
.user-info:after {
7321
content: " ";
7322
display: table;
7323
}
7324
.user-info:after {
7325
clear: both;
7326
}
7327
.user-info > li {
7328
float: left;
7329
margin-right: 2.5px;
7330
}
7331
.user-info > li.profile-info {
7332
margin-right: 10px;
7333
}
7334
.profile-info.dropdown > a {
7335
color: #2b303a;
7336
text-decoration: none;
7337
font-size: 14px;
7338
-webkit-transition: all 300ms ease-in-out;
7339
-moz-transition: all 300ms ease-in-out;
7340
-o-transition: all 300ms ease-in-out;
7341
transition: all 300ms ease-in-out;
7342
}
7343
.profile-info.dropdown > a:hover {
7344
color: #818da2;
7345
}
7346
.profile-info.dropdown > a img {
7347
border: 2px solid #f5f5f5;
7348
margin-right: 5px;
7349
}
7350
.profile-info.dropdown .dropdown-menu {
7351
background-color: #303641;
7352
border-color: #454a54;
7353
padding: 0;
7354
margin-top: 15px;
7355
}
7356
.profile-info.dropdown .dropdown-menu > .caret {
7357
position: absolute;
7358
left: 20px;
7359
top: -4px;
7360
border-bottom-width: 4px;
7361
border-top-width: 0;
7362
border-bottom-color: #454a54;
7363
margin-left: -2px;
7364
}
7365
.profile-info.dropdown .dropdown-menu li {
7366
color: #aaabae;
7367
font-size: 12px;
7368
padding: 0;
7369
}
7370
.profile-info.dropdown .dropdown-menu li a {
7371
color: #aaabae;
7372
padding: 8px 10px;
7373
-webkit-transition: all 300ms ease-in-out;
7374
-moz-transition: all 300ms ease-in-out;
7375
-o-transition: all 300ms ease-in-out;
7376
transition: all 300ms ease-in-out;
7377
}
7378
.profile-info.dropdown .dropdown-menu li a i {
7379
margin-right: 5px;
7380
zoom: 1;
7381
filter: alpha(opacity=70);
7382
-webkit-opacity: 0.7;
7383
-moz-opacity: 0.7;
7384
opacity: 0.7;
7385
}
7386
.profile-info.dropdown .dropdown-menu li a:hover {
7387
background-color: #2b303a;
7388
color: #fff;
7389
}
7390
.profile-info.dropdown .dropdown-menu li a:hover i {
7391
zoom: 1;
7392
filter: alpha(opacity=100);
7393
-webkit-opacity: 1;
7394
-moz-opacity: 1;
7395
opacity: 1;
7396
}
7397
.profile-info.dropdown .dropdown-menu > li {
7398
border-bottom: 1px solid #454a54;
7399
}
7400
.profile-info.dropdown .dropdown-menu > li > a {
7401
display: block;
7402
min-width: 210px;
7403
}
7404
.profile-info.dropdown .dropdown-menu > li:last-child {
7405
border-bottom: 0;
7406
}
7407
.profile-info.dropdown.pull-right {
7408
text-align: right;
7409
}
7410
.profile-info.dropdown.pull-right > a img {
7411
margin-left: 5px;
7412
margin-right: 0;
7413
}
7414
.profile-info.dropdown.pull-right .dropdown-menu {
7415
background-color: #303641;
7416
border-color: #454a54;
7417
padding: 0;
7418
margin-top: 15px;
7419
text-align: left;
7420
}
7421
.profile-info.dropdown.pull-right .dropdown-menu > .caret {
7422
left: auto;
7423
right: 20px;
7424
}
7425
.notifications.dropdown > a {
7426
position: relative;
7427
display: block;
7428
padding: 10px 10px;
7429
color: #737881;
7430
}
7431
.notifications.dropdown > a i {
7432
font-size: 19px;
7433
}
7434
.notifications.dropdown > a .badge {
7435
position: absolute;
7436
padding: 2px;
7437
font-size: 10px;
7438
right: 6px;
7439
top: 6px;
7440
min-width: 17px;
7441
line-height: 12px;
7442
}
7443
.notifications.dropdown.open > a {
7444
background-color: #f5f5f6;
7445
-webkit-border-radius: 3px 3px 0 0;
7446
-webkit-background-clip: padding-box;
7447
-moz-border-radius: 3px 3px 0 0;
7448
-moz-background-clip: padding;
7449
border-radius: 3px 3px 0 0;
7450
background-clip: padding-box;
7451
}
7452
.notifications.dropdown .dropdown-menu {
7453
background-color: #f5f5f6;
7454
-webkit-border-radius: 0 0 3px 3px;
7455
-webkit-background-clip: padding-box;
7456
-moz-border-radius: 0 0 3px 3px;
7457
-moz-background-clip: padding;
7458
border-radius: 0 0 3px 3px;
7459
background-clip: padding-box;
7460
-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);
7461
-moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);
7462
box-shadow: 0 1px 0px rgba(0,0,0,.05);
7463
border: 1px solid #f8f8f8;
7464
list-style: none;
7465
padding: 0;
7466
margin: 0;
7467
margin-top: 0px;
7468
width: 370px;
7469
}
7470
.notifications.dropdown .dropdown-menu li,
7471
.notifications.dropdown .dropdown-menu a,
7472
.notifications.dropdown .dropdown-menu p {
7473
color: #888888;
7474
}
7475
.notifications.dropdown .dropdown-menu > li {
7476
display: block;
7477
border-bottom: 1px solid #ededed;
7478
margin: 0;
7479
padding: 0;
7480
font-size: 12px;
7481
}
7482
.notifications.dropdown .dropdown-menu > li.top > p {
7483
background-color: #f5f5f6;
7484
}
7485
.notifications.dropdown .dropdown-menu > li > a,
7486
.notifications.dropdown .dropdown-menu > li > p {
7487
margin: 0;
7488
padding: 12px 20px;
7489
}
7490
.notifications.dropdown .dropdown-menu > li > p {
7491
background-color: #FFF;
7492
}
7493
.notifications.dropdown .dropdown-menu > li > p a {
7494
color: #ec5956;
7495
-webkit-transition: all 300ms ease-in-out;
7496
-moz-transition: all 300ms ease-in-out;
7497
-o-transition: all 300ms ease-in-out;
7498
transition: all 300ms ease-in-out;
7499
}
7500
.notifications.dropdown .dropdown-menu > li > p a:hover {
7501
color: #e9423f;
7502
}
7503
.notifications.dropdown .dropdown-menu > li .scroller {
7504
max-height: 290px;
7505
overflow: auto;
7506
}
7507
.notifications.dropdown .dropdown-menu > li > ul {
7508
position: relative;
7509
margin: 0;
7510
padding: 0;
7511
list-style: none;
7512
}
7513
.notifications.dropdown .dropdown-menu > li > ul > li {
7514
font-size: 12px;
7515
border-bottom: 1px solid #ededed;
7516
background: #f5f5f6;
7517
}
7518
.notifications.dropdown .dropdown-menu > li > ul > li > a,
7519
.notifications.dropdown .dropdown-menu > li > ul > li > p {
7520
display: block;
7521
position: relative;
7522
margin: 0;
7523
padding: 10px 20px;
7524
-webkit-transition: all 300ms ease-in-out;
7525
-moz-transition: all 300ms ease-in-out;
7526
-o-transition: all 300ms ease-in-out;
7527
transition: all 300ms ease-in-out;
7528
}
7529
.notifications.dropdown .dropdown-menu > li > ul > li > a:before,
7530
.notifications.dropdown .dropdown-menu > li > ul > li > p:before,
7531
.notifications.dropdown .dropdown-menu > li > ul > li > a:after,
7532
.notifications.dropdown .dropdown-menu > li > ul > li > p:after {
7533
content: " ";
7534
display: table;
7535
}
7536
.notifications.dropdown .dropdown-menu > li > ul > li > a:after,
7537
.notifications.dropdown .dropdown-menu > li > ul > li > p:after {
7538
clear: both;
7539
}
7540
.notifications.dropdown .dropdown-menu > li > ul > li > a > i,
7541
.notifications.dropdown .dropdown-menu > li > ul > li > p > i {
7542
background: #454a54;
7543
display: block;
7544
float: left;
7545
text-align: center;
7546
padding: 5px;
7547
line-height: 14px;
7548
color: #fff;
7549
width: 28px;
7550
height: 24px;
7551
-webkit-border-radius: 3px;
7552
-webkit-background-clip: padding-box;
7553
-moz-border-radius: 3px;
7554
-moz-background-clip: padding;
7555
border-radius: 3px;
7556
background-clip: padding-box;
7557
}
7558
.notifications.dropdown .dropdown-menu > li > ul > li > a:hover,
7559
.notifications.dropdown .dropdown-menu > li > ul > li > p:hover {
7560
background-color: #f5f5f6 !important;
7561
}
7562
.notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > i,
7563
.notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {
7564
background-color: #303641;
7565
color: #fff;
7566
}
7567
.notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > i,
7568
.notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {
7569
background-color: #ee4749;
7570
color: #fff;
7571
}
7572
.notifications.dropdown .dropdown-menu > li > ul > li.notification-success > i,
7573
.notifications.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {
7574
background-color: #00a651;
7575
color: #fff;
7576
}
7577
.notifications.dropdown .dropdown-menu > li > ul > li.notification-info > i,
7578
.notifications.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {
7579
background-color: #21a9e1;
7580
color: #fff;
7581
}
7582
.notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > i,
7583
.notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {
7584
background-color: #fad839;
7585
color: #fff;
7586
}
7587
.notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > i,
7588
.notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {
7589
background-color: #cc2424;
7590
color: #fff;
7591
}
7592
.notifications.dropdown .dropdown-menu > li > ul > li .task {
7593
display: block;
7594
}
7595
.notifications.dropdown .dropdown-menu > li > ul > li .task:before,
7596
.notifications.dropdown .dropdown-menu > li > ul > li .task:after {
7597
content: " ";
7598
display: table;
7599
}
7600
.notifications.dropdown .dropdown-menu > li > ul > li .task:after {
7601
clear: both;
7602
}
7603
.notifications.dropdown .dropdown-menu > li > ul > li .task span {
7604
display: block;
7605
}
7606
.notifications.dropdown .dropdown-menu > li > ul > li .task span.desc {
7607
float: left;
7608
}
7609
.notifications.dropdown .dropdown-menu > li > ul > li .task span.percent {
7610
float: right;
7611
}
7612
.notifications.dropdown .dropdown-menu > li > ul > li .image {
7613
display: block;
7614
margin-right: 10px;
7615
float: left;
7616
}
7617
.notifications.dropdown .dropdown-menu > li > ul > li .image.pull-right {
7618
margin-left: 10px;
7619
margin-right: 0;
7620
}
7621
.notifications.dropdown .dropdown-menu > li > ul > li .image .img-circle {
7622
border: 2px solid #FFF;
7623
}
7624
.notifications.dropdown .dropdown-menu > li > ul > li .image + .line {
7625
margin-top: 8px;
7626
}
7627
.notifications.dropdown .dropdown-menu > li > ul > li .line {
7628
display: block;
7629
}
7630
.notifications.dropdown .dropdown-menu > li > ul > li .line.desc {
7631
overflow: hidden;
7632
text-overflow: ellipsis;
7633
white-space: nowrap;
7634
}
7635
.notifications.dropdown .dropdown-menu > li > ul > li .line + .line,
7636
.notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line,
7637
.notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {
7638
margin-top: 5px;
7639
}
7640
.notifications.dropdown .dropdown-menu > li > ul > li strong {
7641
color: #373e4a;
7642
}
7643
.notifications.dropdown .dropdown-menu > li > ul > li .progress {
7644
display: block;
7645
height: 5px;
7646
background-color: #ededed;
7647
margin: 0;
7648
margin-top: 10px;
7649
margin-bottom: 5px;
7650
}
7651
.notifications.dropdown .dropdown-menu > li > ul > li .progress:before,
7652
.notifications.dropdown .dropdown-menu > li > ul > li .progress:after {
7653
content: " ";
7654
display: table;
7655
}
7656
.notifications.dropdown .dropdown-menu > li > ul > li .progress:after {
7657
clear: both;
7658
}
7659
.notifications.dropdown .dropdown-menu > li > ul > li:last-child {
7660
border-bottom: 0;
7661
}
7662
.notifications.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {
7663
position: absolute;
7664
content: '';
7665
display: block;
7666
height: 10px;
7667
top: -10px;
7668
left: 0;
7669
right: 0;
7670
background: transparent;
7671
background: red;
7672
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
7673
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
7674
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
7675
}
7676
.notifications.dropdown .dropdown-menu > li.external {
7677
background-color: #FFF;
7678
border-bottom: 0;
7679
}
7680
.notifications.dropdown .dropdown-menu > li.external a {
7681
color: #ec5956;
7682
-webkit-transition: all 300ms ease-in-out;
7683
-moz-transition: all 300ms ease-in-out;
7684
-o-transition: all 300ms ease-in-out;
7685
transition: all 300ms ease-in-out;
7686
}
7687
.notifications.dropdown .dropdown-menu > li.external a:hover {
7688
background-color: #fff;
7689
color: #e9423f;
7690
}
7691
body {
7692
font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
7693
}
7694
body.overflow-x-disabled {
7695
overflow-x: hidden;
7696
}
7697
a {
7698
color: #373e4a;
7699
}
7700
a:hover {
7701
text-decoration: none;
7702
color: #818da2;
7703
}
7704
.links-list {
7705
white-space: nowrap;
7706
padding-top: 14px;
7707
padding-bottom: 8px;
7708
}
7709
.links-list > li.sep {
7710
display: inline-block;
7711
border-left: 1px solid #eeeef0;
7712
height: 12px;
7713
width: 0px;
7714
line-height: 1.42857143;
7715
overflow: hidden;
7716
margin-left: 10px;
7717
}
7718
.scrollable {
7719
position: relative;
7720
overflow: hidden;
7721
height: 0;
7722
}
7723
.slimScrollDiv .slimScrollBar {
7724
cursor: pointer;
7725
}
7726
.clear {
7727
clear: both;
7728
}
7729
.knob {
7730
visibility: hidden;
7731
}
7732
canvas + .knob {
7733
visibility: visible;
7734
}
7735
.validate-has-error {
7736
border-color: #cc2424;
7737
}
7738
.validate-has-error:focus {
7739
border-color: #cc2424;
7740
}
7741
.validate-has-error + span.validate-has-error,
7742
.validate-has-error > span.validate-has-error,
7743
.input-group + .validate-has-error {
7744
color: #cc2424;
7745
display: inline-block;
7746
margin-top: 5px;
7747
}
7748
.validate-has-error .validate-has-error {
7749
color: #cc2424;
7750
display: inline-block;
7751
margin-top: 5px;
7752
}
7753
.make-switch + .validate-has-error {
7754
margin-left: 10px;
7755
}
7756
.validate-has-error .form-control {
7757
border-color: #cc2424;
7758
}
7759
.file-input-wrapper.inline {
7760
display: inline-block;
7761
width: auto;
7762
}
7763
.file2[type="file"] {
7764
visibility: hidden;
7765
}
7766
.file-input-wrapper .file2[type="file"] {
7767
visibility: visible;
7768
}
7769
.dist > * {
7770
margin-bottom: 10px;
7771
}
7772
.dist > *:before,
7773
.dist > *:after {
7774
content: " ";
7775
display: table;
7776
}
7777
.dist > *:after {
7778
clear: both;
7779
}
7780
.dist > *:last-child {
7781
margin-bottom: 0;
7782
}
7783
@media print {
7784
.sidebar-menu {
7785
display: none !important;
7786
}
7787
.page-container.horizontal-menu {
7788
padding-top: 0;
7789
}
7790
}
7791
.nicescroll-rails > div {
7792
cursor: pointer;
7793
}
7794
.showcase-icon-list .icon-el a {
7795
position: relative;
7796
z-index: 1;
7797
background: #fafafa;
7798
margin-bottom: 6px;
7799
display: block;
7800
padding-right: 12px;
7801
overflow: hidden;
7802
text-overflow: ellipsis;
7803
white-space: nowrap;
7804
-webkit-border-radius: 3px;
7805
-webkit-background-clip: padding-box;
7806
-moz-border-radius: 3px;
7807
-moz-background-clip: padding;
7808
border-radius: 3px;
7809
background-clip: padding-box;
7810
}
7811
.showcase-icon-list .icon-el a i {
7812
margin-right: 5px;
7813
display: inline-block;
7814
padding: 6px 12px;
7815
vertical-align: middle;
7816
-webkit-border-radius: 3px 0 0 3px;
7817
-webkit-background-clip: padding-box;
7818
-moz-border-radius: 3px 0 0 3px;
7819
-moz-background-clip: padding;
7820
border-radius: 3px 0 0 3px;
7821
background-clip: padding-box;
7822
background: #f0f0f0;
7823
font-size: 15px;
7824
width: 45px;
7825
text-align: center;
7826
}
7827
.showcase-icon-list .icon-el a:hover {
7828
z-index: 5;
7829
overflow: visible;
7830
padding: 5px 12px;
7831
}
7832
.showcase-icon-list .icon-el a:hover i {
7833
top: 0;
7834
left: 0;
7835
position: absolute;
7836
width: 100%;
7837
height: 60px;
7838
line-height: 50px;
7839
margin-right: 0px;
7840
color: #303641;
7841
font-size: 40px;
7842
-webkit-border-radius: 3px;
7843
-webkit-background-clip: padding-box;
7844
-moz-border-radius: 3px;
7845
-moz-background-clip: padding;
7846
border-radius: 3px;
7847
background-clip: padding-box;
7848
}
7849
footer.main {
7850
margin-top: 15px;
7851
padding-top: 15px;
7852
border-top: 1px solid #ebebeb;
7853
}
7854
footer.main:before,
7855
footer.main:after {
7856
content: " ";
7857
display: table;
7858
}
7859
footer.main:after {
7860
clear: both;
7861
}
7862
.padding-top-none {
7863
padding-top: 0 !important;
7864
}
7865
.padding-bottom-none {
7866
padding-bottom: 0 !important;
7867
}
7868
.margin-top-none {
7869
margin-top: 0 !important;
7870
}
7871
.padding-bottom-none {
7872
padding-bottom: 0 !important;
7873
}
7874
.margin-left {
7875
margin-left: 10px !important;
7876
}
7877
.margin-bottom {
7878
margin-bottom: 20px !important;
7879
}
7880
.bold {
7881
font-weight: bold !important;
7882
}
7883
.default-padding {
7884
padding: 0 15px !important;
7885
}
7886
img.full-width {
7887
width: 100%;
7888
}
7889
.form-groups-bordered > .form-group {
7890
border-bottom: 1px solid #ebebeb;
7891
padding-bottom: 15px;
7892
padding-top: 15px;
7893
margin-bottom: 0px;
7894
}
7895
.form-groups-bordered > .form-group:first-child {
7896
padding-top: 0;
7897
}
7898
.form-groups-bordered > .form-group:last-child {
7899
margin-bottom: 0;
7900
padding-bottom: 0;
7901
border-bottom: 0;
7902
}
7903
.morrischart {
7904
width: 100%;
7905
}
7906
.morrischart > svg {
7907
width: 100% !important;
7908
}
7909
.col-padding-1 {
7910
padding: 20px 20px 20px 40px !important;
7911
}
7912
.no-margin {
7913
margin: 0 !important;
7914
}
7915
.padding-lg {
7916
padding: 20px !important;
7917
}
7918
.border-top {
7919
border-top: 1px solid #ebebeb;
7920
}
7921
.no-transitions {
7922
-webkit-transition: none !important;
7923
-moz-transition: none !important;
7924
-o-transition: none !important;
7925
transition: none !important;
7926
}
7927
#rickshaw-chart-demo {
7928
-webkit-border-radius: 3px;
7929
-webkit-background-clip: padding-box;
7930
-moz-border-radius: 3px;
7931
-moz-background-clip: padding;
7932
border-radius: 3px;
7933
background-clip: padding-box;
7934
overflow: hidden;
7935
padding-top: 200px;
7936
}
7937
#rickshaw-chart-demo svg {
7938
width: 100% !important;
7939
}
7940
#rickshaw-chart-demo .detail {
7941
left: -10px;
7942
}
7943
#rickshaw-chart-demo .rickshaw_legend {
7944
position: absolute;
7945
top: 0px;
7946
background: none;
7947
}
7948
#rickshaw-chart-demo .rickshaw_legend .label {
7949
color: rgba(48, 54, 65, 0.5);
7950
}
7951
#rickshaw-chart-demo-2 {
7952
-webkit-border-radius: 3px;
7953
-webkit-background-clip: padding-box;
7954
-moz-border-radius: 3px;
7955
-moz-background-clip: padding;
7956
border-radius: 3px;
7957
background-clip: padding-box;
7958
overflow: hidden;
7959
padding-top: 75px;
7960
}
7961
#rickshaw-chart-demo-2 svg {
7962
width: 100% !important;
7963
}
7964
#rickshaw-chart-demo-2 .detail {
7965
left: -10px;
7966
}
7967
#rickshaw-chart-demo-2 .rickshaw_legend {
7968
position: absolute;
7969
top: 0px;
7970
background: none;
7971
}
7972
#rickshaw-chart-demo-2 .rickshaw_legend .label {
7973
color: rgba(48, 54, 65, 0.5);
7974
}
7975
.theme-skins {
7976
background: #f5f5f6;
7977
border: none;
7978
margin: 0;
7979
padding: 0;
7980
margin-top: 12px;
7981
-webkit-border-radius: 2px;
7982
-webkit-background-clip: padding-box;
7983
-moz-border-radius: 2px;
7984
-moz-background-clip: padding;
7985
border-radius: 2px;
7986
background-clip: padding-box;
7987
}
7988
.theme-skins > li {
7989
border-bottom: 1px solid #ebebeb;
7990
}
7991
.theme-skins > li a {
7992
color: #555 !important;
7993
margin: 0;
7994
padding: 5px 10px;
7995
-webkit-transition: all 300ms ease-in-out;
7996
-moz-transition: all 300ms ease-in-out;
7997
-o-transition: all 300ms ease-in-out;
7998
transition: all 300ms ease-in-out;
7999
}
8000
.theme-skins > li a i {
8001
display: inline-block;
8002
width: 15px;
8003
height: 13px;
8004
margin-right: 5px;
8005
vertical-align: middle;
8006
border: 1px solid transparent;
8007
position: relative;
8008
top: -2px;
8009
}
8010
.theme-skins > li a i.skin-main {
8011
background-color: #303641;
8012
}
8013
.theme-skins > li a i.skin-blue {
8014
background-color: #003471;
8015
}
8016
.theme-skins > li a i.skin-red {
8017
background-color: #981b1b;
8018
}
8019
.theme-skins > li a i.skin-black {
8020
background-color: #222222;
8021
}
8022
.theme-skins > li a i.skin-green {
8023
background-color: #00a651;
8024
}
8025
.theme-skins > li a i.skin-purple {
8026
background-color: #522b76;
8027
}
8028
.theme-skins > li a i.skin-yellow {
8029
background-color: #e8b51b;
8030
}
8031
.theme-skins > li a i.skin-cafe {
8032
background-color: #31271e;
8033
}
8034
.theme-skins > li a i.skin-white {
8035
background-color: #FFF;
8036
border-color: #ebebeb;
8037
}
8038
.theme-skins > li a:hover {
8039
background: rgba(235, 235, 235, 0.4);
8040
}
8041
.theme-skins > li.active a {
8042
-webkit-border-radius: 0;
8043
-webkit-background-clip: padding-box;
8044
-moz-border-radius: 0;
8045
-moz-background-clip: padding;
8046
border-radius: 0;
8047
background-clip: padding-box;
8048
}
8049
.theme-skins > li.caret {
8050
-webkit-transform: rotate(180deg);
8051
-moz-transform: rotate(180deg);
8052
-ms-transform: rotate(180deg);
8053
-o-transform: rotate(180deg);
8054
transform: rotate(180deg);
8055
position: absolute;
8056
top: -4px;
8057
left: 57%;
8058
margin-left: -4px;
8059
border-top-color: #ebebeb;
8060
display: none;
8061
}
8062
.theme-skins > li.active a {
8063
background: rgba(235, 235, 235, 0.9);
8064
color: #737881;
8065
font-weight: bold;
8066
}
8067
.theme-skins > li.active a:hover {
8068
background: rgba(235, 235, 235, 0.9);
8069
}
8070
.theme-skins > li:last-child {
8071
border-bottom: 0;
8072
}
8073
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .theme-skins.dropdown-menu {
8074
width: 200px !important;
8075
}
8076
.version-highlights {
8077
margin: 0;
8078
padding: 0;
8079
border-top: 1px solid #ebebeb;
8080
margin-top: 30px;
8081
list-style: none;
8082
display: table;
8083
}
8084
.version-highlights li {
8085
display: table-row;
8086
vertical-align: middle;
8087
width: 100%;
8088
padding: 0;
8089
}
8090
.version-highlights li .screenshot,
8091
.version-highlights li .notes {
8092
display: table-cell;
8093
vertical-align: middle;
8094
}
8095
.version-highlights li .screenshot {
8096
text-align: right;
8097
padding: 30px;
8098
width: 240px;
8099
}
8100
.version-highlights li .screenshot img {
8101
display: block;
8102
max-width: 100%;
8103
height: auto;
8104
}
8105
.thumbnail-highlight {
8106
border: 5px solid rgba(235, 235, 235, 0.5);
8107
-webkit-box-shadow: 0 0 0 1px #ebebeb;
8108
-moz-box-shadow: 0 0 0 1px #ebebeb;
8109
box-shadow: 0 0 0 1px #ebebeb;
8110
}
8111
@media (max-width: 768px) {
8112
.version-highlights {
8113
display: block;
8114
}
8115
.version-highlights li {
8116
display: block;
8117
}
8118
.version-highlights li .screenshot,
8119
.version-highlights li .notes {
8120
display: block;
8121
}
8122
.version-highlights li .screenshot {
8123
text-align: center;
8124
width: 100%;
8125
}
8126
.version-highlights li .screenshot img {
8127
display: inline-block;
8128
}
8129
.version-highlights li .notes {
8130
text-align: center;
8131
margin-bottom: 30px;
8132
}
8133
}
8134
.input-spinner {
8135
position: relative;
8136
}
8137
.input-spinner:before,
8138
.input-spinner:after {
8139
content: " ";
8140
display: table;
8141
}
8142
.input-spinner:after {
8143
clear: both;
8144
}
8145
.input-spinner input,
8146
.input-spinner button {
8147
float: left;
8148
}
8149
.input-spinner input {
8150
margin: 0;
8151
border-left: 0;
8152
border-right: 0;
8153
text-align: center;
8154
-webkit-border-radius: 0;
8155
-webkit-background-clip: padding-box;
8156
-moz-border-radius: 0;
8157
-moz-background-clip: padding;
8158
border-radius: 0;
8159
background-clip: padding-box;
8160
width: auto;
8161
}
8162
.input-spinner input.size-1 {
8163
width: 60px;
8164
}
8165
.input-spinner input.size-2 {
8166
width: 100px;
8167
}
8168
.input-spinner input.size-3 {
8169
width: 120px;
8170
}
8171
.input-spinner input.size-4 {
8172
width: 160px;
8173
}
8174
.input-spinner button {
8175
-webkit-border-radius: 3px 0 0 3px;
8176
-webkit-background-clip: padding-box;
8177
-moz-border-radius: 3px 0 0 3px;
8178
-moz-background-clip: padding;
8179
border-radius: 3px 0 0 3px;
8180
background-clip: padding-box;
8181
}
8182
.input-spinner button + input + button {
8183
-webkit-border-radius: 0 3px 3px 0;
8184
-webkit-background-clip: padding-box;
8185
-moz-border-radius: 0 3px 3px 0;
8186
-moz-background-clip: padding;
8187
border-radius: 0 3px 3px 0;
8188
background-clip: padding-box;
8189
}
8190
.panel > .panel-body.with-table {
8191
position: relative;
8192
padding: 0;
8193
margin: -1px;
8194
border: 0;
8195
}
8196
.panel > .panel-body.with-table > table {
8197
margin: 0;
8198
}
8199
.disabled-text {
8200
zoom: 1;
8201
filter: alpha(opacity=60);
8202
-webkit-opacity: 0.6;
8203
-moz-opacity: 0.6;
8204
opacity: 0.6;
8205
}
8206
.page-body.gray .page-container .main-content,
8207
.page-body.gray .page-container {
8208
background: #f1f1f1;
8209
}
8210
.tile-stats.stat-tile {
8211
padding: 0px;
8212
height: 155px;
8213
border: none !important;
8214
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
8215
}
8216
.tile-stats.tile-neon-red {
8217
background: #ff4e50;
8218
}
8219
.tile-stats.stat-tile h3 {
8220
padding: 20px 20px 0px 20px;
8221
}
8222
.tile-stats.stat-tile p {
8223
padding: 0px 20px 20px 20px;
8224
margin-bottom: 20px;
8225
}
8226
.pie-chart {
8227
position: absolute;
8228
right: 20px;
8229
top: 35px;
8230
}
8231
.tile-group-2 {
8232
background: #FFF !important;
8233
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
8234
}
8235
.tile-group-2 .tile-white {
8236
background: #FFF !important;
8237
border: none !important;
8238
color: #303641 !important;
8239
}
8240
.tile-group-2 .tile-entry {
8241
background: none !important;
8242
border: none !important;
8243
color: #303641 !important;
8244
}
8245
.tile-group-2 .tile-white .tile-entry h3 {
8246
color: #2b303a;
8247
}
8248
.tile-group-2 .tile-white .tile-entry span {
8249
color: rgba(0, 0, 0, 0.4);
8250
}
8251
.country-list {
8252
width: 90%;
8253
padding: 50px 0 20px 0;
8254
padding-left: 30px;
8255
}
8256
.country-list li {
8257
border-top: 1px solid #EEE;
8258
padding: 12px 0;
8259
list-style: none;
8260
}
8261
.tile-group-2 .tile-right .map {
8262
margin: 0px !important;
8263
}
8264
.panel-table {
8265
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
8266
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
8267
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
8268
border: 0px !important;
8269
}
8270
.panel-table .panel-body {
8271
background: #FAFAFA;
8272
}
8273
.panel-table .panel-heading > .panel-title {
8274
padding: 30px 25px;
8275
}
8276
.panel-table .panel-heading > .panel-title span {
8277
color: #888888;
8278
font-size: 12px;
8279
}
8280
.panel-table th {
8281
font-weight: bold;
8282
}
8283
.calendar-widget td,
8284
.calendar-widget th {
8285
text-align: center;
8286
}
8287
.calendar-widget th {
8288
padding: 12px 0;
8289
}
8290
@-moz-document url-prefix() {
8291
.page-container .tile-group .tile-left .map,
8292
.page-container .tile-group .tile-right .map {
8293
left: 40%;
8294
right: 16px;
8295
}
8296
.page-container .tile-stats .icon {
8297
bottom: 35px;
8298
}
8299
}
8300
.form-control + .description {
8301
display: block;
8302
margin-top: 5px;
8303
font-size: 11px;
8304
}
8305
.search-form-full {
8306
position: relative;
8307
margin-top: -2px;
8308
}
8309
.search-form-full .form-group {
8310
position: relative;
8311
}
8312
.search-form-full .form-group i {
8313
position: absolute;
8314
right: 10px;
8315
top: 50%;
8316
font-size: 14px;
8317
margin-top: -9px;
8318
color: rgba(148, 148, 148, 0.8);
8319
-webkit-transition: all 300ms ease-in-out;
8320
-moz-transition: all 300ms ease-in-out;
8321
-o-transition: all 300ms ease-in-out;
8322
transition: all 300ms ease-in-out;
8323
}
8324
.search-form-full .form-group .form-control {
8325
margin-top: 12px;
8326
background: #f5f5f6;
8327
height: 38px;
8328
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.015);
8329
-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.015);
8330
box-shadow: inset 0 1px 0 rgba(0,0,0,.015);
8331
}
8332
.search-form-full .form-group .form-control:focus + i {
8333
color: #737881;
8334
}
8335
@media screen and (max-width: 480px) {
8336
.search-form-full {
8337
margin-top: 30px;
8338
}
8339
}
8340
.page-container .aciTree.aciBorder {
8341
border: 1px solid #ebebeb;
8342
min-height: 50px;
8343
}
8344
.neon-loading-bar {
8345
position: fixed;
8346
left: 0;
8347
top: 0;
8348
right: 0;
8349
background: rgba(48, 54, 65, 0.3);
8350
height: 5px;
8351
z-index: 10000;
8352
top: 0px;
8353
zoom: 1;
8354
filter: alpha(opacity=100);
8355
-webkit-opacity: 1;
8356
-moz-opacity: 1;
8357
opacity: 1;
8358
-webkit-transition: all 300ms ease-in-out;
8359
-moz-transition: all 300ms ease-in-out;
8360
-o-transition: all 300ms ease-in-out;
8361
transition: all 300ms ease-in-out;
8362
}
8363
.neon-loading-bar span {
8364
display: block;
8365
position: absolute;
8366
left: 0;
8367
top: 0;
8368
bottom: 0;
8369
width: 0%;
8370
background: #ec5956;
8371
}
8372
.neon-loading-bar.progress-is-hidden {
8373
top: -5px;
8374
zoom: 1;
8375
filter: alpha(opacity=50);
8376
-webkit-opacity: 0.5;
8377
-moz-opacity: 0.5;
8378
opacity: 0.5;
8379
visibility: hidden;
8380
}
8381
body {
8382
-webkit-perspective: 800;
8383
-moz-perspective: 800;
8384
perspective: 800;
8385
-webkit-perspective: 800px;
8386
-moz-perspective: 800px;
8387
perspective: 800px;
8388
}
8389
.datepicker.datepicker-dropdown {
8390
z-index: 10000 !important;
8391
}
8392
.top-dropdown-search .form-group {
8393
padding: 10px;
8394
border-bottom: 1px solid #EEE;
8395
margin-bottom: 0;
8396
}
8397
.page-body.loaded {
8398
-webkit-perspective: none;
8399
-moz-perspective: none;
8400
perspective: none;
8401
}
8402
.modal .modal-header .close {
8403
background: #f0f0f1;
8404
display: inline-block;
8405
padding: 0px 5px;
8406
line-height: 1;
8407
color: #787878;
8408
zoom: 1;
8409
filter: alpha(opacity=70);
8410
-webkit-opacity: 0.7;
8411
-moz-opacity: 0.7;
8412
opacity: 0.7;
8413
text-shadow: none;
8414
font-weight: 300;
8415
-webkit-border-radius: 3px;
8416
-webkit-background-clip: padding-box;
8417
-moz-border-radius: 3px;
8418
-moz-background-clip: padding;
8419
border-radius: 3px;
8420
background-clip: padding-box;
8421
-webkit-transition: all 300ms ease-in-out;
8422
-moz-transition: all 300ms ease-in-out;
8423
-o-transition: all 300ms ease-in-out;
8424
transition: all 300ms ease-in-out;
8425
}
8426
.modal .modal-header .close:hover {
8427
zoom: 1;
8428
filter: alpha(opacity=100);
8429
-webkit-opacity: 1;
8430
-moz-opacity: 1;
8431
opacity: 1;
8432
}
8433
.modal .modal-header h4 {
8434
text-shadow: none;
8435
}
8436
.modal .modal-content {
8437
border: 0;
8438
-webkit-box-shadow: none;
8439
-moz-box-shadow: none;
8440
box-shadow: none;
8441
}
8442
.well {
8443
-webkit-box-shadow: none;
8444
-moz-box-shadow: none;
8445
box-shadow: none;
8446
}
8447
.modal-backdrop {
8448
z-index: 10000;
8449
}
8450
.modal-open .modal {
8451
z-index: 10001;
8452
}
8453
.page-body .select2-container .select2-choice .select2-arrow b {
8454
background: transparent !important;
8455
}
8456
.tabs-vertical-env {
8457
margin-bottom: 20px;
8458
}
8459
.tabs-vertical-env:before,
8460
.tabs-vertical-env:after {
8461
content: " ";
8462
display: table;
8463
}
8464
.tabs-vertical-env:after {
8465
clear: both;
8466
}
8467
.tabs-vertical-env .tabs-vertical {
8468
margin-bottom: 0;
8469
}
8470
.tabs-vertical-env .tabs-vertical + .tab-content {
8471
margin-bottom: 0;
8472
}
8473
.tabs-vertical {
8474
float: left;
8475
background: #f5f5f6;
8476
width: 20%;
8477
border: 1px solid #ebebeb;
8478
margin-bottom: 20px;
8479
-webkit-border-radius: 3px;
8480
-webkit-background-clip: padding-box;
8481
-moz-border-radius: 3px;
8482
-moz-background-clip: padding;
8483
border-radius: 3px;
8484
background-clip: padding-box;
8485
}
8486
.tabs-vertical > li {
8487
border-bottom: 1px solid #ebebeb;
8488
}
8489
.tabs-vertical > li:first-child > a {
8490
-webkit-border-radius: 3px 3px 0 0;
8491
-webkit-background-clip: padding-box;
8492
-moz-border-radius: 3px 3px 0 0;
8493
-moz-background-clip: padding;
8494
border-radius: 3px 3px 0 0;
8495
background-clip: padding-box;
8496
}
8497
.tabs-vertical > li:last-child {
8498
border-bottom: 0;
8499
}
8500
.tabs-vertical > li:last-child > a {
8501
-webkit-border-radius: 0 0 3px 3px;
8502
-webkit-background-clip: padding-box;
8503
-moz-border-radius: 0 0 3px 3px;
8504
-moz-background-clip: padding;
8505
border-radius: 0 0 3px 3px;
8506
background-clip: padding-box;
8507
}
8508
.tabs-vertical > li:hover > a {
8509
background-color: rgba(255, 255, 255, 0.3);
8510
color: #586376;
8511
}
8512
.tabs-vertical > li.active > a {
8513
display: block;
8514
position: relative;
8515
background-color: #ffffff;
8516
color: #373e4a;
8517
}
8518
.tabs-vertical > li.active > a:before {
8519
content: '';
8520
display: block;
8521
position: absolute;
8522
width: 0px;
8523
height: 0px;
8524
border-style: solid;
8525
border-width: 20px 0 20px 13px;
8526
border-color: transparent transparent transparent #ebebeb;
8527
top: 0;
8528
right: -1px;
8529
margin-right: -12px;
8530
margin-top: -1px;
8531
}
8532
.tabs-vertical > li.active > a:after {
8533
content: '';
8534
display: block;
8535
position: absolute;
8536
width: 0px;
8537
height: 0px;
8538
border-style: solid;
8539
border-width: 18px 0 18px 12px;
8540
border-color: transparent transparent transparent #fff;
8541
top: 2px;
8542
right: 0;
8543
margin-right: -12px;
8544
margin-top: -1px;
8545
}
8546
.tabs-vertical + .tab-content {
8547
float: right;
8548
width: 80%;
8549
padding-left: 25px;
8550
-webkit-box-sizing: border-box;
8551
-moz-box-sizing: border-box;
8552
box-sizing: border-box;
8553
margin-bottom: 20px;
8554
}
8555
.tabs-vertical.right-aligned {
8556
float: right;
8557
}
8558
.tabs-vertical.right-aligned > li.active > a:before,
8559
.tabs-vertical.right-aligned > li.active > a:after {
8560
-webkit-transform: rotate(180deg);
8561
-moz-transform: rotate(180deg);
8562
-ms-transform: rotate(180deg);
8563
-o-transform: rotate(180deg);
8564
transform: rotate(180deg);
8565
right: auto;
8566
}
8567
.tabs-vertical.right-aligned > li.active > a:before {
8568
left: -13px;
8569
}
8570
.tabs-vertical.right-aligned > li.active > a:after {
8571
left: -12px;
8572
}
8573
.tabs-vertical.right-aligned + .tab-content {
8574
padding-right: 25px;
8575
padding-left: 0;
8576
}
8577
blockquote.blockquote-default {
8578
background: #fff;
8579
border: 1px solid #ebebeb;
8580
border-left-width: 5px;
8581
padding: 15px;
8582
-webkit-border-radius: 3px;
8583
-webkit-background-clip: padding-box;
8584
-moz-border-radius: 3px;
8585
-moz-background-clip: padding;
8586
border-radius: 3px;
8587
background-clip: padding-box;
8588
}
8589
blockquote.blockquote-blue,
8590
blockquote.blockquote-info {
8591
background: #c5e8f7;
8592
border: 1px solid #b6d6e4;
8593
border-left-width: 5px;
8594
padding: 15px;
8595
-webkit-border-radius: 3px;
8596
-webkit-background-clip: padding-box;
8597
-moz-border-radius: 3px;
8598
-moz-background-clip: padding;
8599
border-radius: 3px;
8600
background-clip: padding-box;
8601
color: #0c3c50;
8602
}
8603
blockquote.blockquote-blue p,
8604
blockquote.blockquote-info p,
8605
blockquote.blockquote-blue small,
8606
blockquote.blockquote-info small {
8607
color: #85a6b5;
8608
}
8609
blockquote.blockquote-blue p strong,
8610
blockquote.blockquote-info p strong,
8611
blockquote.blockquote-blue small strong,
8612
blockquote.blockquote-info small strong {
8613
color: #0c3c50;
8614
}
8615
blockquote.blockquote-green,
8616
blockquote.blockquote-success {
8617
background: #bdedbc;
8618
border: 1px solid #aedaad;
8619
border-left-width: 5px;
8620
padding: 15px;
8621
-webkit-border-radius: 3px;
8622
-webkit-background-clip: padding-box;
8623
-moz-border-radius: 3px;
8624
-moz-background-clip: padding;
8625
border-radius: 3px;
8626
background-clip: padding-box;
8627
color: #135012;
8628
}
8629
blockquote.blockquote-green p,
8630
blockquote.blockquote-success p,
8631
blockquote.blockquote-green small,
8632
blockquote.blockquote-success small {
8633
color: #7baa7a;
8634
}
8635
blockquote.blockquote-green p strong,
8636
blockquote.blockquote-success p strong,
8637
blockquote.blockquote-green small strong,
8638
blockquote.blockquote-success small strong {
8639
color: #135012;
8640
}
8641
blockquote.blockquote-gold,
8642
blockquote.blockquote-warning {
8643
background: #ffefa4;
8644
border: 1px solid #ebdc97;
8645
border-left-width: 5px;
8646
padding: 15px;
8647
-webkit-border-radius: 3px;
8648
-webkit-background-clip: padding-box;
8649
-moz-border-radius: 3px;
8650
-moz-background-clip: padding;
8651
border-radius: 3px;
8652
background-clip: padding-box;
8653
color: #584b0d;
8654
}
8655
blockquote.blockquote-gold p,
8656
blockquote.blockquote-warning p,
8657
blockquote.blockquote-gold small,
8658
blockquote.blockquote-warning small {
8659
color: #b7a96a;
8660
}
8661
blockquote.blockquote-gold p strong,
8662
blockquote.blockquote-warning p strong,
8663
blockquote.blockquote-gold small strong,
8664
blockquote.blockquote-warning small strong {
8665
color: #584b0d;
8666
}
8667
blockquote.blockquote-red,
8668
blockquote.blockquote-danger {
8669
background: #ffc9c9;
8670
border: 1px solid #ebb9b9;
8671
border-left-width: 5px;
8672
padding: 15px;
8673
-webkit-border-radius: 3px;
8674
-webkit-background-clip: padding-box;
8675
-moz-border-radius: 3px;
8676
-moz-background-clip: padding;
8677
border-radius: 3px;
8678
background-clip: padding-box;
8679
color: #4e1c1c;
8680
}
8681
blockquote.blockquote-red p,
8682
blockquote.blockquote-danger p,
8683
blockquote.blockquote-red small,
8684
blockquote.blockquote-danger small {
8685
color: #b48585;
8686
}
8687
blockquote.blockquote-red p strong,
8688
blockquote.blockquote-danger p strong,
8689
blockquote.blockquote-red small strong,
8690
blockquote.blockquote-danger small strong {
8691
color: #4e1c1c;
8692
}
8693
.alert-default {
8694
background-color: #ebebeb;
8695
border-color: #ebebeb;
8696
color: #303641;
8697
}
8698
.alert-default hr {
8699
border-top-color: #dedede;
8700
}
8701
.alert-default .alert-link {
8702
color: #1a1e24;
8703
}
8704
.alert-minimal {
8705
background-color: #ebebeb;
8706
border-color: #ebebeb;
8707
color: #303641;
8708
background-color: #ffffff;
8709
}
8710
.alert-minimal hr {
8711
border-top-color: #dedede;
8712
}
8713
.alert-minimal .alert-link {
8714
color: #1a1e24;
8715
}
8716
.form-control {
8717
-webkit-box-shadow: none !important;
8718
-moz-box-shadow: none !important;
8719
box-shadow: none !important;
8720
outline: 0 !important;
8721
}
8722
.form-control.multi-select {
8723
visibility: hidden;
8724
}
8725
.form-group.has-warning .help-block,
8726
.form-group.has-warning .control-label,
8727
.form-group.has-warning .radio,
8728
.form-group.has-warning .checkbox,
8729
.form-group.has-warning .radio-inline,
8730
.form-group.has-warning .checkbox-inline,
8731
.form-group.has-warning.radio label,
8732
.form-group.has-warning.checkbox label,
8733
.form-group.has-warning.radio-inline label,
8734
.form-group.has-warning.checkbox-inline label {
8735
color: #ffd40b;
8736
}
8737
.form-group.has-warning .form-control {
8738
border-color: #ffd78a;
8739
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8740
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8741
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8742
}
8743
.form-group.has-warning .form-control:focus {
8744
border-color: #ffc658;
8745
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;
8746
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;
8747
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;
8748
}
8749
.form-group.has-warning .input-group-addon {
8750
color: #ffd40b;
8751
border-color: #ffd78a;
8752
background-color: #ffefa4;
8753
}
8754
.form-group.has-warning .form-control-feedback {
8755
color: #ffd40b;
8756
}
8757
.form-group.has-error .help-block,
8758
.form-group.has-error .control-label,
8759
.form-group.has-error .radio,
8760
.form-group.has-error .checkbox,
8761
.form-group.has-error .radio-inline,
8762
.form-group.has-error .checkbox-inline,
8763
.form-group.has-error.radio label,
8764
.form-group.has-error.checkbox label,
8765
.form-group.has-error.radio-inline label,
8766
.form-group.has-error.checkbox-inline label {
8767
color: #ff3030;
8768
}
8769
.form-group.has-error .form-control {
8770
border-color: #ffafbd;
8771
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8772
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8773
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8774
}
8775
.form-group.has-error .form-control:focus {
8776
border-color: #ff7c92;
8777
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
8778
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
8779
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
8780
}
8781
.form-group.has-error .input-group-addon {
8782
color: #ff3030;
8783
border-color: #ffafbd;
8784
background-color: #ffc9c9;
8785
}
8786
.form-group.has-error .form-control-feedback {
8787
color: #ff3030;
8788
}
8789
.form-group.has-success .help-block,
8790
.form-group.has-success .control-label,
8791
.form-group.has-success .radio,
8792
.form-group.has-success .checkbox,
8793
.form-group.has-success .radio-inline,
8794
.form-group.has-success .checkbox-inline,
8795
.form-group.has-success.radio label,
8796
.form-group.has-success.checkbox label,
8797
.form-group.has-success.radio-inline label,
8798
.form-group.has-success.checkbox-inline label {
8799
color: #46cd43;
8800
}
8801
.form-group.has-success .form-control {
8802
border-color: #b4e8a8;
8803
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8804
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8805
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
8806
}
8807
.form-group.has-success .form-control:focus {
8808
border-color: #91dd80;
8809
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;
8810
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;
8811
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;
8812
}
8813
.form-group.has-success .input-group-addon {
8814
color: #46cd43;
8815
border-color: #b4e8a8;
8816
background-color: #bdedbc;
8817
}
8818
.form-group.has-success .form-control-feedback {
8819
color: #46cd43;
8820
}
8821
.input-group > span.twitter-typeahead {
8822
display: block !important;
8823
}
8824
.input-group > span.twitter-typeahead:before,
8825
.input-group > span.twitter-typeahead:after {
8826
content: " ";
8827
display: table;
8828
}
8829
.input-group > span.twitter-typeahead:after {
8830
clear: both;
8831
}
8832
.dataTables_wrapper {
8833
background-color: #333;
8834
border: 1px solid #ebebeb;
8835
-webkit-border-radius: 3px;
8836
-webkit-background-clip: padding-box;
8837
-moz-border-radius: 3px;
8838
-moz-background-clip: padding;
8839
border-radius: 3px;
8840
background-clip: padding-box;
8841
}
8842
.dataTables_wrapper > div {
8843
padding: 10px;
8844
}
8845
.dataTables_wrapper > div label {
8846
margin-bottom: 0;
8847
font-weight: normal;
8848
color: #949494;
8849
}
8850
.dataTables_wrapper > div.dataTables_length,
8851
.dataTables_wrapper > div.dataTables_filter,
8852
.dataTables_wrapper > div.dataTables_info,
8853
.dataTables_wrapper > div.dataTables_processing,
8854
.dataTables_wrapper > div.dataTables_paginate {
8855
color: #949494;
8856
}
8857
.dataTables_wrapper > div input[type="text"],
8858
.dataTables_wrapper > div input[type="search"],
8859
.dataTables_wrapper > div input[type="numbeer"] {
8860
background: #fff;
8861
border: 1px solid #ebebeb;
8862
padding: 6px 10px;
8863
outline: 0;
8864
}
8865
.dataTables_wrapper > div.dataTables_filter {
8866
padding-top: 15px;
8867
}
8868
.dataTables_wrapper > div .select2-container {
8869
display: inline-block;
8870
min-width: 85px;
8871
margin: 0 10px;
8872
}
8873
@media screen and (max-width: 768px) {
8874
.dataTables_wrapper > div .select2-container .select2-choice {
8875
padding-left: 0;
8876
padding-right: 15px;
8877
}
8878
}
8879
.dataTables_wrapper > table.dataTable {
8880
border-left: 0;
8881
border-right: 0;
8882
}
8883
.dataTables_wrapper > table.dataTable.no-footer {
8884
border-bottom: 1px solid #ebebeb;
8885
}
8886
.dataTables_wrapper > table.dataTable .sorting_disabled {
8887
padding-left: 10px;
8888
}
8889
.dataTables_wrapper > table.dataTable thead td,
8890
.dataTables_wrapper > table.dataTable tbody td,
8891
.dataTables_wrapper > table.dataTable tfoot td,
8892
.dataTables_wrapper > table.dataTable thead th,
8893
.dataTables_wrapper > table.dataTable tbody th,
8894
.dataTables_wrapper > table.dataTable tfoot th {
8895
border-right: 0;
8896
border-bottom: 0;
8897
}
8898
.dataTables_wrapper > table.dataTable thead > tr > td:first-child,
8899
.dataTables_wrapper > table.dataTable tbody > tr > td:first-child,
8900
.dataTables_wrapper > table.dataTable tfoot > tr > td:first-child,
8901
.dataTables_wrapper > table.dataTable thead > tr > th:first-child,
8902
.dataTables_wrapper > table.dataTable tbody > tr > th:first-child,
8903
.dataTables_wrapper > table.dataTable tfoot > tr > th:first-child {
8904
border-left: 0;
8905
}
8906
.dataTables_wrapper > table.dataTable tfoot th,
8907
.dataTables_wrapper > table.dataTable tfoot td {
8908
border-top-color: #ebebeb;
8909
}
8910
.dataTables_wrapper .dataTables_paginate {
8911
border: 1px solid #ebebeb;
8912
padding: 0 !important;
8913
margin: 10px;
8914
}
8915
.dataTables_wrapper .dataTables_paginate .paginate_button {
8916
padding: 0;
8917
background-color: #fff;
8918
border: 0 !important;
8919
margin: 0 !important;
8920
color: #949494 !important;
8921
outline: 0;
8922
-webkit-border-radius: 0 !important;
8923
-webkit-background-clip: padding-box !important;
8924
-moz-border-radius: 0 !important;
8925
-moz-background-clip: padding !important;
8926
border-radius: 0 !important;
8927
background-clip: padding-box !important;
8928
}
8929
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
8930
border-right: 1px solid #ebebeb !important;
8931
}
8932
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
8933
-webkit-box-shadow: none !important;
8934
-moz-box-shadow: none !important;
8935
box-shadow: none !important;
8936
}
8937
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
8938
background: #fafafa !important;
8939
}
8940
.page-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
8941
color: #373e4a !important;
8942
}
8943
.dataTables_wrapper .dataTables_paginate span {
8944
padding: 0;
8945
margin: 0;
8946
}
8947
.dataTables_wrapper .dataTables_paginate span .ellipsis + .paginate_button {
8948
border-left: 1px solid #ebebeb !important;
8949
}
8950
.dataTables_wrapper .dataTables_paginate span .paginate_button {
8951
margin: 0;
8952
background: #fff !important;
8953
border-right: 1px solid #ebebeb !important;
8954
}
8955
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
8956
background: #262b34 !important;
8957
color: #fff !important;
8958
}
8959
.page-body .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
8960
color: #fff !important;
8961
}
8962
.dataTables_wrapper .dataTables_info {
8963
padding-top: 18px !important;
8964
}
8965
.dataTables_wrapper .dt-buttons .dt-button {
8966
background: #fff;
8967
border: 1px solid #ebebeb;
8968
margin: 0;
8969
font-size: 12px;
8970
-webkit-border-radius: 0px;
8971
-webkit-background-clip: padding-box;
8972
-moz-border-radius: 0px;
8973
-moz-background-clip: padding;
8974
border-radius: 0px;
8975
background-clip: padding-box;
8976
}
8977
.dataTables_wrapper .dt-buttons .dt-button:hover {
8978
background: #fafafa;
8979
border-color: #ebebeb;
8980
}
8981
.dataTables_wrapper .dt-buttons .dt-button + .dt-button {
8982
border-left: 0;
8983
}
8984
.dataTables_wrapper .dt-buttons > .dt-button:first-child {
8985
-webkit-border-radius: 3px 0 0 3px;
8986
-webkit-background-clip: padding-box;
8987
-moz-border-radius: 3px 0 0 3px;
8988
-moz-background-clip: padding;
8989
border-radius: 3px 0 0 3px;
8990
background-clip: padding-box;
8991
}
8992
.dataTables_wrapper .dt-buttons > .dt-button:last-child {
8993
-webkit-border-radius: 0 3px 3px 0;
8994
-webkit-background-clip: padding-box;
8995
-moz-border-radius: 0 3px 3px 0;
8996
-moz-background-clip: padding;
8997
border-radius: 0 3px 3px 0;
8998
background-clip: padding-box;
8999
}
9000
/*!
9001
* DataTables + Font Awesome integration
9002
* License: MIT - http://datatables.net/license
9003
*/
9004
table.dataTable thead th {
9005
position: relative;
9006
background-image: none !important;
9007
/* Remove the DataTables bootstrap integration styling */
9008
}
9009
table.dataTable thead th.sorting:after,
9010
table.dataTable thead th.sorting_asc:after,
9011
table.dataTable thead th.sorting_desc:after {
9012
position: absolute;
9013
top: 50% !important;
9014
right: 8px;
9015
display: block;
9016
font-family: Entypo;
9017
-webkit-transform: translateY(-50%);
9018
-moz-transform: translateY(-50%);
9019
-ms-transform: translateY(-50%);
9020
-o-transform: translateY(-50%);
9021
transform: translateY(-50%);
9022
}
9023
table.dataTable thead th.sorting:after {
9024
content: "\e834";
9025
color: #ddd;
9026
font-size: 0.8em;
9027
padding-top: 0.12em;
9028
-webkit-transform: translateY(-50%) rotate(90deg);
9029
-moz-transform: translateY(-50%) rotate(90deg);
9030
-ms-transform: translateY(-50%) rotate(90deg);
9031
-o-transform: translateY(-50%) rotate(90deg);
9032
transform: translateY(-50%) rotate(90deg);
9033
}
9034
table.dataTable thead th.sorting_asc:after {
9035
content: "\e876";
9036
-webkit-transform: translateY(-50%) rotate(0deg);
9037
-moz-transform: translateY(-50%) rotate(0deg);
9038
-ms-transform: translateY(-50%) rotate(0deg);
9039
-o-transform: translateY(-50%) rotate(0deg);
9040
transform: translateY(-50%) rotate(0deg);
9041
}
9042
table.dataTable thead th.sorting_desc:after {
9043
content: "\e873";
9044
-webkit-transform: translateY(-50%) rotate(0deg);
9045
-moz-transform: translateY(-50%) rotate(0deg);
9046
-ms-transform: translateY(-50%) rotate(0deg);
9047
-o-transform: translateY(-50%) rotate(0deg);
9048
transform: translateY(-50%) rotate(0deg);
9049
}
9050
div.dataTables_scrollBody table.dataTable thead th.sorting:after,
9051
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
9052
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
9053
content: "";
9054
}
9055
/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
9056
table.table thead th.sorting:after,
9057
table.table thead th.sorting_asc:after,
9058
table.table thead th.sorting_desc:after {
9059
top: 8px;
9060
}
9061
/*
9062
* DataTables style pagination controls
9063
*/
9064
div.dataTables_paginate a.paginate_button.first,
9065
div.dataTables_paginate a.paginate_button.previous {
9066
position: relative;
9067
padding-left: 24px;
9068
}
9069
div.dataTables_paginate a.paginate_button.next,
9070
div.dataTables_paginate a.paginate_button.last {
9071
position: relative;
9072
padding-right: 24px;
9073
}
9074
div.dataTables_paginate a.first:before,
9075
div.dataTables_paginate a.previous:before {
9076
position: absolute;
9077
top: 50%;
9078
left: 10px;
9079
display: block;
9080
-webkit-transform: translateY(-50%);
9081
-moz-transform: translateY(-50%);
9082
-ms-transform: translateY(-50%);
9083
-o-transform: translateY(-50%);
9084
transform: translateY(-50%);
9085
font-family: Entypo;
9086
}
9087
div.dataTables_paginate a.next:after,
9088
div.dataTables_paginate a.last:after {
9089
position: absolute;
9090
top: 50%;
9091
right: 10px;
9092
display: block;
9093
-webkit-transform: translateY(-50%);
9094
-moz-transform: translateY(-50%);
9095
-ms-transform: translateY(-50%);
9096
-o-transform: translateY(-50%);
9097
transform: translateY(-50%);
9098
font-family: Entypo;
9099
}
9100
div.dataTables_paginate a.first:before {
9101
content: "\e880";
9102
}
9103
div.dataTables_paginate a.previous:before {
9104
content: "\e874";
9105
}
9106
div.e875 a.next:after,
9107
div.dataTables_paginate a.next:after {
9108
content: "\e875";
9109
}
9110
div.dataTables_paginate a.last:after {
9111
content: "\e881";
9112
}
9113
/*
9114
* Bootstrap and foundation style pagination controls
9115
*/
9116
div.dataTables_paginate li.first > a,
9117
div.dataTables_paginate li.previous > a {
9118
position: relative;
9119
padding-left: 24px;
9120
}
9121
div.dataTables_paginate li.next > a,
9122
div.dataTables_paginate li.last > a {
9123
position: relative;
9124
padding-right: 24px;
9125
}
9126
div.dataTables_paginate li.first a:before,
9127
div.dataTables_paginate li.previous a:before {
9128
position: absolute;
9129
top: 6px;
9130
left: 10px;
9131
display: block;
9132
font-family: Entypo;
9133
}
9134
div.dataTables_paginate li.next a:after,
9135
div.dataTables_paginate li.last a:after {
9136
position: absolute;
9137
top: 6px;
9138
right: 10px;
9139
display: block;
9140
font-family: Entypo;
9141
}
9142
div.dataTables_paginate li.first a:before {
9143
content: "\f100";
9144
}
9145
div.dataTables_paginate li.previous a:before {
9146
content: "\e874";
9147
}
9148
div.dataTables_paginate li.next a:after {
9149
content: "\e875";
9150
}
9151
div.dataTables_paginate li.last a:after {
9152
content: "\e881";
9153
}
9154
/* In Foundation we don't want the padding like in bootstrap */
9155
div.columns div.dataTables_paginate li.first a:before,
9156
div.columns div.dataTables_paginate li.previous a:before,
9157
div.columns div.dataTables_paginate li.next a:after,
9158
div.columns div.dataTables_paginate li.last a:after {
9159
top: 0;
9160
}
9161
/*
9162
.dataTables_wrapper-old {
9163
.clearfix;
9164
9165
table {
9166
margin-bottom: 0;
9167
9168
thead {
9169
9170
tr {
9171
9172
th {
9173
font-weight: bold;
9174
outline: none;
9175
cursor: default;
9176
.transall;
9177
9178
&.sorting_asc:before,
9179
&.sorting_desc:before {
9180
display: block;
9181
float: right;
9182
color: @main_color;
9183
font-family: @font_entypo;
9184
content: '\e876';
9185
}
9186
9187
&.sorting_desc:before {
9188
content: '\e873';
9189
}
9190
9191
&:active {
9192
outline: none;
9193
}
9194
9195
&.sorting_asc, &.sorting_desc {
9196
color: @main_color;
9197
}
9198
}
9199
}
9200
}
9201
9202
tfoot {
9203
9204
tr {
9205
9206
th {
9207
font-weight: bold;
9208
}
9209
}
9210
}
9211
9212
+ .row {
9213
margin-bottom: 20px;
9214
}
9215
}
9216
9217
> table:first-child {
9218
.border-radius(@border_radius @border_radius 0 0);
9219
}
9220
9221
a {
9222
cursor: pointer;
9223
outline: none;
9224
}
9225
9226
.col-left {
9227
padding-right: 0;
9228
}
9229
9230
.col-right {
9231
padding-left: 0;
9232
}
9233
9234
// Table Header
9235
.dataTables_length, .dataTables_filter {
9236
background: #fff;
9237
border: 1px solid @default;
9238
border-bottom: 0;
9239
padding: @base_margin/2 @padding-base-horizontal;
9240
height: 58px;
9241
.clearfix;
9242
9243
}
9244
9245
.dataTables_length {
9246
border-right: 0;
9247
.border-radius(@border_radius 0 0 0);
9248
9249
> label {
9250
white-space: nowrap;
9251
margin-top: -7px;
9252
9253
.select2-container {
9254
display: inline-block;
9255
width: auto !important;
9256
min-width: 87px;
9257
}
9258
}
9259
}
9260
9261
.dataTables_filter {
9262
border-left: 0;
9263
padding-top: @base_padding + 3;
9264
.border-radius(0 @border_radius 0 0);
9265
9266
> label {
9267
float: right;
9268
display: block;
9269
white-space: nowrap;
9270
9271
input {
9272
.form-control;
9273
display: inline-block;
9274
width: 150px;
9275
margin-left: @base_padding/2;
9276
}
9277
}
9278
}
9279
9280
.select2-container {
9281
display: inline-block !important;
9282
margin-left: @base_padding/2;
9283
margin-right: @base_padding/2;
9284
@h: 25px;
9285
9286
.select2-choice {
9287
height: @h;
9288
line-height: @h - 1;
9289
9290
.select2-chosen {
9291
padding-right: @base_margin/2;
9292
}
9293
9294
.select2-arrow {
9295
width: 25px;
9296
}
9297
}
9298
}
9299
9300
9301
// Table Footer
9302
.dataTables_info, .dataTables_paginate {
9303
padding: @base_padding @padding-base-horizontal;
9304
border: 1px solid @default;
9305
border-top: 0;
9306
background: darken(#fff, 2%);
9307
height: 47px;
9308
.clearfix;
9309
9310
&.dataTables_info {
9311
border-right: 0;
9312
.border-radius(0 0 0 @border_radius);
9313
line-height: 30px;
9314
}
9315
9316
&.dataTables_paginate {
9317
border-left: 0;
9318
.border-radius(0 0 @border_radius 0);
9319
text-align: right;
9320
9321
.pagination {
9322
margin: 0;
9323
}
9324
}
9325
}
9326
9327
9328
// Table Tools
9329
9330
.export-data {
9331
position: absolute;
9332
right: 250px;
9333
top: 13px;
9334
}
9335
}
9336
9337
9338
9339
.page-body .datatable.table {
9340
9341
tbody {
9342
9343
td, th {
9344
vertical-align: middle;
9345
}
9346
}
9347
}
9348
9349
9350
table {
9351
9352
.replace-inputs {
9353
9354
input {
9355
.form-control;
9356
}
9357
}
9358
}
9359
9360
9361
9362
// v1.5.2
9363
.dataTables_wrapper {
9364
9365
.dataTable {
9366
width: 100% !important;
9367
}
9368
}*/
9369
/* Table Tools */
9370
.chat-visible #chat {
9371
display: table-cell;
9372
vertical-align: top;
9373
}
9374
.horizontal-menu #chat {
9375
top: 61px;
9376
border-top: 1px solid #454a54;
9377
}
9378
.horizontal-menu.chat-visible .main-content > .container {
9379
width: 100% !important;
9380
}
9381
.chat-notifications-badge {
9382
margin-left: 5px;
9383
}
9384
.chat-notifications-badge.is-hidden {
9385
display: none;
9386
}
9387
#chat {
9388
position: absolute;
9389
position: relative;
9390
right: 0;
9391
top: 0;
9392
bottom: 0;
9393
width: 280px;
9394
background: #303641;
9395
z-index: 5;
9396
display: none;
9397
}
9398
#chat.fixed {
9399
min-height: 0 !important;
9400
}
9401
#chat .chat-inner {
9402
overflow: auto;
9403
height: 100%;
9404
}
9405
#chat .chat-header {
9406
font-size: 16px;
9407
color: #7f8186;
9408
padding: 30px 35px;
9409
line-height: 1;
9410
margin: 0;
9411
border-bottom: 1px solid #343a45;
9412
position: relative;
9413
}
9414
#chat .chat-header .badge {
9415
position: relative;
9416
top: -1px;
9417
margin-left: 5px;
9418
-webkit-transform: scale(1);
9419
-moz-transform: scale(1);
9420
-ms-transform: scale(1);
9421
-o-transform: scale(1);
9422
transform: scale(1);
9423
zoom: 1;
9424
filter: alpha(opacity=100);
9425
-webkit-opacity: 1;
9426
-moz-opacity: 1;
9427
opacity: 1;
9428
-webkit-transition: all 300ms ease-in-out;
9429
-moz-transition: all 300ms ease-in-out;
9430
-o-transition: all 300ms ease-in-out;
9431
transition: all 300ms ease-in-out;
9432
}
9433
#chat .chat-header .badge.is-hidden {
9434
zoom: 1;
9435
filter: alpha(opacity=0);
9436
-webkit-opacity: 0;
9437
-moz-opacity: 0;
9438
opacity: 0;
9439
-webkit-transform: scale(0);
9440
-moz-transform: scale(0);
9441
-ms-transform: scale(0);
9442
-o-transform: scale(0);
9443
transform: scale(0);
9444
}
9445
#chat .chat-header .chat-close {
9446
position: absolute;
9447
right: 0px;
9448
top: 0px;
9449
font-size: 15px;
9450
top: 50%;
9451
right: 25px;
9452
margin-top: -7px;
9453
color: #bec0c2;
9454
zoom: 1;
9455
filter: alpha(opacity=50);
9456
-webkit-opacity: 0.5;
9457
-moz-opacity: 0.5;
9458
opacity: 0.5;
9459
}
9460
.transall #chat .chat-header .chat-close:hover {
9461
zoom: 1;
9462
filter: alpha(opacity=100);
9463
-webkit-opacity: 1;
9464
-moz-opacity: 1;
9465
opacity: 1;
9466
}
9467
#chat .chat-group {
9468
margin-top: 30px;
9469
}
9470
#chat .chat-group > strong,
9471
#chat .chat-group > a {
9472
display: block;
9473
padding: 6px 35px;
9474
}
9475
#chat .chat-group > strong {
9476
text-transform: uppercase;
9477
color: #7f8186;
9478
}
9479
#chat .chat-group > a {
9480
position: relative;
9481
color: #bec0c2;
9482
-webkit-transition: background 250ms ease-in-out;
9483
-moz-transition: background 250ms ease-in-out;
9484
-o-transition: background 250ms ease-in-out;
9485
transition: background 250ms ease-in-out;
9486
}
9487
#chat .chat-group > a:hover,
9488
#chat .chat-group > a.active {
9489
background-color: #343a45;
9490
}
9491
#chat .chat-group > a:before {
9492
content: '';
9493
display: block;
9494
position: absolute;
9495
width: 0px;
9496
height: 0px;
9497
border-style: solid;
9498
border-width: 4px 0 4px 4px;
9499
border-color: transparent transparent transparent #2b303a;
9500
left: 0;
9501
top: 50%;
9502
margin-top: -4px;
9503
zoom: 1;
9504
filter: alpha(opacity=0);
9505
-webkit-opacity: 0;
9506
-moz-opacity: 0;
9507
opacity: 0;
9508
-webkit-transition: all 300ms ease-in-out;
9509
-moz-transition: all 300ms ease-in-out;
9510
-o-transition: all 300ms ease-in-out;
9511
transition: all 300ms ease-in-out;
9512
}
9513
#chat .chat-group > a.active:before {
9514
zoom: 1;
9515
filter: alpha(opacity=100);
9516
-webkit-opacity: 1;
9517
-moz-opacity: 1;
9518
opacity: 1;
9519
}
9520
#chat .chat-group > a .badge {
9521
font-size: 9px;
9522
margin-left: 5px;
9523
-webkit-transform: scale(1);
9524
-moz-transform: scale(1);
9525
-ms-transform: scale(1);
9526
-o-transform: scale(1);
9527
transform: scale(1);
9528
zoom: 1;
9529
filter: alpha(opacity=100);
9530
-webkit-opacity: 1;
9531
-moz-opacity: 1;
9532
opacity: 1;
9533
-webkit-transition: all 300ms ease-in-out;
9534
-moz-transition: all 300ms ease-in-out;
9535
-o-transition: all 300ms ease-in-out;
9536
transition: all 300ms ease-in-out;
9537
}
9538
#chat .chat-group > a .badge.is-hidden {
9539
zoom: 1;
9540
filter: alpha(opacity=0);
9541
-webkit-opacity: 0;
9542
-moz-opacity: 0;
9543
opacity: 0;
9544
-webkit-transform: scale(0);
9545
-moz-transform: scale(0);
9546
-ms-transform: scale(0);
9547
-o-transform: scale(0);
9548
transform: scale(0);
9549
}
9550
#chat .chat-group > a em {
9551
font-style: normal;
9552
}
9553
#chat .user-status {
9554
display: inline-block;
9555
background: #575d67;
9556
margin-right: 5px;
9557
width: 8px;
9558
height: 8px;
9559
-webkit-border-radius: 8px;
9560
-webkit-background-clip: padding-box;
9561
-moz-border-radius: 8px;
9562
-moz-background-clip: padding;
9563
border-radius: 8px;
9564
background-clip: padding-box;
9565
-webkit-transition: all 300ms ease-in-out;
9566
-moz-transition: all 300ms ease-in-out;
9567
-o-transition: all 300ms ease-in-out;
9568
transition: all 300ms ease-in-out;
9569
}
9570
#chat .user-status.is-online {
9571
background-color: #06b53c;
9572
}
9573
#chat .user-status.is-offline {
9574
background-color: #575d67;
9575
}
9576
#chat .user-status.is-idle {
9577
background-color: #f7d227;
9578
}
9579
#chat .user-status.is-busy {
9580
background-color: #ee4749;
9581
}
9582
#chat .chat-conversation {
9583
position: absolute;
9584
right: 280px;
9585
width: 340px;
9586
background: #2b303a;
9587
-webkit-border-radius: 3px 0 0 3px;
9588
-webkit-background-clip: padding-box;
9589
-moz-border-radius: 3px 0 0 3px;
9590
-moz-background-clip: padding;
9591
border-radius: 3px 0 0 3px;
9592
background-clip: padding-box;
9593
display: none;
9594
opacity: 0;
9595
}
9596
#chat .chat-conversation .conversation-header {
9597
padding: 20px 24px;
9598
font-size: 14px;
9599
color: #fff;
9600
border-bottom: 1px solid #343a45;
9601
}
9602
#chat .chat-conversation .conversation-header small {
9603
color: rgba(190, 192, 194, 0.6);
9604
font-size: 12px;
9605
padding-left: 8px;
9606
}
9607
#chat .chat-conversation .conversation-header .conversation-close {
9608
float: right;
9609
color: #7f8186;
9610
zoom: 1;
9611
filter: alpha(opacity=100);
9612
-webkit-opacity: 1;
9613
-moz-opacity: 1;
9614
opacity: 1;
9615
position: relative;
9616
top: 3px;
9617
}
9618
#chat .chat-conversation .conversation-body {
9619
list-style: none;
9620
margin: 0;
9621
padding: 0;
9622
overflow: auto;
9623
height: 250px;
9624
}
9625
#chat .chat-conversation .conversation-body::-webkit-scrollbar {
9626
width: 5px;
9627
}
9628
#chat .chat-conversation .conversation-body::-webkit-scrollbar-track {
9629
width: 5px;
9630
background-color: #2b303a;
9631
}
9632
#chat .chat-conversation .conversation-body::-webkit-scrollbar-thumb {
9633
background-color: rgba(52, 58, 69, 0.8);
9634
}
9635
#chat .chat-conversation .conversation-body > li {
9636
padding: 20px 24px;
9637
padding-top: 15px;
9638
padding-bottom: 15px;
9639
}
9640
#chat .chat-conversation .conversation-body > li:before,
9641
#chat .chat-conversation .conversation-body > li:after {
9642
content: " ";
9643
display: table;
9644
}
9645
#chat .chat-conversation .conversation-body > li:after {
9646
clear: both;
9647
}
9648
#chat .chat-conversation .conversation-body > li.odd,
9649
#chat .chat-conversation .conversation-body > li.even,
9650
#chat .chat-conversation .conversation-body > li.opponent {
9651
background: #343a45;
9652
}
9653
#chat .chat-conversation .conversation-body > li.unread {
9654
background: #3d4451;
9655
}
9656
#chat .chat-conversation .conversation-body > li .user {
9657
font-weight: bold;
9658
color: #fff;
9659
}
9660
#chat .chat-conversation .conversation-body > li .time {
9661
float: right;
9662
font-style: italic;
9663
color: rgba(190, 192, 194, 0.8);
9664
font-size: 11px;
9665
}
9666
#chat .chat-conversation .chat-textarea {
9667
padding: 20px 24px;
9668
position: relative;
9669
}
9670
#chat .chat-conversation .chat-textarea:after {
9671
content: '\e83c';
9672
font-family: "Entypo";
9673
color: #bec0c2;
9674
right: 35px;
9675
top: 25px;
9676
font-size: 15px;
9677
position: absolute;
9678
}
9679
#chat .chat-conversation .chat-textarea textarea {
9680
background: #343a45;
9681
border: 1px solid #343a45;
9682
color: #fff;
9683
max-height: 100px !important;
9684
padding-right: 35px;
9685
height: 32px;
9686
}
9687
#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
9688
color: rgba(190, 192, 194, 0.85);
9689
opacity: 1;
9690
}
9691
#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
9692
color: rgba(190, 192, 194, 0.85);
9693
}
9694
#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
9695
color: rgba(190, 192, 194, 0.85);
9696
}
9697
#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
9698
color: rgba(190, 192, 194, 0.85);
9699
}
9700
#chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
9701
color: rgba(190, 192, 194, 0.85);
9702
}
9703
#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
9704
color: rgba(190, 192, 194, 0.85);
9705
}
9706
#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
9707
color: rgba(190, 192, 194, 0.85);
9708
}
9709
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar {
9710
width: 5px;
9711
}
9712
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-track {
9713
width: 5px;
9714
background-color: #343a45;
9715
}
9716
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-thumb {
9717
background-color: #4a5262;
9718
}
9719
.chat-history {
9720
display: none;
9721
}
9722
/* Relatively-Small screen */
9723
@media (max-width: 767px) {
9724
.chat-visible #chat,
9725
.chat-visible #chat.fixed {
9726
display: none;
9727
}
9728
.chat-visible.toggle-click #chat,
9729
.chat-visible.toggle-click #chat.fixed {
9730
display: block;
9731
}
9732
#chat,
9733
#chat.fixed {
9734
position: fixed;
9735
width: auto;
9736
top: 0;
9737
left: 0;
9738
right: 0;
9739
bottom: 0;
9740
margin: 10px;
9741
-webkit-border-radius: 3px;
9742
-webkit-background-clip: padding-box;
9743
-moz-border-radius: 3px;
9744
-moz-background-clip: padding;
9745
border-radius: 3px;
9746
background-clip: padding-box;
9747
}
9748
#chat .chat-conversation,
9749
#chat.fixed .chat-conversation {
9750
position: fixed;
9751
width: auto;
9752
left: 0;
9753
right: 0;
9754
top: 0 !important;
9755
bottom: 0;
9756
margin: 10px;
9757
overflow: auto;
9758
-webkit-border-radius: 3px;
9759
-webkit-background-clip: padding-box;
9760
-moz-border-radius: 3px;
9761
-moz-background-clip: padding;
9762
border-radius: 3px;
9763
background-clip: padding-box;
9764
}
9765
#chat .chat-conversation .conversation-body,
9766
#chat.fixed .chat-conversation .conversation-body {
9767
height: auto;
9768
max-height: 450px;
9769
}
9770
#chat .chat-conversation::-webkit-scrollbar,
9771
#chat.fixed .chat-conversation::-webkit-scrollbar {
9772
width: 5px;
9773
}
9774
#chat .chat-conversation::-webkit-scrollbar-track,
9775
#chat.fixed .chat-conversation::-webkit-scrollbar-track {
9776
width: 5px;
9777
background-color: #343a45;
9778
}
9779
#chat .chat-conversation::-webkit-scrollbar-thumb,
9780
#chat.fixed .chat-conversation::-webkit-scrollbar-thumb {
9781
background-color: #4a5262;
9782
}
9783
}
9784
.tile-stats {
9785
position: relative;
9786
display: block;
9787
background: #303641;
9788
padding: 20px;
9789
margin-bottom: 10px;
9790
overflow: hidden;
9791
-webkit-border-radius: 5px;
9792
-webkit-background-clip: padding-box;
9793
-moz-border-radius: 5px;
9794
-moz-background-clip: padding;
9795
border-radius: 5px;
9796
background-clip: padding-box;
9797
-webkit-transition: all 300ms ease-in-out;
9798
-moz-transition: all 300ms ease-in-out;
9799
-o-transition: all 300ms ease-in-out;
9800
transition: all 300ms ease-in-out;
9801
}
9802
.tile-stats:hover {
9803
background: #252a32;
9804
}
9805
.tile-stats .icon {
9806
color: rgba(0, 0, 0, 0.1);
9807
position: absolute;
9808
right: 5px;
9809
bottom: 5px;
9810
z-index: 1;
9811
}
9812
.tile-stats .icon i {
9813
font-size: 100px;
9814
line-height: 0;
9815
margin: 0;
9816
padding: 0;
9817
vertical-align: bottom;
9818
}
9819
.tile-stats .icon i:before {
9820
margin: 0;
9821
padding: 0;
9822
line-height: 0;
9823
}
9824
.tile-stats .num,
9825
.tile-stats h3,
9826
.tile-stats p {
9827
position: relative;
9828
color: #fff;
9829
z-index: 5;
9830
margin: 0;
9831
padding: 0;
9832
}
9833
.tile-stats .num {
9834
font-size: 18px;
9835
font-weight: bold;
9836
}
9837
.tile-stats h3 {
9838
font-size: 18px;
9839
margin-top: 5px;
9840
}
9841
.tile-stats p {
9842
font-size: 11px;
9843
margin-top: 5px;
9844
}
9845
.tile-stats.tile-red {
9846
background: #f56954;
9847
}
9848
.tile-stats.tile-red:hover {
9849
background: #f4543c;
9850
}
9851
.tile-stats.tile-red .icon {
9852
color: rgba(0, 0, 0, 0.1);
9853
}
9854
.tile-stats.tile-red .num,
9855
.tile-stats.tile-red h3,
9856
.tile-stats.tile-red p {
9857
color: #fff;
9858
}
9859
.tile-stats.tile-green {
9860
background: #00a65a;
9861
}
9862
.tile-stats.tile-green:hover {
9863
background: #008d4c;
9864
}
9865
.tile-stats.tile-green .icon {
9866
color: rgba(0, 0, 0, 0.1);
9867
}
9868
.tile-stats.tile-green .num,
9869
.tile-stats.tile-green h3,
9870
.tile-stats.tile-green p {
9871
color: #fff;
9872
}
9873
.tile-stats.tile-blue {
9874
background: #0073b7;
9875
}
9876
.tile-stats.tile-blue:hover {
9877
background: #00639e;
9878
}
9879
.tile-stats.tile-blue .icon {
9880
color: rgba(0, 0, 0, 0.1);
9881
}
9882
.tile-stats.tile-blue .num,
9883
.tile-stats.tile-blue h3,
9884
.tile-stats.tile-blue p {
9885
color: #fff;
9886
}
9887
.tile-stats.tile-aqua {
9888
background: #00c0ef;
9889
}
9890
.tile-stats.tile-aqua:hover {
9891
background: #00acd6;
9892
}
9893
.tile-stats.tile-aqua .icon {
9894
color: rgba(0, 0, 0, 0.1);
9895
}
9896
.tile-stats.tile-aqua .num,
9897
.tile-stats.tile-aqua h3,
9898
.tile-stats.tile-aqua p {
9899
color: #fff;
9900
}
9901
.tile-stats.tile-cyan {
9902
background: #00b29e;
9903
}
9904
.tile-stats.tile-cyan:hover {
9905
background: #009987;
9906
}
9907
.tile-stats.tile-cyan .icon {
9908
color: rgba(0, 0, 0, 0.1);
9909
}
9910
.tile-stats.tile-cyan .num,
9911
.tile-stats.tile-cyan h3,
9912
.tile-stats.tile-cyan p {
9913
color: #fff;
9914
}
9915
.tile-stats.tile-purple {
9916
background: #ba79cb;
9917
}
9918
.tile-stats.tile-purple:hover {
9919
background: #b167c4;
9920
}
9921
.tile-stats.tile-purple .icon {
9922
color: rgba(0, 0, 0, 0.1);
9923
}
9924
.tile-stats.tile-purple .num,
9925
.tile-stats.tile-purple h3,
9926
.tile-stats.tile-purple p {
9927
color: #fff;
9928
}
9929
.tile-stats.tile-pink {
9930
background: #ec3b83;
9931
}
9932
.tile-stats.tile-pink:hover {
9933
background: #ea2474;
9934
}
9935
.tile-stats.tile-pink .icon {
9936
color: rgba(0, 0, 0, 0.1);
9937
}
9938
.tile-stats.tile-pink .num,
9939
.tile-stats.tile-pink h3,
9940
.tile-stats.tile-pink p {
9941
color: #fff;
9942
}
9943
.tile-stats.tile-orange {
9944
background: #ffa812;
9945
}
9946
.tile-stats.tile-orange:hover {
9947
background: #f89d00;
9948
}
9949
.tile-stats.tile-orange .icon {
9950
color: rgba(0, 0, 0, 0.1);
9951
}
9952
.tile-stats.tile-orange .num,
9953
.tile-stats.tile-orange h3,
9954
.tile-stats.tile-orange p {
9955
color: #fff;
9956
}
9957
.tile-stats.tile-brown {
9958
background: #6c541e;
9959
}
9960
.tile-stats.tile-brown:hover {
9961
background: #584418;
9962
}
9963
.tile-stats.tile-brown .icon {
9964
color: rgba(0, 0, 0, 0.1);
9965
}
9966
.tile-stats.tile-brown .num,
9967
.tile-stats.tile-brown h3,
9968
.tile-stats.tile-brown p {
9969
color: #fff;
9970
}
9971
.tile-stats.tile-plum {
9972
background: #701c1c;
9973
}
9974
.tile-stats.tile-plum:hover {
9975
background: #5c1717;
9976
}
9977
.tile-stats.tile-plum .icon {
9978
color: rgba(0, 0, 0, 0.1);
9979
}
9980
.tile-stats.tile-plum .num,
9981
.tile-stats.tile-plum h3,
9982
.tile-stats.tile-plum p {
9983
color: #fff;
9984
}
9985
.tile-stats.tile-gray {
9986
background: #f5f5f5;
9987
}
9988
.tile-stats.tile-gray:hover {
9989
background: #e8e8e8;
9990
}
9991
.tile-stats.tile-gray .icon {
9992
color: rgba(0, 0, 0, 0.1);
9993
}
9994
.tile-stats.tile-gray .num,
9995
.tile-stats.tile-gray h3,
9996
.tile-stats.tile-gray p {
9997
color: #8f8f8f;
9998
}
9999
.tile-stats.tile-white {
10000
background: #fff;
10001
border: 1px solid #ebebeb;
10002
}
10003
.tile-stats.tile-white:hover {
10004
background: #f2f2f2;
10005
}
10006
.tile-stats.tile-white .icon {
10007
color: #f2f2f2;
10008
}
10009
.tile-stats.tile-white .num,
10010
.tile-stats.tile-white h3,
10011
.tile-stats.tile-white p {
10012
color: #303641;
10013
}
10014
.tile-stats.tile-white:hover {
10015
background-color: #fafafa;
10016
}
10017
.tile-stats.tile-white-red {
10018
background: #fff;
10019
border: 1px solid #ebebeb;
10020
}
10021
.tile-stats.tile-white-red:hover {
10022
background: #f2f2f2;
10023
}
10024
.tile-stats.tile-white-red .icon {
10025
color: #f2f2f2;
10026
}
10027
.tile-stats.tile-white-red .num,
10028
.tile-stats.tile-white-red h3,
10029
.tile-stats.tile-white-red p {
10030
color: #f56954;
10031
}
10032
.tile-stats.tile-white-red:hover {
10033
background-color: #fafafa;
10034
}
10035
.tile-stats.tile-white-green {
10036
background: #fff;
10037
border: 1px solid #ebebeb;
10038
}
10039
.tile-stats.tile-white-green:hover {
10040
background: #f2f2f2;
10041
}
10042
.tile-stats.tile-white-green .icon {
10043
color: #f2f2f2;
10044
}
10045
.tile-stats.tile-white-green .num,
10046
.tile-stats.tile-white-green h3,
10047
.tile-stats.tile-white-green p {
10048
color: #00a65a;
10049
}
10050
.tile-stats.tile-white-green:hover {
10051
background-color: #fafafa;
10052
}
10053
.tile-stats.tile-white-blue {
10054
background: #fff;
10055
border: 1px solid #ebebeb;
10056
}
10057
.tile-stats.tile-white-blue:hover {
10058
background: #f2f2f2;
10059
}
10060
.tile-stats.tile-white-blue .icon {
10061
color: #f2f2f2;
10062
}
10063
.tile-stats.tile-white-blue .num,
10064
.tile-stats.tile-white-blue h3,
10065
.tile-stats.tile-white-blue p {
10066
color: #0073b7;
10067
}
10068
.tile-stats.tile-white-blue:hover {
10069
background-color: #fafafa;
10070
}
10071
.tile-stats.tile-white-aqua {
10072
background: #fff;
10073
border: 1px solid #ebebeb;
10074
}
10075
.tile-stats.tile-white-aqua:hover {
10076
background: #f2f2f2;
10077
}
10078
.tile-stats.tile-white-aqua .icon {
10079
color: #f2f2f2;
10080
}
10081
.tile-stats.tile-white-aqua .num,
10082
.tile-stats.tile-white-aqua h3,
10083
.tile-stats.tile-white-aqua p {
10084
color: #00c0ef;
10085
}
10086
.tile-stats.tile-white-aqua:hover {
10087
background-color: #fafafa;
10088
}
10089
.tile-stats.tile-white-cyan {
10090
background: #fff;
10091
border: 1px solid #ebebeb;
10092
}
10093
.tile-stats.tile-white-cyan:hover {
10094
background: #f2f2f2;
10095
}
10096
.tile-stats.tile-white-cyan .icon {
10097
color: #f2f2f2;
10098
}
10099
.tile-stats.tile-white-cyan .num,
10100
.tile-stats.tile-white-cyan h3,
10101
.tile-stats.tile-white-cyan p {
10102
color: #00b29e;
10103
}
10104
.tile-stats.tile-white-cyan:hover {
10105
background-color: #fafafa;
10106
}
10107
.tile-stats.tile-white-purple {
10108
background: #fff;
10109
border: 1px solid #ebebeb;
10110
}
10111
.tile-stats.tile-white-purple:hover {
10112
background: #f2f2f2;
10113
}
10114
.tile-stats.tile-white-purple .icon {
10115
color: #f2f2f2;
10116
}
10117
.tile-stats.tile-white-purple .num,
10118
.tile-stats.tile-white-purple h3,
10119
.tile-stats.tile-white-purple p {
10120
color: #ba79cb;
10121
}
10122
.tile-stats.tile-white-purple:hover {
10123
background-color: #fafafa;
10124
}
10125
.tile-stats.tile-white-pink {
10126
background: #fff;
10127
border: 1px solid #ebebeb;
10128
}
10129
.tile-stats.tile-white-pink:hover {
10130
background: #f2f2f2;
10131
}
10132
.tile-stats.tile-white-pink .icon {
10133
color: #f2f2f2;
10134
}
10135
.tile-stats.tile-white-pink .num,
10136
.tile-stats.tile-white-pink h3,
10137
.tile-stats.tile-white-pink p {
10138
color: #ec3b83;
10139
}
10140
.tile-stats.tile-white-pink:hover {
10141
background-color: #fafafa;
10142
}
10143
.tile-stats.tile-white-orange {
10144
background: #fff;
10145
border: 1px solid #ebebeb;
10146
}
10147
.tile-stats.tile-white-orange:hover {
10148
background: #f2f2f2;
10149
}
10150
.tile-stats.tile-white-orange .icon {
10151
color: #f2f2f2;
10152
}
10153
.tile-stats.tile-white-orange .num,
10154
.tile-stats.tile-white-orange h3,
10155
.tile-stats.tile-white-orange p {
10156
color: #ffa812;
10157
}
10158
.tile-stats.tile-white-orange:hover {
10159
background-color: #fafafa;
10160
}
10161
.tile-stats.tile-white-brown {
10162
background: #fff;
10163
border: 1px solid #ebebeb;
10164
}
10165
.tile-stats.tile-white-brown:hover {
10166
background: #f2f2f2;
10167
}
10168
.tile-stats.tile-white-brown .icon {
10169
color: #f2f2f2;
10170
}
10171
.tile-stats.tile-white-brown .num,
10172
.tile-stats.tile-white-brown h3,
10173
.tile-stats.tile-white-brown p {
10174
color: #6c541e;
10175
}
10176
.tile-stats.tile-white-brown:hover {
10177
background-color: #fafafa;
10178
}
10179
.tile-stats.tile-white-plum {
10180
background: #fff;
10181
border: 1px solid #ebebeb;
10182
}
10183
.tile-stats.tile-white-plum:hover {
10184
background: #f2f2f2;
10185
}
10186
.tile-stats.tile-white-plum .icon {
10187
color: #f2f2f2;
10188
}
10189
.tile-stats.tile-white-plum .num,
10190
.tile-stats.tile-white-plum h3,
10191
.tile-stats.tile-white-plum p {
10192
color: #701c1c;
10193
}
10194
.tile-stats.tile-white-plum:hover {
10195
background-color: #fafafa;
10196
}
10197
.tile-stats.tile-white-gray {
10198
background: #fff;
10199
border: 1px solid #ebebeb;
10200
}
10201
.tile-stats.tile-white-gray:hover {
10202
background: #f2f2f2;
10203
}
10204
.tile-stats.tile-white-gray .icon {
10205
color: #f2f2f2;
10206
}
10207
.tile-stats.tile-white-gray .num,
10208
.tile-stats.tile-white-gray h3,
10209
.tile-stats.tile-white-gray p {
10210
color: #8f8f8f;
10211
}
10212
.tile-stats.tile-white-gray:hover {
10213
background-color: #fafafa;
10214
}
10215
.tile-title {
10216
position: relative;
10217
display: block;
10218
background: transparent;/*#303641;*/
10219
margin-bottom: 10px;
10220
-webkit-border-radius: 5px;
10221
-webkit-background-clip: padding-box;
10222
-moz-border-radius: 5px;
10223
-moz-background-clip: padding;
10224
border-radius: 5px;
10225
background-clip: padding-box;
10226
-webkit-transition: all 300ms ease-in-out;
10227
-moz-transition: all 300ms ease-in-out;
10228
-o-transition: all 300ms ease-in-out;
10229
transition: all 300ms ease-in-out;
10230
}
10231
/*.tile-title:hover {
10232
border: 1px solid #888;
10233
box-shadow: 0 0 5px white;
10234
}*/
10235
.tile-title .icon {
10236
text-align: center;
10237
padding: 20px;
10238
}
10239
.tile-title .icon i {
10240
font-size: 60px;
10241
line-height: 1;
10242
margin: 0;
10243
padding: 0;
10244
vertical-align: middle;
10245
}
10246
.tile-title .icon i:before {
10247
margin: 0;
10248
padding: 0;
10249
line-height: 1;
10250
}
10251
10252
.tile-title .icon i,
10253
.tile-title h3,
10254
.tile-title p {
10255
color: #fff;
10256
}
10257
.tile-title .title {
10258
background: transparent;/*#252a32;*/
10259
text-align: center;
10260
}
10261
.tile-title .title h3,
10262
.tile-title .title p {
10263
margin: 0;
10264
padding: 0 20px;
10265
}
10266
.tile-title .title h3 {
10267
padding-top: 20px;
10268
font-size: 16px;
10269
font-weight: bold;
10270
}
10271
.tile-title .title p {
10272
padding-bottom: 20px;
10273
font-size: 11px;
10274
color: rgba(255, 255, 255, 0.85);
10275
}
10276
.tile-title.tile-red {
10277
background: #f56954;
10278
}
10279
.tile-title.tile-red:hover {
10280
background-color: #f4543c;
10281
}
10282
.tile-title.tile-red .icon i,
10283
.tile-title.tile-red h3,
10284
.tile-title.tile-red p {
10285
color: #fff;
10286
}
10287
.tile-title.tile-red .icon i {
10288
color: #fff;
10289
}
10290
.tile-title.tile-red .title {
10291
background: rgba(0, 0, 0, 0.1);
10292
}
10293
.tile-title.tile-red .title p {
10294
color: rgba(255, 255, 255, 0.85);
10295
}
10296
.tile-title.tile-green {
10297
background: #00a65a;
10298
}
10299
.tile-title.tile-green:hover {
10300
background-color: #008d4c;
10301
}
10302
.tile-title.tile-green .icon i,
10303
.tile-title.tile-green h3,
10304
.tile-title.tile-green p {
10305
color: #fff;
10306
}
10307
.tile-title.tile-green .icon i {
10308
color: #fff;
10309
}
10310
.tile-title.tile-green .title {
10311
background: rgba(0, 0, 0, 0.1);
10312
}
10313
.tile-title.tile-green .title p {
10314
color: rgba(255, 255, 255, 0.85);
10315
}
10316
.tile-title.tile-blue {
10317
background: #0073b7;
10318
}
10319
.tile-title.tile-blue:hover {
10320
background-color: #00639e;
10321
}
10322
.tile-title.tile-blue .icon i,
10323
.tile-title.tile-blue h3,
10324
.tile-title.tile-blue p {
10325
color: #fff;
10326
}
10327
.tile-title.tile-blue .icon i {
10328
color: #fff;
10329
}
10330
.tile-title.tile-blue .title {
10331
background: rgba(0, 0, 0, 0.1);
10332
}
10333
.tile-title.tile-blue .title p {
10334
color: rgba(255, 255, 255, 0.85);
10335
}
10336
.tile-title.tile-aqua {
10337
background: #00c0ef;
10338
}
10339
.tile-title.tile-aqua:hover {
10340
background-color: #00acd6;
10341
}
10342
.tile-title.tile-aqua .icon i,
10343
.tile-title.tile-aqua h3,
10344
.tile-title.tile-aqua p {
10345
color: #fff;
10346
}
10347
.tile-title.tile-aqua .icon i {
10348
color: #fff;
10349
}
10350
.tile-title.tile-aqua .title {
10351
background: rgba(0, 0, 0, 0.1);
10352
}
10353
.tile-title.tile-aqua .title p {
10354
color: rgba(255, 255, 255, 0.85);
10355
}
10356
.tile-title.tile-cyan {
10357
background: #00b29e;
10358
}
10359
.tile-title.tile-cyan:hover {
10360
background-color: #009987;
10361
}
10362
.tile-title.tile-cyan .icon i,
10363
.tile-title.tile-cyan h3,
10364
.tile-title.tile-cyan p {
10365
color: #fff;
10366
}
10367
.tile-title.tile-cyan .icon i {
10368
color: #fff;
10369
}
10370
.tile-title.tile-cyan .title {
10371
background: rgba(0, 0, 0, 0.1);
10372
}
10373
.tile-title.tile-cyan .title p {
10374
color: rgba(255, 255, 255, 0.85);
10375
}
10376
.tile-title.tile-purple {
10377
background: #ba79cb;
10378
}
10379
.tile-title.tile-purple:hover {
10380
background-color: #b167c4;
10381
}
10382
.tile-title.tile-purple .icon i,
10383
.tile-title.tile-purple h3,
10384
.tile-title.tile-purple p {
10385
color: #fff;
10386
}
10387
.tile-title.tile-purple .icon i {
10388
color: #fff;
10389
}
10390
.tile-title.tile-purple .title {
10391
background: rgba(0, 0, 0, 0.1);
10392
}
10393
.tile-title.tile-purple .title p {
10394
color: rgba(255, 255, 255, 0.85);
10395
}
10396
.tile-title.tile-pink {
10397
background: #ec3b83;
10398
}
10399
.tile-title.tile-pink:hover {
10400
background-color: #ea2474;
10401
}
10402
.tile-title.tile-pink .icon i,
10403
.tile-title.tile-pink h3,
10404
.tile-title.tile-pink p {
10405
color: #fff;
10406
}
10407
.tile-title.tile-pink .icon i {
10408
color: #fff;
10409
}
10410
.tile-title.tile-pink .title {
10411
background: rgba(0, 0, 0, 0.1);
10412
}
10413
.tile-title.tile-pink .title p {
10414
color: rgba(255, 255, 255, 0.85);
10415
}
10416
.tile-title.tile-orange {
10417
background: #ffa812;
10418
}
10419
.tile-title.tile-orange:hover {
10420
background-color: #f89d00;
10421
}
10422
.tile-title.tile-orange .icon i,
10423
.tile-title.tile-orange h3,
10424
.tile-title.tile-orange p {
10425
color: #fff;
10426
}
10427
.tile-title.tile-orange .icon i {
10428
color: #fff;
10429
}
10430
.tile-title.tile-orange .title {
10431
background: rgba(0, 0, 0, 0.1);
10432
}
10433
.tile-title.tile-orange .title p {
10434
color: rgba(255, 255, 255, 0.85);
10435
}
10436
.tile-title.tile-brown {
10437
background: #6c541e;
10438
}
10439
.tile-title.tile-brown:hover {
10440
background-color: #584418;
10441
}
10442
.tile-title.tile-brown .icon i,
10443
.tile-title.tile-brown h3,
10444
.tile-title.tile-brown p {
10445
color: #fff;
10446
}
10447
.tile-title.tile-brown .icon i {
10448
color: #fff;
10449
}
10450
.tile-title.tile-brown .title {
10451
background: rgba(0, 0, 0, 0.1);
10452
}
10453
.tile-title.tile-brown .title p {
10454
color: rgba(255, 255, 255, 0.85);
10455
}
10456
.tile-title.tile-plum {
10457
background: #701c1c;
10458
}
10459
.tile-title.tile-plum:hover {
10460
background-color: #5c1717;
10461
}
10462
.tile-title.tile-plum .icon i,
10463
.tile-title.tile-plum h3,
10464
.tile-title.tile-plum p {
10465
color: #fff;
10466
}
10467
.tile-title.tile-plum .icon i {
10468
color: #fff;
10469
}
10470
.tile-title.tile-plum .title {
10471
background: rgba(0, 0, 0, 0.1);
10472
}
10473
.tile-title.tile-plum .title p {
10474
color: rgba(255, 255, 255, 0.85);
10475
}
10476
.tile-title.tile-gray {
10477
background: #f5f5f5;
10478
}
10479
.tile-title.tile-gray:hover {
10480
background-color: #e8e8e8;
10481
}
10482
.tile-title.tile-gray .icon i,
10483
.tile-title.tile-gray h3,
10484
.tile-title.tile-gray p {
10485
color: #8f8f8f;
10486
}
10487
.tile-title.tile-gray .icon i {
10488
color: #8f8f8f;
10489
}
10490
.tile-title.tile-gray .title {
10491
background: rgba(0, 0, 0, 0.1);
10492
}
10493
.tile-title.tile-gray .title p {
10494
color: rgba(143, 143, 143, 0.85);
10495
}
10496
.tile-block {
10497
background: #00a65b;
10498
-webkit-border-radius: 5px;
10499
-webkit-background-clip: padding-box;
10500
-moz-border-radius: 5px;
10501
-moz-background-clip: padding;
10502
border-radius: 5px;
10503
background-clip: padding-box;
10504
margin-bottom: 20px;
10505
background-color: #303641;
10506
color: #fff;
10507
}
10508
.tile-block:before,
10509
.tile-block:after {
10510
content: " ";
10511
display: table;
10512
}
10513
.tile-block:after {
10514
clear: both;
10515
}
10516
.tile-block .tile-header {
10517
color: #fff;
10518
font-size: 17px;
10519
padding: 20px;
10520
}
10521
.tile-block .tile-header a,
10522
.tile-block .tile-header span {
10523
color: #fff;
10524
}
10525
.tile-block .tile-header span {
10526
display: block;
10527
margin-top: 4px;
10528
font-size: 11px;
10529
}
10530
.tile-block .tile-header i {
10531
float: right;
10532
font-size: 28px;
10533
position: relative;
10534
top: 4px;
10535
}
10536
.tile-block .tile-header i[class^="entypo-"] {
10537
top: 0;
10538
}
10539
.tile-block .tile-content {
10540
background: rgba(0, 0, 0, 0.03);
10541
padding: 20px;
10542
}
10543
.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper + label {
10544
top: -3px;
10545
margin-left: 8px;
10546
}
10547
.tile-block .tile-footer {
10548
background: rgba(0, 0, 0, 0.03);
10549
border-top: 1px solid rgba(255, 255, 255, 0.1);
10550
padding: 20px;
10551
color: #fff;
10552
-webkit-border-radius: 0 0 5px 5px;
10553
-webkit-background-clip: padding-box;
10554
-moz-border-radius: 0 0 5px 5px;
10555
-moz-background-clip: padding;
10556
border-radius: 0 0 5px 5px;
10557
background-clip: padding-box;
10558
}
10559
.tile-block .tile-footer a {
10560
color: #fff;
10561
font-weight: bold;
10562
}
10563
.tile-block .form-control,
10564
.tile-block .btn {
10565
background: rgba(0, 0, 0, 0.15);
10566
color: #fff;
10567
border-color: transparent;
10568
}
10569
.tile-block .form-control::-moz-placeholder,
10570
.tile-block .btn::-moz-placeholder {
10571
color: rgba(255, 255, 255, 0.6);
10572
opacity: 1;
10573
}
10574
.tile-block .form-control:-ms-input-placeholder,
10575
.tile-block .btn:-ms-input-placeholder {
10576
color: rgba(255, 255, 255, 0.6);
10577
}
10578
.tile-block .form-control::-webkit-input-placeholder,
10579
.tile-block .btn::-webkit-input-placeholder {
10580
color: rgba(255, 255, 255, 0.6);
10581
}
10582
.tile-block .form-control::-webkit-input-placeholder,
10583
.tile-block .btn::-webkit-input-placeholder {
10584
color: rgba(255, 255, 255, 0.6);
10585
}
10586
.tile-block .form-control:-moz-placeholder,
10587
.tile-block .btn:-moz-placeholder {
10588
color: rgba(255, 255, 255, 0.6);
10589
}
10590
.tile-block .form-control::-moz-placeholder,
10591
.tile-block .btn::-moz-placeholder {
10592
color: rgba(255, 255, 255, 0.6);
10593
}
10594
.tile-block .form-control:-ms-input-placeholder,
10595
.tile-block .btn:-ms-input-placeholder {
10596
color: rgba(255, 255, 255, 0.6);
10597
}
10598
.tile-block .form-control + .todo-list,
10599
.tile-block .btn + .todo-list {
10600
margin-top: 20px;
10601
}
10602
.tile-block .form-control + .btn {
10603
margin-top: 10px;
10604
}
10605
.tile-block .tile-header a,
10606
.tile-block .tile-header span,
10607
.tile-block .tile-header i {
10608
color: #fff;
10609
}
10610
.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10611
background: #303641;
10612
}
10613
.tile-block .tile-footer {
10614
color: #fff;
10615
}
10616
.tile-block .tile-footer a {
10617
color: #fff;
10618
}
10619
.tile-block.tile-red {
10620
background-color: #f56954;
10621
color: #fff;
10622
}
10623
.tile-block.tile-red .tile-header a,
10624
.tile-block.tile-red .tile-header span,
10625
.tile-block.tile-red .tile-header i {
10626
color: #fff;
10627
}
10628
.tile-block.tile-red .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10629
background: #f56954;
10630
}
10631
.tile-block.tile-red .tile-footer {
10632
color: #fff;
10633
}
10634
.tile-block.tile-red .tile-footer a {
10635
color: #fff;
10636
}
10637
.tile-block.tile-green {
10638
background-color: #00a65a;
10639
color: #fff;
10640
}
10641
.tile-block.tile-green .tile-header a,
10642
.tile-block.tile-green .tile-header span,
10643
.tile-block.tile-green .tile-header i {
10644
color: #fff;
10645
}
10646
.tile-block.tile-green .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10647
background: #00a65a;
10648
}
10649
.tile-block.tile-green .tile-footer {
10650
color: #fff;
10651
}
10652
.tile-block.tile-green .tile-footer a {
10653
color: #fff;
10654
}
10655
.tile-block.tile-blue {
10656
background-color: #0073b7;
10657
color: #fff;
10658
}
10659
.tile-block.tile-blue .tile-header a,
10660
.tile-block.tile-blue .tile-header span,
10661
.tile-block.tile-blue .tile-header i {
10662
color: #fff;
10663
}
10664
.tile-block.tile-blue .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10665
background: #0073b7;
10666
}
10667
.tile-block.tile-blue .tile-footer {
10668
color: #fff;
10669
}
10670
.tile-block.tile-blue .tile-footer a {
10671
color: #fff;
10672
}
10673
.tile-block.tile-aqua {
10674
background-color: #00c0ef;
10675
color: #fff;
10676
}
10677
.tile-block.tile-aqua .tile-header a,
10678
.tile-block.tile-aqua .tile-header span,
10679
.tile-block.tile-aqua .tile-header i {
10680
color: #fff;
10681
}
10682
.tile-block.tile-aqua .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10683
background: #00c0ef;
10684
}
10685
.tile-block.tile-aqua .tile-footer {
10686
color: #fff;
10687
}
10688
.tile-block.tile-aqua .tile-footer a {
10689
color: #fff;
10690
}
10691
.tile-block.tile-cyan {
10692
background-color: #00b29e;
10693
color: #fff;
10694
}
10695
.tile-block.tile-cyan .tile-header a,
10696
.tile-block.tile-cyan .tile-header span,
10697
.tile-block.tile-cyan .tile-header i {
10698
color: #fff;
10699
}
10700
.tile-block.tile-cyan .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10701
background: #00b29e;
10702
}
10703
.tile-block.tile-cyan .tile-footer {
10704
color: #fff;
10705
}
10706
.tile-block.tile-cyan .tile-footer a {
10707
color: #fff;
10708
}
10709
.tile-block.tile-purple {
10710
background-color: #ba79cb;
10711
color: #fff;
10712
}
10713
.tile-block.tile-purple .tile-header a,
10714
.tile-block.tile-purple .tile-header span,
10715
.tile-block.tile-purple .tile-header i {
10716
color: #fff;
10717
}
10718
.tile-block.tile-purple .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10719
background: #ba79cb;
10720
}
10721
.tile-block.tile-purple .tile-footer {
10722
color: #fff;
10723
}
10724
.tile-block.tile-purple .tile-footer a {
10725
color: #fff;
10726
}
10727
.tile-block.tile-pink {
10728
background-color: #ec3b83;
10729
color: #fff;
10730
}
10731
.tile-block.tile-pink .tile-header a,
10732
.tile-block.tile-pink .tile-header span,
10733
.tile-block.tile-pink .tile-header i {
10734
color: #fff;
10735
}
10736
.tile-block.tile-pink .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10737
background: #ec3b83;
10738
}
10739
.tile-block.tile-pink .tile-footer {
10740
color: #fff;
10741
}
10742
.tile-block.tile-pink .tile-footer a {
10743
color: #fff;
10744
}
10745
.tile-block.tile-orange {
10746
background-color: #ffa812;
10747
color: #fff;
10748
}
10749
.tile-block.tile-orange .tile-header a,
10750
.tile-block.tile-orange .tile-header span,
10751
.tile-block.tile-orange .tile-header i {
10752
color: #fff;
10753
}
10754
.tile-block.tile-orange .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10755
background: #ffa812;
10756
}
10757
.tile-block.tile-orange .tile-footer {
10758
color: #fff;
10759
}
10760
.tile-block.tile-orange .tile-footer a {
10761
color: #fff;
10762
}
10763
.tile-block.tile-brown {
10764
background-color: #6c541e;
10765
color: #fff;
10766
}
10767
.tile-block.tile-brown .tile-header a,
10768
.tile-block.tile-brown .tile-header span,
10769
.tile-block.tile-brown .tile-header i {
10770
color: #fff;
10771
}
10772
.tile-block.tile-brown .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10773
background: #6c541e;
10774
}
10775
.tile-block.tile-brown .tile-footer {
10776
color: #fff;
10777
}
10778
.tile-block.tile-brown .tile-footer a {
10779
color: #fff;
10780
}
10781
.tile-block.tile-plum {
10782
background-color: #701c1c;
10783
color: #fff;
10784
}
10785
.tile-block.tile-plum .tile-header a,
10786
.tile-block.tile-plum .tile-header span,
10787
.tile-block.tile-plum .tile-header i {
10788
color: #fff;
10789
}
10790
.tile-block.tile-plum .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10791
background: #701c1c;
10792
}
10793
.tile-block.tile-plum .tile-footer {
10794
color: #fff;
10795
}
10796
.tile-block.tile-plum .tile-footer a {
10797
color: #fff;
10798
}
10799
.tile-block.tile-gray {
10800
background-color: #f5f5f5;
10801
color: #767676;
10802
}
10803
.tile-block.tile-gray .tile-header a,
10804
.tile-block.tile-gray .tile-header span,
10805
.tile-block.tile-gray .tile-header i {
10806
color: #767676;
10807
}
10808
.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10809
background: #f5f5f5;
10810
}
10811
.tile-block.tile-gray .tile-footer {
10812
color: #767676;
10813
}
10814
.tile-block.tile-gray .tile-footer a {
10815
color: #767676;
10816
}
10817
.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
10818
background: #dcdcdc;
10819
}
10820
.todo-list {
10821
list-style: none;
10822
padding: 0;
10823
margin: 0;
10824
}
10825
.todo-list > li {
10826
margin: 0;
10827
margin-bottom: 5px;
10828
padding: 0;
10829
}
10830
.todo-list > li:last-child {
10831
margin-bottom: 0;
10832
}
10833
.todo-list > li .neon-cb-replacement .cb-wrapper {
10834
background: #fff;
10835
}
10836
.todo-list > li .neon-cb-replacement .cb-wrapper + label {
10837
position: relative;
10838
}
10839
.todo-list > li .neon-cb-replacement .cb-wrapper + label:after {
10840
position: absolute;
10841
content: '';
10842
height: 2px;
10843
background: #fff;
10844
width: 0%;
10845
top: 50%;
10846
left: 0;
10847
margin: 0;
10848
margin-top: 0px;
10849
-webkit-box-sizing: border-box;
10850
-moz-box-sizing: border-box;
10851
box-sizing: border-box;
10852
-webkit-transition: all 300ms ease-in-out;
10853
-moz-transition: all 300ms ease-in-out;
10854
-o-transition: all 300ms ease-in-out;
10855
transition: all 300ms ease-in-out;
10856
}
10857
.todo-list > li .neon-cb-replacement.checked .cb-wrapper + label:after {
10858
zoom: 1;
10859
filter: alpha(opacity=80);
10860
-webkit-opacity: 0.8;
10861
-moz-opacity: 0.8;
10862
opacity: 0.8;
10863
width: 100%;
10864
}
10865
.todo-list > li .neon-cb-replacement.checked .cb-wrapper .checked {
10866
background: rgba(0, 0, 0, 0.25);
10867
}
10868
.tile-progress {
10869
background: #00a65b;
10870
margin-bottom: 20px;
10871
-webkit-border-radius: 5px;
10872
-moz-border-radius: 5px;
10873
border-radius: 5px;
10874
-webkit-border-radius: 3px;
10875
-webkit-background-clip: padding-box;
10876
-moz-border-radius: 3px;
10877
-moz-background-clip: padding;
10878
border-radius: 3px;
10879
background-clip: padding-box;
10880
background-color: #303641;
10881
color: #fff;
10882
}
10883
.tile-progress:before,
10884
.tile-progress:after {
10885
content: " ";
10886
display: table;
10887
}
10888
.tile-progress:after {
10889
clear: both;
10890
}
10891
.tile-progress .tile-header {
10892
padding: 15px 20px;
10893
padding-bottom: 40px;
10894
}
10895
.tile-progress .tile-header h3,
10896
.tile-progress .tile-header span {
10897
display: block;
10898
color: #fff;
10899
}
10900
.tile-progress .tile-header h3 {
10901
margin: 0;
10902
font-size: 18px;
10903
font-weight: bold;
10904
}
10905
.tile-progress .tile-header span {
10906
margin-top: 4px;
10907
color: rgba(255, 255, 255, 0.7);
10908
font-size: 11px;
10909
}
10910
.tile-progress .tile-progressbar {
10911
height: 2px;
10912
background: rgba(0, 0, 0, 0.18);
10913
margin: 0;
10914
}
10915
.tile-progress .tile-progressbar span {
10916
display: block;
10917
background: #fff;
10918
width: 0%;
10919
height: 100%;
10920
-webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
10921
-moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
10922
-o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
10923
transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
10924
}
10925
.tile-progress .tile-footer {
10926
padding: 20px;
10927
text-align: right;
10928
background: rgba(0, 0, 0, 0.1);
10929
-webkit-border-radius: 0 0 3px 3px;
10930
-webkit-background-clip: padding-box;
10931
-moz-border-radius: 0 0 3px 3px;
10932
-moz-background-clip: padding;
10933
border-radius: 0 0 3px 3px;
10934
background-clip: padding-box;
10935
}
10936
.tile-progress .tile-footer h4,
10937
.tile-progress .tile-footer > span {
10938
display: block;
10939
color: #fff;
10940
}
10941
.tile-progress .tile-footer h4 {
10942
font-size: 14px;
10943
margin: 0;
10944
}
10945
.tile-progress .tile-footer > span {
10946
margin-top: 4px;
10947
color: rgba(255, 255, 255, 0.7);
10948
font-size: 11px;
10949
}
10950
.tile-progress .tile-header h3,
10951
.tile-progress .tile-header a,
10952
.tile-progress .tile-header span,
10953
.tile-progress .tile-header i {
10954
color: #fff;
10955
}
10956
.tile-progress .tile-progressbar span {
10957
background: #fff;
10958
}
10959
.tile-progress .tile-footer h4,
10960
.tile-progress .tile-footer > span {
10961
color: #fff;
10962
}
10963
.tile-progress .tile-footer > span {
10964
color: rgba(255, 255, 255, 0.7);
10965
}
10966
.tile-progress.tile-red {
10967
background-color: #f56954;
10968
color: #fff;
10969
}
10970
.tile-progress.tile-red .tile-header h3,
10971
.tile-progress.tile-red .tile-header a,
10972
.tile-progress.tile-red .tile-header span,
10973
.tile-progress.tile-red .tile-header i {
10974
color: #fff;
10975
}
10976
.tile-progress.tile-red .tile-progressbar span {
10977
background: #fff;
10978
}
10979
.tile-progress.tile-red .tile-footer h4,
10980
.tile-progress.tile-red .tile-footer > span {
10981
color: #fff;
10982
}
10983
.tile-progress.tile-red .tile-footer > span {
10984
color: rgba(255, 255, 255, 0.7);
10985
}
10986
.tile-progress.tile-green {
10987
background-color: #00a65a;
10988
color: #fff;
10989
}
10990
.tile-progress.tile-green .tile-header h3,
10991
.tile-progress.tile-green .tile-header a,
10992
.tile-progress.tile-green .tile-header span,
10993
.tile-progress.tile-green .tile-header i {
10994
color: #fff;
10995
}
10996
.tile-progress.tile-green .tile-progressbar span {
10997
background: #fff;
10998
}
10999
.tile-progress.tile-green .tile-footer h4,
11000
.tile-progress.tile-green .tile-footer > span {
11001
color: #fff;
11002
}
11003
.tile-progress.tile-green .tile-footer > span {
11004
color: rgba(255, 255, 255, 0.7);
11005
}
11006
.tile-progress.tile-blue {
11007
background-color: #0073b7;
11008
color: #fff;
11009
}
11010
.tile-progress.tile-blue .tile-header h3,
11011
.tile-progress.tile-blue .tile-header a,
11012
.tile-progress.tile-blue .tile-header span,
11013
.tile-progress.tile-blue .tile-header i {
11014
color: #fff;
11015
}
11016
.tile-progress.tile-blue .tile-progressbar span {
11017
background: #fff;
11018
}
11019
.tile-progress.tile-blue .tile-footer h4,
11020
.tile-progress.tile-blue .tile-footer > span {
11021
color: #fff;
11022
}
11023
.tile-progress.tile-blue .tile-footer > span {
11024
color: rgba(255, 255, 255, 0.7);
11025
}
11026
.tile-progress.tile-aqua {
11027
background-color: #00c0ef;
11028
color: #fff;
11029
}
11030
.tile-progress.tile-aqua .tile-header h3,
11031
.tile-progress.tile-aqua .tile-header a,
11032
.tile-progress.tile-aqua .tile-header span,
11033
.tile-progress.tile-aqua .tile-header i {
11034
color: #fff;
11035
}
11036
.tile-progress.tile-aqua .tile-progressbar span {
11037
background: #fff;
11038
}
11039
.tile-progress.tile-aqua .tile-footer h4,
11040
.tile-progress.tile-aqua .tile-footer > span {
11041
color: #fff;
11042
}
11043
.tile-progress.tile-aqua .tile-footer > span {
11044
color: rgba(255, 255, 255, 0.7);
11045
}
11046
.tile-progress.tile-cyan {
11047
background-color: #00b29e;
11048
color: #fff;
11049
}
11050
.tile-progress.tile-cyan .tile-header h3,
11051
.tile-progress.tile-cyan .tile-header a,
11052
.tile-progress.tile-cyan .tile-header span,
11053
.tile-progress.tile-cyan .tile-header i {
11054
color: #fff;
11055
}
11056
.tile-progress.tile-cyan .tile-progressbar span {
11057
background: #fff;
11058
}
11059
.tile-progress.tile-cyan .tile-footer h4,
11060
.tile-progress.tile-cyan .tile-footer > span {
11061
color: #fff;
11062
}
11063
.tile-progress.tile-cyan .tile-footer > span {
11064
color: rgba(255, 255, 255, 0.7);
11065
}
11066
.tile-progress.tile-purple {
11067
background-color: #ba79cb;
11068
color: #fff;
11069
}
11070
.tile-progress.tile-purple .tile-header h3,
11071
.tile-progress.tile-purple .tile-header a,
11072
.tile-progress.tile-purple .tile-header span,
11073
.tile-progress.tile-purple .tile-header i {
11074
color: #fff;
11075
}
11076
.tile-progress.tile-purple .tile-progressbar span {
11077
background: #fff;
11078
}
11079
.tile-progress.tile-purple .tile-footer h4,
11080
.tile-progress.tile-purple .tile-footer > span {
11081
color: #fff;
11082
}
11083
.tile-progress.tile-purple .tile-footer > span {
11084
color: rgba(255, 255, 255, 0.7);
11085
}
11086
.tile-progress.tile-pink {
11087
background-color: #ec3b83;
11088
color: #fff;
11089
}
11090
.tile-progress.tile-pink .tile-header h3,
11091
.tile-progress.tile-pink .tile-header a,
11092
.tile-progress.tile-pink .tile-header span,
11093
.tile-progress.tile-pink .tile-header i {
11094
color: #fff;
11095
}
11096
.tile-progress.tile-pink .tile-progressbar span {
11097
background: #fff;
11098
}
11099
.tile-progress.tile-pink .tile-footer h4,
11100
.tile-progress.tile-pink .tile-footer > span {
11101
color: #fff;
11102
}
11103
.tile-progress.tile-pink .tile-footer > span {
11104
color: rgba(255, 255, 255, 0.7);
11105
}
11106
.tile-progress.tile-orange {
11107
background-color: #ffa812;
11108
color: #fff;
11109
}
11110
.tile-progress.tile-orange .tile-header h3,
11111
.tile-progress.tile-orange .tile-header a,
11112
.tile-progress.tile-orange .tile-header span,
11113
.tile-progress.tile-orange .tile-header i {
11114
color: #fff;
11115
}
11116
.tile-progress.tile-orange .tile-progressbar span {
11117
background: #fff;
11118
}
11119
.tile-progress.tile-orange .tile-footer h4,
11120
.tile-progress.tile-orange .tile-footer > span {
11121
color: #fff;
11122
}
11123
.tile-progress.tile-orange .tile-footer > span {
11124
color: rgba(255, 255, 255, 0.7);
11125
}
11126
.tile-progress.tile-brown {
11127
background-color: #6c541e;
11128
color: #fff;
11129
}
11130
.tile-progress.tile-brown .tile-header h3,
11131
.tile-progress.tile-brown .tile-header a,
11132
.tile-progress.tile-brown .tile-header span,
11133
.tile-progress.tile-brown .tile-header i {
11134
color: #fff;
11135
}
11136
.tile-progress.tile-brown .tile-progressbar span {
11137
background: #fff;
11138
}
11139
.tile-progress.tile-brown .tile-footer h4,
11140
.tile-progress.tile-brown .tile-footer > span {
11141
color: #fff;
11142
}
11143
.tile-progress.tile-brown .tile-footer > span {
11144
color: rgba(255, 255, 255, 0.7);
11145
}
11146
.tile-progress.tile-plum {
11147
background-color: #701c1c;
11148
color: #fff;
11149
}
11150
.tile-progress.tile-plum .tile-header h3,
11151
.tile-progress.tile-plum .tile-header a,
11152
.tile-progress.tile-plum .tile-header span,
11153
.tile-progress.tile-plum .tile-header i {
11154
color: #fff;
11155
}
11156
.tile-progress.tile-plum .tile-progressbar span {
11157
background: #fff;
11158
}
11159
.tile-progress.tile-plum .tile-footer h4,
11160
.tile-progress.tile-plum .tile-footer > span {
11161
color: #fff;
11162
}
11163
.tile-progress.tile-plum .tile-footer > span {
11164
color: rgba(255, 255, 255, 0.7);
11165
}
11166
.tile-progress.tile-gray {
11167
background-color: #f5f5f5;
11168
color: #8f8f8f;
11169
}
11170
.tile-progress.tile-gray .tile-header h3,
11171
.tile-progress.tile-gray .tile-header a,
11172
.tile-progress.tile-gray .tile-header span,
11173
.tile-progress.tile-gray .tile-header i {
11174
color: #8f8f8f;
11175
}
11176
.tile-progress.tile-gray .tile-progressbar span {
11177
background: #8f8f8f;
11178
}
11179
.tile-progress.tile-gray .tile-footer h4,
11180
.tile-progress.tile-gray .tile-footer > span {
11181
color: #8f8f8f;
11182
}
11183
.tile-progress.tile-gray .tile-footer > span {
11184
color: rgba(143, 143, 143, 0.7);
11185
}
11186
.tile-group {
11187
background: #303641;
11188
color: #fff;
11189
margin-bottom: 20px;
11190
overflow: hidden;
11191
-webkit-border-radius: 5px;
11192
-moz-border-radius: 5px;
11193
border-radius: 5px;
11194
display: table;
11195
width: 100%;
11196
-webkit-border-radius: 3px;
11197
-webkit-background-clip: padding-box;
11198
-moz-border-radius: 3px;
11199
-moz-background-clip: padding;
11200
border-radius: 3px;
11201
background-clip: padding-box;
11202
}
11203
.tile-group:before,
11204
.tile-group:after {
11205
content: " ";
11206
display: table;
11207
}
11208
.tile-group:after {
11209
clear: both;
11210
}
11211
.tile-group .tile-left,
11212
.tile-group .tile-right {
11213
display: table-cell;
11214
position: relative;
11215
}
11216
.tile-group .tile-left .map,
11217
.tile-group .tile-right .map {
11218
position: absolute;
11219
left: 0;
11220
right: 0;
11221
top: 0;
11222
bottom: 0;
11223
margin: 1px 0;
11224
overflow: hidden;
11225
-webkit-box-sizing: border-box;
11226
-moz-box-sizing: border-box;
11227
box-sizing: border-box;
11228
-webkit-border-radius: 3px;
11229
-webkit-background-clip: padding-box;
11230
-moz-border-radius: 3px;
11231
-moz-background-clip: padding;
11232
border-radius: 3px;
11233
background-clip: padding-box;
11234
}
11235
.tile-group .tile-left {
11236
width: 40%;
11237
}
11238
.tile-group .tile-right {
11239
width: 60%;
11240
}
11241
.tile-group .tile-entry {
11242
background: rgba(0, 0, 0, 0.1);
11243
padding: 25px 30px;
11244
border-bottom: 1px solid #303641;
11245
}
11246
.tile-group .tile-entry span,
11247
.tile-group .tile-entry h3,
11248
.tile-group .tile-entry h4 {
11249
display: block;
11250
color: #fff;
11251
margin: 0;
11252
}
11253
.tile-group .tile-entry span {
11254
color: rgba(255, 255, 255, 0.5);
11255
font-size: 11px;
11256
}
11257
.tile-group .tile-entry h3 + span,
11258
.tile-group .tile-entry h4 + span {
11259
margin-top: 4px;
11260
}
11261
.tile-group .tile-entry .op {
11262
zoom: 1;
11263
filter: alpha(opacity=50);
11264
-webkit-opacity: 0.5;
11265
-moz-opacity: 0.5;
11266
opacity: 0.5;
11267
-webkit-transition: all 300ms ease-in-out;
11268
-moz-transition: all 300ms ease-in-out;
11269
-o-transition: all 300ms ease-in-out;
11270
transition: all 300ms ease-in-out;
11271
}
11272
.tile-group .tile-entry:hover .op {
11273
zoom: 1;
11274
filter: alpha(opacity=100);
11275
-webkit-opacity: 1;
11276
-moz-opacity: 1;
11277
opacity: 1;
11278
}
11279
.tile-group div > tile-entry:last-child {
11280
border-bottom: 0;
11281
}
11282
.tile-group .jvectormap-zoomin,
11283
.tile-group .jvectormap-zoomout {
11284
width: 15px;
11285
height: 15px;
11286
margin-bottom: 4px;
11287
}
11288
.tile-group.tile-red {
11289
background-color: #ff4853;
11290
color: #fff;
11291
}
11292
.tile-group.tile-red .tile-entry {
11293
border-bottom-color: #ff4853;
11294
}
11295
.tile-group.tile-red .tile-entry h3,
11296
.tile-group.tile-red .tile-entry h4,
11297
.tile-group.tile-red .tile-entry a,
11298
.tile-group.tile-red .tile-entry span,
11299
.tile-group.tile-red .tile-entry i {
11300
color: #fff;
11301
}
11302
.tile-group.tile-red .tile-progressbar span {
11303
background: #fff;
11304
}
11305
.tile-group.tile-red .tile-footer h4,
11306
.tile-group.tile-red .tile-footer > span {
11307
color: #fff;
11308
}
11309
.tile-group.tile-red .tile-footer > span {
11310
color: rgba(255, 255, 255, 0.7);
11311
}
11312
.tile-group.tile-green {
11313
background-color: #00a65a;
11314
color: #fff;
11315
}
11316
.tile-group.tile-green .tile-entry {
11317
border-bottom-color: #00a65a;
11318
}
11319
.tile-group.tile-green .tile-entry h3,
11320
.tile-group.tile-green .tile-entry h4,
11321
.tile-group.tile-green .tile-entry a,
11322
.tile-group.tile-green .tile-entry span,
11323
.tile-group.tile-green .tile-entry i {
11324
color: #fff;
11325
}
11326
.tile-group.tile-green .tile-progressbar span {
11327
background: #fff;
11328
}
11329
.tile-group.tile-green .tile-footer h4,
11330
.tile-group.tile-green .tile-footer > span {
11331
color: #fff;
11332
}
11333
.tile-group.tile-green .tile-footer > span {
11334
color: rgba(255, 255, 255, 0.7);
11335
}
11336
.tile-group.tile-blue {
11337
background-color: #0073b7;
11338
color: #fff;
11339
}
11340
.tile-group.tile-blue .tile-entry {
11341
border-bottom-color: #0073b7;
11342
}
11343
.tile-group.tile-blue .tile-entry h3,
11344
.tile-group.tile-blue .tile-entry h4,
11345
.tile-group.tile-blue .tile-entry a,
11346
.tile-group.tile-blue .tile-entry span,
11347
.tile-group.tile-blue .tile-entry i {
11348
color: #fff;
11349
}
11350
.tile-group.tile-blue .tile-progressbar span {
11351
background: #fff;
11352
}
11353
.tile-group.tile-blue .tile-footer h4,
11354
.tile-group.tile-blue .tile-footer > span {
11355
color: #fff;
11356
}
11357
.tile-group.tile-blue .tile-footer > span {
11358
color: rgba(255, 255, 255, 0.7);
11359
}
11360
.tile-group.tile-aqua {
11361
background-color: #00c0ef;
11362
color: #fff;
11363
}
11364
.tile-group.tile-aqua .tile-entry {
11365
border-bottom-color: #00c0ef;
11366
}
11367
.tile-group.tile-aqua .tile-entry h3,
11368
.tile-group.tile-aqua .tile-entry h4,
11369
.tile-group.tile-aqua .tile-entry a,
11370
.tile-group.tile-aqua .tile-entry span,
11371
.tile-group.tile-aqua .tile-entry i {
11372
color: #fff;
11373
}
11374
.tile-group.tile-aqua .tile-progressbar span {
11375
background: #fff;
11376
}
11377
.tile-group.tile-aqua .tile-footer h4,
11378
.tile-group.tile-aqua .tile-footer > span {
11379
color: #fff;
11380
}
11381
.tile-group.tile-aqua .tile-footer > span {
11382
color: rgba(255, 255, 255, 0.7);
11383
}
11384
.tile-group.tile-cyan {
11385
background-color: #00b29e;
11386
color: #fff;
11387
}
11388
.tile-group.tile-cyan .tile-entry {
11389
border-bottom-color: #00b29e;
11390
}
11391
.tile-group.tile-cyan .tile-entry h3,
11392
.tile-group.tile-cyan .tile-entry h4,
11393
.tile-group.tile-cyan .tile-entry a,
11394
.tile-group.tile-cyan .tile-entry span,
11395
.tile-group.tile-cyan .tile-entry i {
11396
color: #fff;
11397
}
11398
.tile-group.tile-cyan .tile-progressbar span {
11399
background: #fff;
11400
}
11401
.tile-group.tile-cyan .tile-footer h4,
11402
.tile-group.tile-cyan .tile-footer > span {
11403
color: #fff;
11404
}
11405
.tile-group.tile-cyan .tile-footer > span {
11406
color: rgba(255, 255, 255, 0.7);
11407
}
11408
.tile-group.tile-purple {
11409
background-color: #ba79cb;
11410
color: #fff;
11411
}
11412
.tile-group.tile-purple .tile-entry {
11413
border-bottom-color: #ba79cb;
11414
}
11415
.tile-group.tile-purple .tile-entry h3,
11416
.tile-group.tile-purple .tile-entry h4,
11417
.tile-group.tile-purple .tile-entry a,
11418
.tile-group.tile-purple .tile-entry span,
11419
.tile-group.tile-purple .tile-entry i {
11420
color: #fff;
11421
}
11422
.tile-group.tile-purple .tile-progressbar span {
11423
background: #fff;
11424
}
11425
.tile-group.tile-purple .tile-footer h4,
11426
.tile-group.tile-purple .tile-footer > span {
11427
color: #fff;
11428
}
11429
.tile-group.tile-purple .tile-footer > span {
11430
color: rgba(255, 255, 255, 0.7);
11431
}
11432
.tile-group.tile-pink {
11433
background-color: #ec3b83;
11434
color: #fff;
11435
}
11436
.tile-group.tile-pink .tile-entry {
11437
border-bottom-color: #ec3b83;
11438
}
11439
.tile-group.tile-pink .tile-entry h3,
11440
.tile-group.tile-pink .tile-entry h4,
11441
.tile-group.tile-pink .tile-entry a,
11442
.tile-group.tile-pink .tile-entry span,
11443
.tile-group.tile-pink .tile-entry i {
11444
color: #fff;
11445
}
11446
.tile-group.tile-pink .tile-progressbar span {
11447
background: #fff;
11448
}
11449
.tile-group.tile-pink .tile-footer h4,
11450
.tile-group.tile-pink .tile-footer > span {
11451
color: #fff;
11452
}
11453
.tile-group.tile-pink .tile-footer > span {
11454
color: rgba(255, 255, 255, 0.7);
11455
}
11456
.tile-group.tile-orange {
11457
background-color: #ffa812;
11458
color: #fff;
11459
}
11460
.tile-group.tile-orange .tile-entry {
11461
border-bottom-color: #ffa812;
11462
}
11463
.tile-group.tile-orange .tile-entry h3,
11464
.tile-group.tile-orange .tile-entry h4,
11465
.tile-group.tile-orange .tile-entry a,
11466
.tile-group.tile-orange .tile-entry span,
11467
.tile-group.tile-orange .tile-entry i {
11468
color: #fff;
11469
}
11470
.tile-group.tile-orange .tile-progressbar span {
11471
background: #fff;
11472
}
11473
.tile-group.tile-orange .tile-footer h4,
11474
.tile-group.tile-orange .tile-footer > span {
11475
color: #fff;
11476
}
11477
.tile-group.tile-orange .tile-footer > span {
11478
color: rgba(255, 255, 255, 0.7);
11479
}
11480
.tile-group.tile-brown {
11481
background-color: #6c541e;
11482
color: #fff;
11483
}
11484
.tile-group.tile-brown .tile-entry {
11485
border-bottom-color: #6c541e;
11486
}
11487
.tile-group.tile-brown .tile-entry h3,
11488
.tile-group.tile-brown .tile-entry h4,
11489
.tile-group.tile-brown .tile-entry a,
11490
.tile-group.tile-brown .tile-entry span,
11491
.tile-group.tile-brown .tile-entry i {
11492
color: #fff;
11493
}
11494
.tile-group.tile-brown .tile-progressbar span {
11495
background: #fff;
11496
}
11497
.tile-group.tile-brown .tile-footer h4,
11498
.tile-group.tile-brown .tile-footer > span {
11499
color: #fff;
11500
}
11501
.tile-group.tile-brown .tile-footer > span {
11502
color: rgba(255, 255, 255, 0.7);
11503
}
11504
.tile-group.tile-plum {
11505
background-color: #701c1c;
11506
color: #fff;
11507
}
11508
.tile-group.tile-plum .tile-entry {
11509
border-bottom-color: #701c1c;
11510
}
11511
.tile-group.tile-plum .tile-entry h3,
11512
.tile-group.tile-plum .tile-entry h4,
11513
.tile-group.tile-plum .tile-entry a,
11514
.tile-group.tile-plum .tile-entry span,
11515
.tile-group.tile-plum .tile-entry i {
11516
color: #fff;
11517
}
11518
.tile-group.tile-plum .tile-progressbar span {
11519
background: #fff;
11520
}
11521
.tile-group.tile-plum .tile-footer h4,
11522
.tile-group.tile-plum .tile-footer > span {
11523
color: #fff;
11524
}
11525
.tile-group.tile-plum .tile-footer > span {
11526
color: rgba(255, 255, 255, 0.7);
11527
}
11528
.tile-group.tile-gray {
11529
background-color: #f5f5f5;
11530
color: #8f8f8f;
11531
}
11532
.tile-group.tile-gray .tile-entry {
11533
border-bottom-color: #f5f5f5;
11534
}
11535
.tile-group.tile-gray .tile-entry h3,
11536
.tile-group.tile-gray .tile-entry h4,
11537
.tile-group.tile-gray .tile-entry a,
11538
.tile-group.tile-gray .tile-entry span,
11539
.tile-group.tile-gray .tile-entry i {
11540
color: #8f8f8f;
11541
}
11542
.tile-group.tile-gray .tile-progressbar span {
11543
background: #8f8f8f;
11544
}
11545
.tile-group.tile-gray .tile-footer h4,
11546
.tile-group.tile-gray .tile-footer > span {
11547
color: #8f8f8f;
11548
}
11549
.tile-group.tile-gray .tile-footer > span {
11550
color: rgba(143, 143, 143, 0.7);
11551
}
11552
.page-error-404 {
11553
color: #303641;
11554
text-align: center;
11555
}
11556
.page-error-404 .error-symbol {
11557
font-size: 120px;
11558
}
11559
.page-error-404 .error-text {
11560
padding-bottom: 25px;
11561
font-size: 16px;
11562
}
11563
.page-error-404 .error-text h2 {
11564
font-size: 45px;
11565
}
11566
.page-error-404 .error-text p {
11567
font-size: 22px;
11568
}
11569
.page-error-404 .error-text + hr {
11570
margin-bottom: 50px;
11571
}
11572
.page-error-404 .input-group {
11573
width: 250px;
11574
margin: 0 auto;
11575
}
11576
body.page-fade {
11577
background: #303641;
11578
-webkit-transition: 400ms all ease-in-out;
11579
-moz-transition: 400ms all ease-in-out;
11580
-o-transition: 400ms all ease-in-out;
11581
transition: 400ms all ease-in-out;
11582
-webkit-transform-origin: 50% 30%;
11583
-moz-transform-origin: 50% 30%;
11584
-ms-transform-origin: 50% 30%;
11585
-o-transform-origin: 50% 30%;
11586
transform-origin: 50% 30%;
11587
}
11588
body.page-fade > .page-container {
11589
-webkit-transform: scale(0.9) translateY(100px);
11590
-moz-transform: scale(0.9) translateY(100px);
11591
-ms-transform: scale(0.9) translateY(100px);
11592
-o-transform: scale(0.9) translateY(100px);
11593
transform: scale(0.9) translateY(100px);
11594
-webkit-transition: 400ms all ease-in-out;
11595
-moz-transition: 400ms all ease-in-out;
11596
-o-transition: 400ms all ease-in-out;
11597
transition: 400ms all ease-in-out;
11598
zoom: 1;
11599
filter: alpha(opacity=0);
11600
-webkit-opacity: 0;
11601
-moz-opacity: 0;
11602
opacity: 0;
11603
}
11604
body.page-fade-init {
11605
background: #ffffff;
11606
}
11607
body.page-fade-init > .page-container {
11608
-webkit-transform: scale(1) translateY(0px);
11609
-moz-transform: scale(1) translateY(0px);
11610
-ms-transform: scale(1) translateY(0px);
11611
-o-transform: scale(1) translateY(0px);
11612
transform: scale(1) translateY(0px);
11613
zoom: 1;
11614
filter: alpha(opacity=100);
11615
-webkit-opacity: 1;
11616
-moz-opacity: 1;
11617
opacity: 1;
11618
}
11619
body.page-left-in {
11620
background: #303641;
11621
-webkit-transition: 400ms all ease-in-out;
11622
-moz-transition: 400ms all ease-in-out;
11623
-o-transition: 400ms all ease-in-out;
11624
transition: 400ms all ease-in-out;
11625
-webkit-transform-origin: 0% 50%;
11626
-moz-transform-origin: 0% 50%;
11627
-ms-transform-origin: 0% 50%;
11628
-o-transform-origin: 0% 50%;
11629
transform-origin: 0% 50%;
11630
-webkit-perspective: 1000;
11631
-moz-perspective: 1000;
11632
perspective: 1000;
11633
-webkit-perspective: 1000px;
11634
-moz-perspective: 1000px;
11635
perspective: 1000px;
11636
}
11637
body.page-left-in > .page-container {
11638
-webkit-transform: rotateY(8deg) translateX(-100px);
11639
-moz-transform: rotateY(8deg) translateX(-100px);
11640
-ms-transform: rotateY(8deg) translateX(-100px);
11641
-o-transform: rotateY(8deg) translateX(-100px);
11642
transform: rotateY(8deg) translateX(-100px);
11643
-webkit-transition: 400ms all ease-in-out;
11644
-moz-transition: 400ms all ease-in-out;
11645
-o-transition: 400ms all ease-in-out;
11646
transition: 400ms all ease-in-out;
11647
zoom: 1;
11648
filter: alpha(opacity=0);
11649
-webkit-opacity: 0;
11650
-moz-opacity: 0;
11651
opacity: 0;
11652
}
11653
body.page-left-in-init {
11654
background: #ffffff;
11655
}
11656
body.page-left-in-init > .page-container {
11657
-webkit-transform: rotateY(0deg) translateX(0px);
11658
-moz-transform: rotateY(0deg) translateX(0px);
11659
-ms-transform: rotateY(0deg) translateX(0px);
11660
-o-transform: rotateY(0deg) translateX(0px);
11661
transform: rotateY(0deg) translateX(0px);
11662
zoom: 1;
11663
filter: alpha(opacity=100);
11664
-webkit-opacity: 1;
11665
-moz-opacity: 1;
11666
opacity: 1;
11667
}
11668
body.page-right-in {
11669
background: #303641;
11670
overflow-x: hidden;
11671
-webkit-transition: 400ms all ease-in-out;
11672
-moz-transition: 400ms all ease-in-out;
11673
-o-transition: 400ms all ease-in-out;
11674
transition: 400ms all ease-in-out;
11675
-webkit-transform-origin: 100% 50%;
11676
-moz-transform-origin: 100% 50%;
11677
-ms-transform-origin: 100% 50%;
11678
-o-transform-origin: 100% 50%;
11679
transform-origin: 100% 50%;
11680
-webkit-perspective: 1000;
11681
-moz-perspective: 1000;
11682
perspective: 1000;
11683
-webkit-perspective: 1000px;
11684
-moz-perspective: 1000px;
11685
perspective: 1000px;
11686
}
11687
body.page-right-in > .page-container {
11688
-webkit-transform: rotateY(-8deg) translateX(100px);
11689
-moz-transform: rotateY(-8deg) translateX(100px);
11690
-ms-transform: rotateY(-8deg) translateX(100px);
11691
-o-transform: rotateY(-8deg) translateX(100px);
11692
transform: rotateY(-8deg) translateX(100px);
11693
-webkit-transition: 400ms all ease-in-out;
11694
-moz-transition: 400ms all ease-in-out;
11695
-o-transition: 400ms all ease-in-out;
11696
transition: 400ms all ease-in-out;
11697
zoom: 1;
11698
filter: alpha(opacity=0);
11699
-webkit-opacity: 0;
11700
-moz-opacity: 0;
11701
opacity: 0;
11702
}
11703
body.page-right-in-init {
11704
background: #ffffff;
11705
}
11706
body.page-right-in-init > .page-container {
11707
-webkit-transform: rotateY(0deg) translateX(0px);
11708
-moz-transform: rotateY(0deg) translateX(0px);
11709
-ms-transform: rotateY(0deg) translateX(0px);
11710
-o-transform: rotateY(0deg) translateX(0px);
11711
transform: rotateY(0deg) translateX(0px);
11712
zoom: 1;
11713
filter: alpha(opacity=100);
11714
-webkit-opacity: 1;
11715
-moz-opacity: 1;
11716
opacity: 1;
11717
}
11718
body.page-fade-only {
11719
background: #303641;
11720
-webkit-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11721
-moz-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11722
-o-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11723
transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11724
-webkit-transform-origin: 50% 30%;
11725
-moz-transform-origin: 50% 30%;
11726
-ms-transform-origin: 50% 30%;
11727
-o-transform-origin: 50% 30%;
11728
transform-origin: 50% 30%;
11729
}
11730
body.page-fade-only > .page-container {
11731
-webkit-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11732
-moz-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11733
-o-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11734
transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);
11735
zoom: 1;
11736
filter: alpha(opacity=0);
11737
-webkit-opacity: 0;
11738
-moz-opacity: 0;
11739
opacity: 0;
11740
}
11741
body.page-fade-only-init {
11742
background: #ffffff;
11743
}
11744
body.page-fade-only-init > .page-container {
11745
zoom: 1;
11746
filter: alpha(opacity=100);
11747
-webkit-opacity: 1;
11748
-moz-opacity: 1;
11749
opacity: 1;
11750
}
11751
.draggable-portlets .sorted {
11752
min-height: 100px;
11753
}
11754
.draggable-portlets .sorted .ui-sortable-placeholder {
11755
background: rgba(255, 255, 204, 0.7);
11756
border: 1px dashed #ebebeb;
11757
visibility: visible !important;
11758
}
11759
.draggable-portlets .sorted > .panel {
11760
-webkit-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
11761
-o-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
11762
transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
11763
-webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
11764
-moz-transition: opacity 300ms ease-in-out, -moz-transform 300ms ease-in-out;
11765
-o-transition: opacity 300ms ease-in-out, -o-transform 300ms ease-in-out;
11766
transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out,-moz-transform 300ms ease-in-out,-o-transform 300ms ease-in-out,transform 300ms ease-in-out;
11767
}
11768
.draggable-portlets .sorted > .panel .panel-heading {
11769
cursor: pointer;
11770
}
11771
.draggable-portlets.dragging .sorted > .panel {
11772
-webkit-transform: scale(.9);
11773
-moz-transform: scale(.9);
11774
-ms-transform: scale(.9);
11775
-o-transform: scale(.9);
11776
transform: scale(.9);
11777
zoom: 1;
11778
filter: alpha(opacity=90);
11779
-webkit-opacity: 0.9;
11780
-moz-opacity: 0.9;
11781
opacity: 0.9;
11782
}
11783
.draggable-portlets.dragging .sorted > .panel.ui-sortable-helper {
11784
-webkit-transform: scale(1.1);
11785
-moz-transform: scale(1.1);
11786
-ms-transform: scale(1.1);
11787
-o-transform: scale(1.1);
11788
transform: scale(1.1);
11789
zoom: 1;
11790
filter: alpha(opacity=100);
11791
-webkit-opacity: 1;
11792
-moz-opacity: 1;
11793
opacity: 1;
11794
}
11795
.language-selector {
11796
margin-top: -7px;
11797
}
11798
.language-selector > .dropdown-toggle {
11799
display: inline-block;
11800
padding: 7px 12px;
11801
-webkit-border-radius: 3px;
11802
-webkit-background-clip: padding-box;
11803
-moz-border-radius: 3px;
11804
-moz-background-clip: padding;
11805
border-radius: 3px;
11806
background-clip: padding-box;
11807
}
11808
.language-selector > .dropdown-toggle img {
11809
display: inline-block;
11810
line-height: 1;
11811
}
11812
.language-selector.open > .dropdown-toggle {
11813
background: #f5f5f6;
11814
}
11815
.language-selector .dropdown-menu {
11816
background: #f5f5f6;
11817
border: none;
11818
margin: 0;
11819
padding: 0;
11820
width: 200px;
11821
overflow: hidden;
11822
-webkit-border-radius: 0 3px 3px 3px;
11823
-webkit-background-clip: padding-box;
11824
-moz-border-radius: 0 3px 3px 3px;
11825
-moz-background-clip: padding;
11826
border-radius: 0 3px 3px 3px;
11827
background-clip: padding-box;
11828
}
11829
.language-selector .dropdown-menu.pull-right {
11830
-webkit-border-radius: 3px 0 3px 3px;
11831
-webkit-background-clip: padding-box;
11832
-moz-border-radius: 3px 0 3px 3px;
11833
-moz-background-clip: padding;
11834
border-radius: 3px 0 3px 3px;
11835
background-clip: padding-box;
11836
margin-right: 5px;
11837
}
11838
.language-selector .dropdown-menu > li {
11839
border-bottom: 1px solid #ebebeb;
11840
}
11841
.language-selector .dropdown-menu > li a {
11842
margin: 0;
11843
display: block;
11844
-webkit-border-radius: 0;
11845
-webkit-background-clip: padding-box;
11846
-moz-border-radius: 0;
11847
-moz-background-clip: padding;
11848
border-radius: 0;
11849
background-clip: padding-box;
11850
padding: 10px 20px;
11851
color: #8d929a;
11852
-webkit-transition: all 300ms ease-in-out;
11853
-moz-transition: all 300ms ease-in-out;
11854
-o-transition: all 300ms ease-in-out;
11855
transition: all 300ms ease-in-out;
11856
}
11857
.language-selector .dropdown-menu > li a img {
11858
margin-right: 5px;
11859
}
11860
.language-selector .dropdown-menu > li a:hover {
11861
background: rgba(235, 235, 235, 0.4);
11862
}
11863
.language-selector .dropdown-menu > li:last-child {
11864
border-bottom: 0;
11865
}
11866
.language-selector .dropdown-menu > li.active a {
11867
background: rgba(235, 235, 235, 0.9);
11868
color: #737881;
11869
}
11870
.language-selector.open > .dropdown-toggle {
11871
-webkit-border-radius: 3px 3px 0 0;
11872
-webkit-background-clip: padding-box;
11873
-moz-border-radius: 3px 3px 0 0;
11874
-moz-background-clip: padding;
11875
border-radius: 3px 3px 0 0;
11876
background-clip: padding-box;
11877
}
11878
.search-results-env .search-string {
11879
font-size: 17px;
11880
}
11881
.search-results-env .search-string strong {
11882
color: #ec5956;
11883
font-weight: normal;
11884
}
11885
.search-results-env .nav-tabs {
11886
margin-bottom: 0;
11887
border-bottom-color: #ebebeb;
11888
}
11889
.search-results-env .nav-tabs li a {
11890
background: #f5f5f6;
11891
border-color: #ebebeb;
11892
}
11893
.search-results-env .nav-tabs li.active a {
11894
background: #f9f9f9;
11895
border-bottom-color: transparent;
11896
}
11897
.search-results-env .search-bar {
11898
padding: 25px;
11899
background: #f9f9f9;
11900
margin-bottom: 30px;
11901
}
11902
.search-results-env .search-bar .form-control + .input-group-btn {
11903
border: 1px solid #303641;
11904
border-left: 0;
11905
padding-left: 3px;
11906
background-color: #303641;
11907
-webkit-border-radius: 0 3px 3px 0;
11908
-webkit-background-clip: padding-box;
11909
-moz-border-radius: 0 3px 3px 0;
11910
-moz-background-clip: padding;
11911
border-radius: 0 3px 3px 0;
11912
background-clip: padding-box;
11913
}
11914
.search-results-env .search-bar .form-control + .input-group-btn .button {
11915
-webkit-border-radius: 0;
11916
-webkit-background-clip: padding-box;
11917
-moz-border-radius: 0;
11918
-moz-background-clip: padding;
11919
border-radius: 0;
11920
background-clip: padding-box;
11921
}
11922
.search-results-env .search-results-panes {
11923
position: relative;
11924
}
11925
.search-results-env .search-results-panes .search-results-pane {
11926
position: relative;
11927
display: none;
11928
}
11929
.search-results-env .search-results-panes .search-results-pane.active {
11930
display: block;
11931
}
11932
.search-results-env .search-results {
11933
list-style: none;
11934
margin: 0;
11935
padding: 0;
11936
}
11937
.search-results-env .search-results > .search-result {
11938
border-bottom: 1px solid #f3f3f3;
11939
padding-bottom: 20px;
11940
margin: 0;
11941
margin-bottom: 20px;
11942
}
11943
.search-results-env .search-results > .search-result h4 {
11944
font-size: 18px;
11945
margin: 0;
11946
margin-bottom: 10px;
11947
}
11948
.search-results-env .search-results > .search-result .link {
11949
color: #ec5956;
11950
}
11951
.search-results-env .search-results > .search-result .link:hover {
11952
text-decoration: underline;
11953
}
11954
.search-results-env .search-results > .search-result:last-child {
11955
padding-bottom: 0;
11956
border-bottom: 0;
11957
}
11958
.search-results-env .search-results > .search-result .sr-inner {
11959
padding: 15px;
11960
-webkit-transition: all 300ms ease-in-out;
11961
-moz-transition: all 300ms ease-in-out;
11962
-o-transition: all 300ms ease-in-out;
11963
transition: all 300ms ease-in-out;
11964
}
11965
.search-results-env .search-results > .search-result .sr-inner:hover {
11966
background: #f9f9f9;
11967
}
11968
.search-results-env .search-results-messages thead tr th,
11969
.search-results-env .search-results-messages tbody tr th,
11970
.search-results-env .search-results-messages thead tr td,
11971
.search-results-env .search-results-messages tbody tr td {
11972
padding: 10px 10px;
11973
}
11974
.search-results-env .search-results-messages tbody tr {
11975
background: #f9f9f9;
11976
}
11977
.search-results-env .search-results-messages tbody tr.unread {
11978
background: #FFF;
11979
}
11980
.search-results-env .search-results-messages tbody tr.unread > td:nth-child(2) a {
11981
font-weight: bold;
11982
}
11983
.search-results-env .search-results-messages tbody tr .star {
11984
display: inline-block;
11985
color: #dddddd;
11986
margin-right: 5px;
11987
font-size: 14px;
11988
-webkit-transition: all 300ms ease-in-out;
11989
-moz-transition: all 300ms ease-in-out;
11990
-o-transition: all 300ms ease-in-out;
11991
transition: all 300ms ease-in-out;
11992
}
11993
.search-results-env .search-results-messages tbody tr .star.stared,
11994
.search-results-env .search-results-messages tbody tr .star.starred {
11995
color: #ff9600;
11996
}
11997
@media (max-width: 570px) {
11998
.search-results-env .nav-tabs {
11999
text-align: left;
12000
}
12001
.search-results-env .nav-tabs > li {
12002
float: none !important;
12003
}
12004
.search-results-env .nav-tabs > li.pull-left {
12005
display: block;
12006
width: 100%;
12007
}
12008
.search-results-env .nav-tabs > li .search-string {
12009
padding-bottom: 15px;
12010
}
12011
}
12012
.boxed-layout {
12013
background: url(../images/boxed-pattern-3.png);
12014
padding-bottom: 0px;
12015
}
12016
.boxed-layout.page-fade,
12017
.boxed-layout.page-fade-only,
12018
.boxed-layout.page-left-in,
12019
.boxed-layout.page-right-in {
12020
background: url(../images/boxed-pattern-3.png);
12021
}
12022
.boxed-layout .page-container {
12023
position: relative;
12024
width: 80%;
12025
margin: 0 auto;
12026
margin-top: 0px;
12027
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12028
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12029
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12030
}
12031
.boxed-layout .page-container:before,
12032
.boxed-layout .page-container:after {
12033
content: " ";
12034
display: table;
12035
}
12036
.boxed-layout .page-container:after {
12037
clear: both;
12038
}
12039
.boxed-layout .page-container.horizontal-menu > header.navbar {
12040
width: 80%;
12041
margin: 0 auto;
12042
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12043
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12044
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
12045
}
12046
.boxed-layout .page-container.horizontal-menu .main-content {
12047
padding-left: 0;
12048
padding-right: 0;
12049
}
12050
.boxed-layout .page-container.horizontal-menu .main-content .container {
12051
width: 100%;
12052
}
12053
.boxed-layout #chat {
12054
position: absolute;
12055
}
12056
@media screen and (max-width: 992px) {
12057
.boxed-layout .page-container {
12058
position: absolute;
12059
width: 100%;
12060
overflow-x: visible;
12061
}
12062
.boxed-layout #chat {
12063
position: fixed;
12064
}
12065
}
12066
@media (max-width: 1199px) {
12067
.pull-none-md {
12068
float: none !important;
12069
}
12070
.pull-none-md .dropdown-menu {
12071
left: 0;
12072
right: auto;
12073
}
12074
.pull-left-md {
12075
float: left !important;
12076
}
12077
.pull-left-md .dropdown-menu {
12078
left: 0;
12079
right: auto;
12080
}
12081
.pull-right-md {
12082
float: right !important;
12083
}
12084
.pull-right-md .dropdown-menu {
12085
left: auto;
12086
right: 0;
12087
}
12088
}
12089
@media (max-width: 991px) {
12090
.pull-none-sm {
12091
float: none !important;
12092
}
12093
.pull-none-sm .dropdown-menu {
12094
left: 0;
12095
right: auto;
12096
}
12097
.pull-left-sm {
12098
float: left !important;
12099
}
12100
.pull-left-sm .dropdown-menu {
12101
left: 0;
12102
right: auto;
12103
}
12104
.pull-right-sm {
12105
float: right !important;
12106
}
12107
.pull-right-sm .dropdown-menu {
12108
left: auto;
12109
right: 0;
12110
}
12111
}
12112
@media (max-width: 767px) {
12113
.pull-none-xs {
12114
float: none !important;
12115
}
12116
.pull-none-xs .dropdown-menu {
12117
left: 0;
12118
right: auto;
12119
}
12120
.pull-left-xs {
12121
float: left !important;
12122
}
12123
.pull-left-xs .dropdown-menu {
12124
left: 0;
12125
right: auto;
12126
}
12127
.pull-right-xs {
12128
float: right !important;
12129
}
12130
.pull-right-xs .dropdown-menu {
12131
left: auto;
12132
right: 0;
12133
}
12134
}
12135
@media (max-width: 480px - 140) {
12136
.pull-none-xsm {
12137
float: none !important;
12138
}
12139
.pull-none-xsm .dropdown-menu {
12140
left: 0;
12141
right: auto;
12142
}
12143
.pull-left-xsm {
12144
float: left !important;
12145
}
12146
.pull-left-xsm .dropdown-menu {
12147
left: 0;
12148
right: auto;
12149
}
12150
.pull-right-xsm {
12151
float: right !important;
12152
}
12153
.pull-right-xsm .dropdown-menu {
12154
left: auto;
12155
right: 0;
12156
}
12157
}
12158
12159