Project

General

Profile

1
.app_theme_dark {
2
  background: #303030;
3
  color: #fefefe;
4
}
5
.app_theme_dark a {
6
  color: #039be5;
7
}
8
.app_theme_dark a:hover,
9
.app_theme_dark a:active {
10
  color: #0277bd;
11
}
12
.app_theme_dark .md-card,
13
.app_theme_dark .md-card .md-card-toolbar,
14
.app_theme_dark .md-card.md-card-overlay .md-card-overlay-content,
15
.app_theme_dark .md-card-list-wrapper .md-card-list > ul > li,
16
.app_theme_dark .uk-dropdown,
17
.app_theme_dark #sidebar_main,
18
.app_theme_dark #breadcrumbs,
19
.app_theme_dark .uk-dropdown,
20
.app_theme_dark #sidebar_secondary,
21
.app_theme_dark #sidebar_secondary .uk-tab,
22
.app_theme_dark .uk-sticky-placeholder .uk-tab,
23
.app_theme_dark .clndr .clndr_events,
24
.app_theme_dark #footer,
25
.app_theme_dark .uk-nestable-panel,
26
.app_theme_dark .gallery_grid_image_caption,
27
.app_theme_dark .uk-accordion-alt .uk-accordion-title,
28
.app_theme_dark .map_search_wrapper .map_search_list_wrapper,
29
.app_theme_dark #page_heading {
30
  background: #424242;
