Project

General

Profile

1
.table-header {
2
	margin: 3px 5px 0pc 0px;
3
	padding: 3px 3px 3px 12px;
4
	vertical-align: baseline;
5
	cursor: pointer;
6
	position: relative;
7
}
8

    
9
.header a img {
10
	margin:0px 0px 0px 0px;
11
	vertical-align: bottom;
12
}
13

    
14
div label {
15
	padding: 0px 0px 0px 5px;
16
}
17

    
18
select {
19
	//font: 100% 'Trebuchet MS',sans-serif;
20
	color: #666666;
21
}
22

    
23
select#xaxis {
24
	width: 70%;
25
}
26

    
27
select#tableselect {
28
	width: 70%;
29
}
30

    
31
select.yaxis-select {
32
	width:70%;
33
}
34

    
35
a.delete img{
36
	margin: 0px 2px 0px 0px;
37
	float:right;
38
}
39

    
40
.table-name {
41
	width: 50%;
42
	position: relative;
43
	top: 0px;
44
	left: 0px;
45
}
46

    
47
.field-header {
48
	color: #262433;
49
	//padding: 1.5px 1.5px 1.5px 15px;
50
	margin: 0;
51
	text-transform: capitalize;
52
}
53

    
54
.measdiv {
55
	margin: 5px;
56
}
57

    
58
.dimdiv {
59
	margin: 5px;
60
}
61

    
62
.measurement {
63
	display: block;
64
	position: relative;
65
}
66

    
67
.measurement :first-child {
68
	//border: 1px solid #FF7300;
69
	//border-radius: 5px;
70
	//cursor: pointer;
71
	//text-align: center;
72
	background: #e6e6e6;
73
	display: block;
74
	margin: 0 0 3px 10px;
75
	padding: 3px 5px 0;
76
	vertical-align: middle;
77
	width: 80%;
78
}
79

    
80
.measurement :last-child {
81
	position: absolute;
82
	left: -5px;
83
	top: 0;
84
	z-index: 999;
85
}
86

    
87

    
88
span {
89
	display: inline-block;
90
}
91

    
92
.button-like {
93
	padding: 3px;
94
	border: solid 1px #2E8B57;
95
	background: url('../images/ui-bg_gloss-wave_50_6eac2c_500x100.png');
96
	color: white;
97
	border-radius: 5px;
98
	cursor: pointer;
99
}
100

    
101

    
102
.submit-div {
103
	background: white;
104
	border: 1px solid rgba(0,0,0,0.1);
105
	border-radius: 2px;
106
	//width: 34px;
107
	float: left;	
108
	position: relative;
109
	top: -20px;
110
	left: 75%;
111
}
112

    
113
.submit-link {
114
	padding: 1.2px;
115
	color: #41b7d8;
116
	text-decoration: none;
117
	vertical-align: baseline;
118
}
119

    
120
ul {
121
	list-style-type:none;
122
}
123

    
124

    
125
li a {
126
	text-decoration:none;
127
}
128

    
129
li a:hover {
130
	border: line;
131
	background-color: white;
132
}
133

    
134

    
135
html, body {
136
  margin: 0px;
137
  padding: 0px;
138
  border: 0px;
139
  max-height: 870px;
140
  overflow: auto;
141
  text-align: left;
142
  color: #666666;
143
  width:100%;
144
  height:100%;
145
  font: 90% 'Trebuchet MS',sans-serif;
146
 // background:#e8df96;
147
  
148
 }
149
 
150
 #container {
151
  border: solid 1px;
152
  margin: auto; /* top right bottom left */
153
  padding: 0;
154
  width: 1230px;
155
  background-color: #fff;
156
  //max-height: 1000px;
157
  height: 730px;
158
 }
159
#container #footer {
160
  float: left;
161
  width: 1070px;
162
  //border-top: #c00 solid 3px;
163
 }
164
 
165
 #container #page-header {
166
  //border-top-left-radius: 20px;
167
  //border-top-right-radius: 20px;
168
 }
169
 
170
 #container #page-header, #container #footer{
171
	background: none repeat scroll 0 0 #666666;
172
	//font-family: Georgia,serif;
173
	height: 34px;
174
	//max-width: 1070px;
175
	width: 98.3%;
176
	padding: 2px 10px 0px 10px;
177
	color: #a5a5a5;
178
	z-index:1;
179
 }
