Statistics
| Branch: | Tag: | Revision:

root / ui / static / main.css @ b470ce03

History | View | Annotate | Download (63.2 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: 43px;
2153
}
2154

    
2155
div#user a{
2156
    color: #FFFFFF;
2157
    text-decoration: none;
2158
}
2159

    
2160
div#user a.current_lang {
2161
    color: #72ADC8;
2162
}
2163

    
2164
.separator {
2165
    background-color: #74AEC9;
2166
    height: 10px;
2167
    width: 700px;
2168
    font-size: 1px;
2169
    line-height: 0px;
2170
}
2171

    
2172
#disks.separator {
2173
    background-color: #dea842;
2174
}
2175

    
2176
#networks.separator {
2177
    background-color: #6c535d;
2178
}
2179

    
2180
.network-machine h5 {
2181
    margin-bottom: 26px;
2182
    margin-top:0px;
2183
}
2184

    
2185
.machine-container .separator {
2186
    width: 508px;
2187
    height: 1px;
2188
    margin-top: 2px;
2189
    background-color: #5CA1C0;
2190
    margin-left: 13px;
2191
}
2192

    
2193
.machine h5 {
2194
    margin: -3px 0px 4px 0px;
2195
}
2196

    
2197
.machine h5.namecontainer {
2198
    margin-top: 1px;
2199
}
2200

    
2201
.editbuttons {
2202
    display: block;
2203
    clear: none;
2204
    width: 40px;
2205
    margin-right: 32%;
2206
    padding-top: 2px;
2207
    float: right;
2208
    cursor: pointer;
2209
    position: relative;
2210
    z-index: 1000;
2211
}
2212

    
2213
div.editbuttons div.save:hover, div.editbuttons div.cancel:hover {
2214
    background-color: #84b7d0;
2215
}
2216

    
2217
div.editbuttons div.cancel:hover {
2218
    background-image: url("./cancel-onhover.png");
2219
}
2220

    
2221
.editbuttons .cancel, .editbuttons .save {
2222
    background-repeat: no-repeat;
2223
    color: transparent;
2224
    height: 16px;
2225
    width: 16px;
2226
    float: left;
2227
}
2228

    
2229
.editbuttons .cancel {
2230
    background-image: url("./cancel.png");
2231
    margin-left: 3px;
2232
}
2233

    
2234
.editbuttons .save {
2235
    background-image: url("./save.png");
2236
    margin-left: 1px;
2237
}
2238

    
2239
.editbuttons img {
2240
    float:none !important;
2241
    margin: 0px !important;
2242
}
2243

    
2244
.namecontainer {
2245
    height: 18px;
2246
    margin-top: 9px;
2247
}
2248

    
2249
.nametextbox {
2250
    font-size: 95%;
2251
}
2252

    
2253
.large-spinner {
2254
    background: url("./icons/indicators/large/progress.gif");
2255
    margin-left: 298px;
2256
    margin-top: 0px;
2257
    height: 31px;
2258
    width: 31px;
2259
    position: absolute;
2260
}
2261

    
2262
.list .large-spinner {
2263
    margin-top:-30px;
2264
}
2265

    
2266
.single .large-spinner {
2267
    margin-top: 50px;
2268
}
2269

    
2270
div#networks-container .large-spinner {
2271
    margin-top: 50px;
