Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / css / main.css @ 796d9069

History | View | Annotate | Download (137.3 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
body {
20
    background: url("../images/body-bg.png") repeat-x #FFFFFF;
21
    text-align:center;
22
    font-size: 16px;
23
    overflow-y: scroll;
24
}
25

    
26
body#app {
27
    background-position: 0px 34px; 
28
}
29

    
30
a, a:hover, a:active, a:focus, div:focus, span:focus, li:focus {
31
    outline: none;
32
}
33

    
34
pre {
35
    font-family: monospace;
36
}
37

    
38
h4.error .title {
39
  color: red !important;
40
}
41
#okeanos-image {
42
    position: absolute;
43
    bottom: -0px;
44
    right: 0;
45
    z-index:0;
46
}
47

    
48
#container {
49
    position: relative;
50
        margin:0 auto;
51
        width: 100%;
52
        background: transparent;
53
    z-index: 1;
54
}
55

    
56
#header {
57
    height: 93px;
58
    background: url("../images/header-bg.png") repeat-x scroll 0 0 transparent;
59
    margin: 0 auto;
60
    width: 700px;
61
    text-align: left;
62
    position: relative;
63
    z-index: 50;
64
}
65

    
66
#content {
67
    padding-bottom: 10px;
68
    width: 100%;
69
}
70

    
71
div#wrapper {
72
    width: 700px;
73
    margin: 0em auto;
74
    text-align: left;
75
}
76

    
77
#footer a {
78
    color: #fff;
79
}
80

    
81
#footer .software .version {
82
    font-weight: bold;
83
}
84

    
85
#footer .software {
86
    font-size: 0.6em;
87
    margin-top: 7px;
88
    color: #fff;
89
}
90

    
91
#footer {
92
    height: 80px;
93
    background-color: #4085A5;
94
    width:100%;
95
}
96

    
97
#footer-container {
98
    height: 80px;
99
    width: 100%;
100
    left:0;
101
    z-index:10;
102
}
103

    
104
#footer div.grnet-sign {
105
    margin-top:10px;
106
}
107

    
108
#footer div.grnet-sign a{
109
    color: #72ADC8;
110
}
111

    
112
#footer div.grnet-sign a:hover {
113
    color: #FFFFFF;
114
}
115

    
116
ol, ul {
117
    list-style: none;
118
}
119

    
120
blockquote, q {
121
    quotes: none;
122
}
123

    
124
blockquote:before, blockquote:after,
125
q:before, q:after {
126
    content: '';
127
    content: none;
128
}
129

    
130
/* remember to define focus styles! */
131
:focus {
132
    outline: 1px dotted #87AADE;
133
}
134

    
135
/* remember to highlight inserts somehow! */
136
ins {
137
    text-decoration: none;
138
}
139

    
140
del {
141
    text-decoration: line-through;
142
}
143

    
144
/* tables still need 'cellspacing="0"' in the markup */
145
table {
146
    border-collapse: collapse;
147
    border-spacing: 0;
148
}
149

    
150
h5 {
151
    font-weight: normal;
152
    margin-bottom:3px;
153
}
154

    
155
.tab-name, 
156
.machine-container .name,
157
h5.namecontainer span,
158
.single .machine-detail.title {
159
    font-family: 'Ubuntu', sans-serif;
160
}
161

    
162
.create-container a {
163
    font-family: 'Open Sans', sans-serif;
164
}
165

    
166
/* root element for tabs  */
167
.tab-name {
168
    background-color: #5CA1C0;
169
    color: #FFFFFF;
170
    float: right;
171
    font-size: 150%;
172
    height: 31px;
173
    text-align: right;
174
    padding-right: 15px;
175
    width: 170px;
176
}
177

    
178
.tab-separator {
179
    background-color: white;
180
    float: left;
181
    width: 2px;
182
    height: 23px;
183
    margin-top: 4px;
184
}
185

    
186
ul.css-tabs {
187
    padding: 0;
188
    height:31px;
189
    background-color: #5CA1C0;
190
}
191

    
192
ul.css-tabs .secondary {
193
    position:relative;
194
}
195

    
196
/* single tab */
197
ul.css-tabs li {
198
    float:left;
199
    padding:0;
200
    list-style-type:none;
201
}
202

    
203
ul.css-tabs .current {
204
    background: #4085A5;
205
}
206

    
207
/* link inside the tab. uses a background image */
208
ul.css-tabs a {
209
    float:left;
210
    display:block;
211
    text-decoration:none;
212
    color:#d2d2d2;
213
    position:relative;
214
    outline:0;
215
    padding: 4px 25px 0;
216
    height: 27px;
217
}
218

    
219
ul.css-tabs a:hover {
220
    background: #74AEC9;
221
}
222

    
223
/* selected tab */
224
ul.css-tabs a.current,
225
ul.css-tabs a.active {
226
    cursor:default;
227
    background: #4085A5;
228
}
229

    
230
/* tab pane */
231
div.css-panes {
232
/*    border-top: 10px solid #87aade;
233
    border-bottom: 10px solid #87aade;  */
234
    background: transparent;
235
}
236

    
237
.css-panes > div.pane {
238
    display:none;
239
}
240

    
241
.panes-menu {
242
    height: 30px;
243
    margin-bottom: 10px;
244
}
245
/* CSS3 border radius for various elements. yea - CSS isn't perfect */
246
.rounded, #sheet input, .error-rounded {
247
    border-radius: 5px;
248
    -webkit-border-radius: 5px;
249
    -moz-border-radius: 5px;
250
    -o-border-radius: 5px;
251
    -khtml-border-radius: 5px;
252
}
253

    
254
/*validation error message*/
255
/*.error {*/
256
    /*background-color:#E8FF6D;*/
257
    /*padding:4px;*/
258
    /*-webkit-box-shadow: #000 0 0 9pt;*/
259
    /*-moz-box-shadow: #000 0 0 9pt;*/
260
/*}*/
261
.error {
262
    color: #f00 !important;
263
}
264

    
265
/* nested arrow inside error message. It's 100% CSS. No images. */
266
.error em {
267
    border: 10px solid;
268
    border-color: #E8FF6D transparent transparent;
269
    bottom: -17px;
270
    display: block;
271
    height: 0;
272
    left: 10px;
273
    position: absolute;
274
    width: 0;
275
}
276

    
277
/* input field that caused validation error */
278
.invalid {
279
    background-color: rgba(221, 233, 255, 0.898) !important;
280
}
281

    
282
#beforecreate {
283
    background-color: #FF9955;
284
    height: 32px;
285
    width: 13px;
286
}
287

    
288
.pane-top {
289
    height: 70px;
290
    position: relative;
291
    background: #EFF7FA 0px 0px;
292
    /*margin-bottom: -2px;*/
293
}
294

    
295
#machines-pane-top.empty {
296
    background: transparent;
297
}
298

    
299
#beforecreate {
300
    border-left: 16px solid #efefef;
301
    margin-left: -16px;
302
}
303

    
304
.create-container {
305
    line-height: 4em;
306
}
307

    
308
#createcontainer a {
309
}
310

    
311
#create {
312
    background-color: #FF7F2A;
313
    color: #000;
314
    cursor: pointer;
315
    text-decoration: none;
316
    font-size:100%;
317
}
318

    
319
#create:hover {
320
    background-color: #FF9955;
321
}
322

    
323
#console-header {
324
    height: 79px;
325
    margin-bottom:15px;
326
    background: url("../images/header-bg.png") repeat-x scroll 0 0 #FFFFFF;
327
}
328

    
329
.header-logo {
330
    padding-top: 28px;
331
}
332

    
333
.header-logo img {
334
    max-width:100%;
335
    max-height:64px;
336
}
337

    
338
div#footer-text a {
339
    color: #FFFFFF;
340
    text-decoration: none;
341
}
342

    
343
div#footer-text{
344
    color: #FFFFFF;
345
    font-size: 75%;
346
    padding-top: 10px;
347
}
348

    
349
#footer-bg {
350
    background: url("../images/footer-bg.png") no-repeat scroll 0 0 #4085A5;
351
    background-position:right;
352
}
353

    
354
.modal {
355
    background-color:#fff;
356
    display:none;
357
    width:30em;
358
    padding:1em;
359
    text-align:left;
360
}
361

    
362
/* server wizard scrollable root element and network wizard */
363
#wizard, #networks-wizard {
364
    font-size:75%;
365
    height:425px;
366
    width:453px;
367
    overflow:hidden;
368
    position:absolute !important;
369
}
370

    
371
/* scrollable items */
372
#wizard .items {
373
    width:20000em;
374
    clear:both;
375
    position:absolute;
376
    display:block;
377
    padding: 0;
378
    margin: 0;
379
    border:none;
380
    background:none;
381
}
382

    
383
/* single item */
384
#wizard .page, #networks-wizard div.container {
385
    padding: 0px 40px 20px 15px;
386
    width:447px;
387
    float:left;
388
    display:block;
389
    border:none;
390
    background-color: transparent;
391
}
392

    
393
#networks-wizard div.container {
394
    background-color: #ECF4F8;
395
    width:400px;
396
    height: 180px;
397
    margin-bottom:50px;
398
}
399

    
400
/* title */
401
#wizard h2, #networks-wizard h2 {
402
    color: #FF7B24;
403
    font-size: 100%;
404
    font-style: italic;
405
    font-weight: bold;
406
    margin-left: 37px;
407
    margin-top: 17px;
408
}
409

    
410
#networks-wizard h2 {
411
    margin-top: 15px;
412
}
413

    
414
#wizard li {
415
    margin-bottom:1.2em;
416
}
417

    
418
#wizard .pane li {
419
    margin: 0;
420
}
421

    
422
#wizard label {
423
    font-size:120%;
424
    display:block;
425
    clear: both;
426
}
427

    
428
#wizard label strong {
429
    position:relative;
430
    top:-1px;
431
    font-size: 80%;
432
    font-weight: normal;
433
}
434

    
435
#wizard label em {
436
    font-size:75%;
437
    color:#666;
438
    font-style:normal;
439
}
440

    
441
#wizard .text {
442
    width: 270px;
443
    padding: 5px;
444
    margin-top: 10px;
445
    border: 1px solid #ccc;
446
    color: #456;
447
    letter-spacing: 1px;
448
}
449

    
450
#wizard select {
451
    border:1px solid #ccc;
452
    width:94%;
453
    padding:4px;
454
    display: none;
455
}
456

    
457
#wizard .double label {
458
    width:50%;
459
    float:left;
460
}
461

    
462
#wizard .double .text {
463
    width:93%;
464
}
465

    
466
#wizard .clearfix {
467
    clear:left;
468
    padding-top:10px;
469
}
470

    
471
#wizard .right {
472
    float:right;
473
}
474

    
475
#wizard .error {
476
    border:1px solid red;
477
}
478

    
479
#wizard a:hover div.image {
480
    background-color: #C5DEE9;
481
}
482

    
483
.selecteddiv {
484
    background-color: #C5DEE9 !important;
485
}
486

    
487
#wizard label a:hover strong {
488
    color: black;
489
}
490

    
491
#wizard div.image span.size {
492
    font-size: 75%;
493
    color: #666;
494
}
495

    
496
#wizard div.image .radio {
497
    float: left;
498
    margin-top: 10px;
499
}
500

    
501
#wizard div.image span.image-id, #wizard div.image span.description {
502
    font-size: 75%;
503
    color: #666;
504
    font-weight: normal;
505
    display:inline;
506
}
507

    
508
#wizard a:hover div.image span.image-id, #wizard a:hover div.image span.description, #wizard a:hover div.image span.size {
509
    color: black;
510
}
511

    
512
#wizard .cost {
513
    color: #79A4C1;
514
    margin-top: 40px;
515
    clear:both;
516
    margin-left: 15px;
517
    font-size: 95%;
518
}
519

    
520
#wizard #status {
521
    height: 50px;
522
    background-color: #4085A5;
523
}
524

    
525
#wizard .headernumber {
526
    font-size: 410%;
527
}
528

    
529
#wizard .headerbody {
530
    font-size: 120%;
531
    font-weight: normal;
532
    display: inline;
533
    top: -15px;
534
    position: relative;
535
}
536

    
537
#wizard .first {
538
    left: -10px;
539
}
540

    
541
#wizard .checked {
542
    color: #64a6c4 !important;
543
}
544

    
545
#wizard .li-2 {
546
    margin-top: -1px !important;
547
}
548

    
549
#wizard .img-check {
550
    margin-bottom: 8px;
551
    margin-left: -8px;
552
}
553

    
554
#wizard .li-1 .img-check {
555
    margin-left: 2px;
556
}
557

    
558
#wizard .topruler, #networks-wizard .topruler, #wizard .bottomruler, #networks-wizard .bottomruler {
559
    background-color: #CDE2EC;
560
    color: #CDE2EC;
561
    border: 0 none;
562
    height: 4px;
563
    margin-left: -1px;
564
    width: 447px;
565
    margin-bottom: 6px;
566
    margin-top: 4px;
567
}
568

    
569
#wizard .bottomruler, #networks-wizard .bottomruler {
570
    margin-top:6px;
571
}
572

    
573
#networks-wizard .topruler, #networks-wizard .bottomruler {
574
    width: 455px;
575
    float: left;
576
}
577

    
578
#wizard #cancel, #networks-wizard .cancel {
579
    background-color: #4085A5;
580
    border-color: #4085A5;
581
    text-align: center !important;
582
}
583

    
584
#wizard #cancel:hover, #networks-wizard .cancel:hover {
585
    background-color: #7DB4CD;
586
    border-color: #7DB4CD;
587
}
588

    
589
#wizard #start, #networks-wizard .create {
590
    text-align: center;
591
    background-color: #FF7F2A;
592
    border-color: #FF7F2A;
593
}
594

    
595
:focus {
596
    outline: none;
597
    -moz-outline-style: none;
598
}
599

    
600
#wizard .img-next {
601
    margin: 0 -4px -1px 8px;
602
}
603

    
604
#wizard .img-prev {
605
    margin: 0 8px -1px -4px;
606
}
607

    
608
#networks-wizard .create {
609
    float:right;
610
    width: 140px;
611
}
612

    
613
.overlay-networks-create .form-action {
614
  float: left;
615
}
616

    
617
.overlay-networks-create .fixpos {
618
  margin-top: 3px;
619
}
620

    
621
.overlay-networks-create .col-fields.bordered {
622
  border-bottom: 1px solid #CCC;
623
  margin-bottom: 10px;
624
  padding-bottom: 10px;
625
}
626

    
627
.overlay-networks-create .col-fields {
628
  margin-bottom: 10px;
629
}
630

    
631
form .fields-desc {
632
  font-size: 0.8em !important; 
633
  margin: 5px 0;
634
  padding-bottom: 0 !important;
635
}
636

    
637
.overlay-networks-create form select {
638
  padding: 1px;
639
}
640

    
641
.overlay-networks-create #network-create-subnet-custom {
642
  width: 125px;
643
}
644

    
645
.overlay-networks-create .col-fields .form-field {
646
  float: left;
647
  margin-right: 20px;
648
}
649

    
650
.overlay-networks-create .col-fields .right-field {
651
  float: right;
652
  width: 210px;
653
  margin-right: 0px;
654
}
655

    
656
.overlay-networks-create .use-dhcp {
657
  width: auto;
658
}
659

    
660
#wizard #start:hover, #networks-wizard .create:hover {
661
    background-color: #FF9651;
662
    border-color: #FF9651;
663
}
664

    
665
#wizard .separator-end {
666
    position: absolute;
667
    background-color: #387693;
668
    height: 5px;
669
    margin-left: -14px;
670
    margin-top: 382px;
671
    width: 550px;
672
}
673

    
674
.page ul {
675
    height: 270px;
676
    overflow: auto;
677
}
678

    
679
.panes ul.pane {
680
    height: 220px;
681
}
682

    
683
#wizard #tabscontainer {
684
    background-color: #CDE2EC;
685
    height: 20px;
686
    width: 448px;
687
}
688

    
689
.page ul.tabs {
690
    overflow: hidden;
691
    height: auto;
692
    margin-bottom: -1px;
693
    margin-top: -1px;
694
}
695

    
696
.page ul.tabs li {
697
    float: right;
698
    margin: 0 0.2em;
699
}
700

    
701
#status li {
702
    float: left;
703
    color: #387693;
704
    padding: 0 1px 0 37px;
705
    bottom: 0px;
706
}
707

    
708
#status li.active .headernumber {
709
    color: #FFFFFF;
710
}
711

    
712
#status li.active .headerbody {
713
    color: #FFFFFF;
714
}
715

    
716
div.image-container {
717
    border-bottom: 1px solid #CCCCCC;
718
    margin-left: 10px;
719
    margin-right: 10px;
720
}
721

    
722
#page2-container {
723
    background-color: #ECF4F8;
724
    height: 193px;
725
    margin-top: 3px;
726
    padding-top: 25px;
727
}
728

    
729
#page3-container {
730
    background-color: #ECF4F8;
731
    height: 245px;
732
    margin-bottom: 32px;
733
    padding-left: 50px;
734
}
735

    
736
/* slider root element */
737
.slider {
738
    border: 1px solid #666;
739
    cursor: pointer;
740
    display: inline !important;
741
    float: left;
742
    margin: 5px 0 20px 10px;
743
    position: relative;
744
    width: 250px;
745
}
746

    
747
.sliders {
748
    float:left;
749
    width: 40px;
750
    margin-left: 10px;
751
    margin-top: 3px;
752
}
753

    
754
.units {
755
    padding-left:10px;
756
}
757

    
758
.slider-container {
759
    padding-bottom: 15px;
760
    margin-left: 5px;
761
}
762

    
763
/* drag handle */
764
.handle {
765
    -moz-box-shadow: 0 0 2px #000000;
766
    background: url("../images/h30.png") repeat-x scroll 0 0 #FFFFFF;
767
    border: 1px solid #000000;
768
    cursor: move;
769
    display: block;
770
    height: 10px;
771
    margin-top: -8px;
772
    position: absolute;
773
    width: 8px;
774
}
775

    
776
/* progress bar (enabled with progress: true) */
777
.progress {
778
    height: 3px;
779
    background-color: #387693;
780
}
781

    
782
/* the input field */
783
.range {
784
    border: 1px solid #387693;
785
    float: left;
786
    font-size: 100%;
787
    margin: -3px 0 0 15px;
788
    padding: 2px 5px 2px 0;
789
    text-align: right;
790
    width: 50px;
791
}
792

    
793
.selectedrange {
794
    border-color: #5599FF;
795
}
796

    
797
#credits-indicator {
798
    background-color: #ECF4F8;
799
    float: none;
800
    margin: 0 0 0 10px;
801
    border: 1px solid #387693;
802
    color: #387693;
803
}
804

    
805
/* machines */
806
.machine-container {
807
    position:relative;
808
}
809

    
810
.icon .machine-container.last .machine-data-cont, .machine-container:last-child .machine-data-cont {
811
    margin-bottom:0;
812
    padding-bottom: 0;
813
    border-bottom: none;
814
}
815

    
816
.icon .machine-container.last .machine-data, .machine-container:last-child .machine-data {
817
    border-bottom: none;
818
}
819

    
820
.icon .machine-container .subtitle {
821
    font-size: 0.70em;
822
    color: #222;
823
    line-height: 23px;
824
    height: 23px;
825
    margin-top: -5px;
826
}
827

    
828
.icon .machine-container .subtitle {
829
    
830
}
831

    
832
.icon .machine-container .info {
833
    margin-top: 2px;
834
    height: 17px;
835
}
836

    
837
.icon .machine-container .building-progress {
838
    vertical-align: top;
839
}
840

    
841
.icon .build-progress {
842
    margin-left: -3px;
843
}
844

    
845
#machinesview .build-progress .message {
846
  padding: 3px;
847
}
848

    
849
#machinesview .build-progress .btn:hover {
850
  background-color: #387693;
851
}
852

    
853
#machinesview .column1 .build-progress .btn {
854
    margin-top: 5px;
855
    display: inline-block;
856
}
857

    
858
#machinesview .build-progress .btn {
859
    cursor: pointer;
860
    background-color: #5e1616;
861
    color: #FFF;
862
    padding: 3px;