180

    
181
#container #page-header p{
182
	width:40%;
183
	float: left;
184
}
185
#container #footer p{
186
	width:40%;
187
	float: left;
188
}
189
 
190
.yaxis {
191
	border-bottom: solid #e6e6e6;
192
	//margin: 3px 0px 3px 0px;
193
	padding: 0px 0px 10px 0px;
194
}
195

    
196
 
197
#container #page-header .tab:first-child, #container #page-header .tab:last-child {
198
	background: none repeat scroll 0 0 transparent;
199
	border: medium none;
200
	box-shadow: none;
201
}
202
 
203
#container #page-header .tab.active a {
204
    background: none repeat scroll 0 0 #FFFFFF;
205
    color: #000000;
206
    padding: 7px 15px 11px;
207
} 
208
#container #page-header .tab a {
209
	color: #FFFFFF;
210
	display: block;
211
	padding: 7px 15px;
212
	text-decoration: none;
213
	text-transform: uppercase;
214
	outline: medium none;
215
}
216

    
217
#container #page-header .tab.active a span {
218
	-moz-border-bottom-colors: none;
219
	-moz-border-left-colors: none;
220
	-moz-border-right-colors: none;
221
	-moz-border-top-colors: none;
222
	border-color: #999999;
223
	border-image: none;
224
	border-style: solid;
225
	border-width: 0 0 1px;
226
}
227

    
228

    
229
#container #page-header ul li {
230
	list-style: none outside none;
231
}
232

    
233
#chart-header {
234
	background: none repeat scroll 0 0 #242424;
235
	font-family: Georgia,serif;
236
	height: 25fpx;
237
	width: 100%;
238
	padding-left:10px;
239
	padding-top:5px;
240
}
241

    
242
#container #chart-selections {
243
	width:899px;
244
	height:130px;
245
	border-bottom: 1px solid #E3E3E3;
246
	float:left;
247
}
248

    
249

    
250
#container .chart-selection.horizontal {
251
	width:32%;
252
	height:90%;
253
	float:left;
254
	position:relative;
255
	overflow:auto;
256
	margin: 5px;
257
	padding: 0 0 5 0;
258
	border-right: 1px solid #E3E3E3;
259
}
260

    
261
#container .chart-selection.vertical {
262
	width:90%;
263
	//height:20%;
264
	//float:left;
265
	position:relative;
266
	//overflow:auto;
267
	margin: 5px;
268
	padding: 5px;
269
	border-bottom: solid;
270
	overflow-y:auto;
271
}
272

    
273
#container .chart-selection.detached {
274
	//width:90%;
275
	//height:20%;
276
	//float:left;
277
	position:relative;
278
	//overflow:auto;
279
	margin: 5px;
280
	padding: 5px;
281
	border-bottom: solid;
282
	overflow-y:auto;
283
	height:50%;
284
}
285

    
286
#container #filters {
287
	max-height: 45%;
288
	min-height:30%;
289
	overflow: auto;
290
	width: 90%;
291
}
292

    
293

    
294
#container .small-chart-selection{
295
	width:90%;
296
	//height:8%;
297
	position:relative;
298
	overflow:auto;
299
	margin: 5px;
300
	padding: 5px;
301
	border-bottom: solid;
302
}
303
#container .small-chart-selection#factNxaxis{
304
	height:10%;
305
	margin:5px;
306
	padding:5px;
307
	width:90%;
308
	overflow:visible;
309
	//height: 15%;
310
}
311
#factNxaxis, #more {
312
	//background-color: #e6e6e6;
313
}
314

    
315

    
316
#container .chart-selection:last-child{
317
	border-right: none;
318
}
319

    
320
 #container #col1 {
321
  padding: 0px 0px 0px 0px;
322
  margin: 0;
323
  width: 230px;
324
  float: left;
325
  border-left: solid 1px #e3e3e3;
326
  //overflow: auto;
327
 }
328
 
329
 #container #col2outer {
330
  width: 999px;
331
  float: left;
332
  padding: 0px;
333
  margin: 0px;
334
 }
335

    
336
  #container #col2outer,  #container #col1 {
337
	height: 650px;
338
  }
339
 
340
 #col2outer #col2mid {
341
  width: 760px;
342
  //height: 700px;
343
  height:100%;
344
  float: left;
345
  //border-right: solid 1px #e3e3e3;
