Merge pull request #13959 from mlutfy/setMessageError
[civicrm-core.git] / css / civicrm.css
1 /**
2 * @file: CiviCRM Stylesheet
3 *
4 * NOTE: The main civicrm container has both class and id of crm-container
5 * Other civi blocks outside the main container also have the class crm-container (but not the id)
6 * All styles should start with .crm-container unless they are specific to the main div only
7 */
8 .crm-container input {
9 box-sizing: content-box;
10 }
11
12 div.crm-container label {
13 font-weight: normal;
14 display: inline;
15 }
16
17 div.crm-container fieldset label{
18 float: none;
19 }
20
21 input.crm-form-radio + label, input.crm-form-checkbox + label{
22 margin-left: 7px;
23 }
24
25 .crm-container .crm-quickSearchField {
26 font-weight: normal;
27 }
28
29 #crm-container .hiddenElement,
30 .crm-container .hiddenElement {
31 display: none;
32 }
33
34 #crm-container .clear,
35 .crm-container .clear {
36 clear: both;
37 }
38
39 .crm-container a,
40 .crm-container a:link,
41 .crm-container a:visited {
42 color: #2786c2;
43 text-decoration: none;
44 }
45
46 #crm-container .crm-content-block {
47 padding: 0;
48 }
49
50 /* TABLE STYLING */
51
52 .crm-container table {
53 margin: 0 0 1em;
54 border-collapse: collapse;
55 width: 100%;
56 font-size: 13px;
57 }
58
59 .crm-container tr {
60 background: none transparent;
61 }
62
63 .crm-container th,
64 .crm-container table.display thead th,
65 .crm-container table thead.sticky th,
66 .crm-container table.caseSelector tr.columnheader th {
67 background-color: #FFFFFF;
68 border-color: #FFFFFF #FFFFFF #CFCEC3;
69 border-style: solid;
70 border-width: 1px 1px 2px;
71 color: #A7A7A7;
72 font-size: 13px;
73 font-weight: bold;
74 padding: 4px;
75 text-align: left;
76 vertical-align: top;
77 }
78 /* Styles for Sticky Header */
79 .crm-container table thead.sticky {
80 background-color: #FFF;
81 }
82
83 .crm-container thead div.sticky-header {
84 height: 15px;
85 border-bottom: 2px solid #CFCEC3;
86 background-color: #FFF;
87 z-index: 10;
88 }
89
90 /* Styles for Sorting Header */
91 .crm-container table thead th.sorting_asc,
92 .crm-container table thead th.sorting_desc,
93 .crm-container table .sticky th a.sort-ascending,
94 .crm-container table .sticky th a.sort-descending,
95 .crm-container table.caseSelector tr.columnheader th a.sort-ascending,
96 .crm-container table.caseSelector tr.columnheader th a.sort-descending {
97 color: #3e3e3e;
98 background-color: #FFF;
99 }
100
101 /* Set background back to normal gray for form labels which use <th>. Temporary fix until we standardize form layout markup. */
102 .crm-container table.form-layout-compressed tbody th.label {
103 background-color: #F7F7F7;
104 }
105
106 .crm-container tbody {
107 border-top: none;
108 }
109
110 .crm-container td {
111 padding: 4px;
112 vertical-align: top;
113 }
114
115 .crm-container .crm-row-child {
116 margin: 0;
117 padding: 3px 0 3px 0;
118 clear: none;
119 background-color: #F1F8EB;
120 }
121
122 /*
123 ** Size input fields in crm-container by class. Classes are assigned by the
124 ** module in relation to the data object max size.
125 */
126 .crm-container .crm-select2 {
127 width: 15em;
128 }
129 .crm-container .two {
130 width: 2em;
131 }
132 .crm-container .four {
133 width: 4em;
134 }
135 .crm-container .six {
136 width: 6em;
137 }
138 .crm-container .eight {
139 width: 8em;
140 }
141 .crm-container .twelve {
142 width: 12em;
143 }
144 .crm-container .twenty {
145 width: 20em;
146 }
147 .crm-container .medium {
148 width: 12em;
149 }
150 .crm-container .big {
151 width: 15em;
152 }
153 .crm-container .huge,
154 input.crm-form-entityref {
155 width: 25em;
156 }
157 .crm-container .huge40 {
158 width: 40em;
159 }
160 .crm-container textarea.big {
161 width: 35em;
162 height: 4em;
163 }
164 .crm-container textarea.huge {
165 width: 45em;
166 height: 16em;
167 }
168 .crm-container textarea.huge12 {
169 width: 40em;
170 height: 12em;
171 }
172 .crm-container textarea.huge40 {
173 width: 40em;
174 height: 16em;
175 }
176 .crm-container textarea.nowrap {
177 width: 45em;
178 height: 4.5em;
179 white-space: nowrap;
180 overflow: auto;
181 }
182 .crm-container .bigSelect {
183 width: 15em;
184 height: 12em;
185 }
186
187 /* Override line-height from style.css */
188 #crm-container,
189 .crm-container {
190 line-height: 135%;
191 }
192
193 /* Base crm-container styles */
194 .crm-container hr {
195 background-color: #B0B0B0;
196 }
197
198 .crm-container .crm-form-block {
199 padding: 4px;
200 margin-bottom: 4px;
201 font-size: 13px;
202 background-color: #efefe5;
203 color: #3E3E3E;
204 }
205
206 .crm-container .no-border {
207 border-style: none;
208 }
209
210 /*
211 ** Class for giving solid line at the bottom of the <div>(block level element)
212 ** Currently it is used on the dashboard pages - CiviContribute, CiviMember...
213 */
214 .crm-container div.solid-border-bottom {
215 border-bottom: 2px solid #777;
216 }
217
218 .crm-container .solid-border-top {
219 margin-top: 15px;
220 border-top: 1px solid #696969;
221 }
222
223 /* Size the verticle heights in crm-containers by class. */
224 .crm-container .ht-one {
225 height: 1em;
226 }
227
228 .crm-container .add-remove-link {
229 font-size: .9em;
230 }
231
232 /* Ensures max-width is reset to css default for the images in the maps */
233 #Map img {
234 max-width: none;
235 }
236
237 .crm-container .required {
238 color: inherit;
239 }
240
241 /* CRM form layout classes (from www.realworldstyle.com) */
242 .crm-container .spacer {
243 clear: left;
244 height: 5px;
245 }
246
247 .crm-container td.compressed select,
248 .crm-container td.compressed input {
249 font-size: 0.90em;
250 font-weight: bold;
251 }
252
253 .crm-container td.Int input {
254 width: 6em;
255 }
256
257 /* Style civi form inputs to match select2 */
258 .crm-container select.crm-form-select,
259 .crm-container select.crm-form-date {
260 border: 1px solid #aaa;
261 color: #444;
262 height: 2.2em;
263 padding: 4px;
264 border-radius: 4px;
265 background-color: #fff;
266 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
267 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
268 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
269 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
270 background-image: linear-gradient(top, #fff 0%, #eee 50%);
271 }
272 .crm-container input.crm-form-text.ng-invalid.ng-dirty {
273 border: 1px solid #FF0000;
274 }
275 .crm-container input.crm-form-text,
276 .crm-container .crm-icon-picker-button,
277 .crm-container input.dateplugin,
278 .crm-container input.crm-form-password {
279 border: 1px solid #999;
280 vertical-align: middle;
281 padding: 1px 2px;
282 height: 1.8em;
283 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
284 background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
285 background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
286 background-image: linear-gradient(top, #eee 1%, #fff 15%);
287 }
288
289 .crm-container input.crm-form-text[disabled],
290 .crm-container input.dateplugin[disabled],
291 .crm-container select.crm-form-select[disabled],
292 .crm-container input.crm-form-text[readonly],
293 .crm-container input.crm-form-password[disabled],
294 .crm-container input.crm-form-password[readonly] {
295 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ddd), color-stop(15%, #f2f2f2));
296 background-image: -webkit-linear-gradient(top, #ddd 1%, #f2f2f2 15%);
297 background-image: -moz-linear-gradient(top, #ddd 1%, #f2f2f2 15%);
298 background-image: linear-gradient(top, #ddd 1%, #f2f2f2 15%);
299 }
300
301 .crm-container input.crm-form-text[disabled],
302 .crm-container input.dateplugin[disabled],
303 .crm-container select.crm-form-select[disabled],
304 .crm-container input.crm-form-password[disabled] {
305 color: #a9a9a9;
306 }
307
308 .crm-container .crm-form-time {
309 width: 5em;
310 margin-left: 1em;
311 }
312
313 .crm-container .crm-form-submit {
314 margin: .25em 0.5em 0.25em 0;
315 }
316
317 .crm-container div.crm-inline-button {
318 padding-left: 6px;
319 padding-top: 6px;
320 margin-bottom: 28px;
321 }
322
323 .crm-container fieldset {
324 background: none;
325 padding: 4px 0;
326 margin: 10px 0;
327 border: none;
328 border-top: 1px solid #CFCEC3;
329 }
330
331 .crm-container fieldset.no-border {
332 border-top: none;
333 }
334
335 .crm-container fieldset legend {
336 display: block;
337 font-family: Arial, Helvetica, sans-serif;
338 font-size: 14px;
339 font-weight: bold;
340 padding: 4px;
341 background: none;
342 border: medium none;
343 background-color: transparent;
344 color: #3E3E3E;
345 position: relative;
346 text-indent: 0;
347 width: auto;
348 }
349
350 .crm-container fieldset.form-layout {
351 margin: .25em 0 .5em 0;
352 padding: 1px 10px 1px 10px;
353 }
354
355 .crm-container fieldset.collapsible {
356 border: 0;
357 }
358
359 .crm-container div.form-item {
360 border-top-style: none;
361 margin: 0;
362 padding: 3px 0 5px 0;
363 clear: none;
364 height: 100%;
365 }
366
367 .crm-container div.form-item dl,
368 .crm-container .section-hidden dl,
369 .crm-container .crm-form-block dl {
370 margin: 0;
371 }
372
373 /* contribution page styles */
374 .crm-container #Main fieldset table td {
375 background-color: transparent;
376 border: none;
377 }
378
379 .crm-container .crm-section,
380 .crm-container div.crm-field-wrapper {
381 margin-bottom: 1em;
382 }
383
384 .crm-container .crm-section .label {
385 float: left;
386 width: 17%;
387 text-align: right;
388 }
389
390 .crm-container .crm-section .label label{
391 white-space: normal;
392 }
393
394 .crm-container .label-left .label {
395 text-align: left;
396 }
397
398 .crm-container .crm-section .content {
399 margin-left: 19%;
400 }
401
402 .crm-container .no-label .content {
403 margin-left: 0;
404 }
405
406 #crm-container #cvv2 {
407 vertical-align: top;
408 }
409
410 /* Use definition lists for simple 2 col forms - <dt> for labels, <dd> for fields */
411 .crm-container div.form-item dt,
412 .crm-container .crm-form-block dt {
413 float: left;
414 clear: left;
415 width: 150px;
416 text-align: right;
417 vertical-align: top;
418 padding: 5px 15px 5px 0;
419 font-size: .95em;
420 white-space: normal;
421 }
422
423 .crm-container .section-hidden dt {
424 float: left;
425 clear: left;
426 width: 150px;
427 text-align: left;
428 font-weight: bold;
429 white-space: nowrap;
430 padding: 5px 15px 5px 0;
431 }
432
433 .crm-container div.form-item dd,
434 .crm-container .crm-form-block dd,
435 .crm-container .section-hidden dd {
436 padding: 3px;
437 margin-left: 160px;
438 }
439
440 .crm-container div.form-item dd.html-adjust,
441 .crm-container div.form-item dl.html-adjust dd,
442 .crm-container div.crm-form-block dl.html-adjust dd,
443 .crm-container div.crm-form-block dd.html-adjust {
444 width: 57%;
445 }
446
447 .crm-container div.form-item dd.description,
448 .crm-container div.crm-form-block dd.description {
449 padding: 0 0 5px;
450 white-space: normal;
451 }
452
453 .crm-container div.form-item span.labels,
454 .crm-container div.crm-form-block span.labels {
455 float: left;
456 width: 15%;
457 text-align: right;
458 }
459
460 .crm-container div.form-item span.fields,
461 .crm-container div.crm-form-block span.fields {
462 width: 84%;
463 text-align: left;
464 margin-left: 16%;
465 display: block;
466 }
467
468 .crm-container table.form-layout,
469 .crm-container table.no-border {
470 margin: 0;
471 border-collapse: collapse;
472 border: 0 none;
473 }
474
475 .crm-container table.form-layout-compressed {
476 margin: 0 0 .5em;
477 width: auto;
478 border-collapse: collapse;
479 border: 1px none;
480 }
481
482 .crm-container table.crm-profile-tagsandgroups>tbody>tr>td {
483 padding: 0;
484 }
485
486 .crm-container table.crm-profile-tagsandgroups,
487 .crm-container table.crm-profile-tagsandgroups table {
488 margin: 0;
489 }
490
491 .crm-container table.advmultiselect {
492 margin: 0;
493 width: auto;
494 border-collapse: collapse;
495 border: 1px solid #696969;
496 }
497
498 .crm-container table.advmultiselect td {
499 padding: 10px;
500 }
501
502 .crm-container table.advmultiselect td select {
503 width: 150px;
504 }
505
506 .crm-container .form-layout td {
507 vertical-align: top;
508 padding: 5px;
509 white-space: normal;
510 border: none;
511 }
512
513 .crm-container .form-layout td.report,
514 .crm-container .form-layout td.description,
515 .crm-container .form-layout-compressed td.description {
516 white-space: normal;
517 }
518
519 .crm-container .form-layout-compressed td,
520 .crm-container .form-layout-compressed th {
521 vertical-align: text-top;
522 padding: 2px 5px;
523 border: none;
524 }
525
526 .crm-container .form-layout td.label,
527 .crm-container .form-layout-compressed td.label,
528 .crm-container .selector td.label,
529 .crm-container .form-layout-compressed th.label {
530 text-align: right;
531 padding: 4px 4px 4px 6px;
532 border: 0 none;
533 vertical-align: top;
534 }
535
536 .crm-container .form-layout td.label-left,
537 .crm-container .form-layout-compressed td.label-left {
538 text-align: left;
539 padding: 4px 4px 4px 6px;
540 border: 0 none;
541 vertical-align: top;
542 }
543
544 .crm-container .form-layout td.view-value,
545 .crm-container .form-layout-compressed td.view-value {
546 text-align: left;
547 padding: 4px;
548 border: 0 none;
549 vertical-align: top;
550 }
551
552 #crm-submit-buttons {
553 width: 100%;
554 /* fix ie7/ie8 bug where page goes bananas */
555 }
556
557 .crm-container .form-layout .buttons,
558 .crm-container .form-layout-compressed .buttons {
559 padding-top: 10px;
560 }
561
562 .crm-container .form-layout-compressed td.describe-image {
563 vertical-align: top;
564 padding: 0.5em 0 0 0;
565 font-size: .9em;
566 }
567
568 .crm-container .right {
569 text-align: right;
570 }
571
572 .crm-container .form-layout-compressed td.option-label {
573 vertical-align: top;
574 text-align: right;
575 padding: 0.75em 0.5em 0 0.75em;
576 color: #7a7a60;
577 }
578
579 .crm-container td.price_set_option-label {
580 padding-left: 3em;
581 }
582
583 /* messages and status */
584 .crm-container .messages {
585 margin: 1em 0 1em;
586 border: none;
587 font-weight: normal;
588 }
589
590 .crm-container .messages .msg-title {
591 font-weight: bold;
592 }
593
594 .crm-container .messages table {
595 width: auto;
596 }
597
598 .crm-container .messages table td {
599 background-color: #F7F7F7;
600 border-bottom: 1px solid #DDDDDD;
601 }
602
603 .crm-container .status {
604 background-color: #FFFFCC;
605 background-image: none;
606 border: 1px solid #FFFF66;
607 margin: 0.5em 0;
608 padding: 0.25em 0.5em;
609 color: #3e3e3e;
610 font-weight: normal;
611 }
612
613 .crm-container .status dl {
614 margin: 2px 5px;
615 }
616
617 .crm-container div.status dt {
618 clear: none;
619 float: left;
620 width: 20px;
621 }
622
623 .crm-container div.status dd {
624 margin-left: 0;
625 }
626
627 .crm-container div.status ul {
628 margin: 0 0 1em 16px;
629 }
630
631 .crm-container .status-pending {
632 color: green;
633 }
634
635 .crm-container .status-completed {
636 color: #000080;
637 }
638
639 .crm-container .crm-marker{
640 color: #8A1F11;
641 font-weight: bold;
642 margin-right: 5px;
643 }
644
645 .crm-container .crm-error,
646 .crm-container .crm-inline-error {
647 background: #FBE3E4 none repeat scroll 0 0;
648 border: none;
649 color: #8A1F11;
650 }
651 .crm-container .crm-error {
652 padding: 4px;
653 }
654
655 .crm-container .status.crm-ok {
656 border-color: #B0D730;
657 background-color: #F1F8EB;
658 color: #3E3E3E;
659 }
660
661 .crm-container .crm-footer {
662 font-size: 0.8em;
663 }
664
665 #civicrm-footer {
666 margin-top: 2em;
667 border-top: 1px solid #ddd;
668 padding: 0.8em;
669 text-align: center;
670 }
671
672 .crm-container #civicrm-footer.crm-public-footer {
673 vertical-align: middle;
674 text-align: right;
675 font-size: 16px;
676 padding: 0.8em 0;
677 }
678
679 .crm-container a.empowered-by-link {
680 display: inline-block;
681 height: 34px;
682 position: relative;
683 width: 99px;
684 }
685
686 .crm-container div.empowered-by-logo {
687 background: url('../i/civi99.png') no-repeat;
688 display: block;
689 line-height: 34px;
690 position: absolute;
691 top: 9px;
692 width: 99px;
693 }
694
695 .crm-container div.empowered-by-logo span {
696 visibility: hidden;
697 }
698
699 .crm-container #access {
700 padding: 0.8em 0.8em 0 0;
701 text-align: right;
702 }
703
704 .crm-container .header-dark {
705 margin: 0.5em 0 0.5em;
706 padding: 0.5em;
707 background-color: #999999;
708 font-weight: bold;
709 color: #FAFAFA;
710 border-radius: 2px;
711 }
712
713 .crm-container div.display-block {
714 font-weight: normal;
715 margin: 1em 2em 1em 2em;
716 }
717
718 /* Data display layouts */
719 .crm-container h3 {
720 /* h3 used as table header for civicrm */
721 background-color: #CDE8FE;
722 font-size: 15px;
723 font-family: Arial, Helvetica, sans-serif;
724 font-weight: bold;
725 color: #121A2D;
726 padding: 4px 6px;
727 margin: 0 0 0.3em;
728 }
729
730 .crm-container h3.nobackground,
731 .crm-container .crm-form-block h3 {
732 background-color: transparent;
733 }
734
735 #crm-container .col1 {
736 float: left;
737 vertical-align: top;
738 width: 40%;
739 text-align: left;
740 margin: 0 25px 0 25px;
741 }
742
743 #crm-container .col2 {
744 float: right;
745 vertical-align: top;
746 width: 50%;
747 text-align: left;
748 margin: 0;
749 }
750
751 #crm-container ul.indented {
752 padding-left: 3em;
753 }
754
755 #crm-container tr.subevent td.event-title,
756 #crm-container tr.subevent td.event-info {
757 padding-left: 3em;
758 }
759
760 #crm-container span.child-indent {
761 padding-left: 1em;
762 }
763
764 /* Remove any weird list styles from the cms */
765 .crm-container ul li {
766 background-image: none;
767 }
768
769 .crm-container .crm-form-block .crm-loading-element {
770 background-image: url("../i/loading-E6E6DC.gif");
771 }
772
773 .crm-container .crm-loading-element {
774 padding-left: 30px;
775 height: 30px;
776 background: transparent url("../i/loading.gif") no-repeat 0 0;
777 }
778
779 .crm-container div div.crm-msg-loading div.icon {
780 background: transparent url("../i/loading-2f2f2e.gif") no-repeat 0 0;
781 }
782
783 /*
784 * Styles for formatting text
785 */
786
787 /* Inline form field 'post-help' and radio-button unselect */
788 .crm-container .description {
789 font-size: 0.9em;
790 font-weight: normal;
791 white-space: normal;
792 width: auto;
793 color: #696969;
794 line-height: inherit;
795 padding: 0;
796 margin: 0;
797 }
798
799 .crm-container .form-layout-compressed td.description,
800 .crm-container .form-layout td.description {
801 padding: 0 5px 5px 5px;
802 font-size: 1em;
803 }
804
805 /* Page and form-level 'help' */
806 .crm-container .help,
807 .crm-container #help {
808 background-color: #F1F8EB;
809 border: 1px solid #B0D730;
810 color: #3E3E3E;
811 font-size: 13px;
812 margin: 0 0 8px;
813 padding: 4px;
814 }
815
816 .crm-container .help p {
817 margin: 4px;
818 }
819
820 .crm-container .font-light {
821 font-weight: lighter;
822 }
823
824 .crm-container .bold {
825 font-weight: bold;
826 }
827
828 .crm-container .font-italic {
829 font-style: italic;
830 }
831
832 .crm-container .font-size11pt {
833 font-size: 1.1em;
834 }
835
836 .crm-container .font-size12pt {
837 font-size: 1.2em;
838 }
839
840 .crm-container .qill {
841 font-weight: normal;
842 line-height: 1.1em;
843 }
844
845 /* Styles for record browser and report tables, and pager bar */
846 #crm-container #map-field table,
847 #crm-container table.report,
848 #crm-container table.chart {
849 width: auto;
850 }
851
852 #crm-container .crm-flashchart {
853 overflow: auto;
854 }
855
856 #crm-container td.enclosingNested {
857 padding: 0;
858 }
859
860 #crm-container .nowrap {
861 white-space: nowrap;
862 }
863
864 #crm-container tr.columnheader {
865 background-color: #E6E6E6;
866 color: #000000;
867 border: 1px solid #DDD;
868 }
869
870 #crm-container tr.columnheader a {
871 color: #000;
872 text-decoration: none;
873 vertical-align: top;
874 }
875
876 #crm-container tr.columnheader-dark th {
877 background-color: #999999;
878 color: #FAFAFA;
879 border: 1px solid #696969;
880 }
881
882 #crm-container tr.columnheader-dark td,
883 #crm-container tr.columnheader-dark th,
884 #crm-container tr.columnheader td,
885 #crm-container tr.columnfooter td {
886 font-size: 1.1em;
887 font-weight: bold;
888 }
889
890 #crm-container tr.columnheader-dark th span.extra {
891 font-size: .95em;
892 font-weight: normal;
893 }
894
895 #crm-container tr.columnfooter {
896 border-top: 2px solid #999999;
897 font-size: 1.1em;
898 }
899
900 #crm-container #map-field th {
901 border-right: 1px solid #999999;
902 }
903
904 #crm-container #map-field td,
905 #crm-container .report td,
906 #crm-container .chart td {
907 padding: 10px 10px 4px 10px;
908 }
909
910 #crm-container .report td {
911 border: 1px solid #999999;
912 background-color: #F6F6F6;
913 }
914
915 /* double line right border for last cell in a horizontal grouping */
916 #crm-container table.report td.splitter {
917 border-right: 5px double #999999;
918 }
919
920 #crm-container .report td.separator {
921 padding-top: 1em;
922 background-color: #FFFFFF;
923 border-left-color: #FFFFFF;
924 border-right-color: #FFFFFF;
925 }
926
927 #crm-container .chart td {
928 border: 2px solid #999999;
929 }
930
931 #crm-container .float-left {
932 float: left;
933 padding: 4px 0;
934 clear: none;
935 }
936
937 #crm-container .float-left + .float-left {
938 margin-left: 1em;
939 }
940
941 #crm-container .float-right {
942 float: right;
943 width: auto;
944 padding: 4px 0;
945 clear: none;
946 }
947
948 #crm-container .align-right {
949 display: block;
950 margin-right: 20px;
951 text-align: right;
952 }
953
954 #crm-container .element-right {
955 float: right;
956 margin-right: 35px;
957 }
958
959 /* search page styles */
960 .crm-container .crm-search-tasks,
961 .crm-container .crm-tasks {
962 margin-bottom: 4px;
963 padding: 4px;
964 }
965
966 .crm-container .crm-search-results {
967 margin-bottom: 4px;
968 padding: 0;
969 }
970
971 .crm-container #search-status {
972 border: none;
973 font-size: 13px;
974 font-weight: normal;
975 }
976
977 .crm-container .crm-pager {
978 border: none;
979 background-color: #F5F6F1;
980 position: relative;
981 height: 35px;
982 padding-top: 5px;
983 margin-bottom: 4px;
984 }
985
986 .crm-container #search-status ul {
987 margin: 0;
988 }
989
990 .crm-container #search-status ul li,
991 #crm-container ul.left-alignment li {
992 display: list-item;
993 margin-left: 2em;
994 list-style-position: inside;
995 }
996
997 .crm-container .crm-pager input {
998 text-align: center;
999 }
1000
1001 .crm-container .crm-pager-nav {
1002 display: block;
1003 margin-top: 7px;
1004 padding-left: 5px;
1005 }
1006
1007 #crm-container .section-hidden {
1008 display: block;
1009 margin: 0;
1010 padding: 5px;
1011 font-size: 0.95em;
1012 }
1013 #crm-container form .section-hidden-border {
1014 background-color: #5c5c59;
1015 border: medium none;
1016 color: #FFFFFF;
1017 margin-left: 5px;
1018 font-size: 13px;
1019 font-family: Verdana;
1020 padding: 2px 0 0 0;
1021 }
1022
1023 #crm-container .section-shown {
1024 padding: 0 5px;
1025 }
1026 #crm-container .data-group-first {
1027 margin: 10px 5px 5px 5px;
1028 padding: 5px;
1029 border-top: 2px solid #999999;
1030 clear: none;
1031 }
1032
1033 /* Styles for Wizard Progress Bars */
1034 #crm-container ul.wizard-bar {
1035 border-collapse: collapse;
1036 padding: 0 0 0 1em;
1037 white-space: nowrap;
1038 list-style: none;
1039 margin: 10px 0 20px;
1040 height: auto;
1041 width: auto;
1042 line-height: normal;
1043 border-top: 3px solid #bbb;
1044 text-align: center;
1045 }
1046
1047 #crm-container ul.wizard-bar li {
1048 display: inline;
1049 background-color: #FAFAFA;
1050 border: 1px solid #999999;
1051 height: auto;
1052 margin: -2px;
1053 padding: .5em 1em .5em;
1054 text-decoration: none;
1055 font-size: .95em;
1056 background-image: none;
1057 }
1058
1059 #crm-container ul.wizard-bar li.current-step {
1060 background-color: #4A89DC;
1061 border-color: #4A89DC;
1062 color: #ffffff;
1063 font-weight: bold;
1064 }
1065
1066 #crm-container ul.wizard-bar li.past-step {
1067 background-color: #F5F5F5;
1068 color: #666;
1069 }
1070
1071 #crm-container ul.wizard-bar li:first-child {
1072 border-radius: 8px 0 0 8px;
1073 }
1074
1075 #crm-container ul.wizard-bar li:last-child {
1076 border-radius: 0 8px 8px 0;
1077 }
1078
1079 /* Recently Viewed bar */
1080 #crm-recently-viewed ul {
1081 list-style-image: none;
1082 font-size: .9em;
1083 padding: 0;
1084 }
1085
1086 #crm-recently-viewed li.crm-recently-viewed {
1087 margin: 1px;
1088 padding: 1px 1px 4px 3px;
1089 border: 1px solid #D7D7D0;
1090 background-color: #fff;
1091 white-space: nowrap;
1092 list-style-type: none;
1093 position: relative;
1094 border-radius: 4px;
1095 }
1096
1097 #crm-recently-viewed ul li.crm-recently-viewed:hover,
1098 #crm-recently-viewed .crm-recentview-wrapper {
1099 background-color: #FFFFCC;
1100 border: 1px solid #FFFF66;
1101 border-radius: 4px;
1102 }
1103
1104 #crm-recently-viewed a {
1105 font-weight: normal;
1106 color: #4A88DF;
1107 text-decoration: none;
1108 font-size: .95em;
1109 }
1110
1111 #crm-recently-viewed .crm-recentview-wrapper {
1112 display: none;
1113 position: absolute;
1114 z-index: 99;
1115 width: 10em;
1116 overflow: hidden;
1117 top: 0;
1118 text-align: center;
1119 padding-top: 1em;
1120 }
1121
1122 #crm-recently-viewed.left .crm-recentview-wrapper {
1123 border-left: none;
1124 right: -10em;
1125 }
1126
1127 #crm-recently-viewed.right .crm-recentview-wrapper {
1128 border-right: none;
1129 left: -10em;
1130 }
1131
1132 #crm-recently-viewed li.crm-recently-viewed:hover .crm-recentview-wrapper {
1133 display: block;
1134 }
1135
1136 .crm-recentview-item {
1137 overflow: hidden;
1138 text-overflow: ellipsis;
1139 }
1140
1141 #crm-recently-viewed .crm-recentview-wrapper a:hover {
1142 color: #494949;
1143 }
1144
1145 /* Boxes of checkbox elements (e.g. Advanced Search page) */
1146 .crm-container .listing-box,
1147 .crm-container .listing-box-tall {
1148 width: auto;
1149 max-width: 30em;
1150 height: 7.25em;
1151 overflow: auto;
1152 border: 1px solid #999999;
1153 }
1154
1155 .crm-container .listing-box div {
1156 color: black;
1157 }
1158
1159 /* To allow for taller boxes of groups/tags. */
1160 .crm-container .listing-box-tall {
1161 margin: .25em 2em .5em 0;
1162 height: 15em;
1163 }
1164
1165 /* Image Styles */
1166 .crm-container .action-icon {
1167 vertical-align: middle;
1168 padding: 2px 2px 2px 3px;
1169 margin: 2px 2px 3px 2px;
1170 cursor: pointer;
1171 }
1172
1173 #crm-container input.submit-link {
1174 color: #285286;
1175 background: none transparent;
1176 border: none;
1177 cursor: pointer;
1178 margin: 0 -0.5em 0 -0.5em;
1179 text-shadow: none;
1180 }
1181
1182 .crm-container .underline-effect {
1183 color: #285286;
1184 }
1185
1186 .crm-container .underline-effect:hover {
1187 text-decoration: underline;
1188 }
1189
1190 .crm-container .underline-effect:before {
1191 content: "\00BB";
1192 }
1193
1194 #crm-container.clear,
1195 .crm-container .crm-group-summary .clear {
1196 /* generic container (i.e. div) for floating buttons */
1197 overflow: hidden;
1198 width: 100%;
1199 }
1200
1201 #location .form-layout table,
1202 #location .form-layout td,
1203 #crm-container div#location table.form-layout table.inner-table td {
1204 border: 0;
1205 vertical-align: top;
1206 margin-bottom: -5px;
1207 width: auto;
1208 }
1209
1210 /* class for personal campaign info page */
1211 #crm-container table.campaign th,
1212 .crm-container table.campaign td,
1213 #crm-container table.campaign,
1214 #crm-container table.campaign table.form-layout td {
1215 font-size: 9pt;
1216 border: 0;
1217 width: auto;
1218 vertical-align: top;
1219 }
1220
1221 #crm-container table.campaign table {
1222 background: #F7F7F7;
1223 }
1224
1225 #crm-container div.remaining {
1226 background: url("../i/contribute/pcp_remain.gif");
1227 }
1228
1229 #crm-container div.achieved {
1230 background: url("../i/contribute/pcp_achieve.gif");
1231 }
1232
1233 #crm-container .honor_roll {
1234 margin: 1em 20px 0 0;
1235 padding: 10px;
1236 width: 120px;
1237 background-color: #fafafa;
1238 border: 1px solid #9d9fca;
1239 height: 220px;
1240 overflow: hidden;
1241 }
1242
1243 #crm-container .thermometer-wrapper,
1244 #crm-container .honor-roll-wrapper {
1245 float: left;
1246 width: 150px;
1247 margin-left: 1em;
1248 }
1249
1250 #crm-container .thermometer-fill-wrapper {
1251 background: transparent url("../i/contribute/pcp_remain.gif") repeat-y scroll left bottom;
1252 height: 220px;
1253 position: relative;
1254 margin: 1em 0 1.5em 0;
1255 }
1256
1257 #crm-container .thermometer-fill {
1258 background: transparent url(../i/contribute/pcp_achieve.gif) repeat-y scroll 0 bottom;
1259 bottom: 0;
1260 left: 0;
1261 position: absolute;
1262 width: 130px;
1263 }
1264
1265 #crm-container .thermometer-pointer {
1266 padding-left: 45px;
1267 /* width of thermometer + a little actual padding */
1268 position: absolute;
1269 top: -10px;
1270 /* vertically center text on percentage raised */
1271 line-height: 1em;
1272 }
1273
1274 #crm-container .pcp-intro-text {
1275 padding-bottom: 1em;
1276 }
1277
1278 #crm-container .pcp-image {
1279 float: left;
1280 margin: 0 1em 1em 0;
1281 }
1282
1283 #crm-container .pcp-image img {
1284 max-width: 360px;
1285 }
1286
1287 #crm-container .pcp-widgets {
1288 border: 1px solid #CCCCCC;
1289 float: right;
1290 margin: 0 0 1em 1em;
1291 padding: 0.5em;
1292 }
1293
1294 #crm-container .pcp_honor_roll_entry {
1295 margin-bottom: 1em;
1296 }
1297
1298 #crm-container .pcp-honor_roll-nickname {
1299 font-weight: bold;
1300 }
1301
1302 #crm-container .pcp-donate {
1303 height: 24px;
1304 }
1305 #crm-container a.pcp-contribute-button {
1306 font-weight: bold;
1307 }
1308
1309 #crm-container .pcp-create-your-own {
1310 clear: left;
1311 margin: 1em 0;
1312 }
1313
1314 #crm-container .pcp-page-text {
1315 margin-bottom: 1em;
1316 }
1317
1318 #crm-container table.nestedSelector {
1319 margin: 0;
1320 width: 100%;
1321 border-bottom: 0;
1322 }
1323
1324 #crm-container table.nestedSelector tr.columnheader th {
1325 border: 0;
1326 }
1327
1328 #crm-container table.caseSelector {
1329 vertical-align: top;
1330 border: 0;
1331 margin: 0.5em 0.1em;
1332 }
1333
1334 #crm-container table.caseSelector tr {
1335 border-bottom: 1px solid #999999;
1336 }
1337
1338 #crm-container table.caseSelector td {
1339 border-right: 0;
1340 padding: 4px;
1341 }
1342
1343 #crm-container table.nestedActivitySelector {
1344 margin: 0;
1345 width: 100%;
1346 border: 0;
1347 color: #333333;
1348 }
1349
1350 #crm-container table.nestedActivitySelector tr.columnheader th {
1351 color: #000000;
1352 background-color: #CFCEC3;
1353 border-top-color: #FFF;
1354 border-left-color: #FFFFFF;
1355 border-right-color: #FFFFFF;
1356 border-bottom-color: #999999;
1357 }
1358
1359 #crm-container table#activities-selector.nestedActivitySelector,
1360 #crm-container table#activities-selector.nestedActivitySelector td {
1361 border: 0;
1362 }
1363
1364 #crm-container table.nestedActivitySelector td {
1365 border-right: 0;
1366 }
1367
1368 #crm-container table#activities-selector.nestedActivitySelector tr.status-overdue {
1369
1370 }
1371
1372 #crm-container table.nestedActivitySelector tr.priority-urgent,
1373 #crm-container table.nestedActivitySelector tr a.priority-urgent {
1374 background-color: #FFDDDD;
1375 }
1376
1377 #crm-container table.nestedActivitySelector tr.priority-low,
1378 #crm-container table.nestedActivitySelector tr a.priority-low {
1379 background-color: #DDFFDD;
1380 }
1381
1382 #crm-container table.nestedActivitySelector tr.status-scheduled,
1383 #crm-container table.nestedActivitySelector tr a.status-scheduled {
1384 color: #006633;
1385 }
1386
1387 #crm-container table.nestedActivitySelector tr.status-completed,
1388 #crm-container table.nestedActivitySelector tr a.status-completed {
1389 color: #333333;
1390 }
1391
1392 #crm-container table.nestedActivitySelector tr.status-overdue,
1393 #crm-container table.nestedActivitySelector tr a.status-overdue {
1394 color: #FF0000;
1395 }
1396
1397 #crm-container table.nestedActivitySelector tr a.crm-activity-status {
1398 cursor: pointer;
1399 }
1400
1401 #crm-container #activities-selector tr:hover td,
1402 #crm-container #activities-selector tr:hover td.sorted,
1403 #crm-container #activities-selector tr.trOver td.sorted,
1404 #crm-container #activities-selector tr.trOver td {
1405 background: transparent;
1406 }
1407
1408 /* Styles for Actions Ribbon */
1409 #crm-container .crm-actions-ribbon {
1410 margin: 0 0 8px 0;
1411 }
1412
1413 #crm-container .crm-actions-ribbon ul {
1414 margin: 0;
1415 padding: 0;
1416 }
1417
1418 #crm-container .crm-actions-ribbon li {
1419 float: left;
1420 margin: 0 8px 0 0;
1421 padding: 0;
1422 list-style: none;
1423 }
1424
1425 #crm-container .crm-actions-ribbon li.crm-delete-action {
1426 margin-left: 30px;
1427 }
1428
1429 #crm-container .crm-actions-ribbon li.crm-previous-action,
1430 #crm-container .crm-actions-ribbon li.crm-next-action {
1431 float: right;
1432 margin: 0 0 0 8px;
1433 }
1434
1435 #crm-container .ac_results li {
1436 float: none;
1437 padding: 4px;
1438 margin: 0;
1439 line-height: 15px;
1440 }
1441
1442 .crm-container .action-item-wrap {
1443 padding: 0 5px;
1444 border-left: 1px solid #CCC;
1445 white-space: normal;
1446 }
1447
1448 /* Hover-buttons */
1449 .crm-container span.crm-hover-button,
1450 .crm-container a.crm-hover-button {
1451 display: inline-block;
1452 white-space: nowrap;
1453 border: 1px solid transparent;
1454 border-radius: 4px;
1455 text-decoration: none;
1456 font-size: .9em;
1457 color: #000;
1458 padding: 1px 3px;
1459 opacity: .7;
1460 cursor: pointer;
1461 }
1462 .crm-container a.crm-hover-button.action-item,
1463 .crm-container .crm-hover-button.btn-slide {
1464 font-size: .95em;
1465 padding: 3px 5px;
1466 opacity: 1;
1467 color: #2786c2;
1468 }
1469 .crm-container .btn-slide .action-item {
1470 white-space: normal;
1471 }
1472 .crm-container .crm-accordion-header .crm-hover-button {
1473 opacity: 1;
1474 position: relative;
1475 top: -2px;
1476 color: inherit;
1477 }
1478 .crm-container .crm-hover-button:hover,
1479 .crm-container a.crm-hover-button:hover,
1480 .crm-container a.crm-hover-button:active {
1481 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ccc));
1482 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #ccc 100%);
1483 background-image: -moz-linear-gradient(center bottom, #eee 0%, #ccc 100%);
1484 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
1485 background-image: linear-gradient(top, #eee 0%, #ccc 100%);
1486 border: 1px solid #AAAAAA;
1487 opacity: 1;
1488 color: #2786C2;
1489 }
1490 .crm-container .crm-hover-button .icon {
1491 cursor: pointer;
1492 margin-left: 3px;
1493 position: relative;
1494 top: 2px;
1495 }
1496 .crm-container .crm-hover-button:hover .icon,
1497 .crm-container .crm-hover-button:active .icon {
1498 background-image: url("../i/icons/jquery-ui-2786C2.png");
1499 }
1500 .crm-container a.action-item {
1501 display: inline;
1502 }
1503
1504 /* theming for panel and context menus */
1505 .crm-container td ul.panel li {
1506 background-color: #2F2F2E;
1507 }
1508
1509 .crm-container .btn-slide .panel li a:hover,
1510 .crm-container .crm-participant-list-inner li a:hover,
1511 .crm-container .crm-event-links-list-inner li a:hover,
1512 .crm-container .crm-contribpage-links-list-inner li a:hover {
1513 color: #3e3e3e;
1514 background-color: #F5F6F1;
1515 text-decoration: none;
1516 }
1517
1518 .crm-container ul.panel {
1519 display: none;
1520 z-index: 9999;
1521 position: absolute;
1522 border-bottom: 0;
1523 background: transparent url(../i/dropdown-pointer.gif) no-repeat scroll 150px 1px;
1524 text-align: left;
1525 padding-top: 5px;
1526 margin: 0;
1527 width: 180px;
1528 }
1529
1530 .crm-container td ul.panel {
1531 top: 15px;
1532 right: 0;
1533 }
1534
1535 .crm-container td ul.panel li {
1536 margin: 0;
1537 padding: 2px;
1538 list-style: none;
1539 background-image: none;
1540 width: auto;
1541 }
1542
1543 .crm-container span.btn-slide {
1544 text-align: left;
1545 cursor: pointer;
1546 position: relative;
1547 white-space: nowrap;
1548 padding-right: 15px !important;
1549 display: inline;
1550 }
1551 .crm-container .btn-slide:after {
1552 content: "";
1553 display: block;
1554 height: 15px;
1555 position: absolute;
1556 right: 2px;
1557 top: 3px;
1558 width: 15px;
1559 background: url("../i/TreePlus.gif") no-repeat right 1px;
1560 }
1561
1562 .crm-container .btn-slide-active .panel {
1563 z-index: 10;
1564 }
1565
1566 .crm-container .crm-event-participants,
1567 .crm-container .crm-event-links,
1568 .crm-container .crm-event-more {
1569 min-width: 85px;
1570 z-index: 1;
1571 }
1572
1573 .crm-container .btn-slide .panel li a {
1574 text-decoration: none;
1575 padding: 4px;
1576 display: block;
1577 cursor: pointer;
1578 color: #DFDFDF;
1579 }
1580
1581 /*class for CMS user name check used in profile*/
1582 .crm-container .cmsmessagebox {
1583 position: absolute;
1584 width: auto;
1585 margin-left: 10px;
1586 padding: 3px;
1587 }
1588
1589 .crm-container ul li.crm-tab-button {
1590 border-bottom: 0 none;
1591 float: left;
1592 margin: 0 0.2em 1px 0;
1593 padding: 0 0 1px;
1594 position: relative;
1595 top: 1px;
1596 white-space: nowrap;
1597 }
1598
1599 .crm-container .ui-tabs .ui-tabs-nav {
1600 padding: 4px;
1601 }
1602
1603 .crm-container .crm-tab-button a,
1604 .crm-container .ui-tabs .ui-tabs-nav li a,
1605 .crm-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
1606 .crm-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
1607 font-size: 0.9em;
1608 }
1609
1610 .crm-container li.crm-tab-button {
1611 margin: 0 2px 2px 0;
1612 }
1613
1614 .crm-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
1615 padding-bottom: 0;
1616 border: none;
1617 }
1618
1619 .crm-container .crm-tab-button a,
1620 .crm-container .ui-tabs .ui-tabs-nav li a {
1621 padding: 5px !important;
1622 }
1623
1624 .crm-container .crm-tab-button a em {
1625 color: #555555;
1626 font-style: normal;
1627 }
1628
1629 #crm-container div.ui-accordion-content {
1630 padding: .5em 1em !important;
1631 }
1632
1633 #crm-container .ui-tabs-panel {
1634 padding: 4px;
1635 min-height: 12em;
1636 }
1637
1638 #crm-container div.contact_details {
1639 padding: 4px;
1640 line-height: 1.4em;
1641 clear: both;
1642 }
1643
1644 .crm-container .crm-clearfix:after {
1645 clear: both;
1646 content: ".";
1647 display: block;
1648 height: 0;
1649 visibility: hidden;
1650 }
1651
1652 .crm-container div.crm-clear {
1653 clear: both;
1654 margin-bottom: 1px;
1655 background-color: #FAFAFA;
1656 font-size: 11px;
1657 }
1658
1659 /* reports */
1660
1661 #crm-container div.buttons {
1662 text-align: right;
1663 margin: 8px 0 0;
1664 padding: 4px 4px 2px 0;
1665 background-color: #fff;
1666 border: none;
1667 }
1668
1669 #crm-container div.buttons input,
1670 #crm-container div.buttons select {
1671 font-size: 0.9em;
1672 vertical-align: top !important;
1673 }
1674
1675 #crm-container div.buttons #actions {
1676 text-align: left;
1677 float: left;
1678 }
1679 #crm-container div.buttons ul#actions {
1680 list-style-type: none;
1681 padding-left: 0;
1682 }
1683 #crm-container div.buttons #actions li {
1684 float: left;
1685 padding: 0;
1686 margin: 0 5px 0 0;
1687 }
1688
1689 #crm-container div.crm-case-dashboard-buttons {
1690 height: 33px;
1691 }
1692
1693 #crm-container div.crm-case-dashboard-switch-view-buttons {
1694 float: right;
1695 }
1696
1697 .crm-container a.crm-event-feed-link {
1698 margin: 0 1ex;
1699 color: #52534D;
1700 }
1701
1702 .crm-container a.crm-event-feed-link:hover {
1703 color: #2786c2;
1704 }
1705
1706 .crm-container table.criteria-group {
1707 margin-bottom: .1em;
1708 }
1709
1710 #crm-container .separator {
1711 border-bottom: solid 2px #ccc;
1712 }
1713
1714 #crm-container .report-layout {
1715 border: none;
1716 }
1717
1718 #crm-container .reports-header-right {
1719 text-align: right;
1720 }
1721
1722 #crm-container .report-contents {
1723 background-color: #F5F5F5;
1724 border: 1px solid #CDCDC3;
1725 padding: 4px;
1726 width: 20%;
1727 white-space: normal;
1728 font-size: 0.95em;
1729 }
1730
1731 #crm-container .report-contents-right {
1732 border: 1px solid #CDCDC3;
1733 padding: 4px;
1734 font-size: 0.95em;
1735 text-align: right;
1736 }
1737
1738 #crm-container table.report-layout td {
1739 padding: 4px;
1740 border-bottom: 1px solid #CDCDC3;
1741 vertical-align: top;
1742 }
1743
1744 #crm-container table.report-layout tr {
1745 font-size: 0.95em;
1746 }
1747
1748 #crm-container .report-label {
1749 text-align: right;
1750 font-weight: bold;
1751 }
1752
1753 #crm-container table.report-layout th.report-contents {
1754 background-color: #F5F5F5;
1755
1756 }
1757
1758 #crm-container table.report-layout th.statistics {
1759 width: 5%;
1760 white-space: nowrap;
1761 }
1762
1763 /*override default pager for report*/
1764 .crm-container .report-pager .crm-pager-nav a {
1765 color: #000000;
1766 }
1767
1768 #crm-container table.view-layout {
1769 margin: 0;
1770 border-collapse: collapse;
1771 border: 0 none;
1772 }
1773
1774 #crm-container table.view-layout .label {
1775 color: DimGray;
1776 font-size: 0.95em;
1777 vertical-align: top;
1778 font-weight: bold;
1779 margin-right: 10px;
1780 background-color: #EEEEEE;
1781 width: 20%;
1782 }
1783
1784 #crm-container th.contriTotalRight {
1785 border-right: 1px solid #999999;
1786 }
1787
1788 #crm-container th.contriTotalLeft {
1789 border-left: 1px solid #999999;
1790 }
1791
1792 /* TimeEntry styles */
1793 .crm-container .timeEntry_control {
1794 vertical-align: middle;
1795 margin-left: 2px;
1796 }
1797 * html .timeEntry_control {
1798 /* IE only */
1799 margin-top: -4px;
1800 }
1801
1802 .crm-container .ui-datepicker {
1803 width: 17em;
1804 padding: .2em .2em 0;
1805 z-index: 9999 !important;
1806 }
1807
1808 /* Set/alter ICONS */
1809
1810 #crm-container div#printer-friendly {
1811 float: right;
1812 position: relative;
1813 margin: -2em 0.5em 0 0;
1814 }
1815 /* For Joomla, margin 0 works correctly */
1816 #crm-container table#crm-content div#printer-friendly {
1817 margin: 0;
1818 }
1819
1820 #crm-container .order-icon {
1821 height: 15px;
1822 width: 10px;
1823 padding-top: 4px;
1824 padding-right: 4px;
1825 }
1826
1827 /* crm button style */
1828
1829 .crm-container .crm-submit-buttons,
1830 .crm-container .action-link {
1831 height: 27px;
1832 margin: 4px 0 4px 2px;
1833 }
1834
1835 .crm-container .register_link-top {
1836 float: right;
1837 margin-left: 8px;
1838 }
1839
1840 .crm-container .crm-clear-link {
1841 margin-left: .5em;
1842 }
1843
1844 .crm-container .crm-button input {
1845 background: none;
1846 _background: #6C6C6C;
1847 /* IE6 only */
1848 border: medium none;
1849 color: #FFF;
1850 cursor: pointer;
1851 font-size: 13px;
1852 font-weight: normal;
1853 margin: 0;
1854 padding: 1px 8px 2px 4px;
1855 }
1856
1857 .crm-container .crm-button-type-cancel,
1858 .crm-container .crm-button-type-back {
1859 margin-left: 20px;
1860 }
1861 .crm-container .crm-button-type-cancel input {
1862 color: #E6E6DC!important;
1863 }
1864
1865 .crm-container a.button,
1866 .crm-container a.button:link,
1867 .crm-container a.button:visited,
1868 .crm-container input.crm-form-submit,
1869 .crm-container .ui-dialog-buttonset .ui-button,
1870 .crm-container input[type=button],
1871 .crm-container .crm-button {
1872 text-shadow: 0 1px 0 black;
1873 background: #70716B url(../i/crm-button-bg.gif) repeat-x top left;
1874 color: #FFF;
1875 font-size: 13px;
1876 font-weight: normal;
1877 margin: 0 6px 0 0;
1878 padding: 2px 6px;
1879 text-decoration: none;
1880 cursor: pointer;
1881 border: 1px solid #3e3e3e;
1882 }
1883
1884 .crm-container span.crm-button {
1885 display: block;
1886 float: left !important;
1887 overflow: hidden;
1888 padding: 1px;
1889 }
1890
1891 .crm-container button.crm-button {
1892 padding: 3px 6px;
1893 }
1894
1895 .crm-container button.crm-button .icon {
1896 margin-bottom: -4px;
1897 }
1898
1899 .crm-container input.crm-form-submit,
1900 .crm-container input[type=button] {
1901 padding: 2px 6px;
1902 }
1903
1904 .crm-container .crm-button input[type=button],
1905 .crm-container .crm-button input.crm-form-submit {
1906 padding: 3px 5px 2px;
1907 margin: 0;
1908 background: none;
1909 _background: #6C6C6C;
1910 /* IE6 only */
1911 border: none;
1912 }
1913
1914 .crm-container a.button,
1915 .crm-container a.button:link,
1916 .crm-container a.button:visited {
1917 display: block;
1918 float: left;
1919 line-height: 135%;
1920 }
1921
1922 .crm-container .crm-button:hover,
1923 .crm-container .crm-button:focus,
1924 .crm-container input[type=submit]:hover,
1925 .crm-container input[type=button]:hover,
1926 .crm-container .ui-dialog-buttonset .ui-button:hover,
1927 .crm-container .ui-dialog-buttonset .ui-button:focus,
1928 .crm-container a.button:hover,
1929 .crm-container a.button:focus {
1930 background-position: 0 -25px;
1931 }
1932
1933 .crm-container .crm-button-disabled,
1934 .crm-container .crm-button.crm-button-disabled,
1935 .crm-container .ui-dialog-buttonset .ui-button[disabled],
1936 .crm-container input.crm-form-submit[disabled],
1937 .crm-container input[type=button][disabled],
1938 .crm-container .crm-button[disabled] {
1939 opacity: .6;
1940 cursor: default;
1941 background-position: top left;
1942 }
1943
1944 .crm-container .crm-button-disabled input[disabled] {
1945 opacity: 1;
1946 }
1947
1948 .crm-container .ui-dialog-buttonpane {
1949 background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 35%);
1950 }
1951
1952 .crm-container .ui-dialog-buttonset .ui-button {
1953 padding: 0;
1954 }
1955 .crm-container .ui-dialog-buttonset .ui-button .ui-icon {
1956 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
1957 }
1958
1959 /* No crm-button styling for PayPal Express buttons */
1960 .crm-container input#_qf_Register_upload_express,
1961 .crm-container input#_qf_Payment_upload_express,
1962 .crm-container input#_qf_Main_upload_express {
1963 background: none;
1964 margin: 0;
1965 padding: 0;
1966 border: none;
1967 }
1968
1969 /* create new XXX style (drupal block) */
1970
1971 #crm-participant-wrapper,
1972 #crm-event-links-wrapper,
1973 #crm-contribpage-links-wrapper,
1974 #crm-create-new-wrapper {
1975 position: relative;
1976 float: left;
1977 }
1978
1979 #crm-event-links-list,
1980 #crm-contribpage-links-list,
1981 #crm-create-new-list,
1982 #crm-contact-actions-list,
1983 #crm-participant-list {
1984 position: absolute;
1985 display: none;
1986 top: 24px;
1987 width: 220px;
1988 left: 0;
1989 z-index: 15;
1990 }
1991
1992 #crm-create-new-list {
1993 width: 160px;
1994 }
1995
1996 #crm-event-links-list .crm-event-info ul,
1997 #crm-event-links-list .crm-event-test ul,
1998 #crm-event-links-list .crm-event-live ul,
1999 #crm-contribpage-links-list .crm-contribpage-contribution ul,
2000 #crm-contribpage-links-list .crm-contribpage-test ul,
2001 #crm-contribpage-links-list .crm-contribpage-live ul,
2002 #crm-participant-list .crm-participant-counted ul,
2003 #crm-participant-list .crm-participant-not-counted ul,
2004 #crm-participant-list .crm-participant-listing ul,
2005 #crm-create-new-list ul {
2006 width: auto;
2007 margin: 0;
2008 padding: 0;
2009 }
2010
2011 /* setup for icons */
2012
2013 .ac_results ul li {
2014 background-image: url('');
2015 }
2016
2017 .crm-container .ui-icon,
2018 .crm-container .icon {
2019 background-image: url("../i/icons/jquery-ui-52534D.png")
2020 }
2021
2022 .crm-container .icon {
2023 height: 16px;
2024 width: 16px;
2025 float: left;
2026 text-indent: -10000px;
2027 }
2028
2029 .crm-container span.icon,
2030 .crm-container a.ui-icon {
2031 float: none;
2032 display: inline-block;
2033 }
2034
2035 .crm-container .button .icon,
2036 .crm-container a.invoiceButton .icon,
2037 .crm-container .crm-button .icon,
2038 .crm-accordion-header .icon {
2039 position: relative;
2040 top: -2px;
2041 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2042 }
2043
2044 .crm-container span.crm-button .icon {
2045 margin-top: 3px;
2046 }
2047
2048 .crm-container .button .icon {
2049 float: left;
2050 display: block;
2051 margin-right: 3px;
2052 top: -1px;
2053 }
2054
2055 .crm-container .button .icon.css_right {
2056 float: right;
2057 margin-right: 0;
2058 margin-left: 3px;
2059 }
2060
2061 .crm-container .crm-button.crm-icon-button {
2062 padding: 2px 2px 1px 4px;
2063 }
2064
2065 .crm-container .crm-button.crm-icon-button input {
2066 padding-left: 18px;
2067 }
2068
2069 .crm-container .crm-button.button-crm-i {
2070 padding: 2px 0 1px 5px;
2071 }
2072
2073 .crm-container .crm-button.button-crm-i input {
2074 padding-left: 0;
2075 }
2076
2077 .crm-container .crm-button-icon {
2078 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2079 height: 16px;
2080 width: 16px;
2081 display: block;
2082 position: absolute;
2083 pointer-events: none;
2084 }
2085
2086 .crm-container .delete-icon {
2087 background-position: -176px -96px;
2088 }
2089 .crm-container .red-icon,
2090 .crm-container a:hover .icon.delete-icon,
2091 .crm-container .crm-button:hover .icon.ui-icon-trash,
2092 .crm-container .crm-hover-button:hover .icon.ui-icon-trash,
2093 .crm-container span:hover > .icon.delete-icon {
2094 background-image: url("../i/icons/jquery-ui-8A1F11.png");
2095 }
2096
2097 /* Font Awesome */
2098
2099 .crm-container a .crm-i,
2100 .crm-container a:link .crm-i,
2101 .crm-container a:visited .crm-i,
2102 .crm-container a:active .crm-i,
2103 .crm-container a:hover .crm-i,
2104 .crm-container a .ui-icon[class*=" fa-"],
2105 .crm-container a:link .ui-icon[class*=" fa-"],
2106 .crm-container a:visited .ui-icon[class*=" fa-"],
2107 .crm-container a:active .ui-icon[class*=" fa-"],
2108 .crm-container a:hover .ui-icon[class*=" fa-"] {
2109 color: inherit;
2110 }
2111
2112 a.crm-i:hover {
2113 text-decoration: none;
2114 }
2115
2116 .crm-container a:hover .crm-i.fa-trash,
2117 .crm-container .crm-button:hover .crm-i.fa-trash,
2118 .crm-container .crm-hover-button:hover .crm-i.fa-trash,
2119 .crm-container span:hover > .crm-i.fa-trash,
2120 .crm-i.crm-i-red {
2121 color: #8A1F11;
2122 }
2123
2124 .crm-i.crm-i-blue {
2125 color: #6177D5;
2126 }
2127
2128 .crm-i.crm-i-green {
2129 color: #86c661;
2130 }
2131
2132 .crm-i-button {
2133 position: relative;
2134 }
2135
2136 .crm-i-button>.crm-i {
2137 position: absolute;
2138 pointer-events: none;
2139 top: .4em;
2140 left: .4em;
2141 }
2142
2143 .crm-container .crm-button.crm-i-button input[type="button"],
2144 .crm-container .crm-button.crm-i-button input.crm-form-submit {
2145 padding-left: 1.6em;
2146 }
2147
2148 .crm-container .inform-icon {
2149 background-position: -16px -144px;
2150 margin-right: 5px;
2151 }
2152
2153 .crm-container a.helpicon {
2154 opacity: .8;
2155 }
2156
2157 .crm-container a.helpicon:hover,
2158 .crm-container a.helpicon:focus {
2159 opacity: 1;
2160 }
2161
2162 /* Same as fa-question-circle */
2163 .crm-container a.helpicon:before {
2164 content: "\f059";
2165 }
2166
2167 div.crm-accordion-header a.helpicon {
2168 color: inherit;
2169 }
2170 div.crm-master-accordion-header a.helpicon {
2171 color: #2786c2;
2172 }
2173
2174 /* These .crm-icon classes use item_sprites.png */
2175
2176 .crm-container .crm-icon {
2177 background-image: url('../i/item_sprites.png');
2178 margin: 2px 4px 0 0;
2179 text-indent: -10000px;
2180 /* for accessibility reason, put the name of the type/subtype in the icon div (it will be hidden and replaced by the icon) */
2181 }
2182
2183 .select2-results .select2-highlighted .Individual-icon,
2184 .crm-container .Individual-icon {
2185 background-position: 0 0;
2186 }
2187 .select2-results .select2-highlighted .Organization-icon,
2188 .crm-container .Organization-icon {
2189 background-position: -48px 0;
2190 }
2191 .select2-results .select2-highlighted .Household-icon,
2192 .crm-container .Household-icon {
2193 background-position: -32px 0;
2194 }
2195 .crm-container .Group-icon {
2196 background-position: -16px 0;
2197 }
2198 .select2-results .Individual-icon,
2199 .crm-container .Individual-subtype-icon {
2200 background-position: 0 -48px;
2201 }
2202 .select2-results .Household-icon,
2203 .crm-container .Household-subtype-icon {
2204 background-position: -32px -48px;
2205 }
2206 .select2-results .Organization-icon,
2207 .crm-container .Organization-subtype-icon {
2208 background-position: -48px -48px;
2209 }
2210
2211 .crm-container .Activity-icon {
2212 background-position: -64px 0;
2213 }
2214 .crm-container .Case-icon {
2215 background-position: -80px 0;
2216 }
2217 .crm-container .Grant-icon {
2218 background-position: 0 -16px;
2219 }
2220 .crm-container .Contribution-icon {
2221 background-position: -16px -16px;
2222 }
2223 .crm-container .Pledge-icon {
2224 background-position: -16px -16px;
2225 }
2226 .crm-container .Membership-icon {
2227 background-position: -32px -16px;
2228 }
2229 .crm-container .Participant-icon {
2230 background-position: 0 -32px;
2231 }
2232 .crm-container .Note-icon {
2233 background-position: -16px -32px;
2234 }
2235 .crm-container .Relationship-icon {
2236 background-position: -32px -32px;
2237 }
2238
2239 /* accordion styles */
2240
2241 .crm-container .crm-accordion-header {
2242 background-image: url("../i/TreeMinusWhite.gif");
2243 background-repeat: no-repeat;
2244 background-position: 2px center;
2245 cursor: pointer;
2246 color: #F5F6F1;
2247 font-weight: normal;
2248 padding: 4px 8px 4px 20px;
2249 background-color: #5D677B;
2250 }
2251
2252 .crm-container .crm-accordion-header:hover {
2253 background-color: #32414f;
2254 }
2255
2256 .crm-container .collapsed .crm-accordion-header {
2257 background-image: url("../i/TreePlusWhite.gif");
2258 }
2259
2260 .crm-container .collapsed .crm-accordion-body,
2261 .crm-container .crm-collapsible.collapsed .collapsible-title + * {
2262 display: none;
2263 }
2264
2265 .crm-container .crm-expand-row {
2266 min-width: 16px;
2267 min-height: 16px;
2268 display: inline-block;
2269 }
2270
2271 .crm-container .crm-accordion-inner .crm-accordion-header,
2272 .crm-container .crm-accordion-wrapper .crm-master-accordion-header,
2273 .crm-container .crm-collapsible .collapsible-title {
2274 background-image: url("../i/TreeMinus.gif");
2275 background-color: transparent;
2276 color: #3E3E3E;
2277 }
2278
2279 .crm-container .crm-accordion-inner.collapsed .crm-accordion-header,
2280 .crm-container .crm-accordion-wrapper.collapsed .crm-master-accordion-header,
2281 .crm-container .crm-collapsible.collapsed .collapsible-title {
2282 background-image: url("../i/TreePlus.gif");
2283 }
2284
2285 .crm-container .crm-accordion-wrapper .crm-master-accordion-header {
2286 background-color: transparent;
2287 font-size: 16px;
2288 color: #3e3e3e;
2289 margin-bottom: 0;
2290 }
2291
2292 .crm-container .crm-accordion-inner .crm-accordion-header {
2293 font-size: 13px;
2294 }
2295
2296 .crm-container .crm-accordion-wrapper {
2297 margin-bottom: 4px;
2298 }
2299
2300 .crm-container .crm-accordion-header {
2301 border-radius: 4px 4px 0 0;
2302 }
2303
2304 .crm-container .collapsed .crm-accordion-header {
2305 border-radius: 4px;
2306 }
2307
2308 .crm-container .crm-accordion-body {
2309 border-radius: 0 0 4px 4px;
2310 border: 1px solid #70716B;
2311 border-top: 0;
2312 padding: 4px 0;
2313 }
2314
2315 .crm-container .crm-collapsible .collapsible-title {
2316 padding-left: 19px;
2317 text-decoration: none;
2318 background-repeat: no-repeat;
2319 background-position: 0 center;
2320 cursor: pointer;
2321 }
2322
2323 .crm-container .crm-master-accordion-header+.crm-accordion-body {
2324 border: none;
2325 padding: 0;
2326 }
2327
2328 .crm-container .crm-accordion-header.active {
2329 font-weight: bold;
2330 background-color: #41477E;
2331 }
2332
2333 .crm-container .crm-accordion-header.active:hover {
2334 background-color: #2E3471;
2335 }
2336
2337 .crm-container .crm-master-accordion-header.crm-accordion-header:hover,
2338 .crm-container .crm-collapsible .collapsible-title:hover {
2339 background-color: transparent;
2340 color: #0200A0;
2341 }
2342
2343 .crm-container .crm-child-row > td {
2344 padding-left: 1.8em;
2345 }
2346
2347 /* Status message box */
2348 .crm-status-box-outer {
2349 position: fixed;
2350 z-index: 99999;
2351 right: 0;
2352 top: 0;
2353 }
2354
2355 .crm-status-box-outer.status-start {
2356 background: #F8FF03 url("../i/animated-overlay.gif");
2357 }
2358
2359 .crm-status-box-outer .crm-status-box-inner {
2360 padding: 3px 14px;
2361 font-size: 13px !important;
2362 color: #eee;
2363 font-weight: bold;
2364 text-align: center;
2365 background: rgba(94, 91, 31, 0.9);
2366 }
2367
2368 .crm-status-box-outer.status-success .crm-status-box-inner {
2369 background: rgba(30, 143, 36, 0.7);
2370 }
2371
2372 .crm-status-box-outer.status-error .crm-status-box-inner {
2373 background: rgba(255, 7, 0, 0.7);
2374 }
2375
2376 .crm-container .crm-summary-link {
2377 position: relative;
2378 z-index: 16;
2379 }
2380
2381 .crm-container .crm-tooltip-wrapper {
2382 position: absolute;
2383 bottom: 0;
2384 left: -36px;
2385 overflow: hidden;
2386 z-index: 1000;
2387 padding-bottom: 10px;
2388 background: transparent url('../i/overlay-pointer.png') no-repeat bottom left;
2389 font-size: 13px;
2390 display: none;
2391 }
2392
2393 .crm-container .crm-tooltip-down .crm-tooltip-wrapper {
2394 top: 20px;
2395 padding-top: 10px;
2396 background: transparent url('../i/overlay-pointer.png') no-repeat top left;
2397 overflow: visible;
2398 }
2399
2400 .crm-container .crm-tooltip-active {
2401 z-index: 20;
2402 }
2403
2404 .crm-container .crm-tooltip-active .crm-tooltip-wrapper {
2405 display: block;
2406 }
2407
2408 .crm-container .crm-tooltip {
2409 padding: 4px;
2410 background-color: #2f2f2e;
2411 color: #FFF;
2412 margin-left: 11px;
2413 min-width: 20px;
2414 min-height: 20px;
2415 }
2416 #crm-container .crm-tooltip table,
2417 #crm-container .crm-tooltip table tr td {
2418 background-color: #2f2f2e;
2419 border: none;
2420 color: #FFF;
2421 word-wrap: break-word;
2422 }
2423 .crm-container .crm-tooltip .crm-summary-group {
2424 width: 700px;
2425 margin-bottom: 0;
2426 }
2427
2428 .crm-container .crm-tooltip .crm-report-overlay {
2429 width: 500px;
2430 margin-bottom: 0;
2431 }
2432
2433 .crm-container .crm-tooltip .crm-report-overlay thead td {
2434 font-weight: bold;
2435 }
2436
2437 .crm-container .crm-summary-group h2 {
2438 padding: 2px 4px 0 4px;
2439 font-size: 14px;
2440 color: #FFF;
2441 margin-bottom: 0;
2442 }
2443
2444 /* crm-summary-group appears outside crm-container for contact summary icon overlay */
2445 .crm-container .crm-summary-group .crm-section .label {
2446 text-align: left;
2447 width: 40%;
2448 font-size: 11px;
2449 color: #A7A7A7;
2450 background-color: transparent;
2451 }
2452
2453 .crm-container .crm-summary-group .crm-section .content {
2454 margin-left: 41%;
2455 }
2456
2457 .crm-container .crm-tooltip table .crm-summary-col-1 {
2458 width: 350px;
2459 }
2460
2461 .crm-container .crm-tooltip table .crm-summary-col-1 div {
2462 width: auto;
2463 }
2464
2465 /* Class for tokens and helpicon */
2466 .crm-container .helpIcon {
2467 float: right;
2468 position: relative;
2469 z-index: 1;
2470 margin-right: 45px;
2471 }
2472
2473 #crm-container ul li {
2474 list-style-image: none;
2475 }
2476
2477 /* privacy icons */
2478 #crm-container div span.privacy-flag {
2479 background-repeat: no-repeat;
2480 background-image: url("../i/stop-icon.png");
2481 float: right;
2482 }
2483
2484 /* specific, targeted fixes */
2485 #crm-container .dashboard-elements,
2486 #crm-container #membership-listings,
2487 #crm-container #premiums-listings,
2488 #crm-container #searchForm table {
2489 margin: 0;
2490 border-collapse: collapse;
2491 border: 0 none;
2492 }
2493
2494 /* ID selector is needed to override Drupal 2em margin-bottom on forms (we don't want to give up that space) */
2495 div#crm-container form,
2496 div.crm-container form {
2497 margin-bottom: 0;
2498 }
2499
2500 /** DATATABLES **/
2501 /*
2502 * jQuery UI specific styling
2503 */
2504
2505 .crm-container .paging_two_button .ui-button {
2506 float: left;
2507 cursor: pointer;
2508 }
2509
2510 .crm-container .paging_full_numbers .ui-button {
2511 padding: 2px 6px;
2512 margin: 0;
2513 cursor: pointer;
2514 }
2515
2516 .crm-container .dataTables_paginate .ui-button {
2517 margin-right: -0.1em !important;
2518 }
2519
2520 .crm-container .paging_full_numbers {
2521 width: 350px !important;
2522 }
2523
2524 .crm-container .dataTables_wrapper .ui-toolbar {
2525 padding: 5px;
2526 }
2527
2528 .crm-container .dataTables_paginate {
2529 width: auto;
2530 }
2531
2532 .crm-container .dataTables_info {
2533 padding-top: 3px;
2534 }
2535
2536 .crm-container div.dataTables_wrapper .ui-widget-header {
2537 font-weight: normal;
2538 }
2539
2540
2541 /*
2542 * Sort arrow icon positioning
2543 */
2544 .crm-container table.display thead th div.DataTables_sort_wrapper {
2545 position: relative;
2546 padding-right: 20px;
2547 }
2548
2549 .crm-container table.display thead th div.DataTables_sort_wrapper span {
2550 position: absolute;
2551 top: 50%;
2552 margin-top: -8px;
2553 right: 0;
2554 }
2555
2556 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2557 * DataTables features
2558 */
2559
2560 .crm-container .dataTables_wrapper {
2561 position: relative;
2562 clear: both;
2563 zoom: 1; /* Feeling sorry for IE */
2564 }
2565
2566 .crm-container .dataTables_processing {
2567 position: absolute;
2568 top: 0;
2569 left: 0;
2570 width: 100%;
2571 height: 100%;
2572 margin: 0;
2573 padding: 0;
2574 background: url("../i/loading-overlay.gif") center center no-repeat white;
2575 opacity: 0.6;
2576 cursor: wait;
2577 }
2578
2579 .crm-container .dataTables_length {
2580 width: 40%;
2581 float: none;
2582 padding-bottom: 5px;
2583 }
2584
2585 .crm-container .dataTables_filter {
2586 width: 50%;
2587 float: right;
2588 text-align: right;
2589 }
2590
2591 .crm-container .dataTables_info {
2592 width: 60%;
2593 float: left;
2594 }
2595
2596 .crm-container .dataTables_paginate {
2597 float: right;
2598 text-align: right;
2599 }
2600
2601
2602 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2603 * DataTables display
2604 */
2605 .crm-container table.display {
2606 margin: 0 auto;
2607 clear: both;
2608 width: 100%;
2609 }
2610
2611 .crm-container table.display thead th {
2612 padding: 3px 18px 3px 10px;
2613 border-bottom: 1px solid black;
2614 font-weight: bold;
2615 cursor: pointer;
2616 }
2617
2618 .crm-container table.display thead th.sorting_disabled {
2619 cursor: default;
2620 }
2621
2622 .crm-container table.display tfoot th {
2623 padding: 3px 18px 3px 10px;
2624 border-top: 1px solid black;
2625 font-weight: bold;
2626 }
2627
2628 .crm-container table.display tr.heading2 td {
2629 border-bottom: 1px solid #aaa;
2630 }
2631
2632 .crm-container table.display td {
2633 padding: 3px 10px;
2634 }
2635
2636 .crm-container table td.center {
2637 text-align: center;
2638 }
2639 /* Fix weird color added to some datatables' sort column */
2640 .crm-container table.dataTable.display tbody tr > td.sorting_1 {
2641 background-color: transparent;
2642 }
2643
2644 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2645 * Datatables misc
2646 */
2647 .crm-container .dataTables_scroll {
2648 clear: both;
2649 }
2650
2651 .crm-container .dataTables_scrollBody {
2652 *margin-top: -1px;
2653 -webkit-overflow-scrolling: touch;
2654 }
2655
2656 .crm-container .top .dataTables_info {
2657 float: none;
2658 }
2659
2660 .crm-container .dataTables_empty {
2661 text-align: center;
2662 }
2663
2664 .crm-container tfoot input {
2665 margin: 0.5em 0;
2666 width: 100%;
2667 color: #444;
2668 }
2669
2670 /* DataTables fixes */
2671 .crm-container .crm-datatable-pager-top {
2672 padding-top: 5px;
2673 padding-bottom: 25px;
2674 }
2675 .crm-container .crm-datatable-pager-bottom {
2676 padding-top: 10px;
2677 padding-bottom: 25px;
2678 }
2679 .crm-container .crm-datatable-pager-top .dataTables_length {
2680 float: left;
2681 }
2682 .crm-container .css_right {
2683 float: right;
2684 }
2685
2686 /* Date plugin */
2687 .crm-container input.dateplugin,
2688 .crm-container input.crm-form-date {
2689 width: 9em;
2690 }
2691
2692 .crm-container input.dateplugin::placeholder,
2693 .crm-container input.crm-form-date::placeholder,
2694 .crm-container input.crm-form-time::placeholder {
2695 font-family: "FontAwesome";
2696 text-align: right;
2697 }
2698
2699 .crm-container div.batch-update {
2700 overflow: visible;
2701 }
2702
2703 /*chart */
2704 #chartData {
2705 overflow: auto;
2706 }
2707
2708 #crm-container .signature {
2709 width: 495px;
2710 }
2711
2712 /* editor skin tweaks */
2713
2714 #crm-container span.cke_skin_kama {
2715 border: none;
2716 }
2717 #crm-container .cke_skin_kama .cke_wrapper {
2718 background-image: none;
2719 }
2720
2721 /* skin */
2722
2723 #crm-container .crm-title {
2724 line-height: 1.1;
2725 margin-bottom: 8px;
2726 }
2727
2728 /* tables */
2729 .crm-container table {
2730 border: 1px solid #efefef;
2731 }
2732
2733 .crm-container .crm-form-block table {
2734 border: none;
2735 }
2736 .crm-container tr.even,
2737 .crm-container tr.odd,
2738 .crm-container tbody th {
2739 border-color: #FFF #FFF #efefef #FFF;
2740 }
2741
2742 .crm-container tr.even-row td,
2743 .crm-container tr.odd-row td,
2744 .crm-container table.display td,
2745 .crm-container table.pagerDisplay td {
2746 border-color: #efefef;
2747 border-right: 1px solid #efefef;
2748 border-collapse: collapse;
2749 }
2750 .crm-container .odd-row,
2751 .crm-container .odd,
2752 tbody.scrollContent {
2753 background-color: #FAFAFA;
2754 }
2755 .crm-container .even-row,
2756 .crm-container .even,
2757 tbody.scrollContent tr.alternateRow {
2758 background-color: #EFEFEF;
2759 }
2760
2761 .crm-container td.checkbox {
2762 vertical-align: middle;
2763 text-align: center;
2764 }
2765 .crm-container tr.columnheader a.sorting {
2766 color: #a7a7a7;
2767 }
2768
2769 .crm-container a.sorting,
2770 .crm-container a.sorting_desc,
2771 .crm-container a.sorting_asc {
2772 color: #A7A7A7;
2773 background: url("../bower_components/datatables/media/images/sort_both.png") no-repeat left center;
2774 padding-left: 20px;
2775 }
2776 .crm-container a.sorting_desc,
2777 .crm-container a.sorting_asc {
2778 color: #000;
2779 }
2780
2781 .crm-container tr a.sorting,
2782 .crm-container tr a.sorting_asc,
2783 .crm-container tr a.sorting_desc {
2784 color: #52534D;
2785 }
2786
2787 .crm-container table thead a.sorting_asc {
2788 background: url("../bower_components/datatables/media/images/sort_asc.png") no-repeat left center;
2789 }
2790 .crm-container table thead a.sorting_desc {
2791 background: url("../bower_components/datatables/media/images/sort_desc.png") no-repeat left center;
2792 }
2793 .crm-container table thead a.sorting_asc_disabled {
2794 background: url("../bower_components/datatables/media/images/sort_asc_disabled.png") no-repeat left center;
2795 }
2796 .crm-container table thead a.sorting_desc_disabled {
2797 background: url("../bower_components/datatables/media/images/sort_desc_disabled.png") no-repeat left center;
2798 }
2799
2800 /* Otherwise for some reason we have 2 sort icons */
2801 .crm-container th.sorting .DataTables_sort_icon {
2802 display: none;
2803 }
2804
2805
2806 /*contact summary page */
2807 #crm-container div.contact_details {
2808 background-color: transparent;
2809 }
2810
2811 .crm-container table.crm-info-panel td {
2812 border-bottom: 1px solid #FFF;
2813 }
2814
2815 .crm-container table.crm-info-panel .label {
2816 color: #2f2f2f;
2817 font-weight: normal;
2818 }
2819
2820 .crm-container .disabled,
2821 .crm-container .disabled td,
2822 .crm-container .cancelled,
2823 .crm-container .cancelled td,
2824 .crm-container li.disabled a.ui-tabs-anchor,
2825 .crm-container li.crm-count-0 a.ui-tabs-anchor,
2826 .crm-container li.crm-count-0 a.ui-tabs-anchor em {
2827 color: #999999 !important;
2828 }
2829
2830 #crm-container tr.crm-job {
2831 text-decoration: none !important;
2832 }
2833
2834 .crm-container table.selector td {
2835 border-right: 1px dotted #DDDDDD;
2836 }
2837
2838 .crm-container div.contact_panel td,
2839 .crm-container table.crm-info-panel td {
2840 background-color: #f4f4ed;
2841 }
2842
2843 .crm-container div.contact_panel td.label,
2844 .crm-container #customFields div.contact_panel td.label,
2845 .crm-container table.crm-info-panel td.label {
2846 background-color: #fafafa;
2847 width: 120px;
2848 text-align: left;
2849 color: #7a7a60;
2850 }
2851 .crm-container table.crm-info-panel td.label {
2852 width: 150px;
2853 }
2854
2855 .crm-container .form-layout td.label,
2856 .crm-container .form-layout-compressed td.label {
2857 width: 150px;
2858 text-align: right;
2859 color: #7a7a60;
2860 }
2861
2862 .crm-container .form-layout td.label,
2863 .crm-container form table.report .label,
2864 .crm-container form table label,
2865 .crm-container form table.report label {
2866 color: #3e3e3e;
2867 }
2868
2869 .crm-container a.crm-icon-picker-button {
2870 min-width: 10em;
2871 text-align: inherit;
2872 color: #3e3e3e;
2873 }
2874
2875 .crm-container a.crm-icon-picker-button .ui-button-text {
2876 color: #9f9f9f;
2877 }
2878
2879 .crm-container a.crm-icon-picker-button.ui-button-text-only .ui-button-text {
2880 padding: .4em .2em;
2881 }
2882
2883 /* search results */
2884 .crm-container .crm-search-tasks,
2885 .crm-container .crm-tasks {
2886 background-color: #F0F0E8;
2887 color: #52534D;
2888 }
2889
2890 #crm-container .crm-tasks table {
2891 margin: 0;
2892 }
2893
2894 .crm-container .crm-results-block {
2895 position: relative;
2896 }
2897
2898 /* warning labels and messages */
2899 .crm-container del,
2900 .crm-container .crm-is_deleted,
2901 .crm-container table.caseSelector td.status-urgent,
2902 .crm-container .font-red,
2903 .crm-container .status-removed,
2904 .crm-container .status-overdue,
2905 .crm-container .status-fatal,
2906 .crm-container .status-hold,
2907 .crm-container .status-past,
2908 .crm-contact-deceased,
2909 .crm-container .status-warning {
2910 color: #E43D2B !important;
2911 }
2912
2913 /* rounded corners */
2914 .crm-container .crm-button,
2915 .crm-container a.button,
2916 .crm-container a.button:link,
2917 .crm-container input.crm-form-submit,
2918 .crm-container input[type=button] {
2919 border-radius: 3px;
2920 }
2921
2922
2923 .crm-container div.status,
2924 .crm-container #help,
2925 .crm-container .help,
2926 .crm-container .ui-tabs-panel,
2927 .crm-container .crm-content-block,
2928 #full-screen-header,
2929 .crm-container .crm-pager,
2930 .crm-container form .section-hidden-border,
2931 .crm-container #search-status,
2932 .crm-container .crm-form-block,
2933 .crm-container .crm-search-tasks,
2934 .crm-container .crm-tasks,
2935 .crm-container div.form-item,
2936 .crm-container div.messages {
2937 border-radius: 4px;
2938 }
2939
2940 /* deprecated autocomplete styles */
2941
2942 .ac_results {
2943 background: transparent url(../i/dropdown-pointer.gif) no-repeat 25px 1px;
2944 padding-top: 5px;
2945 border: none;
2946 text-align: left;
2947 }
2948
2949 .ac_results-inner,
2950 .crm-participant-list-inner,
2951 .crm-event-links-list-inner,
2952 .crm-contribpage-links-list-inner,
2953 .crm-contact-actions-list-inner {
2954 background-color: #2f2f2e;
2955 padding: 4px;
2956 }
2957
2958 .crm-create-new-list-inner, .crm-create-new-list-inner ul {
2959 width: 160px!important;
2960 }
2961
2962 .ac_results li a {
2963 display: block;
2964 }
2965
2966 .crm-container .ac_results li,
2967 .crm-container .ac_results li a,
2968 .crm-container .ac_results li a:visited {
2969 color: #DFDFDF;
2970 text-decoration: none;
2971 }
2972
2973 .ac_results li strong {
2974 color: #FFF;
2975 font-weight: normal;
2976 }
2977
2978 .crm-container .ac_results li .icon,
2979 .crm-container .ac_results li a .icon,
2980 .crm-container .ac_results li a:visited .icon {
2981 background-image: url(../i/icons/jquery-ui-FFFFFF.png);
2982 }
2983
2984 .crm-container .ac_results li a:hover .icon {
2985 background-image: url(../i/icons/jquery-ui-3E3E3E.png);
2986 }
2987
2988 .ac_results li:hover,
2989 .ac_results li:hover a,
2990 .ac_results li a:hover {
2991 background-color: #F5F6F1;
2992 color: #666;
2993 }
2994 .crm-container .ac_results li:hover strong {
2995 color: #000;
2996 }
2997
2998 /* loader autocomplete */
2999
3000 .crm-container .ui-autocomplete-loading {
3001 background: white url('../i/loading.gif') no-repeat right center;
3002 }
3003
3004 /* select2 */
3005 .crm-container div.select2-container {
3006 min-width: 6em;
3007 font-size: 11px;
3008 }
3009 /* Add arrow icon to multi-selects */
3010 .crm-container .select2-container-multi .select2-choices:before {
3011 background: url("../bower_components/select2/select2.png") no-repeat scroll 0 -4px;
3012 content: "";
3013 display: block;
3014 height: 15px;
3015 position: absolute;
3016 right: 0;
3017 top: 5px;
3018 width: 20px;
3019 }
3020 /* Add search icon to ajax multi-selects and opened multi-selects */
3021 .crm-container .select2-container-multi.select2-container-active .select2-choices:before,
3022 .crm-container .select2-container-multi.crm-ajax-select .select2-choices:before {
3023 background-position: right -26px;
3024 }
3025 .crm-container .select2-container-multi.loading .select2-choices:before,
3026 .crm-container .select2-container.loading .select2-choice .select2-arrow b {
3027 background: url('../i/loading.gif') no-repeat center center;
3028 }
3029 /* Reduce select2 size to match other inputs */
3030 .crm-container .select2-container-multi .select2-choices {
3031 min-height: 25px;
3032 }
3033 .crm-container .select2-container-multi .select2-choices .select2-search-choice {
3034 padding: 2px 5px 2px 18px;
3035 }
3036 .crm-container .select2-container-multi .select2-choices .select2-search-field input {
3037 padding: 4px;
3038 }
3039 .crm-container .select2-search-choice-close {
3040 top: 2px;
3041 }
3042 .crm-container .select2-container .select2-choice abbr {
3043 top: 6px;
3044 }
3045 .crm-container .select2-container .select2-choice > .select2-chosen {
3046 font-size: 1.1em;
3047 }
3048 /* Add search icon to ajax single-selects */
3049 .crm-container .crm-ajax-select .select2-arrow b {
3050 background-position: -39px -22px;
3051 }
3052 /* Restore normal icon when searchable field is open */
3053 .crm-container .select2-dropdown-open .select2-choice .select2-arrow b {
3054 background-position: -18px 1px;
3055 }
3056 .select2-drop .crm-entityref-links {
3057 border-top: 1px solid #d3d3d3;
3058 margin-top: 9px;
3059 }
3060 .select2-drop .crm-entityref-filters {
3061 margin-top: 4px;
3062 }
3063 .select2-drop .crm-entityref-filters select,
3064 .select2-drop .crm-entityref-filters input {
3065 border-radius: 3px;
3066 border: 1px solid #f2f2f2;
3067 background-color: #f6f6f6;
3068 color: #494949;
3069 font-size: 11px;
3070 max-width: 60%;
3071 }
3072 .select2-drop .crm-entityref-filters select:hover,
3073 .select2-drop .crm-entityref-filters select:focus,
3074 .select2-drop .crm-entityref-filters select.active,
3075 .select2-drop .crm-entityref-filters input {
3076 border: 1px solid #808080;
3077 }
3078 .select2-drop .crm-entityref-filter-value {
3079 margin-left: 1em;
3080 }
3081 .select2-drop .crm-entityref-filters input {
3082 padding-left: .5em;
3083 background-color: #fefefe;
3084 }
3085 /* Style autocomplete results */
3086 .crm-container .select2-results {
3087 font-size: 12px;
3088 padding: 0;
3089 text-align: left;
3090 }
3091 .crm-container .select2-results li,
3092 .crm-container .select2-results .crm-select2-row,
3093 .crm-container .select2-results .crm-select2-row-description p {
3094 padding: 0;
3095 margin: 0;
3096 }
3097 .crm-container .select2-results .crm-select2-row .crm-select2-row-label {
3098 font-size: 1.1em;
3099 }
3100 .crm-container .select2-results .crm-select2-row-description p {
3101 font-size: 0.8em;
3102 line-height: 1.5em;
3103 color: #696969;
3104 width: 100%;
3105 white-space: nowrap;
3106 overflow: hidden;
3107 text-overflow: ellipsis;
3108 font-weight: normal;
3109 }
3110 .crm-container .select2-results .select2-highlighted > .select2-result-label .crm-select2-row-description p {
3111 color: #f0f0f0;
3112 }
3113 .select2-container .crm-select2-row-description {
3114 display: none;
3115 }
3116 .crm-container .select2-results .crm-select2-icon {
3117 width: 20px;
3118 height: 100%;
3119 float: left;
3120 }
3121 .crm-container .select2-results .crm-select2-icon .crm-icon {
3122 width: 16px;
3123 height: 16px;
3124 margin: 0;
3125 }
3126 .crm-container .select2-results li.select2-no-results {
3127 padding-left: 4px;
3128 padding-top: 4px;
3129 margin-left: 4px;
3130 }
3131 .crm-container .select2-results li {
3132 margin: 0;
3133 padding: 0;
3134 }
3135 .crm-container .crm-action-menu .select2-default span.select2-chosen {
3136 color: #2786C2;
3137 }
3138 .crm-container .select2-container[class*=" fa-"]:before {
3139 display: none;
3140 }
3141 .crm-container .select2-results .select2-result.select2-disabled > .select2-result-label {
3142 opacity: .6;
3143 cursor: default;
3144 }
3145
3146 /* Restore this property otherwise our css overrides it */
3147 .select2-search input {
3148 box-sizing: border-box;
3149 }
3150
3151 span.crm-select-item-color {
3152 display: inline-block;
3153 width: .8em;
3154 height: .7em;
3155 border-radius: 2px;
3156 border: 1px solid grey;
3157 }
3158
3159 /* jQuery UI styles */
3160 .crm-container .ui-progressbar-value {
3161 background-image: url("../packages/jquery/css/images/pbar-ani.gif");
3162 }
3163
3164 .crm-container.ui-dialog {
3165 box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
3166 }
3167 .crm-container.ui-dialog.ui-resizable:before {
3168 display:block;
3169 content: " ";
3170 width: 16px;
3171 height: 16px;
3172 background: url("../i/icons/jquery-ui-52534D.png") no-repeat -80px -224px;
3173 position: absolute;
3174 bottom: 0;
3175 right: 0;
3176 }
3177 .crm-container .ui-dialog-titlebar.ui-widget-header {
3178 background: url("../i/crm-button-bg.gif") repeat-x scroll left center #70716B;
3179 color: #F5F6F1;
3180 }
3181 .crm-container .ui-dialog-title {
3182 background: url("../i/item_sprites.png") no-repeat scroll -79px -47px;
3183 margin-left: -5px;
3184 padding-left: 25px;
3185 }
3186 .crm-container .ui-dialog-titlebar .ui-button {
3187 background-color: transparent;
3188 background-image: none;
3189 border: 1px none;
3190 color: inherit;
3191 }
3192 .crm-container .ui-dialog-titlebar .ui-button:hover {
3193 background-color: #cdcdcd;
3194 color: #555;
3195 }
3196
3197 /* unset the styling for the li in jstree */
3198 #tagtree ul {
3199 list-style: none;
3200 margin: 0px;
3201 padding: 0px;
3202 }
3203
3204 /* table row highlightng */
3205 .crm-container .crm-row-ok {
3206 background-color: #EFFFE7;
3207 border-bottom: 1px solid #ccc;
3208 }
3209 .crm-container .crm-row-error {
3210 background-color: #FFECEC;
3211 border-bottom: 1px solid #ccc;
3212 }
3213 .crm-container table.row-highlight tr:hover,
3214 .crm-container .crm-row-selected {
3215 background-color: #FFFFCC;
3216 }
3217 .crm-container table.row-highlight tr.even-row:hover,
3218 .crm-container table.row-highlight tr.even:hover,
3219 .crm-container .even-row.crm-row-selected,
3220 .crm-container .even.crm-row-selected {
3221 background-color: #fffdb2;
3222 }
3223
3224 #crm-container .crm-socialnetwork {
3225 margin-top: 1em;
3226 }
3227
3228 #crm-container .crm-fb-tweet-buttons {
3229 width: 93%;
3230 }
3231
3232 /* Checkbox gropus */
3233 .crm-container ul.crm-checkbox-list {
3234 list-style: none;
3235 margin: 0;
3236 padding: 0;
3237 background-color: white;
3238 border: 1px solid #a5a5a5;
3239 width: 300px;
3240 max-width: 100%;
3241 max-height: 300px;
3242 overflow-y: auto;
3243 }
3244 .crm-container ul.crm-checkbox-list li {
3245 position: relative;
3246 margin: 0;
3247 padding: 0;
3248 }
3249 .crm-container ul.crm-checkbox-list li input {
3250 position: absolute;
3251 left: 5px;
3252 top: 4px;
3253 }
3254 .crm-container ul.crm-checkbox-list li label {
3255 display: block;
3256 padding: 2px 0 2px 22px;
3257 margin: 0;
3258 word-break: break-all;
3259 }
3260 .crm-container ul.crm-checkbox-list li:nth-child(even) label {
3261 background-color: #FAFAFA;
3262 }
3263 .crm-container ul.crm-checkbox-list li input:checked + label {
3264 background-color: #FFFFCC;
3265 }
3266 .crm-container ul.crm-checkbox-list li:nth-child(even) input:checked + label {
3267 background-color: #fffdb2
3268 }
3269
3270 .crm-container ul.crm-sortable-list li label {
3271 padding-left: 40px;
3272 cursor: move;
3273 }
3274 .crm-container ul.crm-sortable-list li label:after {
3275 display: block;
3276 font-family: "FontAwesome";
3277 content: "\f047";
3278 position: absolute;
3279 left: 4px;
3280 top: 2px;
3281 font-size: 10px;
3282 color: grey;
3283 }
3284 .crm-container ul.crm-sortable-list li:hover label:after {
3285 color: inherit;
3286 }
3287 .crm-container ul.crm-checkbox-list.crm-sortable-list li input {
3288 left: 23px;
3289 }
3290
3291 /* classes related to batch entry operation */
3292 .crm-container span.batch-edit,
3293 .crm-container span.batch-valid,
3294 .crm-container span.batch-invalid {
3295 padding: 2px 9px 2px 3px;
3296 margin: 2px 2px 3px 2px;
3297 cursor: pointer;
3298 background-position: -66px -114px;
3299 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
3300 }
3301
3302 .crm-container span.batch-valid {
3303 background-position: -322px -143px;
3304 }
3305
3306 .crm-container span.batch-invalid {
3307 background-position: -258px -143px;
3308 }
3309
3310 .crm-container #Entry ul#errorList {
3311 display: none;
3312 }
3313
3314 .crm-container table.batch-totals {
3315 border: 1px solid #7A7A60 !important;
3316 margin-top: 10px !important;
3317 }
3318
3319 /* grid div as table */
3320 .crm-container .crm-grid-table {
3321 display: table;
3322 border-collapse: collapse;
3323 border: 1px solid #7A7A60;
3324 background-color: #FFFFFF;
3325 margin: 10px 3px 10px !important;
3326 }
3327
3328 .crm-container .crm-batch-entry-table {
3329 border-right: 2px solid #7A7A60 !important;
3330 }
3331
3332 .crm-container .crm-grid-row,
3333 .crm-container .crm-grid-header {
3334 display: table-row;
3335 }
3336
3337 .crm-container .crm-grid-header {
3338 white-space: nowrap;
3339 }
3340
3341 .crm-container .crm-grid-cell {
3342 display: table-cell;
3343 border-right: 1px solid #EFEFEF;
3344 padding: 2px;
3345 vertical-align: top;
3346 }
3347
3348 /* editable placeholder containers - share some styles with crm-editable below */
3349 .crm-container .replace-plain,
3350 .crm-container textarea,
3351 .crm-container select.crm-form-multiselect {
3352 border: 1px solid #999;
3353 }
3354
3355 .crm-container .replace-plain {
3356 cursor: pointer;
3357 background: rgba(255,255,255,0.6);
3358 min-height: 1.4em;
3359 position: relative;
3360 padding: .4em 1.5em .3em .4em;
3361 }
3362
3363 .crm-container .replace-plain p {
3364 padding: .2em 0;
3365 margin: 0;
3366 }
3367
3368 .crm-container .replace-plain:focus,
3369 .crm-container .replace-plain:hover {
3370 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3371 background: rgba(255,255,255,0.8);
3372 }
3373
3374 .crm-container .replace-plain:before {
3375 content: "\f040";
3376 position: absolute;
3377 top: .4em;
3378 right: .5em;
3379 opacity: .5;
3380 }
3381
3382 /* in place edit */
3383 .crm-container .crm-editable-enabled {
3384 padding-left: 2px;
3385 border: 2px dashed transparent;
3386 }
3387 .crm-container .crm-editable-textarea-enabled {
3388 white-space: normal;
3389 }
3390
3391 .crm-container .crm-editable-enabled:hover {
3392 border: 2px dashed #d1d1d1;
3393 cursor: pointer;
3394 }
3395
3396 .crm-container .crm-editable-enabled.crm-editable-editing:hover {
3397 border: 2px dashed transparent;
3398 cursor: auto;
3399 }
3400
3401 .crm-container span.crm-editable-textarea-enabled {
3402 width: 96%;
3403 }
3404 .crm-container span.crm-editable-enabled {
3405 display: inline-block !important;
3406 }
3407
3408 .crm-container .crm-editable-enabled .crm-i {
3409 opacity: .5;
3410 }
3411
3412 .crm-container .replace-plain a:active:before,
3413 .crm-container .replace-plain:focus:before,
3414 .crm-container .replace-plain:hover:before,
3415 .crm-container .crm-editable-enabled:hover .crm-i {
3416 opacity: 1;
3417 }
3418
3419 .crm-container .crm-editable-saving {
3420 background: #FFFFCC!important;
3421 opacity: 0.8;
3422 }
3423
3424 .crm-container h2.crm-editable-enabled input {
3425 min-height: 1.4em;
3426 }
3427 .crm-container .crm-editable-textarea-enabled textarea {
3428 min-height: 5em;
3429 }
3430
3431 .crm-editable-form {
3432 margin: 0 !important;
3433 padding: 0 !important;
3434 width: auto !important;
3435 position: relative;
3436 overflow: visible;
3437 }
3438
3439 .crm-editable-form input,
3440 .crm-editable-form textarea {
3441 margin-bottom: 0;
3442 padding-bottom: 0;
3443 }
3444
3445 .crm-editable-form button {
3446 position: absolute;
3447 bottom: -22px;
3448 left: 0;
3449 text-align: center;
3450 height: 23px;
3451 width: 32px;
3452 z-index: 1;
3453 }
3454
3455 .crm-editable-form button[type=cancel] {
3456 left: 32px;
3457 }
3458
3459 /*crm-10345*/
3460 .crm-container .field-action {
3461 word-wrap: normal;
3462 }
3463
3464 .crm-container .field-action span.btn-slide {
3465 padding-left: 0;
3466 padding-right: 11px;
3467 }
3468 /*end crm-10345*/
3469
3470 /* alter display of parent and child groups in Manage Groups selector */
3471 #crm-container .crm-group-parent td.crm-group-name {
3472 padding-left: 20px;
3473 text-indent: -20px;
3474 }
3475
3476 #crm-container .crm-group-child td.crm-group-name.level_2 {
3477 padding-left: 40px;
3478 text-indent: -20px;
3479 }
3480 #crm-container .crm-group-child td.crm-group-name.level_3 {
3481 padding-left: 60px;
3482 text-indent: -20px;
3483 }
3484 #crm-container .crm-group-name span.crm-editable-enabled {
3485 text-indent: 0;
3486 }
3487
3488 #crm-container div.crm-row-parent-name {
3489 padding: 3px 0 0 .5em;
3490 opacity: 0.75;
3491 }
3492 #crm-container td span.show-children,
3493 #crm-container td span.crm-no-children {
3494 padding-left: 20px;
3495 }
3496
3497 .crm-container span.collapsed,
3498 .crm-container a.collapsed,
3499 .crm-container .crm-expand-row {
3500 background: url("../i/TreePlus.gif") no-repeat 0 0;
3501 padding-left: 19px;
3502 cursor: pointer;
3503 }
3504
3505 .crm-container span.expanded,
3506 .crm-container a.expanded {
3507 background: url("../i/TreeMinus.gif") no-repeat 0 0;
3508 padding-left: 19px;
3509 cursor: pointer;
3510 }
3511
3512 /* Notifications */
3513 #crm-notification-container {
3514 width: 350px;
3515 position: fixed;
3516 top: 45px;
3517 right: 15px;
3518 z-index: 999999;
3519 }
3520 #crm-notification-container div.ui-notify-message {
3521 padding: 10px;
3522 margin-bottom: 15px;
3523 color: #fff;
3524 border-radius: 8px;
3525 max-height: 600px;
3526 overflow: auto;
3527 }
3528 #crm-notification-container div.ui-notify-message h1 {
3529 font-size: 14px;
3530 margin: 0;
3531 padding: 4px;
3532 font-weight: bold;
3533 color: #fff;
3534 }
3535 #crm-notification-container div.ui-notify-message p {
3536 margin: 3px 0;
3537 padding: 0;
3538 line-height: 18px;
3539 }
3540 #crm-notification-container div.ui-notify-message:last-child {
3541 margin-bottom: 0;
3542 }
3543 #crm-notification-container div.ui-notify-message-style {
3544 background: rgba(0,0,0,0.8);
3545 box-shadow: 0 0 6px #000;
3546 }
3547 .crm-container div.ui-notify-message-style a,
3548 .crm-container div.ui-notify-message-style a:link {
3549 color: #CCD0FF;
3550 text-decoration: underline;
3551 }
3552 .crm-container div.ui-notify-message-style a:hover,
3553 .crm-container div.ui-notify-message-style a:focus {
3554 color: #B2B8FF;
3555 }
3556 .crm-container div.ui-notify-message-style .ui-button .ui-button-text {
3557 color: #2F2F2F;
3558 text-decoration: none;
3559 }
3560 #crm-notification-container .ui-notify-message .ui-notify-close {
3561 cursor: pointer;
3562 }
3563 #crm-notification-container .ui-notify-message a.ui-notify-cross {
3564 margin-top: -4px;
3565 float: right;
3566 text-decoration: none;
3567 font-size: 13px;
3568 font-weight: bold;
3569 text-shadow: 0 1px 1px #fff;
3570 padding: 2px;
3571 color: #FDFDFD;
3572 }
3573 #crm-notification-container .ui-notify-message .ui-notify-cross:hover,
3574 #crm-notification-container .ui-notify-message .ui-notify-cross:focus {
3575 color: #ffffab;
3576 }
3577 .crm-container div.ui-notify-message table,
3578 .crm-container div.ui-notify-message tbody,
3579 .crm-container div.ui-notify-message tr {
3580 border: 0 none;
3581 font-size: 11px;
3582 }
3583 .crm-container div.ui-notify-message table {
3584 margin: 10px 0;
3585 }
3586 .crm-container div.ui-notify-message td {
3587 background: rgba(255,255,255,0.1);
3588 border: 1px solid #111;
3589 font-size: 11px;
3590 color: #fff;
3591 }
3592 .crm-container div.ui-notify-message th {
3593 background: rgba(200,200,200,0.2);
3594 border: 1px solid #111;
3595 color: #eee;
3596 font-size: 11px;
3597 }
3598 .crm-container div.ui-notify-message table a.action-item {
3599 margin-right: 5px;
3600 }
3601 .crm-container div.ui-notify-message ul,
3602 .crm-container div.ui-notify-message ol {
3603 margin: 0.5em 0 1em;
3604 padding: 0 0 0 0.5em;
3605 }
3606
3607 .crm-container div.ui-notify-message div.icon,
3608 .crm-status-icon {
3609 background: transparent url("../i/message-icons.png") no-repeat 0 0;
3610 width: 24px;
3611 height: 24px;
3612 margin-right: 6px;
3613 }
3614 .crm-container div.ui-notify-message.success div.icon,
3615 .crm-status-icon.success {
3616 background-position: -24px 0;
3617 }
3618 .crm-container div.ui-notify-message.info div.icon,
3619 .crm-status-icon.info {
3620 background-position: -48px 0;
3621 }
3622 .crm-container div.ui-notify-message.error div.icon,
3623 .crm-status-icon.error {
3624 background-position: -72px 0;
3625 }
3626 .crm-container div.ui-notify-message.none div.icon {
3627 display: none;
3628 }
3629
3630 span.crm-status-icon {
3631 display: inline-block;
3632 }
3633
3634 /* Public Pages */
3635
3636 #crm-container.crm-public input[type="text"],
3637 #crm-container.crm-public input[type="password"],
3638 #crm-container.crm-public input[type="email"],
3639 #crm-container.crm-public select {
3640 font-size: 15px;
3641 padding: 5px;
3642 border-radius: 3px;
3643 vertical-align: middle;
3644 max-width: 100%;
3645 }
3646
3647 #crm-container.crm-public .label,
3648 #crm-container.crm-public .price-field-amount {
3649 padding-top: 6px;
3650 font-size: 15px;
3651 }
3652
3653 .crm-container.crm-public .select2-container,
3654 .crm-container.crm-public .select2-results {
3655 font-size: 14px;
3656 }
3657 .crm-container.crm-public .select2-container .select2-choice {
3658 padding: 5px 5px 5px 8px;
3659 }
3660 .crm-container.crm-public .select2-container-multi .select2-choices {
3661 padding: 4px;
3662 }
3663 .crm-public .select2-container .select2-choice .select2-arrow {
3664 width: 20px;
3665 }
3666 .crm-public .select2-container .select2-choice .select2-arrow b {
3667 position: relative;
3668 top: 2px;
3669 left: 2px;
3670 }
3671 .crm-container.crm-public .select2-container-multi .select2-choices .select2-search-choice {
3672 padding: 3px 3px 3px 20px;
3673 }
3674 .crm-container.crm-public .select2-container-multi .select2-choices:before {
3675 top: 9px;
3676 }
3677
3678 .crm-public .crm-profile-view .content {
3679 padding-top: 6px;
3680 }
3681
3682 #crm-container.crm-public .calc-value,
3683 #crm-container.crm-public .content {
3684 padding-top: 6px;
3685 font-size: 15px;
3686 }
3687
3688 #crm-container.crm-public .crm-section,
3689 .crm-section {
3690 margin-bottom: 0;
3691 }
3692
3693 #crm-container.crm-public #crm-submit-buttons {
3694 margin-top: 30px;
3695 }
3696
3697 #crm-container.crm-public #premiums-listings {
3698 margin-top: 10px;
3699 min-width: 450px;
3700 width: 60%;
3701 }
3702
3703 #crm-container.crm-public #premiums-listings .premium {
3704 margin: 5px 0;
3705 }
3706
3707 #crm-container.crm-public #premiums-listings .premium .premium-short {
3708 padding: 10px;
3709 border: 2px solid #ffffff;
3710 background-color: #f0f0f0;
3711 cursor: pointer;
3712 }
3713
3714 #crm-container.crm-public #premiums-listings .premium .premium-short:hover {
3715 border: 2px solid #b0b0b0;
3716 }
3717
3718 #crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail {
3719 float: left;
3720 width: 50px;
3721 }
3722
3723 #crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail img {
3724 width: 50px;
3725 }
3726
3727 #crm-container.crm-public #premiums-listings .premium .premium-short-content {
3728 text-align: center;
3729 font-size: 20px;
3730 font-weight: bold;
3731 padding: 20px;
3732 }
3733
3734 #crm-container.crm-public #premiums-listings .premium .premium-full {
3735 display: none;
3736 padding: 5px;
3737 border: 2px solid #cfcfcf;
3738 background-color: #ffffff;
3739 }
3740
3741 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image {
3742 float: left;
3743 width: 200px;
3744 padding: 10px;
3745 }
3746
3747 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image img {
3748 width: 200px;
3749 }
3750
3751 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-title {
3752 text-align: center;
3753 font-size: 1.5em;
3754 font-weight: bold;
3755 padding: 20px;
3756 }
3757
3758 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-min {
3759 font-size: .9em;
3760 font-style: italic;
3761 }
3762
3763 #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-short {
3764 text-align: center;
3765 font-size: 1.3em;
3766 padding: 10px;
3767 }
3768
3769 #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-full {
3770 text-align: center;
3771 font-size: 1.3em;
3772 font-weight: bold;
3773 padding: 10px;
3774 }
3775
3776 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-short,
3777 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-image,
3778 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-title,
3779 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-description,
3780 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-options,
3781 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-min {
3782 opacity: 0.5;
3783 }
3784 #crm-container.crm-public #premiums-listings .premium .premium-full-disabled {
3785 display: none;
3786 }
3787 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full-disabled {
3788 display: block;
3789 color: #ff0000;
3790 text-align: center;
3791 font-weight: bold;
3792 margin-bottom: .5em;
3793 }
3794
3795 #crm-container.crm-public .price-set-row {
3796 font-size: 15px;
3797 margin-bottom: 5px;
3798 }
3799
3800 #crm-container.crm-public .price-set-row input,
3801 #crm-container.crm-public .price-set-row label {
3802 vertical-align: middle;
3803 cursor: pointer;
3804 }
3805
3806 #crm-container.crm-public .price-set-row .crm-price-amount-amount {
3807 min-width: 2em;
3808 color: #333333;
3809 }
3810
3811 #crm-container.crm-public .price-set-row .crm-price-amount-label {
3812 color: #444444;
3813 font-weight: bold;
3814 }
3815
3816 #crm-container.crm-public .price-set-row .highlight label {
3817 color: #000000;
3818 font-weight: bold;
3819 }
3820
3821 #crm-container.crm-public .price-set-row .highlight .crm-price-amount-label {
3822 color: #222222;
3823 }
3824
3825 #crm-container.crm-public .price-set-option-content > tt {
3826 display: none;
3827 }
3828
3829 #crm-container .sold-out-option,
3830 #crm-container .price-set-row span.sold-out-option .crm-price-amount-label,
3831 #crm-container .price-set-row span.sold-out-option .crm-price-amount-amount {
3832 font-style: italic !important;
3833 font-weight: normal !important;
3834 font-size: 15px;
3835 color: #666 !important;
3836 }
3837
3838 /* Styles for credit card payment logos */
3839 .crm-container .credit_card_type-section .crm-credit_card_type-icons a {
3840 display: block;
3841 float: left;
3842 width: 50px;
3843 height: 30px;
3844 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
3845 text-indent: -20000px;
3846 margin-right: 10px;
3847 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
3848 border-radius: 3px;
3849 border: 1px solid #FFFFFF;
3850 }
3851
3852 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-visa {
3853 background-position: -50px 0;
3854 }
3855
3856 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-mastercard {
3857 background-position: -100px 0;
3858 }
3859
3860 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-amex {
3861 background-position: -150px 0;
3862 }
3863
3864 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-discover {
3865 background-position: -200px 0;
3866 }
3867
3868 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-jcb {
3869 background-position: -250px 0;
3870 }
3871
3872 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-unionpay {
3873 background-position: -300px 0;
3874 }
3875
3876 .crm-container .cvv2-icon {
3877 display: inline-block;
3878 width: 50px;
3879 height: 30px;
3880 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
3881 }
3882
3883 /* Avoid weird border around the images (some themes will add a border around images) */
3884 #crm-container .credit_card_type-section .crm-credit_card_type-icons a,
3885 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:link,
3886 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:hover,
3887 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:focus,
3888 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:active {
3889 color: #fff;
3890 }
3891
3892 .crm-container .strikethrough {
3893 text-decoration: line-through;
3894 }
3895
3896 .crm-container input.ng-invalid.ng-dirty,
3897 .crm-container select.ng-invalid.ng-dirty,
3898 .crm-container textarea.ng-invalid.ng-dirty {
3899 border: 1px solid red;
3900 }
3901 .crm-container input.ng-valid,
3902 .crm-container input.ng-pristine,
3903 .crm-container textarea.ng-valid,
3904 .crm-container textarea.ng-pristine,
3905 .crm-container select.ng-valid,
3906 .crm-container select.ng-pristine{
3907 border: 1px solid #666;
3908 }
3909
3910 /* block-ui */
3911 .crm-container .blockUI.blockOverlay {
3912 background: url("../i/loading-overlay.gif") center center no-repeat white !important;
3913 }
3914
3915 .crm-container table.mergecontact thead th {
3916 width:30%;
3917 }
3918 .crm-container .crm-ui-datetime.ng-dirty input.incomplete {
3919 border: 1px solid red;
3920 }
3921
3922 .crm-container .crm-grip {
3923 cursor: move;
3924 }
3925
3926 .crm-tag-item {
3927 display: inline-block;
3928 padding: 1px 5px;
3929 border-radius: 3px;
3930 border: 1px solid grey;
3931 }