863
}
864

    
865
.ip-version-label {
866
    font-size: 0.8em;
867
    padding: 0.3em;
868
    background-color: #C4DDE9;
869
    color: #000;
870
}
871

    
872
.icon .machine-data {
873
    width: 520px;
874
    float: left;
875
    background-color: transparent;
876
}
877

    
878
.icon .machine-info {
879
    padding: 20px 0;
880
}
881

    
882
.icon .machine-details .name {
883
    height: 24px;
884
}
885

    
886
.icon .machine-connect {
887
    width: 80px;
888
    float: left;
889
}
890

    
891
.icon .machine-details {
892
    width: 310px;
893
    float: left;
894
    margin-top: -5px;
895
}
896

    
897
.icon .state {
898
    font-size: 98%;
899
    width: 120px;
900
    margin-right: 10px;
901
    float: left;
902
    height: 55px;
903
    margin-top: -5px;
904
}
905

    
906
.vm-actions {
907
    position: relative;
908
}
909

    
910
.icon .vm-actions {
911
    /*display: none;*/
912
}
913

    
914
.icon .vm-actions, .network .vm-actions {
915
    width: 180px;
916
    height: 96px;
917
    float: left;
918
}
919

    
920
.network .vm-actions {
921
    width: 185px;
922
}
923

    
924
.icon .machine-container:hover .machine-data {
925
    background-color:#A1C8DB !important;
926
}
927

    
928
.icon .machine-container:hover .vm-actions {
929
    display: block;
930
}
931

    
932
.vm-actions {
933
    font-size: 75%;
934
}
935

    
936
.vm-actions a {
937
    color: black;
938
    height: 15px;
939
    margin: 0 0 1px 4px;
940
    padding: 1px;
941
    padding-left: 8px;
942
    display: block;
943
}
944

    
945
.vm-actions a:hover {
946
    background-color:#A1C8DB;
947
    color: #fff;
948
    border-left: 4px solid #7DB4CD;
949
    padding-left: 4px;
950
}
951

    
952
.vm-actions a.selected {
953
    color: #FF7F2A !important;
954
}
955

    
956
.vm-actions a.selected {
957
    background-color:transparent;
958
}
959

    
960
.vm-actions .action-container {
961
    position: relative;
962
}
963

    
964
.vm-actions .action-container .confirm_single {
965
    position: absolute;
966
    right: -20px;
967
    top: -2px;
968
}
969

    
970
div.list div.actions a.enabled.destroy {
971
}
972

    
973
.vm-actions .action-container.inactive a {
974
  color: #aaa;
975
}
976

    
977
.vm-actions .action-container.inactive a:hover{
978
  background-color: transparent !important;
979
  border: none !important;
980
  padding-left: 8px;
981
}
982

    
983
.vm-actions .action-container.destroy {
984
    position: absolute;
985
    bottom: -1px;
986
    width: 100%;
987
    left: 0px;
988
    background: transparent;
989
}
990

    
991
.vm-actions .action-container.destroy a {
992
}
993

    
994
.icon .light-background .machine-data, div.network.light-background, div.network.expand {
995
    background-color:#aed2e3 !important;
996
}
997

    
998
.single .light-background {
999
    background-color:#aed2e3;
1000
}
1001

    
1002
.icon .machine-data-cont {
1003
    margin-bottom: 5px;
1004
    padding-bottom: 5px;
1005
    border-bottom: 1px solid #D1E7F0;
1006
    width: 520px;
1007
    float: left;
1008
}
1009
.icon .terminated .machine-data-cont {
1010
    border-color: #B6CED6;
1011
}
1012

    
1013
.machine a {
1014
    font-weight: normal;
1015
    text-decoration: none;
1016
}
1017

    
1018
.machine span.name, .machine span.ip {
1019
    font-size: 75%;
1020
    color: black;
1021
    margin-top: 6px;
1022
}
1023

    
1024
.machine span.name {
1025
    font-weight: bold;
1026
}
1027

    
1028
.oldValue {
1029
    display:none;
1030
}
1031

    
1032
.state {
1033
}
1034

    
1035
.state div {
1036
    text-align: right;
1037
    margin-right: 3px;
1038
}
1039

    
1040
/* icon view actions */
1041
div.machine div.actions a.shutdown-padding {
1042
    margin-bottom: 22px;
1043
}
1044

    
1045
div.actions a.enabled:hover{
1046
    color: black !important;
1047
    text-decoration: underline;
1048
    display: block;
1049
}
1050

    
1051
div.machine:hover .actions a {
1052
    visibility: visible;
1053
}
1054

    
1055
div.machine div.display a{
1056
    visibility: visible;
1057
}
1058

    
1059
div.machine div.actions .disabled {
1060
    display: none;
1061
}
1062

    
1063
div.single-container div.vm-actions .disabled {
1064
    display: none;
1065
}
1066

    
1067
div.machine div.actions .disabled {
1068
    display: none;
1069
}
1070

    
1071
div.connect-arrow {
1072
    background: url("../images/connect-arrow.png") no-repeat;
1073
    height: 28px;
1074
    width:14px;
1075
    position: absolute;
1076
    display: none;
1077
}
1078

    
1079
.machine div.connect-arrow {
1080
    display: none;
1081
    left: -3px;
1082
    position: absolute;
1083
    top: 22px;
1084
}
1085

    
1086
div.connect-arrow:hover, div.connect-arrow.border-hover, div.connect-arrow-ie, div.connect-arrow.border-ie {
1087
    cursor: pointer;
1088
    background: url("../images/connect-arrow-hover.png") no-repeat;
1089
    height: 28px;
1090
    width:26px;
1091
}
1092

    
1093
div.connect-border {
1094
    opacity: 0.8;
1095
    filter: alpha(opacity = 80);
1096
    background-color:#4fe0c3;
1097
    height:28px;
1098
    width: 12px;
1099
    position: absolute;
1100
    display: none;
1101
}
1102

    
1103
div.connect-border:hover {
1104
    cursor: pointer;
1105
}
1106

    
1107
.machine div.connect-border {
1108
    display: none;
1109
    left: -15px;
1110
    position: absolute;
1111
    top: 22px;
1112
}
1113

    
1114
.standard .machine .logo {
1115
    float: left;
1116
    width: 50px;
1117
    height: 54px;
1118
    margin: 1px 14px 0;
1119
}
1120
.machine .logo {
1121
    background-image: url("../images/icons/machines/medium/unknown-sprite.png");
1122
    background-repeat: no-repeat;
1123
    cursor: pointer;
1124
}
1125

    
1126
.standard .machine .single-image-state1 {
1127
    background-position: 0px 0;
1128
}
1129

    
1130
.standard .machine .single-image-state3 {
1131
    background-position: -100px 0;
1132
}
1133

    
1134
.standard .machine .single-image-state4 {
1135
    background-position: -150px 0;
1136
}
1137

    
1138
.standard .machine .single-image-state2 {
1139
    background-position: -50px 0;
1140
}
1141

    
1142
.standard .running .machine .logo {
1143
   cursor: pointer;
1144
}
1145

    
1146
.list .machine img {
1147
    margin: 0;
1148
}
1149

    
1150
.icon div.cont-toggler-wrapper.ips {
1151
    margin-top: 2px;
1152
    font-size: 75%;
1153
}
1154

    
1155
.icon div.indicators {
1156
    float: right;
1157
}
1158

    
1159
div.indicators {
1160
    margin-right: 2px !important;
1161
    cursor: pointer;
1162
}
1163

    
1164
div.indicator1, div.indicator2, div.indicator3, div.indicator4 {
1165
    background-color: #63cf1c;
1166
    width:10px;
1167
    height:11px;
1168
    clear: none;
1169
    float:right;
1170
    -webkit-transition: background-color .75s ease-out;
1171
    -o-transition: background-color .75s ease-out;
1172
    -moz-transition: background-color .75s ease-out;
1173
    transition: background-color .75s ease-out;
1174
}
1175

    
1176
.view-separator {
1177
    color:#5F8DD3;
1178
}
1179

    
1180
.running.disabled {
1181
    background: transparent;
1182
}
1183

    
1184
.running-state .indicator1, .running-state .indicator2, .running-state .indicator3, .running-state .indicator4 {
1185
    background-color: #63cf1c;
1186
}
1187

    
1188
.rebooting-state .indicator1, .rebooting-state .indicator2, .rebooting-state .indicator3, .rebooting-state .indicator4 {
1189
    background-color: #d4aa00;
1190
}
1191

    
1192
.error-state .indicator1, .error-state .indicator2, .error-state .indicator3, .error-state .indicator4 {
1193
    background-color: #ff0000 !important;
1194
}
1195

    
1196
.terminated-state .indicator1, .terminated-state .indicator2, .terminated-state .indicator3, .terminated-state .indicator4 {
1197
    background-color: #5e1616;
1198
}
1199

    
1200
.build-state .indicator1, .build-state .indicator2, .build-state .indicator3, .build-state .indicator4 {
1201
    background-color: #FF7F2A;
1202
}
1203

    
1204
.destroying-state .indicator1, .destroying-state .indicator3, .destroying-state .indicator2, .destroying-state .indicator4 {
1205
    background-color: #4085a5 !important;
1206
}
1207

    
1208
.shutting-state .indicator1, .shutting-state .indicator3, .shutting-state .indicator2, .shutting-state .indicator4 {
1209
    background-color: #940606;
1210
}
1211

    
1212
.starting-state .indicator1, .starting-state .indicator2, .starting-state .indicator3, .starting-state .indicator4 {
1213
    background-color: #9ed976;
1214
}
1215

    
1216
.network-indicator .indicator1, .network-indicator .indicator2, .network-indicator .indicator3, .network-indicator .indicator4 {
1217
    background-color: #63cf1c;
1218
}
1219

    
1220
.network-indicator.in-progress .indicator1, .network-indicator.in-progress .indicator2, .network-indicator.in-progress .indicator3, .network-indicator.in-progress .indicator4 {
1221
    background-color: #FF7F2A;
1222
}
1223

    
1224
.running, .terminated {
1225
    background: #EFF7FA repeat scroll 0 0;
1226
    padding-bottom: 15px;
1227
}
1228

    
1229
.running, #machinesview-list, .single {
1230
}
1231

    
1232
.terminated {
1233
    background:#DCE5E8  repeat scroll 0 0;
1234
    padding-top: 15px;
1235
    margin-top: 15px;
1236
}
1237

    
1238
span.rename {
1239
    background-repeat: no-repeat;
1240
    color: transparent;
1241
    font-size: 75%;
1242
    font-weight: normal;
1243
    margin-left: 10px;
1244
    padding-left: 10px;
1245
    text-align: left;
1246
    cursor: pointer;
1247
}
1248

    
1249
div.name:hover span.rename, span.rename_hovered {
1250
    color: #3D3D3D;
1251
    margin-top: 0.4em;
1252
    background-image: url("../images/pencil.png");
1253
    background-position: 0 3px;
1254
}
1255

    
1256
.machine div.info {
1257
    font-size: 75%;
1258
}
1259

    
1260
div.machine:hover div.info-header, div.machine:hover div.toggler div.down {
1261
    background-color: #84b7d0;
1262
}
1263

    
1264
div.machine div.info-label.darker, .single div.tags-label.darker, div.network .darker {
1265
    background-color: #5CA1C0;
1266
}
1267

    
1268
.machine div.info div.info-label {
1269
    font-size: 75%;
1270
    height:16px;
1271
    width: 30px;
1272
    padding: 1px 0 0 5px;
1273
}
1274

    
1275
.machine div.info div.toggler, .single div.tags div.toggler, div.network div.toggler {
1276
    width:15px;
1277
    height:17px;
1278
    margin-top: -11px;
1279
    margin-left: 37px;
1280
}
1281

    
1282
div.network div.toggler {
1283
    margin-left: 90px;
1284
}
1285

    
1286
.machine div.info div.down {
1287
    background: url(../images/down-arrow.png) no-repeat scroll 1px 1px;
1288
}
1289

    
1290
.single div.tags div.down {
1291
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1292
}
1293

    
1294
.network div.network-machines div.down {
1295
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1296
}
1297

    
1298
.network div.network-machine div.firewall div.down {
1299
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1300
}
1301

    
1302
.machine div.info div.up {
1303
    background: url(../images/up-arrow.png) no-repeat scroll 1px 0;
1304
}
1305

    
1306
.single div.tags div.up {
1307
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1308
}
1309

    
1310
.network div.network-machines div.up {
1311
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1312
}
1313

    
1314
.network div.network-machine div.firewall div.up {
1315
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1316
}
1317

    
1318
button {
1319
    background-color: #87AADE;
1320
    border: 1px solid #87AADE;
1321
    color: #FFFFFF;
1322
    cursor: pointer;
1323
    height: 23px;
1324
    width: 120px;
1325
}
1326

    
1327
button.next {
1328
    background-color: #4085A5;
1329
    border-color: #4085A5;
1330
    text-align: right;
1331
}
1332

    
1333
button.next:hover {
1334
    background-color: #7DB4CD;
1335
    border-color: #7DB4CD;
1336
}
1337

    
1338
button.prev {
1339
    background-color: #4085A5;
1340
    border-color: #4085A5;
1341
    margin-left: -1px;
1342
    text-align: left;
1343
}
1344

    
1345
button.prev:hover {
1346
    background-color: #7DB4CD;
1347
    border-color: #7DB4CD;
1348
}
1349

    
1350
.image-logo {
1351
    float: left;
1352
    margin-right: 1em;
1353
    margin-left: 1.5em;
1354
    margin-top: 4px;
1355
}
1356

    
1357
.icon div.image {
1358
    clear: both;
1359
    display: block;
1360
    margin-bottom: 3px;
1361
    margin-top: 3px;
1362
    padding: 5px;
1363
}
1364

    
1365
div#view-select {
1366
    clear: both;
1367
    color: white;
1368
    position: absolute;
1369
    right: 15px;
1370
    top: 15px;
1371
}
1372

    
1373
a.machines_view_link {
1374
    text-decoration: none;
1375
    font-size: 0.7em;
1376
    padding: 4px;
1377
    padding-right: 8px;
1378
    color: #5CA1C0;
1379
    margin-left: 5px;
1380
    background-repeat: no-repeat;
1381
    background-color: #C9DFEA;
1382
}
1383

    
1384
a.machines_view_link span {
1385
    float: left;
1386
}
1387

    
1388
a.machines_view_link span.ico {
1389
    width: 17px;
1390
    height: 15px;
1391
    margin-right: 10px;
1392
    background-position: -36px 0;
1393
}
1394

    
1395
a.machines_view_link:hover {
1396
    background-color: #A1C8DB;
1397
    color: #fff;
1398
}
1399
a.machines_view_link:hover span.ico {
1400
    background-position: -0px 0px;   
1401
}
1402

    
1403
a.machines_view_link.activelink span.ico {
1404
    background-position: -18px 0px;
1405
}
1406
a.machines_view_link.activelink {
1407
    color: #fff;
1408
    background-color: #5CA1C0;
1409
}
1410

    
1411
div#view-select a {
1412
    display: block;
1413
    float: left;
1414
}
1415

    
1416
a#list:hover {
1417
    background: #5f8dd3;
1418
}
1419

    
1420
a#machines_view_icon_link:active, a#machines_view_list_link:active {
1421
    color:white;
1422
}
1423

    
1424
a#machines_view_icon_link span.ico {
1425
    background-image: url("../images/icon-view.png");
1426
}
1427

    
1428
a#machines_view_list_link span.ico {
1429
    background-image: url("../images/list-view.png");
1430
}
1431

    
1432
a#machines_view_single_link span.ico {
1433
    background-image: url("../images/single-view.png");
1434
}
1435

    
1436
#machinetype {
1437
    background-color: #CDE2EC;
1438
    height: 25px;
1439
    margin-bottom: 0px !important;
1440
}
1441

    
1442
div.machine-type {
1443
    float: left;
1444
    margin: 4px 18px 20px;
1445
}
1446

    
1447
.machine-type .active {
1448
    color: #FFFFFF
1449
}
1450

    
1451
div.machine-type label.disabled {
1452
    color: #aaa !important;
1453
}
1454

    
1455
#machinesview {
1456
}
1457

    
1458
#machines-pane {
1459
}
1460

    
1461
.list#machinesview {
1462
    margin-left: -20px;
1463
    display:none;
1464
}
1465

    
1466
#machinesview-list.list {
1467
    background: #EFF7FA  repeat scroll 0 0;
1468
    padding-left: 15px;
1469
    padding-bottom: 15px;
1470
}
1471

    
1472
#machinesview_content {
1473
    display:none;
1474
}
1475

    
1476
.list-machines {
1477
    min-width: 515px;
1478
}
1479

    
1480
#emptymachineslist {
1481
    background-color: #6BA9C6;
1482
    color: #A0A0A0;
1483
    display: none;
1484
    padding: 65px 150px 35px;
1485
    text-align: justify;
1486
    margin-top: -70px;
1487
}
1488

    
1489
#welcomeheader {
1490
    color:white;
1491
    text-align: center;
1492
}
1493

    
1494
.welcomebody {
1495
    color: white;
1496
    font-size:80%;
1497
}
1498

    
1499
.welcomebody a {
1500
    color: white;
1501
}
1502

    
1503
.welcomefooter {
1504
    color: white;
1505
    font-size:60%;
1506
}
1507

    
1508
.welcomefooter a {
1509
    color: white;
1510
}
1511

    
1512
.emptycreatecontainer {
1513
    margin-left: 430px !important;
1514
    position: absolute;
1515
    margin-top: 5px !important;
1516
    width: 180px;
1517
    background-color: #CCCCCC;
1518
    padding: 5px;
1519
    padding-left: 10px;
1520
}
1521

    
1522
.emptycreate {
1523
    margin: 20px 10px 5px 0 !important;
1524
}
1525

    
1526
#createbody {
1527
    display:none;
1528
    font-size: 80%;
1529
}
1530

    
1531
div.list label img {
1532
    margin: 5px 5px -3px 0;
1533
}
1534

    
1535
div.list label {
1536
    color: #3D3D3D;
1537
    font-size: 75%;
1538
}
1539

    
1540
div.list .state {
1541
    margin-top: 7px;
1542
    margin-right: 10px;
1543
}
1544

    
1545
div.list table tbody {
1546
    margin-top: 8px;
1547
}
1548

    
1549
div.list table tr.checked td {
1550
    background-color: #A1C8DB !important;
1551
}
1552

    
1553
div.list table tr:hover td,
1554
div.list table tr.inactive:hover td,
1555
div.list table tr.error:hover td {
1556
    background-color: #A1C8DB;
1557
    color: #fff;
1558
}
1559

    
1560
div.list table td.name {
1561
    min-width: 170px;
1562
}
1563

    
1564
div.list table td.status {
1565
    font-size: 0.9em !important; 
1566
    text-align: right;
1567
    min-width: 90px;
1568
    color: #000;
1569
}
1570

    
1571
div.list table td.flavor {
1572
    font-size: 0.8em;
1573
}
1574

    
1575
div.list table td {
1576
    border-bottom: 1px solid #DDD;
1577
}
1578

    
1579
div.list table tr.error td.status {
1580
    color: #800000 !important;
1581
    font-weight: bold;
1582
}
1583

    
1584
div.list table tr.error td {
1585
    background-color: #DCE5E8;
1586
}
1587

    
1588
div.list table tr.inactive td {
1589
    background-color: #DCE5E8;
1590
}
1591

    
1592
div.list .stopped {
1593
    margin-top: 8px;
1594
}
1595

    
1596
/* root element for tabs  */
1597
#wizard ul.tabs {
1598
    margin-right: -1px;
1599
    float: right;
1600
}
1601

    
1602
#wizard div.panes {
1603
    height: 247px;
1604
    clear:both;
1605
    margin-top: 3px;
1606
}
1607

    
1608
.typebody {
1609
    font-size: 80%;
1610
    font-weight: normal;
1611
    position: relative;
1612
    top: -3px;
1613
}
1614

    
1615
.typehover {
1616
    color: #FFFFFF;
1617
}
1618

    
1619
#label-name {
1620
    margin-top: 10px;
1621
}
1622

    
1623
/* single tab */
1624
#wizard ul.tabs li {
1625
    margin-bottom: 0;
1626
    list-style-type:none;
1627
    float: left;
1628
}
1629

    
1630
/* link inside the tab. uses a background image */
1631
#wizard ul.tabs a {
1632
    display:block;
1633
    padding: 0.2em 0.5em 0.1em 0.4em;
1634
    text-decoration:none;
1635
    color: #FFFFFF;
1636
    position:relative;
1637
    top:1px;
1638
    outline:0;
1639
    background-color: transparent;
1640
    text-align: center;
1641
    width: 100px;
1642
    white-space: nowrap;
1643
    height: 17px;
1644
}
1645

    
1646
#wizard ul.tabs a:hover {
1647
    color: #FFFFFF;
1648
    background-color:#4085A5;
1649
}
1650

    
1651
/* selected tab */
1652
#wizard ul.tabs a.current {
1653
    color: white;
1654
    background-color: #7DB4CD;
1655
    cursor: default;
1656
}
1657

    
1658
#wizard #standard-images {
1659
    background-color: #ECF4F8;
1660
}
1661

    
1662
div.list div.actions {
1663
    display: none;
1664
    clear: left;
1665
    float: right;
1666
    margin-right: 15px;
1667
    margin-top: 37px;
1668
    text-align: right;
1669
    width: 120px;
1670
}
1671

    
1672
div.list div.actions a {
1673
    clear: left;
1674
    color: #A1A1A1;
1675
    display: block;
1676
    font-size:75%;
1677
    margin-bottom: 2px;
1678
}
1679

    
1680
div.list div.actions a:hover {
1681
    background-color: transparent;
1682
}
1683

    
1684
div.list div.actions a.enabled {
1685
    color: #3D3D3D;
1686
}
1687

    
1688
div.list div.actions a.enabled:hover{
1689
    cursor: pointer;
1690
    color: black;
1691
    text-decoration: underline;
1692
}
1693

    
1694
div.list div.actions a.selected {
1695
    color: #FF7F2A !important;
1696
}
1697

    
1698
input.machine {
1699
    width: 13px;
1700
    height: 13px;
1701
    top: -1px;
1702
    overflow: hidden;
1703
}
1704

    
1705
.description-container {
1706
    display: inline-block;
1707
    position: relative;
1708
    width: 300px;
1709
}
1710

    
1711
#wizard .button-container {
1712
    height: 20px;
1713
}
1714

    
1715

    
1716
/* metadata dropdown combo */
1717
.meta-key {
1718
    margin-right: 18px;
1719
    float:left;
1720
}
1721

    
1722
/* notification box */
1723
#yes-no {
1724
    height: 150px;
1725
    z-index: 9999;
1726
    border-bottom: 5px solid #4085A5;
1727
}
1728

    
1729
#yes-no p, #yes-no button {
1730
    margin-top: 15px;
1731
}
1732

    
1733
#error-success, .notification-box {
1734
    z-index: 9999;
1735
    border-bottom: 5px solid #4085A5;
1736
    min-height: 150px;
1737
    top: 50px !important;
1738
    position: absolute;
1739
}
1740

    
1741
#error-success p, .notification-box p {
1742
    margin-top: 5px;
1743
}
1744

    
1745
.error-report {
1746
    display: none;
1747
}
1748

    
1749
#error-success .error-report {
1750
    position: absolute;
1751
    top: 140px;
1752
    right: 40px;
1753
}
1754

    
1755
.error .error-report {
1756
    display: block;
1757
}
1758

    
1759
#error-success .error-report .errormsg {
1760
    display: none;
1761
}
1762

    
1763
#error-success .error-report .success {
1764
    display: none;
1765
}
1766

    
1767
#error-success .error-report .sending {
1768
    display: none;
1769
}
1770

    
1771
#error-success .error-report .send-btn {
1772
    color: #4085A5;
1773
    text-decoration: underline;
1774
    cursor: pointer;
1775
}
1776

    
1777
#error-success strong, .notification-box strong {
1778
    color: #F49C1A;
1779
}
1780

    
1781
#error-success .close, .notification-box .close {
1782
    background-image: url("../images/close-popup.png");
1783
    background-repeat: no-repeat;
1784
    cursor: pointer;
1785
    height: 13px;
1786
    position: absolute;
1787
    right: 7px;
1788
    top: 9px;
1789
    width: 13px;
1790
}
1791

    
1792
.popup-header-error {
1793
    background-color: #800000 !important;
1794
}
1795

    
1796
.popup-border-error {
1797
    border-color: #800000 !important;
1798
    width:auto;
1799
}
1800

    
1801
.popup-details-error {
1802
    border: none !important;
1803
}
1804

    
1805
.popup-separator-error {
1806
    margin-bottom: 5px !important;
1807
}
1808

    
1809
#error-success .popup-header, .notification-box .popup-header {
1810
    background-color: #4085A5;
1811
    color: white;
1812
    font-size: 95%;
1813
    font-weight: normal;
1814
    height: 20px;
1815
    margin-left: -16px;
1816
    margin-top: -16px;
1817
    padding-bottom: 2px;
1818
    padding-left: 30px;
1819
    padding-top: 10px;
1820
    width: 482px;
1821
    margin-right:-16px;
1822
}
1823

    
1824

    
1825
#error-success.success h3 span.header-box, .notification-box h3 span.header-box {
1826
    background-color: #71c837;
1827
    display: block;
1828
    background-image: url("../images/save-green.png");
1829
    background-position: right 0;
1830
    background-repeat: no-repeat;
1831
    width: 80px;
1832
    padding: 3px 3px 3px 8px;
1833
    margin-top: -6px;
1834
    font-size: 90% !important;
1835
    margin-left: -11px;
1836
}
1837

    
1838
#error-success .popup-body, .notification-box .popup-body {
1839
    background: url("../images/popup-bg.png") repeat-x scroll 0 0 transparent;
1840
    margin-left: -16px;
1841
    margin-right: -16px;
1842
    margin-top: 1px;
1843
    min-height: 142px;
1844
    padding-top: 10px;
1845
}
1846

    
1847
#error-success .popup-body-inner, .notification-box .popup-body-inner {
1848
    background: url("../images/popup-inner-bg.png") repeat-x scroll 0 0 transparent;
1849
    font-size: 80%;
1850
    min-height: 120px;
1851
    margin-left: 20px;
1852
    padding-left: 15px;
1853
    width: 460px;
1854
}
1855

    
1856
#error-success .popup-separator, .notification-box .popup-seperator {
1857
    background-color: #74AEC9;
1858
    height: 1px;
1859
    font-size:1%;
1860
    width: 442px;
1861
    margin-bottom: 30px;
1862
}
1863

    
1864
#error-success .machine-now-building {
1865
    font-size: 95%;
1866
    padding-bottom: 7px;
1867
    padding-top: 10px;
1868
}
1869

    
1870
#error-success.success .machine-now-building {
1871
    padding-bottom: 14px !important;
1872
}
1873

    
1874
#error-success .password-container, .notification-box .password-container {
1875
    width: 430px;
1876
    padding: 5px;
1877
    border: 2px solid #75b54a;
1878
    background-color: #aade87;
1879
}
1880

    
1881
#error-success .password-header, .notification-box .password-header {
1882
    margin-bottom: 5px;
1883
}
1884

    
1885
#error-success .password, .notification-box .password {
1886
    color: #447821;
1887
}
1888

    
1889
#error-success .popup-details, .notification-box .popup-details {
1890
    border: 2px solid #FF7F2A;
1891
    float: left;
1892
    margin-left: 10px;
1893
    padding: 2px;
1894
}
1895

    
1896
#error-success.success .popup-details, .notification-box .popup-details {
1897
    border: none !important;
1898
    float: none !important;
1899
    margin-left: none !important;
1900
    margin-top: 10px;
1901
}
1902

    
1903
#error-success.success .popup-separator, .notification-box .popup-seperator {
1904
    margin-bottom: 14px !important;
1905
}
1906

    
1907
#error-success .write-password, .notification-box .write-password {
1908
    margin-bottom: 5px;
1909
    padding-left: 30px;
1910
}
1911

    
1912
#error-success .write-password-password, .notification-box .write-password-password {
1913
    padding-left: 30px;
1914
    color: #447821;
1915
    display: inline;
1916
    font-size: 110%;
1917
    font-weight: bold;
1918
}
1919

    
1920
#error-success .write-password-details, .notification-box .write-password-details {
1921
    font-size: 75%;
1922
}
1923

    
1924
.more-details {
1925
    display: block;
1926
}
1927

    
1928
.notification-box h3 span.header-box {
1929
    background: transparent;
1930
}
1931

    
1932
.notification-box .machine-now-building {
1933
    padding: 20px 0;
1934
}
1935

    
1936
.notification-box .header-box {
1937
    width: auto !important;
1938
}
1939

    
1940
.notification-box .password {
1941
    text-align: center;
1942
}
1943
.notification-box .password a:hover {
1944
    background-color: #447821;
1945
    color: #fff;
1946
}
1947

    
1948
.notification-box .password a {
1949
    padding: 0.2em;
1950
    text-align: center;
1951
    color: #447821;
1952
    font-weight: bold;
1953
    font-size: 1.2em;
1954
    text-decoration: none;
1955
}
1956

    
1957
.popup-details a:link, .popup-details a:visited {
1958
    color: black;
1959
}
1960

    
1961
.destroy .confirm_single .yes {
1962
    background-color: #880000;
1963
    color: #fff;
1964
}
1965

    
1966
.destroy .confirm_single .no {
1967
    background-color: #CC0000;
1968
    color: #880000;
1969
}
1970

    
1971
.destroy .confirm_single .yes:hover {
1972
    background-color:#CC0000;
1973
}
1974

    
1975
div.list div.actions a.selected#action-destroy {
1976
    color: #880000 !important;
1977
}
1978

    
1979
.vm-actions .destroy a#action-destroy.selected {
1980
    color: #880000 !important;
1981
}
1982

    
1983
/* Confirmation boxes */
1984
div.confirm_single, div.confirm_multiple, div.action_error {
1985
    display: none;
1986
    color: black;
1987
}
1988

    
1989
div.confirm_single button, div.confirm_multiple button, div.action_error button {
1990
    font-size: 100%;
1991
    cursor: pointer;
1992
    color: black;
1993
    height: 20px !important;
1994
}
1995

    
1996
div.confirm_single button {
1997
    border: none;
1998
    font-family: Arial, Helvetica, sans-serif;
1999
    line-height: 1em;
2000
    vertical-align: middle;
2001
    padding: 2px 6px;
2002
    padding-bottom:4px;
2003
    height: 15px;
2004
}
2005

    
2006
div.confirm_single button.yes {
2007
    width: 90px;
2008
    background-color:#FF7F2A;
2009
}
2010

    
2011
div.confirm_single button.yes:hover {
2012
    background-color: #FF9955;
2013
}
2014

    
2015
div.confirm_single button.no {
2016
    width: 20px;
2017
    margin-left:-5px;
2018
    background-color: #FF9955;
2019
    color:#d95d0a;
2020
}
2021

    
2022
div.confirm_single button.no:hover {
2023
    color: white;
2024
}
2025

    
2026
div.confirm_multiple_cont {
2027
    background-color: #406A7D;
2028
    margin-top: 0px;
2029
    padding: 3px;
2030
    border-top: 1px solid #444;
2031
    border-bottom: 1px solid #444;
2032
    padding-top:0px;
2033
    margin-top: -1px;
2034
}
2035

    
2036
div.confirm_reboot_required {
2037
}
2038

    
2039
div.confirm_multiple {
2040
    font-size: 65%;
2041
    z-index: 8000;
2042
    /*height: 28px;*/
2043
    width: 700px;
2044
    margin-top: 15px;
2045
}
2046

    
2047
div.confirm_multiple p {
2048
    float: left;
2049
    color: #FFF;
2050
    font-weight: bold;
2051
    margin: 7px 0 0 10px;
2052
}
2053

    
2054
#networks-pane {
2055
    display: none;
