Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / css / main.css @ 32a58fdf

History | View | Annotate | Download (132.6 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: 10px 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: 76px;
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.destroy {
974
    position: absolute;
975
    bottom: -1px;
976
    width: 100%;
977
    left: 0px;
978
    background: transparent;
979
}
980

    
981
.vm-actions .action-container.destroy a {
982
}
983

    
984
.icon .light-background .machine-data, div.network.light-background, div.network.expand {
985
    background-color:#aed2e3 !important;
986
}
987

    
988
.single .light-background {
989
    background-color:#aed2e3;
990
}
991

    
992
.icon .machine-data-cont {
993
    margin-bottom: 5px;
994
    padding-bottom: 5px;
995
    border-bottom: 1px solid #D1E7F0;
996
    width: 520px;
997
    float: left;
998
}
999
.icon .terminated .machine-data-cont {
1000
    border-color: #B6CED6;
1001
}
1002

    
1003
.machine a {
1004
    font-weight: normal;
1005
    text-decoration: none;
1006
}
1007

    
1008
.machine span.name, .machine span.ip {
1009
    font-size: 75%;
1010
    color: black;
1011
    margin-top: 6px;
1012
}
1013

    
1014
.machine span.name {
1015
    font-weight: bold;
1016
}
1017

    
1018
.oldValue {
1019
    display:none;
1020
}
1021

    
1022
.state {
1023
}
1024

    
1025
.state div {
1026
    text-align: right;
1027
    margin-right: 3px;
1028
}
1029

    
1030
/* icon view actions */
1031
div.machine div.actions a.shutdown-padding {
1032
    margin-bottom: 22px;
1033
}
1034

    
1035
div.actions a.enabled:hover{
1036
    color: black !important;
1037
    text-decoration: underline;
1038
    display: block;
1039
}
1040

    
1041
div.machine:hover .actions a {
1042
    visibility: visible;
1043
}
1044

    
1045
div.machine div.display a{
1046
    visibility: visible;
1047
}
1048

    
1049
div.machine div.actions .disabled {
1050
    display: none;
1051
}
1052

    
1053
div.single-container div.vm-actions .disabled {
1054
    display: none;
1055
}
1056

    
1057
div.machine div.actions .disabled {
1058
    display: none;
1059
}
1060

    
1061
div.connect-arrow {
1062
    background: url("../images/connect-arrow.png") no-repeat;
1063
    height: 28px;
1064
    width:14px;
1065
    position: absolute;
1066
    display: none;
1067
}
1068

    
1069
.machine div.connect-arrow {
1070
    display: none;
1071
    left: -3px;
1072
    position: absolute;
1073
    top: 9px;
1074
}
1075

    
1076
div.connect-arrow:hover, div.connect-arrow.border-hover, div.connect-arrow-ie, div.connect-arrow.border-ie {
1077
    cursor: pointer;
1078
    background: url("../images/connect-arrow-hover.png") no-repeat;
1079
    height: 28px;
1080
    width:26px;
1081
}
1082

    
1083
div.connect-border {
1084
    opacity: 0.8;
1085
    filter: alpha(opacity = 80);
1086
    background-color:#4fe0c3;
1087
    height:28px;
1088
    width: 12px;
1089
    position: absolute;
1090
    display: none;
1091
}
1092

    
1093
div.connect-border:hover {
1094
    cursor: pointer;
1095
}
1096

    
1097
.machine div.connect-border {
1098
    display: none;
1099
    left: -15px;
1100
    position: absolute;
1101
    top: 9px;
1102
}
1103

    
1104
.standard .machine .logo {
1105
    float: left;
1106
    width: 50px;
1107
    height: 54px;
1108
    margin: 1px 14px 0;
1109
}
1110
.machine .logo {
1111
    background-image: url("../images/icons/machines/medium/unknown-sprite.png");
1112
    background-repeat: no-repeat;
1113
    cursor: pointer;
1114
}
1115

    
1116
.standard .machine .single-image-state1 {
1117
    background-position: 0px 0;
1118
}
1119

    
1120
.standard .machine .single-image-state3 {
1121
    background-position: -100px 0;
1122
}
1123

    
1124
.standard .machine .single-image-state4 {
1125
    background-position: -150px 0;
1126
}
1127

    
1128
.standard .machine .single-image-state2 {
1129
    background-position: -50px 0;
1130
}
1131

    
1132
.standard .running .machine .logo {
1133
   cursor: pointer;
1134
}
1135

    
1136
.list .machine img {
1137
    margin: 0;
1138
}
1139

    
1140
.icon div.cont-toggler-wrapper.ips {
1141
    font-size: 75%;
1142
}
1143

    
1144
.icon div.indicators {
1145
    float: right;
1146
}
1147

    
1148
div.indicators {
1149
    margin-right: 2px !important;
1150
    cursor: pointer;
1151
}
1152

    
1153
div.indicator1, div.indicator2, div.indicator3, div.indicator4 {
1154
    background-color: #63cf1c;
1155
    width:10px;
1156
    height:11px;
1157
    clear: none;
1158
    float:right;
1159
    -webkit-transition: background-color .75s ease-out;
1160
    -o-transition: background-color .75s ease-out;
1161
    -moz-transition: background-color .75s ease-out;
1162
    transition: background-color .75s ease-out;
1163
}
1164

    
1165
.view-separator {
1166
    color:#5F8DD3;
1167
}
1168

    
1169
.running.disabled {
1170
    background: transparent;
1171
}
1172

    
1173
.running-state .indicator1, .running-state .indicator2, .running-state .indicator3, .running-state .indicator4 {
1174
    background-color: #63cf1c;
1175
}
1176

    
1177
.rebooting-state .indicator1, .rebooting-state .indicator2, .rebooting-state .indicator3, .rebooting-state .indicator4 {
1178
    background-color: #d4aa00;
1179
}
1180

    
1181
.error-state .indicator1, .error-state .indicator2, .error-state .indicator3, .error-state .indicator4 {
1182
    background-color: #ff0000 !important;
1183
}
1184

    
1185
.terminated-state .indicator1, .terminated-state .indicator2, .terminated-state .indicator3, .terminated-state .indicator4 {
1186
    background-color: #5e1616;
1187
}
1188

    
1189
.build-state .indicator1, .build-state .indicator2, .build-state .indicator3, .build-state .indicator4 {
1190
    background-color: #FF7F2A;
1191
}
1192

    
1193
.destroying-state .indicator1, .destroying-state .indicator3, .destroying-state .indicator2, .destroying-state .indicator4 {
1194
    background-color: #4085a5 !important;
1195
}
1196

    
1197
.shutting-state .indicator1, .shutting-state .indicator3, .shutting-state .indicator2, .shutting-state .indicator4 {
1198
    background-color: #940606;
1199
}
1200

    
1201
.starting-state .indicator1, .starting-state .indicator2, .starting-state .indicator3, .starting-state .indicator4 {
1202
    background-color: #9ed976;
1203
}
1204

    
1205
.network-indicator .indicator1, .network-indicator .indicator2, .network-indicator .indicator3, .network-indicator .indicator4 {
1206
    background-color: #63cf1c;
1207
}
1208

    
1209
.network-indicator.in-progress .indicator1, .network-indicator.in-progress .indicator2, .network-indicator.in-progress .indicator3, .network-indicator.in-progress .indicator4 {
1210
    background-color: #FF7F2A;
1211
}
1212

    
1213
.running, .terminated {
1214
    background: #EFF7FA repeat scroll 0 0;
1215
    padding-bottom: 15px;
1216
}
1217

    
1218
.running, #machinesview-list, .single {
1219
}
1220

    
1221
.terminated {
1222
    background:#DCE5E8  repeat scroll 0 0;
1223
    padding-top: 15px;
1224
    margin-top: 15px;
1225
}
1226

    
1227
span.rename {
1228
    background-repeat: no-repeat;
1229
    color: transparent;
1230
    font-size: 75%;
1231
    font-weight: normal;
1232
    margin-left: 10px;
1233
    padding-left: 10px;
1234
    text-align: left;
1235
    cursor: pointer;
1236
}
1237

    
1238
div.name:hover span.rename, span.rename_hovered {
1239
    color: #3D3D3D;
1240
    margin-top: 0.4em;
1241
    background-image: url("../images/pencil.png");
1242
    background-position: 0 3px;
1243
}
1244

    
1245
.machine div.info {
1246
    font-size: 75%;
1247
}
1248

    
1249
div.machine:hover div.info-header, div.machine:hover div.toggler div.down {
1250
    background-color: #84b7d0;
1251
}
1252

    
1253
div.machine div.info-label.darker, .single div.tags-label.darker, div.network .darker {
1254
    background-color: #5CA1C0;
1255
}
1256

    
1257
.machine div.info div.info-label {
1258
    font-size: 75%;
1259
    height:16px;
1260
    width: 30px;
1261
    padding: 1px 0 0 5px;
1262
}
1263

    
1264
.machine div.info div.toggler, .single div.tags div.toggler, div.network div.toggler {
1265
    width:15px;
1266
    height:17px;
1267
    margin-top: -11px;
1268
    margin-left: 37px;
1269
}
1270

    
1271
div.network div.toggler {
1272
    margin-left: 90px;
1273
}
1274

    
1275
.machine div.info div.down {
1276
    background: url(../images/down-arrow.png) no-repeat scroll 1px 1px;
1277
}
1278

    
1279
.single div.tags div.down {
1280
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1281
}
1282

    
1283
.network div.network-machines div.down {
1284
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1285
}
1286

    
1287
.network div.network-machine div.firewall div.down {
1288
    background: url(../images/down-arrow.png) no-repeat scroll 2px 2px;
1289
}
1290

    
1291
.machine div.info div.up {
1292
    background: url(../images/up-arrow.png) no-repeat scroll 1px 0;
1293
}
1294

    
1295
.single div.tags div.up {
1296
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1297
}
1298

    
1299
.network div.network-machines div.up {
1300
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1301
}
1302

    
1303
.network div.network-machine div.firewall div.up {
1304
    background: url(../images/up-arrow.png) no-repeat scroll 2px 2px;
1305
}
1306

    
1307
button {
1308
    background-color: #87AADE;
1309
    border: 1px solid #87AADE;
1310
    color: #FFFFFF;
1311
    cursor: pointer;
1312
    height: 23px;
1313
    width: 120px;
1314
}
1315

    
1316
button.next {
1317
    background-color: #4085A5;
1318
    border-color: #4085A5;
1319
    text-align: right;
1320
}
1321

    
1322
button.next:hover {
1323
    background-color: #7DB4CD;
1324
    border-color: #7DB4CD;
1325
}
1326

    
1327
button.prev {
1328
    background-color: #4085A5;
1329
    border-color: #4085A5;
1330
    margin-left: -1px;
1331
    text-align: left;
1332
}
1333

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

    
1339
.image-logo {
1340
    float: left;
1341
    margin-right: 1em;
1342
    margin-left: 1.5em;
1343
    margin-top: 4px;
1344
}
1345

    
1346
.icon div.image {
1347
    clear: both;
1348
    display: block;
1349
    margin-bottom: 3px;
1350
    margin-top: 3px;
1351
    padding: 5px;
1352
}
1353

    
1354
div#view-select {
1355
    clear: both;
1356
    color: white;
1357
    position: absolute;
1358
    right: 15px;
1359
    top: 15px;
1360
}
1361

    
1362
a.machines_view_link {
1363
    text-decoration: none;
1364
    font-size: 0.7em;
1365
    padding: 4px;
1366
    padding-right: 8px;
1367
    color: #5CA1C0;
1368
    margin-left: 5px;
1369
    background-repeat: no-repeat;
1370
    background-color: #C9DFEA;
1371
}
1372

    
1373
a.machines_view_link span {
1374
    float: left;
1375
}
1376

    
1377
a.machines_view_link span.ico {
1378
    width: 17px;
1379
    height: 15px;
1380
    margin-right: 10px;
1381
    background-position: -36px 0;
1382
}
1383

    
1384
a.machines_view_link:hover {
1385
    background-color: #A1C8DB;
1386
    color: #fff;
1387
}
1388
a.machines_view_link:hover span.ico {
1389
    background-position: -0px 0px;   
1390
}
1391

    
1392
a.machines_view_link.activelink span.ico {
1393
    background-position: -18px 0px;
1394
}
1395
a.machines_view_link.activelink {
1396
    color: #fff;
1397
    background-color: #5CA1C0;
1398
}
1399

    
1400
div#view-select a {
1401
    display: block;
1402
    float: left;
1403
}
1404

    
1405
a#list:hover {
1406
    background: #5f8dd3;
1407
}
1408

    
1409
a#machines_view_icon_link:active, a#machines_view_list_link:active {
1410
    color:white;
1411
}
1412

    
1413
a#machines_view_icon_link span.ico {
1414
    background-image: url("../images/icon-view.png");
1415
}
1416

    
1417
a#machines_view_list_link span.ico {
1418
    background-image: url("../images/list-view.png");
1419
}
1420

    
1421
a#machines_view_single_link span.ico {
1422
    background-image: url("../images/single-view.png");
1423
}
1424

    
1425
#machinetype {
1426
    background-color: #CDE2EC;
1427
    height: 25px;
1428
    margin-bottom: 0px !important;
1429
}
1430

    
1431
div.machine-type {
1432
    float: left;
1433
    margin: 4px 18px 20px;
1434
}
1435

    
1436
.machine-type .active {
1437
    color: #FFFFFF
1438
}
1439

    
1440
div.machine-type label.disabled {
1441
    color: #aaa !important;
1442
}
1443

    
1444
#machinesview {
1445
}
1446

    
1447
#machines-pane {
1448
}
1449

    
1450
.list#machinesview {
1451
    margin-left: -20px;
1452
    display:none;
1453
}
1454

    
1455
#machinesview-list.list {
1456
    background: #EFF7FA  repeat scroll 0 0;
1457
    padding-left: 15px;
1458
    padding-bottom: 15px;
1459
}
1460

    
1461
#machinesview_content {
1462
    display:none;
1463
}
1464

    
1465
.list-machines {
1466
    min-width: 515px;
1467
}
1468

    
1469
#emptymachineslist {
1470
    background-color: #6BA9C6;
1471
    color: #A0A0A0;
1472
    display: none;
1473
    padding: 65px 150px 35px;
1474
    text-align: justify;
1475
    margin-top: -70px;
1476
}
1477

    
1478
#welcomeheader {
1479
    color:white;
1480
    text-align: center;
1481
}
1482

    
1483
.welcomebody {
1484
    color: white;
1485
    font-size:80%;
1486
}
1487

    
1488
.welcomebody a {
1489
    color: white;
1490
}
1491

    
1492
.welcomefooter {
1493
    color: white;
1494
    font-size:60%;
1495
}
1496

    
1497
.welcomefooter a {
1498
    color: white;
1499
}
1500

    
1501
.emptycreatecontainer {
1502
    margin-left: 430px !important;
1503
    position: absolute;
1504
    margin-top: 5px !important;
1505
    width: 180px;
1506
    background-color: #CCCCCC;
1507
    padding: 5px;
1508
    padding-left: 10px;
1509
}
1510

    
1511
.emptycreate {
1512
    margin: 20px 10px 5px 0 !important;
1513
}
1514

    
1515
#createbody {
1516
    display:none;
1517
    font-size: 80%;
1518
}
1519

    
1520
div.list label img {
1521
    margin: 5px 5px -3px 0;
1522
}
1523

    
1524
div.list label {
1525
    color: #3D3D3D;
1526
    font-size: 75%;
1527
}
1528

    
1529
div.list .state {
1530
    margin-top: 7px;
1531
    margin-right: 10px;
1532
}
1533

    
1534
div.list table tbody {
1535
    margin-top: 8px;
1536
}
1537

    
1538
div.list table tr.checked td {
1539
    background-color: #A1C8DB !important;
1540
}
1541

    
1542
div.list table tr:hover td,
1543
div.list table tr.inactive:hover td,
1544
div.list table tr.error:hover td {
1545
    background-color: #A1C8DB;
1546
    color: #fff;
1547
}
1548

    
1549
div.list table td.name {
1550
    min-width: 170px;
1551
}
1552

    
1553
div.list table td.status {
1554
    font-size: 0.9em !important; 
1555
    text-align: right;
1556
    min-width: 90px;
1557
    color: #000;
1558
}
1559

    
1560
div.list table td.flavor {
1561
    font-size: 0.8em;
1562
}
1563

    
1564
div.list table td {
1565
    border-bottom: 1px solid #DDD;
1566
}
1567

    
1568
div.list table tr.error td.status {
1569
    color: #800000 !important;
1570
    font-weight: bold;
1571
}
1572

    
1573
div.list table tr.error td {
1574
    background-color: #DCE5E8;
1575
}
1576

    
1577
div.list table tr.inactive td {
1578
    background-color: #DCE5E8;
1579
}
1580

    
1581
div.list .stopped {
1582
    margin-top: 8px;
1583
}
1584

    
1585
/* root element for tabs  */
1586
#wizard ul.tabs {
1587
    margin-right: -1px;
1588
    float: right;
1589
}
1590

    
1591
#wizard div.panes {
1592
    height: 247px;
1593
    clear:both;
1594
    margin-top: 3px;
1595
}
1596

    
1597
.typebody {
1598
    font-size: 80%;
1599
    font-weight: normal;
1600
    position: relative;
1601
    top: -3px;
1602
}
1603

    
1604
.typehover {
1605
    color: #FFFFFF;
1606
}
1607

    
1608
#label-name {
1609
    margin-top: 10px;
1610
}
1611

    
1612
/* single tab */
1613
#wizard ul.tabs li {
1614
    margin-bottom: 0;
1615
    list-style-type:none;
1616
    float: left;
1617
}
1618

    
1619
/* link inside the tab. uses a background image */
1620
#wizard ul.tabs a {
1621
    display:block;
1622
    padding: 0.2em 0.5em 0.1em 0.4em;
1623
    text-decoration:none;
1624
    color: #FFFFFF;
1625
    position:relative;
1626
    top:1px;
1627
    outline:0;
1628
    background-color: transparent;
1629
    text-align: center;
1630
    width: 100px;
1631
    white-space: nowrap;
1632
    height: 17px;
1633
}
1634

    
1635
#wizard ul.tabs a:hover {
1636
    color: #FFFFFF;
1637
    background-color:#4085A5;
1638
}
1639

    
1640
/* selected tab */
1641
#wizard ul.tabs a.current {
1642
    color: white;
1643
    background-color: #7DB4CD;
1644
    cursor: default;
1645
}
1646

    
1647
#wizard #standard-images {
1648
    background-color: #ECF4F8;
1649
}
1650

    
1651
div.list div.actions {
1652
    display: none;
1653
    clear: left;
1654
    float: right;
1655
    margin-right: 15px;
1656
    margin-top: 37px;
1657
    text-align: right;
1658
    width: 120px;
1659
}
1660

    
1661
div.list div.actions a {
1662
    clear: left;
1663
    color: #A1A1A1;
1664
    display: block;
1665
    font-size:75%;
1666
    margin-bottom: 2px;
1667
}
1668

    
1669
div.list div.actions a:hover {
1670
    background-color: transparent;
1671
}
1672

    
1673
div.list div.actions a.enabled {
1674
    color: #3D3D3D;
1675
}
1676

    
1677
div.list div.actions a.enabled:hover{
1678
    cursor: pointer;
1679
    color: black;
1680
    text-decoration: underline;
1681
}
1682

    
1683
div.list div.actions a.selected {
1684
    color: #FF7F2A !important;
1685
}
1686

    
1687
input.machine {
1688
    width: 13px;
1689
    height: 13px;
1690
    top: -1px;
1691
    overflow: hidden;
1692
}
1693

    
1694
.description-container {
1695
    display: inline-block;
1696
    position: relative;
1697
    width: 300px;
1698
}
1699

    
1700
#wizard .button-container {
1701
    height: 20px;
1702
}
1703

    
1704

    
1705
/* metadata dropdown combo */
1706
.meta-key {
1707
    margin-right: 18px;
1708
    float:left;
1709
}
1710

    
1711
/* notification box */
1712
#yes-no {
1713
    height: 150px;
1714
    z-index: 9999;
1715
    border-bottom: 5px solid #4085A5;
1716
}
1717

    
1718
#yes-no p, #yes-no button {
1719
    margin-top: 15px;
1720
}
1721

    
1722
#error-success, .notification-box {
1723
    z-index: 9999;
1724
    border-bottom: 5px solid #4085A5;
1725
    min-height: 150px;
1726
    top: 50px !important;
1727
    position: absolute;
1728
}
1729

    
1730
#error-success p, .notification-box p {
1731
    margin-top: 5px;
1732
}
1733

    
1734
.error-report {
1735
    display: none;
1736
}
1737

    
1738
#error-success .error-report {
1739
    position: absolute;
1740
    top: 140px;
1741
    right: 40px;
1742
}
1743

    
1744
.error .error-report {
1745
    display: block;
1746
}
1747

    
1748
#error-success .error-report .errormsg {
1749
    display: none;
1750
}
1751

    
1752
#error-success .error-report .success {
1753
    display: none;
1754
}
1755

    
1756
#error-success .error-report .sending {
1757
    display: none;
1758
}
1759

    
1760
#error-success .error-report .send-btn {
1761
    color: #4085A5;
1762
    text-decoration: underline;
1763
    cursor: pointer;
1764
}
1765

    
1766
#error-success strong, .notification-box strong {
1767
    color: #F49C1A;
1768
}
1769

    
1770
#error-success .close, .notification-box .close {
1771
    background-image: url("../images/close-popup.png");
1772
    background-repeat: no-repeat;
1773
    cursor: pointer;
1774
    height: 13px;
1775
    position: absolute;
1776
    right: 7px;
1777
    top: 9px;
1778
    width: 13px;