2272
}
2273

    
2274
/* tables in list view */
2275
div.list div.dataTables_filter {
2276
    font-size: 75%;
2277
    display: none;
2278
    margin-bottom: 12px;
2279
}
2280

    
2281
div.list div.dataTables_filter input{
2282
    font-size: 100%;
2283
}
2284

    
2285
.dataTables_wrapper {
2286
    width: 515px;
2287
    padding-bottom: 40px;
2288
}
2289

    
2290
div.list table thead .sorting, div.list table thead .sorting_desc, div.list table thead .sorting_asc {
2291
    padding-right: 15px !important;
2292
}
2293

    
2294
div.list table {
2295
    width: 515px;
2296
    font-size: 75%;
2297
}
2298

    
2299
div.list table tbody td {
2300
    color: #3D3D3D;
2301
    padding:6px;
2302
    vertical-align: middle;
2303
}
2304

    
2305
div.list table thead tr th {
2306
    background-color: #CDE2EC;
2307
    background-image: url(bg.gif);
2308
    background-repeat: no-repeat;
2309
    background-position: right 11px;
2310
    font-weight: normal;
2311
    border: 1px solid transparent;
2312
    border-bottom: none;
2313
    padding: 4px;
2314
    text-align: left;
2315
    vertical-align: middle;
2316
    cursor: pointer;
2317
}
2318

    
2319
div.list table thead .sorting_asc, div.list table thead .sorting_desc {
2320
    background-color: #5CA1C0;
2321
}
2322

    
2323
div.list table thead .sorting_asc {
2324
    background-image: url(asc.gif);
2325
}
2326

    
2327
div.list table thead .sorting_desc {
2328
    background-image: url(desc.gif);
2329
}
2330

    
2331
div.list table .selection div.expand-icon {
2332
    background-image: url(asc.gif);
2333
    background-repeat: no-repeat;
2334
    position: relative;
2335
    cursor: pointer;
2336
    width: 15px;
2337
    height: 4px;
2338
    left: 19px;
2339
    top: -11px;
2340
}
2341

    
2342
ul.dropdown-selector {
2343
    background-color: #E6EEEE;
2344
    position: absolute;
2345
    margin-left: 1px;
2346
    display: block;
2347
    top: 255px;
2348
    font-size:75%;
2349
    width:40px;
2350
}
2351

    
2352
ul.dropdown-selector li {
2353
    padding: 4px;
2354
}
2355

    
2356
ul.dropdown-selector li:hover {
2357
    background-color: #5CA1C0;
2358
}
2359

    
2360
ul.dropdown-selector li a{
2361
    color: black;
2362
    text-decoration: none;
2363
}
2364

    
2365
div.list table span.imagetag {
2366
    display: none;
2367
}
2368

    
2369
div.list table thead .vmos {
2370
    width: 20px !important;
2371
    vertical-align:middle;
2372
}
2373

    
2374
div.list table .selection {
2375
    width: 20px !important;
2376
    text-align: left;
2377
    background-image: none;
2378
    padding-left: 6px;
2379
}
2380

    
2381
div.list table thead .vmflavor {
2382
    width: 100px !important;
2383
}
2384

    
2385
/* group column commented out for v0.5
2386
div.list table thead .vmgroup {
2387
    width: 40px !important;
2388
}
2389
*/
2390

    
2391
div.list table thead .vmstatus {
2392
    width: 50px !important;
2393
}
2394

    
2395
div.list table thead .vmname {
2396
    width: 110px !important;
2397
}
2398

    
2399
.spinner, .action-indicator {
2400
    clear: right;
2401
    float:right !important;
2402
    margin: 10px 6px 0 15px !important;
2403
}
2404
.action-indicator {
2405
    margin-right: 18px !important;
2406
}
2407

    
2408
.wave {
2409
    clear: right;
2410
    float:right !important;
2411
    margin: 10px 15px 0 15px !important;
2412
}
2413

    
2414
#networks-pane .spinner {
2415
    margin-top: 18px !important;
2416
}
2417

    
2418
.hidden {
2419
    display:none;
2420
}
2421

    
2422
div.actions a.selected, div.actions a.selected:hover, div.machine-actions a.selected, div.machine-actions a.selected:hover {
2423
    display:block !important;
2424
}
2425

    
2426
.action_error .message, .action_error .code {
2427
    display: none;
2428
}
2429

    
2430
.fixed {
2431
    bottom: 0;
2432
    position: fixed !important;
2433
}
2434

    
2435
/* Networks */
2436
#networks-pane {
2437
    background-color: transparent;
2438
    color: black;
2439
    margin-left: 1px;
2440
    margin-right: 0;
2441
}
2442

    
2443
#networkscreate {
2444
    color: black;
2445
    background-color: #FF7F2A;
2446
    cursor: pointer;
2447
    padding: 7px 24px;
2448
    text-decoration: none;
2449
}
2450

    
2451
#networkscreate:hover {
2452
    background-color: #FF9955;
2453
}
2454

    
2455
#networks-pane #beforecreate {
2456
    margin-left: -13px;
2457
    margin-top: -6px;
2458
}
2459

    
2460
#networks-container {
2461
    margin-top: 10px;
2462
    min-height: 270px;
2463
}
2464

    
2465
#networks-createcontainer {
2466
    position: absolute;
2467
    top: 155px;
2468
}
2469

    
2470
#networks-pane .public-networks {
2471
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
2472
    margin: 0 0 18px;
2473
    padding: 70px 0 15px 35px;
2474
}
2475

    
2476
#networks-pane .private-networks {
2477
    background: url("./running-bg.png") repeat scroll 0 0 transparent;
2478
    padding: 15px 20px 20px 35px;
2479
}
2480

    
2481
#public-template, #private-template, #public-machine-template, #private-machine-template {
2482
    display:none;
2483
}
2484

    
2485
div.network a.action-network-add {
2486
    display: none;
2487
}
2488

    
2489
div.network a.action-network-destroy {
2490
    margin-top: 32px !important;
2491
    width: 50px;
2492
    display: none;
2493
}
2494

    
2495
div.network {
2496
    clear: both;
2497
    min-height: 65px;
2498
    margin: 5px 0 0 -35px;
2499
    padding: 3px 20px 0;
2500
    width: 480px;
2501
    position: relative;
2502
}
2503

    
2504
#private-template {
2505
    margin: 2px 0 0 -30px;
