Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2560 | Rev 2577 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
.pull-left {
2
  float: left !important;
3
}
2550 stevensc 4
 
1 www 5
.pull-right {
6
  float: right !important;
7
}
2550 stevensc 8
 
1 www 9
.img-circle {
10
  border-radius: 50%;
11
}
2550 stevensc 12
 
1 www 13
img {
2550 stevensc 14
  vertical-align: middle;
1 www 15
  border: 0;
16
}
2550 stevensc 17
 
1 www 18
b,
19
strong {
20
  font-weight: bold;
21
}
2550 stevensc 22
 
1 www 23
ul {
24
  list-style: none;
25
}
2550 stevensc 26
 
1 www 27
ul,
28
ol {
29
  margin-top: 0;
30
  /* margin-bottom: 10px; */
31
}
2550 stevensc 32
 
1 www 33
.m-t-10 {
34
  margin-top: 10px !important;
35
}
2550 stevensc 36
 
1 www 37
.m-b-10 {
38
  bottom: 10px !important;
39
}
2550 stevensc 40
 
1 www 41
.text-left {
42
  text-align: left;
43
}
2550 stevensc 44
 
1 www 45
.text-right {
46
  text-align: right;
47
}
2550 stevensc 48
 
1 www 49
p {
50
  line-height: 20px;
51
}
2550 stevensc 52
 
1 www 53
.clearfix:after {
54
  clear: both;
55
}
2550 stevensc 56
 
1 www 57
.clearfix:before,
58
.clearfix:after {
59
  content: " ";
60
  display: table;
61
}
62
 
63
.chatbox .panel {
64
  border-radius: 3px;
65
  background: #fff;
66
  margin: 0;
67
}
2550 stevensc 68
 
1 www 69
.chatbox .panel {
70
  border: 1px solid #dcdcdc;
71
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
72
}
2550 stevensc 73
 