1779
}
1780

    
1781
.popup-header-error {
1782
    background-color: #800000 !important;
1783
}
1784

    
1785
.popup-border-error {
1786
    border-color: #800000 !important;
1787
    width:auto;
1788
}
1789

    
1790
.popup-details-error {
1791
    border: none !important;
1792
}
1793

    
1794
.popup-separator-error {
1795
    margin-bottom: 5px !important;
1796
}
1797

    
1798
#error-success .popup-header, .notification-box .popup-header {
1799
    background-color: #4085A5;
1800
    color: white;
1801
    font-size: 95%;
1802
    font-weight: normal;
1803
    height: 20px;
1804
    margin-left: -16px;
1805
    margin-top: -16px;
1806
    padding-bottom: 2px;
1807
    padding-left: 30px;
1808
    padding-top: 10px;
1809
    width: 482px;
1810
    margin-right:-16px;
1811
}
1812

    
1813

    
1814
#error-success.success h3 span.header-box, .notification-box h3 span.header-box {
1815
    background-color: #71c837;
1816
    display: block;
1817
    background-image: url("../images/save-green.png");
1818
    background-position: right 0;
1819
    background-repeat: no-repeat;
1820
    width: 80px;
1821
    padding: 3px 3px 3px 8px;
1822
    margin-top: -6px;
1823
    font-size: 90% !important;
1824
    margin-left: -11px;
1825
}
1826

    
1827
#error-success .popup-body, .notification-box .popup-body {
1828
    background: url("../images/popup-bg.png") repeat-x scroll 0 0 transparent;
1829
    margin-left: -16px;
1830
    margin-right: -16px;
1831
    margin-top: 1px;
1832
    min-height: 142px;
1833
    padding-top: 10px;
1834
}
1835

    
1836
#error-success .popup-body-inner, .notification-box .popup-body-inner {
1837
    background: url("../images/popup-inner-bg.png") repeat-x scroll 0 0 transparent;
1838
    font-size: 80%;
1839
    min-height: 120px;
1840
    margin-left: 20px;
1841
    padding-left: 15px;
1842
    width: 460px;
1843
}
1844

    
1845
#error-success .popup-separator, .notification-box .popup-seperator {
1846
    background-color: #74AEC9;
1847
    height: 1px;
1848
    font-size:1%;
1849
    width: 442px;
1850
    margin-bottom: 30px;
1851
}
1852

    
1853
#error-success .machine-now-building {
1854
    font-size: 95%;
1855
    padding-bottom: 7px;
1856
    padding-top: 10px;
1857
}
1858

    
1859
#error-success.success .machine-now-building {
1860
    padding-bottom: 14px !important;
1861
}
1862

    
1863
#error-success .password-container, .notification-box .password-container {
1864
    width: 430px;
1865
    padding: 5px;
1866
    border: 2px solid #75b54a;
1867
    background-color: #aade87;
1868
}
1869

    
1870
#error-success .password-header, .notification-box .password-header {
1871
    margin-bottom: 5px;
1872
}
1873

    
1874
#error-success .password, .notification-box .password {
1875
    color: #447821;
1876
}
1877

    
1878
#error-success .popup-details, .notification-box .popup-details {
1879
    border: 2px solid #FF7F2A;
1880
    float: left;
1881
    margin-left: 10px;
1882
    padding: 2px;
1883
}
1884

    
1885
#error-success.success .popup-details, .notification-box .popup-details {
1886
    border: none !important;
1887
    float: none !important;
1888
    margin-left: none !important;
1889
    margin-top: 10px;
1890
}
1891

    
1892
#error-success.success .popup-separator, .notification-box .popup-seperator {
1893
    margin-bottom: 14px !important;
1894
}
1895

    
1896
#error-success .write-password, .notification-box .write-password {
1897
    margin-bottom: 5px;
1898
    padding-left: 30px;
1899
}
1900

    
1901
#error-success .write-password-password, .notification-box .write-password-password {
1902
    padding-left: 30px;
1903
    color: #447821;
1904
    display: inline;
1905
    font-size: 110%;
1906
    font-weight: bold;
1907
}
1908

    
1909
#error-success .write-password-details, .notification-box .write-password-details {
1910
    font-size: 75%;
1911
}
1912

    
1913
.more-details {
1914
    display: block;
1915
}
1916

    
1917
.notification-box h3 span.header-box {
1918
    background: transparent;
1919
}
1920

    
1921
.notification-box .machine-now-building {
1922
    padding: 20px 0;
1923
}
1924

    
1925
.notification-box .header-box {
1926
    width: auto !important;
1927
}
1928

    
1929
.notification-box .password {
1930
    text-align: center;
1931
}
1932
.notification-box .password a:hover {
1933
    background-color: #447821;
1934
    color: #fff;
1935
}
1936

    
1937
.notification-box .password a {
1938
    padding: 0.2em;
1939
    text-align: center;
1940
    color: #447821;
1941
    font-weight: bold;
1942
    font-size: 1.2em;
1943
    text-decoration: none;
1944
}
1945

    
1946
.popup-details a:link, .popup-details a:visited {
1947
    color: black;
1948
}
1949

    
1950
.destroy .confirm_single .yes {
1951
    background-color: #880000;
1952
    color: #fff;
1953
}
1954

    
1955
.destroy .confirm_single .no {
1956
    background-color: #CC0000;
1957
    color: #880000;
1958
}
1959

    
1960
.destroy .confirm_single .yes:hover {
1961
    background-color:#CC0000;
1962
}
1963

    
1964
div.list div.actions a.selected#action-destroy {
1965
    color: #880000 !important;
1966
}
1967

    
1968
.vm-actions .destroy a#action-destroy.selected {
1969
    color: #880000 !important;
1970
}
1971

    
1972
/* Confirmation boxes */
1973
div.confirm_single, div.confirm_multiple, div.action_error {
1974
    display: none;
1975
    color: black;
1976
}
1977

    
1978
div.confirm_single button, div.confirm_multiple button, div.action_error button {
1979
    font-size: 100%;
1980
    cursor: pointer;
1981
    color: black;
1982
    height: 20px !important;
1983
}
1984

    
1985
div.confirm_single button {
1986
    border: none;
1987
    font-family: Arial, Helvetica, sans-serif;
1988
    line-height: 1em;
1989
    vertical-align: middle;
1990
    padding: 2px 6px;
1991
    padding-bottom:4px;
1992
    height: 15px;
1993
}
1994

    
1995
div.confirm_single button.yes {
1996
    width: 90px;
1997
    background-color:#FF7F2A;
1998
}
1999

    
2000
div.confirm_single button.yes:hover {
2001
    background-color: #FF9955;
2002
}
2003

    
2004
div.confirm_single button.no {
2005
    width: 20px;
2006
    margin-left:-5px;
2007
    background-color: #FF9955;
2008
    color:#d95d0a;
2009
}
2010

    
2011
div.confirm_single button.no:hover {
2012
    color: white;
2013
}
2014

    
2015
div.confirm_multiple_cont {
2016
    background-color: #406A7D;
2017
    margin-top: 0px;
2018
    padding: 3px;
2019
    border-top: 1px solid #444;
2020
    border-bottom: 1px solid #444;
2021
    padding-top:0px;
2022
    margin-top: -1px;
2023
}
2024

    
2025
div.confirm_reboot_required {
2026
}
2027

    
2028
div.confirm_multiple {
2029
    font-size: 65%;
2030
    z-index: 8000;
2031
    /*height: 28px;*/
2032
    width: 700px;
2033
    margin-top: 15px;
2034
}
2035

    
2036
div.confirm_multiple p {
2037
    float: left;
2038
    color: #FFF;
2039
    font-weight: bold;
2040
    margin: 7px 0 0 10px;
2041
}
2042

    
2043
#networks-pane {
2044
    display: none;
2045
}
2046

    
2047
div.confirm_multiple button {
2048
    float: right;
2049
    background-color: transparent;
2050
    border: 1px solid #5CA1C0;
2051
    margin: 4px 5px 0 0;
2052
}
2053

    
2054
div.confirm_multiple button.yes {
2055
    border-color: #FF7F2A;
2056
    padding: 0 12px;
2057
}
2058

    
2059
div.confirm_multiple button.yes:hover {
2060
    background-color: #FF7F2A;
2061
}
2062

    
2063
div.confirm_multiple button.no {
2064
    padding: 0px 16px;
2065
}
2066

    
2067
div.confirm_multiple button.no:hover {
2068
    background-color: #5CA1C0;
2069
}
2070

    
2071
div.action_error {
2072
    width: 120px;
2073
    margin: 14px 0 0 37px;
2074
    background-color: #981D1D;
2075
    font-size: 75%;
2076
    z-index:1;
2077
    color: #FFF;
2078
    position:absolute;
2079
    top: 0px;
2080
}
2081

    
2082
div.action_error .action-error-msg {
2083
    background-color: #fff;
2084
    color: #981D1D;
2085
    border: 1px solid #981D1D;
2086
    padding: 4px;
2087
}
2088
div.action_error .action-error-msg .action {
2089
    font-weight: bold;
2090
}
2091

    
2092
div.action_error .action-error-msg {
2093
    font-size: 0.8em;
2094
}
2095

    
2096
.action_error button {
2097
    width: 75px;
2098
    background-color: transparent;
2099
    border: 1px solid;
2100
    border-color: #981D1D;
2101
    color: #fff !important;
2102
    float: left;
2103
}
2104

    
2105
div.action_error button.details {
2106
    padding-right: 5px;
2107
    width: 100px;
2108
    border-bottom: 2px solid #981D1D;
2109
    border-right: 1px solid #981D1D;
2110
    border-left: 2px solid #981D1D;
2111
    background-color: #E24B4B;
2112
}
2113

    
2114
div.action_error button.close-action-error {
2115
    background-image: url("../images/option-action-remove.png");
2116
    background-color: #fff;
2117
    background-repeat: no-repeat;
2118
    background-position: center center;
2119
    width: 20px;
2120
    border-bottom: 2px solid #981D1D;
2121
    border-right: 2px solid #981D1D;
2122
    border-top: 1px solid #981D1D;
2123
}
2124

    
2125
div.action_error button.details:hover {
2126
    background-color: #FF7F2A;
2127
}
2128

    
2129
div#aboutuser{
2130
    float:right;
2131
    clear: both;
2132
    color: #FFFFFF;
2133
    font-size: 75%;
2134
    margin-top: -25px;
2135
}
2136

    
2137
div#user{
2138
    clear: both;
2139
    color: #FFFFFF;
2140
    font-size: 75%;
2141
    margin-top: 38px;
2142
    padding-bottom: 10px;
2143
    position: absolute;
2144
    right:0;
2145
}
2146

    
2147
div#user a{
2148
    color: #FFFFFF;
2149
    text-decoration: none;
2150
}
2151

    
2152
div#user a.current_lang {
2153
    color: #72ADC8;
2154
}
2155

    
2156
div#user .usermenu {
2157
    float: left;
2158
    cursor: pointer;
2159
    overflow: hidden;
2160
    padding-top: 5px;
2161
    margin-top: -6px;
2162
    position: relative;
2163
}
2164

    
2165
div#user .username {
2166
    display: block;
2167
    margin-right: 10px;
2168
    padding-right: 18px;
2169
    padding-left: 4em;
2170
    min-width: 70px;
2171
    text-align: right;
2172
    height: 20px;
2173
    background: url("../images/down-arrow-light.png") no-repeat right;
2174
    background-position: right 6px;
2175
    font-weight: normal;
2176
}
2177

    
2178
div#user .hovered {
2179
    background: #599EBD;
2180
    overflow: visible;
2181
    border-bottom: 1px solid #C7DFE9;
2182
}
2183

    
2184
div#user .hovered .username {
2185
    background-image: url("../images/down-arrow-lighter.png");
2186
}
2187

    
2188
div#user .active {
2189
    background-color: #BED5E0 !important;
2190
}
2191

    
2192
div#user .active .username {
2193
    color: #599EBD;
2194
    background-image: url("../images/down-arrow-lighter.png");
2195
}
2196

    
2197
div#user .useractions {
2198
    display: none;
2199
}
2200

    
2201
div#user .active .useractions {
2202
    display: block;
2203
    text-align: right;
2204
    color: #4085A5;
2205
    background-color: #D0E3ED;
2206
    margin-top:-1px;
2207
    border-top:1px solid #fff;
2208
    position: relative;
2209
    top: 1px;
2210
    box-shadow: 1px 1px 1px #aaa;
2211
    -moz-box-shadow: 1px 1px 1px #aaa;
2212
    -webkit-box-shadow: 1px 1px 1px #aaa;
2213
}
2214

    
2215
div#user .useractions li {
2216
    padding: 2px 10px;
2217
    border-bottom: 1px solid #efefef;
2218
    text-align: right;
2219
    display: block;
2220
    background-color: transparent;
2221
}
2222

    
2223
div#user .useractions li a {
2224
    color: #4085A5;
2225
    display: inline-block;
2226
    padding:5px 0;
2227
    padding-left: 30px;
2228
    padding-bottom: 6px;
2229
    background-repeat: no-repeat;
2230
    background-position: center left;
2231
}
2232

    
2233
div#user .useractions li.hovered {
2234
    background-color: #E1EFF6;
2235
}
2236

    
2237
div#user .useractions li.last {
2238
    border-bottom: none;
2239
}
2240

    
2241
div#user .useractions .logout a {
2242
    background-image: url("../images/icon-logout.png");
2243
}
2244

    
2245
div#user .langmenu {
2246
    float: left;
2247
    border-left: 1px solid #ffffff;
2248
    padding-left: 10px;
2249
    margin-left: -1px;
2250
}
2251

    
2252
div#user .langmenu .sep {
2253
    display: inline-block;
2254
    color: #72ADC8;
2255
}
2256

    
2257
.separator {
2258
    background-color: #74AEC9;
2259
    height: 10px;
2260
    width: 700px;
2261
    font-size: 1px;
2262
    line-height: 0px;
2263
}
2264

    
2265
#disks.separator {
2266
    background-color: #dea842;
2267
}
2268

    
2269
#networks.separator {
2270
    background-color: #6c535d;
2271
}
2272

    
2273
.network-machine h5 {
2274
    margin-bottom: 20px;
2275
    margin-top:0px;
2276
}
2277

    
2278
.machine-container .separator {
2279
    width: 508px;
2280
    height: 1px;
2281
    margin-top: 2px;
2282
    background-color: #5CA1C0;
2283
    margin-left: 13px;
2284
}
2285

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

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

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

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

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

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

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

    
2329
.network .namecontainer {
2330
    font-size: 1.1em;
2331
}
2332
.network .machine-name-div .namecontainer {
2333
    font-size: 1em;
2334
    font-weight: bold;
2335
}
2336

    
2337

    
2338
.namecontainer .name {
2339
    position: relative;
2340
}
2341

    
2342
.namecontainer .name .nametextbox, .network-rename-input {
2343
    z-index: 1000;
2344
}
2345

    
2346
.icon .nametextbox {
2347
    width: 255px;
2348
}
2349

    
2350
.nametextbox, .network-rename-input {
2351
    position: relative;
2352
    top: -3px;
2353
    font-size: 65%;
2354
    width: 240px;
2355
    border: 1px solid #aaaaaa;
2356
    padding: 2px;
2357
}
2358

    
2359
.large-spinner {
2360
    background: url("../images/icons/indicators/large/progress.gif");
2361
    margin-left: 298px;
2362
    margin-top: 0px;
2363
    height: 31px;
2364
    width: 49px;
2365
    position: absolute;
2366
    top: 200px;
2367
}
2368

    
2369
#machinesview-icon .large-spinner {
2370
    top: 170px;
2371
}
2372

    
2373
.list .large-spinner {
2374
    margin-top:-30px;
2375
}
2376

    
2377
.single .large-spinner {
2378
    margin-top: 50px;
2379
}
2380

    
2381
div#networks-container {
2382
    display: none;
2383
}
2384

    
2385
div#networks-container .large-spinner {
2386
    margin-top: 50px;
2387
}
2388

    
2389
/* tables in list view */
2390
div.list div.dataTables_filter {
2391
    font-size: 75%;
2392
    margin-bottom: 12px;
2393
}
2394

    
2395
div.list div.dataTables_filter input{
2396
    font-size: 100%;
2397
}
2398

    
2399
.dataTables_wrapper {
2400
    width: 515px;
2401
    padding-bottom: 40px;
2402
}
2403

    
2404
div.list table thead .sorting, div.list table thead .sorting_desc, div.list table thead .sorting_asc {
2405
    padding-right: 15px !important;
2406
}
2407

    
2408
div.list table {
2409
    width: 515px;
2410
    font-size: 75%;
2411
}
2412

    
2413
div.list table tbody td {
2414
    color: #3D3D3D;
2415
    padding:6px;
2416
    vertical-align: middle;
2417
    height: 20px;
2418
}
2419

    
2420
div.list table thead tr {
2421
    border-bottom: 1px solid #aaa;
2422
}
2423
div.list table thead tr th {
2424
    background-color: #CDE2EC;
2425
    background-image: url("../images/bg.gif");
2426
    background-repeat: no-repeat;
2427
    background-position: right 11px;
2428
    font-weight: normal;
2429
    border: 1px solid transparent;
2430
    border-bottom: none;
2431
    padding: 4px;
2432
    text-align: left;
2433
    vertical-align: middle;
2434
    cursor: pointer;
2435
}
2436

    
2437
div.list table thead .sorting_asc, div.list table thead .sorting_desc {
2438
    background-color: #5CA1C0;
2439
}
2440

    
2441
div.list table thead .sorting_asc {
2442
    background-image: url("../images/asc.gif");
2443
}
2444

    
2445
div.list table thead .sorting_desc {
2446
    background-image: url("../images/desc.gif");
2447
}
2448

    
2449
div.list table .selection div.expand-icon {
2450
    background-image: url("../images/asc.gif");
2451
    background-repeat: no-repeat;
2452
    position: relative;
2453
    cursor: pointer;
2454
    width: 15px;
2455
    height: 4px;
2456
    left: 19px;
2457
    top: -11px;
2458
}
2459

    
2460
ul.dropdown-selector {
2461
    background-color: #E6EEEE;
2462
    position: absolute;
2463
    margin-left: 1px;
2464
    display: block;
2465
    top: 255px;
2466
    font-size:75%;
2467
    width:40px;
2468
}
2469

    
2470
ul.dropdown-selector li {
2471
    padding: 4px;
2472
}
2473

    
2474
ul.dropdown-selector li:hover {
2475
    background-color: #5CA1C0;
2476
}
2477

    
2478
ul.dropdown-selector li a{
2479
    color: black;
2480
    text-decoration: none;
2481
}
2482

    
2483
div.list table span.imagetag {
2484
    display: none;
2485
}
2486

    
2487
div.list table thead .vmos {
2488
    width: 20px !important;
2489
    vertical-align:middle;
2490
}
2491

    
2492
div.list table .selection {
2493
    width: 20px !important;
2494
    text-align: left;
2495
    background-image: none;
2496
    padding-left: 6px;
2497
}
2498

    
2499
div.list table thead .vmflavor {
2500
    width: 100px !important;
2501
}
2502

    
2503
/* group column commented out for v0.5
2504
div.list table thead .vmgroup {
2505
    width: 40px !important;
2506
}
2507
*/
2508

    
2509
div.list table thead .vmstatus {
2510
    width: 50px !important;
2511
}
2512

    
2513
div.list table thead .vmname {
2514
    width: 110px !important;
2515
}
2516

    
2517
.spinner, .action-indicator {
2518
    clear: right;
2519
    float:right;
2520
    margin: 10px 6px 0 15px;
2521
}
2522

    
2523
.icon .spinner {
2524
    margin: 20px 4px 0 15px !important;
2525
}
2526

    
2527
.single .state .spinner {
2528
    margin: 20px 55px 0 15px !important;
2529
}
2530

    
2531
.action-indicator {
2532
    margin-right: 18px;
2533
}
2534

    
2535
.list span.action-indicator {
2536
    display: block;
2537
    width: 15px;
2538
    height: 20px;
2539
    margin: 0 !important;
2540
    float: none;
2541
}
2542

    
2543
.wave {
2544
    clear: right;
2545
    float:right !important;
2546
    margin: 10px 15px 0 15px !important;
2547
}
2548

    
2549
.hidden {
2550
    display:none; 
2551
}
2552

    
2553
div.actions a.selected, div.actions a.selected:hover, div.machine-actions a.selected, div.machine-actions a.selected:hover {
2554
    display:block !important;
2555
}
2556

    
2557
.action_error .message, .action_error .code {
2558
    display: none;
2559
}
2560

    
2561
.fixed {
2562
    bottom: 0;
2563
    position: fixed !important;
2564
}
2565

    
2566
/* Networks */
2567
#networkscreate {
2568
}
2569

    
2570
.createbutton {
2571
    color: black;
2572
    background-color: #FF7F2A;
2573
    cursor: pointer;
2574
    padding: 7px 24px;
2575
    text-decoration: none;
2576
    border-left: 15px solid #FF9955;
2577
    margin-left: -15px;
2578
}
2579

    
2580
.createbutton.disabled, #networkscreate.disabled {
2581
  background-color: #888 !important;
2582
  border-left-color: #aaa !important;
2583
  cursor: help !important;
2584
  color: #ccc !important;
2585
}
2586

    
2587
#networkscreate:hover {
2588
    background-color: #FF9955;
2589
}
2590

    
2591
#createcontainer {
2592
}
2593

    
2594
#networks-container {
2595
}
2596

    
2597
#networks-pane .public-networks {
2598
    background: #EFF7FA repeat scroll 0 0;
2599
    margin: 0 0 0px;
2600
    padding: 0 0 15px 0px;
2601
}
2602

    
2603
#networks-pane .private-networks .network:last-child {
2604
    border-bottom: none;
2605
}
2606

    
2607
#networks-pane .private-networks {
2608
    background: #EFF7FA repeat scroll 0 0;
2609
    padding: 15px 20px 20px 0px;
2610
    margin-top: 18px;