2506
}
2507

    
2508
div.network-placeholder {
2509
    margin-left: 33px;
2510
}
2511

    
2512
div.private-networks div.network-placeholder {
2513
    border-left: 3px solid #FF7F2A;
2514
}
2515

    
2516
div.network-cable {
2517
    border-left: 3px solid #FF7F2A;
2518
    float: left;
2519
    margin-left: -40px;
2520
    margin-top: -45px;
2521
    height: 185px;
2522
    overflow: hidden;
2523
}
2524

    
2525
.first div.network-cable {
2526
    height:143px;
2527
    margin-top:-6px;
2528
    position: relative;
2529
}
2530

    
2531
div.network-contents div.machines-list div.first {
2532
    margin-top:0;
2533
}
2534

    
2535
.last div.network-cable {
2536
    height:85px;
2537
}
2538

    
2539
div.firewall-cable {
2540
    border-left: 3px solid #FF7F2A;
2541
    float: left;
2542
    margin-left: -100px;
2543
    margin-top: -20px;
2544
    height: 110px;
2545
}
2546

    
2547
.last div.firewall-cable {
2548
    display:none;
2549
}
2550

    
2551
div.network a:hover {
2552
    text-decoration: underline;
2553
    cursor: pointer;
2554
}
2555

    
2556
#networks-container .name {
2557
    font-size: 75%;
2558
}
2559

    
2560
div.network-machines, div.firewall {
2561
    font-size: 75%;
2562
    margin-left: 70px;
2563
}
2564

    
2565
div.firewall {
2566
    margin-left: 60px;
2567
    margin-bottom: 3px;
2568
}
2569

    
2570
div.machines-header, div.firewall-header {
2571
    background-color: #A1C8DB;
2572
    color: white;
2573
    cursor: pointer;
2574
    height: 17px;
2575
    width: 103px;
2576
}
2577

    
2578
 div.private-networks div.machines-header {
2579
    margin-top: -5px;
2580
}
2581

    
2582
div.network:hover div.machines-header, div.network:hover div.firewall-header {
2583
    background-color: #84b7d0;
2584
}
2585

    
2586
div.network-machine:hover div.firewall-header {
2587
    background-color: #5CA1C0;
2588
}
2589

    
2590
div.machines-label, div.firewall-label {
2591
    width: 100%;
2592
    padding-bottom:1px;
2593
    padding-left: 3px;
2594
}
2595

    
2596
div.firewall-label.darker {
2597
    background-color: #4085a5;
2598
}
2599

    
2600
.state {
2601
    float: right;
2602
    position: absolute;
2603
    right: 10px;
2604
    top: 40px;
2605
    font-size: 75%;
2606
}
2607

    
2608
div.network div.actions {
2609
    float: right;
2610
    font-size: 75%;
2611
    font-weight: normal;
2612
    height: 70px;
2613
    width: 100px;
2614
    position: absolute;
2615
    right: -100px;
2616
    top: 0;
2617
}
2618

    
2619
div.network div.machine-actions {
2620
    text-decoration: none;
2621
    float: right;
2622
    width: 100px;
2623
    margin: -7px -100px 0 0;
2624
    font-weight: normal;
2625
    font-size: 75%;
2626
}
2627

    
2628
div.network div.actions a, div.network div.machine-actions a {
2629
    text-decoration: none;
2630
    height: 15px;
2631
    color: black;
2632
    visibility: hidden;
2633
    display: block;
2634
}
2635

    
2636
div.network div.actions a {
2637
    margin: 4px 0 0 8px;
2638
}
2639

    
2640
div.network div.machine-actions a {
2641
    margin: 8px 0 0 8px;
2642
}
2643

    
2644
div.network div.actions a:hover, div.network div.machine-actions a:hover {
2645
    display: block;
2646
    background-color:#A1C8DB;
2647
    width: 200px;
2648
    opacity: 0.8;
2649
    filter: alpha(opacity = 80);
2650
}
2651

    
2652
div.network:hover div.actions a, div.network-machine:hover div.machine-actions a {
2653
    visibility: visible;
2654
}
2655

    
2656
div.network div.actions a.selected, div.network div.machine-actions a.selected {
2657
    color: #FF7F2A !important;
2658
    width: 50px !important;
2659
}
2660

    
2661
div.network div.actions a.selected:hover, div.network div.machine-actions a.selected:hover {
2662
    background-color: transparent;
2663
}
2664

    
2665
div.network div.display a {
2666
    visibility: visible;
2667
}
2668

    
2669
div.network-machine div.machine-actions a.action-details {
2670
    margin-top: 7px;
2671
}
2672

    
2673
div.network:hover {
2674
    background-color: #A1C8DB !important;
2675
}
2676

    
2677
.network-logos {
2678
    float:left;
2679
    padding-right: 10px;
2680
}
2681

    
2682
.network-logos:hover {
2683
    cursor: pointer;
2684
}
2685

    
2686
.state div {
2687
    text-align: right;
2688
    margin: 4px 1px -4px;
2689
}
2690

    
2691
.public-networks .state div {
2692
    margin-top: 4px;
2693
}
2694

    
2695
.private-networks .state div {
2696
    margin-top: 9px;
2697
    margin-bottom: -12px;
2698
}
2699

    
2700
.public-networks .name-div {
2701
    margin-top:-7px;
2702
    margin-bottom: 23px;
2703
}
2704

    
2705
div.indicator {
2706
    clear: none;
2707
    float: right;
2708
    height: 11px;
2709
    margin: 3px -1px;
2710
    width: 10px;
2711
}
2712

    
2713
#private-networks {
2714
    margin-top: 20px;