1 www 74
.chatboxblink {
75
  border-right: 1px solid #00b0ff;
76
  border-left: 1px solid #00b0ff;
2550 stevensc 77
  background: transparent linear-gradient(to bottom, #00b0ff 0px, #00b0ff 100%) repeat scroll 0 0;
1 www 78
  color: #fff !important;
79
}
2550 stevensc 80
 
1 www 81
.chatboxblink .header-elements .status b,
82
.chatboxblink .header-elements a {
83
  color: #fff !important;
84
}
2550 stevensc 85
 
1 www 86
.chatbox .panel-heading {
87
  border-bottom: 1px solid #efefef;
88
}
2550 stevensc 89
 
1 www 90
.chatbox .panel-heading {
91
  border-bottom: 1px solid #dcdcdc;
92
  background-color: #f5f5f5;
93
}
2550 stevensc 94
 
1 www 95
.chatbox .panel-heading {
96
  padding: 10px 15px;
97
  border-bottom: 1px solid transparent;
98
  border-top-right-radius: 3px;
99
  border-top-left-radius: 3px;
100
}
2550 stevensc 101
 
1 www 102
.chatbox .panel-title {
103
  margin-top: 0;
104
  margin-bottom: 0;
105
  font-size: 16px;
106
  color: inherit;
107
  position: relative;
108
}
109
 
110
.chatbox .panel-title-group {
111
  margin-top: 0;
112
  margin-bottom: 0;
113
  font-size: 16px;
114
  color: inherit;
115
  position: relative;
116
  height: 41px;
117
}
118
 
119
.chatbox-icon {
120
  right: 230px;
121
  bottom: 23px;
122
  padding-top: 15px;
123
  margin-bottom: 0;
124
  z-index: 998;
125
  cursor: pointer;
126
  display: none;
127
  position: fixed;
128
}
2550 stevensc 129
 
1 www 130
.contact-floating {
131
  width: 54px;
132
  height: 54px;
133
  border-radius: 50%;
134
}
2550 stevensc 135
 
1 www 136
.contact-floating img {
137
  width: 54px;
138
  height: 54px;
139
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
140
 
141
}
2550 stevensc 142
 
1 www 143
.red {
144
  background-color: #f44336 !important;
145
}
2550 stevensc 146
 
1 www 147
.contact-floating .status.Online:after {
148
  background-color: #6cd187;
149
}
2550 stevensc 150
 
1 www 151
.contact-floating .status.Offline:after {
152
  background-color: #bdbdbd;
153
}
2550 stevensc 154
 
1 www 155
.contact-floating .status:after {
156
  content: "";
157
  position: absolute;
158
  height: 9px;
159
  width: 9px;
160
  left: 43px;
161
  top: 55px;
162
  border: 1px solid #fff;
163
  border-radius: 50%;
164
  display: block;
165
}
2550 stevensc 166
 
1 www 167
.contact-floating .unread-msg {
168
  content: "";
169
  position: absolute;
170
  height: 18px;
171
  width: 18px;
172
  left: 0px;
173
  top: 12px;
174
  border: 1px solid #fff;
175
  border-radius: 50%;
176
  display: block;
177
  color: #fff;
178
  text-align: center;
179
  font-size: 11px;
180
  font-weight: bold;
181
  background-color: #f44336 !important;
182
}
183
 
184
.personal-chat .chat-image {
185
  margin-right: 10px;
186
}
2550 stevensc 187
 
1 www 188
.personal-chat .header-elements {
189
  padding-top: 5px;
190
  line-height: 15px;
191
}
2550 stevensc 192
 
1 www 193
.chatbox .panel-heading small {
194
  line-height: 23px;
195
  font-size: 12px;
196
}
2550 stevensc 197
 
1 www 198
.personal-chat .header-elements .status b {
199
  color: #777;
200
}
201
 
202
.personal-chat .header-elements .status:after {
203
  content: "";
204
  position: absolute;
205
  height: 10px;
206
  width: 10px;
207
  left: 24px;
208
  top: 26px;
209
  border: 2px solid #fff;
210
  border-radius: 50%;
211
  display: block;
212
}
2550 stevensc 213
 
1 www 214
.personal-chat .header-elements .status.Online:after {
215
  background-color: #6cd187;
216
}
2550 stevensc 217
 
1 www 218
.personal-chat .header-elements .status.Offline:after {
219
  background-color: #bdbdbd;
220
}
2550 stevensc 221
 
1 www 222
.personal-chat .header-elements .status.Away:after {
223
  background-color: #faf03a;
224
}
2550 stevensc 225
 
1 www 226
.personal-chat .header-elements .status.dnd:after {
227
  background-color: #e80957;
228
}
2550 stevensc 229
 
1 www 230
.personal-chat .options {
231
  position: absolute;
17 steven 232
  right: -5%;
233
  top: 6%;
1 www 234
  transform: translateY(-50%);
235
}
236
 
237
.chatbox .btn-group,
238
.chatbox .btn-group-vertical {
239
  position: relative;
240
  display: inline-block;
241
  vertical-align: middle;
242
  cursor: pointer;
243
}
2550 stevensc 244
 
1 www 245
.personal-chat .panel-heading span {
246
  margin-top: 3px;
247
}
2550 stevensc 248
 
1 www 249
.personal-chat .options .attachment {
250
  -webkit-transform: rotate(45deg);
251
  -moz-transform: rotate(45deg);
252
  -ms-transform: rotate(45deg);
253
  -o-transform: rotate(45deg);
254
  transform: rotate(945deg);
255
  display: inline-block;
256
  font-size: 18px;
257
}
2550 stevensc 258
 
1 www 259
.personal-chat .options i {
260
  padding: 5px;
261
}
2550 stevensc 262
 
1 www 263
.personal-chat .options .dropdown-menu {
264
  min-width: 100px;
265
}
266
 
267
.dropdown-menu {
268
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
269
  z-index: 2300;
270
}
2550 stevensc 271
 
1 www 272
.dropdown-menu-right {
273
  left: auto;
274
  right: 0;
275
}
2550 stevensc 276
 
1 www 277
.dropdown-menu {
278
  position: absolute;
279
  top: 100%;
280
  left: 0;
281
  z-index: 1000;
282
  display: none;
283
  float: left;
284
  min-width: 160px;
285
  padding: 5px 0;
286
  margin: 2px 0 0;
287
  list-style: none;
288
  font-size: 14px;
289
  text-align: left;
290
  background-color: #fff;
291
  border: 1px solid #ccc;
292
  border: 1px solid rgba(0, 0, 0, 0.15);
293
  border-radius: 4px;
294
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
295
  background-clip: padding-box;
296
}
2550 stevensc 297
 
1 www 298
.personal-chat .options .dropdown-menu li {
299
  border-bottom: 1px solid #e5e5e5;
300
}
2550 stevensc 301
 
302
.dropdown-menu>li>a {
1 www 303
  display: block;
304
  padding: 3px 20px;
305
  clear: both;
306
  font-weight: normal;
307
  line-height: 1.428571429;
308
  color: #333333;
309
  white-space: nowrap;
310
}
2550 stevensc 311
 
1 www 312
li.active a,
313
a:hover,
314
a {
315
  text-decoration: none !important;
316
}
317
 
318
.personal-chat .options i {
319
  padding: 5px;
320
}
321
 
322
.text-primary {
323
  color: #6699cc;
324
}
325
 
326
.personal-chat .panel-body {
327
  padding: 0;
328
}
2550 stevensc 329
 
1 www 330
.panel-body:before,
331
.panel-body:after {
332
  content: " ";
333
  display: table;
334
}
2550 stevensc 335
 
1 www 336
.panel-body:after {
337
  clear: both;
338
}
2550 stevensc 339
 
1 www 340
.chat-conversation {
341
  background-color: white;
342
}
2550 stevensc 343
 
1 www 344
.reverseChatBox {
345
  display: flex;
346
  flex-flow: column-reverse;
347
  flex-wrap: nowrap;
348
  overflow: auto;
349
  padding: 1rem;
350
  overflow-y: auto;
351
  overflow-x: hidden;
352
  height: 275px;
353
}
2550 stevensc 354
 
1 www 355
.chat-conversation .conversation-list {
356
  display: flex;
357
  flex-direction: column;
358
}
2550 stevensc 359
 
1 www 360
.conversation-list .odd .conversation-text {
1189 stevensc 361
  width: 100%;
362
  display: flex;
363
  margin-right: 15px;
364
  font-size: 13px;
365
  flex-direction: row-reverse;
1190 stevensc 366
  margin-left: 0;
1194 stevensc 367
  align-items: center;
1 www 368
}
2550 stevensc 369
 
1 www 370
.conversation-list .conversation-text {
1189 stevensc 371
  width: 100%;
1194 stevensc 372
  align-items: center;
1189 stevensc 373
  display: flex;
374
  flex-direction: row;
1 www 375
  font-size: 13px;
376
  margin-left: 15px;
377
}
2550 stevensc 378
 
379
.conversation-list .conversation-text .la-ellipsis-v {
380
  cursor: pointer;
381
  height: 30px;
382
  display: grid;
383
  place-items: center;
384
  width: 30px;
385
  border-radius: 50px;
386
  padding: 0;
387
  transition: all .2s;
1200 stevensc 388
}
2550 stevensc 389
 
390
.conversation-list .conversation-text .la-ellipsis-v:hover {
1200 stevensc 391
  background-color: #efefef;
392
}
2550 stevensc 393
 
1305 stevensc 394
.conversation_container {
395
  display: flex;
396
  flex-direction: column;
397
  gap: 10px;
398
}
2550 stevensc 399
 
1 www 400
.conversation-list .conversers1 .ctext-wrap {
401
  background: rgb(51 51 51 / 20%);
402
}
2550 stevensc 403
 
1 www 404
.conversation-list .conversers2 .ctext-wrap {
405
  background: #fbfaf1;
406
}
2550 stevensc 407
 
1 www 408
.conversation-list .ctext-wrap {
409
  border-radius: 3px;
410
  display: inline-block;
411
  padding: 5px 10px;
412
  position: relative;
413
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
1304 stevensc 414
  max-width: 65%;
1 www 415
}
416
 
417
.conversation-list .ctext-wrap p {
418
  margin: 0;
419
  padding-top: 3px;
420
}
421
 
422
.conversation-list .ctext-wrap i {
423
  color: #777;
424
  display: block;
425
  font-size: 11px;
426
  font-style: normal;
427
  position: relative;
428
}
429
 
430
.conversation-list .odd .ctext-wrap:after {
431
  border-color: rgba(238, 238, 242, 0);
432
  left: 101%;
433
  margin-right: -1px;
434
  border-top: 0 solid #d8f1e4;
435
  border-left: 12px solid rgb(51 51 51 / 20%);
436
  border-bottom: 14px solid transparent;
437
}
2550 stevensc 438
 
1 www 439
.conversation-list .ctext-wrap:after {
440
  right: 98%;
441
  top: 0;
442
  content: " ";
443
  height: 0;
444
  width: 0;
445
  position: absolute;
446
  margin-left: -1px;
447
  border-top: 0 solid #fff;
448
  border-right: 12px solid #fbfaf1;
449
  border-bottom: 14px solid transparent;
450
}
451
 
452
/*chat loader*/
453
 
454
.ctext-wrap .reply {
455
  width: 98px;
456
  color: #777;
457
}
2550 stevensc 458
 
1 www 459
.spinner {
460
  padding-top: 6px;
461
}
2550 stevensc 462
 
463
.spinner>div {
1 www 464
  width: 5px;
465
  height: 5px;
466
  background-color: #777;
467
  margin-right: 2px;
468
  border-radius: 50%;
469
  display: inline-block;
470
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
471
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
472
}
2550 stevensc 473
 
1 www 474
.spinner .bounce1 {
475
  -webkit-animation-delay: -0.32s;
476
  animation-delay: -0.32s;
477
}
2550 stevensc 478
 
1 www 479
.spinner .bounce2 {
480
  -webkit-animation-delay: -0.16s;
481
  animation-delay: -0.16s;
482
}
2550 stevensc 483
 
1 www 484
@keyframes sk-bouncedelay {
2550 stevensc 485
 
1 www 486
  0%,
487
  80%,
488
  100% {
489
    -webkit-transform: scale(0);
490
    transform: translateY(-7px);
491
  }
2550 stevensc 492
 
1 www 493
  40% {
494
    -webkit-transform: scale(1);
495
    transform: translateY(0);
496
  }
497
}
2550 stevensc 498
 
1 www 499
/*chat end*/
500
 
501
*::-webkit-scrollbar {
502
  width: 6px !important;
503
  height: 6px !important;
504
}
2550 stevensc 505
 
1 www 506
*::-webkit-scrollbar-thumb {
507
  background-color: rgba(0, 0, 0, 0.2);
508
}
2550 stevensc 509
 
1 www 510
*::-webkit-scrollbar-track {
511
  background: rgba(255, 255, 255, 0.08);
512
}
2550 stevensc 513
 
1 www 514
.wchat-wrapper-main::-webkit-scrollbar-track {
515
  background-color: #dfdfdf;
516
}
2550 stevensc 517
 
1 www 518
*::-webkit-input-placeholder {
519
  color: #ccc;
520
  font-size: 15px;
521
}
2550 stevensc 522
 
1 www 523
*::-moz-placeholder {
524
  color: #ccc;
525
  font-size: 15px;
526
}
2550 stevensc 527
 
1 www 528
.font-24 {
529
  font-size: 24px !important;
530
}
2550 stevensc 531
 
1 www 532
button {
533
  border: 0;
534
  padding: 0;
535
  margin: 0;
536
  background: 0 0;
1071 stevensc 537
  outline: none !important;
1 www 538
  cursor: pointer;
539
  font-family: inherit;
540
}
2550 stevensc 541
 
1 www 542
.wchat-chat-footer {
543
  -webkit-box-flex: 0;
544
  width: 100%;
545
  box-sizing: border-box;
546
  /* padding-top: 10px; */
547
  z-index: 1;
548
  -webkit-box-ordinal-group: 4;
549
  order: 3;
550
  position: relative;
551
  -webkit-transform: translateZ(0);
552
  transform: translateZ(0);
553
}
2550 stevensc 554
 
555
.resp_messages-container {
1303 stevensc 556
  padding: 10px;
1301 stevensc 557
  height: 0;
558
}
2550 stevensc 559
 
1301 stevensc 560
.resp_messages-container.active {
561
  height: auto;
562
}
2550 stevensc 563
 
564
.resp_messages-container p {
1303 stevensc 565
  margin-left: 5px;
566
  white-space: nowrap;
567
  overflow: hidden;
568
  text-overflow: ellipsis;
569
}
2550 stevensc 570
 
1301 stevensc 571
.chatFrom {
1 www 572
  background-color: #f9f9f9;
1301 stevensc 573
  border-top: 2px solid #efefef;
1 www 574
}
2550 stevensc 575
 
1 www 576
.block-wchat .input-container {
577
  background-color: #fff;
578
}
2550 stevensc 579
 
1 www 580
.block-wchat {
581
  display: -webkit-box;
582
  display: -ms-flexbox;
583
  display: flex;
584
  -webkit-box-orient: horizontal;
585
  -webkit-box-direction: normal;
586
  -ms-flex-direction: row;
587
  flex-direction: row;
588
  -webkit-box-align: end;
589
  -ms-flex-align: end;
590
  align-items: flex-end;
591
  padding: 10px 19px;
592
  max-width: 100%;
593
  box-sizing: border-box;
594
  position: relative;
595
  z-index: 2;
596
}
2550 stevensc 597
 
1 www 598
.block-wchat .btn-emoji {
599
  margin-right: 20px;
600
  margin-bottom: 7px;
601
}
2550 stevensc 602
 
1 www 603
.block-wchat .btn-attach {
604
  /* margin-right: 20px; */
605
  margin-bottom: 7px;
606
}
2550 stevensc 607
 
1 www 608
.block-wchat .send-container,
609
.block-wchat .ptt-container,
610
.block-wchat .btn-emoji {
611
  -webkit-box-flex: 0;
612
  -ms-flex: 0 0 auto;
613
  flex: 0 0 auto;
614
}
2550 stevensc 615
 
1 www 616
.block-wchat .input-container {
617
  border-radius: 5px;
618
  background-clip: padding-box;
619
  width: inherit;
620
  -webkit-box-flex: 1;
621
  -ms-flex: 1 1 auto;
622
  flex: 1 1 auto;
623
  min-width: 0;
624
  border-color: #fff;
625
  border-width: 1px;
626
  border-style: solid;
627
  box-sizing: border-box;
628
  padding-right: 16px;
629
}
2550 stevensc 630
 
1 www 631
.input,
632
.block-wchat .input-container,
633
.input-line {
634
  font-weight: 400;
635
}
2550 stevensc 636
 
1 www 637
.input-container {
638
  -webkit-transition: height 0.18s ease-in-out;
639
  transition: height 0.18s ease-in-out;
640
}
2550 stevensc 641
 
1 www 642
.input-emoji {
643
  position: relative;
644
}
2550 stevensc 645
 
1 www 646
.block-wchat .input-placeholder {
647
  top: 0;
648
  margin-left: 2px;
649
}
2550 stevensc 650
 
1 www 651
.block-wchat .input-container .input,
652
.block-wchat .input-container .input-container {
653
  word-wrap: break-word;
654
  white-space: pre-wrap;
655
  padding: 0 2px 0 0;
656
  min-height: 20px;
657
  max-height: 100px;
658
  overflow-y: auto;
659
  overflow-x: hidden;
660
  background-color: rgba(255, 255, 255, 0);
661
  border-left: 0.1px solid transparent;
662
  position: relative;
663
  z-index: 1;
664
}
2550 stevensc 665
 
1 www 666
.input,
667
.block-wchat .input-container {
668
  -webkit-user-select: text;
669
  -moz-user-select: text;
670
  -ms-user-select: text;
671
  user-select: text;
672
  line-height: 20px;
673
  font-size: 15px;
674
  min-height: 20px;
675
  border: none;
676
  padding: 8px 8px;
677
  width: 100%;
678
  outline: none;
679
}
2550 stevensc 680
 
1 www 681
.input-placeholder {
682
  -webkit-user-select: none;
683
  -moz-user-select: none;
684
  -ms-user-select: none;
685
  user-select: none;
686
  position: absolute;
687
  top: 6px;
688
  left: 0;
689
  color: #999;
690
  pointer-events: none;
691
  -webkit-transition: opacity 0.08s linear;
692
  transition: opacity 0.08s linear;
693
  font-size: 15px;
694
  line-height: 20px;
695
  z-index: 0;
696
  font-family: "Open Sans", sans-serif;
697
}
698
 
699
.block-wchat .send-container,
700
.block-wchat .ptt-container,
701
.block-wchat .btn-emoji {
702
  -webkit-box-flex: 0;
703
  -ms-flex: 0 0 auto;
704
  flex: 0 0 auto;
705
}
2550 stevensc 706
 
1 www 707
.block-wchat {
708
  padding: 8px 8px !important;
709
}
2550 stevensc 710
 
1 www 711
.block-wchat .btn-emoji {
712
  margin-right: 10px !important;
713
}
2550 stevensc 714
 
1 www 715
.block-wchat .icon-send {
716
  margin-left: 10px !important;
717
}
2550 stevensc 718
 
1 www 719
.block-wchat .icon-send {
720
  opacity: 0.9;
721
  margin-left: 20px;
722
  margin-bottom: 8px;
723
}
2550 stevensc 724
 
1 www 725
.icon-send {
726
  background-position: -3451px -3512px;
727
}
728
 
729
.chatbox {
730
  position: fixed;
731
  width: 260px;
732
  display: none;
733
}
734
 
735
._5w-5 {
736
  text-align: center;
737
}
2550 stevensc 738
 
1 www 739
._5w-5 {
740
  background-image: url(chaticon.png);
741
  background-repeat: no-repeat;
742
  background-size: auto auto;
743
  background-position: 0px -313px;
744
  height: 2px;
745
  margin: 16px 0px 15px;
746
  text-align: center;
747
}
2550 stevensc 748
 
1 www 749
._5w-6 {
750
  background-color: #e9eaed;
751
  color: #9197a3;
752
  display: inline-block;
753
  font-size: 10px;
754
  font-weight: bold;
755
  padding: 0px 5px;
756
  position: relative;
757
  top: -8px;
758
}
2550 stevensc 759
 
1 www 760
abbr {
761
  border-bottom: medium none;
762
  text-decoration: none;
763
}
764
 
765
/* Tooltip text */
766
 
767
.tooltiptext {
768
  min-width: 120px;
769
  padding: 3px 0px 5px;
770
  margin: 0px;
771
  border-radius: 6px;
772
  position: relative;
773
  z-index: 9999;
774
}
2550 stevensc 775
 
1 www 776
.tooltiptext i {
777
  color: #777;
778
  display: block;
779
  font-size: 11px;
780
  font-style: normal;
781
  padding-right: 5px;
782
  text-align: right;
783
}
2550 stevensc 784
 
1 www 785
.tooltiptext img {
786
  width: 34px;
787
  height: 34px;
788
  border-radius: 50%;
789
}
790
 
791
.wchat-box-items-positioning-container {
792
  position: absolute;
793
  top: 0;
794
  width: 100%;
795
}
2550 stevensc 796
 
1 www 797
.wchat-box-items-overlay-container {
798
  position: absolute;
799
  bottom: 0;
800
  width: 100%;
801
  box-sizing: border-box;
802
}
2550 stevensc 803
 
1 www 804
.smiley-panel {
805
  height: 200px;
806
  -webkit-transform: translateZ(0);
807
  transform: translateZ(0);
808
  -webkit-transform-origin: bottom;
809
  transform-origin: bottom;
810
  overflow: hidden;
811
}
2550 stevensc 812
 
1 www 813
.customtab2 {
814
  border-bottom: 1px solid #f7fafc;
815
  border-top: 1px solid #f7fafc;
816
  /* padding: 10px 0; */
817
  background: #f9f9f9;
818
}
819
 
820
.menu-tabs {
821
  display: -webkit-box;
822
  display: -ms-flexbox;
823
  display: flex;
824
  -webkit-box-align: center;
825
  -ms-flex-align: center;
826
  align-items: center;
827
}
828
 
2550 stevensc 829
.nav>li>a {
1 www 830
  position: relative;
831
  display: block;
832
  padding: 10px 0px;
833
}
834
 
835
.menu-tabs-emoji {
836
  position: relative;
837
  height: 50px;
838
  background-color: #fff;
839
  -webkit-box-flex: 0;
840
  -ms-flex: none;
841
  flex: none;
842
}
2550 stevensc 843
 
1 www 844
.menu-tabs-emoji .menu-item {
845
  height: 50px;
846
}
2550 stevensc 847
 
1 www 848
.menu-tabs-emoji .icon {
849
  vertical-align: middle;
850
}
2550 stevensc 851
 
1 www 852
.menu-tabs-marker {
853
  position: absolute;
854
  bottom: 0;
855
  left: 0;
856
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.82, 0.25, 1);
857
  transition: transform 0.3s cubic-bezier(0.1, 0.82, 0.25, 1);
858
  height: 4px;
859
  background-color: #009688;
860
}
2550 stevensc 861
 
