Statistics
| Branch: | Tag: | Revision:

root / ui / static / main.css @ 05fb0e96

History | View | Annotate | Download (64.8 kB)

1
html, body, div, span, applet, object, iframe,
2
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
a, abbr, acronym, address, big, cite, code,
4
del, dfn, em, font, img, ins, kbd, q, s, samp,
5
small, strike, strong, sub, sup, tt, var,
6
b, u, i, center,
7
dl, dt, dd, ol, ul, li,
8
fieldset, form, label, legend,
9
table, caption, tbody, tfoot, thead, tr, th, td {
10
    margin: 0;
11
    padding: 0;
12
    border: 0;
13
    font-size: 100%;
14
    vertical-align: baseline;
15
    background: transparent;
16
    font-family: Verdana, 'PT Sans', sans-serif;
17
}
18

    
19
html {
20
    height: 100%;
21
}
22

    
23
body {
24
    background: url(./body-bg.png) repeat-x scroll 0 0 #FFFFFF;
25
    height: 100%;
26
    text-align:center;
27
}
28

    
29
#container {
30
    position: relative;
31
        margin:0 auto;
32
        width: 100%;
33
        background:#f0f0f0;
34
        height:auto !important;
35
        height:100%;
36
        min-height:100%;
37
    background: url("./body-bg2.png") no-repeat scroll right bottom transparent;
38
}
39

    
40
#header {
41
    height: 93px;
42
    background: url("./header-bg.png") repeat-x scroll 0 0 #FFFFFF;
43
    margin: 0 auto;
44
    width: 700px;
45
    text-align: left;
46
}
47

    
48
#content {
49
    padding-bottom: 183px;
50
    width: 100%;
51
}
52

    
53
div#wrapper {
54
    width: 700px;
55
    margin: 0em auto;
56
    text-align: left;
57
}
58

    
59
#footer {
60
    height: 119px;
61
    background-color: #4085A5;
62
    position:absolute;
63
    left: 0;
64
    bottom: 0;
65
    width:100%;
66
}
67

    
68
#footer div.grnet-sign {
69
    margin-top:10px;
70
}
71

    
72
#footer div.grnet-sign a{
73
    color: #72ADC8;
74
}
75

    
76
#footer div.grnet-sign a:hover {
77
    color: #FFFFFF;
78
}
79

    
80
ol, ul {
81
    list-style: none;
82
}
83

    
84
blockquote, q {
85
    quotes: none;
86
}
87

    
88
blockquote:before, blockquote:after,
89
q:before, q:after {
90
    content: '';
91
    content: none;
92
}
93

    
94
/* remember to define focus styles! */
95
:focus {
96
    outline: 1px dotted #87AADE;
97
}
98

    
99
/* remember to highlight inserts somehow! */
100
ins {
101
    text-decoration: none;
102
}
103

    
104
del {
105
    text-decoration: line-through;
106
}
107

    
108
/* tables still need 'cellspacing="0"' in the markup */
109
table {
110
    border-collapse: collapse;
111
    border-spacing: 0;
112
}
113

    
114
h5 {
115
    font-weight: normal;
116
    margin-bottom:3px;
117
}
118

    
119
/* root element for tabs  */
120
.tab-name {
121
    background-color: #5CA1C0;
122
    color: #FFFFFF;
123
    float: left;
124
    font-size: 150%;
125
    height: 28px;
126
    text-align: center;
127
    width: 170px;
128
}
129

    
130
.tab-separator {
131
    background-color: white;
132
    float: left;
133
    width: 2px;
134
    height: 23px;
135
    margin-top: 4px;
136
}
137

    
138
ul.css-tabs {
139
    padding: 0;
140
    height:31px;
141
    background-color: #5CA1C0;
142
}
143

    
144
ul.css-tabs .secondary {
145
    position:relative;
146
}
147

    
148
/* single tab */
149
ul.css-tabs li {
150
    float:left;
151
    padding:0;
152
    list-style-type:none;
153
}
154

    
155
ul.css-tabs .current {
156
    background: #4085A5;
157
}
158

    
159
/* link inside the tab. uses a background image */
160
ul.css-tabs a {
161
    float:left;
162
    display:block;
163
    text-decoration:none;
164
    color:#d2d2d2;
165
    position:relative;
166
    outline:0;
167
    padding: 4px 25px 0;
168
    height: 27px;
169
}
170

    
171
ul.css-tabs a:hover {
172
    background: #74AEC9;
173
}
174

    
175
/* selected tab */
176
ul.css-tabs a.current {
177
    cursor:default;
178
}
179

    
180
ul.css-tabs a.current:hover {
181
    background: #4085A5;
182
}
183
/* tab pane */
184
div.css-panes {
185
/*    border-top: 10px solid #87aade;
186
    border-bottom: 10px solid #87aade;  */
187
    background: transparent;
188
}
189

    
190
.css-panes > div.pane {
191
    display:none;
192
}
193

    
194
/* CSS3 border radius for various elements. yea - CSS isn't perfect */
195
.rounded, #sheet input, .error {
196
    border-radius: 5px;
197
    -webkit-border-radius: 5px;
198
    -moz-border-radius: 5px;
199
    -o-border-radius: 5px;
200
    -khtml-border-radius: 5px;
201
}
202

    
203
/* validation error message */
204
.error {
205
    background-color:#E8FF6D;
206
    padding:4px;
207
    -webkit-box-shadow: #000 0 0 9pt;
208
    -moz-box-shadow: #000 0 0 9pt;
209
}
210

    
211
/* nested arrow inside error message. It's 100% CSS. No images. */
212
.error em {
213
    border: 10px solid;
214
    border-color: #E8FF6D transparent transparent;
215
    bottom: -17px;
216
    display: block;
217
    height: 0;
218
    left: 10px;
219
    position: absolute;
220
    width: 0;
221
}
222

    
223
/* input field that caused validation error */
224
.invalid {
225
    background-color: rgba(221, 233, 255, 0.898) !important;
226
}
227

    
228
#beforecreate {
229
    position:relative;
230
    background-color: #FF9955;
231
    float: left;
232
    height: 31px;
233
    margin-left: -13px;
234
    margin-top: -6px;
235
    width: 13px;
236
}
237

    
238
#ie-fix {
239
    z-index: 1000;
240
    position: relative;
241
}
242
#createcontainer {
243
    margin-top: 20px;
244
    margin-bottom: 10px;
245
    z-index: 1000;
246
}
247

    
248
#create {
249
    background-color: #FF7F2A;
250
    color: #000;
251
    cursor: pointer;
252
    padding: 7px 24px;
253
    text-decoration: none;
254
    font-size:100%;
255
}
256

    
257
#create:hover {
258
    background-color: #FF9955;
259
}
260

    
261
#console-header {
262
    height: 67px;
263
    margin-bottom:15px;
264
    background: url("./header-bg.png") repeat-x scroll 0 0 #FFFFFF;
265
}
266

    
267
.header-logo {
268
    padding-top: 28px;
269
}
270

    
271
div#footer-text a {
272
    color: #FFFFFF;
273
    text-decoration: none;
274
}
275

    
276
div#footer-text{
277
    clear: both;
278
    color: #FFFFFF;
279
    font-size: 75%;
280
    left: 22%;
281
    padding-top: 10px;
282
    position: absolute;
283
    width: 700px;
284
}
285

    
286
#footer-bg {
287
    background: url("./footer-bg.png") no-repeat scroll 0 0 #4085A5;
288
    float:right;
289
    width: 700px;
290
    height: 119px;
291
    background-position:right;
292
}
293

    
294
.modal {
295
    background-color:#fff;
296
    display:none;
297
    width:30em;
298
    padding:1em;
299
    text-align:left;
300
}
301

    
302
/* server wizard scrollable root element and network wizard */
303
#wizard, #networks-wizard {
304
    font-size:75%;
305
    height:405px;
306
    width:453px;
307
    overflow:hidden;
308
    position:absolute !important;
309
}
310

    
311
/* scrollable items */
312
#wizard .items {
313
    width:20000em;
314
    clear:both;
315
    position:absolute;
316
    display:block;
317
    padding: 0;
318
    margin: 0;
319
    border:none;
320
    background:none;
321
}
322

    
323
/* single item */
324
#wizard .page, #networks-wizard div.container {
325
    padding: 0px 40px 20px 15px;
326
    width:447px;
327
    float:left;
328
    display:block;
329
    border:none;
330
    background-color: transparent;
331
}
332

    
333
#networks-wizard div.container {
334
    background-color: #ECF4F8;
335
    width:400px;
336
    height: 180px;
337
    margin-bottom:50px;
338
}
339

    
340
/* title */
341
#wizard h2, #networks-wizard h2 {
342
    color: #FF7B24;
343
    font-size: 100%;
344
    font-style: italic;
345
    font-weight: bold;
346
    margin-left: 37px;
347
    margin-top: 17px;
348
}
349

    
350
#networks-wizard h2 {
351
    margin-top: 15px;
352
}
353

    
354
#wizard li {
355
    margin-bottom:1.2em;
356
}
357

    
358
#wizard .pane li {
359
    margin: 0;
360
}
361

    
362
#wizard label {
363
    font-size:120%;
364
    display:block;
365
    clear: both;
366
}
367

    
368
#wizard label strong {
369
    position:relative;
370
    top:-1px;
371
    font-size: 80%;
372
    font-weight: normal;
373
}
374

    
375
#wizard label em {
376
    font-size:75%;
377
    color:#666;
378
    font-style:normal;
379
}
380

    
381
#wizard .text {
382
    width: 270px;
383
    padding: 5px;
384
    margin-top: 10px;
385
    border: 1px solid #ccc;
386
    color: #456;
387
    letter-spacing: 1px;
388
}
389

    
390
#wizard select {
391
    border:1px solid #ccc;
392
    width:94%;
393
    padding:4px;
394
    display: none;
395
}
396

    
397
#wizard .double label {
398
    width:50%;
399
    float:left;
400
}
401

    
402
#wizard .double .text {
403
    width:93%;
404
}
405

    
406
#wizard .clearfix {
407
    clear:left;
408
    padding-top:10px;
409
}
410

    
411
#wizard .right {
412
    float:right;
413
}
414

    
415
#wizard .error {
416
    border:1px solid red;
417
}
418

    
419
#wizard a:hover div.image {
420
    background-color: #C5DEE9;
421
}
422

    
423
.selecteddiv {
424
    background-color: #C5DEE9 !important;
425
}
426

    
427
#wizard label a:hover strong {
428
    color: black;
429
}
430

    
431
#wizard div.image span.size {
432
    font-size: 75%;
433
    color: #666;
434
}
435

    
436
#wizard div.image .radio {
437
    float: left;
438
    margin-top: 10px;
439
}
440

    
441
#wizard div.image span.image-id, #wizard div.image span.description {
442
    font-size: 75%;
443
    color: #666;
444
    font-weight: normal;
445
    display:inline;
446
}
447

    
448
#wizard a:hover div.image span.image-id, #wizard a:hover div.image span.description, #wizard a:hover div.image span.size {
449
    color: black;
450
}
451

    
452
#wizard .cost {
453
    color: #79A4C1;
454
    margin-top: 40px;
455
    clear:both;
456
    margin-left: 15px;
457
    font-size: 95%;
458
}
459

    
460
#wizard #status {
461
    height: 50px;
462
    background-color: #4085A5;
463
}
464

    
465
#wizard .headernumber {
466
    font-size: 410%;
467
}
468

    
469
#wizard .headerbody {
470
    font-size: 120%;
471
    font-weight: normal;
472
    display: inline;
473
    top: -15px;
474
    position: relative;
475
}
476

    
477
#wizard .first {
478
    left: -10px;
479
}
480

    
481
#wizard .checked {
482
    color: #64a6c4 !important;
483
}
484

    
485
#wizard .li-2 {
486
    margin-top: -1px !important;
487
}
488

    
489
#wizard .img-check {
490
    margin-bottom: 8px;
491
    margin-left: -8px;
492
}
493

    
494
#wizard .li-1 .img-check {
495
    margin-left: 2px;
496
}
497

    
498
#wizard .topruler, #networks-wizard .topruler, #wizard .bottomruler, #networks-wizard .bottomruler {
499
    background-color: #CDE2EC;
500
    color: #CDE2EC;
501
    border: 0 none;
502
    height: 4px;
503
    margin-left: -1px;
