misc
[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 {
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;
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
5555b4dc
M
65div.crm-container fieldset label{
66 float: none;
67}
68
93ca434a
J
69input.crm-form-radio + label, input.crm-form-checkbox + label{
70 margin-left: 7px;
71}
72
6a488035
TO
73.crm-container .crm-quickSearchField {
74 font-weight: normal;
75}
76
77#crm-container .hiddenElement,
78.crm-container .hiddenElement {
79 display: none;
80}
81
82#crm-container .clear,
83.crm-container .clear {
84 clear: both;
85}
86
87.crm-container a,
a75fac1d
CW
88.crm-container a:link,
89.crm-container a:visited {
6a488035
TO
90 color: #2786c2;
91 text-decoration: none;
92}
93
94#crm-container .crm-content-block {
b5efa2c8 95 padding: 0;
6a488035
TO
96}
97
98/* TABLE STYLING */
99
100.crm-container table {
b5efa2c8 101 margin: 0 0 1em;
6a488035
TO
102 border-collapse: collapse;
103 width: 100%;
9435db16 104 font-size: 13px;
6a488035
TO
105}
106
39128001
CW
107.crm-container tr {
108 background: none transparent;
109}
110
6a488035
TO
111.crm-container th,
112.crm-container table.display thead th,
113.crm-container table thead.sticky th,
114.crm-container table.caseSelector tr.columnheader th {
115 background-color: #FFFFFF;
116 border-color: #FFFFFF #FFFFFF #CFCEC3;
117 border-style: solid;
118 border-width: 1px 1px 2px;
119 color: #A7A7A7;
9435db16 120 font-size: 13px;
6a488035
TO
121 font-weight: bold;
122 padding: 4px;
123 text-align: left;
124 vertical-align: top;
125}
126/* Styles for Sticky Header */
127.crm-container table thead.sticky {
128 background-color: #FFF;
129}
130
131.crm-container thead div.sticky-header {
132 height: 15px;
133 border-bottom: 2px solid #CFCEC3;
134 background-color: #FFF;
135 z-index: 10;
136}
137
138/* Styles for Sorting Header */
efa9bb7d
CW
139.crm-container table thead th.sorting_asc,
140.crm-container table thead th.sorting_desc,
6a488035
TO
141.crm-container table .sticky th a.sort-ascending,
142.crm-container table .sticky th a.sort-descending,
143.crm-container table.caseSelector tr.columnheader th a.sort-ascending,
144.crm-container table.caseSelector tr.columnheader th a.sort-descending {
145 color: #3e3e3e;
146 background-color: #FFF;
147}
148
149/* Set background back to normal gray for form labels which use <th>. Temporary fix until we standardize form layout markup. */
150.crm-container table.form-layout-compressed tbody th.label {
151 background-color: #F7F7F7;
152}
153
154.crm-container tbody {
155 border-top: none;
156}
157
6a488035
TO
158.crm-container td {
159 padding: 4px;
160 vertical-align: top;
161}
162
6a488035 163.crm-container .crm-row-child {
b5efa2c8
CW
164 margin: 0;
165 padding: 3px 0 3px 0;
6a488035 166 clear: none;
25741ebc 167 background-color: #F1F8EB;
6a488035
TO
168}
169
170/*
171** Size input fields in crm-container by class. Classes are assigned by the
172** module in relation to the data object max size.
173*/
46104fbc
CW
174.crm-container .crm-select2 {
175 width: 15em;
176}
6a488035
TO
177.crm-container .two {
178 width: 2em;
179}
180.crm-container .four {
181 width: 4em;
182}
183.crm-container .six {
184 width: 6em;
185}
186.crm-container .eight {
187 width: 8em;
188}
189.crm-container .twelve {
190 width: 12em;
191}
192.crm-container .twenty {
193 width: 20em;
194}
195.crm-container .medium {
196 width: 12em;
197}
198.crm-container .big {
199 width: 15em;
200}
fced6f00
CW
201.crm-container .huge,
202input.crm-form-entityref {
6a488035
TO
203 width: 25em;
204}
205.crm-container .huge40 {
206 width: 40em;
207}
208.crm-container textarea.big {
209 width: 35em;
210 height: 4em;
211}
212.crm-container textarea.huge {
213 width: 45em;
214 height: 16em;
215}
216.crm-container textarea.huge12 {
217 width: 40em;
218 height: 12em;
219}
220.crm-container textarea.huge40 {
221 width: 40em;
222 height: 16em;
223}
224.crm-container textarea.nowrap {
225 width: 45em;
226 height: 4.5em;
227 white-space: nowrap;
228 overflow: auto;
229}
230.crm-container .bigSelect {
231 width: 15em;
232 height: 12em;
233}
234
6a488035
TO
235/* Override line-height from style.css */
236#crm-container,
237.crm-container {
238 line-height: 135%;
239}
240
241/* Base crm-container styles */
242.crm-container hr {
243 background-color: #B0B0B0;
244}
245
6a488035
TO
246.crm-container .crm-form-block {
247 padding: 4px;
248 margin-bottom: 4px;
9435db16 249 font-size: 13px;
4fcbcb29 250 background-color: #efefe5;
6a488035
TO
251 color: #3E3E3E;
252}
253
6a488035
TO
254.crm-container .no-border {
255 border-style: none;
256}
257
258/*
259** Class for giving solid line at the bottom of the <div>(block level element)
260** Currently it is used on the dashboard pages - CiviContribute, CiviMember...
261*/
262.crm-container div.solid-border-bottom {
263 border-bottom: 2px solid #777;
264}
265
22b67281 266.crm-container .solid-border-top {
6a488035
TO
267 margin-top: 15px;
268 border-top: 1px solid #696969;
269}
270
271/* Size the verticle heights in crm-containers by class. */
272.crm-container .ht-one {
273 height: 1em;
274}
275
22b67281 276.crm-container .add-remove-link {
6a488035
TO
277 font-size: .9em;
278}
279
280/* Ensures max-width is reset to css default for the images in the maps */
281#Map img {
282 max-width: none;
283}
284
285.crm-container .required {
286 color: inherit;
287}
288
289/* CRM form layout classes (from www.realworldstyle.com) */
290.crm-container .spacer {
291 clear: left;
292 height: 5px;
293}
294
295.crm-container td.compressed select,
296.crm-container td.compressed input {
297 font-size: 0.90em;
298 font-weight: bold;
299}
300
301.crm-container td.Int input {
302 width: 6em;
303}
304
f347d31d 305.crm-container input.crm-form-text.ng-invalid.ng-dirty {
a5ca1f48 306 border: 1px solid #FF0000;
307}
969c7859 308.crm-container input.crm-form-text,
c615ef58 309.crm-container .crm-icon-picker-button,
e9bc5dcc
SL
310.crm-container input.dateplugin,
311.crm-container input.crm-form-password {
6a488035
TO
312 border: 1px solid #999;
313 vertical-align: middle;
9435db16
CW
314 padding: 1px 2px;
315 height: 1.8em;
82186c1f
CW
316 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
317 background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
318 background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
319 background-image: linear-gradient(top, #eee 1%, #fff 15%);
6a488035
TO
320}
321
e9bce408 322.crm-container input.crm-form-text[disabled],
6c89e5cf
CW
323.crm-container input.dateplugin[disabled],
324.crm-container select.crm-form-select[disabled],
e9bc5dcc
SL
325.crm-container input.crm-form-text[readonly],
326.crm-container input.crm-form-password[disabled],
327.crm-container input.crm-form-password[readonly] {
e9bce408
CW
328 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ddd), color-stop(15%, #f2f2f2));
329 background-image: -webkit-linear-gradient(top, #ddd 1%, #f2f2f2 15%);
330 background-image: -moz-linear-gradient(top, #ddd 1%, #f2f2f2 15%);
331 background-image: linear-gradient(top, #ddd 1%, #f2f2f2 15%);
332}
333
6c89e5cf
CW
334.crm-container input.crm-form-text[disabled],
335.crm-container input.dateplugin[disabled],
e9bc5dcc
SL
336.crm-container select.crm-form-select[disabled],
337.crm-container input.crm-form-password[disabled] {
6c89e5cf
CW
338 color: #a9a9a9;
339}
340
9bce560a
CW
341.crm-container .crm-form-time {
342 width: 5em;
343 margin-left: 1em;
344}
345
97e557d7 346.crm-container .crm-form-submit {
6a488035
TO
347 margin: .25em 0.5em 0.25em 0;
348}
349
6a488035
TO
350.crm-container div.crm-inline-button {
351 padding-left: 6px;
352 padding-top: 6px;
353 margin-bottom: 28px;
354}
355
6a488035
TO
356.crm-container fieldset {
357 background: none;
b5efa2c8
CW
358 padding: 4px 0;
359 margin: 10px 0;
6a488035
TO
360 border: none;
361 border-top: 1px solid #CFCEC3;
362}
363
364.crm-container fieldset.no-border {
365 border-top: none;
366}
367
368.crm-container fieldset legend {
369 display: block;
6a488035
TO
370 font-size: 14px;
371 font-weight: bold;
372 padding: 4px;
373 background: none;
374 border: medium none;
375 background-color: transparent;
376 color: #3E3E3E;
377 position: relative;
b5efa2c8 378 text-indent: 0;
6a488035
TO
379 width: auto;
380}
381
382.crm-container fieldset.form-layout {
b5efa2c8 383 margin: .25em 0 .5em 0;
6a488035
TO
384 padding: 1px 10px 1px 10px;
385}
386
387.crm-container fieldset.collapsible {
b5efa2c8 388 border: 0;
6a488035
TO
389}
390
391.crm-container div.form-item {
392 border-top-style: none;
b5efa2c8
CW
393 margin: 0;
394 padding: 3px 0 5px 0;
6a488035
TO
395 clear: none;
396 height: 100%;
397}
398
399.crm-container div.form-item dl,
400.crm-container .section-hidden dl,
401.crm-container .crm-form-block dl {
402 margin: 0;
403}
404
405/* contribution page styles */
406.crm-container #Main fieldset table td {
407 background-color: transparent;
408 border: none;
409}
410
a17a96df 411.crm-container .crm-section,
d6379709 412.crm-container div.crm-field-wrapper {
6a488035
TO
413 margin-bottom: 1em;
414}
415
8b4635be
ML
416/* todo: See PR#19968 to move towards configurable breakpoints */
417@media (min-width: 480px) {
418 .crm-container .crm-section .label {
419 float: left;
420 width: 17%;
421 text-align: right;
422 }
6a488035
TO
423}
424
6abca386 425.crm-container .crm-section .label label{
426 white-space: normal;
427}
428
6a488035
TO
429.crm-container .label-left .label {
430 text-align: left;
431}
432
8b4635be
ML
433@media (min-width: 480px) {
434 .crm-container .crm-section .content {
435 margin-left: 19%;
436 }
6a488035
TO
437}
438
439.crm-container .no-label .content {
b5efa2c8 440 margin-left: 0;
6a488035
TO
441}
442
443#crm-container #cvv2 {
444 vertical-align: top;
445}
446
447/* Use definition lists for simple 2 col forms - <dt> for labels, <dd> for fields */
448.crm-container div.form-item dt,
449.crm-container .crm-form-block dt {
450 float: left;
451 clear: left;
452 width: 150px;
453 text-align: right;
454 vertical-align: top;
b5efa2c8 455 padding: 5px 15px 5px 0;
6a488035
TO
456 font-size: .95em;
457 white-space: normal;
458}
459
460.crm-container .section-hidden dt {
461 float: left;
462 clear: left;
463 width: 150px;
464 text-align: left;
465 font-weight: bold;
466 white-space: nowrap;
b5efa2c8 467 padding: 5px 15px 5px 0;
6a488035
TO
468}
469
470.crm-container div.form-item dd,
471.crm-container .crm-form-block dd,
472.crm-container .section-hidden dd {
473 padding: 3px;
474 margin-left: 160px;
475}
476
477.crm-container div.form-item dd.html-adjust,
478.crm-container div.form-item dl.html-adjust dd,
479.crm-container div.crm-form-block dl.html-adjust dd,
480.crm-container div.crm-form-block dd.html-adjust {
481 width: 57%;
482}
483
484.crm-container div.form-item dd.description,
485.crm-container div.crm-form-block dd.description {
b5efa2c8 486 padding: 0 0 5px;
6a488035
TO
487 white-space: normal;
488}
489
490.crm-container div.form-item span.labels,
491.crm-container div.crm-form-block span.labels {
492 float: left;
493 width: 15%;
494 text-align: right;
495}
496
497.crm-container div.form-item span.fields,
498.crm-container div.crm-form-block span.fields {
499 width: 84%;
500 text-align: left;
501 margin-left: 16%;
502 display: block;
503}
504
505.crm-container table.form-layout,
6a488035 506.crm-container table.no-border {
b5efa2c8 507 margin: 0;
6a488035 508 border-collapse: collapse;
b5efa2c8 509 border: 0 none;
6a488035
TO
510}
511
512.crm-container table.form-layout-compressed {
b5efa2c8 513 margin: 0 0 .5em;
6a488035
TO
514 width: auto;
515 border-collapse: collapse;
516 border: 1px none;
517}
518
519.crm-container table.crm-profile-tagsandgroups>tbody>tr>td {
520 padding: 0;
521}
522
523.crm-container table.crm-profile-tagsandgroups,
524.crm-container table.crm-profile-tagsandgroups table {
525 margin: 0;
526}
527
528.crm-container table.advmultiselect {
b5efa2c8 529 margin: 0;
6a488035
TO
530 width: auto;
531 border-collapse: collapse;
532 border: 1px solid #696969;
533}
534
535.crm-container table.advmultiselect td {
536 padding: 10px;
537}
538
539.crm-container table.advmultiselect td select {
540 width: 150px;
541}
542
543.crm-container .form-layout td {
544 vertical-align: top;
545 padding: 5px;
546 white-space: normal;
547 border: none;
548}
549
550.crm-container .form-layout td.report,
551.crm-container .form-layout td.description,
552.crm-container .form-layout-compressed td.description {
553 white-space: normal;
554}
555
556.crm-container .form-layout-compressed td,
557.crm-container .form-layout-compressed th {
558 vertical-align: text-top;
559 padding: 2px 5px;
560 border: none;
561}
562
6a488035
TO
563.crm-container .form-layout td.label,
564.crm-container .form-layout-compressed td.label,
565.crm-container .selector td.label,
566.crm-container .form-layout-compressed th.label {
567 text-align: right;
568 padding: 4px 4px 4px 6px;
b5efa2c8 569 border: 0 none;
6a488035
TO
570 vertical-align: top;
571}
572
6a488035
TO
573.crm-container .form-layout td.label-left,
574.crm-container .form-layout-compressed td.label-left {
575 text-align: left;
576 padding: 4px 4px 4px 6px;
b5efa2c8 577 border: 0 none;
6a488035
TO
578 vertical-align: top;
579}
580
6a488035
TO
581.crm-container .form-layout td.view-value,
582.crm-container .form-layout-compressed td.view-value {
583 text-align: left;
584 padding: 4px;
b5efa2c8 585 border: 0 none;
6a488035
TO
586 vertical-align: top;
587}
588
589#crm-submit-buttons {
590 width: 100%;
591 /* fix ie7/ie8 bug where page goes bananas */
592}
593
594.crm-container .form-layout .buttons,
595.crm-container .form-layout-compressed .buttons {
596 padding-top: 10px;
597}
598
6a488035
TO
599.crm-container .form-layout-compressed td.describe-image {
600 vertical-align: top;
b5efa2c8 601 padding: 0.5em 0 0 0;
6a488035
TO
602 font-size: .9em;
603}
604
605.crm-container .right {
606 text-align: right;
607}
608
609.crm-container .form-layout-compressed td.option-label {
610 vertical-align: top;
611 text-align: right;
b5efa2c8 612 padding: 0.75em 0.5em 0 0.75em;
6a488035
TO
613 color: #7a7a60;
614}
615
616.crm-container td.price_set_option-label {
617 padding-left: 3em;
618}
619
620/* messages and status */
621.crm-container .messages {
9abd73eb 622 margin: 1em 0 1em;
6a488035
TO
623 border: none;
624 font-weight: normal;
625}
626
627.crm-container .messages .msg-title {
628 font-weight: bold;
629}
630
631.crm-container .messages table {
632 width: auto;
633}
634
635.crm-container .messages table td {
636 background-color: #F7F7F7;
637 border-bottom: 1px solid #DDDDDD;
638}
639
640.crm-container .status {
641 background-color: #FFFFCC;
642 background-image: none;
643 border: 1px solid #FFFF66;
b5efa2c8 644 margin: 0.5em 0;
6a488035
TO
645 padding: 0.25em 0.5em;
646 color: #3e3e3e;
647 font-weight: normal;
648}
649
650.crm-container .status dl {
651 margin: 2px 5px;
652}
653
654.crm-container div.status dt {
655 clear: none;
656 float: left;
657 width: 20px;
658}
659
660.crm-container div.status dd {
b5efa2c8 661 margin-left: 0;
6a488035
TO
662}
663
664.crm-container div.status ul {
665 margin: 0 0 1em 16px;
666}
667
668.crm-container .status-pending {
669 color: green;
670}
671
672.crm-container .status-completed {
673 color: #000080;
674}
675
d6379709 676.crm-container .crm-marker{
6a488035
TO
677 color: #8A1F11;
678 font-weight: bold;
679 margin-right: 5px;
680}
681
682.crm-container .crm-error,
683.crm-container .crm-inline-error {
684 background: #FBE3E4 none repeat scroll 0 0;
685 border: none;
686 color: #8A1F11;
687}
688.crm-container .crm-error {
689 padding: 4px;
690}
691
06576a03
AH
692.crm-container .status.crm-ok {
693 border-color: #B0D730;
694 background-color: #F1F8EB;
695 color: #3E3E3E;
696}
697
6a488035
TO
698.crm-container .crm-footer {
699 font-size: 0.8em;
700}
701
702#civicrm-footer {
703 margin-top: 2em;
704 border-top: 1px solid #ddd;
705 padding: 0.8em;
706 text-align: center;
707}
708
466913fc
AH
709.crm-container #civicrm-footer.crm-public-footer {
710 vertical-align: middle;
711 text-align: right;
712 font-size: 16px;
713 padding: 0.8em 0;
714}
715
c488f810
AH
716.crm-container a.empowered-by-link {
717 display: inline-block;
718 height: 34px;
466913fc 719 position: relative;
c488f810
AH
720 width: 99px;
721}
722
723.crm-container div.empowered-by-logo {
724 background: url('../i/civi99.png') no-repeat;
a0803615 725 background-image: url('../i/civi99.svg'), none;
c488f810
AH
726 display: block;
727 line-height: 34px;
728 position: absolute;
466913fc 729 top: 9px;
c488f810
AH
730 width: 99px;
731}
732
733.crm-container div.empowered-by-logo span {
734 visibility: hidden;
466913fc
AH
735}
736
6a488035 737.crm-container #access {
b5efa2c8 738 padding: 0.8em 0.8em 0 0;
6a488035
TO
739 text-align: right;
740}
741
742.crm-container .header-dark {
b5efa2c8 743 margin: 0.5em 0 0.5em;
6a488035
TO
744 padding: 0.5em;
745 background-color: #999999;
746 font-weight: bold;
747 color: #FAFAFA;
748 border-radius: 2px;
6a488035
TO
749}
750
751.crm-container div.display-block {
752 font-weight: normal;
9abd73eb 753 margin: 1em 2em 1em 2em;
6a488035
TO
754}
755
756/* Data display layouts */
757.crm-container h3 {
758 /* h3 used as table header for civicrm */
759 background-color: #CDE8FE;
760 font-size: 15px;
6a488035
TO
761 font-weight: bold;
762 color: #121A2D;
763 padding: 4px 6px;
764 margin: 0 0 0.3em;
765}
766
767.crm-container h3.nobackground,
768.crm-container .crm-form-block h3 {
769 background-color: transparent;
770}
771
772#crm-container .col1 {
773 float: left;
774 vertical-align: top;
775 width: 40%;
776 text-align: left;
b5efa2c8 777 margin: 0 25px 0 25px;
6a488035
TO
778}
779
780#crm-container .col2 {
781 float: right;
782 vertical-align: top;
783 width: 50%;
784 text-align: left;
b5efa2c8 785 margin: 0;
6a488035
TO
786}
787
788#crm-container ul.indented {
789 padding-left: 3em;
790}
791
792#crm-container tr.subevent td.event-title,
793#crm-container tr.subevent td.event-info {
794 padding-left: 3em;
795}
796
797#crm-container span.child-indent {
798 padding-left: 1em;
799}
800
ac2c0c56 801/* Remove any weird list styles from the cms */
6a488035
TO
802.crm-container ul li {
803 background-image: none;
804}
805
6a488035
TO
806.crm-container .crm-form-block .crm-loading-element {
807 background-image: url("../i/loading-E6E6DC.gif");
808}
809
810.crm-container .crm-loading-element {
811 padding-left: 30px;
812 height: 30px;
b5efa2c8 813 background: transparent url("../i/loading.gif") no-repeat 0 0;
6a488035
TO
814}
815
816.crm-container div div.crm-msg-loading div.icon {
b5efa2c8 817 background: transparent url("../i/loading-2f2f2e.gif") no-repeat 0 0;
6a488035
TO
818}
819
820/*
821 * Styles for formatting text
822 */
823
824/* Inline form field 'post-help' and radio-button unselect */
4a143c04 825.crm-container .description {
6a488035
TO
826 font-size: 0.9em;
827 font-weight: normal;
828 white-space: normal;
829 width: auto;
830 color: #696969;
831 line-height: inherit;
832 padding: 0;
833 margin: 0;
834}
835
836.crm-container .form-layout-compressed td.description,
837.crm-container .form-layout td.description {
838 padding: 0 5px 5px 5px;
839 font-size: 1em;
840}
841
842/* Page and form-level 'help' */
843.crm-container .help,
844.crm-container #help {
845 background-color: #F1F8EB;
846 border: 1px solid #B0D730;
847 color: #3E3E3E;
9435db16 848 font-size: 13px;
6a488035
TO
849 margin: 0 0 8px;
850 padding: 4px;
851}
852
853.crm-container .help p {
854 margin: 4px;
855}
856
6a488035
TO
857.crm-container .font-light {
858 font-weight: lighter;
859}
860
861.crm-container .bold {
862 font-weight: bold;
863}
864
f28a6f18
CW
865.crm-container .font-bold {
866 font-weight: bold !important;
867}
868
6a488035
TO
869.crm-container .font-italic {
870 font-style: italic;
871}
872
873.crm-container .font-size11pt {
874 font-size: 1.1em;
875}
876
877.crm-container .font-size12pt {
878 font-size: 1.2em;
879}
880
881.crm-container .qill {
882 font-weight: normal;
883 line-height: 1.1em;
884}
885
886/* Styles for record browser and report tables, and pager bar */
887#crm-container #map-field table,
888#crm-container table.report,
889#crm-container table.chart {
890 width: auto;
891}
892
893#crm-container .crm-flashchart {
1cf4c0f9 894 overflow: auto;
6a488035
TO
895}
896
897#crm-container td.enclosingNested {
b5efa2c8 898 padding: 0;
6a488035
TO
899}
900
901#crm-container .nowrap {
902 white-space: nowrap;
903}
904
905#crm-container tr.columnheader {
906 background-color: #E6E6E6;
907 color: #000000;
908 border: 1px solid #DDD;
909}
910
911#crm-container tr.columnheader a {
912 color: #000;
913 text-decoration: none;
914 vertical-align: top;
915}
916
917#crm-container tr.columnheader-dark th {
918 background-color: #999999;
919 color: #FAFAFA;
920 border: 1px solid #696969;
921}
922
923#crm-container tr.columnheader-dark td,
924#crm-container tr.columnheader-dark th,
925#crm-container tr.columnheader td,
926#crm-container tr.columnfooter td {
927 font-size: 1.1em;
928 font-weight: bold;
929}
930
ab284917
SL
931/* dev/core#1039 Make contact details in popup on merge screen non bold */
932#crm-container tr.columnheader td [class*="crm-summary-col-"] {
933 font-size: 13px;
934 font-weight: normal;
935}
936
6a488035
TO
937#crm-container tr.columnheader-dark th span.extra {
938 font-size: .95em;
939 font-weight: normal;
940}
941
942#crm-container tr.columnfooter {
943 border-top: 2px solid #999999;
944 font-size: 1.1em;
945}
946
947#crm-container #map-field th {
948 border-right: 1px solid #999999;
949}
950
951#crm-container #map-field td,
952#crm-container .report td,
953#crm-container .chart td {
954 padding: 10px 10px 4px 10px;
955}
956
957#crm-container .report td {
958 border: 1px solid #999999;
959 background-color: #F6F6F6;
960}
961
962/* double line right border for last cell in a horizontal grouping */
963#crm-container table.report td.splitter {
964 border-right: 5px double #999999;
965}
966
967#crm-container .report td.separator {
968 padding-top: 1em;
969 background-color: #FFFFFF;
970 border-left-color: #FFFFFF;
971 border-right-color: #FFFFFF;
972}
973
974#crm-container .chart td {
975 border: 2px solid #999999;
976}
977
6a488035
TO
978#crm-container .float-left {
979 float: left;
b5efa2c8 980 padding: 4px 0;
6a488035
TO
981 clear: none;
982}
983
984#crm-container .float-left + .float-left {
985 margin-left: 1em;
986}
987
988#crm-container .float-right {
989 float: right;
990 width: auto;
b5efa2c8 991 padding: 4px 0;
6a488035
TO
992 clear: none;
993}
994
995#crm-container .align-right {
996 display: block;
997 margin-right: 20px;
998 text-align: right;
999}
1000
1001#crm-container .element-right {
1002 float: right;
1003 margin-right: 35px;
1004}
1005
1006/* search page styles */
1007.crm-container .crm-search-tasks,
1008.crm-container .crm-tasks {
1009 margin-bottom: 4px;
1010 padding: 4px;
1011}
1012
1013.crm-container .crm-search-results {
1014 margin-bottom: 4px;
b5efa2c8 1015 padding: 0;
6a488035
TO
1016}
1017
1018.crm-container #search-status {
1019 border: none;
9435db16 1020 font-size: 13px;
6a488035
TO
1021 font-weight: normal;
1022}
1023
1024.crm-container .crm-pager {
1025 border: none;
1026 background-color: #F5F6F1;
1027 position: relative;
1028 height: 35px;
1029 padding-top: 5px;
1030 margin-bottom: 4px;
1031}
1032
1033.crm-container #search-status ul {
b5efa2c8 1034 margin: 0;
6a488035
TO
1035}
1036
1037.crm-container #search-status ul li,
1038#crm-container ul.left-alignment li {
1039 display: list-item;
9abd73eb 1040 margin-left: 2em;
6a488035
TO
1041 list-style-position: inside;
1042}
1043
1044.crm-container .crm-pager input {
1045 text-align: center;
1046}
1047
1048.crm-container .crm-pager-nav {
1049 display: block;
1050 margin-top: 7px;
1051 padding-left: 5px;
1052}
1053
1054#crm-container .section-hidden {
1055 display: block;
b5efa2c8 1056 margin: 0;
6a488035
TO
1057 padding: 5px;
1058 font-size: 0.95em;
1059}
1060#crm-container form .section-hidden-border {
1061 background-color: #5c5c59;
1062 border: medium none;
1063 color: #FFFFFF;
1064 margin-left: 5px;
9435db16 1065 font-size: 13px;
6a488035 1066 font-family: Verdana;
b5efa2c8 1067 padding: 2px 0 0 0;
6a488035
TO
1068}
1069
1070#crm-container .section-shown {
b5efa2c8 1071 padding: 0 5px;
6a488035
TO
1072}
1073#crm-container .data-group-first {
1074 margin: 10px 5px 5px 5px;
1075 padding: 5px;
1076 border-top: 2px solid #999999;
1077 clear: none;
1078}
1079
1080/* Styles for Wizard Progress Bars */
1081#crm-container ul.wizard-bar {
1082 border-collapse: collapse;
b5efa2c8 1083 padding: 0 0 0 1em;
6a488035
TO
1084 white-space: nowrap;
1085 list-style: none;
b5efa2c8 1086 margin: 10px 0 20px;
6a488035
TO
1087 height: auto;
1088 width: auto;
1089 line-height: normal;
1090 border-top: 3px solid #bbb;
68ca70d5 1091 text-align: center;
6a488035
TO
1092}
1093
1094#crm-container ul.wizard-bar li {
1095 display: inline;
1096 background-color: #FAFAFA;
1097 border: 1px solid #999999;
1098 height: auto;
68ca70d5 1099 margin: -2px;
6a488035
TO
1100 padding: .5em 1em .5em;
1101 text-decoration: none;
1102 font-size: .95em;
1103 background-image: none;
1104}
1105
1106#crm-container ul.wizard-bar li.current-step {
68ca70d5
WT
1107 background-color: #4A89DC;
1108 border-color: #4A89DC;
1109 color: #ffffff;
6a488035
TO
1110 font-weight: bold;
1111}
1112
1113#crm-container ul.wizard-bar li.past-step {
1114 background-color: #F5F5F5;
1115 color: #666;
1116}
1117
68ca70d5 1118#crm-container ul.wizard-bar li:first-child {
b5efa2c8 1119 border-radius: 8px 0 0 8px;
68ca70d5
WT
1120}
1121
1122#crm-container ul.wizard-bar li:last-child {
b5efa2c8 1123 border-radius: 0 8px 8px 0;
68ca70d5
WT
1124}
1125
6a488035
TO
1126/* Recently Viewed bar */
1127#crm-recently-viewed ul {
1128 list-style-image: none;
1129 font-size: .9em;
e6110f20 1130 padding: 0;
6a488035
TO
1131}
1132
1133#crm-recently-viewed li.crm-recently-viewed {
1134 margin: 1px;
1135 padding: 1px 1px 4px 3px;
1136 border: 1px solid #D7D7D0;
1137 background-color: #fff;
1138 white-space: nowrap;
1139 list-style-type: none;
1140 position: relative;
6a488035
TO
1141 border-radius: 4px;
1142}
1143
1144#crm-recently-viewed ul li.crm-recently-viewed:hover,
1145#crm-recently-viewed .crm-recentview-wrapper {
1146 background-color: #FFFFCC;
1147 border: 1px solid #FFFF66;
6a488035
TO
1148 border-radius: 4px;
1149}
1150
1151#crm-recently-viewed a {
1152 font-weight: normal;
1153 color: #4A88DF;
1154 text-decoration: none;
1155 font-size: .95em;
1156}
1157
1158#crm-recently-viewed .crm-recentview-wrapper {
1159 display: none;
1160 position: absolute;
1161 z-index: 99;
1162 width: 10em;
1163 overflow: hidden;
b5efa2c8 1164 top: 0;
6a488035
TO
1165 text-align: center;
1166 padding-top: 1em;
1167}
1168
1169#crm-recently-viewed.left .crm-recentview-wrapper {
1170 border-left: none;
1171 right: -10em;
1172}
1173
1174#crm-recently-viewed.right .crm-recentview-wrapper {
1175 border-right: none;
1176 left: -10em;
1177}
1178
1179#crm-recently-viewed li.crm-recently-viewed:hover .crm-recentview-wrapper {
1180 display: block;
1181}
1182
e6110f20
MW
1183.crm-recentview-item {
1184 overflow: hidden;
ad98b8da 1185 text-overflow: ellipsis;
e6110f20
MW
1186}
1187
6a488035
TO
1188#crm-recently-viewed .crm-recentview-wrapper a:hover {
1189 color: #494949;
1190}
1191
22b67281
CW
1192/* Boxes of checkbox elements (e.g. Advanced Search page) */
1193.crm-container .listing-box,
1194.crm-container .listing-box-tall {
6a488035
TO
1195 width: auto;
1196 max-width: 30em;
1197 height: 7.25em;
1198 overflow: auto;
1199 border: 1px solid #999999;
1200}
1201
1202.crm-container .listing-box div {
1203 color: black;
1204}
1205
22b67281 1206/* To allow for taller boxes of groups/tags. */
6a488035 1207.crm-container .listing-box-tall {
9abd73eb 1208 margin: .25em 2em .5em 0;
6a488035 1209 height: 15em;
6a488035
TO
1210}
1211
1212/* Image Styles */
1213.crm-container .action-icon {
1214 vertical-align: middle;
1215 padding: 2px 2px 2px 3px;
1216 margin: 2px 2px 3px 2px;
1217 cursor: pointer;
6a488035
TO
1218}
1219
f563a06b 1220#crm-container button.submit-link {
6a488035 1221 color: #285286;
1e52d537 1222 background: none transparent;
6a488035
TO
1223 border: none;
1224 cursor: pointer;
b5efa2c8 1225 margin: 0 -0.5em 0 -0.5em;
1e52d537 1226 text-shadow: none;
6a488035
TO
1227}
1228
1229.crm-container .underline-effect {
1230 color: #285286;
1231}
1232
1233.crm-container .underline-effect:hover {
1234 text-decoration: underline;
1235}
1236
1237.crm-container .underline-effect:before {
1238 content: "\00BB";
1239}
1240
6a488035
TO
1241#crm-container.clear,
1242.crm-container .crm-group-summary .clear {
1243 /* generic container (i.e. div) for floating buttons */
1244 overflow: hidden;
1245 width: 100%;
1246}
1247
6a488035
TO
1248#location .form-layout table,
1249#location .form-layout td,
1250#crm-container div#location table.form-layout table.inner-table td {
b5efa2c8 1251 border: 0;
6a488035
TO
1252 vertical-align: top;
1253 margin-bottom: -5px;
1254 width: auto;
1255}
1256
1257/* class for personal campaign info page */
1258#crm-container table.campaign th,
1259.crm-container table.campaign td,
1260#crm-container table.campaign,
1261#crm-container table.campaign table.form-layout td {
1262 font-size: 9pt;
b5efa2c8 1263 border: 0;
6a488035
TO
1264 width: auto;
1265 vertical-align: top;
1266}
1267
1268#crm-container table.campaign table {
1269 background: #F7F7F7;
1270}
1271
1272#crm-container div.remaining {
1273 background: url("../i/contribute/pcp_remain.gif");
1274}
1275
1276#crm-container div.achieved {
1277 background: url("../i/contribute/pcp_achieve.gif");
1278}
1279
1280#crm-container .honor_roll {
1281 margin: 1em 20px 0 0;
1282 padding: 10px;
1283 width: 120px;
1284 background-color: #fafafa;
1285 border: 1px solid #9d9fca;
1286 height: 220px;
36c3dd5f 1287 overflow: hidden;
6a488035
TO
1288}
1289
1290#crm-container .thermometer-wrapper,
1291#crm-container .honor-roll-wrapper {
1292 float: left;
1293 width: 150px;
1294 margin-left: 1em;
1295}
1296
1297#crm-container .thermometer-fill-wrapper {
1298 background: transparent url("../i/contribute/pcp_remain.gif") repeat-y scroll left bottom;
1299 height: 220px;
1300 position: relative;
1301 margin: 1em 0 1.5em 0;
1302}
1303
1304#crm-container .thermometer-fill {
1305 background: transparent url(../i/contribute/pcp_achieve.gif) repeat-y scroll 0 bottom;
1306 bottom: 0;
1307 left: 0;
1308 position: absolute;
1309 width: 130px;
1310}
1311
1312#crm-container .thermometer-pointer {
1313 padding-left: 45px;
1314 /* width of thermometer + a little actual padding */
1315 position: absolute;
1316 top: -10px;
1317 /* vertically center text on percentage raised */
1318 line-height: 1em;
1319}
1320
1321#crm-container .pcp-intro-text {
1322 padding-bottom: 1em;
1323}
1324
1325#crm-container .pcp-image {
1326 float: left;
1327 margin: 0 1em 1em 0;
1328}
1329
546b73ae
K
1330#crm-container .pcp-image img {
1331 max-width: 360px;
1332}
1333
6a488035
TO
1334#crm-container .pcp-widgets {
1335 border: 1px solid #CCCCCC;
1336 float: right;
1337 margin: 0 0 1em 1em;
1338 padding: 0.5em;
1339}
1340
1341#crm-container .pcp_honor_roll_entry {
1342 margin-bottom: 1em;
1343}
1344
1345#crm-container .pcp-honor_roll-nickname {
1346 font-weight: bold;
1347}
1348
1349#crm-container .pcp-donate {
1350 height: 24px;
1351}
1352#crm-container a.pcp-contribute-button {
1353 font-weight: bold;
1354}
1355
1356#crm-container .pcp-create-your-own {
1357 clear: left;
1358 margin: 1em 0;
1359}
1360
1361#crm-container .pcp-page-text {
1362 margin-bottom: 1em;
1363}
1364
1365#crm-container table.nestedSelector {
b5efa2c8 1366 margin: 0;
6a488035 1367 width: 100%;
b5efa2c8 1368 border-bottom: 0;
6a488035
TO
1369}
1370
1371#crm-container table.nestedSelector tr.columnheader th {
b5efa2c8 1372 border: 0;
6a488035
TO
1373}
1374
1375#crm-container table.caseSelector {
1376 vertical-align: top;
b5efa2c8 1377 border: 0;
6a488035
TO
1378 margin: 0.5em 0.1em;
1379}
1380
1381#crm-container table.caseSelector tr {
1382 border-bottom: 1px solid #999999;
1383}
1384
6a488035 1385#crm-container table.caseSelector td {
b5efa2c8 1386 border-right: 0;
6a488035
TO
1387 padding: 4px;
1388}
1389
1390#crm-container table.nestedActivitySelector {
b5efa2c8 1391 margin: 0;
6a488035 1392 width: 100%;
b5efa2c8 1393 border: 0;
6a488035
TO
1394 color: #333333;
1395}
1396
1397#crm-container table.nestedActivitySelector tr.columnheader th {
1398 color: #000000;
1399 background-color: #CFCEC3;
1400 border-top-color: #FFF;
1401 border-left-color: #FFFFFF;
1402 border-right-color: #FFFFFF;
1403 border-bottom-color: #999999;
1404}
1405
1406#crm-container table#activities-selector.nestedActivitySelector,
1407#crm-container table#activities-selector.nestedActivitySelector td {
b5efa2c8 1408 border: 0;
6a488035
TO
1409}
1410
1411#crm-container table.nestedActivitySelector td {
b5efa2c8 1412 border-right: 0;
6a488035
TO
1413}
1414
1415#crm-container table#activities-selector.nestedActivitySelector tr.status-overdue {
1416
1417}
1418
1419#crm-container table.nestedActivitySelector tr.priority-urgent,
1420#crm-container table.nestedActivitySelector tr a.priority-urgent {
1421 background-color: #FFDDDD;
1422}
1423
1424#crm-container table.nestedActivitySelector tr.priority-low,
1425#crm-container table.nestedActivitySelector tr a.priority-low {
1426 background-color: #DDFFDD;
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 {
1441 color: #FF0000;
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;
6a488035
TO
1492 border-left: 1px solid #CCC;
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%);
1534 border: 1px solid #AAAAAA;
e08a683f
CW
1535 opacity: 1;
1536 color: #2786C2;
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 {
1554 background-color: #2F2F2E;
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;
1562 background-color: #F5F6F1;
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;
c5d647c1 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;
1697 background-color: #FAFAFA;
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;
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 {
1769 background-color: #F5F5F5;
1770 border: 1px solid #CDCDC3;
1771 padding: 4px;
1772 width: 20%;
1773 white-space: normal;
1774 font-size: 0.95em;
1775}
1776
1777#crm-container .report-contents-right {
1778 border: 1px solid #CDCDC3;
1779 padding: 4px;
1780 font-size: 0.95em;
1781 text-align: right;
1782}
1783
1784#crm-container table.report-layout td {
1785 padding: 4px;
1786 border-bottom: 1px solid #CDCDC3;
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 {
1800 background-color: #F5F5F5;
1801
1802}
1803
1804#crm-container table.report-layout th.statistics {
1805 width: 5%;
1806 white-space: nowrap;
1807}
1808
1809/*override default pager for report*/
1810.crm-container .report-pager .crm-pager-nav a {
1811 color: #000000;
1812}
1813
1814#crm-container table.view-layout {
b5efa2c8 1815 margin: 0;
6a488035 1816 border-collapse: collapse;
b5efa2c8 1817 border: 0 none;
6a488035
TO
1818}
1819
1820#crm-container table.view-layout .label {
1821 color: DimGray;
1822 font-size: 0.95em;
1823 vertical-align: top;
1824 font-weight: bold;
1825 margin-right: 10px;
1826 background-color: #EEEEEE;
1827 width: 20%;
1828}
1829
1830#crm-container th.contriTotalRight {
1831 border-right: 1px solid #999999;
1832}
1833
1834#crm-container th.contriTotalLeft {
1835 border-left: 1px solid #999999;
1836}
1837
1838/* TimeEntry styles */
1839.crm-container .timeEntry_control {
1840 vertical-align: middle;
1841 margin-left: 2px;
1842}
1843* html .timeEntry_control {
1844 /* IE only */
1845 margin-top: -4px;
1846}
1847
6a488035
TO
1848.crm-container .ui-datepicker {
1849 width: 17em;
1850 padding: .2em .2em 0;
1851 z-index: 9999 !important;
1852}
1853
6a488035
TO
1854/* Set/alter ICONS */
1855
6a488035
TO
1856#crm-container .order-icon {
1857 height: 15px;
1858 width: 10px;
1859 padding-top: 4px;
1860 padding-right: 4px;
76f9c714 1861 display: inline-block;
6a488035
TO
1862}
1863
1864/* crm button style */
1865
23223213
CW
1866.crm-container .crm-submit-buttons,
1867.crm-container .action-link {
6a488035 1868 height: 27px;
b5efa2c8 1869 margin: 4px 0 4px 2px;
6a488035
TO
1870}
1871
23223213 1872.crm-container .register_link-top {
6a488035
TO
1873 float: right;
1874 margin-left: 8px;
1875}
1876
1877.crm-container .crm-clear-link {
1878 margin-left: .5em;
1879}
1880
5d31ff6d 1881.crm-container .crm-button-type-cancel,
deae896d 1882.crm-container .crm-button-type-back {
6a488035
TO
1883 margin-left: 20px;
1884}
6a488035 1885
61d22e94
AH
1886/* Reset WP backend min-height for buttons */
1887
1888.wp-core-ui .crm-container .button {
1889 min-height: 0;
1890}
1891
6a488035
TO
1892.crm-container a.button,
1893.crm-container a.button:link,
a75fac1d 1894.crm-container a.button:visited,
10964182 1895.crm-container .ui-dialog-buttonset .ui-button,
deae896d 1896.crm-container .crm-button {
6a488035 1897 text-shadow: 0 1px 0 black;
72c0cb91 1898 background: #696969;
6a488035 1899 color: #FFF;
9435db16 1900 font-size: 13px;
6a488035 1901 font-weight: normal;
e3d910c9 1902 margin: 0 6px 0 0;
6a488035
TO
1903 padding: 2px 6px;
1904 text-decoration: none;
1905 cursor: pointer;
1906 border: 1px solid #3e3e3e;
39f4f54f 1907 display: block;
294a6eeb 1908 float: left;
353282c5 1909 overflow: hidden;
294a6eeb 1910 line-height: 135%;
40564bf4 1911 border-radius: 3px;
294a6eeb
AH
1912}
1913
6a488035
TO
1914.crm-container .crm-button:hover,
1915.crm-container .crm-button:focus,
10964182
CW
1916.crm-container .ui-dialog-buttonset .ui-button:hover,
1917.crm-container .ui-dialog-buttonset .ui-button:focus,
6a488035
TO
1918.crm-container a.button:hover,
1919.crm-container a.button:focus {
72c0cb91 1920 background: #3e3e3e;
6a488035
TO
1921}
1922
9f8862e1
CW
1923.crm-container .crm-button-disabled,
1924.crm-container .crm-button.crm-button-disabled,
1925.crm-container .ui-dialog-buttonset .ui-button[disabled],
22b67281
CW
1926.crm-container .crm-button[disabled] {
1927 opacity: .6;
1928 cursor: default;
22b67281
CW
1929}
1930
10964182
CW
1931.crm-container .ui-dialog-buttonpane {
1932 background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 35%);
1933}
1934
0e44568b 1935.crm-container .ui-dialog-buttonset .ui-button .ui-icon {
10964182
CW
1936 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
1937}
1938
40564bf4
AH
1939/* Override of a line in crm-i.css that may not be important anymore */
1940.crm-container .ui-dialog-buttonset .ui-button .ui-icon[class*=" fa-"] {
1941 margin-top: 0;
1942}
1943
53a1e3ff
CW
1944/* No crm-button styling for PayPal Express buttons */
1945.crm-container input#_qf_Register_upload_express,
1946.crm-container input#_qf_Payment_upload_express,
1947.crm-container input#_qf_Main_upload_express {
6a488035 1948 background: none;
d731c8c6
CW
1949 margin: 0;
1950 padding: 0;
6a488035
TO
1951 border: none;
1952}
1953
1954/* create new XXX style (drupal block) */
1955
1956#crm-participant-wrapper,
1957#crm-event-links-wrapper,
1958#crm-contribpage-links-wrapper,
0e44568b 1959#crm-create-new-wrapper {
6a488035
TO
1960 position: relative;
1961 float: left;
1962}
1963
1964#crm-event-links-list,
1965#crm-contribpage-links-list,
1966#crm-create-new-list,
1967#crm-contact-actions-list,
1968#crm-participant-list {
1969 position: absolute;
1970 display: none;
1971 top: 24px;
1972 width: 220px;
b5efa2c8 1973 left: 0;
6a488035
TO
1974 z-index: 15;
1975}
1976
1977#crm-create-new-list {
6b5ca1ea 1978 width: 160px;
6a488035 1979}
6a488035 1980
6a488035
TO
1981#crm-event-links-list .crm-event-info ul,
1982#crm-event-links-list .crm-event-test ul,
1983#crm-event-links-list .crm-event-live ul,
1984#crm-contribpage-links-list .crm-contribpage-contribution ul,
1985#crm-contribpage-links-list .crm-contribpage-test ul,
1986#crm-contribpage-links-list .crm-contribpage-live ul,
1987#crm-participant-list .crm-participant-counted ul,
1988#crm-participant-list .crm-participant-not-counted ul,
1989#crm-participant-list .crm-participant-listing ul,
1990#crm-create-new-list ul {
1991 width: auto;
0e44568b
CW
1992 margin: 0;
1993 padding: 0;
6a488035
TO
1994}
1995
1996/* setup for icons */
1997
1998.ac_results ul li {
1999 background-image: url('');
2000}
2001
0e44568b
CW
2002.crm-container .ui-icon,
2003.crm-container .icon {
6a488035
TO
2004 background-image: url("../i/icons/jquery-ui-52534D.png")
2005}
0e44568b 2006
6a488035
TO
2007.crm-container .icon {
2008 height: 16px;
2009 width: 16px;
6a488035
TO
2010 float: left;
2011 text-indent: -10000px;
2012}
2013
1c5e7d22
DG
2014.crm-container span.icon,
2015.crm-container a.ui-icon {
6a488035
TO
2016 float: none;
2017 display: inline-block;
2018}
2019
2020.crm-container .button .icon,
03b412ae 2021.crm-container a.invoiceButton .icon,
0bdc50a1
CW
2022.crm-container .crm-button .icon,
2023.crm-accordion-header .icon {
650ce702
CW
2024 position: relative;
2025 top: -2px;
6a488035
TO
2026 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2027}
6a488035 2028
39f4f54f 2029.crm-container span.crm-button .icon {
6a488035
TO
2030 margin-top: 3px;
2031}
2032
ba3d4a75
CW
2033.crm-container .button .icon {
2034 float: left;
2035 display: block;
2036 margin-right: 3px;
2037 top: -1px;
2038}
2039
2040.crm-container .button .icon.css_right {
2041 float: right;
2042 margin-right: 0;
2043 margin-left: 3px;
2044}
2045
6a488035 2046.crm-container .delete-icon {
20a88318 2047 background-position: -176px -96px;
6a488035 2048}
650ce702 2049.crm-container .red-icon,
77042884 2050.crm-container a:hover .icon.delete-icon,
39f4f54f 2051.crm-container .crm-button:hover .icon.ui-icon-trash,
3e5e512f 2052.crm-container .crm-hover-button:hover .icon.ui-icon-trash,
b5efa2c8 2053.crm-container span:hover > .icon.delete-icon {
650ce702 2054 background-image: url("../i/icons/jquery-ui-8A1F11.png");
6a488035
TO
2055}
2056
bc8360e1
AH
2057/* Font Awesome */
2058
f4b168fd
AH
2059.crm-container a .crm-i,
2060.crm-container a:link .crm-i,
2061.crm-container a:visited .crm-i,
2062.crm-container a:active .crm-i,
2063.crm-container a:hover .crm-i,
2064.crm-container a .ui-icon[class*=" fa-"],
2065.crm-container a:link .ui-icon[class*=" fa-"],
2066.crm-container a:visited .ui-icon[class*=" fa-"],
2067.crm-container a:active .ui-icon[class*=" fa-"],
2068.crm-container a:hover .ui-icon[class*=" fa-"] {
aac8c264
AH
2069 color: inherit;
2070}
2071
2072a.crm-i:hover {
2073 text-decoration: none;
2074}
2075
41d0b881
AH
2076.crm-container a:hover .crm-i.fa-trash,
2077.crm-container .crm-button:hover .crm-i.fa-trash,
2078.crm-container .crm-hover-button:hover .crm-i.fa-trash,
2079.crm-container span:hover > .crm-i.fa-trash,
bc8360e1 2080.crm-i.crm-i-red {
8777ffd1
AH
2081 color: #8A1F11;
2082}
2083
bc8360e1
AH
2084.crm-i.crm-i-blue {
2085 color: #6177D5;
2086}
2087
5484cc43
AH
2088.crm-i.crm-i-green {
2089 color: #86c661;
2090}
2091
7337847b 2092.crm-container a.helpicon {
3c590042 2093 opacity: .8;
7337847b
AH
2094}
2095
044fc18f
LS
2096.crm-submit-buttons .helpicon {
2097 float: left;
2098 padding-right: 6px;
2099}
2100
7337847b
AH
2101.crm-container a.helpicon:hover,
2102.crm-container a.helpicon:focus {
2103 opacity: 1;
2104}
2105
3c590042 2106/* Same as fa-question-circle */
7337847b
AH
2107.crm-container a.helpicon:before {
2108 content: "\f059";
2109}
2110
3c590042
CW
2111div.crm-accordion-header a.helpicon {
2112 color: inherit;
2113}
72fb5207
CW
2114div.crm-master-accordion-header a.helpicon {
2115 color: #2786c2;
2116}
3c590042 2117
6a488035
TO
2118/* These .crm-icon classes use item_sprites.png */
2119
2120.crm-container .crm-icon {
2121 background-image: url('../i/item_sprites.png');
2122 margin: 2px 4px 0 0;
2123 text-indent: -10000px;
2124 /* for accessibility reason, put the name of the type/subtype in the icon div (it will be hidden and replaced by the icon) */
2125}
2126
4a7803a1 2127.select2-results .select2-highlighted .Individual-icon,
6a488035 2128.crm-container .Individual-icon {
b5efa2c8 2129 background-position: 0 0;
6a488035 2130}
4a7803a1
CW
2131.select2-results .select2-highlighted .Organization-icon,
2132.crm-container .Organization-icon {
b5efa2c8 2133 background-position: -48px 0;
6a488035 2134}
4a7803a1 2135.select2-results .select2-highlighted .Household-icon,
6a488035 2136.crm-container .Household-icon {
b5efa2c8 2137 background-position: -32px 0;
6a488035 2138}
4a7803a1 2139.crm-container .Group-icon {
b5efa2c8 2140 background-position: -16px 0;
4a7803a1
CW
2141}
2142.select2-results .Individual-icon,
6a488035 2143.crm-container .Individual-subtype-icon {
b5efa2c8 2144 background-position: 0 -48px;
6a488035 2145}
4a7803a1 2146.select2-results .Household-icon,
6a488035
TO
2147.crm-container .Household-subtype-icon {
2148 background-position: -32px -48px;
2149}
4a7803a1 2150.select2-results .Organization-icon,
6a488035
TO
2151.crm-container .Organization-subtype-icon {
2152 background-position: -48px -48px;
2153}
2154
6a488035 2155.crm-container .Activity-icon {
b5efa2c8 2156 background-position: -64px 0;
6a488035
TO
2157}
2158.crm-container .Case-icon {
b5efa2c8 2159 background-position: -80px 0;
6a488035
TO
2160}
2161.crm-container .Grant-icon {
b5efa2c8 2162 background-position: 0 -16px;
6a488035
TO
2163}
2164.crm-container .Contribution-icon {
2165 background-position: -16px -16px;
2166}
2167.crm-container .Pledge-icon {
2168 background-position: -16px -16px;
2169}
2170.crm-container .Membership-icon {
2171 background-position: -32px -16px;
2172}
2173.crm-container .Participant-icon {
b5efa2c8 2174 background-position: 0 -32px;
6a488035
TO
2175}
2176.crm-container .Note-icon {
2177 background-position: -16px -32px;
2178}
2179.crm-container .Relationship-icon {
2180 background-position: -32px -32px;
2181}
2182
2183/* accordion styles */
2184
e9f4c0da
AH
2185.crm-container .crm-accordion-header,
2186.crm-container .crm-collapsible .collapsible-title,
2187.crm-container span.collapsed,
2188.crm-container a.collapsed,
2189.crm-container .crm-expand-row {
6a488035 2190 cursor: pointer;
e9f4c0da
AH
2191}
2192
2193.crm-container .crm-accordion-wrapper {
2194 margin-bottom: 4px;
2195}
2196
2197/* Specific types of headers */
2198
2199#crm-container .widget-content .crm-accordion-header {
2200 background-color: #EFEFE5;
2201 color: #080808;
2202}
2203
2204.crm-container a.crm-expand-row:before,
2205.crm-container a.crm-expand-row:link::before,
2206.crm-container a.crm-expand-row:visited::before {
2207 color: #3E3E3E;
2208}
2209
2210.crm-container .crm-accordion-header {
6a488035
TO
2211 color: #F5F6F1;
2212 font-weight: normal;
e9f4c0da 2213 padding: 4px 8px;
6a488035 2214 background-color: #5D677B;
e9f4c0da 2215 border-radius: 4px 4px 0 0;
6a488035
TO
2216}
2217
e9f4c0da
AH
2218.crm-container .collapsed .crm-accordion-header {
2219 border-radius: 4px;
6a488035
TO
2220}
2221
e9f4c0da
AH
2222.crm-container .crm-accordion-header.active {
2223 font-weight: bold;
2224 background-color: #3E3E3E;
6a488035
TO
2225}
2226
e9f4c0da
AH
2227.crm-container .crm-accordion-header:hover {
2228 background-color: #2F2F2E;
6a488035
TO
2229}
2230
e9f4c0da
AH
2231#crm-container .widget-content .crm-accordion-header:hover {
2232 background-color: #e8e8de;
3154780c
CW
2233}
2234
e9f4c0da 2235.crm-container .crm-accordion-wrapper .crm-master-accordion-header {
6a488035
TO
2236 background-color: transparent;
2237 color: #3E3E3E;
2238}
2239
201ddbaf 2240.crm-container .crm-accordion-wrapper .crm-master-accordion-header {
6a488035 2241 font-size: 16px;
6a488035
TO
2242}
2243
e9f4c0da
AH
2244.crm-container .crm-master-accordion-header.crm-accordion-header:hover,
2245.crm-container .crm-collapsible .collapsible-title:hover {
2246 color: #121A2D;
6a488035
TO
2247}
2248
e9f4c0da
AH
2249.crm-container .collapsed .crm-accordion-body,
2250.crm-container .crm-collapsible.collapsed .collapsible-title + * {
2251 display: none;
6a488035
TO
2252}
2253
e9f4c0da
AH
2254/* Collapse icon */
2255
2256/* General icon settings for all collapsible things */
2257.crm-container .crm-accordion-header:before,
2258.crm-container .crm-collapsible .collapsible-title:before,
2259.crm-container span.collapsed:before,
2260.crm-container a.collapsed:before,
2261.crm-container .crm-expand-row:before {
2262 font-family: "FontAwesome";
2263 display: inline-block;
2264 width: 1em;
2265 content: "\f0da";
2266 font-size: 13px;
6a488035
TO
2267}
2268
e9f4c0da
AH
2269/* Collapsed icon */
2270.crm-container .collapsed .crm-accordion-header:before,
2271.crm-container .crm-collapsible.collapsed .collapsible-title:before,
2272.crm-container span.collapsed:before,
2273.crm-container a.collapsed:before,
2274.crm-container .crm-expand-row:before {
2275 content: "\f0da";
6a488035
TO
2276}
2277
e9f4c0da
AH
2278/* Expanded icon */
2279.crm-container .crm-accordion-header:before,
2280.crm-container .crm-collapsible .collapsible-title:before,
2281.crm-container span.expanded:before,
2282.crm-container a.expanded:before,
2283.crm-container .crm-expand-row.expanded:before {
f2403471 2284 font-family: "FontAwesome";
e9f4c0da 2285 content: "\f0d7";
6a488035
TO
2286}
2287
e9f4c0da
AH
2288/* Accordion bodies */
2289
201ddbaf 2290.crm-container .crm-accordion-body {
b5efa2c8 2291 border-radius: 0 0 4px 4px;
6a488035 2292 border: 1px solid #70716B;
b5efa2c8
CW
2293 border-top: 0;
2294 padding: 4px 0;
6a488035
TO
2295}
2296
e9f4c0da
AH
2297#crm-container .widget-content .crm-accordion-body {
2298 border-color: #e8e8de;
6a488035
TO
2299}
2300
201ddbaf 2301.crm-container .crm-master-accordion-header+.crm-accordion-body {
6a488035 2302 border: none;
b5efa2c8 2303 padding: 0;
6a488035
TO
2304}
2305
e9f4c0da
AH
2306#crm-container .widget-content .crm-accordion-body,
2307.crm-container .crm-accordion-body.padded {
2308 padding-left: .5em;
2309 padding-right: .5em;
6a488035
TO
2310}
2311
18face18
CW
2312.crm-container .crm-child-row > td {
2313 padding-left: 1.8em;
d5289e53 2314}
6a488035 2315
1b2475e1
CW
2316/* Status message box */
2317.crm-status-box-outer {
2318 position: fixed;
ac30fed8 2319 z-index: 99999;
1b2475e1 2320 right: 0;
8960d9b9 2321 top: 0;
8960d9b9
CW
2322}
2323
1b2475e1 2324.crm-status-box-outer.status-start {
0f383b36 2325 background: #F8FF03 url("../i/animated-overlay.gif");
1b2475e1
CW
2326}
2327
2328.crm-status-box-outer .crm-status-box-inner {
8960d9b9 2329 padding: 3px 14px;
1b2475e1
CW
2330 font-size: 13px !important;
2331 color: #eee;
8960d9b9 2332 font-weight: bold;
8960d9b9 2333 text-align: center;
1b2475e1 2334 background: rgba(94, 91, 31, 0.9);
8960d9b9
CW
2335}
2336
1b2475e1
CW
2337.crm-status-box-outer.status-success .crm-status-box-inner {
2338 background: rgba(30, 143, 36, 0.7);
8960d9b9
CW
2339}
2340
1b2475e1
CW
2341.crm-status-box-outer.status-error .crm-status-box-inner {
2342 background: rgba(255, 7, 0, 0.7);
6a488035
TO
2343}
2344
6a488035
TO
2345.crm-container .crm-summary-link {
2346 position: relative;
2347 z-index: 16;
2348}
2349
2350.crm-container .crm-tooltip-wrapper {
2351 position: absolute;
b5efa2c8 2352 bottom: 0;
6a488035
TO
2353 left: -36px;
2354 overflow: hidden;
2355 z-index: 1000;
2356 padding-bottom: 10px;
2357 background: transparent url('../i/overlay-pointer.png') no-repeat bottom left;
9435db16 2358 font-size: 13px;
6a488035
TO
2359 display: none;
2360}
2361
2362.crm-container .crm-tooltip-down .crm-tooltip-wrapper {
2363 top: 20px;
2364 padding-top: 10px;
2365 background: transparent url('../i/overlay-pointer.png') no-repeat top left;
2366 overflow: visible;
2367}
2368
2369.crm-container .crm-tooltip-active {
2370 z-index: 20;
2371}
2372
2373.crm-container .crm-tooltip-active .crm-tooltip-wrapper {
2374 display: block;
2375}
2376
2377.crm-container .crm-tooltip {
2378 padding: 4px;
2379 background-color: #2f2f2e;
2380 color: #FFF;
2381 margin-left: 11px;
2382 min-width: 20px;
2383 min-height: 20px;
2384}
2385#crm-container .crm-tooltip table,
2386#crm-container .crm-tooltip table tr td {
81f8f858 2387 background-color: #2f2f2e;
6a488035 2388 border: none;
7944a554 2389 color: #FFF;
81f8f858 2390 word-wrap: break-word;
6a488035
TO
2391}
2392.crm-container .crm-tooltip .crm-summary-group {
2393 width: 700px;
b5efa2c8 2394 margin-bottom: 0;
6a488035
TO
2395}
2396
2397.crm-container .crm-tooltip .crm-report-overlay {
2398 width: 500px;
b5efa2c8 2399 margin-bottom: 0;
6a488035
TO
2400}
2401
2402.crm-container .crm-tooltip .crm-report-overlay thead td {
2403 font-weight: bold;
2404}
2405
2406.crm-container .crm-summary-group h2 {
2407 padding: 2px 4px 0 4px;
2408 font-size: 14px;
2409 color: #FFF;
b5efa2c8 2410 margin-bottom: 0;
6a488035
TO
2411}
2412
2413/* crm-summary-group appears outside crm-container for contact summary icon overlay */
6a488035
TO
2414.crm-container .crm-summary-group .crm-section .label {
2415 text-align: left;
2416 width: 40%;
2417 font-size: 11px;
2418 color: #A7A7A7;
b62c416f 2419 background-color: transparent;
6a488035
TO
2420}
2421
6a488035
TO
2422.crm-container .crm-summary-group .crm-section .content {
2423 margin-left: 41%;
2424}
2425
81f8f858
N
2426.crm-container .crm-tooltip table .crm-summary-col-1 {
2427 width: 350px;
2428}
2429
81f8f858
N
2430.crm-container .crm-tooltip table .crm-summary-col-1 div {
2431 width: auto;
2432}
2433
6a488035
TO
2434/* Class for tokens and helpicon */
2435.crm-container .helpIcon {
2436 float: right;
2437 position: relative;
2438 z-index: 1;
2439 margin-right: 45px;
2440}
2441
6a488035
TO
2442#crm-container ul li {
2443 list-style-image: none;
2444}
2445
2446/* privacy icons */
2447#crm-container div span.privacy-flag {
6a488035 2448 float: right;
060b6f10 2449 font-size: 80%;
6a488035
TO
2450}
2451
2452/* specific, targeted fixes */
2453#crm-container .dashboard-elements,
2454#crm-container #membership-listings,
2455#crm-container #premiums-listings,
2456#crm-container #searchForm table {
b5efa2c8 2457 margin: 0;
6a488035 2458 border-collapse: collapse;
b5efa2c8 2459 border: 0 none;
6a488035
TO
2460}
2461
a496e73c
CW
2462/* ID selector is needed to override Drupal 2em margin-bottom on forms (we don't want to give up that space) */
2463div#crm-container form,
12fbb7b3 2464div.crm-container form {
b5efa2c8 2465 margin-bottom: 0;
6a488035
TO
2466}
2467
eb71347f
CW
2468/** DATATABLES **/
2469/*
2470 * jQuery UI specific styling
2471 */
2472
2473.crm-container .paging_two_button .ui-button {
2474 float: left;
2475 cursor: pointer;
eb71347f
CW
2476}
2477
2478.crm-container .paging_full_numbers .ui-button {
2479 padding: 2px 6px;
2480 margin: 0;
2481 cursor: pointer;
eb71347f
CW
2482}
2483
2484.crm-container .dataTables_paginate .ui-button {
2485 margin-right: -0.1em !important;
2486}
2487
2488.crm-container .paging_full_numbers {
2489 width: 350px !important;
2490}
2491
2492.crm-container .dataTables_wrapper .ui-toolbar {
2493 padding: 5px;
2494}
2495
2496.crm-container .dataTables_paginate {
2497 width: auto;
2498}
2499
2500.crm-container .dataTables_info {
2501 padding-top: 3px;
2502}
2503
eb71347f
CW
2504.crm-container div.dataTables_wrapper .ui-widget-header {
2505 font-weight: normal;
2506}
2507
2508
2509/*
2510 * Sort arrow icon positioning
2511 */
2512.crm-container table.display thead th div.DataTables_sort_wrapper {
2513 position: relative;
2514 padding-right: 20px;
2515}
2516
2517.crm-container table.display thead th div.DataTables_sort_wrapper span {
2518 position: absolute;
2519 top: 50%;
2520 margin-top: -8px;
2521 right: 0;
2522}
2523
2524/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2525 * DataTables features
2526 */
2527
2528.crm-container .dataTables_wrapper {
2529 position: relative;
2530 clear: both;
2531 zoom: 1; /* Feeling sorry for IE */
2532}
2533
2534.crm-container .dataTables_processing {
2535 position: absolute;
88c36fbc
CW
2536 top: 0;
2537 left: 0;
2538 width: 100%;
2539 height: 100%;
2540 margin: 0;
2541 padding: 0;
2542 background: url("../i/loading-overlay.gif") center center no-repeat white;
2543 opacity: 0.6;
2544 cursor: wait;
eb71347f
CW
2545}
2546
2547.crm-container .dataTables_length {
2548 width: 40%;
6a488035
TO
2549 float: none;
2550 padding-bottom: 5px;
2551}
eb71347f
CW
2552
2553.crm-container .dataTables_filter {
2554 width: 50%;
2555 float: right;
2556 text-align: right;
2557}
2558
2559.crm-container .dataTables_info {
2560 width: 60%;
2561 float: left;
2562}
2563
2564.crm-container .dataTables_paginate {
2565 float: right;
2566 text-align: right;
2567}
2568
2569
2570/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2571 * DataTables display
2572 */
2573.crm-container table.display {
2574 margin: 0 auto;
2575 clear: both;
2576 width: 100%;
2577}
2578
2579.crm-container table.display thead th {
2580 padding: 3px 18px 3px 10px;
2581 border-bottom: 1px solid black;
2582 font-weight: bold;
2583 cursor: pointer;
93dee6ee
CW
2584}
2585
2586.crm-container table.display thead th.sorting_disabled {
2587 cursor: default;
eb71347f
CW
2588}
2589
2590.crm-container table.display tfoot th {
2591 padding: 3px 18px 3px 10px;
2592 border-top: 1px solid black;
2593 font-weight: bold;
2594}
2595
2596.crm-container table.display tr.heading2 td {
2597 border-bottom: 1px solid #aaa;
2598}
2599
2600.crm-container table.display td {
2601 padding: 3px 10px;
2602}
2603
22b67281 2604.crm-container table td.center {
eb71347f
CW
2605 text-align: center;
2606}
06201b2a
CW
2607/* Fix weird color added to some datatables' sort column */
2608.crm-container table.dataTable.display tbody tr > td.sorting_1 {
2609 background-color: transparent;
2610}
eb71347f
CW
2611
2612/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
90e9e4d5 2613 * Datatables misc
eb71347f
CW
2614 */
2615.crm-container .dataTables_scroll {
2616 clear: both;
2617}
2618
2619.crm-container .dataTables_scrollBody {
2620 *margin-top: -1px;
2621 -webkit-overflow-scrolling: touch;
2622}
2623
eb71347f
CW
2624.crm-container .top .dataTables_info {
2625 float: none;
2626}
2627
2628.crm-container .dataTables_empty {
2629 text-align: center;
2630}
2631
2632.crm-container tfoot input {
2633 margin: 0.5em 0;
2634 width: 100%;
2635 color: #444;
2636}
2637
eb71347f
CW
2638/* DataTables fixes */
2639.crm-container .crm-datatable-pager-top {
6a488035
TO
2640 padding-top: 5px;
2641 padding-bottom: 25px;
2642}
eb71347f 2643.crm-container .crm-datatable-pager-bottom {
6a488035
TO
2644 padding-top: 10px;
2645 padding-bottom: 25px;
2646}
eb71347f 2647.crm-container .crm-datatable-pager-top .dataTables_length {
6a488035
TO
2648 float: left;
2649}
eb71347f 2650.crm-container .css_right {
6a488035
TO
2651 float: right;
2652}
2653
2654/* Date plugin */
9bce560a
CW
2655.crm-container input.dateplugin,
2656.crm-container input.crm-form-date {
6a488035
TO
2657 width: 9em;
2658}
2659
351719bf
CW
2660.crm-container input.crm-placeholder-icon::placeholder {
2661 font-family: "FontAwesome";
2662 text-align: right;
2663}
2664.crm-container input.crm-placeholder-icon::-ms-input-placeholder {
2665 font-family: "FontAwesome";
2666 text-align: right;
2667}
2668.crm-container input.crm-placeholder-icon:-ms-input-placeholder {
5bbf3aca
AH
2669 font-family: "FontAwesome";
2670 text-align: right;
2671}
2672
9435db16 2673.crm-container div.batch-update {
124139c4 2674 overflow: visible;
2675}
2676
6a488035
TO
2677/*chart */
2678#chartData {
2679 overflow: auto;
2680}
2681
2682#crm-container .signature {
2683 width: 495px;
2684}
2685
2686/* editor skin tweaks */
2687
2688#crm-container span.cke_skin_kama {
2689 border: none;
2690}
2691#crm-container .cke_skin_kama .cke_wrapper {
2692 background-image: none;
2693}
2694
2695/* skin */
2696
2697#crm-container .crm-title {
d7a13f25 2698 line-height: 1.1;
6a488035
TO
2699 margin-bottom: 8px;
2700}
2701
2702/* tables */
2703.crm-container table {
2704 border: 1px solid #efefef;
2705}
2706
2707.crm-container .crm-form-block table {
2708 border: none;
2709}
2710.crm-container tr.even,
2711.crm-container tr.odd,
2712.crm-container tbody th {
2713 border-color: #FFF #FFF #efefef #FFF;
2714}
2715
2716.crm-container tr.even-row td,
2717.crm-container tr.odd-row td,
2718.crm-container table.display td,
2719.crm-container table.pagerDisplay td {
2720 border-color: #efefef;
2721 border-right: 1px solid #efefef;
9abd73eb 2722 border-collapse: collapse;
6a488035
TO
2723}
2724.crm-container .odd-row,
2725.crm-container .odd,
2726tbody.scrollContent {
2727 background-color: #FAFAFA;
2728}
2729.crm-container .even-row,
2730.crm-container .even,
2731tbody.scrollContent tr.alternateRow {
2732 background-color: #EFEFEF;
2733}
2734
2735.crm-container td.checkbox {
2736 vertical-align: middle;
2737 text-align: center;
2738}
2739.crm-container tr.columnheader a.sorting {
2740 color: #a7a7a7;
2741}
2742
efa9bb7d
CW
2743.crm-container a.sorting,
2744.crm-container a.sorting_desc,
2745.crm-container a.sorting_asc {
6a488035 2746 color: #A7A7A7;
416eba39 2747 background: url("../bower_components/datatables/media/images/sort_both.png") no-repeat left center;
efa9bb7d 2748 padding-left: 20px;
6a488035
TO
2749}
2750.crm-container a.sorting_desc,
2751.crm-container a.sorting_asc {
2752 color: #000;
2753}
2754
2755.crm-container tr a.sorting,
2756.crm-container tr a.sorting_asc,
2757.crm-container tr a.sorting_desc {
2758 color: #52534D;
2759}
2760
efa9bb7d 2761.crm-container table thead a.sorting_asc {
416eba39 2762 background: url("../bower_components/datatables/media/images/sort_asc.png") no-repeat left center;
efa9bb7d
CW
2763}
2764.crm-container table thead a.sorting_desc {
416eba39 2765 background: url("../bower_components/datatables/media/images/sort_desc.png") no-repeat left center;
efa9bb7d
CW
2766}
2767.crm-container table thead a.sorting_asc_disabled {
416eba39 2768 background: url("../bower_components/datatables/media/images/sort_asc_disabled.png") no-repeat left center;
efa9bb7d
CW
2769}
2770.crm-container table thead a.sorting_desc_disabled {
416eba39 2771 background: url("../bower_components/datatables/media/images/sort_desc_disabled.png") no-repeat left center;
efa9bb7d
CW
2772}
2773
2774/* Otherwise for some reason we have 2 sort icons */
2775.crm-container th.sorting .DataTables_sort_icon {
2776 display: none;
2777}
2778
2779
6a488035 2780/*contact summary page */
0e44568b 2781#crm-container div.contact_details {
6a488035
TO
2782 background-color: transparent;
2783}
2784
6a488035
TO
2785.crm-container table.crm-info-panel td {
2786 border-bottom: 1px solid #FFF;
2787}
2788
6a488035
TO
2789.crm-container table.crm-info-panel .label {
2790 color: #2f2f2f;
2791 font-weight: normal;
2792}
2793
2794.crm-container .disabled,
5623bf2a 2795.crm-container .disabled *,
f2b7caed 2796.crm-container .cancelled,
2ea971e7 2797.crm-container .cancelled td,
b1f92f72
CW
2798.crm-container li.disabled a.ui-tabs-anchor,
2799.crm-container li.crm-count-0 a.ui-tabs-anchor,
2800.crm-container li.crm-count-0 a.ui-tabs-anchor em {
6a488035
TO
2801 color: #999999 !important;
2802}
b1f92f72 2803
6a488035
TO
2804#crm-container tr.crm-job {
2805 text-decoration: none !important;
2806}
2807
3ce95baf 2808.crm-container table.selector td {
6a488035
TO
2809 border-right: 1px dotted #DDDDDD;
2810}
6a488035 2811
3ce95baf 2812.crm-container div.contact_panel td,
6a488035
TO
2813.crm-container table.crm-info-panel td {
2814 background-color: #f4f4ed;
2815}
2816
3ce95baf
CW
2817.crm-container div.contact_panel td.label,
2818.crm-container #customFields div.contact_panel td.label,
6a488035
TO
2819.crm-container table.crm-info-panel td.label {
2820 background-color: #fafafa;
2821 width: 120px;
2822 text-align: left;
2823 color: #7a7a60;
2824}
2825.crm-container table.crm-info-panel td.label {
2826 width: 150px;
2827}
2828
3ce95baf
CW
2829.crm-container .form-layout td.label,
2830.crm-container .form-layout-compressed td.label {
6a488035
TO
2831 width: 150px;
2832 text-align: right;
2833 color: #7a7a60;
2834}
2835
3ce95baf
CW
2836.crm-container .form-layout td.label,
2837.crm-container form table.report .label,
2838.crm-container form table label,
2839.crm-container form table.report label {
6a488035
TO
2840 color: #3e3e3e;
2841}
2842
e03e6f28
CW
2843.crm-container a.crm-icon-picker-button {
2844 min-width: 10em;
2845 text-align: inherit;
2846 color: #3e3e3e;
2847}
2848
f42b70be
CW
2849.crm-container a.crm-icon-picker-button .ui-button-icon {
2850 margin: 5px 0 5px 5px;
2851}
2852
e03e6f28
CW
2853.crm-container a.crm-icon-picker-button .ui-button-text {
2854 color: #9f9f9f;
2855}
2856
2857.crm-container a.crm-icon-picker-button.ui-button-text-only .ui-button-text {
2858 padding: .4em .2em;
2859}
2860
6a488035 2861/* search results */
6a488035
TO
2862.crm-container .crm-search-tasks,
2863.crm-container .crm-tasks {
2864 background-color: #F0F0E8;
2865 color: #52534D;
2866}
2867
2868#crm-container .crm-tasks table {
2869 margin: 0;
2870}
2871
2872.crm-container .crm-results-block {
2873 position: relative;
2874}
2875
2876/* warning labels and messages */
2877.crm-container del,
2878.crm-container .crm-is_deleted,
2879.crm-container table.caseSelector td.status-urgent,
2880.crm-container .font-red,
2881.crm-container .status-removed,
2882.crm-container .status-overdue,
2883.crm-container .status-fatal,
2884.crm-container .status-hold,
2885.crm-container .status-past,
da2786f7 2886.crm-contact-deceased,
6a488035
TO
2887.crm-container .status-warning {
2888 color: #E43D2B !important;
2889}
2890
d731c8c6 2891/* rounded corners */
6a488035 2892.crm-container div.status,
6a488035
TO
2893.crm-container #help,
2894.crm-container .help,
2895.crm-container .ui-tabs-panel,
2896.crm-container .crm-content-block,
2897#full-screen-header,
2898.crm-container .crm-pager,
2899.crm-container form .section-hidden-border,
2900.crm-container #search-status,
2901.crm-container .crm-form-block,
2902.crm-container .crm-search-tasks,
2903.crm-container .crm-tasks,
2904.crm-container div.form-item,
2905.crm-container div.messages {
6a488035
TO
2906 border-radius: 4px;
2907}
2908
dbf749ff 2909/* deprecated autocomplete styles */
6a488035
TO
2910
2911.ac_results {
2912 background: transparent url(../i/dropdown-pointer.gif) no-repeat 25px 1px;
2913 padding-top: 5px;
2914 border: none;
2915 text-align: left;
2916}
2917
2918.ac_results-inner,
2919.crm-participant-list-inner,
2920.crm-event-links-list-inner,
2921.crm-contribpage-links-list-inner,
6a488035
TO
2922.crm-contact-actions-list-inner {
2923 background-color: #2f2f2e;
2924 padding: 4px;
2925}
2926
6b5ca1ea 2927.crm-create-new-list-inner, .crm-create-new-list-inner ul {
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 {
2938 color: #DFDFDF;
2939 text-decoration: none;
2940}
2941
2942.ac_results li strong {
2943 color: #FFF;
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 {
6a488035
TO
2960 background-color: #F5F6F1;
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
CW
3109.crm-container .crm-action-menu .select2-default span.select2-chosen {
3110 color: #2786C2;
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 {
a243158e
CW
3158 display:block;
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 {
72c0cb91 3168 background: #5D677B;
539984b2 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
J
3195.crm-container .crm-row-ok {
3196 background-color: #EFFFE7;
3197 border-bottom: 1px solid #ccc;
3198}
3199.crm-container .crm-row-error {
3200 background-color: #FFECEC;
3201 border-bottom: 1px solid #ccc;
3202}
25741ebc
CW
3203.crm-container table.row-highlight tr:hover,
3204.crm-container .crm-row-selected {
abc31149 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 {
3251 background-color: #FAFAFA;
3252}
3253.crm-container ul.crm-checkbox-list li input:checked + label {
3254 background-color: #FFFFCC;
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 {
6a488035
TO
3305 border: 1px solid #7A7A60 !important;
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;
3313 border: 1px solid #7A7A60;
3314 background-color: #FFFFFF;
3315 margin: 10px 3px 10px !important;
3316}
3317
e6acae69 3318.crm-container .crm-batch-entry-table {
6a488035
TO
3319 border-right: 2px solid #7A7A60 !important;
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
TO
3332 display: table-cell;
3333 border-right: 1px solid #EFEFEF;
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 {
3413 background: #FFFFCC!important;
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 {
3527 color: #CCD0FF;
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 {
3532 color: #B2B8FF;
3533}
7c2110fd
CW
3534.crm-container div.ui-notify-message-style .ui-button .ui-button-text {
3535 color: #2F2F2F;
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;
3549 color: #FDFDFD;
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;
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 {
dc7a657e
TO
3880 border: 1px solid red;
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,
3887.crm-container select.ng-pristine{
dc7a657e 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
RK
3896.crm-container table.mergecontact thead th {
3897 width:30%;
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}