346
  padding: 0px 0px 0px 0px;
347
  margin: 0;
348
  overflow: auto;
349
 }
350
 
351
 #chartcontainer{
352
	height: 75%;
353
	width: 99%;
354
	min-height:400px;
355
	overflow:auto;
356
	border:none;
357
}
358

    
359
#url, #urlencode {
360
	width: 80%;
361
	height:35px;
362
	padding: 5px;
363
	margin: auto;
364
	margin-right: 40px;
365
	-moz-box-shadow: 0 0 5px #888;
366
	-webkit-box-shadow: 0 0 5px#888;
367
	box-shadow: 0 0 5px #888;
368
	overflow-x:auto;
369
}
370

    
371
 #col2outer #col2side {
372
  width: 230px;
373
  float: left;
374
  height: 100%;
375
  padding: 3px 0 0 3px;
376
  border-right: solid 1px #e3e3e3;
377
  overflow: auto;
378
 }
379

    
380
 .header {
381
  width: 50%;
382
  //background-color: #6b6c7c;
383
  //color: white;
384
  margin: 0;
385
  padding: 1px 1px 3px 1px;
386
  text-transform: uppercase;
387
  color: #666666;
388
  text-align: left;
389
  font-weight: bold;
390
  float:left;
391
 }
392
 
393
  .small-header {
394
	//width: 50px;
395
	//background-color: #6b6c7c;
396
	//color: white;
397
	margin: 0px 1px 0px 0px;
398
	padding: 1px 1px 3px 1px;
399
	text-transform: uppercase;
400
	color: #666666;
401
	text-align: left;
402
	font: xx-small 'Trebuchet MS',sans-serif;
403
	float:left;
404
 }
405
 
406
 #viztype{
407
	height: 20px;
408
 }
409
 
410
  .small-button{
411
  width: 55px;
412
  //background-color: #e0e0e0;
413
  background-color: #666666;
414
  color: white;
415
  margin: 2px;
416
  padding: 1px 1px 1px 1px;
417
  text-transform: uppercase;
418
  //color: #666666;
419
  text-align: center;
420
  font: x-small 'Trebuchet MS',sans-serif;
421
  border-radius: 2px;
422
	border-color: #666666;
423
  cursor: pointer;
424
  float: left;
425
  text-decoration: none;
426
 }
427
.xsmall-button{
428
  width: 35px;
429
  //background-color: #e0e0e0;
430
  background-color: #666666;
431
  color: white;
432
  margin: 2px;
433
  padding: 1px 1px 1px 1px;
434
  text-transform: uppercase;
435
  //color: #666666;
436
  text-align: center;
437
  font: xx-small 'Trebuchet MS',sans-serif;
438
  border-radius: 2px;
439
	border-color: #666666;
440
  cursor: pointer;
441
  float: left;
442
  text-decoration: none;
443
 }
444
 
445
.xsmall-button.btactive{
446
	color: #666666;
447
	background-color: white;
448
	border: 1px solid #666666;
449
}
450
 
451
 .viztype-button {
452
  width: 55px;
453
  //background-color: #e0e0e0;
454
  background-color: #666666;
455
  color: white;
456
  margin: 2px 2px 0px 2px;
457
  padding: 1px 1px 0px 1px;
458
  text-transform: uppercase;
459
  //color: #666666;
460
  text-align: center;
461
  font: x-small 'Trebuchet MS',sans-serif;
462
  border-radius: 2px;
463
  cursor: pointer;
464
  float: left;
465
  text-decoration: none;
466
 }
467
 
468
 .viztype-active {
469
  background-color: white;
470
  color: #666666;
471
  border: solid 1px #666666;
472
 }
473
 
474
  .mainheader {
475
  //width: 55px;
476
  //background-color: #6b6c7c;
477
  //color: white;
478
  margin: 0;
479
  padding: 1px 1px 3px 1px;
480
  text-transform: uppercase;
481
  //color:white;
482
  text-align: left;
483
 // float:left;
484
 font-weight: bold;
485
 }
486
	
487
	.header-select{
488
		margin: 3px 0px 0px 0px;
489
	}
490
 
491
#close-yaxis-list, #close-xaxis-list, #close-filter-list {
492
	max-width:10px;
493
	align: left;
494
	cursor: pointer;
495
	text-decoration:underline;
496
	color: #000000;
497
	text-transform: lowercase;