2611
}
2612

    
2613
.private-networks .network-cont:last-child {
2614
    border-bottom: none;
2615
}
2616

    
2617
.private-networks .network-cont {
2618
    border-bottom: 1px solid #D1E7F0;
2619
    padding-bottom:5px;
2620
    margin-bottom: 5px;
2621
    width: 520px;
2622
}
2623

    
2624
.private-networks .network {
2625
    padding-top: 10px;
2626
    padding-bottom: 10px;
2627
}
2628

    
2629
#public-template, #private-template, #public-machine-template, #private-machine-template {
2630
    display:none;
2631
}
2632

    
2633
div.network-cont.disable-destroy .actions .destroy {
2634
    display: none !important;
2635
}
2636

    
2637
div.network-cont.pending .actions .action-add {
2638
    display: none;
2639
}
2640

    
2641
div.network-cont.in-error .actions .action-add {
2642
    display: none;
2643
}
2644

    
2645
div.network a.action-network-add {
2646
    display: none;
2647
}
2648

    
2649
div.network a.action-network-destroy {
2650
    margin-top: 32px !important;
2651
    width: 50px;
2652
    display: none;
2653
}
2654

    
2655
div.network {
2656
    clear: both;
2657
    padding: 5px 20px 5px 20px;
2658
    width: 480px;
2659
    position: relative;
2660
}
2661

    
2662
#private-template {
2663
    margin: 2px 0 0 -30px;
2664
}
2665

    
2666
div.network-placeholder {
2667
    margin-left: 33px;
2668
}
2669

    
2670
div.private-networks div.network-placeholder {
2671
}
2672

    
2673
div.network-cable {
2674
    border-left: 3px solid #FF7F2A;
2675
    float: left;
2676
    margin-left: -40px;
2677
    margin-top: -45px;
2678
    height: 185px;
2679
    overflow: hidden;
2680
}
2681

    
2682
.first div.network-cable {
2683
    height:143px;
2684
    margin-top:-6px;
2685
    position: relative;
2686
}
2687

    
2688
div.network-contents div.machines-list div.first {
2689
    margin-top:0;
2690
}
2691

    
2692
.last div.network-cable {
2693
    height:85px;
2694
}
2695

    
2696
div.firewall-cable {
2697
    border-left: 3px solid #FF7F2A;
2698
    float: left;
2699
    margin-left: -100px;
2700
    margin-top: -20px;
2701
    height: 110px;
2702
}
2703

    
2704
.last div.firewall-cable {
2705
    display:none;
2706
}
2707

    
2708
div.network a:hover {
2709
    text-decoration: underline;
2710
    cursor: pointer;
2711
}
2712

    
2713
#networks-container .name {
2714
    font-size: 75%;
2715
}
2716

    
2717
div.network-machines, div.firewall {
2718
    margin-left: 70px;
2719
}
2720

    
2721
div.firewall {
2722
    margin-left: 70px;
2723
    margin-bottom: 3px;
2724
    margin-top: -15px;
2725
}
2726

    
2727
div.firewall .firewall-options {
2728
    float: left;
2729
}
2730

    
2731
div.machines-header, div.firewall-header {
2732
    background-color: #A1C8DB;
2733
    color: white;
2734
    cursor: pointer;
2735
    height: 17px;
2736
    width: 103px;
2737
}
2738

    
2739
 div.private-networks div.machines-header {
2740
    margin-top: -5px;
2741
}
2742

    
2743
div.network:hover div.machines-header, div.network:hover div.firewall-header {
2744
    background-color: #84b7d0;
2745
}
2746

    
2747
div.network-machine:hover div.firewall-header {
2748
    background-color: #5CA1C0;
2749
}
2750

    
2751
div.firewall-label.darker {
2752
    background-color: #4085a5;
2753
}
2754

    
2755
.state {
2756
}
2757

    
2758
.network .state {
2759
    font-size: 75%;
2760
    position: absolute;
2761
    right: 10px;
2762
    top: 5px;
2763
}
2764

    
2765
div.network div.actions {
2766
    float: right;
2767
    font-size: 75%;
2768
    font-weight: normal;
2769
    height: 70px;
2770
    width: 100px;
2771
    position: absolute;
2772
    right: -100px;
2773
    top: 0;
2774
}
2775

    
2776
div.network div.machine-actions {
2777
    text-decoration: none;
2778
    float: right;
2779
    margin: -17px -180px 0 0;
2780
    font-weight: normal;
2781
    font-size: 75%;
2782
}
2783

    
2784
div.network div.actions a, div.network div.machine-actions a {
2785
    text-decoration: none;
2786
    height: 15px;
2787
    color: black;
2788
    visibility: hidden;
2789
    display: block;
2790
}
2791

    
2792

    
2793
div.network div.machine-actions a {
2794
    margin: 8px 0 0 8px;
2795
}
2796
div.network div.net-actions a {
2797
    margin: 0 0 8px 8px;
2798
    width: 168px;
2799
}
2800
div.network div.action-container {
2801
    bottom: auto;
2802
}
2803

    
2804
div.network div.net-actions .confirm_single {
2805
    position: absolute;
2806
    left: 96px;
2807
    width: 150px;
2808
    margin: 0 0px -5px 0;
2809
    font-size: 100%;
2810
}
2811

    
2812
div.network div.actions a:hover, div.network div.machine-actions a:hover {
2813
    display: block;
2814
    background-color:#A1C8DB;
2815
    opacity: 0.8;
2816
    filter: alpha(opacity = 80);
2817
}
2818

    
2819
div.network.expand .net-actions a {
2820
    visibility: visible;
2821
}
2822

    
2823
div.network:hover div.actions a, div.network-machine:hover div.machine-actions a {
2824
    visibility: visible;
2825
}
2826

    
2827
div.network div.machine-actions a.action-destroy.selected {
2828
    color: #880000 !important;
2829
}
2830

    
2831
div.network div.actions a.visible,
2832
div.network div.net-vm-actions a.visible,
2833
div.network div.actions a.selected:hover, div.network div.machine-actions a.selected {
2834
    background-color: transparent !important;
2835
    visibility: visible!important;
2836
}
2837

    
2838
div.network .net-vm-actions .confirm_single {
2839
    font-size: 100% !important;
2840
    margin-right: -20px !important;
2841
    position: absolute !important;
2842
    top: 7px;
2843
    right:0;
2844
}
2845

    
2846
div.network .nic-ip {
2847
  font-size: 0.8em;
2848
}
2849

    
2850
div.network div.display a {
2851
    visibility: visible;
2852
}
2853

    
2854
div.network-machine div.machine-actions a.action-details {
2855
    margin-top: 7px;
2856
    width: 168px;
2857
}
2858

    
2859
div.network .net-actions {
2860
    margin-right:5px !important;
2861
    margin-top:0px !important;
2862
    height: 80px !important;
2863
}
2864

    
2865
div.network .net-actions .action-container.destroy {
2866
    position: relative;
2867
    bottom: auto;
2868
}
2869

    
2870
div.network:hover {
2871
    background-color: #A1C8DB !important;
2872
}
2873

    
2874
.network-logos {
2875
    float:left;
2876
    padding-right: 10px;
2877
}
2878

    
2879
.network-logos:hover {
2880
    cursor: pointer;
2881
}
2882

    
2883
.state div {
2884
    text-align: right;
2885
    margin: 4px 1px -4px;
2886
}
2887

    
2888
.public-networks .state div {
2889
    margin-top: 4px;
2890
}
2891

    
2892
.private-networks .state div {
2893
    margin-top: 9px;
2894
    margin-bottom: -12px;
2895
}
2896

    
2897
.network .name-div {
2898
    margin-bottom: 15px;
2899
    margin-top: 0px;
2900
}
2901

    
2902
div.indicator {
2903
    clear: none;
2904
    float: right;
2905
    height: 11px;
2906
    margin: 3px -1px;
2907
    width: 10px;
2908
}
2909

    
2910
#private-networks {
2911
    margin-top: 20px;
2912
}
2913

    
2914
.private-networks .editbuttons {
2915
    margin-right: 117px;
2916
    margin-top: 1px;
2917
}
2918

    
2919
.private-networks div.confirm_single {
2920
    margin: 45px -219px -5px 0;
2921
    font-size: 80%;
2922
}
2923

    
2924
.private-networks .network-machine div.confirm_single {
2925
    margin: 0 -199px 0 0;
2926
}
2927

    
2928
.private-networks .state {
2929
}
2930

    
2931
.private-networks div.machines-list {
2932
    padding-top: 3px;
2933
}
2934

    
2935
span.rename-network, span.configure {
2936
    background-repeat: no-repeat;
2937
    color: transparent;
2938
    font-size: 75%;
2939
    font-weight: normal;
2940
    margin-left: 10px;
2941
    margin-right: 10px;
2942
    padding-left: 10px;
2943
    text-align: left;
2944
}
2945

    
2946
span.rename-network {
2947
    cursor: pointer;
2948
}
2949

    
2950
div.name-div:hover span.rename-network {
2951
    color: #3D3D3D;
2952
    margin-top: 0.4em;
2953
    background-image: url("../images/pencil.png");
2954
    background-position: 0 3px;
2955
}
2956

    
2957
div.network:hover a.rename {
2958
    color: #3d3d3d;
2959
}
2960

    
2961
.network-separator {
2962
    background-color: #5CA1C0;
2963
    height: 1px;
2964
    margin: 2px 0 0 -5px;
2965
    width: 480px;
2966
    font-size: 1%;
2967
    line-height: 1px;
2968
}
2969

    
2970
.network-contents {
2971
    margin-left: -4px;
2972
    width: 504px;
2973
    clear: both;
2974
    background: url("../images/orange-border.png") no-repeat;
2975
    background-position: 33px bottom;
2976
}
2977
.network-contents.last-expanded {
2978
    background-position-y: -2600px;
2979
}
2980

    
2981
.network-machine {
2982
    border-bottom: 1px solid #5CA1C0;
2983
}
2984
.network-machine:last-child {
2985
    border-bottom: none;
2986
}
2987

    
2988
.network-machine .state div {
2989
    text-align: left;
2990
}
2991

    
2992
.network-machine {
2993
    margin-left: 35px;
2994
    padding-bottom: 10px;
2995
    padding-left: 5px;
2996
    padding-top: 10px;
2997
    position: relative;
2998
}
2999

    
3000
.network-machine .ips {
3001
    position: absolute;
3002
    right:0;
3003
    top:40px;
3004
    text-align: right;
3005
    padding-right: 10px;
3006
    font-size: 70%;
3007
}
3008

    
3009
.network-machine .logo {
3010
    float:left;
3011
    padding-right: 10px;
3012
    position:relative;
3013
}
3014

    
3015
#networks-container .machine-name {
3016
    text-decoration: none !important;
3017
    margin-bottom: 10px;
3018
    color: #000000;
3019
    margin-top: -4px;
3020
}
3021

    
3022
.private-networks .separator {
3023
    background-color: #5CA1C0;
3024
    height: 1px;
3025
    margin: 3px 0 -2px -10px;
3026
    width: 485px;
3027
}
3028

    
3029
.network-machine .state {
3030
    margin-right: 18px;
3031
}
3032

    
3033
.network-machine .state .status {
3034
    margin-bottom: 4px;
3035
}
3036

    
3037
.machine-name .name {
3038
}
3039

    
3040
.machine-name .namecontainer {
3041
    line-height: 18px;
3042
    margin-bottom: 20px;
3043
}
3044

    
3045
div.network-machine:hover {
3046
    background-color: #84B7D0;
3047
}
3048

    
3049
.machines {
3050
    width: 416px;
3051
    margin-bottom: -8px;
3052
    margin-top: 10px;
3053
}
3054

    
3055
div.empty-network-slot {
3056
    height: 60px;
3057
}
3058

    
3059
div.network-remove-machine, div.network-add-machine {
3060
    background-color: #FB822F;
3061
    color: #bc4b00;
3062
    width:90px;
3063
    height:18px;
3064
    float:left;
3065
    margin:40px 0 0 -100px;
3066
}
3067

    
3068
span.remove-icon {
3069
    font-size: 80%;
3070
    margin-left: 15px;
3071
    position: relative;
3072
    bottom:1px;
3073
}
3074

    
3075
div.add-icon {
3076
    margin-left: 15px;
3077
    margin-top: -1px;
3078
    cursor: pointer;
3079
}
3080

    
3081
span.remove-icon:hover, span.add-icon:hover {
3082
    cursor:pointer;
3083
    color: #fff;
3084
}
3085

    
3086
div.network-add-machine {
3087
    margin:43px 0 0 0px;
3088
}
3089

    
3090
.firewall-on {
3091
    color: #42E342;
3092
}
3093

    
3094
.firewall-off {
3095
    color: #F82E2E;
3096
}
3097

    
3098
.firewall .progress-indicator {
3099
  position: absolute;
3100
  right: 10px;
3101
  top: 53px;
3102
}
3103

    
3104
.firewall-content {
3105
    color: black;
3106
    font-size: 0.8em;
3107
    height: 55px;
3108
    padding-top: 10px;
3109
}
3110

    
3111
.firewall-content input {
3112
  cursor: pointer;
3113
}
3114

    
3115
.firewall-content .checkbox-legends {
3116
    cursor: pointer;
3117
}
3118

    
3119
.firewall-content .checkbox-legends.current {
3120
    font-weight: bold;
3121
}
3122

    
3123
.firewall-content .checkbox-legends {
3124
    vertical-align: text-top;
3125
}
3126

    
3127
.checkbox-legends a {
3128
    color: black;
3129
    text-decoration: underline;
3130
    font-size: 100%;
3131
}
3132

    
3133
h5.machine-connect {
3134
    font-size: 75%;
3135
    margin-bottom: 3px;
3136
    height: 23px;
3137
}
3138

    
3139
.machine-connect span {
3140
    text-decoration: underline;
3141
}
3142

    
3143
h5.machine-connect span:hover {
3144
    cursor: pointer;
3145
}
3146

    
3147
.firewall-apply {
3148
    position: absolute;
3149
    background-color: #4085a5;
3150
    border: none;
3151
    font-size: 105%;
3152
    height: 18px;
3153
    width: 75px;
3154
    bottom: 13px;
3155
    right: 10px;
3156
}
3157

    
3158
.firewall-apply:hover {
3159
    background-color:#5CA1C0;
3160
}
3161

    
3162
.name-div {
3163
    margin: -9px 0 30px 70px;
3164
}
3165

    
3166
.machine-name-div {
3167
    margin-bottom: 20px;
3168
    margin-left: 60px;
3169
}
3170

    
3171
div.reboot-dialog {
3172
    display: none;
3173
    color: black;
3174
    background-color: #4085A5;
3175
    font-size: 75%;
3176
    margin-top: 15px;
3177
    width: 698px;
3178
    z-index: 1;
3179
}
3180

    
3181
div#reboot-machine-template, div.reboot-machine-entry {
3182
    display: none;
3183
    padding: 0 0 10px 35px;
3184
    width: 300px;
