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