~intrahealth+informatics/ihris-common/4.3-dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
/* Records --------------------------------------------------------------- */

.recordsData {
	margin-bottom: 0px;
	width:100%;
	height:auto;
        clear: left;
}

.recordsData h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	border-top: solid 1px #deecfe;
	color: #333;
	padding: 0.3em 8px;
	margin-top:1em;
	padding-top:1em;
}
.recordsData h3 a {
	text-decoration: none;
	color: #333;
}

.recordsData p.editRecordsData {
	background-color: #f2f7fd;
	border: 1px solid #d8e9fe;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	margin-bottom: 3px;
}
.recordsData p.editRecordsData a, .recordsData p.editRecordsData span {
	border-left: 1px solid #036;
	padding-left: 3px;
	padding-right: 3px;
    -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;

}
.recordsData p.editRecordsData a:hover, .recordsData p.editRecordsData span:hover {
    background-color: #B0C4DE;
    color:black;
}




.recordsData p.editRecordsData a.hide, .recordsData p.editRecordsData a.expand {
	padding-left: 5px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}
IMG.person_image { 
      display:block;
      margin-left:auto;             
      margin-right:auto;             

}
a.hide {
	background: transparent url(arrow_down.gif) no-repeat 0px 4px;
}
a.expand {
	background: transparent url(arrow_sub.gif) no-repeat 0px 4px;
}
.editRecord {
	float: left;
	width: 20%;
    min-width: 130px;
	margin-right: -3px;
        clear: left;
}

.editRecord p {
	background: #515151 url(icon_edit.gif) no-repeat 1px 1px;
	margin-top: 4px;
	padding: 0.5em 0px 0.5em 34px;
	color: #f8f4cc;
	width: auto;
	margin-right:6px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

.editRecord ul {
	margin: 6px 0 0;
	padding: 0;
}

.editRecord ul li {
	display: inline;
}



.editRecord ul li a,
.editRecord ul li a:visited {
	color: #333;
	display: block;
	padding-left: 16px;
	margin-bottom: 0.6em;
	/*width: 120px;*/
	background: transparent url(edit_bullet.gif) no-repeat 6px 6px;
}

.editRecord ul li a:hover {
	text-decoration: none;
}

.recordsData div.dataTable {
	border: 1px solid #e7e7e7;
	margin-bottom: 1px;
	/*width: 444px; */
	width:80%;
	float: left;
	min-height:2.5em;
}



.recordsData div.dataTable td.mline {
	white-space: pre;
}
.recordsData table {
	width:100%;
	/*width: 444px;*/
	margin: 0;
	border: 3px solid #f5f5f5;
}

.recordsData table th {
	background-color: #515151;
	padding: 4px 3px 3px;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}

.recordsData div.dataTable th a{
	color: #ccffcc;
}

.recordsData div.dataTable th a:hover{
	text-decoration: none;
}


.recordsData table td {
	padding: 3px 5px;
	vertical-align: top;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	border-right-color: #eee;
	/*width: 50%;*/
	width: 70%;
}

.recordsData table td:first-child {
    width: 30%;
}


.recordsData table tr.even td {
	background-color: #e5e5e5;
}

option.blank_opt {
	color: #6699aa;
	border-bottom: 1px solid #6699aa;
}

/* Add New Person --------------------------------------------------------------- */

table.multiFormTable {
    /*width: 590px;*/
	width: 90%;
}

.dataTable table.multiFormTable {
	width: 100%;
}
table.formRelationship {
    width: auto;
}
.recordsData table tr.even td {
    background-color: #F9F9F9;
}


table.multiFormTable th,
table.multiFormTable td {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	background-color: #f1f1f1;
	/*width: 50%;*/
	/*width: 80%;*/
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}



table.multiFormTable td .field_head {
	font-weight: bold;
}
table.multiFormTable td .required_field {
    color: #333366;
}
table.multiFormTable th {
	background-color: #515151;
	padding: 4px 3px 3px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}

table.multiFormTable p {
	display: block;
	background-color: #f8f8f8;
	border: solid 1px #eee;
	border-top: 0;
	padding: 4px 9px 6px;
	font: 11px Arial, Helvetica, sans-serif;
	/*margin-bottom: 2px;*/
}

table.multiFormTable input, table.multiFormTable textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 3px 2px;
	margin-top: 3px;
	width: 246px;
}