862
.menu-tabs>.menu-item,
863
.menu-pills>.menu-item {
1 www 864
  -webkit-box-flex: 1;
865
  -ms-flex: 1;
866
  flex: 1;
867
  text-align: center;
868
}
2550 stevensc 869
 
1 www 870
.menu-item {
871
  cursor: pointer;
872
}
873
 
2550 stevensc 874
.menu-tabs>.menu-item,
875
.menu-pills>.menu-item {
1 www 876
  -webkit-box-flex: 1;
877
  -ms-flex: 1;
878
  flex: 1;
879
  text-align: center;
880
}
2550 stevensc 881
 
1 www 882
.customtab2 li.active a,
883
.customtab2 li.active a:hover,
884
.customtab2 li.active a:focus {
885
  background: #333333;
886
  border: 1px solid #333333;
887
  color: #ffffff;
888
}
2550 stevensc 889
 
1 www 890
.customtab2 li a {
891
  color: #333333;
892
}
2550 stevensc 893
 
1 www 894
.customtab2 li:hover a {
895
  color: #333333;
896
  border-bottom: 1px solid #333;
897
}
898
 
899
.smiley-panel-body {
900
  height: 159px;
901
  position: absolute;
902
  opacity: 1;
903
  overflow-y: scroll;
904
  overflow-x: hidden;
905
  padding: 8px 0 10px;
906
  width: 100%;
907
  box-sizing: border-box;
908
  background: #fff;
909
  bottom: 0;
910
}
2550 stevensc 911
 
912
.smiley-panel-body>* {
1 www 913
  direction: ltr;
914
  margin: 0 8px;
915
}
2550 stevensc 916
 
1 www 917
.smiley-panel .e1 {
918
  margin: 6px;
919
  cursor: pointer;
920
  border-radius: 3px;
921
}
922
 
923
.emoji,
924
.e1 {
925
  display: inline-block;
926
  vertical-align: top;
927
  zoom: 1;
928
  border: 0;
929
}
2550 stevensc 930
 
1 www 931
.emojione {
932
  width: 20px;
933
  height: 20px;
934
  /* background-size: 860px 840px; */
935
}
2550 stevensc 936
 
1 www 937
.e1 {
938
  width: 32px;
939
  height: 32px;
940
  background-size: 1502px 1467px;
941
}
942
 
943
.emojione,
944
.e1 {
945
  display: inline-block;
946
  vertical-align: top;
947
  zoom: 1;
948
  border: 0;
949
  float: none;
950
  cursor: pointer;
951
  margin: 0.05rem;
952
}
2550 stevensc 953
 
1 www 954
/*Contact List*/
955
#drupalchat-wrapper {
956
  border-bottom-color: #3b3b3b;
957
  border-left-color: #3b3b3b;
958
  border-right-color: #3b3b3b;
959
  border-top-color: #3b3b3b;
960
}
2550 stevensc 961
 
1 www 962
#drupalchat-wrapper {
963
  border-bottom-style: none;
964
  border-bottom-width: 0;
965
  border-left-style: none;
966
  border-left-width: 0;
967
  border-right-style: none;
968
  border-right-width: 0;
969
  border-top-style: none;
970
  border-top-width: 0;
971
  font-size: 13px;
972
  text-align: left;
973
  font-family: Arial, sans-serif;
974
  display: block;
975
}
2550 stevensc 976
 
1 www 977
#drupalchat-wrapper {
978
  bottom: -58px;
979
  height: 29px;
980
  margin: 0 203px;
981
  position: fixed;
982
  right: 0;
983
  z-index: 1000;
984
}
2550 stevensc 985
 
1 www 986
#drupalchat {
987
  border-bottom: 0;
988
  float: left;
989
  font-family: Arial, sans-serif;
990
}
2550 stevensc 991
 
1 www 992
#drupalchat .item-list {
993
  margin: 0;
994
  padding: 0;
995
  overflow: visible;
996
}
2550 stevensc 997
 
1 www 998
#drupalchat ul {
999
  float: right;
1000
  list-style: none;
1001
  margin: 0;
1002
  padding: 0;
1003
  width: 100%;
1004
}
2550 stevensc 1005
 
1 www 1006
#drupalchat #chatpanel.last {
1007
  clear: none !important;
1008
  -webkit-border-radius: 4px 4px 0 0;
1009
  -moz-border-radius: 4px 4px 0 0;
1010
  border-radius: 4px 4px 0 0;
1011
}
2550 stevensc 1012
 
1 www 1013
#drupalchat #chatpanel.first {
1014
  clear: none !important;
1015
}
2550 stevensc 1016
 
1 www 1017
#drupalchat ul li {
1018
  background: #1d4a88;
1019
}
2550 stevensc 1020
 
1 www 1021
#drupalchat ul li {
1022
  background: #e5e5e5;
1023
}
2550 stevensc 1024
 
1 www 1025
#drupalchat ul li {
1026
  float: left;
1027
  margin: 0;
1028
  padding: 0;
1029
  position: relative;
1030
  list-style: none;
1031
  margin-right: 170px;
1032
}
2550 stevensc 1033
 
1 www 1034
#drupalchat ul li a.localhost.subpanel_toggle.active {
1035
  color: #222222;
1036
  font-weight: normal;
1037
}
2550 stevensc 1038
 
1 www 1039
#drupalchat ul li a.localhost.subpanel_toggle {
1040
  color: #ffffff;
1041
  font-weight: bold;
1042
}
2550 stevensc 1043
 
1 www 1044
#drupalchat ul li a.localhost {
1045
  border-top: 1px solid rgba(255, 255, 255, 0);
1046
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
1047
}
2550 stevensc 1048
 
1 www 1049
#drupalchat ul li a.active {
1050
  background: #fff;
1051
  border-radius: 0;
1052
  border-top: 1px solid #eee;
1053
}
2550 stevensc 1054
 
1 www 1055
#drupalchat ul li a.localhost {
1056
  width: 188px;
1057
}
2550 stevensc 1058
 
1 www 1059
#drupalchat ul li a.active {
1060
  height: 18px;
1061
  margin-top: -2px;
1062
  position: relative;
1063
  z-index: 200;
1064
}
2550 stevensc 1065
 
1 www 1066
#drupalchat ul li.last a {
1067
  border-right: 0;
1068
}
2550 stevensc 1069
 
1 www 1070
#drupalchat #chatpanel .subpanel {
1071
  width: 200px;
1072
  -webkit-border-radius: 4px 4px 0 0;
1073
  -moz-border-radius: 4px 4px 0 0;
1074
  border-radius: 4px 4px 0 0;
1075
}
2550 stevensc 1076
 
1 www 1077
#drupalchat .subpanel {
1078
  bottom: 29px;
1079
  display: none;
2557 stevensc 1080
  border-bottom: 1px solid #e1e1e1;
1081
  left: 75px;
1 www 1082
  overflow: hidden;
1083
  position: absolute;
1084
  width: 150px;
1085
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
1086
}
2550 stevensc 1087
 
1 www 1088
#drupalchat #chatpanel .subpanel {
2550 stevensc 1089
  display: grid !important;
2561 stevensc 1090
  grid-template-rows: auto 1fr;
2556 stevensc 1091
  width: 235px;
2550 stevensc 1092
  max-height: 25rem;
2556 stevensc 1093
  border-bottom: 1px solid #e1e1e1;
1 www 1094
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
2556 stevensc 1095
  border-top-left-radius: 10px;
1096
  border-top-right-radius: 10px;
1 www 1097
}
2550 stevensc 1098
 
1099
#showhidechatlist {
1100
  display: grid;
1101
  grid-template-columns: 1fr;
2561 stevensc 1102
  grid-template-rows: auto auto 1fr;
2550 stevensc 1103
}
1104
 
1 www 1105
#drupalchat .subpanel_title {
2171 steven 1106
  background: var(--background-gray);
1107
  color: var(--gray);
1 www 1108
  cursor: pointer;
1109
  font-weight: bold;
2554 stevensc 1110
  padding: .5rem 1rem;
1111
  font-size: 1.1rem;
1112
  display: flex;
1113
  justify-content: space-between;
1 www 1114
  height: 30px;
1115
}
2550 stevensc 1116
 
1 www 1117
#drupalchat .subpanel_title span.options {
1118
  width: 12px;
1119
  height: 12px;
1120
  display: none;
1121
}
2550 stevensc 1122
 
2555 stevensc 1123
.subpanel_title-icons {
1124
  display: flex;
1125
  align-items: center;
1126
  gap: .5rem;
1 www 1127
}
2550 stevensc 1128
 
1 www 1129
#drupalchat .subpanel_title .minusicon:hover {
1130
  color: #060;
1131
}
2550 stevensc 1132
 
1 www 1133
#drupalchat .subpanel_title span.min {
1134
  padding: 0;
1135
}
1136
 
1137
#drupalchat .subpanel .chat_options {
1138
  background: #f9f9f9;
1139
  border-bottom: 1px solid #eee;
1140
}
2550 stevensc 1141
 
1 www 1142
#drupalchat .subpanel .chat_options {
1143
  overflow: hidden;
1144
  position: relative;
1145
}
2550 stevensc 1146
 
1 www 1147
#drupalchat .subpanel .chat_options .drupalchat-self-profile {
2533 stevensc 1148
  display: flex;
2552 stevensc 1149
  height: auto;
1150
  align-items: center;
1151
  padding: .2rem 1rem;
1 www 1152
}
2550 stevensc 1153
 
1154
#drupalchat .subpanel .chat_options .drupalchat-self-profile .drupalchat-self-profile-div {
1 www 1155
  display: inline-block;
1156
  width: 32px;
2552 stevensc 1157
  height: fit-content;
1 www 1158
}
2550 stevensc 1159
 
1160
#drupalchat .subpanel .chat_options .drupalchat-self-profile .drupalchat-self-profile-div .drupalchat-self-profile-img {
1 www 1161
  margin: 3px 0 4px 4px;
1162
  float: left;
1163
  height: 28px;
1164
  width: 28px;
1165
  -webkit-border-radius: 28px;
1166
  -moz-border-radius: 28px;
1167
  border-radius: 28px;
1168
}
2550 stevensc 1169
 
1 www 1170
#drupalchat .localhost-avatar-sprite-28.R_3 {
1171
  background-position: -56px -476px;
1172
  width: 28px;
1173
  height: 28px;
1174
}
2550 stevensc 1175
 
1176
#drupalchat .subpanel .chat_options .drupalchat-self-profile .drupalchat-self-profile-namdiv {
2560 stevensc 1177
  display: flex;
1178
  flex-direction: column;
1179
  justify-content: center;
1180
  padding-left: 5px;
1 www 1181
}
2550 stevensc 1182
 
