Project

General

Profile

Download (53.9 KB) Statistics
| Branch: | Revision:
1
.dj_ie6 .dijitTooltipConnector,
2
*html #header-logo img,
3
html {
4
    height: 100%;
5
}
6
body {
7
    color: #333;
8
    font: 300 1.4rem/1.3 "petala-pro",helvetica !important;
9
    height: 100%;
10
    margin: 0;
11
    padding: 0;
12
    text-rendering: optimizelegibility;
13
    width: 100%;
14
    background-color:#fbfbfb!important;
15
}
16
body.inframe {
17
    background-color: white !important;
18
}
19
ol li, ul li {
20
    line-height: unset;
21
}
22
.inframe .modal-body {
23
    padding:0!important;
24
}
25
.inframe .navbar-brand {
26
    display:none;
27
}
28
.inframe #activityPanel {
29
    border-top: 0 none; box-shadow: none;
30
}
31
.inframe #activityHeading1 {
32
    display:none;
33
}
34
.manage_system, .terminal{
35
    display:none;
36
}
37
.info-engine {
38
    display:none;
39
}
40
.attribution {
41
    margin: 0 5px 5px 5px;
42
}
43
.inframe #manage_system_button,
44
.inframe #terminal_button,
45
.inframe #new_app_button,
46
.inframe #manage_in_tab,
47
.inframe #terminal_in_tab
48
{
49
/*    visibility:hidden; */
50
}
51
.manage_in_tab {
52
    margin-right: 20px;
53
    vertical-align: middle;
54
    text-decoration: none;
55
}
56
#manageSystemIframe {
57
    padding: 0 10px;
58
}
59
.tk-source-code-pro{font-family:"source-code-pro",sans-serif;}.tk-petala-pro{font-family:"petala-pro",sans-serif;}
60

    
61
/*html, body { width: 100%;height:0;margin: 0; padding:0;}
62

    
63
html {
64
overflow: -moz-scrollbars-vertical; 
65
overflow-y: scroll;	
66
}
67
*/
68
h3 {margin-top: 4px;}
69
h2,h3,h4 {
70
	color:#474747!important;
71
}
72
iframe{border:none;width:100%;height:100%;}
73
.well {
74
    background-color: #ffffff!important;
75
    margin-bottom:10px!important;
76
}
77

    
78
#widget_servers_search_query .dijitInputField {
79
 padding:5px !important;
80
}
81

    
82
body.tundra  {
83
/*	font-family: helvetica, arial, sans-serif;
84
	font-size:12px;
85
	background-color:#fbfbfb;
86
	color: #474747;	 */
87
/*	background:transparent;
88
	background-repeat:repeat;
89
	background-image:url(/stabile/static/gfx/bg-pattern-01.png); */
90
}
91
/*
92
@-moz-document url-prefix() {
93
    #homeContent {
94
        width:519px!important;
95
        border-right:1px solid #e3e3e3!important;
96
    }
97
}
98
*/
99
.navbar-brand {
100
    height: 32px;
101
}
102
.navbar-right {
103
    float: right !important;
104
}
105
#dialogDiv {
106
    overflow:auto;
107
    padding: 10px 10px 10px 20px;
108
    max-height:400px;
109
    min-width:500px;
110
    width:600px;
111
}
112
@media screen and (max-width: 840px) {
113
    #homeContent, #homeContent_splitter, #serverstab, #imagestab, #networkstab, #userstab, #nodestab, #hometab_a, .teaser {
114
        display:none;
115
    }
116
    .navbar-brand {
117
        height: auto;
118
    }
119
    .dijitDialog {
120
        left: 3px;
121
        top: 50px!important;
122
        width: 94%;
123
    }
124
    #dialogDiv {
125
        min-width:200px;
126
        width:auto;
127
    }
128
    .float {
129
        padding: 4px!important;
130
/*        left: 110px!important;
131
        top: 6px!important;
132
        right: auto!important;
133
        bottom: auto!important; */
134
    }
135
}
136

    
137
.carousel-control:hover,
138
.carousel-control:focus,
139
.carousel-control {
140
    color: rgba(0, 0, 0, 0.54);
141
}
142
.carousel-indicators .active {
143
    background-color: rgba(0, 0, 0, 0.54);
144
}
145
.carousel-indicators {
146
    bottom: 0;
147
}
148
carousel-control {
149
    width: 50%;
150
}
151
.carousel-indicators li {
152
    border: 1px solid rgba(0, 0, 0, 0.54);
153
}
154
#app-carousel {
155
    height:400px;
156
}
157
.carousel-app p {
158
    font-size: 1.1em!important;
159
    padding: 0!important;
160
}
161
.carousel-app {
162
    text-align: center!important;
163
    margin-bottom:0!important;
164
    font-size:18px!important;
165
    padding:0!important;
166
}
167
.carousel-control.left, .carousel-control.right {
168
    background: none;
169
}
170

    
171

    
172
pre {
173
 white-space: pre-wrap;       /* css-3 */
174
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
175
 white-space: -pre-wrap;      /* Opera 4-6 */
176
 white-space: -o-pre-wrap;    /* Opera 7 */
177
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
178
}
179

    
180
span.irigo-tooltip-base {
181
    border:none !important;
182
}
183

    
184
body.docs {
185
	background-color:#fbfbfb;
186
}
187

    
188
.grid-tab {
189
    min-height: 500px;
190
}
191

    
192
.grid-div {
193
    min-height: 415px!important;
194
    height: 71vh!important;
195
}
196

    
197
.red{
198
    color: red !important;
199
}
200
.green{
201
    color: green !important;
202
}
203
.orange{
204
    color: orange !important;
205
}
206
.blue{
207
    color: blue !important;
208
}
209
.grey{
210
    color: grey !important;
211
}
212
.uptime_alert {
213
    padding:10px !important;
214
    margin-bottom:10px !important;
215
}
216
.uptime_line {
217
    color: #E8E8E8;
218
    margin: 10px 0 8px 0;
219
}
220
.uptime_header {
221
    font-weight: 400;
222
    margin: 10px 0 2px 0;
223
}
224
.nav-tabs > li > a {
225
    font-size: 16px;
226
}
227
.nav-pills {
228
    border-bottom: 1px solid #ddd
229
}
230
.nav-pills > li > a {
231
    border-radius: 0!important;
232
    padding: 5px 10px 5px 10px !important;
233
}
234
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
235
    /* background-color: #5bc0de!important;
236
    background-color: #95a5a6!important; */
237
    background-color: #3498db!important;
238
}
239
b, strong, label {
240
    font-weight: 500!important;
241
}
242
.tundra .dijitSplitterH, .tundra .dijitGutterH {
243
    background: none repeat scroll 0 0 #f9f9f9;
244
    border-top: 1px solid #ddd;
245
}
246
.tundra .dijitSplitterV, .tundra .dijitGutterV {
247
  background: #F5F5F5;
248
  border-right: 1px solid #ddd;
249
}
250
a:focus, a:hover {
251
    color: #ff4400;
252
    text-decoration: underline;
253
    cursor: pointer;
254
}
255
a, a:link, a:visited {
256
    color: #ff4400;
257
}
258
a:active {
259
	  color: #FF0000;
260
}
261

    
262
img{
263
    border:none;
264
}
265
.btn-info {
266
    background-color: #3498db!important;
267
    border-color: #3498db!important;
268
}
269
.btn-success {
270
    background-color: #73c74a!important;
271
    border-color: #73c74a!important;
272
}
273
.dojoxLegendNode {border: 1px solid #ccc; margin: 5px 10px 5px 10px; padding: 3px}
274
.dojoxLegendText {vertical-align: text-top; padding-right: 10px}
275

    
276
/*LAYOUTCONTAINER*/
277
.tundra .dijitLayoutContainer {
278
	overflow:visible;
279
}
280

    
281
.dj_ie6 .tundra .dijitLayoutContainer {
282
	overflow:auto;
283
}
284

    
285
/*RULECONTAINER*/
286
.dijitRuleContainer {
287
	  z-index: 1 !important;
288
}
289

    
290
/*HEADER*/
291
#auth-header,
292
#header-container {
293
	width:100%;
294
	margin:10px 0 10px 0;
295
    font-size:20px;
296
    font-weight:300;
297
}
298
#auth-form input {
299
    margin:4px;
300
}
301
#auth-form .btn {
302
    margin-right:-4px;
303
}
304
.navbar-right {
305
    font-size:13px!important;
306
}
307
#header {
308
	height:50px;
309
	margin:0 auto;
310
	text-align:right;
311
	/*width:850px;*/
312
	/*width:960px;*/
313
	/*margin-bottom:-30px;*/
314
}
315

    
316
#header-user  {
317
	padding:8px;
318
	color:#fff;
319
	/*float:left;*/
320
	float:right;
321
}
322

    
323
.form-control:focus {
324
    border-color: #00a800 !important;
325
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(34, 171, 35, 0.60) !important; */
326
    box-shadow: none!important;
327
}
328
/*TEST*/
329
/*USERFUNCTIONS UND */
330
/*DROPDOWN SERVICES*/
331
/*UND SO WAS UND ANDERES*/
332
#top-function-container {
333
	background-color: #395058; /* fallback color if gradients are not supported */ 
334
	background-image: -webkit-linear-gradient(top, #556970, #395058); 
335
	background-image:    -moz-linear-gradient(top, #556970, #395058); 
336
	background-image:     -ms-linear-gradient(top, #556970, #395058);
337
	background-image:      -o-linear-gradient(top, #556970, #395058); 
338
	background-image:         linear-gradient(top, #205365, #152125); 
339
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#556970', endColorstr='#395058'); 	
340
	height:18px;
341

    
342
}
343

    
344
#top-functions-container {
345
}
346

    
347
#top-functions {
348
	margin:0 auto;
349
	text-align:right;
350
	float:right;
351
    color: #FFFFFF;
352
    font-weight:100;
353
}
354

    
355
#top-services {
356
    height:18px;
357
	float:left;
358
    color: #FFFFFF;
359
    font-weight:100;
360
}
361
#top-functions ul,
362
#top-services ul {
363
    list-style-type: none;
364
    padding: 0;
365
    margin: 0;
366
    height: 14px;
367
    line-height: 16px;
368
}
369
#top-functions li,
370
#top-services li {
371
    /* padding: 3px; */
372
	display:inline;
373
    line-height: 16px !important;
374
    margin-right: 1px;
375
	/*white-space:nowrap;*/
376
}
377
#top-services .active
378
/*, #top-services .dijitButtonContents */
379
{
380
    background: none repeat scroll 0 0 #FFA500 !important;
381
}
382
#top-functions a,
383
#top-services a {
384
	color:#FFF;