504
    width: 447px;
505
    margin-bottom: 6px;
506
    margin-top: 4px;
507
}
508

    
509
#wizard .bottomruler, #networks-wizard .bottomruler {
510
    margin-top:6px;
511
}
512

    
513
#networks-wizard .topruler, #networks-wizard .bottomruler {
514
    width: 455px;
515
    float: left;
516
}
517

    
518
#wizard #cancel, #networks-wizard .cancel {
519
    background-color: #4085A5;
520
    border-color: #4085A5;
521
    text-align: center !important;
522
}
523

    
524
#wizard #cancel:hover, #networks-wizard .cancel:hover {
525
    background-color: #7DB4CD;
526
    border-color: #7DB4CD;
527
}
528

    
529
#wizard #start, #networks-wizard .create {
530
    text-align: center;
531
    background-color: #FF6600;
532
    border-color: #FF6600;
533
}
534

    
535
#wizard .img-next {
536
    margin: 0 -4px -1px 8px;
537
}
538

    
539
#wizard .img-prev {
540
    margin: 0 8px -1px -4px;
541
}
542

    
543
#networks-wizard .create {
544
    float:right;
545
    width: 140px;
546
}
547

    
548
#wizard #start:hover, #networks-wizard .create:hover {
549
    background-color: #FF9651;
550
    border-color: #FF9651;
551
}
552

    
553
#wizard .separator-end {
554
    position: absolute;
555
    background-color: #387693;
556
    height: 5px;
557
    margin-left: -14px;
558
    margin-top: 362px;
559
    width: 550px;
560
}
561

    
562
.page ul {
563
    height: 270px;
564
    overflow: auto;
565
}
566

    
567
.panes ul.pane {
568
    height: 220px;
569
}
570

    
571
#wizard #tabscontainer {
572
    background-color: #CDE2EC;
573
    height: 20px;
574
    width: 448px;
575
}
576

    
577
.page ul.tabs {
578
    overflow: hidden;
579
    height: auto;
580
    margin-bottom: -1px;
581
    margin-top: -1px;
582
}
583

    
584
.page ul.tabs li {
585
    float: right;
586
    margin: 0 0.2em;
587
}
588

    
589
#status li {
590
    float: left;
591
    color: #387693;
592
    padding: 0 1px 0 37px;
593
    bottom: 0px;
594
}
595

    
596
#status li.active .headernumber {
597
    color: #FFFFFF;
598
}
599

    
600
#status li.active .headerbody {
601
    color: #FFFFFF;
602
}
603

    
604
div.image-container {
605
    border-bottom: 1px solid #CCCCCC;
606
    margin-left: 10px;
607
    margin-right: 10px;
608
}
609

    
610
#page2-container {
611
    background-color: #ECF4F8;
612
    height: 193px;
613
    margin-top: 3px;
614
    padding-top: 25px;
615
}
616

    
617
#page3-container {
618
    background-color: #ECF4F8;
619
    height: 245px;
620
    margin-bottom: 32px;
621
    padding-left: 50px;
622
}
623

    
624
/* slider root element */
625
.slider {
626
    border: 1px solid #666;
627
    cursor: pointer;
628
    display: inline !important;
629
    float: left;
630
    margin: 5px 0 20px 10px;
631
    position: relative;
632
    width: 250px;
633
}
634

    
635
.sliders {
636
    float:left;
637
    width: 40px;
638
    margin-left: 10px;
639
    margin-top: 3px;
640
}
641

    
642
.units {
643
    padding-left:10px;
644
}
645

    
646
.slider-container {
647
    padding-bottom: 15px;
648
    margin-left: 5px;
649
}
650

    
651
/* drag handle */
652
.handle {
653
    -moz-box-shadow: 0 0 2px #000000;
654
    background: url("./h30.png") repeat-x scroll 0 0 #FFFFFF;
655
    border: 1px solid #000000;
656
    cursor: move;
657
    display: block;
658
    height: 10px;
659
    margin-top: -8px;
660
    position: absolute;
661
    width: 8px;
662
}
663

    
664
/* progress bar (enabled with progress: true) */
665
.progress {
666
    height: 3px;
667
    background-color: #387693;
668
}
669

    
670
/* the input field */
671
.range {
672
    border: 1px solid #387693;
673
    float: left;
674
    font-size: 100%;
675
    margin: -3px 0 0 15px;
676
    padding: 2px 5px 2px 0;
677
    text-align: right;
678
    width: 50px;
679
}
680

    
681
.selectedrange {
682
    border-color: #5599FF;
683
}
684

    
685
#credits-indicator {
686
    background-color: #ECF4F8;
687
    float: none;
688
    margin: 0 0 0 10px;
689
    border: 1px solid #387693;
690
    color: #387693;
691
}
692

    
693
/* machines */
694
.machine-container {
695
    min-height: 65px;
696
    margin: 2px 0 0 3px;
697
    padding: 0 4px 0;
698
    clear: both;
699
    width: 523px;
700
    position:relative;
701
}
702

    
703
div.machine {
704
    margin-left: -7px;
705
    min-height: 65px;
706
    padding-left: 7px;
707
    padding-right: 5px;
708
    padding-top: 2px;
709
    width: 516px;
710
}
711

    
712
div.machine:hover {
713
    background-color:#A1C8DB !important;
714
}
715

    
716
div.machine.light-background, div.network.light-background {
717
    background-color:#aed2e3 !important;
718
}
719

    
720
.single .light-background {
721
    background-color:#aed2e3;
722
}
723

    
724
.machine a {
725
    font-weight: normal;
726
    text-decoration: none;
727
}
728

    
729
div.machine-details {
730
    width: 400px;
731
    float:left;
732
}
733

    
734
.machine span.name, .machine a.ip {
735
    font-size: 75%;
736
    color: black;
737
    margin-top: 6px;
738
}
739

    
740
.machine span.name {
741
    font-weight: bold;
742
}
743

    
744
.oldValue {
745
    display:none;
746
}
747

    
748
.state {
749
    margin-top: -40px;
750
}
751

    
752
.state div {
753
    text-align: right;
754
    margin-right: 3px;
755
}
756

    
757
/* icon view actions */
758
div.machine div.actions {
759
    float: right;
760
    font-size: 75%;
761
    font-weight: normal;
762
    height: 68px;
763
    position: absolute;
764
    right: -63px;
765
    width: 70px;
766
    top: 0px;
767
}
768

    
769
div.machine div.actions a {
770
    color: black;
771
    visibility: hidden;
772
    height: 15px;
773
    width: 180px;
774
    margin: 0 0 2px 8px;
775
    display: block;
776
}
777

    
778
div.machine div.actions a:hover {
779
    background-color:#A1C8DB;
780
    opacity: 0.8;
781
    filter: alpha(opacity = 80);
782
}
783

    
784
div.machine div.actions a.selected {
785
    color: #FF7F2A !important;
786
    width: 50px;
787
}
788

    
789
div.machine div.actions a.selected:hover {
790
    background-color:transparent;
791
}
792

    
793
div.machine div.actions a.action-shutdown {
794
    display: block;
795
}
796

    
797
div.machine div.actions a.shutdown-padding {
798
    margin-bottom: 22px;
799
}
800

    
801
div.action-container {
802
    overflow: visible;
803
}
804

    
805
div.actions a.enabled:hover{
806
    color: black !important;
807
    text-decoration: underline;
808
    display: block;
809
}
810

    
811
div.machine:hover .actions a {
812
    visibility: visible;
813
}
814

    
815
div.machine div.display a{
816
    visibility: visible;
817
}
818

    
819
div.running div.machine div.actions .disabled {
820
    display: none;
821
}
822

    
823
div.terminated div.machine div.actions .disabled {
824
    display: none;
825
}
826

    
827
div.terminated div.machine div.actions a.action-destroy {
828
    position: absolute;
829
    bottom: 0;
830
}
831

    
832
div.running div.machine div.actions a.action-destroy {
833
    position: absolute;
834
    bottom: 0;
835
}
836

    
837
div.connect-arrow {
838
    background: url(/static/connect-arrow.png) no-repeat;
839
    height: 28px;
840
    width:14px;
841
    position: absolute;
842
}
843

    
844
.machine div.connect-arrow {
845
    display: none;
846
    left: -3px;
847
    position: absolute;
848
    top: 9px;
849
}
850

    
851
div.connect-arrow:hover, div.connect-arrow.border-hover, div.connect-arrow-ie, div.connect-arrow.border-ie {
852
    cursor: pointer;
853
    background: url(/static/connect-arrow-hover.png) no-repeat;
854
    height: 28px;
855
    width:26px;
856
}
857

    
858
div.connect-border {
859
    opacity: 0.8;
860
    filter: alpha(opacity = 80);
861
    background-color:#4fe0c3;
862
    height:28px;
863
    width: 12px;
864
    position: absolute;
865
}
866

    
867
div.connect-border:hover {
868
    cursor: pointer;
869
}
870

    
871
.machine div.connect-border {
872
    display: none;
873
    left: -15px;
874
    position: absolute;
875
    top: 9px;
876
}
877

    
878
.standard .machine img {
879
    float: left;
880
    margin: 4px 14px 0;
881
}
882

    
883
.standard .running .machine img {
884
   cursor: pointer;
885
}
886

    
887
.list .machine img {
888
    margin: 0;
889
}
890

    
891
div.ip, div.ips {
892
    font-size: 75%;
893
    position: relative;
894
    float: right;
895
    top:1px;
896
    right: 18px;
897
}
898

    
899
div.indicators {
900
    margin-right: 2px !important;
901
}
902
div.indicator1, div.indicator2, div.indicator3, div.indicator4 {
903
    background-color: #63cf1c;
904
    width:10px;
905
    height:11px;
906
    clear: none;
907
    float:right;
908
}
909

    
910
.view-separator {
911
    color:#5F8DD3;
912
}
913

    
914
.running {
915
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
916
    margin-top: -76px;
917
    padding-bottom: 15px;
918
    width: 699px;
919
    padding-top: 60px;
920
}
921

    
922
.running-state .indicator1, .running-state .indicator2, .running-state .indicator3, .running-state .indicator4 {
923
    background-color: #63cf1c;
924
}
925

    
926
.rebooting-state .indicator1, .rebooting-state .indicator2, .rebooting-state .indicator3, .rebooting-state .indicator4 {
927
    background-color: #d4aa00;
928
}
929

    
930
.error-state .indicator1, .error-state .indicator2, .error-state .indicator3, .error-state .indicator4 {
931
    background-color: #ff0000;
932
}
933

    
934
.terminated-state .indicator1, .terminated-state .indicator2, .terminated-state .indicator3, .terminated-state .indicator4 {
935
    background-color: #5e1616;
936
}
937

    
938
.build-state .indicator1, .build-state .indicator2, .build-state .indicator3, .build-state .indicator4 {
939
    background-color: #FF7F2A;
940
}
941

    
942
.destroying-state .indicator1, .destroying-state .indicator3, .destroying-state .indicator2, .destroying-state .indicator4 {
943
    background-color: #4085a5 !important;
944
}
945

    
946
.shutting-state .indicator1, .shutting-state .indicator3, .shutting-state .indicator2, .shutting-state .indicator4 {
947
    background-color: #940606;
948
}
949

    
950
.starting-state .indicator1, .starting-state .indicator2, .starting-state .indicator3, .starting-state .indicator4 {
951
    background-color: #9ed976;
952
}
953

    
954
.network-indicator .indicator1, .network-indicator .indicator2, .network-indicator .indicator3, .network-indicator .indicator4 {
955
    background-color: #63cf1c;
956
}
957

    
958
.terminated {
959
    background: url("./running-bg.png") repeat scroll 0 0 transparent;
960
    margin-bottom: 17px;
961
    margin-top: 15px;
962
    padding-bottom: 15px;
963
    padding-top: 15px;
964
    width: 699px;
965
}
966

    
967
span.rename {
968
    background-repeat: no-repeat;
969
    color: transparent;
970
    font-size: 75%;
971
    font-weight: normal;
972
    margin-left: 10px;
973
    padding-left: 10px;
974
    text-align: left;
975
    cursor: pointer;
976
}
977

    
978
div.name:hover span.rename {
979
    color: #3D3D3D;
980
    margin-top: 0.4em;
981
    background-image: url(./pencil.png);
982
    background-position: 0 3px;
983
}
984

    
985
.machine div.info {
986
    float:left;
987
    margin-bottom: 8px;
988
    margin-top:3px;
989
}
990

    
991
.machine div.info div.info-header {
992
    background-color: #A1C8DB;
993
    color: white;
994
    height: 17px;
995
    width: 50px;
996
    cursor: pointer;
997
}
998

    
999
div.machine:hover div.info-header, div.machine:hover div.toggler div.down {
1000
    background-color: #84b7d0;
1001
}
1002

    
1003
div.machine div.info-label.darker, .single div.tags-label.darker, div.network .darker {
1004
    background-color: #5CA1C0;
1005
}
1006

    
1007
.machine div.info div.info-label {
1008
    font-size: 75%;
1009
    height:16px;
1010
    width: 30px;
1011
    padding: 1px 0 0 5px;
1012
}
1013

    
1014
.machine div.info div.toggler, .single div.tags div.toggler, div.network div.toggler {
1015
    width:15px;
1016
    height:17px;
1017
    margin-top: -11px;
1018
    margin-left: 37px;
1019
}
1020

    
1021
div.network div.toggler {
1022
    margin-left: 90px;
1023
}
1024

    
1025
.machine div.info div.down {
1026
    background: url(/static/down-arrow.png) no-repeat scroll 1px 1px;
1027
}
1028

    
1029
.single div.tags div.down {
1030
    background: url(/static/down-arrow.png) no-repeat scroll 2px 2px;
1031
}
1032

    
1033
.network div.network-machines div.down {
1034
    background: url(/static/down-arrow.png) no-repeat scroll 2px 2px;
1035
}
1036

    
1037
.network div.network-machine div.firewall div.down {
1038
    background: url(/static/down-arrow.png) no-repeat scroll 2px 2px;
1039
}
1040

    
1041
.machine div.info div.up {
1042
    background: url(/static/up-arrow.png) no-repeat scroll 1px 0;
1043
}
1044

    
1045
.single div.tags div.up {
1046
    background: url(/static/up-arrow.png) no-repeat scroll 2px 2px;
1047
}
1048

    
1049
.network div.network-machines div.up {
1050
    background: url(/static/up-arrow.png) no-repeat scroll 2px 2px;
1051
}
1052

    
1053
.network div.network-machine div.firewall div.up {
1054
    background: url(/static/up-arrow.png) no-repeat scroll 2px 2px;
1055
}
1056

    
1057
button {
1058
    background-color: #87AADE;
1059
    border: 1px solid #87AADE;
1060
    color: #FFFFFF;
1061
    cursor: pointer;
1062
    height: 23px;
1063
    width: 120px;
1064
}
1065

    
1066
button.next {
1067
    background-color: #4085A5;
1068
    border-color: #4085A5;
1069
    text-align: right;
1070
}
1071

    
1072
button.next:hover {
1073
    background-color: #7DB4CD;
1074
    border-color: #7DB4CD;
1075
}
1076

    
1077
button.prev {
1078
    background-color: #4085A5;
1079
    border-color: #4085A5;
1080
    margin-left: -1px;
1081
    text-align: left;
1082
}
1083

    
1084
button.prev:hover {
1085
    background-color: #7DB4CD;
1086
    border-color: #7DB4CD;
1087
}
1088

    
1089
.image-logo {
1090
    float: left;
1091
    margin-right: 1em;
1092
    margin-left: 1.5em;
1093
    margin-top: 4px;
1094
}
1095

    
1096
div.image {
1097
    clear: both;
1098
    display: block;
1099
    margin-bottom: 3px;
1100
    margin-top: 3px;
1101
    padding: 5px;
1102
}
1103

    
1104
div#view-select {
1105
    float: right;
