kadmin 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ /**
2
+ *= require modular/vendor
3
+ *= require modular/app-blue
4
+ */
@@ -0,0 +1,1786 @@
1
+ @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
2
+ /*************************************************************
3
+ * App Variables
4
+ **************************************************************/
5
+ /*************************************************************
6
+ * Colors Definitions
7
+ **************************************************************/
8
+ /*************************************************************
9
+ * Common Element Variables
10
+ **************************************************************/
11
+ /* ***************************************************
12
+ * Page Specific Element Variables
13
+ ****************************************************** */
14
+ /*****************************************
15
+ * Background-image: cover mixin
16
+ ******************************************/
17
+ /*****************************************
18
+ * Media Query Mixins
19
+ ******************************************/
20
+ html,
21
+ body {
22
+ padding: 0;
23
+ margin: 0;
24
+ height: 100%;
25
+ min-height: 100%;
26
+ font-family: 'Open Sans', sans-serif;
27
+ color: #4f5f6f;
28
+ overflow-x: hidden; }
29
+
30
+ .main-wrapper {
31
+ width: 100%;
32
+ position: absolute;
33
+ height: 100%;
34
+ overflow-y: auto;
35
+ overflow-x: hidden; }
36
+
37
+ #ref .color-primary {
38
+ color: #52BCD3; }
39
+
40
+ #ref .chart .color-primary {
41
+ color: #52BCD3; }
42
+
43
+ #ref .chart .color-secondary {
44
+ color: #7bccdd; }
45
+
46
+ /*************************************************************
47
+ * App Variables
48
+ **************************************************************/
49
+ /*************************************************************
50
+ * Colors Definitions
51
+ **************************************************************/
52
+ /*************************************************************
53
+ * Common Element Variables
54
+ **************************************************************/
55
+ /* ***************************************************
56
+ * Page Specific Element Variables
57
+ ****************************************************** */
58
+ /*****************************************
59
+ * Background-image: cover mixin
60
+ ******************************************/
61
+ /*****************************************
62
+ * Media Query Mixins
63
+ ******************************************/
64
+ .row .col {
65
+ padding-left: 0.9375rem;
66
+ padding-right: 0.9375rem;
67
+ float: left; }
68
+
69
+ .row-sm {
70
+ margin-left: -10px;
71
+ margin-right: -10px; }
72
+ .row-sm [class^='col'] {
73
+ padding-left: 10px;
74
+ padding-right: 10px; }
75
+
76
+ .title-block {
77
+ padding-bottom: 15px;
78
+ margin-bottom: 30px;
79
+ border-bottom: 1px solid #d7dde4; }
80
+ .title-block::after {
81
+ content: "";
82
+ display: table;
83
+ clear: both; }
84
+ @media (max-width: 767px) {
85
+ .title-block {
86
+ margin-bottom: 20px; } }
87
+
88
+ .subtitle-block {
89
+ padding-bottom: 10px;
90
+ margin-bottom: 20px;
91
+ border-bottom: 1px dashed #e0e5ea; }
92
+
93
+ .section {
94
+ display: block;
95
+ margin-bottom: 15px; }
96
+ @media (min-width: 1200px) {
97
+ .section {
98
+ margin-bottom: 25px; } }
99
+
100
+ @media (min-width: 992px) and (max-width: 1199px) {
101
+ .section {
102
+ margin-bottom: 20px; } }
103
+
104
+ @media (min-width: 768px) and (max-width: 991px) {
105
+ .section {
106
+ margin-bottom: 15px; } }
107
+ @media (max-width: 767px) {
108
+ .section {
109
+ margin-bottom: 10px; } }
110
+ .section:last-of-type {
111
+ margin-bottom: 0; }
112
+
113
+ .box-placeholder {
114
+ margin-bottom: 15px;
115
+ padding: 20px;
116
+ border: 1px dashed #ddd;
117
+ background: #fafafa;
118
+ color: #444;
119
+ cursor: pointer; }
120
+
121
+ .underline-animation {
122
+ position: absolute;
123
+ top: auto;
124
+ bottom: 1px;
125
+ left: 0;
126
+ width: 100%;
127
+ height: 1px;
128
+ background-color: #52BCD3;
129
+ content: '';
130
+ -webkit-transition: all 0.2s;
131
+ transition: all 0.2s;
132
+ -webkit-backface-visibility: hidden;
133
+ backface-visibility: hidden;
134
+ -webkit-transform: scaleX(0);
135
+ transform: scaleX(0); }
136
+
137
+ .stat-chart {
138
+ border-radius: 50%; }
139
+
140
+ .stat {
141
+ white-space: nowrap;
142
+ overflow: hidden;
143
+ text-overflow: ellipsis;
144
+ display: inline-block;
145
+ margin-right: 10px; }
146
+ .stat .value {
147
+ font-size: 20px;
148
+ line-height: 24px;
149
+ overflow: hidden;
150
+ text-overflow: ellipsis;
151
+ font-weight: 500; }
152
+ .stat .name {
153
+ overflow: hidden;
154
+ text-overflow: ellipsis; }
155
+ .stat.lg .value {
156
+ font-size: 26px;
157
+ line-height: 28px; }
158
+ .stat.lg .name {
159
+ font-size: 16px; }
160
+
161
+ .list-icon [class^='col'] {
162
+ cursor: pointer; }
163
+ .list-icon [class^='col'] em {
164
+ font-size: 14px;
165
+ width: 40px;
166
+ vertical-align: middle;
167
+ margin: 0;
168
+ display: inline-block;
169
+ text-align: center;
170
+ -webkit-transition: all 1s;
171
+ transition: all 1s;
172
+ line-height: 30px; }
173
+ .list-icon [class^='col']:hover em {
174
+ -webkit-transform: scale(2, 2);
175
+ transform: scale(2, 2); }
176
+
177
+ .well {
178
+ background-image: none;
179
+ background-color: #fff; }
180
+
181
+ .jumbotron {
182
+ background-image: none;
183
+ background-color: #fff;
184
+ padding: 15px 30px; }
185
+ .jumbotron.jumbotron-fluid {
186
+ padding-left: 0;
187
+ padding-right: 0; }
188
+
189
+ .rounded {
190
+ border-radius: 0.25rem; }
191
+
192
+ .rounded-l {
193
+ border-radius: 0.3rem; }
194
+
195
+ .rounded-s {
196
+ border-radius: 0.2rem; }
197
+
198
+ .jqstooltip {
199
+ height: 25px !important;
200
+ width: auto !important;
201
+ border-radius: 0.2rem; }
202
+
203
+ .title {
204
+ font-size: 1.45rem;
205
+ font-weight: 600;
206
+ margin-bottom: 0; }
207
+ .title.l {
208
+ font-size: 1.6rem; }
209
+ .title.s {
210
+ font-size: 1.4rem; }
211
+ .card .title {
212
+ font-size: 1.1rem;
213
+ color: #4f5f6f; }
214
+
215
+ .title-description {
216
+ margin: 0;
217
+ font-size: 0.9rem;
218
+ font-weight: normal;
219
+ color: #7e8e9f; }
220
+ .title-description.s {
221
+ font-size: 0.8rem; }
222
+ @media (max-width: 767px) {
223
+ .title-description {
224
+ display: none; } }
225
+
226
+ .subtitle {
227
+ font-size: 1.2rem;
228
+ margin: 0;
229
+ color: #7e8e9f; }
230
+
231
+ .text-primary {
232
+ color: #52BCD3; }
233
+
234
+ .text-muted {
235
+ color: #9ba8b5; }
236
+
237
+ pre {
238
+ padding: 0;
239
+ border: none;
240
+ background: none; }
241
+
242
+ .alert {
243
+ background-image: none; }
244
+ .alert.alert-primary {
245
+ background-color: #52BCD3;
246
+ border-color: #52BCD3;
247
+ color: #ffffff; }
248
+ .alert.alert-primary hr {
249
+ border-top-color: #3eb4ce; }
250
+ .alert.alert-primary .alert-link {
251
+ color: #e6e6e6; }
252
+ .alert.alert-success {
253
+ background-color: #4bcf99;
254
+ border-color: #4bcf99;
255
+ color: #ffffff; }
256
+ .alert.alert-success hr {
257
+ border-top-color: #37ca8e; }
258
+ .alert.alert-success .alert-link {
259
+ color: #e6e6e6; }
260
+ .alert.alert-info {
261
+ background-color: #76D4F5;
262
+ border-color: #76D4F5;
263
+ color: #ffffff; }
264
+ .alert.alert-info hr {
265
+ border-top-color: #5ecdf3; }
266
+ .alert.alert-info .alert-link {
267
+ color: #e6e6e6; }
268
+ .alert.alert-warning {
269
+ background-color: #fe974b;
270
+ border-color: #fe974b;
271
+ color: #ffffff; }
272
+ .alert.alert-warning hr {
273
+ border-top-color: #fe8832; }
274
+ .alert.alert-warning .alert-link {
275
+ color: #e6e6e6; }
276
+ .alert.alert-danger {
277
+ background-color: #FF4444;
278
+ border-color: #FF4444;
279
+ color: #ffffff; }
280
+ .alert.alert-danger hr {
281
+ border-top-color: #ff2b2b; }
282
+ .alert.alert-danger .alert-link {
283
+ color: #e6e6e6; }
284
+ .alert.alert-inverse {
285
+ background-color: #131e26;
286
+ border-color: #131e26;
287
+ color: #ffffff; }
288
+ .alert.alert-inverse hr {
289
+ border-top-color: #0b1115; }
290
+ .alert.alert-inverse .alert-link {
291
+ color: #e6e6e6; }
292
+
293
+ .btn {
294
+ background-image: none;
295
+ border-radius: 0;
296
+ margin-bottom: 5px; }
297
+ .btn.btn-primary {
298
+ color: #ffffff;
299
+ background-color: #52BCD3;
300
+ border-color: #52BCD3; }
301
+ .btn.btn-primary:hover {
302
+ color: #ffffff;
303
+ background-color: #31a7c1;
304
+ border-color: #2fa0b9; }
305
+ .btn.btn-primary:focus, .btn.btn-primary.focus {
306
+ color: #ffffff;
307
+ background-color: #31a7c1;
308
+ border-color: #2fa0b9; }
309
+ .btn.btn-primary:active, .btn.btn-primary.active,
310
+ .open > .btn.btn-primary.dropdown-toggle {
311
+ color: #ffffff;
312
+ background-color: #31a7c1;
313
+ border-color: #2fa0b9;
314
+ background-image: none; }
315
+ .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus,
316
+ .open > .btn.btn-primary.dropdown-toggle:hover,
317
+ .open > .btn.btn-primary.dropdown-toggle:focus,
318
+ .open > .btn.btn-primary.dropdown-toggle.focus {
319
+ color: #ffffff;
320
+ background-color: #2a8fa4;
321
+ border-color: #227284; }
322
+ .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
323
+ background-color: #52BCD3;
324
+ border-color: #52BCD3; }
325
+ .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
326
+ background-color: #52BCD3;
327
+ border-color: #52BCD3; }
328
+ .btn.btn-secondary {
329
+ color: #4f5f6f;
330
+ background-color: #fff;
331
+ border-color: #d7dde4; }
332
+ .btn.btn-secondary:hover {
333
+ color: #4f5f6f;
334
+ background-color: #e6e6e6;
335
+ border-color: #b2becb; }
336
+ .btn.btn-secondary:focus, .btn.btn-secondary.focus {
337
+ color: #4f5f6f;
338
+ background-color: #e6e6e6;
339
+ border-color: #b2becb; }
340
+ .btn.btn-secondary:active, .btn.btn-secondary.active,
341
+ .open > .btn.btn-secondary.dropdown-toggle {
342
+ color: #4f5f6f;
343
+ background-color: #e6e6e6;
344
+ border-color: #b2becb;
345
+ background-image: none; }
346
+ .btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus,
347
+ .open > .btn.btn-secondary.dropdown-toggle:hover,
348
+ .open > .btn.btn-secondary.dropdown-toggle:focus,
349
+ .open > .btn.btn-secondary.dropdown-toggle.focus {
350
+ color: #4f5f6f;
351
+ background-color: #d4d4d4;
352
+ border-color: #8b9cb1; }
353
+ .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
354
+ background-color: #fff;
355
+ border-color: #d7dde4; }
356
+ .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
357
+ background-color: #fff;
358
+ border-color: #d7dde4; }
359
+ .btn.btn-success {
360
+ color: #ffffff;
361
+ background-color: #4bcf99;
362
+ border-color: #4bcf99; }
363
+ .btn.btn-success:hover {
364
+ color: #ffffff;
365
+ background-color: #31b680;
366
+ border-color: #2eae7a; }
367
+ .btn.btn-success:focus, .btn.btn-success.focus {
368
+ color: #ffffff;
369
+ background-color: #31b680;
370
+ border-color: #2eae7a; }
371
+ .btn.btn-success:active, .btn.btn-success.active,
372
+ .open > .btn.btn-success.dropdown-toggle {
373
+ color: #ffffff;
374
+ background-color: #31b680;
375
+ border-color: #2eae7a;
376
+ background-image: none; }
377
+ .btn.btn-success:active:hover, .btn.btn-success:active:focus, .btn.btn-success:active.focus, .btn.btn-success.active:hover, .btn.btn-success.active:focus, .btn.btn-success.active.focus,
378
+ .open > .btn.btn-success.dropdown-toggle:hover,
379
+ .open > .btn.btn-success.dropdown-toggle:focus,
380
+ .open > .btn.btn-success.dropdown-toggle.focus {
381
+ color: #ffffff;
382
+ background-color: #299a6c;
383
+ border-color: #217a55; }
384
+ .btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus {
385
+ background-color: #4bcf99;
386
+ border-color: #4bcf99; }
387
+ .btn.btn-success.disabled:hover, .btn.btn-success:disabled:hover {
388
+ background-color: #4bcf99;
389
+ border-color: #4bcf99; }
390
+ .btn.btn-info {
391
+ color: #ffffff;
392
+ background-color: #76D4F5;
393
+ border-color: #76D4F5; }
394
+ .btn.btn-info:hover {
395
+ color: #ffffff;
396
+ background-color: #46c5f2;
397
+ border-color: #3dc2f1; }
398
+ .btn.btn-info:focus, .btn.btn-info.focus {
399
+ color: #ffffff;
400
+ background-color: #46c5f2;
401
+ border-color: #3dc2f1; }
402
+ .btn.btn-info:active, .btn.btn-info.active,
403
+ .open > .btn.btn-info.dropdown-toggle {
404
+ color: #ffffff;
405
+ background-color: #46c5f2;
406
+ border-color: #3dc2f1;
407
+ background-image: none; }
408
+ .btn.btn-info:active:hover, .btn.btn-info:active:focus, .btn.btn-info:active.focus, .btn.btn-info.active:hover, .btn.btn-info.active:focus, .btn.btn-info.active.focus,
409
+ .open > .btn.btn-info.dropdown-toggle:hover,
410
+ .open > .btn.btn-info.dropdown-toggle:focus,
411
+ .open > .btn.btn-info.dropdown-toggle.focus {
412
+ color: #ffffff;
413
+ background-color: #25bbef;
414
+ border-color: #10a7db; }
415
+ .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus {
416
+ background-color: #76D4F5;
417
+ border-color: #76D4F5; }
418
+ .btn.btn-info.disabled:hover, .btn.btn-info:disabled:hover {
419
+ background-color: #76D4F5;
420
+ border-color: #76D4F5; }
421
+ .btn.btn-warning {
422
+ color: #ffffff;
423
+ background-color: #fe974b;
424
+ border-color: #fe974b; }
425
+ .btn.btn-warning:hover {
426
+ color: #ffffff;
427
+ background-color: #fe7a18;
428
+ border-color: #fe740e; }
429
+ .btn.btn-warning:focus, .btn.btn-warning.focus {
430
+ color: #ffffff;
431
+ background-color: #fe7a18;
432
+ border-color: #fe740e; }
433
+ .btn.btn-warning:active, .btn.btn-warning.active,
434
+ .open > .btn.btn-warning.dropdown-toggle {
435
+ color: #ffffff;
436
+ background-color: #fe7a18;
437
+ border-color: #fe740e;
438
+ background-image: none; }
439
+ .btn.btn-warning:active:hover, .btn.btn-warning:active:focus, .btn.btn-warning:active.focus, .btn.btn-warning.active:hover, .btn.btn-warning.active:focus, .btn.btn-warning.active.focus,
440
+ .open > .btn.btn-warning.dropdown-toggle:hover,
441
+ .open > .btn.btn-warning.dropdown-toggle:focus,
442
+ .open > .btn.btn-warning.dropdown-toggle.focus {
443
+ color: #ffffff;
444
+ background-color: #f16701;
445
+ border-color: #c85601; }
446
+ .btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus {
447
+ background-color: #fe974b;
448
+ border-color: #fe974b; }
449
+ .btn.btn-warning.disabled:hover, .btn.btn-warning:disabled:hover {
450
+ background-color: #fe974b;
451
+ border-color: #fe974b; }
452
+ .btn.btn-danger {
453
+ color: #ffffff;
454
+ background-color: #FF4444;
455
+ border-color: #FF4444; }
456
+ .btn.btn-danger:hover {
457
+ color: #ffffff;
458
+ background-color: #ff1111;
459
+ border-color: #ff0707; }
460
+ .btn.btn-danger:focus, .btn.btn-danger.focus {
461
+ color: #ffffff;
462
+ background-color: #ff1111;
463
+ border-color: #ff0707; }
464
+ .btn.btn-danger:active, .btn.btn-danger.active,
465
+ .open > .btn.btn-danger.dropdown-toggle {
466
+ color: #ffffff;
467
+ background-color: #ff1111;
468
+ border-color: #ff0707;
469
+ background-image: none; }
470
+ .btn.btn-danger:active:hover, .btn.btn-danger:active:focus, .btn.btn-danger:active.focus, .btn.btn-danger.active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active.focus,
471
+ .open > .btn.btn-danger.dropdown-toggle:hover,
472
+ .open > .btn.btn-danger.dropdown-toggle:focus,
473
+ .open > .btn.btn-danger.dropdown-toggle.focus {
474
+ color: #ffffff;
475
+ background-color: #ec0000;
476
+ border-color: #c40000; }
477
+ .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus {
478
+ background-color: #FF4444;
479
+ border-color: #FF4444; }
480
+ .btn.btn-danger.disabled:hover, .btn.btn-danger:disabled:hover {
481
+ background-color: #FF4444;
482
+ border-color: #FF4444; }
483
+ .btn.btn-primary-outline {
484
+ color: #52BCD3;
485
+ background-image: none;
486
+ background-color: transparent;
487
+ border-color: #52BCD3; }
488
+ .btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active,
489
+ .open > .btn.btn-primary-outline.dropdown-toggle {
490
+ color: #fff;
491
+ background-color: #52BCD3;
492
+ border-color: #52BCD3; }
493
+ .btn.btn-primary-outline:hover {
494
+ color: #fff;
495
+ background-color: #52BCD3;
496
+ border-color: #52BCD3; }
497
+ .btn.btn-primary-outline.disabled:focus, .btn.btn-primary-outline.disabled.focus, .btn.btn-primary-outline:disabled:focus, .btn.btn-primary-outline:disabled.focus {
498
+ border-color: #a3dbe8; }
499
+ .btn.btn-primary-outline.disabled:hover, .btn.btn-primary-outline:disabled:hover {
500
+ border-color: #a3dbe8; }
501
+ .btn.btn-secondary-outline {
502
+ color: #d7dde4;
503
+ background-image: none;
504
+ background-color: transparent;
505
+ border-color: #d7dde4; }
506
+ .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active,
507
+ .open > .btn.btn-secondary-outline.dropdown-toggle {
508
+ color: #fff;
509
+ background-color: #d7dde4;
510
+ border-color: #d7dde4; }
511
+ .btn.btn-secondary-outline:hover {
512
+ color: #fff;
513
+ background-color: #d7dde4;
514
+ border-color: #d7dde4; }
515
+ .btn.btn-secondary-outline.disabled:focus, .btn.btn-secondary-outline.disabled.focus, .btn.btn-secondary-outline:disabled:focus, .btn.btn-secondary-outline:disabled.focus {
516
+ border-color: white; }
517
+ .btn.btn-secondary-outline.disabled:hover, .btn.btn-secondary-outline:disabled:hover {
518
+ border-color: white; }
519
+ .btn.btn-info-outline {
520
+ color: #76D4F5;
521
+ background-image: none;
522
+ background-color: transparent;
523
+ border-color: #76D4F5; }
524
+ .btn.btn-info-outline:focus, .btn.btn-info-outline.focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active,
525
+ .open > .btn.btn-info-outline.dropdown-toggle {
526
+ color: #fff;
527
+ background-color: #76D4F5;
528
+ border-color: #76D4F5; }
529
+ .btn.btn-info-outline:hover {
530
+ color: #fff;
531
+ background-color: #76D4F5;
532
+ border-color: #76D4F5; }
533
+ .btn.btn-info-outline.disabled:focus, .btn.btn-info-outline.disabled.focus, .btn.btn-info-outline:disabled:focus, .btn.btn-info-outline:disabled.focus {
534
+ border-color: #d5f2fc; }
535
+ .btn.btn-info-outline.disabled:hover, .btn.btn-info-outline:disabled:hover {
536
+ border-color: #d5f2fc; }
537
+ .btn.btn-success-outline {
538
+ color: #4bcf99;
539
+ background-image: none;
540
+ background-color: transparent;
541
+ border-color: #4bcf99; }
542
+ .btn.btn-success-outline:focus, .btn.btn-success-outline.focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active,
543
+ .open > .btn.btn-success-outline.dropdown-toggle {
544
+ color: #fff;
545
+ background-color: #4bcf99;
546
+ border-color: #4bcf99; }
547
+ .btn.btn-success-outline:hover {
548
+ color: #fff;
549
+ background-color: #4bcf99;
550
+ border-color: #4bcf99; }
551
+ .btn.btn-success-outline.disabled:focus, .btn.btn-success-outline.disabled.focus, .btn.btn-success-outline:disabled:focus, .btn.btn-success-outline:disabled.focus {
552
+ border-color: #9ce4c7; }
553
+ .btn.btn-success-outline.disabled:hover, .btn.btn-success-outline:disabled:hover {
554
+ border-color: #9ce4c7; }
555
+ .btn.btn-warning-outline {
556
+ color: #fe974b;
557
+ background-image: none;
558
+ background-color: transparent;
559
+ border-color: #fe974b; }
560
+ .btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active,
561
+ .open > .btn.btn-warning-outline.dropdown-toggle {
562
+ color: #fff;
563
+ background-color: #fe974b;
564
+ border-color: #fe974b; }
565
+ .btn.btn-warning-outline:hover {
566
+ color: #fff;
567
+ background-color: #fe974b;
568
+ border-color: #fe974b; }
569
+ .btn.btn-warning-outline.disabled:focus, .btn.btn-warning-outline.disabled.focus, .btn.btn-warning-outline:disabled:focus, .btn.btn-warning-outline:disabled.focus {
570
+ border-color: #ffd2b0; }
571
+ .btn.btn-warning-outline.disabled:hover, .btn.btn-warning-outline:disabled:hover {
572
+ border-color: #ffd2b0; }
573
+ .btn.btn-danger-outline {
574
+ color: #FF4444;
575
+ background-image: none;
576
+ background-color: transparent;
577
+ border-color: #FF4444; }
578
+ .btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active,
579
+ .open > .btn.btn-danger-outline.dropdown-toggle {
580
+ color: #fff;
581
+ background-color: #FF4444;
582
+ border-color: #FF4444; }
583
+ .btn.btn-danger-outline:hover {
584
+ color: #fff;
585
+ background-color: #FF4444;
586
+ border-color: #FF4444; }
587
+ .btn.btn-danger-outline.disabled:focus, .btn.btn-danger-outline.disabled.focus, .btn.btn-danger-outline:disabled:focus, .btn.btn-danger-outline:disabled.focus {
588
+ border-color: #ffaaaa; }
589
+ .btn.btn-danger-outline.disabled:hover, .btn.btn-danger-outline:disabled:hover {
590
+ border-color: #ffaaaa; }
591
+ .btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus {
592
+ outline: none;
593
+ outline-offset: initial; }
594
+ .btn.btn-pill-left {
595
+ border-top-left-radius: 25px;
596
+ border-bottom-left-radius: 25px; }
597
+ .btn.btn-pill-right {
598
+ border-top-right-radius: 25px;
599
+ border-bottom-right-radius: 25px; }
600
+ .btn.btn-oval {
601
+ border-radius: 25px; }
602
+ .btn.btn-link {
603
+ text-decoration: none; }
604
+ .btn strong {
605
+ font-weight: 600; }
606
+
607
+ .btn-group .dropdown-menu > li:last-child a:hover:before {
608
+ height: 0px;
609
+ -webkit-transform: scaleX(0);
610
+ transform: scaleX(0); }
611
+
612
+ .card {
613
+ background-color: #fff;
614
+ box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
615
+ margin-bottom: 10px;
616
+ border-radius: 0;
617
+ border: none; }
618
+ .card .card {
619
+ box-shadow: none; }
620
+ .card .card-header {
621
+ background-image: none;
622
+ background-color: #ffffff;
623
+ -webkit-box-align: center;
624
+ -ms-flex-align: center;
625
+ align-items: center;
626
+ display: -webkit-box;
627
+ display: -ms-flexbox;
628
+ display: flex;
629
+ -webkit-box-orient: horizontal;
630
+ -webkit-box-direction: normal;
631
+ -ms-flex-direction: row;
632
+ flex-direction: row;
633
+ padding: 0;
634
+ border-radius: 0;
635
+ min-height: 50px;
636
+ border: none; }
637
+ .card .card-header::after {
638
+ content: "";
639
+ display: table;
640
+ clear: both; }
641
+ .card .card-header.bordered {
642
+ border-bottom: 1px solid #d7dde4; }
643
+ .card .card-header.card-header-sm {
644
+ min-height: 40px; }
645
+ .card .card-header > span {
646
+ vertical-align: middle; }
647
+ .card .card-header .pull-right {
648
+ margin-left: auto; }
649
+ .card .card-header .header-block {
650
+ padding: 0.5rem 15px; }
651
+ @media (min-width: 1200px) {
652
+ .card .card-header .header-block {
653
+ padding: 0.5rem 20px; } }
654
+ @media (max-width: 767px) {
655
+ .card .card-header .header-block {
656
+ padding: 0.5rem 10px; } }
657
+ .card .card-header .title {
658
+ color: #4f5f6f;
659
+ display: -webkit-inline-box;
660
+ display: -ms-inline-flexbox;
661
+ display: inline-flex; }
662
+ .card .card-header .btn {
663
+ margin: 0; }
664
+ .card .card-header .nav-tabs {
665
+ border-color: transparent;
666
+ -ms-flex-item-align: stretch;
667
+ align-self: stretch;
668
+ display: -webkit-box;
669
+ display: -ms-flexbox;
670
+ display: flex;
671
+ position: relative;
672
+ top: 1px; }
673
+ .card .card-header .nav-tabs .nav-item {
674
+ margin-left: 0;
675
+ display: -webkit-box;
676
+ display: -ms-flexbox;
677
+ display: flex;
678
+ -ms-flex-item-align: stretch;
679
+ align-self: stretch; }
680
+ .card .card-header .nav-tabs .nav-item .nav-link {
681
+ display: -webkit-box;
682
+ display: -ms-flexbox;
683
+ display: flex;
684
+ -ms-flex-item-align: stretch;
685
+ align-self: stretch;
686
+ -webkit-box-align: center;
687
+ -ms-flex-align: center;
688
+ align-items: center;
689
+ color: #4f5f6f;
690
+ opacity: 0.7;
691
+ padding-left: 10px;
692
+ padding-right: 10px;
693
+ border-radius: 0;
694
+ font-size: 14px;
695
+ border-top-width: 2px;
696
+ border-bottom: 1px solid #d7dde4;
697
+ text-decoration: none; }
698
+ .card .card-header .nav-tabs .nav-item .nav-link.active {
699
+ border-top-color: #52BCD3;
700
+ border-bottom-color: transparent;
701
+ opacity: 1; }
702
+ .card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus {
703
+ opacity: 1;
704
+ background-color: #ffffff;
705
+ border-color: #d7dde4 #d7dde4 transparent;
706
+ border-top-color: #52BCD3; }
707
+ .card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus {
708
+ opacity: 1;
709
+ background-color: transparent;
710
+ border-color: transparent; }
711
+ .card.card-default > .card-header {
712
+ background-color: #fff;
713
+ color: inherit; }
714
+ .card.card-primary {
715
+ border-color: #52BCD3; }
716
+ .card.card-primary > .card-header {
717
+ background-color: #52BCD3;
718
+ border-color: #52BCD3; }
719
+ .card.card-success > .card-header {
720
+ background-color: #4bcf99; }
721
+ .card.card-info > .card-header {
722
+ background-color: #76D4F5; }
723
+ .card.card-warning > .card-header {
724
+ background-color: #fe974b; }
725
+ .card.card-danger > .card-header {
726
+ background-color: #FF4444; }
727
+ .card.card-inverse > .card-header {
728
+ background-color: #131e26; }
729
+ .card .title-block,
730
+ .card .card-title-block {
731
+ padding-bottom: 0;
732
+ margin-bottom: 20px;
733
+ border: none; }
734
+ .card .title-block::after,
735
+ .card .card-title-block::after {
736
+ content: "";
737
+ display: table;
738
+ clear: both; }
739
+ .card .section {
740
+ margin-bottom: 20px; }
741
+ .card .example,
742
+ .card .section.demo {
743
+ margin-bottom: 20px; }
744
+
745
+ .card-block {
746
+ padding: 15px; }
747
+ .card-block .tab-content {
748
+ padding: 0;
749
+ border-color: transparent; }
750
+ @media (min-width: 1200px) {
751
+ .card-block {
752
+ padding: 20px; } }
753
+ @media (max-width: 767px) {
754
+ .card-block {
755
+ padding: 10px; } }
756
+
757
+ .card-footer {
758
+ background-color: #fafafa; }
759
+
760
+ .dropdown-menu {
761
+ float: left;
762
+ box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
763
+ border: 1px solid rgba(126, 142, 159, 0.1);
764
+ border-top-left-radius: 0;
765
+ border-top-right-radius: 0; }
766
+ .dropdown-menu .dropdown-item {
767
+ display: block;
768
+ padding: 0px 15px;
769
+ clear: both;
770
+ font-weight: normal;
771
+ color: #4f5f6f;
772
+ white-space: nowrap;
773
+ -webkit-transition: none;
774
+ transition: none; }
775
+ .dropdown-menu .dropdown-item i {
776
+ margin-right: 2px; }
777
+ .dropdown-menu .dropdown-item:hover {
778
+ color: #52BCD3 !important;
779
+ background: none;
780
+ background-color: whitesmoke; }
781
+
782
+ .flex-row {
783
+ display: -webkit-box;
784
+ display: -ms-flexbox;
785
+ display: flex;
786
+ -webkit-box-orient: horizontal;
787
+ -webkit-box-direction: normal;
788
+ -ms-flex-direction: row;
789
+ flex-direction: row; }
790
+
791
+ .flex-col {
792
+ display: -webkit-box;
793
+ display: -ms-flexbox;
794
+ display: flex;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-box-direction: normal;
797
+ -ms-flex-direction: column;
798
+ flex-direction: column; }
799
+
800
+ .centralize-y {
801
+ display: -webkit-box;
802
+ display: -ms-flexbox;
803
+ display: flex;
804
+ -webkit-box-align: center;
805
+ -ms-flex-align: center;
806
+ align-items: center; }
807
+
808
+ input,
809
+ textarea {
810
+ outline: none; }
811
+
812
+ .form-group .row {
813
+ margin-left: -10px;
814
+ margin-right: -10px; }
815
+ .form-group .row [class^='col'] {
816
+ padding-left: 10px;
817
+ padding-right: 10px; }
818
+
819
+ .form-group.has-error span.has-error {
820
+ color: #FF4444;
821
+ font-size: 13px;
822
+ display: block !important; }
823
+
824
+ .form-group.has-error .form-control-feedback {
825
+ color: #FF4444; }
826
+
827
+ .form-group.has-warning span.has-warning {
828
+ color: #fe974b;
829
+ font-size: 13px;
830
+ display: block !important; }
831
+
832
+ .form-group.has-warning .form-control-feedback {
833
+ color: #fe974b; }
834
+
835
+ .form-group.has-success span.has-success {
836
+ color: #4bcf99;
837
+ font-size: 13px;
838
+ display: block !important; }
839
+
840
+ .form-group.has-success .form-control-feedback {
841
+ color: #4bcf99; }
842
+
843
+ /* Input groups */
844
+ .input-group {
845
+ margin-bottom: 10px; }
846
+ .input-group .form-control {
847
+ padding-left: 5px; }
848
+ .input-group span.input-group-addon {
849
+ font-style: italic;
850
+ border: none;
851
+ border-radius: 0;
852
+ border: none;
853
+ background-color: #d7dde4;
854
+ -webkit-transition: background-color ease-in-out 15s, color ease-in-out .15s;
855
+ transition: background-color ease-in-out 15s, color ease-in-out .15s; }
856
+ .input-group span.input-group-addon.focus {
857
+ background-color: #52BCD3;
858
+ color: #ffffff; }
859
+
860
+ label,
861
+ .control-label {
862
+ font-weight: 600; }
863
+
864
+ .form-control.underlined {
865
+ padding-left: 0;
866
+ padding-right: 0;
867
+ border-radius: 0;
868
+ border: none;
869
+ border-radius: 0;
870
+ box-shadow: none;
871
+ border-bottom: 1px solid #d7dde4; }
872
+ .form-control.underlined.indented {
873
+ padding: .375rem .75rem; }
874
+ .has-error .form-control.underlined:focus,
875
+ .has-warning .form-control.underlined:focus,
876
+ .has-success .form-control.underlined:focus, .form-control.underlined:focus {
877
+ border: none;
878
+ box-shadow: none;
879
+ border-bottom: 1px solid #52BCD3; }
880
+ .has-error .form-control.underlined {
881
+ box-shadow: none;
882
+ border-color: #FF4444; }
883
+ .has-warning .form-control.underlined {
884
+ box-shadow: none;
885
+ border-color: #fe974b; }
886
+ .has-success .form-control.underlined {
887
+ box-shadow: none;
888
+ border-color: #4bcf99; }
889
+
890
+ .form-control.boxed {
891
+ border-radius: 0;
892
+ box-shadow: none; }
893
+ .form-control.boxed:focus {
894
+ border: 1px solid #52BCD3; }
895
+
896
+ .radio,
897
+ .checkbox {
898
+ display: none; }
899
+ .radio + span,
900
+ .checkbox + span {
901
+ padding: 0;
902
+ padding-right: 10px; }
903
+ .radio + span:before,
904
+ .checkbox + span:before {
905
+ font-family: FontAwesome;
906
+ font-size: 21px;
907
+ display: inline-block;
908
+ vertical-align: middle;
909
+ letter-spacing: 10px;
910
+ color: #c8d0da; }
911
+ .radio:checked + span:before,
912
+ .checkbox:checked + span:before {
913
+ color: #52BCD3; }
914
+ .radio:disabled + span:before,
915
+ .checkbox:disabled + span:before {
916
+ opacity: 0.5;
917
+ cursor: not-allowed; }
918
+ .radio:checked:disabled + span:before,
919
+ .checkbox:checked:disabled + span:before {
920
+ color: #c8d0da; }
921
+
922
+ .checkbox + span:before {
923
+ content: "\f0c8"; }
924
+
925
+ .checkbox:checked + span:before {
926
+ content: "\f14a"; }
927
+
928
+ .checkbox.rounded + span:before {
929
+ content: "\f111"; }
930
+
931
+ .checkbox.rounded:checked + span:before {
932
+ content: "\f058"; }
933
+
934
+ .radio + span:before {
935
+ content: "\f111"; }
936
+
937
+ .radio:checked + span:before {
938
+ content: "\f192"; }
939
+
940
+ .radio.squared + span:before {
941
+ content: "\f0c8"; }
942
+
943
+ .radio.squared:checked + span:before {
944
+ content: "\f14a"; }
945
+
946
+ .form-control::-webkit-input-placeholder {
947
+ font-style: italic;
948
+ color: #c8d0da; }
949
+
950
+ .form-control:-moz-placeholder {
951
+ /* Firefox 18- */
952
+ font-style: italic;
953
+ color: #d7dde4; }
954
+
955
+ .form-control::-moz-placeholder {
956
+ /* Firefox 19+ */
957
+ font-style: italic;
958
+ color: #d7dde4; }
959
+
960
+ .form-control:-ms-input-placeholder {
961
+ font-style: italic;
962
+ color: #d7dde4; }
963
+
964
+ /* *******************************************
965
+ * Item List general styles
966
+ ********************************************** */
967
+ .item-list {
968
+ list-style: none;
969
+ padding: 0;
970
+ margin: 0;
971
+ margin-bottom: 0;
972
+ line-height: 1.4rem;
973
+ display: -webkit-box;
974
+ display: -ms-flexbox;
975
+ display: flex;
976
+ -ms-flex-flow: column nowrap;
977
+ flex-flow: column nowrap; }
978
+
979
+ @media (min-width: 992px) and (max-width: 1199px) {
980
+ .item-list {
981
+ font-size: 1rem; } }
982
+
983
+ @media (min-width: 768px) and (max-width: 991px) {
984
+ .item-list {
985
+ font-size: 0.95rem; } }
986
+ @media (max-width: 767px) {
987
+ .item-list {
988
+ font-size: 1.05rem; } }
989
+ .item-list.striped > li {
990
+ border-bottom: 1px solid #e9edf0; }
991
+ .item-list.striped > li:nth-child(2n + 1) {
992
+ background-color: #fcfcfd; }
993
+ @media (max-width: 767px) {
994
+ .item-list.striped > li:nth-child(2n + 1) {
995
+ background-color: #f8f9fb; } }
996
+ .item-list.striped .item-list-footer {
997
+ border-bottom: none; }
998
+
999
+ /* *******************************************
1000
+ * Item general styles
1001
+ ********************************************** */
1002
+ .item-list .item {
1003
+ display: -webkit-box;
1004
+ display: -ms-flexbox;
1005
+ display: flex;
1006
+ -webkit-box-orient: vertical;
1007
+ -webkit-box-direction: normal;
1008
+ -ms-flex-direction: column;
1009
+ flex-direction: column; }
1010
+
1011
+ .item-list .item-row {
1012
+ display: -webkit-box;
1013
+ display: -ms-flexbox;
1014
+ display: flex;
1015
+ -webkit-box-align: stretch;
1016
+ -ms-flex-align: stretch;
1017
+ align-items: stretch;
1018
+ -webkit-box-orient: horizontal;
1019
+ -webkit-box-direction: normal;
1020
+ -ms-flex-direction: row;
1021
+ flex-direction: row;
1022
+ -webkit-box-pack: justify;
1023
+ -ms-flex-pack: justify;
1024
+ justify-content: space-between;
1025
+ -ms-flex-wrap: wrap;
1026
+ flex-wrap: wrap;
1027
+ min-width: 100%; }
1028
+ .item-list .item-row.nowrap {
1029
+ -ms-flex-wrap: nowrap;
1030
+ flex-wrap: nowrap; }
1031
+
1032
+ .item-list .item-col {
1033
+ -webkit-box-align: center;
1034
+ -ms-flex-align: center;
1035
+ align-items: center;
1036
+ display: -webkit-box;
1037
+ display: -ms-flexbox;
1038
+ display: flex;
1039
+ padding: 10px 10px 10px 0;
1040
+ -ms-flex-preferred-size: 0;
1041
+ flex-basis: 0;
1042
+ -webkit-box-flex: 3;
1043
+ -ms-flex-positive: 3;
1044
+ flex-grow: 3;
1045
+ -ms-flex-negative: 3;
1046
+ flex-shrink: 3;
1047
+ margin-left: auto;
1048
+ margin-right: auto;
1049
+ min-width: 0; }
1050
+ .item-list .item-col.fixed {
1051
+ -webkit-box-flex: 0;
1052
+ -ms-flex-positive: 0;
1053
+ flex-grow: 0;
1054
+ -ms-flex-negative: 0;
1055
+ flex-shrink: 0;
1056
+ -ms-flex-preferred-size: auto;
1057
+ flex-basis: auto; }
1058
+ .item-list .item-col.pull-left {
1059
+ margin-right: auto; }
1060
+ .item-list .item-col.pull-right {
1061
+ margin-left: auto; }
1062
+ .item-list .item-col > div {
1063
+ width: 100%; }
1064
+ .item-list .item-col:last-child {
1065
+ padding-right: 0; }
1066
+
1067
+ .item-list .no-overflow {
1068
+ overflow: hidden; }
1069
+
1070
+ .item-list .no-wrap {
1071
+ overflow: hidden;
1072
+ text-overflow: ellipsis;
1073
+ white-space: nowrap; }
1074
+
1075
+ /* *******************************************
1076
+ * Item components
1077
+ ********************************************** */
1078
+ .item-list {
1079
+ /********************************************
1080
+ * Header
1081
+ *********************************************/
1082
+ /********************************************
1083
+ * Heading
1084
+ *********************************************/
1085
+ /********************************************
1086
+ * Checkbox
1087
+ *********************************************/
1088
+ /********************************************
1089
+ * Image
1090
+ *********************************************/
1091
+ /********************************************
1092
+ * Title
1093
+ *********************************************/
1094
+ /********************************************
1095
+ * Stats
1096
+ *********************************************/
1097
+ /********************************************
1098
+ * Actions
1099
+ *********************************************/
1100
+ /********************************************
1101
+ * Something else?
1102
+ *********************************************/ }
1103
+ .item-list .item-list-header .item-col.item-col-header span {
1104
+ color: #999;
1105
+ font-size: 0.8rem;
1106
+ font-weight: 700 !important; }
1107
+ .item-list .item-heading {
1108
+ font-size: 0.9rem;
1109
+ display: none;
1110
+ color: #666;
1111
+ font-weight: 700;
1112
+ padding-right: 10px; }
1113
+ @media (max-width: 767px) {
1114
+ .item-list .item-heading {
1115
+ display: block; } }
1116
+
1117
+ @media (min-width: 544px) and (max-width: 767px) {
1118
+ .item-list .item-heading {
1119
+ width: 100%; } }
1120
+ @media (max-width: 543px) {
1121
+ .item-list .item-heading {
1122
+ width: 40%; } }
1123
+ .item-list .item-col.item-col-check {
1124
+ -ms-flex-preferred-size: 30px;
1125
+ flex-basis: 30px; }
1126
+ @media (max-width: 767px) {
1127
+ .item-list .item-col.item-col-check {
1128
+ -webkit-box-ordinal-group: -7;
1129
+ -ms-flex-order: -8;
1130
+ order: -8; } }
1131
+ .item-list .item-check {
1132
+ margin-bottom: 0; }
1133
+ .item-list .item-check .checkbox + span {
1134
+ padding-right: 0; }
1135
+ .item-list .item-check .checkbox + span:before {
1136
+ width: 20px; }
1137
+ .item-list .item-col.item-col-img {
1138
+ display: -webkit-box;
1139
+ display: -ms-flexbox;
1140
+ display: flex;
1141
+ -ms-flex-preferred-size: 70px;
1142
+ flex-basis: 70px; }
1143
+ .item-list .item-col.item-col-img.xs {
1144
+ -ms-flex-preferred-size: 40px;
1145
+ flex-basis: 40px; }
1146
+ .item-list .item-col.item-col-img.sm {
1147
+ -ms-flex-preferred-size: 50px;
1148
+ flex-basis: 50px; }
1149
+ .item-list .item-col.item-col-img.lg {
1150
+ -ms-flex-preferred-size: 100px;
1151
+ flex-basis: 100px; }
1152
+ .item-list .item-col.item-col-img.xl {
1153
+ -ms-flex-preferred-size: 120px;
1154
+ flex-basis: 120px; }
1155
+ .item-list .item-col.item-col-img a {
1156
+ width: 100%; }
1157
+ .item-list .item-img {
1158
+ -webkit-box-flex: 1;
1159
+ -ms-flex-positive: 1;
1160
+ flex-grow: 1;
1161
+ -ms-flex-item-align: stretch;
1162
+ align-self: stretch;
1163
+ background-color: #efefef;
1164
+ padding-bottom: 100%;
1165
+ width: 100%;
1166
+ height: 0;
1167
+ background-size: cover;
1168
+ background-position: center;
1169
+ background-repeat: no-repeat; }
1170
+ @media (max-width: 767px) {
1171
+ .item-list .item-col.item-col-title {
1172
+ -webkit-box-ordinal-group: -3;
1173
+ -ms-flex-order: -4;
1174
+ order: -4; } }
1175
+ .item-list .item-col.item-col-title a {
1176
+ display: block; }
1177
+ .item-list .item-title {
1178
+ margin: 0;
1179
+ font-size: inherit;
1180
+ line-height: inherit;
1181
+ font-weight: 600; }
1182
+ .item-list .item-stats {
1183
+ height: 1.4rem; }
1184
+ .item-list .item-col.item-col-actions-dropdown {
1185
+ -ms-flex-preferred-size: 40px;
1186
+ flex-basis: 40px;
1187
+ text-align: center;
1188
+ padding-left: 0 !important; }
1189
+ @media (max-width: 767px) {
1190
+ .item-list .item-col.item-col-actions-dropdown {
1191
+ -webkit-box-ordinal-group: -2;
1192
+ -ms-flex-order: -3;
1193
+ order: -3;
1194
+ -ms-flex-preferred-size: 40px !important;
1195
+ flex-basis: 40px !important;
1196
+ padding-right: 10px; } }
1197
+ .item-list .item-actions-dropdown {
1198
+ position: relative;
1199
+ font-size: 1.1rem; }
1200
+ .item-list .item-actions-dropdown.active .item-actions-block {
1201
+ max-width: 120px; }
1202
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn {
1203
+ color: #52BCD3; }
1204
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
1205
+ display: block; }
1206
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
1207
+ display: none; }
1208
+ .item-list .item-actions-dropdown .item-actions-toggle-btn {
1209
+ color: #9ba8b5;
1210
+ font-size: 1.2rem;
1211
+ cursor: pointer;
1212
+ width: 100%;
1213
+ line-height: 30px;
1214
+ text-align: center;
1215
+ text-decoration: none; }
1216
+ .item-list .item-actions-dropdown .item-actions-toggle-btn .active {
1217
+ display: none; }
1218
+ .item-list .item-actions-dropdown .item-actions-block {
1219
+ height: 30px;
1220
+ max-width: 0px;
1221
+ line-height: 30px;
1222
+ overflow: hidden;
1223
+ position: absolute;
1224
+ top: 0;
1225
+ right: 100%;
1226
+ background-color: #d7dde4;
1227
+ border-radius: 3px;
1228
+ -webkit-transition: all 0.15s ease-in-out;
1229
+ transition: all 0.15s ease-in-out; }
1230
+ .item-list .item-actions-dropdown .item-actions-block.direction-right {
1231
+ right: auto;
1232
+ left: 100%; }
1233
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list {
1234
+ padding: 0;
1235
+ list-style: none;
1236
+ white-space: nowrap;
1237
+ padding: 0 5px; }
1238
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
1239
+ display: inline-block;
1240
+ padding: 0; }
1241
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
1242
+ display: block;
1243
+ padding: 0 5px; }
1244
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
1245
+ color: #38424C; }
1246
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
1247
+ color: #40B726; }
1248
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
1249
+ color: #DB0E1E; }
1250
+
1251
+ /* *******************************************
1252
+ * Adjustments
1253
+ ********************************************** */
1254
+ .card > .item-list .item > .item-row {
1255
+ padding: 0 15px; }
1256
+ @media (min-width: 1200px) {
1257
+ .card > .item-list .item > .item-row {
1258
+ padding: 0 20px; } }
1259
+ @media (max-width: 767px) {
1260
+ .card > .item-list .item > .item-row {
1261
+ padding: 0 10px; } }
1262
+
1263
+ .modal-body.modal-tab-container {
1264
+ padding: 0; }
1265
+ .modal-body.modal-tab-container .modal-tabs {
1266
+ padding-left: 0;
1267
+ margin-bottom: 0;
1268
+ list-style: none;
1269
+ background-color: #ffffff;
1270
+ border-bottom: 1px solid #ddd;
1271
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
1272
+ .modal-body.modal-tab-container .modal-tabs .nav-link {
1273
+ padding: 10px 20px;
1274
+ border: none; }
1275
+ .modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active {
1276
+ color: #52BCD3;
1277
+ border-bottom: 2px solid #52BCD3; }
1278
+ .modal-body.modal-tab-container .modal-tabs .nav-link.active {
1279
+ font-weight: 600; }
1280
+
1281
+ a:not(.btn) {
1282
+ -webkit-transition: initial;
1283
+ transition: initial;
1284
+ text-decoration: underline;
1285
+ color: #969696; }
1286
+ a:not(.btn):hover {
1287
+ text-decoration: underline;
1288
+ color: #33aec9; }
1289
+ a:not(.btn):hover:before {
1290
+ -webkit-transform: scaleX(1);
1291
+ transform: scaleX(1); }
1292
+ a:not(.btn):focus {
1293
+ text-decoration: none; }
1294
+
1295
+ span a {
1296
+ vertical-align: text-bottom; }
1297
+
1298
+ [class^='nav'] li > a,
1299
+ [class*=' nav'] li > a {
1300
+ display: block; }
1301
+ [class^='nav'] li > a:before,
1302
+ [class*=' nav'] li > a:before {
1303
+ display: none; }
1304
+
1305
+ .nav.nav-tabs-bordered {
1306
+ border-color: #52BCD3; }
1307
+ .nav.nav-tabs-bordered + .tab-content {
1308
+ border-style: solid;
1309
+ border-width: 0 1px 1px 1px;
1310
+ border-color: #52BCD3;
1311
+ padding: 10px 20px 0; }
1312
+ .nav.nav-tabs-bordered .nav-item .nav-link {
1313
+ text-decoration: none; }
1314
+ .nav.nav-tabs-bordered .nav-item .nav-link:hover {
1315
+ color: #ffffff;
1316
+ background-color: #52BCD3;
1317
+ border: 1px solid #52BCD3; }
1318
+ .nav.nav-tabs-bordered .nav-item .nav-link.active {
1319
+ border-color: #52BCD3;
1320
+ border-bottom-color: transparent; }
1321
+ .nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
1322
+ background-color: #ffffff;
1323
+ color: inherit; }
1324
+
1325
+ .nav.nav-pills + .tab-content {
1326
+ border: 0;
1327
+ padding: 5px; }
1328
+
1329
+ .nav.nav-pills .nav-item .nav-link {
1330
+ text-decoration: none; }
1331
+ .nav.nav-pills .nav-item .nav-link:hover {
1332
+ color: #4f5f6f;
1333
+ background-color: transparent;
1334
+ border: 0; }
1335
+ .nav.nav-pills .nav-item .nav-link.active {
1336
+ border-color: #52BCD3;
1337
+ border-bottom-color: transparent;
1338
+ background-color: #52BCD3; }
1339
+ .nav.nav-pills .nav-item .nav-link.active:hover {
1340
+ background-color: #52BCD3;
1341
+ color: #ffffff; }
1342
+
1343
+ .pagination {
1344
+ margin-top: 0; }
1345
+ .pagination .page-item .page-link {
1346
+ color: #52BCD3; }
1347
+ .pagination .page-item.active .page-link,
1348
+ .pagination .page-item.active .page-link:focus,
1349
+ .pagination .page-item.active .page-link:hover {
1350
+ color: #fff;
1351
+ border-color: #52BCD3;
1352
+ background-color: #52BCD3; }
1353
+
1354
+ /* Let's get this party started */
1355
+ ::-webkit-scrollbar {
1356
+ width: 7px;
1357
+ height: 7px; }
1358
+
1359
+ /* Track */
1360
+ ::-webkit-scrollbar-track {
1361
+ border-radius: 0; }
1362
+
1363
+ /* Handle */
1364
+ ::-webkit-scrollbar-thumb {
1365
+ border-radius: 0;
1366
+ background: #3eb4ce; }
1367
+
1368
+ ::-webkit-scrollbar-thumb:window-inactive {
1369
+ background: #52BCD3; }
1370
+
1371
+ .table label {
1372
+ margin-bottom: 0; }
1373
+
1374
+ .table .checkbox + span {
1375
+ margin-bottom: 0; }
1376
+ .table .checkbox + span:before {
1377
+ line-height: 20px; }
1378
+
1379
+ .header .header-block-buttons {
1380
+ text-align: center;
1381
+ margin-left: auto;
1382
+ margin-right: auto;
1383
+ white-space: nowrap; }
1384
+ .header .header-block-buttons .btn.header-btn {
1385
+ background-color: transparent;
1386
+ border: 1px solid #64798d;
1387
+ color: #64798d;
1388
+ margin: 0 5px;
1389
+ border-radius: 0.2rem; }
1390
+ .header .header-block-buttons .btn.header-btn:hover, .header .header-block-buttons .btn.header-btn:focus {
1391
+ border: 1px solid #3a4651;
1392
+ color: #3a4651; }
1393
+ @media (max-width: 767px) {
1394
+ .header .header-block-buttons .btn.header-btn span {
1395
+ display: none; } }
1396
+
1397
+ .header .header-block-collapse {
1398
+ padding-right: 5px; }
1399
+ @media (max-width: 767px) {
1400
+ .header .header-block-collapse {
1401
+ width: 155px; } }
1402
+ .header .header-block-collapse .collapse-btn {
1403
+ background: none;
1404
+ border: none;
1405
+ box-shadow: none;
1406
+ color: #52BCD3;
1407
+ font-size: 24px;
1408
+ line-height: 40px;
1409
+ border-radius: 0;
1410
+ outline: none;
1411
+ padding: 0;
1412
+ padding-left: 10px;
1413
+ padding-right: 10px;
1414
+ vertical-align: initial; }
1415
+
1416
+ .header .header-block-nav {
1417
+ margin-left: auto;
1418
+ white-space: nowrap;
1419
+ padding-right: 15px; }
1420
+ @media (max-width: 767px) {
1421
+ .header .header-block-nav {
1422
+ padding-right: 25px; } }
1423
+ .header .header-block-nav::after {
1424
+ content: "";
1425
+ display: table;
1426
+ clear: both; }
1427
+ .header .header-block-nav a {
1428
+ text-decoration: none; }
1429
+ .header .header-block-nav ul {
1430
+ margin: 0;
1431
+ padding: 0;
1432
+ list-style: none; }
1433
+ .header .header-block-nav > ul {
1434
+ display: table; }
1435
+ .header .header-block-nav > ul > li {
1436
+ display: table-cell;
1437
+ position: relative; }
1438
+ .header .header-block-nav > ul > li:before {
1439
+ display: block;
1440
+ content: " ";
1441
+ width: 1px;
1442
+ height: 24px;
1443
+ top: 50%;
1444
+ margin-top: -12px;
1445
+ background-color: #8b9cb1;
1446
+ position: absolute;
1447
+ left: 0; }
1448
+ .header .header-block-nav > ul > li:first-child:before {
1449
+ display: none; }
1450
+ .header .header-block-nav > ul > li > a {
1451
+ padding: 0 15px;
1452
+ color: #4f5f6f; }
1453
+ .header .header-block-nav > ul > li > a:hover {
1454
+ color: #52BCD3; }
1455
+ .header .header-block-nav .dropdown-menu {
1456
+ margin-top: 15px; }
1457
+
1458
+ .header .header-block-search {
1459
+ margin-right: auto;
1460
+ padding-left: 20px; }
1461
+ @media (max-width: 767px) {
1462
+ .header .header-block-search {
1463
+ padding-left: 10px; } }
1464
+
1465
+ @media (min-width: 768px) and (max-width: 991px) {
1466
+ .header .header-block-search {
1467
+ padding-left: 20px; } }
1468
+
1469
+ @media (min-width: 992px) and (max-width: 1199px) {
1470
+ .header .header-block-search {
1471
+ padding-left: 20px; } }
1472
+ @media (min-width: 1200px) {
1473
+ .header .header-block-search {
1474
+ padding-left: 35px; } }
1475
+ .header .header-block-search > form {
1476
+ float: right; }
1477
+ @media (max-width: 767px) {
1478
+ .header .header-block-search > form {
1479
+ padding-left: 0; } }
1480
+ .header .header-block-search .input-container {
1481
+ position: relative;
1482
+ color: #7e8e9f; }
1483
+ .header .header-block-search .input-container i {
1484
+ position: absolute;
1485
+ pointer-events: none;
1486
+ display: block;
1487
+ height: 40px;
1488
+ line-height: 40px;
1489
+ left: 0; }
1490
+ .header .header-block-search .input-container input {
1491
+ background-color: transparent;
1492
+ border: none;
1493
+ padding-left: 25px;
1494
+ height: 40px;
1495
+ max-width: 150px; }
1496
+ @media (max-width: 767px) {
1497
+ .header .header-block-search .input-container input {
1498
+ max-width: 140px; } }
1499
+ .header .header-block-search .input-container input:focus + .underline {
1500
+ -webkit-transform: scaleX(1);
1501
+ transform: scaleX(1); }
1502
+
1503
+ #modal-media .modal-body {
1504
+ min-height: 250px; }
1505
+
1506
+ #modal-media .modal-tab-content {
1507
+ min-height: 300px; }
1508
+
1509
+ #modal-media .images-container {
1510
+ padding: 15px;
1511
+ text-align: center; }
1512
+ #modal-media .images-container .image-container {
1513
+ margin: 0 auto 10px auto;
1514
+ cursor: pointer;
1515
+ -webkit-transition: all 0.3s ease;
1516
+ transition: all 0.3s ease;
1517
+ display: inline-block;
1518
+ float: none; }
1519
+ #modal-media .images-container .image-container:hover {
1520
+ border-color: rgba(82, 188, 211, 0.5); }
1521
+ #modal-media .images-container .image-container.active {
1522
+ border-color: rgba(82, 188, 211, 0.5); }
1523
+
1524
+ #modal-media .upload-container {
1525
+ padding: 15px; }
1526
+ #modal-media .upload-container .dropzone {
1527
+ position: relative;
1528
+ border: 2px dashed #52BCD3;
1529
+ height: 270px; }
1530
+ #modal-media .upload-container .dropzone .dz-message-block {
1531
+ position: absolute;
1532
+ top: 50%;
1533
+ left: 50%;
1534
+ -webkit-transform: translateY(-50%) translateX(-50%);
1535
+ transform: translateY(-50%) translateX(-50%); }
1536
+ #modal-media .upload-container .dropzone .dz-message-block .dz-message {
1537
+ margin: 0;
1538
+ font-size: 24px;
1539
+ color: #52BCD3;
1540
+ width: 230px; }
1541
+
1542
+ .sidebar-header .brand {
1543
+ color: #fff;
1544
+ text-align: left;
1545
+ padding-left: 25px;
1546
+ line-height: 70px;
1547
+ font-size: 16px; }
1548
+ @media (max-width: 767px) {
1549
+ .sidebar-header .brand {
1550
+ line-height: 50px;
1551
+ font-size: 16px; } }
1552
+
1553
+ .footer {
1554
+ background-color: #fff;
1555
+ position: absolute;
1556
+ left: 230px;
1557
+ right: 0;
1558
+ bottom: 0;
1559
+ height: 50px;
1560
+ display: -webkit-box;
1561
+ display: -ms-flexbox;
1562
+ display: flex;
1563
+ -webkit-box-pack: justify;
1564
+ -ms-flex-pack: justify;
1565
+ justify-content: space-between;
1566
+ -webkit-box-align: center;
1567
+ -ms-flex-align: center;
1568
+ align-items: center; }
1569
+ .footer-fixed .footer {
1570
+ position: fixed; }
1571
+ .footer .footer-block {
1572
+ vertical-align: middle;
1573
+ margin-left: 20px;
1574
+ margin-right: 20px; }
1575
+ .footer .footer-github-btn {
1576
+ vertical-align: middle; }
1577
+ @media (max-width: 991px) {
1578
+ .footer {
1579
+ left: 0; } }
1580
+ .footer .author > ul {
1581
+ list-style: none;
1582
+ margin: 0;
1583
+ padding: 0; }
1584
+ .footer .author > ul li {
1585
+ display: inline-block; }
1586
+ .footer .author > ul li:after {
1587
+ content: "|"; }
1588
+ .footer .author > ul li:last-child:after {
1589
+ content: ""; }
1590
+ @media (max-width: 991px) {
1591
+ .footer .author > ul li {
1592
+ display: block;
1593
+ text-align: right; }
1594
+ .footer .author > ul li:after {
1595
+ content: ""; } }
1596
+ @media (max-width: 991px) {
1597
+ .footer .author > ul {
1598
+ display: block; } }
1599
+ @media (max-width: 767px) {
1600
+ .footer .author > ul {
1601
+ display: none; } }
1602
+
1603
+ .header {
1604
+ background-color: #d7dde4;
1605
+ height: 70px;
1606
+ position: absolute;
1607
+ left: 230px;
1608
+ right: 0;
1609
+ -webkit-transition: left 0.3s ease;
1610
+ transition: left 0.3s ease;
1611
+ z-index: 10;
1612
+ display: -webkit-box;
1613
+ display: -ms-flexbox;
1614
+ display: flex;
1615
+ -webkit-box-align: center;
1616
+ -ms-flex-align: center;
1617
+ align-items: center;
1618
+ -webkit-box-pack: justify;
1619
+ -ms-flex-pack: justify;
1620
+ justify-content: space-between; }
1621
+ @media (max-width: 991px) {
1622
+ .header {
1623
+ left: 0; } }
1624
+ @media (max-width: 767px) {
1625
+ .header {
1626
+ left: 0;
1627
+ height: 50px; } }
1628
+ .header-fixed .header {
1629
+ position: fixed; }
1630
+ @media (max-width: 767px) {
1631
+ .header .header-block {
1632
+ padding: 5px; } }
1633
+
1634
+ .modal .modal-content {
1635
+ border-radius: 0; }
1636
+
1637
+ .modal .modal-header {
1638
+ background-color: #52BCD3;
1639
+ color: #ffffff; }
1640
+
1641
+ .modal .modal-footer .btn {
1642
+ margin-bottom: 0; }
1643
+
1644
+ .sidebar {
1645
+ background-color: #3a4651;
1646
+ width: 230px;
1647
+ padding-bottom: 60px;
1648
+ position: absolute;
1649
+ top: 0;
1650
+ left: 0;
1651
+ bottom: 0;
1652
+ -webkit-transition: left 0.3s ease;
1653
+ transition: left 0.3s ease;
1654
+ z-index: 20; }
1655
+ @media (max-width: 991px) {
1656
+ .sidebar {
1657
+ position: fixed;
1658
+ left: -230px; } }
1659
+ .sidebar-fixed .sidebar {
1660
+ position: fixed; }
1661
+ .sidebar-open .sidebar {
1662
+ left: 0; }
1663
+ .sidebar .sidebar-container {
1664
+ position: absolute;
1665
+ top: 0;
1666
+ bottom: 51px;
1667
+ width: 100%;
1668
+ left: 0;
1669
+ overflow-y: auto;
1670
+ overflow-x: hidden; }
1671
+ .sidebar .sidebar-container::-webkit-scrollbar-track {
1672
+ background-color: #2c353e; }
1673
+ .sidebar .nav {
1674
+ font-size: 14px; }
1675
+ .sidebar .nav li a:focus,
1676
+ .open .sidebar .nav li a:focus {
1677
+ background-color: inherit; }
1678
+ .sidebar .nav ul {
1679
+ padding: 0;
1680
+ height: 0px;
1681
+ overflow: hidden; }
1682
+ .loaded .sidebar .nav ul {
1683
+ height: auto; }
1684
+ .sidebar .nav li.active ul {
1685
+ height: auto; }
1686
+ .sidebar .nav li a {
1687
+ color: rgba(255, 255, 255, 0.5);
1688
+ text-decoration: none; }
1689
+ .sidebar .nav li a:hover,
1690
+ .sidebar .nav li.open > a,
1691
+ .sidebar .nav li.open a:hover {
1692
+ color: #ffffff;
1693
+ background-color: #2d363f; }
1694
+ .sidebar .nav > li > a {
1695
+ padding-top: 15px;
1696
+ padding-bottom: 15px;
1697
+ padding-left: 20px;
1698
+ padding-right: 10px; }
1699
+ .sidebar .nav > li.active > a,
1700
+ .sidebar .nav > li.active > a:hover {
1701
+ background-color: #52BCD3 !important;
1702
+ color: #ffffff !important; }
1703
+ .sidebar .nav > li.open > a {
1704
+ background-color: #333e48; }
1705
+ .sidebar .nav > li.open > a i.arrow {
1706
+ -webkit-transform: rotate(90deg);
1707
+ transform: rotate(90deg); }
1708
+ .sidebar .nav > li > a i {
1709
+ margin-right: 5px;
1710
+ font-size: 16px; }
1711
+ .sidebar .nav > li > a i.arrow {
1712
+ float: right;
1713
+ font-size: 20px;
1714
+ line-height: initial;
1715
+ -webkit-transition: all 0.3s ease;
1716
+ transition: all 0.3s ease; }
1717
+ .sidebar .nav > li > a i.arrow:before {
1718
+ content: "\f105" !important; }
1719
+ .sidebar .nav > li > ul > li a {
1720
+ padding-top: 10px;
1721
+ padding-bottom: 10px;
1722
+ padding-left: 50px;
1723
+ background-color: #333e48; }
1724
+ .sidebar .nav > li > ul > li.active a {
1725
+ color: #ffffff; }
1726
+
1727
+ .sidebar-overlay {
1728
+ position: absolute;
1729
+ display: none;
1730
+ left: 200vw;
1731
+ right: 0;
1732
+ top: 0;
1733
+ bottom: 0;
1734
+ z-index: 5;
1735
+ opacity: 0;
1736
+ -webkit-transition: opacity 0.3s ease;
1737
+ transition: opacity 0.3s ease;
1738
+ z-index: 15; }
1739
+ @media (max-width: 991px) {
1740
+ .sidebar-overlay {
1741
+ display: block; } }
1742
+ @media (max-width: 767px) {
1743
+ .sidebar-overlay {
1744
+ background-color: rgba(0, 0, 0, 0.7); } }
1745
+ @media (max-width: 991px) {
1746
+ .sidebar-open .sidebar-overlay {
1747
+ left: 0;
1748
+ opacity: 1; } }
1749
+
1750
+ .app {
1751
+ position: relative;
1752
+ width: 100%;
1753
+ padding-left: 230px;
1754
+ min-height: 100vh;
1755
+ margin: 0 auto;
1756
+ left: 0;
1757
+ background-color: #f0f3f6;
1758
+ box-shadow: 0 0 3px #ccc;
1759
+ -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
1760
+ transition: left 0.3s ease, padding-left 0.3s ease;
1761
+ overflow: hidden; }
1762
+ .app .content {
1763
+ padding: 95px 20px 75px 20px;
1764
+ min-height: 100vh; }
1765
+ @media (min-width: 1200px) {
1766
+ .app .content {
1767
+ padding: 105px 40px 85px 40px; } }
1768
+
1769
+ @media (min-width: 992px) and (max-width: 1199px) {
1770
+ .app .content {
1771
+ padding: 100px 35px 80px 35px; } }
1772
+
1773
+ @media (min-width: 768px) and (max-width: 991px) {
1774
+ .app .content {
1775
+ padding: 95px 20px 75px 20px; } }
1776
+ @media (max-width: 767px) {
1777
+ .app .content {
1778
+ padding: 70px 20px 70px 20px; } }
1779
+ @media (max-width: 991px) {
1780
+ .app {
1781
+ padding-left: 0; } }
1782
+ @media (max-width: 991px) {
1783
+ .app.sidebar-open {
1784
+ left: 0; } }
1785
+ .app.blank {
1786
+ background-color: #667380; }