385
	text-decoration:none;
386
	font-size:13px;
387
	padding:3px 6px;
388
	font-weight:100;
389
	text-transform:lowercase;
390
	/*white-space:nowrap;*/
391
}
392
#top-services .inactive a:hover {
393
	background:#222;
394
	color:#efefef;
395
}
396
#top-functions a:hover {
397
	background:#222;
398
	color:#efefef;
399
}
400
#top-services .active a:hover {
401
    background:auto;
402
    color:#efefef;
403
}
404

    
405
#top-functions span, #top-services span {
406
/*	padding-left:0px; */
407
}
408

    
409

    
410
/*#top-functions a {
411
	color:#FFF!important;	
412
	text-decoration:none;
413
}
414
#top-functions a:hover {
415

    
416
}*/
417

    
418
#userFunctions {
419
	width:220px;
420
	float:right;
421
}
422

    
423
#helplink{
424
	width:520px;
425
	height:30px;
426
	position:relative;
427
	float:left;
428
	top:40px;
429
	padding:6px 0;
430
	margin-right:0;
431
	text-align:right;
432
}
433

    
434
#username {
435
	padding-left:2px!important;
436
}
437

    
438
#dropdownServices {
439
	width:30px;
440
	float:right;
441
	background:#38A7D1;
442
	margin:0 0 0 0;
443
	position:relative;
444
	top:10px;
445
	/*height:30px;*/
446
	height:0;
447

    
448

    
449
}
450
#dijit_Menu_1 * .dijitMenuArrowCell,
451
#dijit_form_ComboButton_0_dropdown *  .dijitMenuArrowCell,
452
#dijit_form_ComboButton_0_dropdown *  .dijitMenuItemIcon,
453
#dijit_Menu_1 * .dijitMenuItemIcon {
454
	display:none;
455
	visibility:hidden;
456
}
457
#dijit_Menu_1 * .dijitMenuItemLabel,
458
#dijit_form_ComboButton_0_dropdown *.dijitMenuItemLabel {
459
	/*display:block;
460
	word-wrap:break-word;*/
461
	max-width:220px;
462
	height:30px;
463
	line-height:2.3em;
464
	padding:0px 12px;
465
}
466

    
467

    
468
#dropdownServices .dijitStretch {
469
	display:none;
470
	visibility:hidden;
471
}
472

    
473

    
474
#dropdownServices  div.dijitArrowButtonInner {
475
	background-image:url(../gfx/cogwheel.png);
476
	background-position:6px 7px !important;
477
	background-repeat:no-repeat;
478
	width:30px;
479
	padding:0;
480
	height:30px;
481
	/*padding-bottom:10px;	*/
482
	margin:0 0;
483
}
484
/*HOVER ON SERVICES ICON*/
485
.tundra #dropdownServices .dijitComboButton .dijitDownArrowButton,
486
.tundra #dropdownServices .dijitComboButton .dijitDownArrowButtonHover {
487
	padding:0px;
488
	padding-rigth:0;
489
}
490

    
491
#dijit_form_ComboButton_0_dropdown #dijit_Menu_0 {
492
	/*position:relative;*/
493
	left:-190px;
494
	width:220px!important;
495
	max-width:220px!important;
496
	position:absolute;
497
}
498

    
499
#dijit_form_ComboButton_0_dropdown .tundra .dijitMenuExpand {
500
	background-image: none;
501
    height: 0;
502
    width: 0;
503
}
504

    
505
#dijit_Menu_0 td {
506
	width:0;
507
}
508

    
509
#dropdownUserFunctions {
510
	/*width:100%;*/
511
	/*width:189px; 220 unitll sso functions implemented*/
512
	/*width:220px; oh, we area moving the help link out of the dropdown, so...*/
513
	position:relative;
514
	top:40px;
515
	border:0px none;
516
	/*border-right:1px solid #9FD8EB; HIDE UNTILL SSO FUNCTIONS ARE IMPLEMENTED*/
517
}
518

    
519
#dropdownServices .dijitComboButton,
520
#dropdownUserFunctions .dijitDropDownButton  {
521
	/*width:100%;too wide for having the help next to it?*/
522
	width:100%;
523
	background:#38A7D1;
524
	margin:0 0 0 0;
525
}
526

    
527
#dropdownServices td.dijitButtonNode,
528
#dropdownUserFunctions span.dijitButtonNode {
529
	color:#efefef;
530
	padding:0 0 0 0;
531
	margin:0 0 0 0;
532
	width:100%;
533
	text-align:left;
534
	border:0px none;
535
}
536

    
537

    
538

    
539
.tundra #dropdownServices  .dijitButtonHover .dijitButtonNode,
540
.tundra #dropdownServices  .dijitButtonNodeHover,
541
.tundra #dropdownServices .dijitToggleButtonHover .dijitButtonNode,
542
.tundra #dropdownServices  .dijitDropDownButtonHover .dijitButtonNode,
543
.tundra #dropdownServices .dijitComboButton .dijitButtonContentsHover,
544
.tundra #dropdownServices  .dijitComboButton .dijitDownArrowButtonHover {
545
	border-color: inherit;
546
	border-bottom-color:inherit;
547
    background: inherit !important;
548
/*	color:#FFF;
549
	background-color: #2794c5;
550
	background-image:inherit;
551
	background:none #2794c5; */
552
}
553

    
554
.tundra #dropdownServices  .dijitMenuPassive .dijitMenuItemHover,
555
.tundra #dropdownServices .dijitMenuItemSelected {
556

    
557
	color:#777;
558
}
559

    
560
.tundra #dropdownUserFunctions span.dijitButtonNodeHover,
561
.tundra #dropdownUserFunctions span.dijitToggleButtonHover .dijitButtonNode,
562
.tundra #dropdownUserFunctions span.dijitDropDownButtonHover .dijitButtonNode,
563
.tundra #dropdownUserFunctions span.dijitComboButton .dijitButtonContentsHover,
564
.tundra #dropdownUserFunctions span.dijitComboButton .dijitDownArrowButtonHover {
565

    
566
	color:#FFFFFF;
567
	background-color:#2794C5;
568
	background-image:none;
569
}
570

    
571
#userFunctionsButton  {
572
	/*padding:4px 0;*/
573
	/*line-height:30px;*/
574
	height:30px;
575
}
576
.tundra .dijitMenuItem td {
577
	padding:0;
578
	border-bottom:1px solid #e3e3e3;
579
}
580
#userFunctionsButton span.dijitButtonText {
581
	text-align:left;
582
	padding:8px;
583
}
584
#userFunctionsButton span.dijitInline{
585
	margin:0 0 ;
586
	display:block;
587
}
588

    
589
#userFunctionsButton span.dijitArrowButtonInner {
590
	background-image:url(../gfx/padlock.png);
591
	background-repeat:no-repeat!important;
592
	width:16px;
593
	height:16px;
594
	position: absolute;
595
    right: 6px;
596
    top: 7px;
597
}
598
#dijit_Menu_1 {
599
	width:220px;
600
}
601

    
602
.tundra .dijitMenu,
603
.tundra .dijitMenuBar {
604
    background-color: #CAEBF5;
605
    border-width: 0 0 0px 0;
606
    border-bottom-color:#38A7D1;
607
    margin: 0;
608
    padding: 0;
609
}
610
.tundra .dijitMenuItem {
611
	line-height:30px;
612
	color:#777;
613
	font-family:inherit;
614
	white-space: normal;
615
    border-bottom: 1px solid #ddd;
616
}
617

    
618
.dijitComboBoxMenuPopup .dijitMenuItemHover,
619
.tundra .dijitMenuPassive .dijitMenuItemHover,
620
.tundra .dijitMenuItemSelected {
621
	background-color:#e6e6e6;
622
}
623

    
624

    
625
/* /\*END TEST*\/ */
626

    
627

    
628

    
629
/* /\*END USERFUNCTIONS O.A.*\/ */
630
.logo {
631
display: none;
632
}
633
#header a {
634
	color:#e3e3e3;
635
}
636
#header-logo {
637
	position:relative;
638
	/*z-index:950;*/
639
	width:200px;
640
	float:left;
641
}
642

    
643
#header-logo a img {
644
	top:0;
645
	left:12px;
646
	position:relative;	
647
}
648

    
649

    
650
/*TABS*/
651
#tabs *{
652

    
653
}
654

    
655
.tabContainer{
656
  /* width:850px;*/
657
 /* width:960px;*/
658
 /* width:100%;*/
659
    height:540px;
660
    margin-left:auto;
661
    margin-right:auto;
662
/*	background:transparent;
663
	background:url(/stabile/static/gfx/bg_gradient.png);
664
	background-repeat:repeat-x; */
665
}
666

    
667

    
668
#tabs {
669
	background:transparent;	
670
}
671

    
672
#tabs_tablist {
673
	width:100%;
674
	overflow:visible;
675
	postion:absolute;