1106
    clear: both;
1107
    color: white;
1108
    position: relative;
1109
    right: 5px;
1110
    top: -35px;
1111
    display: none;
1112
    z-index: 1000;
1113
}
1114

    
1115
a#standard, a#list, a#single {
1116
    text-decoration: none;
1117
    height: 15px;
1118
    width: 17px;
1119
    padding: 1px 8px 2px 9px;
1120
}
1121

    
1122
div#view-select a {
1123
    color:#5f8dd3;
1124
}
1125

    
1126
a#list:hover {
1127
    background: #5f8dd3;
1128
}
1129

    
1130
a#standard:active, a#list:active {
1131
    color:white;
1132
}
1133

    
1134
a#standard {
1135
    background: url(./icon-view.png) no-repeat -36px 0;
1136
}
1137

    
1138
a#list {
1139
    background: url(./list-view.png) no-repeat -36px 0;
1140
}
1141

    
1142
a#single {
1143
    background: url(./single-view.png) no-repeat -36px 0;
1144
}
1145

    
1146
a#standard:hover {
1147
    background: url(./icon-view.png) no-repeat -18px 0;
1148
}
1149

    
1150
a#list:hover {
1151
    background: url(./list-view.png) no-repeat -18px 0;
1152
}
1153

    
1154
a#single:hover {
1155
    background: url(./single-view.png) no-repeat -18px 0;
1156
}
1157

    
1158
a#standard.activelink {
1159
    background: url(./icon-view.png) no-repeat 0px 0;
1160
}
1161

    
1162
a#list.activelink {
1163
    background: url(./list-view.png) no-repeat 0px 0;
1164
}
1165

    
1166
a#single.activelink {
1167
    background: url(./single-view.png) no-repeat 0px 0;
1168
}
1169

    
1170
#machinetype {
1171
    background-color: #CDE2EC;
1172
    height: 25px;
1173
    margin-bottom: 0px !important;
1174
}
1175

    
1176
div.machine-type {
1177
    float: left;
1178
    margin: 4px 18px 20px;
1179
}
1180

    
1181
.machine-type .active {
1182
    color: #FFFFFF
1183
}
1184

    
1185
#machinesview {
1186
    min-height: 270px;
1187
    margin-top: 40px;
1188
}
1189

    
1190
.list#machinesview {
1191
    margin-left: -20px;
1192
    display:none;
1193
}
1194

    
1195
#machinesview-list.list {
1196
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
1197
    margin-top: -76px;
1198
    padding-left: 15px;
1199
    padding-top: 76px;
1200
    min-height: 270px;
1201
}
1202

    
1203
#machinesview_content {
1204
    display:none;
1205
}
1206

    
1207
.list-machines {
1208
    min-width: 515px;
1209
}
1210

    
1211
#emptymachineslist {
1212
    background-color: #6BA9C6;
1213
    color: #A0A0A0;
1214
    display: none;
1215
    margin-top: -45px;
1216
    padding: 65px 150px 35px;
1217
    text-align: justify;
1218
}
1219

    
1220
#welcomeheader {
1221
    color:white;
1222
    text-align: center;
1223
}
1224

    
1225
.welcomebody {
1226
    color: white;
1227
    font-size:80%;
1228
}
1229

    
1230
.welcomebody a {
1231
    color: white;
1232
}
1233

    
1234
.welcomefooter {
1235
    color: white;
1236
    font-size:60%;
1237
}
1238

    
1239
.welcomefooter a {
1240
    color: white;
1241
}
1242

    
1243
.emptycreatecontainer {
1244
    margin-left: 430px !important;
1245
    position: absolute;
1246
    margin-top: 5px !important;
1247
    width: 180px;
1248
    background-color: #CCCCCC;
1249
    padding: 5px;
1250
    padding-left: 10px;
1251
}
1252

    
1253
.emptycreate {
1254
    margin: 20px 10px 5px 0 !important;
1255
}
1256

    
1257
#createbody {
1258
    display:none;
1259
    font-size: 80%;
1260
}
1261

    
1262
div.list label img {
1263
    margin: 5px 5px -3px 0;
1264
}
1265

    
1266
div.list label {
1267
    color: #3D3D3D;
1268
    font-size: 75%;
1269
}
1270

    
1271
div.list .state {
1272
    margin-top: 7px;
1273
    margin-right: 10px;
1274
}
1275

    
1276
div.list table tbody {
1277
    margin-top: 8px;
1278
}
1279

    
1280
div.list .stopped {
1281
    margin-top: 8px;
1282
}
1283

    
1284
/* root element for tabs  */
1285
#wizard ul.tabs {
1286
    margin-right: -1px;
1287
    float: right;
1288
}
1289

    
1290
#wizard div.panes {
1291
    height: 247px;
1292
    clear:both;
1293
    margin-top: 3px;
1294
}
1295

    
1296
.typebody {
1297
    font-size: 80%;
1298
    font-weight: normal;
1299
    position: relative;
1300
    top: -3px;
1301
}
1302

    
1303
.typehover {
1304
    color: #FFFFFF;
1305
}
1306

    
1307
#label-name {
1308
    margin-top: 10px;
1309
}
1310

    
1311
/* single tab */
1312
#wizard ul.tabs li {
1313
    margin-bottom: 0;
1314
    list-style-type:none;
1315
    float: left;
1316
}
1317

    
1318
/* link inside the tab. uses a background image */
1319
#wizard ul.tabs a {
1320
    display:block;
1321
    padding: 0.2em 0.5em 0.1em 0.4em;
1322
    text-decoration:none;
1323
    color: #FFFFFF;
1324
    position:relative;
1325
    top:1px;
1326
    outline:0;
1327
    background-color: transparent;
1328
    text-align: center;
1329
    width: 100px;
1330
    white-space: nowrap;
1331
    height: 17px;
1332
}
1333

    
1334
#wizard ul.tabs a:hover {
1335
    color: #FFFFFF;
1336
    background-color:#4085A5;
1337
}
1338

    
1339
/* selected tab */
1340
#wizard ul.tabs a.current {
1341
    color: white;
1342
    background-color: #7DB4CD;
1343
    cursor: default;
1344
}
1345

    
1346
#wizard #standard-images {
1347
    background-color: #ECF4F8;
1348
}
1349

    
1350
div.list div.actions {
1351
    display: none;
1352
    clear: left;
1353
    float: right;
1354
    margin-right: 15px;
1355
    margin-top: 37px;
1356
    text-align: right;
1357
    width: 120px;
1358
}
1359

    
1360
div.list div.actions a {
1361
    clear: left;
1362
    color: #A1A1A1;
1363
    display: block;
1364
    font-size:75%;
1365
    margin-bottom: 2px;
1366
}
1367

    
1368
div.list div.actions a:hover {
1369
    background-color: transparent;
1370
}
1371

    
1372
div.list div.actions a.enabled {
1373
    color: #3D3D3D;
1374
}
1375

    
1376
div.list div.actions a.enabled:hover{
1377
    cursor: pointer;
1378
    color: black;
1379
    text-decoration: underline;
1380
}
1381

    
1382
div.list div.actions a.selected {
1383
    color: #FF7F2A !important;
1384
}
1385

    
1386
input.machine {
1387
    width: 13px;
1388
    height: 13px;
1389
    top: -1px;
1390
    overflow: hidden;
1391
}
1392

    
1393
.description-container {
1394
    display: inline-block;
1395
    position: relative;
1396
    width: 300px;
1397
}
1398

    
1399
#wizard .button-container {
1400
    height: 20px;
1401
}
1402

    
1403
/* metadata editing and add machines to network overlays */
1404
#metadata-wizard, #add-machines-wizard {
1405
    position:absolute !important;
1406
    overflow:hidden;
1407
    width:450px;
1408
    display:none;
1409
    background-color:#fff;
1410
    text-align:left;
1411
    font-size: 80%;
1412
    border-bottom: 5px solid #4085A5;
1413
}
1414

    
1415
#metadata-wizard .close, #add-machines-wizard .close  {
1416
    background-image: url("./close-popup.png");
1417
    background-repeat: no-repeat
1418
    cursor: pointer;
1419
    height: 13px;
1420
    position: absolute;
1421
    right: 7px;
1422
    top: 9px;
1423
    width: 13px;
1424
}
1425

    
1426
#metadata-wizard .popup-header, #add-machines-wizard .popup-header {
1427
    background-color: #4085A5;
1428
    color: white;
1429
    font-size: 95%;
1430
    font-weight: normal;
1431
    height: 20px;
1432
    margin-left: -16px;
1433
    margin-top: -16px;
1434
    padding-bottom: 2px;
1435
    padding-left: 30px;
1436
    padding-top: 10px;
1437
    width: 482px;
1438
}
1439

    
1440
#metadata-wizard .popup-title, #metadata-wizard .machine-name, #add-machines-wizard .popup-title, #add-machines-wizard .network-name {
1441
    font-size: 120%;
