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