498
}
499
#close-filter-list {
500
	position:absolute;
501
	top:80px;
502
	min-width: 50px;
503
}
504
#close-color-list, #close-groups-list, #close-analyze-list{
505
	float:left;
506
}
507

    
508
#addy-list, #xaxis-list, #filter-list {
509
	display : none;
510
	//max-height: 70px;
511
	overflow: auto;
512
	border: 1px solid #666666;
513
	z-index: 999;
514
	//height: 300px;
515
	position: absolute;
516
	background-color: white;
517
	padding: 2px 5px 2px 2px;
518
	max-height: 500px;
519
	text-transform: none;
520
	font-weight: normal;
521
	min-width:143px;
522
}
523

    
524
#filter-list{
525
	top:100px;
526
}
527

    
528
#xaxis-list{
529
	top:80px;
530
}
531

    
532
#addy-list {
533
	border-top:none;
534
}
535

    
536
.fieldnum{
537
	border-bottom: 1px solid #E6E6E6;
538
	border-top: 1px solid #E6E6E6;
539
	font-size: x-small;
540
	height: 12px;
541
	margin: 0px 0px 1px 0px;
542
	padding: 0px;
543
	text-align: center;
544
	background-color:#a6a6a6;
545
	color:white;
546
}
547

    
548
.fielddiv {
549
	margin: 10px 5px 3px 0px;
550
}
551

    
552
hr {
553
  border: 1px solid #ddd; 
554
  margin:20px;
555
}
556

    
557
#menu {
558
	overflow: auto;
559
	max-height: 100%;
560
	margin: 5px;
561
  }
562

    
563
#filterTable td{
564
	width:200px;
565
	height:99%;
566
	overflow: auto;
567
}
568

    
569
.filter{
570
	//border-top: 1px solid #999999;
571
	color: #666666;
572
	font: 70% 'Trebuchet MS',sans-serif;
573
	text-transform: lowercase;
574
	overflow: hidden;
575
	float:left;
576
	width: 100%;
577
}
578

    
579
.removefilter {
580
	float:right;
581
	//position: absolute;
582
}
583

    
584
.filtercontent{
585
	width: 90%;
586
}
587

    
588
.filtername{
589
	//border-top:1px solid #999;
590
	display:inline;
591
	color: #999999;
592
	float:left;
593
	font-size:1.2em;
594
	margin:0;
595
	padding: 0;
596
	width: 85%;
597
	//text-transform:uppercase;
598
}
599

    
600
.filtername input{
601
	width: 90%;
602
}
603

    
604
.filterheader{
605
	//width: 100%;
606
	//height: 40px;
607
	//position:relative;
608
}
609

    
610
a.toggleFilter{
611
	//background:url(http://sultana.di.uoa.gr/images/filterlist.png) no-repeat;
612
	color:#000;
613
	display:block;
614
	float:left;
615
	font-family:Tahoma;
616
	padding:0 0 0 2px;
617
}
618

    
619
.removefilter img {
620
	padding: 0px 0px 0px 5px;
621
	float: left;
622
}
623

    
624
.removefilter img.resize{
625
	width:50%; 
626
	height: auto;
627
}
628

    
629
.slider-container {
630
	color: #666666;
631
}
632

    
633
.ui-slider{
634
	//background: none repeat scroll 0 0 #DCD1BB;
635
	border-bottom: 1px solid #959485;
636
	border-top: 1px solid #959485;
637
	height: 4px;
638
	width: 90%;
639
	margin: 6px 0 11px 6px;
640
	position: relative;
641
}
642

    
643
.ui-slider .ui-slider-handle { 
644
	//background-image: url("http://sultana.di.uoa.gr/images/refine-slider.gif");
645
	height: 15px;
646
	left: 0;
647
	margin-left: -4px;
648
	position: absolute;
649
	top: -5px;
650
	width: 8px;
651
	z-index: 1;
652
}
653

    
654
.filtercontent .slider-user-min {
655
	float:left;
656
	padding: 0px 0px 0px 5px;
657
}
658

    
659
.filtercontent .slider-user-max {
660
	float:right;
661
	padding: 0px 5px 0px 0px;
662
}
663

    
664
.form-container {
665
	border: 1px solid #CCCCCC;
666
	max-height: 130px;
667
	overflow: auto;
668
	padding: 1px;
669
}
670

    
671
div.image {
672
	background: white;
673
    //border-color: #E3E3E3 #C9C9C9 #A5A5A5;
674
    //border-image: none;
675
    //border-style: solid;
676
    border-width: 1px;
677
	min-width: 25px;
678
	height: 25px; 
679
	cursor: pointer;
680
	position: relative;
681
	float:left;
682
	margin: 2px 3px 0px 3px;
683
}
684

    
685
div.image:hover{
686
	-moz-border-bottom-colors: none;
687
	-moz-border-left-colors: none;
688
	-moz-border-right-colors: none;
689
	-moz-border-top-colors: none;
690
	background: #d8d8d8;
691
	border-color: white;
692
	border-image: none;
693
	border-style: solid;
694
	border-width: 1px;
695
	color: #494949 !important;
696
}
697

    
698
div.image img {
699
	vertical-align: bottom;
700
	width: 24px;
701
	margin: auto;
702
}
703

    
704
////////////////////////////////////////////////////////////////////////////  
705
  #tabs-container {