3185
}
3186

    
3187
div.reboot-dialog p {
3188
    color: #FFFFFF;
3189
    padding: 10px 0 10px 10px;
3190
}
3191

    
3192
div.reboot-dialog button {
3193
    float:right;
3194
    border: 1px solid #FF7F2A;
3195
    background-color: transparent;
3196
    font-size:100%;
3197
}
3198

    
3199
div.reboot-dialog button:hover {
3200
    background-color: #FF7F2A;
3201
}
3202

    
3203
div.reboot-dialog button.reboot-all {
3204
    margin: -30px 35px 0 0;
3205
}
3206

    
3207
div.reboot-dialog button.reboot-single {
3208
    color: black;
3209
    margin-top: -20px;
3210
}
3211

    
3212
div.reboot-dialog div.code, div.reboot-dialog div.action, div.reboot-dialog div.message, div.reboot-dialog button.details {
3213
    display:none;
3214
}
3215

    
3216
div.reboot-dialog button.details {
3217
    border-color: #800000;
3218
    margin-top: -20px;
3219
}
3220

    
3221
div.reboot-dialog button.details:hover {
3222
    background-color: #800000;
3223
}
3224

    
3225
/* Metadata */
3226
.machine .info-content {
3227
    display: none;
3228
}
3229

    
3230
.machine .info-content.ips .collection {
3231
  padding: 0;
3232
}
3233

    
3234
.machine .info-content.ips .ips .model-item .subnet {
3235
  padding-top: 2px;
3236
  width: 35%;
3237
  float: left;
3238
}
3239

    
3240
.machine .info-content.ips .ips .port-ip-item:last-child {
3241
  margin-bottom: 0;
3242
}
3243

    
3244
.machine .info-content.ips .ips .port-ip-item:hover {
3245
  background-color: #75A7BF;
3246
}
3247

    
3248
.machine .info-content.ips .ips .port-ip-item {
3249
  padding: 6px;
3250
  margin-bottom: 2px;
3251
}
3252

    
3253
.machine .info-content.ips .ips .model-item .ip {
3254
  padding-top: 2px;
3255
  width: 55%;
3256
  float: left;
3257
}
3258

    
3259
.machine .info-content.ips .ips .model-item .type {
3260
  float: left;
3261
  margin-right: 10px;
3262
  vertical-align: middle;
3263
  color: #fff;
3264
  background-color: #4085A5;
3265
  padding: 3px;
3266
}
3267

    
3268
.single .machine .info-content.ips .ips .model-item .ip {
3269
  width: 85%;
3270
}
3271

    
3272
.single .machine .info-content.ips .ips .model-item .cidr {
3273
  padding-left: 27px;
3274
}
3275

    
3276
.single .machine .info-content.ips .ips .model-item .type {
3277
  font-size: 0.9em;
3278
  padding: 1px 4px;
3279
  margin-top: 4px;
3280
}
3281

    
3282
.machine .info-content.ips .port {
3283
  width: 77%;
3284
  float: left;
3285
  margin-top: 9px;
3286
}
3287

    
3288
.machine .info-content.ips .ips {
3289
  width: 80%;
3290
  float: right;
3291
}
3292

    
3293
.machine .info-content.ips .port-item:last-child {
3294
  border-bottom: none;
3295
  padding-bottom: 0;
3296
  margin-bottom: 0;
3297
}
3298

    
3299
.machine .info-content.ips .port-item {
3300
  border-bottom: 1px solid #75A9C1;
3301
}
3302

    
3303
.machine .info-content.ips .port-item img {
3304
  float: left;
3305
  position: relative;
3306
  left: 4px;
3307
  margin-top: 10px;
3308
  margin-right: 10px;
3309
}
3310

    
3311
.single .machine .info-content.ips .port-item img {
3312
  margin-top: 13px;
3313
}
3314

    
3315
.machine .info-content.ips .port-item .network-header {
3316
  width: 18%;
3317
  float: left;
3318
}
3319

    
3320
.single .machine .info-content.ips .port-item .network-header {
3321
  width: 100%;
3322
  float: none;
3323
}
3324

    
3325
.single .machine .info-content.ips .ips {
3326
  width: 100%;
3327
}
3328

    
3329
.machine .info-content.ips .port-item .port {
3330
  font-weight: bold;
3331
}
3332

    
3333
.single .machine .info-content.ips {
3334
  font-size: 0.8em;
3335
  color: #222;
3336
}
3337

    
3338
.machine .info-content.ips {
3339
    background-color: #84B7D0;
3340
    padding: 0px 10px;
3341
    font-size: 0.6em;
3342
}
3343

    
3344
.metadata-container {
3345
    line-height: 12px;
3346
    height: 85px;
3347
    background-color: #84b7d0;
3348
}
3349

    
3350
.metadata-column {
3351
    border-right: 1px solid #5CA1C0;
3352
    color: black;
3353
    float: left;
3354
    font-size: 60%;
3355
    margin-top: 3px;
3356
    height: 70px;
3357
    padding-bottom: 5px;
3358
}
3359

    
3360
.vm-stats {
3361
    padding-left: 10px;
3362
    padding-right: 5px;
3363
    width: 220px;
3364
}
3365

    
3366
.vm-stats div.stat-content {
3367
    height: 18px;
3368
}
3369

    
3370
.vm-stats div.stat-content img {
3371
    margin: 0;
3372
}
3373

    
3374
.vm-stats div img.stat-busy {
3375
    margin-top: -7px;
3376
    margin-left: 90px;
3377
}
3378

    
3379
.vm-stats div.stat-content img.busy {
3380
    margin-left: 95px;
3381
}
3382

    
3383
.vm-stats div.stat-error {
3384
    display:none;
3385
}
3386

    
3387
div.stat-error {
3388
    color: #f00;
3389
}
3390

    
3391
.single div.stat-error {
3392
    text-align: center;
3393
    font-size: 0.8em;
3394
}
3395

    
3396
.metadata-column {
3397
    margin-top: 4px;
3398
}
3399

    
3400
.vm-details {
3401
    width: 130px;
3402
    margin-left:17px;
3403
}
3404

    
3405
.vm-details.metadata-column {
3406
    padding-top: 5px;
3407
    height: 65px;
3408
}
3409

    
3410
.vm-details .image-details {
3411
    margin-top: 8px;
3412
}
3413

    
3414
.vm-details .vm-detail {
3415
    display: block;
3416
}
3417

    
3418
.vm-details span.value {
3419
    color: #444;
3420
}
3421

    
3422
.single-container .lower .stat-busy {
3423
    margin-top: 10px;
3424
    margin-left: 325px;
3425
}
3426

    
3427
.vm-metadata {
3428
    padding-left: 10px;
3429
    width: 100px;
3430
    border: none;
3431
}
3432

    
3433
.metadata-left {
3434
}
3435

    
3436
.metadata-right {
3437
    width: 73px;
3438
    float:left;
3439
    height: 35px;
3440
    padding-left: 5px;
3441
    position:relative;
3442
    overflow:hidden;
3443
}
3444

    
3445
.metadata-right .items {
3446
    position:absolute;
3447
    height:20000em;
3448
}
3449

    
3450
.metadata-keys-container {
3451
    height: 60px;
3452
    float: left;
3453
}
3454

    
3455
.single .metadata-keys-container {
3456
    float: none;
3457
    height: auto;
3458
    margin-bottom: 5px;
3459
}
3460

    
3461
.single a.manage-metadata {
3462
    font-size: 80%;
3463
    margin-left:4px;
3464
    color: #383838;
3465
}
3466

    
3467
a.manage-metadata, a.stats-report {
3468
    font-size: 100%;
3469
    color: black;
3470
    margin-left:17px;
3471
    text-decoration: underline;
3472
}
3473

    
3474
a.stats-report {
3475
    margin: 15px 0  0 80px;
3476
}
3477

    
3478
div.machine a.manage-metadata:hover {
3479
    background-color: transparent;
3480
}
3481

    
3482
.single .metadata-actions, .single .metadata-keys-container .items {
3483
    padding-left: 5px;
3484
}
3485
.metadata-actions, .metadata-keys-container .items{
3486
    margin-top: 5px;
3487
}
3488

    
3489
.singe .metadata-actions, .single .metadata-keys-container .items{
3490
    font-size: 80%;
3491
    line-height: 12px;
3492
    width: 300px;
3493
}
3494

    
3495
.metadata-actions .prev,  .metadata-actions .next{
3496
    float:left;
3497
    width:29px;
3498
    height:6px;
3499
    cursor: pointer;
3500
}
3501

    
3502
.metadata-actions .prev {
3503
    background: url("../images/roll-up.png") no-repeat scroll 0 0 transparent;
3504
}
3505

    
3506
.metadata-actions .next {
3507
    background: url("../images/roll-down.png") no-repeat scroll 0 0 transparent;
3508
}
3509

    
3510
.scrollable {
3511
    position:relative;
3512
    overflow:hidden;
3513
    height: 35px;
3514
    width: 120px;
3515
    margin-bottom:2px;
3516
}
3517

    
3518
.scrollable .items {
3519
    position:absolute;
3520
    height:20000em;
3521
}
3522

    
3523
/* single view */
3524
.single {
3525
    color: #383838;
3526
}
3527

    
3528
.single .column1 {
3529
    float: left;
3530
    margin: 1px 0 25px 17px;
3531
    width: 140px;
3532
}
3533

    
3534
.single .column1 .state {
3535
    float: left;
3536
    margin-left: 4px;
3537
    padding-bottom: 6px;
3538
    padding-top: 3px;
3539
    position: relative;
3540
    right: 0;
3541
    text-align: center;
3542
    width: 126px;
3543
}
3544

    
3545
.single .column1 .state-label {
3546
    padding-top: 5px;
3547
}
3548

    
3549
.single .column1 .indicators {
3550
    margin-right: 38px !important;
3551
}
3552

    
3553
.single div.connect-arrow {
3554
    margin-left: -17px;
3555
}
3556

    
3557
.single div.connect-border {
3558
    margin-left: -29px;
3559
}
3560

    
3561
.single .single-actions {
3562
    width: 150px;
3563
    height: 60px;
3564
    margin-bottom: 45px;
3565
    margin-left: -10px;
3566
}
3567

    
3568
.single .vm-actions .action-container {
3569
    margin-bottom: 1px;
3570
}
3571

    
3572
.single .vm-actions .action-container .confirm_single {
3573
    right: -45px;
3574
}
3575

    
3576
.single .vm-actions .action-container.destroy .confirm_single {
3577
}
3578

    
3579
.single .vm-actions .action-container.destroy {
3580
    bottom: -20px;
3581
}
3582

    
3583
.single a.single-action {
3584
    text-decoration: none;
3585
    cursor: pointer;
3586
    display: block;
3587
}
3588

    
3589
.single a.single-action:hover {
3590
    background-color:#A1C8DB;
3591
    width: 162px;
3592
    opacity: 0.8;
3593
    filter: alpha(opacity = 80);
3594
}
3595

    
3596
.single .destroy a.single-action.selected {
3597
    color: #880000 !important;
3598
}
3599

    
3600
.single a.single-action.selected {
3601
    color: #FF7F2A !important;
3602
    width: 50px !important;
3603
}
3604

    
3605
.single a.single-action.selected:hover {
3606
    background-color:transparent;
3607
}
3608

    
3609
.single .spinner, .single .action-indicator {
3610
    margin: 15px 45px 0 0px !important
3611
}
3612

    
3613
.single .action-indicator {
3614
    margin-right: 55px !important;
3615
}
3616

    
3617
.single .wave {
3618
    margin: 15px 53px 0 0px !important
3619
}
3620

    
3621
.icon div.action_error {
3622
    font-size: 100%;
3623
}
3624

    
3625
.single div.action_error {
3626
    position: absolute;
3627
    top: 29px;
3628
    right: 35px;
3629
}
3630

    
3631
.single .column2 {
3632
    background-color: #A1C8DB;
3633
    float: left;
3634
    font-size: 78%;
3635
    line-height: 17px;
3636
    margin: 0 0 10px 5px;
3637
    width: 358px;
3638
}
3639

    
3640
.single .column2 .machine-labels {
3641
    float: left;
3642
    font-size: 90%;
3643
    margin-left: 10px;
3644
    margin-top: 10px;
3645
    width: 125px;
3646
}
3647

    
3648
.single .machine-detail.title {
3649
    background-color: #74AEC9;
3650
    color: #fff;
3651
    padding: 4px 10px;
3652
    font-size: 0.8em;
3653
    width: 338px;
3654
    margin-left: 5px;
3655
    float: left;
3656
}
3657

    
3658
.single .column2 .machine-details {
3659
    float: right;
3660
    text-align: right;
3661
    font-size: 90%;
3662
    width: 210px;
3663
    margin-right: 10px;
3664
    margin-top: 10px;
3665
}
3666

    
3667
.single .column2 .name, .single .column2 .disk, .single .column2 .image-size, .single .column2 .ipv6 {
3668
    margin-bottom: 13px;
3669
}
3670

    
3671
.single .tags {
3672
    clear: both;
3673
    margin-bottom: 10px;
3674
    margin-left: 10px;
3675
}
3676

    
3677
.single .tags-label {
3678
    float: left;
3679
    padding: 0 5px;
3680
    width: 30px;
3681
}
3682

    
3683
.single .tags-down-arrow {
3684
    background: url("../images/tags-down-arrow.png") no-repeat scroll 1px 7px transparent;
3685
    float: left;
3686
    height: 16px;
3687
    width: 9px;
3688
}
3689

    
3690
.single .toggler-header .info-header{
3691
    padding-top:0;
3692
    padding-bottom:0;
3693
}
3694

    
3695
.single .toggler-header {
3696
    font-size: 0.62em;
3697
    cursor: pointer;
3698
    float: left;
3699
    margin-bottom:5px;
3700
}
3701

    
3702
.single .toggler-header span.label {
3703
    font-size: 104%;
3704
}
3705

    
3706
.single .toggler-content {
3707
    background-color: #84B7D0;
3708
    clear: both;
3709
    height: auto;
3710
    padding-bottom: 5px;
3711
    padding-top: 5px;
3712
    width: 339px;
3713
}
3714

    
3715
.single .column3 {
3716
    background-color: #A1C8DB;
3717
    width: 150px;
3718
    overflow: visible;
3719
    padding-bottom: 10px;
3720
    position: absolute;
3721
    right: 20px;
3722
    top: 130px;
3723
}
3724

    
3725
.single .col3 {
3726
    float: right;
3727
    width: 150px;
3728
    margin-right: 15px;
3729
    margin-bottom: 15px;
3730
}
3731

    
3732
.single .column3 .controls {
3733
    font-size: 80%;
3734
    height: 20px;
3735
    padding-left: 7px;
3736
    padding-right: 7px;
3737
    padding-top: 8px;
3738
    padding-bottom: 5px;
3739
    border-bottom: 1px solid #84B7D0;
3740
}
3741

    
3742
.single .column3 .vm-control:hover {
3743
    background-color: #5CA1C0;
3744
}
3745

    
3746
.single .column3 .previous {
3747
    float:left;
3748
    width: 72px;
3749
}
3750

    
3751
.single .column3 .next {
3752
    float: right;
3753
    text-align: center;
3754
    width: 60px;
3755
}
3756

    
3757
.single .column3 .next-label {
3758
    float: right;
3759
    margin-right: 3px;
3760
    margin-top: -2px;
3761
}
3762

    
3763
.single .column3 .next-arrow {
3764
    float: right;
3765
    height: 18px;
3766
    width: 10px;
3767
    background: url("../images/right-arrow.png") no-repeat scroll 3px 2px transparent;
3768
}
3769

    
3770
.single .column3 .prev-label {
3771
    float: left;
3772
    margin-left: 3px;
3773
    margin-top: -2px;
3774
}
3775

    
3776
.single .column3 .prev-arrow {
3777
    background: url("../images/left-arrow.png") no-repeat scroll 3px 2px transparent;
3778
    float: left;
3779
    height: 18px;
3780
    width: 10px;
3781
}
3782

    
3783
.single .column3 .separator {
3784
    width: 135px;
3785
    height: 1px;
3786
    background-color: #84B7D0;
3787
    margin: 0 0 0 7px;
3788
    clear: both;
3789
}
3790

    
3791
.single .column3 .servers {
3792
    font-size: 80%;
3793
    line-height: 15px;
3794
    padding-top: 10px;
3795
    text-align: right;
3796
    overflow: visible;
3797
    position: relative;
3798
}
3799

    
3800
.single .column3 .server-name {
3801
    margin-left: 10px;
3802
    padding-right: 5px;
3803
    cursor: pointer;
3804
    padding-bottom: 2px;
3805
}
3806
div.single div.column3 div.server-name:hover {
3807
    background-color: #5CA1C0;
3808
}
3809
.single .column3 .column3-selected {
3810
    background-color: #84B7D0;
3811
    color: white;
3812
    opacity: 0.8;
3813
    padding-left: 9px;
3814
    width: 160px;
3815
    filter: alpha(opacity = 80);
3816
    position: relative;
3817
    width: 126px;
3818
}
3819

    
3820
.single .toggler {
3821
    color: #FFFFFF;
3822
    float: right;
3823
    font-size: 140%;
3824
}
3825

    
3826
.single .cpu-usage, .single .network-usage {
3827
    text-align: center;
3828
    padding-top: 15px;
3829
    margin-bottom: 5px;
3830
    font-size: 90%;
3831
    font-weight: bold;
3832
}
3833

    
3834
.single .cpu-graph, .single .network-graph {
3835
    margin-left: 20px;
3836
    margin-bottom:30px;
3837
    width: 660px;
3838
}
3839

    
3840
.single div.lower .stats-select .stats-select-option.selected {
3841
    background-color: #4085A5;
3842
    color: #fff;
3843
}
3844

    
3845
.single div.lower .stats-select .stats-select-option {
3846
    cursor: pointer;
3847
    background-color: #DDF1FB;
3848
    color: #4085A5;
3849
    display: block;
3850
    float: left;
3851
    padding: 7px 10px;
3852
    font-size: 0.7em;
3853
}
3854

    
3855
.single div.lower img.stats {
3856
    margin-left: 82px;
3857
}
3858

    
3859
.single div.lower img.stats {
3860
    display: none;
3861
}
3862

    
3863
.single .single-image {
3864
    width: 126px;
3865
    height: 136px;
3866
    margin-bottom: 10px;
3867
    margin-left: 4px;
3868
    background-image: url("../images/icons/machines/large/unknown-sprite.png");
3869
    background-repeat: no-repeat;
3870
    cursor: pointer;
3871
}
3872

    
3873
.single .single-image-state1 {
3874
    background-position: 0px 0;
3875
}
3876

    
3877
.single .single-image-state3 {
3878
    background-position: -252px 0;
3879
}
3880

    
3881
.single .single-image-state4 {
3882
    background-position: -378px 0;
3883
}
3884

    
3885
.single .single-image-state2 {
3886
    background-position: -126px 0;
3887
}
3888

    
3889
.single .column3 .previous, .single .column3 .next {
3890
    cursor: pointer;
3891
    background-color: #84B7D0;
3892
    color: white;
3893
    font-size: 100%;
3894
    height: 15px;
3895
    padding-top: 2px;
3896
}
3897

    
3898
.single .column3 .disabled {
3899
    opacity: 0.5;
3900
    filter: alpha(opacity = 50);
3901
}
3902

    
3903
.single div.lower {
3904
    clear:both;
3905
    background: #EFF7FA repeat scroll 0 0;
3906
    width: 700px;
3907
    padding-bottom: 15px;
3908
}
3909

    
3910
.single div.upper {
3911
    background: transparent;
3912
    margin-bottom: 10px;
3913
    overflow: visible;
3914
    overflow: hidden;
3915
    width: 700px;
3916
    background: #EFF7FA repeat scroll 0 0;
3917
}
3918

    
3919
/* console css */
3920
.console-header-logo {
3921
    padding-top: 16px;
3922
    margin-left: 30px;
3923
    position: fixed;
3924
}
3925

    
3926
.console-header-logo img {
3927
    max-width:100%;
3928
    max-height:65px;
3929
}
3930

    
3931
#console-header div.help-text {
3932
    font-size: 70%;
3933
    font-weight:bold;
3934
    color:#FFFFFF;
3935
    position: absolute;
3936
    height: 20px;
3937
    top: 79px;
3938
}
3939

    
3940
div.console-container {
3941
    margin: 0 0em;
3942
    height: auto;
3943
}
3944

    
3945
#wrapper.console {
3946
    width: auto;
3947
}
3948

    
3949
.console-info {
3950
    font-size:80%;
3951
    color: white;
3952
    position:absolute;
3953
    margin: 15px 0 0 480px;
3954
}
3955

    
3956
applet {
3957
    width:100%;
3958
    height:100%;
3959
}
3960

    
3961
div.console-footer {
3962
    /* this is for version 0.5*/
3963
    display: none;
3964
}
3965

    
3966
.console-footer #footer-text{
3967
    float:left;
3968
    left: auto;
3969
    margin-left:30px;
3970
}
3971

    
3972
/* add network wizard (see also #wizard for shared classes) */
3973
#networks-wizard .header {
3974
    background-color: #4085A5;
3975
    height: 56px;
3976
}
3977

    
3978
#networks-wizard div.name-input {
3979
    margin: 75px 0 0 55px;
3980
}
3981

    
3982
#networks-wizard input {
3983
    border: 1px solid #CCCCCC;
3984
    color: #445566;
3985
    letter-spacing: 1px;
3986
    width: 170px;
3987
}
3988

    
3989
#networks-wizard span.help {
3990
    font-style: italic;
3991
    font-size: 80%;
3992
    margin-left: 10px;
3993
}
3994

    
3995
#networks-wizard .separator-end {
3996
    background-color: #387693;
3997
    height: 6px;
3998
    width: 479px;
3999
    margin-left: -13px;
4000
    margin-top: 19px;
4001
}
4002

    
4003
.red {
4004
    color: red;
4005
}
4006

    
4007
/* add server to network wizard (see also #metadata-wizard for shared classes) */
4008
#add-machines-wizard span.machine-name {
4009
    margin-left: 4px;
4010
    vertical-align: text-top;
4011
}
4012

    
4013
#add-machines-wizard img.list-logo {
4014
    margin: 2px 1px 1px;
4015
}
4016

    
4017
.css-panes {
4018
    clear: both;
4019
    position: relative;
4020
    z-index: 10;
4021
}
4022

    
4023
.last .firewall-content {
4024
}
4025

    
4026
#pub .last .network-separator {
4027
    display:none;
4028
}
4029

    
4030
.public-networks .empty-network-slot {
4031
    display: none;
4032
}
4033

    
4034
.clearfix {
4035
    display: block;
4036
    width: auto;
4037
    zoom: 1;
4038
}
4039

    
4040
/* float clearing for all browsers except the devil one */
4041
.clearfix:after{
4042
  clear: both;
4043
  content: ".";
4044
  display: block;
4045
  height: 0;
4046
  visibility: hidden;
4047
  font-size: 0;
4048
}
4049

    
4050
* html .clearfix {
4051
    display: inline-block;
4052
}
4053

    
4054
.icon .cont-toggler {
4055
    margin-top: -1px;
4056
}
4057

    
4058
.icon .wave {
4059
    margin-right: 4px !important;
4060
    margin-top: 15px !important;
4061
}
4062

    
4063
.icon .status {
4064
    margin-right: 3px;
4065
}
4066

    
4067
#machinesview .status, .single .state {
4068
    font-size: 75%;
4069
}
4070

    
4071
#machinesview-list div.action-indicator {
4072
    margin:0 !important;
4073
    float: none !important;
4074
}
4075

    
4076
.icon div.action-indicator {
4077
    margin-top: 14px;
4078
    margin-right: 4px;
4079
}
4080

    
4081
div.action-indicator {
4082
    width: 15px;
4083
    height: 20px;
4084
    background-repeat: no-repeat;
4085
    background-position: 0 0;
4086
}
4087

    
4088
tbody.machines div.action-indicator {
4089
    position: relative;
4090
    top: -2px;
4091
}
4092
div.state .destroy, tbody.machines .destroy {
4093
    background-image: url("../images/icons/actions/medium/destroy.png");
4094
}
4095
div.state .console, tbody.machines .console {
4096
    background-image: url("../images/icons/actions/medium/console.png");
4097
}
4098
div.state .start, tbody.machines .start {
4099
    background-image: url("../images/icons/actions/medium/start.png");
4100
}
4101
div.state .reboot, tbody.machines .reboot {
4102
    background-image: url("../images/icons/actions/medium/reboot.png");
4103
}
4104
div.state .shutdown, tbody.machines .shutdown {
4105
    background-image: url("../images/icons/actions/medium/shutdown.png");
4106
}
4107

    
4108
h3.overlay-inner-title {
4109
    color: #4085A5;
4110
    font-size: 2em;
4111
}
4112

    
4113
#add-name-container {
4114
    margin-bottom: 10px;   
4115
}
4116

    
4117
.remove-field-trigger, .add-field-trigger {
4118
    cursor: pointer;
4119
}
4120

    
4121
.add-field-trigger img {
4122
    vertical-align: middle;
4123
}
4124

    
4125
.machine-now-building {
4126
    padding-right: 15px !important;
4127
    text-align: justify;
4128
}
4129

    
4130
.sub-text {
4131
    padding-top: 15px;
4132
    padding-right: 15px;
4133
    text-align: justify;
4134
    font-style: italic;
4135
    font-size: 0.8em !important;
4136
}
4137

    
4138
#notification-box a {
4139
    color: #4085A5;
4140
}
4141

    
4142
#notification-box .machine-title img {
4143
    vertical-align: middle;
4144
}
4145

    
4146
#notifiaction-box .password-header {
4147
    margin-bottom: 0 !important;
4148
}
4149

    
4150
#notification-box .password-container a {
4151
    color: #fff;
4152
    text-decoration: underline;
4153
}
4154

    
4155
#notification-box .password-container a:hover {
4156
    background-color: #fff;
4157
    color: #4085A5;
4158
}
4159

    
4160
#notification-box .password-container {
4161
    background: #4085A5;
4162
    border: none;
4163
}
4164

    
4165
#notification-box .password-container .password a {
4166
    font-weight: normal !important;
4167
}
4168

    
4169
#notification-box .cmd {
4170
    color: #fff;
4171
    font-family: monospace;
4172
    font-size: 1.6em;
4173
}
4174

    
4175
.machine-container .separator {
4176
    background-color: #B0D1E0;
4177
}
4178

    
4179
#creation-password-overlay div.password-cont {
4180
    margin: 10px auto;
4181
    padding: 10px;
4182
    border: 2px solid #75B54A;
4183
    background-color: #AADE87;
4184
    color: #447821;
4185
    text-align: left;
4186
    padding-left: 5em;
4187
    position: relative;
4188
}
4189

    
4190
#creation-password-overlay {
4191
    position: relative;
4192
}
4193

    
4194
#creation-password-overlay .form-action {
4195
    position: absolute;
4196
    bottom: 15px;
4197
    right: 13px;
4198
    font-size: 0.8em;
4199
}
4200

    
4201
#creation-password-overlay .password-label {
4202
    float: left;
4203
}
4204

    
4205
#creation-password-overlay .password {
4206
    font-size: 1.5em;
4207
    font-weight: bold;
4208
    letter-spacing: 2px;
4209
    font-family: Georgia, Times, serif;
4210
    margin-right: 5em;
4211
    float: right;
4212
    margin-top: -4px;
4213
}
4214

    
4215
.feedback-form .description {
4216
    margin-bottom: 25px;
4217
}
4218

    
4219
.feedback-form label {
4220
    display: block;
4221
    font-weight: bold;
4222
    margin-bottom: 10px;
4223
    font-size: 0.8em;
4224
}
4225

    
4226
.feedback-form .form-actions {
4227
    border-top: none;
4228
}
4229

    
4230
.nospace {
4231
    padding-top: 0 !important;
4232
    padding-bottom: 0 !important;
4233
}
4234

    
4235
.noborder {
4236
    border-top: none !important;
4237
    border-bottom: none !important;
4238
}
4239

    
4240
.overlay .feedback-form .messages.description {
4241
    padding-bottom:0;
4242
    margin-bottom: 0;
4243
}
4244

    
4245
.feedback-form .messages .error-message {
4246
    color: #f00;
4247
}
4248

    
4249
.feedback-form .messages .success-message {
4250
    color: #8AA87F;
4251
}
4252

    
4253
.feedback-form .feedback-message {
4254
    width: 548px;
4255
    height: 200px;
4256
    border: 1px solid #ddd;
4257
    padding: 5px;
4258
}
4259

    
4260
#feedback-form .empty-error-msg {
4261
    display: none;
4262
}
4263

    
4264
#feedback-form .data-text {
4265
    display: none;
4266
}
4267

    
4268
#feedback-form .message {
4269
    display: none;
4270
}
4271

    
4272
#feedback-form label {
4273
    display: block;
4274
    font-size: 0.85em;
4275
    font-weight: bold;