1183
#drupalchat .subpanel .chat_options .drupalchat-self-profile .drupalchat-self-profile-namdiv .drupalchat-profile-un {
1 www 1184
  display: inline;
1185
  border: 0;
2236 steven 1186
  width: 100%;
2552 stevensc 1187
  font-size: .9rem;
1 www 1188
  cursor: pointer;
1189
  font-weight: bold;
2557 stevensc 1190
  white-space: nowrap;
1191
  overflow: hidden;
1192
  text-overflow: ellipsis;
1 www 1193
}
2550 stevensc 1194
 
1 www 1195
#drupalchat .subpanel .chat_options a {
1196
  border-left: 1px solid #999;
1197
  color: #333;
1198
  padding: 3px 8px 3px 3px;
2558 stevensc 1199
  border: 0;
1200
  font-size: .9rem;
1201
  cursor: pointer;
1202
  font-weight: bold;
1203
  white-space: nowrap;
1204
  overflow: hidden;
1205
  text-overflow: ellipsis;
1 www 1206
}
2550 stevensc 1207
 
1 www 1208
#drupalchat .subpanel .chat_options .drupalchat-usermenu {
1209
  height: 37px;
1210
  display: inline-block;
1211
  cursor: pointer;
1212
  width: 22%;
1213
}
2550 stevensc 1214
 
1215
#drupalchat .subpanel .chat_options .drupalchat-usermenu .drupalchat-usermenu-img {
1 www 1216
  color: #333;
1217
}
2550 stevensc 1218
 
1219
#drupalchat .subpanel .chat_options .drupalchat-usermenu .drupalchat-usermenu-img {
1 www 1220
  padding-top: 8px;
1221
  padding-left: 0;
1222
  float: left;
1223
  font-size: 22px;
1224
}
2550 stevensc 1225
 
1 www 1226
#drupalchat .subpanel .chat_options .drupalchat-usermenu a {
1227
  display: block;
1228
  position: absolute;
1229
  height: 37px;
1230
  width: 10%;
1231
  border: 0;
1232
  padding: 0;
1233
  margin-left: 26px;
1234
}
2550 stevensc 1235
 
1 www 1236
#drupalchat .subpanel .chat_options span.status-1 {
1237
  background: url(../img/online.png) no-repeat left;
1238
}
2550 stevensc 1239
 
1 www 1240
#drupalchat ul li.last a {
1241
  border-right: 0;
1242
}
2550 stevensc 1243
 
1 www 1244
#drupalchat ul li div a {
1245
  color: #222222;
1246
}
2550 stevensc 1247
 
1 www 1248
#drupalchat ul li div a {
1249
  color: #222;
1250
}
2550 stevensc 1251
 
1 www 1252
#drupalchat ul li div a {
1253
  float: none;
1254
  height: auto;
1255
  padding: 0;
1256
  position: static;
1257
  width: auto;
1258
}
2550 stevensc 1259
 
1 www 1260
#drupalchat ul li a {
1261
  color: #222222;
1262
}
2550 stevensc 1263
 
1 www 1264
#drupalchat ul li a {
1265
  color: #333;
1266
}
2550 stevensc 1267
 
1 www 1268
#drupalchat ul li a {
1269
  float: left;
1270
  height: 16px;
1271
  line-height: 16px;
1272
  padding: 6px;
1273
  position: relative;
1274
  text-decoration: none;
1275
  width: auto;
1276
}
1277
 
1278
#drupalchat .subpanel .drupalchat_search {
1279
  background: #f9f9f9;
1280
  border-bottom: 1px solid #eee;
1281
}
2550 stevensc 1282
 
1 www 1283
#drupalchat .subpanel .drupalchat_search {
1284
  overflow: hidden;
1285
  position: relative;
1286
}
2550 stevensc 1287
 
1288
#drupalchat .subpanel .chat_options .drupalchat-self-profile .drupalchat-self-profile-div .drupalchat-self-profile-img {
1 www 1289
  margin: 3px 0 4px 4px;
1290
  float: left;
1291
  height: 28px;
1292
  width: 28px;
1293
  -webkit-border-radius: 28px;
1294
  -moz-border-radius: 28px;
1295
  border-radius: 28px;
1296
}
1297
 
1298
#drupalchat .localhost-avatar-sprite-28.A_1 {
1299
  background-position: 0 0;
1300
  width: 28px;
1301
  height: 28px;
1302
}
2550 stevensc 1303
 
1 www 1304
#drupalchat .localhost-avatar-sprite-28.B_1 {
1305
  background-position: 0 -28px;
1306
  width: 28px;
1307
  height: 28px;
1308
}
2550 stevensc 1309
 
1 www 1310
#drupalchat .localhost-avatar-sprite-28.C_1 {
1311
  background-position: 0 -56px;
1312
  width: 28px;
1313
  height: 28px;
1314
}
2550 stevensc 1315
 
1 www 1316
#drupalchat .localhost-avatar-sprite-28.D_1 {
1317
  background-position: 0 -84px;
1318
  width: 28px;
1319
  height: 28px;
1320
}
2550 stevensc 1321
 
1 www 1322
#drupalchat .localhost-avatar-sprite-28.E_1 {
1323
  background-position: 0 -112px;
1324
  width: 28px;
1325
  height: 28px;
1326
}
2550 stevensc 1327
 
1 www 1328
#drupalchat .localhost-avatar-sprite-28.F_1 {
1329
  background-position: 0 -140px;
1330
  width: 28px;
1331
  height: 28px;
1332
}
2550 stevensc 1333
 
1 www 1334
#drupalchat .localhost-avatar-sprite-28.G_1 {
1335
  background-position: 0 -168px;
1336
  width: 28px;
1337
  height: 28px;
1338
}
2550 stevensc 1339
 
1 www 1340
#drupalchat .localhost-avatar-sprite-28.H_1 {
1341
  background-position: 0 -196px;
1342
  width: 28px;
1343
  height: 28px;
1344
}
2550 stevensc 1345
 
1 www 1346
#drupalchat .localhost-avatar-sprite-28.I_1 {
1347
  background-position: 0 -224px;
1348
  width: 28px;
1349
  height: 28px;
1350
}
2550 stevensc 1351
 
1 www 1352
#drupalchat .localhost-avatar-sprite-28.J_1 {
1353
  background-position: 0 -252px;
1354
  width: 28px;
1355
  height: 28px;
1356
}
2550 stevensc 1357
 
1 www 1358
#drupalchat .localhost-avatar-sprite-28.K_1 {
1359
  background-position: 0 -280px;
1360
  width: 28px;
1361
  height: 28px;
1362
}
2550 stevensc 1363
 
1 www 1364
#drupalchat .localhost-avatar-sprite-28.L_1 {
1365
  background-position: 0 -308px;
1366
  width: 28px;
1367
  height: 28px;
1368
}
2550 stevensc 1369
 
1 www 1370
#drupalchat .localhost-avatar-sprite-28.M_1 {
1371
  background-position: 0 -336px;
1372
  width: 28px;
1373
  height: 28px;
1374
}
2550 stevensc 1375
 
1 www 1376
#drupalchat .localhost-avatar-sprite-28.N_1 {
1377
  background-position: 0 -364px;
1378
  width: 28px;
1379
  height: 28px;
1380
}
2550 stevensc 1381
 
1 www 1382
#drupalchat .localhost-avatar-sprite-28.O_1 {
1383
  background-position: 0 -392px;
1384
  width: 28px;
1385
  height: 28px;
1386
}
2550 stevensc 1387
 
1 www 1388
#drupalchat .localhost-avatar-sprite-28.P_1 {
1389
  background-position: 0 -420px;
1390
  width: 28px;
1391
  height: 28px;
1392
}
2550 stevensc 1393
 
1 www 1394
#drupalchat .localhost-avatar-sprite-28.Q_1 {
1395
  background-position: 0 -448px;
1396
  width: 28px;
1397
  height: 28px;
1398
}
2550 stevensc 1399
 
1 www 1400
#drupalchat .localhost-avatar-sprite-28.R_1 {
1401
  background-position: 0 -476px;
1402
  width: 28px;
1403
  height: 28px;
1404
}
2550 stevensc 1405
 
1 www 1406
#drupalchat .localhost-avatar-sprite-28.S_1 {
1407
  background-position: 0 -504px;
1408
  width: 28px;
1409
  height: 28px;
1410
}
2550 stevensc 1411
 
1 www 1412
#drupalchat .localhost-avatar-sprite-28.T_1 {
1413
  background-position: 0 -532px;
1414
  width: 28px;
1415
  height: 28px;
1416
}
2550 stevensc 1417
 
1 www 1418
#drupalchat .localhost-avatar-sprite-28.U_1 {
1419
  background-position: 0 -560px;
1420
  width: 28px;
1421
  height: 28px;
1422
}
2550 stevensc 1423
 
1 www 1424
#drupalchat .localhost-avatar-sprite-28.V_1 {
1425
  background-position: 0 -588px;
1426
  width: 28px;
1427
  height: 28px;
1428
}
2550 stevensc 1429
 
1 www 1430
#drupalchat .localhost-avatar-sprite-28.W_1 {
1431
  background-position: 0 -616px;
1432
  width: 28px;
1433
  height: 28px;
1434
}
2550 stevensc 1435
 
1 www 1436
#drupalchat .localhost-avatar-sprite-28.X_1 {
1437
  background-position: 0 -644px;
1438
  width: 28px;
1439
  height: 28px;
1440
}
2550 stevensc 1441
 
1 www 1442
#drupalchat .localhost-avatar-sprite-28.Y_1 {
1443
  background-position: 0 -672px;
1444
  width: 28px;
1445
  height: 28px;
1446
}
2550 stevensc 1447
 
1 www 1448
#drupalchat .localhost-avatar-sprite-28.Z_1 {
1449
  background-position: 0 -700px;
1450
  width: 28px;
1451
  height: 28px;
1452
}
2550 stevensc 1453
 
1 www 1454
#drupalchat .localhost-avatar-sprite-28.A_2 {
1455
  background-position: -28px 0;
1456
  width: 28px;
1457
  height: 28px;
1458
}
2550 stevensc 1459
 
1 www 1460
#drupalchat .localhost-avatar-sprite-28.B_2 {
1461
  background-position: -28px -28px;
1462
  width: 28px;
1463
  height: 28px;
1464
}
2550 stevensc 1465
 
1 www 1466
#drupalchat .localhost-avatar-sprite-28.C_2 {
1467
  background-position: -28px -56px;
1468
  width: 28px;
1469
  height: 28px;
1470
}
2550 stevensc 1471
 
1 www 1472
#drupalchat .localhost-avatar-sprite-28.D_2 {
1473
  background-position: -28px -84px;
1474
  width: 28px;
1475
  height: 28px;
1476
}
2550 stevensc 1477
 
1 www 1478
#drupalchat .localhost-avatar-sprite-28.E_2 {
1479
  background-position: -28px -112px;
1480
  width: 28px;
1481
  height: 28px;
1482
}
2550 stevensc 1483
 
1 www 1484
#drupalchat .localhost-avatar-sprite-28.F_2 {
1485
  background-position: -28px -140px;
1486
  width: 28px;
1487
  height: 28px;
1488
}
2550 stevensc 1489
 
1 www 1490
#drupalchat .localhost-avatar-sprite-28.G_2 {
1491
  background-position: -28px -168px;
1492
  width: 28px;
1493
  height: 28px;
1494
}
2550 stevensc 1495
 
1 www 1496
#drupalchat .localhost-avatar-sprite-28.H_2 {
1497
  background-position: -28px -196px;
1498
  width: 28px;
1499
  height: 28px;
1500
}
2550 stevensc 1501
 
1 www 1502
#drupalchat .localhost-avatar-sprite-28.I_2 {
1503
  background-position: -28px -224px;
1504
  width: 28px;
1505
  height: 28px;
1506
}
2550 stevensc 1507
 
1 www 1508
#drupalchat .localhost-avatar-sprite-28.J_2 {
1509
  background-position: -28px -252px;
1510
  width: 28px;
1511
  height: 28px;
1512
}
2550 stevensc 1513
 