2056
}
2057

    
2058
div.confirm_multiple button {
2059
    float: right;
2060
    background-color: transparent;
2061
    border: 1px solid #5CA1C0;
2062
    margin: 4px 5px 0 0;
2063
}
2064

    
2065
div.confirm_multiple button.yes {
2066
    border-color: #FF7F2A;
2067
    padding: 0 12px;
2068
}
2069

    
2070
div.confirm_multiple button.yes:hover {
2071
    background-color: #FF7F2A;
2072
}
2073

    
2074
div.confirm_multiple button.no {
2075
    padding: 0px 16px;
2076
}
2077

    
2078
div.confirm_multiple button.no:hover {
2079
    background-color: #5CA1C0;
2080
}
2081

    
2082
div.action_error {
2083
    width: 120px;
2084
    margin: 14px 0 0 37px;
2085
    background-color: #981D1D;
2086
    font-size: 75%;
2087
    z-index:1;
2088
    color: #FFF;
2089
    position:absolute;
2090
    top: 0px;
2091
}
2092

    
2093
div.action_error .action-error-msg {
2094
    background-color: #fff;
2095
    color: #981D1D;
2096
    border: 1px solid #981D1D;
2097
    padding: 4px;
2098
}
2099
div.action_error .action-error-msg .action {
2100
    font-weight: bold;
2101
}
2102

    
2103
div.action_error .action-error-msg {
2104
    font-size: 0.8em;
2105
}
2106

    
2107
.action_error button {
2108
    width: 75px;
2109
    background-color: transparent;
2110
    border: 1px solid;
2111
    border-color: #981D1D;
2112
    color: #fff !important;
2113
    float: left;
2114
}
2115

    
2116
div.action_error button.details {
2117
    padding-right: 5px;
2118
    width: 100px;
2119
    border-bottom: 2px solid #981D1D;
2120
    border-right: 1px solid #981D1D;
2121
    border-left: 2px solid #981D1D;
2122
    background-color: #E24B4B;
2123
}
2124

    
2125
div.action_error button.close-action-error {
2126
    background-image: url("../images/option-action-remove.png");
2127
    background-color: #fff;
2128
    background-repeat: no-repeat;
2129
    background-position: center center;
2130
    width: 20px;
2131
    border-bottom: 2px solid #981D1D;
2132
    border-right: 2px solid #981D1D;
2133
    border-top: 1px solid #981D1D;
2134
}
2135

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

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

    
2148
div#user{
2149
    clear: both;
2150
    color: #FFFFFF;
2151
    font-size: 75%;
2152
    margin-top: 38px;
2153
    padding-bottom: 10px;
2154
    position: absolute;
2155
    right:0;
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
    overflow: hidden;
2171
    padding-top: 5px;
2172
    margin-top: -6px;
2173
    position: relative;
2174
}
2175

    
2176
div#user .username {
2177
    display: block;
2178
    margin-right: 10px;
2179
    padding-right: 18px;
2180
    padding-left: 4em;
2181
    min-width: 70px;
2182
    text-align: right;
2183
    height: 20px;
2184
    background: url("../images/down-arrow-light.png") no-repeat right;
2185
    background-position: right 6px;
2186
    font-weight: normal;
2187
}
2188

    
2189
div#user .hovered {
2190
    background: #599EBD;
2191
    overflow: visible;
2192
    border-bottom: 1px solid #C7DFE9;
2193
}
2194

    
2195
div#user .hovered .username {
2196
    background-image: url("../images/down-arrow-lighter.png");
2197
}
2198

    
2199
div#user .active {
2200
    background-color: #BED5E0 !important;
2201
}
2202

    
2203
div#user .active .username {
2204
    color: #599EBD;
2205
    background-image: url("../images/down-arrow-lighter.png");
2206
}
2207

    
2208
div#user .useractions {
2209
    display: none;
2210
}
2211

    
2212
div#user .active .useractions {
2213
    display: block;
2214
    text-align: right;
2215
    color: #4085A5;
2216
    background-color: #D0E3ED;
2217
    margin-top:-1px;
2218
    border-top:1px solid #fff;
2219
    position: relative;
2220
    top: 1px;
2221
    box-shadow: 1px 1px 1px #aaa;
2222
    -moz-box-shadow: 1px 1px 1px #aaa;
2223
    -webkit-box-shadow: 1px 1px 1px #aaa;
2224
}
2225

    
2226
div#user .useractions li {
2227
    padding: 2px 10px;
2228
    border-bottom: 1px solid #efefef;
2229
    text-align: right;
2230
    display: block;
2231
    background-color: transparent;
2232
}
2233

    
2234
div#user .useractions li a {
2235
    color: #4085A5;
2236
    display: inline-block;
2237
    padding:5px 0;
2238
    padding-left: 30px;
2239
    padding-bottom: 6px;
2240
    background-repeat: no-repeat;
2241
    background-position: center left;
2242
}
2243

    
2244
div#user .useractions li.hovered {
2245
    background-color: #E1EFF6;
2246
}
2247

    
2248
div#user .useractions li.last {
2249
    border-bottom: none;
2250
}
2251

    
2252
div#user .useractions .logout a {
2253
    background-image: url("../images/icon-logout.png");
2254
}
2255

    
2256
div#user .langmenu {
2257
    float: left;
2258
    border-left: 1px solid #ffffff;
2259
    padding-left: 10px;
2260
    margin-left: -1px;
2261
}
2262

    
2263
div#user .langmenu .sep {
2264
    display: inline-block;
2265
    color: #72ADC8;
2266
}
2267

    
2268
.separator {
2269
    background-color: #74AEC9;
2270
    height: 10px;
2271
    width: 700px;
2272
    font-size: 1px;
2273
    line-height: 0px;
2274
}
2275

    
2276
#disks.separator {
2277
    background-color: #dea842;
2278
}
2279

    
2280
#networks.separator {
2281
    background-color: #6c535d;
2282
}
2283

    
2284
.network-machine h5 {
2285
    margin-bottom: 20px;
2286
    margin-top:0px;
2287
}
2288

    
2289
.machine-container .separator {
2290
    width: 508px;
2291
    height: 1px;
2292
    margin-top: 2px;
2293
    background-color: #5CA1C0;
2294
    margin-left: 13px;
2295
}
2296

    
2297
.editbuttons {
2298
    display: block;
2299
    clear: none;
2300
    width: 40px;
2301
    margin-right: 0px;
2302
    padding-top: 0px;
2303
    float: right;
2304
    cursor: pointer;
2305
    position: relative;
2306
    z-index: 1000;
2307
}
2308

    
2309
div.editbuttons div.save:hover, div.editbuttons div.cancel:hover {
2310
    background-color: #84b7d0;
2311
}
2312

    
2313
div.editbuttons div.cancel:hover {
2314
    background-image: url("../images/cancel-onhover.png");
2315
}
2316

    
2317
.editbuttons .cancel, .editbuttons .save {
2318
    background-repeat: no-repeat;
2319
    color: transparent;
2320
    height: 16px;
2321
    width: 16px;
2322
    float: left;
2323
}
2324

    
2325
.editbuttons .cancel {
2326
    background-image: url("../images/cancel.png");
2327
    margin-left: 3px;
2328
}
2329

    
2330
.editbuttons .save {
2331
    background-image: url("../images/save.png");
2332
    margin-left: 1px;
2333
}
2334

    
2335
.editbuttons img {
2336
    float:none !important;
2337
    margin: 0px !important;
2338
}
2339

    
2340
.network .namecontainer {
2341
    font-size: 1.1em;
2342
}
2343
.network .machine-name-div .namecontainer {
2344
    font-size: 1em;
2345
    font-weight: bold;
2346
}
2347

    
2348

    
2349
.namecontainer .name {
2350
    position: relative;
2351
}
2352

    
2353
.namecontainer .name .nametextbox, .network-rename-input {
2354
    z-index: 1000;
2355
}
2356

    
2357
.icon .nametextbox {
2358
    width: 255px;
2359
}
2360

    
2361
.nametextbox, .network-rename-input {
2362
    position: relative;
2363
    top: -3px;
2364
    font-size: 65%;
2365
    width: 240px;
2366
    border: 1px solid #aaaaaa;
2367
    padding: 2px;
2368
}
2369

    
2370
.large-spinner {
2371
    background: url("../images/icons/indicators/large/progress.gif");
2372
    margin-left: 298px;
2373
    margin-top: 0px;
2374
    height: 31px;
2375
    width: 49px;
2376
    position: absolute;
2377
    top: 200px;
2378
}
2379

    
2380
#machinesview-icon .large-spinner {
2381
    top: 170px;
2382
}
2383

    
2384
.list .large-spinner {
2385
    margin-top:-30px;
2386
}
2387

    
2388
.single .large-spinner {
2389
    margin-top: 50px;
2390
}
2391

    
2392
div#networks-container {
2393
    display: none;
2394
}
2395

    
2396
div#networks-container .large-spinner {
2397
    margin-top: 50px;
2398
}
2399

    
2400
/* tables in list view */
2401
div.list div.dataTables_filter {
2402
    font-size: 75%;
2403
    margin-bottom: 12px;
2404
}
2405

    
2406
div.list div.dataTables_filter input{
2407
    font-size: 100%;
2408
}
2409

    
2410
.dataTables_wrapper {
2411
    width: 515px;
2412
    padding-bottom: 40px;
2413
}
2414

    
2415
div.list table thead .sorting, div.list table thead .sorting_desc, div.list table thead .sorting_asc {
2416
    padding-right: 15px !important;
2417
}
2418

    
2419
div.list table {
2420
    width: 515px;
2421
    font-size: 75%;
2422
}
2423

    
2424
div.list table tbody td {
2425
    color: #3D3D3D;
2426
    padding:6px;
2427
    vertical-align: middle;
2428
    height: 20px;
2429
}
2430

    
2431
div.list table thead tr {
2432
    border-bottom: 1px solid #aaa;
2433
}
2434
div.list table thead tr th {
2435
    background-color: #CDE2EC;
2436
    background-image: url("../images/bg.gif");
2437
    background-repeat: no-repeat;
2438
    background-position: right 11px;
2439
    font-weight: normal;
2440
    border: 1px solid transparent;
2441
    border-bottom: none;
2442
    padding: 4px;
2443
    text-align: left;
2444
    vertical-align: middle;
2445
    cursor: pointer;
2446
}
2447

    
2448
div.list table thead .sorting_asc, div.list table thead .sorting_desc {
2449
    background-color: #5CA1C0;
2450
}
2451

    
2452
div.list table thead .sorting_asc {
2453
    background-image: url("../images/asc.gif");
2454
}
2455

    
2456
div.list table thead .sorting_desc {
2457
    background-image: url("../images/desc.gif");
2458
}
2459

    
2460
div.list table .selection div.expand-icon {
2461
    background-image: url("../images/asc.gif");
2462
    background-repeat: no-repeat;
2463
    position: relative;
2464
    cursor: pointer;
2465
    width: 15px;
2466
    height: 4px;
2467
    left: 19px;
2468
    top: -11px;
2469
}
2470

    
2471
ul.dropdown-selector {
2472
    background-color: #E6EEEE;
2473
    position: absolute;
2474
    margin-left: 1px;
2475
    display: block;
2476
    top: 255px;
2477
    font-size:75%;
2478
    width:40px;
2479
}
2480

    
2481
ul.dropdown-selector li {
2482
    padding: 4px;
2483
}
2484

    
2485
ul.dropdown-selector li:hover {
2486
    background-color: #5CA1C0;
2487
}
2488

    
2489
ul.dropdown-selector li a{
2490
    color: black;
2491
    text-decoration: none;
2492
}
2493

    
2494
div.list table span.imagetag {
2495
    display: none;
2496
}
2497

    
2498
div.list table thead .vmos {
2499
    width: 20px !important;
2500
    vertical-align:middle;
2501
}
2502

    
2503
div.list table .selection {
2504
    width: 20px !important;
2505
    text-align: left;
2506
    background-image: none;
2507
    padding-left: 6px;
2508
}
2509

    
2510
div.list table thead .vmflavor {
2511
    width: 100px !important;
2512
}
2513

    
2514
/* group column commented out for v0.5
2515
div.list table thead .vmgroup {
2516
    width: 40px !important;
2517
}
2518
*/
2519

    
2520
div.list table thead .vmstatus {
2521
    width: 50px !important;
2522
}
2523

    
2524
div.list table thead .vmname {
2525
    width: 110px !important;
2526
}
2527

    
2528
.spinner, .action-indicator {
2529
    clear: right;
2530
    float:right;
2531
    margin: 10px 6px 0 15px;
2532
}
2533

    
2534
.icon .spinner {
2535
    margin: 20px 4px 0 15px !important;
2536
}
2537

    
2538
.single .state .spinner {
2539
    margin: 20px 55px 0 15px !important;
2540
}
2541

    
2542
.action-indicator {
2543
    margin-right: 18px;
2544
}
2545

    
2546
.list span.action-indicator {
2547
    display: block;
2548
    width: 15px;
2549
    height: 20px;
2550
    margin: 0 !important;
2551
    float: none;
2552
}
2553

    
2554
.wave {
2555
    clear: right;
2556
    float:right !important;
2557
    margin: 10px 15px 0 15px !important;
2558
}
2559

    
2560
.hidden {
2561
    display:none; 
2562
}
2563

    
2564
div.actions a.selected, div.actions a.selected:hover, div.machine-actions a.selected, div.machine-actions a.selected:hover {
2565
    display:block !important;
2566
}
2567

    
2568
.action_error .message, .action_error .code {
2569
    display: none;
2570
}
2571

    
2572
.fixed {
2573
    bottom: 0;
2574
    position: fixed !important;
2575
}
2576

    
2577
/* Networks */
2578
#networkscreate {
2579
}
2580

    
2581
.createbutton {
2582
    color: black;
2583
    background-color: #FF7F2A;
2584
    cursor: pointer;
2585
    padding: 7px 24px;
2586
    text-decoration: none;
2587
    border-left: 15px solid #FF9955;
2588
    margin-left: -15px;
2589
}
2590

    
2591
.create-button a.disabled,
2592
.createbutton.disabled, #networkscreate.disabled {
2593
  background-color: #888 !important;
2594
  border-left-color: #aaa !important;
2595
  cursor: help !important;
2596
  color: #ccc !important;
2597
}
2598

    
2599
#networkscreate:hover {
2600
    background-color: #FF9955;
2601
}
2602

    
2603
#createcontainer {
2604
}
2605

    
2606
#networks-container {
2607
}
2608

    
2609
#networks-pane .public-networks {
2610
    background: #EFF7FA repeat scroll 0 0;
2611
    margin: 0 0 0px;
2612
    padding: 0 0 15px 0px;
2613
}
2614

    
2615
#networks-pane .private-networks .network:last-child {
2616
    border-bottom: none;
2617
}
2618

    
2619
#networks-pane .private-networks {
2620
    background: #EFF7FA repeat scroll 0 0;
2621
    padding: 15px 20px 20px 0px;
2622
    margin-top: 18px;
2623
}
2624

    
2625
.private-networks .network-cont:last-child {
2626
    border-bottom: none;
2627
}
2628

    
2629
.private-networks .network-cont {
2630
    border-bottom: 1px solid #D1E7F0;
2631
    padding-bottom:5px;
2632
    margin-bottom: 5px;
2633
    width: 520px;
2634
}
2635

    
2636
.private-networks .network {
2637
    padding-top: 10px;
2638
    padding-bottom: 10px;
2639
}
2640

    
2641
#public-template, #private-template, #public-machine-template, #private-machine-template {
2642
    display:none;
2643
}
2644

    
2645
div.network-cont.disable-destroy .actions .destroy {
2646
    display: none !important;
2647
}
2648

    
2649
div.network-cont.pending .actions .action-add {
2650
    display: none;
2651
}
2652

    
2653
div.network-cont.in-error .actions .action-add {
2654
    display: none;
2655
}
2656

    
2657
div.network a.action-network-add {
2658
    display: none;
2659
}
2660

    
2661
div.network a.action-network-destroy {
2662
    margin-top: 32px !important;
2663
    width: 50px;
2664
    display: none;
2665
}
2666

    
2667
div.network {
2668
    clear: both;
2669
    padding: 5px 20px 5px 20px;
2670
    width: 480px;
2671
    position: relative;
2672
}
2673

    
2674
#private-template {
2675
    margin: 2px 0 0 -30px;
2676
}
2677

    
2678
div.network-placeholder {
2679
    margin-left: 33px;
2680
}
2681

    
2682
div.private-networks div.network-placeholder {
2683
}
2684

    
2685
div.network-cable {
2686
    border-left: 3px solid #FF7F2A;
2687
    float: left;
2688
    margin-left: -40px;
2689
    margin-top: -45px;
2690
    height: 185px;
2691
    overflow: hidden;
2692
}
2693

    
2694
.first div.network-cable {
2695
    height:143px;
2696
    margin-top:-6px;
2697
    position: relative;
2698
}
2699

    
2700
div.network-contents div.machines-list div.first {
2701
    margin-top:0;
2702
}
2703

    
2704
.last div.network-cable {
2705
    height:85px;
2706
}
2707

    
2708
div.firewall-cable {
2709
    border-left: 3px solid #FF7F2A;
2710
    float: left;
2711
    margin-left: -100px;
2712
    margin-top: -20px;
2713
    height: 110px;
2714
}
2715

    
2716
.last div.firewall-cable {
2717
    display:none;
2718
}
2719

    
2720
div.network a:hover {
2721
    text-decoration: underline;
2722
    cursor: pointer;
2723
}
2724

    
2725
#networks-container .name {
2726
    font-size: 75%;
2727
}
2728

    
2729
div.network-machines, div.firewall {
2730
    margin-left: 70px;
2731
}
2732

    
2733
div.firewall {
2734
    margin-left: 70px;
2735
    margin-bottom: 3px;
2736
    margin-top: -15px;
2737
}
2738

    
2739
div.firewall .firewall-options {
2740
    float: left;
2741
}
2742

    
2743
div.machines-header, div.firewall-header {
2744
    background-color: #A1C8DB;
2745
    color: white;
2746
    cursor: pointer;
2747
    height: 17px;
2748
    width: 103px;
2749
}
2750

    
2751
 div.private-networks div.machines-header {
2752
    margin-top: -5px;
2753
}
2754

    
2755
div.network:hover div.machines-header, div.network:hover div.firewall-header {
2756
    background-color: #84b7d0;
2757
}
2758

    
2759
div.network-machine:hover div.firewall-header {
2760
    background-color: #5CA1C0;
2761
}
2762

    
2763
div.firewall-label.darker {
2764
    background-color: #4085a5;
2765
}
2766

    
2767
.state {
2768
}
2769

    
2770
.network .state {
2771
    font-size: 75%;
2772
    position: absolute;
2773
    right: 10px;
2774
    top: 5px;
2775
}
2776

    
2777
div.network div.actions {
2778
    float: right;
2779
    font-size: 75%;
2780
    font-weight: normal;
2781
    height: 70px;
2782
    width: 100px;
2783
    position: absolute;
2784
    right: -100px;
2785
    top: 0;
2786
}
2787

    
2788
div.network div.machine-actions {
2789
    text-decoration: none;
2790
    float: right;
2791
    margin: -17px -180px 0 0;
2792
    font-weight: normal;
2793
    font-size: 75%;
2794
}
2795

    
2796
div.network div.actions a, div.network div.machine-actions a {
2797
    text-decoration: none;
2798
    height: 15px;
2799
    color: black;
2800
    visibility: hidden;
2801
    display: block;
2802
}
2803

    
2804

    
2805
div.network div.machine-actions a {
2806
    margin: 8px 0 0 8px;
2807
}
2808
div.network div.net-actions a {
2809
    margin: 0 0 8px 8px;
2810
    width: 168px;
2811
}
2812
div.network div.action-container {
2813
    bottom: auto;
2814
}
2815

    
2816
div.network div.net-actions .confirm_single {
2817
    position: absolute;
2818
    left: 96px;
2819
    width: 150px;
2820
    margin: 0 0px -5px 0;
2821
    font-size: 100%;
2822
}
2823

    
2824
div.network div.actions a:hover, div.network div.machine-actions a:hover {
2825
    display: block;
2826
    background-color:#A1C8DB;
2827
    opacity: 0.8;
2828
    filter: alpha(opacity = 80);
2829
}
2830

    
2831
div.network.expand .net-actions a {
2832
    visibility: visible;
2833
}
2834

    
2835
div.network:hover div.actions a, div.network-machine:hover div.machine-actions a {
2836
    visibility: visible;
2837
}
2838

    
2839
div.network div.machine-actions a.action-destroy.selected {
2840
    color: #880000 !important;
2841
}
2842

    
2843
div.network div.actions a.visible,
2844
div.network div.net-vm-actions a.visible,
2845
div.network div.actions a.selected:hover, div.network div.machine-actions a.selected {
2846
    background-color: transparent !important;
2847
    visibility: visible!important;
2848
}
2849

    
2850
div.network .net-vm-actions .confirm_single {
2851
    font-size: 100% !important;
2852
    margin-right: -20px !important;
2853
    position: absolute !important;
2854
    top: 7px;
2855
    right:0;
2856
}
2857

    
2858
div.network .nic-ip {
2859
  font-size: 0.8em;
2860
}
2861

    
2862
div.network div.display a {
2863
    visibility: visible;
2864
}
2865

    
2866
div.network-machine div.machine-actions a.action-details {
2867
    margin-top: 7px;
2868
    width: 168px;
2869
}
2870

    
2871
div.network .net-actions {
2872
    margin-right:5px !important;
2873
    margin-top:0px !important;
2874
    height: 80px !important;
2875
}
2876

    
2877
div.network .net-actions .action-container.destroy {
2878
    position: relative;
2879
    bottom: auto;
2880
}
2881

    
2882
div.network:hover {
2883
    background-color: #A1C8DB !important;
2884
}
2885

    
2886
.network-logos {
2887
    float:left;
2888
    padding-right: 10px;
2889
}
2890

    
2891
.network-logos:hover {
2892
    cursor: pointer;
2893
}
2894

    
2895
.state div {
2896
    text-align: right;
2897
    margin: 4px 1px -4px;
2898
}
2899

    
2900
.public-networks .state div {
2901
    margin-top: 4px;
2902
}
2903

    
2904
.private-networks .state div {
2905
    margin-top: 9px;
2906
    margin-bottom: -12px;
2907
}
2908

    
2909
.network .name-div {
2910
    margin-bottom: 15px;
2911
    margin-top: 0px;
2912
}
2913

    
2914
div.indicator {
2915
    clear: none;
2916
    float: right;
2917
    height: 11px;
2918
    margin: 3px -1px;
2919
    width: 10px;
2920
}
2921

    
2922
#private-networks {
2923
    margin-top: 20px;
2924
}
2925

    
2926
.private-networks .editbuttons {
2927
    margin-right: 117px;
2928
    margin-top: 1px;
2929
}
2930

    
2931
.private-networks div.confirm_single {
2932
    margin: 45px -219px -5px 0;
2933
    font-size: 80%;
2934
}
2935

    
2936
.private-networks .network-machine div.confirm_single {
2937
    margin: 0 -199px 0 0;
2938
}
2939

    
2940
.private-networks .state {
2941
}
2942

    
2943
.private-networks div.machines-list {
2944
    padding-top: 3px;
2945
}
2946

    
2947
span.rename-network, span.configure {
2948
    background-repeat: no-repeat;
2949
    color: transparent;
2950
    font-size: 75%;
2951
    font-weight: normal;
2952
    margin-left: 10px;
2953
    margin-right: 10px;
2954
    padding-left: 10px;
2955
    text-align: left;
2956
}
2957

    
2958
span.rename-network {
2959
    cursor: pointer;
2960
}
2961

    
2962
div.name-div:hover span.rename-network {
2963
    color: #3D3D3D;
2964
    margin-top: 0.4em;
2965
    background-image: url("../images/pencil.png");
2966
    background-position: 0 3px;
2967
}
2968

    
2969
div.network:hover a.rename {
2970
    color: #3d3d3d;
2971
}
2972

    
2973
.network-separator {
2974
    background-color: #5CA1C0;
2975
    height: 1px;
2976
    margin: 2px 0 0 -5px;
2977
    width: 480px;
2978
    font-size: 1%;
2979
    line-height: 1px;
2980
}
2981

    
2982
.network-contents {
2983
    margin-left: -4px;
2984
    width: 504px;
2985
    clear: both;
2986
    background: url("../images/orange-border.png") no-repeat;
2987
    background-position: 33px bottom;
2988
}
2989
.network-contents.last-expanded {
2990
    background-position-y: -2600px;
2991
}
2992

    
2993
.network-machine {
2994
    border-bottom: 1px solid #5CA1C0;
2995
}
2996
.network-machine:last-child {
2997
    border-bottom: none;
2998
}
2999

    
3000
.network-machine .state div {
3001
    text-align: left;
3002
}
3003

    
3004
.network-machine {
3005
    margin-left: 35px;
3006
    padding-bottom: 10px;
3007
    padding-left: 5px;
3008
    padding-top: 10px;
3009
    position: relative;
3010
}
3011

    
3012
.network-machine .ips {
3013
    position: absolute;
3014
    right:0;
3015
    top:40px;
3016
    text-align: right;
3017
    padding-right: 10px;
3018
    font-size: 70%;
3019
}
3020

    
3021
.network-machine .logo {
3022
    float:left;
3023
    padding-right: 10px;
3024
    position:relative;
3025
}
3026

    
3027
#networks-container .machine-name {
3028
    text-decoration: none !important;