676
}
677
.tundra #activityPane .dijitTitlePaneTitle,
678
.tundra #tabs_tabslist,
679
.tundra .dijitTabListWrapper {
680
	/*height:30px!important;*/
681
    background-color: #e6e6e6; /* fallback color if gradients are not supported */
682
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#d6d6d6'), progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=190, Color='#b3b3b3'); 
683
	background-image: -webkit-linear-gradient(top, #e6e6e6, #d6d6d6);   
684
	background-image:    -moz-linear-gradient(top, #e6e6e6, #d6d6d6);    
685
	background-image:     -ms-linear-gradient(top, #e6e6e6, #d6d6d6);    
686
	background-image:      -o-linear-gradient(top, #e6e6e6, #d6d6d6);   
687
	background-image:         linear-gradient(top, #e6e6e6, #d6d6d6); 
688
	
689
	box-shadow: 0px 1px 4px #474747;
690
	-moz-box-shadow: 0px 1px 4px #474747;
691
	-webkit-box-shadow:0px 1px 4px #474747;
692
	z-index:1;
693
	overflow:visible;
694
}
695

    
696

    
697

    
698
.tundra .dijitTab .tabLabel {
699
	min-height:20px;
700
	/*padding: 4px 12px 0px  12px;*/
701
}
702
.tundra .dijitTab {
703
background:#D4EDF1 none/*url("/stabile/static/gfx/tab.png") repeat-x 0 0*/;
704
background:transparent;
705
border:0px none;
706
border-right:0px none;
707
/*-moz-border-radius: 6px 6px 0 0;
708
-webkit-border-radius: 6px 6px 0 0;
709
border-radius: 6px 6px 0 0;*/
710
line-height:normal;
711
margin-right:0px;
712
/*padding:3px 8px;*/
713
font: 100 14px helvetica,Arial,Verdana,sans-serif;
714
/*font-size:14px;
715
font-weight:100;*/
716
color:#555555;
717
/*height_30px;*/
718
}
719

    
720

    
721
.tundra .dijitTabContainerTop-tabs {
722
border-color:#e3e3e3;
723
margin-bottom:0;
724
padding-left:0px;
725
border-bottom: 0px none;
726
height:30px;
727
width:960px!important;
728
position:relative!important;
729
margin:0 auto;
730
}
731

    
732
.tundra .dijitTabContainerTop-tabs,
733
.tundra .dijitTabContainerBottom-tabs {
734
padding-left:0;
735
padding-right:0px;
736
}
737

    
738
.tundra .dijitTabInnerDiv {
739
	border:0px none;
740
	-moz-border-radius: 0 0 0 0;
741
	/*padding:3px 12px 1px;
742
	margin-bottom:1px;*/
743
	padding:9px 12px;
744
	/*margin-bottom:-1px;*/
745
	margin-bottom:0;
746

    
747
}
748

    
749
.tundra .dijitTabContainerTop-tabs .dijitTab {
750
	border-right:1px solid #e6e6e6;
751
	height:30px;
752
}
753

    
754
.tundra .dijitTabContainerTop-tabs .dijitTabChecked,
755
.tundra .dijitTabContainer .dijitTabCheckedHover,
756
.tundra .dijitTabHover {
757
	color:#555555;/*HER!*/
758
	border:0px;
759
background-color: #fff; /* fallback color if gradients are not supported */  
760
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#FFFFFF'); 
761
background-image: -webkit-linear-gradient(top, #ddd, #FFF);   
762
background-image:    -moz-linear-gradient(top, #ddd, #FFF);  
763
background-image:     -ms-linear-gradient(top, #ddd, #FFF);   
764
background-image:      -o-linear-gradient(top, #ddd, #FFF); 
765
background-image:         linear-gradient(top, #ddd, #FFF);
766
border-bottom:5px solid #FFF;
767
	border-bottom-color:#FFF;
768
	/*border-bottom:0px none;*/
769
}
770

    
771
.tundra .dijitTabContainerTop .dijitTabHover {
772
	border-bottom-color:#FFF;
773
}
774

    
775

    
776
/*.tundra .dijitTabContainerTop-tabs .dijitTabChecked {
777
border-bottom-color:#FFF;
778
background:#FFF url();
779
}*/
780

    
781
/*WRAPPER*/
782
.tundra .dijitTabPaneWrapper {
783
	border:0px none;
784
	margin-top:0;
785
	overflow-x:hidden;
786
	/*width:960px!important;
787
	margin:0 auto;*/
788
	/*width:100%!important;*/
789
		background:transparent;
790
}
791
.tundra .dijitTabPane {
792
		background:transparent;
793

    
794
}
795

    
796
.dijitTabContainerTop-child {
797
	overflow:hidden;
798
}
799

    
800

    
801
.tundra .dijitTabContainerTop-dijitContentPane,
802
.tundra .dijitTabContainerLeft-dijitContentPane,
803
.tundra .dijitTabContainerBottom-dijitContentPane,
804
.tundra .dijitTabContainerRight-dijitContentPane,
805
.tundra .dijitAccordionContainer-dijitContentPane {
806
	padding:10px;
807
	padding-top:0;
808
	
809
}
810

    
811
#home.dijitTabContainerTop-child {
812
	padding:10px;	
813
	padding-top:1px;
814
}
815

    
816
/*ACTIVITY*/
817
#activityPane{
818
/*    width:960px;
819
    margin:0 auto;
820
    padding:0;*/
821
}
822
.tundra #activityPane .dijitTitlePaneTitle {
823
/*background:none #e4e4e4;*/
824
border:0px solid #e3e3e3;
825
padding:0;
826
/*line-height:22px;*/
827
}
828

    
829
.tundra #activityPane .dijitTitlePaneTitleFocus {
830
	border:0px solid #FFF;
831
	padding:3px 4px;
832
}
833

    
834
.tundra #activityPane .dijitTitlePaneTitleFocus .dijitArrowNode {
835
	background-image:url(/stabile/static/gfx/spriteArrowLarge.png);
836
	width:16px;
837
	height:16px;
838
}
839

    
840
.tundra #activityPane .dijitClosed .dijitTitlePaneTitleFocus  .dijitArrowNode {
841
	background-position:-32px 0;
842
}
843

    
844

    
845

    
846
.tundra #activityPane .dijitTitlePaneContentOuter {
847
background:none repeat scroll 0 0 #FFFFFF;
848
border-color:#e3e3e3 #e3e3e3 #e3e3e3;
849
border-right:1px solid #e3e3e3;
850
border-style:none solid solid;
851
border-width:0 2px 2px;
852
padding:0 5px 30px 0;
853
}
854
.tundra #activityPane .dijitTitlePaneContentOuter .dijitButton {
855
	float:right;
856
	margin-left:4px;
857
}
858
.tundra  #activityPane .dijitTitlePaneTextNode {
859
	color:#656565;
860
	font-weight:bold;
861
}
862

    
863
.tundra .dijit.TitlePaneContentInner { padding: 0;}
864

    
865

    
866
#logContainer {
867
	border-bottom:1px solid #e3e3e3!important;
868
	padding:5px!important;
869
	border-color:#e3e3e3!important;
870
	margin:0 0 5px 0!important;
871
}
872

    
873
label {
874
    font-size:13px;
875
    font-weight:400;
876
    padding: 4px;
877
/*    width:130px;
878
    display:inline;*/
879
}
880
/*WIZARD*/
881
.wizardInfoPane {
882
    display: none;
883
    background: #FFFFFF;
884
    border: #b7b7b7 1px solid;
885
    padding: 0 2px 0 4px;
886
    margin: 0 0 8px 0;
887
    -moz-border-radius:3pt;
888
    -webkit-border-radius:4pt;
889
}
890
.wizardForm {
891
    width:100%!important;
892
}
893
.wizardRow {
894
    display: none;
895
}
896
.wizardLabel table {
897
    margin-top:-2px;
898
}
899
.wizardLabel label {
900
    margin-bottom:0!important;
901
}
902
.dimlink {
903
    color: grey !important;
904
    font-size: 13px;
905
}
906
#wizardContainer {
907
    height: 64vh!important;
908
}
909
#wizardTitle {
910
    margin-top:0;
911
    margin-bottom: 0;
912
}
913
#wizardSubForm0 {
914
    left:0!important;
915
    width:100%!important;
916
    height: 100% !important;
917
}
918
#wizardSubForm2 {
919
    height: auto!important;
920
    left: auto!important;
921
    top: auto!important;
922
    width: 100%!important;
923
}
924
.hidecost {display: none;}
925
.showcost {;}
926

    
927
.wizardInfoPane h1,
928
.wizardInfoPane p,
929
.tundra .dijitTooltipContainer h1 {
930
	margin: 4px 0 4px 0;
931
}
932
.dj_webkit .tundra .dijitTooltipContainer {
933
  -webkit-box-shadow: none!important;
934
}
935

    
936
.tundra .dojoxWizard {
937
-moz-border-radius:0;
938
background:none repeat scroll 0 0 transparent;
939
border:0px none;
940
padding:2px;
941
}
942

    
943
.dojoxGridNoChildren .dojoxGridExpando {
944
/*display: none;*/
945
}
946
.tundra .dojoxGridExpandoCell {
947
    height: 22px;
948
}
949
.tundra #dijit_layout_ContentPane_2,
950
.tundra #dijit_layout_ContentPane_1,
951
.tundra #wizards {
952
	display:block;
953
	clear:both;
954
}
955

    
956
.tundra .dijitButton {
957
    margin-left: 4px;
958
}
959
/*LOAD GRAPHS*/
960
/* FIXME: don't use a random dijit number to set these! 
961
   removed for now -- Jakob
962
*/
963
/* #dijit_layout_ContentPane_3 { */
964
/* 	/\*overflow-y:scroll;*\/ */
965
/* } */
966
/* #dijit_layout_ContentPane_4 { */
967
/* 	height:430px!important; */
968
/* } */
969
/* .dj_ie7 #dijit_layout_ContentPane_3, */
970
/* .dj_ie6 #dijit_layout_ContentPane_3 { */
971
/* 	overflow-x:hidden; */
972
/* } */
973
/* .dj_ie7 #dijit_layout_ContentPane_4, */
974
/* .dj_ie6 #dijit_layout_ContentPane_4 { */
975
/* 	height:auto!important; */
976
/* 	/\*overflow-y:scroll;*\/ */
977
/* 	overflow-x:hidden; */
978
/* } */
979

    
980
#memoryUsageChart,
981
#cpuUsageChart,
982
#diskUsageChart,
983
#networkActivityChart{
984
	noheight:auto;
985
}
986
/*HOME PAGE*/
987

    
988
/*CONTENT PANES SHOULD STAY IN SHAPE*/
989
#dijit_layout_ContentPane_0 {
990
		
991
}
992

    
993
#dijit_layout_ContentPane_1 {
994

    
995
}
996

    
997
#GetStartedButton {
998
	/*height:30%;	*/
999
	float:right;
1000
	font-size:120%;
1001
	margin-top:0;
1002
	padding-bottom:4px;
1003
}
1004
#GetStartedText {
1005
	height:70%;
1006
}
1007

    
1008
#homeServers{
1009
	height:65%;
1010
	overflow:auto;
1011
	padding:0;
1012
}
1013

    
1014
#homeServerVitals {
1015
	height:35%;
1016
	overflow:auto;
1017
	padding:6px 10px 0 10px;
1018
    width:100%!important;
1019
}
1020

    
1021
#homeTabs {
1022
/*    height:80vh; */
1023
}
1024
#homeTabs iframe {
1025
	max-width:500px!important;	
1026
}
1027
#homeTabs * {
1028
/*	max-width:520px!important;	*/
1029
}
1030
#homeTabs .dijitTabPaneWrapper {
1031
	border-right:1px solid #e3e3e3;	
1032
	background:#FFF;
1033
	padding-top:10px;
1034
}
1035
#home,
1036
#servers,
1037
#images,
1038
#networks, 
1039
#nodes {
1040
	width:960px!important;
1041
	position:relative;
1042
	margin:0 auto;
1043
}
1044

    
1045

    
1046
/*SERVERS INFO*/
1047
#ServersInfo {
1048
	padding: 6px;
1049
	clear:both;
1050
	/* width:96%;*/
1051
}
1052

    
1053
#ServersInfo h3 {
1054
	font-size:18px;
1055
	font-weight:normal;