4276
}
4277

    
4278
#feedback-form label.inline {
4279
    display: inline;
4280
    padding-left: 5px;
4281
}
4282

    
4283
#feedback-form p {
4284
    padding: 1em 0;
4285
    color: #444;
4286
    margin-bottom: 10px;
4287
}
4288

    
4289
#feedback-form .description {
4290
    font-style: italic;
4291
    font-size: 0.9em;
4292
    color: #888;
4293
}
4294

    
4295
#feedback-form .feedback-text {
4296
    width: 98%;
4297
    height: 100px;
4298
    margin-top: 10px;
4299
    margin-bottom: 10px;
4300
}
4301

    
4302
#feedback-form .submit-data {
4303
    display: none;
4304
}
4305

    
4306
#feedback-form .submit, #invform .submit {
4307
    background-color: #4085A5;
4308
    color: #fff;
4309
    border: none;
4310
    padding: 5px 16px;
4311
    cursor: pointer;
4312
    font-size: 1em;
4313
    position: relative;
4314
}
4315

    
4316
#feedback .submit {
4317
    float: right;
4318
    right: 10px;
4319
    margin-top: 10px;
4320
}
4321

    
4322

    
4323
#feedback-form .submit:hover, #invform .submit:hover {
4324
    background-color: #549FC3;
4325
}
4326

    
4327
.feedback-intro {
4328
    padding-right: 15px !important;
4329
    text-align: justify;
4330
}
4331

    
4332
.popup-body .message {
4333
    padding: 20px 5px;
4334
    display: none;
4335
}
4336

    
4337
.popup-body .loading {
4338
    color: #fff;
4339
}
4340

    
4341
.popup-body .success {
4342
    color: #1F921A;
4343
}
4344

    
4345
.popup-body .errormsg {
4346
    color: #E32424;
4347
}
4348

    
4349

    
4350
.close-msg-box {
4351
    display: block;
4352
    margin-top: 10px;
4353
    cursor: pointer;
4354
    color: #4085A5;
4355
    text-decoration: underline;
4356
}
4357

    
4358

    
4359
.console .ip-version-label {
4360
    margin: 0 5px;
4361
}
4362

    
4363
.ipv6-text, .ipv4-text {
4364
    font-size: 0.9em;
4365
}
4366

    
4367
.fqdn {
4368
}
4369

    
4370
.column2 .fqdn {
4371
  padding: 3px 10px;
4372
}
4373

    
4374
.tooltip {
4375
    background-color: #C4DDE9;
4376
    color: #000;
4377
    font-size: 0.7em;
4378
    padding: 0.2em 0.5em;
4379
    border: 1px solid #888;
4380
    z-index: 50000;
4381
}
4382

    
4383
/*404 and 500 pages*/
4384

    
4385
.error_page {
4386
    position: relative;
4387
    top: 40px;
4388
    padding-bottom: 140px !important;
4389
}
4390

    
4391
.error_page h1 {
4392
    font-weight: normal;
4393
}
4394

    
4395
.error_page .msg_header {
4396
    margin: 0px;
4397
    font-size: 10em;
4398
    position: absolute;
4399
    left: -5px;
4400
    top: 0px;
4401
    color: #4085A5;
4402
    font-family: arial, verdana;
4403
}
4404

    
4405
.error_page p.error_desc {
4406
    color: #fff;
4407
    font-size: 0.8em;
4408
}
4409

    
4410
.error_page {
4411
    padding-right: 50px !important;
4412
    padding-left: 100px !important;
4413
}
4414

    
4415
.error_page .error_content {
4416
    padding-left: 150px;
4417
    padding-top: 97px;
4418
}
4419

    
4420
.error_page .error_content .links, .info_content .links {
4421
    margin-top: 10px;
4422
    margin-left: 20px;
4423
}
4424

    
4425
.error_page .http_error .code {
4426
    letter-spacing: -10px;
4427
    font-size: 9em;
4428
}
4429

    
4430
.error_page .http_error .msg {
4431
    letter-spacing: -1px;
4432
    font-size: 2em;
4433
}
4434

    
4435
.error_page .http_error {
4436
    position: absolute;
4437
    right: 0px;
4438
    bottom: 0px;
4439
    color: #75B3D0;
4440
    line-height: 1em;
4441
}
4442

    
4443
.error_page .error_content a, .info_content .links a {
4444
    color: #4085A5;
4445
    font-weight: bold;
4446
    margin-right: 10px;
4447
    font-size: 0.9em;
4448
}
4449

    
4450
.error_body #container, .info_body #container {
4451
    background-position: right 200px;
4452
}
4453

    
4454
.info_page h1 {
4455
    color: #4085A5;
4456
    font-size: 2em;
4457
    font-weight: normal;
4458
}
4459

    
4460
.info_page p {
4461
    color: #ffffff;
4462
    margin: 1em 0;
4463
}
4464

    
4465
.info_body p a, .error_body p a{
4466
    color: #4085A5;
4467
    text-decoration: underline;
4468
}
4469

    
4470
.error_404 .http_error .code {
4471
    letter-spacing: -7px;
4472
}
4473

    
4474
.network-progress-indicator {
4475
    position: relative;
4476
    display: none;
4477
}
4478

    
4479
.network-progress-indicator img {
4480
    position: absolute;
4481
    bottom: 44px;
4482
    left: 340px;
4483
}
4484

    
4485

    
4486
.single .progress-message {
4487
    margin-top: 90px;
4488
    font-size: 0.6em;
4489
    padding: 0 10px;
4490
    text-align: center;
4491
}
4492

    
4493
/*metadata keys/values*/
4494
.items .tag-item  {
4495
    display: block;
4496
}
4497

    
4498
.single .items .tag-item .key {
4499
    width: 60px;
4500
}
4501

    
4502
.running .scrollable, .terminated .scrollable {
4503
    height: 42px;
4504
}
4505

    
4506
.items .tag-item .key {
4507
    margin-right: 5px;
4508
    width: 30px;
4509
    display: block;
4510
    float: left;
4511
    color: #000;
4512
}
4513

    
4514
.items .tag-item .value {
4515
    color: #444;
4516
}
4517

    
4518
#machinesview-list {
4519
    display: none;
4520
}
4521

    
4522
#machinesview-single {
4523
    position: relative;
4524
    display: none;
4525
}
4526

    
4527
#machinesview-icon {
4528
    display: none;
4529
}
4530

    
4531
#machinesview-icon, #machinesview-single, #machinesview-list {
4532
    
4533
}
4534

    
4535
tbody.machines .spinner {
4536
    margin-top: 0!important;
4537
    margin: 0 !important;
4538
    float: none !important;
4539
}
4540

    
4541
.slider .slider-point {
4542
    width: 4px;
4543
    height: 3px;
4544
    margin-left: 1px;
4545
    background-color: transparent;
4546
    display: block;
4547
    position: absolute;
4548
    z-index: 10;
4549
    bottom: 0px;
4550
}
4551

    
4552
.slider .slider-point-light {
4553
    background-color: transparent;
4554
}
4555

    
4556
.slider-point-text {
4557
    font-size: 0.6em;
4558
    position: absolute;
4559
    top: 4px;
4560
    border-top: 5px solid #C5DEE9;
4561
    padding: 3px;
4562
    color: #4085A5;
4563
    display: block;
4564
    min-width: 6px;
4565
    text-align: middle;
4566
}
4567

    
4568
.slider .handle {
4569
    z-index: 50;
4570
}
4571

    
4572
.modal p.desc {
4573
    margin: 5px 0;
4574
    margin-left: 37px;
4575
    font-size: 0.8em;
4576
    color: #888;
4577
}
4578

    
4579
.api_overlay_template {
4580
    display: none;
4581
}
4582

    
4583
.api_content .password-container .password {
4584
    color: #fff;
4585
    font-size: 1.1em;
4586
}
4587

    
4588
#disks-pane {
4589
    margin-top: 58px;
4590
}
4591

    
4592
span.resend-msg {
4593
    display: block;
4594
    margin-bottom: 5px;
4595
}
4596

    
4597
.success-msg {
4598
    background-color: #5CAD54;
4599
    color: #fff;
4600
    padding: 0.4em;
4601
    border: 1px solid #ddd;
4602
}
4603

    
4604
.error-msg {
4605
    background-color: #800000;
4606
    color: #fff;
4607
    padding: 0.4em;
4608
    border: 1px solid #ddd;
4609
}
4610

    
4611
.success-msg em, .error-msg em {
4612
    font-weight: bold;
4613
    font-style: normal;
4614
    font-size: 0.9em;
4615
}
4616

    
4617
.pagination {
4618
            font-size: 80%;
4619
        }
4620
        
4621
.pagination a {
4622
    text-decoration: none;
4623
        border: solid 1px #AAE;
4624
        color: #15B;
4625
}
4626

    
4627
.pagination a, .pagination span {
4628
    display: block;
4629
    float: left;
4630
    padding: 0.3em 0.5em;
4631
    margin-right: 5px;
4632
        margin-bottom: 5px;
4633
        min-width:1em;
4634
        text-align:center;
4635
}
4636

    
4637
.pagination .current {
4638
    background: #4085A5;
4639
    color: #fff;
4640
        border: solid 1px #AAE;
4641
}
4642

    
4643
.pagination .current.prev, .pagination .current.next{
4644
        color:#999;
4645
        border-color:#999;
4646
        background:#fff;
4647
}
4648

    
4649
table.list-machines .wave {
4650
    float: none !important;
4651
    margin: 0 !important;
4652
}
4653

    
4654
.overlay {
4655
    display: none;
4656
}
4657

    
4658
.overlay .copy-content .clip-copy  {
4659
    right: 10px;
4660
    top:8px;
4661
    border: 1px solid #fff;
4662
}
4663

    
4664
.overlay .copy-content {
4665
    background-color: #387693;
4666
    color: #fff;
4667
    padding: 10px;
4668
    font-size: 1.2em;
4669
    text-align: center;
4670
    position: relative;
4671
}
4672

    
4673
.overlay {
4674
    background-color: #fff;
4675
    border: 2px solid #444;
4676
    text-align: left;
4677

    
4678
    -moz-box-shadow: 0 0 90px 5px #000;
4679
    -webkit-box-shadow: 0 0 90px 5px #000;
4680
    box-shadow: 0 0 90px 5px #000;
4681
    width: 600px;
4682
}
4683

    
4684
.overlay.overlay-createvm {
4685
    width: 640px;
4686
}
4687

    
4688
.overlay a {
4689
    color: #387693;
4690
}
4691

    
4692
.overlay .diagnostics-list {
4693
    height: 400px;
4694
    overflow: scroll;
4695
    overflow-y: scroll;
4696
    overflow-x: hidden;
4697
}
4698

    
4699
.overlay .overlay-content .description.subinfo, .overlay .extra-info {
4700
    margin-bottom:0;
4701
    border-bottom: none;
4702
    padding-bottom:0;
4703
    margin-top: 10px;
4704
    padding-top:10px;
4705
    border-top: 1px solid #64a6c4;
4706
    /*border-top: 1px solid #DBE6EB;*/
4707
    font-size: 0.8em;
4708
}
4709

    
4710
.overlay .overlay-content .important {
4711
    color: #800000;
4712
}
4713

    
4714
.overlay .overlay-content .description.noborder {
4715
  margin-bottom:0;
4716
  border:0;
4717
}
4718

    
4719
.overlay .overlay-content .description {
4720
    color: #444;
4721
    border-bottom: 1px solid #64a6c4;
4722
    margin-bottom: 10px;
4723
    padding-bottom: 10px;
4724
    font-size: 0.9em;
4725
    line-height: 1.6em;
4726
}
4727

    
4728
.overlay .overlay-content .empty-message {
4729
    margin-bottom: 10px;
4730
}
4731

    
4732
.overlay h3.overlay-header {
4733
    font-size: 0.9em;
4734
    text-align: left;
4735
    padding: 0.8em;
4736
    padding-left: 1em;
4737
    font-weight: normal;
4738
    border-bottom: 1px solid #ddd;
4739
}
4740

    
4741
.overlay h3.overlay-header .title {
4742
    float: left;
4743
}
4744

    
4745
.overlay .container {
4746
    position: relative;
4747
    padding-top: 1em;
4748
    padding: 0.5em;
4749
    background-image: url("../images/popup-bg.png");
4750
    background-repeat: repeat-x;
4751
}
4752

    
4753
.overlay .content {
4754
    background-color: transparent;
4755
    background-image: url("../images/popup-inner-bg.png");
4756
    padding: 1em;
4757
    font-size: 0.8em;
4758
    background-repeat: repeat-x;
4759
    -moz-box-shadow: 0 0 1px 1px #888;
4760
    -webkit-box-shadow: 0 0 1px 1px #888;
4761
    box-shadow: 0 0 1px 1px #888;
4762
}
4763

    
4764
.overlay .message {
4765
}
4766

    
4767
.overlay .actions {
4768
    position: absolute;
4769
    right: 0.75em;
4770
    top: 0.6em;
4771
}
4772

    
4773
.overlay .actions span {
4774
    font-size: 0.8em;
4775
    color: #fff;
4776
    cursor: pointer;
4777
    margin-left: 10px;
4778
    display: block;
4779
    float: left;
4780
    background-color: #4085A5;
4781
    padding: 0.2em 0.4em;
4782
}
4783

    
4784
.overlay-error .error-more-details {
4785
    margin-top: 5px;
4786
    max-height: 210px;
4787
    overflow: auto;
4788
}
4789

    
4790
.overlay-error .key.details.expand {
4791
    background-image: url("../images/plus-8.png");
4792
}
4793

    
4794
.overlay-error .key.details {
4795
    background-color: #5189A3;
4796
    cursor: pointer;
4797
    background-image: url("../images/minus-8.png");
4798
    background-repeat: no-repeat;
4799
    background-position: 545px;
4800
}
4801

    
4802
.overlay-error .container {
4803
    padding-top: 1.9em;
4804
}
4805

    
4806
.overlay-error .error-details {
4807
    font-size: 0.8em;
4808
    margin-top: 10px;
4809
}
4810

    
4811
.overlay-error .error-details anonymous {
4812
    display: block;
4813
    margin-top: 10px;
4814
}
4815

    
4816
.overlay-error h3.overlay-header {
4817
    background-color: #800000;
4818
    color: #fff;
4819
}
4820

    
4821
.overlay-error.non-critical h3.overlay-header {
4822
    background-color: #987249;
4823
}
4824

    
4825
.overlay-error span.key {
4826
    font-weight: normal;
4827
    display: block;
4828
    margin-top: 0.5em;
4829
    background-color: #74AEC9;
4830
    color: #fff;
4831
    padding: 0.4em;
4832
    font-size: 0.8em;
4833
    font-weight: bold;
4834
}
4835

    
4836
.overlay-error .indicator {
4837
    background-color: #880000;
4838
    color: #fff;
4839
    padding: 4px;
4840
    display: block;
4841
    float: left;
4842
    border: 1px solid #444;
4843
}
4844

    
4845
.overlay-error .nav-btn:hover {
4846
    
4847
}
4848

    
4849
.overlay-error .nav-btn {
4850
    margin-left: 5px;
4851
    color: #fff;
4852
    display: block;
4853
    float: left;
4854
    padding: 4px;
4855
    background-color: #AAA;
4856
    border: 1px solid #444;
4857
}
4858

    
4859
.overlay-error .error-nav {
4860
    position: absolute;
4861
    right: 0px;
4862
    bottom: -25px;
4863
    font-size: 0.8em;
4864
}
4865

    
4866
.overlay-error span.value, .overlay-error div.value {
4867
    padding: 0.4em;
4868
    display: block;
4869
    margin-bottom: 0.3em;
4870
}
4871

    
4872
.overlay h3 .closeme {
4873
    float: right;
4874
    font-size: 0.7em;
4875
    margin-top: 0.2em;
4876
    cursor: pointer;
4877
}
4878

    
4879
.overlay .overlay-header .subtitle {
4880
    display: block;
4881
    font-size: 0.8em;
4882
    color: #ddd;
4883
}
4884

    
4885
.overlay .overlay-header .subtitle img {
4886
    vertical-align: middle;
4887
    margin-left: 10px;
4888
    margin-bottom: 2px;
4889
}
4890

    
4891
.overlay-info .msg-log-entry .src {
4892
    color: #4085A5;
4893
    float: right;
4894
    font-size: 0.9em;
4895
}
4896

    
4897
.overlay-info .msg-log-entry .date {
4898
    font-style: italic;
4899
}
4900

    
4901
.overlay-info .msg-log-entry pre {
4902
    color: #333;
4903
    width: 100%;
4904
    display: none;
4905
    margin: 10px 0;
4906
}
4907

    
4908
.msg-log-entry.warning {
4909
    color: #E57F01;
4910
}
4911

    
4912
.overlay-info .msg-log-entry.with-details .src {
4913
    margin-right: 15px;
4914
}
4915

    
4916
.overlay-info .msg-log-entry.with-details {
4917
    cursor: pointer;
4918
}
4919

    
4920
.overlay-info .msg-log-entry.with-details {
4921
    background-image: url("../images/plus-8-dark.png");
4922
    background-repeat: no-repeat;
4923
    background-position: 99% 9px;
4924
}
4925

    
4926
.overlay-info .msg-log-entry.with-details.expanded {
4927
    background-image: url("../images/minus-8-dark.png");
4928
}
4929

    
4930
.overlay-info .msg-log-entry .msg {
4931
    display: inline-block;
4932
    margin-left: 10px;
4933
}
4934

    
4935
.overlay-info .msg-log-entry {
4936
    border-bottom: 1px solid #aaa;
4937
    padding: 5px;
4938
}
4939

    
4940
.overlay-info .description.subinfo {
4941
    border: none !important;
4942
    padding-top: 0 !important;
4943
}
4944

    
4945
.overlay-info .content {
4946
    background-repeat: no-repeat;
4947
    background-position: 110% 110%;
4948
    background-color: rgba(255,255,255,0.6)
4949
}
4950

    
4951
.overlay-info .overlay-header {
4952
    background-color: #4085A5;
4953
}
4954

    
4955
.overlay-info .overlay-header .title {
4956
    color: #fff;
4957
}
4958

    
4959
.overlay-info .overlay-header .closeme {
4960
    color: #fff;
4961
}
4962

    
4963
#loading-view {
4964
    width: 400px;
4965
    margin: 0 auto;
4966
    padding: 20px 0;
4967
    font-size: 0.8em;
4968
}
4969

    
4970
#loading-view .header.off {
4971
    color: #829096;
4972
}
4973

    
4974
#loading-view .header.on {
4975
    color: #fff;
4976
    background-image: url("../images/icons/indicators/small/progress.gif");
4977
}
4978

    
4979
#loading-view .header.done {
4980
    color: #2B6681;
4981
    background-image: url("../images/check.png");
4982
}
4983

    
4984
#loading-view .header {
4985
    font-size: 0.9em;
4986
    text-align: left;
4987
    border-bottom: 1px solid #578BA3;
4988
    margin-bottom: 10px;
4989
    padding-bottom: 6px;
4990
    background-repeat: no-repeat;
4991
    background-position: 380px 0px;
4992
}
4993

    
4994
#loading-view .header span {
4995
    font-weight: bold;
4996
    color: #4085A5;
4997
}
4998

    
4999
#loading-view .info {
5000
    color: #ddd;
5001
}
5002

    
5003
.options-list {
5004
    margin-top: 0.5em;
5005
    font-size: 0.8em;
5006
}
5007

    
5008
.options-list.four li {
5009
    float: left;
5010
    display: block;
5011
    width: 25%;
5012
    margin-bottom: 5px;
5013
}
5014

    
5015
.options-list.five li:nth-child(4n) .options-object-cont {
5016
    margin-right: 0;
5017
}
5018

    
5019
.options-list.five li {
5020
    float: left;
5021
    display: block;
5022
    width: 20%;
5023
    margin-bottom: 5px;
5024
}
5025

    
5026
.options-list.five li:nth-child(5n) .options-object-cont {
5027
    margin-right: 0;
5028
}
5029

    
5030
.options-object-cont input {
5031
    border: 1px solid #aaa;
5032
    width: 92px;
5033
    padding: 0;
5034
    margin: 0;
5035
    margin-top:3px;
5036
    padding: 2px;
5037
}
5038

    
5039
.options-list.three li {
5040
    float: left;
5041
    display: block;
5042
    width: 33%;
5043
    margin-bottom: 5px;
5044
}
5045

    
5046
.meta-list .options-list.three li.options-object.create .options-object-cont {
5047
  background-position: 95% 5px;
5048
}
5049

    
5050
.meta-list .options-list.four li.options-object.create .options-object-cont {
5051
  background-position: 97% 5px;
5052
}
5053

    
5054
.meta-list .options-list li.options-object.create .options-object-cont {
5055
    background-image: url("../images/option-action-add.png");
5056
    background-repeat: no-repeat;
5057
    background-position: 90px 5px;
5058
}
5059

    
5060
.meta-list .options-list li .options-object-cont .option-action,
5061
.meta-list .options-list li.options-object.create {
5062
    cursor: pointer !important;
5063
}
5064

    
5065
.meta-list .options-list li .options-object-cont {
5066
    cursor: inherit;
5067
}
5068

    
5069
.options-list li .options-object-cont {
5070
    padding: 5px;
5071
    margin-right: 4px;
5072
    border: 1px solid #A6D1E6;
5073
    cursor: pointer;
5074
    min-height: 35px;
5075
    position: relative;
5076
}
5077

    
5078
.options-list.three li:nth-child(3n) .options-object-cont {
5079
    margin-right: 0;
5080
}
5081

    
5082
.options-list li.selected .options-object-cont {
5083
    background-color: #efefef;
5084
    border: 2px solid #4085A5;
5085
    padding: 4px;
5086
}
5087

    
5088
.options-list li.selected .options-object-cont .title {
5089
}
5090

    
5091
.options-list li.options-object .title {
5092
    display: block;
5093
    color: #FF7F2A;
5094
    margin-bottom: 2px;
5095
}
5096

    
5097
.options-list li .option-action {
5098
    display: none;
5099
    position: absolute;
5100
    background-repeat: no-repeat;
5101
}
5102

    
5103
.options-list.five li.editing {
5104
    width: 40%;
5105
}
5106

    
5107
.options-list.five li.editing .value {
5108
    display: none;
5109
}
5110

    
5111
.options-list li .remove {
5112
    background-image: url("../images/option-action-remove.png");
5113
    width:10px;
5114
    height:10px;
5115
    right:5px;
5116
    top: 5px;
5117
}
5118

    
5119
.options-list li .edit {
5120
    background-image: url("../images/option-action-edit.png");
5121
    width:10px;
5122
    height:10px;
5123
    right:5px;
5124
    bottom: 8px;
5125
}
5126

    
5127
.options-list li:hover .option-action  {
5128
    display: block;
5129
}
5130

    
5131
.options-list li.options-object .value {
5132
    color: #4085A5;
5133
    margin-top: 5px;
5134
    display: block;
5135
}
5136

    
5137
.options-list li.selected.options-object .value {
5138
}
5139

    
5140
.options-list li .options-object-cont:hover {
5141
    background-color: #fff;
5142
}
5143

    
5144
.options-list li.selected .options-object-cont:hover {
5145
    background-color: #fff;
5146
}
5147

    
5148
.options-list li img {
5149
    float: left;
5150
    margin:2px;
5151
    margin-right: 10px;
5152
    padding-bottom:10px;
5153
}
5154

    
5155
#network-vms-select-content li.options-object .value {
5156
    margin-top: 10px;
