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