1056
	nowidth:150px;
1057
    margin-right: 4px;
1058
	float:left;
1059
}
1060

    
1061
#consumption {
1062
	width:40%;
1063
	float:left;
1064
	font-size:11px;
1065
	color:#474747;
1066
	margin-top:4px;
1067
}
1068

    
1069
/*SERVER NOTES*/
1070
#vitalsHeader {
1071
	
1072
}
1073

    
1074
#vitalsHeader h3 {
1075
	font-size:18px;
1076
	font-weight:normal;
1077
	margin-top:0;
1078
}
1079

    
1080
#notes,
1081
#vitals {
1082
	font-size:13px;
1083
	line-height: 1.2em;
1084
}
1085
#vitals div {
1086
	margin-bottom:6px;
1087
}
1088

    
1089
/*PROBLEMGRID*/
1090

    
1091
/*
1092
#systemsGrid {
1093
	clear:both;
1094
	width:96%;
1095
	margin:0 10px!important;
1096
}
1097
*/
1098
.tundra #systemsGrid .dojoxGridRowTable .dojoxGridCellFocus div {
1099
	/*background-color:transparent;*/
1100
	/*background-color:#39B54A;*/
1101
	/*background:url(/stabile/static/gfx/selected.png) no-repeat 0 0;*/
1102
	/*width:16px;
1103
	height:16px;*/
1104
}
1105

    
1106
.tundra #systemsGrid,
1107
.tundra #wizards {
1108
	background:none #FFF;
1109
	margin:1px;
1110
}
1111
#systemsGrid div[aria-selected='true'] {
1112
	background-color:#ededed;	
1113
}
1114

    
1115
/*MODAL DIALOG*/
1116
.tundra .dijitDialogUnderlay {
1117
	opacity:0;
1118
}
1119

    
1120
.tundra .dijitDialog {
1121
background:none repeat scroll 0 0 #FFFFFF;
1122
/* border:3px solid #e3e3e3;*/
1123
padding:0;
1124
-moz-border-radius:6px;
1125
border-radius: 6px;
1126
-webkit-border-radius: 6px;
1127
border: 0 none;
1128
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1129
}
1130

    
1131
.dj_ie6 .tundra .dijitDialog {
1132
	width: 500px;
1133
}
1134

    
1135
.tundra .dijitDialogTitleBar {
1136
	-moz-border-radius:4px 4px 0 0;
1137
	border-radius: 4px 4px 0 0;
1138
	-webkit-border-radius: 4px 4px 0 0;
1139

    
1140
	background-color: #fff;
1141
    background-image: none;
1142
	padding:12px 8px 6px 12px;
1143
	line-height:30px;
1144
	font-size:18px;
1145
    border-bottom:1px solid #e5e5e5;
1146
}
1147
#createSystemDialog .dijitDialogTitleBar {
1148
    border-bottom:none !important;
1149
}
1150
#createSystemDialog .dijitDialogPaneContent {
1151
    overflow-x: hidden;
1152
}
1153
#createSystemDialog {
1154
    top: 50px !important;
1155
}
1156
.tundra .dijitDialogTitle {
1157
    font-weight: 400!important;
1158
}
1159

    
1160
.tundra .dijitDialogPaneContent {
1161
    background:none repeat scroll 0 0 #FFFFFF;
1162
    overflow:auto;
1163
    border-top:1px solid #FFF;
1164
    margin: 0;
1165
    padding: 0;
1166
    -moz-border-radius:0 0 4px 4px ;
1167
    border-radius: 0 0 4px 4px ;
1168
    -webkit-border-radius: 0 0 4px 4px ;
1169
    /*background:url(/stabile/static/gfx/tab_selected.png) repeat-x;*/
1170
}
1171

    
1172
.dj_ie6 .tundra .dijitDialogPaneContent {
1173
	padding:0;
1174
	background:none transparent;
1175
}
1176

    
1177
#packages {
1178
    width: 100%;
1179
    border-bottom:1px solid #e3e3e3;
1180
    font-size:90%;
1181
    color:#666666;
1182
    margin: 5px 0;
1183
    border-top: solid 1px #E8E8E8
1184
/*    height: 35vh;
1185
    min-height: 300px;
1186
    padding: 4px;
1187
    overflow: auto; */
1188
}
1189
#packagesContentPane, #statisticsContentPane {
1190
/*    height:100%; */
1191
}
1192
.systemTables {
1193
    width: 100%;
1194
    border-color:#ddd!important;
1195
}
1196
.systemTables tr th{
1197
    font-weight: normal;
1198
    text-align: center;
1199
    padding:4px;
1200
}
1201
.dijitSelectSelectedOption * {
1202
  font-weight: 300;
1203
}
1204
.dijitSelectMenu {
1205
    min-width:200px;
1206
}
1207
.systemTables tr td{
1208
    margin:0;
1209
    padding:4px;
1210
    border-top:1px solid #e3e3e3;
1211
}
1212

    
1213
/*FORM IN DIALOG*/
1214
#dialogForm tbody td {
1215
	padding:3px 0;
1216
}
1217
#dialogForm tbody td table{
1218
	margin:0;
1219
}
1220
#dialogForm tbody td table td {
1221
	padding:0 0 0 0;
1222
}
1223
.dialogFormTable td {
1224
/*    min-width:120px;*/
1225
}
1226
#dialogForm .dijitTextBox {
1227
    width:90%;
1228
}
1229
/*.tundra #dialogForm .dijitInputContainer input,
1230
.tundra #dialogForm .dijitTextBox {
1231
	margin:3px 0;
1232
}*/
1233

    
1234
/* Define clearable textbox */
1235

    
1236
.tundra .stabileClearBox {
1237
    padding-right: 25px;
1238
    position: relative;
1239
}
1240
.tundra .stabileClearBox a.stabileClear {
1241
    width: 12px;
1242
    height: 12px;
1243
    display: block;
1244
    overflow: hidden;
1245
    text-indent: -5000px;
1246
    position: absolute;
1247
    top: 8px;
1248
    right: 5px;
1249
    background: url(/stabile/static/img/closeButtonSprite.png) 0 0 no-repeat;
1250
    z-index: 2000;
1251
    cursor: pointer;
1252
}
1253
.tundra .stabileClearBox a.stabileClear:hover {
1254
    background-position:-12px 0;
1255
}
1256
.dj_ie .tundra .stabileClearBox a.stabileClear  {
1257
    top:2px;
1258
}
1259

    
1260

    
1261
/*SELECT BOXES BORDERS AND BACKGROUNDS*/
1262
input, textarea, select {
1263
border:1px solid #e3e3e3;
1264
}
1265
.tundra .dijitTextBox {
1266
background:none #FFFFFF;
1267
border:1px solid #e3e3e3;
1268
}
1269
.tundra .dijitComboBox {
1270
    border:0;
1271
}
1272

    
1273
.dj_webkit .dijitTextBoxDisabled input {
1274
color: inherit;
1275
}
1276

    
1277

    
1278

    
1279
/*BUTTONS UP*/
1280
/*GENEREL KNAPHED*/
1281
/*WE WANT TO BE AWESOME*/
1282
.tundra .dijitButtonText {
1283
	/*padding: 2px 6px 2px 6px;	*/
1284
	padding: 0 3px 0 3px;
1285
	
1286
}
1287

    
1288
.dijitButtonNode,
1289
.dijitButtonHover .dijitButtonNode,
1290
.dijitButtonFocused .dijitButtonNode
1291
{
1292
    border: none!important;
1293
    background: none!important;
1294
    border-width: 0!important;
1295
}
1296
.tundra .dijitButtonNode {
1297
	border-color:transparent;
1298
	border-style:solid;
1299
	border-width:1px;
1300
	background:none transparent;
1301
	padding:0.1em 0.2em 0.2em;
1302
}
1303
.tundra .dijitButton .dijitButtonNode,
1304
.tundra .dijitButtonDisabled .dijitButtonNode,
1305
.dijitButtonHover
1306
{
1307
/*    border: inherit !important;
1308
    background: inherit !important; */
1309
    color: inherit !important;
1310
}
1311

    
1312
.plupload_filelist_footer {
1313
    height: auto!important;
1314
}
1315

    
1316
.button,
1317
/*.plupload_button, */
1318
.dj_ie6 #dialogButtons .save_icon,
1319
#dialogButtons .save_icon, 
1320
.docs #search input.dijitButtonNode {
1321
  background-image:url(/stabile/static/img/alert-overlay.png);
1322
  background-repeat: repeat-x; 
1323
  display: inline-block; 
1324
  padding: 5px 10px 6px; 
1325
  color: #fff; 
1326
  text-decoration: none;
1327
  -moz-border-radius: 5px; 
1328
  -webkit-border-radius: 5px;
1329
  border-radius:5px;
1330
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
1331
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
1332
 	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
1333

    
1334
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
1335
  border-bottom: 1px solid rgba(0,0,0,0.25);
1336
  position: relative;
1337
  cursor: pointer;
1338
  background-color:#39B54A;
1339
   border:0px none;
1340
}
1341

    
1342
.dj_ie6 .docs #search input.dijitButtonNode,
1343
.dj_ie6 .tundra .dijitButton .dijitButtonNode {
1344
	background:#39B54A url(/stabile/static/img/alert-overlay.png) repeat-x/;
1345
}
1346

    
1347
.docs #search input.dijitButtonNode{
1348
	padding:2px 6px;
1349
}
1350

    
1351
.tundra .dijitButton .dijitButtonNode .dijitButtonContents{
1352
	border:0px none;
1353
	padding:0 0 0 0;	
1354
}
1355

    
1356
.cancelButton {
1357
	margin-left:4px!important;	
1358
}
1359
/*HOW ABOUT OTHER BUTTON COLOR OPTIONS?*/
1360
span.graybutton span,
1361
span.greybutton span {
1362
	background-color:#aaa!important;	
1363
}
1364
span.graybutton span *,
1365
span.greybutton span *  {
1366
	background-color:transparent!important;	
1367
}
1368

    
1369
/*TEXT COLOR IN SEARCH FIELD*/
1370
.dijitPlaceHolder {
1371
	color: #777;	
1372
}
1373

    
1374
/*DIALOGBUTTONS*/
1375
#dialogButtons {
1376
	clear:both;
1377
}
1378
#dialogButtons button {
1379
	/*float:right;	*/
1380
	position:relative;
1381
}
1382
#dialogButtons .save_icon {
1383
	width:auto;
1384
	background-position: 0 0;
1385
	display:block;
1386
	float: right;
1387
	margin: 0 4px 0px 6px;
1388
	padding:0;
1389
	height:22px;