3029
    margin-bottom: 10px;
3030
    color: #000000;
3031
    margin-top: -4px;
3032
}
3033

    
3034
.private-networks .separator {
3035
    background-color: #5CA1C0;
3036
    height: 1px;
3037
    margin: 3px 0 -2px -10px;
3038
    width: 485px;
3039
}
3040

    
3041
.network-machine .state {
3042
    margin-right: 18px;
3043
}
3044

    
3045
.network-machine .state .status {
3046
    margin-bottom: 4px;
3047
}
3048

    
3049
.machine-name .name {
3050
}
3051

    
3052
.machine-name .namecontainer {
3053
    line-height: 18px;
3054
    margin-bottom: 20px;
3055
}
3056

    
3057
div.network-machine:hover {
3058
    background-color: #84B7D0;
3059
}
3060

    
3061
.machines {
3062
    width: 416px;
3063
    margin-bottom: -8px;
3064
    margin-top: 10px;
3065
}
3066

    
3067
div.empty-network-slot {
3068
    height: 60px;
3069
}
3070

    
3071
div.network-remove-machine, div.network-add-machine {
3072
    background-color: #FB822F;
3073
    color: #bc4b00;
3074
    width:90px;
3075
    height:18px;
3076
    float:left;
3077
    margin:40px 0 0 -100px;
3078
}
3079

    
3080
span.remove-icon {
3081
    font-size: 80%;
3082
    margin-left: 15px;
3083
    position: relative;
3084
    bottom:1px;
3085
}
3086

    
3087
div.add-icon {
3088
    margin-left: 15px;
3089
    margin-top: -1px;
3090
    cursor: pointer;
3091
}
3092

    
3093
span.remove-icon:hover, span.add-icon:hover {
3094
    cursor:pointer;
3095
    color: #fff;
3096
}
3097

    
3098
div.network-add-machine {
3099
    margin:43px 0 0 0px;
3100
}
3101

    
3102
.firewall-on {
3103
    color: #42E342;
3104
}
3105

    
3106
.firewall-off {
3107
    color: #F82E2E;
3108
}
3109

    
3110
.firewall .progress-indicator {
3111
  position: absolute;
3112
  right: 10px;
3113
  top: 11px;
3114
}
3115

    
3116
.firewall-content {
3117
    color: black;
3118
    font-size: 0.8em;
3119
    height: 55px;
3120
    padding-top: 10px;
3121
}
3122

    
3123
.firewall-content input {
3124
  cursor: pointer;
3125
}
3126

    
3127
.firewall-content .checkbox-legends {
3128
    cursor: pointer;
3129
}
3130

    
3131
.firewall-content .checkbox-legends.current {
3132
    font-weight: bold;
3133
}
3134

    
3135
.firewall-content .checkbox-legends {
3136
    vertical-align: text-top;
3137
}
3138

    
3139
.checkbox-legends a {
3140
    color: black;
3141
    text-decoration: underline;
3142
    font-size: 100%;
3143
}
3144

    
3145
h5.machine-connect {
3146
    font-size: 75%;
3147
    margin-bottom: 3px;
3148
    height: 23px;
3149
}
3150

    
3151
.machine-connect span {
3152
    text-decoration: underline;
3153
}
3154

    
3155
h5.machine-connect span:hover {
3156
    cursor: pointer;
3157
}
3158

    
3159
.firewall-apply {
3160
    position: absolute;
3161
    background-color: #4085a5;
3162
    border: none;
3163
    font-size: 105%;
3164
    height: 18px;
3165
    width: 75px;
3166
    bottom: 13px;
3167
    right: 10px;
3168
}
3169

    
3170
.firewall-apply:hover {
3171
    background-color:#5CA1C0;
3172
}
3173

    
3174
.name-div {
3175
    margin: -9px 0 30px 70px;
3176
}
3177

    
3178
.machine-name-div {
3179
    margin-bottom: 20px;
3180
    margin-left: 60px;
3181
}
3182

    
3183
div.reboot-dialog {
3184
    display: none;
3185
    color: black;
3186
    background-color: #4085A5;
3187
    font-size: 75%;
3188
    margin-top: 15px;
3189
    width: 698px;
3190
    z-index: 1;
3191
}
3192

    
3193
div#reboot-machine-template, div.reboot-machine-entry {
3194
    display: none;
3195
    padding: 0 0 10px 35px;
3196
    width: 300px;
3197
}
3198

    
3199
div.reboot-dialog p {
3200
    color: #FFFFFF;
3201
    padding: 10px 0 10px 10px;
3202
}
3203

    
3204
div.reboot-dialog button {
3205
    float:right;
3206
    border: 1px solid #FF7F2A;
3207
    background-color: transparent;
3208
    font-size:100%;
3209
}
3210

    
3211
div.reboot-dialog button:hover {
3212
    background-color: #FF7F2A;
3213
}
3214

    
3215
div.reboot-dialog button.reboot-all {
3216
    margin: -30px 35px 0 0;
3217
}
3218

    
3219
div.reboot-dialog button.reboot-single {
3220
    color: black;
3221
    margin-top: -20px;
3222
}
3223

    
3224
div.reboot-dialog div.code, div.reboot-dialog div.action, div.reboot-dialog div.message, div.reboot-dialog button.details {
3225
    display:none;
3226
}
3227

    
3228
div.reboot-dialog button.details {
3229
    border-color: #800000;
3230
    margin-top: -20px;
3231
}
3232

    
3233
div.reboot-dialog button.details:hover {
3234
    background-color: #800000;
3235
}
3236

    
3237
/* Metadata */
3238
.machine .info-content {
3239
    display: none;
3240
}
3241

    
3242
.machine .info-content.ips .collection {
3243
  padding: 0;
3244
}
3245

    
3246
.machine .info-content.ips .ips .model-item .subnet {
3247
  padding-top: 2px;
3248
  width: 35%;
3249
  float: left;
3250
}
3251

    
3252
.machine .info-content.ips .ips .port-ip-item:last-child {
3253
  margin-bottom: 0;
3254
}
3255

    
3256
.machine .info-content.ips.ips .port-item:hover {
3257
  background-color: #75A7BF;
3258
}
3259

    
3260
.machine .info-content.ips .ips .port-ip-item {
3261
  padding: 6px;
3262
  margin-bottom: 2px;
3263
}
3264

    
3265
.machine .info-content.ips .ips .model-item .ip {
3266
  padding-top: 4px;
3267
  width: 55%;
3268
  float: left;
3269
}
3270

    
3271
.single .machine .info-content.ips .ips .model-item .ip {
3272
  padding-top: 5px;
3273
}
3274

    
3275
.machine .info-content.ips .ips .model-item .type {
3276
  float: left;
3277
  margin-right: 10px;
3278
  margin-top: 1px;
3279
  vertical-align: middle;
3280
  color: #fff;
3281
  background-color: #4085A5;
3282
  padding: 3px;
3283
}
3284

    
3285
.single .machine .info-content.ips .ips .model-item .ip {
3286
  width: 85%;
3287
}
3288

    
3289
.single .machine .info-content.ips .ips .model-item .cidr {
3290
  padding-left: 27px;
3291
}
3292

    
3293
.single .machine .info-content.ips .ips .model-item .type {
3294
  font-size: 0.9em;
3295
  padding: 1px 4px;
3296
  margin-top: 4px;
3297
}
3298

    
3299
.machine .info-content.ips .port {
3300
  width: 77%;
3301
  float: left;
3302
  margin-top: 9px;
3303
}
3304

    
3305
.machine .info-content.ips .ips {
3306
  width: 50%;
3307
  float: left;
3308
}
3309

    
3310
.machine .info-content.ips .port-item:last-child {
3311
  border-bottom: none;
3312
  padding-bottom: 0;
3313
  margin-bottom: 0;
3314
}
3315

    
3316
.machine .info-content.ips .port-item {
3317
  border-bottom: 1px solid #75A9C1;
3318
}
3319

    
3320
.machine .info-content.ips .port-item img.in-progress {
3321
  margin: 4px 2px;
3322
  margin-right: 20px;
3323
}
3324

    
3325
.machine .info-content.ips .port-item img {
3326
  float: left;
3327
  position: relative;
3328
  left: 4px;
3329
  margin-top: 10px;
3330
  margin-right: 10px;
3331
}
3332

    
3333
.single .machine .info-content.ips .port-item img {
3334
  margin-top: 13px;
3335
}
3336

    
3337
.machine .info-content.ips .port-item .network-header {
3338
  width: 50%;
3339
  float: left;
3340
}
3341

    
3342
.single .machine .info-content.ips .port-item .network-header {
3343
  width: 100%;
3344
  float: none;
3345
}
3346

    
3347
.single .machine .info-content.ips .ips {
3348
  width: 100%;
3349
}
3350

    
3351
.single .machine .info-content.ips .ips,
3352
.single .machine .info-content.ips .port-item .network-header {
3353
  float: none;
3354
}
3355

    
3356
.single .machine .info-content.ips .port-item .network-header {
3357
  padding: 5px;
3358
  margin-top: -10px;
3359
}
3360
  
3361

    
3362
.machine .info-content.ips .port-item .port {
3363
}
3364

    
3365
.single .machine .info-content.ips {
3366
  font-size: 0.8em;
3367
  color: #222;
3368
}
3369

    
3370
.machine .info-content.ips {
3371
    background-color: #84B7D0;
3372
    padding: 0px 0px;
3373
    font-size: 0.6em;
3374
}
3375

    
3376
.metadata-container {
3377
    line-height: 12px;
3378
    height: 85px;
3379
    background-color: #84b7d0;
3380
}
3381

    
3382
.metadata-column {
3383
    border-right: 1px solid #5CA1C0;
3384
    color: black;
3385
    float: left;
3386
    font-size: 60%;
3387
    margin-top: 3px;
3388
    height: 70px;
3389
    padding-bottom: 5px;
3390
}
3391

    
3392
.vm-stats {
3393
    padding-left: 10px;
3394
    padding-right: 5px;
3395
    width: 220px;
3396
}
3397

    
3398
.vm-stats div.stat-content {
3399
    height: 18px;
3400
}
3401

    
3402
.vm-stats div.stat-content img {
3403
    margin: 0;
3404
}
3405

    
3406
.vm-stats div img.stat-busy {
3407
    margin-top: -7px;
3408
    margin-left: 90px;
3409
}
3410

    
3411
.vm-stats div.stat-content img.busy {
3412
    margin-left: 95px;
3413
}
3414

    
3415
.vm-stats div.stat-error {
3416
    display:none;
3417
}
3418

    
3419
div.stat-error {
3420
    color: #f00;
3421
}
3422

    
3423
.single div.stat-error {
3424
    text-align: center;
3425
    font-size: 0.8em;
3426
}
3427

    
3428
.metadata-column {
3429
    margin-top: 4px;
3430
}
3431

    
3432
.vm-details {
3433
    width: 130px;
3434
    margin-left:17px;
3435
}
3436

    
3437
.vm-details.metadata-column {
3438
    padding-top: 5px;
3439
    height: 65px;
3440
}
3441

    
3442
.vm-details .image-details {
3443
    margin-top: 8px;
3444
}
3445

    
3446
.vm-details .vm-detail {
3447
    display: block;
3448
}
3449

    
3450
.vm-details span.value {
3451
    color: #444;
3452
}
3453

    
3454
.single-container .lower .stat-busy {
3455
    margin-top: 10px;
3456
    margin-left: 325px;
3457
}
3458

    
3459
.vm-metadata {
3460
    padding-left: 10px;
3461
    width: 100px;
3462
    border: none;
3463
}
3464

    
3465
.metadata-left {
3466
}
3467

    
3468
.metadata-right {
3469
    width: 73px;
3470
    float:left;
3471
    height: 35px;
3472
    padding-left: 5px;
3473
    position:relative;
3474
    overflow:hidden;
3475
}
3476

    
3477
.metadata-right .items {
3478
    position:absolute;
3479
    height:20000em;
3480
}
3481

    
3482
.metadata-keys-container {
3483
    height: 60px;
3484
    float: left;
3485
}
3486

    
3487
.single .metadata-keys-container {
3488
    float: none;
3489
    height: auto;
3490
    margin-bottom: 5px;
3491
}
3492

    
3493
.single a.manage-metadata {
3494
    font-size: 80%;
3495
    margin-left:4px;
3496
    color: #383838;
3497
}
3498

    
3499
a.manage-metadata, a.stats-report {
3500
    font-size: 100%;
3501
    color: black;
3502
    margin-left:17px;
3503
    text-decoration: underline;
3504
}
3505

    
3506
a.stats-report {
3507
    margin: 15px 0  0 80px;
3508
}
3509

    
3510
div.machine a.manage-metadata:hover {
3511
    background-color: transparent;
3512
}
3513

    
3514
.single .metadata-actions, .single .metadata-keys-container .items {
3515
    padding-left: 5px;
3516
}
3517
.metadata-actions, .metadata-keys-container .items{
3518
    margin-top: 5px;
3519
}
3520

    
3521
.singe .metadata-actions, .single .metadata-keys-container .items{
3522
    font-size: 80%;
3523
    line-height: 12px;
3524
    width: 300px;
3525
}
3526

    
3527
.metadata-actions .prev,  .metadata-actions .next{
3528
    float:left;
3529
    width:29px;
3530
    height:6px;
3531
    cursor: pointer;
3532
}
3533

    
3534
.metadata-actions .prev {
3535
    background: url("../images/roll-up.png") no-repeat scroll 0 0 transparent;
3536
}
3537

    
3538
.metadata-actions .next {
3539
    background: url("../images/roll-down.png") no-repeat scroll 0 0 transparent;
3540
}
3541

    
3542
.scrollable {
3543
    position:relative;
3544
    overflow:hidden;
3545
    height: 35px;
3546
    width: 120px;
3547
    margin-bottom:2px;
3548
}
3549

    
3550
.scrollable .items {
3551
    position:absolute;
3552
    height:20000em;
3553
}
3554

    
3555
/* single view */
3556
.single {
3557
    color: #383838;
3558
}
3559

    
3560
.single .column1 {
3561
    float: left;
3562
    margin: 1px 0 25px 17px;
3563
    width: 140px;
3564
}
3565

    
3566
.single .column1 .state {
3567
    float: left;
3568
    margin-left: 4px;
3569
    padding-bottom: 6px;
3570
    padding-top: 3px;
3571
    position: relative;
3572
    right: 0;
3573
    text-align: center;
3574
    width: 126px;
3575
}
3576

    
3577
.single .column1 .state-label {
3578
    padding-top: 5px;
3579
}
3580

    
3581
.single .column1 .indicators {
3582
    margin-right: 38px !important;
3583
}
3584

    
3585
.single div.connect-arrow {
3586
    margin-left: -17px;
3587
}
3588

    
3589
.single div.connect-border {
3590
    margin-left: -29px;
3591
}
3592

    
3593
.single .single-actions {
3594
    width: 150px;
3595
    height: 77px;
3596
    margin-bottom: 45px;
3597
    margin-left: -10px;
3598
}
3599

    
3600
.single .vm-actions .action-container {
3601
    margin-bottom: 1px;
3602
}
3603

    
3604
.single .vm-actions .action-container .confirm_single {
3605
    right: -45px;
3606
}
3607

    
3608
.single .vm-actions .action-container.destroy .confirm_single {
3609
}
3610

    
3611
.single .vm-actions .action-container.destroy {
3612
    bottom: -20px;
3613
}
3614

    
3615
.single a.single-action {
3616
    text-decoration: none;
3617
    cursor: pointer;
3618
    display: block;
3619
}
3620

    
3621
.single a.single-action:hover {
3622
    background-color:#A1C8DB;
3623
    width: 162px;
3624
    opacity: 0.8;
3625
    filter: alpha(opacity = 80);
3626
}
3627

    
3628
.single .destroy a.single-action.selected {
3629
    color: #880000 !important;
3630
}
3631

    
3632
.single a.single-action.selected {
3633
    color: #FF7F2A !important;
3634
    width: 50px !important;
3635
}
3636

    
3637
.single a.single-action.selected:hover {
3638
    background-color:transparent;
3639
}
3640

    
3641
.single .spinner, .single .action-indicator {
3642
    margin: 15px 45px 0 0px !important
3643
}
3644

    
3645
.single .action-indicator {
3646
    margin-right: 55px !important;
3647
}
3648

    
3649
.single .wave {
3650
    margin: 15px 53px 0 0px !important
3651
}
3652

    
3653
.icon div.action_error {
3654
    font-size: 100%;
3655
}
3656

    
3657
.single div.action_error {
3658
    position: absolute;
3659
    top: 29px;
3660
    right: 35px;
3661
}
3662

    
3663
.single .column2 {
3664
    background-color: #A1C8DB;
3665
    float: left;
3666
    font-size: 78%;
3667
    line-height: 17px;
3668
    margin: 0 0 10px 5px;
3669
    width: 358px;
3670
}
3671

    
3672
.single .column2 .machine-labels {
3673
    float: left;
3674
    font-size: 90%;
3675
    margin-left: 10px;
3676
    margin-top: 10px;
3677
    width: 125px;
3678
}
3679

    
3680
.single .machine-detail.title {
3681
    background-color: #74AEC9;
3682
    color: #fff;
3683
    padding: 4px 10px;
3684
    font-size: 0.8em;
3685
    width: 338px;
3686
    margin-left: 5px;
3687
    float: left;
3688
}
3689

    
3690
.single .column2 .machine-details {
3691
    float: right;
3692
    text-align: right;
3693
    font-size: 90%;
3694
    width: 210px;
3695
    margin-right: 10px;
3696
    margin-top: 10px;
3697
}
3698

    
3699
.single .column2 .name, .single .column2 .disk, .single .column2 .image-size, .single .column2 .ipv6 {
3700
    margin-bottom: 13px;
3701
}
3702

    
3703
.single .tags {
3704
    clear: both;
3705
    margin-bottom: 10px;
3706
    margin-left: 10px;
3707
}
3708

    
3709
.single .tags-label {
3710
    float: left;
3711
    padding: 0 5px;
3712
    width: 30px;
3713
}
3714

    
3715
.single .tags-down-arrow {
3716
    background: url("../images/tags-down-arrow.png") no-repeat scroll 1px 7px transparent;
3717
    float: left;
3718
    height: 16px;
3719
    width: 9px;
3720
}
3721

    
3722
.single .toggler-header .info-header{
3723
    padding-top:0;
3724
    padding-bottom:0;
3725
}
3726

    
3727
.single .toggler-header {
3728
    font-size: 0.62em;
3729
    cursor: pointer;
3730
    float: left;
3731
    margin-bottom:5px;
3732
}
3733

    
3734
.single .toggler-header span.label {
3735
    font-size: 104%;
3736
}
3737

    
3738
.fixed-ips-list .empty-list {
3739
  font-size: 0.9em !important;
3740
}
3741

    
3742
.single .ips-content.toggler-content {
3743
  padding: 0;
3744
}
3745

    
3746
.single .ips-content.toggler-content .action-container {
3747
  display: none !important;
3748
}
3749

    
3750
.single .toggler-content {
3751
    background-color: #84B7D0;
3752
    clear: both;
3753
    height: auto;
3754
    padding-bottom: 5px;
3755
    padding-top: 5px;
3756
    width: 339px;
3757
}
3758

    
3759
.single .column3 {
3760
    background-color: #A1C8DB;
3761
    width: 150px;
3762
    overflow: visible;
3763
    padding-bottom: 10px;
3764
    position: absolute;
3765
    right: 20px;
3766
    top: 130px;
3767
}
3768

    
3769
.single .col3 {
3770
    float: right;
3771
    width: 150px;
3772
    margin-right: 15px;
3773
    margin-bottom: 15px;
3774
}
3775

    
3776
.single .column3 .controls {
3777
    font-size: 80%;
3778
    height: 20px;
3779
    padding-left: 7px;
3780
    padding-right: 7px;
3781
    padding-top: 8px;
3782
    padding-bottom: 5px;
3783
    border-bottom: 1px solid #84B7D0;
3784
}
3785

    
3786
.single .column3 .vm-control:hover {
3787
    background-color: #5CA1C0;
3788
}
3789

    
3790
.single .column3 .previous {
3791
    float:left;
3792
    width: 72px;
3793
}
3794

    
3795
.single .column3 .next {
3796
    float: right;
3797
    text-align: center;
3798
    width: 60px;
3799
}
3800

    
3801
.single .column3 .next-label {
3802
    float: right;
3803
    margin-right: 3px;
3804
    margin-top: -2px;
3805
}
3806

    
3807
.single .column3 .next-arrow {
3808
    float: right;
3809
    height: 18px;
3810
    width: 10px;
3811
    background: url("../images/right-arrow.png") no-repeat scroll 3px 2px transparent;
3812
}
3813

    
3814
.single .column3 .prev-label {
3815
    float: left;
3816
    margin-left: 3px;
3817
    margin-top: -2px;
3818
}
3819

    
3820
.single .column3 .prev-arrow {
3821
    background: url("../images/left-arrow.png") no-repeat scroll 3px 2px transparent;
3822
    float: left;
3823
    height: 18px;
3824
    width: 10px;
3825
}
3826

    
3827
.single .column3 .separator {
3828
    width: 135px;
3829
    height: 1px;
3830
    background-color: #84B7D0;
3831
    margin: 0 0 0 7px;
3832
    clear: both;
3833
}
3834

    
3835
.single .column3 .servers {
3836
    font-size: 80%;
3837
    line-height: 15px;
3838
    padding-top: 10px;
3839
    text-align: right;
3840
    overflow: visible;
3841
    position: relative;
3842
}
3843

    
3844
.single .column3 .server-name {
3845
    margin-left: 10px;
3846
    padding-right: 5px;
3847
    cursor: pointer;
3848
    padding-bottom: 2px;
3849
}
3850
div.single div.column3 div.server-name:hover {
3851
    background-color: #5CA1C0;
3852
}
3853
.single .column3 .column3-selected {
3854
    background-color: #84B7D0;
3855
    color: white;
3856
    opacity: 0.8;
3857
    padding-left: 9px;
3858
    width: 160px;
3859
    filter: alpha(opacity = 80);
3860
    position: relative;
3861
    width: 126px;
3862
}
3863

    
3864
.single .toggler {
3865
    color: #FFFFFF;
3866
    float: right;
3867
    font-size: 140%;
3868
}
3869

    
3870
.single .cpu-usage, .single .network-usage {
3871
    text-align: center;
3872
    padding-top: 15px;
3873
    margin-bottom: 5px;
3874
    font-size: 90%;
3875
    font-weight: bold;
3876
}
3877

    
3878
.single .cpu-graph, .single .network-graph {
3879
    margin-left: 20px;
3880
    margin-bottom:30px;
3881
    width: 660px;
3882
}
3883

    
3884
.single div.lower .stats-select .stats-select-option.selected {
3885
    background-color: #4085A5;
3886
    color: #fff;
3887
}
3888

    
3889
.single div.lower .stats-select .stats-select-option {
3890
    cursor: pointer;
3891
    background-color: #DDF1FB;
3892
    color: #4085A5;
3893
    display: block;
3894
    float: left;
3895
    padding: 7px 10px;
3896
    font-size: 0.7em;
3897
}
3898

    
3899
.single div.lower img.stats {
3900
    margin-left: 82px;
3901
}
3902

    
3903
.single div.lower img.stats {
3904
    display: none;
3905
}
3906

    
3907
.single .single-image {
3908
    width: 126px;
3909
    height: 136px;
3910
    margin-bottom: 10px;
3911
    margin-left: 4px;
3912
    background-image: url("../images/icons/machines/large/unknown-sprite.png");
3913
    background-repeat: no-repeat;
3914
    cursor: pointer;
3915
}
3916

    
3917
.single .vm-icon.state1,
3918
.single .single-image-state1 {
3919
    background-position: 0px 0;
3920
}
3921

    
3922
.single .vm-icon.state3,
3923
.single .single-image-state3 {
3924
    background-position: -252px 0;
3925
}
3926

    
3927
.single .vm-icon.state4,
3928
.single .single-image-state4 {
3929
    background-position: -378px 0;
3930
}
3931

    
3932
.single .vm-icon.state2,
3933
.single .single-image-state2 {
3934
    background-position: -126px 0;
3935
}
3936

    
3937
.single .column3 .previous, .single .column3 .next {
3938
    cursor: pointer;
3939
    background-color: #84B7D0;
3940
    color: white;
3941
    font-size: 100%;
3942
    height: 15px;
3943
    padding-top: 2px;
3944
}
3945

    
3946
.single .column3 .disabled {
3947
    opacity: 0.5;
3948
    filter: alpha(opacity = 50);
3949
}
3950

    
3951
.single div.lower {
3952
    clear:both;
3953
    background: #EFF7FA repeat scroll 0 0;
3954
    width: 700px;
3955
    padding-bottom: 15px;
3956
}
3957

    
3958
.single div.upper {
3959
    background: transparent;
3960
    margin-bottom: 10px;
3961
    overflow: visible;
3962
    overflow: hidden;
3963
    width: 700px;
3964
    background: #EFF7FA repeat scroll 0 0;
3965
}
3966

    
3967
/* console css */
3968
.console-header-logo {
3969
    padding-top: 16px;
3970
    margin-left: 30px;
3971
    position: fixed;
3972
}
3973

    
3974
.console-header-logo img {
3975
    max-width:100%;
3976
    max-height:65px;
3977
}
3978

    
3979
#console-header div.help-text {
3980
    font-size: 70%;