2715
}
2716

    
2717
.private-networks .editbuttons {
2718
    margin-right: 22%;
2719
}
2720

    
2721
.private-networks div.confirm_single {
2722
    margin: 45px -219px -5px 0;
2723
    font-size: 80%;
2724
}
2725

    
2726
.private-networks .network-machine div.confirm_single {
2727
    margin: 0 -199px 0 0;
2728
}
2729

    
2730
.private-networks .state {
2731
    top: 35px;
2732
}
2733

    
2734
.private-networks div.machines-list {
2735
    padding-top: 3px;
2736
}
2737

    
2738
span.rename-network, span.configure {
2739
    background-repeat: no-repeat;
2740
    color: transparent;
2741
    font-size: 75%;
2742
    font-weight: normal;
2743
    margin-left: 10px;
2744
    padding-left: 10px;
2745
    text-align: left;
2746
}
2747

    
2748
span.rename-network {
2749
    cursor: pointer;
2750
}
2751

    
2752
div.name-div:hover span.rename-network {
2753
    color: #3D3D3D;
2754
    margin-top: 0.4em;
2755
    background-image: url(./pencil.png);
2756
    background-position: 0 3px;
2757
}
2758

    
2759
div.network:hover a.rename {
2760
    color: #3d3d3d;
2761
}
2762

    
2763
.network-separator {
2764
    background-color: #5CA1C0;
2765
    height: 1px;
2766
    margin: 2px 0 0 -5px;
2767
    width: 480px;
2768
    font-size: 1%;
2769
    line-height: 1px;
2770
}
2771

    
2772
.network-contents {
2773
    margin-left: -4px;
2774
    width: 504px;
2775
    clear: both;
2776
    padding-bottom: 7px;
2777
}
2778

    
2779
.network-machine .state div {
2780
    text-align: left;
2781
}
2782

    
2783
.network-machine {
2784
    margin-left: 35px;
2785
    padding-bottom: 5px;
2786
    padding-left: 5px;
2787
    padding-top: 5px;
2788
    margin-top: 5px;
2789
}
2790

    
2791
.network-machine .logo {
2792
    float:left;
2793
    padding-right: 10px;
2794
    position:relative;
2795
}
2796

    
2797
#networks-container .machine-name {
2798
    text-decoration: none !important;
2799
    margin-bottom: 10px;
2800
    color: #000000;
2801
    margin-top: -4px;