1 www 1514
#drupalchat .localhost-avatar-sprite-28.K_2 {
1515
  background-position: -28px -280px;
1516
  width: 28px;
1517
  height: 28px;
1518
}
2550 stevensc 1519
 
1 www 1520
#drupalchat .localhost-avatar-sprite-28.L_2 {
1521
  background-position: -28px -308px;
1522
  width: 28px;
1523
  height: 28px;
1524
}
2550 stevensc 1525
 
1 www 1526
#drupalchat .localhost-avatar-sprite-28.M_2 {
1527
  background-position: -28px -336px;
1528
  width: 28px;
1529
  height: 28px;
1530
}
2550 stevensc 1531
 
1 www 1532
#drupalchat .localhost-avatar-sprite-28.N_2 {
1533
  background-position: -28px -364px;
1534
  width: 28px;
1535
  height: 28px;
1536
}
2550 stevensc 1537
 
1 www 1538
#drupalchat .localhost-avatar-sprite-28.O_2 {
1539
  background-position: -28px -392px;
1540
  width: 28px;
1541
  height: 28px;
1542
}
2550 stevensc 1543
 
1 www 1544
#drupalchat .localhost-avatar-sprite-28.P_2 {
1545
  background-position: -28px -420px;
1546
  width: 28px;
1547
  height: 28px;
1548
}
2550 stevensc 1549
 
1 www 1550
#drupalchat .localhost-avatar-sprite-28.Q_2 {
1551
  background-position: -28px -448px;
1552
  width: 28px;
1553
  height: 28px;
1554
}
2550 stevensc 1555
 
1 www 1556
#drupalchat .localhost-avatar-sprite-28.R_2 {
1557
  background-position: -28px -476px;
1558
  width: 28px;
1559
  height: 28px;
1560
}
2550 stevensc 1561
 
1 www 1562
#drupalchat .localhost-avatar-sprite-28.S_2 {
1563
  background-position: -28px -504px;
1564
  width: 28px;
1565
  height: 28px;
1566
}
2550 stevensc 1567
 
1 www 1568
#drupalchat .localhost-avatar-sprite-28.T_2 {
1569
  background-position: -28px -532px;
1570
  width: 28px;
1571
  height: 28px;
1572
}
2550 stevensc 1573
 
1 www 1574
#drupalchat .localhost-avatar-sprite-28.U_2 {
1575
  background-position: -28px -560px;
1576
  width: 28px;
1577
  height: 28px;
1578
}
2550 stevensc 1579
 
1 www 1580
#drupalchat .localhost-avatar-sprite-28.V_2 {
1581
  background-position: -28px -588px;
1582
  width: 28px;
1583
  height: 28px;
1584
}
2550 stevensc 1585
 
1 www 1586
#drupalchat .localhost-avatar-sprite-28.W_2 {
1587
  background-position: -28px -616px;
1588
  width: 28px;
1589
  height: 28px;
1590
}
2550 stevensc 1591
 
1 www 1592
#drupalchat .localhost-avatar-sprite-28.X_2 {
1593
  background-position: -28px -644px;
1594
  width: 28px;
1595
  height: 28px;
1596
}
2550 stevensc 1597
 
1 www 1598
#drupalchat .localhost-avatar-sprite-28.Y_2 {
1599
  background-position: -28px -672px;
1600
  width: 28px;
1601
  height: 28px;
1602
}
2550 stevensc 1603
 
1 www 1604
#drupalchat .localhost-avatar-sprite-28.Z_2 {
1605
  background-position: -28px -700px;
1606
  width: 28px;
1607
  height: 28px;
1608
}
2550 stevensc 1609
 
1 www 1610
#drupalchat .localhost-avatar-sprite-28.A_3 {
1611
  background-position: -56px 0;
1612
  width: 28px;
1613
  height: 28px;
1614
}
2550 stevensc 1615
 
1 www 1616
#drupalchat .localhost-avatar-sprite-28.B_3 {
1617
  background-position: -56px -28px;
1618
  width: 28px;
1619
  height: 28px;
1620
}
2550 stevensc 1621
 
1 www 1622
#drupalchat .localhost-avatar-sprite-28.C_3 {
1623
  background-position: -56px -56px;
1624
  width: 28px;
1625
  height: 28px;
1626
}
2550 stevensc 1627
 
1 www 1628
#drupalchat .localhost-avatar-sprite-28.D_3 {
1629
  background-position: -56px -84px;
1630
  width: 28px;
1631
  height: 28px;
1632
}
2550 stevensc 1633
 
1 www 1634
#drupalchat .localhost-avatar-sprite-28.E_3 {
1635
  background-position: -56px -112px;
1636
  width: 28px;
1637
  height: 28px;
1638
}
2550 stevensc 1639
 
1 www 1640
#drupalchat .localhost-avatar-sprite-28.F_3 {
1641
  background-position: -56px -140px;
1642
  width: 28px;
1643
  height: 28px;
1644
}
2550 stevensc 1645
 
1 www 1646
#drupalchat .localhost-avatar-sprite-28.G_3 {
1647
  background-position: -56px -168px;
1648
  width: 28px;
1649
  height: 28px;
1650
}
2550 stevensc 1651
 
1 www 1652
#drupalchat .localhost-avatar-sprite-28.H_3 {
1653
  background-position: -56px -196px;
1654
  width: 28px;
1655
  height: 28px;
1656
}
2550 stevensc 1657
 
1 www 1658
#drupalchat .localhost-avatar-sprite-28.I_3 {
1659
  background-position: -56px -224px;
1660
  width: 28px;
1661
  height: 28px;
1662
}
2550 stevensc 1663
 
1 www 1664
#drupalchat .localhost-avatar-sprite-28.J_3 {
1665
  background-position: -56px -252px;
1666
  width: 28px;
1667
  height: 28px;
1668
}
2550 stevensc 1669
 
1 www 1670
#drupalchat .localhost-avatar-sprite-28.K_3 {
1671
  background-position: -56px -280px;
1672
  width: 28px;
1673
  height: 28px;
1674
}
2550 stevensc 1675
 
1 www 1676
#drupalchat .localhost-avatar-sprite-28.L_3 {
1677
  background-position: -56px -308px;
1678
  width: 28px;
1679
  height: 28px;
1680
}
2550 stevensc 1681
 
1 www 1682
#drupalchat .localhost-avatar-sprite-28.M_3 {
1683
  background-position: -56px -336px;
1684
  width: 28px;
1685
  height: 28px;
1686
}
2550 stevensc 1687
 
1 www 1688
#drupalchat .localhost-avatar-sprite-28.N_3 {
1689
  background-position: -56px -364px;
1690
  width: 28px;
1691
  height: 28px;
1692
}
2550 stevensc 1693
 
1 www 1694
#drupalchat .localhost-avatar-sprite-28.O_3 {
1695
  background-position: -56px -392px;
1696
  width: 28px;
1697
  height: 28px;
1698
}
2550 stevensc 1699
 
1 www 1700
#drupalchat .localhost-avatar-sprite-28.P_3 {
1701
  background-position: -56px -420px;
1702
  width: 28px;
1703
  height: 28px;
1704
}
2550 stevensc 1705
 
1 www 1706
#drupalchat .localhost-avatar-sprite-28.Q_3 {
1707
  background-position: -56px -448px;
1708
  width: 28px;
1709
  height: 28px;
1710
}
2550 stevensc 1711
 
1 www 1712
#drupalchat .localhost-avatar-sprite-28.R_3 {
1713
  background-position: -56px -476px;
1714
  width: 28px;
1715
  height: 28px;
1716
}
2550 stevensc 1717
 
1 www 1718
#drupalchat .localhost-avatar-sprite-28.S_3 {
1719
  background-position: -56px -504px;
1720
  width: 28px;
1721
  height: 28px;
1722
}
2550 stevensc 1723
 
1 www 1724
#drupalchat .localhost-avatar-sprite-28.T_3 {
1725
  background-position: -56px -532px;
1726
  width: 28px;
1727
  height: 28px;
1728
}
2550 stevensc 1729
 
1 www 1730
#drupalchat .localhost-avatar-sprite-28.U_3 {
1731
  background-position: -56px -560px;
1732
  width: 28px;
1733
  height: 28px;
1734
}
2550 stevensc 1735
 
1 www 1736
#drupalchat .localhost-avatar-sprite-28.V_3 {
1737
  background-position: -56px -588px;
1738
  width: 28px;
1739
  height: 28px;
1740
}
2550 stevensc 1741
 
1 www 1742
#drupalchat .localhost-avatar-sprite-28.W_3 {
1743
  background-position: -56px -616px;
1744
  width: 28px;
1745
  height: 28px;
1746
}
2550 stevensc 1747
 
1 www 1748
#drupalchat .localhost-avatar-sprite-28.X_3 {
1749
  background-position: -56px -644px;
1750
  width: 28px;
1751
  height: 28px;
1752
}
2550 stevensc 1753
 
1 www 1754
#drupalchat .localhost-avatar-sprite-28.Y_3 {
1755
  background-position: -56px -672px;
1756
  width: 28px;
1757
  height: 28px;
1758
}
2550 stevensc 1759
 
1 www 1760
#drupalchat .localhost-avatar-sprite-28.Z_3 {
1761
  background-position: -56px -700px;
1762
  width: 28px;
1763
  height: 28px;
1764
}
2550 stevensc 1765
 
1 www 1766
#drupalchat .localhost-avatar-sprite-28.A_4 {
1767
  background-position: -84px 0;
1768
  width: 28px;
1769
  height: 28px;
1770
}
2550 stevensc 1771
 
1 www 1772
#drupalchat .localhost-avatar-sprite-28.B_4 {
1773
  background-position: -84px -28px;
1774
  width: 28px;
1775
  height: 28px;
1776
}
2550 stevensc 1777
 
1 www 1778
#drupalchat .localhost-avatar-sprite-28.C_4 {
1779
  background-position: -84px -56px;
1780
  width: 28px;
1781
  height: 28px;
1782
}
2550 stevensc 1783
 
1 www 1784
#drupalchat .localhost-avatar-sprite-28.D_4 {
1785
  background-position: -84px -84px;
1786
  width: 28px;
1787
  height: 28px;
1788
}
2550 stevensc 1789
 
1 www 1790
#drupalchat .localhost-avatar-sprite-28.E_4 {
1791
  background-position: -84px -112px;
1792
  width: 28px;
1793
  height: 28px;
1794
}
2550 stevensc 1795
 
1 www 1796
#drupalchat .localhost-avatar-sprite-28.F_4 {
1797
  background-position: -84px -140px;
1798
  width: 28px;
1799
  height: 28px;
1800
}
2550 stevensc 1801
 
1 www 1802
#drupalchat .localhost-avatar-sprite-28.G_4 {
1803
  background-position: -84px -168px;
1804
  width: 28px;
1805
  height: 28px;
1806
}
2550 stevensc 1807
 
1 www 1808
#drupalchat .localhost-avatar-sprite-28.H_4 {
1809
  background-position: -84px -196px;
1810
  width: 28px;
1811
  height: 28px;
1812
}
2550 stevensc 1813
 
1 www 1814
#drupalchat .localhost-avatar-sprite-28.I_4 {
1815
  background-position: -84px -224px;
1816
  width: 28px;
1817
  height: 28px;
1818
}
2550 stevensc 1819
 
1 www 1820
#drupalchat .localhost-avatar-sprite-28.J_4 {
1821
  background-position: -84px -252px;
1822
  width: 28px;
1823
  height: 28px;
1824
}
2550 stevensc 1825
 
1 www 1826
#drupalchat .localhost-avatar-sprite-28.K_4 {
1827
  background-position: -84px -280px;
1828
  width: 28px;
1829
  height: 28px;
1830
}
2550 stevensc 1831
 
1 www 1832
#drupalchat .localhost-avatar-sprite-28.L_4 {
1833
  background-position: -84px -308px;
1834
  width: 28px;
1835
  height: 28px;
1836
}
2550 stevensc 1837
 
