Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / css / main.css @ 3cac4a52

History | View | Annotate | Download (136.2 kB)

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

    
19
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: 2px;
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
  vertical-align: middle;
3279
  color: #fff;
3280
  background-color: #4085A5;
3281
  padding: 3px;
3282
}
3283

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

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

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

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

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

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

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

    
3319
.machine .info-content.ips .port-item img {
3320
  float: left;
3321
  position: relative;
3322
  left: 4px;
3323
  margin-top: 10px;
3324
  margin-right: 10px;
3325
}
3326

    
3327
.single .machine .info-content.ips .port-item img {
3328
  margin-top: 13px;
3329
}
3330

    
3331
.machine .info-content.ips .port-item .network-header {
3332
  width: 50%;
3333
  float: left;
3334
}
3335

    
3336
.single .machine .info-content.ips .port-item .network-header {
3337
  width: 100%;
3338
  float: none;
3339
}
3340

    
3341
.single .machine .info-content.ips .ips {
3342
  width: 100%;
3343
}
3344

    
3345
.single .machine .info-content.ips .ips,
3346
.single .machine .info-content.ips .port-item .network-header {
3347
  float: none;
3348
}
3349

    
3350
.single .machine .info-content.ips .port-item .network-header {
3351
  padding: 5px;
3352
  margin-top: -10px;
3353
}
3354
  
3355

    
3356
.machine .info-content.ips .port-item .port {
3357
}
3358

    
3359
.single .machine .info-content.ips {
3360
  font-size: 0.8em;
3361
  color: #222;
3362
}
3363

    
3364
.machine .info-content.ips {
3365
    background-color: #84B7D0;
3366
    padding: 0px 0px;
3367
    font-size: 0.6em;
3368
}
3369

    
3370
.metadata-container {
3371
    line-height: 12px;
3372
    height: 85px;
3373
    background-color: #84b7d0;
3374
}
3375

    
3376
.metadata-column {
3377
    border-right: 1px solid #5CA1C0;
3378
    color: black;
3379
    float: left;
3380
    font-size: 60%;
3381
    margin-top: 3px;
3382
    height: 70px;
3383
    padding-bottom: 5px;
3384
}
3385

    
3386
.vm-stats {
3387
    padding-left: 10px;
3388
    padding-right: 5px;
3389
    width: 220px;
3390
}
3391

    
3392
.vm-stats div.stat-content {
3393
    height: 18px;
3394
}
3395

    
3396
.vm-stats div.stat-content img {
3397
    margin: 0;
3398
}
3399

    
3400
.vm-stats div img.stat-busy {
3401
    margin-top: -7px;
3402
    margin-left: 90px;
3403
}
3404

    
3405
.vm-stats div.stat-content img.busy {
3406
    margin-left: 95px;
3407
}
3408

    
3409
.vm-stats div.stat-error {
3410
    display:none;
3411
}
3412

    
3413
div.stat-error {
3414
    color: #f00;
3415
}
3416

    
3417
.single div.stat-error {
3418
    text-align: center;
3419
    font-size: 0.8em;
3420
}
3421

    
3422
.metadata-column {
3423
    margin-top: 4px;
3424
}
3425

    
3426
.vm-details {
3427
    width: 130px;
3428
    margin-left:17px;
3429
}
3430

    
3431
.vm-details.metadata-column {
3432
    padding-top: 5px;
3433
    height: 65px;
3434
}
3435

    
3436
.vm-details .image-details {
3437
    margin-top: 8px;
3438
}
3439

    
3440
.vm-details .vm-detail {
3441
    display: block;
3442
}
3443

    
3444
.vm-details span.value {
3445
    color: #444;
3446
}
3447

    
3448
.single-container .lower .stat-busy {
3449
    margin-top: 10px;
3450
    margin-left: 325px;
3451
}
3452

    
3453
.vm-metadata {
3454
    padding-left: 10px;
3455
    width: 100px;
3456
    border: none;
3457
}
3458

    
3459
.metadata-left {
3460
}
3461

    
3462
.metadata-right {
3463
    width: 73px;
3464
    float:left;
3465
    height: 35px;
3466
    padding-left: 5px;
3467
    position:relative;
3468
    overflow:hidden;
3469
}
3470

    
3471
.metadata-right .items {
3472
    position:absolute;
3473
    height:20000em;
3474
}
3475

    
3476
.metadata-keys-container {
3477
    height: 60px;
3478
    float: left;
3479
}
3480

    
3481
.single .metadata-keys-container {
3482
    float: none;
3483
    height: auto;
3484
    margin-bottom: 5px;
3485
}
3486

    
3487
.single a.manage-metadata {
3488
    font-size: 80%;
3489
    margin-left:4px;
3490
    color: #383838;
3491
}
3492

    
3493
a.manage-metadata, a.stats-report {
3494
    font-size: 100%;
3495
    color: black;
3496
    margin-left:17px;
3497
    text-decoration: underline;
3498
}
3499

    
3500
a.stats-report {
3501
    margin: 15px 0  0 80px;
3502
}
3503

    
3504
div.machine a.manage-metadata:hover {
3505
    background-color: transparent;
3506
}
3507

    
3508
.single .metadata-actions, .single .metadata-keys-container .items {
3509
    padding-left: 5px;
3510
}
3511
.metadata-actions, .metadata-keys-container .items{
3512
    margin-top: 5px;
3513
}
3514

    
3515
.singe .metadata-actions, .single .metadata-keys-container .items{
3516
    font-size: 80%;
3517
    line-height: 12px;
3518
    width: 300px;
3519
}
3520

    
3521
.metadata-actions .prev,  .metadata-actions .next{
3522
    float:left;
3523
    width:29px;
3524
    height:6px;
3525
    cursor: pointer;
3526
}
3527

    
3528
.metadata-actions .prev {
3529
    background: url("../images/roll-up.png") no-repeat scroll 0 0 transparent;
3530
}
3531

    
3532
.metadata-actions .next {
3533
    background: url("../images/roll-down.png") no-repeat scroll 0 0 transparent;
3534
}
3535

    
3536
.scrollable {
3537
    position:relative;
3538
    overflow:hidden;
3539
    height: 35px;
3540
    width: 120px;
3541
    margin-bottom:2px;
3542
}
3543

    
3544
.scrollable .items {
3545
    position:absolute;
3546
    height:20000em;
3547
}
3548

    
3549
/* single view */
3550
.single {
3551
    color: #383838;
3552
}
3553

    
3554
.single .column1 {
3555
    float: left;
3556
    margin: 1px 0 25px 17px;
3557
    width: 140px;
3558
}
3559

    
3560
.single .column1 .state {
3561
    float: left;
3562
    margin-left: 4px;
3563
    padding-bottom: 6px;
3564
    padding-top: 3px;
3565
    position: relative;
3566
    right: 0;
3567
    text-align: center;
3568
    width: 126px;
3569
}
3570

    
3571
.single .column1 .state-label {
3572
    padding-top: 5px;
3573
}
3574

    
3575
.single .column1 .indicators {
3576
    margin-right: 38px !important;
3577
}
3578

    
3579
.single div.connect-arrow {
3580
    margin-left: -17px;
3581
}
3582

    
3583
.single div.connect-border {
3584
    margin-left: -29px;
3585
}
3586

    
3587
.single .single-actions {
3588
    width: 150px;
3589
    height: 77px;
3590
    margin-bottom: 45px;
3591
    margin-left: -10px;
3592
}
3593

    
3594
.single .vm-actions .action-container {
3595
    margin-bottom: 1px;
3596
}
3597

    
3598
.single .vm-actions .action-container .confirm_single {
3599
    right: -45px;
3600
}
3601

    
3602
.single .vm-actions .action-container.destroy .confirm_single {
3603
}
3604

    
3605
.single .vm-actions .action-container.destroy {
3606
    bottom: -20px;
3607
}
3608

    
3609
.single a.single-action {
3610
    text-decoration: none;
3611
    cursor: pointer;
3612
    display: block;
3613
}
3614

    
3615
.single a.single-action:hover {
3616
    background-color:#A1C8DB;
3617
    width: 162px;
3618
    opacity: 0.8;
3619
    filter: alpha(opacity = 80);
3620
}
3621

    
3622
.single .destroy a.single-action.selected {
3623
    color: #880000 !important;
3624
}
3625

    
3626
.single a.single-action.selected {
3627
    color: #FF7F2A !important;
3628
    width: 50px !important;
3629
}
3630

    
3631
.single a.single-action.selected:hover {
3632
    background-color:transparent;
3633
}
3634

    
3635
.single .spinner, .single .action-indicator {
3636
    margin: 15px 45px 0 0px !important
3637
}
3638

    
3639
.single .action-indicator {
3640
    margin-right: 55px !important;
3641
}
3642

    
3643
.single .wave {
3644
    margin: 15px 53px 0 0px !important
3645
}
3646

    
3647
.icon div.action_error {
3648
    font-size: 100%;
3649
}
3650

    
3651
.single div.action_error {
3652
    position: absolute;
3653
    top: 29px;
3654
    right: 35px;
3655
}
3656

    
3657
.single .column2 {
3658
    background-color: #A1C8DB;
3659
    float: left;
3660
    font-size: 78%;
3661
    line-height: 17px;
3662
    margin: 0 0 10px 5px;
3663
    width: 358px;
3664
}
3665

    
3666
.single .column2 .machine-labels {
3667
    float: left;
3668
    font-size: 90%;
3669
    margin-left: 10px;
3670
    margin-top: 10px;
3671
    width: 125px;
3672
}
3673

    
3674
.single .machine-detail.title {
3675
    background-color: #74AEC9;
3676
    color: #fff;
3677
    padding: 4px 10px;
3678
    font-size: 0.8em;
3679
    width: 338px;
3680
    margin-left: 5px;
3681
    float: left;
3682
}
3683

    
3684
.single .column2 .machine-details {
3685
    float: right;
3686
    text-align: right;
3687
    font-size: 90%;
3688
    width: 210px;
3689
    margin-right: 10px;
3690
    margin-top: 10px;
3691
}
3692

    
3693
.single .column2 .name, .single .column2 .disk, .single .column2 .image-size, .single .column2 .ipv6 {
3694
    margin-bottom: 13px;
3695
}
3696

    
3697
.single .tags {
3698
    clear: both;
3699
    margin-bottom: 10px;
3700
    margin-left: 10px;
3701
}
3702

    
3703
.single .tags-label {
3704
    float: left;
3705
    padding: 0 5px;
3706
    width: 30px;
3707
}
3708

    
3709
.single .tags-down-arrow {
3710
    background: url("../images/tags-down-arrow.png") no-repeat scroll 1px 7px transparent;
3711
    float: left;
3712
    height: 16px;
3713
    width: 9px;
3714
}
3715

    
3716
.single .toggler-header .info-header{
3717
    padding-top:0;
3718
    padding-bottom:0;
3719
}
3720

    
3721
.single .toggler-header {
3722
    font-size: 0.62em;
3723
    cursor: pointer;
3724
    float: left;
3725
    margin-bottom:5px;
3726
}
3727

    
3728
.single .toggler-header span.label {
3729
    font-size: 104%;
3730
}
3731

    
3732
.fixed-ips-list .empty-list {
3733
  font-size: 0.9em !important;
3734
}
3735

    
3736
.single .ips-content.toggler-content {
3737
  padding: 0;
3738
}
3739

    
3740
.single .toggler-content {
3741
    background-color: #84B7D0;
3742
    clear: both;
3743
    height: auto;
3744
    padding-bottom: 5px;
3745
    padding-top: 5px;
3746
    width: 339px;
3747
}
3748

    
3749
.single .column3 {
3750
    background-color: #A1C8DB;
3751
    width: 150px;
3752
    overflow: visible;
3753
    padding-bottom: 10px;
3754
    position: absolute;
3755
    right: 20px;
3756
    top: 130px;
3757
}
3758

    
3759
.single .col3 {
3760
    float: right;
3761
    width: 150px;
3762
    margin-right: 15px;
3763
    margin-bottom: 15px;
3764
}
3765

    
3766
.single .column3 .controls {
3767
    font-size: 80%;
3768
    height: 20px;
3769
    padding-left: 7px;
3770
    padding-right: 7px;
3771
    padding-top: 8px;
3772
    padding-bottom: 5px;
3773
    border-bottom: 1px solid #84B7D0;
3774
}
3775

    
3776
.single .column3 .vm-control:hover {
3777
    background-color: #5CA1C0;
3778
}
3779

    
3780
.single .column3 .previous {
3781
    float:left;
3782
    width: 72px;
3783
}
3784

    
3785
.single .column3 .next {
3786
    float: right;
3787
    text-align: center;
3788
    width: 60px;
3789
}
3790

    
3791
.single .column3 .next-label {
3792
    float: right;
3793
    margin-right: 3px;
3794
    margin-top: -2px;
3795
}
3796

    
3797
.single .column3 .next-arrow {
3798
    float: right;
3799
    height: 18px;
3800
    width: 10px;
3801
    background: url("../images/right-arrow.png") no-repeat scroll 3px 2px transparent;
3802
}
3803

    
3804
.single .column3 .prev-label {
3805
    float: left;
3806
    margin-left: 3px;
3807
    margin-top: -2px;
3808
}
3809

    
3810
.single .column3 .prev-arrow {
3811
    background: url("../images/left-arrow.png") no-repeat scroll 3px 2px transparent;
3812
    float: left;
3813
    height: 18px;
3814
    width: 10px;
3815
}
3816

    
3817
.single .column3 .separator {
3818
    width: 135px;
3819
    height: 1px;
3820
    background-color: #84B7D0;
3821
    margin: 0 0 0 7px;
3822
    clear: both;
3823
}
3824

    
3825
.single .column3 .servers {
3826
    font-size: 80%;
3827
    line-height: 15px;
3828
    padding-top: 10px;
3829
    text-align: right;
3830
    overflow: visible;
3831
    position: relative;
3832
}
3833

    
3834
.single .column3 .server-name {
3835
    margin-left: 10px;
3836
    padding-right: 5px;
3837
    cursor: pointer;
3838
    padding-bottom: 2px;
3839
}
3840
div.single div.column3 div.server-name:hover {
3841
    background-color: #5CA1C0;
3842
}
3843
.single .column3 .column3-selected {
3844
    background-color: #84B7D0;
3845
    color: white;
3846
    opacity: 0.8;
3847
    padding-left: 9px;
3848
    width: 160px;
3849
    filter: alpha(opacity = 80);
3850
    position: relative;
3851
    width: 126px;
3852
}
3853

    
3854
.single .toggler {
3855
    color: #FFFFFF;
3856
    float: right;
3857
    font-size: 140%;
3858
}
3859

    
3860
.single .cpu-usage, .single .network-usage {
3861
    text-align: center;
3862
    padding-top: 15px;
3863
    margin-bottom: 5px;
3864
    font-size: 90%;
3865
    font-weight: bold;
3866
}
3867

    
3868
.single .cpu-graph, .single .network-graph {
3869
    margin-left: 20px;
3870
    margin-bottom:30px;
3871
    width: 660px;
3872
}
3873

    
3874
.single div.lower .stats-select .stats-select-option.selected {
3875
    background-color: #4085A5;
3876
    color: #fff;
3877
}
3878

    
3879
.single div.lower .stats-select .stats-select-option {
3880
    cursor: pointer;
3881
    background-color: #DDF1FB;
3882
    color: #4085A5;
3883
    display: block;
3884
    float: left;
3885
    padding: 7px 10px;
3886
    font-size: 0.7em;
3887
}
3888

    
3889
.single div.lower img.stats {
3890
    margin-left: 82px;
3891
}
3892

    
3893
.single div.lower img.stats {
3894
    display: none;
3895
}
3896

    
3897
.single .single-image {
3898
    width: 126px;
3899
    height: 136px;
3900
    margin-bottom: 10px;
3901
    margin-left: 4px;
3902
    background-image: url("../images/icons/machines/large/unknown-sprite.png");
3903
    background-repeat: no-repeat;
3904
    cursor: pointer;
3905
}
3906

    
3907
.single .vm-icon.state1,
3908
.single .single-image-state1 {
3909
    background-position: 0px 0;
3910
}
3911

    
3912
.single .vm-icon.state3,
3913
.single .single-image-state3 {
3914
    background-position: -252px 0;
3915
}
3916

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

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

    
3927
.single .column3 .previous, .single .column3 .next {
3928
    cursor: pointer;
3929
    background-color: #84B7D0;
3930
    color: white;
3931
    font-size: 100%;
3932
    height: 15px;
3933
    padding-top: 2px;
3934
}
3935

    
3936
.single .column3 .disabled {
3937
    opacity: 0.5;
3938
    filter: alpha(opacity = 50);
3939
}
3940

    
3941
.single div.lower {
3942
    clear:both;
3943
    background: #EFF7FA repeat scroll 0 0;
3944
    width: 700px;
3945
    padding-bottom: 15px;
3946
}
3947

    
3948
.single div.upper {
3949
    background: transparent;
3950
    margin-bottom: 10px;
3951
    overflow: visible;
3952
    overflow: hidden;
3953
    width: 700px;
3954
    background: #EFF7FA repeat scroll 0 0;
3955
}
3956

    
3957
/* console css */
3958
.console-header-logo {
3959
    padding-top: 16px;
3960
    margin-left: 30px;
3961
    position: fixed;
3962
}
3963

    
3964
.console-header-logo img {
3965
    max-width:100%;
3966
    max-height:65px;
3967
}
3968

    
3969
#console-header div.help-text {
3970
    font-size: 70%;