2802
}
2803

    
2804
.private-networks .separator {
2805
    background-color: #5CA1C0;
2806
    height: 1px;
2807
    margin: 3px 0 -2px -10px;
2808
    width: 485px;
2809
}
2810

    
2811
.network-machine .state {
2812
    margin-right: 18px;
2813
}
2814

    
2815
.network-machine .state .status {
2816
    margin-bottom: 4px;
2817
}
2818

    
2819
.machine-name .name {
2820
    margin-top: -10px !important;
2821
}
2822

    
2823
.machine-name .namecontainer {
2824
    line-height: 18px;
2825
    margin-bottom: 20px;
2826
}
2827

    
2828
div.network-machine:hover {
2829
    background-color: #84B7D0;
2830
}
2831

    
2832
.machines {
2833
    width: 416px;
2834
    margin-bottom: -8px;
2835
    margin-top: 10px;
2836
}
2837

    
2838
div.empty-network-slot {
2839
    height: 60px;
2840
}
2841

    
2842
div.network-remove-machine, div.network-add-machine {
2843
    background-color: #FB822F;
2844
    color: #bc4b00;
2845
    width:90px;
2846
    height:18px;
2847
    float:left;
2848
    margin:40px 0 0 -100px;
2849
}
2850

    
2851
span.remove-icon {
2852
    font-size: 80%;
2853
    margin-left: 15px;
2854
}
2855

    
2856
div.add-icon {
2857
    margin-left: 15px;
2858
    margin-top: -3px;
2859
    cursor: pointer;
2860
}
2861

    
2862
span.remove-icon:hover, span.add-icon:hover {
2863
    cursor:pointer;
2864
    color: #fff;
2865
}
2866

    
2867
div.network-add-machine {
2868
    margin:43px 0 0 -3px;
2869
}
2870

    
2871
.firewall-on {
2872
    color: #42E342;
2873
}
2874

    
2875
.firewall-off {
2876
    color: #F82E2E;
2877
}
2878

    
2879
.firewall-content {
2880
    color: black;
2881
    font-size: 60%;
2882
    margin-left: 60px;
2883
    height: 55px;
2884
    margin-bottom: 17px;
2885
}
2886

    
2887
.firewall-content .checkbox-legends {
2888
    vertical-align: text-top;
2889
}
2890

    
2891
.checkbox-legends a {
2892
    color: black;
2893
    text-decoration: underline;
2894
    font-size: 100%;
2895
}
2896

    
2897
h5.machine-connect {
2898
    font-size: 75%;
2899
    margin-bottom: 3px;
2900
}
2901

    
2902
.machine-connect span {
2903
    text-decoration: underline;
2904
}
2905

    
2906
h5.machine-connect span:hover {
2907
    cursor: pointer;
2908
}
2909

    
2910
.firewall-apply {
2911
    background-color: #4085a5;
2912
    border: medium none;
2913
    float: right;
2914
    font-size: 105%;
2915
    height: 18px;
2916
    margin-right: 5px;
2917
    margin-top: 3px;
2918
    width: 75px;
2919
}
2920

    
2921
.firewall-apply:hover {
2922
    background-color:#5CA1C0;
2923
}
2924

    
2925
.name-div {
2926
    margin: -9px 0 30px 70px;
2927
}
2928

    
2929
.machine-name-div {
2930
    margin-bottom: 20px;
2931
    margin-left: 60px;
2932
}
2933

    
2934
div.reboot-dialog {
2935
    display: none;
2936
    color: black;
2937
    background-color: #4085A5;
2938
    font-size: 75%;
2939
    margin-top: 15px;
2940
    width: 698px;
2941
    z-index: 1;
2942
}
2943

    
2944
div#reboot-machine-template, div.reboot-machine-entry {
2945
    display: none;
2946
    padding: 0 0 10px 35px;
2947
    width: 300px;