table.multiFormTable select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 1px;
	width: 254px;
	margin-top: 3px;
}
table.multiFormTable select.selectable {
    color: #006600;
    border-color: #aaccaa;
}
table.multiFormTable span.field_selection {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
    width: 246px;
	padding: 3px 2px;
	margin-top: 3px;
    border: solid 2px #ccc;
    display: block;
}
table.multiFormTable span.field_selection.error {
	border: 1px solid #993333;
    font-size: 1.0em;
}
table.multiFormTable input[type="submit"] { 
       width:90px;                                     
 }

table.multiFormTable input[type="checkbox"],
table.multiFormTable input[type="radiobutton"],
table.multiFormTable input[type="radio"] {
	width: auto;
	border: 0;
}

table.multiFormTable tr.submitCell td {
	background-color: #fff;
	text-align: right;
}
table.multiFormTable tr.submitCell input, table.multiFormTable tr.submitCell a, div.submitCell input{
	background: #ccc url(button_bkgd.gif) repeat-x;
	border: solid 2px #BFBFBF;
	color: #333;
	padding: 4px 12px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	text-decoration: none;
}
table.multiFormTable tr.submitCell a {
	padding: 5px 12px;
}
table.multiFormTable tr.submitCell a#button_return {
	float:left;
}

table.multiFormTable select.date_day_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_month_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_year_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_hour_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_minute_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_second_error {
	border: solid 1px #993333;
	background-color: #993333;
	color: #FFFFFF;
}
table.multiFormTable select.date_day, table.multiFormTable select.date_day_error {
	width: 65px;
}
table.multiFormTable select.date_month, table.multiFormTable select.date_month_error {
	width: 114px;
}
table.multiFormTable select.date_year, table.multiFormTable select.date_year_error {
	width: 75px;
}
table.multiFormTable select.date_hour, table.multiFormTable select.date_hour_error {
	width: 61px;
}
table.multiFormTable select.date_minute, table.multiFormTable select.date_minute_error {
	width: 62px;
}
table.multiFormTable select.date_second, table.multiFormTable select.date_second_error {
	width: 62px;
}
table.multiFormTable select.currency {
	width: 80px;
}
table.multiFormTable input.currency {
	width: 166px;
}
#error {
	color: #993333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div.error, span.error {
	display: block;
	color: #993333;
	font: italic 8px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 2px 0px 2px;
	width: 246px;
	margin: 0px;
}
ul.error {
	color: #993333;
	font: italic 8px Verdana, Arial, Helvetica, sans-serif;
}
table.multiFormTable input.error, table.multiFormTable textarea.error {
	border: 1px solid #993333;
}
table.multiFormTable select.error {
	border: 1px solid #993333;
	background-color: #993333;
	color: #FFFFFF;
                                    
}
/* table forms ------------------------------------------------------------------- */