31
}
32
.app_theme_dark h1,
33
.app_theme_dark h2,
34
.app_theme_dark h3,
35
.app_theme_dark h4,
36
.app_theme_dark h5,
37
.app_theme_dark h6,
38
.app_theme_dark .md-card .md-card-toolbar-heading-text,
39
.app_theme_dark .uk-dropdown > ul > li > a,
40
.app_theme_dark .uk-dropdown,
41
.app_theme_dark .uk-nav-dropdown > li > a,
42
.app_theme_dark .uk-tab > li > a,
43
.app_theme_dark .clndr .clndr_events .clndr_event > a,
44
.app_theme_dark .fc .fc-day-grid-event,
45
.app_theme_dark .md-card .md-card-head-text,
46
.app_theme_dark .gallery_grid_item,
47
.app_theme_dark .gallery_grid_item:hover,
48
.app_theme_dark .gallery_grid_item:focus,
49
.app_theme_dark .md-card .md-card-toolbar-input,
50
.app_theme_dark .uk-article-lead,
51
.app_theme_dark .uk-badge {
52
  color: #fefefe;
53
}
54
.app_theme_dark [class*=uk-icon-],
55
.app_theme_dark .uk-datepicker-next,
56
.app_theme_dark .uk-datepicker-previous,
57
.app_theme_dark #menu_top > li > a,
58
.app_theme_dark .disabled + .inline-label {
59
  color: #cbcbcb;
60
}
61
.app_theme_dark .uk-text-muted {
62
  color: #999 !important;
63
}
64
.app_theme_dark .material-icons {
65
  color: rgba(255, 255, 255, 0.8);
66
}
67
.app_theme_dark .md-list-addon-element > .md-list-addon-icon {
68
  color: rgba(255, 255, 255, 0.7);
69
}
70
.app_theme_dark .md-list .uk-nestable-list > li > a.md-list-content,
71
.app_theme_dark .md-list > li > a.md-list-content,
72
.app_theme_dark .md-list-outside > li > .md-list-content,
73
.app_theme_dark .md-input-wrapper > label,
74
.app_theme_dark .uk-table thead th {
75
  color: #cbcbcb;
76
}
77
.app_theme_dark .uk-table td,
78
.app_theme_dark .uk-table tfoot td,
79
.app_theme_dark .uk-table tfoot th,
80
.app_theme_dark .uk-table thead th {
81
  border-color: #616161;
82
}
83
.app_theme_dark .uk-table tr.row_checked td {
84
  background: #212121;
85
}
86
.app_theme_dark .uk-table-hover tbody tr:hover {
87
  background: #212121;
88
}
89
.app_theme_dark .md-list .uk-nestable-list > li {
90
  border-color: #424242;
91
}
92
.app_theme_dark .md-list > li {
93
  border-color: #616161;
94
}
95
.app_theme_dark select.md-input,
96
.app_theme_dark textarea.md-input,
97
.app_theme_dark input:not([type]).md-input,
98
.app_theme_dark input[type="text"].md-input,
99
.app_theme_dark input[type="password"].md-input,
100
.app_theme_dark input[type="datetime"].md-input,
101
.app_theme_dark input[type="datetime-local"].md-input,
102
.app_theme_dark input[type="date"].md-input,
103
.app_theme_dark input[type="month"].md-input,
104
.app_theme_dark input[type="time"].md-input,
105
.app_theme_dark input[type="week"].md-input,
106
.app_theme_dark input[type="number"].md-input,
107
.app_theme_dark input[type="email"].md-input,
108
.app_theme_dark input[type="url"].md-input,
109
.app_theme_dark input[type="search"].md-input,
110
.app_theme_dark input[type="tel"].md-input,
111
.app_theme_dark input[type="color"].md-input {
112
  border-color: rgba(255, 255, 255, 0.25);
113
  color: #fefefe;
114
}
115
.app_theme_dark select optgroup,
116
.app_theme_dark select option {
117
  background: #424242;
118
}
119
.app_theme_dark .md-hr {
120
  border-top-color: rgba(0, 0, 0, 0.15);
121
}
122
.app_theme_dark input[type="button"]:disabled,
123
.app_theme_dark input[type="submit"]:disabled,
124
.app_theme_dark input[type="reset"]:disabled,
125
.app_theme_dark input[type="file"]:disabled::-webkit-file-upload-button,
126
.app_theme_dark button:disabled,
127
.app_theme_dark select:disabled,
128
.app_theme_dark keygen:disabled,
129
.app_theme_dark optgroup:disabled,
130
.app_theme_dark option:disabled,
131
.app_theme_dark select[disabled] > option {
132
  color: #aaa;
133
}
134
.app_theme_dark .uk-tooltip {
135
  background: #212121;
136
}
137
.app_theme_dark .uk-thumbnail {
138
  background: #616161;
139
}
140
.app_theme_dark .uk-thumbnail-caption {
141
  color: #fefefe;
142
}
143
.app_theme_dark .uk-alert {
144
  background: #546e7a;
145
}
146
.app_theme_dark .md-btn {
147
  color: #212121;
148
}
149
.app_theme_dark .md-btn.disabled {
150
  background: #616161;
151
}
152
.app_theme_dark .md-btn-primary,
153
.app_theme_dark .md-btn-primary:hover,
154
.app_theme_dark .md-btn-primary:focus,
155
.app_theme_dark .md-btn-primary:active {
156
  background: #546e7a;
157
  color: #fff;
158
}
159
.app_theme_dark .md-btn-flat {
160
  color: #fefefe;
161
}
162
.app_theme_dark .md-btn-flat:hover,
163
.app_theme_dark .md-btn-flat:focus,
164
.app_theme_dark .md-btn-flat:active {
165
  color: #fefefe;
166
}
167
.app_theme_dark .md-btn-flat[data-uk-button]:hover,
168
.app_theme_dark .md-btn-flat[data-uk-button]:focus,
169
.app_theme_dark .md-btn-flat[data-uk-button]:active {
170
  color: #727272;
171
}
172
.app_theme_dark .md-btn-flat-primary.uk-active {
173
  color: #fefefe !important;
174
  background: #546e7a;
175
}
176
.app_theme_dark .md-btn-flat-warning.uk-active {
177
  color: #fefefe !important;
178
  background: #ffa000;
179
}
180
.app_theme_dark .md-btn-flat-danger.uk-active {
181
  color: #fefefe !important;
182
  background: #e53935;
183
}
184
.app_theme_dark .md-btn-flat-success.uk-active {
185
  color: #fefefe !important;
186
  background: #7cb342;
187
}
188
.app_theme_dark .md-btn-flat.disabled {
189
  color: #616161;
190
}
191
.app_theme_dark .uk-badge-primary {
192
  background: #546e7a;
193
}
194
.app_theme_dark .md-card-list-wrapper .md-card-list > ul > li.item-shown.md-card-list-item-selected:before {
195
  background: #546e7a;
196
}
197
.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
198
  background: #546e7a;
