PluginProbe ʕ •ᴥ•ʔ
Advanced Access Manager – Access Governance for WordPress / trunk
Advanced Access Manager – Access Governance for WordPress vtrunk
6.8.4 6.8.5 6.9.0 6.9.1 6.9.10 6.9.11 6.9.12 6.9.13 6.9.14 6.9.15 6.9.16 6.9.17 6.9.18 6.9.19 6.9.2 6.9.20 6.9.21 6.9.22 6.9.23 6.9.24 6.9.25 6.9.26 6.9.27 6.9.28 6.9.29 6.9.3 6.9.30 6.9.31 6.9.32 6.9.33 6.9.34 6.9.35 6.9.36 6.9.37 6.9.38 6.9.39 6.9.4 6.9.41 6.9.42 6.9.43 6.9.44 6.9.45 6.9.46 6.9.47 6.9.48 6.9.49 6.9.5 6.9.51 6.9.6 6.9.7 6.9.8 6.9.9 7.0.0 7.0.0-alpha.6 7.0.0-alpha.7 7.0.0-beta.1 7.0.0-rc1 7.0.0-rc2 7.0.0-rc3 7.0.1 7.0.10 7.0.11 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7 7.0.8 7.0.9 7.1.0 7.1.1 trunk 3.0 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.6.1 4.6.2 4.7 4.7.1 4.7.2 4.7.5 4.7.6 4.8 4.8.1 4.9 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.5.1 4.9.5.2 5.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1 5.1.1 5.10 5.11 5.2 5.2.1 5.2.5 5.2.6 5.2.7 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.4 5.4.1 5.4.2 5.4.3 5.4.3.1 5.4.3.2 5.5 5.5.1 5.5.2 5.6 5.6.1 5.6.1.1 5.7 5.7.1 5.7.2 5.7.3 5.8 5.8.1 5.8.2 5.8.3 5.9 5.9.1 5.9.1.1 5.9.2 5.9.2.1 5.9.3 5.9.4 5.9.5 5.9.6 5.9.6.1 5.9.6.2 5.9.6.3 5.9.7 5.9.7.1 5.9.7.2 5.9.7.3 5.9.8 5.9.8.1 5.9.9 5.9.9.1 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.1.0 6.1.1 6.2.0 6.2.1 6.2.2 6.3.0 6.3.1 6.3.2 6.3.3 6.4.0 6.4.1 6.4.2 6.4.3 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.6.0 6.6.1 6.6.2 6.6.3 6.6.4 6.7.0 6.7.1 6.7.2 6.7.3 6.7.4 6.7.5 6.7.6 6.7.7 6.7.8 6.7.9 6.8.0 6.8.1 6.8.2 6.8.3
advanced-access-manager / media / css / aam.css
advanced-access-manager / media / css Last commit date
aam.css 1 year ago vendor.min.css 2 years ago
aam.css
2982 lines
1 /**
2 * ======================================================================
3 * LICENSE: This file is subject to the terms and conditions defined in *
4 * file 'license.txt', which is part of this source code package. *
5 * ======================================================================
6 */
7
8 @font-face {
9 font-family: 'fontello';
10 src: url('../font/fontello.eot?99287648');
11 src: url('../font/fontello.eot?99287648#iefix') format('embedded-opentype'),
12 url('../font/fontello.woff2?99287648') format('woff2'),
13 url('../font/fontello.woff?99287648') format('woff'),
14 url('../font/fontello.ttf?99287648') format('truetype'),
15 url('../font/fontello.svg?99287648#fontello') format('svg');
16 font-weight: normal;
17 font-style: normal;
18 }
19
20 [class^="icon-"]:before,
21 [class*=" icon-"]:before {
22 font-family: "fontello" !important;
23 font-style: normal;
24 font-weight: normal;
25 speak: none;
26
27 display: inline-block;
28 text-decoration: inherit;
29 width: 1em;
30 margin-right: .2em;
31 text-align: center;
32
33 /* For safety - reset parent styles, that can break glyph codes*/
34 font-variant: normal;
35 text-transform: none;
36
37 /* fix buttons height, for twitter bootstrap */
38 line-height: 1em;
39
40 /* Animation center compensation - margins should be symmetric */
41 /* remove if not needed */
42 margin-left: .2em;
43
44 /* you can be more comfortable with increased icons size */
45
46 /* Font smoothing. That was taken from TWBS */
47 -webkit-font-smoothing: antialiased;
48 -moz-osx-font-smoothing: grayscale;
49 }
50
51 .icon-clock:before {
52 content: '\e800' !important;
53 }
54
55 /* '' */
56 .icon-asterisk:before {
57 content: '\e801' !important;
58 }
59
60 /* '' */
61 .icon-spin4:before {
62 content: '\e802' !important;
63 }
64
65 /* '' */
66 .icon-user-secret:before {
67 content: '\e803' !important;
68 }
69
70 /* '' */
71 .icon-folder:before {
72 content: '\e804' !important;
73 }
74
75 /* '' */
76 .icon-stop:before {
77 content: '\e805' !important;
78 }
79
80 /* 'î �
81 ' */
82 .icon-left-dir:before {
83 content: '\e806' !important;
84 }
85
86 /* '' */
87 .icon-wrench-circled:before {
88 content: '\e807' !important;
89 }
90
91 /* '' */
92 .icon-mail-alt:before {
93 content: '\e808' !important;
94 }
95
96 /* '' */
97 .icon-download-cloud:before {
98 content: '\e809' !important;
99 }
100
101 /* '' */
102 .icon-eye-off:before {
103 content: '\e80a' !important;
104 }
105
106 /* '' */
107 .icon-attention-circled:before {
108 content: '\e80b' !important;
109 }
110
111 /* '' */
112 .icon-basket:before {
113 content: '\e80c' !important;
114 }
115
116 /* '' */
117 .icon-cog-alt:before {
118 content: '\e80d' !important;
119 }
120
121 /* '' */
122 .icon-wrench:before {
123 content: '\e80e' !important;
124 }
125
126 /* '' */
127 .icon-calendar:before {
128 content: '\e80f' !important;
129 }
130
131 /* '' */
132 .icon-sort-down:before {
133 content: '\e810' !important;
134 }
135
136 /* '' */
137 .icon-pencil:before {
138 content: '\e811' !important;
139 }
140
141 /* '' */
142 .icon-lock-open:before {
143 content: '\e812' !important;
144 }
145
146 /* '' */
147 .icon-sort-up:before {
148 content: '\e813' !important;
149 }
150
151 /* '' */
152 .icon-sort:before {
153 content: '\e814' !important;
154 }
155
156 /* '' */
157 .icon-lock-open-alt:before {
158 content: '\e815' !important;
159 }
160
161 /* '' */
162 .icon-plus:before {
163 content: '\e816' !important;
164 }
165
166 /* '' */
167 .icon-filter:before {
168 content: '\e817' !important;
169 }
170
171 /* '' */
172 .icon-check:before {
173 content: '\e818' !important;
174 }
175
176 /* '' */
177 .icon-help-circled:before {
178 content: '\e819' !important;
179 }
180
181 /* '' */
182 .icon-pin:before {
183 content: '\e81a' !important;
184 }
185
186 /* '' */
187 .icon-users:before {
188 content: '\e81b' !important;
189 }
190
191 /* '' */
192 .icon-ok-circled:before {
193 content: '\e81c' !important;
194 }
195
196 /* '' */
197 .icon-cancel-circled:before {
198 content: '\e81d' !important;
199 }
200
201 /* '' */
202 .icon-attention:before {
203 content: '\e81e' !important;
204 }
205
206 /* '' */
207 .icon-info-circled:before {
208 content: '\e81f' !important;
209 }
210
211 /* '' */
212 .icon-user-plus:before {
213 content: '\e820' !important;
214 }
215
216 /* 'î  ' */
217 .icon-tag:before {
218 content: '\e821' !important;
219 }
220
221 /* 'î ¡' */
222 .icon-box:before {
223 content: '\e822' !important;
224 }
225
226 /* 'î ¢' */
227 .icon-plus-circled:before {
228 content: '\e823' !important;
229 }
230
231 /* 'î £' */
232 .icon-link:before {
233 content: '\e824' !important;
234 }
235
236 /* 'î ¤' */
237 .icon-chat:before {
238 content: '\e825' !important;
239 }
240
241 /* 'î ¥' */
242 .icon-eye:before {
243 content: '\e826' !important;
244 }
245
246 /* 'î ¦' */
247 .icon-ccw:before {
248 content: '\e827' !important;
249 }
250
251 /* 'î §' */
252 .icon-arrows-cw:before {
253 content: '\e828' !important;
254 }
255
256 /* 'î ¨' */
257 .icon-check-empty:before {
258 content: '\e829' !important;
259 }
260
261 /* 'î ©' */
262 .icon-doc-text-inv:before {
263 content: '\e82a' !important;
264 }
265
266 /* 'î ª' */
267 .icon-home:before {
268 content: '\e82b' !important;
269 }
270
271 /* 'î «' */
272 .icon-angle-double-right:before {
273 content: '\e82c' !important;
274 }
275
276 /* 'î ¬' */
277 .icon-star:before {
278 content: '\e82e' !important;
279 }
280
281 /* 'î ®' */
282 .icon-trash-empty:before {
283 content: '\e836' !important;
284 }
285
286 /* 'î ¶' */
287 .icon-cog:before {
288 content: '\e839' !important;
289 }
290
291 /* 'î ¹' */
292 .icon-lock:before {
293 content: '\e83a' !important;
294 }
295
296 /* 'î º' */
297 .icon-twitter:before {
298 content: '\e83b' !important;
299 }
300
301 /* 'î »' */
302 .icon-user:before {
303 content: '\e83d' !important;
304 }
305
306 /* 'î ½' */
307 .icon-level-down:before {
308 content: '\e83e' !important;
309 }
310
311 /* 'î ¾' */
312 .icon-rss:before {
313 content: '\f09e' !important;
314 }
315
316 /* '' */
317 .icon-chat-empty:before {
318 content: '\f0e6' !important;
319 }
320
321 /* '' */
322 .icon-exchange:before {
323 content: '\f0ec' !important;
324 }
325
326 /* '' */
327 .icon-angle-left:before {
328 content: '\f104' !important;
329 }
330
331 /* '' */
332 .icon-angle-right:before {
333 content: '\f105' !important;
334 }
335
336 /* '�
337 ' */
338 .icon-angle-up:before {
339 content: '\f106' !important;
340 }
341
342 /* '' */
343 .icon-angle-down:before {
344 content: '\f107' !important;
345 }
346
347 /* '' */
348 .icon-circle:before {
349 content: '\f111' !important;
350 }
351
352 /* '' */
353 .icon-angle-circled-up:before {
354 content: '\f139' !important;
355 }
356
357 /* '' */
358 .icon-dollar:before {
359 content: '\f155' !important;
360 }
361
362 /* 'ï�
363 •' */
364 .icon-cubes:before {
365 content: '\f1b3' !important;
366 }
367
368 /* '' */
369 .icon-file-code:before {
370 content: '\f1c9' !important;
371 }
372
373 /* '' */
374 .icon-circle-thin:before {
375 content: '\f1db' !important;
376 }
377
378 /* '' */
379 .icon-clone:before {
380 content: '\f24d' !important;
381 }
382
383 /* '' */
384
385 .icon-image-40 {
386 font-size: 40px;
387 }
388
389 .icon-image-40:before {
390 margin-left: 0 !important;
391 margin-right: 0 !important;
392 }
393
394 .animate-spin {
395 -moz-animation: spin 2s infinite linear;
396 -o-animation: spin 2s infinite linear;
397 -webkit-animation: spin 2s infinite linear;
398 animation: spin 2s infinite linear;
399 display: inline-block;
400 }
401
402 @-moz-keyframes spin {
403 0% {
404 -moz-transform: rotate(0deg);
405 -o-transform: rotate(0deg);
406 -webkit-transform: rotate(0deg);
407 transform: rotate(0deg);
408 }
409
410 100% {
411 -moz-transform: rotate(359deg);
412 -o-transform: rotate(359deg);
413 -webkit-transform: rotate(359deg);
414 transform: rotate(359deg);
415 }
416 }
417
418 @-webkit-keyframes spin {
419 0% {
420 -moz-transform: rotate(0deg);
421 -o-transform: rotate(0deg);
422 -webkit-transform: rotate(0deg);
423 transform: rotate(0deg);
424 }
425
426 100% {
427 -moz-transform: rotate(359deg);
428 -o-transform: rotate(359deg);
429 -webkit-transform: rotate(359deg);
430 transform: rotate(359deg);
431 }
432 }
433
434 @-o-keyframes spin {
435 0% {
436 -moz-transform: rotate(0deg);
437 -o-transform: rotate(0deg);
438 -webkit-transform: rotate(0deg);
439 transform: rotate(0deg);
440 }
441
442 100% {
443 -moz-transform: rotate(359deg);
444 -o-transform: rotate(359deg);
445 -webkit-transform: rotate(359deg);
446 transform: rotate(359deg);
447 }
448 }
449
450 @-ms-keyframes spin {
451 0% {
452 -moz-transform: rotate(0deg);
453 -o-transform: rotate(0deg);
454 -webkit-transform: rotate(0deg);
455 transform: rotate(0deg);
456 }
457
458 100% {
459 -moz-transform: rotate(359deg);
460 -o-transform: rotate(359deg);
461 -webkit-transform: rotate(359deg);
462 transform: rotate(359deg);
463 }
464 }
465
466 @keyframes spin {
467 0% {
468 -moz-transform: rotate(0deg);
469 -o-transform: rotate(0deg);
470 -webkit-transform: rotate(0deg);
471 transform: rotate(0deg);
472 }
473
474 100% {
475 -moz-transform: rotate(359deg);
476 -o-transform: rotate(359deg);
477 -webkit-transform: rotate(359deg);
478 transform: rotate(359deg);
479 }
480 }
481
482 /** WORDPRESS **/
483 html,
484 body {
485 height: auto;
486 min-height: 100%;
487 }
488
489 .postbox .inside {
490 margin-bottom: 0;
491 overflow: hidden;
492 }
493
494 .modal-backdrop.in {
495 opacity: .1;
496 }
497
498 .wp-admin select {
499 height: 34px;
500 line-height: 34px;
501 }
502
503 #wpbody-content>p {
504 margin: 5em;
505 text-align: center;
506 font-weight: bold;
507 }
508
509 .metabox-holder h3 {
510 letter-spacing: 1px;
511 font-size: 1.2em;
512 }
513
514 .wrap {
515 position: relative;
516 min-height: calc(100vh - 108px);
517 }
518
519 .inner-sm {
520 padding: 20px;
521 }
522
523 .badge.danger {
524 color: #a94442;
525 background-color: #F1DBDA;
526 }
527
528 .badge.success {
529 color: #3c763d;
530 background-color: #DDEEDD;
531 }
532
533 .badge.redirect {
534 color: #286090;
535 background-color: #d7d4f0;
536 }
537
538 .badge.callback {
539 color: #F5AA2E;
540 background-color: #F7D3A1;
541 }
542
543 .js .postbox .hndle,
544 .js .widget .widget-top {
545 cursor: auto;
546 background-color: #F0F0F0;
547 font-size: 1.2em;
548 letter-spacing: 2px;
549 }
550
551 .hndle a {
552 font-size: 1em;
553 }
554
555 .hndle.warning {
556 background-color: #f0ad4e !important;
557 color: #FFFFFF;
558 }
559
560 /** BOOTSTRAP **/
561 .row {
562 position: relative;
563 }
564
565 .tooltip {
566 z-index: 9999;
567 }
568
569 a:focus,
570 a:active {
571 outline: none;
572 box-shadow: none;
573 }
574
575 .text-info {
576 color: #337ab7;
577 }
578
579 .tab-content {
580 padding-top: 15px;
581 }
582
583 .nav-tabs>li>a {
584 outline: none;
585 font-size: 0.9em;
586 }
587
588 .nav-tabs>li.active>a,
589 .nav-tabs>li.active>a:focus,
590 .nav-tabs>li.active>a:hover {
591 box-shadow: none;
592 }
593
594 .input-sm,
595 input[type="search"] {
596 box-shadow: none;
597 border-radius: 0;
598 }
599
600 div.error {
601 box-shadow: none;
602 margin: 0 0 15px 0 !important;
603 padding: 0;
604 }
605
606 .form-control {
607 box-shadow: none;
608 height: 34px;
609 border-radius: 0;
610 border: 1px solid #ccc !important;
611 padding: 6px 12px !important;
612 }
613
614 .form-control.highlight {
615 border: 2px solid #f0ad4e;
616 }
617
618 .list-group li {
619 cursor: pointer;
620 font-size: 1.1em;
621 letter-spacing: 1px;
622 }
623
624 .list-group li:hover {
625 background-color: #EEEEEE;
626 }
627
628 .list-group li.active:hover {
629 background-color: #337ab7;
630 }
631
632 .list-group li.active {
633 background-color: #337ab7;
634 color: #FFFFFF;
635 font-weight: bold;
636 }
637
638 .aam-block {
639 display: block;
640 }
641
642 .aam-block .aam-copy-clipboard {
643 float: right;
644 }
645
646 .aam-block .aam-copy-clipboard:after {
647 clear: both;
648 }
649
650 .panel-title {
651 font-size: 13px;
652 }
653
654 .panel-group .panel+.panel {
655 margin-top: 2px;
656 }
657
658 .panel-heading a {
659 outline: none;
660 display: block;
661 text-decoration: none;
662 }
663
664 .panel-heading a:hover,
665 .panel-heading a:focus,
666 .panel-heading a:active {
667 box-shadow: none;
668 }
669
670 .panel-collapse label {
671 margin-bottom: 0;
672 }
673
674 a.btn:focus,
675 a.btn:active {
676 outline: none !important;
677 }
678
679 .pagination>li>a:hover {
680 border-color: transparent;
681 }
682
683 .pagination>li>a,
684 .pagination>li>span {
685 padding: 3px 10px;
686 }
687
688 .pagination>li>a:focus,
689 .pagination>li>a:active {
690 outline: none;
691 }
692
693 .pagination>.active a {
694 box-shadow: none;
695 outline: none;
696 }
697
698 .table {
699 margin-bottom: 10px;
700 }
701
702 .table>tbody>tr>td,
703 .table>tbody>tr>th,
704 .table>tfoot>tr>td,
705 .table>tfoot>tr>th,
706 .table>thead>tr>td,
707 .table>thead>tr>th {
708 vertical-align: middle;
709 }
710
711 .table .form-group {
712 margin: 5px 0 0 0;
713 }
714
715 .subject-top-actions {
716 position: absolute;
717 top: 15px;
718 right: 30px;
719 font-size: 1.5em;
720 color: #FFF;
721 display: table;
722 }
723
724 .subject-top-actions .action-row {
725 display: table-row;
726 }
727
728 .subject-top-actions .action-row div {
729 display: inline-block;
730 }
731
732 .subject-top-actions a>i {
733 color: #FFFFFF !important;
734 display: table-cell;
735 }
736
737 .btn-group-xs>.btn,
738 .btn-xs {
739 border-radius: 0;
740 }
741
742 .btn {
743 border-radius: 0;
744 }
745
746 .btn-right {
747 float: right;
748 margin-bottom: 10px;
749 }
750
751 .aam-clear {
752 clear: both !important;
753 display: block;
754 }
755
756 .btn-right::after {
757 display: block;
758 content: " ";
759 clear: both;
760 }
761
762 .alert {
763 border-radius: 0;
764 margin-bottom: 0;
765 }
766
767 .aam-shortcode {
768 margin-top: 20px;
769 border: 1px solid #EEEEEE;
770 padding: 10px;
771 }
772
773 .aam-shortcode p {
774 font-weight: 500;
775 margin-bottom: 0;
776 }
777
778 .list-group-item.highlight {
779 background-color: #F7D3A1;
780 }
781
782 .badge.sup {
783 font-size: 8px;
784 }
785
786 .aam-api-method {
787 font-size: 8px;
788 font-weight: bold;
789 color: #808080;
790 }
791
792 .aam-api-method.get {
793 color: #3c763d;
794 }
795
796 .aam-iframe .aam-subject-title {
797 display: block;
798 font-size: 0.9em;
799 }
800
801 .aam-iframe .postbox .hndle {
802 display: none;
803 }
804
805 .aam-api-method.post {
806 color: #F5AA2E;
807 }
808
809 .aam-api-method.put {
810 color: #286090;
811 }
812
813 .aam-api-method.delete {
814 color: #a94442;
815 }
816
817 /** DATATABLES **/
818 .dataTable.table sup {
819 opacity: 0.6 !important;
820 }
821
822 .dataTables_info {
823 float: left;
824 font-weight: bold;
825 font-size: 0.9em;
826 }
827
828 div.dataTables_filter {
829 position: relative;
830 }
831
832 div.dataTables_filter label {
833 margin-bottom: 0;
834 }
835
836 #role-list_wrapper div.dataTables_filter,
837 #user-list_wrapper div.dataTables_filter {
838 text-align: left;
839 }
840
841 .dataTables_wrapper .pagination > li >a,
842 .dataTables_wrapper .pagination > li >span {
843 padding: 3px 6px;
844 }
845
846 #user-list-filter {
847 height: 30px;
848 margin-left: 10px;
849 }
850
851 .dataTables_filter .btn-primary {
852 height: 30px;
853 line-height: 1.2;
854 }
855
856 #capability-list_wrapper div.dataTables_filter,
857 #route-list_wrapper div.dataTables_filter,
858 #eproduct-list_wrapper div.dataTables_filter,
859 #service-list_wrapper div.dataTables_filter,
860 #post_list_wrapper div.dataTables_filter {
861 text-align: right;
862 }
863
864 div.dataTables_filter a.btn {
865 float: right;
866 border-radius: 0;
867 }
868
869 .dataTable td sup {
870 margin-left: 5px;
871 font-weight: 700;
872 letter-spacing: 1px;
873 }
874
875 div.dataTables_wrapper div.dataTables_filter input {
876 margin-left: 0;
877 height: 30px;
878 }
879
880 table.table-bordered.dataTable tbody th,
881 table.table-bordered.dataTable tbody td {
882 vertical-align: middle;
883 word-break: break-all;
884 }
885
886 .progress {
887 margin-bottom: 0;
888 }
889
890 /** AAM **/
891 #capability-groups {
892 right: 0;
893 left: auto;
894 }
895
896 .user-filter {
897 max-width: 40%;
898 }
899
900 input[type=checkbox] {
901 /* to hide the checkbox itself */
902 display: none;
903 }
904
905 input[data-toggle="toggle"] {
906 /* to hide the checkbox itself */
907 display: block !important;
908 }
909
910 /* overwrite for bootstrap rule */
911 .checkbox input[type="checkbox"] {
912 display: inline-block;
913 margin-top: 1px;
914 }
915
916 input[type=checkbox]+label {
917 width: 1.2em;
918 font-weight: normal;
919 }
920
921 input[type=checkbox]+label:before {
922 font-family: 'fontello';
923 display: inline-block;
924 font-size: 1.2em;
925 content: "\E829";
926 /* unchecked icon */
927 }
928
929 input[type=checkbox]:checked+label:before {
930 font-size: 1.2em;
931 content: "\E818";
932 /* checked icon */
933 }
934
935 input[type=checkbox].aam-checkbox-danger:checked+label:before {
936 color: #a94442;
937 }
938
939 input[type="checkbox"]:focus,
940 input[type="radio"]:focus {
941 outline: none;
942 }
943
944 .radio, .checkbox {
945 margin-left: 20px;
946 }
947
948 .checkbox label,
949 .radio label {
950 padding-left: 0;
951 }
952
953 .aam-small-highlighted {
954 font-size: 85%;
955 padding: 0px 25px 2px 0;
956 margin-bottom: 10px;
957 display: inline-block;
958 }
959
960 .aam-access-overwritten {
961 color: #f0ad4e;
962 }
963
964 .aam-security-audit-step {
965 font-size: 2rem;
966 }
967
968 .table-bordered.aam-detected-issues > thead > tr > th {
969 border-color: #333333;
970 background-color: #333333;
971 color: #FFFFFF;
972 }
973
974 .aam-redirect-action {
975 padding: 10px 20px;
976 }
977
978 .aam-redirect-action select {
979 display: block;
980 width: 100%;
981 }
982
983 .aam-no-margin {
984 margin-left: 0;
985 margin-right: 0;
986 }
987
988 .aam-outer-top-xs {
989 margin-top: 30px !important;
990 }
991
992 .aam-outer-bottom-xxs {
993 margin-bottom: 15px !important;
994 }
995
996 .aam-outer-left-xxs {
997 margin-left: 10px;
998 }
999
1000 .aam-ghost {
1001 opacity: 0.3;
1002 filter: alpha(opacity=50);
1003 }
1004
1005 .aam-highligh-row {
1006 border: 3px solid #337ab7;
1007 }
1008
1009 .aam-highligh-row>td {
1010 padding: 15px !important;
1011 }
1012
1013 .aam-drop-zone {
1014 border: 2px dashed #bbb;
1015 -moz-border-radius: 5px;
1016 -webkit-border-radius: 5px;
1017 border-radius: 5px;
1018 padding: 25px;
1019 text-align: center;
1020 color:
1021 #bbb;
1022 }
1023
1024 .panel-title {
1025 position: relative;
1026 }
1027
1028 .aam-panel-title-icon {
1029 position: absolute;
1030 right: 0;
1031 top: 50%;
1032 font-size: 1.2em;
1033 margin-top: -0.6em;
1034 }
1035
1036 .table p {
1037 margin: 0;
1038 }
1039
1040 .aam-margin-top-xs {
1041 margin-top: 15px !important;
1042 }
1043
1044 .aam-margin-bottom-xs {
1045 margin-bottom: 15px !important;
1046 }
1047
1048 .aam-margin-top-md {
1049 margin-top: 50px !important;
1050 }
1051
1052 .aam-bordered {
1053 padding: 15px;
1054 border: 1px solid #E5E5E5;
1055 }
1056
1057 .aam-inherited {
1058 padding: 5px 15px;
1059 background-color: #337ab7;
1060 color: #FFFFFF;
1061 font-weight: 700;
1062 margin-bottom: 15px;
1063 letter-spacing: 1px;
1064 }
1065
1066 .aam-overwrite {
1067 padding: 5px 0px 5px 15px;
1068 background-color: #f0ad4e;
1069 color: #FFFFFF;
1070 font-weight: 700;
1071 height: 28px;
1072 margin-bottom: 20px;
1073 letter-spacing: 1px;
1074 }
1075
1076 .aam-overwrite a,
1077 .aam-inherited a {
1078 color: #FFFFFF;
1079 }
1080
1081 .aam-overwrite:after,
1082 .aam-inherited:after {
1083 display: inline-block;
1084 content: '';
1085 clear: both;
1086 }
1087
1088 .aam-overwrite span:first-child,
1089 .aam-inherited span:first-child {
1090 float: left;
1091 }
1092
1093 .aam-overwrite span:last-child,
1094 .aam-inherited span:last-child {
1095 float: right;
1096 }
1097
1098 .aam-overwrite .btn {
1099 margin-top: -5px;
1100 border: 0;
1101 padding: 5px 10px;
1102 }
1103
1104 .row.aam-bordered {
1105 margin-left: 0;
1106 margin-right: 0;
1107 }
1108
1109 .aam-list-action {
1110 float: right;
1111 font-size: 1.6em;
1112 line-height: 30px;
1113 cursor: pointer;
1114 }
1115
1116 .aam-access-form {
1117 position: relative;
1118 }
1119
1120 .aam-overlay {
1121 position: absolute;
1122 top: 0;
1123 left: 0;
1124 width: 100%;
1125 height: 100%;
1126 background-color: rgba(200, 200, 200, 0.3);
1127 display: none;
1128 z-index: 10;
1129 }
1130
1131 .visitor-message span {
1132 margin-bottom: 15px;
1133 display: block;
1134 font-size: 1.1em;
1135 text-align: center;
1136 }
1137
1138 .aam-row-actions {
1139 display: table;
1140 table-layout: fixed;
1141 width: 100%;
1142 }
1143
1144 .aam-row-action {
1145 display: table-cell;
1146 text-align: center;
1147 cursor: pointer;
1148 font-size: 1.4em;
1149 line-height: 1em;
1150 }
1151
1152 .aam-accordion-action {
1153 text-align: center;
1154 cursor: pointer;
1155 font-size: 1.4em;
1156 line-height: 1em;
1157 }
1158
1159 .aam-confirm-message {
1160 font-size: 1.2em;
1161 }
1162
1163 .aam-asterix {
1164 color: #a94442;
1165 font-weight: bold;
1166 margin-left: 3px;
1167 }
1168
1169 .aam-divider {
1170 width: 60%;
1171 margin: 15px auto;
1172 }
1173
1174 .aam-submenu-item {
1175 padding: 2px 15px 0px 15px;
1176 }
1177
1178 .aam-submenu-item small {
1179 display: block;
1180 margin-top: -4px;
1181 }
1182
1183 .aam-submenu-item .aam-menu-details {
1184 display: inline-block;
1185 width: 80%;
1186 }
1187
1188 .aam-feature {
1189 display: none;
1190 }
1191
1192 .aam-feature.active {
1193 display: block;
1194 }
1195
1196 .aam-feature-top-actions {
1197 margin-bottom: 15px;
1198 }
1199
1200 .aam-feature textarea {
1201 width: 100%;
1202 font-size: 1.2em;
1203 }
1204
1205 .aam-postbox-inside {
1206 overflow: hidden;
1207 width: 100%;
1208 }
1209
1210 .aam-post-breadcrumb {
1211 border: 1px solid #E5E5E5;
1212 padding: 5px;
1213 margin-bottom: 10px;
1214 }
1215
1216 .aam-post-breadcrumb a {
1217 text-decoration: none;
1218 }
1219
1220 .aam-row-subtitle {
1221 display: block;
1222 font-size: 0.8em;
1223 font-style: normal;
1224 color: #437798;
1225 }
1226
1227 .aam-row-subtitle b,
1228 .aam-row-subtitle strong {
1229 color: #777777;
1230 }
1231
1232 .text-larger {
1233 font-size: 1.2em !important;
1234 }
1235
1236 .aam-large-padding {
1237 padding: 25px 50px;
1238 }
1239
1240 .aam-notification-message {
1241 font-size: 1.2em;
1242 border: 1px solid #E5E5E5;
1243 padding: 10px;
1244 }
1245
1246 .aam-update-check {
1247 float: right !important;
1248 }
1249
1250 .aam-help-menu {
1251 float: right;
1252 font-size: 1.4em;
1253 margin-top: -4px;
1254 color: #337ab7;
1255 cursor: pointer;
1256 }
1257
1258 .aam-setting-title,
1259 .aam-extension-title {
1260 font-size: 1.4em;
1261 line-height: 1em;
1262 font-weight: 500;
1263 display: block;
1264 }
1265
1266 .aam-setting-title small {
1267 font-size: 0.7em;
1268 }
1269
1270 .aam-license-key {
1271 display: block;
1272 width: 100%;
1273 text-align: left;
1274 font-size: 1.1em;
1275 color: #a94442;
1276 }
1277
1278 .aam-license-key:active,
1279 .aam-license-key:hover {
1280 text-decoration: none;
1281 color: #F04748;
1282 }
1283
1284 .aam-setting-description,
1285 .aam-extension-description {
1286 font-size: 0.9em;
1287 text-align: justify;
1288 margin-top: 5px !important;
1289 line-height: 1.4;
1290 color: #666666;
1291 }
1292
1293 .aam-extension-description {
1294 font-size: 1.1em;
1295 }
1296
1297 .aam-help-menu.active {
1298 color: #a94442;
1299 }
1300
1301 .aam-container {
1302 position: relative;
1303 overflow: hidden;
1304 }
1305
1306 .aam-slide-form,
1307 .aam-help-context {
1308 position: absolute;
1309 width: 100%;
1310 top: 0;
1311 left: 100%;
1312 background-color: #FFFFFF;
1313 -webkit-transition: all .5s ease-in-out;
1314 -moz-transition: all .5s ease-in-out;
1315 -o-transition: all .5s ease-in-out;
1316 transition: all .5s ease-in-out;
1317 z-index: 2000;
1318 }
1319
1320 .aam-slide-form.active,
1321 .aam-help-context.active {
1322 left: 0;
1323 z-index: 999;
1324 position: relative;
1325 }
1326
1327 .modal-backdrop {
1328 z-index: 998;
1329 }
1330
1331 .aam-slide-form .table td {
1332 vertical-align: middle;
1333 }
1334
1335 .aam-table-group {
1336 font-size: 1.5em;
1337 border-bottom-width: 4px !important;
1338 }
1339
1340 .aam-table-group small {
1341 font-size: 65%;
1342 }
1343
1344 #post_list_wrapper {
1345 -webkit-transition: all .5s ease-in-out;
1346 -moz-transition: all .5s ease-in-out;
1347 -o-transition: all .5s ease-in-out;
1348 transition: all .5s ease-in-out;
1349 }
1350
1351 .aam-hidden {
1352 position: absolute;
1353 opacity: 0;
1354 }
1355
1356 .aam-info {
1357 border-left: 3px solid #337ab7;
1358 background-color: #FAFAFA;
1359 padding: 10px;
1360 position: relative;
1361 font-size: 1em;
1362 margin-bottom: 20px !important;
1363 }
1364
1365 .aam-highlighted {
1366 background-color: #FAFAFA;
1367 padding: 10px;
1368 position: relative;
1369 margin-bottom: 20px !important;
1370 }
1371
1372 .aam-outer-top-xxs {
1373 margin-top: 10px;
1374 }
1375
1376 .aam-info-modal,
1377 .aam-info-modal p,
1378 .aam-info-modal ul {
1379 font-size: 1.1em;
1380 -moz-hyphens: auto;
1381 word-wrap: break-word;
1382 text-align: justify;
1383 padding: 15px;
1384 }
1385
1386 .aam-notification {
1387 border-left: 6px solid #F04748;
1388 background-color: #F5F5F5;
1389 padding: 10px;
1390 position: relative;
1391 }
1392
1393 .aam-numeric-list {
1394 list-style: decimal;
1395 padding-left: 15px;
1396 }
1397
1398 .aam-notification-icon {
1399 font-size: 4em;
1400 color: #F04748;
1401 text-align: center;
1402 }
1403
1404 .aam-notification:after {
1405 content: ' ';
1406 display: block;
1407 clear: both;
1408 }
1409
1410 .error-container {
1411 padding: 10px;
1412 margin-bottom: 30px;
1413 }
1414
1415 .error-container > ul {
1416 margin-top: 10px;
1417 margin-bottom: 0;
1418 padding-left: 20px;
1419 list-style: circle;
1420 }
1421
1422 .list-of-items {
1423 margin-top: 10px;
1424 margin-bottom: 0;
1425 padding-left: 20px;
1426 margin-left: 10px;
1427 font-size: 16px !important;
1428 list-style: circle;
1429 }
1430
1431 .nav>li>a {
1432 padding: 10px 10px;
1433 }
1434
1435 .aam-social {
1436 font-size: 3em;
1437 text-align: center;
1438 width: 100%;
1439 display: table;
1440 }
1441
1442 .aam-social a {
1443 text-decoration: none;
1444 margin: 0 10px;
1445 display: table-cell;
1446 }
1447
1448 .aam-social span {
1449 font-size: 0.25em;
1450 color: #333333;
1451 display: block;
1452 letter-spacing: 1px;
1453 font-weight: 700;
1454 margin-top: 7px;
1455 text-transform: uppercase;
1456 text-align: center;
1457 }
1458
1459 .extension-container {
1460 padding: 10px 15px;
1461 }
1462
1463 .highlighted-italic i {
1464 color: #a94442;
1465 font-weight: 700;
1466 }
1467
1468 .aam-notification-metabox {
1469 background-color: #d9534f;
1470 color: #FFFFFF;
1471 letter-spacing: 0.5px;
1472 }
1473
1474 .aam-notification-metabox .postbox {
1475 border: 0;
1476 }
1477
1478 .aam-error-list {
1479 padding: 15px 25px 10px 25px;
1480 list-style: none;
1481 margin-bottom: 0;
1482 }
1483
1484 .aam-error-list>li::before {
1485 content: "\2022";
1486 color: #FFFFFF;
1487 font-weight: 700;
1488 display: inline-block;
1489 width: 1em;
1490 margin-left: -1em;
1491 }
1492
1493 .aam-error-list a {
1494 color: #FFFFFF !important;
1495 text-decoration: none;
1496 font-weight: 700;
1497 }
1498
1499 .aam-error-list a:hover {
1500 color: #F0F0F0 !important;
1501 }
1502
1503 .aam-menu-capability,
1504 .aam-metabox-details {
1505 color: #777777;
1506 font-weight: 400;
1507 }
1508
1509 .aam-highlight {
1510 color: #a94442;
1511 font-weight: 700;
1512 }
1513
1514 .aam-hint {
1515 font-size: 0.8em;
1516 -moz-hyphens: auto;
1517 word-wrap: break-word;
1518 text-align: justify;
1519 }
1520
1521 .dataTables_processing {
1522 color: #337ab7;
1523 font-size: 0.8em;
1524 font-weight: 700;
1525 margin-top: -8px;
1526 padding: 30px 5px;
1527 position: absolute;
1528 top: 5px;
1529 left: 15px;
1530 width: calc(100% - 30px);
1531 height: 100%;
1532 background-color: #FFFFFF;
1533 opacity: 0.6;
1534 text-align: center;
1535 }
1536
1537 .aam-loading {
1538 width: 100%;
1539 text-align: center;
1540 font-size: 8em;
1541 padding: 30px;
1542 color: rgba(220, 220, 220, 0.8);
1543 }
1544
1545 .json-editor-blackbord {
1546 background: #333333 !important;
1547 border-radius: 0;
1548 padding: 10px 25px;
1549 border: 0;
1550 max-height: 60vh;
1551 overflow-y: scroll;
1552 }
1553
1554 .aam-current-subject {
1555 background-color: #337ab7;
1556 padding: 15px 15px 15px 10px;
1557 font-size: 2em;
1558 font-weight: 400;
1559 line-height: 29px;
1560 margin: 0;
1561 color: #FFFFFF;
1562 }
1563
1564 .aam-current-subject.danger {
1565 background-color: #d9534f;
1566 }
1567
1568 .aam-current-subject strong {
1569 text-transform: capitalize;
1570 letter-spacing: 1px;
1571 }
1572
1573 .table h4 {
1574 margin-top: 5px;
1575 margin-bottom: 5px;
1576 }
1577
1578 .aam-license-indicator {
1579 font-size: 0.8em;
1580 display: block;
1581 margin-top: -4px;
1582 margin-bottom: 5px;
1583 color: #777777;
1584 }
1585
1586 .aam-promo {
1587 font-size: 1.1em;
1588 letter-spacing: 1px;
1589 }
1590
1591 /*! ========================================================================
1592 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
1593 * https://www.bootstraptoggle.com
1594 * ========================================================================
1595 * Copyright 2014 Min Hur, The New York Times Company
1596 * Licensed under MIT
1597 * ======================================================================== */
1598 .checkbox label .toggle,
1599 .checkbox-inline .toggle {
1600 margin-left: -20px;
1601 margin-right: 5px
1602 }
1603
1604 .toggle {
1605 position: relative;
1606 overflow: hidden
1607 }
1608
1609 .toggle input[type=checkbox] {
1610 display: none
1611 }
1612
1613 .toggle-group {
1614 position: absolute;
1615 width: 200%;
1616 top: 0;
1617 bottom: 0;
1618 left: 0;
1619 transition: left .35s;
1620 -webkit-transition: left .35s;
1621 -moz-user-select: none;
1622 -webkit-user-select: none
1623 }
1624
1625 .toggle.off .toggle-group {
1626 left: -100%
1627 }
1628
1629 .toggle-on {
1630 position: absolute;
1631 top: 0;
1632 bottom: 0;
1633 left: 0;
1634 right: 50%;
1635 margin: 0;
1636 border: 0;
1637 border-radius: 0
1638 }
1639
1640 .toggle-off {
1641 position: absolute;
1642 top: 0;
1643 bottom: 0;
1644 left: 50%;
1645 right: 0;
1646 margin: 0;
1647 border: 0;
1648 border-radius: 0
1649 }
1650
1651 .toggle-handle {
1652 position: relative;
1653 margin: 0 auto;
1654 padding-top: 0;
1655 padding-bottom: 0;
1656 height: 100%;
1657 width: 0;
1658 border-width: 0 1px
1659 }
1660
1661 .toggle.btn {
1662 min-width: 59px;
1663 min-height: 34px
1664 }
1665
1666 .toggle-on.btn {
1667 padding-right: 24px
1668 }
1669
1670 .toggle-off.btn {
1671 padding-left: 24px
1672 }
1673
1674 .toggle.btn-lg {
1675 min-width: 79px;
1676 min-height: 45px
1677 }
1678
1679 .toggle-on.btn-lg {
1680 padding-right: 31px
1681 }
1682
1683 .toggle-off.btn-lg {
1684 padding-left: 31px
1685 }
1686
1687 .toggle-handle.btn-lg {
1688 width: 40px
1689 }
1690
1691 .toggle.btn-sm {
1692 min-width: 80px;
1693 min-height: 30px
1694 }
1695
1696 .toggle-on.btn-sm {
1697 padding-right: 20px
1698 }
1699
1700 .toggle-off.btn-sm {
1701 padding-left: 20px
1702 }
1703
1704 .toggle.btn-xs {
1705 min-width: 35px;
1706 min-height: 22px
1707 }
1708
1709 .toggle-on.btn-xs {
1710 padding-right: 12px
1711 }
1712
1713 .toggle-off.btn-xs {
1714 padding-left: 12px
1715 }
1716
1717 #admin_menu-content .toggle.btn-sm,
1718 #toolbar-content .toggle.btn-sm,
1719 #route-content .toggle.btn-sm {
1720 min-width: 120px;
1721 }
1722
1723 /* Autocomplete */
1724 .autocomplete-suggestions {
1725 text-align: left;
1726 cursor: default;
1727 border: 1px solid #ccc;
1728 border-top: 0;
1729 background: #fff;
1730 box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
1731
1732 /* core styles should not be changed */
1733 position: absolute;
1734 display: none;
1735 z-index: 9999;
1736 max-height: 254px;
1737 overflow: hidden;
1738 overflow-y: auto;
1739 box-sizing: border-box;
1740 }
1741
1742 .autocomplete-suggestion {
1743 position: relative;
1744 padding: 0 .6em;
1745 line-height: 23px;
1746 white-space: nowrap;
1747 overflow: hidden;
1748 text-overflow: ellipsis;
1749 font-size: 1.02em;
1750 color: #333;
1751 }
1752
1753 .autocomplete-suggestion b {
1754 font-weight: normal;
1755 color: #1f8dd6;
1756 }
1757
1758 .autocomplete-suggestion.selected {
1759 background: #f0f0f0;
1760 }
1761
1762
1763 /* CODEMIRROR CSS RULES */
1764 /* BASICS */
1765
1766 .jwt-claims-container .CodeMirror {
1767 height: 150px;
1768 }
1769
1770 .CodeMirror {
1771 /* Set height, width, borders, and global font properties here */
1772 font-family: monospace;
1773 height: 300px;
1774 color: black;
1775 direction: ltr;
1776 border: 1px solid #EEEEEE;
1777 padding: 5px;
1778 }
1779
1780 /* PADDING */
1781
1782 .CodeMirror-lines {
1783 padding: 4px 0;
1784 /* Vertical padding around content */
1785 }
1786
1787 .CodeMirror pre {
1788 padding: 0 4px;
1789 /* Horizontal padding of content */
1790 }
1791
1792 .CodeMirror-scrollbar-filler,
1793 .CodeMirror-gutter-filler {
1794 background-color: white;
1795 /* The little square between H and V scrollbars */
1796 }
1797
1798 /* GUTTER */
1799
1800 .CodeMirror-gutters {
1801 white-space: nowrap;
1802 }
1803
1804 .CodeMirror-linenumbers {}
1805
1806 .CodeMirror-linenumber {
1807 padding: 0 3px 0 0px;
1808 min-width: 15px;
1809 text-align: right;
1810 color: #999;
1811 white-space: nowrap;
1812 }
1813
1814 .CodeMirror-guttermarker {
1815 color: black;
1816 }
1817
1818 .CodeMirror-guttermarker-subtle {
1819 color: #999;
1820 }
1821
1822 /* CURSOR */
1823
1824 .CodeMirror-cursor {
1825 border-left: 1px solid black;
1826 border-right: none;
1827 width: 0;
1828 }
1829
1830 /* Shown when moving in bi-directional text */
1831 .CodeMirror div.CodeMirror-secondarycursor {
1832 border-left: 1px solid silver;
1833 }
1834
1835 .cm-fat-cursor .CodeMirror-cursor {
1836 width: auto;
1837 border: 0 !important;
1838 background: #7e7;
1839 }
1840
1841 .cm-fat-cursor div.CodeMirror-cursors {
1842 z-index: 1;
1843 }
1844
1845 .cm-fat-cursor-mark {
1846 background-color: rgba(20, 255, 20, 0.5);
1847 -webkit-animation: blink 1.06s steps(1) infinite;
1848 -moz-animation: blink 1.06s steps(1) infinite;
1849 animation: blink 1.06s steps(1) infinite;
1850 }
1851
1852 .cm-animate-fat-cursor {
1853 width: auto;
1854 border: 0;
1855 -webkit-animation: blink 1.06s steps(1) infinite;
1856 -moz-animation: blink 1.06s steps(1) infinite;
1857 animation: blink 1.06s steps(1) infinite;
1858 background-color: #7e7;
1859 }
1860
1861 @-moz-keyframes blink {
1862 0% {}
1863
1864 50% {
1865 background-color: transparent;
1866 }
1867
1868 100% {}
1869 }
1870
1871 @-webkit-keyframes blink {
1872 0% {}
1873
1874 50% {
1875 background-color: transparent;
1876 }
1877
1878 100% {}
1879 }
1880
1881 @keyframes blink {
1882 0% {}
1883
1884 50% {
1885 background-color: transparent;
1886 }
1887
1888 100% {}
1889 }
1890
1891 /* Can style cursor different in overwrite (non-insert) mode */
1892 .CodeMirror-overwrite .CodeMirror-cursor {}
1893
1894 .cm-tab {
1895 display: inline-block;
1896 text-decoration: inherit;
1897 }
1898
1899 .CodeMirror-rulers {
1900 position: absolute;
1901 left: 0;
1902 right: 0;
1903 top: -50px;
1904 bottom: -20px;
1905 overflow: hidden;
1906 }
1907
1908 .CodeMirror-ruler {
1909 border-left: 1px solid #ccc;
1910 top: 0;
1911 bottom: 0;
1912 position: absolute;
1913 }
1914
1915 /* DEFAULT THEME */
1916
1917 .cm-s-default .cm-header {
1918 color: blue;
1919 }
1920
1921 .cm-s-default .cm-quote {
1922 color: #090;
1923 }
1924
1925 .cm-negative {
1926 color: #d44;
1927 }
1928
1929 .cm-positive {
1930 color: #292;
1931 }
1932
1933 .cm-header,
1934 .cm-strong {
1935 font-weight: bold;
1936 }
1937
1938 .cm-em {
1939 font-style: italic;
1940 }
1941
1942 .cm-link {
1943 text-decoration: underline;
1944 }
1945
1946 .cm-strikethrough {
1947 text-decoration: line-through;
1948 }
1949
1950 .cm-s-default .cm-keyword {
1951 color: #708;
1952 }
1953
1954 .cm-s-default .cm-atom {
1955 color: #219;
1956 }
1957
1958 .cm-s-default .cm-number {
1959 color: #164;
1960 }
1961
1962 .cm-s-default .cm-def {
1963 color: #00f;
1964 }
1965
1966 .cm-s-default .cm-variable,
1967 .cm-s-default .cm-punctuation,
1968 .cm-s-default .cm-property,
1969 .cm-s-default .cm-operator {}
1970
1971 .cm-s-default .cm-variable-2 {
1972 color: #05a;
1973 }
1974
1975 .cm-s-default .cm-variable-3,
1976 .cm-s-default .cm-type {
1977 color: #085;
1978 }
1979
1980 .cm-s-default .cm-comment {
1981 color: #a50;
1982 }
1983
1984 .cm-s-default .cm-string {
1985 color: #a11;
1986 }
1987
1988 .cm-s-default .cm-string-2 {
1989 color: #f50;
1990 }
1991
1992 .cm-s-default .cm-meta {
1993 color: #555;
1994 }
1995
1996 .cm-s-default .cm-qualifier {
1997 color: #555;
1998 }
1999
2000 .cm-s-default .cm-builtin {
2001 color: #30a;
2002 }
2003
2004 .cm-s-default .cm-bracket {
2005 color: #997;
2006 }
2007
2008 .cm-s-default .cm-tag {
2009 color: #170;
2010 }
2011
2012 .cm-s-default .cm-attribute {
2013 color: #00c;
2014 }
2015
2016 .cm-s-default .cm-hr {
2017 color: #999;
2018 }
2019
2020 .cm-s-default .cm-link {
2021 color: #00c;
2022 }
2023
2024 .cm-s-default .cm-error {
2025 color: #f00;
2026 }
2027
2028 .cm-invalidchar {
2029 color: #f00;
2030 }
2031
2032 .CodeMirror-composing {
2033 border-bottom: 2px solid;
2034 }
2035
2036 /* Default styles for common addons */
2037
2038 div.CodeMirror span.CodeMirror-matchingbracket {
2039 color: #0b0;
2040 }
2041
2042 div.CodeMirror span.CodeMirror-nonmatchingbracket {
2043 color: #a22;
2044 }
2045
2046 .CodeMirror-matchingtag {
2047 background: rgba(255, 150, 0, .3);
2048 }
2049
2050 .CodeMirror-activeline-background {
2051 background: #e8f2ff;
2052 }
2053
2054 /* STOP */
2055
2056 /* The rest of this file contains styles related to the mechanics of
2057 the editor. You probably shouldn't touch them. */
2058
2059 .CodeMirror {
2060 position: relative;
2061 overflow: hidden;
2062 background: white;
2063 }
2064
2065 .CodeMirror-scroll {
2066 overflow: scroll !important;
2067 /* Things will break if this is overridden */
2068 /* 30px is the magic margin used to hide the element's real scrollbars */
2069 /* See overflow: hidden in .CodeMirror */
2070 margin-bottom: -30px;
2071 margin-right: -30px;
2072 padding-bottom: 30px;
2073 height: 100%;
2074 outline: none;
2075 /* Prevent dragging from highlighting the element */
2076 position: relative;
2077 }
2078
2079 .CodeMirror-sizer {
2080 position: relative;
2081 border-right: 30px solid transparent;
2082 }
2083
2084 /* The fake, visible scrollbars. Used to force redraw during scrolling
2085 before actual scrolling happens, thus preventing shaking and
2086 flickering artifacts. */
2087 .CodeMirror-vscrollbar,
2088 .CodeMirror-hscrollbar,
2089 .CodeMirror-scrollbar-filler,
2090 .CodeMirror-gutter-filler {
2091 position: absolute;
2092 z-index: 6;
2093 display: none;
2094 }
2095
2096 .CodeMirror-vscrollbar {
2097 right: 0;
2098 top: 0;
2099 overflow-x: hidden;
2100 overflow-y: scroll;
2101 }
2102
2103 .CodeMirror-hscrollbar {
2104 bottom: 0;
2105 left: 0;
2106 overflow-y: hidden;
2107 overflow-x: scroll;
2108 }
2109
2110 .CodeMirror-scrollbar-filler {
2111 right: 0;
2112 bottom: 0;
2113 }
2114
2115 .CodeMirror-gutter-filler {
2116 left: 0;
2117 bottom: 0;
2118 }
2119
2120 .CodeMirror-gutters {
2121 position: absolute;
2122 left: 0;
2123 top: 0;
2124 min-height: 100%;
2125 z-index: 3;
2126 }
2127
2128 .CodeMirror-gutter {
2129 white-space: normal;
2130 height: 100%;
2131 display: inline-block;
2132 vertical-align: top;
2133 margin-bottom: -30px;
2134 }
2135
2136 .CodeMirror-gutter-wrapper {
2137 position: absolute;
2138 z-index: 4;
2139 background: none !important;
2140 border: none !important;
2141 }
2142
2143 .CodeMirror-gutter-background {
2144 position: absolute;
2145 top: 0;
2146 bottom: 0;
2147 z-index: 4;
2148 }
2149
2150 .CodeMirror-gutter-elt {
2151 position: absolute;
2152 cursor: default;
2153 z-index: 4;
2154 }
2155
2156 .CodeMirror-gutter-wrapper ::selection {
2157 background-color: transparent
2158 }
2159
2160 .CodeMirror-gutter-wrapper ::-moz-selection {
2161 background-color: transparent
2162 }
2163
2164 .CodeMirror-lines {
2165 cursor: text;
2166 min-height: 1px;
2167 /* prevents collapsing before first draw */
2168 }
2169
2170 .CodeMirror pre {
2171 /* Reset some styles that the rest of the page might have set */
2172 -moz-border-radius: 0;
2173 -webkit-border-radius: 0;
2174 border-radius: 0;
2175 border-width: 0;
2176 background: transparent;
2177 font-family: inherit;
2178 font-size: inherit;
2179 margin: 0;
2180 white-space: pre;
2181 word-wrap: normal;
2182 line-height: inherit;
2183 color: inherit;
2184 z-index: 2;
2185 position: relative;
2186 overflow: visible;
2187 -webkit-tap-highlight-color: transparent;
2188 -webkit-font-variant-ligatures: contextual;
2189 font-variant-ligatures: contextual;
2190 }
2191
2192 #policy-model .CodeMirror pre {
2193 padding-left: 20px;
2194 }
2195
2196 .CodeMirror-wrap pre {
2197 word-wrap: break-word;
2198 white-space: pre-wrap;
2199 word-break: normal;
2200 }
2201
2202 .CodeMirror-linebackground {
2203 position: absolute;
2204 left: 0;
2205 right: 0;
2206 top: 0;
2207 bottom: 0;
2208 z-index: 0;
2209 }
2210
2211 .CodeMirror-linewidget {
2212 position: relative;
2213 z-index: 2;
2214 padding: 0.1px;
2215 /* Force widget margins to stay inside of the container */
2216 }
2217
2218 .CodeMirror-widget {}
2219
2220 .CodeMirror-rtl pre {
2221 direction: rtl;
2222 }
2223
2224 .CodeMirror-code {
2225 outline: none;
2226 }
2227
2228 /* Force content-box sizing for the elements where we expect it */
2229 .CodeMirror-scroll,
2230 .CodeMirror-sizer,
2231 .CodeMirror-gutter,
2232 .CodeMirror-gutters,
2233 .CodeMirror-linenumber {
2234 -moz-box-sizing: content-box;
2235 box-sizing: content-box;
2236 }
2237
2238 .CodeMirror-measure {
2239 position: absolute;
2240 width: 100%;
2241 height: 0;
2242 overflow: hidden;
2243 visibility: hidden;
2244 }
2245
2246 .CodeMirror-cursor {
2247 position: absolute;
2248 pointer-events: none;
2249 }
2250
2251 .CodeMirror-measure pre {
2252 position: static;
2253 }
2254
2255 div.CodeMirror-cursors {
2256 visibility: hidden;
2257 position: relative;
2258 z-index: 3;
2259 }
2260
2261 div.CodeMirror-dragcursors {
2262 visibility: visible;
2263 }
2264
2265 .CodeMirror-focused div.CodeMirror-cursors {
2266 visibility: visible;
2267 }
2268
2269 .CodeMirror-selected {
2270 background: #d9d9d9;
2271 }
2272
2273 .CodeMirror-focused .CodeMirror-selected {
2274 background: #d7d4f0;
2275 }
2276
2277 .CodeMirror-crosshair {
2278 cursor: crosshair;
2279 }
2280
2281 .CodeMirror-line::selection,
2282 .CodeMirror-line>span::selection,
2283 .CodeMirror-line>span>span::selection {
2284 background: #d7d4f0;
2285 }
2286
2287 .CodeMirror-line::-moz-selection,
2288 .CodeMirror-line>span::-moz-selection,
2289 .CodeMirror-line>span>span::-moz-selection {
2290 background: #d7d4f0;
2291 }
2292
2293 .cm-searching {
2294 background-color: #ffa;
2295 background-color: rgba(255, 255, 0, .4);
2296 }
2297
2298 /* Used to force a border model for a node */
2299 .cm-force-border {
2300 padding-right: .1px;
2301 }
2302
2303 @media print {
2304
2305 /* Hide the cursor when printing */
2306 .CodeMirror div.CodeMirror-cursors {
2307 visibility: hidden;
2308 }
2309 }
2310
2311 /* See issue #2901 */
2312 .cm-tab-wrap-hack:after {
2313 content: '';
2314 }
2315
2316 /* Help users use markselection to safely style text background */
2317 span.CodeMirror-selectedtext {
2318 background: none;
2319 }
2320
2321 /*!
2322 * Datetimepicker for Bootstrap 3
2323 * version : 4.17.47
2324 * https://github.com/Eonasdan/bootstrap-datetimepicker/
2325 */
2326 .bootstrap-datetimepicker-widget {
2327 list-style: none;
2328 }
2329
2330 .bootstrap-datetimepicker-widget.dropdown-menu {
2331 display: block;
2332 margin: 2px 0;
2333 padding: 4px;
2334 width: 19em;
2335 }
2336
2337 @media (min-width: 768px) {
2338 .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
2339 width: 38em;
2340 }
2341 }
2342
2343 @media (min-width: 992px) {
2344 .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
2345 width: 38em;
2346 }
2347 }
2348
2349 @media (min-width: 1200px) {
2350 .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
2351 width: 38em;
2352 }
2353 }
2354
2355 .bootstrap-datetimepicker-widget.dropdown-menu:before,
2356 .bootstrap-datetimepicker-widget.dropdown-menu:after {
2357 content: '';
2358 display: inline-block;
2359 position: absolute;
2360 }
2361
2362 .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
2363 border-left: 7px solid transparent;
2364 border-right: 7px solid transparent;
2365 border-bottom: 7px solid #ccc;
2366 border-bottom-color: rgba(0, 0, 0, 0.2);
2367 top: -7px;
2368 left: 7px;
2369 }
2370
2371 .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
2372 border-left: 6px solid transparent;
2373 border-right: 6px solid transparent;
2374 border-bottom: 6px solid white;
2375 top: -6px;
2376 left: 8px;
2377 }
2378
2379 .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
2380 border-left: 7px solid transparent;
2381 border-right: 7px solid transparent;
2382 border-top: 7px solid #ccc;
2383 border-top-color: rgba(0, 0, 0, 0.2);
2384 bottom: -7px;
2385 left: 6px;
2386 }
2387
2388 .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
2389 border-left: 6px solid transparent;
2390 border-right: 6px solid transparent;
2391 border-top: 6px solid white;
2392 bottom: -6px;
2393 left: 7px;
2394 }
2395
2396 .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
2397 left: auto;
2398 right: 6px;
2399 }
2400
2401 .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
2402 left: auto;
2403 right: 7px;
2404 }
2405
2406 .bootstrap-datetimepicker-widget .list-unstyled {
2407 margin: 0;
2408 }
2409
2410 .bootstrap-datetimepicker-widget a[data-action] {
2411 padding: 6px 0;
2412 }
2413
2414 .bootstrap-datetimepicker-widget a[data-action]:active {
2415 box-shadow: none;
2416 }
2417
2418 .bootstrap-datetimepicker-widget .timepicker-hour,
2419 .bootstrap-datetimepicker-widget .timepicker-minute,
2420 .bootstrap-datetimepicker-widget .timepicker-second {
2421 width: 54px;
2422 font-weight: bold;
2423 font-size: 1.2em;
2424 margin: 0;
2425 }
2426
2427 .bootstrap-datetimepicker-widget button[data-action] {
2428 padding: 6px;
2429 }
2430
2431 .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
2432 position: absolute;
2433 width: 1px;
2434 height: 1px;
2435 margin: -1px;
2436 padding: 0;
2437 overflow: hidden;
2438 clip: rect(0, 0, 0, 0);
2439 border: 0;
2440 content: "Increment Hours";
2441 }
2442
2443 .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
2444 position: absolute;
2445 width: 1px;
2446 height: 1px;
2447 margin: -1px;
2448 padding: 0;
2449 overflow: hidden;
2450 clip: rect(0, 0, 0, 0);
2451 border: 0;
2452 content: "Increment Minutes";
2453 }
2454
2455 .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
2456 position: absolute;
2457 width: 1px;
2458 height: 1px;
2459 margin: -1px;
2460 padding: 0;
2461 overflow: hidden;
2462 clip: rect(0, 0, 0, 0);
2463 border: 0;
2464 content: "Decrement Hours";
2465 }
2466
2467 .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
2468 position: absolute;
2469 width: 1px;
2470 height: 1px;
2471 margin: -1px;
2472 padding: 0;
2473 overflow: hidden;
2474 clip: rect(0, 0, 0, 0);
2475 border: 0;
2476 content: "Decrement Minutes";
2477 }
2478
2479 .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
2480 position: absolute;
2481 width: 1px;
2482 height: 1px;
2483 margin: -1px;
2484 padding: 0;
2485 overflow: hidden;
2486 clip: rect(0, 0, 0, 0);
2487 border: 0;
2488 content: "Show Hours";
2489 }
2490
2491 .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
2492 position: absolute;
2493 width: 1px;
2494 height: 1px;
2495 margin: -1px;
2496 padding: 0;
2497 overflow: hidden;
2498 clip: rect(0, 0, 0, 0);
2499 border: 0;
2500 content: "Show Minutes";
2501 }
2502
2503 .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
2504 position: absolute;
2505 width: 1px;
2506 height: 1px;
2507 margin: -1px;
2508 padding: 0;
2509 overflow: hidden;
2510 clip: rect(0, 0, 0, 0);
2511 border: 0;
2512 content: "Toggle AM/PM";
2513 }
2514
2515 .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
2516 position: absolute;
2517 width: 1px;
2518 height: 1px;
2519 margin: -1px;
2520 padding: 0;
2521 overflow: hidden;
2522 clip: rect(0, 0, 0, 0);
2523 border: 0;
2524 content: "Clear the picker";
2525 }
2526
2527 .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
2528 position: absolute;
2529 width: 1px;
2530 height: 1px;
2531 margin: -1px;
2532 padding: 0;
2533 overflow: hidden;
2534 clip: rect(0, 0, 0, 0);
2535 border: 0;
2536 content: "Set the date to today";
2537 }
2538
2539 .bootstrap-datetimepicker-widget .picker-switch {
2540 text-align: center;
2541 }
2542
2543 .bootstrap-datetimepicker-widget .picker-switch::after {
2544 position: absolute;
2545 width: 1px;
2546 height: 1px;
2547 margin: -1px;
2548 padding: 0;
2549 overflow: hidden;
2550 clip: rect(0, 0, 0, 0);
2551 border: 0;
2552 content: "Toggle Date and Time Screens";
2553 }
2554
2555 .bootstrap-datetimepicker-widget .picker-switch td {
2556 padding: 0;
2557 margin: 0;
2558 height: auto;
2559 width: auto;
2560 line-height: inherit;
2561 }
2562
2563 .bootstrap-datetimepicker-widget .picker-switch td span {
2564 line-height: 2.5;
2565 height: 2.5em;
2566 width: 100%;
2567 }
2568
2569 .bootstrap-datetimepicker-widget table {
2570 width: 100%;
2571 margin: 0;
2572 }
2573
2574 .bootstrap-datetimepicker-widget table td,
2575 .bootstrap-datetimepicker-widget table th {
2576 text-align: center;
2577 border-radius: 4px;
2578 }
2579
2580 .bootstrap-datetimepicker-widget table th {
2581 height: 20px;
2582 line-height: 20px;
2583 width: 20px;
2584 }
2585
2586 .bootstrap-datetimepicker-widget table th.picker-switch {
2587 width: 145px;
2588 }
2589
2590 .bootstrap-datetimepicker-widget table th.disabled,
2591 .bootstrap-datetimepicker-widget table th.disabled:hover {
2592 background: none;
2593 color: #777777;
2594 cursor: not-allowed;
2595 }
2596
2597 .bootstrap-datetimepicker-widget table th.prev::after {
2598 position: absolute;
2599 width: 1px;
2600 height: 1px;
2601 margin: -1px;
2602 padding: 0;
2603 overflow: hidden;
2604 clip: rect(0, 0, 0, 0);
2605 border: 0;
2606 content: "Previous Month";
2607 }
2608
2609 .bootstrap-datetimepicker-widget table th.next::after {
2610 position: absolute;
2611 width: 1px;
2612 height: 1px;
2613 margin: -1px;
2614 padding: 0;
2615 overflow: hidden;
2616 clip: rect(0, 0, 0, 0);
2617 border: 0;
2618 content: "Next Month";
2619 }
2620
2621 .bootstrap-datetimepicker-widget table thead tr:first-child th {
2622 cursor: pointer;
2623 }
2624
2625 .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
2626 background: #eeeeee;
2627 }
2628
2629 .bootstrap-datetimepicker-widget table td {
2630 height: 54px;
2631 line-height: 54px;
2632 width: 54px;
2633 }
2634
2635 .bootstrap-datetimepicker-widget table td.cw {
2636 font-size: .8em;
2637 height: 20px;
2638 line-height: 20px;
2639 color: #777777;
2640 }
2641
2642 .bootstrap-datetimepicker-widget table td.day {
2643 height: 20px;
2644 line-height: 20px;
2645 width: 20px;
2646 }
2647
2648 .bootstrap-datetimepicker-widget table td.day:hover,
2649 .bootstrap-datetimepicker-widget table td.hour:hover,
2650 .bootstrap-datetimepicker-widget table td.minute:hover,
2651 .bootstrap-datetimepicker-widget table td.second:hover {
2652 background: #eeeeee;
2653 cursor: pointer;
2654 }
2655
2656 .bootstrap-datetimepicker-widget table td.old,
2657 .bootstrap-datetimepicker-widget table td.new {
2658 color: #777777;
2659 }
2660
2661 .bootstrap-datetimepicker-widget table td.today {
2662 position: relative;
2663 }
2664
2665 .bootstrap-datetimepicker-widget table td.today:before {
2666 content: '';
2667 display: inline-block;
2668 border: solid transparent;
2669 border-width: 0 0 7px 7px;
2670 border-bottom-color: #337ab7;
2671 border-top-color: rgba(0, 0, 0, 0.2);
2672 position: absolute;
2673 bottom: 4px;
2674 right: 4px;
2675 }
2676
2677 .bootstrap-datetimepicker-widget table td.active,
2678 .bootstrap-datetimepicker-widget table td.active:hover {
2679 background-color: #337ab7;
2680 color: #fff;
2681 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2682 }
2683
2684 .bootstrap-datetimepicker-widget table td.active.today:before {
2685 border-bottom-color: #fff;
2686 }
2687
2688 .bootstrap-datetimepicker-widget table td.disabled,
2689 .bootstrap-datetimepicker-widget table td.disabled:hover {
2690 background: none;
2691 color: #777777;
2692 cursor: not-allowed;
2693 }
2694
2695 .bootstrap-datetimepicker-widget table td span {
2696 display: inline-block;
2697 width: 54px;
2698 height: 54px;
2699 line-height: 54px;
2700 margin: 2px 1.5px;
2701 cursor: pointer;
2702 color: #000000;
2703 border-radius: 4px;
2704 }
2705
2706 .bootstrap-datetimepicker-widget table td span:hover {
2707 background: #eeeeee;
2708 }
2709
2710 .bootstrap-datetimepicker-widget table td span.active {
2711 background-color: #337ab7;
2712 color: #fff;
2713 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2714 }
2715
2716 .bootstrap-datetimepicker-widget table td span.old {
2717 color: #777777;
2718 }
2719
2720 .bootstrap-datetimepicker-widget table td span.disabled,
2721 .bootstrap-datetimepicker-widget table td span.disabled:hover {
2722 background: none;
2723 color: #777777;
2724 cursor: not-allowed;
2725 }
2726
2727 .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
2728 height: 27px;
2729 line-height: 27px;
2730 }
2731
2732 .bootstrap-datetimepicker-widget.wider {
2733 width: 21em;
2734 }
2735
2736 .bootstrap-datetimepicker-widget .datepicker-decades .decade {
2737 line-height: 1.8em !important;
2738 }
2739
2740 .input-group.date .input-group-addon {
2741 cursor: pointer;
2742 }
2743
2744 .sr-only {
2745 position: absolute;
2746 width: 1px;
2747 height: 1px;
2748 margin: -1px;
2749 padding: 0;
2750 overflow: hidden;
2751 clip: rect(0, 0, 0, 0);
2752 border: 0;
2753 }
2754
2755 /* COVER KNOWN CSS ISSUES CASED BY OTHER PLUGINS OR THEMES */
2756
2757 /* Bridge theme */
2758 .radio small,
2759 .form-group small,
2760 .panel-title small,
2761 .aam-table-group small,
2762 .aam-setting-title small {
2763 display: inline !important;
2764 float: none !important;
2765 width: auto !important;
2766 }
2767
2768 /* Custom admin theme */
2769 .postbox a.btn {
2770 color: #FFFFFF !important;
2771 }
2772
2773 .panel-heading a {
2774 color: #333333 !important;
2775 }
2776
2777 /* Slate pro admin */
2778 .postbox {
2779 padding: 0 !important;
2780 border: 1px solid #e5e5e5 !important;
2781 }
2782
2783 /* SEO Ultimited */
2784 .text-info {
2785 color: #337ab7 !important;
2786 }
2787
2788 .text-warning {
2789 color: #8a6d3b !important;
2790 }
2791
2792 .text-success {
2793 color: #3c763d !important;
2794 }
2795
2796 .text-danger {
2797 color: #a94442 !important;
2798 }
2799
2800 /* Purge Varnish */
2801 ul.tab li a:focus,
2802 .active {
2803 background-color: transparent;
2804 }
2805
2806 .aam-wizard-section {
2807 width: 75%;
2808 margin: auto;
2809 }
2810
2811 .aam-wizard-section .embedded-video {
2812 padding-bottom: 20px;
2813 margin-bottom: 20px;
2814 }
2815
2816 /* .aam-wizard-section .embedded-video h3 {
2817 margin: 0;
2818 padding: 10px 0 10px 5px;
2819 background-color: #CCCCCC;
2820 } */
2821
2822 .aam-onboarding-wizard {
2823 position: relative;
2824 overflow: hidden;
2825 counter-reset: wizard;
2826 list-style: none;
2827 font-size: 1.25em;
2828 margin: 4rem auto 2rem auto;
2829 width: 75%;
2830 }
2831
2832 .aam-none {
2833 display: none;
2834 }
2835
2836 .aam-onboarding-wizard>li {
2837 position: relative;
2838 float: left;
2839 width: calc(100% / 3);
2840 text-align: center;
2841 color: #a94442;
2842 }
2843
2844 .aam-onboarding-wizard .current~li {
2845 color: #000000;
2846 }
2847
2848 .aam-onboarding-wizard li:before {
2849 counter-increment: wizard;
2850 content: counter(wizard);
2851 display: block;
2852 color: #FFFFFF;
2853 background-color: #a94442;
2854 border: 2px solid #a94442;
2855 text-align: center;
2856 width: 2em;
2857 height: 2em;
2858 line-height: 1.75em;
2859 border-radius: 2em;
2860 position: relative;
2861 left: 50%;
2862 margin-bottom: 1em;
2863 margin-left: -1em;
2864 z-index: 1;
2865 }
2866
2867 .aam-onboarding-wizard .current~li:before {
2868 background-color: #000000;
2869 color: #CCCCCC;
2870 border-color: #111111;
2871 }
2872
2873 .aam-onboarding-wizard li+li:after {
2874 content: "";
2875 display: block;
2876 width: 100%;
2877 background-color: #a94442;
2878 height: 2px;
2879 position: absolute;
2880 left: -50%;
2881 top: calc(2em / 2);
2882 z-index: 0;
2883 }
2884
2885 .aam-onboarding-wizard .current~li:after {
2886 background-color: #555555;
2887 }
2888
2889 .aam-my-4 {
2890 margin-top: 4rem;
2891 margin-bottom: 4rem;
2892 }
2893
2894 .aam-mt-6 {
2895 margin-top: 6rem;
2896 }
2897
2898 .aam-mt-4 {
2899 margin-top: 4rem;
2900 }
2901
2902 .aam-mt-2 {
2903 margin-top: 2rem;
2904 }
2905
2906 .aam-mb-2 {
2907 margin-bottom: 2rem;
2908 }
2909
2910 .aam-mb-6 {
2911 margin-bottom: 6rem;
2912 }
2913
2914 .aam-ml-1 {
2915 margin-left: 1rem;
2916 }
2917
2918 .aam-max-width {
2919 width: auto !important;
2920 }
2921
2922 .no-margin-bottom {
2923 margin-bottom: 0 !important;
2924 }
2925
2926 .aam-mt-1 {
2927 margin-top: 1rem;
2928 }
2929
2930 .aam-filtered-list {
2931 width: 150px !important;
2932 }
2933
2934 .aam-common-use-cases {
2935 text-transform: uppercase;
2936 font-size: 0.9rem;
2937 letter-spacing: 1px;
2938 display: block;
2939 margin-bottom: 1rem;
2940 padding-bottom: 0.5rem;
2941 border-bottom: 1px solid #EEEEEE;
2942 }
2943
2944 .material-img {
2945 float: left;
2946 margin: 0 12px 2px 0;
2947 max-width: 65%;
2948 }
2949
2950 .aam-faded-row {
2951 opacity: 0.6;
2952 }
2953
2954 .gauge-wrapper {
2955 height: 175px;
2956 overflow: hidden;
2957 }
2958 .gauge-wrapper > .gauge-container {
2959 margin: auto;
2960 }
2961
2962 .gauge-container {
2963 width: 250px;
2964 height: 150px;
2965 display: block;
2966 }
2967 .gauge-container > .gauge .dial {
2968 stroke: rgb(233, 231, 231);
2969 stroke-width: 9;
2970 fill: rgba(0,0,0,0);
2971 }
2972 .gauge-container > .gauge .value {
2973 stroke: rgb(131, 127, 127);
2974 stroke-width: 12;
2975 fill: rgba(0,0,0,0);
2976 }
2977 .gauge-container > .gauge .value-text {
2978 fill: rgb(131, 127, 127);
2979 font-family: sans-serif;
2980 font-weight: bold;
2981 font-size: 1em;
2982 }