2948
}
2949

    
2950
div.reboot-dialog p {
2951
    color: #FF7F2A;
2952
    padding: 10px 0 10px 10px;
2953
}
2954

    
2955
div.reboot-dialog button {
2956
    float:right;
2957
    border: 1px solid #FF7F2A;
2958
    background-color: transparent;
2959
    font-size:100%;
2960
}
2961

    
2962
div.reboot-dialog button:hover {
2963
    background-color: #FF7F2A;
2964
}
2965

    
2966
div.reboot-dialog button.reboot-all {
2967
    margin: -30px 35px 0 0;
2968
}
2969

    
2970
div.reboot-dialog button.reboot-single {
2971
    color: black;
2972
    margin-top: -20px;
2973
}
2974

    
2975
div.reboot-dialog div.code, div.reboot-dialog div.action, div.reboot-dialog div.message, div.reboot-dialog button.details {
2976
    display:none;
2977
}
2978

    
2979
div.reboot-dialog button.details {
2980
    border-color: #800000;
2981
    margin-top: -20px;
2982
}
2983

    
2984
div.reboot-dialog button.details:hover {
2985
    background-color: #800000;
2986
}
2987

    
2988
/* Metadata */
2989
.info-content {
2990
    clear: both;
2991
    height: 95px;
2992
    width: 512px;
2993
}
2994

    
2995
.metadata-container {
2996
    line-height: 12px;
2997
    height: 85px;
2998
    background-color: #84b7d0;
2999
}
3000

    
3001
.metadata-column {
3002
    border-right: 1px solid #5CA1C0;
3003
    color: black;
3004
    float: left;
3005
    font-size: 60%;
3006
    margin-top: 3px;
3007
    height: 70px;
3008
    padding-bottom: 5px;
3009
}
3010

    
3011
.vm-stats {
3012
    padding-left: 10px;
3013
    padding-right: 5px;
3014
    width: 119px;
3015
}
3016

    
3017
.vm-details {
3018
    width: 169px;
3019
    margin-left:17px;
3020
}
3021

    
3022
.vm-metadata {
3023
    padding-left: 10px;
3024
    width: 129px;
3025
    border: none;
3026
}
3027

    
3028
.metadata-left {
3029
    float:left;
3030
    width: 50px;
3031
    height: 60px;
3032
}
3033

    
3034
.metadata-right {
3035
    width: 73px;
3036
    float:left;
3037
    height: 35px;
3038
    padding-left: 5px;
3039
    position:relative;
3040
    overflow:hidden;
3041
}
3042

    
3043
.metadata-right .items {
3044
    position:absolute;
3045
    height:20000em;
3046
}
3047

    
3048
.metadata-keys-container {
3049
    height: 60px;
3050
    float: left;
3051
}
3052

    
3053
.single .metadata-keys-container {
3054
    float: none;
3055
    height: 50px;
3056
}
3057

    
3058
.single a.manage-metadata {
3059
    font-size: 80%;
3060
    margin-left:4px;
3061
    color: #383838;
3062
}
3063

    
3064
a.manage-metadata {
3065
    font-size: 100%;
3066
    color: black;
3067
    margin-left:17px;
3068
    text-decoration: underline;
3069
}
3070

    
3071
div.machine a.manage-metadata:hover {
3072
    background-color: transparent;
3073
}
3074

    
3075
.metadata-actions, .scrollable {
3076
    padding-left: 5px;
3077
}
3078

    
3079
.singe .metadata-actions, .single .scrollable {
3080
    font-size: 80%;
3081
    line-height: 12px;
3082
    width: 300px;
3083
}
3084

    
3085
.metadata-actions .prev,  .metadata-actions .next{
3086
    float:left;
3087
    width:29px;
3088
    height:6px;
3089
    cursor: pointer;
3090
}
3091

    
3092
.metadata-actions .prev {
3093
    background: url("./roll-up.png") no-repeat scroll 0 0 transparent;
3094
}
3095

    
3096
.metadata-actions .next {
3097
    background: url("./roll-down.png") no-repeat scroll 0 0 transparent;
3098
}
3099

    
3100
.scrollable {
3101
    position:relative;
3102
    overflow:hidden;
3103
    height: 35px;
3104
    width: 60px;
3105
    margin-bottom:2px;
3106
}
3107

    
3108
.scrollable .items {
3109
    position:absolute;
3110
    height:20000em;
3111
}
3112

    
3113
.metadata-bar {
3114
    float: right !important;
3115
    margin: 1px 7px 0 !important;
3116
}
3117

    
3118
/* single view */
3119
.single {
3120
    color: #383838;
3121
    margin-top: -76px;
3122
    padding-bottom: 10px;
3123
    width: 679px;
3124
}
3125

    
3126
.single .column1 {
3127
    float: left;
3128
    margin: 1px 0 25px 17px;
3129
    width: 140px;
3130
}
3131

    
3132
.single .column1 .state {
3133
    float: left;
3134
    margin-left: 4px;
3135
    padding-bottom: 6px;
3136
    padding-top: 3px;
3137
    position: relative;
3138
    right: 0;
3139
    text-align: center;
3140
    width: 126px;
3141
}
3142

    
3143
.single .column1 .state-label {
3144
    padding-top: 5px;
3145
}
3146

    
3147
.single .column1 .indicators {
3148
    margin-right: 38px !important;
3149
}
3150

    
3151
.single div.connect-arrow {
3152
    margin-left: -17px;
3153
}
3154

    
3155
.single div.connect-border {
3156
    margin-left: -29px;
3157
}
3158

    
3159
.single .single-actions {
3160
    padding-bottom: 4px;
3161
    padding-left: 15px;
3162
    width: 69px;
3163
    float: left;
3164
}
3165

    
3166
.single div.single-action {
3167
    font-size: 80%;
3168
    line-height: 18px;
3169
    text-decoration: none;
3170
    cursor: pointer;
3171
}
3172

    
3173
.single div.single-action:hover {
3174
    background-color:#A1C8DB;
3175
    width: 180px;
3176
    opacity: 0.8;
3177
    filter: alpha(opacity = 80);
3178
}
3179

    
3180
.single div.single-action.selected {
3181
    color: #FF7F2A !important;
3182
    width: 50px !important;
3183
}
3184

    
3185
.single div.single-action.selected:hover {
3186
    background-color:transparent;
3187
}
3188

    
3189
.single div.confirm_single {
3190
    font-size: 80%;
3191
    margin: -19px -115px 0 0;
3192
}
3193

    
3194
.single div.action-container.destroy div.confirm_single {
3195
    margin: -18px -116px 0 0;
3196
    position: relative;
3197
    left: 0px;
3198
}
3199

    
3200
.single div.confirm_single button.no {
3201
    margin-left: -5px;
3202
}
3203

    
3204
.single .spinner, .single .action-indicator {
3205
    margin: 15px 45px 0 0px !important
3206
}
3207

    
3208
.single .action-indicator {
3209
    margin-right: 55px !important;
3210
}
3211

    
3212
.single .wave {
3213
    margin: 15px 53px 0 0px !important
3214
}
3215

    
3216
.single div.action_error {
3217
    margin: 2px 0px 0 605px !important;
3218
    position: relative;
3219
}
3220

    
3221
.single .column2 {
3222
    background-color: #A1C8DB;
3223
    float: left;
3224
    font-size: 78%;
3225
    line-height: 17px;
3226
    margin: 0 0 10px 5px;
3227
    width: 358px;
3228
}
3229

    
3230
.single .column2 .machine-labels {
3231
    float: left;
3232
    font-size: 90%;
3233
    margin-left: 10px;
3234
    margin-top: 10px;
3235
    width: 125px;
3236
}
3237

    
3238
.single .column2 .machine-details {
3239
    float: right;
3240
    text-align: right;
3241
    font-size: 90%;
3242
    width: 210px;
3243
    margin-right: 10px;
3244
    margin-top: 10px;
3245
}
3246

    
3247
.single .column2 .name, .single .column2 .disk, .single .column2 .image-size, .single .column2 .ipv6 {
3248
    margin-bottom: 13px;
3249
}
3250

    
3251
.single .tags {
3252
    clear: both;
3253
    margin-bottom: 10px;
3254
    margin-left: 10px;
3255
}
3256

    
3257
.single .tags-label {
3258
    float: left;
3259
    padding: 0 5px;
3260
    width: 30px;
3261
}
3262

    
3263
.single .tags-down-arrow {
3264
    background: url("/static/tags-down-arrow.png") no-repeat scroll 1px 7px transparent;
3265
    float: left;
3266
    height: 16px;
3267
    width: 9px;
3268
}
3269

    
3270
.single .tags-header {
3271
    background-color: #84B7D0;
3272
    cursor: pointer;
3273
    height: 16px;
3274
    width: 55px;
3275
}
3276

    
3277
.single .tags-content {
3278
    background-color: #84B7D0;
3279
    clear: both;
3280
    height: 65px;
3281
    padding-bottom: 5px;
3282
    padding-top: 5px;
3283
    width: 300px;
3284
}
3285

    
3286
.single .column3 {
3287
    background-color: #A1C8DB;
3288
    margin-left: 535px;
3289
    position: absolute;
3290
    top: 280px;
3291
    width: 150px;
3292
    overflow: visible;
3293
    padding-bottom: 10px;
3294
}
3295

    
3296
.single .column3 .controls {
3297
    font-size: 80%;
3298
    height: 20px;
3299
    padding-left: 7px;
3300
    padding-right: 7px;
3301
    padding-top: 8px;
3302
}
3303

    
3304
.single .column3 .previous {
3305
    float:left;
3306
    width: 72px;
3307
}
3308

    
3309
.single .column3 .next {
3310
    float: right;
3311
    text-align: center;
3312
    width: 60px;
3313
}
3314

    
3315
.single .column3 .next-label {
3316
    float: right;
3317
    margin-right: 3px;
3318
    margin-top: -2px;
3319
}
3320

    
3321
.single .column3 .next-arrow {
3322
    float: right;
3323
    height: 18px;
3324
    width: 10px;
3325
    background: url("./right-arrow.png") no-repeat scroll 3px 2px transparent;
3326
}
3327

    
3328
.single .column3 .prev-label {
3329
    float: left;
3330
    margin-left: 3px;
3331
    margin-top: -2px;
3332
}
3333

    
3334
.single .column3 .prev-arrow {
3335
    background: url("./left-arrow.png") no-repeat scroll 3px 2px transparent;
3336
    float: left;
3337
    height: 18px;
3338
    width: 10px;
3339
}
3340

    
3341
.single .column3 .separator {
3342
    width: 135px;
3343
    height: 1px;
3344
    background-color: #84B7D0;
3345
    margin: 0 0 0 7px;
3346
    clear: both;
3347
}
3348

    
3349
.single .column3 .servers {
3350
    font-size: 80%;
3351
    line-height: 15px;
3352
    padding-top: 10px;
3353
    text-align: right;
3354
    overflow: visible;
3355
    position: relative;
3356
}
3357

    
3358
.single .column3 .server-name {
3359
    margin-left: 10px;
3360
    padding-right: 5px;
3361
    cursor: pointer;
3362
    padding-bottom: 2px;
3363
}
3364

    
3365
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
3366
    background-color: #84B7D0;