1390
	opacity:1;
1391
	filter: alpha(opacity=100);
1392
	-moz-opacity: 1;*/
1393
}
1394

    
1395
.dj_ie6 #dialogButtons .save_icon {
1396
	float:none;
1397
}
1398

    
1399
#dialogButtons .save_icon:hover {
1400
	background:#39B54A url(/stabile/static/img/alert-overlay.png) repeat-x;
1401
	border-color:#84C187;*/
1402
}
1403
#dialogButtons .save_icon span{
1404
	display:inline;
1405
	margin:0;
1406
	padding:2px 6px;
1407
	vertical-align:super;
1408
}
1409

    
1410
/*
1411
.plupload_disabled, 
1412
a.plupload_disabled:hover{
1413
	background:#cdcdcd;
1414
	color:#ddd!important;
1415
}
1416
*/
1417
.tundra .dijitDisabled .dijitButtonText {
1418
	color:#ddd!important;
1419
}
1420

    
1421
/*
1422
.tundra .dijitSelectHover .dijitButtonNode {
1423
	border-color:#e3e3e3;
1424
	border-bottom-color:#e3e3e3;
1425
	border-right-color:#e3e3e3;
1426
	color:#4f4f4f;
1427
	background:url(/stabile/static/gfx/tab_selected.png) repeat-x;
1428
}
1429
*/
1430
.tundra .dijitTextBoxFocused,
1431
.tundra .dijitTextBoxFocused .dijitButtonNode {
1432
border-color:#e3e3e3;
1433
}
1434

    
1435
.tundra .dijitTextBox .dijitButtonNode {
1436
	border-color: #e3e3e3;
1437
}
1438
.tundra .dijitComboBox .dijitButtonNode {
1439
	border:0;
1440
}
1441

    
1442
.dj_ie6 .tundra .dijitTextBox .dijitButtonNode {
1443
	height:16px!important;
1444
}
1445

    
1446
.dijitToggleButton, .dijitButton,
1447
.dijitDropDownButton, .dijitComboButton {
1448
margin:0;
1449
}
1450

    
1451

    
1452
/*ARROWS*/
1453
/*.tundra .dijitDownArrowButton {
1454
	border-color:#e3e3e3;	
1455
	border-width:1px;
1456
	border-style:solid;
1457
}*/
1458
.tundra .dijitArrowButtonInner {
1459

    
1460
}
1461

    
1462
.tundra .dojoxGridMasterHeader .dojoxGridArrowButtonNode {
1463
	
1464
}
1465

    
1466
#systemsGrid .dojoxGridRowSelected {
1467
    background-color: transparent !important;
1468
    font-weight: bold;
1469
}
1470

    
1471
.tundra .dojoxGridRowSelected {
1472
    background-color: transparent !important;
1473
}
1474

    
1475
.tundra .dojoxGridArrowButtonNode {
1476
	display: block !important;
1477
	padding-left: 0px;
1478
	float: left;
1479
	/*background:url("/stabile/static/gfx/spriteArrows.png") no-repeat left center;*/
1480
	background:url("/stabile/static/gfx/spriteArrowLarge.png") no-repeat 0 0;
1481
	width: 16px;
1482
	height: 1em;
1483
	margin: 0px 2px 0px 0px;
1484
	cursor:pointer;
1485
}
1486
.dj_ie6 .tundra .dojoxGridArrowButtonNode {
1487
	/*background-image:url("/stabile/static/gfx/spriteArrows.png");*/
1488
	background-image:url("/stabile/static/gfx/spriteArrowLarge.png");
1489
	margin-left: 0px;
1490
}
1491
.tundra .dojoxGridSortUp .dojoxGridArrowButtonNode {
1492
	/*background-position: -21px;*/
1493
	background-position: -48px 0;
1494
}
1495

    
1496
/* ruins the height of the grid -- Jakob */
1497
.tundra .dojoxGridMasterSearch{
1498
  padding: 3px;
1499
  width:100%;
1500
}
1501

    
1502
.tundra .dojoxGridMasterSelectAll{
1503
  line-height:24px;
1504
}
1505

    
1506
.tundra .dojoxGridMasterInfo{
1507
  line-height:24px; /* makes room for action button icon */
1508
}
1509

    
1510
.tundra .dojoxGridMasterSearch .dijitInputField {
1511
    text-align:right;
1512
    padding:5px !important;
1513
}
1514

    
1515
.tundra .dojoxGridMasterHeader .dojoxGridHeader div.dojoxGridSortNode,
1516
.tundra .dojoxGridMasterHeader .dojoxGridHeader div.dojoxGridArrowButtonNode {
1517
	height:16px;
1518
	white-space:nowrap;
1519
	display:inline;
1520
}
1521
ADJUST MARGIN SO HELP-BUTTON STAYS VISIBLE
1522
.tundra .dojoxGridMasterHeader .dojoxGridHeader div.dojoxGridArrowButtonNode {
1523
	margin: 0 0 0 0;
1524
}
1525

    
1526
.tundra .dijitTextBox .dijitArrowButtonInner {
1527
	/*background-position: 0 -16px;*/
1528
}
1529

    
1530
.tundra .dijitSelect .dijitButtonNode  {
1531
	padding: 0 0 0 1px !important;
1532
	border:0px none;
1533
}
1534

    
1535
.tundra .dijitSelect .dijitButtonContents {
1536
	padding-top: -2px;
1537
	background:#fff none;
1538
}
1539

    
1540
#account .dijitButtonContents, #engines .dijitButtonContents {
1541
    background: transparent;
1542
    vertical-align: bottom;
1543
    text-transform: lowercase;
1544
    font-size: 13px;
1545
}
1546

    
1547
#engines .dijitButtonContents:hover {
1548
/*    background: none repeat scroll 0 0 #222222; */
1549
}
1550

    
1551
/*#top-function-container .dijitButtonNode  {
1552
    padding: 0 !important;
1553
}*/
1554

    
1555
#top-function-container .dijitSelect {
1556
    margin: 0;
1557
}
1558
#top-function-container .dijitSelectLabel {
1559
/*    margin-top: -6px;*/
1560
}
1561
#top-function-container .dijitButtonNode * {
1562
    vertical-align: top;
1563
}
1564
.dijitMenuPopup {
1565
    min-width:220px;
1566
}
1567
.tundra .dijitSelectHover .dijitButtonNode,
1568
.tundra .dijitSelectDisabled .dijitButtonNode,
1569
.tundra .dijitSelectActive .dijitButtonNode
1570
{
1571
    background:none!important;
1572
}
1573

    
1574
.dijitSelectHover#account .dijitSelectLabel,
1575
.dijitSelectHover#engines .dijitSelectLabel
1576
{
1577
/*    color: #FFFFFF;
1578
    border: none;*/
1579
}
1580

    
1581
.tundra .dijitSelect .dijitButtonNode .dijitArrowButtonInner {
1582
background:url("/stabile/static/gfx/arrowdown.png") no-repeat scroll left top transparent;
1583
height:16px;
1584
margin:3px 0 -1px -1px;
1585
width:16px;
1586
/*background: url("/stabile/static/gfx/toggle.png") no-repeat scroll right top rgba(0, 0, 0, 0);
1587
float: right;
1588
height: 16px;
1589
transition: border-color 0.2s ease 0s;
1590
width: 19px; */
1591

    
1592
}
1593
.tundra .dijitComboBoxHover .dijitDownArrowButton .dijitArrowButtonInner,
1594
.tundra .dijitTextBoxFocused .dijitDownArrowButton .dijitArrowButtonInner,
1595
.tundra .dijitSelectHover .dijitDownArrowButton .dijitArrowButtonInner,
1596
.tundra .dijitSelectActive .dijitDownArrowButton .dijitArrowButtonInner,
1597
.tundra .dijitSelectFocused .dijitDownArrowButton .dijitArrowButtonInner {
1598
	background:url("/stabile/static/gfx/arrowdown.png") no-repeat scroll 0 -16px transparent;
1599

    
1600
}
1601
/*
1602
.tundra .dijitSelectHover .dijitButtonNode .dijitArrowButtonInner {
1603
	background:url("/stabile/static/gfx/arrowdown.png") no-repeat scroll 0 -16px transparent;
1604
}
1605

    
1606
.tundra .dijitSelectActive .dijitButtonNode,
1607
.tundra .dijitSelectOpened .dijitButtonNode {
1608
	border-color:#DDD;
1609
	background:#fff none;
1610
}
1611
*/
1612

    
1613
/* buttonHover.png doesn't exist! Commenting out -- Jakob*/
1614
/* .tundra .dijitDownArrowButtonHover, */
1615
/* .tundra .dijitUpArrowButtonHover { */
1616
/* 	color:#243C5F; */
1617
/* 	background:#fcfdff url(/stabile/auth/tundra/images/buttonHover.png) repeat-x bottom; */
1618
/* } */
1619

    
1620
.tundra .dijitTextBox .dijitArrowButtonInner {
1621
	background:url("/stabile/static/gfx/arrowdown.png") no-repeat scroll left top transparent;
1622
	height:16px!important;
1623
	margin:0 0px;
1624
	width:16px;
1625
}
1626

    
1627
.tundra .dijitLeftArrowButton .dijitArrowButtonInner {
1628
	background-position: -7px center; /*????*/
1629
}
1630
.tundra .dijitRightArrowButton .dijitArrowButtonInner {
1631
	background-position: -14px center;/*????*/
1632
}
1633
.tundra .dijitUpArrowButton .dijitArrowButtonInner {
1634
background-position:0 -7px;/*????*/
1635
}
1636

    
1637
.dijitSpinner .dijitSpinnerButtonContainer .dijitUpArrowButton .dijitArrowButtonInner {
1638
	background:url("/stabile/static/gfx/arrowupdown.png") no-repeat scroll left top transparent;
1639
/* - kunne starte med .dijitTextBox i stedet */
1640
}
1641
.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButton {
1642
	border-top:0px!important;
1643
	padding-top:0px;
1644
}
1645
.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButton .dijitArrowButtonInner {
1646
	background:url("/stabile/static/gfx/arrowupdown.png") no-repeat scroll left -7px transparent;
1647
}
1648

    
1649

    
1650
/*HOVER ON UP-DOWN ARROWS*/
1651
.dijitSpinner .dijitSpinnerButtonContainer  .dijitUpArrowButtonActive .dijitArrowButtonInner,
1652
.dijitSpinner .dijitSpinnerButtonContainer  .dijitUpArrowButtonHover .dijitArrowButtonInner {
1653
	background-position: 0 -16px;
1654
}
1655
.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButtonActive .dijitArrowButtonInner,
1656
.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButtonHover .dijitArrowButtonInner {
1657
	background-position: 0 -23px;
1658
}
1659

    
1660
.tundra .dijitDisabled .dijitArrowButtonInner {
1661
	background-position: -28px center;
1662
}
1663
.tundra .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
1664
	background-position: -35px center;