1 www 1838
#drupalchat .localhost-avatar-sprite-28.M_4 {
1839
  background-position: -84px -336px;
1840
  width: 28px;
1841
  height: 28px;
1842
}
2550 stevensc 1843
 
1 www 1844
#drupalchat .localhost-avatar-sprite-28.N_4 {
1845
  background-position: -84px -364px;
1846
  width: 28px;
1847
  height: 28px;
1848
}
2550 stevensc 1849
 
1 www 1850
#drupalchat .localhost-avatar-sprite-28.O_4 {
1851
  background-position: -84px -392px;
1852
  width: 28px;
1853
  height: 28px;
1854
}
2550 stevensc 1855
 
1 www 1856
#drupalchat .localhost-avatar-sprite-28.P_4 {
1857
  background-position: -84px -420px;
1858
  width: 28px;
1859
  height: 28px;
1860
}
2550 stevensc 1861
 
1 www 1862
#drupalchat .localhost-avatar-sprite-28.Q_4 {
1863
  background-position: -84px -448px;
1864
  width: 28px;
1865
  height: 28px;
1866
}
2550 stevensc 1867
 
1 www 1868
#drupalchat .localhost-avatar-sprite-28.R_4 {
1869
  background-position: -84px -476px;
1870
  width: 28px;
1871
  height: 28px;
1872
}
2550 stevensc 1873
 
1 www 1874
#drupalchat .localhost-avatar-sprite-28.S_4 {
1875
  background-position: -84px -504px;
1876
  width: 28px;
1877
  height: 28px;
1878
}
2550 stevensc 1879
 
1 www 1880
#drupalchat .localhost-avatar-sprite-28.T_4 {
1881
  background-position: -84px -532px;
1882
  width: 28px;
1883
  height: 28px;
1884
}
2550 stevensc 1885
 
1 www 1886
#drupalchat .localhost-avatar-sprite-28.U_4 {
1887
  background-position: -84px -560px;
1888
  width: 28px;
1889
  height: 28px;
1890
}
2550 stevensc 1891
 
1 www 1892
#drupalchat .localhost-avatar-sprite-28.V_4 {
1893
  background-position: -84px -588px;
1894
  width: 28px;
1895
  height: 28px;
1896
}
2550 stevensc 1897
 
1 www 1898
#drupalchat .localhost-avatar-sprite-28.W_4 {
1899
  background-position: -84px -616px;
1900
  width: 28px;
1901
  height: 28px;
1902
}
2550 stevensc 1903
 
1 www 1904
#drupalchat .localhost-avatar-sprite-28.X_4 {
1905
  background-position: -84px -644px;
1906
  width: 28px;
1907
  height: 28px;
1908
}
2550 stevensc 1909
 
1 www 1910
#drupalchat .localhost-avatar-sprite-28.Y_4 {
1911
  background-position: -84px -672px;
1912
  width: 28px;
1913
  height: 28px;
1914
}
2550 stevensc 1915
 
1 www 1916
#drupalchat .localhost-avatar-sprite-28.Z_4 {
1917
  background-position: -84px -700px;
1918
  width: 28px;
1919
  height: 28px;
1920
}
2550 stevensc 1921
 
1 www 1922
#drupalchat .localhost-avatar-sprite-28.A_5 {
1923
  background-position: -112px 0;
1924
  width: 28px;
1925
  height: 28px;
1926
}
2550 stevensc 1927
 
1 www 1928
#drupalchat .localhost-avatar-sprite-28.B_5 {
1929
  background-position: -112px -28px;
1930
  width: 28px;
1931
  height: 28px;
1932
}
2550 stevensc 1933
 
1 www 1934
#drupalchat .localhost-avatar-sprite-28.C_5 {
1935
  background-position: -112px -56px;
1936
  width: 28px;
1937
  height: 28px;
1938
}
2550 stevensc 1939
 
1 www 1940
#drupalchat .localhost-avatar-sprite-28.D_5 {
1941
  background-position: -112px -84px;
1942
  width: 28px;
1943
  height: 28px;
1944
}
2550 stevensc 1945
 
1 www 1946
#drupalchat .localhost-avatar-sprite-28.E_5 {
1947
  background-position: -112px -112px;
1948
  width: 28px;
1949
  height: 28px;
1950
}
2550 stevensc 1951
 
1 www 1952
#drupalchat .localhost-avatar-sprite-28.F_5 {
1953
  background-position: -112px -140px;
1954
  width: 28px;
1955
  height: 28px;
1956
}
2550 stevensc 1957
 
1 www 1958
#drupalchat .localhost-avatar-sprite-28.G_5 {
1959
  background-position: -112px -168px;
1960
  width: 28px;
1961
  height: 28px;
1962
}
2550 stevensc 1963
 
1 www 1964
#drupalchat .localhost-avatar-sprite-28.H_5 {
1965
  background-position: -112px -196px;
1966
  width: 28px;
1967
  height: 28px;
1968
}
2550 stevensc 1969
 
1 www 1970
#drupalchat .localhost-avatar-sprite-28.I_5 {
1971
  background-position: -112px -224px;
1972
  width: 28px;
1973
  height: 28px;
1974
}
2550 stevensc 1975
 
1 www 1976
#drupalchat .localhost-avatar-sprite-28.J_5 {
1977
  background-position: -112px -252px;
1978
  width: 28px;
1979
  height: 28px;
1980
}
2550 stevensc 1981
 
1 www 1982
#drupalchat .localhost-avatar-sprite-28.K_5 {
1983
  background-position: -112px -280px;
1984
  width: 28px;
1985
  height: 28px;
1986
}
2550 stevensc 1987
 
1 www 1988
#drupalchat .localhost-avatar-sprite-28.L_5 {
1989
  background-position: -112px -308px;
1990
  width: 28px;
1991
  height: 28px;
1992
}
2550 stevensc 1993
 
1 www 1994
#drupalchat .localhost-avatar-sprite-28.M_5 {
1995
  background-position: -112px -336px;
1996
  width: 28px;
1997
  height: 28px;
1998
}
2550 stevensc 1999
 
1 www 2000
#drupalchat .localhost-avatar-sprite-28.N_5 {
2001
  background-position: -112px -364px;
2002
  width: 28px;
2003
  height: 28px;
2004
}
2550 stevensc 2005
 
1 www 2006
#drupalchat .localhost-avatar-sprite-28.O_5 {
2007
  background-position: -112px -392px;
2008
  width: 28px;
2009
  height: 28px;
2010
}
2550 stevensc 2011
 
1 www 2012
#drupalchat .localhost-avatar-sprite-28.P_5 {
2013
  background-position: -112px -420px;
2014
  width: 28px;
2015
  height: 28px;
2016
}
2550 stevensc 2017
 
1 www 2018
#drupalchat .localhost-avatar-sprite-28.Q_5 {
2019
  background-position: -112px -448px;
2020
  width: 28px;
2021
  height: 28px;
2022
}
2550 stevensc 2023
 
1 www 2024
#drupalchat .localhost-avatar-sprite-28.R_5 {
2025
  background-position: -112px -476px;
2026
  width: 28px;
2027
  height: 28px;
2028
}
2550 stevensc 2029
 
1 www 2030
#drupalchat .localhost-avatar-sprite-28.S_5 {
2031
  background-position: -112px -504px;
2032
  width: 28px;
2033
  height: 28px;
2034
}
2550 stevensc 2035
 
1 www 2036
#drupalchat .localhost-avatar-sprite-28.T_5 {
2037
  background-position: -112px -532px;
2038
  width: 28px;
2039
  height: 28px;
2040
}
2550 stevensc 2041
 
1 www 2042
#drupalchat .localhost-avatar-sprite-28.U_5 {
2043
  background-position: -112px -560px;
2044
  width: 28px;
2045
  height: 28px;
2046
}
2550 stevensc 2047
 
1 www 2048
#drupalchat .localhost-avatar-sprite-28.V_5 {
2049
  background-position: -112px -588px;
2050
  width: 28px;
2051
  height: 28px;
2052
}
2550 stevensc 2053
 
1 www 2054
#drupalchat .localhost-avatar-sprite-28.W_5 {
2055
  background-position: -112px -616px;
2056
  width: 28px;
2057
  height: 28px;
2058
}
2550 stevensc 2059
 
1 www 2060
#drupalchat .localhost-avatar-sprite-28.X_5 {
2061
  background-position: -112px -644px;
2062
  width: 28px;
2063
  height: 28px;
2064
}
2550 stevensc 2065
 
1 www 2066
#drupalchat .localhost-avatar-sprite-28.Y_5 {
2067
  background-position: -112px -672px;
2068
  width: 28px;
2069
  height: 28px;
2070
}
2550 stevensc 2071
 
1 www 2072
#drupalchat .localhost-avatar-sprite-28.Z_5 {
2073
  background-position: -112px -700px;
2074
  width: 28px;
2075
  height: 28px;
2076
}
2550 stevensc 2077
 
1 www 2078
#drupalchat .localhost-avatar-sprite-28.A_6 {
2079
  background-position: -140px 0;
2080
  width: 28px;
2081
  height: 28px;
2082
}
2550 stevensc 2083
 
1 www 2084
#drupalchat .localhost-avatar-sprite-28.B_6 {
2085
  background-position: -140px -28px;
2086
  width: 28px;
2087
  height: 28px;
2088
}
2550 stevensc 2089
 
1 www 2090
#drupalchat .localhost-avatar-sprite-28.C_6 {
2091
  background-position: -140px -56px;
2092
  width: 28px;
2093
  height: 28px;
2094
}
2550 stevensc 2095
 
1 www 2096
#drupalchat .localhost-avatar-sprite-28.D_6 {
2097
  background-position: -140px -84px;
2098
  width: 28px;
2099
  height: 28px;
2100
}
2550 stevensc 2101
 
1 www 2102
#drupalchat .localhost-avatar-sprite-28.E_6 {
2103
  background-position: -140px -112px;
2104
  width: 28px;
2105
  height: 28px;
2106
}
2550 stevensc 2107
 
1 www 2108
#drupalchat .localhost-avatar-sprite-28.F_6 {
2109
  background-position: -140px -140px;
2110
  width: 28px;
2111
  height: 28px;
2112
}
2550 stevensc 2113
 
1 www 2114
#drupalchat .localhost-avatar-sprite-28.G_6 {
2115
  background-position: -140px -168px;
2116
  width: 28px;
2117
  height: 28px;
2118
}
2550 stevensc 2119
 
1 www 2120
#drupalchat .localhost-avatar-sprite-28.H_6 {
2121
  background-position: -140px -196px;
2122
  width: 28px;
2123
  height: 28px;
2124
}
2550 stevensc 2125
 
1 www 2126
#drupalchat .localhost-avatar-sprite-28.I_6 {
2127
  background-position: -140px -224px;
2128
  width: 28px;
2129
  height: 28px;
2130
}
2550 stevensc 2131
 
1 www 2132
#drupalchat .localhost-avatar-sprite-28.J_6 {
2133
  background-position: -140px -252px;
2134
  width: 28px;
2135
  height: 28px;
2136
}
2550 stevensc 2137
 
1 www 2138
#drupalchat .localhost-avatar-sprite-28.K_6 {
2139
  background-position: -140px -280px;
2140
  width: 28px;
2141
  height: 28px;
2142
}
2550 stevensc 2143
 
1 www 2144
#drupalchat .localhost-avatar-sprite-28.L_6 {
2145
  background-position: -140px -308px;
2146
  width: 28px;
2147
  height: 28px;
2148
}
2550 stevensc 2149
 
1 www 2150
#drupalchat .localhost-avatar-sprite-28.M_6 {
2151
  background-position: -140px -336px;
2152
  width: 28px;
2153
  height: 28px;
2154
}
2550 stevensc 2155
 
1 www 2156
#drupalchat .localhost-avatar-sprite-28.N_6 {
2157
  background-position: -140px -364px;
2158
  width: 28px;
2159
  height: 28px;
2160
}
2550 stevensc 2161
 