706
   border-bottom: 1px solid #ccc;
707
  }
708
  
709
  #tabs {
710
   list-style: none;
711
   padding: 5px 0 4px 0;
712
   margin: 0 0 0 10px;
713
   font: 0.75em arial;
714
  }
715
  
716
  #tabs li {
717
   display: inline;
718
  }
719
  
720
  #tabs li a {
721
	border: 1px solid #ccc;
722
	padding: 4px 6px;
723
	text-decoration: none;
724
	background-color: #eeeeee;
725
	border-bottom: none;
726
	outline: none;
727
	border-radius: 5px 5px 0 0;
728
	-moz-border-radius: 5px 5px 0 0;
729
	-webkit-border-top-left-radius: 5px;
730
	-webkit-border-top-right-radius: 5px;
731
 }
732
 #tabs li a:hover {
733
	background-color: #dddddd;
734
	padding: 4px 6px;
735
 }
736
 
737
 #tabs li.active a {
738
	//border-bottom: 1px solid #fff;
739
	background-color: #6b6c7c;
740
	padding: 4px 6px 5px 6px;
741
	border-bottom: none;
742
 }
743
 
744
 #tabs li.active a:hover {
745
	background-color: #eeeeee;
746
	padding: 4px 6px 5px 6px;
747
	border-bottom: none;
748
 }
749
 
750
 #tabs_content_container {
751
	border: 1px solid #ccc;
752
	//border-top: none;
753
	//padding: 10px;
754
	margin-bottom: 10px;
755
	width: 240px;
756
	border-color: #6b6c7c;
757
 }
758

    
759
 .tab_content {
760
	display: none;
761
 } 
762

    
763
 #tabs li a img {
764
	 position: relative;
765
	 top: 6px;
766
 }
767
 
768
 #filterTable, #filterTable tr {
769
	width: 100%;
770
	overflow: auto;
771
 }
772
 
773
 .discrete {
774
	cursor: pointer;
775
	width:55px;
776
	margin-left: 5px;
777
	text-align: center;
778
	font-weight: bold;
779
	border-radius: 2px;
780
	background-color: #666666;
781
	color: white;
782
	text-transform: uppercase;
783
	text-decoration: none;
784
	display: block;
785
	float: left;
786
 }
787
 
788
 #dbName {
789
	color: white;
790
	font-weight: bold;
791
 }
792
 
793
 #metadata {
794
	display: none; 
795
	position: absolute; 
796
	right: 50px; 
797
	top: 50px; 
798
	border: solid black 1px; 
799
	//background-color: rgb(200,100,100); 
800
	text-align: left; 
801
	font-size: 12px; 
802
	width: 300px;
803
	height: 400px;
804
	z-index:10;
805
	border:1px solid black;
806
	background: white;
807
	color: black;
808
	overflow:auto;
809
	word-wrap: normal;
810
 }
811
 
812
 
813
#i {
814
	background: none repeat scroll 0 0 white;
815
	border: 1px solid black;
816
	border-radius: 10px 10px 10px 10px;
817
	color: black;
818
	float: right;
819
	height: 20px;
820
	position: relative;
821
	text-align: center;
822
	width: 20px;
823
	font-family: Georgia,serif;
824
	font-size: 16px;
825
	font-style: italic;
826
	cursor: pointer;