3367
    color: white;
3368
    opacity: 0.8;
3369
    padding-left: 9px;
3370
    text-align: left;
3371
    width: 160px;
3372
    filter: alpha(opacity = 80);
3373
    position: relative;
3374
}
3375

    
3376
.single .toggler {
3377
    color: #FFFFFF;
3378
    float: right;
3379
    font-size: 140%;
3380
}
3381

    
3382
.single .single-cpu, .single .single-network {
3383
    float: left;
3384
    height: 100px;
3385
    width: 48%;
3386
}
3387

    
3388
.single .cpu-usage, .single .network-usage {
3389
    padding-bottom: 15px;
3390
    padding-left: 20px;
3391
    padding-top: 15px;
3392
    font-size: 90%;
3393
}
3394

    
3395
.single .cpu-graph, .single .network-graph {
3396
    background-color: #A1C8DB;
3397
    height: 210px;
3398
    margin-left: 20px;
3399
    width: 300px;
3400
}
3401

    
3402
.single .single-image {
3403
    width: 126px;
3404
    margin-bottom: 10px;
3405
    margin-left: 4px;
3406
}
3407

    
3408
.single .column3 .previous, .single .column3 .next {
3409
    cursor: pointer;
3410
    background-color: #84B7D0;
3411
    color: white;
3412
    font-size: 100%;
3413
    height: 15px;
3414
    padding-top: 2px;
3415
}
3416

    
3417
.single .column3 .disabled {
3418
    opacity: 0.5;
3419
    filter: alpha(opacity = 50);
3420
}
3421

    
3422
.single div.lower {
3423
    clear:both;
3424
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
3425
    width: 700px;
3426
    height: 270px;
3427
}
3428

    
3429
.single div.upper {
3430
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
3431
    margin-bottom: 10px;
3432
    min-height: 310px;
3433
    overflow: visible;
3434
    padding-top: 60px;
3435
    width: 700px;
3436
}
3437

    
3438
/* console css */
3439
.console-header-logo {
3440
    padding-top: 17px;
3441
    margin-left: 30px;
3442
    position: fixed;
3443
}
3444

    
3445
#console-header div.help-text {
3446
    font-size: 75%;