table.tableForm {
	width: 500px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0;
}
table.tableForm td {
	padding: 0;
	padding-bottom: 3px;
	padding-left: 3px;
}
table.tableForm label {
	display: block;
	background-color: #f5f5f5;
	padding: 6px;
	color: #000;
	font-weight: bold;
}
table.tableForm label.noStyle {
	display: inline;
	background-color: transparent;
	padding: 0;
	padding-right: 9px;
}
table.tableForm input, table.tableForm textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 3px 2px;
	width: 300px;
}
table.tableForm textarea {
	width: 490px;
}
table.tableForm input#State {
	width: 1.5em;
}
table.tableForm input#Postal_Code {
	width: 3.2em;
}
table.tableForm select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 1px;
	width: 150px;
}
table.tableForm hr {
	border: 0;
	color: #adc2d6;
	background-color: #adc2d6;
	height: 1px;
	margin-bottom: 0.8em;
}
table.tableForm tr.spacer td {
	padding-top: 10px;
	border-top: solid 1px #eee;
}
table.tableForm input.button {
	background: #ccc url(button_bkgd.gif) repeat-x;
	border: 2px solid #BFBFBF;
	color: #333;
	padding: 4px 12px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
table.tableForm input.checkbox, table.tableForm input.radiobutton {
	width: auto;
	border: 0;
}
input#show_button.disabled_button {
	color: #CC3333;
	border: solid 2px #CC3333;
}
#search_pager_display {
	margin-left: 5px;
    text-align: left;
    width: auto;
	padding: 2px 2px 6px 4px;
}
dl.instruction dt {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
dl.instruction dd {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

a.add_new_link {
    font-size: 1.1em;
    font-weight: bold;
}

/* table.multiFormTable input.associnput, table.multiFormTable textarea .associnput { */
table.multiFormTable input.associnput {
    /* border-left-width:0px; */
    /* margin-left:-4px; */
    /* padding-left:1em; */
    /* margin-right:1em; */
    width:10em;
}

.assockey {
    /* background-color: #FFFFFF; */
    /* border: 2px solid #CCCCCC; */
    margin-top: 0px;
    padding: 0.6em 2px 3px 2px;
    width:4em;    
    font-weight: bold;
    border-right-width:0px;
    margin-right:0px;
    margin-left:0em;
    padding-left:0.5em;
    padding-right:0px;
    font-style:italic;
    font-size:70%;
    color: #888888 ;
}

.assoc_container {
    width:100%;
    text-align:left;
    float:right;
}

table.multiFormTable .assoc_container {
    text-align:right;
}


.error .assockey{
    border-color:  #993333;
    display:inline;
    font-size:9.633px;
    line-height:12px;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 2px;
    padding-right: 2px;
}


.error .associnput{

    display:inline;
    border-color:  #993333;
}

.error.assoc_container {
    width:100%;
}



.assoc_pair_container {
    float:left;
    width:19%;
} 

table.multiFormTable .assoc_pair_container {
    width:auto;
}

.assoc_pair_key {
    width:100%;
    padding-right:0.5em;
    font-style:italic;
    font-size:90%;
    color: #888888 ;
}
.assoc_pair_value {
    width:100%;
}

table.multiFormTable input, div.checkboxlist  input, span.checkboxlist input {

    margin-left:0em;
    margin-right:0.5em;

}
.multiFormTable div.checkboxlist, .form_field div.checkboxlist {
    background-color: #FFFFFF;
    width:30em; 

    margin:0em;
    padding:0.2em;
    border: 2px solid #CCCCCC;
    overflow-y:auto;
    max-height:9em;
    min-height:2em;
}
.multiFormTable span.checkboxlist, .form_field span.checkboxlist {
    background-color: #FFFFFF;
    width:246px;
    display:block;

    margin:0em;
    padding:0.2em;
    border: 2px solid #CCCCCC;
    overflow-y:auto;
    max-height:9em;
    min-height:2em;
}
.multiFormTable div.checkboxlist div, .form_field div.checkboxlist div{
    width:auto;
    border:0px;
    padding: 1px;
    margin: 0px;
    height:1.2em;
    margin-left:0.2em;
}
.multiFormTable span.checkboxlist span, .form_field span.checkboxlist span{
    width:auto;
    border:0px;
    padding: 1px;
    margin: 0px;
    height:1.2em;
    margin-left:0.2em;
}
     


.multiFormTable div.checkboxlist .checkboxlistdisplay, .form_field div.checkboxlist .checkboxlistdisplay{
    padding-left: 0.2em;
    width:auto;
}

.hover_highlight:hover {
    background: #F2F7FD;
}

.string_mline {
    max-height:20em;
    max-width:60em;
    overflow:scroll;
    display:block;
}


img.field_image {
    height:auto; 
    width:auto; 
    max-height:300px;    
    max-height:300px;

}

.field_webcam_snap {
    display:inline-block;
    vertical-align:top;
    margin-left: auto;
    margin-right: auto;
}


.field_webcam_video{
    margin:1em;
}

.field_webcam_capture {
    border-style:solid; 
    border-width:1px; 
    display:inline-flex;
}