199
}
200
.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
201
  background: #424242;
202
}
203
.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
204
  background: #546e7a;
205
}
206
.app_theme_dark .uk-datepicker-nav {
207
  background: #009688;
208
}
209
.app_theme_dark .uk-datepicker-table a {
210
  color: #fefefe;
211
}
212
.app_theme_dark a.uk-datepicker-table-muted {
213
  color: #212121;
214
}
215
.app_theme_dark .md-fab.md-fab-accent {
216
  background: #009688;
217
}
218
.app_theme_dark .md-fab .material-icons {
219
  color: #727272;
220
}
221
.app_theme_dark .md-fab-warning .material-icons,
222
.app_theme_dark .md-fab-success .material-icons,
223
.app_theme_dark .md-fab-primary .material-icons,
224
.app_theme_dark .md-fab-danger .material-icons,
225
.app_theme_dark .md-fab-accent .material-icons {
226
  color: #fefefe;
227
}
228
.app_theme_dark .uk-file-upload {
229
  background: #616161;
230
}
231
.app_theme_dark .iradio_md {
232
  border-color: rgba(255, 255, 255, 0.4);
233
}
234
.app_theme_dark .icheckbox_md {
235
  border-color: rgba(255, 255, 255, 0.4);
236
  background: #424242;
237
}
238
.app_theme_dark .icheckbox_md.hover.checked,
239
.app_theme_dark .icheckbox_md.checked {
240
  background: #009688;
241
  border-color: #009688;
242
}
243
.app_theme_dark .md-list .uk-nestable-list > li.md-list-item-active,
244
.app_theme_dark .md-list > li.md-list-item-active {
245
  color: #009688;
246
  background: #212121;
247
}
248
.app_theme_dark .md-list-addon > li.md-list-item-active .md-list-addon-element,
249
.app_theme_dark .md-list-addon > li.md-list-item-active .md-list-addon-element .material-icons {
250
  color: #009688;
251
}
252
.app_theme_dark .uk-modal-dialog,
253
.app_theme_dark .uk-modal-dialog .uk-modal-footer {
254
  background: #424242;
255
}
256
.app_theme_dark .uk-pagination > li > a:hover {
257
  background: #30ffec;
258
}
259
.app_theme_dark .uk-pagination > li.uk-active > a,
260
.app_theme_dark .uk-pagination > li.uk-active > span {
261
  background: #009688;
262
  color: #fff;
263
}
264
.app_theme_dark .uk-subnav-pill > .uk-active > * {
265
  background: #009688;
266
}
267
.app_theme_dark .uk-tab > li > a:hover,
268
.app_theme_dark .uk-tab > li > a:focus {
269
  border-bottom-color: #a6b9c1;
270
}
271
.app_theme_dark .uk-tab > li.uk-active > a {
272
  border-bottom-color: #546e7a;
273
}
274
.app_theme_dark .uk-tab-bottom li > a:hover,
275
.app_theme_dark .uk-tab-bottom li > a:focus {
276
  border-top-color: #a6b9c1;
277
}
278
.app_theme_dark .uk-tab-bottom li.uk-active > a {
279
  border-top-color: #546e7a;
280
}
281
.app_theme_dark .uk-tab-left li > a:hover,
282
.app_theme_dark .uk-tab-left li > a:focus {
283
  border-right-color: #a6b9c1;
284
}
285
.app_theme_dark .uk-tab-left li.uk-active > a {
286
  border-right-color: #546e7a;
287
}
288
.app_theme_dark .uk-tab-right li > a:hover,
289
.app_theme_dark .uk-tab-right li > a:focus {
290
  border-left-color: #a6b9c1;
291
}
292
.app_theme_dark .uk-tab-right li.uk-active > a {
293
  border-left-color: #546e7a;
294
}
295
.app_theme_dark .uk-tab-double-header li a:hover,
296
.app_theme_dark .uk-tab-double-header li a:focus {
297
  border-bottom-color: #698998;
298
}
299
.app_theme_dark .uk-tab-double-header li.uk-active > a {
300
  border-bottom-color: #009688;
301
}
302
.app_theme_dark .timeline:before {
303
  background: #616161;
304
}
305
.app_theme_dark .timeline_icon {
306
  border-color: #616161;
307
}
308
.app_theme_dark .timeline_content_addon {
309
  background: #616161;
310
}
311
.app_theme_dark .k-panelbar li.k-item {
312
  background: #363636;
313
}
314
.app_theme_dark .chat_submit_box {
315
  background: #212121;
316
}
317
.app_theme_dark .scrum_board_overflow {
318
  background: #303030;
319
}
320
.app_theme_dark .scrum_task {
321
  background: #424242;
322
}
323
.app_theme_dark #scrum_board .scrum_column {
324
  background: rgba(0, 0, 0, 0.25);