1442
    padding-bottom: 7px;
1443
    padding-top: 10px;
1444
    float:left;
1445
}
1446

    
1447
#metadata-wizard .popup-title {
1448
    padding-bottom: 0px;
1449
    font-size: 120%;
1450
}
1451

    
1452
#metadata-wizard .name-container {
1453
    display: inline-block;
1454
    clear: both;
1455
}
1456

    
1457
#add-machines-wizard .network-name {
1458
    padding-left: 5px;
1459
}
1460

    
1461
#metadata-wizard .popup-body, #add-machines-wizard .popup-body {
1462
    background-image: url("./meta-wiz-bg.png");
1463
    margin-left: -16px;
1464
    margin-right: -16px;
1465
    margin-top: 1px;
1466
    height: 250px;
1467
    overflow-y: auto;
1468
    overflow-x: hidden;
1469
}
1470

    
1471
#metadata-wizard .popup-body-inner, #add-machines-wizard .popup-body-inner {
1472
    background: url("./meta-wiz-inner-bg.png") repeat-x scroll 0 0 transparent;
1473
    font-size: 80%;
1474
    height: 180px;
1475
    margin-left: 25px;
1476
    margin-top: 10px;
1477
    padding-left: 15px;
1478
    width: 420px;
1479
}
1480

    
1481
#metadata-wizard .popup-separator, #add-machines-wizard .popup-separator {
1482
    background-color: #74AEC9;
1483
    height: 1px;
1484
    width: 402px;
1485
    margin-bottom: 30px;
1486
    clear: left;
1487
    font-size: 1px;
1488
}
1489

    
1490
#metadata-wizard .metadata-pair-template {
1491
    height: 15px;
1492
    padding-top: 2px;
1493
    width: 350px;
1494
}
1495

    
1496
#metadata-wizard div.metadata-pair-template:hover {
1497
    background-color: #74AEC9;
1498
}
1499

    
1500
#metadata-wizard .metadata-container, #add-machines-wizard .machines-container {
1501
    background-color: transparent;
1502
    float: left;
1503
    width: 400px;
1504
    font-size: 120%;
1505
}
1506

    
1507
#metadata-wizard .machine-icon {
1508
    float: left;
1509
    padding-left: 10px;
1510
    padding-right: 3px;
1511
    padding-top: 7px;
1512
}
1513

    
1514
#metadata-wizard .large-spinner, #add-machines-wizard .large-spinner {
1515
    display: block;
1516
    margin: 50px 0 0 185px;
1517
}
1518

    
1519
#metadata-wizard .metadata-key {
1520
    float: left;
1521
    width: 110px;
1522
    padding-left: 5px;
1523
}
1524

    
1525
#metadata-wizard .metadata-value {
1526
    width: auto;
1527
}
1528

    
1529
#metadata-wizard .metadata-add-template {
1530
    background-color: #74AEC9;
1531
    width: 350px;
1532
    position: relative;
1533
    overflow: visible;
1534
}
1535

    
1536
#metadata-wizard #add-meta-value {
1537
    margin-left: 25px;
1538
    width: 150px;
1539
}
1540

    
1541
#metadata-wizard button, #add-machines-wizard button {
1542
    font-size: 80%;
1543
    width: 87px;
1544
    float: right;
1545
    background-color: #5599FF;
1546
    border: 0px solid #5599FF;
1547
    padding: 0;
1548
    text-align: center;
1549
    margin-right: 8px;
1550
}
1551

    
1552
#metadata-wizard .buttons, #add-machines-wizard .buttons {
1553
    border-top: 2px solid #4085A5;
1554
    height: 30px;
1555
    margin-left: 25px;
1556
    margin-right: 40px;
1557
    width: 400px;
1558
    font-size: 120%;
1559
}
1560

    
1561
#metadata-wizard button.save, #add-machines-wizard button.cancel {
1562
    float: left;
1563
    height: 23px;
1564
    margin: 10px 0 0 0;
1565
    width: 87px;
1566
    background-color: #4085A5;
1567
    border-color: #4085A5;
1568
}
1569

    
1570
#metadata-wizard button.save:hover, #add-machines-wizard button.cancel:hover {
1571
    background-color: #7DB4CD;
1572
    border-color: #7DB4CD;
1573
}
1574

    
1575
#metadata-wizard button.create, #add-machines-wizard button.add {
1576
    height: 23px;
1577
    margin: 10px 0 0 0;
1578
    background-color: #FF6600;
1579
    border-color: #FF6600;
1580
}
1581

    
1582
#metadata-wizard button.create:hover, #add-machines-wizard button.add:hover {
1583
    background-color: #FF9651;
1584
    border-color: #FF9651;
1585
}
1586

    
1587
#metadata-wizard .editbuttons {
1588
    margin-top: 4px;
1589
    margin-right: 0;
1590
}
1591

    
1592
#metadata-wizard .vertical-separator {
1593
    height: 17px;
1594
    width: 1px;
1595
    background-color: #74AEC9;
1596
    float:left;
1597
    margin-right: 10px;
1598
}
1599

    
1600
#metadata-wizard h3, #add-machines-wizard h3 {
1601
    font-weight:normal;
1602
}
1603

    
1604
#metadata-wizard .metadata-edit {
1605
    clear: none;
1606
    cursor: pointer;
1607
    float: right;
1608
    margin-right: 0;
1609
    width: 40px;
1610
    margin-top: -14px;
1611
    display:none;
1612
}
1613

    
1614
#metadata-wizard .metadata-edit .edit, #metadata-wizard .metadata-edit .remove {
1615
    background-repeat: no-repeat;
1616
    color: transparent;
1617
    font-size: 75%;
1618
    float: left;
1619
    width: 16px;
1620
    height: 16px;
1621
}
1622

    
1623
#metadata-wizard .addbuttons {
1624
    display: block;
1625
    clear: none;
1626
    width: 40px;
1627
    margin-right: -1px !important;
1628
    margin-top: 2px;
1629
    float:right;
1630
    cursor: pointer;
1631
}
1632

    
1633
.metadata-pair-template .editbuttons {
1634
    margin-top: -19px !important;
1635
    margin-right: -2px !important;
1636
}
1637

    
1638
#metadata-wizard .metadata-edit .edit {
1639
    background-image: url("./meta-edit.png");
1640
    margin-left: 2px;
1641
}
1642

    
1643
#metadata-wizard .metadata-edit .remove, #metadata-wizard .editbuttons .remove {
1644
    background-image: url("./meta-remove.png");
1645
    margin-left: 4px;
1646
    background-repeat: no-repeat;
1647
    color: transparent;
1648
    font-size: 75%;
1649
    height: 16px;
1650
    width: 16px;
1651
    float: left;
1652
}
1653

    
1654
#metadata-wizard .editbuttons .save {
1655
    background-image: url("./meta-save.png");
1656
    padding-top:0;
1657
}
1658

    
1659
#metadata-wizard .addbuttons .cancel {
1660
    background-image: url("./meta-remove.png");
1661
    margin-left: 3px;
1662
}
1663

    
1664
#metadata-wizard .addbuttons .save {
1665
    background-image: url("./meta-save.png");
1666
    margin-left: 1px;
1667
}
1668

    
1669
#metadata-wizard .metadata-edit .edit, #metadata-wizard .metadata-edit .remove, #metadata-wizard .editbuttons .remove, #metadata-wizard .editbuttons .save, #metadata-wizard .addbuttons .cancel, #metadata-wizard .addbuttons .save {
1670
    background-color: #4287a7;
1671
}
1672

    
1673
#metadata-wizard div.metadata-edit div.edit:hover, #metadata-wizard div.metadata-edit div.remove:hover, #metadata-wizard div.editbuttons div.remove:hover, #metadata-wizard div.editbuttons div.save:hover, #metadata-wizard div.addbuttons div.cancel:hover, #metadata-wizard div.addbuttons div.save:hover {
1674
    background-color: #74AEC9;
1675
}
1676

    
1677
#metadata-wizard .addbuttons .cancel, #metadata-wizard .addbuttons .save {
1678
    width: 16px;
1679
    height: 16px;
1680
    float: left;
1681
    background-repeat: no-repeat;
1682
    color: transparent;
1683
}
1684

    
1685
#metadata-wizard .metatextbox {
1686
    font-size: 90%;
1687
    height: 18px;
1688
    margin-top: -2px;
1689
    color: black;
1690
    width: 150px;
1691
}
1692

    
1693
#metadata-wizard p, #add-machines-wizard p {
1694
    margin-left: 7px;
1695
    width: 200px;
1696
}
1697

    
1698
#metadata-wizard div.bottomruler, #add-machines-wizard div.bottomruler {
1699
    background-color: #666;
1700
    height: 20px;
1701
    margin-top: 17px;
1702
}
1703

    
1704
#metadata-wizard button.remove {
1705
    height: 15px;
1706
    width: 70px;
1707
    background-color: #d35f5f;
1708
    border-color: #d35f5f;
1709
}
1710

    
1711
#metadata-wizard button.edit {
1712
    height: 15px;
1713
    width: 70px;
1714
    background-color: #666;
1715
    border-color: #666;
1716
    margin-top: -12px;
1717
}
1718

    
1719
#metadata-wizard input {
1720
    font-style: italic;
1721
    color: #ccc;
1722
}
1723

    
1724
#metadata-wizard textarea.edit-meta-value {
1725
    font-style: normal;
1726
    text-align: left;
1727
    color: black;
1728
    margin-top: 2px;
1729
    width:200px;
1730
    height: 49px;
1731
}
1732

    
1733
#metadata-wizard input {
1734
    font-size: 80%;
1735
}
1736

    
1737
#metadata-wizard input.key {
1738
    height: 15px;
1739
    left: 460px;
1740
    position: absolute;
1741
    top: 83px;
1742
    width: 230px;
1743
}
1744

    
1745
#metadata-wizard textarea.value {
1746
    width: 267px;
1747
    height: 170px;
1748
    overflow: auto;
1749
}
1750

    
1751
#metadata-wizard .input-enabled {
1752
    color: black;
1753
    text-align: left;
1754
    font-style: normal;
1755
}
1756

    
1757
#metadata-wizard label.meta-value {
1758
    vertical-align: top;
1759
}
1760

    
1761
#metadata-wizard button.cancel, #metadata-wizard #edit-dialog button.close {
1762
    float: left;
1763
    margin: 4px 0 0 25px;
1764
    background-color: #d35f5f;
1765
    border-color: #d35f5f;
1766
}
1767

    
1768
/* metadata dropdown combo */
1769
.meta-key {
1770
    margin-right: 18px;
1771
    float:left;
1772
}
1773
#metadata-wizard .textdropdown-outer {
1774
    float: left;
1775
    overflow: visible;
1776
}
1777

    
1778
#metadata-wizard .textdropdown-btn {
1779
    background: url("./dropdown-arrow.gif") no-repeat scroll center center transparent;
1780
    cursor: pointer;
1781
    float: right;
1782
    left: 90px;
1783
    margin-top: 4px;
1784
    position: absolute;
1785
    width: 20px;
1786
}
1787

    
1788
#metadata-wizard ul {
1789
    border: 1px solid #ccc;
1790
    padding: 0px;
1791
    list-style: none;
1792
    margin: 0px;
1793
    background-color: white;
1794
    height: auto !important;
1795
    padding-left: 5px;
1796
    width: 103px !important;
1797
    position: relative;
1798
}
1799

    
1800
#metadata-wizard ul li {
1801
    clear: both;
1802
    display: block;
1803
    float: right;
1804
    list-style: none outside none;
1805
    margin-bottom: 0 !important;
1806
    margin-left: 0 !important;
1807
    padding-bottom: 2px;
1808
    padding-right: 2px;
1809
    padding-top: 2px;
1810
    width: 100%;
1811
}
1812

    
1813
#metadata-wizard ul li:hover {
1814
    background-color: #efefef;
1815
    cursor: pointer;
1816
}
1817

    
1818
#metadata-wizard .dropdownitem {
1819
    margin-left: 10px;
1820
}
1821

    
1822
#metadata-wizard #txtdropdown:focus {
1823
    outline: 0 none;
1824
}
1825

    
1826
#metadata-wizard #add-meta-key {
1827
    height: 16px;
1828
    margin-left: 5px;
1829
    margin-top: 2px;