3971
    font-weight:bold;
3972
    color:#FFFFFF;
3973
    position: absolute;
3974
    height: 20px;
3975
    top: 79px;
3976
}
3977

    
3978
div.console-container {
3979
    margin: 0 0em;
3980
    height: auto;
3981
}
3982

    
3983
#wrapper.console {
3984
    width: auto;
3985
}
3986

    
3987
.console-info {
3988
    font-size:80%;
3989
    color: white;
3990
    position:absolute;
3991
    margin: 15px 0 0 480px;
3992
}
3993

    
3994
applet {
3995
    width:100%;
3996
    height:100%;
3997
}
3998

    
3999
div.console-footer {
4000
    /* this is for version 0.5*/
4001
    display: none;
4002
}
4003

    
4004
.console-footer #footer-text{
4005
    float:left;
4006
    left: auto;
4007
    margin-left:30px;
4008
}
4009

    
4010
/* add network wizard (see also #wizard for shared classes) */
4011
#networks-wizard .header {
4012
    background-color: #4085A5;
4013
    height: 56px;
4014
}
4015

    
4016
#networks-wizard div.name-input {
4017
    margin: 75px 0 0 55px;
4018
}
4019

    
4020
#networks-wizard input {
4021
    border: 1px solid #CCCCCC;
4022
    color: #445566;
4023
    letter-spacing: 1px;
4024
    width: 170px;
4025
}
4026

    
4027
#networks-wizard span.help {
4028
    font-style: italic;
4029
    font-size: 80%;
4030
    margin-left: 10px;
4031
}
4032

    
4033
#networks-wizard .separator-end {
4034
    background-color: #387693;
4035
    height: 6px;
4036
    width: 479px;
4037
    margin-left: -13px;
4038
    margin-top: 19px;
4039
}
4040

    
4041
.red {
4042
    color: red;
4043
}
4044

    
4045
/* add server to network wizard (see also #metadata-wizard for shared classes) */
4046
#add-machines-wizard span.machine-name {
4047
    margin-left: 4px;
4048
    vertical-align: text-top;
4049
}
4050

    
4051
#add-machines-wizard img.list-logo {
4052
    margin: 2px 1px 1px;
4053
}
4054

    
4055
.css-panes {
4056
    clear: both;
4057
    position: relative;
4058
    z-index: 10;
4059
}
4060

    
4061
.last .firewall-content {
4062
}
4063

    
4064
#pub .last .network-separator {
4065
    display:none;
4066
}
4067

    
4068
.public-networks .empty-network-slot {
4069
    display: none;
4070
}
4071

    
4072
.clearfix {
4073
    display: block;
4074
    width: auto;
4075
    zoom: 1;
4076
}
4077

    
4078
/* float clearing for all browsers except the devil one */
4079
.clearfix:after{
4080
  clear: both;
4081
  content: ".";
4082
  display: block;
4083
  height: 0;
4084
  visibility: hidden;
4085
  font-size: 0;
4086
}
4087

    
4088
* html .clearfix {
4089
    display: inline-block;
4090
}
4091

    
4092
.icon .cont-toggler {
4093
    margin-top: -1px;
4094
}
4095

    
4096
.icon .wave {
4097
    margin-right: 4px !important;
4098
    margin-top: 15px !important;
4099
}
4100

    
4101
.icon .status {
4102
    margin-right: 3px;
4103
}
4104

    
4105
#machinesview .status, .single .state {
4106
    font-size: 75%;
4107
}
4108

    
4109
#machinesview-list div.action-indicator {
4110
    margin:0 !important;
4111
    float: none !important;
4112
}
4113

    
4114
.icon div.action-indicator {
4115
    margin-top: 14px;
4116
    margin-right: 4px;
4117
}
4118

    
4119
div.action-indicator {
4120
    width: 15px;
4121
    height: 20px;
4122
    background-repeat: no-repeat;
4123
    background-position: 0 0;
4124
}
4125

    
4126
tbody.machines div.action-indicator {
4127
    position: relative;
4128
    top: -2px;
4129
}
4130
div.state .destroy, tbody.machines .destroy {
4131
    background-image: url("../images/icons/actions/medium/destroy.png");
4132
}
4133
div.state .console, tbody.machines .console {
4134
    background-image: url("../images/icons/actions/medium/console.png");
4135
}
4136
div.state .start, tbody.machines .start {
4137
    background-image: url("../images/icons/actions/medium/start.png");
4138
}
4139
div.state .resize, tbody.machines .resize {
4140
    background-image: url("../images/icons/actions/medium/resize.png");
4141
}
4142
div.state .reboot, tbody.machines .reboot {
4143
    background-image: url("../images/icons/actions/medium/reboot.png");
4144
}
4145
div.state .shutdown, tbody.machines .shutdown {
4146
    background-image: url("../images/icons/actions/medium/shutdown.png");
4147
}
4148

    
4149
h3.overlay-inner-title {
4150
    color: #4085A5;
4151
    font-size: 2em;
4152
}
4153

    
4154
#add-name-container {
4155
    margin-bottom: 10px;   
4156
}
4157

    
4158
.remove-field-trigger, .add-field-trigger {
4159
    cursor: pointer;
4160
}
4161

    
4162
.add-field-trigger img {
4163
    vertical-align: middle;
4164
}
4165

    
4166
.machine-now-building {
4167
    padding-right: 15px !important;
4168
    text-align: justify;
4169
}
4170

    
4171
.sub-text {
4172
    padding-top: 15px;
4173
    padding-right: 15px;
4174
    text-align: justify;
4175
    font-style: italic;
4176
    font-size: 0.8em !important;
4177
}
4178

    
4179
#notification-box a {
4180
    color: #4085A5;
4181
}
4182

    
4183
#notification-box .machine-title img {
4184
    vertical-align: middle;
4185
}
4186

    
4187
#notifiaction-box .password-header {
4188
    margin-bottom: 0 !important;
4189
}
4190

    
4191
#notification-box .password-container a {
4192
    color: #fff;
4193
    text-decoration: underline;
4194
}
4195

    
4196
#notification-box .password-container a:hover {
4197
    background-color: #fff;
4198
    color: #4085A5;
4199
}
4200

    
4201
#notification-box .password-container {
4202
    background: #4085A5;
4203
    border: none;
4204
}
4205

    
4206
#notification-box .password-container .password a {
4207
    font-weight: normal !important;
4208
}
4209

    
4210
#notification-box .cmd {
4211
    color: #fff;
4212
    font-family: monospace;
4213
    font-size: 1.6em;
4214
}
4215

    
4216
.machine-container .separator {
4217
    background-color: #B0D1E0;
4218
}
4219

    
4220
#creation-password-overlay div.password-cont {
4221
    margin: 10px auto;
4222
    padding: 10px;
4223
    border: 2px solid #75B54A;
4224
    background-color: #AADE87;
4225
    color: #447821;
4226
    text-align: left;
4227
    padding-left: 5em;
4228
    position: relative;
4229
}
4230

    
4231
#creation-password-overlay {
4232
    position: relative;
4233
}
4234

    
4235
#creation-password-overlay .form-action {
4236
    position: absolute;
4237
    bottom: 15px;
4238
    right: 13px;
4239
    font-size: 0.8em;
4240
}
4241

    
4242
#creation-password-overlay .password-label {
4243
    float: left;
4244
}
4245

    
4246
#creation-password-overlay .password {
4247
    font-size: 1.5em;
4248
    font-weight: bold;
4249
    letter-spacing: 2px;
4250
    font-family: Georgia, Times, serif;
4251
    margin-right: 5em;
4252
    float: right;
4253
    margin-top: -4px;
4254
}
4255

    
4256
.feedback-form .description {
4257
    margin-bottom: 25px;
4258
}
4259

    
4260
.feedback-form label {
4261
    display: block;
4262
    font-weight: bold;
4263
    margin-bottom: 10px;
4264
    font-size: 0.8em;
4265
}
4266

    
4267
.feedback-form .form-actions {
4268
    border-top: none;
4269
}
4270

    
4271
.nospace {
4272
    padding-top: 0 !important;
4273
    padding-bottom: 0 !important;
4274
}
4275

    
4276
.noborder {
4277
    border-top: none !important;
4278
    border-bottom: none !important;
4279
}
4280

    
4281
.overlay .feedback-form .messages.description {
4282
    padding-bottom:0;
4283
    margin-bottom: 0;
4284
}
4285

    
4286
.feedback-form .messages .error-message {
4287
    color: #f00;
4288
}
4289

    
4290
.feedback-form .messages .success-message {
4291
    color: #8AA87F;
4292
}
4293

    
4294
.feedback-form .feedback-message {
4295
    width: 548px;
4296
    height: 200px;
4297
    border: 1px solid #ddd;
4298
    padding: 5px;
4299
}
4300

    
4301
#feedback-form .empty-error-msg {
4302
    display: none;
4303
}
4304

    
4305
#feedback-form .data-text {
4306
    display: none;
4307
}
4308

    
4309
#feedback-form .message {
4310
    display: none;
4311
}
4312

    
4313
#feedback-form label {
4314
    display: block;
4315
    font-size: 0.85em;
4316
    font-weight: bold;
4317
}
4318

    
4319
#feedback-form label.inline {
4320
    display: inline;
4321
    padding-left: 5px;
4322
}
4323

    
4324
#feedback-form p {
4325
    padding: 1em 0;
4326
    color: #444;
4327
    margin-bottom: 10px;
4328
}
4329

    
4330
#feedback-form .description {
4331
    font-style: italic;
4332
    font-size: 0.9em;
4333
    color: #888;
4334
}
4335

    
4336
#feedback-form .feedback-text {
4337
    width: 98%;
4338
    height: 100px;
4339
    margin-top: 10px;
4340
    margin-bottom: 10px;
4341
}
4342

    
4343
#feedback-form .submit-data {
4344
    display: none;
4345
}
4346

    
4347
#feedback-form .submit, #invform .submit {
4348
    background-color: #4085A5;
4349
    color: #fff;
4350
    border: none;
4351
    padding: 5px 16px;
4352
    cursor: pointer;
4353
    font-size: 1em;
4354
    position: relative;
4355
}
4356

    
4357
#feedback .submit {
4358
    float: right;
4359
    right: 10px;
4360
    margin-top: 10px;
4361
}
4362

    
4363

    
4364
#feedback-form .submit:hover, #invform .submit:hover {
4365
    background-color: #549FC3;
4366
}
4367

    
4368
.feedback-intro {
4369
    padding-right: 15px !important;
4370
    text-align: justify;
4371
}
4372

    
4373
.popup-body .message {
4374
    padding: 20px 5px;
4375
    display: none;
4376
}
4377

    
4378
.popup-body .loading {
4379
    color: #fff;
4380
}
4381

    
4382
.popup-body .success {
4383
    color: #1F921A;
4384
}
4385

    
4386
.popup-body .errormsg {
4387
    color: #E32424;
4388
}
4389

    
4390

    
4391
.close-msg-box {
4392
    display: block;
4393
    margin-top: 10px;
4394
    cursor: pointer;
4395
    color: #4085A5;
4396
    text-decoration: underline;
4397
}
4398

    
4399

    
4400
.console .ip-version-label {
4401
    margin: 0 5px;
4402
}
4403

    
4404
.ipv6-text, .ipv4-text {
4405
    font-size: 0.9em;
4406
}
4407

    
4408
.fqdn {
4409
}
4410

    
4411
.column2 .fqdn {
4412
  padding: 3px 10px;
4413
}
4414

    
4415
.tooltip {
4416
    background-color: #C4DDE9;
4417
    color: #000;
4418
    font-size: 0.7em;
4419
    padding: 0.2em 0.5em;
4420
    border: 1px solid #888;
4421
    z-index: 50000;
4422
}
4423

    
4424
/*404 and 500 pages*/
4425

    
4426
.error_page {
4427
    position: relative;
4428
    top: 40px;
4429
    padding-bottom: 140px !important;
4430
}
4431

    
4432
.error_page h1 {
4433
    font-weight: normal;
4434
}
4435

    
4436
.error_page .msg_header {
4437
    margin: 0px;
4438
    font-size: 10em;
4439
    position: absolute;
4440
    left: -5px;
4441
    top: 0px;
4442
    color: #4085A5;
4443
    font-family: arial, verdana;
4444
}
4445

    
4446
.error_page p.error_desc {
4447
    color: #fff;
4448
    font-size: 0.8em;
4449
}
4450

    
4451
.error_page {
4452
    padding-right: 50px !important;
4453
    padding-left: 100px !important;
4454
}
4455

    
4456
.error_page .error_content {
4457
    padding-left: 150px;
4458
    padding-top: 97px;
4459
}
4460

    
4461
.error_page .error_content .links, .info_content .links {
4462
    margin-top: 10px;
4463
    margin-left: 20px;
4464
}
4465

    
4466
.error_page .http_error .code {
4467
    letter-spacing: -10px;
4468
    font-size: 9em;
4469
}
4470

    
4471
.error_page .http_error .msg {
4472
    letter-spacing: -1px;
4473
    font-size: 2em;
4474
}
4475

    
4476
.error_page .http_error {
4477
    position: absolute;
4478
    right: 0px;
4479
    bottom: 0px;
4480
    color: #75B3D0;
4481
    line-height: 1em;
4482
}
4483

    
4484
.error_page .error_content a, .info_content .links a {
4485
    color: #4085A5;
4486
    font-weight: bold;
4487
    margin-right: 10px;
4488
    font-size: 0.9em;
4489
}
4490

    
4491
.error_body #container, .info_body #container {
4492
    background-position: right 200px;