1 www 2162
#drupalchat .localhost-avatar-sprite-28.O_6 {
2163
  background-position: -140px -392px;
2164
  width: 28px;
2165
  height: 28px;
2166
}
2550 stevensc 2167
 
1 www 2168
#drupalchat .localhost-avatar-sprite-28.P_6 {
2169
  background-position: -140px -420px;
2170
  width: 28px;
2171
  height: 28px;
2172
}
2550 stevensc 2173
 
1 www 2174
#drupalchat .localhost-avatar-sprite-28.Q_6 {
2175
  background-position: -140px -448px;
2176
  width: 28px;
2177
  height: 28px;
2178
}
2550 stevensc 2179
 
1 www 2180
#drupalchat .localhost-avatar-sprite-28.R_6 {
2181
  background-position: -140px -476px;
2182
  width: 28px;
2183
  height: 28px;
2184
}
2550 stevensc 2185
 
1 www 2186
#drupalchat .localhost-avatar-sprite-28.S_6 {
2187
  background-position: -140px -504px;
2188
  width: 28px;
2189
  height: 28px;
2190
}
2550 stevensc 2191
 
1 www 2192
#drupalchat .localhost-avatar-sprite-28.T_6 {
2193
  background-position: -140px -532px;
2194
  width: 28px;
2195
  height: 28px;
2196
}
2550 stevensc 2197
 
1 www 2198
#drupalchat .localhost-avatar-sprite-28.U_6 {
2199
  background-position: -140px -560px;
2200
  width: 28px;
2201
  height: 28px;
2202
}
2550 stevensc 2203
 
1 www 2204
#drupalchat .localhost-avatar-sprite-28.V_6 {
2205
  background-position: -140px -588px;
2206
  width: 28px;
2207
  height: 28px;
2208
}
2550 stevensc 2209
 
1 www 2210
#drupalchat .localhost-avatar-sprite-28.W_6 {
2211
  background-position: -140px -616px;
2212
  width: 28px;
2213
  height: 28px;
2214
}
2550 stevensc 2215
 
1 www 2216
#drupalchat .localhost-avatar-sprite-28.X_6 {
2217
  background-position: -140px -644px;
2218
  width: 28px;
2219
  height: 28px;
2220
}
2550 stevensc 2221
 
1 www 2222
#drupalchat .localhost-avatar-sprite-28.Y_6 {
2223
  background-position: -140px -672px;
2224
  width: 28px;
2225
  height: 28px;
2226
}
2550 stevensc 2227
 
1 www 2228
#drupalchat .localhost-avatar-sprite-28.Z_6 {
2229
  background-position: -140px -700px;
2230
  width: 28px;
2231
  height: 28px;
2232
}
2233
 
2234
#drupalchat .localhost-avatar-sprite-28.A_1,
2235
#drupalchat .localhost-avatar-sprite-28.B_1,
2236
#drupalchat .localhost-avatar-sprite-28.C_1,
2237
#drupalchat .localhost-avatar-sprite-28.D_1,
2238
#drupalchat .localhost-avatar-sprite-28.E_1,
2239
#drupalchat .localhost-avatar-sprite-28.F_1,
2240
#drupalchat .localhost-avatar-sprite-28.G_1,
2241
#drupalchat .localhost-avatar-sprite-28.H_1,
2242
#drupalchat .localhost-avatar-sprite-28.I_1,
2243
#drupalchat .localhost-avatar-sprite-28.J_1,
2244
#drupalchat .localhost-avatar-sprite-28.K_1,
2245
#drupalchat .localhost-avatar-sprite-28.L_1,
2246
#drupalchat .localhost-avatar-sprite-28.M_1,
2247
#drupalchat .localhost-avatar-sprite-28.N_1,
2248
#drupalchat .localhost-avatar-sprite-28.O_1,
2249
#drupalchat .localhost-avatar-sprite-28.P_1,
2250
#drupalchat .localhost-avatar-sprite-28.Q_1,
2251
#drupalchat .localhost-avatar-sprite-28.R_1,
2252
#drupalchat .localhost-avatar-sprite-28.S_1,
2253
#drupalchat .localhost-avatar-sprite-28.T_1,
2254
#drupalchat .localhost-avatar-sprite-28.U_1,
2255
#drupalchat .localhost-avatar-sprite-28.V_1,
2256
#drupalchat .localhost-avatar-sprite-28.W_1,
2257
#drupalchat .localhost-avatar-sprite-28.X_1,
2258
#drupalchat .localhost-avatar-sprite-28.Y_1,
2259
#drupalchat .localhost-avatar-sprite-28.Z_1,
2260
#drupalchat .localhost-avatar-sprite-28.A_2,
2261
#drupalchat .localhost-avatar-sprite-28.B_2,
2262
#drupalchat .localhost-avatar-sprite-28.C_2,
2263
#drupalchat .localhost-avatar-sprite-28.D_2,
2264
#drupalchat .localhost-avatar-sprite-28.E_2,
2265
#drupalchat .localhost-avatar-sprite-28.F_2,
2266
#drupalchat .localhost-avatar-sprite-28.G_2,
2267
#drupalchat .localhost-avatar-sprite-28.H_2,
2268
#drupalchat .localhost-avatar-sprite-28.I_2,
2269
#drupalchat .localhost-avatar-sprite-28.J_2,
2270
#drupalchat .localhost-avatar-sprite-28.K_2,
2271
#drupalchat .localhost-avatar-sprite-28.L_2,
2272
#drupalchat .localhost-avatar-sprite-28.M_2,
2273
#drupalchat .localhost-avatar-sprite-28.N_2,
2274
#drupalchat .localhost-avatar-sprite-28.O_2,
2275
#drupalchat .localhost-avatar-sprite-28.P_2,
2276
#drupalchat .localhost-avatar-sprite-28.Q_2,
2277
#drupalchat .localhost-avatar-sprite-28.R_2,
2278
#drupalchat .localhost-avatar-sprite-28.S_2,
2279
#drupalchat .localhost-avatar-sprite-28.T_2,
2280
#drupalchat .localhost-avatar-sprite-28.U_2,
2281
#drupalchat .localhost-avatar-sprite-28.V_2,
2282
#drupalchat .localhost-avatar-sprite-28.W_2,
2283
#drupalchat .localhost-avatar-sprite-28.X_2,
2284
#drupalchat .localhost-avatar-sprite-28.Y_2,
2285
#drupalchat .localhost-avatar-sprite-28.Z_2,
2286
#drupalchat .localhost-avatar-sprite-28.A_3,
2287
#drupalchat .localhost-avatar-sprite-28.B_3,
2288
#drupalchat .localhost-avatar-sprite-28.C_3,
2289
#drupalchat .localhost-avatar-sprite-28.D_3,
2290
#drupalchat .localhost-avatar-sprite-28.E_3,
2291
#drupalchat .localhost-avatar-sprite-28.F_3,
2292
#drupalchat .localhost-avatar-sprite-28.G_3,
2293
#drupalchat .localhost-avatar-sprite-28.H_3,
2294
#drupalchat .localhost-avatar-sprite-28.I_3,
2295
#drupalchat .localhost-avatar-sprite-28.J_3,
2296
#drupalchat .localhost-avatar-sprite-28.K_3,
2297
#drupalchat .localhost-avatar-sprite-28.L_3,
2298
#drupalchat .localhost-avatar-sprite-28.M_3,
2299
#drupalchat .localhost-avatar-sprite-28.N_3,
2300
#drupalchat .localhost-avatar-sprite-28.O_3,
2301
#drupalchat .localhost-avatar-sprite-28.P_3,
2302
#drupalchat .localhost-avatar-sprite-28.Q_3,
2303
#drupalchat .localhost-avatar-sprite-28.R_3,
2304
#drupalchat .localhost-avatar-sprite-28.S_3,
2305
#drupalchat .localhost-avatar-sprite-28.T_3,
2306
#drupalchat .localhost-avatar-sprite-28.U_3,
2307
#drupalchat .localhost-avatar-sprite-28.V_3,
2308
#drupalchat .localhost-avatar-sprite-28.W_3,
2309
#drupalchat .localhost-avatar-sprite-28.X_3,
2310
#drupalchat .localhost-avatar-sprite-28.Y_3,
2311
#drupalchat .localhost-avatar-sprite-28.Z_3,
2312
#drupalchat .localhost-avatar-sprite-28.A_4,
2313
#drupalchat .localhost-avatar-sprite-28.B_4,
2314
#drupalchat .localhost-avatar-sprite-28.C_4,
2315
#drupalchat .localhost-avatar-sprite-28.D_4,
2316
#drupalchat .localhost-avatar-sprite-28.E_4,
2317
#drupalchat .localhost-avatar-sprite-28.F_4,
2318
#drupalchat .localhost-avatar-sprite-28.G_4,
2319
#drupalchat .localhost-avatar-sprite-28.H_4,
2320
#drupalchat .localhost-avatar-sprite-28.I_4,
2321
#drupalchat .localhost-avatar-sprite-28.J_4,
2322
#drupalchat .localhost-avatar-sprite-28.K_4,
2323
#drupalchat .localhost-avatar-sprite-28.L_4,
2324
#drupalchat .localhost-avatar-sprite-28.M_4,
2325
#drupalchat .localhost-avatar-sprite-28.N_4,
2326
#drupalchat .localhost-avatar-sprite-28.O_4,
2327
#drupalchat .localhost-avatar-sprite-28.P_4,
2328
#drupalchat .localhost-avatar-sprite-28.Q_4,
2329
#drupalchat .localhost-avatar-sprite-28.R_4,
2330
#drupalchat .localhost-avatar-sprite-28.S_4,
2331
#drupalchat .localhost-avatar-sprite-28.T_4,
2332
#drupalchat .localhost-avatar-sprite-28.U_4,
2333
#drupalchat .localhost-avatar-sprite-28.V_4,
2334
#drupalchat .localhost-avatar-sprite-28.W_4,
2335
#drupalchat .localhost-avatar-sprite-28.X_4,
2336
#drupalchat .localhost-avatar-sprite-28.Y_4,
2337
#drupalchat .localhost-avatar-sprite-28.Z_4,
2338
#drupalchat .localhost-avatar-sprite-28.A_5,
2339
#drupalchat .localhost-avatar-sprite-28.B_5,
2340
#drupalchat .localhost-avatar-sprite-28.C_5,
2341
#drupalchat .localhost-avatar-sprite-28.D_5,
2342
#drupalchat .localhost-avatar-sprite-28.E_5,
2343
#drupalchat .localhost-avatar-sprite-28.F_5,
2344
#drupalchat .localhost-avatar-sprite-28.G_5,
2345
#drupalchat .localhost-avatar-sprite-28.H_5,
2346
#drupalchat .localhost-avatar-sprite-28.I_5,
2347
#drupalchat .localhost-avatar-sprite-28.J_5,
2348
#drupalchat .localhost-avatar-sprite-28.K_5,
2349
#drupalchat .localhost-avatar-sprite-28.L_5,
2350
#drupalchat .localhost-avatar-sprite-28.M_5,
2351
#drupalchat .localhost-avatar-sprite-28.N_5,
2352
#drupalchat .localhost-avatar-sprite-28.O_5,
2353
#drupalchat .localhost-avatar-sprite-28.P_5,
2354
#drupalchat .localhost-avatar-sprite-28.Q_5,
2355
#drupalchat .localhost-avatar-sprite-28.R_5,
2356
#drupalchat .localhost-avatar-sprite-28.S_5,
2357
#drupalchat .localhost-avatar-sprite-28.T_5,
2358
#drupalchat .localhost-avatar-sprite-28.U_5,
2359
#drupalchat .localhost-avatar-sprite-28.V_5,
2360
#drupalchat .localhost-avatar-sprite-28.W_5,
2361
#drupalchat .localhost-avatar-sprite-28.X_5,
2362
#drupalchat .localhost-avatar-sprite-28.Y_5,
2363
#drupalchat .localhost-avatar-sprite-28.Z_5,
2364
#drupalchat .localhost-avatar-sprite-28.A_6,
2365
#drupalchat .localhost-avatar-sprite-28.B_6,
2366
#drupalchat .localhost-avatar-sprite-28.C_6,
2367
#drupalchat .localhost-avatar-sprite-28.D_6,
2368
#drupalchat .localhost-avatar-sprite-28.E_6,
2369
#drupalchat .localhost-avatar-sprite-28.F_6,
2370
#drupalchat .localhost-avatar-sprite-28.G_6,
2371
#drupalchat .localhost-avatar-sprite-28.H_6,
2372
#drupalchat .localhost-avatar-sprite-28.I_6,
2373
#drupalchat .localhost-avatar-sprite-28.J_6,
2374
#drupalchat .localhost-avatar-sprite-28.K_6,
2375
#drupalchat .localhost-avatar-sprite-28.L_6,
2376
#drupalchat .localhost-avatar-sprite-28.M_6,
2377
#drupalchat .localhost-avatar-sprite-28.N_6,
2378
#drupalchat .localhost-avatar-sprite-28.O_6,
2379
#drupalchat .localhost-avatar-sprite-28.P_6,
2380
#drupalchat .localhost-avatar-sprite-28.Q_6,
2381
#drupalchat .localhost-avatar-sprite-28.R_6,
2382
#drupalchat .localhost-avatar-sprite-28.S_6,
2383
#drupalchat .localhost-avatar-sprite-28.T_6,
2384
#drupalchat .localhost-avatar-sprite-28.U_6,
2385
#drupalchat .localhost-avatar-sprite-28.V_6,
2386
#drupalchat .localhost-avatar-sprite-28.W_6,
2387
#drupalchat .localhost-avatar-sprite-28.X_6,
2388
#drupalchat .localhost-avatar-sprite-28.Y_6,
2389
#drupalchat .localhost-avatar-sprite-28.Z_6,
2390
#drupalchat .localhost-avatar-sprite-28.User_1,
2391
#drupalchat .localhost-avatar-sprite-28.User_2,
2392
#drupalchat .localhost-avatar-sprite-28.User_3,
2393
#drupalchat .localhost-avatar-sprite-28.User_4,
2394
#drupalchat .localhost-avatar-sprite-28.User_5,
2395
#drupalchat .localhost-avatar-sprite-28.User_6,
2396
#drupalchat .localhost-avatar-sprite-28.Male_1,
2397
#drupalchat .localhost-avatar-sprite-28.Male_2,
2398
#drupalchat .localhost-avatar-sprite-28.Male_3,
2399
#drupalchat .localhost-avatar-sprite-28.Male_4,
2400
#drupalchat .localhost-avatar-sprite-28.Male_5,
2401
#drupalchat .localhost-avatar-sprite-28.Male_6,
2402
#drupalchat .localhost-avatar-sprite-28.Female_1,
2403
#drupalchat .localhost-avatar-sprite-28.Female_2,
2404
#drupalchat .localhost-avatar-sprite-28.Female_3,
2405
#drupalchat .localhost-avatar-sprite-28.Female_4,
2406
#drupalchat .localhost-avatar-sprite-28.Female_5,
2407
#drupalchat .localhost-avatar-sprite-28.Female_6,
2408
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_1,
2409
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_2,
2410
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_3,
2411
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_4,
2412
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_5,
2413
#drupalchat .localhost-avatar-sprite-28.ChatRoom1_6,
2414
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_1,
2415
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_2,
2416
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_3,
2417
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_4,
2418
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_5,
2419
#drupalchat .localhost-avatar-sprite-28.ChatRoom2_6 {
2420
  background-image: url("img/avatar_sprite_v2.jpg");
