igv-rails 1.0.9.1 → 1.0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1698 +1,1310 @@
1
- #color-by-tag {
2
- color: #444;
3
- }
4
-
5
- #color-by-tag:hover,
6
- #color-by-tag:focus,
7
- #color-by-tag:active {
8
-
1
+ .igv-navbar {
2
+ position: relative;
3
+ top: 0;
4
+ left: 0;
5
+ height: 30px;
6
+ padding-top: 2px;
7
+ padding-bottom: 2px;
8
+ padding-left: 4px;
9
+ padding-right: 4px;
10
+ border-style: solid;
11
+ border-radius: 3px;
12
+ border-width: thin;
13
+ border-color: #bfbfbf;
14
+ background-color: #f3f3f3; }
15
+ .igv-navbar i {
9
16
  cursor: pointer;
17
+ color: #666666; }
18
+ .igv-navbar i:hover,
19
+ .igv-navbar i:focus,
20
+ .igv-navbar i:active {
21
+ color: #434343; }
10
22
 
11
- padding-left: 2px;
12
- padding-right: 2px;
13
-
14
- color: #ffffff;
23
+ .igv-logo {
24
+ float: left;
25
+ margin-left: 4px;
26
+ margin-right: 8px;
27
+ position: relative;
28
+ top: 4px;
29
+ left: 0;
30
+ width: 34px;
31
+ height: 16px;
32
+ background: url(img/igv-logo.svg);
33
+ background-size: 34px 16px;
34
+ background-repeat: no-repeat;
35
+ background-position: 0 0; }
15
36
 
16
- border-color: #444;
17
- border-radius: 2px;
37
+ .igv-logo-nonav {
38
+ margin-left: 4px;
39
+ margin-top: 12px;
40
+ position: absolute;
41
+ top: 0;
42
+ left: 0;
43
+ width: 34px;
44
+ height: 16px;
45
+ background: url(img/igv-logo.svg);
46
+ background-size: 34px 16px;
47
+ background-repeat: no-repeat;
48
+ background-position: 0 0; }
49
+
50
+ .igv-search-container {
51
+ position: relative;
52
+ top: 0;
53
+ width: 260px;
54
+ float: left; }
55
+ .igv-search-container input {
56
+ position: relative;
57
+ height: 20px;
58
+ width: 80%;
59
+ padding-left: 8px;
60
+ outline: none;
18
61
  border-style: solid;
62
+ border-radius: 3px;
19
63
  border-width: thin;
64
+ border-color: #bfbfbf;
65
+ font-family: "Open Sans", sans-serif;
66
+ font-size: small;
67
+ font-weight: 400;
68
+ color: #444;
69
+ background-color: white; }
70
+ .igv-search-container i {
71
+ font-size: 18px;
72
+ padding-left: 6px; }
73
+
74
+ .igv-search-results {
75
+ position: absolute;
76
+ top: 32px;
77
+ left: 2px;
78
+ height: 320px;
79
+ width: 213px;
80
+ background-color: white;
81
+ border-color: #7F7F7F;
82
+ border-style: solid;
83
+ border-width: thin;
84
+ overflow-x: hidden;
85
+ overflow-y: auto;
86
+ z-index: 9999; }
87
+ .igv-search-results tr {
88
+ font-family: "Open Sans", sans-serif;
89
+ font-size: small;
90
+ font-weight: 400;
91
+ color: #444; }
92
+ .igv-search-results tr:hover,
93
+ .igv-search-results tr:focus,
94
+ .igv-search-results tr:active {
95
+ cursor: pointer;
96
+ font-weight: 700;
97
+ color: #141414; }
98
+
99
+ .igv-nav-bar-toggle-button {
100
+ cursor: pointer;
101
+ position: relative;
102
+ height: 20px;
103
+ min-width: 110px;
104
+ text-transform: capitalize;
105
+ float: right;
106
+ margin-top: 2px;
107
+ margin-right: 5px;
108
+ padding-left: 8px;
109
+ padding-right: 8px;
110
+ padding-top: 2px;
111
+ padding-bottom: 2px;
112
+ font-family: "Open Sans", sans-serif;
113
+ font-size: 12px;
114
+ font-weight: 200;
115
+ text-align: center;
116
+ vertical-align: middle;
117
+ border-style: solid;
118
+ border-width: thin;
119
+ border-radius: 10px; }
120
+
121
+ .igv-nav-bar-toggle-button-on {
122
+ color: #737373;
123
+ border-color: #737373;
124
+ background-color: #f3f3f3; }
125
+
126
+ .igv-nav-bar-toggle-button-off {
127
+ color: white;
128
+ border-color: #737373;
129
+ background-color: #737373; }
130
+
131
+ .igv-zoom-widget {
132
+ position: relative;
133
+ float: right;
134
+ margin-left: 40px; }
135
+ .igv-zoom-widget i {
136
+ font-size: 24px; }
137
+ .igv-zoom-widget i:first-child {
138
+ padding-right: 4px; }
20
139
 
21
- background-color: #7f7f7f;
140
+ .igv-karyo-div {
141
+ position: relative;
142
+ left: 0;
143
+ top: 0;
144
+ height: 200px; }
22
145
 
23
- }
146
+ .igv-karyo-hide {
147
+ height: 0;
148
+ overflow: hidden; }
24
149
 
25
- .igv-dialog-label-centered {
26
- text-align: center;
27
- }
150
+ .igv-karyo-content-div {
151
+ left: 0;
152
+ top: 0;
153
+ width: 100%;
154
+ height: 100%; }
28
155
 
29
- /* prevent unwanted translucent blue overlay when user selects anywhere in ENCODE table */
30
- div[id="igvEncodeModal"] {
31
- -webkit-user-select: none;
32
- -khtml-user-select: none;
33
- -moz-user-select: none;
34
- -o-user-select: none;
35
- user-select: none;
36
- }
156
+ .igv-karyo-canvas {
157
+ left: 0;
158
+ top: 0;
159
+ width: 100%;
160
+ height: 100%; }
161
+
162
+ .igv-ideogram-left-shim {
163
+ position: relative;
164
+ float: left;
165
+ height: 14px;
166
+ margin-top: 2px;
167
+ margin-bottom: 2px;
168
+ width: 50px; }
37
169
 
38
- [class*='igv-'], [class*='igv-']:after, [class*='igv-']:before {
39
- -webkit-box-sizing: border-box;
40
- -moz-box-sizing: border-box;
41
- box-sizing: border-box;
42
- }
170
+ .igv-ideogram-content-div {
171
+ position: relative;
172
+ float: left;
173
+ height: 14px;
174
+ margin-top: 2px;
175
+ margin-bottom: 2px;
176
+ background-color: white; }
177
+ .igv-ideogram-content-div canvas {
178
+ width: 100%;
179
+ height: 100%; }
43
180
 
44
- .igv-encode-spinner-container {
45
- /*width: 256px;*/
46
- /*margin: 0 auto 0 auto;*/
47
- }
181
+ .igv-ideogram-content-div-border-right {
182
+ border-right-color: white;
183
+ border-right-style: solid;
184
+ border-right-width: 4px; }
48
185
 
49
- .igv-grid-container-dialog {
186
+ .igv-ideogram-content-div-border-left {
187
+ border-left-color: white;
188
+ border-left-style: solid;
189
+ border-left-width: thin; }
50
190
 
51
- position: absolute;
52
- top: 0;
53
- left:0;
191
+ .igv-root-div {
192
+ position: relative;
193
+ left: 0;
194
+ right: 0;
195
+ height: auto;
196
+ margin-left: 10px;
197
+ margin-right: 10px;
198
+ padding-top: 4px; }
54
199
 
55
- /*width:256px;*/
56
- width:300px;
200
+ .igv-content-div {
201
+ position: relative;
202
+ width: 100%;
203
+ height: 100%; }
57
204
 
58
- border-color: rgb(127, 127, 127);
59
- border-radius: 4px;
60
- border-style: solid;
61
- border-width: thin;
205
+ .igv-track-container-div {
206
+ position: relative;
207
+ clear: both; }
62
208
 
63
- z-index: 1999;
209
+ .igv-track-div {
210
+ position: relative;
211
+ width: 100%;
212
+ overflow: hidden;
213
+ margin-bottom: 2px; }
214
+
215
+ .igv-viewport-container {
216
+ position: absolute;
217
+ left: 0;
218
+ right: 50px;
219
+ height: 100%;
220
+ /*overflow: hidden;*/
221
+ overflow-x: hidden;
222
+ overflow-y: hidden; }
223
+
224
+ .igv-viewport-container-shim {
225
+ left: 50px; }
64
226
 
65
- background-color: white;
66
- }
227
+ .igv-viewport-div {
228
+ float: left;
229
+ position: relative;
230
+ /*width: 100%;*/
231
+ height: 100%;
232
+ overflow-x: hidden;
233
+ overflow-y: hidden; }
234
+
235
+ .igv-viewport-content-div {
236
+ position: absolute;
237
+ width: 100%;
238
+ height: 100%; }
239
+ .igv-viewport-content-div .igv-whole-genome-container {
240
+ display: flex;
241
+ flex-flow: row;
242
+ flex-wrap: nowrap;
243
+ justify-content: space-between;
244
+ width: 100%;
245
+ height: 100%;
246
+ background-color: white; }
247
+ .igv-viewport-content-div .igv-whole-genome-container div {
248
+ font-family: "Open Sans", sans-serif;
249
+ font-size: 10px;
250
+ font-weight: 400;
251
+ color: #444;
252
+ height: 100%;
253
+ text-align: center;
254
+ border-right-color: #bfbfbf;
255
+ border-right-style: solid;
256
+ border-right-width: thin; }
257
+ .igv-viewport-content-div .igv-whole-genome-container div span {
258
+ display: block;
259
+ padding-top: 6px;
260
+ text-overflow: ellipsis; }
261
+ .igv-viewport-content-div .igv-whole-genome-container div:last-child {
262
+ border-right-color: transparent; }
263
+ .igv-viewport-content-div .igv-whole-genome-container div:hover,
264
+ .igv-viewport-content-div .igv-whole-genome-container div:focus,
265
+ .igv-viewport-content-div .igv-whole-genome-container div:active {
266
+ cursor: pointer;
267
+ background-color: #efefef; }
268
+ .igv-viewport-content-div canvas {
269
+ width: 100%;
270
+ height: 100%; }
271
+
272
+ .igv-viewport-div-border-right {
273
+ border-right-color: white;
274
+ border-right-style: solid;
275
+ border-right-width: 4px; }
276
+
277
+ .igv-viewport-div-border-left {
278
+ border-left-color: rgba(0, 0, 0, 0.25);
279
+ border-left-style: solid;
280
+ border-left-width: thin; }
281
+
282
+ .igv-viewport-fa-close {
283
+ position: absolute;
284
+ top: 4px;
285
+ right: 4px;
286
+ z-index: 1000; }
287
+
288
+ .igv-viewport-content-ruler-div {
289
+ position: absolute;
290
+ left: 50%;
291
+ top: 25%;
292
+ transform: translate(-50%, -25%);
293
+ font-family: "Open Sans", sans-serif;
294
+ font-size: 12px;
295
+ font-weight: 200;
296
+ text-align: center;
297
+ min-width: 16px;
298
+ z-index: 64;
299
+ color: #0066ff;
300
+ background-color: white;
301
+ padding: 1px; }
302
+
303
+ .igv-viewport-content-ruler-div:hover,
304
+ .igv-viewport-content-ruler-div:focus,
305
+ .igv-viewport-content-ruler-div:active {
306
+ cursor: pointer;
307
+ color: white;
308
+ background-color: #0066ff; }
309
+
310
+ .igv-viewport-ruler {
311
+ font-family: "Open Sans", sans-serif;
312
+ font-size: 10px;
313
+ font-weight: 200;
314
+ text-align: center; }
315
+
316
+ .igv-viewport-sequence {
317
+ font-family: "Open Sans", sans-serif;
318
+ font-size: 8px;
319
+ font-weight: 200;
320
+ text-align: center; }
321
+
322
+ .igv-viewport-spinner {
323
+ pointer-events: none;
324
+ position: absolute;
325
+ top: 50%;
326
+ left: 50%;
327
+ transform: translate(-50%, -50%);
328
+ z-index: 1024;
329
+ color: #737373; }
67
330
 
68
- .igv-grid-container-alert-dialog {
331
+ .igv-ruler-sweeper-div {
332
+ display: none;
333
+ pointer-events: none;
334
+ position: absolute;
335
+ top: 0;
336
+ left: 0;
337
+ width: 0;
338
+ height: 100%;
339
+ z-index: 99999;
340
+ background-color: rgba(68, 134, 247, 0.25); }
69
341
 
342
+ .igv-right-hand-gutter {
343
+ position: absolute;
344
+ right: 0;
345
+ width: 36px;
346
+ height: 100%;
347
+ background: white;
348
+ text-align: center; }
349
+ .igv-right-hand-gutter i {
70
350
  position: absolute;
71
- left: 0;
351
+ top: 0;
72
352
  right: 0;
73
- top: 45%;
74
-
75
- margin-left: auto;
76
- margin-right: auto;
77
- /*max-width: 740px;*/
78
- max-width: 300px;
79
-
80
- border-color: rgb(127, 127, 127);
81
- border-radius: 4px;
82
- border-style: solid;
83
- border-width: thin;
353
+ padding-right: 6px;
354
+ font-size: 20px;
355
+ cursor: pointer;
356
+ color: grey; }
357
+ .igv-right-hand-gutter i:hover,
358
+ .igv-right-hand-gutter i:focus,
359
+ .igv-right-hand-gutter i:active {
360
+ color: #333333; }
84
361
 
85
- z-index: 1999;
362
+ .igv-left-hand-gutter {
363
+ position: absolute;
364
+ left: 0;
365
+ width: 50px;
366
+ height: 100%; }
367
+ .igv-left-hand-gutter canvas {
368
+ position: absolute; }
86
369
 
87
- background-color: white;
88
- }
370
+ .igv-windowsizepanel-content-div {
371
+ position: relative;
372
+ height: 100%;
373
+ float: left;
374
+ padding-top: 6px;
375
+ text-align: center;
376
+ vertical-align: middle;
377
+ line-height: 100%;
378
+ font-family: "Open Sans", sans-serif;
379
+ font-size: 14px;
380
+ font-weight: 400;
381
+ color: #444; }
89
382
 
90
- .igv-grid-container-colorpicker {
383
+ .igv-track-menu-container {
384
+ background-color: white;
385
+ border-bottom-left-radius: 4px;
386
+ border-bottom-right-radius: 4px; }
387
+ .igv-track-menu-container div {
388
+ padding-left: 4px;
389
+ padding-right: 4px;
390
+ padding-top: 2px;
391
+ padding-bottom: 2px;
392
+ background-color: white; }
393
+ .igv-track-menu-container div i {
394
+ padding-right: 2px; }
395
+ .igv-track-menu-container div:hover,
396
+ .igv-track-menu-container div:focus,
397
+ .igv-track-menu-container div:active {
398
+ cursor: pointer;
399
+ background-color: #efefef; }
400
+ .igv-track-menu-container a {
401
+ color: inherit;
402
+ text-decoration: none; }
91
403
 
92
- position: absolute;
93
- top: 0;
94
- left:0;
404
+ .igv-track-menu-border-top {
405
+ border-top-color: #a2a2a2;
406
+ border-top-style: solid;
407
+ border-top-width: thin; }
95
408
 
96
- width:256px;
409
+ .igv-track-menu-category {
410
+ padding-left: 4px;
411
+ font-weight: 400; }
97
412
 
98
- border-color: rgb(127, 127, 127);
99
- border-radius: 4px;
100
- border-style: solid;
101
- border-width: thin;
413
+ .igv-track-drag-scrim {
414
+ position: absolute;
415
+ left: 0;
416
+ top: 0;
417
+ width: 100%;
418
+ height: 100%;
419
+ z-index: 256;
420
+ background-color: rgba(68, 134, 247, 0.25); }
102
421
 
103
- z-index: 1999;
422
+ .igv-track-manipulation-handle {
423
+ cursor: pointer;
424
+ position: absolute;
425
+ right: 36px;
426
+ width: 12px;
427
+ margin-left: 2px;
428
+ height: 100%;
429
+ box-sizing: border-box;
430
+ font-size: medium;
431
+ border-color: #c4c4c4;
432
+ border-style: solid;
433
+ border-width: thin;
434
+ border-top-right-radius: 6px;
435
+ border-bottom-right-radius: 6px;
436
+ z-index: 512;
437
+ background-color: #c4c4c4; }
104
438
 
105
- background-color: white;
106
- }
439
+ .igv-track-manipulation-handle:hover,
440
+ .igv-track-manipulation-handle:focus,
441
+ .igv-track-manipulation-handle:active {
442
+ border-color: #7e7e7e;
443
+ background-color: #7e7e7e; }
107
444
 
108
- .igv-grid-header {
445
+ .igv-track-label {
446
+ position: absolute;
447
+ left: 8px;
448
+ top: 4px;
449
+ width: auto;
450
+ height: auto;
451
+ max-width: 200px;
452
+ padding-left: 4px;
453
+ padding-right: 4px;
454
+ white-space: nowrap;
455
+ overflow: hidden;
456
+ text-overflow: ellipsis;
457
+ font-family: "Open Sans", sans-serif;
458
+ font-size: small;
459
+ font-weight: 400;
460
+ text-align: center;
461
+ user-select: none;
462
+ -moz-user-select: none;
463
+ -webkit-user-select: none;
464
+ border-color: #444;
465
+ border-radius: 2px;
466
+ border-style: solid;
467
+ border-width: thin;
468
+ background-color: white;
469
+ z-index: 128; }
109
470
 
110
- cursor: move;
471
+ .igv-track-label:hover,
472
+ .igv-track-label:focus,
473
+ .igv-track-label:active {
474
+ cursor: pointer;
475
+ font-weight: bold; }
111
476
 
112
- border-color: rgb(196, 196, 196);
113
- border-top-left-radius: 4px;
114
- border-top-right-radius: 4px;
477
+ .igv-scrollbar-outer-div {
478
+ position: absolute;
479
+ top: 0;
480
+ right: 0;
481
+ width: 14px;
482
+ height: 100%;
483
+ background-color: white; }
484
+ .igv-scrollbar-outer-div div {
485
+ position: absolute;
486
+ top: 0;
487
+ left: 3px;
488
+ width: 8px;
115
489
  border-style: solid;
116
490
  border-width: thin;
491
+ border-color: #c4c4c4;
492
+ border-top-left-radius: 4px;
493
+ border-top-right-radius: 4px;
494
+ border-bottom-left-radius: 4px;
495
+ border-bottom-right-radius: 4px;
496
+ background-color: white; }
497
+ .igv-scrollbar-outer-div div:hover,
498
+ .igv-scrollbar-outer-div div:focus,
499
+ .igv-scrollbar-outer-div div:active {
500
+ cursor: pointer;
501
+ background-color: #c4c4c4; }
117
502
 
503
+ .zoom-in-notice-container {
504
+ position: absolute;
505
+ top: 25%;
506
+ left: 50%; }
507
+ .zoom-in-notice-container div {
118
508
  position: relative;
119
- top: 0;
120
- left: 0;
121
-
122
- height: 24px;
509
+ left: -50%;
510
+ font-family: "Open Sans", sans-serif;
511
+ font-size: medium;
512
+ font-weight: 400;
513
+ color: #3f3f3f;
514
+ background-color: rgba(255, 255, 255, 0.51);
515
+ z-index: 64; }
123
516
 
124
- background-color: rgb(196, 196, 196);
125
- }
517
+ .igv-center-guide {
518
+ pointer-events: none;
519
+ position: absolute;
520
+ top: 0;
521
+ bottom: 0;
522
+ left: 50%;
523
+ width: 8px;
524
+ z-index: 8;
525
+ display: none;
526
+ user-select: none;
527
+ -moz-user-select: none;
528
+ -webkit-user-select: none;
529
+ border-left-style: dashed;
530
+ border-left-width: thin;
531
+ border-right-style: dashed;
532
+ border-right-width: thin; }
126
533
 
127
- .igv-grid-header-blurb {
534
+ .igv-center-guide-wide {
535
+ background-color: transparent;
536
+ border-left-color: rgba(127, 127, 127, 0.51);
537
+ border-right-color: rgba(127, 127, 127, 0.51); }
128
538
 
129
- margin-top: 4px;
130
- text-align: center;
131
- vertical-align: middle;
539
+ .igv-center-guide-thin {
540
+ left: 50%;
541
+ width: 1px;
542
+ background-color: transparent;
543
+ border-left-color: rgba(127, 127, 127, 0.51);
544
+ border-right-color: transparent;
545
+ /*background-color: rgba(127, 127, 127, 0.51);*/
546
+ /*border-left-color: rgba(0,0,0,0);*/
547
+ /*border-right-color: rgba(0,0,0,0);*/ }
132
548
 
133
- font-family: 'PT Sans', sans-serif;
134
- font-size: medium;
135
- font-weight: 200;
549
+ .igv-cursor-tracking-guide {
550
+ position: absolute;
551
+ top: 0;
552
+ bottom: 0;
553
+ left: 50%;
554
+ width: 1px;
555
+ z-index: 1;
556
+ border-left-style: dotted;
557
+ border-left-width: thin;
558
+ border-left-color: rgba(127, 127, 127, 0.76);
559
+ display: none;
560
+ user-select: none;
561
+ -moz-user-select: none;
562
+ -webkit-user-select: none; }
136
563
 
137
- /*color: #575757;*/
564
+ .igv-clickable {
565
+ cursor: pointer;
566
+ background-color: white; }
138
567
 
139
- }
568
+ #color-by-tag {
569
+ color: #444; }
140
570
 
141
- .igv-grid-dividing-line {
571
+ #color-by-tag:hover,
572
+ #color-by-tag:focus,
573
+ #color-by-tag:active {
574
+ cursor: pointer;
575
+ padding-left: 2px;
576
+ padding-right: 2px;
577
+ color: white;
578
+ border-color: #444;
579
+ border-radius: 2px;
580
+ border-style: solid;
581
+ border-width: thin;
582
+ background-color: #7f7f7f; }
583
+
584
+ .igv-user-feedback {
585
+ position: fixed;
586
+ top: 50%;
587
+ left: 50%;
588
+ width: 36em;
589
+ height: 27em;
590
+ margin-top: -9em;
591
+ /*set to a negative number 1/2 of your height*/
592
+ margin-left: -15em;
593
+ /*set to a negative number 1/2 of your width*/
594
+ background-color: white;
595
+ border-color: #a2a2a2;
596
+ border-style: solid;
597
+ border-width: thin;
598
+ font-family: "Open Sans", sans-serif;
599
+ font-size: medium;
600
+ font-weight: 400;
601
+ color: #444; }
602
+ .igv-user-feedback div:first-child {
603
+ position: absolute;
604
+ top: 0;
605
+ left: 0;
606
+ right: 0;
607
+ width: 100%;
608
+ height: 32px;
609
+ border-bottom-color: #a2a2a2;
610
+ border-bottom-style: solid;
611
+ border-bottom-width: thin;
612
+ background-color: white; }
613
+ .igv-user-feedback div:first-child i {
614
+ font-size: 20px; }
615
+ .igv-user-feedback div:first-child i:first-child {
616
+ position: absolute;
617
+ top: 0;
618
+ left: 0;
619
+ padding: 8px;
620
+ color: red; }
621
+ .igv-user-feedback div:first-child i:last-child {
622
+ position: absolute;
623
+ top: 0;
624
+ right: 0;
625
+ padding: 8px;
626
+ cursor: pointer;
627
+ color: grey; }
628
+ .igv-user-feedback div:first-child i:last-child:hover,
629
+ .igv-user-feedback div:first-child i:last-child:focus,
630
+ .igv-user-feedback div:first-child i:last-child:active {
631
+ color: #333333; }
632
+ .igv-user-feedback div:last-child {
633
+ padding-left: 48px;
634
+ padding-top: 8px;
635
+ padding-right: 48px;
636
+ padding-bottom: 8px;
637
+ position: absolute;
638
+ top: 33px;
639
+ left: 0;
640
+ right: 0;
641
+ bottom: 0;
642
+ background-color: white; }
142
643
 
143
- display: block;
644
+ .igv-dialog-label-centered {
645
+ text-align: center; }
144
646
 
145
- height: 1px;
647
+ .igv-grid-container-dialog {
648
+ position: absolute;
649
+ top: 0;
650
+ left: 0;
651
+ width: 300px;
652
+ border-color: #7F7F7F;
653
+ border-radius: 4px;
654
+ border-style: solid;
655
+ border-width: thin;
656
+ z-index: 1999;
657
+ background-color: white; }
146
658
 
147
- border: 0;
148
- border-top: 1px solid rgb(196, 196, 196);
659
+ .igv-grid-container-alert-dialog {
660
+ position: absolute;
661
+ left: 0;
662
+ right: 0;
663
+ top: 45%;
664
+ margin-left: auto;
665
+ margin-right: auto;
666
+ /*max-width: 740px;*/
667
+ max-width: 300px;
668
+ border-color: #7F7F7F;
669
+ border-radius: 4px;
670
+ border-style: solid;
671
+ border-width: thin;
672
+ z-index: 1999;
673
+ background-color: white; }
149
674
 
150
- margin: 8px;
151
- }
675
+ .igv-grid-container-colorpicker {
676
+ position: relative;
677
+ width: 256px;
678
+ border-color: #7F7F7F;
679
+ border-radius: 4px;
680
+ border-style: solid;
681
+ border-width: thin;
682
+ z-index: 1999;
683
+ background-color: white; }
152
684
 
153
- .igv-grid-rect {
685
+ .igv-grid-header {
686
+ position: relative;
687
+ top: 0;
688
+ left: 0;
689
+ height: 24px;
690
+ cursor: move;
691
+ border-color: #c4c4c4;
692
+ border-top-left-radius: 4px;
693
+ border-top-right-radius: 4px;
694
+ border-style: solid;
695
+ border-width: thin;
696
+ background-color: #c4c4c4; }
697
+ .igv-grid-header div {
698
+ position: relative;
699
+ padding-left: 4px; }
700
+ .igv-grid-header div i {
701
+ cursor: pointer; }
154
702
 
155
- border-radius: 4px;
156
- border-style: solid;
157
- border-width: thin;
158
- border-color: rgb(255, 255, 255);
703
+ .igv-grid-header-blurb {
704
+ margin-top: 4px;
705
+ text-align: center;
706
+ vertical-align: middle;
707
+ font-family: "Open Sans", sans-serif;
708
+ font-size: medium;
709
+ font-weight: 200; }
159
710
 
160
- padding-left: 4px;
161
- padding-right: 4px;
711
+ .igv-grid-dividing-line {
712
+ display: block;
713
+ height: 1px;
714
+ border: 0;
715
+ border-top: 1px solid #c4c4c4;
716
+ margin: 8px; }
162
717
 
163
- background-color: rgb(255, 255, 255);
164
- }
718
+ .igv-grid-rect {
719
+ border-radius: 4px;
720
+ border-style: solid;
721
+ border-width: thin;
722
+ border-color: white;
723
+ padding-left: 4px;
724
+ padding-right: 4px;
725
+ background-color: white; }
165
726
 
166
727
  .igv-grid-rect-hidden {
167
- display: none;
168
- }
728
+ display: none; }
169
729
 
170
730
  .igv-grid-colorpicker {
171
- height: 32px;
172
- }
731
+ height: 32px; }
173
732
 
174
733
  .igv-grid-colorpicker:after {
175
- content: "";
176
- display: table;
177
- clear: both;
178
- }
734
+ content: "";
735
+ display: table;
736
+ clear: both; }
179
737
 
180
738
  .igv-grid-colorpicker-user-error {
181
-
182
- height: 16px;
183
-
184
- color: #55aeff;
185
- font-family: 'PT Sans', sans-serif;
186
- font-size: small;
187
- font-weight: 400;
188
-
189
- background-color: white;
190
- }
739
+ height: 16px;
740
+ color: #55aeff;
741
+ font-family: "Open Sans", sans-serif;
742
+ font-size: small;
743
+ font-weight: 400;
744
+ background-color: white; }
191
745
 
192
746
  .igv-grid-dialog {
193
- height: 40px;
194
- }
195
-
196
- [class*='igv-col-'] {
197
- float: left;
198
- }
747
+ height: 40px; }
199
748
 
200
749
  .igv-col {
201
- height: 100%;
202
- padding: 2px;
203
- }
750
+ height: 100%;
751
+ padding: 2px; }
204
752
 
205
753
  .igv-data-range-input-label {
206
-
207
- /*padding-top: 8px;*/
208
- padding-left: 8px;
209
-
210
- text-align: right;
211
-
212
- font-family: 'PT Sans', sans-serif;
213
- font-size: medium;
214
- font-weight: 200;
215
-
216
- color: #575757;
217
-
218
- }
754
+ /*padding-top: 8px;*/
755
+ padding-left: 8px;
756
+ text-align: right;
757
+ font-family: "Open Sans", sans-serif;
758
+ font-size: medium;
759
+ font-weight: 200;
760
+ color: #575757; }
219
761
 
220
762
  .igv-data-range-input {
221
-
222
- outline: none;
223
-
224
- border-style: solid;
225
- border-radius: 4px;
226
- border-width: thin;
227
- border-color: rgb(127, 127, 127);
228
-
229
- width: 100%;
230
-
231
- padding-left: 8px;
232
-
233
- vertical-align: middle;
234
- text-align: left;
235
-
236
- font-family: 'PT Sans', sans-serif;
237
- font-size: medium;
238
- font-weight: 200;
239
-
240
- color: #575757;
241
-
242
- }
763
+ outline: none;
764
+ border-style: solid;
765
+ border-radius: 4px;
766
+ border-width: thin;
767
+ border-color: #7F7F7F;
768
+ width: 100%;
769
+ padding-left: 8px;
770
+ vertical-align: middle;
771
+ text-align: left;
772
+ font-family: "Open Sans", sans-serif;
773
+ font-size: medium;
774
+ font-weight: 200;
775
+ color: #575757; }
243
776
 
244
777
  .igv-user-input-colorpicker {
245
-
246
- outline: none;
247
-
248
- border-style: solid;
249
- border-radius: 4px;
250
- border-width: thin;
251
- border-color: rgb(127, 127, 127);
252
-
253
- width: 100%;
254
- margin-top: 2px;
255
-
256
- font-family: 'PT Sans', sans-serif;
257
- font-size: medium;
258
- font-weight: 200;
259
-
260
- color: #575757;
261
-
262
- }
778
+ outline: none;
779
+ border-style: solid;
780
+ border-radius: 4px;
781
+ border-width: thin;
782
+ border-color: #7F7F7F;
783
+ width: 100%;
784
+ margin-top: 2px;
785
+ font-family: "Open Sans", sans-serif;
786
+ font-size: medium;
787
+ font-weight: 200;
788
+ color: #575757; }
263
789
 
264
790
  .igv-user-input-dialog {
791
+ outline: none;
792
+ border-style: solid;
793
+ border-radius: 4px;
794
+ border-width: thin;
795
+ border-color: #7F7F7F;
796
+ width: 100%;
797
+ padding-left: 8px;
798
+ vertical-align: middle;
799
+ text-align: left;
800
+ font-family: "Open Sans", sans-serif;
801
+ font-size: medium;
802
+ font-weight: 200;
803
+ color: #575757; }
265
804
 
266
- outline: none;
805
+ .igv-alert-dialog-text {
806
+ padding-top: 8px;
807
+ padding-left: 8px;
808
+ word-wrap: break-word;
809
+ text-align: center;
810
+ font-family: "Open Sans", sans-serif;
811
+ font-size: 14px;
812
+ font-weight: 200;
813
+ color: #575757; }
267
814
 
268
- border-style: solid;
269
- border-radius: 4px;
270
- border-width: thin;
271
- border-color: rgb(127, 127, 127);
815
+ .igv-user-input-label {
816
+ padding-top: 8px;
817
+ padding-left: 8px;
818
+ text-align: left;
819
+ font-family: "Open Sans", sans-serif;
820
+ font-size: medium;
821
+ font-weight: 200;
822
+ color: #575757; }
272
823
 
273
- width: 100%;
824
+ .igv-col-label {
825
+ padding-left: 8px;
826
+ padding-top: 6px;
827
+ font-family: "Open Sans", sans-serif;
828
+ font-size: medium;
829
+ font-weight: 200;
830
+ color: #575757; }
274
831
 
275
- padding-left: 8px;
832
+ .igv-col-filler {
833
+ width: 100%;
834
+ height: 100%;
835
+ border-color: white;
836
+ border-style: solid;
837
+ border-width: thin;
838
+ border-radius: 4px; }
276
839
 
277
- vertical-align: middle;
278
- text-align: left;
840
+ .igv-col-filler:hover,
841
+ .igv-col-filler:focus,
842
+ .igv-col-filler:active {
843
+ border-width: medium;
844
+ border-color: #474747; }
279
845
 
280
- font-family: 'PT Sans', sans-serif;
281
- font-size: medium;
282
- font-weight: 200;
846
+ .igv-col-filler-no-color {
847
+ width: 100%;
848
+ height: 100%;
849
+ border-color: white;
850
+ border-style: solid;
851
+ border-width: thin;
852
+ border-radius: 4px; }
283
853
 
284
- color: #575757;
854
+ .igv-col-filler-user-color {
855
+ width: 100%;
856
+ height: 100%;
857
+ border-color: white;
858
+ border-style: solid;
859
+ border-width: thin;
860
+ border-radius: 4px; }
285
861
 
286
- }
862
+ /* ok button */
863
+ .igv-col-filler-ok-button {
864
+ margin-left: 8px;
865
+ padding-left: 1px;
866
+ padding-top: 5px;
867
+ width: 90%;
868
+ height: 90%;
869
+ border-color: white;
870
+ border-style: solid;
871
+ border-width: thin;
872
+ border-radius: 4px;
873
+ color: white;
874
+ text-align: center;
875
+ vertical-align: middle;
876
+ font-family: "Open Sans", sans-serif;
877
+ font-size: medium;
878
+ font-weight: 200;
879
+ background-color: #5ea4e0; }
287
880
 
288
- .igv-alert-dialog-text {
881
+ .igv-col-filler-ok-button:hover,
882
+ .igv-col-filler-ok-button:focus,
883
+ .igv-col-filler-ok-button:active {
884
+ background-color: #5079a8; }
289
885
 
290
- padding-top: 8px;
291
- padding-left: 8px;
886
+ /* cancel button */
887
+ .igv-col-filler-cancel-button {
888
+ margin-left: 8px;
889
+ padding-left: 1px;
890
+ padding-top: 5px;
891
+ width: 90%;
892
+ height: 90%;
893
+ border-color: white;
894
+ border-style: solid;
895
+ border-width: thin;
896
+ border-radius: 4px;
897
+ color: white;
898
+ text-align: center;
899
+ vertical-align: middle;
900
+ font-family: "Open Sans", sans-serif;
901
+ font-size: medium;
902
+ font-weight: 200;
903
+ background-color: #c4c4c4; }
292
904
 
293
- word-wrap: break-word;
905
+ .igv-col-filler-cancel-button:hover,
906
+ .igv-col-filler-cancel-button:focus,
907
+ .igv-col-filler-cancel-button:active {
908
+ background-color: #7e7e7e; }
294
909
 
295
- text-align: center;
910
+ /* 3 columns */
911
+ .igv-col-1-3 {
912
+ width: 33.33333%; }
296
913
 
297
- font-family: 'PT Sans', sans-serif;
298
- font-size: 14px;
299
- font-weight: 200;
914
+ .igv-col-2-3 {
915
+ width: 66.66667%; }
300
916
 
301
- color: #575757;
917
+ /* 4 columns */
918
+ .igv-col-1-4 {
919
+ width: 25%; }
302
920
 
303
- }
921
+ .igv-col-2-4 {
922
+ width: 50%; }
304
923
 
305
- .igv-user-input-label {
924
+ .igv-col-3-4 {
925
+ width: 75%; }
306
926
 
307
- padding-top: 8px;
308
- padding-left: 8px;
927
+ .igv-col-4-4 {
928
+ width: 100%; }
309
929
 
310
- text-align: left;
930
+ /* 8 columns */
931
+ .igv-col-1-8 {
932
+ width: 12.5%; }
311
933
 
312
- font-family: 'PT Sans', sans-serif;
313
- font-size: medium;
314
- font-weight: 200;
934
+ .igv-col-2-8 {
935
+ width: 25%; }
315
936
 
316
- color: #575757;
937
+ .igv-col-3-8 {
938
+ width: 37.5%; }
317
939
 
318
- }
940
+ .igv-col-4-8 {
941
+ width: 50%; }
319
942
 
320
- .igv-col-label {
943
+ .igv-col-5-8 {
944
+ width: 62.5%; }
321
945
 
322
- padding-left: 8px;
323
- padding-top: 6px;
946
+ .igv-col-6-8 {
947
+ width: 75%; }
324
948
 
325
- font-family: 'PT Sans', sans-serif;
326
- font-size: medium;
327
- font-weight: 200;
949
+ .igv-col-7-8 {
950
+ width: 87.5%; }
328
951
 
329
- color: #575757;
330
- }
952
+ .igv-col-8-8 {
953
+ width: 100%; }
331
954
 
332
- .igv-col-filler {
955
+ /* end grid.css */
956
+ .fa-check-hidden {
957
+ color: rgba(255, 255, 255, 0); }
333
958
 
334
- width: 100%;
959
+ .validateTips {
960
+ border: 1px solid transparent;
961
+ padding: 0.3em; }
962
+ .validateTips fieldset {
963
+ border: 0; }
964
+
965
+ /* pop up menu */
966
+ .igv-popover {
967
+ position: absolute;
968
+ top: 0;
969
+ left: 0;
970
+ min-width: 128px;
971
+ z-index: 4096;
972
+ font-family: "Open Sans", sans-serif;
973
+ font-size: small;
974
+ font-weight: 400;
975
+ color: #444;
976
+ background: white;
977
+ border-radius: 4px;
978
+ border-color: #7F7F7F;
979
+ border-style: solid;
980
+ border-width: thin;
981
+ display: none; }
982
+
983
+ .igv-popover-header {
984
+ position: relative;
985
+ top: 0;
986
+ left: 0;
987
+ width: 100%;
988
+ height: 20px;
989
+ border-top-left-radius: 4px;
990
+ border-top-right-radius: 4px;
991
+ border-bottom-color: #7F7F7F;
992
+ border-bottom-style: solid;
993
+ border-bottom-width: thin;
994
+ background-color: #eee; }
995
+ .igv-popover-header div {
996
+ position: absolute;
997
+ top: 3px;
998
+ right: 3px;
335
999
  height: 100%;
1000
+ width: 16px;
1001
+ text-align: center;
1002
+ line-height: 100%; }
1003
+ .igv-popover-header div i {
1004
+ cursor: pointer;
1005
+ color: #444;
1006
+ font-size: small; }
1007
+ .igv-popover-header div:hover {
1008
+ color: white; }
1009
+
1010
+ .igv-popover-track-popup-content {
1011
+ position: relative;
1012
+ top: 0;
1013
+ left: 0;
1014
+ max-height: 384px;
1015
+ overflow-x: hidden;
1016
+ overflow-y: auto; }
1017
+
1018
+ .igv-popover-name-value {
1019
+ cursor: default;
1020
+ text-wrap: none;
1021
+ white-space: nowrap;
1022
+ max-width: 384px; }
1023
+
1024
+ .igv-popover-name {
1025
+ font-weight: bold;
1026
+ padding-right: 4px;
1027
+ float: left; }
1028
+
1029
+ .igv-popover-value {
1030
+ padding-left: 4px;
1031
+ overflow: hidden;
1032
+ white-space: nowrap;
1033
+ text-overflow: ellipsis;
1034
+ max-width: 256px;
1035
+ display: inline-block; }
336
1036
 
337
- border-color: rgb(255, 255, 255);
338
- border-style: solid;
339
- border-width: thin;
340
- border-radius: 4px;
1037
+ .igv-spinner-container {
1038
+ color: #3f3f3f;
1039
+ width: 100%;
1040
+ height: 100%;
1041
+ text-align: center;
1042
+ padding-top: 8px;
1043
+ font-size: 24px;
1044
+ z-index: 512; }
341
1045
 
342
- }
1046
+ .spacer10 {
1047
+ height: 10px;
1048
+ width: 100%;
1049
+ font-size: 0;
1050
+ margin: 0;
1051
+ padding: 0;
1052
+ border: 0;
1053
+ display: block; }
343
1054
 
344
- .igv-col-filler:hover,
345
- .igv-col-filler:focus,
346
- .igv-col-filler:active {
347
-
348
- border-width: medium;
349
- border-color: rgb(71, 71, 71);
350
-
351
- }
352
-
353
- .igv-col-filler-no-color {
354
-
355
- width: 100%;
356
- height: 100%;
357
-
358
- border-color: rgb(255, 255, 255);
359
- border-style: solid;
360
- border-width: thin;
361
- border-radius: 4px;
362
-
363
- }
364
-
365
- .igv-col-filler-user-color {
366
-
367
- width: 100%;
368
- height: 100%;
369
-
370
- border-color: rgb(255, 255, 255);
371
- border-style: solid;
372
- border-width: thin;
373
- border-radius: 4px;
374
-
375
- }
376
-
377
- /* ok button */
378
- .igv-col-filler-ok-button {
379
-
380
- margin-left: 8px;
381
- padding-left: 1px;
382
- padding-top: 5px;
383
- width: 90%;
384
- height: 90%;
385
-
386
- border-color: rgb(255, 255, 255);
387
- border-style: solid;
388
- border-width: thin;
389
- border-radius: 4px;
390
-
391
- color: white;
392
- text-align: center;
393
- vertical-align: middle;
394
-
395
- font-family: 'PT Sans', sans-serif;
396
- font-size: medium;
397
- font-weight: 200;
398
-
399
- background-color: #5ea4e0;
400
- }
401
-
402
- .igv-col-filler-ok-button:hover,
403
- .igv-col-filler-ok-button:focus,
404
- .igv-col-filler-ok-button:active {
405
- background-color: #5079a8;
406
- }
407
-
408
- /* cancel button */
409
- .igv-col-filler-cancel-button {
410
-
411
- margin-left: 8px;
412
- padding-left: 1px;
413
- padding-top: 5px;
414
- width: 90%;
415
- height: 90%;
416
-
417
- border-color: rgb(255, 255, 255);
418
- border-style: solid;
419
- border-width: thin;
420
- border-radius: 4px;
421
-
422
- color: white;
423
- text-align: center;
424
- vertical-align: middle;
425
-
426
- font-family: 'PT Sans', sans-serif;
427
- font-size: medium;
428
- font-weight: 200;
429
-
430
- background-color: #c4c4c4;
431
- }
432
-
433
- .igv-col-filler-cancel-button:hover,
434
- .igv-col-filler-cancel-button:focus,
435
- .igv-col-filler-cancel-button:active {
436
- background-color: #7e7e7e;
437
- }
438
-
439
- .igv-col-fa {
440
-
441
- color: white;
442
- font-size: medium;
443
- line-height: 50px;
444
-
445
- text-align: center;
446
- vertical-align: bottom;
447
-
448
- }
449
-
450
- /* 3 columns */
451
- .igv-col-1-3 {
452
- width: 33.33%;
453
- }
454
-
455
- .igv-col-2-3 {
456
- width: 66.66%;
457
- }
458
-
459
- /* 4 columns */
460
- .igv-col-1-4 {
461
- width: 25%;
462
- }
463
-
464
- .igv-col-2-4 {
465
- width: 50%;
466
- }
467
-
468
- .igv-col-3-4 {
469
- width: 75%;
470
- }
471
-
472
- .igv-col-4-4 {
473
- width: 100%;
474
- }
475
-
476
- /* 8 columns */
477
- .igv-col-1-8 {
478
- width: 12.5%;
479
- }
480
-
481
- .igv-col-2-8 {
482
- width: 25%;
483
- }
484
-
485
- .igv-col-3-8 {
486
- width: 37.5%;
487
- }
488
-
489
- .igv-col-4-8 {
490
- width: 50%;
491
- }
492
-
493
- .igv-col-5-8 {
494
- width: 62.5%;
495
- }
496
-
497
- .igv-col-6-8 {
498
- width: 75%;
499
- }
500
-
501
- .igv-col-7-8 {
502
- width: 87.5%;
503
- }
504
-
505
- .igv-col-8-8 {
506
- width: 100%;
507
- }
508
-
509
- /* end grid.css */
510
-
511
- .fa-12px {
512
- font-size: 12px;
513
- }
514
-
515
- .fa-16px {
516
- font-size: 16px;
517
- }
518
-
519
- .fa-18px {
520
- font-size: 18px;
521
- }
522
-
523
- .fa-20px {
524
- font-size: 20px;
525
- }
526
-
527
- .fa-24px {
528
- font-size: 24px;
529
- }
530
-
531
- .fa-28px {
532
- font-size: 28px;
533
- }
534
-
535
- .fa-32px {
536
- font-size: 32px;
537
- }
538
-
539
- .fa-check-shim {
540
- padding-right: 2px;
541
- }
542
-
543
- .fa-check-hidden {
544
- color: rgba(255, 255, 255, 0);
545
- }
546
-
547
- /* Bend jQuery UI to my will*/
548
- .ui-widget {
549
-
550
- font-family: 'PT Sans', sans-serif;
551
- /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
552
- /*font-size: 1.1em;*/
553
- font-size: medium;
554
- font-weight: 400;
555
- }
556
- .ui-widget .ui-widget {
557
- /*font-size: 1em;*/
558
- font-size: medium;
559
- font-weight: 400;
560
- }
561
- .ui-widget input,
562
- .ui-widget select,
563
- .ui-widget textarea,
564
- .ui-widget button {
565
- font-family: 'PT Sans', sans-serif;
566
- /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
567
- /*font-size: 1em;*/
568
- font-size: medium;
569
- font-weight: 400;
570
- }
571
-
572
- .ui-widget-header {
573
- font-weight: 400;
574
- }
575
-
576
- /* IGV classes */
577
- div.ui-dialog fieldset {
578
- border: 0;
579
- }
580
-
581
- .igv-ruler-sweeper-div {
582
-
583
- display: none;
584
-
585
- pointer-events: none;
586
-
587
- position: absolute;
588
- top: 0;
589
- left: 0;
590
- width: 0;
591
- height:100%;
592
-
593
- z-index:99999;
594
-
595
- background-color: rgba(68, 134, 247, 0.25);
596
- }
597
-
598
- .validateTips {
599
- border: 1px solid transparent;
600
- padding: 0.3em;
601
- }
602
-
603
- /* navigation bar */
604
- .igvNavigation {
605
-
606
- position: relative;
607
- top: 0;
608
- left: 0;
609
-
610
- padding-top: 2px;
611
- padding-bottom: 2px;
612
- padding-left: 4px;
613
- padding-right: 4px;
614
-
615
- height: 24px;
616
- width: auto;
617
-
618
- box-sizing: content-box;
619
-
620
- border-style: solid;
621
- border-width: thin;
622
- border-radius: 4px;
623
- border-color: #dfdfdf;
624
-
625
- background-color: #f3f3f3;
626
- }
627
-
628
- .igv-logo-nonav {
629
-
630
- margin-left: 4px;
631
- margin-top: 12px;
632
-
633
- position: absolute;
634
- top: 0;
635
- left: 0;
636
-
637
- width: 34px;
638
- height: 16px;
639
-
640
- background: url(img/igv_logo_letters_paths.svg);
641
- background-size: 34px 16px;
642
- background-repeat:no-repeat;
643
- background-position: 0 0;
644
-
645
- }
646
-
647
- .igv-logo {
648
-
649
- float: left;
650
-
651
- margin-left: 4px;
652
- margin-right: 8px;
653
-
654
- position: relative;
655
- top: 4px;
656
- left: 0;
657
-
658
- width: 34px;
659
- height: 16px;
660
-
661
- background: url(img/igv_logo_letters_paths.svg);
662
- background-size: 34px 16px;
663
- background-repeat:no-repeat;
664
- background-position: 0 0;
665
-
666
- }
667
-
668
- .igvNavigationSearch {
669
-
670
- float: left;
671
-
672
- position: relative;
673
- top: 0;
674
-
675
- /*margin-left: auto;*/
676
- /*margin-right: auto;*/
677
-
678
- width: 260px;
679
-
680
- }
681
-
682
- .igvNavigationSearchInput {
683
-
684
- position: relative;
1055
+ [class*='igv-col-'] {
1056
+ float: left; }
685
1057
 
686
- height: 20px;
687
- width: 80%;
1058
+ [class*='igv-'], [class*='igv-']:after, [class*='igv-']:before {
1059
+ -webkit-box-sizing: border-box;
1060
+ -moz-box-sizing: border-box;
1061
+ box-sizing: border-box; }
1062
+
1063
+ .igv-cursor-ui-header {
1064
+ margin-top: 4px;
1065
+ width: 100%;
1066
+ height: auto;
1067
+ background-size: 100px 32px;
1068
+ background-repeat: no-repeat;
1069
+ background-position: 21px 9px; }
1070
+
1071
+ .igv-cursor-ui-holder {
1072
+ width: 640px;
1073
+ margin: auto; }
1074
+
1075
+ .igv-cursor-ui {
1076
+ margin: auto;
1077
+ width: 100%;
1078
+ display: inline-block;
1079
+ border: solid 1px grey;
1080
+ background-color: #fff;
1081
+ border-top: none;
1082
+ border-bottom-left-radius: 5px;
1083
+ border-bottom-right-radius: 5px;
1084
+ padding: 5px 5px 5px 5px; }
1085
+
1086
+ .igv-cursor-ui-item {
1087
+ float: left;
1088
+ color: grey;
1089
+ font-weight: 400;
1090
+ padding: 5px 8px 5px 8px; }
1091
+
1092
+ .igv-drag-and-drop-presentation-button {
1093
+ position: relative;
1094
+ height: 20px;
1095
+ min-width: 110px;
1096
+ text-transform: capitalize;
1097
+ float: left;
1098
+ margin-top: 2px;
1099
+ margin-right: 5px;
1100
+ padding-left: 8px;
1101
+ padding-right: 8px;
1102
+ padding-top: 2px;
1103
+ padding-bottom: 2px;
1104
+ font-family: "Open Sans", sans-serif;
1105
+ font-size: 12px;
1106
+ font-weight: 200;
1107
+ text-align: center;
1108
+ vertical-align: middle;
1109
+ color: #737373;
1110
+ border-color: #737373;
1111
+ background-color: #f3f3f3;
1112
+ border-style: solid;
1113
+ border-width: thin;
1114
+ border-radius: 10px; }
1115
+
1116
+ .igv-drag-and-drop-presentation-button:hover,
1117
+ .igv-drag-and-drop-presentation-button:focus,
1118
+ .igv-drag-and-drop-presentation-button:active {
1119
+ cursor: pointer;
1120
+ color: white;
1121
+ border-color: #737373;
1122
+ background-color: #737373; }
1123
+
1124
+ .igv-drag-drop-container {
1125
+ position: absolute;
1126
+ top: 100px;
1127
+ left: 25%;
1128
+ width: 50%;
1129
+ text-align: center;
1130
+ margin: 0 auto;
1131
+ padding-top: 64px;
1132
+ padding-bottom: 8px;
1133
+ padding-left: 16px;
1134
+ padding-right: 16px;
1135
+ z-index: 2000;
1136
+ background-color: #c8dadf;
1137
+ display: flex;
1138
+ flex-flow: column;
1139
+ flex-wrap: nowrap;
1140
+ justify-content: space-around; }
1141
+
1142
+ .igv-drag-drop-container.is-dragover {
1143
+ background-color: rgba(200, 218, 223, 0.51); }
1144
+
1145
+ .igv-drag-and-drop-close-container {
1146
+ position: absolute;
1147
+ top: 16px;
1148
+ right: 18px;
1149
+ text-align: center;
1150
+ line-height: 100%;
1151
+ cursor: pointer; }
1152
+ .igv-drag-and-drop-close-container i.fa-times {
1153
+ color: #92b0b3; }
1154
+ .igv-drag-and-drop-close-container i.fa-times-circle {
1155
+ color: #36464b; }
1156
+
1157
+ .igv-drag-drop-surface {
1158
+ position: relative;
1159
+ color: #36464b;
1160
+ font-family: 'Open Sans', sans-serif;
1161
+ font-size: 18px;
1162
+ font-weight: 200; }
1163
+
1164
+ .igv-drag-drop-surface .igv-drag-drop-surface-blurb {
1165
+ display: inline; }
1166
+
1167
+ .igv-drag-and-drop-url-input-container {
1168
+ position: relative;
1169
+ width: 96%;
1170
+ margin: 8px auto; }
1171
+
1172
+ .igv-drag-and-drop-url-input-container > div {
1173
+ margin-top: 14px;
1174
+ margin-bottom: 14px; }
1175
+
1176
+ .igv-drag-drop-ok {
1177
+ width: 90%;
1178
+ margin: 4px auto;
1179
+ padding: 4px;
1180
+ color: #36464b;
1181
+ font-family: 'Open Sans', sans-serif;
1182
+ font-size: 18px;
1183
+ font-weight: 200;
1184
+ text-align: center;
1185
+ border-style: solid;
1186
+ border-radius: 3px;
1187
+ border-width: thin;
1188
+ border-color: #36464b;
1189
+ background-color: #c8dadf; }
1190
+
1191
+ .igv-drag-drop-ok:hover,
1192
+ .igv-drag-drop-ok:focus,
1193
+ .igv-drag-drop-ok:active {
1194
+ cursor: pointer;
1195
+ color: white;
1196
+ background-color: #36464b; }
1197
+
1198
+ .igv-drag-drop-cancel {
1199
+ width: 90%;
1200
+ margin: 4px auto;
1201
+ padding: 4px;
1202
+ color: white;
1203
+ font-family: 'Open Sans', sans-serif;
1204
+ font-size: 18px;
1205
+ font-weight: 200;
1206
+ text-align: center;
1207
+ border-style: solid;
1208
+ border-radius: 3px;
1209
+ border-width: thin;
1210
+ border-color: #36464b;
1211
+ background-color: #36464b; }
1212
+
1213
+ .igv-drag-drop-cancel:hover,
1214
+ .igv-drag-drop-cancel:focus,
1215
+ .igv-drag-drop-cancel:active {
1216
+ cursor: pointer; }
1217
+
1218
+ .igv-drag-drop-warning {
1219
+ position: relative;
1220
+ width: 90%;
1221
+ margin: 4px auto;
1222
+ color: #373737;
1223
+ font-family: 'Open Sans', sans-serif;
1224
+ font-size: 18px;
1225
+ font-weight: 400;
1226
+ text-align: left;
1227
+ border-style: solid;
1228
+ border-radius: 3px;
1229
+ border-width: thin;
1230
+ border-color: #373737;
1231
+ background-color: white;
1232
+ overflow: auto; }
1233
+ .igv-drag-drop-warning #warning-message {
1234
+ padding-top: 4px;
1235
+ padding-bottom: 4px;
688
1236
  padding-left: 8px;
689
-
690
- outline: none;
691
-
692
- border-style: solid;
693
- border-radius: 3px;
694
- border-width: thin;
695
- border-color: rgb(223, 223, 223);
696
-
697
- font-family: 'Open Sans', sans-serif;
698
- font-size: small;
699
- font-weight: 400;
700
- color: #444;
701
-
702
- }
703
-
704
- .igvNavigationSearchResults {
705
-
706
- position: absolute;
707
- top: 32px;
708
- left: 2px;
709
-
710
- height: 320px;
711
- width: 213px;
712
-
713
- background-color: white;
714
-
715
- border-color: rgb(127, 127, 127);
716
- border-style: solid;
717
- border-width: thin;
718
-
719
- overflow-x: hidden;
720
- overflow-y: auto;
721
-
722
- z-index: 9999;
723
- }
724
-
725
- .igvNavigationSearchResultsTable {
726
-
727
- }
728
-
729
- .igvNavigationSearchResultsTableRow {
730
- font-family: 'Open Sans', sans-serif;
731
- font-size: small;
732
- font-weight: 400;
733
- color: #444;
734
- }
735
-
736
- .igvNavigationSearchResultsTableRow:hover,
737
- .igvNavigationSearchResultsTableRow:focus,
738
- .igvNavigationSearchResultsTableRow:active {
739
- cursor: pointer;
740
- font-weight: 700;
741
- color: #141414;
742
- }
743
-
744
- .shim-left-6 {
745
- padding-left: 6px;
746
- }
747
-
748
- .igvNavigationZoom {
749
-
750
- position: relative;
751
- float: right;
752
- margin-left: 40px;
753
- }
754
-
755
- .igv-toggle-track-labels {
756
-
757
- position: relative;
1237
+ float: left;
1238
+ width: 90%;
1239
+ background-color: transparent;
1240
+ overflow: auto; }
1241
+ .igv-drag-drop-warning #warning-dismiss {
758
1242
  float: right;
759
-
760
- margin-right: 5px;
761
-
762
- padding-left: 8px;
763
- padding-right: 8px;
764
- padding-top: 1px;
765
- padding-bottom: 2px;
766
-
767
- border-style: solid;
768
- border-radius: 3px;
769
- border-width: thin;
770
- border-color: rgb(223, 223, 223);
771
-
772
- font-family: 'Open Sans', sans-serif;
773
- font-size: small;
774
- font-weight: 200;
775
-
776
- color: #444;
777
- background-color: white;
778
- }
779
-
780
- .igv-toggle-track-labels:hover,
781
- .igv-toggle-track-labels:focus,
782
- .igv-toggle-track-labels:active {
783
-
1243
+ color: #bfbfbf;
1244
+ padding-top: 2px;
1245
+ padding-right: 4px; }
1246
+ .igv-drag-drop-warning #warning-dismiss:hover,
1247
+ .igv-drag-drop-warning #warning-dismiss:focus,
1248
+ .igv-drag-drop-warning #warning-dismiss:active {
784
1249
  cursor: pointer;
785
-
786
- border-color: #afafaf;
787
- /*border-width: 2px;*/
788
-
789
- /*color: white;*/
790
- /*background-color: #c4c4c4;*/
791
- }
792
-
793
- .igvNavigationMarginLeft12 {
794
-
795
- margin-left: 12px;
796
- }
797
-
798
- .igvNavigationMarginLeft8 {
799
-
800
- margin-left: 8px;
801
- }
802
-
803
- .igvUserFeedback {
804
-
805
- position:fixed;
806
- top: 50%;
807
- left: 50%;
808
-
809
- width:36em;
810
- height:27em;
811
-
812
- margin-top: -9em; /*set to a negative number 1/2 of your height*/
813
- margin-left: -15em; /*set to a negative number 1/2 of your width*/
814
-
815
- background-color: white;
816
-
817
- border-color: #a2a2a2;
818
- border-style: solid;
819
- border-width: thin;
820
-
821
- font-family: 'Open Sans', sans-serif;
822
- font-size: medium;
823
- font-weight: 400;
824
- color: #444;
825
-
826
- }
827
-
828
- .igvUserFeedbackHeader {
829
- position: absolute;
830
- top: 0;
831
- left: 0;
832
- right: 0;
833
- width: 100%;
834
- height: 32px;
835
-
836
- border-bottom-color: #a2a2a2;
837
- border-bottom-style: solid;
838
- border-bottom-width: thin;
839
-
840
- background-color: white;
841
- }
842
-
843
- .igvUserFeedbackBodyCopy {
844
-
845
- padding-left: 48px;
846
- padding-top: 8px;
847
- padding-right: 48px;
848
- padding-bottom: 8px;
849
- position: absolute;
850
- top: 33px;
851
- left: 0;
852
- right: 0;
853
- bottom: 0;
854
- background-color: white;
855
- }
856
-
857
- .igvUserFeedbackAlert {
858
-
859
- position: absolute;
860
- top: 0;
861
- left: 0;
862
- padding: 8px;
863
-
864
- color: red;
865
- }
866
-
867
- .igvUserFeedbackDismiss {
868
-
869
- position: absolute;
870
- top: 0;
871
- right: 0;
872
- padding: 8px;
873
-
874
- cursor: pointer;
875
- color: grey;
876
-
877
- }
878
-
879
- .igvUserFeedbackDismiss:hover,
880
- .igvUserFeedbackDismiss:focus,
881
- .igvUserFeedbackDismiss:active {
882
- color: rgba(51, 51, 51, 1);
883
- }
884
-
885
- .igvNavigationPadding {
886
-
887
- padding-left: 12px;
888
- padding-right: 4px;
889
- }
890
-
891
- /* pop up menu */
892
- .igv-popover {
893
-
894
- position: absolute;
895
- top: 0;
896
- left: 0;
897
-
898
- min-width: 128px;
899
-
900
- z-index: 1000;
901
-
902
- font-family: 'PT Sans', sans-serif;
903
- font-size: small;
904
- font-weight: 400;
905
- color: #444;
906
-
907
- background: #fff;
908
-
909
- border-radius: 4px;
910
- border-color: rgb(127, 127, 127);
911
- border-style: solid;
912
- border-width: thin;
913
-
914
- display: none;
915
- }
916
-
917
- .igv-popoverHeader {
918
-
919
- position: relative;
920
- top: 0;
921
- left: 0;
922
-
923
- width: 100%;
924
- height: 20px;
925
-
926
- border-top-left-radius: 4px;
927
- border-top-right-radius: 4px;
928
- border-bottom-color: rgb(127, 127, 127);
929
- border-bottom-style: solid;
930
- border-bottom-width: thin;
931
-
932
- background-color: #eee;
933
-
934
- }
935
-
936
- .igv-dialog-close-container {
937
-
938
- position: absolute;
939
- top: 3px;
940
- right: 3px;
941
-
942
- height: 100%;
943
- width: 16px;
944
-
945
- text-align: center;
946
- line-height: 100%;
947
-
948
- color: #444;
949
-
950
- }
951
-
952
- .igv-dialog-close-fa {
953
-
954
- cursor: pointer;
955
- color: #888;
956
- font-size: small;
957
- }
958
-
959
- .igv-dialog-close-container:hover {
960
- color: #fff;
961
- }
962
-
963
- .igv-popoverTrackPopupContent {
964
- position: relative;
965
- top: 0;
966
- left: 0;
967
-
968
- /*width: 100%;*/
969
- /*max-width: 384px;*/
970
- max-height: 384px;
971
-
972
- overflow-x: hidden;
973
- overflow-y: auto;
974
-
975
- /*text-overflow: ellipsis;*/
976
-
977
- /*margin-right: 24px;*/
978
-
979
- }
980
-
981
- .igv-popoverBorderTop {
982
- border-top-color: rgb(127, 127, 127);
983
- border-top-style: solid;
984
- border-top-width: thin;
985
- }
986
-
987
- .igv-popoverBorderBottom {
988
- border-bottom-color: rgb(127, 127, 127);
989
- border-bottom-style: solid;
990
- border-bottom-width: thin;
991
- }
992
-
993
- .igv-popoverNameValue {
994
-
995
- cursor: default;
996
- text-wrap: none;
997
- white-space:nowrap;
998
-
999
- max-width: 384px;
1000
-
1001
- }
1002
-
1003
- .igv-popoverName {
1004
- font-weight: bold;
1005
- padding-right: 4px;
1006
- float: left;
1007
- }
1008
-
1009
- .igv-popoverValue {
1010
- padding-left: 4px;
1011
-
1012
- overflow: hidden;
1013
- white-space:nowrap;
1014
- text-overflow:ellipsis;
1015
- max-width:256px;
1016
- display:inline-block;
1017
- }
1018
-
1019
- .igv-spinner-container {
1020
-
1021
- color: #3f3f3f;
1022
- /*background-color: rgba(255, 0, 0, 0.5);*/
1023
-
1024
- width: 100%;
1025
- height: 100%;
1026
-
1027
- text-align: center;
1028
- padding-top: 8px;
1029
-
1030
- font-size: 24px;
1031
-
1032
- /*position: absolute;*/
1033
- /*top:50%;*/
1034
- /*left:50%;*/
1035
-
1036
- z-index: 512;
1037
-
1038
- }
1039
-
1040
- .igv-root-div {
1041
-
1042
- position: relative;
1043
-
1044
- left: 0;
1045
- right: 0;
1046
-
1047
- height: auto;
1048
-
1049
- margin-left: 10px;
1050
- margin-right: 10px;
1051
-
1052
- padding-top:4px;
1053
-
1054
- -webkit-box-sizing: border-box;
1055
- -moz-box-sizing: border-box;
1056
- box-sizing: border-box;
1057
-
1058
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1059
-
1060
- -webkit-touch-callout: none;
1061
-
1062
- -webkit-user-select: none;
1063
- -moz-user-select: none;
1064
- -ms-user-select: none;
1065
- user-select: none;
1066
- }
1067
-
1068
- .igv-karyo-div {
1069
- position: relative;
1070
- left: 0;
1071
- top: 0;
1072
- height:200px;
1073
- }
1074
-
1075
- .igv-karyo-hide {
1076
- height: 0;
1077
- overflow: hidden;
1078
- }
1079
-
1080
- .igv-karyo-content-div {
1081
- left:0;
1082
- top:0;
1083
- width:100%;
1084
- height:100%;
1085
- }
1086
-
1087
- .igv-karyo-canvas {
1088
- left:0;
1089
- top:0;
1090
- width:100%;
1091
- height:100%;
1092
- }
1093
-
1094
- .igv-ideogram-content-div {
1095
-
1096
- height: 32px;
1097
-
1098
- margin-left: 4px;
1099
- margin-right: 50px;
1100
- }
1101
-
1102
- .igv-ideogram-canvas {
1103
- /*left:0;*/
1104
- /*top:0;*/
1105
- width:100%;
1106
- height:100%;
1107
- }
1108
-
1109
- .igv-ideogram-gutter-shim {
1110
- /*margin-left: 100px;*/
1111
- margin-left: 50px;
1112
- }
1113
-
1114
- .igv-viewport-div {
1115
- position: absolute;
1116
- left: 4px;
1117
- right: 50px;
1118
- height: 100%;
1119
- overflow-x: hidden;
1120
- overflow-y: hidden;
1121
- }
1122
-
1123
- .igv-left-hand-gutter {
1124
- position: absolute;
1125
- left: 0;
1126
- width: 50px;
1127
- height: 100%;
1128
- }
1129
-
1130
- .igv-clickable {
1131
- cursor: pointer;
1132
- background-color: white;
1133
- }
1134
-
1135
- .igv-gutter-shim {
1136
- /*left: 100px;*/
1137
- left: 50px;
1138
- }
1139
-
1140
- .igv-windowsizepanel-content-div {
1141
-
1142
- position: relative;
1143
- top: 7px;
1144
-
1145
- height: 100%;
1146
-
1147
- float: left;
1148
-
1149
- text-align: center;
1150
- vertical-align: middle;
1151
- line-height: 100%;
1152
-
1153
- font-family: 'Open Sans', sans-serif;
1154
- font-size: small;
1155
- font-weight: 400;
1156
- color: #444;
1157
-
1158
- /*display: none;*/
1159
- }
1160
-
1161
- .igv-track-container-div {
1162
- position: relative;
1163
- left: 0;
1164
- right: 0;
1165
- overflow: hidden;
1166
- }
1167
-
1168
- .igv-track-div {
1169
- position: relative;
1170
- width: 100%;
1171
- overflow:hidden;
1172
- margin-bottom:4px;
1173
- }
1174
-
1175
- .igv-fa-vertical-center-shim {
1176
- vertical-align: middle;
1177
- }
1178
-
1179
- .igv-track-disable-button-fa {
1180
- position: absolute;
1181
- top: 8px;
1182
- right: 12px;
1183
- cursor: pointer;
1184
- color: #222;
1185
- }
1186
-
1187
- .igv-right-hand-gutter {
1188
- position: absolute;
1189
- right: 0;
1190
- width: 36px;
1191
- height: 100%;
1192
-
1193
- background: white;
1194
- text-align: center;
1195
- }
1196
-
1197
- .igv-app-icon {
1198
- cursor: pointer;
1199
- color: grey;
1200
- }
1201
-
1202
- .igv-app-icon:hover,
1203
- .igv-app-icon:focus,
1204
- .igv-app-icon:active {
1205
- color: rgba(51, 51, 51, 1);
1206
- }
1207
-
1208
- .igv-track-menu-gear {
1209
-
1210
- position: absolute;
1211
- top: 0;
1212
- right: 0;
1213
-
1214
- /*padding-top: 4px;*/
1215
- padding-right: 6px;
1216
-
1217
- cursor: pointer;
1218
-
1219
- }
1220
-
1221
- .igv-track-menu-container {
1222
-
1223
- background-color: white;
1224
- border-bottom-left-radius: 4px;
1225
- border-bottom-right-radius: 4px;
1226
- }
1227
-
1228
- .igv-track-menu-container a {
1229
- color: inherit;
1230
- text-decoration: none;
1231
- }
1232
-
1233
- .igv-track-menu-border-top {
1234
- border-top-color: #a2a2a2;
1235
- border-top-style: solid;
1236
- border-top-width: thin;
1237
- }
1238
-
1239
- .igv-track-menu-category {
1240
-
1241
- padding-left: 4px;
1242
-
1243
- font-weight: 400;
1244
-
1245
- /*color: white;*/
1246
- /*background-color: #808080;*/
1247
-
1248
- }
1249
-
1250
- .igv-track-menu-item {
1251
-
1252
- padding-left: 4px;
1253
- padding-right: 4px;
1254
-
1255
- padding-top: 2px;
1256
- padding-bottom: 2px;
1257
-
1258
- background-color: rgb(255, 255, 255);
1259
- }
1260
-
1261
- .igv-track-menu-item:hover,
1262
- .igv-track-menu-item:focus,
1263
- .igv-track-menu-item:active {
1264
-
1265
- cursor: pointer;
1266
- background-color: rgb(239, 239, 239);
1267
- }
1268
-
1269
- .igv-track-menu-discard {
1270
- position: absolute;
1271
- left: 20px;
1272
- top: 0;
1273
- color: grey;
1274
- background-color: white;
1275
- }
1276
-
1277
- .igv-track-menu-discard:hover,
1278
- .igv-track-menu-discard:focus,
1279
- .igv-track-menu-discard:active {
1280
- color: rgba(51, 51, 51, 1);
1281
- }
1282
-
1283
- .igv-track-drag-scrim {
1284
-
1285
- position: absolute;
1286
- left: 0;
1287
- top: 0;
1288
-
1289
- width: 100%;
1290
- height: 100%;
1291
-
1292
- z-index: 256;
1293
- background-color: rgba(68, 134, 247, 0.25);
1294
-
1295
- }
1296
-
1297
- .igv-track-manipulation-handle {
1298
-
1299
- cursor: pointer;
1300
-
1301
- position: absolute;
1302
- right: 36px;
1303
- width: 12px;
1304
-
1305
- margin-left: 2px;
1306
-
1307
- height: 100%;
1308
-
1309
- box-sizing: border-box;
1310
-
1311
- font-size: medium;
1312
-
1313
- border-color: #c4c4c4;
1314
- border-style: solid;
1315
- border-width: thin;
1316
- border-top-right-radius: 6px;
1317
- border-bottom-right-radius: 6px;
1318
-
1319
- z-index: 512;
1320
-
1321
- background-color: #c4c4c4;
1322
-
1323
- }
1324
-
1325
- .igv-track-manipulation-handle:hover,
1326
- .igv-track-manipulation-handle:focus,
1327
- .igv-track-manipulation-handle:active {
1328
-
1329
- border-color: #7e7e7e;
1330
- background-color: #7e7e7e;
1331
-
1332
- }
1333
-
1334
- .igv-track-label {
1335
-
1336
- position: absolute;
1337
-
1338
- left: 8px;
1339
- top: 4px;
1340
-
1341
- width: auto;
1342
- height:auto;
1343
- max-width: 200px;
1344
-
1345
- padding-left: 4px;
1346
- padding-right: 4px;
1347
-
1348
- white-space: nowrap;
1349
- overflow: hidden;
1350
- text-overflow: ellipsis;
1351
-
1352
- font-family: 'PT Sans', sans-serif;
1353
- font-size: small;
1354
- font-weight: 400;
1355
-
1356
- text-align: center;
1357
-
1358
- border-color: #444;
1359
- border-radius: 2px;
1360
- border-style: solid;
1361
- border-width: thin;
1362
-
1363
- background-color: rgb(255, 255, 255);
1364
-
1365
- z-index: 128;
1366
-
1367
- }
1368
-
1369
- .igv-track-label:hover,
1370
- .igv-track-label:focus,
1371
- .igv-track-label:active {
1372
-
1373
- cursor: pointer;
1374
-
1375
- font-weight: bold;
1376
-
1377
- /*background-color: rgba(224, 224, 224, 1);*/
1378
- }
1379
-
1380
- .zoom-in-notice {
1381
-
1382
- position: absolute;
1383
- top: 0;
1384
- left: 0;
1385
-
1386
- font-family: 'PT Sans', sans-serif;
1387
- font-size: medium;
1388
- font-weight: 400;
1389
-
1390
- width: 100%;
1391
- height: 100%;
1392
-
1393
- text-align: center;
1394
-
1395
- color: #3f3f3f;
1396
-
1397
- background-color: rgba(255, 255, 255, 0.51);
1398
-
1399
- z-index: 64;
1400
- }
1401
-
1402
- .igv-track-control-canvas {
1403
- position: absolute;
1404
- }
1405
-
1406
- .igv-content-div {
1407
- position: relative;
1408
-
1409
- /*left: 0;*/
1410
- /*right: 0;*/
1411
-
1412
- width: 100%;
1413
- height:100%;
1414
- }
1415
-
1416
- .igv-center-guide {
1417
-
1418
- position: absolute;
1419
- top: 0;
1420
- bottom: 0;
1421
- left: 50%;
1422
- width: 8px;
1423
-
1424
- z-index: 8;
1425
-
1426
- display: none;
1427
-
1428
- user-select: none;
1429
- -moz-user-select: none;
1430
- -webkit-user-select: none;
1431
-
1432
- border-left-style: dashed;
1433
- border-left-width: thin;
1434
- border-right-style: dashed;
1435
- border-right-width: thin;
1436
-
1437
- }
1438
-
1439
- .igv-center-guide-wide {
1440
- background-color: rgba(0,0,0,0);
1441
- border-left-color: rgba(127, 127, 127, 0.51);
1442
- border-right-color: rgba(127, 127, 127, 0.51);
1443
- }
1444
-
1445
- .igv-center-guide-thin {
1446
-
1447
- left: 50%;
1448
- width: 1px;
1449
-
1450
- background-color: rgba(0,0,0,0);
1451
- border-left-color: rgba(127, 127, 127, 0.51);
1452
- border-right-color: rgba(0,0,0,0);
1453
-
1454
- /*background-color: rgba(127, 127, 127, 0.51);*/
1455
- /*border-left-color: rgba(0,0,0,0);*/
1456
- /*border-right-color: rgba(0,0,0,0);*/
1457
- }
1458
-
1459
- .igv-cursor-tracking-guide {
1460
-
1461
- position: absolute;
1462
- top: 0;
1463
- bottom: 0;
1464
- left: 50%;
1465
- width: 1px;
1466
-
1467
- z-index: 1;
1468
-
1469
- border-left-style: dotted;
1470
- border-left-width: thin;
1471
- border-left-color: rgba(127, 127, 127, 0.76);
1472
-
1473
- display: none;
1474
-
1475
- user-select: none;
1476
- -moz-user-select: none;
1477
- -webkit-user-select: none;
1478
- }
1479
-
1480
- .igv-content-canvas {
1481
- position: absolute;
1482
- width: 100%;
1483
- height: 100%;
1484
- }
1485
-
1486
- .igv-data-range-track-label {
1487
-
1488
- cursor: pointer;
1489
-
1490
- position: absolute;
1491
- top:0;
1492
- right:0;
1493
-
1494
- padding-top: 0;
1495
- padding-right: 0;
1496
-
1497
- margin-top: 0;
1498
- margin-right: 8px;
1499
-
1500
- font-family: 'PT Sans', sans-serif;
1501
- font-size: small;
1502
- font-weight: 200;
1503
-
1504
- color: #373737;
1505
- /*background-color: rgb(255, 255, 255);*/
1506
-
1507
- /*border-style: solid;*/
1508
- /*border-width: thin;*/
1509
- /*border-radius: 2px;*/
1510
- /*border-color: #dfdfdf;*/
1511
-
1512
- }
1513
-
1514
- .igv-data-range-track-label:hover,
1515
- .igv-data-range-track-label:focus,
1516
- .igv-data-range-track-label:active {
1517
-
1518
- font-weight: bold;
1519
- /*border-color: #9b9b9b;*/
1520
-
1521
- }
1522
-
1523
- .igv-scrollbar-outer-div {
1524
- position: absolute;
1525
- top: 0;
1526
- right: 0;
1527
- width: 14px;
1528
- height: 100%;
1529
- /*background-color: rgba(223, 223, 223, 0.51);*/
1530
- background-color: rgb(255, 255, 255);
1531
-
1532
- /*border-left-style: solid;*/
1533
- /*border-left-width: thin;*/
1534
- /*border-left-color: rgb(223, 223, 223);*/
1535
-
1536
- }
1537
-
1538
- .igv-scrollbar-inner-div {
1539
-
1540
- position:absolute;
1541
- top: 0;
1542
- left: 3px;
1543
-
1544
- width:8px;
1545
-
1546
- border-style: solid;
1547
- border-width: thin;
1548
- border-color: #c4c4c4;
1549
-
1550
- border-top-left-radius: 4px;
1551
- border-top-right-radius: 4px;
1552
-
1553
- border-bottom-left-radius: 4px;
1554
- border-bottom-right-radius: 4px;
1555
-
1556
- /*background-color: #c4c4c4;*/
1557
- background-color: #ffffff;
1558
- }
1559
-
1560
- .igv-scrollbar-inner-div:hover,
1561
- .igv-scrollbar-inner-div:focus,
1562
- .igv-scrollbar-inner-div:active {
1563
-
1564
- cursor: pointer;
1565
-
1566
- background-color: #c4c4c4;
1567
-
1568
- /*background-color: #7e7e7e;*/
1569
- /*border-color: #7e7e7e;*/
1570
- }
1571
-
1572
- .spacer5 {
1573
- height: 5px;
1574
- width: 100%;
1575
- font-size: 0;
1576
- margin: 0;
1577
- padding: 0;
1578
- border: 0;
1579
- display: block;
1580
- }
1581
-
1582
- .spacer10 {
1583
- height: 10px;
1584
- width: 100%;
1585
- font-size: 0;
1586
- margin: 0;
1587
- padding: 0;
1588
- border: 0;
1589
- display: block;
1590
- }
1591
-
1592
- .spacer15 {
1593
- height: 15px;
1594
- width: 100%;
1595
- font-size: 0;
1596
- margin: 0;
1597
- padding: 0;
1598
- border: 0;
1599
- display: block;
1600
- }
1601
-
1602
- .spacer20 {
1603
- height: 20px;
1604
- width: 100%;
1605
- font-size: 0;
1606
- margin: 0;
1607
- padding: 0;
1608
- border: 0;
1609
- display: block;
1610
- }
1611
-
1612
- .spacer25 {
1613
- height: 25px;
1614
- width: 100%;
1615
- font-size: 0;
1616
- margin: 0;
1617
- padding: 0;
1618
- border: 0;
1619
- display: block;
1620
- }
1621
-
1622
- .spacer30 {
1623
- height: 30px;
1624
- width: 100%;
1625
- font-size: 0;
1626
- margin: 0;
1627
- padding: 0;
1628
- border: 0;
1629
- display: block;
1630
- }
1631
-
1632
- .spacer35 {
1633
- height: 35px;
1634
- width: 100%;
1635
- font-size: 0;
1636
- margin: 0;
1637
- padding: 0;
1638
- border: 0;
1639
- display: block;
1640
- }
1641
-
1642
- .spacer40 {
1643
- height: 40px;
1644
- width: 100%;
1645
- font-size: 0;
1646
- margin: 0;
1647
- padding: 0;
1648
- border: 0;
1649
- display: block;
1650
- }
1651
-
1652
- .spacer45 {
1653
- height: 45px;
1654
- width: 100%;
1655
- font-size: 0;
1656
- margin: 0;
1657
- padding: 0;
1658
- border: 0;
1659
- display: block;
1660
- }
1661
-
1662
- .spacer50 {
1663
- height: 50px;
1664
- width: 100%;
1665
- font-size: 0;
1666
- margin: 0;
1667
- padding: 0;
1668
- border: 0;
1669
- display: block;
1670
- }
1671
-
1672
- .spacer100 {
1673
- height: 100px;
1674
- width: 100%;
1675
- font-size: 0;
1676
- margin: 0;
1677
- padding: 0;
1678
- border: 0;
1679
- display: block;
1680
- }
1681
-
1682
- .spacer200 {
1683
- height: 200px;
1684
- width: 100%;
1685
- font-size: 0;
1686
- margin: 0;
1687
- padding: 0;
1688
- border: 0;
1689
- display: block;
1690
- }
1691
-
1692
- #dropdown-list {
1693
- max-height: 200px;
1694
- overflow: auto;
1695
- top: 15px;
1696
- position: relative;
1697
- left: 50px;
1698
- }
1250
+ color: #373737; }
1251
+
1252
+ .igv-drag-and-drop-url-input-feedback {
1253
+ width: 100%;
1254
+ color: #36464b;
1255
+ font-family: 'Open Sans', sans-serif;
1256
+ font-size: 18px;
1257
+ font-weight: 200;
1258
+ text-align: center;
1259
+ padding-left: 4px; }
1260
+
1261
+ .igv-drag-and-drop-url-input {
1262
+ display: block;
1263
+ width: 100%;
1264
+ color: #36464b;
1265
+ background-color: transparent;
1266
+ font-family: 'Open Sans', sans-serif;
1267
+ font-size: 18px;
1268
+ font-weight: 200;
1269
+ text-align: center;
1270
+ padding: 4px;
1271
+ margin: 8px;
1272
+ border: 0;
1273
+ border-bottom: 2px solid #36464b; }
1274
+
1275
+ .igv-drag-and-drop-url-input:focus,
1276
+ .igv-drag-and-drop-url-input:active {
1277
+ background: white;
1278
+ border-bottom: transparent; }
1279
+
1280
+ .igv-track-file-input-css {
1281
+ width: 0.1px;
1282
+ height: 0.1px;
1283
+ opacity: 0;
1284
+ overflow: hidden;
1285
+ position: absolute;
1286
+ z-index: -1; }
1287
+
1288
+ .igv-track-file-input-css:hover + label strong {
1289
+ color: #39bfd3; }
1290
+
1291
+ .igv-drag-drop-file-input {
1292
+ position: relative; }
1293
+
1294
+ .igv-drag-drop-file-input label {
1295
+ max-width: 80%;
1296
+ text-overflow: ellipsis;
1297
+ white-space: nowrap;
1298
+ cursor: pointer;
1299
+ display: inline-block;
1300
+ overflow: hidden; }
1301
+
1302
+ .igv-drag-drop-shim {
1303
+ position: relative;
1304
+ width: 100%;
1305
+ height: 8px;
1306
+ margin: 0 auto;
1307
+ color: transparent;
1308
+ background-color: transparent; }
1309
+
1310
+ /*# sourceMappingURL=igv.css.map */