3981
    font-weight:bold;
3982
    color:#FFFFFF;
3983
    position: absolute;
3984
    height: 20px;
3985
    top: 79px;
3986
}
3987

    
3988
div.console-container {
3989
    margin: 0 0em;
3990
    height: auto;
3991
}
3992

    
3993
#wrapper.console {
3994
    width: auto;
3995
}
3996

    
3997
.console-info {
3998
    font-size:80%;
3999
    color: white;
4000
    position:absolute;
4001
    margin: 15px 0 0 480px;
4002
}
4003

    
4004
applet {
4005
    width:100%;
4006
    height:100%;
4007
}
4008

    
4009
div.console-footer {
4010
    /* this is for version 0.5*/
4011
    display: none;
4012
}
4013

    
4014
.console-footer #footer-text{
4015
    float:left;
4016
    left: auto;
4017
    margin-left:30px;
4018
}
4019

    
4020
/* add network wizard (see also #wizard for shared classes) */
4021
#networks-wizard .header {
4022
    background-color: #4085A5;
4023
    height: 56px;
4024
}
4025

    
4026
#networks-wizard div.name-input {
4027
    margin: 75px 0 0 55px;
4028
}
4029

    
4030
#networks-wizard input {
4031
    border: 1px solid #CCCCCC;
4032
    color: #445566;
4033
    letter-spacing: 1px;
4034
    width: 170px;
4035
}
4036

    
4037
#networks-wizard span.help {
4038
    font-style: italic;
4039
    font-size: 80%;
4040
    margin-left: 10px;
4041
}
4042

    
4043
#networks-wizard .separator-end {
4044
    background-color: #387693;
4045
    height: 6px;
4046
    width: 479px;
4047
    margin-left: -13px;
4048
    margin-top: 19px;
4049
}
4050

    
4051
.red {
4052
    color: red;
4053
}
4054

    
4055
/* add server to network wizard (see also #metadata-wizard for shared classes) */
4056
#add-machines-wizard span.machine-name {
4057
    margin-left: 4px;
4058
    vertical-align: text-top;
4059
}
4060

    
4061
#add-machines-wizard img.list-logo {
4062
    margin: 2px 1px 1px;
4063
}
4064

    
4065
.css-panes {
4066
    clear: both;
4067
    position: relative;
4068
    z-index: 10;
4069
}
4070

    
4071
.last .firewall-content {
4072
}
4073

    
4074
#pub .last .network-separator {
4075
    display:none;
4076
}
4077

    
4078
.public-networks .empty-network-slot {
4079
    display: none;
4080
}
4081

    
4082
.clearfix {
4083
    display: block;
4084
    width: auto;
4085
    zoom: 1;
4086
}
4087

    
4088
/* float clearing for all browsers except the devil one */
4089
.clearfix:after{
4090
  clear: both;
4091
  content: ".";
4092
  display: block;
4093
  height: 0;
4094
  visibility: hidden;
4095
  font-size: 0;
4096
}
4097

    
4098
* html .clearfix {
4099
    display: inline-block;
4100
}
4101

    
4102
.icon .cont-toggler {
4103
    margin-top: -1px;
4104
}
4105

    
4106
.icon .wave {
4107
    margin-right: 4px !important;
4108
    margin-top: 15px !important;
4109
}
4110

    
4111
.icon .status {
4112
    margin-right: 3px;
4113
}
4114

    
4115
#machinesview .status, .single .state {
4116
    font-size: 75%;
4117
}
4118

    
4119
#machinesview-list div.action-indicator {
4120
    margin:0 !important;
4121
    float: none !important;
4122
}
4123

    
4124
.icon div.action-indicator {
4125
    margin-top: 14px;
4126
    margin-right: 4px;
4127
}
4128

    
4129
div.action-indicator {
4130
    width: 15px;
4131
    height: 20px;
4132
    background-repeat: no-repeat;
4133
    background-position: 0 0;
4134
}
4135

    
4136
tbody.machines div.action-indicator {
4137
    position: relative;
4138
    top: -2px;
4139
}
4140
div.state .connect, tbody.machines .connect {
4141
    background-image: url("../images/icons/actions/medium/connect.png");
4142
}
4143
div.state .disconnect, tbody.machines .disconnect {
4144
    background-image: url("../images/icons/actions/medium/disconnect.png");
4145
}
4146
div.state .destroy, tbody.machines .destroy {
4147
    background-image: url("../images/icons/actions/medium/destroy.png");
4148
}
4149
div.state .console, tbody.machines .console {
4150
    background-image: url("../images/icons/actions/medium/console.png");
4151
}
4152
div.state .start, tbody.machines .start {
4153
    background-image: url("../images/icons/actions/medium/start.png");
4154
}
4155
div.state .resize, tbody.machines .resize {
4156
    background-image: url("../images/icons/actions/medium/resize.png");
4157
}
4158
div.state .reboot, tbody.machines .reboot {
4159
    background-image: url("../images/icons/actions/medium/reboot.png");
4160
}
4161
div.state .shutdown, tbody.machines .shutdown {
4162
    background-image: url("../images/icons/actions/medium/shutdown.png");
4163
}
4164

    
4165
h3.overlay-inner-title {
4166
    color: #4085A5;
4167
    font-size: 2em;
4168
}
4169

    
4170
#add-name-container {
4171
    margin-bottom: 10px;   
4172
}
4173

    
4174
.remove-field-trigger, .add-field-trigger {
4175
    cursor: pointer;
4176
}
4177

    
4178
.add-field-trigger img {
4179
    vertical-align: middle;
4180
}
4181

    
4182
.machine-now-building {
4183
    padding-right: 15px !important;
4184
    text-align: justify;
4185
}
4186

    
4187
.sub-text {
4188
    padding-top: 15px;
4189
    padding-right: 15px;
4190
    text-align: justify;
4191
    font-style: italic;
4192
    font-size: 0.8em !important;
4193
}
4194

    
4195
#notification-box a {
4196
    color: #4085A5;
4197
}
4198

    
4199
#notification-box .machine-title img {
4200
    vertical-align: middle;
4201
}
4202

    
4203
#notifiaction-box .password-header {
4204
    margin-bottom: 0 !important;
4205
}
4206

    
4207
#notification-box .password-container a {
4208
    color: #fff;
4209
    text-decoration: underline;
4210
}
4211

    
4212
#notification-box .password-container a:hover {
4213
    background-color: #fff;
4214
    color: #4085A5;
4215
}
4216

    
4217
#notification-box .password-container {
4218
    background: #4085A5;
4219
    border: none;
4220
}
4221

    
4222
#notification-box .password-container .password a {
4223
    font-weight: normal !important;
4224
}
4225

    
4226
#notification-box .cmd {
4227
    color: #fff;
4228
    font-family: monospace;
4229
    font-size: 1.6em;
4230
}
4231

    
4232
.machine-container .separator {
4233
    background-color: #B0D1E0;
4234
}
4235

    
4236
#creation-password-overlay div.password-cont {
4237
    margin: 10px auto;
4238
    padding: 10px;
4239
    border: 2px solid #75B54A;
4240
    background-color: #AADE87;
4241
    color: #447821;
4242
    text-align: left;
4243
    padding-left: 5em;
4244
    position: relative;
4245
}
4246

    
4247
#creation-password-overlay {
4248
    position: relative;
4249
}
4250

    
4251
#creation-password-overlay .form-action {
4252
    position: absolute;
4253
    bottom: 15px;
4254
    right: 13px;
4255
    font-size: 0.8em;
4256
}
4257

    
4258
#creation-password-overlay .password-label {
4259
    float: left;
4260
}
4261

    
4262
#creation-password-overlay .password {
4263
    font-size: 1.5em;
4264
    font-weight: bold;
4265
    letter-spacing: 2px;
4266
    font-family: Georgia, Times, serif;
4267
    margin-right: 5em;
4268
    float: right;
4269
    margin-top: -4px;
4270
}
4271

    
4272
.feedback-form .description {
4273
    margin-bottom: 25px;
4274
}
4275

    
4276
.feedback-form label {
4277
    display: block;
4278
    font-weight: bold;
4279
    margin-bottom: 10px;
4280
    font-size: 0.8em;
4281
}
4282

    
4283
.feedback-form .form-actions {
4284
    border-top: none;
4285
}
4286

    
4287
.nospace {
4288
    padding-top: 0 !important;
4289
    padding-bottom: 0 !important;
4290
}
4291

    
4292
.noborder {
4293
    border-top: none !important;
4294
    border-bottom: none !important;
4295
}
4296

    
4297
.overlay .feedback-form .messages.description {
4298
    padding-bottom:0;
4299
    margin-bottom: 0;
4300
}
4301

    
4302
.feedback-form .messages .error-message {
4303
    color: #f00;
4304
}
4305

    
4306
.feedback-form .messages .success-message {
4307
    color: #8AA87F;
4308
}
4309

    
4310
.feedback-form .feedback-message {
4311
    width: 548px;
4312
    height: 200px;
4313
    border: 1px solid #ddd;
4314
    padding: 5px;
4315
}
4316

    
4317
#feedback-form .empty-error-msg {
4318
    display: none;
4319
}
4320

    
4321
#feedback-form .data-text {
4322
    display: none;
4323
}
4324

    
4325
#feedback-form .message {
4326
    display: none;
4327
}
4328

    
4329
#feedback-form label {
4330
    display: block;
4331
    font-size: 0.85em;
4332
    font-weight: bold;
4333
}
4334

    
4335
#feedback-form label.inline {
4336
    display: inline;
4337
    padding-left: 5px;
4338
}
4339

    
4340
#feedback-form p {
4341
    padding: 1em 0;
4342
    color: #444;
4343
    margin-bottom: 10px;
4344
}
4345

    
4346
#feedback-form .description {
4347
    font-style: italic;
4348
    font-size: 0.9em;
4349
    color: #888;
4350
}
4351

    
4352
#feedback-form .feedback-text {
4353
    width: 98%;
4354
    height: 100px;
4355
    margin-top: 10px;
4356
    margin-bottom: 10px;
4357
}
4358

    
4359
#feedback-form .submit-data {
4360
    display: none;
4361
}
4362

    
4363
#feedback-form .submit, #invform .submit {
4364
    background-color: #4085A5;
4365
    color: #fff;
4366
    border: none;
4367
    padding: 5px 16px;
4368
    cursor: pointer;
4369
    font-size: 1em;
4370
    position: relative;
4371
}
4372

    
4373
#feedback .submit {
4374
    float: right;
4375
    right: 10px;
4376
    margin-top: 10px;
4377
}
4378

    
4379

    
4380
#feedback-form .submit:hover, #invform .submit:hover {
4381
    background-color: #549FC3;
4382
}
4383

    
4384
.feedback-intro {
4385
    padding-right: 15px !important;
4386
    text-align: justify;
4387
}
4388

    
4389
.popup-body .message {
4390
    padding: 20px 5px;
4391
    display: none;
4392
}
4393

    
4394
.popup-body .loading {
4395
    color: #fff;
4396
}
4397

    
4398
.popup-body .success {
4399
    color: #1F921A;
4400
}
4401

    
4402
.popup-body .errormsg {
4403
    color: #E32424;
4404
}
4405

    
4406

    
4407
.close-msg-box {
4408
    display: block;
4409
    margin-top: 10px;
4410
    cursor: pointer;
4411
    color: #4085A5;
4412
    text-decoration: underline;
4413
}
4414

    
4415

    
4416
.console .ip-version-label {
4417
    margin: 0 5px;
4418
}
4419

    
4420
.ipv6-text, .ipv4-text {
4421
    font-size: 0.9em;
4422
}
4423

    
4424
.fqdn {
4425
}
4426

    
4427
.column2 .fqdn {
4428
  padding: 3px 10px;
4429
}
4430

    
4431
.tooltip {
4432
    background-color: #C4DDE9;
4433
    color: #000;
4434
    font-size: 0.7em;
4435
    padding: 0.2em 0.5em;
4436
    border: 1px solid #888;
4437
    z-index: 50000;
4438
}
4439

    
4440
/*404 and 500 pages*/
4441

    
4442
.error_page {
4443
    position: relative;
4444
    top: 40px;
4445
    padding-bottom: 140px !important;
4446
}
4447

    
4448
.error_page h1 {
4449
    font-weight: normal;
4450
}
4451

    
4452
.error_page .msg_header {
4453
    margin: 0px;
4454
    font-size: 10em;
4455
    position: absolute;
4456
    left: -5px;
4457
    top: 0px;
4458
    color: #4085A5;
4459
    font-family: arial, verdana;
4460
}
4461

    
4462
.error_page p.error_desc {
4463
    color: #fff;
4464
    font-size: 0.8em;
4465
}
4466

    
4467
.error_page {
4468
    padding-right: 50px !important;
4469
    padding-left: 100px !important;
4470
}
4471

    
4472
.error_page .error_content {
4473
    padding-left: 150px;
4474
    padding-top: 97px;
4475
}
4476

    
4477
.error_page .error_content .links, .info_content .links {
4478
    margin-top: 10px;
4479
    margin-left: 20px;
4480
}
4481

    
4482
.error_page .http_error .code {
4483
    letter-spacing: -10px;
4484
    font-size: 9em;
4485
}
4486

    
4487
.error_page .http_error .msg {
4488
    letter-spacing: -1px;
4489
    font-size: 2em;
4490
}
4491

    
4492
.error_page .http_error {
4493
    position: absolute;
4494
    right: 0px;
4495
    bottom: 0px;
4496
    color: #75B3D0;
4497
    line-height: 1em;
4498
}
4499

    
4500
.error_page .error_content a, .info_content .links a {
4501
    color: #4085A5;
4502
    font-weight: bold;
4503
    margin-right: 10px;
4504
    font-size: 0.9em;
4505
}
4506

    
4507
.error_body #container, .info_body #container {
4508
    background-position: right 200px;
4509
}
4510

    
4511
.info_page h1 {
4512
    color: #4085A5;
4513
    font-size: 2em;
4514
    font-weight: normal;
4515
}
4516

    
4517
.info_page p {
4518
    color: #ffffff;
4519
    margin: 1em 0;
4520
}
4521

    
4522
.info_body p a, .error_body p a{
4523
    color: #4085A5;
4524
    text-decoration: underline;
4525
}
4526

    
4527
.error_404 .http_error .code {
4528
    letter-spacing: -7px;
4529
}
4530

    
4531
.network-progress-indicator {
4532
    position: relative;
4533
    display: none;
4534
}
4535

    
4536
.network-progress-indicator img {
4537
    position: absolute;
4538
    bottom: 44px;
4539
    left: 340px;
4540
}
4541

    
4542

    
4543
.single .progress-message {
4544
    margin-top: 90px;
4545
    font-size: 0.6em;
4546
    padding: 0 10px;
4547
    text-align: center;
4548
}
4549

    
4550
/*metadata keys/values*/
4551
.items .tag-item  {
4552
    display: block;
4553
}
4554

    
4555
.single .items .tag-item .key {
4556
    width: 60px;
4557
}
4558

    
4559
.running .scrollable, .terminated .scrollable {
4560
    height: 42px;
4561
}
4562

    
4563
.items .tag-item .key {
4564
    margin-right: 5px;
4565
    width: 30px;
4566
    display: block;
4567
    float: left;
4568
    color: #000;
4569
}
4570

    
4571
.items .tag-item .value {
4572
    color: #444;
4573
}
4574

    
4575
#machinesview-list {
4576
    display: none;
4577
}
4578

    
4579
#machinesview-single {
4580
    position: relative;
4581
    display: none;
4582
}
4583

    
4584
#machinesview-icon {
4585
    display: none;
4586
}
4587

    
4588
#machinesview-icon, #machinesview-single, #machinesview-list {
4589
    
4590
}
4591

    
4592
tbody.machines .spinner {
4593
    margin-top: 0!important;
4594
    margin: 0 !important;
4595
    float: none !important;
4596
}
4597

    
4598
.slider .slider-point {
4599
    width: 4px;
4600
    height: 3px;
4601
    margin-left: 1px;
4602
    background-color: transparent;
4603
    display: block;
4604
    position: absolute;
4605
    z-index: 10;
4606
    bottom: 0px;
4607
}
4608

    
4609
.slider .slider-point-light {
4610
    background-color: transparent;
4611
}
4612

    
4613
.slider-point-text {
4614
    font-size: 0.6em;
4615
    position: absolute;
4616
    top: 4px;
4617
    border-top: 5px solid #C5DEE9;
4618
    padding: 3px;
4619
    color: #4085A5;
4620
    display: block;
4621
    min-width: 6px;
4622
    text-align: middle;
4623
}
4624

    
4625
.slider .handle {
4626
    z-index: 50;
4627
}
4628

    
4629
.modal p.desc {
4630
    margin: 5px 0;
4631
    margin-left: 37px;
4632
    font-size: 0.8em;
4633
    color: #888;
4634
}
4635

    
4636
.api_overlay_template {
4637
    display: none;
4638
}
4639

    
4640
.api_content .password-container .password {
4641
    color: #fff;
4642
    font-size: 1.1em;
4643
}
4644

    
4645
#disks-pane {
4646
    margin-top: 58px;
4647
}
4648

    
4649
span.resend-msg {
4650
    display: block;
4651
    margin-bottom: 5px;
4652
}
4653

    
4654
.success-msg {
4655
    background-color: #5CAD54;
4656
    color: #fff;
4657
    padding: 0.4em;
4658
    border: 1px solid #ddd;
4659
}
4660

    
4661
.error-msg {
4662
    background-color: #800000;
4663
    color: #fff;
4664
    padding: 0.4em;
4665
    border: 1px solid #ddd;
4666
}
4667

    
4668
.success-msg em, .error-msg em {
4669
    font-weight: bold;
4670
    font-style: normal;
4671
    font-size: 0.9em;
4672
}
4673

    
4674
.pagination {
4675
            font-size: 80%;
4676
        }
4677
        
4678
.pagination a {
4679
    text-decoration: none;
4680
        border: solid 1px #AAE;
4681
        color: #15B;
4682
}
4683

    
4684
.pagination a, .pagination span {
4685
    display: block;
4686
    float: left;
4687
    padding: 0.3em 0.5em;
4688
    margin-right: 5px;
4689
        margin-bottom: 5px;
4690
        min-width:1em;
4691
        text-align:center;
4692
}
4693

    
4694
.pagination .current {
4695
    background: #4085A5;
4696
    color: #fff;
4697
        border: solid 1px #AAE;
4698
}
4699

    
4700
.pagination .current.prev, .pagination .current.next{
4701
        color:#999;
4702
        border-color:#999;
4703
        background:#fff;
4704
}
4705

    
4706
table.list-machines .wave {
4707
    float: none !important;
4708
    margin: 0 !important;
4709
}
4710

    
4711
.overlay {
4712
    display: none;
4713
}
4714

    
4715
.overlay .copy-content .clip-copy  {
4716
    right: 10px;
4717
    top:8px;
4718
    border: 1px solid #fff;
4719
}
4720

    
4721
.overlay .copy-content {
4722
    background-color: #387693;
4723
    color: #fff;
4724
    padding: 10px;
4725
    font-size: 1.2em;
4726
    text-align: center;
4727
    position: relative;
4728
}
4729

    
4730
.overlay {
4731
    background-color: #fff;
4732
    border: 2px solid #444;
4733
    text-align: left;
4734

    
4735
    -moz-box-shadow: 0 0 90px 5px #000;
4736
    -webkit-box-shadow: 0 0 90px 5px #000;
4737
    box-shadow: 0 0 90px 5px #000;
4738
    width: 600px;
4739
}
4740

    
4741
.overlay.overlay-createvm {
4742
    width: 640px;
4743
}
4744

    
4745
.overlay a {
4746
    color: #387693;
4747
}
4748

    
4749
.overlay .diagnostics-list {
4750
    height: 400px;
4751
    overflow: scroll;
4752
    overflow-y: scroll;
4753
    overflow-x: hidden;
4754
}
4755

    
4756
.overlay .overlay-content .description.subinfo, .overlay .extra-info {
4757
    margin-bottom:0;
4758
    border-bottom: none;
4759
    padding-bottom:0;
4760
    margin-top: 10px;
4761
    padding-top:10px;
4762
    border-top: 1px solid #64a6c4;
4763
    /*border-top: 1px solid #DBE6EB;*/
4764
    font-size: 0.8em;
4765
}
4766

    
4767
.overlay .v6-warn .important {
4768
  display: block;
4769
  margin: 4px 0;
4770
  font-weight: bold;
4771
}
4772

    
4773
.overlay .overlay-content .important {
4774
    color: #800000;
4775
}
4776

    
4777
.overlay .overlay-content .description.noborder {
4778
  margin-bottom:0;
4779
  border:0;
4780
}
4781

    
4782
.overlay .overlay-content .description {
4783
    color: #444;
4784
    border-bottom: 1px solid #64a6c4;
4785
    margin-bottom: 10px;
4786
    padding-bottom: 10px;
4787
    font-size: 0.9em;
4788
    line-height: 1.6em;
4789
}
4790

    
4791
.overlay .overlay-content .empty-message {
4792
    margin-bottom: 10px;
4793
}
4794

    
4795
.overlay h3.overlay-header {
4796
    font-size: 0.9em;
4797
    text-align: left;
4798
    padding: 0.8em;
4799
    padding-left: 1em;
4800
    font-weight: normal;
4801
    border-bottom: 1px solid #ddd;
4802
}
4803

    
4804
.overlay h3.overlay-header .title {
4805
    float: left;
4806
}
4807

    
4808
.overlay .container {
4809
    position: relative;
4810
    padding-top: 1em;
4811
    padding: 0.5em;
4812
    background-image: url("../images/popup-bg.png");
4813
    background-repeat: repeat-x;
4814
}
4815

    
4816
.overlay .content {
4817
    background-color: transparent;
4818
    background-image: url("../images/popup-inner-bg.png");
4819
    padding: 1em;
4820
    font-size: 0.8em;
4821
    background-repeat: repeat-x;
4822
    -moz-box-shadow: 0 0 1px 1px #888;
4823
    -webkit-box-shadow: 0 0 1px 1px #888;
4824
    box-shadow: 0 0 1px 1px #888;
4825
}
4826

    
4827
.overlay .message {
4828
}
4829

    
4830
.overlay .actions {
4831
    position: absolute;
4832
    right: 0.75em;
4833
    top: 0.6em;
4834
}
4835

    
4836
.overlay .actions span {
4837
    font-size: 0.8em;
4838
    color: #fff;
4839
    cursor: pointer;
4840
    margin-left: 10px;
4841
    display: block;
4842
    float: left;
4843
    background-color: #4085A5;
4844
    padding: 0.2em 0.4em;
4845
}
4846

    
4847
.overlay-error .error-more-details {
4848
    margin-top: 5px;
4849
    max-height: 210px;
4850
    overflow: auto;
4851
}
4852

    
4853
.overlay-error .key.details.expand {
4854
    background-image: url("../images/plus-8.png");
4855
}
4856

    
4857
.overlay-error .key.details {
4858
    background-color: #5189A3;
4859
    cursor: pointer;
4860
    background-image: url("../images/minus-8.png");
4861
    background-repeat: no-repeat;
4862
    background-position: 545px;
4863
}
4864

    
4865
.overlay-error .container {
4866
    padding-top: 1.9em;
4867
}
4868

    
4869
.overlay-error .error-details {
4870
    font-size: 0.8em;
4871
    margin-top: 10px;
4872
}
4873

    
4874
.overlay-error .error-details anonymous {
4875
    display: block;
4876
    margin-top: 10px;
4877
}
4878

    
4879
.overlay-error h3.overlay-header {
4880
    background-color: #800000;
4881
    color: #fff;
4882
}
4883

    
4884
.overlay-error.non-critical h3.overlay-header {
4885
    background-color: #987249;
4886
}
4887

    
4888
.overlay-error span.key {
4889
    font-weight: normal;
4890
    display: block;
4891
    margin-top: 0.5em;
4892
    background-color: #74AEC9;
4893
    color: #fff;
4894
    padding: 0.4em;
4895
    font-size: 0.8em;
4896
    font-weight: bold;
4897
}
4898

    
4899
.overlay-error .indicator {
4900
    background-color: #880000;
4901
    color: #fff;
4902
    padding: 4px;
4903
    display: block;
4904
    float: left;
4905
    border: 1px solid #444;
4906
}
4907

    
4908
.overlay-error .nav-btn:hover {
4909
    
4910
}
4911

    
4912
.overlay-error .nav-btn {
4913
    margin-left: 5px;
4914
    color: #fff;
4915
    display: block;
4916
    float: left;
4917
    padding: 4px;
4918
    background-color: #AAA;
4919
    border: 1px solid #444;
4920
}
4921

    
4922
.overlay-error .error-nav {
4923
    position: absolute;
4924
    right: 0px;
4925
    bottom: -25px;
4926
    font-size: 0.8em;
4927
}
4928

    
4929
.overlay-error span.value, .overlay-error div.value {
4930
    padding: 0.4em;
4931
    display: block;
4932
    margin-bottom: 0.3em;
4933
}
4934

    
4935
.overlay h3 .closeme {
4936
    float: right;
4937
    font-size: 0.7em;
4938
    margin-top: 0.2em;
4939
    cursor: pointer;
4940
}
4941

    
4942
.overlay .overlay-header .subtitle {
4943
    display: block;
4944
    font-size: 0.8em;
4945
    color: #ddd;
4946
}
4947

    
4948
.overlay .overlay-header .subtitle img {
4949
    vertical-align: middle;
4950
    margin-left: 10px;
4951
    margin-bottom: 2px;
4952
}
4953

    
4954
.overlay-info .msg-log-entry .src {
4955
    color: #4085A5;
4956
    float: right;
4957
    font-size: 0.9em;
4958
}
4959

    
4960
.overlay-info .msg-log-entry .date {
4961
    font-style: italic;
4962
}
4963

    
4964
.overlay-info .msg-log-entry pre {
4965
    color: #333;
4966
    width: 100%;
4967
    display: none;
4968
    margin: 10px 0;
4969
}
4970

    
4971
.msg-log-entry.warning {
4972
    color: #E57F01;
4973
}
4974

    
4975
.overlay-info .msg-log-entry.with-details .src {
4976
    margin-right: 15px;
4977
}
4978

    
4979
.overlay-info .msg-log-entry.with-details {
4980
    cursor: pointer;
4981
}
4982

    
4983
.overlay-info .msg-log-entry.with-details {
4984
    background-image: url("../images/plus-8-dark.png");
4985
    background-repeat: no-repeat;
4986
    background-position: 99% 9px;
4987
}
4988

    
4989
.overlay-info .msg-log-entry.with-details.expanded {
4990
    background-image: url("../images/minus-8-dark.png");
4991
}
4992

    
4993
.overlay-info .msg-log-entry .msg {
4994
    display: inline-block;
4995
    margin-left: 10px;
4996
}
4997

    
4998
.overlay-info .msg-log-entry {
4999
    border-bottom: 1px solid #aaa;
5000
    padding: 5px;
5001
}
5002

    
5003
.overlay-info .description.subinfo {
5004
    border: none !important;
5005
    padding-top: 0 !important;
5006
}
5007

    
5008
.overlay-info .content {
5009
    background-repeat: no-repeat;
5010
    background-position: 110% 110%;
5011
    background-color: rgba(255,255,255,0.6)
5012
}
5013

    
5014
.overlay-info .overlay-header {
5015
    background-color: #4085A5;
5016
}
5017

    
5018
.overlay-info .overlay-header .title {
5019
    color: #fff;
5020
}
5021

    
5022
.overlay-info .overlay-header .closeme {
5023
    color: #fff;
5024
}
5025

    
5026
#loading-view {
5027
    width: 400px;
