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