2421
  /*background-repeat: none;*/
2422
  background-size: 168px 868px;
2423
}
2424
 
2425
#drupalchat .chatboxcontent {
2426
  width: 100%;
2427
  padding: 0;
2428
}
2429
 
2430
#drupalchat .subpanel .contact-list {
2431
  width: 100%;
2551 stevensc 2432
  overflow-y: scroll;
1 www 2433
  background-color: #eceff1;
2434
}
2435
 
2436
#drupalchat img {
2437
  float: left;
2438
  height: 28px;
2439
  width: 28px;
2440
  -webkit-border-radius: 28px;
2441
  -moz-border-radius: 28px;
2442
  border-radius: 28px;
2443
}
2550 stevensc 2444
 
1 www 2445
#drupalchat .subpanel .statuso {
2446
  display: inline;
2447
 
2448
  height: 21px;
2449
  float: right;
2450
  padding-top: 10px;
2451
}
2550 stevensc 2452
 
1 www 2453
#drupalchat .statuso.Online {
2454
  color: rgb(66, 183, 42);
2455
}
2550 stevensc 2456
 
1 www 2457
#drupalchat .statuso.Offline {
2458
  color: gray;
2459
}
2460
 
2461
#drupalchat .subpanel ul {
2462
  background: #fff;
2463
}
2550 stevensc 2464
 
1 www 2465
#drupalchat .subpanel ul {
2466
  border: 0;
2467
  margin: 0;
2468
  overflow: auto;
2469
  width: 100%;
2470
}
2550 stevensc 2471
 
1 www 2472
#drupalchat ul {
2473
  float: right;
2474
  list-style: none;
2475
  margin: 0;
2476
  padding: 0;
2477
  width: 100%;
2478
}
2479
 
2480
#drupalchat .subpanel li {
2481
  background: #fff;
2482
}
2550 stevensc 2483
 
1 www 2484
#drupalchat .subpanel li {
2485
  clear: both;
2486
  display: block;
2487
  float: none;
2488
  margin: 0;
2489
  overflow: hidden;
2490
  padding: 0;
2491
  position: static;
2492
  backface-visibility: hidden;
2493
  -webkit-backface-visibility: hidden;
2494
}
2495
 
2496
/*Contact List*/
2497
.userfiles {
2498
  max-width: 156px;
2499
  padding: 4px 0 4px 0;
2500
  border-radius: 7px;
2501
  cursor: pointer;
2502
}
2550 stevensc 2503
 
1 www 2504
a.download-link:before {
2505
  content: url("/images/extension/blank.png");
2506
  margin-right: 6px;
2507
  vertical-align: middle;
2508
}
2550 stevensc 2509
 
1 www 2510
a.download-link[href$=".doc"]:before,
2511
a.download-link[href$=".rtf"]:before,
2512
a.download-link[href$=".txt"]:before {
2513
  content: url("/images/extension/doc.png");
2514
}
2550 stevensc 2515
 
1 www 2516
a.download-link[href$=".docx"]:before {
2517
  content: url("/images/extension/docx.png");
2518
}
2550 stevensc 2519
 
1 www 2520
a.download-link[href$=".zip"]:before {
2521
  content: url("/images/extension/zip.png");
2522
}
2550 stevensc 2523
 
1 www 2524
a.download-link[href$=".rar"]:before {
2525
  content: url("/images/extension/rar.png");
2526
}
2550 stevensc 2527
 
1 www 2528
a.download-link[href$=".mp3"]:before {
2529
  content: url("/images/extension/mp3.png");
2530
}
2550 stevensc 2531
 
1 www 2532
a.download-link[href$=".mp4"]:before,
2533
a.download-link[href$=".MP4"]:before {
2534
  content: url("/images/extension/mp4.png");
2535
}
2550 stevensc 2536
 
1 www 2537
a.download-link[href$=".pdf"]:before {
2538
  content: url("/images/extension/pdf.png");
2539
}
2550 stevensc 2540
 
1 www 2541
a.download-link[href$=".ppt"]:before {
2542
  content: url("/images/extension/ppt.png");
2543
}
2550 stevensc 2544
 
1 www 2545
a.download-link[href$=".psd"]:before {
2546
  content: url("/images/extension/psd.png");
2547
}
2550 stevensc 2548
 
1 www 2549
a.download-link[href$=".xls"]:before {
2550
  content: url("/images/extension/xls.png");
2551
}
2550 stevensc 2552
 
1 www 2553
a.download-link[href$=".xlsx"]:before {
2554
  content: url("/images/extension/xlsx.png");
2555
}
2550 stevensc 2556
 
1 www 2557
a.download-link[href$=".xml"]:before {
2558
  content: url("/images/extension/xml.png");
2559
}
2560
 
2561
.lightbox {
2562
  position: fixed;
2563
  top: 0;
2564
  left: 0;
2565
  width: 100%;
2566
  height: 100%;
2567
  background-color: rgba(0, 0, 0, 0.82);
2568
  text-align: center;
2569
  z-index: 10000;
2570
}
2550 stevensc 2571
 
1 www 2572
.lightbox p {
2573
  text-align: right;
2574
  color: #fff;
2575
  margin-right: 20px;
2576
  font-size: 12px;
2577
}
2578
 
2579
.lightbox #content {
2580
  vertical-align: middle;
2581
  padding-left: 20%;
2582
  padding-right: 20%;
2583
}
2550 stevensc 2584
 
1 www 2585
.lightbox #gcontent {
2586
  vertical-align: middle;
2587
  padding-left: 40%;
2588
  padding-right: 50%;
2589
}
2590
 
2591
.lightbox #content img {
2592
  box-shadow: 0 0 25px #111;
2593
  -webkit-box-shadow: 0 0 25px #111;
2594
  -moz-box-shadow: 0 0 25px #111;
2595
  max-width: 100%;
2596
  max-height: 550px;
2597
  border: 10px solid #95d9cc;
2598
  border-radius: 10px;
2599
}
2600
 
2601
.participants_list {
2602
  position: absolute;
2603
  top: 118px;
2604
  bottom: 44px;
2605
  left: 0;
2606
  right: 0;
2607
  overflow-y: auto;
2608
  width: 100%;
2609
}
2610
 
2611
.participants_controls {
2612
  position: absolute;
2613
  bottom: 0;
2614
  left: 0;
2615
  right: 0;
2616
  padding: 10px;
2617
  text-align: center;
2618
}
2619
 
2620
.ul-participants-list .drupalchat-self-profile {
2621
  display: inline-block;
2622
  height: 37px;
2623
  width: 91%;
2624
}
2625
 
2626
.ul-participants-list .drupalchat-self-profile .drupalchat-self-profile-div {
2627
  display: inline-block;
2628
  width: 32px;
2629
}
2630
 
2631
.ul-participants-list .drupalchat-self-profile .drupalchat-self-profile-namdiv {
2533 stevensc 2632
  display: flex;
2633
  align-items: center;
1 www 2634
  width: 70%;
2635
  padding: 0;
2636
  margin: 0;
2637
  height: 100%;
2638
  padding-left: 3px;
2639
}
2640
 
2550 stevensc 2641
.ul-participants-list .drupalchat-self-profile .drupalchat-self-profile-namdiv .drupalchat-profile-un {
1 www 2642
  display: inline;
2643
  border: 0;
2644
  padding: 0;
2645
  margin-left: 7px;
2646
  margin-top: 6px;
2647
  position: absolute;
2648
  float: left;
2649
  width: 118px;
2650
  font-size: 13px;
2651
  overflow: hidden;
2652
  cursor: pointer;
2653
  font-weight: bold;
2654
}
2655
 
2656
.ul-participants-list .drupalchat-self-profile .statuso {
2657
  display: inline;
2658
  width: 0px;
2659
  height: 21px;
2660
  float: right;
2661
  padding-top: 10px;
2662
}
2663
 
2664
#drupalchat .subpanel .group-list {
2665
  width: 100%;
2666
  overflow-y: auto;
2667
  background-color: #eceff1;
2668
}
2669
 
2670
.statusIN {
2671
  margin-left: 5px;
2672
}
2550 stevensc 2673
 
1 www 2674
.statusIN:hover {
2675
  cursor: pointer;
2676
}
2677
 
2550 stevensc 2678
#gcontent>.participants_list_group {
1 www 2679
  position: absolute;
2680
  top: 118px;
2681
  bottom: 44px;
2682
  left: auto;
2683
  overflow-y: auto;
2684
  width: 250px;
2685
  background-color: #fff;
2550 stevensc 2686
}