1665
}
1666
.tundra .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
1667
	background-position: -42px center;
1668
}
1669
.tundra .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
1670
	background-position: -49px center;
1671
}
1672
.dj_webkit .tundra .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner {
1673
	margin-top: 0px;
1674
}
1675
.dj_ie .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
1676
	margin-top: -2px;
1677
}
1678
.dj_ie8 .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
1679
	margin-top: -1px;
1680
}
1681
.tundra .dijitSpinnerButtonContainer {
1682
	width: auto;
1683
	padding: 0;
1684
}
1685
.tundra .dijitSpinner .dijitArrowButton {
1686
	width: 16px;
1687
}
1688
.tundra .dijitSpinner .dijitSpinnerButtonInner {
1689
	width: 16px;
1690
}
1691
.tundra .dijitSpinner .dijitArrowButtonInner .dijitInputField {
1692
	padding: 0;
1693
	-moz-transform:scale(1.1);
1694
	-moz-transform-origin:top top;
1695
}
1696

    
1697
/*GOODBYE BACKGROUND-IMAGE IN IE6 BUTTONS*/
1698
.dj_ie6 .editDialogButtons .dijitButtonNode,
1699
.dj_ie6 #wizards .dijitButtonNode,
1700
.dj_ie6 #activity .dijitButtonNode,
1701
.dj_ie6 .dojoxWizardButtons .dijitButtonNode,
1702
.dj_ie6 .gridButtonContainer span.dijitButtonNode {
1703
	/*background-image: none;	OH WELL HELLO ANYWAY*/
1704
}
1705

    
1706

    
1707
/*DROPDOWNS*/
1708
.tundra .dijitMenu,
1709
.tundra .dijitMenuBar {
1710
background-color:#F7F7F7;
1711
border-top:1px solid #e3e3e3;
1712
border-left:1px solid #e3e3e3;
1713
border-right:1px solid #e3e3e3;
1714
margin:0;
1715
padding:0;
1716
}
1717

    
1718
#account_menu {
1719
    position: relative;
1720
    top: 3px !important;
1721
}
1722
#engines_menu {
1723
    position: relative;
1724
    top: 3px !important;
1725
}
1726

    
1727

    
1728
/*DIALOGBUTTONS*/
1729
#dialogButtons {
1730
	clear:both;
1731
	margin-bottom: 12px;
1732
}
1733
#dialogButtons button {
1734
	/*float:right;	*/
1735
	position:relative;
1736
}
1737
#dialogButtons .save_icon {
1738
	width:auto;
1739
	background-position: 0 0;
1740
	display:block;
1741
	-moz-border-radius: 6px;
1742
	border-radius: 6px ;
1743
	-webkit-border-radius: 6px ;
1744
	border-width:2px;
1745
	border-color: #e3e3e3;
1746
	background:#39B54A url(/stabile/static/img/alert-overlay.png) repeat-x;
1747
	margin: 0 4px 4px 0;
1748
	color:#FFF;
1749
	font-weight:bold;
1750
	padding:0;
1751
	height:22px;
1752
	opacity:1;
1753
	filter: alpha(opacity=100);
1754
	-moz-opacity: 1;}
1755

    
1756
.dj_ie6 #dialogButtons .save_icon {
1757
	background:#39B54A url(/stabile/static/img/alert-overlay.png) repeat-x;
1758
	float:none;
1759
}
1760

    
1761
#dialogButtons .save_icon:hover {
1762
	background:#2b8837 url(/stabile/static/img/alert-overlay.png) repeat-x;
1763
	border-color:#2b8837;
1764
}
1765
#dialogButtons .save_icon span{
1766
	display:inline;
1767
	margin:0;
1768
	padding:2px 6px;
1769
	vertical-align:super;
