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