1830
    width: 105px !important;
1831
}
1832

    
1833
/* notification box */
1834
#yes-no {
1835
    height: 150px;
1836
    z-index: 9999;
1837
    border-bottom: 5px solid #4085A5;
1838
}
1839

    
1840
#yes-no p, #yes-no button {
1841
    margin-top: 15px;
1842
}
1843

    
1844
#error-success {
1845
    z-index: 9999;
1846
    border-bottom: 5px solid #4085A5;
1847
    min-height: 150px;
1848
    top: 120px !important;
1849
    position: absolute !important;
1850
}
1851

    
1852
#error-success p {
1853
    margin-top: 5px;
1854
}
1855

    
1856
#error-success strong {
1857
    color: #F49C1A;
1858
}
1859

    
1860
#error-success .close {
1861
    background-image: url("./close-popup.png");
1862
    background-repeat: no-repeat;
1863
    cursor: pointer;
1864
    height: 13px;
1865
    position: absolute;
1866
    right: 7px;
1867
    top: 9px;
1868
    width: 13px;
1869
}
1870

    
1871
.popup-header-error {
1872
    background-color: #800000 !important;
1873
}
1874

    
1875
.popup-border-error {
1876
    border-color: #800000 !important;
1877
    width:auto;
1878
}
1879

    
1880
.popup-details-error {
1881
    border: none !important;
1882
}
1883

    
1884
.popup-separator-error {
1885
    margin-bottom: 5px !important;
1886
}
1887

    
1888
#error-success .popup-header {
1889
    background-color: #4085A5;
1890
    color: white;
1891
    font-size: 95%;
1892
    font-weight: normal;
1893
    height: 20px;
1894
    margin-left: -16px;
1895
    margin-top: -16px;
1896
    padding-bottom: 2px;
1897
    padding-left: 30px;
1898
    padding-top: 10px;
1899
    width: 482px;
1900
    margin-right:-16px;
1901
}
1902

    
1903

    
1904
#error-success.success h3 span.header-box{
1905
    background-color: #71c837;
1906
    display: block;
1907
    background-image: url("./save-green.png");
1908
    background-position: right 0;
1909
    background-repeat: no-repeat;
1910
    width: 80px;
1911
    padding: 3px 3px 3px 8px;
1912
    margin-top: -6px;
1913
    font-size: 90% !important;
1914
    margin-left: -11px;
1915
}
1916

    
1917
#error-success .popup-body {
1918
    background: url("./popup-bg.png") repeat-x scroll 0 0 transparent;
1919
    margin-left: -16px;
1920
    margin-right: -16px;
1921
    margin-top: 1px;
1922
    min-height: 142px;
1923
    padding-top: 10px;
1924
}
1925

    
1926
#error-success .popup-body-inner {
1927
    background: url("./popup-inner-bg.png") repeat-x scroll 0 0 transparent;
1928
    font-size: 80%;
1929
    min-height: 120px;
1930
    margin-left: 20px;
1931
    padding-left: 15px;
1932
    width: 460px;
1933
}
1934

    
1935
#error-success .popup-separator {
1936
    background-color: #74AEC9;
1937
    height: 1px;
1938
    font-size:1%;
1939
    width: 442px;
1940
    margin-bottom: 30px;
1941
}
1942

    
1943
#error-success .machine-now-building {
1944
    font-size: 95%;
1945
    padding-bottom: 7px;
1946
    padding-top: 10px;
1947
}
1948

    
1949
#error-success.success .machine-now-building {
1950
    padding-bottom: 14px !important;
1951
}
1952

    
1953
#error-success .password-container {
1954
    width: 430px;
1955
    padding: 5px;
1956
    border: 2px solid #75b54a;
1957
    background-color: #aade87;
1958
}
1959

    
1960
#error-success .password-header {
1961
    margin-bottom: 5px;
1962
}
1963

    
1964
#error-success .password {
1965
    color: #447821;
1966
}
1967

    
1968
#error-success .popup-details {
1969
    border: 2px solid #FF7F2A;
1970
    float: left;
1971
    margin-left: 10px;
1972
    padding: 2px;
1973
}
1974

    
1975
#error-success.success .popup-details {
1976
    border: none !important;
1977
    float: none !important;
1978
    margin-left: none !important;
1979
    margin-top: 10px;
1980
}
1981

    
1982
#error-success.success .popup-separator {
1983
    margin-bottom: 14px !important;
1984
}
1985

    
1986
#error-success .write-password {
1987
    margin-bottom: 5px;
1988
    padding-left: 30px;
1989
}
1990

    
1991
#error-success .write-password-password {
1992
    padding-left: 30px;
1993
    color: #447821;
1994
    display: inline;
1995
    font-size: 110%;
1996
    font-weight: bold;
1997
}
1998

    
1999
#error-success .write-password-details {
2000
    font-size: 75%;
2001
}
2002

    
2003
.more-details {
2004
    display: block;
2005
}
2006

    
2007
.popup-details a:link, .popup-details a:visited{
2008
    color: black;
2009
}
2010

    
2011
/* Confirmation boxes */
2012
div.confirm_single, div.confirm_multiple, div.action_error {
2013
    display: none;
2014
    color: black;
2015
}
2016

    
2017
div.action-container.destroy div.confirm_single {
2018
    bottom: 0;
2019
    position: absolute;
2020
    left: 83px;
2021
}
2022

    
2023
div.terminated div.action-container.destroy div.confirm_single {
2024
    margin-top: 30px;
2025
}
2026

    
2027
div.confirm_single button, div.confirm_multiple button, div.action_error button {
2028
    font-size: 100%;
2029
    cursor: pointer;
2030
    color: black;
2031
    height: 20px !important;
2032
}
2033

    
2034
div.confirm_single {
2035
    float: right;
2036
    margin: -20px -122px 0 0;
2037
}
2038

    
2039
div.confirm_single button {
2040
    border: none;
2041
}
2042

    
2043
div.confirm_single button.yes {
2044
    width: 90px;
2045
    background-color:#FF7F2A;
2046
}
2047

    
2048
div.confirm_single button.yes:hover {
2049
    background-color: #FF9955;
2050
}
2051

    
2052
div.confirm_single button.no {
2053
    width: 20px;
2054
    margin-left:-5px;
2055
    background-color: #FF9955;
2056
    color:#d95d0a;
2057
}
2058

    
2059
div.confirm_single button.no:hover {
2060
    color: white;
2061
}
2062

    
2063
div.confirm_multiple {
2064
    background-color: #4085A5;
2065
    font-size: 75%;
2066
    z-index: 1;
2067
    position: absolute;
2068
    width: 698px;
2069
    height: 28px;
2070
    margin-top: 15px;
2071
}
2072

    
2073
div.confirm_multiple p {
2074
    float: left;
2075
    color: #FF7F2A;
2076
    font-weight: bold;
2077
    margin: 7px 0 0 200px;
2078
}
2079

    
2080
#networks-pane div.confirm_multiple p {
2081
    margin: 7px 0 0 100px;
2082
}
2083

    
2084
div.confirm_multiple button {
2085
    float: right;
2086
    background-color: transparent;
2087
    border: 1px solid #5CA1C0;
2088
    margin: 4px 5px 0 0;
2089
}
2090

    
2091
div.confirm_multiple button.yes {
2092
    border-color: #FF7F2A;
2093
    padding: 0 12px;
2094
}
2095

    
2096
div.confirm_multiple button.yes:hover {
2097
    background-color: #FF7F2A;
2098
}
2099

    
2100
div.confirm_multiple button.no {
2101
    padding: 0px 16px;
2102
}
2103

    
2104
div.confirm_multiple button.no:hover {
2105
    background-color: #5CA1C0;
2106
}
2107

    
2108
div.action_error {
2109
    width: 80px;
2110
    height: 60px;
2111
    padding: 5px;
2112
    margin: -2px 0 0 595px;
2113
    background-color: #4085A5;
2114
    font-size: 75%;
2115
    line-height: 1.5;
2116
    z-index:1;
2117
    color: #FF7F2A;
2118
    position:absolute;
2119
    top: 0px;
2120
}
2121

    
2122
.action_error button {
2123
    width: 80px !important;
2124
    background-color: transparent;
2125
    border: 1px solid;
2126
    padding: 0px;
2127
    border-color: #FF7F2A;
2128
}
2129

    
2130
div.action_error button.details {
2131
    margin: 5px 0 0 0px;
2132
    padding: 0 15px;
2133
}
2134

    
2135
div.action_error button.details:hover {
2136
    background-color: #FF7F2A;
2137
}
2138

    
2139
div#aboutuser{
2140
    float:right;
2141
    clear: both;
2142
    color: #FFFFFF;
2143
    font-size: 75%;
2144
    margin-top: -25px;
2145
}
2146

    
2147
div#user{
2148
    float:right;
2149
    clear: both;
2150
    color: #FFFFFF;
2151
    font-size: 75%;
2152
    margin-top: 35px;
2153
    padding-bottom: 10px;
2154
    position: relative;
2155
    z-index: 400;
2156
}
2157

    
2158
div#user a{
2159
    color: #FFFFFF;
2160
    text-decoration: none;
2161
}
2162

    
2163
div#user a.current_lang {
2164
    color: #72ADC8;
2165
}
2166

    
2167
div#user .usermenu {
2168
    float: left;
2169
    cursor: pointer;
2170
    height: 23px;
2171
    overflow: hidden;
2172
    padding-top: 5px;
2173
    margin-top: -5px;
2174
}
2175

    
2176
div#user .username {
2177
    display: block;
2178
    margin-right: 10px;
2179
    padding-right: 18px;
2180
    padding-left: 4em;
2181
    background: url("./down-arrow-light.png") no-repeat right;
2182
    font-weight: bold;
2183
}
2184

    
2185
div#user .usermenu.hovered {
2186
    background: #599EBD;
2187
    overflow: visible;
2188
}
2189

    
2190
div#user .usermenu.hovered .username {
2191
    background-image: url("./down-arrow-lighter.png");
2192
}
2193

    
2194
div#user .active {
2195
    background-color: #BED5E0 !important;
2196
}
2197

    
2198
div#user .usermenu.active .username {
2199
    color: #599EBD;
2200
    background-image: url("./down-arrow-lighter.png");
2201
}
2202

    
2203
div#user .useractions {
2204
    display: none;
2205
}
2206

    
2207
div#user .active .useractions {
2208
    display: block;
2209
    text-align: right;
2210
    margin-top: 7px;
2211
    padding: 5px;
2212
    color: #4085A5;
2213
    background-color: #D0E3ED;
2214
}
2215

    
2216
div#user .active .useractions li {
2217
    padding: 10px;
2218
    border-bottom: 1px solid #efefef;
2219
}
2220

    
2221
div#user .active .useractions li a {
2222
    color: #4085A5;
2223
    display: inline-block;
2224
    padding-left: 30px;
2225
    background-repeat: no-repeat;
2226
}
2227

    
2228
div#user .active .useractions li:hover {
2229
    background-color: #E1EFF6;
2230
}
2231

    
2232
div#user .active .useractions li.last {
2233
    border-bottom: none;
2234
}
2235

    
2236
div#user .useractions .logout a {
2237
    background-image: url("./icon-logout.png");
2238
}
2239

    
2240
div#user .langmenu {
2241
    float: left;
2242
    border-left: 1px solid #ffffff;
2243
    padding-left: 10px;
2244
    margin-left: -1px;
2245
}
2246

    
2247
div#user .langmenu .sep {
2248
    display: inline-block;
2249
}
2250

    
2251
.separator {
2252
    background-color: #74AEC9;
2253
    height: 10px;
2254
    width: 700px;
2255
    font-size: 1px;
2256
    line-height: 0px;
2257
}
2258

    
2259
#disks.separator {
2260
    background-color: #dea842;
2261
}
2262

    
2263
#networks.separator {
2264
    background-color: #6c535d;