1770
}
1771

    
1772

    
1773

    
1774
/*BOXING*/
1775
.tundra .dijitBorderContainer {
1776
	background:inherit;
1777
}
1778

    
1779
.tundra .dijitSplitContainer-child,
1780
.tundra .dijitBorderContainer-child {
1781
/*border:1px solid #e3e3e3;*/
1782
    border: 0;
1783
}
1784

    
1785
.tundra .dijitAccordionTitle {
1786
	background:/*url("/stabile/static/gfx/tab.png")*/ none repeat-x scroll 0 0 #D4EDF1;
1787
	font-size:14px;
1788
	color:#656565;
1789
	text-transform: lowercase;
1790
	font-weight:bold;
1791
	height:24px!important;
1792
	line-height:24px;
1793
	margin:1px;
1794
	border-bottom:1px solid #FFF;
1795
}
1796

    
1797

    
1798
/*SHUT IT*/
1799
.tundra .dijitDialogCloseIcon {
1800
	background:none!important;
1801
	cursor:pointer;
1802
    right: 12px;
1803
    top: 8px;
1804
}
1805
.tundra .dijitDialog .closeText {
1806
    display: inline;
1807
    visibility: hidden;
1808
    color: #000;
1809
    float: right;
1810
    font-size: 21px;
1811
    font-weight: 700;
1812
    line-height: 1;
1813
    opacity: 0.2;
1814
    text-shadow: 0 1px 0 #fff;
1815
    font-family:helvetica!important;
1816
}
1817
.closeText:after {
1818
    content: '\00D7';
1819
/*    content: '×'; */
1820
    visibility: visible;
1821
    margin-left:-10px;
1822
}
1823
.tundra .dijitDialogCloseIconHover  {
1824
	background:none!important;
1825
}
1826

    
1827
/*THOSE ANNOYING DOTTED BORDERS*/
1828
* {
1829
	outline:0px none!important;
1830
}
1831

    
1832
/*OH YEAH FOCUS*/
1833
.tundra .dojoxGridCellFocus {
1834
	border:1px solid transparent!important;
1835
	border-color: transparent #CCCCCC #CCCCCC transparent!important;
1836
    border-style: dotted!important;
1837
    border-width: 0!important;
1838
}
1839

    
1840
/*GETTIN GRIDDY WITH IT*/
1841
.dojoxGridCell {
1842
    font-size:12px;
1843
}
1844

    
1845
/* Clarogrid defaults to geneva which does not work well in Chrome */
1846
.dojoxGrid {
1847
    font-family: Arial, Verdana, sans-serif
1848
}
1849

    
1850

    
1851
.tundra .dojoxGridCell {
1852
/*	border-color:transparent #ccc  #ccc transparent;
1853
	border-right:1px dotted  #ccc;
1854
	border-style:dotted;*/
1855
	border-width:0;
1856
}
1857

    
1858
.dj_ie6 .tundra .dojoxGridCell{
1859
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF!important;
1860
	border-style: dotted!important;
1861
}
1862

    
1863
.tundra .dojoxGridCellOver {
1864
	border-color:transparent #AAA  #AAA transparent;
1865
}
1866

    
1867
.tundra .dojoxGridRowOver .dojoxGridCell {
1868
/*    background-color: transparent !important;*/
1869
    background-color:#CCCCCC;
1870
}
1871

    
1872
.tundra div.dojoxGrid {
1873
	background-color: #FFF;
1874
/*    border-top:1px solid #e3e3e3; */
1875
/*    border-bottom:1px solid #e3e3e3; */
1876
}
1877

    
1878
.dojoxGrid{
1879
    /* the grid needs a height */
1880
    /* height:300px; */
1881
    font-size:20px;
1882
}
1883

    
1884
.tundra div.dojoxGrid div.dojoxGrid{
1885
	background-color: transparent;
1886
	border:0px none;
1887
}
1888

    
1889

    
1890
.gridContainer{
1891
    padding:0px;
1892
    margin:1px;
1893
    overflow:auto;
1894
}
1895

    
1896
.dj_ie6 .gridContainer {
1897
	width:auto;
1898
}
1899

    
1900
.border_container{
1901
/*    border: 1px solid #e3e3e3;
1902
    margin: 1px 0 0 0; */
1903
    padding:6px 8px;
1904
    overflow:hidden;
1905
    background:#FFF;
1906
}
1907

    
1908
.border_container_south{
1909
    position: absolute;
1910
    bottom: 90px;
1911
    right: 40px;
1912
/*    overflow:hidden;
1913
    padding:8px 6px;
1914
    background:#FFF;
1915
    text-align:right;
1916
    padding-right: 30px;
1917
    padding-left: 7px; */
1918
}
1919

    
1920
.float{
1921
	background-color:#3498db;
1922
	color:#FFF;
1923
	padding:8px;
1924
	border-radius:50px;
1925
	text-align:center;
1926
	box-shadow: 2px 2px 3px #999;
1927
}
1928

    
1929
.shadow{
1930
	box-shadow: 2px 2px 3px #999;
1931
}
1932

    
1933
.collapsing {
1934
    -webkit-transition: none;
1935
    transition: none;
1936
    display: none;
1937
}
1938

    
1939
.tundra .dojoxGridMasterHeader {
1940
	height:30px!important;
1941
	background:#F4f4f4;
1942
	border-bottom:1px solid #e3e3e3;
1943
}
1944
.tundra .dojoxGridHeader .dojoxGridCell,
1945
.tundra .dojoxGridMasterHeader .dojoxGridHeader .dojoxGridCell {
1946
	border:0px none;
1947
	border-right:1px dotted #e3e3e3;
1948
	background:transparent;
1949
	color:#656565!important;
1950

    
1951
}
1952

    
1953
.tundra .dojoxGridMasterHeader .dojoxGridHeader .dojoxGridRowTable,
1954
.tundra .dojoxGridMasterHeader .dojoxGridHeader,
1955
.tundra .dojoxGridMasterHeader .dojoxGridHeader div {
1956
	height:inherit;
1957
}
1958

    
1959

    
1960

    
1961
.tundra .dojoxGridHeader {
1962
	background-color:transparent;
1963
}
1964

    
1965
.dojoxGridHeader .dojoxGridCell {
1966
    height:inherit;
1967
}
1968
.tundra .dojoxGridRowTable {
1969
	border-width:0;
1970
	border-color:transparent;
1971
}
1972

    
1973
.tundra .dojoxGridRowTable th {
1974
}
1975

    
1976
.tundra .dojoxGridView{
1977
    left:1px!important;
1978
}
1979
.tundra .dojoxGridContent div.dojoxScrollbox,
1980
.tundra .dojoxGridContent div.dojoxGridRow {
1981
	overflow-x:hidden;
1982
}
1983
.tundra .dojoxGridContent {
1984
    height: 100%!important;
1985
    overflow-y:auto;
1986
}
1987
.tundra .dojoxGridRowOdd {
1988
    background-color: white;
1989
}
1990
.tundra .dojoxGridRow {
1991
    border-bottom: 1px solid #DDD;
1992
}
1993

    
1994
.tundra .dojoxGridRowbarInner {
1995
	border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
1996
	border-style:none none solid;
1997
	border-width:medium medium 1px;
1998
}
1999

    
2000

    
2001
.tundra .dojoxGridScrollbox {
2002
	background-color: #FFF;
2003
	overflow-x:hidden;
2004
}
2005
.tundra .dojoxGridMasterView .dojoxGridRowbar {
2006

    
2007
	width:0px;
2008
	overflow:hidden;
2009
}
2010
.tundra .dojoxGridMasterView .dojoxGridRowbar * {
2011

    
2012
}
2013
.tundra .dojoxGridRowbarInner
2014
.tundra .dojoxGridMasterView .dojoxGridRowbarInner {
2015
border-width:0 0 0 0;
2016
}
2017

    
2018
.tundra .dojoxGridRowbar {
2019
background:transparent;
2020
border-style:none none none none;
2021
border-width:0 0 0 0;
2022
padding:0;
2023
}
2024

    
2025
/***********    ICONIC   ***********/
2026
.dijitTabButtonIcon {
2027
	display:none;
2028
	visibility:hidden;
2029
}
2030

    
2031
.plain_button {
2032
    border: none;
2033
    background-repeat:no-repeat;
2034
    background-position:center;
2035
    height:20px;
2036
    margin-right:2px;
2037
    width:20px;
2038
    vertical-align:middle;
2039
}
2040
.plain_button span{
2041
    display:none;
2042
}
2043

    
2044
.action_button {
2045
	background-color:#efefef;
2046
	background-repeat:no-repeat;
2047
	border:1px solid #e3e3e3;
2048
	cursor:pointer;
2049
	height:20px;
2050
	margin-right:4px;
2051
	width:20px;
2052
	background-position: 50% 50%;
2053
	-moz-border-radius: 2px;
2054
	border-radius: 2px ;
2055
	-webkit-border-radius: 2px ;
2056
	curser: hand;
2057
    vertical-align: middle;
2058
}
2059
.action_button span{
2060
    display:none;
2061
}
2062

    
2063

    
2064
action buttons in grids
2065
.status_indicator{
2066
background-color:#FFF;
2067
padding:0;
2068
margin:0;
2069
border:0;
2070
/* text-indent:-9999px; */ /* IE / dojo grid error when doing this */
2071
width:16px;
2072
height:16px;
2073
}
2074

    
2075
.action_button:hover {
2076
	opacity: 1;
2077
	-moz-opacity:1;
2078
	filter: alpha(opacity=100);
2079
	background-color:#FFFFFF;
2080
}
2081

    
2082
.tundra .dijitValidationIcon {
2083
background:url("/stabile/static/gfx/warning.png") no-repeat scroll center center transparent;
2084
width:16px;
2085
}
2086

    
2087
.start_icon, .resume_icon, .start_tunnel_icon {
2088
background-image:url(/stabile/static/img/icons/control.png);
2089
}
2090
.download_icon{
2091
background-image:url(/stabile/static/img/icons/disk-black.png);
2092
}
2093
.browse_icon{
2094
background-image:url(/stabile/static/img/icons/folder-tree.png);
2095
}
2096
.destroy_icon{
2097
background-image:url(/stabile/static/img/icons/plug-disconnect.png);
2098
}
2099
.suspend_icon {
2100
background-image:url(/stabile/static/img/icons/control-pause.png);
2101
}
2102
.sleep_icon{
2103
background-image:url(/stabile/static/img/icons/control-pause.png);
2104
}
2105
.wake_icon{
2106
background-image:url(/stabile/static/img/icons/control.png);
2107
}
2108
.maintenance_icon{
2109
background-image:url(/stabile/static/img/icons/screwdriver--plus.png);
2110
}
2111
.reset_icon{
2112
background-image:url(/stabile/static/img/icons/hammer--exclamation.png);
2113
}
2114
.carryon_icon{
2115
background-image:url(/stabile/static/img/icons/screwdriver--minus.png);
2116
}
2117
.evacuate_icon{
2118
    background-image:url(/stabile/static/img/icons/fire--exclamation.png);
2119
}
2120
.reload_icon{
2121
background-image:url(/stabile/static/img/icons/arrow-circle.png);
2122
}
2123
.refresh_icon{
2124
background-image:url(/stabile/static/img/icons/arrow-repeat.png);
2125
}
2126
.reboot_icon{
2127
background-image:url(/stabile/static/img/icons/arrow-circle-double.png);
2128
}
2129
.unjoin_icon {
2130
background-image:url(/stabile/static/img/icons/node-delete.png);
2131
}
2132
.shutdown_icon, .stop_tunnel_icon {
2133
background-image:url(/stabile/static/img/icons/control-power.png);
2134
}
2135
.delete_icon, .deleteentirely_icon, .removesystem_icon {
2136
background-image:url(/stabile/static/img/icons/cross-script.png);
2137
}
2138
.no-clone_icon{
2139
background-image:url(/stabile/static/img/icons/documents-text.png);
2140
}
2141
.clone_icon{
2142
background-image:url(/stabile/static/img/icons/images.png);
2143
}
2144
.convert_icon{
2145
background-image:url(/stabile/static/img/icons/image-export.png);
2146
}
2147
.inject_icon{
2148
background-image:url(/stabile/static/img/icons/bandaid--plus.png);
2149
}
2150
.save_icon{
2151
background-image:url(/stabile/static/img/icons/disk-black.png);
2152
}
2153
.snapshot_icon{
2154
background-image:url(/stabile/static/img/icons/camera--plus.png);
2155
}
2156
.unsnap_icon{
2157
background-image:url(/stabile/static/img/icons/camera--minus.png);
2158
}
2159
.revert_icon{
2160
background-image:url(/stabile/static/img/icons/arrow-return-180-left.png);
2161
}
2162
.master_icon{
2163
background-image:url(/stabile/static/img/icons/image--plus.png);
2164
}
2165
.backup_icon{
2166
background-image:url(/stabile/static/img/icons/umbrella--plus.png);
2167
}
2168
.rebase_icon{
2169
    background-image:url(/stabile/static/img/icons/anchor.png);
2170
}
2171
.unmaster_icon{
2172
background-image:url(/stabile/static/img/icons/image--minus.png);
2173
}
2174
.activate_icon{
2175
background-image:url(/stabile/static/img/icons/network-status.png);
2176
}
2177
.stop_icon{
2178
background-image:url(/stabile/static/img/icons/network-status-busy.png);
2179
}
2180
.deactivate_icon{
2181
background-image:url(/stabile/static/img/icons/network-status-away.png);
2182
}
2183
.system_icon{
2184
    background-image:url(/stabile/static/img/icons/servers.png);
2185
}
2186
.delete_system_icon{
2187
    background-image:url(/stabile/static/img/icons/server--minus.png);
2188
}
2189
.terminal_icon, .console_icon{
2190
    background-image:url(/stabile/static/img/icons/application-terminal.png);
2191
}
2192
.sol_icon {
2193
    background-image:url(/stabile/static/img/icons/system-monitor.png);
2194
}
2195
.start_html5_vnc_viewer_icon,.start_viewer_icon{
2196
background-image:url(/stabile/static/img/icons/application-terminal.png);
2197
}
2198
.stop_viewer_icon{
2199
background-image:url(/stabile/static/img/icons/application-terminal-close.png);
2200
}
2201
.show_stats_icon{
2202
background-image:url(/stabile/static/img/icons/application-monitor.png);
2203
}
2204
.enable_icon{
2205
    background-image:url(/stabile/static/img/icons/status.png);
2206
}
2207
.fail_icon{
2208
    background-image:url(/stabile/static/img/icons/status-busy.png);
2209
}
2210
.acknowledge_icon{
2211
    background-image:url(/stabile/static/img/icons/tick-red.png);
2212
}
2213
.disable2_icon{
2214
    background-image:url(/stabile/static/img/icons/status-offline.png);
2215
}
2216
.disable_icon{
2217
    background-image:url(/stabile/static/img/icons/status-away.png);
2218
}
2219
.resetpassword_icon{
2220
    background-image:url(/stabile/static/img/icons/mail--arrow.png);
2221
}
2222

    
2223

    
2224
.greyInfoIcon{
2225
    background:url("/stabile/static/gfx/question-grey.png") center right no-repeat;
2226
    padding:0 14px 0 0;
2227
    white-space:nowrap;
2228
}
2229

    
2230
/*TOOLTIP - NEEDS WORK*/
2231
.tooltip .dijitButtonNode {
2232
    background:none;
2233
    padding:0;
2234
    margin:1px 2px 2px 2px;
2235
    border:none;
2236
    height:auto;
2237
    width:16px;
2238
}
2239

    
2240
.tooltip .dijitButtonText,
2241
.helpTooltip .dijitArrowButtonInner{
2242
    display: none;
2243
}
2244
.tooltipIconSmall,
2245
.tooltipIcon{
2246
    background:url("/stabile/static/gfx/question-blue.png") no-repeat 0 0 transparent;
2247
    height:16px;
2248
    width:16px;
2249
    vertical-align:top;
2250
}
2251
.tooltipHover .tooltipIconSmall,
2252
.tooltipHover .tooltipIcon{
2253
    background:url("/stabile/static/gfx/question-blue.png") no-repeat 0 -16px transparent;
2254
}
2255

    
2256
.tundra .dijitTooltipContainer {
2257
	background: #ffffff none;
2258
	border: 1px solid #e3e3e3;
2259
	padding: 0;
2260
/*	-webkit-border-radius: 3px;
2261
	-moz-border-radius: 3px;
2262
	border-radius: 3px;*/
2263
}
2264
.tundra .dijitTooltipContents {
2265
	border:1px solid #fff;
2266
	padding:8px;
2267
}
2268

    
2269

    
2270

    
2271

    
2272

    
2273
.tundra .dijitTooltipConnector {
2274
	border:0px;
2275
	z-index: 8;
2276
}
2277
.tundra .dijitTooltipABRight .dijitTooltipConnector {
2278
	left: auto !important;
2279
	right: 3px;
2280
}
2281
.tundra .dijitTooltipBelow .dijitTooltipConnector {
2282
	top: 2px;
2283
	left: 3px;
2284
	background:url(/stabile/static/gfx/tooltipConnectorUp.png) no-repeat top left;
2285
	width:16px;
2286
	height:14px;
2287
}
2288
.dj_ie .tundra .dijitTooltipBelow .dijitTooltipConnector {
2289
	background-image: url(/stabile/static/gfx/tooltipConnectorUp.png);
2290
}
2291
.tundra .dijitTooltipAbove .dijitTooltipConnector {
2292
	bottom: 3px;
2293
	left: 3px;
2294
	background:url(/stabile/static/gfx/tooltipConnectorDown.png) no-repeat top left;
2295
	width:16px;
2296
	height:14px;
2297
}
2298
.dj_ie .tundra .dijitTooltipAbove .dijitTooltipConnector {
2299
	background-image: url(/stabile/static/gfx/tooltipConnectorDown.png);
2300
}
2301
.dj_ie6 .tundra .dijitTooltipAbove .dijitTooltipConnector {
2302
	bottom: -3px;
2303
}
2304
.tundra .dijitTooltipLeft {
2305
	padding-right: 14px;
2306
}
2307
.dj_ie6 .tundra .dijitTooltipLeft {
2308
	padding-left: 15px;
2309
}
2310
.tundra .dijitTooltipLeft .dijitTooltipConnector {
2311
	right: 2px;
2312
	bottom: 3px;
2313
	background:url(/stabile/static/gfx/tooltipConnectorRight.png) no-repeat top left;
2314
	width:16px;
2315
	height:14px;
2316
}
2317
.dj_ie .tundra .dijitTooltipLeft .dijitTooltipConnector {
2318
	background-image: url(/stabile/static/gfx/tooltipConnectorRight.png);
2319
}
2320
.tundra .dijitTooltipRight {
2321
	padding-left: 14px;
2322
}
2323
.tundra .dijitTooltipRight .dijitTooltipConnector {
2324
	left: 3px;
2325
	bottom: 3px;
2326
	background:url(/stabile/static/gfx/tooltipConnectorLeft.png) no-repeat top left;
2327
	width:16px;
2328
	height:14px;
2329
}
2330
.dj_ie .tundra .dijitTooltipRight .dijitTooltipConnector {
2331
	background-image: url(/stabile/static/gfx/tooltipConnectorLeft.png);
2332
}
2333
 .tundra .dijitTooltipContainer,
