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