5157
    margin-left: 30px;
5158
}
5159

    
5160
#network-vms-select-content li.options-object:hover .options-object-cont,
5161
#network-vms-select-content li.options-object .options-object-cont {
5162
    background-image: url("../images/option-action-add-dark.png");
5163
    background-repeat: no-repeat;
5164
    background-position: 160px 28px;
5165
}
5166

    
5167
#network-vms-select-content li.selected:hover .options-object-cont,
5168
#network-vms-select-content li.selected .options-object-cont {
5169
    background-image: url("../images/option-action-remove.png") !important;
5170
}
5171

    
5172
#metadata-overlay-content .view .value {
5173
    margin-top: 10px;
5174
}
5175

    
5176
#metadata-overlay-content {
5177
    position: relative;
5178
}
5179

    
5180
.vm-meta .editor .predefined .predefined-meta-key:hover {
5181
    background-color: #4e8eac;
5182
    color: #fff;
5183
}
5184

    
5185
.vm-meta .editor .predefined .predefined-meta-key {
5186
    float: left;
5187
    margin-right: 5px;
5188
    padding: 4px;
5189
    display: block;
5190
    cursor: pointer;
5191
}
5192

    
5193
.vm-meta .editor .predefined {
5194
    background-color: #A6D1E6;
5195
    font-size: 0.9em;
5196
    border-top: 1px solid #ddd;
5197
}
5198

    
5199
.vm-meta .editor input {
5200
}
5201
.vm-meta .editor {
5202
    margin-bottom: 10px;
5203
}
5204

    
5205
.vm-meta .editor .form-actions .form-action {
5206
    min-width: 50px;
5207
}
5208

    
5209
.vm-meta .editor .form-field input.meta-key {
5210
    width: 90px;
5211
}
5212

    
5213
.vm-meta .form-field {
5214
    float: left;
5215
}
5216

    
5217
.vm-meta .form-actions .form-action {
5218
    float: left;
5219
    margin-right: 10px;
5220
    height: 11px;
5221
}
5222

    
5223
.vm-meta .editor .form-actions .cancel {
5224
    margin-right: 0;
5225
}
5226

    
5227
.vm-meta .editor .form-actions {
5228
    float: right;
5229
    margin:0;
5230
    padding:0;
5231
    margin-left: 15px;
5232
    margin-top: 0px;
5233
}
5234

    
5235
.vm-meta .editor {
5236
    background-color: rgba(64, 133, 165, 0.898) !important;
5237
    background-color: #649DB8;
5238
    font-size:0.9em;
5239
}
5240

    
5241
.vm-meta .meta-key-title {
5242
    font-size: 1.3em;
5243
    color: #fff;
5244
    margin-bottom: 10px;
5245
    display: none;
5246
    float: left;
5247
}
5248

    
5249
.vm-meta .editor-content {
5250
    padding: 10px;
5251
}
5252

    
5253
.vm-meta .inner-mask {
5254
    background-color: #fff;
5255
    opacity:0.6;
5256
    position: absolute;
5257
    top:0;
5258
    left:0;
5259
}
5260

    
5261
.vm-meta .editor label {
5262
    float: left;
5263
    color: #fff;
5264
    margin-right: 2px;
5265
    padding-top:4px;
5266
    font-size: 0.9em;
5267
}
5268

    
5269
.vm-meta .editor input {
5270
    border: none;
5271
    width: 170px;
5272
    margin-left: 10px;
5273
    font-size: 0.9em;
5274
    padding: 4px;
5275
}
5276

    
5277
.vm-meta li.create .options-object-cont {
5278
    background-color: #B3C9AD ;
5279
    border-color: #788774;
5280
}
5281
.vm-meta li.create .options-object-cont .value,
5282
.vm-meta li.create .options-object-cont .title {
5283
    color: #fff;
5284
}
5285

    
5286
#createvm-overlay-content {
5287
    padding: 0;
5288
}
5289

    
5290
.overlay-createvm .container {
5291
    width: 624px !important;
5292
}
5293

    
5294
.create-vm .vm-network .list-cont.personalize-cont:last-child .confirm-params {
5295
  margin-right: 0!important;
5296
}
5297

    
5298
.create-vm .vm-network .list-cont.personalize-cont:last-child {
5299
  border-right: none;
5300
  margin-right: 0;
5301
  width: 298px;
5302
}
5303

    
5304
.create-vm .vm-network .list-cont.personalize-cont .confirm-params {
5305
  max-height: 240px;
5306
}
5307

    
5308
.create-vm .vm-network .list-cont.personalize-cont {
5309
  height: 330px;
5310
}
5311

    
5312
.create-vm .vm-network .list-cont.personalize-cont {
5313
    width: 47%;
5314
}
5315

    
5316
.create-vm .header-step.current {
5317
    font-weight: bold;
5318
}
5319

    
5320
.create-vm .create-step-cont {
5321
    min-height: 240px;
5322
}
5323
.create-vm .create-controls {
5324
    padding: 10px;
5325
}
5326

    
5327
.create-vm ul li {
5328
    cursor: pointer;
5329
    padding: 4px;
5330
}
5331

    
5332
.create-vm ul li.selected {
5333
    background-color: #aaa;
5334
}
5335

    
5336
.cont-toggler-wrapper {
5337
  float: left;
5338
  margin-right: 5px;
5339
}
5340

    
5341
.cont-toggler {
5342
    background-image: url("../images/down-arrow.png");
5343
    background-position: right;
5344
    background-repeat: no-repeat;
5345
    background-color: #A1C8DB;
5346
    display: inline-block;
5347
    border-right: 6px solid #A1C8DB;
5348
    padding:2px;
5349
    padding-right: 14px;
5350
    padding-left:0;
5351
    cursor: pointer;
5352
    color: #fff;
5353
    font-size: 0.9em;
5354
    float: left;
5355
    margin-right: 5px;
5356
}
5357

    
5358
.cont-toggler .label {
5359
    background-color: #98BDCF;
5360
    padding: 2px;
5361
    padding-left: 5px;
5362
    padding-right: 5px;
5363
}
5364

    
5365
.cont-toggler.open {
5366
    background-color: #98BDCF;
5367
    border-color: #98BDCF;
5368
    background-image: url("../images/up-arrow.png");
5369
}
5370

    
5371
.cont-toggler.open .label {
5372
    background-color: #4085A5;
5373
}
5374

    
5375
.overlay .form label {
5376
    font-color: #444;
5377
    margin-right: 10px;
5378
}
5379

    
5380
.form-field.error label {
5381
    color: #ff0000;
5382
    text-decoration: underline;
5383
}
5384

    
5385
.form-field input {
5386
    border: 1px solid #aaa;
5387
    width: 200px;
5388
    padding: 3px;
5389
}
5390

    
5391
.form-actions {
5392
    margin-top: 5px;
5393
    padding-top:5px;
5394
    border-top: 1px solid #64a6c4;
5395
    font-size: 0.8em;
5396
}
5397

    
5398
.form-actions.plain {
5399
    margin-top: 0px;
5400
    padding-top:0px;
5401
    border-top: 0px;
5402
}
5403

    
5404
.form-action {
5405
    float: right;
5406
    min-width: 140px;
5407
    background-color: #FF7F2A;
5408
    border: 1px solid #FF7F2A;
5409
    text-align: center;
5410
    color: #FFFFFF;
5411
    cursor: pointer;
5412
    padding: 4px;
5413
}
5414

    
5415
.form-action:hover {
5416
    background-color: #FF9955;
5417
    color: #FFF;
5418
}
5419

    
5420
.form-action.prev,
5421
.form-action.cancel {
5422
    background-color: #800;
5423
    border: 1px solid #800;
5424
    float: left;
5425
}
5426

    
5427
.form-action.prev:hover,
5428
.form-action.cancel:hover {
5429
    background-color: #CC0000;
5430
    color: #fff;
5431
}
5432

    
5433
.form-action.next,
5434
.form-action.ok {
5435
    background-color: #080;
5436
    border: 1px solid #080;
5437
}
5438

    
5439
.form-action.next:hover,
5440
.form-action.ok:hover {
5441
    background-color: #00aa00;
5442
    color: #fff;
5443
}
5444

    
5445
.form-action .create,
5446
.form-action .submit {
5447

    
5448
}
5449

    
5450
.form-action.in-progress, button.in-progress {
5451
    background-image: url("../images/icons/indicators/medium/horizontal-progress.gif");
5452
    background-repeat: no-repeat;
5453
    background-position: center center;
5454
    color: transparent;
5455
}
5456

    
5457
#createvm-overlay-content {
5458
    padding: 0;