2265
}
2266

    
2267
.network-machine h5 {
2268
    margin-bottom: 26px;
2269
    margin-top:0px;
2270
}
2271

    
2272
.machine-container .separator {
2273
    width: 508px;
2274
    height: 1px;
2275
    margin-top: 2px;
2276
    background-color: #5CA1C0;
2277
    margin-left: 13px;
2278
}
2279

    
2280
.machine h5 {
2281
    margin: -3px 0px 4px 0px;
2282
}
2283

    
2284
.machine h5.namecontainer {
2285
    margin-top: 1px;
2286
}
2287

    
2288
.editbuttons {
2289
    display: block;
2290
    clear: none;
2291
    width: 40px;
2292
    margin-right: 32%;
2293
    padding-top: 2px;
2294
    float: right;
2295
    cursor: pointer;
2296
    position: relative;
2297
    z-index: 1000;
2298
}
2299

    
2300
div.editbuttons div.save:hover, div.editbuttons div.cancel:hover {
2301
    background-color: #84b7d0;
2302
}
2303

    
2304
div.editbuttons div.cancel:hover {
2305
    background-image: url("./cancel-onhover.png");
2306
}
2307

    
2308
.editbuttons .cancel, .editbuttons .save {
2309
    background-repeat: no-repeat;
2310
    color: transparent;
2311
    height: 16px;
2312
    width: 16px;
2313
    float: left;
2314
}
2315

    
2316
.editbuttons .cancel {
2317
    background-image: url("./cancel.png");
2318
    margin-left: 3px;
2319
}
2320

    
2321
.editbuttons .save {
2322
    background-image: url("./save.png");
2323
    margin-left: 1px;
2324
}
2325

    
2326
.editbuttons img {
2327
    float:none !important;
2328
    margin: 0px !important;
2329
}
2330

    
2331
.namecontainer {
2332
    height: 18px;
2333
    margin-top: 9px;
2334
}
2335

    
2336
.nametextbox {
2337
    font-size: 95%;
2338
}
2339

    
2340
.large-spinner {
2341
    background: url("./icons/indicators/large/progress.gif");
2342
    margin-left: 298px;
2343
    margin-top: 0px;
2344
    height: 31px;
2345
    width: 31px;
2346
    position: absolute;
2347
}
2348

    
2349
.list .large-spinner {
2350
    margin-top:-30px;
2351
}
2352

    
2353
.single .large-spinner {
2354
    margin-top: 50px;
2355
}
2356

    
2357
div#networks-container .large-spinner {
2358
    margin-top: 50px;
2359
}
2360

    
2361
/* tables in list view */
2362
div.list div.dataTables_filter {
2363
    font-size: 75%;
2364
    display: none;
2365
    margin-bottom: 12px;
2366
}
2367

    
2368
div.list div.dataTables_filter input{
2369
    font-size: 100%;
2370
}
2371

    
2372
.dataTables_wrapper {
2373
    width: 515px;
2374
    padding-bottom: 40px;
2375
}
2376

    
2377
div.list table thead .sorting, div.list table thead .sorting_desc, div.list table thead .sorting_asc {
2378
    padding-right: 15px !important;
2379
}
2380

    
2381
div.list table {
2382
    width: 515px;
2383
    font-size: 75%;
2384
}
2385

    
2386
div.list table tbody td {
2387
    color: #3D3D3D;
2388
    padding:6px;
2389
    vertical-align: middle;
2390
}
2391

    
2392
div.list table thead tr th {
2393
    background-color: #CDE2EC;
2394
    background-image: url(bg.gif);
2395
    background-repeat: no-repeat;
2396
    background-position: right 11px;
2397
    font-weight: normal;
2398
    border: 1px solid transparent;
2399
    border-bottom: none;
2400
    padding: 4px;
2401
    text-align: left;
2402
    vertical-align: middle;
2403
    cursor: pointer;
2404
}
2405

    
2406
div.list table thead .sorting_asc, div.list table thead .sorting_desc {
2407
    background-color: #5CA1C0;
2408
}
2409

    
2410
div.list table thead .sorting_asc {
2411
    background-image: url(asc.gif);
2412
}
2413

    
2414
div.list table thead .sorting_desc {
2415
    background-image: url(desc.gif);
2416
}
2417

    
2418
div.list table .selection div.expand-icon {
2419
    background-image: url(asc.gif);
2420
    background-repeat: no-repeat;
2421
    position: relative;
2422
    cursor: pointer;
2423
    width: 15px;
2424
    height: 4px;
2425
    left: 19px;
2426
    top: -11px;
2427
}
2428

    
2429
ul.dropdown-selector {
2430
    background-color: #E6EEEE;
2431
    position: absolute;
2432
    margin-left: 1px;
2433
    display: block;
2434
    top: 255px;
2435
    font-size:75%;
2436
    width:40px;
2437
}
2438

    
2439
ul.dropdown-selector li {
2440
    padding: 4px;
2441
}
2442

    
2443
ul.dropdown-selector li:hover {
2444
    background-color: #5CA1C0;
2445
}
2446

    
2447
ul.dropdown-selector li a{
2448
    color: black;
2449
    text-decoration: none;
2450
}
2451

    
2452
div.list table span.imagetag {
2453
    display: none;
2454
}
2455

    
2456
div.list table thead .vmos {
2457
    width: 20px !important;
2458
    vertical-align:middle;
2459
}
2460

    
2461
div.list table .selection {
2462
    width: 20px !important;
2463
    text-align: left;
2464
    background-image: none;
2465
    padding-left: 6px;
2466
}
2467

    
2468
div.list table thead .vmflavor {
2469
    width: 100px !important;
2470
}
2471

    
2472
/* group column commented out for v0.5
2473
div.list table thead .vmgroup {
2474
    width: 40px !important;
2475
}
2476
*/
2477

    
2478
div.list table thead .vmstatus {
2479
    width: 50px !important;
2480
}
2481

    
2482
div.list table thead .vmname {
2483
    width: 110px !important;
2484
}
2485

    
2486
.spinner, .action-indicator {
2487
    clear: right;
2488
    float:right !important;
2489
    margin: 10px 6px 0 15px !important;
2490
}
2491
.action-indicator {
2492
    margin-right: 18px !important;
2493
}
2494

    
2495
.wave {
2496
    clear: right;
2497
    float:right !important;
2498
    margin: 10px 15px 0 15px !important;
2499
}
2500

    
2501
#networks-pane .spinner {
2502
    margin-top: 18px !important;
2503
}
2504

    
2505
.hidden {
2506
    display:none;
2507
}
2508

    
2509
div.actions a.selected, div.actions a.selected:hover, div.machine-actions a.selected, div.machine-actions a.selected:hover {
2510
    display:block !important;
2511
}
2512

    
2513
.action_error .message, .action_error .code {
2514
    display: none;
2515
}
2516

    
2517
.fixed {
2518
    bottom: 0;
2519
    position: fixed !important;
2520
}
2521

    
2522
/* Networks */
2523
#networks-pane {
2524
    background-color: transparent;
2525
    color: black;
2526
    margin-left: 1px;
2527
    margin-right: 0;
2528
}
2529

    
2530
#networkscreate {
2531
    color: black;
2532
    background-color: #FF7F2A;
2533
    cursor: pointer;
2534
    padding: 7px 24px;
2535
    text-decoration: none;
2536
}
2537

    
2538
#networkscreate:hover {
2539
    background-color: #FF9955;
2540
}
2541

    
2542
#networks-pane #beforecreate {
2543
    margin-left: -13px;
2544
    margin-top: -6px;
2545
}
2546

    
2547
#networks-container {
2548
    margin-top: 10px;
2549
    min-height: 270px;
2550
}
2551

    
2552
#networks-createcontainer {
2553
    position: absolute;
2554
    top: 155px;
2555
}
2556

    
2557
#networks-pane .public-networks {
2558
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
2559
    margin: 0 0 18px;
2560
    padding: 70px 0 15px 35px;
2561
}
2562

    
2563
#networks-pane .private-networks {
2564
    background: url("./running-bg.png") repeat scroll 0 0 transparent;
2565
    padding: 15px 20px 20px 35px;
2566
}
2567

    
2568
#public-template, #private-template, #public-machine-template, #private-machine-template {
2569
    display:none;
2570
}
2571

    
2572
div.network a.action-network-add {
2573
    display: none;
2574
}
2575

    
2576
div.network a.action-network-destroy {
2577
    margin-top: 32px !important;
2578
    width: 50px;
2579
    display: none;
2580
}
2581

    
2582
div.network {
2583
    clear: both;
2584
    min-height: 65px;
2585
    margin: 5px 0 0 -35px;
2586
    padding: 3px 20px 0;
2587
    width: 480px;
2588
    position: relative;
2589
}
2590

    
2591
#private-template {
2592
    margin: 2px 0 0 -30px;
2593
}
2594

    
2595
div.network-placeholder {
2596
    margin-left: 33px;
2597
}
2598

    
2599
div.private-networks div.network-placeholder {
2600
    border-left: 3px solid #FF7F2A;
2601
}
2602

    
2603
div.network-cable {
2604
    border-left: 3px solid #FF7F2A;
2605
    float: left;
2606
    margin-left: -40px;
2607
    margin-top: -45px;
2608
    height: 185px;
2609
    overflow: hidden;
2610
}
2611

    
2612
.first div.network-cable {
2613
    height:143px;
2614
    margin-top:-6px;
2615
    position: relative;
2616
}
2617

    
2618
div.network-contents div.machines-list div.first {
2619
    margin-top:0;
2620
}
2621

    
2622
.last div.network-cable {
2623
    height:85px;
2624
}
2625

    
2626
div.firewall-cable {
2627
    border-left: 3px solid #FF7F2A;
2628
    float: left;
2629
    margin-left: -100px;
2630
    margin-top: -20px;
2631
    height: 110px;
2632
}
2633

    
2634
.last div.firewall-cable {
2635
    display:none;
2636
}
2637

    
2638
div.network a:hover {
2639
    text-decoration: underline;
2640
    cursor: pointer;
2641
}
2642

    
2643
#networks-container .name {
2644
    font-size: 75%;
2645
}
2646

    
2647
div.network-machines, div.firewall {
2648
    font-size: 75%;
2649
    margin-left: 70px;
2650
}
2651

    
2652
div.firewall {
2653
    margin-left: 60px;
2654
    margin-bottom: 3px;
2655
}
2656

    
2657
div.machines-header, div.firewall-header {
2658
    background-color: #A1C8DB;
2659
    color: white;
2660
    cursor: pointer;
2661
    height: 17px;
2662
    width: 103px;
2663
}
2664

    
2665
 div.private-networks div.machines-header {
2666
    margin-top: -5px;
2667
}
2668

    
2669
div.network:hover div.machines-header, div.network:hover div.firewall-header {
2670
    background-color: #84b7d0;
2671
}
2672

    
2673
div.network-machine:hover div.firewall-header {
2674
    background-color: #5CA1C0;
2675
}
2676

    
2677
div.machines-label, div.firewall-label {
2678
    width: 100%;
2679
    padding-bottom:1px;
2680
    padding-left: 3px;
2681
}
2682

    
2683
div.firewall-label.darker {
2684
    background-color: #4085a5;
2685
}
2686

    
2687
.state {
2688
    float: right;
2689
    position: absolute;
2690
    right: 10px;
2691
    top: 40px;
2692
    font-size: 75%;
2693
}
2694

    
2695
div.network div.actions {
2696
    float: right;
2697
    font-size: 75%;
2698
    font-weight: normal;
2699
    height: 70px;
2700
    width: 100px;
2701
    position: absolute;
2702
    right: -100px;
2703
    top: 0;
2704
}
2705

    
2706
div.network div.machine-actions {
2707
    text-decoration: none;
2708
    float: right;
2709
    width: 100px;
2710
    margin: -7px -100px 0 0;
2711
    font-weight: normal;
2712
    font-size: 75%;
2713
}
2714

    
2715
div.network div.actions a, div.network div.machine-actions a {
2716
    text-decoration: none;
2717
    height: 15px;
2718
    color: black;
2719
    visibility: hidden;
2720
    display: block;
2721
}
2722

    
2723
div.network div.actions a {
2724
    margin: 4px 0 0 8px;
2725
}
2726

    
2727
div.network div.machine-actions a {
2728
    margin: 8px 0 0 8px;
2729
}
2730

    
2731
div.network div.actions a:hover, div.network div.machine-actions a:hover {
2732
    display: block;
2733
    background-color:#A1C8DB;
2734
    width: 200px;
2735
    opacity: 0.8;
2736
    filter: alpha(opacity = 80);
2737
}
2738

    
2739
div.network:hover div.actions a, div.network-machine:hover div.machine-actions a {
2740
    visibility: visible;
2741
}
2742

    
2743
div.network div.actions a.selected, div.network div.machine-actions a.selected {
2744
    color: #FF7F2A !important;
2745
    width: 50px !important;
2746
}
2747

    
2748
div.network div.actions a.selected:hover, div.network div.machine-actions a.selected:hover {
2749
    background-color: transparent;
2750
}
2751

    
2752
div.network div.display a {
2753
    visibility: visible;
2754
}
2755

    
2756
div.network-machine div.machine-actions a.action-details {
2757
    margin-top: 7px;
2758
}
2759

    
2760
div.network:hover {
2761
    background-color: #A1C8DB !important;
2762
}
2763

    
2764
.network-logos {
2765
    float:left;
2766
    padding-right: 10px;
2767
}
2768

    
2769
.network-logos:hover {
2770
    cursor: pointer;
2771
}
2772

    
2773
.state div {
2774
    text-align: right;
2775
    margin: 4px 1px -4px;
2776
}
2777

    
2778
.public-networks .state div {
2779
    margin-top: 4px;
2780
}
2781

    
2782
.private-networks .state div {
2783
    margin-top: 9px;
2784
    margin-bottom: -12px;
2785
}
2786

    
2787
.public-networks .name-div {
2788
    margin-top:-7px;
2789
    margin-bottom: 23px;
2790
}
2791

    
2792
div.indicator {
2793
    clear: none;
2794
    float: right;
2795
    height: 11px;
2796
    margin: 3px -1px;
2797
    width: 10px;
2798
}
2799

    
2800
#private-networks {
2801
    margin-top: 20px;