4493
}
4494

    
4495
.info_page h1 {
4496
    color: #4085A5;
4497
    font-size: 2em;
4498
    font-weight: normal;
4499
}
4500

    
4501
.info_page p {
4502
    color: #ffffff;
4503
    margin: 1em 0;
4504
}
4505

    
4506
.info_body p a, .error_body p a{
4507
    color: #4085A5;
4508
    text-decoration: underline;
4509
}
4510

    
4511
.error_404 .http_error .code {
4512
    letter-spacing: -7px;
4513
}
4514

    
4515
.network-progress-indicator {
4516
    position: relative;
4517
    display: none;
4518
}
4519

    
4520
.network-progress-indicator img {
4521
    position: absolute;
4522
    bottom: 44px;
4523
    left: 340px;
4524
}
4525

    
4526

    
4527
.single .progress-message {
4528
    margin-top: 90px;
4529
    font-size: 0.6em;
4530
    padding: 0 10px;
4531
    text-align: center;
4532
}
4533

    
4534
/*metadata keys/values*/
4535
.items .tag-item  {
4536
    display: block;
4537
}
4538

    
4539
.single .items .tag-item .key {
4540
    width: 60px;
4541
}
4542

    
4543
.running .scrollable, .terminated .scrollable {
4544
    height: 42px;
4545
}
4546

    
4547
.items .tag-item .key {
4548
    margin-right: 5px;
4549
    width: 30px;
4550
    display: block;
4551
    float: left;
4552
    color: #000;
4553
}
4554

    
4555
.items .tag-item .value {
4556
    color: #444;
4557
}
4558

    
4559
#machinesview-list {
4560
    display: none;
4561
}
4562

    
4563
#machinesview-single {
4564
    position: relative;
4565
    display: none;
4566
}
4567

    
4568
#machinesview-icon {
4569
    display: none;
4570
}
4571

    
4572
#machinesview-icon, #machinesview-single, #machinesview-list {
4573
    
4574
}
4575

    
4576
tbody.machines .spinner {
4577
    margin-top: 0!important;
4578
    margin: 0 !important;
4579
    float: none !important;
4580
}
4581

    
4582
.slider .slider-point {
4583
    width: 4px;
4584
    height: 3px;
4585
    margin-left: 1px;
4586
    background-color: transparent;
4587
    display: block;
4588
    position: absolute;
4589
    z-index: 10;
4590
    bottom: 0px;
4591
}
4592

    
4593
.slider .slider-point-light {
4594
    background-color: transparent;
4595
}
4596

    
4597
.slider-point-text {
4598
    font-size: 0.6em;
4599
    position: absolute;
4600
    top: 4px;
4601
    border-top: 5px solid #C5DEE9;
4602
    padding: 3px;
4603
    color: #4085A5;
4604
    display: block;
4605
    min-width: 6px;
4606
    text-align: middle;
4607
}
4608

    
4609
.slider .handle {
4610
    z-index: 50;
4611
}
4612

    
4613
.modal p.desc {
4614
    margin: 5px 0;
4615
    margin-left: 37px;
4616
    font-size: 0.8em;
4617
    color: #888;
4618
}
4619

    
4620
.api_overlay_template {
4621
    display: none;
4622
}
4623

    
4624
.api_content .password-container .password {
4625
    color: #fff;
4626
    font-size: 1.1em;
4627
}
4628

    
4629
#disks-pane {
4630
    margin-top: 58px;
4631
}
4632

    
4633
span.resend-msg {
4634
    display: block;
4635
    margin-bottom: 5px;
4636
}
4637

    
4638
.success-msg {
4639
    background-color: #5CAD54;
4640
    color: #fff;
4641
    padding: 0.4em;
4642
    border: 1px solid #ddd;
4643
}
4644

    
4645
.error-msg {
4646
    background-color: #800000;
4647
    color: #fff;
4648
    padding: 0.4em;
4649
    border: 1px solid #ddd;
4650
}
4651

    
4652
.success-msg em, .error-msg em {
4653
    font-weight: bold;
4654
    font-style: normal;
4655
    font-size: 0.9em;
4656
}
4657

    
4658
.pagination {
4659
            font-size: 80%;
4660
        }
4661
        
4662
.pagination a {
4663
    text-decoration: none;
4664
        border: solid 1px #AAE;
4665
        color: #15B;
4666
}
4667

    
4668
.pagination a, .pagination span {
4669
    display: block;
4670
    float: left;
4671
    padding: 0.3em 0.5em;
4672
    margin-right: 5px;
4673
        margin-bottom: 5px;
4674
        min-width:1em;
4675
        text-align:center;
4676
}
4677

    
4678
.pagination .current {
4679
    background: #4085A5;
4680
    color: #fff;
4681
        border: solid 1px #AAE;
4682
}
4683

    
4684
.pagination .current.prev, .pagination .current.next{
4685
        color:#999;
4686
        border-color:#999;
4687
        background:#fff;
4688
}
4689

    
4690
table.list-machines .wave {
4691
    float: none !important;
4692
    margin: 0 !important;
4693
}
4694

    
4695
.overlay {
4696
    display: none;
4697
}
4698

    
4699
.overlay .copy-content .clip-copy  {
4700
    right: 10px;
4701
    top:8px;
4702
    border: 1px solid #fff;
4703
}
4704

    
4705
.overlay .copy-content {
4706
    background-color: #387693;
4707
    color: #fff;
4708
    padding: 10px;
4709
    font-size: 1.2em;
4710
    text-align: center;
4711
    position: relative;
4712
}
4713

    
4714
.overlay {
4715
    background-color: #fff;
4716
    border: 2px solid #444;
4717
    text-align: left;
4718

    
4719
    -moz-box-shadow: 0 0 90px 5px #000;
4720
    -webkit-box-shadow: 0 0 90px 5px #000;
4721
    box-shadow: 0 0 90px 5px #000;
4722
    width: 600px;
4723
}
4724

    
4725
.overlay.overlay-createvm {
4726
    width: 640px;
4727
}
4728

    
4729
.overlay a {
4730
    color: #387693;
4731
}
4732

    
4733
.overlay .diagnostics-list {
4734
    height: 400px;
4735
    overflow: scroll;
4736
    overflow-y: scroll;
4737
    overflow-x: hidden;
4738
}
4739

    
4740
.overlay .overlay-content .description.subinfo, .overlay .extra-info {
4741
    margin-bottom:0;
4742
    border-bottom: none;
4743
    padding-bottom:0;
4744
    margin-top: 10px;
4745
    padding-top:10px;
4746
    border-top: 1px solid #64a6c4;
4747
    /*border-top: 1px solid #DBE6EB;*/
4748
    font-size: 0.8em;
4749
}
4750

    
4751
.overlay .v6-warn .important {
4752
  display: block;
4753
  margin: 4px 0;
4754
  font-weight: bold;
4755
}
4756

    
4757
.overlay .overlay-content .important {
4758
    color: #800000;
4759
}
4760

    
4761
.overlay .overlay-content .description.noborder {
4762
  margin-bottom:0;
4763
  border:0;
4764
}
4765

    
4766
.overlay .overlay-content .description {
4767
    color: #444;
4768
    border-bottom: 1px solid #64a6c4;
4769
    margin-bottom: 10px;
4770
    padding-bottom: 10px;
4771
    font-size: 0.9em;
4772
    line-height: 1.6em;
4773
}
4774

    
4775
.overlay .overlay-content .empty-message {
4776
    margin-bottom: 10px;
4777
}
4778

    
4779
.overlay h3.overlay-header {
4780
    font-size: 0.9em;
4781
    text-align: left;
4782
    padding: 0.8em;
4783
    padding-left: 1em;
4784
    font-weight: normal;
4785
    border-bottom: 1px solid #ddd;
4786
}
4787

    
4788
.overlay h3.overlay-header .title {
4789
    float: left;
4790
}
4791

    
4792
.overlay .container {
4793
    position: relative;
4794
    padding-top: 1em;
4795
    padding: 0.5em;
4796
    background-image: url("../images/popup-bg.png");
4797
    background-repeat: repeat-x;
4798
}
4799

    
4800
.overlay .content {
4801
    background-color: transparent;
4802
    background-image: url("../images/popup-inner-bg.png");
4803
    padding: 1em;
4804
    font-size: 0.8em;
4805
    background-repeat: repeat-x;
4806
    -moz-box-shadow: 0 0 1px 1px #888;
4807
    -webkit-box-shadow: 0 0 1px 1px #888;
4808
    box-shadow: 0 0 1px 1px #888;
4809
}
4810

    
4811
.overlay .message {
4812
}
4813

    
4814
.overlay .actions {
4815
    position: absolute;
4816
    right: 0.75em;
4817
    top: 0.6em;
4818
}
4819

    
4820
.overlay .actions span {
4821
    font-size: 0.8em;
4822
    color: #fff;
4823
    cursor: pointer;
4824
    margin-left: 10px;
4825
    display: block;
4826
    float: left;
4827
    background-color: #4085A5;
4828
    padding: 0.2em 0.4em;
4829
}
4830

    
4831
.overlay-error .error-more-details {
4832
    margin-top: 5px;
4833
    max-height: 210px;
4834
    overflow: auto;
4835
}
4836

    
4837
.overlay-error .key.details.expand {
4838
    background-image: url("../images/plus-8.png");
4839
}
4840

    
4841
.overlay-error .key.details {
4842
    background-color: #5189A3;
4843
    cursor: pointer;
4844
    background-image: url("../images/minus-8.png");
4845
    background-repeat: no-repeat;
4846
    background-position: 545px;
4847
}
4848

    
4849
.overlay-error .container {
4850
    padding-top: 1.9em;
4851
}
4852

    
4853
.overlay-error .error-details {
4854
    font-size: 0.8em;
4855
    margin-top: 10px;
4856
}
4857

    
4858
.overlay-error .error-details anonymous {
4859
    display: block;
4860
    margin-top: 10px;
4861
}
4862

    
4863
.overlay-error h3.overlay-header {
4864
    background-color: #800000;
4865
    color: #fff;
4866
}
4867

    
4868
.overlay-error.non-critical h3.overlay-header {
4869
    background-color: #987249;
4870
}
4871

    
4872
.overlay-error span.key {
4873
    font-weight: normal;
4874
    display: block;
4875
    margin-top: 0.5em;
4876
    background-color: #74AEC9;
4877
    color: #fff;
4878
    padding: 0.4em;
4879
    font-size: 0.8em;
4880
    font-weight: bold;
4881
}
4882

    
4883
.overlay-error .indicator {
4884
    background-color: #880000;
4885
    color: #fff;
4886
    padding: 4px;
4887
    display: block;
4888
    float: left;
4889
    border: 1px solid #444;
4890
}
4891

    
4892
.overlay-error .nav-btn:hover {
4893
    
4894
}
4895

    
4896
.overlay-error .nav-btn {
4897
    margin-left: 5px;
4898
    color: #fff;
4899
    display: block;
4900
    float: left;
4901
    padding: 4px;
4902
    background-color: #AAA;
4903
    border: 1px solid #444;
4904
}
4905

    
4906
.overlay-error .error-nav {
4907
    position: absolute;
4908
    right: 0px;
4909
    bottom: -25px;
4910
    font-size: 0.8em;
4911
}
4912

    
4913
.overlay-error span.value, .overlay-error div.value {
4914
    padding: 0.4em;
4915
    display: block;
4916
    margin-bottom: 0.3em;
4917
}
4918

    
4919
.overlay h3 .closeme {
4920
    float: right;
4921
    font-size: 0.7em;
4922
    margin-top: 0.2em;
4923
    cursor: pointer;
4924
}
4925

    
4926
.overlay .overlay-header .subtitle {
4927
    display: block;
4928
    font-size: 0.8em;
4929
    color: #ddd;
4930
}
4931

    
4932
.overlay .overlay-header .subtitle img {
4933
    vertical-align: middle;
4934
    margin-left: 10px;
4935
    margin-bottom: 2px;
4936
}
4937

    
4938
.overlay-info .msg-log-entry .src {
4939
    color: #4085A5;
4940
    float: right;
4941
    font-size: 0.9em;
4942
}
4943

    
4944
.overlay-info .msg-log-entry .date {
4945
    font-style: italic;
4946
}
4947

    
4948
.overlay-info .msg-log-entry pre {
4949
    color: #333;
4950
    width: 100%;
4951
    display: none;
4952
    margin: 10px 0;
4953
}
4954

    
4955
.msg-log-entry.warning {
4956
    color: #E57F01;
4957
}
4958

    
4959
.overlay-info .msg-log-entry.with-details .src {
4960
    margin-right: 15px;
4961
}
4962

    
4963
.overlay-info .msg-log-entry.with-details {
4964
    cursor: pointer;
4965
}
4966

    
4967
.overlay-info .msg-log-entry.with-details {
4968
    background-image: url("../images/plus-8-dark.png");
4969
    background-repeat: no-repeat;
4970
    background-position: 99% 9px;
4971
}
4972

    
4973
.overlay-info .msg-log-entry.with-details.expanded {
4974
    background-image: url("../images/minus-8-dark.png");
4975
}
4976

    
4977
.overlay-info .msg-log-entry .msg {
4978
    display: inline-block;
4979
    margin-left: 10px;
4980
}
4981

    
4982
.overlay-info .msg-log-entry {
4983
    border-bottom: 1px solid #aaa;
4984
    padding: 5px;
4985
}
4986

    
4987
.overlay-info .description.subinfo {
4988
    border: none !important;
4989
    padding-top: 0 !important;
4990
}
4991

    
4992
.overlay-info .content {
4993
    background-repeat: no-repeat;
4994
    background-position: 110% 110%;
4995
    background-color: rgba(255,255,255,0.6)
4996
}
4997

    
4998
.overlay-info .overlay-header {
4999
    background-color: #4085A5;
5000
}
5001

    
5002
.overlay-info .overlay-header .title {
5003
    color: #fff;
5004
}
5005

    
5006
.overlay-info .overlay-header .closeme {
5007
    color: #fff;
5008
}
5009

    
5010
#loading-view {
5011
    width: 400px;
