Alternc  latest
Alternc logiel libre pour l'hébergement
style.css
Go to the documentation of this file.
1 html, body {
2  margin: 0px;
3  padding: 0px;
4 }
5 
6 body {
7  font-family: Verdana, Arial, Helvetica, sans-serif;
8  font-size: 11px;
9  color: #000000;
10  background-color: #B2CFE4;
11 }
12 
13 body.light {
14  background-color: #F0F0F4;
15 }
16 
17 .hlp {
18  font-family: Helvetica, Tahoma, sans-serif;
19  font-size: 11px;
20  color: #202020;
21 }
22 
23 table {
24  border-collapse: collapse;
25 }
26 
27 td {
28  font-family: Verdana, Arial, Helvetica, sans-serif;
29  font-size: 11px;
30  color: #000000;
31  padding-right: 6px;
32 }
33 
34 th {
35  font-family: Verdana, Arial, Helvetica, sans-serif;
36  font-size: 11px;
37  color: black;
38  background: #B2CFE4;
39  font-weight: normal;
40  text-align: left;
41 }
42 
43 h3 {
44  font-family: Verdana, Arial, Helvetica, sans-serif;
45  font-size: 23px;
46  font-weight: normal;
47  color: #444;
48  text-align: left;
49  padding: 11px;
50  padding-left: 0;
51  margin: 0px;
52  word-wrap: break-word;
53 }
54 
55 .trbtn {
56  text-align: right;
57 }
58 
59 h4 {
60  font-family: Verdana, Arial, Helvetica, sans-serif;
61  font-size: 16px;
62  font-weight: bold;
63  color: #007777
64 }
65 
66 hr {
67  /*color: #007799;*/
68  height: 1px;
69  /*border: 1px solid #007799;*/
70  border: 1px solid #555;
71  border-width: 1px 0 0 0;
72 }
73 
74 a {
75  text-decoration: none;
76  color: #0D5689;
77 }
78 
79 a:hover {
80  text-decoration: underline;
81  color: #000000;
82 }
83 
84 fieldset {
85  border: 1px solid #555;
86 }
87 
88 pre {
89  overflow: auto;
90  background-color: #ddd;
91  padding: 10px;
92  border: solid 1px #999;
93  border-radius: 4px;
94  -webkit-border-radius: 4px;
95  -moz-border-radius: 4px;
96 }
97 
98 .inp {
99  /* Should not be use anymore !!! */
100  border-color: blue;
101  border-width: 5px;
102  background-color: #500000;
103  color: white;
104 }
105 
106 .inc, .inl {
107  border: 1px solid black;
108  font-family: Verdana, Arial, Helvetica, sans-serif;
109  font-size: 10px;
110  border-style: none;
111  color: black;
112  background: white;
113 }
114 
115 .inb {
116  -webkit-border-radius: 3px;
117  -moz-border-radius: 3px;
118  border-radius: 3px;
119  border: 1px solid #999;
120  font-family: Verdana, Arial, Helvetica, sans-serif;
121  font-size: 11px;
122  padding: 4px 6px;
123  color: black;
124  background-color: #CFE3F1;
125  cursor: pointer;
126  margin-right: 4px;
127  height: 25px;
128  vertical-align: middle;
129 }
130 .inb:hover {
131  background-color: #BFD3E1;
132 }
133 .ina a, .ina a:hover, .inb a, .inb a:hover {
134  color: #000;
135  text-decoration: none;
136  vertical-align: middle;
137  line-height: 15px;
138 }
139 
140 span.inb {
141  display: inline-block;
142  height: 15px;
143  padding: 4px 6px;
144 }
145 
146 input.ina, input.inav {
147  border: 1px solid #999;
148  font-family: Verdana, Arial, Helvetica, sans-serif;
149  font-size: 10px;
150  padding: 2px 4px 2px 4px;
151  color: black;
152  cursor: pointer;
153  /*float: right;*/
154 }
155 
156 input.ina:hover, input.ina, input.inav, input.inav:hover {
157  border: 1px solid #999;
158  font-family: Verdana, Arial, Helvetica, sans-serif;
159  font-size: 10px;
160  color: black;
161  cursor: pointer;
162  /*float: right;*/
163 }
164 
165 input.ina, .ina a {
166  background-color: #F1F8FD;
167 }
168 input.ina:hover, .ina a:hover,
169 input.inav, .inav a {
170  background-color: #CFE3F1;
171 }
172 input.inav:hover, .inav a:hover, a.inav:hover {
173  background-color: #F1F8FD;
174 }
175 
176 .ina-active a, a.ina-active, input.ina-active {
177  background-color: #C1FFCD;
178 }
179 
180 .ina a, a.ina, .inav a, a.inav {
181  color: black;
182  white-space: nowrap;
183  border: 1px solid #999;
184  font-family: Verdana, Arial, Helvetica, sans-serif;
185  font-size: 10px;
186  padding: 4px 10px;
187  color: black;
188  cursor: pointer;
189  -webkit-border-radius: 3px;
190  -moz-border-radius: 3px;
191  border-radius: 3px;
192  display: inline-block;
193  vertical-align: middle;
194  line-height: 15px;
195  height: 15px;
196 }
197 
198 .inb a, a.inb {
199  padding: 4px 10px;
200 }
201 
202 input[type=button],
203 input[type=submit] {
204  -webkit-border-radius: 3px;
205  -moz-border-radius: 3px;
206  border-radius: 3px;
207  height: 25px;
208 }
209 .ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
210  text-decoration: none;
211  color: black;
212 }
213 
214 .ina img, .ina img {
215  vertical-align: middle;
216  padding: 0 2px 0 0;
217  float: left;
218 }
219 .bff {
220  border: 1px solid #999;
221  background-color: #F1F8FD;
222  font-family: Verdana, Arial, Helvetica, sans-serif;
223  font-size: 10px;
224  padding-left: 2px;
225  padding-right: 4px;
226  color: black;
227  cursor: pointer;
228 }
229 .int {
230  border: 1px dotted black;
231  background-color: white;
232  font-family: Verdana, Arial, Helvetica, sans-serif;
233  font-size: 11px;
234  padding: 2px;
235 }
236 .intleft {
237  border-right: 0px;
238  padding-right: 0px;
239 }
240 .intright {
241  border-left: 0px;
242  padding-left: 0px;
243 }
244 
245 .lst2 {
246  /*background-color: #F1F8FD;*/
247  background-color: #E7F0F9;
248 }
249 .lst1 {
250  background-color: #CFE3F1;
251 }
252 
253 .lst:nth-child(even) { background:#E7F0F9; }
254 .lst:nth-child(odd) { background:#CFE3F1; }
255 
256 .dlogin {
257  text-align: center;
258 }
259 
260 .login {
261  margin-left: auto;
262  margin-right: auto;
263 }
264 
265 img {
266  border: 0px;
267  vertical-align: middle;
268 }
269 
270 /* Alerts */
271 .alert {
272  border: 1px solid transparent;
273  border-radius: 4px 4px 4px 4px;
274  margin-bottom: 20px;
275  padding: 15px;
276 }
277 .alert h4 {
278  color: inherit;
279  margin-top: 0;
280 }
281 .alert .alert-link {
282  font-weight: bold;
283 }
284 .alert > p, .alert > ul {
285  margin-bottom: 0;
286 }
287 .alert > p + p {
288  margin-top: 5px;
289 }
290 .alert-dismissable {
291  padding-right: 35px;
292 }
293 .alert-dismissable .close {
294  color: inherit;
295  position: relative;
296  right: -21px;
297  top: -2px;
298 }
299 .alert-success {
300  background-color: #DFF0D8;
301  border-color: #D6E9C6;
302  color: #356635;
303 }
304 .alert-success hr {
305  border-top-color: #C9E2B3;
306 }
307 .alert-success .alert-link,
308 .alert-success a{
309  color: #234323;
310 }
311 .alert-info {
312  background-color: #D9EDF7;
313  border-color: #BCE8F1;
314  color: #2D6987;}
315 .alert-info hr {
316  border-top-color: #A6E1EC;
317 }
318 .alert-info .alert-link,
319 .alert-info a
320 {
321  color: #193B4D;
322 }
323 .alert-warning {
324  background-color: #FCF8E3;
325  border-color: #FBEED5;
326  color: #A47E3C;
327 }
328 .alert-warning hr {
329  border-top-color: #F8E5BE;
330 }
331 .alert-warning .alert-link,
332 .alert-warning a {
333  color: #6C5228;
334 }
335 .alert-danger {
336  background-color: #F2DEDE;
337  border-color: #EED3D7;
338  color: #953B39;
339 }
340 .alert-danger hr {
341  border-top-color: #E6C1C7;
342 }
343 .alert-danger .alert-link,
344 .alert-danger a{
345  color: #6F2B2A;
346 }
347 
348 /* Alert icons */
349 #content .alert {
350  background-position: 12px 10px;
351  background-repeat: no-repeat;
352  padding-left: 48px;
353 }
354 #content .alert-danger {
355  background-image: url("../images/danger.png");
356 }
357 #content .alert-info{
358  background-image: url("../images/info.png");
359 }
360 #content .alert-success {
361  background-image: url("../images/success.png");
362 }
363 #content .alert-warning {
364  background-image: url("../images/warning.png");
365 }
366 
367 
368 .alerte {
369  color: #A00;
370  font-style: italic;
371 }
372 
373 /* Over quota class */
374 .over {
375  color: red;
376 }
377 
378 .code {
379  font-size: 16px;
380  font-family: Courier New, Fixed;
381  font-weight: bold;
382  text-align: center;
383 }
384 
385 #global {
386  display: block;
387  margin-left: auto;
388  margin-right: auto;
389  margin-top: 20px;
390  margin-bottom: 20px;
391  width: 1020px;
392  border: 1px solid #888;
393  -webkit-border-radius: 10px;
394  -moz-border-radius: 10px;
395  border-radius: 10px;
396  box-shadow: 1px 1px 15px #555;
397  background-color: #F0F0F4;
398 }
399 
400 /* Main container */
401 
402 #menu {
403  display: block;
404  border-right: 1px solid #888;
405  padding: 0;
406 }
407 
408 #content {
409  display: block;
410  width: 770px;
411  float: right;
412  margin-left: 10px;
413  padding-right: 10px;
414  vertical-align: top;
415 }
416 
417 .clearfix:after {
418  visibility: hidden;
419  display: block;
420  content: "";
421  clear: both;
422  height: 0;
423  }
424 
425 /* Menu */
426 
427 #menu {
428  display: block;
429  float: left;
430  padding: 0px;
431  margin: 0px;
432  width: 200px;
433  padding-right: 10px;
434  padding-bottom: 10px;
435  padding-left: 10px;
436  border-radius: 10px 0 0 10px;
437  -webkit-border-radius: 10px 0 0 10px;
438  -moz-border-radius: 10px 0 0 10px;
439 }
440 
441 .menu-box {
442  margin-bottom: 10px;
443  font-size: 11px;
444  background-color: #F4F4FA;
445  border: 1px solid #888;
446  box-shadow: 1px 1px 5px #888;
447  border-radius: 4px 4px 0 0;
448  -webkit-border-radius: 4px 4px 0 0;
449  -moz-border-radius: 4px 4px 0 0;
450 }
451 
452 .menu-box .menu-title {
453  display: block;
454  color: #000000;
455  border-bottom: 2px solid #AAA;
456  background-color: #CFE3F1;
457  padding: 3px;
458  -webkit-border-radius: 4px 4px 0 0;
459  -moz-border-radius: 4px 4px 0 0;
460  border-radius: 4px 4px 0 0;
461 }
462 
463 .menu-box a .menu-title {
464  min-height: 16px;
465 }
466 
467 .menu-box .menu-conmargin {
468  margin: 0 5px 5px 5px;
469 }
470 
471 .menu-box ul {
472  margin: 0px;
473  padding: 5px 0 5px 0;
474  list-style-type: none;
475 }
476 
477 .menu-box li {
478 }
479 
480 .menu-box a {
481  text-decoration: none;
482  color: #0D5689;
483 }
484 
485 .menu-box a:hover,
486 .menu-box a:hover .menu-title {
487  text-decoration: none;
488  background-color: #DFEEF8;
489 }
490 
491 .menu-box li a {
492  display: block;
493  padding: 5px 5px 5px 10px;
494  color: #0D5689;
495  text-decoration: none;
496  border: 1px solid transparent;
497  border-width: 1px 0;
498  line-height: 0.75em;
499  height: 10px;
500  overflow: hidden;
501  white-space: nowrap;
502  text-overflow: ellipsis;
503  -o-text-overflow: ellipsis; /* Opera 9*/
504  outline:none;
505 }
506 
507 .menu-box li a img {
508  float: left;
509  width: 16px;
510  height: 16px;
511  margin: 0px;
512  padding: 0px;
513  top: -3px;
514  position: relative;
515 }
516 
517 .menu-box li a:hover {
518  color: #000000;
519  border: 1px solid #C1D8E9;
520  border-width: 1px 0;
521  text-decoration: none;
522  background-color: #DFEEF8;
523 }
524 
525 .menu-box .full {
526  color: red;
527 }
528 
529 /* Bars */
530 
531 .barempty {
532  background-color: white;
533  border: 1px solid black;
534  height: 8px;
535  -webkit-border-radius:4px;
536  -moz-border-radius: 4px;
537  border-radius: 4px;
538 }
539 
540 .barfill {
541  float: left;
542  background-color: red;
543  height: 8px;
544 }
545 
546 /* Infos */
547 #recap table {
548  text-align: center;
549  margin-left: auto;
550  margin-right: auto;
551 }
552 
553 table.searchtable {
554  width: 700px;
555  border: 1px dotted #99f;
556  margin: 20px 0 20px 0px;
557 }
558 
559 table.searchtable td {
560  padding: 5px;
561 }
562 
563 /* Others */
564 .center {
565  text-align: center;
566  margin-left: auto;
567  margin-right: auto;
568 }
569 
570 .border {
571  border: 1px solid #C0DCF0;
572 }
573 
574 .bold {
575  font-weight: bold;
576 }
577 
578 
579 #sendthisfile {
580  margin-top: 6px;
581 }
582 
583 .breadcrumb {
584  font-size: 12px;
585 
586 }
587 
588 #newdomwww, #sub, #usernpfx, #dbnpfx {
589  border-right: 0;
590  padding-right: 0;
591 }
592 #newdomain, #newsubname, #usern, #dbn {
593  border-left: 0;
594  padding-left: 0;
595 }
596 
597 #create_dom_list_pfx {
598  border-right: 0;
599  padding: 3px;
600 }
601 #create_dom_list {
602  border-left: 0;
603  padding-left: 0;
604 }
605 
606 
607 
608 input#email {
609  border-right: 0;
610  padding-right: 0;
611  text-align: right;
612 }
613 
614 span#emaildom {
615  border-left: 0;
616  padding-left: 2px;
617 }
618 
619 .tedit {
620  border: 1px solid #aaa;
621  padding: 6px;
622  margin: 0;
623  border-collapse: collapse;
624  }
625 .tedit td, .tedit th {
626  border: 1px solid #aaa;
627  padding: 10px;
628  margin: 0;
629 }
630 
631 .formcell {
632  vertical-align: top;
633  border: 1px solid #aaa;
634  padding: 10px;
635 }
636 
637 .tlist, .tlist td, .tlist th,
638 .tlist2, .tlist2 td, .tlist2 th {
639  padding: 4px;
640  margin: 0;
641  border-collapse: collapse;
642 }
643 
644 .tlist {
645  width: 100%;
646  border: 1px solid #C1D8E9;
647 }
648 
649 .tlistb, .tlistb td, .tlistb th {
650  padding: 4px;
651  margin: 0;
652  border-collapse: collapse;
653 }
654 
655 table.tlistb, .tlistb tr {
656  border: solid 1px #C1D8E9;
657 }
658 
659 .tlist tr:hover, .tlist2 tr:hover {
660  background-color: #F1D5CF;
661 }
662 
663 .tlist th, .tlist2 th {
664  font-size: 125%;
665 }
666 
667 input#dir, input#sub_local {
668  width: 200px;
669 }
670 
671 .tab-ok {
672  background-color: lightgreen;
673 }
674 .tab-err {
675  background-color: red;
676 }
677 .tab-warn {
678  background-color: coral;
679 }
680 
681 .warningmsg {
682  width: 500px;
683 }
684 
685 #mx {
686  width: 300px;
687 }
688 
689 #admlistbtn {
690  padding-bottom: 6px;
691 }
692 
693 .advdom {
694  padding-top: 6px;
695 }
696 
697 .grey, .grey td {
698  color: #999;
699 }
700 
701 .retour-auto {
702  max-width:220px;
703  word-wrap:break-word;
704 }
705 
706 .menutoplogo {
707  margin: 10px 0 0 5px;
708  width: 190px;
709 }
710 
711 .currentuser {
712  margin: 5px 5px 10px 5px;
713  color:#444;
714 }
715 
716 .adminmenu {
717  color: #800;
718 }
719 
720 .menu-quota dd {
721  margin: 5px 5px 5px 10px;
722 }
723 
724 .menu-quota div.progress-bar {
725  width: 180px;
726  background: #fff;
727  border: solid 1px #AAA;
728  margin-left: 10px;
729 }
730 
731 div.progress-bar {
732  position: relative;
733  width: 100%;
734  height: 20px;
735  background-color: #fff;
736  border: solid 1px #aaa;
737  overflow: hidden;
738  -webkit-border-radius: 4px;
739  -moz-border-radius: 4px;
740  border-radius: 4px;
741 }
742 
743 div.progress-bar div.barre {
744  position: absolute;
745  top: 0;
746  left: 0;
747  height: 20px;
748  background-color: #CCC;
749  border: none;
750 }
751 
752 div.progress-bar div.txt {
753  position: absolute;
754  top: 3px;
755  left: 0;
756  width: 100%;
757  text-align:center;
758 }
759 
760 .ombrage {
761  border: 1px solid #888;
762  box-shadow: 1px 1px 15px #555;
763 }
764 
765 .petit,
766 .petit p,
767 .petit th,
768 .petit td {
769  font-size:95%;
770 }
771 
772 #adm_panel li, #adm_panel_root li {
773  padding: 4px 0 4px 0;
774 }
775 #adm_panel li:hover, #adm_panel_root li:hover {
776  background-color: #BFD3E1;
777 }
778 
779 .edit a, a.edit, input.edit {
780  background-image: url(../images/edit.png);
781  background-repeat: no-repeat;
782  background-position: 8px 3px;
783  padding-left: 30px;
784 }
785 
786 .view a, a.view, input.view {
787  background-image: url(../images/code.png);
788  background-repeat: no-repeat;
789  background-position: 8px 3px;
790  padding-left: 30px;
791 }
792 
793 .delete a, a.delete, input.delete {
794  background-image: url(../icon/delete.png);
795  background-repeat: no-repeat;
796  background-position: 8px 3px;
797  padding-left: 30px;
798 }
799 
800 .lock a, a.lock, input.lock {
801  background-image: url(../icon/encrypted.png);
802  background-repeat: no-repeat;
803  background-position: 8px 3px;
804  padding-left: 30px;
805 }
806 
807 .settings a, a.settings, input.settings {
808  background-image: url(../icon/settings.png);
809  background-repeat: no-repeat;
810  background-position: 8px 3px;
811  padding-left: 30px;
812 }
813 
814 .ok a, a.ok, input.ok {
815  background-image: url(../icon/ok.png);
816  background-repeat: no-repeat;
817  background-position: 8px 3px;
818  padding-left: 30px;
819 }
820 
821 .cancel a, a.cancel, input.cancel {
822  background-image: url(../icon/cancel.png);
823  background-repeat: no-repeat;
824  background-position: 8px 3px;
825  padding-left: 30px;
826 }
827 
828 .add a, a.add, input.add {
829  background-image: url(../icon/add.png);
830  background-repeat: no-repeat;
831  background-position: 8px 3px;
832  padding-left: 30px;
833 }
834 
835 .configure a, a.configure, input.configure {
836  background-image: url(../icon/configure.png);
837  background-repeat: no-repeat;
838  background-position: 8px 3px;
839  padding-left: 30px;
840 }
841 
842 .edit a, a.edit, input.edit {
843  background-image: url(../icon/edit.png);
844  background-repeat: no-repeat;
845  background-position: 8px 3px;
846  padding-left: 30px;
847 }
848 
849 .save a, a.save, input.save {
850  background-image: url(../icon/save.png);
851  background-repeat: no-repeat;
852  background-position: 8px 3px;
853  padding-left: 30px;
854 }
855 
856 .down a, a.down, input.down {
857  background-image: url(../icon/save.png);
858  background-repeat: no-repeat;
859  background-position: 8px 3px;
860  padding-left: 30px;
861 }
862 
863 .up a, a.up, input.up {
864  background-image: url(../icon/up.png);
865  background-repeat: no-repeat;
866  background-position: 8px 3px;
867  padding-left: 30px;
868 }
869 
870 .back a, a.back, input.back {
871  background-image: url(../icon/back.png);
872  background-repeat: no-repeat;
873  background-position: 8px 3px;
874  padding-left: 30px;
875 }
876 
877 .admin a, a.admin, input.admin, .admin-menu .menu-title {
878  background-image: url(../images/admin.png);
879  background-repeat: no-repeat;
880  background-position: 8px 3px;
881  padding-left: 30px;
882 }
883 
884 .home a, a.home, input.home, .home-menu .menu-title {
885  background-image: url(../images/home.png);
886  background-repeat: no-repeat;
887  background-position: 8px 3px;
888  padding-left: 30px;
889 }
890 
891 .dom a, a.dom, input.dom, .dom-menu .menu-title {
892  background-image: url(../images/dom.png);
893  background-repeat: no-repeat;
894  background-position: 8px 3px;
895  padding-left: 30px;
896 }
897 
898 .mail a, a.mail, input.mail, .mail-menu .menu-title {
899  background-image: url(../images/mail.png);
900  background-repeat: no-repeat;
901  background-position: 8px 3px;
902  padding-left: 30px;
903 }
904 
905 .bro a, a.bro, input.bro, .bro-menu .menu-title {
906  background-image: url(../images/folder.png);
907  background-repeat: no-repeat;
908  background-position: 8px 3px;
909  padding-left: 30px;
910 }
911 
912 .hta a, a.hta, input.hta, .hta-menu .menu-title {
913  background-image: url(../images/password.png);
914  background-repeat: no-repeat;
915  background-position: 8px 3px;
916  padding-left: 30px;
917 }
918 
919 .ftp a, a.ftp, input.ftp, .ftp-menu .menu-title {
920  background-image: url(../images/ftp.png);
921  background-repeat: no-repeat;
922  background-position: 8px 3px;
923  padding-left: 30px;
924 }
925 
926 .cron a, a.cron, input.cron, .cron-menu .menu-title {
927  background-image: url(../images/schedule.png);
928  background-repeat: no-repeat;
929  background-position: 8px 3px;
930  padding-left: 30px;
931 }
932 
933 .lxc a, a.lxc, input.lxc, .lxc-menu .menu-title {
934  background-image: url(../images/ssh.png);
935  background-repeat: no-repeat;
936  background-position: 8px 3px;
937  padding-left: 30px;
938 }
939 
940 .mysql a, a.mysql, input.mysql, .mysql-menu .menu-title {
941  background-image: url(../images/mysql.png);
942  background-repeat: no-repeat;
943  background-position: 8px 3px;
944  padding-left: 30px;
945 }
946 
947 .quota a, a.quota, input.quota, .quota-menu .menu-title {
948  background-image: url(../images/quota.png);
949  background-repeat: no-repeat;
950  background-position: 8px 3px;
951  padding-left: 30px;
952 }
953 
954 .authip a, a.authip, input.authip, .authip-menu .menu-title {
955  background-image: url(../images/ip.png);
956  background-repeat: no-repeat;
957  background-position: 8px 3px;
958  padding-left: 30px;
959 }
960 
961 .log a, a.log, input.log, .log-menu .menu-title {
962  background-image: url(../images/logs.png);
963  background-repeat: no-repeat;
964  background-position: 8px 3px;
965  padding-left: 30px;
966 }
967 
968 .help a, a.help, input.help, .help-menu .menu-title {
969  background-image: url(../images/help.png);
970  background-repeat: no-repeat;
971  background-position: 8px 3px;
972  padding-left: 30px;
973 }
974 
975 .lang a, a.lang, input.lang, .lang-menu .menu-title {
976  background-image: url(../images/lang.png);
977  background-repeat: no-repeat;
978  background-position: 8px 3px;
979  padding-left: 30px;
980 }
981 
982 .mem a, a.mem, input.mem, .mem-menu .menu-title {
983  background-image: url(../images/settings.png);
984  background-repeat: no-repeat;
985  background-position: 8px 3px;
986  padding-left: 30px;
987 }
988 
989 .logout a, a.logout, input.logout, .logout-menu .menu-title {
990  background-image: url(../images/exit.png);
991  background-repeat: no-repeat;
992  background-position: 8px 3px;
993  padding-left: 30px;
994 }
995 
996 .ssl a, a.ssl, input.ssl, .ssl-menu .menu-title {
997  background-image: url(../images/ssl.png);
998  background-repeat: no-repeat;
999  background-position: 8px 3px;
1000  padding-left: 30px;
1001 }
1002 
1003 .filter a, a.edit, input.filter {
1004  background-image: url(../icon/filter.png);
1005  background-repeat: no-repeat;
1006  background-position: 8px 3px;
1007  padding-left: 30px;
1008 }
1009 
1010 /* Jquery-ui */
1011 
1012 body .ui-widget-content {
1013 /* margin-top: 15px; */
1014 }
1015 
1016 body .ui-widget-header {
1017  background: #CFE3F1;
1018 }
1019 
1020 body .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
1021  color: #0D5689;
1022 }
1023 
1024 body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
1025  background: #F0F0F4;
1026 }
1027 
1028 body .ui-state-active, body .ui-widget-content, body .ui-state-active, body .ui-widget-header .ui-state-active {
1029  background: #F0F0F4;
1030 }
1031 
1032 body .ui-state-active a, body .ui-state-active a:link {
1033  color: black;
1034 }
1035 
1036 body .ui-tabs .ui-tabs-panel {
1037  background: #F0F0F4;
1038 }
1039 
1040 body .ui-tabs .ui-tabs-nav li a {
1041  padding: .5em 1em .5em 30px;
1042 }
1043 
1044 body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active,
1045 body ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
1046 body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
1047  font-weight: normal;
1048 }
1049 
1050 body .ui-dialog .ui-dialog-title {
1051  color: black;
1052 }
1053 
1054 body .ui-widget-content a {
1055  color: #0D5689;
1056 }
1057 
1058 .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
1059  outline:none;
1060 }
1061 
1062 .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
1063  outline:none;
1064 }
1065 
1066 textarea.cert {
1067  font-family: Courier New, Courier, monospace, fixed;
1068  font-size: 12px;
1069 }
1070 textarea[readonly='readonly'] {
1071  background-color: #ddd;
1072 }