2802
}
2803

    
2804
.private-networks .editbuttons {
2805
    margin-right: 22%;
2806
}
2807

    
2808
.private-networks div.confirm_single {
2809
    margin: 45px -219px -5px 0;
2810
    font-size: 80%;
2811
}
2812

    
2813
.private-networks .network-machine div.confirm_single {
2814
    margin: 0 -199px 0 0;
2815
}
2816

    
2817
.private-networks .state {
2818
    top: 35px;
2819
}
2820

    
2821
.private-networks div.machines-list {
2822
    padding-top: 3px;
2823
}
2824

    
2825
span.rename-network, span.configure {
2826
    background-repeat: no-repeat;
2827
    color: transparent;
2828
    font-size: 75%;
2829
    font-weight: normal;
2830
    margin-left: 10px;
2831
    padding-left: 10px;
2832
    text-align: left;
2833
}
2834

    
2835
span.rename-network {
2836
    cursor: pointer;
2837
}
2838

    
2839
div.name-div:hover span.rename-network {
2840
    color: #3D3D3D;
2841
    margin-top: 0.4em;
2842
    background-image: url(./pencil.png);
2843
    background-position: 0 3px;
2844
}
2845

    
2846
div.network:hover a.rename {
2847
    color: #3d3d3d;
2848
}
2849

    
2850
.network-separator {
2851
    background-color: #5CA1C0;
2852
    height: 1px;
2853
    margin: 2px 0 0 -5px;
2854
    width: 480px;
2855
    font-size: 1%;
2856
    line-height: 1px;
2857
}
2858

    
2859
.network-contents {
2860
    margin-left: -4px;
2861
    width: 504px;
2862
    clear: both;
2863
    padding-bottom: 7px;
2864
}
2865

    
2866
.network-machine .state div {
2867
    text-align: left;
2868
}
2869

    
2870
.network-machine {
2871
    margin-left: 35px;
2872
    padding-bottom: 5px;
2873
    padding-left: 5px;
2874
    padding-top: 5px;
2875
    margin-top: 5px;
2876
}
2877

    
2878
.network-machine .logo {
2879
    float:left;
2880
    padding-right: 10px;
2881
    position:relative;
2882
}
2883

    
2884
#networks-container .machine-name {
2885
    text-decoration: none !important;
2886
    margin-bottom: 10px;
2887
    color: #000000;
2888
    margin-top: -4px;
2889
}
2890

    
2891
.private-networks .separator {
2892
    background-color: #5CA1C0;
2893
    height: 1px;
2894
    margin: 3px 0 -2px -10px;
2895
    width: 485px;
2896
}
2897

    
2898
.network-machine .state {
2899
    margin-right: 18px;
2900
}
2901

    
2902
.network-machine .state .status {
2903
    margin-bottom: 4px;
2904
}
2905

    
2906
.machine-name .name {
2907
    margin-top: -10px !important;
2908
}
2909

    
2910
.machine-name .namecontainer {
2911
    line-height: 18px;
2912
    margin-bottom: 20px;
2913
}
2914

    
2915
div.network-machine:hover {
2916
    background-color: #84B7D0;
2917
}
2918

    
2919
.machines {
2920
    width: 416px;
2921
    margin-bottom: -8px;
2922
    margin-top: 10px;
2923
}
2924

    
2925
div.empty-network-slot {
2926
    height: 60px;
2927
}
2928

    
2929
div.network-remove-machine, div.network-add-machine {
2930
    background-color: #FB822F;
2931
    color: #bc4b00;
2932
    width:90px;
2933
    height:18px;
2934
    float:left;
2935
    margin:40px 0 0 -100px;
2936
}
2937

    
2938
span.remove-icon {
2939
    font-size: 80%;
2940
    margin-left: 15px;
2941
}
2942

    
2943
div.add-icon {
2944
    margin-left: 15px;
2945
    margin-top: -3px;
2946
    cursor: pointer;
2947
}
2948

    
2949
span.remove-icon:hover, span.add-icon:hover {
2950
    cursor:pointer;
2951
    color: #fff;
2952
}
2953

    
2954
div.network-add-machine {
2955
    margin:43px 0 0 -3px;
2956
}
2957

    
2958
.firewall-on {
2959
    color: #42E342;
2960
}
2961

    
2962
.firewall-off {
2963
    color: #F82E2E;
2964
}
2965

    
2966
.firewall-content {
2967
    color: black;
2968
    font-size: 60%;
2969
    margin-left: 60px;
2970
    height: 55px;
2971
    margin-bottom: 17px;
2972
}
2973

    
2974
.firewall-content .checkbox-legends {
2975
    vertical-align: text-top;
2976
}
2977

    
2978
.checkbox-legends a {
2979
    color: black;
2980
    text-decoration: underline;
2981
    font-size: 100%;
2982
}
2983

    
2984
h5.machine-connect {
2985
    font-size: 75%;
2986
    margin-bottom: 3px;
2987
}
2988

    
2989
.machine-connect span {
2990
    text-decoration: underline;
2991
}
2992

    
2993
h5.machine-connect span:hover {
2994
    cursor: pointer;
2995
}
2996

    
2997
.firewall-apply {
2998
    background-color: #4085a5;
2999
    border: medium none;
3000
    float: right;
3001
    font-size: 105%;
3002
    height: 18px;
3003
    margin-right: 5px;
3004
    margin-top: 3px;
3005
    width: 75px;
3006
}
3007

    
3008
.firewall-apply:hover {
3009
    background-color:#5CA1C0;
3010
}
3011

    
3012
.name-div {
3013
    margin: -9px 0 30px 70px;
3014
}
3015

    
3016
.machine-name-div {
3017
    margin-bottom: 20px;
3018
    margin-left: 60px;
3019
}
3020

    
3021
div.reboot-dialog {
3022
    display: none;
3023
    color: black;
3024
    background-color: #4085A5;
3025
    font-size: 75%;
3026
    margin-top: 15px;
3027
    width: 698px;
3028
    z-index: 1;
3029
}
3030

    
3031
div#reboot-machine-template, div.reboot-machine-entry {
3032
    display: none;
3033
    padding: 0 0 10px 35px;
3034
    width: 300px;