325
}
326
.app_theme_dark #scrum_board .scrum_column_heading {
327
  background: #303030;
328
}
329
.app_theme_dark .blog_list_footer {
330
  border-top-color: rgba(0, 0, 0, 0.3);
331
}
332
.app_theme_dark #header_main {
333
  background: #546e7a;
334
}
335
.app_theme_dark #header_main .uk-navbar .uk-navbar-nav > li.uk-open > a:after {
336
  border-bottom-color: #424242;
337
}
338
.app_theme_dark .header_double_height:after {
339
  background: #546e7a;
340
}
341
.app_theme_dark #top_bar {
342
  background: #424242;
343
}
344
.app_theme_dark #top_bar .top_bar_nav > li > a {
345
  color: #fefefe;
346
}
347
.app_theme_dark #top_bar .top_bar_nav > li > a:hover {
348
  -webkit-box-shadow: inset 0 -3px 0 #546e7a;
349
  box-shadow: inset 0 -3px 0 #546e7a;
350
}
351
.app_theme_dark #top_bar .top_bar_nav > li.uk-active a {
352
  -webkit-box-shadow: inset 0 -3px 0 #546e7a;
353
  box-shadow: inset 0 -3px 0 #546e7a;
354
}
355
.app_theme_dark .user_heading {
356
  background: #37474f;
357
}
358
.app_theme_dark #sidebar_main .sidebar_main_header {
359
  background-image: url("../../img/sidebar_head_bg_dark.png");
360
  background-repeat: no-repeat;
361
  background-position: 0 0;
362
}
363
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 192), only screen and (min-resolution: 192dppx), only screen and (min-resolution: 2dppx) {
364
  .app_theme_dark #sidebar_main .sidebar_main_header {
365
    background-image: url("../../img/sidebar_head_bg_dark@2x.png");
366
    background-size: 240px 88px;
367
  }
368
}
369
.app_theme_dark #sidebar_main .sidebar_main_header .selectize-control.single .selectize-input:after {
370
  color: rgba(255, 255, 255, 0.25);
371
}
372
.app_theme_dark #sidebar_main .sidebar_main_header .sidebar_logo a .logo_light {
373
  display: inline-block;
374
}
375
.app_theme_dark #sidebar_main .sidebar_main_header .sidebar_logo a .logo_regular {
376
  display: none;
377
}
378
.app_theme_dark #sidebar_main .menu_section > ul > li a {
379
  color: #fefefe;
380
}
381
.app_theme_dark #sidebar_main .menu_section > ul > li ul li.act_item a {
382
  color: #009688;
383
}
384
.app_theme_dark #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
385
  color: #009688;
386
}
387
.app_theme_dark #sidebar_main .menu_section > ul > li.current_section > a .menu_title {
388
  color: #009688;
389
}
390
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li > a > .menu_title {
391
  background: #009688;
392
  color: #fff;
393
}
394
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu {
395
  background: #009688;
396
}
397
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_icon .material-icons {
398
  color: #fff;
399
}
400
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu ul {
401
  border-left-color: #009688;
402
}
403
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
404
  color: #009688;
