kadmin 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2795 @@
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: #F59C20; }
39
+
40
+ #ref .chart .color-primary {
41
+ color: #F59C20; }
42
+
43
+ #ref .chart .color-secondary {
44
+ color: #f7b251; }
45
+
46
+ .app {
47
+ position: relative;
48
+ width: 100%;
49
+ padding-left: 230px;
50
+ min-height: 100vh;
51
+ margin: 0 auto;
52
+ left: 0;
53
+ background-color: #f0f3f6;
54
+ box-shadow: 0 0 3px #ccc;
55
+ -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
56
+ transition: left 0.3s ease, padding-left 0.3s ease;
57
+ overflow: hidden; }
58
+ .app .content {
59
+ padding: 95px 20px 75px 20px;
60
+ min-height: 100vh; }
61
+ @media (min-width: 1200px) {
62
+ .app .content {
63
+ padding: 105px 40px 85px 40px; } }
64
+
65
+ @media (min-width: 992px) and (max-width: 1199px) {
66
+ .app .content {
67
+ padding: 100px 35px 80px 35px; } }
68
+
69
+ @media (min-width: 768px) and (max-width: 991px) {
70
+ .app .content {
71
+ padding: 95px 20px 75px 20px; } }
72
+ @media (max-width: 767px) {
73
+ .app .content {
74
+ padding: 70px 20px 70px 20px; } }
75
+ @media (max-width: 991px) {
76
+ .app {
77
+ padding-left: 0; } }
78
+ @media (max-width: 991px) {
79
+ .app.sidebar-open {
80
+ left: 0; } }
81
+ .app.blank {
82
+ background-color: #667380; }
83
+
84
+ .auth {
85
+ position: absolute;
86
+ width: 100%;
87
+ height: 100%;
88
+ left: 0;
89
+ background-color: #667380;
90
+ overflow-x: hidden;
91
+ overflow-y: auto; }
92
+
93
+ .auth-container {
94
+ width: 450px;
95
+ min-height: 330px;
96
+ position: absolute;
97
+ top: 50%;
98
+ left: 50%;
99
+ -webkit-transform: translateY(-50%) translateX(-50%);
100
+ transform: translateY(-50%) translateX(-50%); }
101
+ .auth-container .auth-header {
102
+ text-align: center;
103
+ border-bottom: 1px solid #F59C20; }
104
+ .auth-container .auth-title {
105
+ color: #97A4B1;
106
+ padding: 20px;
107
+ line-height: 30px;
108
+ font-size: 26px;
109
+ font-weight: 600;
110
+ margin: 0; }
111
+ .auth-container .auth-content {
112
+ padding: 30px 50px;
113
+ min-height: 260px; }
114
+ .auth-container .forgot-btn {
115
+ line-height: 28px; }
116
+ .auth-container .checkbox label {
117
+ padding: 0; }
118
+ .auth-container .checkbox a {
119
+ vertical-align: text-top; }
120
+ .auth-container .checkbox span {
121
+ color: #4f5f6f; }
122
+
123
+ @media (max-width: 767px) {
124
+ .auth-container {
125
+ width: 100%;
126
+ position: relative;
127
+ left: 0;
128
+ top: 0;
129
+ -webkit-transform: inherit;
130
+ transform: inherit;
131
+ margin: 0;
132
+ margin-bottom: 10px; }
133
+ .auth-container .auth-content {
134
+ padding: 30px 25px; } }
135
+
136
+ /*****************************************
137
+ * Background-image: cover mixin
138
+ ******************************************/
139
+ /*****************************************
140
+ * Media Query Mixins
141
+ ******************************************/
142
+ .row .col {
143
+ padding-left: 0.9375rem;
144
+ padding-right: 0.9375rem;
145
+ float: left; }
146
+
147
+ .row-sm {
148
+ margin-left: -10px;
149
+ margin-right: -10px; }
150
+ .row-sm [class^='col'] {
151
+ padding-left: 10px;
152
+ padding-right: 10px; }
153
+
154
+ .title-block {
155
+ padding-bottom: 15px;
156
+ margin-bottom: 30px;
157
+ border-bottom: 1px solid #d7dde4; }
158
+ .title-block::after {
159
+ content: "";
160
+ display: table;
161
+ clear: both; }
162
+ @media (max-width: 767px) {
163
+ .title-block {
164
+ margin-bottom: 20px; } }
165
+
166
+ .subtitle-block {
167
+ padding-bottom: 10px;
168
+ margin-bottom: 20px;
169
+ border-bottom: 1px dashed #e0e5ea; }
170
+
171
+ .section {
172
+ display: block;
173
+ margin-bottom: 15px; }
174
+ @media (min-width: 1200px) {
175
+ .section {
176
+ margin-bottom: 25px; } }
177
+
178
+ @media (min-width: 992px) and (max-width: 1199px) {
179
+ .section {
180
+ margin-bottom: 20px; } }
181
+
182
+ @media (min-width: 768px) and (max-width: 991px) {
183
+ .section {
184
+ margin-bottom: 15px; } }
185
+ @media (max-width: 767px) {
186
+ .section {
187
+ margin-bottom: 10px; } }
188
+ .section:last-of-type {
189
+ margin-bottom: 0; }
190
+
191
+ .box-placeholder {
192
+ margin-bottom: 15px;
193
+ padding: 20px;
194
+ border: 1px dashed #ddd;
195
+ background: #fafafa;
196
+ color: #444;
197
+ cursor: pointer; }
198
+
199
+ .underline-animation {
200
+ position: absolute;
201
+ top: auto;
202
+ bottom: 1px;
203
+ left: 0;
204
+ width: 100%;
205
+ height: 1px;
206
+ background-color: #F59C20;
207
+ content: '';
208
+ -webkit-transition: all 0.2s;
209
+ transition: all 0.2s;
210
+ -webkit-backface-visibility: hidden;
211
+ backface-visibility: hidden;
212
+ -webkit-transform: scaleX(0);
213
+ transform: scaleX(0); }
214
+
215
+ .stat-chart {
216
+ border-radius: 50%; }
217
+
218
+ .stat {
219
+ white-space: nowrap;
220
+ overflow: hidden;
221
+ text-overflow: ellipsis;
222
+ display: inline-block;
223
+ margin-right: 10px; }
224
+ .stat .value {
225
+ font-size: 20px;
226
+ line-height: 24px;
227
+ overflow: hidden;
228
+ text-overflow: ellipsis;
229
+ font-weight: 500; }
230
+ .stat .name {
231
+ overflow: hidden;
232
+ text-overflow: ellipsis; }
233
+ .stat.lg .value {
234
+ font-size: 26px;
235
+ line-height: 28px; }
236
+ .stat.lg .name {
237
+ font-size: 16px; }
238
+
239
+ .list-icon [class^='col'] {
240
+ cursor: pointer; }
241
+ .list-icon [class^='col'] em {
242
+ font-size: 14px;
243
+ width: 40px;
244
+ vertical-align: middle;
245
+ margin: 0;
246
+ display: inline-block;
247
+ text-align: center;
248
+ -webkit-transition: all 1s;
249
+ transition: all 1s;
250
+ line-height: 30px; }
251
+ .list-icon [class^='col']:hover em {
252
+ -webkit-transform: scale(2, 2);
253
+ transform: scale(2, 2); }
254
+
255
+ .well {
256
+ background-image: none;
257
+ background-color: #fff; }
258
+
259
+ .jumbotron {
260
+ background-image: none;
261
+ background-color: #fff;
262
+ padding: 15px 30px; }
263
+ .jumbotron.jumbotron-fluid {
264
+ padding-left: 0;
265
+ padding-right: 0; }
266
+
267
+ .rounded {
268
+ border-radius: 0.25rem; }
269
+
270
+ .rounded-l {
271
+ border-radius: 0.3rem; }
272
+
273
+ .rounded-s {
274
+ border-radius: 0.2rem; }
275
+
276
+ .jqstooltip {
277
+ height: 25px !important;
278
+ width: auto !important;
279
+ border-radius: 0.2rem; }
280
+
281
+ .title {
282
+ font-size: 1.45rem;
283
+ font-weight: 600;
284
+ margin-bottom: 0; }
285
+ .title.l {
286
+ font-size: 1.6rem; }
287
+ .title.s {
288
+ font-size: 1.4rem; }
289
+ .card .title {
290
+ font-size: 1.1rem;
291
+ color: #4f5f6f; }
292
+
293
+ .title-description {
294
+ margin: 0;
295
+ font-size: 0.9rem;
296
+ font-weight: normal;
297
+ color: #7e8e9f; }
298
+ .title-description.s {
299
+ font-size: 0.8rem; }
300
+ @media (max-width: 767px) {
301
+ .title-description {
302
+ display: none; } }
303
+
304
+ .subtitle {
305
+ font-size: 1.2rem;
306
+ margin: 0;
307
+ color: #7e8e9f; }
308
+
309
+ .text-primary {
310
+ color: #F59C20; }
311
+
312
+ .text-muted {
313
+ color: #9ba8b5; }
314
+
315
+ pre {
316
+ padding: 0;
317
+ border: none;
318
+ background: none; }
319
+
320
+ .alert {
321
+ background-image: none; }
322
+ .alert.alert-primary {
323
+ background-color: #F59C20;
324
+ border-color: #F59C20;
325
+ color: #ffffff; }
326
+ .alert.alert-primary hr {
327
+ border-top-color: #f1910b; }
328
+ .alert.alert-primary .alert-link {
329
+ color: #e6e6e6; }
330
+ .alert.alert-success {
331
+ background-color: #4bcf99;
332
+ border-color: #4bcf99;
333
+ color: #ffffff; }
334
+ .alert.alert-success hr {
335
+ border-top-color: #37ca8e; }
336
+ .alert.alert-success .alert-link {
337
+ color: #e6e6e6; }
338
+ .alert.alert-info {
339
+ background-color: #76D4F5;
340
+ border-color: #76D4F5;
341
+ color: #ffffff; }
342
+ .alert.alert-info hr {
343
+ border-top-color: #5ecdf3; }
344
+ .alert.alert-info .alert-link {
345
+ color: #e6e6e6; }
346
+ .alert.alert-warning {
347
+ background-color: #fe974b;
348
+ border-color: #fe974b;
349
+ color: #ffffff; }
350
+ .alert.alert-warning hr {
351
+ border-top-color: #fe8832; }
352
+ .alert.alert-warning .alert-link {
353
+ color: #e6e6e6; }
354
+ .alert.alert-danger {
355
+ background-color: #FF4444;
356
+ border-color: #FF4444;
357
+ color: #ffffff; }
358
+ .alert.alert-danger hr {
359
+ border-top-color: #ff2b2b; }
360
+ .alert.alert-danger .alert-link {
361
+ color: #e6e6e6; }
362
+ .alert.alert-inverse {
363
+ background-color: #131e26;
364
+ border-color: #131e26;
365
+ color: #ffffff; }
366
+ .alert.alert-inverse hr {
367
+ border-top-color: #0b1115; }
368
+ .alert.alert-inverse .alert-link {
369
+ color: #e6e6e6; }
370
+
371
+ .animated {
372
+ -webkit-animation-duration: .5s;
373
+ animation-duration: .5s;
374
+ -webkit-animation-delay: .1s;
375
+ animation-delay: .1s; }
376
+
377
+ .btn {
378
+ background-image: none;
379
+ border-radius: 0;
380
+ margin-bottom: 5px; }
381
+ .btn.btn-primary {
382
+ color: #ffffff;
383
+ background-color: #F59C20;
384
+ border-color: #F59C20; }
385
+ .btn.btn-primary:hover {
386
+ color: #ffffff;
387
+ background-color: #d8820a;
388
+ border-color: #cf7c09; }
389
+ .btn.btn-primary:focus, .btn.btn-primary.focus {
390
+ color: #ffffff;
391
+ background-color: #d8820a;
392
+ border-color: #cf7c09; }
393
+ .btn.btn-primary:active, .btn.btn-primary.active,
394
+ .open > .btn.btn-primary.dropdown-toggle {
395
+ color: #ffffff;
396
+ background-color: #d8820a;
397
+ border-color: #cf7c09;
398
+ background-image: none; }
399
+ .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,
400
+ .open > .btn.btn-primary.dropdown-toggle:hover,
401
+ .open > .btn.btn-primary.dropdown-toggle:focus,
402
+ .open > .btn.btn-primary.dropdown-toggle.focus {
403
+ color: #ffffff;
404
+ background-color: #b66d08;
405
+ border-color: #8f5606; }
406
+ .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
407
+ background-color: #F59C20;
408
+ border-color: #F59C20; }
409
+ .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
410
+ background-color: #F59C20;
411
+ border-color: #F59C20; }
412
+ .btn.btn-secondary {
413
+ color: #4f5f6f;
414
+ background-color: #fff;
415
+ border-color: #d7dde4; }
416
+ .btn.btn-secondary:hover {
417
+ color: #4f5f6f;
418
+ background-color: #e6e6e6;
419
+ border-color: #b2becb; }
420
+ .btn.btn-secondary:focus, .btn.btn-secondary.focus {
421
+ color: #4f5f6f;
422
+ background-color: #e6e6e6;
423
+ border-color: #b2becb; }
424
+ .btn.btn-secondary:active, .btn.btn-secondary.active,
425
+ .open > .btn.btn-secondary.dropdown-toggle {
426
+ color: #4f5f6f;
427
+ background-color: #e6e6e6;
428
+ border-color: #b2becb;
429
+ background-image: none; }
430
+ .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,
431
+ .open > .btn.btn-secondary.dropdown-toggle:hover,
432
+ .open > .btn.btn-secondary.dropdown-toggle:focus,
433
+ .open > .btn.btn-secondary.dropdown-toggle.focus {
434
+ color: #4f5f6f;
435
+ background-color: #d4d4d4;
436
+ border-color: #8b9cb1; }
437
+ .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
438
+ background-color: #fff;
439
+ border-color: #d7dde4; }
440
+ .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
441
+ background-color: #fff;
442
+ border-color: #d7dde4; }
443
+ .btn.btn-success {
444
+ color: #ffffff;
445
+ background-color: #4bcf99;
446
+ border-color: #4bcf99; }
447
+ .btn.btn-success:hover {
448
+ color: #ffffff;
449
+ background-color: #31b680;
450
+ border-color: #2eae7a; }
451
+ .btn.btn-success:focus, .btn.btn-success.focus {
452
+ color: #ffffff;
453
+ background-color: #31b680;
454
+ border-color: #2eae7a; }
455
+ .btn.btn-success:active, .btn.btn-success.active,
456
+ .open > .btn.btn-success.dropdown-toggle {
457
+ color: #ffffff;
458
+ background-color: #31b680;
459
+ border-color: #2eae7a;
460
+ background-image: none; }
461
+ .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,
462
+ .open > .btn.btn-success.dropdown-toggle:hover,
463
+ .open > .btn.btn-success.dropdown-toggle:focus,
464
+ .open > .btn.btn-success.dropdown-toggle.focus {
465
+ color: #ffffff;
466
+ background-color: #299a6c;
467
+ border-color: #217a55; }
468
+ .btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus {
469
+ background-color: #4bcf99;
470
+ border-color: #4bcf99; }
471
+ .btn.btn-success.disabled:hover, .btn.btn-success:disabled:hover {
472
+ background-color: #4bcf99;
473
+ border-color: #4bcf99; }
474
+ .btn.btn-info {
475
+ color: #ffffff;
476
+ background-color: #76D4F5;
477
+ border-color: #76D4F5; }
478
+ .btn.btn-info:hover {
479
+ color: #ffffff;
480
+ background-color: #46c5f2;
481
+ border-color: #3dc2f1; }
482
+ .btn.btn-info:focus, .btn.btn-info.focus {
483
+ color: #ffffff;
484
+ background-color: #46c5f2;
485
+ border-color: #3dc2f1; }
486
+ .btn.btn-info:active, .btn.btn-info.active,
487
+ .open > .btn.btn-info.dropdown-toggle {
488
+ color: #ffffff;
489
+ background-color: #46c5f2;
490
+ border-color: #3dc2f1;
491
+ background-image: none; }
492
+ .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,
493
+ .open > .btn.btn-info.dropdown-toggle:hover,
494
+ .open > .btn.btn-info.dropdown-toggle:focus,
495
+ .open > .btn.btn-info.dropdown-toggle.focus {
496
+ color: #ffffff;
497
+ background-color: #25bbef;
498
+ border-color: #10a7db; }
499
+ .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus {
500
+ background-color: #76D4F5;
501
+ border-color: #76D4F5; }
502
+ .btn.btn-info.disabled:hover, .btn.btn-info:disabled:hover {
503
+ background-color: #76D4F5;
504
+ border-color: #76D4F5; }
505
+ .btn.btn-warning {
506
+ color: #ffffff;
507
+ background-color: #fe974b;
508
+ border-color: #fe974b; }
509
+ .btn.btn-warning:hover {
510
+ color: #ffffff;
511
+ background-color: #fe7a18;
512
+ border-color: #fe740e; }
513
+ .btn.btn-warning:focus, .btn.btn-warning.focus {
514
+ color: #ffffff;
515
+ background-color: #fe7a18;
516
+ border-color: #fe740e; }
517
+ .btn.btn-warning:active, .btn.btn-warning.active,
518
+ .open > .btn.btn-warning.dropdown-toggle {
519
+ color: #ffffff;
520
+ background-color: #fe7a18;
521
+ border-color: #fe740e;
522
+ background-image: none; }
523
+ .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,
524
+ .open > .btn.btn-warning.dropdown-toggle:hover,
525
+ .open > .btn.btn-warning.dropdown-toggle:focus,
526
+ .open > .btn.btn-warning.dropdown-toggle.focus {
527
+ color: #ffffff;
528
+ background-color: #f16701;
529
+ border-color: #c85601; }
530
+ .btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus {
531
+ background-color: #fe974b;
532
+ border-color: #fe974b; }
533
+ .btn.btn-warning.disabled:hover, .btn.btn-warning:disabled:hover {
534
+ background-color: #fe974b;
535
+ border-color: #fe974b; }
536
+ .btn.btn-danger {
537
+ color: #ffffff;
538
+ background-color: #FF4444;
539
+ border-color: #FF4444; }
540
+ .btn.btn-danger:hover {
541
+ color: #ffffff;
542
+ background-color: #ff1111;
543
+ border-color: #ff0707; }
544
+ .btn.btn-danger:focus, .btn.btn-danger.focus {
545
+ color: #ffffff;
546
+ background-color: #ff1111;
547
+ border-color: #ff0707; }
548
+ .btn.btn-danger:active, .btn.btn-danger.active,
549
+ .open > .btn.btn-danger.dropdown-toggle {
550
+ color: #ffffff;
551
+ background-color: #ff1111;
552
+ border-color: #ff0707;
553
+ background-image: none; }
554
+ .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,
555
+ .open > .btn.btn-danger.dropdown-toggle:hover,
556
+ .open > .btn.btn-danger.dropdown-toggle:focus,
557
+ .open > .btn.btn-danger.dropdown-toggle.focus {
558
+ color: #ffffff;
559
+ background-color: #ec0000;
560
+ border-color: #c40000; }
561
+ .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus {
562
+ background-color: #FF4444;
563
+ border-color: #FF4444; }
564
+ .btn.btn-danger.disabled:hover, .btn.btn-danger:disabled:hover {
565
+ background-color: #FF4444;
566
+ border-color: #FF4444; }
567
+ .btn.btn-primary-outline {
568
+ color: #F59C20;
569
+ background-image: none;
570
+ background-color: transparent;
571
+ border-color: #F59C20; }
572
+ .btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active,
573
+ .open > .btn.btn-primary-outline.dropdown-toggle {
574
+ color: #fff;
575
+ background-color: #F59C20;
576
+ border-color: #F59C20; }
577
+ .btn.btn-primary-outline:hover {
578
+ color: #fff;
579
+ background-color: #F59C20;
580
+ border-color: #F59C20; }
581
+ .btn.btn-primary-outline.disabled:focus, .btn.btn-primary-outline.disabled.focus, .btn.btn-primary-outline:disabled:focus, .btn.btn-primary-outline:disabled.focus {
582
+ border-color: #f9c782; }
583
+ .btn.btn-primary-outline.disabled:hover, .btn.btn-primary-outline:disabled:hover {
584
+ border-color: #f9c782; }
585
+ .btn.btn-secondary-outline {
586
+ color: #d7dde4;
587
+ background-image: none;
588
+ background-color: transparent;
589
+ border-color: #d7dde4; }
590
+ .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active,
591
+ .open > .btn.btn-secondary-outline.dropdown-toggle {
592
+ color: #fff;
593
+ background-color: #d7dde4;
594
+ border-color: #d7dde4; }
595
+ .btn.btn-secondary-outline:hover {
596
+ color: #fff;
597
+ background-color: #d7dde4;
598
+ border-color: #d7dde4; }
599
+ .btn.btn-secondary-outline.disabled:focus, .btn.btn-secondary-outline.disabled.focus, .btn.btn-secondary-outline:disabled:focus, .btn.btn-secondary-outline:disabled.focus {
600
+ border-color: white; }
601
+ .btn.btn-secondary-outline.disabled:hover, .btn.btn-secondary-outline:disabled:hover {
602
+ border-color: white; }
603
+ .btn.btn-info-outline {
604
+ color: #76D4F5;
605
+ background-image: none;
606
+ background-color: transparent;
607
+ border-color: #76D4F5; }
608
+ .btn.btn-info-outline:focus, .btn.btn-info-outline.focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active,
609
+ .open > .btn.btn-info-outline.dropdown-toggle {
610
+ color: #fff;
611
+ background-color: #76D4F5;
612
+ border-color: #76D4F5; }
613
+ .btn.btn-info-outline:hover {
614
+ color: #fff;
615
+ background-color: #76D4F5;
616
+ border-color: #76D4F5; }
617
+ .btn.btn-info-outline.disabled:focus, .btn.btn-info-outline.disabled.focus, .btn.btn-info-outline:disabled:focus, .btn.btn-info-outline:disabled.focus {
618
+ border-color: #d5f2fc; }
619
+ .btn.btn-info-outline.disabled:hover, .btn.btn-info-outline:disabled:hover {
620
+ border-color: #d5f2fc; }
621
+ .btn.btn-success-outline {
622
+ color: #4bcf99;
623
+ background-image: none;
624
+ background-color: transparent;
625
+ border-color: #4bcf99; }
626
+ .btn.btn-success-outline:focus, .btn.btn-success-outline.focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active,
627
+ .open > .btn.btn-success-outline.dropdown-toggle {
628
+ color: #fff;
629
+ background-color: #4bcf99;
630
+ border-color: #4bcf99; }
631
+ .btn.btn-success-outline:hover {
632
+ color: #fff;
633
+ background-color: #4bcf99;
634
+ border-color: #4bcf99; }
635
+ .btn.btn-success-outline.disabled:focus, .btn.btn-success-outline.disabled.focus, .btn.btn-success-outline:disabled:focus, .btn.btn-success-outline:disabled.focus {
636
+ border-color: #9ce4c7; }
637
+ .btn.btn-success-outline.disabled:hover, .btn.btn-success-outline:disabled:hover {
638
+ border-color: #9ce4c7; }
639
+ .btn.btn-warning-outline {
640
+ color: #fe974b;
641
+ background-image: none;
642
+ background-color: transparent;
643
+ border-color: #fe974b; }
644
+ .btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active,
645
+ .open > .btn.btn-warning-outline.dropdown-toggle {
646
+ color: #fff;
647
+ background-color: #fe974b;
648
+ border-color: #fe974b; }
649
+ .btn.btn-warning-outline:hover {
650
+ color: #fff;
651
+ background-color: #fe974b;
652
+ border-color: #fe974b; }
653
+ .btn.btn-warning-outline.disabled:focus, .btn.btn-warning-outline.disabled.focus, .btn.btn-warning-outline:disabled:focus, .btn.btn-warning-outline:disabled.focus {
654
+ border-color: #ffd2b0; }
655
+ .btn.btn-warning-outline.disabled:hover, .btn.btn-warning-outline:disabled:hover {
656
+ border-color: #ffd2b0; }
657
+ .btn.btn-danger-outline {
658
+ color: #FF4444;
659
+ background-image: none;
660
+ background-color: transparent;
661
+ border-color: #FF4444; }
662
+ .btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active,
663
+ .open > .btn.btn-danger-outline.dropdown-toggle {
664
+ color: #fff;
665
+ background-color: #FF4444;
666
+ border-color: #FF4444; }
667
+ .btn.btn-danger-outline:hover {
668
+ color: #fff;
669
+ background-color: #FF4444;
670
+ border-color: #FF4444; }
671
+ .btn.btn-danger-outline.disabled:focus, .btn.btn-danger-outline.disabled.focus, .btn.btn-danger-outline:disabled:focus, .btn.btn-danger-outline:disabled.focus {
672
+ border-color: #ffaaaa; }
673
+ .btn.btn-danger-outline.disabled:hover, .btn.btn-danger-outline:disabled:hover {
674
+ border-color: #ffaaaa; }
675
+ .btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus {
676
+ outline: none;
677
+ outline-offset: initial; }
678
+ .btn.btn-pill-left {
679
+ border-top-left-radius: 25px;
680
+ border-bottom-left-radius: 25px; }
681
+ .btn.btn-pill-right {
682
+ border-top-right-radius: 25px;
683
+ border-bottom-right-radius: 25px; }
684
+ .btn.btn-oval {
685
+ border-radius: 25px; }
686
+ .btn.btn-link {
687
+ text-decoration: none; }
688
+ .btn strong {
689
+ font-weight: 600; }
690
+
691
+ .btn-group .dropdown-menu > li:last-child a:hover:before {
692
+ height: 0px;
693
+ -webkit-transform: scaleX(0);
694
+ transform: scaleX(0); }
695
+
696
+ .card {
697
+ background-color: #fff;
698
+ box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
699
+ margin-bottom: 10px;
700
+ border-radius: 0;
701
+ border: none; }
702
+ .card .card {
703
+ box-shadow: none; }
704
+ .card .card-header {
705
+ background-image: none;
706
+ background-color: #ffffff;
707
+ -webkit-box-align: center;
708
+ -ms-flex-align: center;
709
+ align-items: center;
710
+ display: -webkit-box;
711
+ display: -ms-flexbox;
712
+ display: flex;
713
+ -webkit-box-orient: horizontal;
714
+ -webkit-box-direction: normal;
715
+ -ms-flex-direction: row;
716
+ flex-direction: row;
717
+ padding: 0;
718
+ border-radius: 0;
719
+ min-height: 50px;
720
+ border: none; }
721
+ .card .card-header::after {
722
+ content: "";
723
+ display: table;
724
+ clear: both; }
725
+ .card .card-header.bordered {
726
+ border-bottom: 1px solid #d7dde4; }
727
+ .card .card-header.card-header-sm {
728
+ min-height: 40px; }
729
+ .card .card-header > span {
730
+ vertical-align: middle; }
731
+ .card .card-header .pull-right {
732
+ margin-left: auto; }
733
+ .card .card-header .header-block {
734
+ padding: 0.5rem 15px; }
735
+ @media (min-width: 1200px) {
736
+ .card .card-header .header-block {
737
+ padding: 0.5rem 20px; } }
738
+ @media (max-width: 767px) {
739
+ .card .card-header .header-block {
740
+ padding: 0.5rem 10px; } }
741
+ .card .card-header .title {
742
+ color: #4f5f6f;
743
+ display: -webkit-inline-box;
744
+ display: -ms-inline-flexbox;
745
+ display: inline-flex; }
746
+ .card .card-header .btn {
747
+ margin: 0; }
748
+ .card .card-header .nav-tabs {
749
+ border-color: transparent;
750
+ -ms-flex-item-align: stretch;
751
+ align-self: stretch;
752
+ display: -webkit-box;
753
+ display: -ms-flexbox;
754
+ display: flex;
755
+ position: relative;
756
+ top: 1px; }
757
+ .card .card-header .nav-tabs .nav-item {
758
+ margin-left: 0;
759
+ display: -webkit-box;
760
+ display: -ms-flexbox;
761
+ display: flex;
762
+ -ms-flex-item-align: stretch;
763
+ align-self: stretch; }
764
+ .card .card-header .nav-tabs .nav-item .nav-link {
765
+ display: -webkit-box;
766
+ display: -ms-flexbox;
767
+ display: flex;
768
+ -ms-flex-item-align: stretch;
769
+ align-self: stretch;
770
+ -webkit-box-align: center;
771
+ -ms-flex-align: center;
772
+ align-items: center;
773
+ color: #4f5f6f;
774
+ opacity: 0.7;
775
+ padding-left: 10px;
776
+ padding-right: 10px;
777
+ border-radius: 0;
778
+ font-size: 14px;
779
+ border-top-width: 2px;
780
+ border-bottom: 1px solid #d7dde4;
781
+ text-decoration: none; }
782
+ .card .card-header .nav-tabs .nav-item .nav-link.active {
783
+ border-top-color: #F59C20;
784
+ border-bottom-color: transparent;
785
+ opacity: 1; }
786
+ .card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus {
787
+ opacity: 1;
788
+ background-color: #ffffff;
789
+ border-color: #d7dde4 #d7dde4 transparent;
790
+ border-top-color: #F59C20; }
791
+ .card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus {
792
+ opacity: 1;
793
+ background-color: transparent;
794
+ border-color: transparent; }
795
+ .card.card-default > .card-header {
796
+ background-color: #fff;
797
+ color: inherit; }
798
+ .card.card-primary {
799
+ border-color: #F59C20; }
800
+ .card.card-primary > .card-header {
801
+ background-color: #F59C20;
802
+ border-color: #F59C20; }
803
+ .card.card-success > .card-header {
804
+ background-color: #4bcf99; }
805
+ .card.card-info > .card-header {
806
+ background-color: #76D4F5; }
807
+ .card.card-warning > .card-header {
808
+ background-color: #fe974b; }
809
+ .card.card-danger > .card-header {
810
+ background-color: #FF4444; }
811
+ .card.card-inverse > .card-header {
812
+ background-color: #131e26; }
813
+ .card .title-block,
814
+ .card .card-title-block {
815
+ padding-bottom: 0;
816
+ margin-bottom: 20px;
817
+ border: none; }
818
+ .card .title-block::after,
819
+ .card .card-title-block::after {
820
+ content: "";
821
+ display: table;
822
+ clear: both; }
823
+ .card .section {
824
+ margin-bottom: 20px; }
825
+ .card .example,
826
+ .card .section.demo {
827
+ margin-bottom: 20px; }
828
+
829
+ .card-block {
830
+ padding: 15px; }
831
+ .card-block .tab-content {
832
+ padding: 0;
833
+ border-color: transparent; }
834
+ @media (min-width: 1200px) {
835
+ .card-block {
836
+ padding: 20px; } }
837
+ @media (max-width: 767px) {
838
+ .card-block {
839
+ padding: 10px; } }
840
+
841
+ .card-footer {
842
+ background-color: #fafafa; }
843
+
844
+ .easy-pie-chart {
845
+ width: 50px;
846
+ height: 50px;
847
+ display: inline-block;
848
+ background-color: #d7dde4;
849
+ border-radius: 5px; }
850
+
851
+ .dropdown-menu {
852
+ float: left;
853
+ box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
854
+ border: 1px solid rgba(126, 142, 159, 0.1);
855
+ border-top-left-radius: 0;
856
+ border-top-right-radius: 0; }
857
+ .dropdown-menu .dropdown-item {
858
+ display: block;
859
+ padding: 0px 15px;
860
+ clear: both;
861
+ font-weight: normal;
862
+ color: #4f5f6f;
863
+ white-space: nowrap;
864
+ -webkit-transition: none;
865
+ transition: none; }
866
+ .dropdown-menu .dropdown-item i {
867
+ margin-right: 2px; }
868
+ .dropdown-menu .dropdown-item:hover {
869
+ color: #F59C20 !important;
870
+ background: none;
871
+ background-color: whitesmoke; }
872
+
873
+ .flex-row {
874
+ display: -webkit-box;
875
+ display: -ms-flexbox;
876
+ display: flex;
877
+ -webkit-box-orient: horizontal;
878
+ -webkit-box-direction: normal;
879
+ -ms-flex-direction: row;
880
+ flex-direction: row; }
881
+
882
+ .flex-col {
883
+ display: -webkit-box;
884
+ display: -ms-flexbox;
885
+ display: flex;
886
+ -webkit-box-orient: vertical;
887
+ -webkit-box-direction: normal;
888
+ -ms-flex-direction: column;
889
+ flex-direction: column; }
890
+
891
+ .centralize-y {
892
+ display: -webkit-box;
893
+ display: -ms-flexbox;
894
+ display: flex;
895
+ -webkit-box-align: center;
896
+ -ms-flex-align: center;
897
+ align-items: center; }
898
+
899
+ input,
900
+ textarea {
901
+ outline: none; }
902
+
903
+ .form-group .row {
904
+ margin-left: -10px;
905
+ margin-right: -10px; }
906
+ .form-group .row [class^='col'] {
907
+ padding-left: 10px;
908
+ padding-right: 10px; }
909
+
910
+ .form-group.has-error span.has-error {
911
+ color: #FF4444;
912
+ font-size: 13px;
913
+ display: block !important; }
914
+
915
+ .form-group.has-error .form-control-feedback {
916
+ color: #FF4444; }
917
+
918
+ .form-group.has-warning span.has-warning {
919
+ color: #fe974b;
920
+ font-size: 13px;
921
+ display: block !important; }
922
+
923
+ .form-group.has-warning .form-control-feedback {
924
+ color: #fe974b; }
925
+
926
+ .form-group.has-success span.has-success {
927
+ color: #4bcf99;
928
+ font-size: 13px;
929
+ display: block !important; }
930
+
931
+ .form-group.has-success .form-control-feedback {
932
+ color: #4bcf99; }
933
+
934
+ /* Input groups */
935
+ .input-group {
936
+ margin-bottom: 10px; }
937
+ .input-group .form-control {
938
+ padding-left: 5px; }
939
+ .input-group span.input-group-addon {
940
+ font-style: italic;
941
+ border: none;
942
+ border-radius: 0;
943
+ border: none;
944
+ background-color: #d7dde4;
945
+ -webkit-transition: background-color ease-in-out 15s, color ease-in-out .15s;
946
+ transition: background-color ease-in-out 15s, color ease-in-out .15s; }
947
+ .input-group span.input-group-addon.focus {
948
+ background-color: #F59C20;
949
+ color: #ffffff; }
950
+
951
+ label,
952
+ .control-label {
953
+ font-weight: 600; }
954
+
955
+ .form-control.underlined {
956
+ padding-left: 0;
957
+ padding-right: 0;
958
+ border-radius: 0;
959
+ border: none;
960
+ border-radius: 0;
961
+ box-shadow: none;
962
+ border-bottom: 1px solid #d7dde4; }
963
+ .form-control.underlined.indented {
964
+ padding: .375rem .75rem; }
965
+ .has-error .form-control.underlined:focus,
966
+ .has-warning .form-control.underlined:focus,
967
+ .has-success .form-control.underlined:focus, .form-control.underlined:focus {
968
+ border: none;
969
+ box-shadow: none;
970
+ border-bottom: 1px solid #F59C20; }
971
+ .has-error .form-control.underlined {
972
+ box-shadow: none;
973
+ border-color: #FF4444; }
974
+ .has-warning .form-control.underlined {
975
+ box-shadow: none;
976
+ border-color: #fe974b; }
977
+ .has-success .form-control.underlined {
978
+ box-shadow: none;
979
+ border-color: #4bcf99; }
980
+
981
+ .form-control.boxed {
982
+ border-radius: 0;
983
+ box-shadow: none; }
984
+ .form-control.boxed:focus {
985
+ border: 1px solid #F59C20; }
986
+
987
+ .radio,
988
+ .checkbox {
989
+ display: none; }
990
+ .radio + span,
991
+ .checkbox + span {
992
+ padding: 0;
993
+ padding-right: 10px; }
994
+ .radio + span:before,
995
+ .checkbox + span:before {
996
+ font-family: FontAwesome;
997
+ font-size: 21px;
998
+ display: inline-block;
999
+ vertical-align: middle;
1000
+ letter-spacing: 10px;
1001
+ color: #c8d0da; }
1002
+ .radio:checked + span:before,
1003
+ .checkbox:checked + span:before {
1004
+ color: #F59C20; }
1005
+ .radio:disabled + span:before,
1006
+ .checkbox:disabled + span:before {
1007
+ opacity: 0.5;
1008
+ cursor: not-allowed; }
1009
+ .radio:checked:disabled + span:before,
1010
+ .checkbox:checked:disabled + span:before {
1011
+ color: #c8d0da; }
1012
+
1013
+ .checkbox + span:before {
1014
+ content: "\f0c8"; }
1015
+
1016
+ .checkbox:checked + span:before {
1017
+ content: "\f14a"; }
1018
+
1019
+ .checkbox.rounded + span:before {
1020
+ content: "\f111"; }
1021
+
1022
+ .checkbox.rounded:checked + span:before {
1023
+ content: "\f058"; }
1024
+
1025
+ .radio + span:before {
1026
+ content: "\f111"; }
1027
+
1028
+ .radio:checked + span:before {
1029
+ content: "\f192"; }
1030
+
1031
+ .radio.squared + span:before {
1032
+ content: "\f0c8"; }
1033
+
1034
+ .radio.squared:checked + span:before {
1035
+ content: "\f14a"; }
1036
+
1037
+ .form-control::-webkit-input-placeholder {
1038
+ font-style: italic;
1039
+ color: #c8d0da; }
1040
+
1041
+ .form-control:-moz-placeholder {
1042
+ /* Firefox 18- */
1043
+ font-style: italic;
1044
+ color: #d7dde4; }
1045
+
1046
+ .form-control::-moz-placeholder {
1047
+ /* Firefox 19+ */
1048
+ font-style: italic;
1049
+ color: #d7dde4; }
1050
+
1051
+ .form-control:-ms-input-placeholder {
1052
+ font-style: italic;
1053
+ color: #d7dde4; }
1054
+
1055
+ .images-container::after {
1056
+ content: "";
1057
+ display: table;
1058
+ clear: both; }
1059
+
1060
+ .images-container .image-container {
1061
+ float: left;
1062
+ padding: 3px;
1063
+ margin-right: 10px;
1064
+ margin-bottom: 35px;
1065
+ position: relative;
1066
+ border: 1px solid #e6eaee;
1067
+ overflow: hidden; }
1068
+ .images-container .image-container.active {
1069
+ border-color: #F59C20; }
1070
+ .images-container .image-container:hover .controls {
1071
+ bottom: 0;
1072
+ opacity: 1; }
1073
+
1074
+ .images-container .controls {
1075
+ position: absolute;
1076
+ left: 0;
1077
+ right: 0;
1078
+ opacity: 0;
1079
+ bottom: -35px;
1080
+ text-align: center;
1081
+ height: 35px;
1082
+ font-size: 24px;
1083
+ -webkit-transition: bottom 0.2s ease, opacity 0.2s ease;
1084
+ transition: bottom 0.2s ease, opacity 0.2s ease;
1085
+ background-color: #fff; }
1086
+ .images-container .controls::after {
1087
+ content: "";
1088
+ display: table;
1089
+ clear: both; }
1090
+ .images-container .controls .control-btn {
1091
+ display: inline-block;
1092
+ color: #4f5f6f;
1093
+ cursor: pointer;
1094
+ width: 35px;
1095
+ height: 35px;
1096
+ line-height: 35px;
1097
+ text-align: center;
1098
+ opacity: 0.5;
1099
+ -webkit-transition: opacity 0.3s ease;
1100
+ transition: opacity 0.3s ease; }
1101
+ .images-container .controls .control-btn:hover {
1102
+ opacity: 1; }
1103
+ .images-container .controls .control-btn.move {
1104
+ cursor: move; }
1105
+ .images-container .controls .control-btn.star {
1106
+ color: #FFB300; }
1107
+ .images-container .controls .control-btn.star i:before {
1108
+ content: "\f006"; }
1109
+ .images-container .controls .control-btn.star.active i:before {
1110
+ content: "\f005"; }
1111
+ .images-container .controls .control-btn.remove {
1112
+ color: #FF4444; }
1113
+
1114
+ .images-container .image {
1115
+ background-size: cover;
1116
+ background-position: center;
1117
+ background-repeat: no-repeat;
1118
+ width: 130px;
1119
+ height: 135px;
1120
+ line-height: 135px;
1121
+ text-align: center; }
1122
+
1123
+ .images-container .image-container.main {
1124
+ border-color: #FFB300; }
1125
+
1126
+ .images-container .image-container.new {
1127
+ opacity: 0.6;
1128
+ -webkit-transition: opacity 0.3s ease;
1129
+ transition: opacity 0.3s ease;
1130
+ border-style: dashed;
1131
+ border: 1px #F59C20 solid;
1132
+ color: #F59C20; }
1133
+ .images-container .image-container.new .image {
1134
+ font-size: 2.5rem; }
1135
+ .images-container .image-container.new:hover {
1136
+ opacity: 1; }
1137
+
1138
+ /* *******************************************
1139
+ * Item List general styles
1140
+ ********************************************** */
1141
+ .item-list {
1142
+ list-style: none;
1143
+ padding: 0;
1144
+ margin: 0;
1145
+ margin-bottom: 0;
1146
+ line-height: 1.4rem;
1147
+ display: -webkit-box;
1148
+ display: -ms-flexbox;
1149
+ display: flex;
1150
+ -ms-flex-flow: column nowrap;
1151
+ flex-flow: column nowrap; }
1152
+
1153
+ @media (min-width: 992px) and (max-width: 1199px) {
1154
+ .item-list {
1155
+ font-size: 1rem; } }
1156
+
1157
+ @media (min-width: 768px) and (max-width: 991px) {
1158
+ .item-list {
1159
+ font-size: 0.95rem; } }
1160
+ @media (max-width: 767px) {
1161
+ .item-list {
1162
+ font-size: 1.05rem; } }
1163
+ .item-list.striped > li {
1164
+ border-bottom: 1px solid #e9edf0; }
1165
+ .item-list.striped > li:nth-child(2n + 1) {
1166
+ background-color: #fcfcfd; }
1167
+ @media (max-width: 767px) {
1168
+ .item-list.striped > li:nth-child(2n + 1) {
1169
+ background-color: #f8f9fb; } }
1170
+ .item-list.striped .item-list-footer {
1171
+ border-bottom: none; }
1172
+
1173
+ /* *******************************************
1174
+ * Item general styles
1175
+ ********************************************** */
1176
+ .item-list .item {
1177
+ display: -webkit-box;
1178
+ display: -ms-flexbox;
1179
+ display: flex;
1180
+ -webkit-box-orient: vertical;
1181
+ -webkit-box-direction: normal;
1182
+ -ms-flex-direction: column;
1183
+ flex-direction: column; }
1184
+
1185
+ .item-list .item-row {
1186
+ display: -webkit-box;
1187
+ display: -ms-flexbox;
1188
+ display: flex;
1189
+ -webkit-box-align: stretch;
1190
+ -ms-flex-align: stretch;
1191
+ align-items: stretch;
1192
+ -webkit-box-orient: horizontal;
1193
+ -webkit-box-direction: normal;
1194
+ -ms-flex-direction: row;
1195
+ flex-direction: row;
1196
+ -webkit-box-pack: justify;
1197
+ -ms-flex-pack: justify;
1198
+ justify-content: space-between;
1199
+ -ms-flex-wrap: wrap;
1200
+ flex-wrap: wrap;
1201
+ min-width: 100%; }
1202
+ .item-list .item-row.nowrap {
1203
+ -ms-flex-wrap: nowrap;
1204
+ flex-wrap: nowrap; }
1205
+
1206
+ .item-list .item-col {
1207
+ -webkit-box-align: center;
1208
+ -ms-flex-align: center;
1209
+ align-items: center;
1210
+ display: -webkit-box;
1211
+ display: -ms-flexbox;
1212
+ display: flex;
1213
+ padding: 10px 10px 10px 0;
1214
+ -ms-flex-preferred-size: 0;
1215
+ flex-basis: 0;
1216
+ -webkit-box-flex: 3;
1217
+ -ms-flex-positive: 3;
1218
+ flex-grow: 3;
1219
+ -ms-flex-negative: 3;
1220
+ flex-shrink: 3;
1221
+ margin-left: auto;
1222
+ margin-right: auto;
1223
+ min-width: 0; }
1224
+ .item-list .item-col.fixed {
1225
+ -webkit-box-flex: 0;
1226
+ -ms-flex-positive: 0;
1227
+ flex-grow: 0;
1228
+ -ms-flex-negative: 0;
1229
+ flex-shrink: 0;
1230
+ -ms-flex-preferred-size: auto;
1231
+ flex-basis: auto; }
1232
+ .item-list .item-col.pull-left {
1233
+ margin-right: auto; }
1234
+ .item-list .item-col.pull-right {
1235
+ margin-left: auto; }
1236
+ .item-list .item-col > div {
1237
+ width: 100%; }
1238
+ .item-list .item-col:last-child {
1239
+ padding-right: 0; }
1240
+
1241
+ .item-list .no-overflow {
1242
+ overflow: hidden; }
1243
+
1244
+ .item-list .no-wrap {
1245
+ overflow: hidden;
1246
+ text-overflow: ellipsis;
1247
+ white-space: nowrap; }
1248
+
1249
+ /* *******************************************
1250
+ * Item components
1251
+ ********************************************** */
1252
+ .item-list {
1253
+ /********************************************
1254
+ * Header
1255
+ *********************************************/
1256
+ /********************************************
1257
+ * Heading
1258
+ *********************************************/
1259
+ /********************************************
1260
+ * Checkbox
1261
+ *********************************************/
1262
+ /********************************************
1263
+ * Image
1264
+ *********************************************/
1265
+ /********************************************
1266
+ * Title
1267
+ *********************************************/
1268
+ /********************************************
1269
+ * Stats
1270
+ *********************************************/
1271
+ /********************************************
1272
+ * Actions
1273
+ *********************************************/
1274
+ /********************************************
1275
+ * Something else?
1276
+ *********************************************/ }
1277
+ .item-list .item-list-header .item-col.item-col-header span {
1278
+ color: #999;
1279
+ font-size: 0.8rem;
1280
+ font-weight: 700 !important; }
1281
+ .item-list .item-heading {
1282
+ font-size: 0.9rem;
1283
+ display: none;
1284
+ color: #666;
1285
+ font-weight: 700;
1286
+ padding-right: 10px; }
1287
+ @media (max-width: 767px) {
1288
+ .item-list .item-heading {
1289
+ display: block; } }
1290
+
1291
+ @media (min-width: 544px) and (max-width: 767px) {
1292
+ .item-list .item-heading {
1293
+ width: 100%; } }
1294
+ @media (max-width: 543px) {
1295
+ .item-list .item-heading {
1296
+ width: 40%; } }
1297
+ .item-list .item-col.item-col-check {
1298
+ -ms-flex-preferred-size: 30px;
1299
+ flex-basis: 30px; }
1300
+ @media (max-width: 767px) {
1301
+ .item-list .item-col.item-col-check {
1302
+ -webkit-box-ordinal-group: -7;
1303
+ -ms-flex-order: -8;
1304
+ order: -8; } }
1305
+ .item-list .item-check {
1306
+ margin-bottom: 0; }
1307
+ .item-list .item-check .checkbox + span {
1308
+ padding-right: 0; }
1309
+ .item-list .item-check .checkbox + span:before {
1310
+ width: 20px; }
1311
+ .item-list .item-col.item-col-img {
1312
+ display: -webkit-box;
1313
+ display: -ms-flexbox;
1314
+ display: flex;
1315
+ -ms-flex-preferred-size: 70px;
1316
+ flex-basis: 70px; }
1317
+ .item-list .item-col.item-col-img.xs {
1318
+ -ms-flex-preferred-size: 40px;
1319
+ flex-basis: 40px; }
1320
+ .item-list .item-col.item-col-img.sm {
1321
+ -ms-flex-preferred-size: 50px;
1322
+ flex-basis: 50px; }
1323
+ .item-list .item-col.item-col-img.lg {
1324
+ -ms-flex-preferred-size: 100px;
1325
+ flex-basis: 100px; }
1326
+ .item-list .item-col.item-col-img.xl {
1327
+ -ms-flex-preferred-size: 120px;
1328
+ flex-basis: 120px; }
1329
+ .item-list .item-col.item-col-img a {
1330
+ width: 100%; }
1331
+ .item-list .item-img {
1332
+ -webkit-box-flex: 1;
1333
+ -ms-flex-positive: 1;
1334
+ flex-grow: 1;
1335
+ -ms-flex-item-align: stretch;
1336
+ align-self: stretch;
1337
+ background-color: #efefef;
1338
+ padding-bottom: 100%;
1339
+ width: 100%;
1340
+ height: 0;
1341
+ background-size: cover;
1342
+ background-position: center;
1343
+ background-repeat: no-repeat; }
1344
+ @media (max-width: 767px) {
1345
+ .item-list .item-col.item-col-title {
1346
+ -webkit-box-ordinal-group: -3;
1347
+ -ms-flex-order: -4;
1348
+ order: -4; } }
1349
+ .item-list .item-col.item-col-title a {
1350
+ display: block; }
1351
+ .item-list .item-title {
1352
+ margin: 0;
1353
+ font-size: inherit;
1354
+ line-height: inherit;
1355
+ font-weight: 600; }
1356
+ .item-list .item-stats {
1357
+ height: 1.4rem; }
1358
+ .item-list .item-col.item-col-actions-dropdown {
1359
+ -ms-flex-preferred-size: 40px;
1360
+ flex-basis: 40px;
1361
+ text-align: center;
1362
+ padding-left: 0 !important; }
1363
+ @media (max-width: 767px) {
1364
+ .item-list .item-col.item-col-actions-dropdown {
1365
+ -webkit-box-ordinal-group: -2;
1366
+ -ms-flex-order: -3;
1367
+ order: -3;
1368
+ -ms-flex-preferred-size: 40px !important;
1369
+ flex-basis: 40px !important;
1370
+ padding-right: 10px; } }
1371
+ .item-list .item-actions-dropdown {
1372
+ position: relative;
1373
+ font-size: 1.1rem; }
1374
+ .item-list .item-actions-dropdown.active .item-actions-block {
1375
+ max-width: 120px; }
1376
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn {
1377
+ color: #F59C20; }
1378
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
1379
+ display: block; }
1380
+ .item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
1381
+ display: none; }
1382
+ .item-list .item-actions-dropdown .item-actions-toggle-btn {
1383
+ color: #9ba8b5;
1384
+ font-size: 1.2rem;
1385
+ cursor: pointer;
1386
+ width: 100%;
1387
+ line-height: 30px;
1388
+ text-align: center;
1389
+ text-decoration: none; }
1390
+ .item-list .item-actions-dropdown .item-actions-toggle-btn .active {
1391
+ display: none; }
1392
+ .item-list .item-actions-dropdown .item-actions-block {
1393
+ height: 30px;
1394
+ max-width: 0px;
1395
+ line-height: 30px;
1396
+ overflow: hidden;
1397
+ position: absolute;
1398
+ top: 0;
1399
+ right: 100%;
1400
+ background-color: #d7dde4;
1401
+ border-radius: 3px;
1402
+ -webkit-transition: all 0.15s ease-in-out;
1403
+ transition: all 0.15s ease-in-out; }
1404
+ .item-list .item-actions-dropdown .item-actions-block.direction-right {
1405
+ right: auto;
1406
+ left: 100%; }
1407
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list {
1408
+ padding: 0;
1409
+ list-style: none;
1410
+ white-space: nowrap;
1411
+ padding: 0 5px; }
1412
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
1413
+ display: inline-block;
1414
+ padding: 0; }
1415
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
1416
+ display: block;
1417
+ padding: 0 5px; }
1418
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
1419
+ color: #38424C; }
1420
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
1421
+ color: #40B726; }
1422
+ .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
1423
+ color: #DB0E1E; }
1424
+
1425
+ /* *******************************************
1426
+ * Adjustments
1427
+ ********************************************** */
1428
+ .card > .item-list .item > .item-row {
1429
+ padding: 0 15px; }
1430
+ @media (min-width: 1200px) {
1431
+ .card > .item-list .item > .item-row {
1432
+ padding: 0 20px; } }
1433
+ @media (max-width: 767px) {
1434
+ .card > .item-list .item > .item-row {
1435
+ padding: 0 10px; } }
1436
+
1437
+ .logo {
1438
+ display: inline-block;
1439
+ width: 45px;
1440
+ height: 25px;
1441
+ vertical-align: middle;
1442
+ margin-right: 5px;
1443
+ position: relative; }
1444
+ .logo .l {
1445
+ width: 11px;
1446
+ height: 11px;
1447
+ border-radius: 50%;
1448
+ background-color: #F59C20;
1449
+ position: absolute; }
1450
+ .logo .l.l1 {
1451
+ bottom: 0;
1452
+ left: 0; }
1453
+ .logo .l.l2 {
1454
+ width: 7px;
1455
+ height: 7px;
1456
+ bottom: 13px;
1457
+ left: 10px; }
1458
+ .logo .l.l3 {
1459
+ width: 7px;
1460
+ height: 7px;
1461
+ bottom: 4px;
1462
+ left: 17px; }
1463
+ .logo .l.l4 {
1464
+ bottom: 13px;
1465
+ left: 25px; }
1466
+ .logo .l.l5 {
1467
+ bottom: 0;
1468
+ left: 34px; }
1469
+
1470
+ .modal-body.modal-tab-container {
1471
+ padding: 0; }
1472
+ .modal-body.modal-tab-container .modal-tabs {
1473
+ padding-left: 0;
1474
+ margin-bottom: 0;
1475
+ list-style: none;
1476
+ background-color: #ffffff;
1477
+ border-bottom: 1px solid #ddd;
1478
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
1479
+ .modal-body.modal-tab-container .modal-tabs .nav-link {
1480
+ padding: 10px 20px;
1481
+ border: none; }
1482
+ .modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active {
1483
+ color: #F59C20;
1484
+ border-bottom: 2px solid #F59C20; }
1485
+ .modal-body.modal-tab-container .modal-tabs .nav-link.active {
1486
+ font-weight: 600; }
1487
+
1488
+ a:not(.btn) {
1489
+ -webkit-transition: initial;
1490
+ transition: initial;
1491
+ text-decoration: underline;
1492
+ color: #969696; }
1493
+ a:not(.btn):hover {
1494
+ text-decoration: underline;
1495
+ color: #e2880a; }
1496
+ a:not(.btn):hover:before {
1497
+ -webkit-transform: scaleX(1);
1498
+ transform: scaleX(1); }
1499
+ a:not(.btn):focus {
1500
+ text-decoration: none; }
1501
+
1502
+ span a {
1503
+ vertical-align: text-bottom; }
1504
+
1505
+ [class^='nav'] li > a,
1506
+ [class*=' nav'] li > a {
1507
+ display: block; }
1508
+ [class^='nav'] li > a:before,
1509
+ [class*=' nav'] li > a:before {
1510
+ display: none; }
1511
+
1512
+ .nav.nav-tabs-bordered {
1513
+ border-color: #F59C20; }
1514
+ .nav.nav-tabs-bordered + .tab-content {
1515
+ border-style: solid;
1516
+ border-width: 0 1px 1px 1px;
1517
+ border-color: #F59C20;
1518
+ padding: 10px 20px 0; }
1519
+ .nav.nav-tabs-bordered .nav-item .nav-link {
1520
+ text-decoration: none; }
1521
+ .nav.nav-tabs-bordered .nav-item .nav-link:hover {
1522
+ color: #ffffff;
1523
+ background-color: #F59C20;
1524
+ border: 1px solid #F59C20; }
1525
+ .nav.nav-tabs-bordered .nav-item .nav-link.active {
1526
+ border-color: #F59C20;
1527
+ border-bottom-color: transparent; }
1528
+ .nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
1529
+ background-color: #ffffff;
1530
+ color: inherit; }
1531
+
1532
+ .nav.nav-pills + .tab-content {
1533
+ border: 0;
1534
+ padding: 5px; }
1535
+
1536
+ .nav.nav-pills .nav-item .nav-link {
1537
+ text-decoration: none; }
1538
+ .nav.nav-pills .nav-item .nav-link:hover {
1539
+ color: #4f5f6f;
1540
+ background-color: transparent;
1541
+ border: 0; }
1542
+ .nav.nav-pills .nav-item .nav-link.active {
1543
+ border-color: #F59C20;
1544
+ border-bottom-color: transparent;
1545
+ background-color: #F59C20; }
1546
+ .nav.nav-pills .nav-item .nav-link.active:hover {
1547
+ background-color: #F59C20;
1548
+ color: #ffffff; }
1549
+
1550
+ #nprogress .bar {
1551
+ background: #F59C20 !important; }
1552
+ #nprogress .bar .peg {
1553
+ box-shadow: 0 0 10px #F59C20, 0 0 5px #F59C20; }
1554
+
1555
+ #nprogress .spinner {
1556
+ top: 25px !important;
1557
+ right: 23px !important; }
1558
+ #nprogress .spinner .spinner-icon {
1559
+ border-top-color: #F59C20 !important;
1560
+ border-left-color: #F59C20 !important; }
1561
+
1562
+ .pagination {
1563
+ margin-top: 0; }
1564
+ .pagination .page-item .page-link {
1565
+ color: #F59C20; }
1566
+ .pagination .page-item.active .page-link,
1567
+ .pagination .page-item.active .page-link:focus,
1568
+ .pagination .page-item.active .page-link:hover {
1569
+ color: #fff;
1570
+ border-color: #F59C20;
1571
+ background-color: #F59C20; }
1572
+
1573
+ /* Let's get this party started */
1574
+ ::-webkit-scrollbar {
1575
+ width: 7px;
1576
+ height: 7px; }
1577
+
1578
+ /* Track */
1579
+ ::-webkit-scrollbar-track {
1580
+ border-radius: 0; }
1581
+
1582
+ /* Handle */
1583
+ ::-webkit-scrollbar-thumb {
1584
+ border-radius: 0;
1585
+ background: #f1910b; }
1586
+
1587
+ ::-webkit-scrollbar-thumb:window-inactive {
1588
+ background: #F59C20; }
1589
+
1590
+ .table label {
1591
+ margin-bottom: 0; }
1592
+
1593
+ .table .checkbox + span {
1594
+ margin-bottom: 0; }
1595
+ .table .checkbox + span:before {
1596
+ line-height: 20px; }
1597
+
1598
+ .error-card {
1599
+ width: 410px;
1600
+ min-height: 330px;
1601
+ margin: 60px auto; }
1602
+ .error-card .error-title {
1603
+ font-size: 150px;
1604
+ line-height: 150px;
1605
+ font-weight: 700;
1606
+ color: #252932;
1607
+ text-align: center;
1608
+ text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px; }
1609
+ .error-card .error-sub-title {
1610
+ font-weight: 100;
1611
+ text-align: center; }
1612
+ .error-card .error-container {
1613
+ text-align: center;
1614
+ visibility: hidden; }
1615
+ .error-card .error-container.visible {
1616
+ visibility: visible; }
1617
+ .error-card.global {
1618
+ position: absolute;
1619
+ top: 50%;
1620
+ left: 50%;
1621
+ -webkit-transform: translateY(-50%) translateX(-50%);
1622
+ transform: translateY(-50%) translateX(-50%);
1623
+ margin: 0; }
1624
+ .error-card.global .error-title {
1625
+ color: #ffffff; }
1626
+ .error-card.global .error-sub-title,
1627
+ .error-card.global .error-container {
1628
+ color: #ffffff; }
1629
+
1630
+ @media (min-width: 768px) and (max-width: 991px) {
1631
+ .error-card {
1632
+ width: 50%; }
1633
+ .error-card.global {
1634
+ position: relative;
1635
+ top: 25%;
1636
+ left: 0;
1637
+ -webkit-transform: inherit;
1638
+ transform: inherit;
1639
+ margin: 40px auto; } }
1640
+
1641
+ @media (max-width: 767px) {
1642
+ .error-card {
1643
+ width: 90%; }
1644
+ .error-card.global {
1645
+ position: relative;
1646
+ top: 25%;
1647
+ left: 0;
1648
+ -webkit-transform: inherit;
1649
+ transform: inherit;
1650
+ margin: 40px auto; } }
1651
+
1652
+ .wyswyg {
1653
+ border: 1px solid #d7dde4; }
1654
+ .wyswyg .ql-container {
1655
+ border-top: 1px solid #d7dde4; }
1656
+ .wyswyg .toolbar .btn {
1657
+ margin: 0; }
1658
+ .wyswyg .ql-container {
1659
+ font-size: 1rem; }
1660
+ .wyswyg .ql-container .ql-editor {
1661
+ min-height: 200px; }
1662
+
1663
+ .footer {
1664
+ background-color: #fff;
1665
+ position: absolute;
1666
+ left: 230px;
1667
+ right: 0;
1668
+ bottom: 0;
1669
+ height: 50px;
1670
+ display: -webkit-box;
1671
+ display: -ms-flexbox;
1672
+ display: flex;
1673
+ -webkit-box-pack: justify;
1674
+ -ms-flex-pack: justify;
1675
+ justify-content: space-between;
1676
+ -webkit-box-align: center;
1677
+ -ms-flex-align: center;
1678
+ align-items: center; }
1679
+ .footer-fixed .footer {
1680
+ position: fixed; }
1681
+ .footer .footer-block {
1682
+ vertical-align: middle;
1683
+ margin-left: 20px;
1684
+ margin-right: 20px; }
1685
+ .footer .footer-github-btn {
1686
+ vertical-align: middle; }
1687
+ @media (max-width: 991px) {
1688
+ .footer {
1689
+ left: 0; } }
1690
+ .footer .author > ul {
1691
+ list-style: none;
1692
+ margin: 0;
1693
+ padding: 0; }
1694
+ .footer .author > ul li {
1695
+ display: inline-block; }
1696
+ .footer .author > ul li:after {
1697
+ content: "|"; }
1698
+ .footer .author > ul li:last-child:after {
1699
+ content: ""; }
1700
+ @media (max-width: 991px) {
1701
+ .footer .author > ul li {
1702
+ display: block;
1703
+ text-align: right; }
1704
+ .footer .author > ul li:after {
1705
+ content: ""; } }
1706
+ @media (max-width: 991px) {
1707
+ .footer .author > ul {
1708
+ display: block; } }
1709
+ @media (max-width: 767px) {
1710
+ .footer .author > ul {
1711
+ display: none; } }
1712
+
1713
+ .header {
1714
+ background-color: #d7dde4;
1715
+ height: 70px;
1716
+ position: absolute;
1717
+ left: 230px;
1718
+ right: 0;
1719
+ -webkit-transition: left 0.3s ease;
1720
+ transition: left 0.3s ease;
1721
+ z-index: 10;
1722
+ display: -webkit-box;
1723
+ display: -ms-flexbox;
1724
+ display: flex;
1725
+ -webkit-box-align: center;
1726
+ -ms-flex-align: center;
1727
+ align-items: center;
1728
+ -webkit-box-pack: justify;
1729
+ -ms-flex-pack: justify;
1730
+ justify-content: space-between; }
1731
+ @media (max-width: 991px) {
1732
+ .header {
1733
+ left: 0; } }
1734
+ @media (max-width: 767px) {
1735
+ .header {
1736
+ left: 0;
1737
+ height: 50px; } }
1738
+ .header-fixed .header {
1739
+ position: fixed; }
1740
+ @media (max-width: 767px) {
1741
+ .header .header-block {
1742
+ padding: 5px; } }
1743
+
1744
+ .modal .modal-content {
1745
+ border-radius: 0; }
1746
+
1747
+ .modal .modal-header {
1748
+ background-color: #F59C20;
1749
+ color: #ffffff; }
1750
+
1751
+ .modal .modal-footer .btn {
1752
+ margin-bottom: 0; }
1753
+
1754
+ .sidebar {
1755
+ background-color: #3a4651;
1756
+ width: 230px;
1757
+ padding-bottom: 60px;
1758
+ position: absolute;
1759
+ top: 0;
1760
+ left: 0;
1761
+ bottom: 0;
1762
+ -webkit-transition: left 0.3s ease;
1763
+ transition: left 0.3s ease;
1764
+ z-index: 20; }
1765
+ @media (max-width: 991px) {
1766
+ .sidebar {
1767
+ position: fixed;
1768
+ left: -230px; } }
1769
+ .sidebar-fixed .sidebar {
1770
+ position: fixed; }
1771
+ .sidebar-open .sidebar {
1772
+ left: 0; }
1773
+ .sidebar .sidebar-container {
1774
+ position: absolute;
1775
+ top: 0;
1776
+ bottom: 51px;
1777
+ width: 100%;
1778
+ left: 0;
1779
+ overflow-y: auto;
1780
+ overflow-x: hidden; }
1781
+ .sidebar .sidebar-container::-webkit-scrollbar-track {
1782
+ background-color: #2c353e; }
1783
+ .sidebar .nav {
1784
+ font-size: 14px; }
1785
+ .sidebar .nav li a:focus,
1786
+ .open .sidebar .nav li a:focus {
1787
+ background-color: inherit; }
1788
+ .sidebar .nav ul {
1789
+ padding: 0;
1790
+ height: 0px;
1791
+ overflow: hidden; }
1792
+ .loaded .sidebar .nav ul {
1793
+ height: auto; }
1794
+ .sidebar .nav li.active ul {
1795
+ height: auto; }
1796
+ .sidebar .nav li a {
1797
+ color: rgba(255, 255, 255, 0.5);
1798
+ text-decoration: none; }
1799
+ .sidebar .nav li a:hover,
1800
+ .sidebar .nav li.open > a,
1801
+ .sidebar .nav li.open a:hover {
1802
+ color: #ffffff;
1803
+ background-color: #2d363f; }
1804
+ .sidebar .nav > li > a {
1805
+ padding-top: 15px;
1806
+ padding-bottom: 15px;
1807
+ padding-left: 20px;
1808
+ padding-right: 10px; }
1809
+ .sidebar .nav > li.active > a,
1810
+ .sidebar .nav > li.active > a:hover {
1811
+ background-color: #F59C20 !important;
1812
+ color: #ffffff !important; }
1813
+ .sidebar .nav > li.open > a {
1814
+ background-color: #333e48; }
1815
+ .sidebar .nav > li.open > a i.arrow {
1816
+ -webkit-transform: rotate(90deg);
1817
+ transform: rotate(90deg); }
1818
+ .sidebar .nav > li > a i {
1819
+ margin-right: 5px;
1820
+ font-size: 16px; }
1821
+ .sidebar .nav > li > a i.arrow {
1822
+ float: right;
1823
+ font-size: 20px;
1824
+ line-height: initial;
1825
+ -webkit-transition: all 0.3s ease;
1826
+ transition: all 0.3s ease; }
1827
+ .sidebar .nav > li > a i.arrow:before {
1828
+ content: "\f105" !important; }
1829
+ .sidebar .nav > li > ul > li a {
1830
+ padding-top: 10px;
1831
+ padding-bottom: 10px;
1832
+ padding-left: 50px;
1833
+ background-color: #333e48; }
1834
+ .sidebar .nav > li > ul > li.active a {
1835
+ color: #ffffff; }
1836
+
1837
+ .sidebar-overlay {
1838
+ position: absolute;
1839
+ display: none;
1840
+ left: 200vw;
1841
+ right: 0;
1842
+ top: 0;
1843
+ bottom: 0;
1844
+ z-index: 5;
1845
+ opacity: 0;
1846
+ -webkit-transition: opacity 0.3s ease;
1847
+ transition: opacity 0.3s ease;
1848
+ z-index: 15; }
1849
+ @media (max-width: 991px) {
1850
+ .sidebar-overlay {
1851
+ display: block; } }
1852
+ @media (max-width: 767px) {
1853
+ .sidebar-overlay {
1854
+ background-color: rgba(0, 0, 0, 0.7); } }
1855
+ @media (max-width: 991px) {
1856
+ .sidebar-open .sidebar-overlay {
1857
+ left: 0;
1858
+ opacity: 1; } }
1859
+
1860
+ .flot-chart {
1861
+ display: block;
1862
+ height: 225px; }
1863
+ .flot-chart .flot-chart-content {
1864
+ width: 100%;
1865
+ height: 100%; }
1866
+ .flot-chart .flot-chart-pie-content {
1867
+ width: 225px;
1868
+ height: 225px;
1869
+ margin: auto; }
1870
+
1871
+ .dashboard-page #dashboard-downloads-chart,
1872
+ .dashboard-page #dashboard-visits-chart {
1873
+ height: 220px; }
1874
+
1875
+ @media (max-width: 543px) {
1876
+ .dashboard-page .items .card-header {
1877
+ border: none;
1878
+ -ms-flex-wrap: wrap;
1879
+ flex-wrap: wrap; }
1880
+ .dashboard-page .items .card-header .header-block {
1881
+ display: -webkit-box;
1882
+ display: -ms-flexbox;
1883
+ display: flex;
1884
+ -webkit-box-align: center;
1885
+ -ms-flex-align: center;
1886
+ align-items: center;
1887
+ width: 100%;
1888
+ -webkit-box-pack: justify;
1889
+ -ms-flex-pack: justify;
1890
+ justify-content: space-between;
1891
+ border-bottom: 1px solid #e9edf0; } }
1892
+
1893
+ .dashboard-page .items .card-header .title {
1894
+ padding-right: 0px;
1895
+ margin-right: 5px; }
1896
+
1897
+ .dashboard-page .items .card-header .search {
1898
+ margin: 0;
1899
+ vertical-align: middle;
1900
+ display: -webkit-inline-box;
1901
+ display: -ms-inline-flexbox;
1902
+ display: inline-flex;
1903
+ -webkit-box-orient: horizontal;
1904
+ -webkit-box-direction: normal;
1905
+ -ms-flex-direction: row;
1906
+ flex-direction: row;
1907
+ -webkit-box-align: center;
1908
+ -ms-flex-align: center;
1909
+ align-items: center; }
1910
+ @media (max-width: 543px) {
1911
+ .dashboard-page .items .card-header .search {
1912
+ min-width: 50%; } }
1913
+ .dashboard-page .items .card-header .search .search-input {
1914
+ border: none;
1915
+ background-color: inherit;
1916
+ color: #C2CCD6;
1917
+ width: 100px;
1918
+ -webkit-transition: color 0.3s ease;
1919
+ transition: color 0.3s ease; }
1920
+ .dashboard-page .items .card-header .search .search-input::-webkit-input-placeholder {
1921
+ /* WebKit, Blink, Edge */
1922
+ -webkit-transition: color 0.3s ease;
1923
+ transition: color 0.3s ease;
1924
+ color: #C2CCD6; }
1925
+ .dashboard-page .items .card-header .search .search-input:-moz-placeholder {
1926
+ /* Mozilla Firefox 4 to 18 */
1927
+ transition: color 0.3s ease;
1928
+ color: #C2CCD6; }
1929
+ .dashboard-page .items .card-header .search .search-input::-moz-placeholder {
1930
+ /* Mozilla Firefox 19+ */
1931
+ transition: color 0.3s ease;
1932
+ color: #C2CCD6; }
1933
+ .dashboard-page .items .card-header .search .search-input:-ms-input-placeholder {
1934
+ /* Internet Explorer 10-11 */
1935
+ transition: color 0.3s ease;
1936
+ color: #C2CCD6; }
1937
+ @media (max-width: 543px) {
1938
+ .dashboard-page .items .card-header .search .search-input {
1939
+ min-width: 130px; } }
1940
+ .dashboard-page .items .card-header .search .search-input:focus {
1941
+ color: #7e8e9f; }
1942
+ .dashboard-page .items .card-header .search .search-input:focus::-webkit-input-placeholder {
1943
+ /* WebKit, Blink, Edge */
1944
+ color: #aab4c0; }
1945
+ .dashboard-page .items .card-header .search .search-input:focus:-moz-placeholder {
1946
+ /* Mozilla Firefox 4 to 18 */
1947
+ color: #aab4c0; }
1948
+ .dashboard-page .items .card-header .search .search-input:focus::-moz-placeholder {
1949
+ /* Mozilla Firefox 19+ */
1950
+ color: #aab4c0; }
1951
+ .dashboard-page .items .card-header .search .search-input:focus:-ms-input-placeholder {
1952
+ /* Internet Explorer 10-11 */
1953
+ color: #aab4c0; }
1954
+ .dashboard-page .items .card-header .search .search-input:focus + .search-icon {
1955
+ color: #7e8e9f; }
1956
+ .dashboard-page .items .card-header .search .search-icon {
1957
+ color: #C2CCD6;
1958
+ -webkit-transition: color 0.3s ease;
1959
+ transition: color 0.3s ease;
1960
+ -webkit-box-ordinal-group: 0;
1961
+ -ms-flex-order: -1;
1962
+ order: -1;
1963
+ padding-right: 6px; }
1964
+
1965
+ .dashboard-page .items .card-header .pagination {
1966
+ display: inline-block;
1967
+ margin: 0; }
1968
+
1969
+ .dashboard-page .items .item-list .item-col-title {
1970
+ -webkit-box-flex: 9;
1971
+ -ms-flex-positive: 9;
1972
+ flex-grow: 9; }
1973
+
1974
+ .dashboard-page .items .item-list .item-col-date {
1975
+ text-align: right; }
1976
+
1977
+ @media (min-width: 1200px) {
1978
+ .dashboard-page .items .item-list .item-col-date {
1979
+ -webkit-box-flex: 4;
1980
+ -ms-flex-positive: 4;
1981
+ flex-grow: 4; } }
1982
+
1983
+ @media (max-width: 767px) {
1984
+ .dashboard-page .items .item-list .item-row {
1985
+ padding: 0; }
1986
+ .dashboard-page .items .item-list .item-col {
1987
+ padding-left: 10px;
1988
+ padding-right: 10px; }
1989
+ .dashboard-page .items .item-list .item-col-img {
1990
+ padding-left: 10px;
1991
+ -ms-flex-preferred-size: 60px;
1992
+ flex-basis: 60px;
1993
+ padding-right: 0; }
1994
+ .dashboard-page .items .item-list .item-col-stats {
1995
+ text-align: center; } }
1996
+
1997
+ @media (min-width: 544px) and (max-width: 767px) {
1998
+ .dashboard-page .items .item-list .item-col-title {
1999
+ -ms-flex-preferred-size: 100%;
2000
+ flex-basis: 100%;
2001
+ border-bottom: 1px solid #e9edf0; }
2002
+ .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) {
2003
+ position: relative;
2004
+ padding-top: 35px; }
2005
+ .dashboard-page .items .item-list .item-heading {
2006
+ position: absolute;
2007
+ height: 30px;
2008
+ width: 100%;
2009
+ left: 0;
2010
+ top: 5px;
2011
+ line-height: 30px;
2012
+ padding-left: 10px;
2013
+ padding-right: 10px; } }
2014
+
2015
+ @media (max-width: 543px) {
2016
+ .dashboard-page .items .item-list .item-col {
2017
+ border-bottom: 1px solid #e9edf0; }
2018
+ .dashboard-page .items .item-list .item-col-img {
2019
+ -ms-flex-preferred-size: 50px;
2020
+ flex-basis: 50px;
2021
+ -webkit-box-ordinal-group: -4;
2022
+ -ms-flex-order: -5;
2023
+ order: -5; }
2024
+ .dashboard-page .items .item-list .item-col-title {
2025
+ -ms-flex-preferred-size: calc(100% - 50px);
2026
+ flex-basis: calc(100% - 50px); }
2027
+ .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) {
2028
+ -ms-flex-preferred-size: 100%;
2029
+ flex-basis: 100%;
2030
+ text-align: left; }
2031
+ .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) .item-heading {
2032
+ text-align: left; }
2033
+ .dashboard-page .items .item-list .item-col-date {
2034
+ border: none; } }
2035
+
2036
+ .dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
2037
+ margin: 0 auto;
2038
+ max-width: 250px;
2039
+ max-height: 250px; }
2040
+
2041
+ .dashboard-page #dashboard-sales-map .jqvmap-zoomin,
2042
+ .dashboard-page #dashboard-sales-map .jqvmap-zoomout {
2043
+ background-color: #F59C20;
2044
+ height: 20px;
2045
+ width: 20px;
2046
+ line-height: 14px; }
2047
+
2048
+ .dashboard-page #dashboard-sales-map .jqvmap-zoomout {
2049
+ top: 32px; }
2050
+
2051
+ .dashboard-page .stats .card-block {
2052
+ padding-bottom: 0; }
2053
+
2054
+ .dashboard-page .stats .stat-col {
2055
+ margin-bottom: 20px;
2056
+ float: left;
2057
+ white-space: nowrap;
2058
+ overflow: hidden; }
2059
+
2060
+ .dashboard-page .stats .stat-icon {
2061
+ color: #BDBDBD;
2062
+ display: inline-block;
2063
+ font-size: 26px;
2064
+ text-align: center;
2065
+ vertical-align: middle;
2066
+ width: 50px; }
2067
+
2068
+ .dashboard-page .stats .stat-chart {
2069
+ margin-right: 5px;
2070
+ vertical-align: middle; }
2071
+ @media (min-width: 1200px) {
2072
+ .dashboard-page .stats .stat-chart {
2073
+ margin-right: 0.6vw; } }
2074
+
2075
+ .dashboard-page .stats .stat {
2076
+ vertical-align: middle; }
2077
+ @media (min-width: 1200px) {
2078
+ .dashboard-page .stats .stat .value {
2079
+ font-size: 1.3vw; } }
2080
+ @media (min-width: 1200px) {
2081
+ .dashboard-page .stats .stat .name {
2082
+ font-size: 0.9vw; } }
2083
+
2084
+ .dashboard-page .stats .stat-progress {
2085
+ height: 2px;
2086
+ margin: 5px 0;
2087
+ color: #F59C20; }
2088
+ .dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
2089
+ background-color: #dddddd; }
2090
+ .dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
2091
+ background-color: #F59C20; }
2092
+ .dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
2093
+ background-color: #dddddd; }
2094
+
2095
+ .dashboard-page .tasks {
2096
+ display: -webkit-box;
2097
+ display: -ms-flexbox;
2098
+ display: flex;
2099
+ -webkit-box-orient: vertical;
2100
+ -webkit-box-direction: normal;
2101
+ -ms-flex-direction: column;
2102
+ flex-direction: column;
2103
+ -ms-flex-line-pack: stretch;
2104
+ align-content: stretch; }
2105
+ .dashboard-page .tasks .title-block .title {
2106
+ -webkit-box-align: center;
2107
+ -ms-flex-align: center;
2108
+ align-items: center;
2109
+ display: -webkit-box;
2110
+ display: -ms-flexbox;
2111
+ display: flex;
2112
+ -webkit-box-pack: justify;
2113
+ -ms-flex-pack: justify;
2114
+ justify-content: space-between; }
2115
+ .dashboard-page .tasks label {
2116
+ width: 100%;
2117
+ margin-bottom: 0; }
2118
+ .dashboard-page .tasks label .checkbox:checked + span {
2119
+ text-decoration: line-through; }
2120
+ .dashboard-page .tasks label span {
2121
+ display: inline-block;
2122
+ overflow: hidden;
2123
+ text-overflow: ellipsis;
2124
+ white-space: nowrap;
2125
+ width: 100%; }
2126
+ .dashboard-page .tasks .tasks-block {
2127
+ max-height: 400px;
2128
+ overflow-y: scroll;
2129
+ overflow-x: hidden;
2130
+ margin: 0;
2131
+ margin-right: -5px; }
2132
+ .dashboard-page .tasks .item-list .item-col {
2133
+ padding-top: 5px;
2134
+ padding-bottom: 5px; }
2135
+
2136
+ .items-list-page .title-search-block {
2137
+ position: relative; }
2138
+
2139
+ @media (max-width: 767px) {
2140
+ .items-list-page .title-block {
2141
+ padding-bottom: 10px;
2142
+ margin-bottom: 13px; } }
2143
+
2144
+ .items-list-page .title-block .action {
2145
+ display: inline; }
2146
+ .items-list-page .title-block .action a {
2147
+ padding: 10px 15px; }
2148
+ .items-list-page .title-block .action a .icon {
2149
+ margin-right: 5px;
2150
+ text-align: center;
2151
+ width: 16px; }
2152
+ @media (max-width: 767px) {
2153
+ .items-list-page .title-block .action {
2154
+ display: none; } }
2155
+
2156
+ .items-list-page .items-search {
2157
+ position: absolute;
2158
+ margin-bottom: 15px;
2159
+ right: 0;
2160
+ top: 0; }
2161
+ @media (max-width: 767px) {
2162
+ .items-list-page .items-search {
2163
+ position: static; } }
2164
+ .items-list-page .items-search .search-button {
2165
+ margin: 0; }
2166
+
2167
+ .items-list-page .item-list .item-col.item-col-check {
2168
+ text-align: left; }
2169
+
2170
+ .items-list-page .item-list .item-col.item-col-img {
2171
+ text-align: left;
2172
+ width: auto;
2173
+ text-align: center;
2174
+ -ms-flex-preferred-size: 70px;
2175
+ flex-basis: 70px; }
2176
+ @media (min-width: 544px) {
2177
+ .items-list-page .item-list .item-col.item-col-img:not(.item-col-header) {
2178
+ height: 80px; } }
2179
+
2180
+ .items-list-page .item-list .item-col.item-col-title {
2181
+ text-align: left;
2182
+ margin-left: 0 !important;
2183
+ margin-right: auto;
2184
+ -ms-flex-preferred-size: 0;
2185
+ flex-basis: 0;
2186
+ -webkit-box-flex: 9;
2187
+ -ms-flex-positive: 9;
2188
+ flex-grow: 9; }
2189
+
2190
+ .items-list-page .item-list .item-col.item-col-sales {
2191
+ text-align: right;
2192
+ font-weight: 600; }
2193
+
2194
+ .items-list-page .item-list .item-col.item-col-stats {
2195
+ text-align: center; }
2196
+
2197
+ .items-list-page .item-list .item-col.item-col-category {
2198
+ text-align: left;
2199
+ font-weight: 600; }
2200
+
2201
+ .items-list-page .item-list .item-col.item-col-author {
2202
+ text-align: left;
2203
+ -webkit-box-flex: 4.5;
2204
+ -ms-flex-positive: 4.5;
2205
+ flex-grow: 4.5; }
2206
+
2207
+ .items-list-page .item-list .item-col.item-col-date {
2208
+ text-align: right; }
2209
+
2210
+ @media (max-width: 767px) {
2211
+ .items-list-page .card.items {
2212
+ background: none;
2213
+ box-shadow: none; }
2214
+ .items-list-page .item-list .item {
2215
+ border: none;
2216
+ margin-bottom: 10px;
2217
+ background-color: #fff;
2218
+ box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
2219
+ .items-list-page .item-list .item-row {
2220
+ padding: 0 !important; }
2221
+ .items-list-page .item-list .item-col.item-col-author {
2222
+ -webkit-box-flex: 3;
2223
+ -ms-flex-positive: 3;
2224
+ flex-grow: 3; } }
2225
+
2226
+ @media (min-width: 544px) and (max-width: 767px) {
2227
+ .items-list-page .item-list .item {
2228
+ background-color: #fff;
2229
+ margin-bottom: 10px;
2230
+ box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
2231
+ .items-list-page .item-list .item-row {
2232
+ padding: 0; }
2233
+ .items-list-page .item-list .item-heading {
2234
+ width: 100%;
2235
+ display: block;
2236
+ position: absolute;
2237
+ top: 0;
2238
+ width: 100%;
2239
+ left: 0;
2240
+ line-height: 40px;
2241
+ padding-left: 0; }
2242
+ .items-list-page .item-list .item-col.item-col-check, .items-list-page .item-list .item-col.item-col-title, .items-list-page .item-list .item-col.item-col-actions-dropdown {
2243
+ border-bottom: 1px solid #d7dde4; }
2244
+ .items-list-page .item-list .item-col.item-col-check .item-heading, .items-list-page .item-list .item-col.item-col-title .item-heading, .items-list-page .item-list .item-col.item-col-actions-dropdown .item-heading {
2245
+ display: none; }
2246
+ .items-list-page .item-list .item-col.item-col-sales, .items-list-page .item-list .item-col.item-col-stats, .items-list-page .item-list .item-col.item-col-category, .items-list-page .item-list .item-col.item-col-author, .items-list-page .item-list .item-col.item-col-date {
2247
+ padding-top: 40px;
2248
+ position: relative; }
2249
+ .items-list-page .item-list .item-col.item-col-check {
2250
+ display: none; }
2251
+ .items-list-page .item-list .item-col.item-col-title {
2252
+ padding-left: 10px;
2253
+ text-align: left;
2254
+ margin-left: 0 !important;
2255
+ margin-right: auto;
2256
+ -ms-flex-preferred-size: calc(100% - 40px);
2257
+ flex-basis: calc(100% - 40px); }
2258
+ .items-list-page .item-list .item-col.item-col-img {
2259
+ padding-left: 10px;
2260
+ -ms-flex-preferred-size: 79px;
2261
+ flex-basis: 79px; }
2262
+ .items-list-page .item-list .item-col.item-col-sales {
2263
+ text-align: left; }
2264
+ .items-list-page .item-list .item-col.item-col-stats {
2265
+ text-align: center; }
2266
+ .items-list-page .item-list .item-col.item-col-category {
2267
+ text-align: center; }
2268
+ .items-list-page .item-list .item-col.item-col-author {
2269
+ text-align: center; }
2270
+ .items-list-page .item-list .item-col.item-col-date {
2271
+ padding-right: 10px;
2272
+ text-align: right;
2273
+ white-space: nowrap;
2274
+ -ms-flex-preferred-size: 100px;
2275
+ flex-basis: 100px;
2276
+ -ms-flex-preferred-size: 0;
2277
+ flex-basis: 0;
2278
+ -webkit-box-flex: 3;
2279
+ -ms-flex-positive: 3;
2280
+ flex-grow: 3; } }
2281
+
2282
+ @media (max-width: 543px) {
2283
+ .items-list-page .item-list .item {
2284
+ border: none;
2285
+ font-size: 0.9rem;
2286
+ margin-bottom: 10px;
2287
+ background-color: #fff;
2288
+ box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
2289
+ .items-list-page .item-list .item .item-col {
2290
+ text-align: right;
2291
+ border-bottom: 1px solid #d7dde4;
2292
+ padding-left: 10px; }
2293
+ .items-list-page .item-list .item .item-col[class^=item-col] {
2294
+ -ms-flex-preferred-size: 100%;
2295
+ flex-basis: 100%; }
2296
+ .items-list-page .item-list .item .item-col.item-col-check {
2297
+ display: none; }
2298
+ .items-list-page .item-list .item .item-col.item-col-img .item-img {
2299
+ padding-bottom: 65%; }
2300
+ .items-list-page .item-list .item .item-col.item-col-title {
2301
+ text-align: left;
2302
+ padding-bottom: 0;
2303
+ border: none;
2304
+ -webkit-box-flex: 1;
2305
+ -ms-flex-positive: 1;
2306
+ flex-grow: 1;
2307
+ -ms-flex-preferred-size: 0;
2308
+ flex-basis: 0; }
2309
+ .items-list-page .item-list .item .item-col.item-col-title .item-heading {
2310
+ display: none; }
2311
+ .items-list-page .item-list .item .item-col.item-col-title .item-title {
2312
+ font-size: 1rem;
2313
+ line-height: 1.4rem; }
2314
+ .items-list-page .item-list .item .item-col.item-col-actions-dropdown {
2315
+ border: none;
2316
+ padding-bottom: 0; }
2317
+ .items-list-page .item-list .item .item-col.item-col-sales {
2318
+ text-align: left; }
2319
+ .items-list-page .item-list .item .item-col.item-col-stats {
2320
+ text-align: left; }
2321
+ .items-list-page .item-list .item .item-col.item-col-category {
2322
+ text-align: left; }
2323
+ .items-list-page .item-list .item .item-col.item-col-author {
2324
+ text-align: left; }
2325
+ .items-list-page .item-list .item .item-col.item-col-date {
2326
+ text-align: left; } }
2327
+
2328
+ .table-flip-scroll table {
2329
+ width: 100%; }
2330
+
2331
+ @media only screen and (max-width: 800px) {
2332
+ .table-flip-scroll .flip-content:after,
2333
+ .table-flip-scroll .flip-header:after {
2334
+ visibility: hidden;
2335
+ display: block;
2336
+ font-size: 0;
2337
+ content: " ";
2338
+ clear: both;
2339
+ height: 0; }
2340
+ .table-flip-scroll html .flip-content,
2341
+ .table-flip-scroll html .flip-header {
2342
+ -ms-zoom: 1;
2343
+ zoom: 1; }
2344
+ .table-flip-scroll *:first-child + html .flip-content,
2345
+ .table-flip-scroll *:first-child + html .flip-header {
2346
+ -ms-zoom: 1;
2347
+ zoom: 1; }
2348
+ .table-flip-scroll table {
2349
+ width: 100%;
2350
+ border-collapse: collapse;
2351
+ border-spacing: 0;
2352
+ display: block;
2353
+ position: relative; }
2354
+ .table-flip-scroll th,
2355
+ .table-flip-scroll td {
2356
+ margin: 0;
2357
+ vertical-align: top; }
2358
+ .table-flip-scroll th:last-child,
2359
+ .table-flip-scroll td:last-child {
2360
+ border-bottom: 1px solid #ddd; }
2361
+ .table-flip-scroll th {
2362
+ border: 0 !important;
2363
+ border-right: 1px solid #ddd !important;
2364
+ width: auto !important;
2365
+ display: block;
2366
+ text-align: right; }
2367
+ .table-flip-scroll td {
2368
+ display: block;
2369
+ text-align: left;
2370
+ border: 0 !important;
2371
+ border-bottom: 1px solid #ddd !important; }
2372
+ .table-flip-scroll thead {
2373
+ display: block;
2374
+ float: left; }
2375
+ .table-flip-scroll thead tr {
2376
+ display: block; }
2377
+ .table-flip-scroll tbody {
2378
+ display: block;
2379
+ width: auto;
2380
+ position: relative;
2381
+ overflow-x: auto;
2382
+ white-space: nowrap; }
2383
+ .table-flip-scroll tbody tr {
2384
+ display: inline-block;
2385
+ vertical-align: top;
2386
+ margin-left: -5px;
2387
+ border-left: 1px solid #ddd; } }
2388
+
2389
+ .header .header-block-buttons {
2390
+ text-align: center;
2391
+ margin-left: auto;
2392
+ margin-right: auto;
2393
+ white-space: nowrap; }
2394
+ .header .header-block-buttons .btn.header-btn {
2395
+ background-color: transparent;
2396
+ border: 1px solid #64798d;
2397
+ color: #64798d;
2398
+ margin: 0 5px;
2399
+ border-radius: 0.2rem; }
2400
+ .header .header-block-buttons .btn.header-btn:hover, .header .header-block-buttons .btn.header-btn:focus {
2401
+ border: 1px solid #3a4651;
2402
+ color: #3a4651; }
2403
+ @media (max-width: 767px) {
2404
+ .header .header-block-buttons .btn.header-btn span {
2405
+ display: none; } }
2406
+
2407
+ .header .header-block-collapse {
2408
+ padding-right: 5px; }
2409
+ @media (max-width: 767px) {
2410
+ .header .header-block-collapse {
2411
+ width: 155px; } }
2412
+ .header .header-block-collapse .collapse-btn {
2413
+ background: none;
2414
+ border: none;
2415
+ box-shadow: none;
2416
+ color: #F59C20;
2417
+ font-size: 24px;
2418
+ line-height: 40px;
2419
+ border-radius: 0;
2420
+ outline: none;
2421
+ padding: 0;
2422
+ padding-left: 10px;
2423
+ padding-right: 10px;
2424
+ vertical-align: initial; }
2425
+
2426
+ .header .header-block-nav {
2427
+ margin-left: auto;
2428
+ white-space: nowrap;
2429
+ padding-right: 15px; }
2430
+ @media (max-width: 767px) {
2431
+ .header .header-block-nav {
2432
+ padding-right: 25px; } }
2433
+ .header .header-block-nav::after {
2434
+ content: "";
2435
+ display: table;
2436
+ clear: both; }
2437
+ .header .header-block-nav a {
2438
+ text-decoration: none; }
2439
+ .header .header-block-nav ul {
2440
+ margin: 0;
2441
+ padding: 0;
2442
+ list-style: none; }
2443
+ .header .header-block-nav > ul {
2444
+ display: table; }
2445
+ .header .header-block-nav > ul > li {
2446
+ display: table-cell;
2447
+ position: relative; }
2448
+ .header .header-block-nav > ul > li:before {
2449
+ display: block;
2450
+ content: " ";
2451
+ width: 1px;
2452
+ height: 24px;
2453
+ top: 50%;
2454
+ margin-top: -12px;
2455
+ background-color: #8b9cb1;
2456
+ position: absolute;
2457
+ left: 0; }
2458
+ .header .header-block-nav > ul > li:first-child:before {
2459
+ display: none; }
2460
+ .header .header-block-nav > ul > li > a {
2461
+ padding: 0 15px;
2462
+ color: #4f5f6f; }
2463
+ .header .header-block-nav > ul > li > a:hover {
2464
+ color: #F59C20; }
2465
+ .header .header-block-nav .dropdown-menu {
2466
+ margin-top: 15px; }
2467
+
2468
+ .header .header-block-search {
2469
+ margin-right: auto;
2470
+ padding-left: 20px; }
2471
+ @media (max-width: 767px) {
2472
+ .header .header-block-search {
2473
+ padding-left: 10px; } }
2474
+
2475
+ @media (min-width: 768px) and (max-width: 991px) {
2476
+ .header .header-block-search {
2477
+ padding-left: 20px; } }
2478
+
2479
+ @media (min-width: 992px) and (max-width: 1199px) {
2480
+ .header .header-block-search {
2481
+ padding-left: 20px; } }
2482
+ @media (min-width: 1200px) {
2483
+ .header .header-block-search {
2484
+ padding-left: 35px; } }
2485
+ .header .header-block-search > form {
2486
+ float: right; }
2487
+ @media (max-width: 767px) {
2488
+ .header .header-block-search > form {
2489
+ padding-left: 0; } }
2490
+ .header .header-block-search .input-container {
2491
+ position: relative;
2492
+ color: #7e8e9f; }
2493
+ .header .header-block-search .input-container i {
2494
+ position: absolute;
2495
+ pointer-events: none;
2496
+ display: block;
2497
+ height: 40px;
2498
+ line-height: 40px;
2499
+ left: 0; }
2500
+ .header .header-block-search .input-container input {
2501
+ background-color: transparent;
2502
+ border: none;
2503
+ padding-left: 25px;
2504
+ height: 40px;
2505
+ max-width: 150px; }
2506
+ @media (max-width: 767px) {
2507
+ .header .header-block-search .input-container input {
2508
+ max-width: 140px; } }
2509
+ .header .header-block-search .input-container input:focus + .underline {
2510
+ -webkit-transform: scaleX(1);
2511
+ transform: scaleX(1); }
2512
+
2513
+ #modal-media .modal-body {
2514
+ min-height: 250px; }
2515
+
2516
+ #modal-media .modal-tab-content {
2517
+ min-height: 300px; }
2518
+
2519
+ #modal-media .images-container {
2520
+ padding: 15px;
2521
+ text-align: center; }
2522
+ #modal-media .images-container .image-container {
2523
+ margin: 0 auto 10px auto;
2524
+ cursor: pointer;
2525
+ -webkit-transition: all 0.3s ease;
2526
+ transition: all 0.3s ease;
2527
+ display: inline-block;
2528
+ float: none; }
2529
+ #modal-media .images-container .image-container:hover {
2530
+ border-color: rgba(245, 156, 32, 0.5); }
2531
+ #modal-media .images-container .image-container.active {
2532
+ border-color: rgba(245, 156, 32, 0.5); }
2533
+
2534
+ #modal-media .upload-container {
2535
+ padding: 15px; }
2536
+ #modal-media .upload-container .dropzone {
2537
+ position: relative;
2538
+ border: 2px dashed #F59C20;
2539
+ height: 270px; }
2540
+ #modal-media .upload-container .dropzone .dz-message-block {
2541
+ position: absolute;
2542
+ top: 50%;
2543
+ left: 50%;
2544
+ -webkit-transform: translateY(-50%) translateX(-50%);
2545
+ transform: translateY(-50%) translateX(-50%); }
2546
+ #modal-media .upload-container .dropzone .dz-message-block .dz-message {
2547
+ margin: 0;
2548
+ font-size: 24px;
2549
+ color: #F59C20;
2550
+ width: 230px; }
2551
+
2552
+ .customize {
2553
+ width: 100%;
2554
+ color: rgba(255, 255, 255, 0.5);
2555
+ padding: 5px 15px;
2556
+ text-align: center; }
2557
+ .customize .customize-header {
2558
+ margin-bottom: 10px; }
2559
+
2560
+ #customize-menu {
2561
+ position: fixed;
2562
+ bottom: 0;
2563
+ left: 0;
2564
+ width: 230px; }
2565
+ @media (max-width: 991px) {
2566
+ .sidebar-open #customize-menu {
2567
+ left: 0; } }
2568
+ @media (max-width: 991px) {
2569
+ #customize-menu {
2570
+ -webkit-transition: left 0.3s ease;
2571
+ transition: left 0.3s ease;
2572
+ left: -230px; } }
2573
+ #customize-menu > li > a {
2574
+ background-color: #3a4651;
2575
+ border-top: 1px solid rgba(45, 54, 63, 0.5); }
2576
+ #customize-menu > li > a:hover,
2577
+ #customize-menu > li.open > a {
2578
+ background-color: #2d363f; }
2579
+ #customize-menu .customize {
2580
+ width: 230px;
2581
+ color: rgba(255, 255, 255, 0.5);
2582
+ background-color: #2d363f;
2583
+ text-align: center;
2584
+ padding: 10px 15px;
2585
+ border-top: 2px solid #F59C20; }
2586
+ #customize-menu .customize .customize-item {
2587
+ margin-bottom: 15px; }
2588
+ #customize-menu .customize .customize-item .customize-header {
2589
+ margin-bottom: 10px; }
2590
+ #customize-menu .customize .customize-item label {
2591
+ font-weight: 400; }
2592
+ #customize-menu .customize .customize-item label.title {
2593
+ font-size: 14px; }
2594
+ #customize-menu .customize .customize-item .radio + span {
2595
+ padding: 0;
2596
+ padding-left: 5px; }
2597
+ #customize-menu .customize .customize-item .radio + span:before {
2598
+ font-size: 17px;
2599
+ color: #546273;
2600
+ cursor: pointer; }
2601
+ #customize-menu .customize .customize-item .radio:checked + span:before {
2602
+ color: #F59C20; }
2603
+ #customize-menu .customize .customize-item .customize-colors {
2604
+ list-style: none; }
2605
+ #customize-menu .customize .customize-item .customize-colors li {
2606
+ display: inline-block;
2607
+ margin-left: 5px;
2608
+ margin-right: 5px; }
2609
+ #customize-menu .customize .customize-item .customize-colors li .color-item {
2610
+ display: block;
2611
+ height: 20px;
2612
+ width: 20px;
2613
+ border: 1px solid;
2614
+ cursor: pointer; }
2615
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-red {
2616
+ background-color: #FB494D;
2617
+ border-color: #FB494D; }
2618
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-orange {
2619
+ background-color: #FE7A0E;
2620
+ border-color: #FE7A0E; }
2621
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-green {
2622
+ background-color: #8CDE33;
2623
+ border-color: #8CDE33; }
2624
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-seagreen {
2625
+ background-color: #4bcf99;
2626
+ border-color: #4bcf99; }
2627
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-blue {
2628
+ background-color: #52BCD3;
2629
+ border-color: #52BCD3; }
2630
+ #customize-menu .customize .customize-item .customize-colors li .color-item.color-purple {
2631
+ background-color: #7867A7;
2632
+ border-color: #7867A7; }
2633
+ #customize-menu .customize .customize-item .customize-colors li .color-item.active {
2634
+ position: relative;
2635
+ font-family: FontAwesome;
2636
+ font-size: 17px;
2637
+ line-height: 17px; }
2638
+ #customize-menu .customize .customize-item .customize-colors li .color-item.active:before {
2639
+ content: "\f00c";
2640
+ position: absolute;
2641
+ top: 0;
2642
+ left: 0;
2643
+ color: #fff; }
2644
+
2645
+ .sidebar-header .brand {
2646
+ color: #fff;
2647
+ text-align: left;
2648
+ padding-left: 25px;
2649
+ line-height: 70px;
2650
+ font-size: 16px; }
2651
+ @media (max-width: 767px) {
2652
+ .sidebar-header .brand {
2653
+ line-height: 50px;
2654
+ font-size: 16px; } }
2655
+
2656
+ .header .header-block-nav .notifications {
2657
+ font-size: 16px; }
2658
+ .header .header-block-nav .notifications a {
2659
+ padding-right: 10px; }
2660
+ .header .header-block-nav .notifications .counter {
2661
+ font-weight: bold;
2662
+ font-size: 14px;
2663
+ position: relative;
2664
+ top: -3px;
2665
+ left: -2px; }
2666
+ .header .header-block-nav .notifications.new .counter {
2667
+ color: #F59C20;
2668
+ font-weight: bold; }
2669
+ @media (max-width: 767px) {
2670
+ .header .header-block-nav .notifications {
2671
+ position: static; } }
2672
+
2673
+ .header .header-block-nav .notifications-dropdown-menu {
2674
+ white-space: normal;
2675
+ left: auto;
2676
+ right: 0;
2677
+ min-width: 350px; }
2678
+ .header .header-block-nav .notifications-dropdown-menu:before {
2679
+ position: absolute;
2680
+ right: 20px;
2681
+ bottom: 100%;
2682
+ margin-right: -1px; }
2683
+ .header .header-block-nav .notifications-dropdown-menu:after {
2684
+ position: absolute;
2685
+ right: 20px;
2686
+ bottom: 100%; }
2687
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
2688
+ border-bottom: 1px solid rgba(126, 142, 159, 0.1);
2689
+ padding: 5px; }
2690
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
2691
+ background-color: #f5f5f5; }
2692
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container .img-col {
2693
+ display: table-cell;
2694
+ padding: 5px; }
2695
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container .body-col {
2696
+ padding: 5px;
2697
+ display: table-cell; }
2698
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container .img {
2699
+ width: 40px;
2700
+ height: 40px;
2701
+ border-radius: 3px;
2702
+ vertical-align: top;
2703
+ display: inline-block;
2704
+ background-size: cover;
2705
+ background-position: center;
2706
+ background-repeat: no-repeat; }
2707
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container p {
2708
+ color: #4f5f6f;
2709
+ display: inline-block;
2710
+ line-height: 18px;
2711
+ font-size: 13px;
2712
+ margin: 0;
2713
+ vertical-align: top; }
2714
+ .header .header-block-nav .notifications-dropdown-menu .notifications-container p .accent {
2715
+ font-weight: bold; }
2716
+ .header .header-block-nav .notifications-dropdown-menu footer {
2717
+ text-align: center; }
2718
+ .header .header-block-nav .notifications-dropdown-menu footer a {
2719
+ color: #373a3c;
2720
+ -webkit-transition: none;
2721
+ transition: none; }
2722
+ .header .header-block-nav .notifications-dropdown-menu footer a:hover {
2723
+ background-color: #f5f5f5;
2724
+ color: #F59C20; }
2725
+ @media (max-width: 767px) {
2726
+ .header .header-block-nav .notifications-dropdown-menu {
2727
+ min-width: 100px;
2728
+ width: 100%;
2729
+ margin-top: 5px; }
2730
+ .header .header-block-nav .notifications-dropdown-menu:before, .header .header-block-nav .notifications-dropdown-menu:after {
2731
+ right: 107px; } }
2732
+
2733
+ .header .header-block-nav .profile .img {
2734
+ display: inline-block;
2735
+ width: 30px;
2736
+ height: 30px;
2737
+ line-height: 30px;
2738
+ border-radius: 4px;
2739
+ background-color: #8b9cb1;
2740
+ color: #ffffff;
2741
+ text-align: center;
2742
+ margin-right: 10px;
2743
+ background-repeat: no-repeat;
2744
+ background-position: center;
2745
+ background-size: cover;
2746
+ vertical-align: middle; }
2747
+
2748
+ .header .header-block-nav .profile .name {
2749
+ display: inline-block;
2750
+ margin-right: 9px;
2751
+ font-weight: bold; }
2752
+ @media (max-width: 767px) {
2753
+ .header .header-block-nav .profile .name {
2754
+ display: none; } }
2755
+
2756
+ .header .header-block-nav .profile .arrow {
2757
+ color: #F59C20; }
2758
+
2759
+ .header .header-block-nav .profile-dropdown-menu {
2760
+ left: auto;
2761
+ right: 0;
2762
+ min-width: 180px;
2763
+ white-space: normal; }
2764
+ .header .header-block-nav .profile-dropdown-menu:before {
2765
+ position: absolute;
2766
+ right: 10px;
2767
+ bottom: 100%;
2768
+ margin-right: -1px; }
2769
+ .header .header-block-nav .profile-dropdown-menu:after {
2770
+ position: absolute;
2771
+ right: 10px;
2772
+ bottom: 100%; }
2773
+ .header .header-block-nav .profile-dropdown-menu a {
2774
+ padding: 10px 15px; }
2775
+ .header .header-block-nav .profile-dropdown-menu a .icon {
2776
+ color: #F59C20;
2777
+ text-align: center;
2778
+ width: 16px; }
2779
+ .header .header-block-nav .profile-dropdown-menu a span {
2780
+ display: inline-block;
2781
+ padding-left: 5px;
2782
+ text-align: left;
2783
+ color: #7e8e9f; }
2784
+ .header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-icon {
2785
+ padding: 0; }
2786
+ .header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-topic {
2787
+ color: #7e8e9f;
2788
+ padding: 0; }
2789
+ .header .header-block-nav .profile-dropdown-menu .dropdown-divider {
2790
+ margin: 0; }
2791
+ .header .header-block-nav .profile-dropdown-menu .logout {
2792
+ border-top: 1px solid rgba(126, 142, 159, 0.1); }
2793
+ @media (max-width: 767px) {
2794
+ .header .header-block-nav .profile-dropdown-menu {
2795
+ margin-top: 8px; } }