3035
}
3036

    
3037
div.reboot-dialog p {
3038
    color: #FF7F2A;
3039
    padding: 10px 0 10px 10px;
3040
}
3041

    
3042
div.reboot-dialog button {
3043
    float:right;
3044
    border: 1px solid #FF7F2A;
3045
    background-color: transparent;
3046
    font-size:100%;
3047
}
3048

    
3049
div.reboot-dialog button:hover {
3050
    background-color: #FF7F2A;
3051
}
3052

    
3053
div.reboot-dialog button.reboot-all {
3054
    margin: -30px 35px 0 0;
3055
}
3056

    
3057
div.reboot-dialog button.reboot-single {
3058
    color: black;
3059
    margin-top: -20px;
3060
}
3061

    
3062
div.reboot-dialog div.code, div.reboot-dialog div.action, div.reboot-dialog div.message, div.reboot-dialog button.details {
3063
    display:none;
3064
}
3065

    
3066
div.reboot-dialog button.details {
3067
    border-color: #800000;
3068
    margin-top: -20px;
3069
}
3070

    
3071
div.reboot-dialog button.details:hover {
3072
    background-color: #800000;
3073
}
3074

    
3075
/* Metadata */
3076
.info-content {
3077
    clear: both;
3078
    height: 95px;
3079
    width: 512px;
3080
}
3081

    
3082
.metadata-container {
3083
    line-height: 12px;
3084
    height: 85px;
3085
    background-color: #84b7d0;
3086
}
3087

    
3088
.metadata-column {
3089
    border-right: 1px solid #5CA1C0;
3090
    color: black;
3091
    float: left;
3092
    font-size: 60%;
3093
    margin-top: 3px;
3094
    height: 70px;
3095
    padding-bottom: 5px;
3096
}
3097

    
3098
.vm-stats {
3099
    padding-left: 10px;
3100
    padding-right: 5px;
3101
    width: 217px;
3102
}
3103

    
3104
.vm-details {
3105
    width: 120px;
3106
    margin-left:17px;
3107
}
3108

    
3109
.vm-metadata {
3110
    padding-left: 10px;
3111
    width: 129px;
3112
    border: none;
3113
}
3114

    
3115
.metadata-left {
3116
    float:left;
3117
    width: 50px;
3118
    height: 60px;
3119
}
3120

    
3121
.metadata-right {
3122
    width: 73px;
3123
    float:left;
3124
    height: 35px;
3125
    padding-left: 5px;
3126
    position:relative;
3127
    overflow:hidden;
3128
}
3129

    
3130
.metadata-right .items {
3131
    position:absolute;
3132
    height:20000em;
3133
}
3134

    
3135
.metadata-keys-container {
3136
    height: 60px;
3137
    float: left;
3138
}
3139

    
3140
.single .metadata-keys-container {
3141
    float: none;
3142
    height: 50px;
3143
}
3144

    
3145
.single a.manage-metadata {
3146
    font-size: 80%;
3147
    margin-left:4px;
3148
    color: #383838;
3149
}
3150

    
3151
a.manage-metadata {
3152
    font-size: 100%;
3153
    color: black;
3154
    margin-left:17px;
3155
    text-decoration: underline;
3156
}
3157

    
3158
div.machine a.manage-metadata:hover {
3159
    background-color: transparent;
3160
}
3161

    
3162
.metadata-actions, .scrollable {
3163
    padding-left: 5px;
3164
}
3165

    
3166
.singe .metadata-actions, .single .scrollable {
3167
    font-size: 80%;
3168
    line-height: 12px;
3169
    width: 300px;
3170
}
3171

    
3172
.metadata-actions .prev,  .metadata-actions .next{
3173
    float:left;
3174
    width:29px;
3175
    height:6px;
3176
    cursor: pointer;
3177
}
3178

    
3179
.metadata-actions .prev {
3180
    background: url("./roll-up.png") no-repeat scroll 0 0 transparent;
3181
}
3182

    
3183
.metadata-actions .next {
3184
    background: url("./roll-down.png") no-repeat scroll 0 0 transparent;
3185
}
3186

    
3187
.scrollable {
3188
    position:relative;
3189
    overflow:hidden;
3190
    height: 35px;
3191
    width: 60px;
3192
    margin-bottom:2px;
3193
}
3194

    
3195
.scrollable .items {
3196
    position:absolute;
3197
    height:20000em;
3198
}
3199

    
3200
.metadata-bar {
3201
    float: right !important;
3202
    margin: 1px 7px 0 !important;
3203
}
3204

    
3205
/* single view */
3206
.single {
3207
    color: #383838;
3208
    margin-top: -76px;
3209
    padding-bottom: 10px;
3210
    width: 679px;
3211
}
3212

    
3213
.single .column1 {
3214
    float: left;
3215
    margin: 1px 0 25px 17px;
3216
    width: 140px;
3217
}
3218

    
3219
.single .column1 .state {
3220
    float: left;
3221
    margin-left: 4px;
3222
    padding-bottom: 6px;
3223
    padding-top: 3px;
3224
    position: relative;
3225
    right: 0;
3226
    text-align: center;
3227
    width: 126px;
3228
}
3229

    
3230
.single .column1 .state-label {
3231
    padding-top: 5px;
3232
}
3233

    
3234
.single .column1 .indicators {
3235
    margin-right: 38px !important;
3236
}
3237

    
3238
.single div.connect-arrow {
3239
    margin-left: -17px;
3240
}
3241

    
3242
.single div.connect-border {
3243
    margin-left: -29px;
3244
}
3245

    
3246
.single .single-actions {
3247
    padding-bottom: 4px;
3248
    padding-left: 15px;
3249
    width: 69px;
3250
    float: left;
3251
}
3252

    
3253
.single div.single-action {
3254
    font-size: 80%;
3255
    line-height: 18px;
3256
    text-decoration: none;
3257
    cursor: pointer;
3258
}
3259

    
3260
.single div.single-action:hover {
3261
    background-color:#A1C8DB;
3262
    width: 180px;
3263
    opacity: 0.8;
3264
    filter: alpha(opacity = 80);
3265
}
3266

    
3267
.single div.single-action.selected {
3268
    color: #FF7F2A !important;
3269
    width: 50px !important;
3270
}
3271

    
3272
.single div.single-action.selected:hover {
3273
    background-color:transparent;
3274
}
3275

    
3276
.single div.confirm_single {
3277
    font-size: 80%;
3278
    margin: -19px -115px 0 0;
3279
}
3280

    
3281
.single div.action-container.destroy div.confirm_single {
3282
    margin: -18px -116px 0 0;
3283
    position: relative;
3284
    left: 0px;
3285
}
3286

    
3287
.single div.confirm_single button.no {
3288
    margin-left: -5px;
3289
}
3290

    
3291
.single .spinner, .single .action-indicator {
3292
    margin: 15px 45px 0 0px !important
3293
}
3294

    
3295
.single .action-indicator {
3296
    margin-right: 55px !important;
3297
}
3298

    
3299
.single .wave {
3300
    margin: 15px 53px 0 0px !important
3301
}
3302

    
3303
.single div.action_error {
3304
    margin: 2px 0px 0 605px !important;
3305
    position: relative;
3306
}
3307

    
3308
.single .column2 {
3309
    background-color: #A1C8DB;
3310
    float: left;
3311
    font-size: 78%;
3312
    line-height: 17px;
3313
    margin: 0 0 10px 5px;
3314
    width: 358px;
3315
}
3316

    
3317
.single .column2 .machine-labels {
3318
    float: left;
3319
    font-size: 90%;
3320
    margin-left: 10px;
3321
    margin-top: 10px;
3322
    width: 125px;
3323
}
3324

    
3325
.single .column2 .machine-details {
3326
    float: right;
3327
    text-align: right;
3328
    font-size: 90%;
3329
    width: 210px;
3330
    margin-right: 10px;
3331
    margin-top: 10px;
3332
}
3333

    
3334
.single .column2 .name, .single .column2 .disk, .single .column2 .image-size, .single .column2 .ipv6 {
3335
    margin-bottom: 13px;
3336
}
3337

    
3338
.single .tags {
3339
    clear: both;
3340
    margin-bottom: 10px;
3341
    margin-left: 10px;
3342
}
3343

    
3344
.single .tags-label {
3345
    float: left;
3346
    padding: 0 5px;
3347
    width: 30px;
3348
}
3349

    
3350
.single .tags-down-arrow {
3351
    background: url("/static/tags-down-arrow.png") no-repeat scroll 1px 7px transparent;
3352
    float: left;
3353
    height: 16px;
3354
    width: 9px;
3355
}
3356

    
3357
.single .tags-header {
3358
    background-color: #84B7D0;
3359
    cursor: pointer;
3360
    height: 16px;
3361
    width: 55px;
3362
}
3363

    
3364
.single .tags-content {
3365
    background-color: #84B7D0;
3366
    clear: both;
3367
    height: 65px;
3368
    padding-bottom: 5px;
3369
    padding-top: 5px;
3370
    width: 300px;
3371
}
3372

    
3373
.single .column3 {
3374
    background-color: #A1C8DB;
3375
    margin-left: 535px;
3376
    position: absolute;
3377
    top: 280px;
3378
    width: 150px;
3379
    overflow: visible;
3380
    padding-bottom: 10px;
3381
}
3382

    
3383
.single .column3 .controls {
3384
    font-size: 80%;
3385
    height: 20px;
3386
    padding-left: 7px;
3387
    padding-right: 7px;
3388
    padding-top: 8px;
3389
}
3390

    
3391
.single .column3 .previous {
3392
    float:left;
3393
    width: 72px;
3394
}
3395

    
3396
.single .column3 .next {
3397
    float: right;
3398
    text-align: center;
3399
    width: 60px;
3400
}
3401

    
3402
.single .column3 .next-label {
3403
    float: right;
3404
    margin-right: 3px;
3405
    margin-top: -2px;
3406
}
3407

    
3408
.single .column3 .next-arrow {
3409
    float: right;
3410
    height: 18px;
3411
    width: 10px;
3412
    background: url("./right-arrow.png") no-repeat scroll 3px 2px transparent;
3413
}
3414

    
3415
.single .column3 .prev-label {
3416
    float: left;
3417
    margin-left: 3px;
3418
    margin-top: -2px;
3419
}
3420

    
3421
.single .column3 .prev-arrow {
3422
    background: url("./left-arrow.png") no-repeat scroll 3px 2px transparent;
3423
    float: left;
3424
    height: 18px;
3425
    width: 10px;
3426
}
3427

    
3428
.single .column3 .separator {
3429
    width: 135px;
3430
    height: 1px;
3431
    background-color: #84B7D0;
3432
    margin: 0 0 0 7px;
3433
    clear: both;
3434
}
3435

    
3436
.single .column3 .servers {
3437
    font-size: 80%;
3438
    line-height: 15px;
3439
    padding-top: 10px;
3440
    text-align: right;
3441
    overflow: visible;
3442
    position: relative;
3443
}
3444

    
3445
.single .column3 .server-name {
3446
    margin-left: 10px;
3447
    padding-right: 5px;
3448
    cursor: pointer;
3449
    padding-bottom: 2px;
3450
}
3451

    
3452
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
3453
    background-color: #84B7D0;
3454
    color: white;
3455
    opacity: 0.8;
3456
    padding-left: 9px;
3457
    text-align: left;
3458
    width: 160px;
3459
    filter: alpha(opacity = 80);
3460
    position: relative;
3461
}
3462

    
3463
.single .toggler {
3464
    color: #FFFFFF;
3465
    float: right;
3466
    font-size: 140%;
3467
}
3468

    
3469
.single .cpu-usage, .single .network-usage {
3470
    margin-bottom: 15px;
3471
    margin-left: 20px;
3472
    padding-top: 15px;
3473
    font-size: 90%;
3474
}
3475

    
3476
.single .cpu-graph, .single .network-graph {
3477
    background-color: #A1C8DB;
3478
    height: 210px;
3479
    margin-left: 20px;
3480
    width: 660px;
3481
}
3482

    
3483
.single .network-graph {
3484
    height: 238px;
3485
}
3486

    
3487
.single div.lower img.stats {
3488
    margin-left: 82px;
3489
    margin-top: 31px;
3490
}
3491

    
3492
.single .single-image {
3493
    width: 126px;
3494
    margin-bottom: 10px;
3495
    margin-left: 4px;
3496
}
3497

    
3498
.single .column3 .previous, .single .column3 .next {
3499
    cursor: pointer;
3500
    background-color: #84B7D0;
3501
    color: white;
3502
    font-size: 100%;
3503
    height: 15px;
3504
    padding-top: 2px;
3505
}
3506

    
3507
.single .column3 .disabled {
3508
    opacity: 0.5;
3509
    filter: alpha(opacity = 50);
3510
}
3511

    
3512
.single div.lower {
3513
    clear:both;
3514
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
3515
    width: 700px;
3516
    padding-bottom: 30px;
3517
}
3518

    
3519
.single div.upper {
3520
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
3521
    margin-bottom: 10px;
3522
    min-height: 310px;
3523
    overflow: visible;
3524
    padding-top: 60px;
3525
    width: 700px;
3526
}
3527

    
3528
/* console css */
3529
.console-header-logo {
3530
    padding-top: 17px;
3531
    margin-left: 30px;
3532
    position: fixed;
3533
}
3534

    
3535
#console-header div.help-text {
3536
    font-size: 75%;
3537
    font-weight:bold;
3538
    color:#FF7F2A;
3539
    float:left;
3540
    position: absolute;
3541
    margin: 45px 0 0 2px;
3542
}
3543

    
3544
div.console-container {
3545
    margin: 0 0em;
3546
    height: auto;
3547
}
3548

    
3549
#wrapper.console {
3550
    width: auto;
3551
}
3552

    
3553
.console-info {
3554
    font-size:80%;
3555
    color: white;
3556
    float:left;
3557
    position:relative;
3558
    margin: 25px 0 0 480px;
3559
}
3560

    
3561
applet {
3562
    width:100%;
3563
    height:100%;
3564
}
3565

    
3566
div.console-footer {
3567
    /* this is for version 0.5*/
3568
    display: none;
3569
}
3570

    
3571
.console-footer #footer-text{
3572
    float:left;
3573
    left: auto;
3574
    margin-left:30px;
3575
}
3576

    
3577
/* add network wizard (see also #wizard for shared classes) */
3578
#networks-wizard .header {
3579
    background-color: #4085A5;
3580
    height: 56px;
3581
}
3582

    
3583
#networks-wizard div.name-input {
3584
    margin: 75px 0 0 55px;
3585
}
3586

    
3587
#networks-wizard input {
3588
    border: 1px solid #CCCCCC;
3589
    color: #445566;
3590
    letter-spacing: 1px;
3591
    width: 170px;
3592
}
3593

    
3594
#networks-wizard span.help {
3595
    font-style: italic;
3596
    font-size: 80%;
3597
    margin-left: 10px;
3598
}
3599

    
3600
#networks-wizard .separator-end {
3601
    background-color: #387693;
3602
    height: 6px;
3603
    width: 479px;
3604
    margin-left: -13px;
3605
    margin-top: 22px;
3606
}
3607

    
3608
.red {
3609
    color: red;
3610
}
3611

    
3612
/* add server to network wizard (see also #metadata-wizard for shared classes) */
3613
#add-machines-wizard span.machine-name {
3614
    margin-left: 4px;
3615
    vertical-align: text-top;
3616
}
3617

    
3618
#add-machines-wizard img.list-logo {
3619
    margin: 2px 1px 1px;
3620
}
3621

    
3622
.css-panes {
3623
    clear: both;
3624
}
3625

    
3626
.last .firewall-content {
3627
    margin-bottom:13px;
3628
}
3629

    
3630
#pub .last .network-separator {
3631
    display:none;
3632
}
3633

    
3634
.public-networks .empty-network-slot {
3635
    display: none;
3636
}
3637

    
3638
/* float clearing for all browsers except the devil one */
3639
.clearfix:after{
3640
  clear: both;
3641
  content: ".";
3642
  display: block;
3643
  height: 0;
3644
  visibility: hidden;
3645
  font-size: 0;
3646
}
3647

    
3648
#machinesview-list div.action-indicator {
3649
    margin:0 !important;
3650
    float: none !important;
3651
}
3652

    
3653
div.action-indicator {
3654
    width: 15px;
3655
    height: 20px;
3656
    background-repeat: no-repeat;
3657
    background-position: 0 0;
3658
}
3659

    
3660
tbody.machines div.action-indicator {
3661
    position: relative;
3662
    top: -2px;
3663
}
3664
div.state .destroy, tbody.machines .destroy {
3665
    background-image: url("./icons/actions/medium/destroy.png");
3666
}
3667
div.state .start, tbody.machines .start {
3668
    background-image: url("./icons/actions/medium/start.png");
3669
}
3670
div.state .reboot, tbody.machines .reboot {
3671
    background-image: url("./icons/actions/medium/reboot.png");
3672
}
3673
div.state .shutdown, tbody.machines .shutdown {
3674
    background-image: url("./icons/actions/medium/shutdown.png");
3675
}