5012
    margin: 0 auto;
5013
    padding: 20px 0;
5014
    font-size: 0.8em;
5015
}
5016

    
5017
#loading-view .header.off {
5018
    color: #829096;
5019
}
5020

    
5021
#loading-view .header.on {
5022
    color: #fff;
5023
    background-image: url("../images/icons/indicators/small/progress.gif");
5024
}
5025

    
5026
#loading-view .header.done {
5027
    color: #2B6681;
5028
    background-image: url("../images/check.png");
5029
}
5030

    
5031
#loading-view .header {
5032
    font-size: 0.9em;
5033
    text-align: left;
5034
    border-bottom: 1px solid #578BA3;
5035
    margin-bottom: 10px;
5036
    padding-bottom: 6px;
5037
    background-repeat: no-repeat;
5038
    background-position: 380px 0px;
5039
}
5040

    
5041
#loading-view .header span {
5042
    font-weight: bold;
5043
    color: #4085A5;
5044
}
5045

    
5046
#loading-view .info {
5047
    color: #ddd;
5048
}
5049

    
5050
.options-list {
5051
    margin-top: 0.5em;
5052
    font-size: 0.8em;
5053
}
5054

    
5055
.options-list.four li {
5056
    float: left;
5057
    display: block;
5058
    width: 25%;
5059
    margin-bottom: 5px;
5060
}
5061

    
5062
.options-list.five li:nth-child(4n) .options-object-cont {
5063
    margin-right: 0;
5064
}
5065

    
5066
.options-list.five li {
5067
    float: left;
5068
    display: block;
5069
    width: 20%;
5070
    margin-bottom: 5px;
5071
}
5072

    
5073
.options-list.five li:nth-child(5n) .options-object-cont {
5074
    margin-right: 0;
5075
}
5076

    
5077
.options-object-cont input {
5078
    border: 1px solid #aaa;
5079
    width: 92px;
5080
    padding: 0;
5081
    margin: 0;
5082
    margin-top:3px;
5083
    padding: 2px;
5084
}
5085

    
5086
.options-list.three li {
5087
    float: left;
5088
    display: block;
5089
    width: 33%;
5090
    margin-bottom: 5px;
5091
}
5092

    
5093
.meta-list .options-list.three li.options-object.create .options-object-cont {
5094
  background-position: 95% 5px;
5095
}
5096

    
5097
.meta-list .options-list.four li.options-object.create .options-object-cont {
5098
  background-position: 97% 5px;
5099
}
5100

    
5101
.meta-list .options-list li.options-object.create .options-object-cont {
5102
    background-image: url("../images/option-action-add.png");
5103
    background-repeat: no-repeat;
5104
    background-position: 90px 5px;
5105
}
5106

    
5107
.meta-list .options-list li .options-object-cont .option-action,
5108
.meta-list .options-list li.options-object.create {
5109
    cursor: pointer !important;
5110
}
5111

    
5112
.meta-list .options-list li .options-object-cont {
5113
    cursor: inherit;
5114
}
5115

    
5116
.options-list li .options-object-cont {
5117
    padding: 5px;
5118
    margin-right: 4px;
5119
    border: 1px solid #A6D1E6;
5120
    cursor: pointer;
5121
    min-height: 35px;
5122
    position: relative;
5123
}
5124

    
5125
.options-list.three li:nth-child(3n) .options-object-cont {
5126
    margin-right: 0;
5127
}
5128

    
5129
.options-list li.selected .options-object-cont {
5130
    background-color: #efefef;
5131
    border: 2px solid #4085A5;
5132
    padding: 4px;
5133
}
5134

    
5135
.options-list li.selected .options-object-cont .title {
5136
}
5137

    
5138
.options-list li.options-object .title {
5139
    display: block;
5140
    color: #FF7F2A;
5141
    margin-bottom: 2px;
5142
}
5143

    
5144
.options-list li .option-action {
5145
    display: none;
5146
    position: absolute;
5147
    background-repeat: no-repeat;
5148
}
5149

    
5150
.options-list.five li.editing {
5151
    width: 40%;
5152
}
5153

    
5154
.options-list.five li.editing .value {
5155
    display: none;
5156
}
5157

    
5158
.options-list li .remove {
5159
    background-image: url("../images/option-action-remove.png");
5160
    width:10px;
5161
    height:10px;
5162
    right:5px;
5163
    top: 5px;
5164
}
5165

    
5166
.options-list li .edit {
5167
    background-image: url("../images/option-action-edit.png");
5168
    width:10px;
5169
    height:10px;
5170
    right:5px;
5171
    bottom: 8px;
5172
}
5173

    
5174
.options-list li:hover .option-action  {
5175
    display: block;
5176
}
5177

    
5178
.options-list li.options-object .value {
5179
    color: #4085A5;
5180
    margin-top: 5px;
5181
    display: block;
5182
}
5183

    
5184
.options-list li.selected.options-object .value {
5185
}
5186

    
5187
.options-list li .options-object-cont:hover {
5188
    background-color: #fff;
5189
}
5190

    
5191
.options-list li.selected .options-object-cont:hover {
5192
    background-color: #fff;
5193
}
5194

    
5195
.options-list li img {
5196
    float: left;
5197
    margin:2px;
5198
    margin-right: 10px;
5199
    padding-bottom:10px;
5200
}
5201

    
5202
#network-vms-select-content li.options-object .value {
5203
    margin-top: 10px;
5204
    margin-left: 30px;
5205
}
5206

    
5207
#network-vms-select-content li.options-object:hover .options-object-cont,
5208
#network-vms-select-content li.options-object .options-object-cont {
5209
    background-image: url("../images/option-action-add-dark.png");
5210
    background-repeat: no-repeat;
5211
    background-position: 160px 28px;
5212
}
5213

    
5214
#network-vms-select-content li.selected:hover .options-object-cont,
5215
#network-vms-select-content li.selected .options-object-cont {
5216
    background-image: url("../images/option-action-remove.png") !important;
5217
}
5218

    
5219
#metadata-overlay-content .view .value {
5220
    margin-top: 10px;
5221
}
5222

    
5223
#metadata-overlay-content {
5224
    position: relative;
5225
}
5226

    
5227
.vm-meta .editor .predefined .predefined-meta-key:hover {
5228
    background-color: #4e8eac;
5229
    color: #fff;
5230
}
5231

    
5232
.vm-meta .editor .predefined .predefined-meta-key {
5233
    float: left;
5234
    margin-right: 5px;
5235
    padding: 4px;
5236
    display: block;
5237
    cursor: pointer;
5238
}
5239

    
5240
.vm-meta .editor .predefined {
5241
    background-color: #A6D1E6;
5242
    font-size: 0.9em;
5243
    border-top: 1px solid #ddd;
5244
}
5245

    
5246
.vm-meta .editor input {
5247
}
5248
.vm-meta .editor {
5249
    margin-bottom: 10px;
5250
}
5251

    
5252
.vm-meta .editor .form-actions .form-action {
5253
    min-width: 50px;
5254
}
5255

    
5256
.vm-meta .editor .form-field input.meta-key {
5257
    width: 90px;
5258
}
5259

    
5260
.vm-meta .form-field {
5261
    float: left;
5262
}
5263

    
5264
.vm-meta .form-actions .form-action {
5265
    float: left;
5266
    margin-right: 10px;
5267
    height: 11px;
5268
}
5269

    
5270
.vm-meta .editor .form-actions .cancel {
5271
    margin-right: 0;
5272
}
5273

    
5274
.vm-meta .editor .form-actions {
5275
    float: right;
5276
    margin:0;
5277
    padding:0;
5278
    margin-left: 15px;
5279
    margin-top: 0px;
5280
}
5281

    
5282
.vm-meta .editor {
5283
    background-color: rgba(64, 133, 165, 0.898) !important;
5284
    background-color: #649DB8;
5285
    font-size:0.9em;
5286
}
5287

    
5288
.vm-meta .meta-key-title {
5289
    font-size: 1.3em;
5290
    color: #fff;
5291
    margin-bottom: 10px;
5292
    display: none;
5293
    float: left;
5294
}
5295

    
5296
.vm-meta .editor-content {
5297
    padding: 10px;
5298
}
5299

    
5300
.vm-meta .inner-mask {
5301
    background-color: #fff;
5302
    opacity:0.6;
5303
    position: absolute;
5304
    top:0;
5305
    left:0;
5306
}
5307

    
5308
.vm-meta .editor label {
5309
    float: left;
5310
    color: #fff;
5311
    margin-right: 2px;
5312
    padding-top:4px;
5313
    font-size: 0.9em;
5314
}
5315

    
5316
.vm-meta .editor input {
5317
    border: none;
5318
    width: 170px;
5319
    margin-left: 10px;
5320
    font-size: 0.9em;
5321
    padding: 4px;
5322
}
5323

    
5324
.vm-meta li.create .options-object-cont {
5325
    background-color: #B3C9AD ;
5326
    border-color: #788774;
5327
}
5328
.vm-meta li.create .options-object-cont .value,
5329
.vm-meta li.create .options-object-cont .title {
5330
    color: #fff;
5331
}
5332

    
5333
#createvm-overlay-content {
5334
    padding: 0;
5335
}
5336

    
5337
.overlay-createvm .container {
5338
    width: 624px !important;
5339
}
5340

    
5341
.create-vm .vm-network .list-cont.personalize-cont:last-child .confirm-params {
5342
  margin-right: 0!important;
5343
}
5344

    
5345
.create-vm .vm-network .list-cont.personalize-cont:last-child {
5346
  border-right: none;
5347
  margin-right: 0;
5348
  width: 298px;
5349
}
5350

    
5351
.create-vm .vm-network .list-cont.personalize-cont .confirm-params {
5352
  max-height: 240px;
5353
}
5354

    
5355
.create-vm .vm-network .list-cont.personalize-cont {
5356
  height: 330px;
5357
}
5358

    
5359
.create-vm .vm-network .list-cont.personalize-cont {
5360
    width: 47%;
5361
}
5362

    
5363
.create-vm .header-step.current {
5364
    font-weight: bold;
5365
}
5366

    
5367
.create-vm .create-step-cont {
5368
    min-height: 240px;
5369
}
5370
.create-vm .create-controls {
5371
    padding: 10px;
5372
}
5373

    
5374
.create-vm ul li {
5375
    cursor: pointer;
5376
    padding: 4px;
5377
}
5378

    
5379
.create-vm ul li.selected {
5380
    background-color: #aaa;
5381
}
5382

    
5383
.cont-toggler-wrapper {
5384
  float: left;
5385
  margin-right: 5px;
5386
}
5387

    
5388
.cont-toggler-wrapper.disabled .cont-toggler {
5389
  background-color: #C1CED4;
5390
  background-image: url("../images/down-arrow-lighter.png");
5391
  border-right-color: #C1CED4;
5392
}
5393

    
5394
.cont-toggler-wrapper.disabled .cont-toggler .label {
5395
  color: #eee;
5396
  background-color: #B4C1C7;
5397
}
5398

    
5399
.cont-toggler {
5400
    background-image: url("../images/down-arrow.png");
5401
    background-position: right;
5402
    background-repeat: no-repeat;
5403
    background-color: #A1C8DB;
5404
    display: inline-block;
5405
    border-right: 6px solid #A1C8DB;
5406
    padding:2px;
5407
    padding-right: 14px;
5408
    padding-left:0;
5409
    cursor: pointer;
5410
    color: #fff;
5411
    font-size: 0.9em;
5412
    float: left;
5413
    margin-right: 5px;
5414
}
5415

    
5416
.cont-toggler .label {
5417
    background-color: #98BDCF;
5418
    padding: 2px;
5419
    padding-left: 5px;
5420
    padding-right: 5px;
5421
}
5422

    
5423
.cont-toggler.open {
5424
    background-color: #98BDCF;
5425
    border-color: #98BDCF;
5426
    background-image: url("../images/up-arrow.png");
5427
}
5428

    
5429
.cont-toggler.open .label {
5430
    background-color: #4085A5;
5431
}
5432

    
5433
.overlay .form label {
5434
    font-color: #444;
5435
    margin-right: 10px;
5436
}
5437

    
5438
.form-field.error label {
5439
    color: #ff0000;
5440
    text-decoration: underline;
5441
}
5442

    
5443
.form-field input {
5444
    border: 1px solid #aaa;
5445
    width: 200px;
5446
    padding: 3px;
5447
}
5448

    
5449
.form-actions {
5450
    margin-top: 5px;
5451
    padding-top:5px;
5452
    border-top: 1px solid #64a6c4;
5453
    font-size: 0.8em;
5454
}
5455

    
5456
.form-actions.plain {
5457
    margin-top: 0px;
5458
    padding-top:0px;
5459
    border-top: 0px;
5460
}
5461

    
5462
.form-action {
5463
    float: right;
5464
    min-width: 140px;
5465
    background-color: #FF7F2A;
5466
    border: 1px solid #FF7F2A;
5467
    text-align: center;
5468
    color: #FFFFFF;
5469
    cursor: pointer;
5470
    padding: 4px;
5471
}
5472

    
5473
.form-action:hover {
5474
    background-color: #FF9955;
5475
    color: #FFF;
5476
}
5477

    
5478
.form-action.prev,
5479
.form-action.cancel {
5480
    background-color: #800;
5481
    border: 1px solid #800;
5482
    float: left;
5483
}
5484

    
5485
.form-action.prev:hover,
5486
.form-action.cancel:hover {
5487
    background-color: #CC0000;
5488
    color: #fff;
5489
}
5490

    
5491
.form-action.next,
5492
.form-action.ok {
5493
    background-color: #080;
5494
    border: 1px solid #080;
5495
}
5496

    
5497
.form-action.next:hover,
5498
.form-action.ok:hover {
5499
    background-color: #00aa00;
5500
    color: #fff;
5501
}
5502

    
5503
.form-action .create,
5504
.form-action .submit {
5505

    
5506
}
5507

    
5508
.create-button a.in-progress {
5509
  text-indent: -1000px;
5510
}
5511

    
5512
.create-button a.in-progress,
5513
.form-action.in-progress, button.in-progress {
5514
    background-image: url("../images/icons/indicators/medium/horizontal-progress.gif");
5515
    background-repeat: no-repeat;
5516
    background-position: center center;
5517
    color: transparent;
5518
}
5519

    
5520
#createvm-overlay-content {
5521
    padding: 0;