5028
    margin: 0 auto;
5029
    padding: 20px 0;
5030
    font-size: 0.8em;
5031
}
5032

    
5033
#loading-view .header.off {
5034
    color: #829096;
5035
}
5036

    
5037
#loading-view .header.on {
5038
    color: #fff;
5039
    background-image: url("../images/icons/indicators/small/progress.gif");
5040
}
5041

    
5042
#loading-view .header.done {
5043
    color: #2B6681;
5044
    background-image: url("../images/check.png");
5045
}
5046

    
5047
#loading-view .header {
5048
    font-size: 0.9em;
5049
    text-align: left;
5050
    border-bottom: 1px solid #578BA3;
5051
    margin-bottom: 10px;
5052
    padding-bottom: 6px;
5053
    background-repeat: no-repeat;
5054
    background-position: 380px 0px;
5055
}
5056

    
5057
#loading-view .header span {
5058
    font-weight: bold;
5059
    color: #4085A5;
5060
}
5061

    
5062
#loading-view .info {
5063
    color: #ddd;
5064
}
5065

    
5066
.options-list {
5067
    margin-top: 0.5em;
5068
    font-size: 0.8em;
5069
}
5070

    
5071
.options-list.four li {
5072
    float: left;
5073
    display: block;
5074
    width: 25%;
5075
    margin-bottom: 5px;
5076
}
5077

    
5078
.options-list.five li:nth-child(4n) .options-object-cont {
5079
    margin-right: 0;
5080
}
5081

    
5082
.options-list.five li {
5083
    float: left;
5084
    display: block;
5085
    width: 20%;
5086
    margin-bottom: 5px;
5087
}
5088

    
5089
.options-list.five li:nth-child(5n) .options-object-cont {
5090
    margin-right: 0;
5091
}
5092

    
5093
.options-object-cont input {
5094
    border: 1px solid #aaa;
5095
    width: 92px;
5096
    padding: 0;
5097
    margin: 0;
5098
    margin-top:3px;
5099
    padding: 2px;
5100
}
5101

    
5102
.options-list.three li {
5103
    float: left;
5104
    display: block;
5105
    width: 33%;
5106
    margin-bottom: 5px;
5107
}
5108

    
5109
.meta-list .options-list.three li.options-object.create .options-object-cont {
5110
  background-position: 95% 5px;
5111
}
5112

    
5113
.meta-list .options-list.four li.options-object.create .options-object-cont {
5114
  background-position: 97% 5px;
5115
}
5116

    
5117
.meta-list .options-list li.options-object.create .options-object-cont {
5118
    background-image: url("../images/option-action-add.png");
5119
    background-repeat: no-repeat;
5120
    background-position: 90px 5px;
5121
}
5122

    
5123
.meta-list .options-list li .options-object-cont .option-action,
5124
.meta-list .options-list li.options-object.create {
5125
    cursor: pointer !important;
5126
}
5127

    
5128
.meta-list .options-list li .options-object-cont {
5129
    cursor: inherit;
5130
}
5131

    
5132
.options-list li .options-object-cont {
5133
    padding: 5px;
5134
    margin-right: 4px;
5135
    border: 1px solid #A6D1E6;
5136
    cursor: pointer;
5137
    min-height: 35px;
5138
    position: relative;
5139
}
5140

    
5141
.options-list.three li:nth-child(3n) .options-object-cont {
5142
    margin-right: 0;
5143
}
5144

    
5145
.options-list li.selected .options-object-cont {
5146
    background-color: #efefef;
5147
    border: 2px solid #4085A5;
5148
    padding: 4px;
5149
}
5150

    
5151
.options-list li.selected .options-object-cont .title {
5152
}
5153

    
5154
.options-list li.options-object .title {
5155
    display: block;
5156
    color: #FF7F2A;
5157
    margin-bottom: 2px;
5158
}
5159

    
5160
.options-list li .option-action {
5161
    display: none;
5162
    position: absolute;
5163
    background-repeat: no-repeat;
5164
}
5165

    
5166
.options-list.five li.editing {
5167
    width: 40%;
5168
}
5169

    
5170
.options-list.five li.editing .value {
5171
    display: none;
5172
}
5173

    
5174
.options-list li .remove {
5175
    background-image: url("../images/option-action-remove.png");
5176
    width:10px;
5177
    height:10px;
5178
    right:5px;
5179
    top: 5px;
5180
}
5181

    
5182
.options-list li .edit {
5183
    background-image: url("../images/option-action-edit.png");
5184
    width:10px;
5185
    height:10px;
5186
    right:5px;
5187
    bottom: 8px;
5188
}
5189

    
5190
.options-list li:hover .option-action  {
5191
    display: block;
5192
}
5193

    
5194
.options-list li.options-object .value {
5195
    color: #4085A5;
5196
    margin-top: 5px;
5197
    display: block;
5198
}
5199

    
5200
.options-list li.selected.options-object .value {
5201
}
5202

    
5203
.options-list li .options-object-cont:hover {
5204
    background-color: #fff;
5205
}
5206

    
5207
.options-list li.selected .options-object-cont:hover {
5208
    background-color: #fff;
5209
}
5210

    
5211
.options-list li img {
5212
    float: left;
5213
    margin:2px;
5214
    margin-right: 10px;
5215
    padding-bottom:10px;
5216
}
5217

    
5218
#network-vms-select-content li.options-object .value {
5219
    margin-top: 10px;
5220
    margin-left: 30px;
5221
}
5222

    
5223
#network-vms-select-content li.options-object:hover .options-object-cont,
5224
#network-vms-select-content li.options-object .options-object-cont {
5225
    background-image: url("../images/option-action-add-dark.png");
5226
    background-repeat: no-repeat;
5227
    background-position: 160px 28px;
5228
}
5229

    
5230
#network-vms-select-content li.selected:hover .options-object-cont,
5231
#network-vms-select-content li.selected .options-object-cont {
5232
    background-image: url("../images/option-action-remove.png") !important;
5233
}
5234

    
5235
#metadata-overlay-content .view .value {
5236
    margin-top: 10px;
5237
}
5238

    
5239
#metadata-overlay-content {
5240
    position: relative;
5241
}
5242

    
5243
.vm-meta .editor .predefined .predefined-meta-key:hover {
5244
    background-color: #4e8eac;
5245
    color: #fff;
5246
}
5247

    
5248
.vm-meta .editor .predefined .predefined-meta-key {
5249
    float: left;
5250
    margin-right: 5px;
5251
    padding: 4px;
5252
    display: block;
5253
    cursor: pointer;
5254
}
5255

    
5256
.vm-meta .editor .predefined {
5257
    background-color: #A6D1E6;
5258
    font-size: 0.9em;
5259
    border-top: 1px solid #ddd;
5260
}
5261

    
5262
.vm-meta .editor input {
5263
}
5264
.vm-meta .editor {
5265
    margin-bottom: 10px;
5266
}
5267

    
5268
.vm-meta .editor .form-actions .form-action {
5269
    min-width: 50px;
5270
}
5271

    
5272
.vm-meta .editor .form-field input.meta-key {
5273
    width: 90px;
5274
}
5275

    
5276
.vm-meta .form-field {
5277
    float: left;
5278
}
5279

    
5280
.vm-meta .form-actions .form-action {
5281
    float: left;
5282
    margin-right: 10px;
5283
    height: 11px;
5284
}
5285

    
5286
.vm-meta .editor .form-actions .cancel {
5287
    margin-right: 0;
5288
}
5289

    
5290
.vm-meta .editor .form-actions {
5291
    float: right;
5292
    margin:0;
5293
    padding:0;
5294
    margin-left: 15px;
5295
    margin-top: 0px;
5296
}
5297

    
5298
.vm-meta .editor {
5299
    background-color: rgba(64, 133, 165, 0.898) !important;
5300
    background-color: #649DB8;
5301
    font-size:0.9em;
5302
}
5303

    
5304
.vm-meta .meta-key-title {
5305
    font-size: 1.3em;
5306
    color: #fff;
5307
    margin-bottom: 10px;
5308
    display: none;
5309
    float: left;
5310
}
5311

    
5312
.vm-meta .editor-content {
5313
    padding: 10px;
5314
}
5315

    
5316
.vm-meta .inner-mask {
5317
    background-color: #fff;
5318
    opacity:0.6;
5319
    position: absolute;
5320
    top:0;
5321
    left:0;
5322
}
5323

    
5324
.vm-meta .editor label {
5325
    float: left;
5326
    color: #fff;
5327
    margin-right: 2px;
5328
    padding-top:4px;
5329
    font-size: 0.9em;
5330
}
5331

    
5332
.vm-meta .editor input {
5333
    border: none;
5334
    width: 170px;
5335
    margin-left: 10px;
5336
    font-size: 0.9em;
5337
    padding: 4px;
5338
}
5339

    
5340
.vm-meta li.create .options-object-cont {
5341
    background-color: #B3C9AD ;
5342
    border-color: #788774;
5343
}
5344
.vm-meta li.create .options-object-cont .value,
5345
.vm-meta li.create .options-object-cont .title {
5346
    color: #fff;
5347
}
5348

    
5349
#createvm-overlay-content {
5350
    padding: 0;
5351
}
5352

    
5353
.overlay-createvm .container {
5354
    width: 624px !important;
5355
}
5356

    
5357
.create-vm .vm-network .list-cont.personalize-cont:last-child .confirm-params {
5358
  margin-right: 0!important;
5359
}
5360

    
5361
.create-vm .vm-network .list-cont.personalize-cont:last-child {
5362
  border-right: none;
5363
  margin-right: 0;
5364
  width: 298px;
5365
}
5366

    
5367
.create-vm .vm-network .list-cont.personalize-cont .confirm-params {
5368
  max-height: 240px;
5369
}
5370

    
5371
.create-vm .vm-network .list-cont.personalize-cont {
5372
  height: 330px;
5373
}
5374

    
5375
.create-vm .vm-network .list-cont.personalize-cont {
5376
    width: 47%;
5377
}
5378

    
5379
.create-vm .header-step.current {
5380
    font-weight: bold;
5381
}
5382

    
5383
.create-vm .create-step-cont {
5384
    min-height: 240px;
5385
}
5386
.create-vm .create-controls {
5387
    padding: 10px;
5388
}
5389

    
5390
.create-vm ul li {
5391
    cursor: pointer;
5392
    padding: 4px;
5393
}
5394

    
5395
.create-vm ul li.selected {
5396
    background-color: #aaa;
5397
}
5398

    
5399
.cont-toggler-wrapper {
5400
  float: left;
5401
  margin-right: 5px;
5402
}
5403

    
5404
.cont-toggler-wrapper.disabled .cont-toggler {
5405
  background-color: #C1CED4;
5406
  background-image: url("../images/down-arrow-lighter.png");
5407
  border-right-color: #C1CED4;
5408
}
5409

    
5410
.cont-toggler-wrapper.disabled .cont-toggler .label {
5411
  color: #eee;
5412
  background-color: #B4C1C7;
5413
}
5414

    
5415
.cont-toggler {
5416
    background-image: url("../images/down-arrow.png");
5417
    background-position: right;
5418
    background-repeat: no-repeat;
5419
    background-color: #A1C8DB;
5420
    display: inline-block;
5421
    border-right: 6px solid #A1C8DB;
5422
    padding:2px;
5423
    padding-right: 14px;
5424
    padding-left:0;
5425
    cursor: pointer;
5426
    color: #fff;
5427
    font-size: 0.9em;
5428
    float: left;
5429
    margin-right: 5px;
5430
}
5431

    
5432
.cont-toggler .label {
5433
    background-color: #98BDCF;
5434
    padding: 2px;
5435
    padding-left: 5px;
5436
    padding-right: 5px;
5437
}
5438

    
5439
.cont-toggler.open {
5440
    background-color: #98BDCF;
5441
    border-color: #98BDCF;
5442
    background-image: url("../images/up-arrow.png");
5443
}
5444

    
5445
.cont-toggler.open .label {
5446
    background-color: #4085A5;
5447
}
5448

    
5449
.overlay .form label {
5450
    font-color: #444;
5451
    margin-right: 10px;
5452
}
5453

    
5454
.form-field.error label {
5455
    color: #ff0000;
5456
    text-decoration: underline;
5457
}
5458

    
5459
.form-field input {
5460
    border: 1px solid #aaa;
5461
    width: 200px;
5462
    padding: 3px;
5463
}
5464

    
5465
.form-actions {
5466
    margin-top: 5px;
5467
    padding-top:5px;
5468
    border-top: 1px solid #64a6c4;
5469
    font-size: 0.8em;
5470
}
5471

    
5472
.form-actions.plain {
5473
    margin-top: 0px;
5474
    padding-top:0px;
5475
    border-top: 0px;
5476
}
5477

    
5478
.form-action {
5479
    float: right;
5480
    min-width: 140px;
5481
    background-color: #FF7F2A;
5482
    border: 1px solid #FF7F2A;
5483
    text-align: center;
5484
    color: #FFFFFF;
5485
    cursor: pointer;
5486
    padding: 4px;
5487
}
5488

    
5489
.form-action:hover {
5490
    background-color: #FF9955;
5491
    color: #FFF;
5492
}
5493

    
5494
.form-action.prev,
5495
.form-action.cancel {
5496
    background-color: #800;
5497
    border: 1px solid #800;
5498
    float: left;
5499
}
5500

    
5501
.form-action.prev:hover,
5502
.form-action.cancel:hover {
5503
    background-color: #CC0000;
5504
    color: #fff;
5505
}
5506

    
5507
.form-action.next,
5508
.form-action.ok {
5509
    background-color: #080;
5510
    border: 1px solid #080;
5511
}
5512

    
5513
.form-action.next:hover,
5514
.form-action.ok:hover {
5515
    background-color: #00aa00;
5516
    color: #fff;
5517
}
5518

    
5519
.form-action .create,
5520
.form-action .submit {
5521

    
5522
}
5523

    
5524
.create-button a.in-progress {
5525
  text-indent: -1000px;
5526
}
5527

    
5528
.create-button a.in-progress,
5529
.form-action.in-progress, button.in-progress {
5530
    background-image: url("../images/icons/indicators/medium/horizontal-progress.gif");
5531
    background-repeat: no-repeat;
5532
    background-position: center center;
5533
    color: transparent;
5534
}
5535

    
5536
#createvm-overlay-content {
5537
    padding: 0;