405
}
406
.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li > ul {
407
  background: #424242;
408
}
409
.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.today > span {
410
  background: #009688;
411
}
412
.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.last-month,
413
.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.next-month {
414
  color: #212121;
415
}
416
.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.day.event > span {
417
  border-color: rgba(255, 255, 255, 0.25);
418
}
419
.app_theme_dark .DTTT_print_info h6 {
420
  color: #009688;
421
}
422
.app_theme_dark .fc-unthemed .fc-button.fc-state-active:after {
423
  color: #009688;
424
}
425
.app_theme_dark .dropify-wrapper {
426
  background: #424242;
427
  color: #fefefe;
428
  border-color: #616161;
429
}
430
.app_theme_dark .dropify-wrapper .dropify-preview {
431
  background: #424242;
432
  color: #fefefe;
433
}
434
.app_theme_dark div.ganttview-vtheader {
435
  background: #424242;
436
}
437
.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group-name {
438
  background: rgba(0, 0, 0, 0.5);
439
}
440
.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group {
441
  color: #fefefe;
442
}
443
.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-series-row,
444
.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group-name {
445
  border-top-color: rgba(0, 0, 0, 0.3);
446
}
447
.app_theme_dark div.ganttview-grid-spacer {
448
  border-top-color: rgba(0, 0, 0, 0.3);
449
  background: rgba(0, 0, 0, 0.5);
450
}
451
.app_theme_dark div.ganttview-grid-row-cell.ganttview-weekend,
452
.app_theme_dark div.ganttview-hzheader-day.ganttview-weekend {
453
  background: rgba(0, 0, 0, 0.35);
454
}
455
.app_theme_dark div.ganttview-grid-row-cell,
456
.app_theme_dark div.ganttview-hzheader-day {
457
  border-color: rgba(0, 0, 0, 0.3) !important;
458
}
459
.app_theme_dark div.ganttview-hzheader-month {
460
  color: #fefefe;
461
}
462
.app_theme_dark .gmap-info-window h3 {
463
  color: #212121;
464
}
465
.app_theme_dark .gmap .on_gmap .controls_title {
466
  color: #727272;
467
}
468
.app_theme_dark .fc-unthemed .fc-highlight {
469
  -webkit-box-shadow: inset 0 0 0 2px #546e7a, inset 0 -1px 0 2px #546e7a;
470
  box-shadow: inset 0 0 0 2px #546e7a, inset 0 -1px 0 2px #546e7a;
471
}
472
.app_theme_dark .fc-toolbar .fc-button {
473
  text-shadow: none;
474
}
475
.app_theme_dark div.jtable-main-container table.jtable tbody > tr.jtable-row-even {
476
  background: rgba(0, 0, 0, 0.2);
477
}
478
.app_theme_dark div.jtable-main-container table.jtable tbody > tr:hover {
479
  background: rgba(0, 0, 0, 0.4);
480
}
481
.app_theme_dark div.jtable-main-container table.jtable tbody td .jtable-command-button {
482
  background-color: rgba(255, 255, 255, 0.6);
483
  border-radius: 4px;
484
}
485
.app_theme_dark .tablesorter-altair tbody > tr.row_highlighted > td {
486
  background: #cfd8dc;
487
}
488
.app_theme_dark .tablesorter-altair .headerSortUp,
489
.app_theme_dark .tablesorter-altair .tablesorter-headerSortUp,
490
.app_theme_dark .tablesorter-altair .tablesorter-headerAsc,
491
.app_theme_dark .tablesorter-altair .headerSortDown,
492
.app_theme_dark .tablesorter-altair .tablesorter-headerSortDown,
493
.app_theme_dark .tablesorter-altair .tablesorter-headerDesc {
494
  color: #009688;
495
}
496
.app_theme_dark .wizard > .steps {
497
  background: #546e7a;
498
}
499
.app_theme_dark .wizard > .steps > ul > li.current a,
500
.app_theme_dark .wizard > .steps > ul > li.current a:hover,
501
.app_theme_dark .wizard > .steps > ul > li.current a:active {
502
  background: #698998;
503
}
504
.app_theme_dark .wizard > .steps > ul > li.done a,
505
.app_theme_dark .wizard > .steps > ul > li.done a:hover,
506
.app_theme_dark .wizard > .steps > ul > li.done a:active {
507
  background: #37474f;
508
}
509
.app_theme_dark .wizard > .actions a,
510
.app_theme_dark .wizard > .actions a:hover,
511
.app_theme_dark .wizard > .actions a:active,
512
.app_theme_dark .wizard > .actions a .material-icons {
513
  color: #fefefe;
514
}
515
.app_theme_dark .wizard.vertical > .content {
516
  background: #424242;
517
}
518
.app_theme_dark .md-card-toolbar[data-toolbar-progress] .md-card-toolbar-heading-text,
519
.app_theme_dark .md-card-toolbar[data-toolbar-progress] .material-icons {
520
  color: #212121;
521
}
522
.app_theme_dark .md-card-primary {
523
  border-left-color: #546e7a;
524
}
525
.app_theme_dark .waves-effect.md-btn-flat-primary {
526
  background: none;
527
}
528
.app_theme_dark .waves-effect.md-btn-flat-primary .waves-ripple {
529
  background: rgba(84, 110, 122, 0.4);
530
}
531
.app_theme_dark .search_list_link {
532
  color: #009688;
533
}
534
.app_theme_dark .selectize-dropdown {
535
  color: #fefefe;
536
  border-color: transparent;
537
  background: #616161;
538
  border-radius: 2px;
539
}
540
.app_theme_dark .selectize-dropdown .optgroup-header {
541
  color: #fefefe;
542
  background: #616161;
543
}
544
.app_theme_dark .selectize-dropdown .ui-select-choices-row:hover {
545
  background: #424242;
546
}
547
.app_theme_dark .selectize-input {
548
  background: #616161;
549
  color: #fefefe;
550
}
551
.app_theme_dark .selectize-input,
552
.app_theme_dark .selectize-control.single .selectize-input.input-active {
553
  background: #616161;
554
}
555
.app_theme_dark .selectize-control.single .selectize-input:after {
556
  color: #cbcbcb;
557
}
558
.app_theme_dark .selectize-control.multi .selectize-input > div {
559
  background: #424242;
560
  color: #fefefe;
561
}
562
.app_theme_dark .select2-container .select2-selection--single {
563
  color: #fefefe;
564
  border-color: transparent;
565
  background: #616161;
566
}
567
.app_theme_dark .select2-container .select2-selection--single .select2-selection__rendered,
568
.app_theme_dark .select2-container .select2-selection--single .select2-selection__clear:after {
569
  color: #fefefe;
570
}
571
.app_theme_dark .select2-container .select2-selection--multiple {
572
  color: #fefefe;
573
  border-color: transparent;
574
  background: #616161;
575
}
576
.app_theme_dark .select2-container .select2-selection--multiple .select2-selection__choice {
577
  background: #424242;
578
  color: #fefefe;
579
}
580
.app_theme_dark .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
581
  color: #fefefe;