5522
}
5523

    
5524
.create-vm .image-details.selected .size {
5525

    
5526
}
5527

    
5528
.create-vm .image-details .show-details:hover {
5529
    color: #aaa !important; 
5530
}
5531
.create-vm .image-details.selected .show-details:hover {
5532
    color: #fff !important; 
5533
}
5534

    
5535
.create-vm .image-details.selected .show-details,
5536
.create-vm .image-details.selected .size {
5537
    color: #eee;
5538
}
5539

    
5540
.create-vm .image-details.selected span.owner {
5541
    color: #fff;
5542
}
5543

    
5544

    
5545
.create-vm .image-details p {
5546
    font-size: 0.8em;
5547
    padding-left: 27px;
5548
    display:block;
5549
}
5550

    
5551
.create-vm .image-details span.owner {
5552
    display: block;
5553
    font-size: 0.9em;
5554
    float: right;
5555
    color: #FF7F2A;
5556
    position: absolute;
5557
    top: 5px;
5558
    right: 5px;
5559
}
5560

    
5561
.create-vm .select-image .show-details {
5562
    display: none;
5563
    font-size: 0.8em;
5564
    text-decoration: underline;
5565
    color: #000;
5566
    position: absolute;
5567
    bottom: 5px;
5568
    right: 5px;
5569
}
5570

    
5571
.create-vm .image-details .size {
5572
    margin-top: 2px;
5573
    font-size: 0.8em;
5574
    color: #aaa;
5575
    margin-left: 10px;
5576
}
5577

    
5578
.create-vm .step-cont {
5579
    margin: 15px;
5580
}
5581

    
5582
.create-vm .create-step-cont {
5583
    min-height: 250px;
5584
    float: left;
5585
    width: 624px;
5586
}
5587

    
5588
.create-vm .create-controls {
5589
    padding: 10px;
5590
    border-top: 1px solid #ddd;
5591
}
5592

    
5593
.create-vm .empty {
5594
    font-size: 0.8em;
5595
    color: #444;
5596
}
5597

    
5598
.create-vm h4 {
5599
    color: #5CA1C0;
5600
    margin-bottom: 0.5em;
5601
    font-family: arial;
5602
}
5603
.create-vm ul li {
5604
    cursor: pointer;
5605
    padding: 4px;
5606
    font-size: 0.9em;
5607
}
5608

    
5609
.create-vm .create-step-cont li.ssh-key-option.selected,
5610
.create-vm .create-step-cont li.list-item-option.selected,
5611
.create-vm ul li.selected {
5612
    background-color: #FF7F2A;
5613
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5614
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5615
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5616
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5617
    color: #fff;
5618
}
5619

    
5620
.create-vm .images-list-cont.loading .loading-indicator {
5621
    display: block !important;
5622
}
5623

    
5624
.create-vm .images-list-cont .loading-indicator {
5625
    display: none;
5626
    position: absolute;
5627
    right: -13px;
5628
    top: 2px;
5629
    width: 30px;
5630
    height: 10px;
5631
    background-repeat: no-repeat;
5632
    background-image: url("../images/icons/indicators/medium/progress.gif");
5633
}
5634

    
5635
.create-vm .images-list-cont h4 {
5636
    position: relative;
5637
}
5638

    
5639
.create-vm .images-list-cont {
5640
    width: 40%;
5641
    float: left;
5642
    padding-left: 3%;
5643
    padding-right: 3%;
5644
}
5645

    
5646
.create-vm li p.desc {
5647
    font-size: 0.9em;
5648
}
5649

    
5650
.create-vm p.desc.warning {
5651
    color: #880000;
5652
}
5653

    
5654
.create-vm p.desc.empty {
5655
    color: #000;
5656
}
5657

    
5658
.create-vm p.desc {
5659
    font-size: 0.8em;
5660
    color: #888;
5661
    margin-bottom: 10px;
5662
}
5663

    
5664
.create-vm li.role .values .val:hover {
5665
    background-color: #eee;
5666
}
5667
.create-vm li.role .values .val.selected,  .create-vm li.role .values .val.selected:hover {
5668
    color: #fff;
5669
    background-color: #FF9955;
5670
}
5671

    
5672
.create-vm .images-filter-cont, .create-vm .flavors-predefined-cont {
5673
    width: 18%;
5674
    padding-right: 4%;
5675
    float:left;
5676
    border-right: 1px solid #A1C8DB;
5677
    overflow: auto;
5678
}
5679

    
5680
.create-vm .flavor-options-cont {
5681
    width: 74%;
5682
    float: left;
5683
    margin-left: 20px;
5684
}
5685

    
5686
.create-vm .flavor-options-cont .flavor-options li:hover {
5687
    background-image:-webkit-linear-gradient(top, #E8F4FA, #D1E7F0);
5688
    background-image:-o-linear-gradient(top, #E8F4FA, #D1E7F0);
5689
    background-image:-moz-linear-gradient(top, #E8F4FA, #D1E7F0);
5690
    background-image:linear-gradient(top, #E8F4FA, #D1E7F0);
5691
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8F4FA', endColorstr='#D1E7F0', GradientType=0);
5692
}
5693

    
5694
.create-vm .flavor-options-cont .flavor-options li.disabled * {
5695
    color: #eee !important;
5696
}
5697

    
5698
.create-vm .flavor-options-cont .flavor-options li.disabled {
5699
    background-image:linear-gradient(top, #aaa, #ddd);
5700
    background-image:-webkit-linear-gradient(top, #aaa, #ddd);
5701
    background-image:-o-linear-gradient(top, #aaa, #ddd);
5702
    background-image:-moz-linear-gradient(top, #aaa, #ddd);
5703
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#dddddd', GradientType=0);
5704
}
5705

    
5706
.create-vm .flavor-options-cont .flavor-options li.selected {
5707
    background-color: #FF9955;
5708
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5709
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5710
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5711
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5712
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9955', endColorstr='#E88B4D', GradientType=0);
5713
    border: 1px solid #C97943;
5714
}
5715

    
5716
.create-vm .predefined-list li.disabled {
5717
    color: #ddd !important;
5718
}
5719

    
5720
.create-vm .flavor-options-cont .flavor-options li {
5721
    display: block;
5722
    float: left;
5723
    margin-right: 10px;
5724
    margin-bottom: 9px;
5725
    padding: 9px 14px;
5726
    border: 1px solid #aaa;
5727
    background-image:-webkit-linear-gradient(top, #D1E7F0, #E8F4FA);
5728
    background-image:-o-linear-gradient(top, #D1E7F0, #E8F4FA);
5729
    background-image:-moz-linear-gradient(top, #D1E7F0, #E8F4FA);
5730
    background-image:linear-gradient(top, #D1E7F0, #E8F4FA);
5731
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1E7F0', endColorstr='#E8F4FA', GradientType=0);
5732
}
5733

    
5734
.create-vm .flavor-opts-list.compact li {
5735
    padding: 7px 9px;
5736
    margin-right: 7px;
5737
}
5738

    
5739
.create-vm .flavor-options-cont .flavor-options {
5740
    margin-bottom: 2px;
5741
}
5742

    
5743

    
5744
.create-vm .flavor-options .metric {
5745
    font-size: 0.8em;
5746
    margin-left: 2px;
5747
}
5748

    
5749
.create-vm .flavor-options span.available {
5750
  font-size: 0.8em;
5751
  font-weight: normal;
5752
  margin-left: 5px;
5753
}
5754

    
5755
.create-vm .flavor-options span.title {
5756
    color: #444;
5757
}
5758

    
5759
.create-vm .flavor-options span.desc {
5760
    display: block;
5761
    color: #aaa;
5762
    font-weight: normal;
5763
    font-size: 0.8em;
5764
    float: right;
5765
    margin-top: 4px;
5766
}
5767

    
5768
.disktip {
5769
    padding: 4px;
5770
    top: 20px;
5771
}
5772

    
5773
.create-vm .flavor-options .flavors-disk-template-list {
5774
    position: relative;
5775
}
5776

    
5777
.create-vm .flavor-options .disk_template.option {
5778
    z-index: 10;
5779
    min-width: 50px;
5780
    text-align: center;
5781
}
5782

    
5783
/*0 position is -470px*/
5784
.create-vm .flavor-options .disk-template-description {
5785
    font-size: 0.8em;
5786
    color: #444;
5787
    background-image: url("../images/horizontal-pointer.png");
5788
    background-repeat: repeat-x;
5789
    background-position: -470px 0;
5790
    padding-top: 15px;
5791
    margin-top: -10px;
5792
    font-style: italic;
5793
    display:block;
5794
    overflow: auto;
5795
    padding-bottom: 0px;
5796
    margin-bottom: 7px;
5797
    width: 100%;
5798
}
5799

    
5800
.create-vm .flavor-options .disk_template.option .description {
5801
    display: none;
5802
    position: absolute;
5803
    bottom: -20px;
5804
    left:0;
5805
    color: #888;
5806
    font-style: italic;
5807
    display: block;
5808
    background-color: #fff;
5809
    width: 100%;
5810
    text-align: left;
5811
    z-index: 0;
5812
    border-top: 1px solid #ddd;
5813
    padding-top: 3px;
5814
    display: none;
5815
}
5816

    
5817
.create-vm .flavor-options .selected .value {
5818
    color: #FFF;
5819
}
5820

    
5821
.create-vm .flavor-options .value {
5822
    font-weight: bold;
5823
    color: #5CA1C0;
5824
}
5825

    
5826
.create-vm .flavor-options-cont h4 {
5827
    border-bottom: 1px solid #A1C8DB;
5828
    padding-bottom: 5px;
5829
}
5830

    
5831
.create-vm .images-info-cont {
5832
    width: 28%;
5833
    padding-left: 3%;
5834
    float: left;
5835
    border-left: 1px solid #A1C8DB;
5836
}
5837

    
5838
.create-vm .select-image.wide .show-details {
5839
    display: inline;
5840
}
5841

    
5842
.create-vm .select-image .images-info-cont .hide {
5843
    display: none;
5844
}
5845

    
5846
.create-vm .select-image.wide .images-info-cont .hide {
5847
    display: block;
5848
    float: right;
5849
    position: absolute;
5850
    right: 10px;
5851
    top: 10px;
5852
    font-size: 0.8em;
5853
    text-decoration: underline;
5854
    color: #5CA1C0;
5855
    cursor: pointer;
5856
}
5857

    
5858
.create-vm .select-image.wide .images-list-cont {
5859
    width: 74%;
5860
    padding-right: 0;
5861
}
5862

    
5863
.create-vm .select-image.wide .images-info-cont .description .title {
5864
    display: none;
5865
    float: none;
5866
}
5867

    
5868
.create-vm .select-image.wide .images-info-cont .description p {
5869
    background-color: #fff;
5870
    border: 1px solid #ddd;
5871
    padding: 10px;
5872
    float: none;
5873
}
5874

    
5875
.create-vm .select-image.wide .selected .size {
5876
    color: #FFF !important;
5877
}
5878

    
5879
.create-vm .select-image.wide .image-details .size {
5880
    color: #5CA1C0;
5881
    position: absolute;
5882
    top: 5px;
5883
}
5884

    
5885
.create-vm .select-image.wide .images-info-cont h3 {
5886
    color: #5CA1C0;
5887
    margin: 10px 0;
5888
    margin-top: 5px;
5889
    text-align: left;
5890
    font-size: 0.9em;
5891
}
5892

    
5893
.create-vm .select-image.wide .images-info-cont .description p {
5894
    height: 50px;
5895
}
5896

    
5897
.create-vm .select-image.wide .images-info-cont .description {
5898
    width: 100% !important;
5899
    float: none !important;
5900
    background-color: transparent !important;
5901
    padding: 0 !important;
5902
    font-size: 1.1em;
5903
}
5904
.create-vm .select-image.wide .images-info-cont .extra-details {
5905
    height: 160px;
5906
    overflow-y: scroll;
5907
    padding-right: 15px;
5908
}
5909

    
5910
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title .custom {
5911
    display: inline-block;
5912
}
5913

    
5914
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title {
5915
    background-color: #999 !important;
5916
    border-color: #888 !important;
5917
}
5918
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail .custom {
5919
    float: right;
5920
    display: none;
5921
    font-size: 0.8em;
5922
    margin-left: 10px;
5923
    color: #DDD;
5924
    margin-top: 2px;
5925
}
5926

    
5927
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail {
5928
    padding: 0px;
5929
    background-color: transparent;
5930
    margin-bottom: 4px;
5931
}
5932

    
5933
.create-vm .select-image.wide .images-info-cont .extra-details .title {
5934
    float: left;
5935
    display: block;
5936
    width: 39%;
5937
    padding: 1%;
5938
    background-color: #5CA1C0;
5939
    color: #fff;
5940
    border: 1px solid #4F8DAA;
5941
    font-size: 0.8em;
5942
}
5943

    
5944
.create-vm .select-image.wide .images-info-cont .extra-details .value {
5945
    float: right;
5946
    display: block;
5947
    width: 55%;
5948
    padding: 1%;
5949
    border: none;
5950
    background-color: #FFF;
5951
    color: #444;
5952
    border: 1px solid #ddd;
5953
    margin-bottom: 0px;
5954
    font-size: 0.8em;
5955
}
5956

    
5957

    
5958
.create-vm .select-image.wide .images-info-cont .image-detail {
5959
}
5960

    
5961
.create-vm .select-image.wide ul.images-list {
5962
    height: 310px;
5963
    overflow-y: scroll;
5964
    padding-right: 3%;
5965
}
5966

    
5967
.flavors-predefined-cont {
5968

    
5969
}
5970

    
5971
.flavor-options-cont {
5972
}
5973

    
5974
.create-vm .select-image.wide .images-info-cont {
5975
    position: absolute;
5976
    width: 88%;
5977
    background-color: #DAE9F0;
5978
    padding: 2%;
5979
    border-left: none;
5980
    height: 320px;
5981
    box-shadow: 0px 0px 2px #aaa;
5982
    -moz-box-shadow: 0px 0px 2px #aaa;
5983
    -webkit-box-shadow: 0px 0px 2px #aaa;
5984
    display: none;
5985
}
5986

    
5987

    
5988
.create-vm .images-info-cont h4, .create-vm .create-step-cont .param h4{
5989
    color: #FF9955;
5990
    margin-bottom: 1em;
5991
    font-size: 1.2em;
5992
}
5993

    
5994
.create-vm .images-info-cont span.title {
5995
    color: #4085A5;
5996
    display: block;
5997
    margin-bottom: 2px;
5998
    font-size: 0.8em;
5999
}
6000

    
6001
.create-vm .type-filter li {
6002
    font-size: 0.8em;
6003
    /*font-weight: bold;*/
6004
    padding: 4px;
6005
    margin-bottom: 0px;
6006
    color: #FF7F2A;
6007
}
6008

    
6009
.create-vm .images-list li {
6010
    min-height: 30px;
6011
}
6012
.create-vm .images-list .image-details:hover {
6013
    background-color: #eee;
6014
}
6015

    
6016
.create-vm .images-list .image-details.selected:hover {
6017
    background-color: #FF7F2A;
6018
}
6019

    
6020
.create-vm .images-list .image-details.selected {
6021
    /*font-weight: bold;*/
6022
}
6023

    
6024
.create-vm .images-list .image-details {
6025
    padding: 6px;
6026
    margin-bottom:1px;
6027
    position: relative;
6028
}
6029

    
6030
.create-vm .images-list .image-details img {
6031
    vertical-align: middle;
6032
    margin-right: 10px;
6033
}
6034

    
6035
.create-vm .images-info-cont .image-detail:last-child p {
6036
    border-bottom: none;
6037
}
6038

    
6039
.create-vm .images-info-cont h4 img {
6040
    vertical-align: middle;
6041
    margin-right: 7px;
6042
    margin-bottom: 5px;
6043
}
6044

    
6045
.create-vm .images-info-cont .description p {
6046
    font-size: 0.8em;
6047
}
6048

    
6049
.create-vm .images-info-cont p {
6050
    margin-bottom: 7px;
6051
    font-size: 0.9em;
6052
    border-bottom: 1px solid #A1C8DB;
6053
    padding-bottom: 7px;
6054
}
6055

    
6056
.create-vm .step-header {
6057
    padding-bottom:0;
6058
    position: relative;
6059
}
6060

    
6061
.create-vm .step-header .header-step .info span.subtitle {
6062
    font-size: 1.2em;
6063
    color: #fff;
6064
    font-weight: bold;
6065
}
6066

    
6067
.create-vm .step-header .header-step .info span {
6068
    float: none;
6069
    text-align: right;
6070
}
6071

    
6072
.create-vm .step-header .header-step .info {
6073
    position: absolute;
6074
    right: 15px;
6075
    top: 20px;
6076
    font-size: 0.8em;
6077
}
6078

    
6079
.create-vm .step-header .header-step span {
6080
    float: left;
6081
    display: block;
6082
}
6083

    
6084
.create-vm .steps-container {
6085
    width: 2000em;
6086
}
6087

    
6088
.create-vm .step-header .header-step .title {
6089
    margin-top: 20px;
6090
    font-size: 1em;
6091
    margin-left: 10px;
6092
}
6093

    
6094
#createvm-overlay-content {
6095
    width: 624px;
6096
    overflow: hidden;
6097
}
6098

    
6099
.create-vm .steps-history .steps-history-cont.current .title {
6100
    display: block;
6101
    top: 23px;
6102
    left: 43px;
6103
    font-size: 1.2em;
6104
    color: #ffffff;
6105
    font-weight: bold;
6106
    font-family: 'Ubuntu', sans-serif !important;
6107
}
6108

    
6109
.create-vm .steps-history .steps-history-cont.current .subnum {
6110
    display: none;
6111
    float: none;
6112
    font-size: 0.9em;
6113
    font-family: 'Ubuntu', sans-serif  !important;
6114
}
6115

    
6116
.create-vm .steps-history .steps-history-cont.current .subtitle,
6117
.create-vm .steps-history .steps-history-cont.current .description {
6118
    font-family: 'Ubuntu', sans-serif  !important;
6119
}
6120

    
6121
.create-vm .steps-history .steps-history-cont.current .info {
6122
    display: block;
6123
    font-family: 'Ubuntu', sans-serif !important;
6124
}
6125

    
6126
.create-vm .steps-history .steps-history-cont.completed .title,
6127
.create-vm .steps-history .steps-history-cont.completed .num {
6128
    color: #A1C8DB;
6129
}
6130

    
6131
.create-vm .steps-history .steps-history-cont.completed {
6132
    background-color: #4085A5;
6133
    color: #fff;
6134
    cursor: pointer;
6135
}
6136

    
6137
.create-vm .steps-history .steps-history-cont.completed .steps-history-step {
6138
    background-image: url("../images/check.png");
6139
}
6140

    
6141
.create-vm .steps-history .steps-history-cont.current .steps-history-step {
6142
    width: 320px;
6143
}
6144

    
6145
.create-vm .steps-history .steps-history-cont.current .num {
6146
    color: #fff;
6147
}
6148

    
6149
.create-vm .steps-history .steps-history-cont.current .info {
6150
    color: #4085A5;
6151
    font-size: 0.8em;
6152
}
6153

    
6154
.create-vm .steps-history .steps-history-cont.current {
6155
    background-color: #A1C8DB;
6156
    color: #fff;
6157
    width: 416px;
6158
}
6159

    
6160
.create-vm .steps-history-step {
6161
    padding: 4px;
6162
    padding-left: 7px;
6163
    font-size: 1em;
6164
    font-family: 'Ubuntu', sans-serif  !important;
6165
    margin-right: 5px;
6166
    padding-top: 12px;
6167
    background-position: right 30px;
6168
    background-image: none;
6169
    background-repeat: no-repeat;
6170
}
6171

    
6172
.create-vm .steps-history {
6173
    background-color: #4085A5;
6174
}
6175

    
6176
.create-vm .steps-history .steps-history-cont.last {
6177
    border-right: none;
6178
}
6179

    
6180
.create-vm .steps-history .steps-history-cont .num {
6181
    margin-left: 5px;
6182
    margin-top: -10px;
6183
    padding-bottom: 10px;
6184
}
6185

    
6186
.create-vm .steps-history .steps-history-cont .title {
6187
    display: none;
6188
    position: absolute;
6189
    bottom: 0px;
6190
    text-align: center;
6191
    padding-bottom: 2px;
6192
    left:0;
6193
    width: 55px;
6194
    margin-left:0;
6195
    margin-top:0;
6196
    font-size: 0.8em;
6197
}
6198

    
6199
.create-vm .steps-history .steps-history-cont .subnum,
6200
.create-vm .steps-history .steps-history-cont .info {
6201
    display: none;
6202
}
6203

    
6204
.create-vm .steps-history .steps-history-cont {
6205
    height: 70px;
6206
    width: 51px;
6207
    float: left;
6208
    color: #fff;
6209
    border-right: 1px solid #A1C8DB;
6210
    color: #A1C8DB;
6211
    background-color: #4085A5;
6212
    background-position: center right;
6213
    background-image: none;
6214
    background-repeat: no-repeat;
6215

    
6216
    -webkit-transition: background-color .15s ease-in;
6217
    -o-transition: background-color .15s ease-in;
6218
    -moz-transition: background-color .15s ease-in;
6219
    transition: background-color .15s ease-in;
6220

    
6221
    border-bottom: 1px solid #aaa;
6222
}
6223

    
6224
.create-vm .step-header .header-step .num {
6225
    color: #225871;
6226
    font-size: 4em;
6227
    margin-bottom: -5px;
6228
    font-family: 'Ubuntu', sans-serif;
6229
    font-weight: normal !important;
6230
}
6231

    
6232
.create-vm .step-header .header-step {
6233
    color: #;
6234
    margin-bottom: -6px;
6235
    width: 25%;
6236
    padding-left: 0%;
6237
    display: block;
6238
    float: left;
6239
}
6240

    
6241
.create-vm .step-header .header-step.current {
6242
    color: #387693;
6243
}
6244

    
6245
.create-vm .image-filters-title {
6246
    margin-top: 1em;
6247
    margin-bottom: 0.5em;
6248
}
6249

    
6250
.create-vm .create-step-cont span.clear {
6251
    font-size: 0.8em;
6252
    font-weight: bold;
6253
    color: #A1C8DB;
6254
    display: block;
6255
}
6256

    
6257
.create-vm .category-filters li {
6258
    float:left;
6259
    display: block;
6260
    padding: 4px;
6261
    background-color: #eee;
6262
    margin-right: 5px;
6263
    font-size: 0.9em;
6264
    margin-bottom: 5px;
6265
}
6266

    
6267
.create-vm .content-cont {
6268
    height: 340px;
6269
    overflow: auto;
6270
}
6271

    
6272
.create-vm .vm-confirm .confirm-params span.cval {
6273
    margin-left: 8px;
6274
    color: #444;
6275
}
6276

    
6277
.create-vm .vm-confirm .confirm-params span.ckey {
6278
    color: #4085A5;
6279
    font-weight: bold;
6280
}
6281

    
6282
.create-vm .vm-confirm .confirm-params {
6283
    margin-bottom: 15px;
6284
}
6285

    
6286
.create-vm .vm-confirm h3.vm-name {
6287
    background-repeat: no-repeat;
6288
    background-position: left center;
6289
    font-size: 1.4em;
6290
    padding-left: 1.45em;
6291
    color: #4085A5;
6292
}
6293

    
6294
.create-vm .images-list-cont h4 a {
6295
    margin-top: 3px;
6296
    margin-right: -2px !important;
6297
}
6298
.create-vm .images-list-cont h4 a,
6299
.create-vm .list-cont h4 a {
6300
    font-size: 0.8em;
6301
    font-weight: normal;
6302
    margin-right: 5px;
6303
    float: right;
6304
    color: #FF7F2A;
6305
}
6306

    
6307
.create-vm .confirm-params {
6308
    overflow: auto;
6309
}
6310

    
6311
.create-vm .vm-confirm .ssh.confirm-params {
6312
    max-height: 150px;
6313
}
6314

    
6315
.create-vm .personalize-cont .confirm-params {
6316
    max-height: 160px;
6317
    margin-right: 10px;
6318
}
6319

    
6320
.create-vm .personalize-cont,
6321
.create-vm .confirm-cont {
6322
    height: 250px;
6323
}
6324

    
6325
.create-vm .image-warning p {
6326
  width: 80%;
6327
  float: left;
6328
}
6329

    
6330
.create-vm .image-warning .untrusted-image-confirm:hover {
6331
  background-color: #7D674E;
6332
}
6333

    
6334
.create-vm .image-warning .untrusted-image-confirm {
6335
  display: inline-block;
6336
  padding: 5px;
6337
  background-color: #5C4D39;
6338
  color: #FFF;
6339
  width: 10%;
6340
  float: right;
6341
  margin-top: 4px;
6342
  margin-right: 2px;
6343
  cursor: pointer;
6344
  text-align: center;
6345
}
6346

    
6347
.create-vm .image-warning {
6348
  display: none;
6349
  background-color: #987249;
6350
  color: #fff;
6351
  padding: 10px 15px;
6352
  font-size: 0.9em;
6353
  border-top: 1px solid #AAA;
6354
}
6355

    
6356
.create-vm .create-step-cont .rename input.rename-field {
6357
    font-size: 1.4em;
6358
    padding: 5px;
6359
    width: 93%;
6360
    padding-left: 30px;
6361
    background-position: 7px center;
6362
    background-repeat: no-repeat;
6363
}
6364

    
6365
.create-vm .create-step-cont .rename label {
6366
    display: block;
6367
}
6368

    
6369
.create-vm .create-step-cont .personalize-conts,
6370
.create-vm .create-step-cont .confirm-conts {
6371
    margin-top: 20px;
6372
}
6373

    
6374
.create-vm .create-step-cont .personalize-cont,
6375
.create-vm .create-step-cont .confirm-cont {
6376
    width: 30%;
6377
    margin-right: 2%;
6378
    border-right: 1px solid #A1C8DB;
6379
    float: left;
6380
}
6381

    
6382
.create-vm .create-step-cont .confirm-cont ul li .title {
6383
    width: 55px;
6384
    float: left;
6385
}
6386

    
6387
.create-vm .create-step-cont .list-cont ul li .value {
6388
    float: right;
6389
    padding-top: 2px;
6390
    display: block;
6391
    width: 90px;
6392
    text-align: right;
6393
}
6394

    
6395
.create-vm .create-step-cont .list-cont ul li.flavor-disktype .value {
6396
    width: 45px;
6397
}
6398

    
6399
.create-vm .create-step-cont .list-cont ul li.image-description .value,
6400
.create-vm .create-step-cont .list-cont ul li.image-name .value {
6401
    float: none;
6402
    width: auto;
6403
    text-align:left;
6404
    width: auto;
6405
}
6406

    
6407
.create-vm .create-step-cont .list-cont ul li {
6408
    padding:0;
6409
    margin:0;
6410
    margin-bottom: 5px;
6411
    border-bottom: 1px solid #EEE;
6412
    padding-bottom: 7px;
6413
    margin-right: 10px;
6414
}
6415

    
6416
.create-vm .create-step-cont li.ssh-key-option .check,
6417
.create-vm .create-step-cont li.list-item-option .check {
6418
    float: right;
6419
    margin-right: 5px;
6420
    margin-top: 0px;
6421
}
6422

    
6423
.create-vm .create-step-cont li.ssh-key-option.selected {
6424
}
6425
.create-vm .create-step-cont li.ssh-key-option.selected:hover,
6426
.create-vm .create-step-cont li.list-item-option.selected:hover {
6427
    background-color: #F95;
6428
}
6429

    
6430
.create-vm .create-step-cont li.ssh-key-option:hover,
6431
.create-vm .create-step-cont li.list-item-option:hover {
6432
    background-color: #eee;
6433
}
6434

    
6435
.create-vm .create-step-cont li.ssh-key-option.selected {
6436
}
6437

    
6438
.create-vm .create-step-cont li.ssh-key-option,
6439
.create-vm .create-step-cont li.list-item-option {
6440
    padding: 6px !important;
6441
}
6442

    
6443
.create-vm .create-step-cont .list-cont.ssh {
6444
    width: 60%;
6445
}
6446

    
6447
.create-vm .create-step-cont .list-cont.meta h4 {
6448
    margin-right: 0;
6449
}
6450

    
6451
.create-vm .create-step-cont .list-cont.meta {
6452
    margin-right:0;
6453
    border-right: none;
6454
    width: 195px;
6455
}
6456

    
6457
.create-vm .list-cont > h4 {
6458
    font-size: 1.2em;
6459
    margin-right: 10px;
6460
    border-bottom: 1px solid #A1C8DB;
6461
    padding-bottom: 5px;
6462
    color: #387693;
6463
}
6464

    
6465
.create-vm .list-cont .param.image-name {
6466
    margin-bottom: 0 !important;
6467
    border-bottom: none !important;
6468
}
6469

    
6470
.create-vm .list-cont .param h4 {
6471
    margin-bottom: 0px !important;
6472
    font-size: 1.1em !important; 
6473
}
6474

    
6475
.create-vm .list-cont .param {
6476
    margin-bottom: 7px !important;
6477
}
6478

    
6479
.create-vm .list-cont .value {
6480
    font-weight: bold;
6481
}
6482

    
6483
.create-vm .list-cont .param .value {
6484
    font-size: 0.9em;
6485
}
6486

    
6487
.create-vm .list-cont .param .title {
6488
    color: #387693;
6489
}
6490

    
6491
.create-vm .list-cont .image-description {
6492
    margin-left:0;
6493
}
6494

    
6495
.create-vm .list-cont .image-description .value {
6496
    font-weight: normal;
6497
    margin-left: 0 !important;
6498
}
6499

    
6500
.create-vm .list-cont .image-description .title {
6501
    display: none;
6502
    font-size: 0.8em;
6503
}
6504

    
6505
.create-vm .list-cont.meta .values span {
6506
    display:block;
6507
    float: left;
6508
    margin-right: 4px;
6509
    border: 1px solid #eee;
6510
    padding:3px;
6511
    margin-bottom: 4px;
6512
    font-size: 0.9em;
6513
}
6514

    
6515
.create-vm .list-cont.meta .key {
6516
    font-weight: bold;
6517
    font-size: 0.9em;
6518
    display: block;
6519
    margin-bottom: 5px;
6520
}
6521

    
6522
.create-vm .meta input {
6523
    font-size: 0.8em;
6524
}
6525

    
6526
.create-vm .network-select {
6527
  height: 278px;
6528
  overflow-y: scroll;
6529
  padding-right: 10px;
6530
}
6531

    
6532
.vm-connect .connect-cont {
6533
    margin-bottom: 20px;
6534
    border-bottom: 1px solid #A1C8DB;
6535
    padding-bottom: 20px;
6536
}
6537

    
6538
.vm-connect .connection-info {
6539
    padding-bottom: 0px;
6540
    margin-bottom: 0;
6541
    border-bottom: none;
6542
}
6543

    
6544
.vm-connect .connection-info .connect a {
6545
    color: #fff;
6546
}
6547

    
6548
.vm-connect .connection-info .connect {
6549
    background-color: #387693;
6550
    color: #fff;
6551
    padding: 10px;
6552
    font-size: 1.2em;
6553
    text-align: center;
6554
}
6555

    
6556
.clip-copy {
6557
    display: block;
6558
    width: 20px;
6559
    height: 20px;
6560
    position: absolute;
6561
    border: 1px solid #387693;
6562
    background-image: url("../images/clipboard.png");
6563
    background-repeat: no-repeat;
6564
    background-position: center;
6565
    cursor: pointer;
6566
    background-color: #A1C8DB;
6567
}
6568

    
6569
.password-cont .clip-copy { right: 10px; top: 8px;}
6570

    
6571

    
6572
input.has-errors {
6573
    border-color: #ff0000;
6574
}
6575

    
6576
.overlay .models-view .previous-view-link {
6577
    margin: -10px;
6578
    margin-bottom:10px;
6579
    padding: 10px 5px;
6580
    background-image: url("../images/left-arrow.png");
6581
    background-repeat: no-repeat;
6582
    background-position: 10px center;
6583
    padding-left: 20px;
6584
    background-color: #93D070;
6585
    cursor: pointer;
6586
    border-bottom: 1px solid #eee;
6587
    text-decoration: underline;
6588
}
6589

    
6590
.icon .suspended-notice {
6591
  right: 192px;
6592
  top: 50px;
6593
}
6594

    
6595
.suspended-notice {
6596
  display: inline-block;
6597
  padding: 4px;
6598
  background-color: #8f1915;
6599
  cursor: pointer;
6600
  position: absolute;
6601
  color: #fff;
6602
  font-size: 0.6em;
6603
  display: none;
6604
}
6605

    
6606
.suspended .suspended-notice {
6607
  display: block;
6608
}
6609

    
6610
.suspended .action-indicator {
6611
  display: none !important;
6612
}
6613

    
6614
.trigger-resize {
6615
    background-image: url("../images/pencil-disabled.png");
6616
    background-position: right 2px;
6617
    background-repeat: no-repeat;
6618
    padding-right: 15px !important;
6619
    cursor: pointer;
6620
}
6621

    
6622
.can-resize .trigger-resize:hover {
6623
    text-decoration: underline;
6624
}
6625

    
6626
.can-resize .trigger-resize {
6627
    font-weight: bold;
6628
    background-image: url("../images/pencil.png");
6629
}
6630

    
6631
.vm-resize .flavor-options-cont {
6632
  float: none;
6633
  width: 100%;
6634
  margin: 0;
6635
  height: auto;
6636
}
6637

    
6638
.form-action.disabled {
6639
  background-color: #ddd;
6640
  color: #aaa;
6641
  border-color: #999;
6642
}
6643

    
6644
.overlay .form-actions .assign {
6645
  display: none;
6646
}
6647

    
6648

    
6649
.connect-ip #network-vms-select-content li.selected .options-object-cont {
6650
  background-image: none !important;
6651
}
6652

    
6653
.overlay.connect-ip .form-actions .assign {
6654
  display: block;
6655
}
6656

    
6657
.overlay.connect-ip .form-actions .create {
6658
  display: none;
6659
}
6660

    
6661
.overlay.connect-ip li.options-object .options-object-cont {
6662
  background-image: none !important; 
6663
}
6664

    
6665
.overlay-public-key-create .container {
6666
  font-size: 0.9em;
6667
}
6668

    
6669
/* Additional styles for views.ext module */
6670
.pane-view {
6671
  background-color: #EFF7FA;
6672
}
6673

    
6674
.collection-list-view .collection {
6675
  padding-top: 14px;
6676
}
6677

    
6678
.collection-list-view .collection .create-button {
6679
  margin-bottom: 15px;
6680
}
6681

    
6682
.collection-list-view .collection .create-button a {
6683
  display: inline-block;
6684
  color: black;
6685
  background-color: #FF7F2A;
6686
  cursor: pointer;
6687
  padding: 7px 24px;
6688
  text-decoration: none;
6689
  border-left: 15px solid #FF9955;
6690
  margin-left: -15px;
6691
  font-family: 'Open Sans', sans-serif;
6692
}
6693

    
6694
.pane-view .collection-list-view .model-view {
6695
  width: 100%;
6696
  background-color: transparent;
6697
  font-size: 75%;
6698
}
6699

    
6700
.pane-view .collection-list-view .model-view.actionpending .main-content-inner,
6701
.pane-view .collection-list-view .model-view.subactionpending .main-content-inner,
6702
.pane-view .collection-list-view .model-view.hovered .main-content-inner,
6703
.pane-view .collection-list-view .model-view:hover .main-content-inner {
6704
  background-color: #A1C8DB;
6705
}
6706

    
6707
.pane-view .collection-list-view .model-view .main-content .title {
6708
  font-weight: normal;
6709
}
6710

    
6711
.pane-view .collection-list-view .model-view .main-content {
6712
}
6713

    
6714
.pane-view .collection-list-view .model-view:last-child .main-content {
6715
  border-bottom: none;
6716
}
6717

    
6718
.pane-view .collection-list-view .model-view .main-content {
6719
  width: 520px;
6720
  padding-bottom: 5px;
6721
  margin-bottom: 5px;
6722
  float: left;
6723
  border-bottom: 1px solid #D1E7F0;
6724
}
6725

    
6726
.pane-view .collection-list-view .model-view .main-content-inner {
6727
  padding: 10px 20px;
6728
  padding-right: 10px;
6729
  /*overflow: hidden;*/
6730
}
6731

    
6732
.pane-view .collection-list-view .model-view .main-content .logo {
6733
  float: left;
6734
}
6735

    
6736
.pane-view .collection-list-view .model-view .main-content .entry {
6737
  width: 290px;
6738
  padding-top: 5px;
6739
  margin-left: 10px;
6740
  float: left;
6741
  position: relative;
6742
}
6743

    
6744
.pane-view .collection-list-view .model-view .main-content .actions-content {
6745
  width: 80px;
6746
  float: left;
6747
}
6748

    
6749
.pane-view .collection-list-view .model-item .link {
6750
  color: #4085A5;
6751
}
6752

    
6753
.collection .no-available a {
6754
  color: #aaa;
6755
}
6756

    
6757
.collection .select-item span.available {
6758
  font-size: 0.9em;
6759
  float: right;
6760
}
6761

    
6762
.collection span.no-available {
6763
}
6764

    
6765
.collection span.no-available {
6766
  float: right;
6767
}
6768

    
6769
.collection .no-available {
6770
  font-size: 0.8em;
6771
  color: #f00;
6772
}
6773

    
6774
.collection .empty-list {
6775
  padding: 10px;
6776
  font-size: 0.8em;
6777
  color: #333;
6778
}
6779

    
6780
.collection-list-view .items-sublist:first-child {
6781
  padding-top: 0;
6782
}
6783

    
6784
.collection-list-view .items-sublist {
6785
  padding-top: 10px;
6786
}
6787

    
6788
.collection-list-view .items-sublist:last-child {
6789
  margin-top: 20px;
6790
  border-top: 10px solid #DCEBF2;
6791
  margin-bottom: 0;
6792
}
6793

    
6794
.model-item .status-title {
6795
  text-align: right;
6796
  margin-right: 4px;
6797
  margin-top: 5px;
6798
}
6799

    
6800
.model-item .status-indicator {
6801
}
6802

    
6803
.model-item .actions-content {
6804
  width: 180px;
6805
  float: left;
6806
}
6807

    
6808
.model-item .actions-content .action-container .confirm-single .no,
6809
.model-item .actions-content .action-container .confirm-single .yes {
6810
  font-family: Arial, Helvetica, sans-serif;
6811
  width: 20px;
6812
  height: 16px;
6813
  padding: 2px 0;
6814
  float: left;
6815
  border: none;
6816
  margin: 0;
6817
  padding: 2px 0;
6818
  text-align: center;
6819
  font-size: inherit;
6820
}
6821

    
6822
.model-item .actions-content .action-container .confirm-single .no {
6823
  background-color: #FF9955;
6824
}
6825

    
6826
.model-item .actions-content .action-container .confirm-single .yes {
6827
  background-color: #FF7F2A;
6828
  width: 80px;
6829
}
6830

    
6831
.model-item .actions-content .action-container.warn .confirm-single .no:hover {
6832
  color: #fff;
6833
}
6834

    
6835
.model-item .actions-content .action-container.warn .confirm-single .no {
6836
  background-color: #CC0000;
6837
}
6838

    
6839
.model-item .actions-content .action-container.warn .confirm-single .yes {
6840
  background-color: #880000;
6841
  color: #fff;
6842
}
6843

    
6844
.model-item .actions-content .action-container.warn .confirm-single .yes:hover {
6845
  background-color: #CC0000;
6846
}
6847

    
6848
.model-item .actions-content .action-container .confirm-single {
6849
  display: none;
6850
  width: 100px;
6851
  float: right;
6852
  margin-right: -22px;
6853
  margin-top: -4px;
6854
}
6855

    
6856
.model-item .actions-content .action-container.selected .confirm-single {
6857
  display: block !important;
6858
}
6859

    
6860
.model-item.actionpending .actions-content .action-container.isactive,
6861
.model-item:hover .actions-content .action-container.isactive,
6862
/*.model-item.hovered .actions-content .action-container.isactive,*/
6863
.model-item .actions-content .action-container.selected {
6864
  display: block;
6865
}
6866

    
6867
.model-item.actionpending .nested-model-list .actions-content .action-container.isactive {
6868
  display: none;
6869
}
6870

    
6871
.model-item.actionpending .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
6872
  display: block;
6873
}
6874

    
6875
.model-item .actions-content .action-container.selected:hover {
6876
  background-color: transparent;
6877
  border-left: 5px solid #7DB4CD;
6878
  margin-left: 5px;
6879
}
6880

    
6881
.model-item .actions-content .action-container:hover a {
6882
  color: #fff;
6883
}
6884

    
6885
.model-item .actions-content .action-container:hover {
6886
  background-color: #A1C8DB;
6887
  border-left: 5px solid #7DB4CD;
6888
  margin-left: 5px;
6889
}
6890

    
6891
.model-item .actions-content .action-container.selected {
6892
}
6893

    
6894
.model-item .actions-content .action-container {
6895
  display: none; 
6896
}
6897

    
6898
.model-item .actions-content .action-container {
6899
  padding: 2px;
6900
  margin-bottom: 5px;
6901
  padding-left: 5px;
6902
  margin-left: 10px;
6903
  cursor: pointer;
6904
}
6905

    
6906
.model-item .status-active .status-indicator .indicator {
6907
  background-color: #63cf1c;
6908
}
6909

    
6910
.model-item .status-inactive .status-indicator .indicator {
6911
  background-color: #940606;
6912
}
6913

    
6914
.model-item .status-error .status-indicator .indicator {
6915
  background-color: #ff0000;
6916
}
6917

    
6918
.model-item .status-progress .status-indicator .indicator {
6919
  background-color: #FF7F2A;
6920
}
6921

    
6922
.model-item .status-indicator .indicator {
6923
  width: 10px;
6924
  height: 11px;
6925
  float: right;
6926
  background-color: #EFF7FA;
6927
  margin-right: 3px;
6928
}
6929

    
6930
/* vm sprites */
6931
.vm-icon.medium2 {
6932
  width: 30px;
6933
  height: 32px;
6934
}
6935

    
6936
.vm-icon.medium2.state1 {
6937
    background-position: 0px 0;
6938
}
6939

    
6940
.vm-icon.medium2.state2 {
6941
    background-position: -60px 0;
6942
}
6943

    
6944
.vm-icon.medium2.state3 {
6945
    background-position: -90px 0;
6946
}
6947

    
6948
.vm-icon.medium2.state4 {
6949
    background-position: -30px 0;
6950
}
6951

    
6952

    
6953
.vm-icon.medium {
6954
  width: 50px;
6955
  height: 54px;
6956
}
6957

    
6958
.vm-icon.medium.state1 {
6959
    background-position: 0px 0;
6960
}
6961

    
6962
.vm-icon.medium.state2 {
6963
    background-position: -100px 0;
6964
}
6965

    
6966
.vm-icon.medium.state3 {
6967
    background-position: -150px 0;
6968
}
6969

    
6970
.vm-icon.medium.state4 {
6971
    background-position: -50px 0;
6972
}
6973
/* end vm sprites */
6974

    
6975
/* ips */
6976
.ip-port-view .vm-logo {
6977
  width: 
6978
}
6979

    
6980
.model-item .vm-name {
6981
  font-weight: bold;
6982
}
6983

    
6984
.nested-model-list {
6985
  position: relative;
6986
  top: 43px;
6987
  overflow: visible;
6988
  width: 531px;
6989
  margin-left: -41px;
6990
  margin-bottom: 39px;
6991
}
6992

    
6993
.entry.inline .nested-model-list {
6994
  font-size: 0.9em;
6995
}
6996

    
6997
.entry.inline .nested-model-list .model-item .outer {
6998
  width: 220px;
6999
}
7000

    
7001
.entry.inline .nested-model-list {
7002
  position: absolute;
7003
  top: 17px;
7004
  margin-left: -9px;
7005
  margin-bottom: 0;
7006
  width: 420px;
7007
}
7008

    
7009
.entry.inline .nested-model-list .inner.main-content {
7010
  margin-left: 0;
7011
}
7012

    
7013
.entry.inline .nested-model-list .model-item .inner.main-content .title,
7014
.entry.inline .nested-model-list .model-item .inner.main-content .subtitle {
7015
  left: 52px;
7016
}
7017

    
7018
.nested-model-list .collection {
7019
  padding: 0;
7020
}
7021

    
7022
.nested-model-list .model-item .outer {
7023
  width: 470px;
7024
  position: relative;
7025
}
7026

    
7027
.model-item .border i.remove,
7028
.empty-list i.add {
7029
    display: block;
7030
    color: #fff;
7031
    padding-left: 10%;
7032
    width: 90%;
7033
    padding-top: 0px;
7034
    font-weight: bold;
7035
    font-size: 1.4em;
7036
    cursor: pointer;
7037
    font-style: normal;
7038
}
7039

    
7040
.model-item .border i.remove {
7041
  font-size: 1em;
7042
  color: #BE5812;
7043
  padding-top: 1px;
7044
}
7045

    
7046
.empty-list.nested {
7047
  height: 30px;
7048
}
7049

    
7050
.empty-list .border2, 
7051
.nested-model-list .outer .border2 {
7052
  border-left: 3px solid #FB822F;
7053
  position: absolute;
7054
  height: 100%;
7055
  width: 1px;
7056
  left:0;
7057
  top:0;
7058
}
7059

    
7060
.empty-list .border2, 
7061
.nested-model-list .model-item:last-child .outer .border2 {
7062
  height: 69px;
7063
}
7064

    
7065
.empty-list .border, .nested-model-list .outer .border {
7066
  position: absolute;
7067
  top: 52px;
7068
  left: 0;
7069
  background-color: #FB822F;
7070
  height: 17px;
7071
  width: 91px;
7072
  z-index: 0;
7073
}
7074

    
7075
.empty-list .border {
7076
  top: 31px;
7077
}
7078

    
7079
.empty-list .border2 {
7080
  height: 31px;
7081
}
7082

    
7083
.nested-model-list .model-item .inner .model-logo {
7084
  position: relative;
7085
  z-index: 100;
7086
}
7087

    
7088
.model-item.actionpending .nested-model-list.proxy .model-item .inner.main-content,
7089
.model-item:hover .nested-model-list.proxy .model-item .inner.main-content,
7090
.model-item.hovered .nested-model-list.proxy .model-item .inner.main-content,
7091
.nested-model-list .model-item.actionpending .inner.main-content,
7092
.nested-model-list .model-item:hover .inner.main-content,
7093
.nested-model-list .model-item.hovered .inner.main-content {
7094
  background-color: #84B7D0;
7095
}
7096

    
7097
.entry.inline .model-item .inner,
7098
.entry.inline *:hover .model-item .inner,
7099
.entry.inline .model-item:hover .inner {
7100
  background-color: transparent !important;
7101
}
7102

    
7103
.nested-model-list .model-item:last-child .inner.main-content {
7104
  border-bottom: none;
7105
}
7106

    
7107
.nested-model-list .model-item .inner.main-content {
7108
  width: auto;
7109
  margin-bottom: 0;
7110
  float: none;
7111
  z-index: 0;
7112
  margin-left: 30px;
7113
  padding-bottom: 20px;
7114
  padding: 10px;
7115
  border-bottom: 1px solid #5CA1C0;
7116
  /*height: 59px;*/
7117
}
7118

    
7119
.nested-model-list .model-item .inner.main-content .subtitle {
7120
  position: absolute;
7121
  top: 27px;
7122
  left: 110px;
7123
  font-weight: normal;
7124
  font-size: 0.8em;
7125
}
7126

    
7127
.nested-model-list .model-item .inner.main-content .title {
7128
  position: absolute;
7129
  top: 10px;
7130
  left: 110px;
7131
  font-weight: bold;
7132
}
7133

    
7134
.model-item:hover .nested-model-list .actions-content .action-container.isactive {
7135
  display: none;
7136
}
7137

    
7138
.model-item:hover .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
7139
  display: block !important;
7140
}
7141

    
7142

    
7143
.model-item .actions-content .action-container.selected a {
7144
  color: #FF7F2A;
7145
}
7146

    
7147
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7148
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7149
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7150
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7151
.model-item:hover .nested-model-list .model-item .actions-content .action-container.selected,
7152
.model-item:hover .nested-model-list .model-item:hover .actions-content .action-container.isactive {
7153
  display: block !important;
7154
}
7155

    
7156
.pane-view .model-view .nested-model-list .model-item .actions-content {
7157
  position: absolute;
7158
  right: -180px;
7159
  top:0;
7160
  float: none;
7161
  display: block;
7162
  width: 180px;
7163
  height: 80px;
7164
}
7165

    
7166
/* networks */
7167
.nested-model-list .ip-addresses li {
7168
  margin-bottom: 8px;
7169
}
7170

    
7171
.nested-model-list .ip-addresses li .type {
7172
  margin-right: 3px;
7173
  vertical-align: middle;
7174
  color: #fff;
7175
  background-color: #4085A5;
7176
  padding: 3px;
7177
}
7178

    
7179
.nested-model-list .ip-addresses li .ip {
7180
  padding-top: 3px;
7181
}
7182

    
7183
.nested-model-list .ip-addresses {
7184
  padding-top: 0px;
7185
  font-size: 0.9em;
7186
  margin-left: 70px;
7187
  margin-top:-35px;
7188
  margin-bottom: 35px;
7189
}
7190

    
7191
.network-ports-toggler {
7192
  position: absolute;
7193
  top: 30px;
7194
  left: 0px;
7195
}
7196

    
7197
.model-form-actions .form-action {
7198
  font-size: 1.1em !important;
7199
}
7200

    
7201
.model-form textarea {
7202
    width: 99%;
7203
    height: 100px;
7204
    border: 1px solid #aaa;
7205
}
7206

    
7207
.model-form .form-field {
7208
    margin-bottom: 10px;
7209
}
7210

    
7211
.model-form label {
7212
    display: block;
7213
    color: #406A7D;
7214
    font-size: 1.1em;
7215
    margin: 0px 0 5px 0;
7216
}
7217

    
7218
.model-form .inline label {
7219
    float: left;
7220
    margin-right: 10px;
7221
    margin-top: 15px !important;
7222
}
7223

    
7224
.model-form input.long {
7225
    width: 400px;
7226
}
7227

    
7228
.model-form .inline input {
7229
    width: auto;
7230
    margin-top: 10px;
7231
}
7232

    
7233
.model-form .inline select {
7234
    width: auto;
7235
    margin-top: 7px;
7236
}
7237

    
7238
.model-form .inline .errors,
7239
.model-form .inline .field-desc {
7240
    clear: both;
7241
}
7242

    
7243
.model-action.disabled {
7244
    background-color: #aaa;
7245
    border-color: #aaa;
7246
    cursor: default;
7247
}
7248
.model-action.disabled:hover {
7249
    background-color: #aaa;
7250
    border-color: #aaa;
7251
}
7252

    
7253
.model-action:hover {
7254
    background-color: #aaa;
7255
}
7256

    
7257
.model-action:hover {
7258
    background-color: #F95;
7259
    border-color: #F95;
7260
}
7261

    
7262
.model-action.in-progress {
7263
    background-color: #aaa;
7264
    color: #fff;
7265
    border-color: #aaa;
7266
    background-image: url("../images/icons/indicators/small/progress.gif") !important;
7267
}
7268

    
7269
.model-action.add-generate {
7270
    background-image: url("../images/option-action-generate-ssh.png");
7271
}
7272

    
7273
.model-action.add {
7274
    background-image: url("../images/option-action-add.png");
7275
    padding-right: 20px !important;
7276
}
7277

    
7278
.model-action {
7279
    float: right;
7280
    background-color: #FF7F2A;
7281
    color: #fff;
7282
    padding: 6px 8px;
7283
    margin-left: 10px;
7284
    cursor: pointer;
7285
    padding-right: 30px;
7286
    background-position: right center;
7287
    background-repeat: no-repeat;
7288
    background-clip: border-box;
7289
    border-right: 5px solid #FF7F2A;
7290
    font-size: 0.9em;
7291
}
7292

    
7293
.overlay-public-key-create .error-msg {
7294
    margin-bottom: 5px;
7295
}
7296

    
7297
.model-form.public-key textarea {
7298
  height: 125px;
7299
}
7300

    
7301
.model-notice {
7302
    margin-bottom: 10px;
7303
}
7304

    
7305
.model-notice p.message {
7306
    margin: 0;
7307
    padding: 0; 
7308
    border: 2px solid #444;
7309
    padding: 4px;
7310
    background-color: #efefef;
7311
    line-height: 1.7em;
7312
    padding: 6px;
7313
}
7314

    
7315
.model-notice p.message .download {
7316
    color: #fff;
7317
    background-color: #FF7F2A;
7318
    border: 1px solid #F95;
7319
    padding: 3px;
7320
    cursor: pointer;
7321
}
7322

    
7323

    
7324
.model-notice p.message.success {
7325
    color: #447821;
7326
    background-color: #AADE87;
7327
    border: 1px solid #447821;
7328
}
7329

    
7330
#public-keys-list-view .model-item textarea.content {
7331
  width: 270px;
7332
  background-color: transparent;
7333
  font-family: monospace;
7334
  font-size: 1em;
7335
  border: none;
7336
  overflow-y: hidden;
7337
  overflow-x: hidden;
7338
  height: 155px;
7339
  margin: 10px 0;
7340
  padding: 10px;
7341
  border: 1px solid #ddd;
7342
  background-color: #efefef;
7343
}
7344

    
7345

    
7346
.model-rename-view .edit {}
7347

    
7348
.model-rename-view .edit-btn {
7349
  display: none;
7350
  background-repeat: no-repeat;
7351
  font-size: 75%;
7352
  font-weight: normal;
7353
  margin-left: 10px;
7354
  padding-left: 10px;
7355
  text-align: left;
7356
  cursor: pointer;
7357
  color: #3D3D3D;
7358
  margin-top: 0.4em;
7359
  background-image: url("../images/pencil.png");
7360
  background-position: 0 0px;
7361
  width: 10px;
7362
  height: 7px;
7363
}
7364

    
7365
.model-rename-view:hover .edit-btn {
7366
  display: inline;
7367
}
7368

    
7369
.model-rename-view input {
7370
  border: 1px solid #aaaaaa;
7371
  font-size: 85%;
7372
  padding: 2px;
7373
  width: 235px;
7374
}
7375

    
7376
.model-rename-view .value {}
7377

    
7378
.model-rename-view .name {}
7379

    
7380
.model-rename-view .rename-actions {
7381
  float: right;
7382
  width: 40px;
7383
  position: relative;
7384
  top: 1px;
7385
  left: -6px;
7386
}
7387

    
7388
.model-rename-view .rename-actions .btn {
7389
  float: left;
7390
  height: 16px;
7391
  width: 16px;
7392
  cursor: pointer;
7393
}
7394

    
7395
.model-rename-view .rename-actions .btn.confirm {
7396
  background-image: url("../images/save.png"); 
7397
  margin-left: 3px;
7398
}
7399

    
7400
.model-rename-view .rename-actions .btn.cancel {
7401
  background-image: url("../images/cancel.png"); 
7402
  margin-left: 3px;
7403
}
7404

    
7405
.model-rename-view .rename-actions .btn.confirm:hover {
7406
  background-color: #84b7d0;
7407
}
7408

    
7409
.model-rename-view .rename-actions .btn.cancel:hover {
7410
  background-image: url("../images/cancel-onhover.png"); 
7411
}
7412

    
7413

    
7414
.select-item input {
7415
  cursor: pointer;
7416
}
7417

    
7418
.select-item {
7419
  font-size: 12px;
7420
  padding: 5px 4px;
7421
  margin-bottom: 3px;
7422
  background-color: #efefef;
7423
  cursor: pointer;
7424
}
7425

    
7426
.select-item.selected {
7427
  background-color: #FF7F2A;
7428
}
7429

    
7430
.select-item.selected * {
7431
  color: #fff;
7432
}
7433

    
7434
.steps-container .floating-ips .collection {
7435
}
7436

    
7437
.ip-port-view .title {
7438
  font-weight: normal !important;
7439
}
7440

    
7441
.pane-view .title.floating-ip {
7442
  font-weight: bold !important;
7443
}
7444

    
7445
.items-list.floating-ips {
7446
  margin-top: -5px;
7447
}
7448

    
7449
.select-item.floating-ip.not-available {
7450
  background-image: none;
7451
}
7452

    
7453
.select-item.floating-ip.create.no-available {
7454
  background-image: url("../images/option-action-add.png");
7455
}
7456

    
7457
.select-item.floating-ip.create {
7458
  padding-left: 34px;
7459
  margin-bottom: 5px;
7460
  background-image: url("../images/option-action-add-dark.png");
7461
  background-repeat: no-repeat;
7462
  background-position: 9px 7px;
7463
}
7464

    
7465
.select-item.floating-ip.selected * {
7466
  color: #222 !important;
7467
  font-weight: bold;
7468
}
7469

    
7470
.select-item.floating-ip {
7471
  border-left: 10px solid #efefef;
7472
  background-color: #ddd;
7473
  margin-bottom: 0;
7474
  border-bottom: 1px solid #efefef;
7475
}
7476

    
7477
.select-item.private-network .name {
7478
  float: left;
7479
  width: 50%;
7480
}
7481

    
7482
.select-item.vm .status .indicators {
7483
  width: 60px;
7484
  float: left;
7485
  margin: 0px 0 0 0;
7486
}
7487

    
7488
.select-item.vm .status span {
7489
  text-align: right;
7490
  display: block;
7491
  width: 100px;
7492
  float: left;
7493
  font-size: 0.9em;
7494
  margin-top: 2px;
7495
}
7496

    
7497
.select-item.vm .status {
7498
  float: right;
7499
  margin-right: 0px;
7500
  width: 170px;
7501
}
7502

    
7503
.select-item.private-network .cidr {
7504
  float: right;
7505
  width: 40%;
7506
  font-size: 0.9em;
7507
  text-align: right;
7508
  margin-top: 3px;
7509
}
7510

    
7511
.select-item .name {
7512
  float: left;
7513
  width: 90%;
7514
}
7515

    
7516
.select-item .ico {
7517
  float: left;
7518
  width: 5%;
7519
}
7520

    
7521
.select-item .checkbox {
7522
  float: left;
7523
  width: 5%;
7524
}