5459
}
5460

    
5461
.create-vm .image-details.selected .size {
5462

    
5463
}
5464

    
5465
.create-vm .image-details .show-details:hover {
5466
    color: #aaa !important; 
5467
}
5468
.create-vm .image-details.selected .show-details:hover {
5469
    color: #fff !important; 
5470
}
5471

    
5472
.create-vm .image-details.selected .show-details,
5473
.create-vm .image-details.selected .size {
5474
    color: #eee;
5475
}
5476

    
5477
.create-vm .image-details.selected span.owner {
5478
    color: #fff;
5479
}
5480

    
5481

    
5482
.create-vm .image-details p {
5483
    font-size: 0.8em;
5484
    padding-left: 27px;
5485
    display:block;
5486
}
5487

    
5488
.create-vm .image-details span.owner {
5489
    display: block;
5490
    font-size: 0.9em;
5491
    float: right;
5492
    color: #FF7F2A;
5493
    position: absolute;
5494
    top: 5px;
5495
    right: 5px;
5496
}
5497

    
5498
.create-vm .select-image .show-details {
5499
    display: none;
5500
    font-size: 0.8em;
5501
    text-decoration: underline;
5502
    color: #000;
5503
    position: absolute;
5504
    bottom: 5px;
5505
    right: 5px;
5506
}
5507

    
5508
.create-vm .image-details .size {
5509
    margin-top: 2px;
5510
    font-size: 0.8em;
5511
    color: #aaa;
5512
    margin-left: 10px;
5513
}
5514

    
5515
.create-vm .step-cont {
5516
    margin: 15px;
5517
}
5518

    
5519
.create-vm .create-step-cont {
5520
    min-height: 250px;
5521
    float: left;
5522
    width: 624px;
5523
}
5524

    
5525
.create-vm .create-controls {
5526
    padding: 10px;
5527
    border-top: 1px solid #ddd;
5528
}
5529

    
5530
.create-vm .empty {
5531
    font-size: 0.8em;
5532
    color: #444;
5533
}
5534

    
5535
.create-vm h4 {
5536
    color: #5CA1C0;
5537
    margin-bottom: 0.5em;
5538
    font-family: arial;
5539
}
5540
.create-vm ul li {
5541
    cursor: pointer;
5542
    padding: 4px;
5543
    font-size: 0.9em;
5544
}
5545

    
5546
.create-vm .create-step-cont li.ssh-key-option.selected,
5547
.create-vm .create-step-cont li.list-item-option.selected,
5548
.create-vm ul li.selected {
5549
    background-color: #FF7F2A;
5550
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5551
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5552
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5553
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5554
    color: #fff;
5555
}
5556

    
5557
.create-vm .images-list-cont.loading .loading-indicator {
5558
    display: block !important;
5559
}
5560

    
5561
.create-vm .images-list-cont .loading-indicator {
5562
    display: none;
5563
    position: absolute;
5564
    right: -13px;
5565
    top: 2px;
5566
    width: 30px;
5567
    height: 10px;
5568
    background-repeat: no-repeat;
5569
    background-image: url("../images/icons/indicators/medium/progress.gif");
5570
}
5571

    
5572
.create-vm .images-list-cont h4 {
5573
    position: relative;
5574
}
5575

    
5576
.create-vm .images-list-cont {
5577
    width: 40%;
5578
    float: left;
5579
    padding-left: 3%;
5580
    padding-right: 3%;
5581
}
5582

    
5583
.create-vm li p.desc {
5584
    font-size: 0.9em;
5585
}
5586

    
5587
.create-vm p.desc.warning {
5588
    color: #880000;
5589
}
5590

    
5591
.create-vm p.desc.empty {
5592
    color: #000;
5593
}
5594

    
5595
.create-vm p.desc {
5596
    font-size: 0.8em;
5597
    color: #888;
5598
    margin-bottom: 10px;
5599
}
5600

    
5601
.create-vm li.role .values .val:hover {
5602
    background-color: #eee;
5603
}
5604
.create-vm li.role .values .val.selected,  .create-vm li.role .values .val.selected:hover {
5605
    color: #fff;
5606
    background-color: #FF9955;
5607
}
5608

    
5609
.create-vm .images-filter-cont, .create-vm .flavors-predefined-cont {
5610
    width: 18%;
5611
    padding-right: 4%;
5612
    float:left;
5613
    border-right: 1px solid #A1C8DB;
5614
    overflow: auto;
5615
}
5616

    
5617
.create-vm .flavor-options-cont {
5618
    width: 74%;
5619
    float: left;
5620
    margin-left: 20px;
5621
}
5622

    
5623
.create-vm .flavor-options-cont .flavor-options li:hover {
5624
    background-image:-webkit-linear-gradient(top, #E8F4FA, #D1E7F0);
5625
    background-image:-o-linear-gradient(top, #E8F4FA, #D1E7F0);
5626
    background-image:-moz-linear-gradient(top, #E8F4FA, #D1E7F0);
5627
    background-image:linear-gradient(top, #E8F4FA, #D1E7F0);
5628
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8F4FA', endColorstr='#D1E7F0', GradientType=0);
5629
}
5630

    
5631
.create-vm .flavor-options-cont .flavor-options li.disabled * {
5632
    color: #eee !important;
5633
}
5634

    
5635
.create-vm .flavor-options-cont .flavor-options li.disabled {
5636
    background-image:linear-gradient(top, #aaa, #ddd);
5637
    background-image:-webkit-linear-gradient(top, #aaa, #ddd);
5638
    background-image:-o-linear-gradient(top, #aaa, #ddd);
5639
    background-image:-moz-linear-gradient(top, #aaa, #ddd);
5640
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#dddddd', GradientType=0);
5641
}
5642

    
5643
.create-vm .flavor-options-cont .flavor-options li.selected {
5644
    background-color: #FF9955;
5645
    background-image:linear-gradient(top, #FF9955, #E88B4D);
5646
    background-image:-webkit-linear-gradient(top, #FF9955, #E88B4D);
5647
    background-image:-o-linear-gradient(top, #FF9955, #E88B4D);
5648
    background-image:-moz-linear-gradient(top, #FF9955, #E88B4D);
5649
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9955', endColorstr='#E88B4D', GradientType=0);
5650
    border: 1px solid #C97943;
5651
}
5652

    
5653
.create-vm .predefined-list li.disabled {
5654
    color: #ddd !important;
5655
}
5656

    
5657
.create-vm .flavor-options-cont .flavor-options li {
5658
    display: block;
5659
    float: left;
5660
    margin-right: 10px;
5661
    margin-bottom: 9px;
5662
    padding: 9px 14px;
5663
    border: 1px solid #aaa;
5664
    background-image:-webkit-linear-gradient(top, #D1E7F0, #E8F4FA);
5665
    background-image:-o-linear-gradient(top, #D1E7F0, #E8F4FA);
5666
    background-image:-moz-linear-gradient(top, #D1E7F0, #E8F4FA);
5667
    background-image:linear-gradient(top, #D1E7F0, #E8F4FA);
5668
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1E7F0', endColorstr='#E8F4FA', GradientType=0);
5669
}
5670

    
5671
.create-vm .flavor-opts-list.compact li {
5672
    padding: 7px 9px;
5673
    margin-right: 7px;
5674
}
5675

    
5676
.create-vm .flavor-options-cont .flavor-options {
5677
    margin-bottom: 2px;
5678
}
5679

    
5680

    
5681
.create-vm .flavor-options .metric {
5682
    font-size: 0.8em;
5683
    margin-left: 2px;
5684
}
5685

    
5686
.create-vm .flavor-options span.available {
5687
  font-size: 0.8em;
5688
  font-weight: normal;
5689
  margin-left: 5px;
5690
}
5691

    
5692
.create-vm .flavor-options span.title {
5693
    color: #444;
5694
}
5695

    
5696
.create-vm .flavor-options span.desc {
5697
    display: block;
5698
    color: #aaa;
5699
    font-weight: normal;
5700
    font-size: 0.8em;
5701
    float: right;
5702
    margin-top: 4px;
5703
}
5704

    
5705
.disktip {
5706
    padding: 4px;
5707
    top: 20px;
5708
}
5709

    
5710
.create-vm .flavor-options .flavors-disk-template-list {
5711
    position: relative;
5712
}
5713

    
5714
.create-vm .flavor-options .disk_template.option {
5715
    z-index: 10;
5716
    min-width: 50px;
5717
    text-align: center;
5718
}
5719

    
5720
/*0 position is -470px*/
5721
.create-vm .flavor-options .disk-template-description {
5722
    font-size: 0.8em;
5723
    color: #444;
5724
    background-image: url("../images/horizontal-pointer.png");
5725
    background-repeat: repeat-x;
5726
    background-position: -470px 0;
5727
    padding-top: 15px;
5728
    margin-top: -10px;
5729
    font-style: italic;
5730
    display:block;
5731
    overflow: auto;
5732
    padding-bottom: 0px;
5733
    margin-bottom: 7px;
5734
    width: 100%;
5735
}
5736

    
5737
.create-vm .flavor-options .disk_template.option .description {
5738
    display: none;
5739
    position: absolute;
5740
    bottom: -20px;
5741
    left:0;
5742
    color: #888;
5743
    font-style: italic;
5744
    display: block;
5745
    background-color: #fff;
5746
    width: 100%;
5747
    text-align: left;
5748
    z-index: 0;
5749
    border-top: 1px solid #ddd;
5750
    padding-top: 3px;
5751
    display: none;
5752
}
5753

    
5754
.create-vm .flavor-options .selected .value {
5755
    color: #FFF;
5756
}
5757

    
5758
.create-vm .flavor-options .value {
5759
    font-weight: bold;
5760
    color: #5CA1C0;
5761
}
5762

    
5763
.create-vm .flavor-options-cont h4 {
5764
    border-bottom: 1px solid #A1C8DB;
5765
    padding-bottom: 5px;
5766
}
5767

    
5768
.create-vm .images-info-cont {
5769
    width: 28%;
5770
    padding-left: 3%;
5771
    float: left;
5772
    border-left: 1px solid #A1C8DB;
5773
}
5774

    
5775
.create-vm .select-image.wide .show-details {
5776
    display: inline;
5777
}
5778

    
5779
.create-vm .select-image .images-info-cont .hide {
5780
    display: none;
5781
}
5782

    
5783
.create-vm .select-image.wide .images-info-cont .hide {
5784
    display: block;
5785
    float: right;
5786
    position: absolute;
5787
    right: 10px;
5788
    top: 10px;
5789
    font-size: 0.8em;
5790
    text-decoration: underline;
5791
    color: #5CA1C0;
5792
    cursor: pointer;
5793
}
5794

    
5795
.create-vm .select-image.wide .images-list-cont {
5796
    width: 74%;
5797
    padding-right: 0;
5798
}
5799

    
5800
.create-vm .select-image.wide .images-info-cont .description .title {
5801
    display: none;
5802
    float: none;
5803
}
5804

    
5805
.create-vm .select-image.wide .images-info-cont .description p {
5806
    background-color: #fff;
5807
    border: 1px solid #ddd;
5808
    padding: 10px;
5809
    float: none;
5810
}
5811

    
5812
.create-vm .select-image.wide .selected .size {
5813
    color: #FFF !important;
5814
}
5815

    
5816
.create-vm .select-image.wide .image-details .size {
5817
    color: #5CA1C0;
5818
    position: absolute;
5819
    top: 5px;
5820
}
5821

    
5822
.create-vm .select-image.wide .images-info-cont h3 {
5823
    color: #5CA1C0;
5824
    margin: 10px 0;
5825
    margin-top: 5px;
5826
    text-align: left;
5827
    font-size: 0.9em;
5828
}
5829

    
5830
.create-vm .select-image.wide .images-info-cont .description p {
5831
    height: 50px;
5832
}
5833

    
5834
.create-vm .select-image.wide .images-info-cont .description {
5835
    width: 100% !important;
5836
    float: none !important;
5837
    background-color: transparent !important;
5838
    padding: 0 !important;
5839
    font-size: 1.1em;
5840
}
5841
.create-vm .select-image.wide .images-info-cont .extra-details {
5842
    height: 160px;
5843
    overflow-y: scroll;
5844
    padding-right: 15px;
5845
}
5846

    
5847
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title .custom {
5848
    display: inline-block;
5849
}
5850

    
5851
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail.extra-meta .title {
5852
    background-color: #999 !important;
5853
    border-color: #888 !important;
5854
}
5855
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail .custom {
5856
    float: right;
5857
    display: none;
5858
    font-size: 0.8em;
5859
    margin-left: 10px;
5860
    color: #DDD;
5861
    margin-top: 2px;
5862
}
5863

    
5864
.create-vm .select-image.wide .images-info-cont .extra-details .image-detail {
5865
    padding: 0px;
5866
    background-color: transparent;
5867
    margin-bottom: 4px;
5868
}
5869

    
5870
.create-vm .select-image.wide .images-info-cont .extra-details .title {
5871
    float: left;
5872
    display: block;
5873
    width: 39%;
5874
    padding: 1%;
5875
    background-color: #5CA1C0;
5876
    color: #fff;
5877
    border: 1px solid #4F8DAA;
5878
    font-size: 0.8em;
5879
}
5880

    
5881
.create-vm .select-image.wide .images-info-cont .extra-details .value {
5882
    float: right;
5883
    display: block;
5884
    width: 55%;
5885
    padding: 1%;
5886
    border: none;
5887
    background-color: #FFF;
5888
    color: #444;
5889
    border: 1px solid #ddd;
5890
    margin-bottom: 0px;
5891
    font-size: 0.8em;
5892
}
5893

    
5894

    
5895
.create-vm .select-image.wide .images-info-cont .image-detail {
5896
}
5897

    
5898
.create-vm .select-image.wide ul.images-list {
5899
    height: 310px;
5900
    overflow-y: scroll;
5901
    padding-right: 3%;
5902
}
5903

    
5904
.flavors-predefined-cont {
5905

    
5906
}
5907

    
5908
.flavor-options-cont {
5909
}
5910

    
5911
.create-vm .select-image.wide .images-info-cont {
5912
    position: absolute;
5913
    width: 88%;
5914
    background-color: #DAE9F0;
5915
    padding: 2%;
5916
    border-left: none;
5917
    height: 320px;
5918
    box-shadow: 0px 0px 2px #aaa;
5919
    -moz-box-shadow: 0px 0px 2px #aaa;
5920
    -webkit-box-shadow: 0px 0px 2px #aaa;
5921
    display: none;
5922
}
5923

    
5924

    
5925
.create-vm .images-info-cont h4, .create-vm .create-step-cont .param h4{
5926
    color: #FF9955;
5927
    margin-bottom: 1em;
5928
    font-size: 1.2em;
5929
}
5930

    
5931
.create-vm .images-info-cont span.title {
5932
    color: #4085A5;
5933
    display: block;
5934
    margin-bottom: 2px;
5935
    font-size: 0.8em;
5936
}
5937

    
5938
.create-vm .type-filter li {
5939
    font-size: 0.8em;
5940
    /*font-weight: bold;*/
5941
    padding: 4px;
5942
    margin-bottom: 0px;
5943
    color: #FF7F2A;
5944
}
5945

    
5946
.create-vm .images-list li {
5947
    min-height: 30px;
5948
}
5949
.create-vm .images-list .image-details:hover {
5950
    background-color: #eee;
5951
}
5952

    
5953
.create-vm .images-list .image-details.selected:hover {
5954
    background-color: #FF7F2A;
5955
}
5956

    
5957
.create-vm .images-list .image-details.selected {
5958
    /*font-weight: bold;*/
5959
}
5960

    
5961
.create-vm .images-list .image-details {
5962
    padding: 6px;
5963
    margin-bottom:1px;
5964
    position: relative;
5965
}
5966

    
5967
.create-vm .images-list .image-details img {
5968
    vertical-align: middle;
5969
    margin-right: 10px;
5970
}
5971

    
5972
.create-vm .images-info-cont .image-detail:last-child p {
5973
    border-bottom: none;
5974
}
5975

    
5976
.create-vm .images-info-cont h4 img {
5977
    vertical-align: middle;
5978
    margin-right: 7px;
5979
    margin-bottom: 5px;
5980
}
5981

    
5982
.create-vm .images-info-cont .description p {
5983
    font-size: 0.8em;
5984
}
5985

    
5986
.create-vm .images-info-cont p {
5987
    margin-bottom: 7px;
5988
    font-size: 0.9em;
5989
    border-bottom: 1px solid #A1C8DB;
5990
    padding-bottom: 7px;
5991
}
5992

    
5993
.create-vm .step-header {
5994
    padding-bottom:0;
5995
    position: relative;
5996
}
5997

    
5998
.create-vm .step-header .header-step .info span.subtitle {
5999
    font-size: 1.2em;
6000
    color: #fff;
6001
    font-weight: bold;
6002
}
6003

    
6004
.create-vm .step-header .header-step .info span {
6005
    float: none;
6006
    text-align: right;
6007
}
6008

    
6009
.create-vm .step-header .header-step .info {
6010
    position: absolute;
6011
    right: 15px;
6012
    top: 20px;
6013
    font-size: 0.8em;
6014
}
6015

    
6016
.create-vm .step-header .header-step span {
6017
    float: left;
6018
    display: block;
6019
}
6020

    
6021
.create-vm .steps-container {
6022
    width: 2000em;
6023
}
6024

    
6025
.create-vm .step-header .header-step .title {
6026
    margin-top: 20px;
6027
    font-size: 1em;
6028
    margin-left: 10px;
6029
}
6030

    
6031
#createvm-overlay-content {
6032
    width: 624px;
6033
    overflow: hidden;
6034
}
6035

    
6036
.create-vm .steps-history .steps-history-cont.current .title {
6037
    display: block;
6038
    top: 23px;
6039
    left: 43px;
6040
    font-size: 1.2em;
6041
    color: #ffffff;
6042
    font-weight: bold;
6043
    font-family: 'Ubuntu', sans-serif !important;
6044
}
6045

    
6046
.create-vm .steps-history .steps-history-cont.current .subnum {
6047
    display: none;
6048
    float: none;
6049
    font-size: 0.9em;
6050
    font-family: 'Ubuntu', sans-serif  !important;
6051
}
6052

    
6053
.create-vm .steps-history .steps-history-cont.current .subtitle,
6054
.create-vm .steps-history .steps-history-cont.current .description {
6055
    font-family: 'Ubuntu', sans-serif  !important;
6056
}
6057

    
6058
.create-vm .steps-history .steps-history-cont.current .info {
6059
    display: block;
6060
    font-family: 'Ubuntu', sans-serif !important;
6061
}
6062

    
6063
.create-vm .steps-history .steps-history-cont.completed .title,
6064
.create-vm .steps-history .steps-history-cont.completed .num {
6065
    color: #A1C8DB;
6066
}
6067

    
6068
.create-vm .steps-history .steps-history-cont.completed {
6069
    background-color: #4085A5;
6070
    color: #fff;
6071
    cursor: pointer;
6072
}
6073

    
6074
.create-vm .steps-history .steps-history-cont.completed .steps-history-step {
6075
    background-image: url("../images/check.png");
6076
}
6077

    
6078
.create-vm .steps-history .steps-history-cont.current .steps-history-step {
6079
    width: 320px;
6080
}
6081

    
6082
.create-vm .steps-history .steps-history-cont.current .num {
6083
    color: #fff;
6084
}
6085

    
6086
.create-vm .steps-history .steps-history-cont.current .info {
6087
    color: #4085A5;
6088
    font-size: 0.8em;
6089
}
6090

    
6091
.create-vm .steps-history .steps-history-cont.current {
6092
    background-color: #A1C8DB;
6093
    color: #fff;
6094
    width: 416px;
6095
}
6096

    
6097
.create-vm .steps-history-step {
6098
    padding: 4px;
6099
    padding-left: 7px;
6100
    font-size: 1em;
6101
    font-family: 'Ubuntu', sans-serif  !important;
6102
    margin-right: 5px;
6103
    padding-top: 12px;
6104
    background-position: right 30px;
6105
    background-image: none;
6106
    background-repeat: no-repeat;
6107
}
6108

    
6109
.create-vm .steps-history {
6110
    background-color: #4085A5;
6111
}
6112

    
6113
.create-vm .steps-history .steps-history-cont.last {
6114
    border-right: none;
6115
}
6116

    
6117
.create-vm .steps-history .steps-history-cont .num {
6118
    margin-left: 5px;
6119
    margin-top: -10px;
6120
    padding-bottom: 10px;
6121
}
6122

    
6123
.create-vm .steps-history .steps-history-cont .title {
6124
    display: none;
6125
    position: absolute;
6126
    bottom: 0px;
6127
    text-align: center;
6128
    padding-bottom: 2px;
6129
    left:0;
6130
    width: 55px;
6131
    margin-left:0;
6132
    margin-top:0;
6133
    font-size: 0.8em;
6134
}
6135

    
6136
.create-vm .steps-history .steps-history-cont .subnum,
6137
.create-vm .steps-history .steps-history-cont .info {
6138
    display: none;
6139
}
6140

    
6141
.create-vm .steps-history .steps-history-cont {
6142
    height: 70px;
6143
    width: 51px;
6144
    float: left;
6145
    color: #fff;
6146
    border-right: 1px solid #A1C8DB;
6147
    color: #A1C8DB;
6148
    background-color: #4085A5;
6149
    background-position: center right;
6150
    background-image: none;
6151
    background-repeat: no-repeat;
6152

    
6153
    -webkit-transition: background-color .15s ease-in;
6154
    -o-transition: background-color .15s ease-in;
6155
    -moz-transition: background-color .15s ease-in;
6156
    transition: background-color .15s ease-in;
6157

    
6158
    border-bottom: 1px solid #aaa;
6159
}
6160

    
6161
.create-vm .step-header .header-step .num {
6162
    color: #225871;
6163
    font-size: 4em;
6164
    margin-bottom: -5px;
6165
    font-family: 'Ubuntu', sans-serif;
6166
    font-weight: normal !important;
6167
}
6168

    
6169
.create-vm .step-header .header-step {
6170
    color: #;
6171
    margin-bottom: -6px;
6172
    width: 25%;
6173
    padding-left: 0%;
6174
    display: block;
6175
    float: left;
6176
}
6177

    
6178
.create-vm .step-header .header-step.current {
6179
    color: #387693;
6180
}
6181

    
6182
.create-vm .image-filters-title {
6183
    margin-top: 1em;
6184
    margin-bottom: 0.5em;
6185
}
6186

    
6187
.create-vm .create-step-cont span.clear {
6188
    font-size: 0.8em;
6189
    font-weight: bold;
6190
    color: #A1C8DB;
6191
    display: block;
6192
}
6193

    
6194
.create-vm .category-filters li {
6195
    float:left;
6196
    display: block;
6197
    padding: 4px;
6198
    background-color: #eee;
6199
    margin-right: 5px;
6200
    font-size: 0.9em;
6201
    margin-bottom: 5px;
6202
}
6203

    
6204
.create-vm .content-cont {
6205
    height: 340px;
6206
    overflow: auto;
6207
}
6208

    
6209
.create-vm .vm-confirm .confirm-params span.cval {
6210
    margin-left: 8px;
6211
    color: #444;
6212
}
6213

    
6214
.create-vm .vm-confirm .confirm-params span.ckey {
6215
    color: #4085A5;
6216
    font-weight: bold;
6217
}
6218

    
6219
.create-vm .vm-confirm .confirm-params {
6220
    margin-bottom: 15px;
6221
}
6222

    
6223
.create-vm .vm-confirm h3.vm-name {
6224
    background-repeat: no-repeat;
6225
    background-position: left center;
6226
    font-size: 1.4em;
6227
    padding-left: 1.45em;
6228
    color: #4085A5;
6229
}
6230

    
6231
.create-vm .images-list-cont h4 a {
6232
    margin-top: 3px;
6233
    margin-right: -2px !important;
6234
}
6235
.create-vm .images-list-cont h4 a,
6236
.create-vm .list-cont h4 a {
6237
    font-size: 0.8em;
6238
    font-weight: normal;
6239
    margin-right: 5px;
6240
    float: right;
6241
    color: #FF7F2A;
6242
}
6243

    
6244
.create-vm .confirm-params {
6245
    overflow: auto;
6246
}
6247

    
6248
.create-vm .vm-confirm .ssh.confirm-params {
6249
    max-height: 150px;
6250
}
6251

    
6252
.create-vm .personalize-cont .confirm-params {
6253
    max-height: 160px;
6254
    margin-right: 10px;
6255
}
6256

    
6257
.create-vm .personalize-cont,
6258
.create-vm .confirm-cont {
6259
    height: 250px;
6260
}
6261

    
6262
.create-vm .image-warning p {
6263
  width: 80%;
6264
  float: left;
6265
}
6266

    
6267
.create-vm .image-warning .untrusted-image-confirm:hover {
6268
  background-color: #7D674E;
6269
}
6270

    
6271
.create-vm .image-warning .untrusted-image-confirm {
6272
  display: inline-block;
6273
  padding: 5px;
6274
  background-color: #5C4D39;
6275
  color: #FFF;
6276
  width: 10%;
6277
  float: right;
6278
  margin-top: 4px;
6279
  margin-right: 2px;
6280
  cursor: pointer;
6281
  text-align: center;
6282
}
6283

    
6284
.create-vm .image-warning {
6285
  display: none;
6286
  background-color: #987249;
6287
  color: #fff;
6288
  padding: 10px 15px;
6289
  font-size: 0.9em;
6290
  border-top: 1px solid #AAA;
6291
}
6292

    
6293
.create-vm .create-step-cont .rename input.rename-field {
6294
    font-size: 1.4em;
6295
    padding: 5px;
6296
    width: 93%;
6297
    padding-left: 30px;
6298
    background-position: 7px center;
6299
    background-repeat: no-repeat;
6300
}
6301

    
6302
.create-vm .create-step-cont .rename label {
6303
    display: block;
6304
}
6305

    
6306
.create-vm .create-step-cont .personalize-conts,
6307
.create-vm .create-step-cont .confirm-conts {
6308
    margin-top: 20px;
6309
}
6310

    
6311
.create-vm .create-step-cont .personalize-cont,
6312
.create-vm .create-step-cont .confirm-cont {
6313
    width: 30%;
6314
    margin-right: 2%;
6315
    border-right: 1px solid #A1C8DB;
6316
    float: left;
6317
}
6318

    
6319
.create-vm .create-step-cont .confirm-cont ul li .title {
6320
    width: 55px;
6321
    float: left;
6322
}
6323

    
6324
.create-vm .create-step-cont .list-cont ul li .value {
6325
    float: right;
6326
    padding-top: 2px;
6327
    display: block;
6328
    width: 90px;
6329
    text-align: right;
6330
}
6331

    
6332
.create-vm .create-step-cont .list-cont ul li.flavor-disktype .value {
6333
    width: 45px;
6334
}
6335

    
6336
.create-vm .create-step-cont .list-cont ul li.image-description .value,
6337
.create-vm .create-step-cont .list-cont ul li.image-name .value {
6338
    float: none;
6339
    width: auto;
6340
    text-align:left;
6341
    width: auto;
6342
}
6343

    
6344
.create-vm .create-step-cont .list-cont ul li {
6345
    padding:0;
6346
    margin:0;
6347
    margin-bottom: 5px;
6348
    border-bottom: 1px solid #EEE;
6349
    padding-bottom: 7px;
6350
    margin-right: 10px;
6351
}
6352

    
6353
.create-vm .create-step-cont li.ssh-key-option .check,
6354
.create-vm .create-step-cont li.list-item-option .check {
6355
    float: right;
6356
    margin-right: 5px;
6357
    margin-top: 0px;
6358
}
6359

    
6360
.create-vm .create-step-cont li.ssh-key-option.selected {
6361
}
6362
.create-vm .create-step-cont li.ssh-key-option.selected:hover,
6363
.create-vm .create-step-cont li.list-item-option.selected:hover {
6364
    background-color: #F95;
6365
}
6366

    
6367
.create-vm .create-step-cont li.ssh-key-option:hover,
6368
.create-vm .create-step-cont li.list-item-option:hover {
6369
    background-color: #eee;
6370
}
6371

    
6372
.create-vm .create-step-cont li.ssh-key-option.selected {
6373
}
6374

    
6375
.create-vm .create-step-cont li.ssh-key-option,
6376
.create-vm .create-step-cont li.list-item-option {
6377
    padding: 6px !important;
6378
}
6379

    
6380
.create-vm .create-step-cont .list-cont.ssh {
6381
    width: 60%;
6382
}
6383

    
6384
.create-vm .create-step-cont .list-cont.meta h4 {
6385
    margin-right: 0;
6386
}
6387

    
6388
.create-vm .create-step-cont .list-cont.meta {
6389
    margin-right:0;
6390
    border-right: none;
6391
    width: 195px;
6392
}
6393

    
6394
.create-vm .list-cont > h4 {
6395
    font-size: 1.2em;
6396
    margin-right: 10px;
6397
    border-bottom: 1px solid #A1C8DB;
6398
    padding-bottom: 5px;
6399
    color: #387693;
6400
}
6401

    
6402
.create-vm .list-cont .param.image-name {
6403
    margin-bottom: 0 !important;
6404
    border-bottom: none !important;
6405
}
6406

    
6407
.create-vm .list-cont .param h4 {
6408
    margin-bottom: 0px !important;
6409
    font-size: 1.1em !important; 
6410
}
6411

    
6412
.create-vm .list-cont .param {
6413
    margin-bottom: 7px !important;
6414
}
6415

    
6416
.create-vm .list-cont .value {
6417
    font-weight: bold;
6418
}
6419

    
6420
.create-vm .list-cont .param .value {
6421
    font-size: 0.9em;
6422
}
6423

    
6424
.create-vm .list-cont .param .title {
6425
    color: #387693;
6426
}
6427

    
6428
.create-vm .list-cont .image-description {
6429
    margin-left:0;
6430
}
6431

    
6432
.create-vm .list-cont .image-description .value {
6433
    font-weight: normal;
6434
    margin-left: 0 !important;
6435
}
6436

    
6437
.create-vm .list-cont .image-description .title {
6438
    display: none;
6439
    font-size: 0.8em;
6440
}
6441

    
6442
.create-vm .list-cont.meta .values span {
6443
    display:block;
6444
    float: left;
6445
    margin-right: 4px;
6446
    border: 1px solid #eee;
6447
    padding:3px;
6448
    margin-bottom: 4px;
6449
    font-size: 0.9em;
6450
}
6451

    
6452
.create-vm .list-cont.meta .key {
6453
    font-weight: bold;
6454
    font-size: 0.9em;
6455
    display: block;
6456
    margin-bottom: 5px;
6457
}
6458

    
6459
.create-vm .meta input {
6460
    font-size: 0.8em;
6461
}
6462

    
6463
.vm-connect .connect-cont {
6464
    margin-bottom: 20px;
6465
    border-bottom: 1px solid #A1C8DB;
6466
    padding-bottom: 20px;
6467
}
6468

    
6469
.vm-connect .connection-info {
6470
    padding-bottom: 0px;
6471
    margin-bottom: 0;
6472
    border-bottom: none;
6473
}
6474

    
6475
.vm-connect .connection-info .connect a {
6476
    color: #fff;
6477
}
6478

    
6479
.vm-connect .connection-info .connect {
6480
    background-color: #387693;
6481
    color: #fff;
6482
    padding: 10px;
6483
    font-size: 1.2em;
6484
    text-align: center;
6485
}
6486

    
6487
.clip-copy {
6488
    display: block;
6489
    width: 20px;
6490
    height: 20px;
6491
    position: absolute;
6492
    border: 1px solid #387693;
6493
    background-image: url("../images/clipboard.png");
6494
    background-repeat: no-repeat;
6495
    background-position: center;
6496
    cursor: pointer;
6497
    background-color: #A1C8DB;
6498
}
6499

    
6500
.password-cont .clip-copy { right: 10px; top: 8px;}
6501

    
6502

    
6503
input.has-errors {
6504
    border-color: #ff0000;
6505
}
6506

    
6507
.overlay .models-view .previous-view-link {
6508
    margin: -10px;
6509
    margin-bottom:10px;
6510
    padding: 10px 5px;
6511
    background-image: url("../images/left-arrow.png");
6512
    background-repeat: no-repeat;
6513
    background-position: 10px center;
6514
    padding-left: 20px;
6515
    background-color: #93D070;
6516
    cursor: pointer;
6517
    border-bottom: 1px solid #eee;
6518
    text-decoration: underline;
6519
}
6520

    
6521
.icon .suspended-notice {
6522
  right: 192px;
6523
  top: 50px;
6524
}
6525

    
6526
.suspended-notice {
6527
  display: inline-block;
6528
  padding: 4px;
6529
  background-color: #8f1915;
6530
  cursor: pointer;
6531
  position: absolute;
6532
  color: #fff;
6533
  font-size: 0.6em;
6534
  display: none;
6535
}
6536

    
6537
.suspended .suspended-notice {
6538
  display: block;
6539
}
6540

    
6541
.suspended .action-indicator {
6542
  display: none !important;
6543
}
6544

    
6545
.trigger-resize {
6546
    background-image: url("../images/pencil-disabled.png");
6547
    background-position: right 2px;
6548
    background-repeat: no-repeat;
6549
    padding-right: 15px !important;
6550
    cursor: pointer;
6551
}
6552

    
6553
.can-resize .trigger-resize:hover {
6554
    text-decoration: underline;
6555
}
6556

    
6557
.can-resize .trigger-resize {
6558
    font-weight: bold;
6559
    background-image: url("../images/pencil.png");
6560
}
6561

    
6562
.vm-resize .flavor-options-cont {
6563
  float: none;
6564
  width: 100%;
6565
  margin: 0;
6566
  height: auto;
6567
}
6568

    
6569
.form-action.disabled {
6570
  background-color: #ddd;
6571
  color: #aaa;
6572
  border-color: #999;
6573
}
6574

    
6575
.overlay .form-actions .assign {
6576
  display: none;
6577
}
6578

    
6579

    
6580
.connect-ip #network-vms-select-content li.selected .options-object-cont {
6581
  background-image: none !important;
6582
}
6583

    
6584
.overlay.connect-ip .form-actions .assign {
6585
  display: block;
6586
}
6587

    
6588
.overlay.connect-ip .form-actions .create {
6589
  display: none;
6590
}
6591

    
6592
.overlay.connect-ip li.options-object .options-object-cont {
6593
  background-image: none !important; 
6594
}
6595

    
6596
.overlay-public-key-create .container {
6597
  font-size: 0.9em;
6598
}
6599

    
6600
/* Additional styles for views.ext module */
6601
.pane-view {
6602
  background-color: #EFF7FA;
6603
}
6604

    
6605
.collection-list-view .collection {
6606
  padding-top: 14px;
6607
}
6608

    
6609
.collection-list-view .collection .create-button {
6610
  margin-bottom: 15px;
6611
}
6612

    
6613
.collection-list-view .collection .create-button a {
6614
  display: inline-block;
6615
  color: black;
6616
  background-color: #FF7F2A;
6617
  cursor: pointer;
6618
  padding: 7px 24px;
6619
  text-decoration: none;
6620
  border-left: 15px solid #FF9955;
6621
  margin-left: -15px;
6622
  font-family: 'Open Sans', sans-serif;
6623
}
6624

    
6625
.pane-view .collection-list-view .model-view {
6626
  width: 100%;
6627
  background-color: transparent;
6628
  font-size: 75%;
6629
}
6630

    
6631
.pane-view .collection-list-view .model-view.actionpending .main-content-inner,
6632
.pane-view .collection-list-view .model-view.subactionpending .main-content-inner,
6633
.pane-view .collection-list-view .model-view.hovered .main-content-inner,
6634
.pane-view .collection-list-view .model-view:hover .main-content-inner {
6635
  background-color: #A1C8DB;
6636
}
6637

    
6638
.pane-view .collection-list-view .model-view .main-content .title {
6639
  font-weight: normal;
6640
}
6641

    
6642
.pane-view .collection-list-view .model-view .main-content {
6643
}
6644

    
6645
.pane-view .collection-list-view .model-view:last-child .main-content {
6646
  border-bottom: none;
6647
}
6648

    
6649
.pane-view .collection-list-view .model-view .main-content {
6650
  width: 520px;
6651
  padding-bottom: 5px;
6652
  margin-bottom: 5px;
6653
  float: left;
6654
  border-bottom: 1px solid #D1E7F0;
6655
}
6656

    
6657
.pane-view .collection-list-view .model-view .main-content-inner {
6658
  padding: 10px 20px;
6659
  padding-right: 10px;
6660
  /*overflow: hidden;*/
6661
}
6662

    
6663
.pane-view .collection-list-view .model-view .main-content .logo {
6664
  float: left;
6665
}
6666

    
6667
.pane-view .collection-list-view .model-view .main-content .entry {
6668
  width: 290px;
6669
  padding-top: 5px;
6670
  margin-left: 10px;
6671
  float: left;
6672
  position: relative;
6673
}
6674

    
6675
.pane-view .collection-list-view .model-view .main-content .actions-content {
6676
  width: 80px;
6677
  float: left;
6678
}
6679

    
6680
.pane-view .collection-list-view .model-item .link {
6681
  color: #4085A5;
6682
}
6683

    
6684
.collection .empty-list {
6685
  padding: 10px;
6686
  font-size: 0.8em;
6687
  color: #333;
6688
}
6689

    
6690
.collection-list-view .items-sublist:first-child {
6691
  padding-top: 0;
6692
}
6693

    
6694
.collection-list-view .items-sublist {
6695
  padding-top: 10px;
6696
}
6697

    
6698
.collection-list-view .items-sublist:last-child {
6699
  margin-top: 20px;
6700
  border-top: 10px solid #DCEBF2;
6701
  margin-bottom: 0;
6702
}
6703

    
6704
.model-item .status-title {
6705
  text-align: right;
6706
  margin-right: 4px;
6707
  margin-top: 5px;
6708
}
6709

    
6710
.model-item .status-indicator {
6711
}
6712

    
6713
.model-item .actions-content {
6714
  width: 180px;
6715
  float: left;
6716
}
6717

    
6718
.model-item .actions-content .action-container .confirm-single .no,
6719
.model-item .actions-content .action-container .confirm-single .yes {
6720
  font-family: Arial, Helvetica, sans-serif;
6721
  width: 20px;
6722
  height: 16px;
6723
  padding: 2px 0;
6724
  float: left;
6725
  border: none;
6726
  margin: 0;
6727
  padding: 2px 0;
6728
  text-align: center;
6729
  font-size: inherit;
6730
}
6731

    
6732
.model-item .actions-content .action-container .confirm-single .no {
6733
  background-color: #FF9955;
6734
}
6735

    
6736
.model-item .actions-content .action-container .confirm-single .yes {
6737
  background-color: #FF7F2A;
6738
  width: 80px;
6739
}
6740

    
6741
.model-item .actions-content .action-container.warn .confirm-single .no:hover {
6742
  color: #fff;
6743
}
6744

    
6745
.model-item .actions-content .action-container.warn .confirm-single .no {
6746
  background-color: #CC0000;
6747
}
6748

    
6749
.model-item .actions-content .action-container.warn .confirm-single .yes {
6750
  background-color: #880000;
6751
  color: #fff;
6752
}
6753

    
6754
.model-item .actions-content .action-container.warn .confirm-single .yes:hover {
6755
  background-color: #CC0000;
6756
}
6757

    
6758
.model-item .actions-content .action-container .confirm-single {
6759
  display: none;
6760
  width: 100px;
6761
  float: right;
6762
  margin-right: -22px;
6763
  margin-top: -4px;
6764
}
6765

    
6766
.model-item .actions-content .action-container.selected .confirm-single {
6767
  display: block !important;
6768
}
6769

    
6770
.model-item.actionpending .actions-content .action-container.isactive,
6771
.model-item:hover .actions-content .action-container.isactive,
6772
.model-item.hovered .actions-content .action-container.isactive,
6773
.model-item .actions-content .action-container.selected {
6774
  display: block;
6775
}
6776

    
6777
.model-item.actionpending .nested-model-list .actions-content .action-container.isactive {
6778
  display: none;
6779
}
6780

    
6781
.model-item.actionpending .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
6782
  display: block;
6783
}
6784

    
6785
.model-item .actions-content .action-container.selected:hover {
6786
  background-color: transparent;
6787
  border-left: 5px solid #7DB4CD;
6788
  margin-left: 5px;
6789
}
6790

    
6791
.model-item .actions-content .action-container:hover a {
6792
  color: #fff;
6793
}
6794

    
6795
.model-item .actions-content .action-container:hover {
6796
  background-color: #A1C8DB;
6797
  border-left: 5px solid #7DB4CD;
6798
  margin-left: 5px;
6799
}
6800

    
6801
.model-item .actions-content .action-container.selected {
6802
}
6803

    
6804
.model-item .actions-content .action-container {
6805
  display: none; 
6806
}
6807

    
6808
.model-item .actions-content .action-container {
6809
  padding: 2px;
6810
  margin-bottom: 5px;
6811
  padding-left: 5px;
6812
  margin-left: 10px;
6813
  cursor: pointer;
6814
}
6815

    
6816
.model-item .status-active .status-indicator .indicator {
6817
  background-color: #63cf1c;
6818
}
6819

    
6820
.model-item .status-inactive .status-indicator .indicator {
6821
  background-color: #940606;
6822
}
6823

    
6824
.model-item .status-error .status-indicator .indicator {
6825
  background-color: #ff0000;
6826
}
6827

    
6828
.model-item .status-progress .status-indicator .indicator {
6829
  background-color: #FF7F2A;
6830
}
6831

    
6832
.model-item .status-indicator .indicator {
6833
  width: 10px;
6834
  height: 11px;
6835
  float: right;
6836
  background-color: #EFF7FA;
6837
  margin-right: 3px;
6838
}
6839

    
6840
/* vm sprites */
6841
.vm-icon.medium {
6842
  width: 50px;
6843
  height: 54px;
6844
}
6845

    
6846
.vm-icon.medium.state1 {
6847
    background-position: 0px 0;
6848
}
6849

    
6850
.vm-icon.medium.state2 {
6851
    background-position: -100px 0;
6852
}
6853

    
6854
.vm-icon.medium.state3 {
6855
    background-position: -150px 0;
6856
}
6857

    
6858
.vm-icon.medium.state4 {
6859
    background-position: -50px 0;
6860
}
6861
/* end vm sprites */
6862

    
6863
/* ips */
6864
.ip-port-view .vm-logo {
6865
  width: 
6866
}
6867

    
6868
.model-item .vm-name {
6869
  font-weight: bold;
6870
}
6871

    
6872
.nested-model-list {
6873
  position: relative;
6874
  top: 43px;
6875
  overflow: visible;
6876
  width: 531px;
6877
  margin-left: -41px;
6878
  margin-bottom: 39px;
6879
}
6880

    
6881
.nested-model-list .collection {
6882
  padding: 0;
6883
}
6884

    
6885
.nested-model-list .model-item .outer {
6886
  width: 470px;
6887
  position: relative;
6888
}
6889

    
6890
.model-item .border i.remove,
6891
.empty-list i.add {
6892
    display: block;
6893
    color: #fff;
6894
    padding-left: 10%;
6895
    width: 90%;
6896
    padding-top: 0px;
6897
    font-weight: bold;
6898
    font-size: 1.4em;
6899
    cursor: pointer;
6900
    font-style: normal;
6901
}
6902

    
6903
.model-item .border i.remove {
6904
  font-size: 1em;
6905
  color: #BE5812;
6906
  padding-top: 1px;
6907
}
6908

    
6909
.empty-list.nested {
6910
  height: 30px;
6911
}
6912

    
6913
.empty-list .border2, 
6914
.nested-model-list .outer .border2 {
6915
  border-left: 3px solid #FB822F;
6916
  position: absolute;
6917
  height: 100%;
6918
  width: 1px;
6919
  left:0;
6920
  top:0;
6921
}
6922

    
6923
.empty-list .border2, 
6924
.nested-model-list .model-item:last-child .outer .border2 {
6925
  height: 69px;
6926
}
6927

    
6928
.empty-list .border, .nested-model-list .outer .border {
6929
  position: absolute;
6930
  top: 52px;
6931
  left: 0;
6932
  background-color: #FB822F;
6933
  height: 17px;
6934
  width: 91px;
6935
  z-index: 0;
6936
}
6937

    
6938
.empty-list .border {
6939
  top: 31px;
6940
}
6941

    
6942
.empty-list .border2 {
6943
  height: 31px;
6944
}
6945

    
6946
.nested-model-list .model-item .inner .model-logo {
6947
  position: relative;
6948
  z-index: 100;
6949
}
6950

    
6951
.model-item.actionpending .nested-model-list.proxy .model-item .inner.main-content,
6952
.model-item:hover .nested-model-list.proxy .model-item .inner.main-content,
6953
.model-item.hovered .nested-model-list.proxy .model-item .inner.main-content,
6954
.nested-model-list .model-item.actionpending .inner.main-content,
6955
.nested-model-list .model-item:hover .inner.main-content,
6956
.nested-model-list .model-item.hovered .inner.main-content {
6957
  background-color: #84B7D0;
6958
}
6959

    
6960
.nested-model-list .model-item:last-child .inner.main-content {
6961
  border-bottom: none;
6962
}
6963

    
6964
.nested-model-list .model-item .inner.main-content {
6965
  width: auto;
6966
  margin-bottom: 0;
6967
  float: none;
6968
  z-index: 0;
6969
  margin-left: 30px;
6970
  padding-bottom: 20px;
6971
  padding: 10px;
6972
  border-bottom: 1px solid #5CA1C0;
6973
  /*height: 59px;*/
6974
}
6975

    
6976
.nested-model-list .model-item .inner.main-content .subtitle {
6977
  position: absolute;
6978
  top: 27px;
6979
  left: 110px;
6980
  font-weight: normal;
6981
  font-size: 0.8em;
6982
}
6983

    
6984
.nested-model-list .model-item .inner.main-content .title {
6985
  position: absolute;
6986
  top: 10px;
6987
  left: 110px;
6988
  font-weight: bold;
6989
}
6990

    
6991
.model-item:hover .nested-model-list .actions-content .action-container.isactive {
6992
  display: none;
6993
}
6994

    
6995
.model-item:hover .nested-model-list .model-item.actionpending .actions-content .action-container.isactive {
6996
  display: block !important;
6997
}
6998

    
6999

    
7000
.model-item .actions-content .action-container.selected a {
7001
  color: #FF7F2A;
7002
}
7003

    
7004
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7005
.model-item:hover .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7006
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.selected,
7007
.model-item.hovered .nested-model-list.proxy .model-item .actions-content .action-container.isactive,
7008
.model-item:hover .nested-model-list .model-item .actions-content .action-container.selected,
7009
.model-item:hover .nested-model-list .model-item:hover .actions-content .action-container.isactive {
7010
  display: block !important;
7011
}
7012

    
7013
.pane-view .model-view .nested-model-list .model-item .actions-content {
7014
  position: absolute;
7015
  right: -180px;
7016
  top:0;
7017
  float: none;
7018
  display: block;
7019
  width: 180px;
7020
  height: 80px;
7021
}
7022

    
7023
/* networks */
7024
.nested-model-list .ip-addresses {
7025
  padding-top: 0px;
7026
  font-size: 0.9em;
7027
  margin-left: 328px;
7028
  text-align: right;
7029
  position: absolute;
7030
  top: 10px;
7031
  right: 10px;
7032
}
7033

    
7034
.network-ports-toggler {
7035
  position: absolute;
7036
  top: 30px;
7037
  left: 0px;
7038
}
7039

    
7040
.model-form-actions .form-action {
7041
  font-size: 1.1em !important;
7042
}
7043

    
7044
.model-form textarea {
7045
    width: 99%;
7046
    height: 100px;
7047
    border: 1px solid #aaa;
7048
}
7049

    
7050
.model-form .form-field {
7051
    margin-bottom: 10px;
7052
}
7053

    
7054
.model-form label {
7055
    display: block;
7056
    color: #406A7D;
7057
    font-size: 1.1em;
7058
    margin: 0px 0 5px 0;
7059
}
7060

    
7061
.model-form .inline label {
7062
    float: left;
7063
    margin-right: 10px;
7064
    margin-top: 15px !important;
7065
}
7066

    
7067
.model-form input.long {
7068
    width: 400px;
7069
}
7070

    
7071
.model-form .inline input {
7072
    width: auto;
7073
    margin-top: 10px;
7074
}
7075

    
7076
.model-form .inline select {
7077
    width: auto;
7078
    margin-top: 7px;
7079
}
7080

    
7081
.model-form .inline .errors,
7082
.model-form .inline .field-desc {
7083
    clear: both;
7084
}
7085

    
7086
.model-action.disabled {
7087
    background-color: #aaa;
7088
    border-color: #aaa;
7089
    cursor: default;
7090
}
7091
.model-action.disabled:hover {
7092
    background-color: #aaa;
7093
    border-color: #aaa;
7094
}
7095

    
7096
.model-action:hover {
7097
    background-color: #aaa;
7098
}
7099

    
7100
.model-action:hover {
7101
    background-color: #F95;
7102
    border-color: #F95;
7103
}
7104

    
7105
.model-action.in-progress {
7106
    background-color: #aaa;
7107
    color: #fff;
7108
    border-color: #aaa;
7109
    background-image: url("../images/icons/indicators/small/progress.gif") !important;
7110
}
7111

    
7112
.model-action.add-generate {
7113
    background-image: url("../images/option-action-generate-ssh.png");
7114
}
7115

    
7116
.model-action.add {
7117
    background-image: url("../images/option-action-add.png");
7118
    padding-right: 20px !important;
7119
}
7120

    
7121
.model-action {
7122
    float: right;
7123
    background-color: #FF7F2A;
7124
    color: #fff;
7125
    padding: 6px 8px;
7126
    margin-left: 10px;
7127
    cursor: pointer;
7128
    padding-right: 30px;
7129
    background-position: right center;
7130
    background-repeat: no-repeat;
7131
    background-clip: border-box;
7132
    border-right: 5px solid #FF7F2A;
7133
    font-size: 0.9em;
7134
}
7135

    
7136
.overlay-public-key-create .error-msg {
7137
    margin-bottom: 5px;
7138
}
7139

    
7140
.model-form.public-key textarea {
7141
  height: 125px;
7142
}
7143

    
7144
.model-notice {
7145
    margin-bottom: 10px;
7146
}
7147

    
7148
.model-notice p.message {
7149
    margin: 0;
7150
    padding: 0; 
7151
    border: 2px solid #444;
7152
    padding: 4px;
7153
    background-color: #efefef;
7154
    line-height: 1.7em;
7155
    padding: 6px;
7156
}
7157

    
7158
.model-notice p.message .download {
7159
    color: #fff;
7160
    background-color: #FF7F2A;
7161
    border: 1px solid #F95;
7162
    padding: 3px;
7163
    cursor: pointer;
7164
}
7165

    
7166

    
7167
.model-notice p.message.success {
7168
    color: #447821;
7169
    background-color: #AADE87;
7170
    border: 1px solid #447821;
7171
}
7172

    
7173
#public-keys-list-view .model-item textarea.content {
7174
  width: 270px;
7175
  background-color: transparent;
7176
  font-family: monospace;
7177
  font-size: 1em;
7178
  border: none;
7179
  overflow-y: hidden;
7180
  overflow-x: hidden;
7181
  height: 155px;
7182
  margin: 10px 0;
7183
  padding: 10px;
7184
  border: 1px solid #ddd;
7185
  background-color: #efefef;
7186
}
7187

    
7188

    
7189
.model-rename-view .edit {}
7190

    
7191
.model-rename-view .edit-btn {
7192
  display: none;
7193
  background-repeat: no-repeat;
7194
  font-size: 75%;
7195
  font-weight: normal;
7196
  margin-left: 10px;
7197
  padding-left: 10px;
7198
  text-align: left;
7199
  cursor: pointer;
7200
  color: #3D3D3D;
7201
  margin-top: 0.4em;
7202
  background-image: url("../images/pencil.png");
7203
  background-position: 0 0px;
7204
  width: 10px;
7205
  height: 7px;
7206
}
7207

    
7208
.model-rename-view:hover .edit-btn {
7209
  display: inline;
7210
}
7211

    
7212
.model-rename-view input {
7213
  border: 1px solid #aaaaaa;
7214
  font-size: 85%;
7215
  padding: 2px;
7216
  width: 235px;
7217
}
7218

    
7219
.model-rename-view .value {}
7220

    
7221
.model-rename-view .name {}
7222

    
7223
.model-rename-view .rename-actions {
7224
  float: right;
7225
  width: 40px;
7226
  position: relative;
7227
  top: 1px;
7228
  left: -6px;
7229
}
7230

    
7231
.model-rename-view .rename-actions .btn {
7232
  float: left;
7233
  height: 16px;
7234
  width: 16px;
7235
  cursor: pointer;
7236
}
7237

    
7238
.model-rename-view .rename-actions .btn.confirm {
7239
  background-image: url("../images/save.png"); 
7240
  margin-left: 3px;
7241
}
7242

    
7243
.model-rename-view .rename-actions .btn.cancel {
7244
  background-image: url("../images/cancel.png"); 
7245
  margin-left: 3px;
7246
}
7247

    
7248
.model-rename-view .rename-actions .btn.confirm:hover {
7249
  background-color: #84b7d0;
7250
}
7251

    
7252
.model-rename-view .rename-actions .btn.cancel:hover {
7253
  background-image: url("../images/cancel-onhover.png"); 
7254
}
7255

    
7256

    
7257
.select-item input {
7258
  cursor: pointer;
7259
}
7260

    
7261
.select-item {
7262
  font-size: 0.9em;
7263
  padding: 5px 4px;
7264
  margin-bottom: 3px;
7265
  background-color: #efefef;
7266
  cursor: pointer;
7267
}
7268

    
7269
.select-item.selected {
7270
  background-color: #4085A5;
7271
}
7272

    
7273
.select-item.selected * {
7274
  color: #fff;
7275
}
7276

    
7277
.items-list.floating-ips {
7278
  margin-top: -5px;
7279
}
7280

    
7281
.select-item.floating-ip.not-available {
7282
  background-image: none;
7283
}
7284

    
7285
.select-item.floating-ip.create {
7286
  padding-left: 34px;
7287
  margin-bottom: 5px;
7288
  background-image: url("../images/option-action-add-dark.png");
7289
  background-repeat: no-repeat;
7290
  background-position: 9px 7px;
7291
}
7292

    
7293
.select-item.floating-ip.selected * {
7294
  color: #222 !important;
7295
  font-weight: bold;
7296
}
7297

    
7298
.select-item.floating-ip {
7299
  border-left: 10px solid #efefef;
7300
  background-color: #ddd;
7301
  margin-bottom: 0;
7302
  border-bottom: 1px solid #efefef;
7303
}
7304

    
7305
.select-item.private-network .name {
7306
  float: left;
7307
  width: 50%;
7308
}
7309

    
7310
.select-item.private-network .cidr {
7311
  float: left;
7312
  width: 40%;
7313
}
7314

    
7315
.select-item .name {
7316
  float: left;
7317
  width: 90%;
7318
}
7319

    
7320
.select-item .ico {
7321
  float: left;
7322
  width: 5%;
7323
}
7324

    
7325
.select-item .checkbox {
7326
  float: left;
7327
  width: 5%;
7328
}