3447
    font-weight:bold;
3448
    color:#FF7F2A;
3449
    float:left;
3450
    position: absolute;
3451
    margin: 45px 0 0 2px;
3452
}
3453

    
3454
div.console-container {
3455
    margin: 0 0em;
3456
    height: auto;
3457
}
3458

    
3459
#wrapper.console {
3460
    width: auto;
3461
}
3462

    
3463
.console-info {
3464
    font-size:80%;
3465
    color: white;
3466
    float:left;
3467
    position:relative;
3468
    margin: 25px 0 0 480px;
3469
}
3470

    
3471
applet {
3472
    width:100%;
3473
    height:100%;
3474
}
3475

    
3476
div.console-footer {
3477
    /* this is for version 0.5*/
3478
    display: none;
3479
}
3480

    
3481
.console-footer #footer-text{
3482
    float:left;
3483
    left: auto;
3484
    margin-left:30px;
3485
}
3486

    
3487
/* add network wizard (see also #wizard for shared classes) */
3488
#networks-wizard .header {
3489
    background-color: #4085A5;
3490
    height: 56px;
3491
}
3492

    
3493
#networks-wizard div.name-input {
3494
    margin: 75px 0 0 55px;
3495
}
3496

    
3497
#networks-wizard input {
3498
    border: 1px solid #CCCCCC;
3499
    color: #445566;
3500
    letter-spacing: 1px;
3501
    width: 170px;
3502
}
3503

    
3504
#networks-wizard span.help {
3505
    font-style: italic;
3506
    font-size: 80%;
3507
    margin-left: 10px;
3508
}
3509

    
3510
#networks-wizard .separator-end {
3511
    background-color: #387693;
3512
    height: 6px;
3513
    width: 479px;
3514
    margin-left: -13px;
3515
    margin-top: 22px;
3516
}
3517

    
3518
.red {
3519
    color: red;
3520
}
3521

    
3522
/* add server to network wizard (see also #metadata-wizard for shared classes) */
3523
#add-machines-wizard span.machine-name {
3524
    margin-left: 4px;
3525
    vertical-align: text-top;
3526
}
3527

    
3528
#add-machines-wizard img.list-logo {
3529
    margin: 2px 1px 1px;
3530
}
3531

    
3532
.css-panes {
3533
    clear: both;
3534
}
3535

    
3536
.last .firewall-content {
3537
    margin-bottom:13px;
3538
}
3539

    
3540
#pub .last .network-separator {
3541
    display:none;
3542
}
3543

    
3544
.public-networks .empty-network-slot {
3545
    display: none;
3546
}
3547

    
3548
/* float clearing for all browsers except the devil one */
3549
.clearfix:after{
3550
  clear: both;
3551
  content: ".";
3552
  display: block;
3553
  height: 0;
3554
  visibility: hidden;
3555
  font-size: 0;
3556
}
3557

    
3558
#machinesview-list div.action-indicator {
3559
    margin:0 !important;
3560
    float: none !important;
3561
}
3562

    
3563
div.action-indicator {
3564
    width: 15px;
3565
    height: 20px;
3566
    background-repeat: no-repeat;
3567
    background-position: 0 0;
3568
}
3569

    
3570
tbody.machines div.action-indicator {
3571
    position: relative;
3572
    top: -2px;
3573
}
3574
div.state .destroy, tbody.machines .destroy {
3575
    background-image: url("./icons/actions/medium/destroy.png");
3576
}
3577
div.state .start, tbody.machines .start {
3578
    background-image: url("./icons/actions/medium/start.png");
3579
}
3580
div.state .reboot, tbody.machines .reboot {
3581
    background-image: url("./icons/actions/medium/reboot.png");
3582
}
3583
div.state .shutdown, tbody.machines .shutdown {
3584
    background-image: url("./icons/actions/medium/shutdown.png");
3585
}