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