-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
255 lines (209 loc) · 4.02 KB
/
index.css
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
body {
margin: 10px;
}
button:focus {
outline: none;
}/*
div {
display: inline-block;
width: 100%;
}*/
.nopadding {
padding-top: 0px !important;
padding-bottom: 6px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
.dashed_gray_button {
background-color: white;
border-style: dashed;
}
.dashed_gray_button:hover {
background-color: #f8f8f8;
border-style: dashed;
}
.dashed_gray_button:active {
background-color: #f0f0f0;
border-style: dashed;
}
.clickable {
cursor: pointer;
}
.right_float {
float: right;
}
.sectioncontainer {
border: solid #cccccc thin;
background-color: #fafafa;
padding: 5px 0px 5px 0px;
}
.opaque {
opacity: 0.2;
}
input.required, input.ng-invalid {
background-color: #ffff80
}
.summary_table {
table-layout: fixed;
width: 100%;
text-align: left;
border-collapse: collapse;
font-size: 14px;
}
.summary_table_header {
padding: 0px 0px 0px 5px;
}
.summary_table_rows {
border: solid #e2e2e2 thin;
background-color: #fafafa;
}
.summary_table_detail_header {
padding: 0px 0px 0px 15px !important;
}
.summary_table_detail_rows {
border: solid #f0f0f0 thin;
background-color: #fefefe;
}
.summary_table_add_button {
width: 100%;
font-style: oblique;
color: #808080;
}
.summary_table_main_cell {
max-width: 100%;
padding: 2.5px;
}
.summary_table_detail_cell {
padding: 5px;
}
.summary_edit_button {
text-align: right;
padding-top: 5px;
}
.inline_div {
display: inline-block;
}
.hidden {
display: none !important;
}
.border_light {
border: black;
border-width: 2px;
border-style: solid;
border-radius: 5px;
}
.border_main_panel {
border: black;
border-width: 2px;
border-style: solid;
border-radius: 5px;
}
.overlay {
opacity: 0.2;
z-index: 10;
position: fixed;
}
.header_label {
font-size: 20px;
padding: 5px !important;
}
label {
font-weight: normal !important;
padding: 2px 5px 2px 5px;
}
#summary_body label {
width: inherit;
}
.submit_button {
margin: 5px 5px 5px 5px;
padding: 5px;
width: 15%;
border: #999999 solid thin;
background: #eaeaea;
}
.small-input {
padding-left: 3px !important;
}
.leftmargin {
margin-left: 5px;
}
.noleftmargin {
margin-left: 0px !important;
}
.summarydiagnosisheader:hover, .summarydiagnosisbutton:hover {
background: #f4f4f4;
}
.summarydiagnosisheader:active, .summarydiagnosisbutton:active {
background: #eaeaea;
}
.summarydiagnosisbutton {
text-align: center;
border: #e2e2e2 solid thin;
}
#addDiagnosisPrompt {
width: 100%;
display: inline-block;
padding: 10px;
}
span {
display: flex;
white-space: nowrap;
width: 100%;
}
#personalDetails_main span, #summary_body span {
width: calc(100% - 6px);
height: 32px;
padding: 3px 2px 3px 2px;
}
#diagnosisDetails_main span {
/*width: calc(100% - 6px);*/
padding: 2px 0px 2px 0px;
}
#diagnosisDetails_main .diagnosisfield {
width: calc(100% - 6px);
padding: 2px 0px 2px 0px;
}
#personalDetails_main, #summary_main {
padding: 10px;
display: inline-block;
width: 100%;
}
#personalDetails_main input {
width: 100%;
padding: 2px;
}
#diagnosisDetails_main {
padding: 10px;
display: inline-block;
width: 100%;
}
#diagnosisDetails_main textarea {
width: calc(100% - 3px);
padding: 10px;
margin: 5px;
min-height: 100px;
overflow: hidden;
resize: vertical;
}
#diagnosisDetails_main input {
width: calc(100% - 3px);
height: 25px;
padding: 2px;
margin: 5px;
}
#diagnosisDetails_main .inline-fields {
width: calc(100% - 3px);
display: flex;
margin: 2px 5px 2px 5px;
}
#diagnosisDetails_main .medication-name {
margin: 0px 5px 0px 0px;
}
#diagnosisDetails_main .medication-dose {
margin: 0px 10px 0px 5px;
}
#diagnosisDetails_main .medication-add-button, .medication-remove-button {
height: 25px;
min-width: 25px;
max-width: 25px;
}