2334
.dj_webkit .tundra .dijitTooltipContainer {
2335
/*	-webkit-box-shadow: 0px 5px 10px #474747;
2336
	-moz-box-shadow: 0px 5px 10px #474747;
2337
	box-shadow: 0px 5px 10px #474747; */
2338
	border:2px solid #e3e3e3;
2339
/*	-webkit-border-radius: 3px;
2340
	-moz-border-radius: 3px;*/
2341
	border-radius: 3px;
2342
}
2343

    
2344
/*ANTIQUE BROWSERS ARE SO LAST DECADE*/
2345
.dj_ie6 body.tundra *{
2346
/*SMTH BAD*/
2347
}
2348

    
2349
/*SEARCH FOR IMAGES*/
2350
#searchValueTextBox {
2351
	padding:3px;
2352
}
2353

    
2354

    
2355
/** Search Page */
2356

    
2357
.docs #formbutton,
2358
.docs input[type="submit"],
2359
.docs input[type="button"] {
2360
	border:1px solid red;
2361
}
2362

    
2363
// Set up the color and transition time
2364
input[type=button] {
2365
    background-color: #0000aa;
2366
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
2367
}
2368

    
2369
// This is for the click action:
2370
input[type=button]:active {
2371
    background-color: #000099;
2372
    -webkit-transform: rotate(360deg);
2373
}
2374

    
2375
// Set up the color and transition time
2376
input[type=submit] {
2377
    background-color: #0000aa;
2378
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
2379
}
2380

    
2381
// This is for the click action:
2382
input[type=submit]:active {
2383
    background-color: #000099;
2384
    -webkit-transform: rotate(360deg);
2385
}
2386

    
2387

    
2388
#formbutton {
2389
	font-size:2em;
2390
	border:1px solid #112233!important;
2391
}
2392
form div #formbutton,
2393
input[type="button"] {
2394
	border:1px none;
2395
	background:transparent;
2396
	color:#FFF;
2397
}
2398
#search form input{
2399
    padding:0;
2400
    vertical-align:middle;
2401
    padding: 2px 4px 2px 4px;
2402
}
2403
#search form p{
2404
    margin-top:10px;
2405
}
2406
#search li{
2407
    margin-bottom: 10px;
2408
}
2409
#search ul{
2410
    list-style-type: none;
2411
    padding: 0;
2412
    margin: 0;
2413
}
2414

    
2415
#search p{
2416
    margin: 0;
2417
}
2418

    
2419

    
2420
#search h3{
2421
    font-size: 14px;
2422
}
2423

    
2424
#nav{
2425
    margin-left: auto;
2426
    margin-right: auto;
2427
    text-align: center;
2428
    width: 100%;
2429
}
2430
#nav li{
2431
    display: inline;
2432
    margin: 0 2px 0 2px;
2433
    font-size: 14px;
2434
}
2435

    
2436
/*TOASTER*/
2437
.toast {
2438
    opacity: 0.9 !important;
2439
}
2440
.tundra #toaster {
2441
	top:1px !important;
2442
    box-shadow: 0px 1px 4px #474747 !important;
2443
    -moz-box-shadow: 0px 1px 4px #474747 !important;
2444
    -webkit-box-shadow:0px 1px 4px #474747 !important;
2445
}
2446
.tundra .dijitToasterContainer {
2447
}
2448
.tundra .dijitToasterContent {
2449
    border-radius: 4px;
2450
    padding: 0.25em 0.5em 0.5em 0.7em;
2451
    margin:0;
2452
}
2453
.tundra .dijitToasterMessage {
2454
    color:#475E7E;
2455
}
2456
.tundra .dijitToasterError {
2457
    display:none;
2458
}
2459
.tundra .dijitToasterContent hr {
2460
    border-color: #64ba13;
2461
    width:100%;
2462
    margin: 4px 0 4px 0;
2463
}
2464
/* /\*PLUPLOAD*\/ */
2465

    
2466
.dj_ie6 .tundra #uploadDialog .dijitDialogPaneContent {
2467
	padding:10px;
2468
}
2469
.dj_ie6 .tundra #uploadDialog {
2470
	width:472px!important;
2471
}
2472
.dj_ie7 #uploadDialog .dijitDialogTitleBar{
2473
	min-width: 462px;
2474
}
2475

    
2476
/*.uploadButton {
2477
	float:left;	
2478
	margin-right:6px;
2479
}*/
2480

    
2481
.uploadRefresh span {
2482
	display:inline;	
2483
}
2484

    
2485
.ui-progressbar .ui-progressbar-value {
2486
    height: 12px!important;
2487
}
2488

    
2489
/*PLUPLOAD PROGRESS IN IMAGE TAB*/
2490
.border_container_south .plupload_progress {
2491
	margin:4px;
2492
}
2493
.gridButtonContainer .plupload_progress {
2494
	width:220px;
2495
	margin:2px 10px;
2496
	
2497
}
2498
.dj_ie7 .gridButtonContainer .plupload_progress,
2499
.dj_ie6 .gridButtonContainer .plupload_progress {
2500
	position:absolute;
2501
	float:left;
2502
	margin-top:0;
2503
}
2504

    
2505
.gridButtonContainer .plupload_progress_container {
2506
	border:2px solid #e3e3e3;
2507
	width:200px;
2508
	-moz-border-radius: 4px;
2509
	-webkit-border-radius:  4px;
2510
	border-radius:  4px;
2511
	position:absolute;
2512
	top:6px;
2513
	left:110px;
2514
	margin-left:10px;
2515
}
2516
.dj_ie7 .gridButtonContainer .plupload_progress_container,
2517
.dj_ie6 .gridButtonContainer .plupload_progress_container {
2518
	left:0px;
2519
	margin-top: -4px;
2520
}
2521
.gridButtonContainer .plupload_progress_bar {
2522
	height:16px;
2523
	background: url("/stabile/static/gfx/progress_large.png") repeat-x scroll 0 0 #39B54A;
2524
}
2525

    
2526
/* /\* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack *\/ */
2527

    
2528
.clearfix:after {
2529
	clear: both;
2530
	content: ' ';
2531
	display: block;
2532
	font-size: 0;
2533
	line-height: 0;
2534
	visibility: hidden;
2535
	width: 0;
2536
	height: 0;
2537
}
2538

    
2539
* html .clearfix {
2540
	height: 1%;
2541
}
2542

    
2543
.chart h2{
2544
  /*background-color:#D4EDF1;*/
2545
  text-align:center;
2546
  color:#656565;
2547
  margin:0;
2548
  width:100%;
2549
  font-size: 90%;
2550
  display: inline;
2551
}
2552

    
2553
.dojoxLegendNode {
2554
      border: 1px solid #CCC;
2555
      margin:0;
2556
      padding:0;
2557
}
2558
#dojox_charting_widget_Legend_0 {
2559
    position: absolute;
2560
    top: 198px;
2561
    left: 20px;
2562
}
2563
#dojox_charting_widget_Legend_1 {
2564
    position: absolute;
2565
    top: 339px;
2566
    left: 20px;
2567
}
2568
.legendNodeWrapper{
2569
      nobackground-color: #FBFBFB;
2570
      margin: 0;
2571
      padding: 0;
2572
}
2573
.dijitRuleContainer {
2574
  margin-top: 5px;
2575
  margin-bottom: 0;
2576
}
2577

    
2578
.searchQueryInput {
2579
  padding:5px;
2580
 }
2581

    
2582
span.dijitContentPaneLoading {
2583
	display:block;
2584
	position:relative;
2585
	width:200px;
2586
	text-align:center;
2587
	margin:0 auto;
2588
}
2589
.tundra .dijitIconLoading {
2590
}
2591

    
2592
.tundra .dojoxGridLoading {
2593
}
2594

    
2595
.plupload_progress::before {
2596
    content: "\e025";
2597
    position: absolute;
2598
    left: -20px;
2599
    font-family: 'Glyphicons Halflings';
2600
    font-style: normal;
2601
    font-weight: 400;
2602
    line-height: 1;
2603
    -moz-osx-font-smoothing: grayscale;
2604
}
2605

    
2606
.missingbackups::before {
2607
    content: " ";
2608
    background-image: url("../img/icons/umbrella.png");
2609
    background-repeat: no-repeat;
2610
    display: inline-block;
2611
    height: 16px;
2612
    line-height: 16px;
2613
    vertical-align: text-bottom;
2614
    width: 22px;
2615
}
(4-4/14)