582
}
583
.app_theme_dark .select2-container .select2-search--dropdown .select2-search__field {
584
  background: rgba(255, 255, 255, 0.2);
585
}
586
.app_theme_dark .select2-container--open .select2-dropdown {
587
  color: #fefefe;
588
  border-color: transparent;
589
  background: #616161;
590
}
591
.app_theme_dark .select2-drop {
592
  color: #fefefe;
593
  border-color: transparent;
594
  background: #616161;
595
}
596
.app_theme_dark .chatbox {
597
  background: #424242;
598
}
599
.app_theme_dark .chatbox.cb_active .chatbox_header {
600
  background: #546e7a;
601
}
602
.app_theme_dark .chatbox_content .chatbox_message .chatbox_message_content li > span {
603
  background: rgba(0, 0, 0, 0.3);
604
}
605
.app_theme_dark .chatbox_content .chatbox_message.own .chatbox_message_content li > span {
606
  background: #546e7a;
607
}
608
.app_theme_dark .chatbox_footer .message_input {
609
  background: transparent;
610
  color: #fff;
611
}
612
.app_theme_dark .editable-container.editable-popup {
613
  background: #757575;
614
}
615
.app_theme_dark .editable-container.editable-popup .editable-clear-x:after {
616
  color: #fff;
617
}
618
.app_theme_dark .editable-container.editable-popup .select2-container .select2-choice {
619
  color: #fefefe;
620
  border-color: transparent;
621
  background: #616161;
622
}
623
.app_theme_dark .dropzone {
624
  background: #616161;
625
}
626
.app_theme_dark .dropzone .dz-preview.dz-image-preview {
627
  background: #616161;
628
}
(9-9/23)