827
}
828

    
829
.infoDiv {
830
	//position: relative;
831
	width:90%;
832
	//height:90%;
833
	//display:none;
834
	letter-spacing: -0.5px;
835
	word-spacing: -1px;
836
	white-space: pre-wrap;
837
	font-size: 90%;
838
	padding: 10px; 
839
}
840

    
841
.infoDiv .measHeader {
842
	background-color: #e6e6e6;
843
	color: black;
844
	font-size:110%;
845
	margin: 2px 0px 2px 0px;
846
}
847

    
848
.info {
849
	margin: 0px;
850
	padding: 0px 0px 0px 2px;
851
}
852

    
853
.infoDiv b, .infodiv a{
854
	color: black;
855
	font-size: 110%;
856
	letter-spacing: -0.5px;
857
}
858

    
859
#metadataclose {
860
	background-color: #e6e6e6;
861
	font: 90% 'Trebuchet MS',sans-serif;
862
}
863

    
864
.remove {
865
	background: url(http://sultana.di.uoa.gr/images/button_minus_red.png) no-repeat;
866
	float:left;
867
}
868

    
869
.list {
870
	//display: none;
871
	float:right;
872
}
873

    
874
#order-list{
875
	font-size:x-small;
876
	width:60%;
877
	margin-bottom:2px;
878
}
879

    
880
.controls {
881
	width: 99%;
882
	//height: 50px;
883
	overflow-y: auto;
884
}
885

    
886
.controls select {
887
	width:120px;
888
}
889
.controls input {
890
	width:10px;
891
	vertical-align: bottom;
892
}
893

    
894
.disabled {
895
	cursor: text;
896
	opacity: 0.5;
897
}
898

    
899
div#axis-select{
900
	display:none;
901
	background-color: white;
902
	border: 1px solid #666666;
903
	border-bottom:none;
904
	height: 24px;
905
	overflow: auto;
906
	//position: absolute;
907
	z-index: 999;
908
	text-transform: none;
909
	font-size: xsmall;
910
	width: 150px;
911
}
912

    
913
.ycount {
914
	//width: 20px;
915
	//float: left;
916
	//background: #e6e6e6;
917
	text-align:center;
918
}
919

    
920
.ycount
921

    
922
.field{
923
	margin-top:5px;
924
	padding-top:3px;
925
	//border-top: 1px solid #e6e6e6;
926
}
927

    
928
.filterform input{
929
	vertical-align: middle;
930
}
931

    
932
.sel-all {
933
	width:5px;
934
	height:5px;
935
	background-color: #e6e6e6;
936
}
937

    
938
.contentcontaining > label{
939
	margin: 5px;
940
	background: url(../images/plus_arrow.gif) no-repeat;
941
	background-position: 1px 5px;
942
	cursor: pointer;
943
}
944

    
945
.opencontentcontaining > label{
946
	margin: 5px;
947
	background: url(../images/minus_arrow.gif) no-repeat;
948
	background-position: 1px 5px;
949
	cursor: pointer;
950
}
951

    
952
.contentcontaining > label, .opencontentcontaining > label{
953
	padding: 0px 0px 0px 13px;
954
}
955

    
956
.dim-label{
957
	//margin: 5px;
958
	//border:solid green;
959
}
960

    
961
#mytitle, #mysubtitle, #myxaxistitle, #myyaxistitle {
962
	width:98%;
963
}
964

    
965
#xaxis-name{
966
	float:left;
967
	width:65%;
968
	color: #666666;
969
}
970

    
971
.choose {
972
	position:relative;
973
	left:-12px;
974
	top:2px;
975
	cursor:pointer;
976
}
977

    
978
.filter-aggrs-select{
979
	float:left;
980
}
981

    
982
.filter-value{
983
	width:40px;
984
	height:14px;
985
}
986

    
987
.yaxisheaders, .fieldsheaders {
988
	width: 98%;
989
}
990

    
991
#resultsetsize{
992
	float: left;
993
	font-size: x-small;
994
	height: 10px;
995
	width: 30px;
996
}
997

    
998
#yheaders, #fheaders{
999
	overflow:visible;
1000
}
1001

    
1002
.field-options {
1003
	//border: 0.5px solid #e6e6e6;
1004
	margin-top:2px;
1005
	overflow:auto;
1006
}
1007

    
1008
.applyselect {
1009
	font-size: x-small;
1010
	margin-bottom: 2px;
1011
}
(10-10/16)