5538
}
5539

    
5540
.create-vm .image-details.selected .size {
5541

    
5542
}
5543

    
5544
.create-vm .image-details .show-details:hover {
5545
    color: #aaa !important; 
5546
}
5547
.create-vm .image-details.selected .show-details:hover {
5548
    color: #fff !important; 
5549
}
5550

    
5551
.create-vm .image-details.selected .show-details,
5552
.create-vm .image-details.selected .size {
5553
    color: #eee;
5554
}
5555

    
5556
.create-vm .image-details.selected span.owner {
5557
    color: #fff;
5558
}
5559

    
5560

    
5561
.create-vm .image-details p {
5562
    font-size: 0.8em;
5563
    padding-left: 27px;
5564
    display:block;
5565
}
5566

    
5567
.create-vm .image-details span.owner {
5568
    display: block;
5569
    font-size: 0.9em;
5570
    float: right;
5571
    color: #FF7F2A;
5572
    position: absolute;
5573
    top: 5px;
5574
    right: 5px;
5575
}
5576

    
5577
.create-vm .select-image .show-details {
5578
    display: none;
5579
    font-size: 0.8em;
5580
    text-decoration: underline;
5581
    color: #000;
5582
    position: absolute;
5583
    bottom: 5px;
5584
    right: 5px;
5585
}
5586

    
5587
.create-vm .image-details .size {
5588
    margin-top: 2px;
5589
    font-size: 0.8em;
5590
    color: #aaa;
5591
    margin-left: 10px;
5592
}
5593

    
5594
.create-vm .step-cont {
5595
    margin: 15px;
5596
}
5597

    
5598
.create-vm .create-step-cont {
5599
    min-height: 250px;
5600
    float: left;
5601
    width: 624px;
5602
}
5603

    
5604
.create-vm .create-controls {
5605
    padding: 10px;
5606
    border-top: 1px solid #ddd;
5607
}
5608

    
5609
.create-vm .empty {
5610
    font-size: 0.8em;
5611
    color: #444;
5612
}
5613

    
5614
.create-vm h4 {
5615
    color: #5CA1C0;
5616
    margin-bottom: 0.5em;
5617
    font-family: arial;
5618
}
5619
.create-vm ul li {
5620
    cursor: pointer;
5621
    padding: 4px;
5622
    font-size: 0.9em;
5623
}
5624

    
5625
.create-vm .create-step-cont li.ssh-key-option.selected,
5626
.create-vm .create-step-cont li.list-item-option.selected,
5627
.create-vm ul li.selected {
5628
    background-color: #FF7F2A;
5629
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5630
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5631
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5632
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5633
    color: #fff;
5634
}
5635

    
5636
.create-vm .images-list-cont.loading .loading-indicator {
5637
    display: block !important;
5638
}
5639

    
5640
.create-vm .images-list-cont .loading-indicator {
5641
    display: none;
5642
    position: absolute;
5643
    right: -13px;
5644
    top: 2px;
5645
    width: 30px;
5646
    height: 10px;
5647
    background-repeat: no-repeat;
5648
    background-image: url("../images/icons/indicators/medium/progress.gif");
5649
}
5650

    
5651
.create-vm .images-list-cont h4 {
5652
    position: relative;
5653
}
5654

    
5655
.create-vm .images-list-cont {
5656
    width: 40%;
5657
    float: left;
5658
    padding-left: 3%;
5659
    padding-right: 3%;
5660
}
5661

    
5662
.create-vm li p.desc {
5663
    font-size: 0.9em;
5664
}
5665

    
5666
.create-vm p.desc.warning {
5667
    color: #880000;
5668
}
5669

    
5670
.create-vm p.desc.empty {
5671
    color: #000;
5672
}
5673

    
5674
.create-vm p.desc {
5675
    font-size: 0.8em;
5676
    color: #888;
5677
    margin-bottom: 10px;
5678
}
5679

    
5680
.create-vm li.role .values .val:hover {
5681
    background-color: #eee;
5682
}
5683
.create-vm li.role .values .val.selected,  .create-vm li.role .values .val.selected:hover {
5684
    color: #fff;
5685
    background-color: #FF9955;
5686
}
5687

    
5688
.create-vm .images-filter-cont, .create-vm .flavors-predefined-cont {
5689
    width: 18%;
5690
    padding-right: 4%;
5691
    float:left;
5692
    border-right: 1px solid #A1C8DB;
5693
    overflow: auto;
5694
}
5695

    
5696
.create-vm .flavor-options-cont {
5697
    width: 74%;
5698
    float: left;
5699
    margin-left: 20px;
5700
}
5701

    
5702
.create-vm .flavor-options-cont .flavor-options li:hover {
5703
    background-image:-webkit-linear-gradient(top, #E8F4FA, #D1E7F0);
5704
    background-image:-o-linear-gradient(top, #E8F4FA, #D1E7F0);
5705
    background-image:-moz-linear-gradient(top, #E8F4FA, #D1E7F0);
5706
    background-image:linear-gradient(top, #E8F4FA, #D1E7F0);
5707
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8F4FA', endColorstr='#D1E7F0', GradientType=0);
5708
}
5709

    
5710
.create-vm .flavor-options-cont .flavor-options li.disabled * {
5711
    color: #eee !important;
5712
}
5713

    
5714
.create-vm .flavor-options-cont .flavor-options li.disabled {
5715
    background-image:linear-gradient(top, #aaa, #ddd);
5716
    background-image:-webkit-linear-gradient(top, #aaa, #ddd);
5717
    background-image:-o-linear-gradient(top, #aaa, #ddd);
5718
    background-image:-moz-linear-gradient(top, #aaa, #ddd);
5719
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#dddddd', GradientType=0);
5720
}
5721

    
5722
.create-vm .flavor-options-cont .flavor-options li.selected {
5723
    background-color: #FF9955;
5724
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5725
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5726
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5727
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5728
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9955', endColorstr='#E88B4D', GradientType=0);
5729
    border: 1px solid #C97943;
5730
}
5731

    
5732
.create-vm .predefined-list li.disabled {
5733
    color: #ddd !important;
5734
}
5735

    
5736
.create-vm .flavor-options-cont .flavor-options li {
5737
    display: block;
5738
    float: left;
5739
    margin-right: 10px;
5740
    margin-bottom: 9px;
5741
    padding: 9px 14px;
5742
    border: 1px solid #aaa;
5743
    background-image:-webkit-linear-gradient(top, #D1E7F0, #E8F4FA);
5744
    background-image:-o-linear-gradient(top, #D1E7F0, #E8F4FA);
5745
    background-image:-moz-linear-gradient(top, #D1E7F0, #E8F4FA);
5746
    background-image:linear-gradient(top, #D1E7F0, #E8F4FA);
5747
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1E7F0', endColorstr='#E8F4FA', GradientType=0);
5748
}
5749

    
5750
.create-vm .flavor-opts-list.compact li {
5751
    padding: 7px 9px;
5752
    margin-right: 7px;
5753
}
5754

    
5755
.create-vm .flavor-options-cont .flavor-options {
5756
    margin-bottom: 2px;
5757
}
5758

    
5759

    
5760
.create-vm .flavor-options .metric {
5761
    font-size: 0.8em;
5762
    margin-left: 2px;
5763
}
5764

    
5765
.create-vm .flavor-options span.available {
5766
  font-size: 0.8em;
5767
  font-weight: normal;
5768
  margin-left: 5px;
5769
}
5770

    
5771
.create-vm .flavor-options span.title {
5772
    color: #444;
5773
}
5774

    
5775
.create-vm .flavor-options span.desc {
5776
    display: block;
5777
    color: #aaa;
5778
    font-weight: normal;
5779
    font-size: 0.8em;
5780
    float: right;
5781
    margin-top: 4px;
5782
}
5783

    
5784
.disktip {
5785
    padding: 4px;
5786
    top: 20px;
5787
}
5788

    
5789
.create-vm .flavor-options .flavors-disk-template-list {
5790
    position: relative;
5791
}
5792

    
5793
.create-vm .flavor-options .disk_template.option {
5794
    z-index: 10;
5795
    min-width: 50px;
5796
    text-align: center;
5797
}
5798

    
5799
/*0 position is -470px*/
5800
.create-vm .flavor-options .disk-template-description {
5801
    font-size: 0.8em;
5802
    color: #444;
5803
    background-image: url("../images/horizontal-pointer.png");
5804
    background-repeat: repeat-x;
5805
    background-position: -470px 0;
5806
    padding-top: 15px;
5807
    margin-top: -10px;
5808
    font-style: italic;
5809
    display:block;
5810
    overflow: auto;
5811
    padding-bottom: 0px;
5812
    margin-bottom: 7px;
5813
    width: 100%;
5814
}
5815

    
5816
.create-vm .flavor-options .disk_template.option .description {
5817
    display: none;
5818
    position: absolute;
5819
    bottom: -20px;
5820
    left:0;
5821
    color: #888;
5822
    font-style: italic;
5823
    display: block;
5824
    background-color: #fff;
5825
    width: 100%;
5826
    text-align: left;
5827
    z-index: 0;
5828
    border-top: 1px solid #ddd;
5829
    padding-top: 3px;
5830
    display: none;
5831
}
5832

    
5833
.create-vm .flavor-options .selected .value {
5834
    color: #FFF;
5835
}
5836

    
5837
.create-vm .flavor-options .value {
5838
    font-weight: bold;
5839
    color: #5CA1C0;
5840
}
5841

    
5842
.create-vm .flavor-options-cont h4 {
5843
    border-bottom: 1px solid #A1C8DB;
5844
    padding-bottom: 5px;
5845
}
5846

    
5847
.create-vm .images-info-cont {
5848
    width: 28%;
5849
    padding-left: 3%;
5850
    float: left;
5851
    border-left: 1px solid #A1C8DB;
5852
}
5853

    
5854
.create-vm .select-image.wide .show-details {
5855
    display: inline;
5856
}
5857

    
5858
.create-vm .select-image .images-info-cont .hide {
5859
    display: none;
5860
}
5861

    
5862
.create-vm .select-image.wide .images-info-cont .hide {
5863
    display: block;
5864
    float: right;
5865
    position: absolute;
5866
    right: 10px;
5867
    top: 10px;
5868
    font-size: 0.8em;
5869
    text-decoration: underline;
5870
    color: #5CA1C0;
5871
    cursor: pointer;
5872
}
5873

    
5874
.create-vm .select-image.wide .images-list-cont {
5875
    width: 74%;
5876
    padding-right: 0;
5877
}
5878

    
5879
.create-vm .select-image.wide .images-info-cont .description .title {
5880
    display: none;
5881
    float: none;
5882
}
5883

    
5884
.create-vm .select-image.wide .images-info-cont .description p {
5885
    background-color: #fff;
5886
    border: 1px solid #ddd;
5887
    padding: 10px;
5888
    float: none;
5889
}
5890

    
5891
.create-vm .select-image.wide .selected .size {
5892
    color: #FFF !important;
5893
}
5894

    
5895
.create-vm .select-image.wide .image-details .size {
5896
    color: #5CA1C0;
5897
    position: absolute;
5898
    top: 5px;
5899
}
5900

    
5901
.create-vm .select-image.wide .images-info-cont h3 {
5902
    color: #5CA1C0;
5903
    margin: 10px 0;
5904
    margin-top: 5px;
5905
    text-align: left;
5906
    font-size: 0.9em;
5907
}
5908

    
5909
.create-vm .select-image.wide .images-info-cont .description p {
5910
    height: 50px;
5911
}
5912

    
5913
.create-vm .select-image.wide .images-info-cont .description {
5914
    width: 100% !important;
5915
    float: none !important;
5916
    background-color: transparent !important;
5917
    padding: 0 !important;
5918
    font-size: 1.1em;
5919
}
5920
.create-vm .select-image.wide .images-info-cont .extra-details {
5921
    height: 160px;
5922
    overflow-y: scroll;
5923
    padding-right: 15px;
5924
}
5925

    
5926
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title .custom {
5927
    display: inline-block;
5928
}
5929

    
5930
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title {
5931
    background-color: #999 !important;
5932
    border-color: #888 !important;
5933
}
5934
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail .custom {
5935
    float: right;
5936
    display: none;
5937
    font-size: 0.8em;
5938
    margin-left: 10px;
5939
    color: #DDD;
5940
    margin-top: 2px;
5941
}
5942

    
5943
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail {
5944
    padding: 0px;
5945
    background-color: transparent;
5946
    margin-bottom: 4px;
5947
}
5948

    
5949
.create-vm .select-image.wide .images-info-cont .extra-details .title {
5950
    float: left;
5951
    display: block;
5952
    width: 39%;
5953
    padding: 1%;
5954
    background-color: #5CA1C0;
5955
    color: #fff;
5956
    border: 1px solid #4F8DAA;
5957
    font-size: 0.8em;
5958
}
5959

    
5960
.create-vm .select-image.wide .images-info-cont .extra-details .value {
5961
    float: right;
5962
    display: block;
5963
    width: 55%;
5964
    padding: 1%;
5965
    border: none;
5966
    background-color: #FFF;
5967
    color: #444;
5968
    border: 1px solid #ddd;
5969
    margin-bottom: 0px;
5970
    font-size: 0.8em;
5971
}
5972

    
5973

    
5974
.create-vm .select-image.wide .images-info-cont .image-detail {
5975
}
5976

    
5977
.create-vm .select-image.wide ul.images-list {
5978
    height: 310px;
5979
    overflow-y: scroll;
5980
    padding-right: 3%;
5981
}
5982

    
5983
.flavors-predefined-cont {
5984

    
5985
}
5986

    
5987
.flavor-options-cont {
5988
}
5989

    
5990
.create-vm .select-image.wide .images-info-cont {
5991
    position: absolute;
5992
    width: 88%;
5993
    background-color: #DAE9F0;
5994
    padding: 2%;
5995
    border-left: none;
5996
    height: 320px;
5997
    box-shadow: 0px 0px 2px #aaa;
5998
    -moz-box-shadow: 0px 0px 2px #aaa;
5999
    -webkit-box-shadow: 0px 0px 2px #aaa;
6000
    display: none;
6001
}
6002

    
6003

    
6004
.create-vm .images-info-cont h4, .create-vm .create-step-cont .param h4{
6005
    color: #FF9955;
6006
    margin-bottom: 1em;
6007
    font-size: 1.2em;
6008
}
6009

    
6010
.create-vm .images-info-cont span.title {
6011
    color: #4085A5;
6012
    display: block;
6013
    margin-bottom: 2px;
6014
    font-size: 0.8em;
6015
}
6016

    
6017
.create-vm .type-filter li {
6018
    font-size: 0.8em;
6019
    /*font-weight: bold;*/
6020
    padding: 4px;
6021
    margin-bottom: 0px;
6022
    color: #FF7F2A;
6023
}
6024

    
6025
.create-vm .images-list li {
6026
    min-height: 30px;
6027
}
6028
.create-vm .images-list .image-details:hover {
6029
    background-color: #eee;
6030
}
6031

    
6032
.create-vm .images-list .image-details.selected:hover {
6033
    background-color: #FF7F2A;
6034
}
6035

    
6036
.create-vm .images-list .image-details.selected {
6037
    /*font-weight: bold;*/
6038
}
6039

    
6040
.create-vm .images-list .image-details {
6041
    padding: 6px;
6042
    margin-bottom:1px;
6043
    position: relative;
6044
}
6045

    
6046
.create-vm .images-list .image-details img {
6047
    vertical-align: middle;
6048
    margin-right: 10px;
6049
}
6050

    
6051
.create-vm .images-info-cont .image-detail:last-child p {
6052
    border-bottom: none;
6053
}
6054

    
6055
.create-vm .images-info-cont h4 img {
6056
    vertical-align: middle;
6057
    margin-right: 7px;
6058
    margin-bottom: 5px;
6059
}
6060

    
6061
.create-vm .images-info-cont .description p {
6062
    font-size: 0.8em;
6063
}
6064

    
6065
.create-vm .images-info-cont p {
6066
    margin-bottom: 7px;
6067
    font-size: 0.9em;
6068
    border-bottom: 1px solid #A1C8DB;
6069
    padding-bottom: 7px;
6070
}
6071

    
6072
.create-vm .step-header {
6073
    padding-bottom:0;
6074
    position: relative;
6075
}
6076

    
6077
.create-vm .step-header .header-step .info span.subtitle {
6078
    font-size: 1.2em;
6079
    color: #fff;
6080
    font-weight: bold;
6081
}
6082

    
6083
.create-vm .step-header .header-step .info span {
6084
    float: none;
6085
    text-align: right;
6086
}
6087

    
6088
.create-vm .step-header .header-step .info {
6089
    position: absolute;
6090
    right: 15px;
6091
    top: 20px;
6092
    font-size: 0.8em;
6093
}
6094

    
6095
.create-vm .step-header .header-step span {
6096
    float: left;
6097
    display: block;
6098
}
6099

    
6100
.create-vm .steps-container {
6101
    width: 2000em;
6102
}
6103

    
6104
.create-vm .step-header .header-step .title {
6105
    margin-top: 20px;
6106
    font-size: 1em;
6107
    margin-left: 10px;
6108
}
6109

    
6110
#createvm-overlay-content {
6111
    width: 624px;
6112
    overflow: hidden;
6113
}
6114

    
6115
.create-vm .steps-history .steps-history-cont.current .title {
6116
    display: block;
6117
    top: 23px;
6118
    left: 43px;
6119
    font-size: 1.2em;
6120
    color: #ffffff;
6121
    font-weight: bold;
6122
    font-family: 'Ubuntu', sans-serif !important;
6123
}
6124

    
6125
.create-vm .steps-history .steps-history-cont.current .subnum {
6126
    display: none;
6127
    float: none;
6128
    font-size: 0.9em;
6129
    font-family: 'Ubuntu', sans-serif  !important;
6130
}
6131

    
6132
.create-vm .steps-history .steps-history-cont.current .subtitle,
6133
.create-vm .steps-history .steps-history-cont.current .description {
6134
    font-family: 'Ubuntu', sans-serif  !important;
6135
}
6136

    
6137
.create-vm .steps-history .steps-history-cont.current .info {
6138
    display: block;
6139
    font-family: 'Ubuntu', sans-serif !important;
6140
}
6141

    
6142
.create-vm .steps-history .steps-history-cont.completed .title,
6143
.create-vm .steps-history .steps-history-cont.completed .num {
6144
    color: #A1C8DB;
6145
}
6146

    
6147
.create-vm .steps-history .steps-history-cont.completed {
6148
    background-color: #4085A5;
6149
    color: #fff;
6150
    cursor: pointer;
6151
}
6152

    
6153
.create-vm .steps-history .steps-history-cont.completed .steps-history-step {
6154
    background-image: url("../images/check.png");
6155
}
6156

    
6157
.create-vm .steps-history .steps-history-cont.current .steps-history-step {
6158
    width: 320px;
6159
}
6160

    
6161
.create-vm .steps-history .steps-history-cont.current .num {
6162
    color: #fff;
6163
}
6164

    
6165
.create-vm .steps-history .steps-history-cont.current .info {
6166
    color: #4085A5;
6167
    font-size: 0.8em;
6168
}
6169

    
6170
.create-vm .steps-history .steps-history-cont.current {
6171
    background-color: #A1C8DB;
6172
    color: #fff;
6173
    width: 416px;
6174
}
6175

    
6176
.create-vm .steps-history-step {
6177
    padding: 4px;
6178
    padding-left: 7px;
6179
    font-size: 1em;
6180
    font-family: 'Ubuntu', sans-serif  !important;
6181
    margin-right: 5px;
6182
    padding-top: 12px;
6183
    background-position: right 30px;
6184
    background-image: none;
6185
    background-repeat: no-repeat;
6186
}
6187

    
6188
.create-vm .steps-history {
6189
    background-color: #4085A5;
6190
}
6191

    
6192
.create-vm .steps-history .steps-history-cont.last {
6193
    border-right: none;
6194
}
6195

    
6196
.create-vm .steps-history .steps-history-cont .num {
6197
    margin-left: 5px;
6198
    margin-top: -10px;
6199
    padding-bottom: 10px;
6200
}
6201

    
6202
.create-vm .steps-history .steps-history-cont .title {
6203
    display: none;
6204
    position: absolute;
6205
    bottom: 0px;
6206
    text-align: center;
6207
    padding-bottom: 2px;
6208
    left:0;
6209
    width: 55px;
6210
    margin-left:0;
6211
    margin-top:0;
6212
    font-size: 0.8em;
6213
}
6214

    
6215
.create-vm .steps-history .steps-history-cont .subnum,
6216
.create-vm .steps-history .steps-history-cont .info {
6217
    display: none;
6218
}
6219

    
6220
.create-vm .steps-history .steps-history-cont {
6221
    height: 70px;
6222
    width: 51px;
6223
    float: left;
6224
    color: #fff;
6225
    border-right: 1px solid #A1C8DB;
6226
    color: #A1C8DB;
6227
    background-color: #4085A5;
6228
    background-position: center right;
6229
    background-image: none;
6230
    background-repeat: no-repeat;
6231

    
6232
    -webkit-transition: background-color .15s ease-in;
6233
    -o-transition: background-color .15s ease-in;
6234
    -moz-transition: background-color .15s ease-in;
6235
    transition: background-color .15s ease-in;
6236

    
6237
    border-bottom: 1px solid #aaa;
6238
}
6239

    
6240
.create-vm .step-header .header-step .num {
6241
    color: #225871;
6242
    font-size: 4em;
6243
    margin-bottom: -5px;
6244
    font-family: 'Ubuntu', sans-serif;
6245
    font-weight: normal !important;
6246
}
6247

    
6248
.create-vm .step-header .header-step {
6249
    color: #;
6250
    margin-bottom: -6px;
6251
    width: 25%;
6252
    padding-left: 0%;
6253
    display: block;
6254
    float: left;
6255
}
6256

    
6257
.create-vm .step-header .header-step.current {
6258
    color: #387693;
6259
}
6260

    
6261
.create-vm .image-filters-title {
6262
    margin-top: 1em;
6263
    margin-bottom: 0.5em;
6264
}
6265

    
6266
.create-vm .create-step-cont span.clear {
6267
    font-size: 0.8em;
6268
    font-weight: bold;
6269
    color: #A1C8DB;
6270
    display: block;
6271
}
6272

    
6273
.create-vm .category-filters li {
6274
    float:left;
6275
    display: block;
6276
    padding: 4px;
6277
    background-color: #eee;
6278
    margin-right: 5px;
6279
    font-size: 0.9em;
6280
    margin-bottom: 5px;
6281
}
6282

    
6283
.create-vm .content-cont {
6284
    height: 340px;
6285
    overflow: auto;
6286
}
6287

    
6288
.create-vm .vm-confirm .confirm-params span.cval {
6289
    margin-left: 8px;
6290
    color: #444;
6291
}
6292

    
6293
.create-vm .vm-confirm .confirm-params span.ckey {
6294
    color: #4085A5;
6295
    font-weight: bold;
6296
}
6297

    
6298
.create-vm .vm-confirm .confirm-params {
6299
    margin-bottom: 15px;
6300
}
6301

    
6302
.create-vm .vm-confirm h3.vm-name {
6303
    background-repeat: no-repeat;
6304
    background-position: left center;
6305
    font-size: 1.4em;
6306
    padding-left: 1.45em;
6307
    color: #4085A5;
6308
}
6309

    
6310
.create-vm .images-list-cont h4 a {
6311
    margin-top: 3px;
6312
    margin-right: -2px !important;
6313
}
6314
.create-vm .images-list-cont h4 a,
6315
.create-vm .list-cont h4 a {
6316
    font-size: 0.8em;
6317
    font-weight: normal;
6318
    margin-right: 5px;
6319
    float: right;
6320
    color: #FF7F2A;
6321
}
6322

    
6323
.create-vm .confirm-params {
6324
    overflow: auto;
6325
}
6326

    
6327
.create-vm .vm-confirm .ssh.confirm-params {
6328
    max-height: 150px;
6329
}
6330

    
6331
.create-vm .personalize-cont .confirm-params {
6332
    max-height: 160px;
6333
    margin-right: 10px;
6334
}
6335

    
6336
.create-vm .personalize-cont,
6337
.create-vm .confirm-cont {
6338
    height: 250px;
6339
}
6340

    
6341
.create-vm .image-warning p {
6342
  width: 80%;
6343
  float: left;
6344
}
6345

    
6346
.create-vm .image-warning .untrusted-image-confirm:hover {
6347
  background-color: #7D674E;
6348
}
6349

    
6350
.create-vm .image-warning .untrusted-image-confirm {
6351
  display: inline-block;
6352
  padding: 5px;
6353
  background-color: #5C4D39;
6354
  color: #FFF;
6355
  width: 10%;
6356
  float: right;
6357
  margin-top: 4px;
6358
  margin-right: 2px;
6359
  cursor: pointer;
6360
  text-align: center;
6361
}
6362

    
6363
.create-vm .image-warning {
6364
  display: none;
6365
  background-color: #987249;
6366
  color: #fff;
6367
  padding: 10px 15px;
6368
  font-size: 0.9em;
6369
  border-top: 1px solid #AAA;
6370
}
6371

    
6372
.create-vm .create-step-cont .rename input.rename-field {
6373
    font-size: 1.4em;
6374
    padding: 5px;
6375
    width: 93%;
6376
    padding-left: 30px;
6377
    background-position: 7px center;
6378
    background-repeat: no-repeat;
6379
}
6380

    
6381
.create-vm .create-step-cont .rename label {
6382
    display: block;
6383
}
6384

    
6385
.create-vm .create-step-cont .personalize-conts,
6386
.create-vm .create-step-cont .confirm-conts {
6387
    margin-top: 20px;
6388
}
6389

    
6390
.create-vm .create-step-cont .personalize-cont,
6391
.create-vm .create-step-cont .confirm-cont {
6392
    width: 30%;
6393
    margin-right: 2%;
6394
    border-right: 1px solid #A1C8DB;
6395
    float: left;
6396
}
6397

    
6398
.create-vm .create-step-cont .confirm-cont ul li .title {
6399
    width: 55px;
6400
    float: left;
6401
}
6402

    
6403
.create-vm .create-step-cont .list-cont ul li .value {
6404
    float: right;
6405
    padding-top: 2px;
6406
    display: block;
6407
    width: 90px;
6408
    text-align: right;
6409
}
6410

    
6411
.create-vm .create-step-cont .list-cont ul li.flavor-disktype .value {
6412
    width: 45px;
6413
}
6414

    
6415
.create-vm .create-step-cont .list-cont ul li.image-description .value,
6416
.create-vm .create-step-cont .list-cont ul li.image-name .value {
6417
    float: none;
6418
    width: auto;
6419
    text-align:left;
6420
    width: auto;
6421
}
6422

    
6423
.create-vm .create-step-cont .list-cont ul li {
6424
    padding:0;
6425
    margin:0;
6426
    margin-bottom: 5px;
6427
    border-bottom: 1px solid #EEE;
6428
    padding-bottom: 7px;
6429
    margin-right: 10px;
6430
}
6431

    
6432
.create-vm .create-step-cont li.ssh-key-option .check,
6433
.create-vm .create-step-cont li.list-item-option .check {
6434
    float: right;
6435
    margin-right: 5px;
6436
    margin-top: 0px;
6437
}
6438

    
6439
.create-vm .create-step-cont li.ssh-key-option.selected {
6440
}
6441
.create-vm .create-step-cont li.ssh-key-option.selected:hover,
6442
.create-vm .create-step-cont li.list-item-option.selected:hover {
6443
    background-color: #F95;
6444
}
6445

    
6446
.create-vm .create-step-cont li.ssh-key-option:hover,
6447
.create-vm .create-step-cont li.list-item-option:hover {
6448
    background-color: #eee;
6449
}
6450

    
6451
.create-vm .create-step-cont li.ssh-key-option.selected {
6452
}
6453

    
6454
.create-vm .create-step-cont li.ssh-key-option,
6455
.create-vm .create-step-cont li.list-item-option {
6456
    padding: 6px !important;
6457
}
6458

    
6459
.create-vm .create-step-cont .list-cont.ssh {
6460
    width: 60%;
6461
}
6462

    
6463
.create-vm .create-step-cont .list-cont.meta h4 {
6464
    margin-right: 0;
6465
}
6466

    
6467
.create-vm .create-step-cont .list-cont.meta {
6468
    margin-right:0;
6469
    border-right: none;
6470
    width: 195px;
6471
    overflow: hidden;
6472
    overflow-y: auto;
6473
}
6474

    
6475
.create-vm .list-cont > h4 {
6476
    font-size: 1.2em;
6477
    margin-right: 10px;
6478
    border-bottom: 1px solid #A1C8DB;
6479
    padding-bottom: 5px;
6480
    color: #387693;
6481
}
6482

    
6483
.create-vm .list-cont .param.image-name {
6484
    margin-bottom: 0 !important;
6485
    border-bottom: none !important;
6486
}
6487

    
6488
.create-vm .list-cont .param h4 {
6489
    margin-bottom: 0px !important;
6490
    font-size: 1.1em !important; 
6491
}
6492

    
6493
.create-vm .list-cont .param {
6494
    margin-bottom: 7px !important;
6495
}
6496

    
6497
.create-vm .list-cont .value {
6498
    font-weight: bold;
6499
}
6500

    
6501
.create-vm .list-cont .param .value {
6502
    font-size: 0.9em;
6503
}
6504

    
6505
.create-vm .list-cont .param .title {
6506
    color: #387693;
6507
}
6508

    
6509
.create-vm .list-cont .image-description {
6510
    margin-left:0;
6511
}
6512

    
6513
.create-vm .list-cont .image-description .value {
6514
    font-weight: normal;
6515
    margin-left: 0 !important;
6516
}
6517

    
6518
.create-vm .list-cont .image-description .title {
6519
    display: none;
6520
    font-size: 0.8em;
6521
}
6522

    
6523
.create-vm .list-cont.meta .values span {
6524
    display:block;
6525
    float: left;
6526
    margin-right: 4px;
6527
    border: 1px solid #eee;
6528
    padding:3px;
6529
    margin-bottom: 4px;
6530
    font-size: 0.9em;
6531
}
6532

    
6533
.create-vm .list-cont.meta .key {
6534
    font-weight: bold;
6535
    font-size: 0.9em;
6536
    display: block;
6537
    margin-bottom: 5px;
6538
}
6539

    
6540
.create-vm .meta input {
6541
    font-size: 0.8em;
6542
}
6543

    
6544
.create-vm .network-select {
6545
  height: 278px;
6546
  overflow-y: scroll;
6547
  padding-right: 10px;
6548
}
6549

    
6550
.vm-connect .connect-cont {
6551
    margin-bottom: 20px;
6552
    border-bottom: 1px solid #A1C8DB;
6553
    padding-bottom: 20px;
6554
}
6555

    
6556
.vm-connect .connection-info {
6557
    padding-bottom: 0px;
6558
    margin-bottom: 0;
6559
    border-bottom: none;
6560
}
6561

    
6562
.vm-connect .connection-info .connect a {
6563
    color: #fff;
6564
}
6565

    
6566
.vm-connect .connection-info .connect {
6567
    background-color: #387693;
6568
    color: #fff;
6569
    padding: 10px;
6570
    font-size: 1.2em;
6571
    text-align: center;
6572
}
6573

    
6574
.clip-copy {
6575
    display: block;
6576
    width: 20px;
6577
    height: 20px;
6578
    position: absolute;
6579
    border: 1px solid #387693;
6580
    background-image: url("../images/clipboard.png");
6581
    background-repeat: no-repeat;
6582
    background-position: center;
6583
    cursor: pointer;
6584
    background-color: #A1C8DB;
6585
}
6586

    
6587
.password-cont .clip-copy { right: 10px; top: 8px;}
6588

    
6589

    
6590
input.has-errors {
6591
    border-color: #ff0000;
6592
}
6593

    
6594
.overlay .models-view .previous-view-link {
6595
    margin: -10px;
6596
    margin-bottom:10px;
6597
    padding: 10px 5px;
6598
    background-image: url("../images/left-arrow.png");
6599
    background-repeat: no-repeat;
6600
    background-position: 10px center;
6601
    padding-left: 20px;
6602
    background-color: #93D070;
6603
    cursor: pointer;
6604
    border-bottom: 1px solid #eee;
6605
    text-decoration: underline;
6606
}
6607

    
6608
.icon .suspended-notice {
6609
  right: 192px;
6610
  top: 50px;
6611
}
6612

    
6613
.suspended-notice {
6614
  display: inline-block;
6615
  padding: 4px;
6616
  background-color: #8f1915;
6617
  cursor: pointer;
6618
  position: absolute;
6619
  color: #fff;
6620
  font-size: 0.6em;
6621
  display: none;
6622
}
6623

    
6624
.suspended .suspended-notice {
6625
  display: block;
6626
}
6627

    
6628
.suspended .action-indicator {
6629
  display: none !important;
6630
}
6631

    
6632
.trigger-resize {
6633
    background-image: url("../images/pencil-disabled.png");
6634
    background-position: right 2px;
6635
    background-repeat: no-repeat;
6636
    padding-right: 15px !important;
6637
    cursor: pointer;
6638
}
6639

    
6640
.can-resize .trigger-resize:hover {
6641
    text-decoration: underline;
6642
}
6643

    
6644
.can-resize .trigger-resize {
6645
    font-weight: bold;
6646
    background-image: url("../images/pencil.png");
6647
}
6648

    
6649
.vm-resize .flavor-options-cont {
6650
  float: none;
6651
  width: 100%;
6652
  margin: 0;
6653
  height: auto;
6654
}
6655

    
6656
.form-action.disabled {
6657
  background-color: #ddd;
6658
  color: #aaa;
6659
  border-color: #999;
6660
}
6661

    
6662
.overlay .form-actions .assign {
6663
  display: none;
6664
}
6665

    
6666

    
6667
.connect-ip #network-vms-select-content li.selected .options-object-cont {
6668
  background-image: none !important;
6669
}
6670

    
6671
.overlay.connect-ip .form-actions .assign {
6672
  display: block;
6673
}
6674

    
6675
.overlay.connect-ip .form-actions .create {
6676
  display: none;
6677
}
6678

    
6679
.overlay.connect-ip li.options-object .options-object-cont {
6680
  background-image: none !important; 
6681
}
6682

    
6683
.overlay-public-key-create .container {
6684
  font-size: 0.9em;
6685
}
6686

    
6687
/* Additional styles for views.ext module */
6688
.pane-view {
6689
  background-color: #EFF7FA;
6690
}
6691

    
6692
.collection-list-view .collection {
6693
  padding-top: 14px;
6694
}
6695

    
6696
.collection-list-view .collection .create-button {
6697
  margin-bottom: 15px;
6698
}
6699

    
6700
.collection-list-view .collection .create-button a {
6701
  display: inline-block;
6702
  color: black;
6703
  background-color: #FF7F2A;
6704
  cursor: pointer;
6705
  padding: 7px 24px;
6706
  text-decoration: none;
6707
  border-left: 15px solid #FF9955;
6708
  margin-left: -15px;
6709
  font-family: 'Open Sans', sans-serif;
6710
}
6711

    
6712
.pane-view .collection-list-view .model-view {
6713
  width: 100%;
6714
  background-color: transparent;
6715
  font-size: 75%;
6716
}
6717

    
6718
.pane-view .collection-list-view .model-view.actionpending .main-content-inner,
6719
.pane-view .collection-list-view .model-view.subactionpending .main-content-inner,
6720
.pane-view .collection-list-view .model-view.hovered .main-content-inner,
6721
.pane-view .collection-list-view .model-view:hover .main-content-inner {
6722
  background-color: #A1C8DB;
6723
}
6724

    
6725
.pane-view .collection-list-view .model-view .main-content.inner .state-indicator {
6726
  top: 5px;
6727
}
6728

    
6729
.pane-view .collection-list-view .model-view .main-content .state-indicator {
6730
  width: 50px;
6731
  position: absolute;
6732
  top: 30px;
6733
  right: 5px;
6734
}
6735

    
6736
.pane-view .collection-list-view .model-view .main-content .title {
6737
  font-weight: normal;
6738
}
6739

    
6740
.pane-view .collection-list-view .model-view .main-content {
6741
}
6742

    
6743
.pane-view .collection-list-view .model-view:last-child .main-content {
6744
  border-bottom: none;
6745
}
6746

    
6747
.pane-view .collection-list-view .model-view .main-content {
6748
  width: 520px;
6749
  padding-bottom: 5px;
6750
  margin-bottom: 5px;
6751
  float: left;
6752
  border-bottom: 1px solid #D1E7F0;
6753
}
6754

    
6755
.pane-view .collection-list-view .model-view .main-content-inner {
6756
  padding: 10px 20px;
6757
  padding-right: 10px;
6758
  /*overflow: hidden;*/
6759
}
6760

    
6761
.pane-view .collection-list-view .model-view .main-content .logo {
6762
  float: left;
6763
}
6764

    
6765
.pane-view .collection-list-view .model-view .main-content .entry-right {
6766
  position: relative;
6767
}
6768

    
6769
.pane-view .collection-list-view .model-view .main-content .entry {
6770
  width: 290px;
6771
  padding-top: 5px;
6772
  margin-left: 10px;
6773
  float: left;
6774
  position: relative;
6775
}
6776

    
6777
.model-item .actions-content.inline {
6778
  padding-top: 6px;
6779
  position: absolute;
6780
  right: 0px;
6781
  font-size: 1.2em;
6782
  height: 26px;
6783
  width: 182px;
6784
}
6785

    
6786
.pane-view .collection-list-view .model-view .main-content .actions-content {
6787
  width: 80px;
6788
  float: left;
6789
}
6790

    
6791
.pane-view .collection-list-view .model-item .link {
6792
  color: #4085A5;
6793
}
6794

    
6795
.collection .no-available a {
6796
  color: #aaa;
6797
}
6798

    
6799
.collection .select-item span.available {
6800
  font-size: 0.9em;
6801
  float: right;
6802
}
6803

    
6804
.collection span.no-available {
6805
}
6806

    
6807
.collection span.no-available {
6808
  float: right;
6809
}
6810

    
6811
.collection .no-available {
6812
  font-size: 0.8em;
6813
  color: #f00;
6814
}
6815

    
6816
.collection .empty-list {
6817
  padding: 10px;
6818
  font-size: 0.8em;
6819
  color: #333;
6820
}
6821

    
6822
.collection-list-view .items-sublist:first-child {
6823
  padding-top: 0;
6824
}
6825

    
6826
.collection-list-view .items-sublist {
6827
  padding-top: 10px;
6828
}
6829

    
6830
.collection-list-view .items-sublist:last-child {
6831
  margin-top: 20px;
6832
  border-top: 10px solid #DCEBF2;
6833
  margin-bottom: 0;
6834
}
6835

    
6836
.model-item .status-title {
6837
  text-align: right;
6838
  margin-right: 4px;
6839
  margin-top: 5px;
6840
}
6841

    
6842
.model-item .status-indicator {
6843
  width: 65px;
6844
  float: right;
6845
}
6846

    
6847
.model-item .actions-content {
6848
  width: 180px;
6849
  float: left;
6850
}
6851

    
6852
.model-item .actions-content .action-container .confirm-single .no,
6853
.model-item .actions-content .action-container .confirm-single .yes {
6854
  font-family: Arial, Helvetica, sans-serif;
6855
  width: 20px;
6856
  height: 16px;
6857
  padding: 2px 0;
6858
  float: left;
6859
  border: none;
6860
  margin: 0;
6861
  padding: 2px 0;
6862
  text-align: center;
6863
  font-size: inherit;
6864
}
6865

    
6866
.model-item .actions-content .action-container .confirm-single .no {
6867
  background-color: #FF9955;
6868
}
6869

    
6870
.model-item .actions-content .action-container .confirm-single .yes {
6871
  background-color: #FF7F2A;
6872
  width: 80px;
6873
}
6874

    
6875
.model-item .actions-content .action-container.warn .confirm-single .no:hover {
6876
  color: #fff;
6877
}
6878

    
6879
.model-item .actions-content .action-container.warn .confirm-single .no {
6880
  background-color: #CC0000;
6881
}
6882

    
6883
.model-item .actions-content .action-container.warn .confirm-single .yes {
6884
  background-color: #880000;
6885
  color: #fff;
6886
}
6887

    
6888
.model-item .actions-content .action-container.warn .confirm-single .yes:hover {
6889
  background-color: #CC0000;
6890
}
6891

    
6892
.model-item .actions-content .action-container .confirm-single {
6893
  display: none;
6894
  width: 100px;
6895
  float: right;
6896
  margin-right: -22px;
6897
  margin-top: -4px;
6898
}
6899

    
6900
.model-item .actions-content .action-container.selected .confirm-single {
6901
  display: block !important;
6902
}
6903

    
6904
.model-item.actionpending .actions-content .action-container.isactive,
6905
.model-item:hover .actions-content .action-container.isactive,
6906
/*.model-item.hovered .actions-content .action-container.isactive,*/
6907
.model-item .actions-content .action-container.selected {
6908
  display: block;
6909
}
6910

    
6911
.model-item.actionpending .nested-model-list .actions-content .action-container.isactive {
6912
  display: none;
6913
}
6914

    
6915
.model-item.actionpending .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
6916
  display: block;
6917
}
6918

    
6919
.model-item .actions-content .action-container.selected:hover {
6920
  background-color: transparent;
6921
  border-left: 4px solid #7DB4CD;
6922
  margin-left: 6px;
6923
}
6924

    
6925
.model-item .actions-content .action-container:hover a {
6926
  color: #fff;
6927
}
6928

    
6929
.model-item .actions-content .action-container:hover {
6930
  background-color: #A1C8DB;
6931
  border-left: 4px solid #7DB4CD;
6932
  margin-left: 6px;
6933
}
6934

    
6935
.model-item .actions-content .action-container.selected {
6936
}
6937

    
6938
.model-item .actions-content .action-container {
6939
  display: none; 
6940
}
6941

    
6942
.model-item .actions-content .action-container {
6943
  padding: 2px;
6944
  margin-bottom: 5px;
6945
  padding-left: 4px;
6946
  margin-left: 10px;
6947
  cursor: pointer;
6948
}
6949

    
6950
.model-item .status-active .status-indicator .indicator {
6951
  background-color: #63cf1c;
6952
}
6953

    
6954
.model-item .status-inactive .status-indicator .indicator {
6955
  background-color: #940606;
6956
}
6957

    
6958
.model-item .status-error .status-indicator .indicator {
6959
  background-color: #ff0000;
6960
}
6961

    
6962
.model-item .status-progress .status-indicator .indicator {
6963
  background-color: #FF7F2A;
6964
}
6965

    
6966
.model-item .status-indicator .indicator {
6967
  width: 10px;
6968
  height: 11px;
6969
  float: right;
6970
  background-color: #EFF7FA;
6971
  margin-right: 3px;
6972
}
6973

    
6974
/* vm sprites */
6975
.vm-icon.medium2 {
6976
  width: 30px;
6977
  height: 32px;
6978
}
6979

    
6980
.vm-icon.medium2.state1 {
6981
    background-position: 0px 0;
6982
}
6983

    
6984
.vm-icon.medium2.state2 {
6985
    background-position: -60px 0;
6986
}
6987

    
6988
.vm-icon.medium2.state3 {
6989
    background-position: -90px 0;
6990
}
6991

    
6992
.vm-icon.medium2.state4 {
6993
    background-position: -30px 0;
6994
}
6995

    
6996

    
6997
.vm-icon.medium {
6998
  width: 50px;
6999
  height: 54px;
7000
}
7001

    
7002
.vm-icon.medium.state1 {
7003
    background-position: 0px 0;
7004
}
7005

    
7006
.vm-icon.medium.state2 {
7007
    background-position: -100px 0;
7008
}
7009

    
7010
.vm-icon.medium.state3 {
7011
    background-position: -150px 0;
7012
}
7013

    
7014
.vm-icon.medium.state4 {
7015
    background-position: -50px 0;
7016
}
7017
/* end vm sprites */
7018

    
7019
/* ips */
7020
.ip-port-view .title {
7021
  width: 100%;
7022
}
7023

    
7024
.model-item .vm-name {
7025
  font-weight: bold;
7026
}
7027

    
7028
.nested-model-list {
7029
  position: relative;
7030
  top: 43px;
7031
  overflow: visible;
7032
  width: 531px;
7033
  margin-left: -41px;
7034
  margin-bottom: 39px;
7035
}
7036

    
7037
.entry.inline .nested-model-list {
7038
  font-size: 0.9em;
7039
}
7040

    
7041
.entry.inline .nested-model-list .model-item .outer {
7042
  width: 220px;
7043
}
7044

    
7045
.entry.inline .nested-model-list {
7046
  position: absolute;
7047
  top: 17px;
7048
  margin-left: -9px;
7049
  margin-bottom: 0;
7050
  width: 420px;
7051
}
7052

    
7053
.entry.inline .nested-model-list .inner.main-content {
7054
  margin-left: 0;
7055
}
7056

    
7057
.entry.inline .nested-model-list .model-item .inner.main-content .title,
7058
.entry.inline .nested-model-list .model-item .inner.main-content .subtitle {
7059
  left: 52px;
7060
}
7061

    
7062
.nested-model-list .collection {
7063
  padding: 0;
7064
}
7065

    
7066
.nested-model-list .model-item .outer {
7067
  width: 470px;
7068
  position: relative;
7069
}
7070

    
7071
.model-item .border i.remove,
7072
.empty-list i.add {
7073
    display: block;
7074
    color: #fff;
7075
    padding-left: 10%;
7076
    width: 90%;
7077
    padding-top: 0px;
7078
    font-weight: bold;
7079
    font-size: 1.4em;
7080
    cursor: pointer;
7081
    font-style: normal;
7082
}
7083

    
7084
.model-item .border i.remove {
7085
  font-size: 1em;
7086
  color: #BE5812;
7087
  padding-top: 1px;
7088
}
7089

    
7090
.empty-list.nested {
7091
  height: 30px;
7092
}
7093

    
7094
.empty-list .border2, 
7095
.nested-model-list .outer .border2 {
7096
  border-left: 3px solid #FB822F;
7097
  position: absolute;
7098
  height: 100%;
7099
  width: 1px;
7100
  left:0;
7101
  top:0;
7102
}
7103

    
7104
.empty-list .border2, 
7105
.nested-model-list .model-item:last-child .outer .border2 {
7106
  height: 69px;
7107
}
7108

    
7109
.empty-list .border, .nested-model-list .outer .border {
7110
  position: absolute;
7111
  top: 52px;
7112
  left: 0;
7113
  background-color: #FB822F;
7114
  height: 17px;
7115
  width: 91px;
7116
  z-index: 0;
7117
}
7118

    
7119
.empty-list .border {
7120
  top: 31px;
7121
}
7122

    
7123
.empty-list .border2 {
7124
  height: 31px;
7125
}
7126

    
7127
.nested-model-list .model-item .inner .model-logo {
7128
  position: relative;
7129
  z-index: 100;
7130
}
7131

    
7132
.model-item.actionpending .nested-model-list.proxy .model-item .inner.main-content,
7133
.model-item:hover .nested-model-list.proxy .model-item .inner.main-content,
7134
.model-item.hovered .nested-model-list.proxy .model-item .inner.main-content,
7135
.nested-model-list .model-item.actionpending .inner.main-content,
7136
.nested-model-list .model-item:hover .inner.main-content,
7137
.nested-model-list .model-item.hovered .inner.main-content {
7138
  background-color: #84B7D0;
7139
}
7140

    
7141
.entry.inline .model-item .inner,
7142
.entry.inline *:hover .model-item .inner,
7143
.entry.inline .model-item:hover .inner {
7144
  background-color: transparent !important;
7145
}
7146

    
7147
.nested-model-list .model-item:last-child .inner.main-content {
7148
  border-bottom: none;
7149
}
7150

    
7151
.nested-model-list .model-item .inner.main-content {
7152
  width: auto;
7153
  margin-bottom: 0;
7154
  float: none;
7155
  z-index: 0;
7156
  margin-left: 30px;
7157
  padding-bottom: 20px;
7158
  padding: 10px;
7159
  border-bottom: 1px solid #5CA1C0;
7160
  /*height: 59px;*/
7161
}
7162

    
7163
.nested-model-list .model-item .inner.main-content .subtitle {
7164
  position: absolute;
7165
  top: 27px;
7166
  left: 110px;
7167
  font-weight: normal;
7168
  font-size: 0.8em;
7169
}
7170

    
7171
.nested-model-list .model-item .inner.main-content .title {
7172
  position: absolute;
7173
  top: 10px;
7174
  left: 110px;
7175
  font-weight: bold;
7176
}
7177

    
7178
.model-item:hover .nested-model-list .actions-content .action-container.isactive {
7179
  display: none;
7180
}
7181

    
7182
.model-item:hover .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
7183
  display: block !important;
7184
}
7185

    
7186

    
7187
.model-item .actions-content .action-container.selected a {
7188
  color: #FF7F2A;
7189
}
7190

    
7191
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7192
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7193
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7194
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7195
.model-item:hover .nested-model-list .model-item .actions-content .action-container.selected,
7196
.model-item:hover .nested-model-list .model-item:hover .actions-content .action-container.isactive {
7197
  display: block !important;
7198
}
7199

    
7200
.pane-view .model-view .nested-model-list .model-item .actions-content {
7201
  position: absolute;
7202
  right: -180px;
7203
  top:0;
7204
  float: none;
7205
  display: block;
7206
  width: 180px;
7207
  height: 80px;
7208
}
7209

    
7210
/* networks */
7211
.nested-model-list .ip-addresses li {
7212
  margin-bottom: 8px;
7213
}
7214

    
7215
.nested-model-list .ip-addresses li .type {
7216
  margin-right: 3px;
7217
  vertical-align: middle;
7218
  color: #fff;
7219
  background-color: #4085A5;
7220
  padding: 3px;
7221
}
7222

    
7223
.nested-model-list .ip-addresses li .ip {
7224
  padding-top: 3px;
7225
}
7226

    
7227
.nested-model-list .ip-addresses {
7228
  padding-top: 0px;
7229
  font-size: 0.9em;
7230
  margin-left: 70px;
7231
  margin-top:-35px;
7232
  margin-bottom: 35px;
7233
}
7234

    
7235
.ports.nested-model-list.is-public .empty-list .border,
7236
.ports.nested-model-list.is-public .empty-list .border2 {
7237
  display: none !important;
7238
}
7239

    
7240
.network-ports-toggler {
7241
  position: absolute;
7242
  top: 30px;
7243
  left: 0px;
7244
}
7245

    
7246
.model-form-actions .form-action {
7247
  font-size: 1.1em !important;
7248
}
7249

    
7250
.model-form textarea {
7251
    width: 99%;
7252
    height: 100px;
7253
    border: 1px solid #aaa;
7254
}
7255

    
7256
.model-form .form-field {
7257
    margin-bottom: 10px;
7258
}
7259

    
7260
.model-form label {
7261
    display: block;
7262
    color: #406A7D;
7263
    font-size: 1.1em;
7264
    margin: 0px 0 5px 0;
7265
}
7266

    
7267
.model-form .inline label {
7268
    float: left;
7269
    margin-right: 10px;
7270
    margin-top: 15px !important;
7271
}
7272

    
7273
.model-form input.long {
7274
    width: 400px;
7275
}
7276

    
7277
.model-form .inline input {
7278
    width: auto;
7279
    margin-top: 10px;
7280
}
7281

    
7282
.model-form .inline select {
7283
    width: auto;
7284
    margin-top: 7px;
7285
}
7286

    
7287
.model-form .inline .errors,
7288
.model-form .inline .field-desc {
7289
    clear: both;
7290
}
7291

    
7292
.model-action.disabled {
7293
    background-color: #aaa;
7294
    border-color: #aaa;
7295
    cursor: default;
7296
}
7297
.model-action.disabled:hover {
7298
    background-color: #aaa;
7299
    border-color: #aaa;
7300
}
7301

    
7302
.model-action:hover {
7303
    background-color: #aaa;
7304
}
7305

    
7306
.model-action:hover {
7307
    background-color: #F95;
7308
    border-color: #F95;
7309
}
7310

    
7311
.model-action.in-progress {
7312
    background-color: #aaa;
7313
    color: #fff;
7314
    border-color: #aaa;
7315
    background-image: url("../images/icons/indicators/small/progress.gif") !important;
7316
}
7317

    
7318
.model-action.add-generate {
7319
    background-image: url("../images/option-action-generate-ssh.png");
7320
}
7321

    
7322
.model-action.add {
7323
    background-image: url("../images/option-action-add.png");
7324
    padding-right: 20px !important;
7325
}
7326

    
7327
.model-action {
7328
    float: right;
7329
    background-color: #FF7F2A;
7330
    color: #fff;
7331
    padding: 6px 8px;
7332
    margin-left: 10px;
7333
    cursor: pointer;
7334
    padding-right: 30px;
7335
    background-position: right center;
7336
    background-repeat: no-repeat;
7337
    background-clip: border-box;
7338
    border-right: 5px solid #FF7F2A;
7339
    font-size: 0.9em;
7340
}
7341

    
7342
.overlay-public-key-create .error-msg {
7343
    margin-bottom: 5px;
7344
}
7345

    
7346
.model-form.public-key textarea {
7347
  height: 125px;
7348
}
7349

    
7350
.model-notice {
7351
    margin-bottom: 10px;
7352
}
7353

    
7354
.model-notice p.message {
7355
    margin: 0;
7356
    padding: 0; 
7357
    border: 2px solid #444;
7358
    padding: 4px;
7359
    background-color: #efefef;
7360
    line-height: 1.7em;
7361
    padding: 6px;
7362
}
7363

    
7364
.model-notice p.message .download {
7365
    color: #fff;
7366
    background-color: #FF7F2A;
7367
    border: 1px solid #F95;
7368
    padding: 3px;
7369
    cursor: pointer;
7370
}
7371

    
7372

    
7373
.model-notice p.message.success {
7374
    color: #447821;
7375
    background-color: #AADE87;
7376
    border: 1px solid #447821;
7377
}
7378

    
7379
#public-keys-list-view .model-item textarea.content {
7380
  width: 270px;
7381
  background-color: transparent;
7382
  font-family: monospace;
7383
  font-size: 1em;
7384
  border: none;
7385
  overflow-y: hidden;
7386
  overflow-x: hidden;
7387
  height: 155px;
7388
  margin: 10px 0;
7389
  padding: 10px;
7390
  border: 1px solid #ddd;
7391
  background-color: #efefef;
7392
}
7393

    
7394

    
7395
.model-rename-view .edit {}
7396

    
7397
.model-rename-view .edit-btn {
7398
  display: none;
7399
  background-repeat: no-repeat;
7400
  font-size: 75%;
7401
  font-weight: normal;
7402
  margin-left: 10px;
7403
  padding-left: 10px;
7404
  text-align: left;
7405
  cursor: pointer;
7406
  color: #3D3D3D;
7407
  margin-top: 0.4em;
7408
  background-image: url("../images/pencil.png");
7409
  background-position: 0 0px;
7410
  width: 10px;
7411
  height: 7px;
7412
}
7413

    
7414
.model-rename-view:hover .edit-btn {
7415
  display: inline;
7416
}
7417

    
7418
.model-rename-view input {
7419
  border: 1px solid #aaaaaa;
7420
  font-size: 85%;
7421
  padding: 2px;
7422
  width: 235px;
7423
}
7424

    
7425
.model-rename-view .value {}
7426

    
7427
.model-rename-view .name {}
7428

    
7429
.model-rename-view .rename-actions {
7430
  float: right;
7431
  width: 40px;
7432
  position: relative;
7433
  top: 1px;
7434
  left: -6px;
7435
}
7436

    
7437
.model-rename-view .rename-actions .btn {
7438
  float: left;
7439
  height: 16px;
7440
  width: 16px;
7441
  cursor: pointer;
7442
}
7443

    
7444
.model-rename-view .rename-actions .btn.confirm {
7445
  background-image: url("../images/save.png"); 
7446
  margin-left: 3px;
7447
}
7448

    
7449
.model-rename-view .rename-actions .btn.cancel {
7450
  background-image: url("../images/cancel.png"); 
7451
  margin-left: 3px;
7452
}
7453

    
7454
.model-rename-view .rename-actions .btn.confirm:hover {
7455
  background-color: #84b7d0;
7456
}
7457

    
7458
.model-rename-view .rename-actions .btn.cancel:hover {
7459
  background-image: url("../images/cancel-onhover.png"); 
7460
}
7461

    
7462

    
7463
.select-item input {
7464
  cursor: pointer;
7465
}
7466

    
7467
.select-item {
7468
  font-size: 12px;
7469
  padding: 5px 4px;
7470
  margin-bottom: 3px;
7471
  background-color: #efefef;
7472
  cursor: pointer;
7473
}
7474

    
7475
.select-item.selected {
7476
  background-color: #FF7F2A;
7477
}
7478

    
7479
.select-item.selected * {
7480
  color: #fff;
7481
}
7482

    
7483
.steps-container .floating-ips .collection {
7484
}
7485

    
7486
.ip-port-view .title {
7487
  font-weight: normal !important;
7488
}
7489

    
7490
.pane-view .title.floating-ip {
7491
  font-weight: bold !important;
7492
}
7493

    
7494
.items-list.floating-ips {
7495
  margin-top: -5px;
7496
}
7497

    
7498
.select-item.floating-ip.not-available {
7499
  background-image: none;
7500
}
7501

    
7502
.select-item.floating-ip.create.no-available {
7503
  background-image: url("../images/option-action-add.png");
7504
}
7505

    
7506
.select-item.floating-ip.create {
7507
  padding-left: 34px;
7508
  margin-bottom: 5px;
7509
  background-image: url("../images/option-action-add-dark.png");
7510
  background-repeat: no-repeat;
7511
  background-position: 9px 7px;
7512
}
7513

    
7514
.select-item.floating-ip.selected * {
7515
  color: #222 !important;
7516
  font-weight: bold;
7517
}
7518

    
7519
.select-item.floating-ip {
7520
  border-left: 10px solid #efefef;
7521
  background-color: #ddd;
7522
  margin-bottom: 0;
7523
  border-bottom: 1px solid #efefef;
7524
}
7525

    
7526
.select-item.private-network .name {
7527
  float: left;
7528
  width: 50%;
7529
}
7530

    
7531
.select-item.vm .status .indicators {
7532
  width: 60px;
7533
  float: left;
7534
  margin: 0px 0 0 0;
7535
}
7536

    
7537
.select-item.vm .status span {
7538
  text-align: right;
7539
  display: block;
7540
  width: 100px;
7541
  float: left;
7542
  font-size: 0.9em;
7543
  margin-top: 2px;
7544
}
7545

    
7546
.select-item.vm .status {
7547
  float: right;
7548
  margin-right: 0px;
7549
  width: 170px;
7550
}
7551

    
7552
.select-item.private-network .cidr {
7553
  float: right;
7554
  width: 40%;
7555
  font-size: 0.9em;
7556
  text-align: right;
7557
  margin-top: 3px;
7558
}
7559

    
7560
.select-item .name {
7561
  float: left;
7562
  width: 90%;
7563
}
7564

    
7565
.select-item .ico {
7566
  float: left;
7567
  width: 5%;
7568
}
7569

    
7570
.select-item .checkbox {
7571
  float: left;
7572
  width: 5%;
7573
}