Vijayakrishnan 3 роки тому
батько
коміт
20a6367a34

+ 2 - 2
resources/views/app/patient/allergies-center.blade.php

@@ -183,7 +183,7 @@ $allergies = Point::getPointsOfCategoryExtended($patient, 'ALLERGY', $note);
                                 <input type="hidden" data-name="damConceptIdType" value="{{@$allergy->data->damConceptIdType}}">
 
                                 <div class="mb-2">
-                                    <label class="text-sm mb-0">Name</label>
+                                    <label class="text-sm mb-0 font-weight-bold">Name</label>
                                     <input type="text" data-name="name" class="form-control form-control-sm"
                                            value="{{@$allergy->data->name}}"
                                            stag-suggest
@@ -234,7 +234,7 @@ $allergies = Point::getPointsOfCategoryExtended($patient, 'ALLERGY', $note);
                         <div class="col-8">
                             <p class="mb-2"><b>Add Allergy</b></p>
                             <div class="mb-2">
-                                <label class="text-sm mb-0">Name</label>
+                                <label class="text-sm mb-0 font-weight-bold">Name</label>
                                 <input type="text" data-name="name" class="form-control form-control-sm"
                                        stag-suggest
                                        stag-suggest-ep="/fdb-allergy-suggest/json"

+ 10 - 10
resources/views/app/patient/careteam-center.blade.php

@@ -176,13 +176,13 @@ $careTeamMembers = Point::getPointsOfCategoryExtended($patient, 'CARE_TEAM_MEMBE
 
                                 <div class="row mb-2">
                                     <div class="col-6 pr-0">
-                                        <label class="text-sm text-secondary mb-1">Name</label>
+                                        <label class="text-sm mb-1 font-weight-bold">Name</label>
                                         <input type="text" class="form-control form-control-sm min-width-unset"
                                                data-name="name"
                                                value="{{@$careTeamMember->data->name}}">
                                     </div>
                                     <div class="col-6">
-                                        <label class="text-sm text-secondary mb-1">Specialty</label>
+                                        <label class="text-sm mb-1 font-weight-bold">Specialty</label>
                                         <input type="text" class="form-control form-control-sm min-width-unset"
                                                data-name="specialty"
                                                value="{{@$careTeamMember->data->specialty}}">
@@ -191,19 +191,19 @@ $careTeamMembers = Point::getPointsOfCategoryExtended($patient, 'CARE_TEAM_MEMBE
 
                                 <div class="row mb-2">
                                     <div class="col-6 pr-0">
-                                        <label class="text-sm text-secondary mb-1">Organization</label>
+                                        <label class="text-sm mb-1 font-weight-bold">Organization</label>
                                         <input type="text" class="form-control form-control-sm min-width-unset"
                                                data-name="organization"
                                                value="{{@$careTeamMember->data->organization}}">
                                     </div>
                                     <div class="col-3 pr-0">
-                                        <label class="text-sm text-secondary mb-1">Phone</label>
+                                        <label class="text-sm mb-1 font-weight-bold">Phone</label>
                                         <input type="text" class="form-control form-control-sm min-width-unset"
                                                data-name="phone"
                                                value="{{@$careTeamMember->data->phone}}">
                                     </div>
                                     <div class="col-3">
-                                        <label class="text-sm text-secondary mb-1">Fax</label>
+                                        <label class="text-sm mb-1 font-weight-bold">Fax</label>
                                         <input type="text" class="form-control form-control-sm min-width-unset"
                                                data-name="fax"
                                                value="{{@$careTeamMember->data->fax}}">
@@ -256,12 +256,12 @@ $careTeamMembers = Point::getPointsOfCategoryExtended($patient, 'CARE_TEAM_MEMBE
 
                             <div class="row mb-2">
                                 <div class="col-6 pr-0">
-                                    <label class="text-sm text-secondary mb-1">Name</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Name</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="name">
                                 </div>
                                 <div class="col-6">
-                                    <label class="text-sm text-secondary mb-1">Specialty</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Specialty</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="specialty">
                                 </div>
@@ -269,17 +269,17 @@ $careTeamMembers = Point::getPointsOfCategoryExtended($patient, 'CARE_TEAM_MEMBE
 
                             <div class="row mb-2">
                                 <div class="col-6 pr-0">
-                                    <label class="text-sm text-secondary mb-1">Organization</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Organization</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="organization">
                                 </div>
                                 <div class="col-3 pr-0">
-                                    <label class="text-sm text-secondary mb-1">Phone</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Phone</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="phone">
                                 </div>
                                 <div class="col-3">
-                                    <label class="text-sm text-secondary mb-1">Fax</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Fax</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="fax">
                                 </div>

+ 2 - 146
resources/views/app/patient/goals-center.blade.php

@@ -178,80 +178,8 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
 
                             @if($goal->added_in_note_id === $note->id)
 
-                                {{--<div class="mb-2">
-                                    <label class="text-sm text-secondary mb-1">Category</label>
-                                    <select type="text" data-name="category" class="form-control form-control-sm">
-                                        <option value="">-- select --</option>
-                                        <option {{ @($goal->data->category) === 'NUTRITION' ? 'selected' : '' }} value="NUTRITION">NUTRITION</option>
-                                        <option {{ @($goal->data->category) === 'ACTIVITY' ? 'selected' : '' }} value="ACTIVITY">ACTIVITY</option>
-                                        <option {{ @($goal->data->category) === 'SLEEP' ? 'selected' : '' }} value="SLEEP">SLEEP</option>
-                                        <option {{ @($goal->data->category) === 'SOCIAL CONNECTION' ? 'selected' : '' }} value="SOCIAL CONNECTION">SOCIAL CONNECTION</option>
-                                        <option {{ @($goal->data->category) === 'STRESS REDUCTION' ? 'selected' : '' }} value="STRESS REDUCTION">STRESS REDUCTION</option>
-                                        <option {{ @($goal->data->category) === 'RISKY SUBSTANCE AVOIDANCE' ? 'selected' : '' }} value="RISKY SUBSTANCE AVOIDANCE">RISKY SUBSTANCE AVOIDANCE</option>
-                                        <option {{ @($goal->data->category) === 'OTHER' ? 'selected' : '' }} value="OTHER">OTHER</option>
-                                    </select>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="NUTRITION">
-                                    <div class="mb-1">Specific - What specific food would you like to add/change?</div>
-                                    <div class="mb-1">Measurable - How much or how many will you add or change?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you do? (improvement over perfection)</div>
-                                    <div class="mb-2">Time-Connected - How often or for how long will you make this change?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will add 1 cup of berries to breakfast and a small apple or orange as an afternoon snack at least five days this week."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="ACTIVITY">
-                                    <div class="mb-1">Specific - What specific activity would you like to add/change?</div>
-                                    <div class="mb-1">Measurable - How much activity, how many sessions?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you actually do? (know your limits, start small, build)</div>
-                                    <div class="mb-2">Time-Connected - How frequent or how long will you do the activity?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will walk with a friend or family member for at least 20 minutes after dinner, every weekday for the next two months."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="SLEEP">
-                                    <div class="mb-1">Specific - What are you going to do to improve your sleep quality/quantity?</div>
-                                    <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                    <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will begin a new bedtime routine of shutting off the television and instead, read a book for at least 30 minutes before bed, four nights this week."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="SOCIAL CONNECTION">
-                                    <div class="mb-1">Specific - What are you going to do to improve feelings of connectedness?</div>
-                                    <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                    <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will increase my feeling of social connectedness by joining a group fitness class that meets for an hour, three nights of the week."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="STRESS REDUCTION">
-                                    <div class="mb-1">Specific - What are you going to do to manage your stress?</div>
-                                    <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                    <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will write about what I am thankful for at least 10 minutes three times per week."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="RISKY SUBSTANCE AVOIDANCE">
-                                    <div class="mb-1">Specific - What are you going to do to decrease your substance use?</div>
-                                    <div class="mb-1">Measurable - How much will you reduce it by?</div>
-                                    <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                    <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                    <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                    <div class="font-italic"><b>Example:</b> "I will swap my morning cigarette with chewing gum at least 5 days this week for the next four weeks. I will ask my partner to help keep me on track and use the free texting service for more support."</div>
-                                </div>
-
-                                <div class="bg-light border mb-2 p-2 help-text d-none" data-category="OTHER">
-                                    <div class="">Ensure that the goal is Specific, Measurable, Attainable, Realistic and Time-Connected.</div>
-                                </div>--}}
-
                                 <div class="mb-2">
-                                    <label class="text-sm text-secondary mb-1">Goal</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Goal</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset"
                                            data-name="goal"
                                            value="{{@$goal->data->goal}}">
@@ -301,79 +229,7 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
                             <div class="row mb-2">
                                 <div class="col-12">
 
-                                    {{--<div class="mb-2">
-                                        <label class="text-sm text-secondary mb-1">Category</label>
-                                        <select type="text" data-name="category" class="form-control form-control-sm">
-                                            <option value="">-- select --</option>
-                                            <option value="NUTRITION">NUTRITION</option>
-                                            <option value="ACTIVITY">ACTIVITY</option>
-                                            <option value="SLEEP">SLEEP</option>
-                                            <option value="SOCIAL CONNECTION">SOCIAL CONNECTION</option>
-                                            <option value="STRESS REDUCTION">STRESS REDUCTION</option>
-                                            <option value="RISKY SUBSTANCE AVOIDANCE">RISKY SUBSTANCE AVOIDANCE</option>
-                                            <option value="OTHER">OTHER</option>
-                                        </select>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="NUTRITION">
-                                        <div class="mb-1">Specific - What specific food would you like to add/change?</div>
-                                        <div class="mb-1">Measurable - How much or how many will you add or change?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you do? (improvement over perfection)</div>
-                                        <div class="mb-2">Time-Connected - How often or for how long will you make this change?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will add 1 cup of berries to breakfast and a small apple or orange as an afternoon snack at least five days this week."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="ACTIVITY">
-                                        <div class="mb-1">Specific - What specific activity would you like to add/change?</div>
-                                        <div class="mb-1">Measurable - How much activity, how many sessions?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you actually do? (know your limits, start small, build)</div>
-                                        <div class="mb-2">Time-Connected - How frequent or how long will you do the activity?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will walk with a friend or family member for at least 20 minutes after dinner, every weekday for the next two months."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="SLEEP">
-                                        <div class="mb-1">Specific - What are you going to do to improve your sleep quality/quantity?</div>
-                                        <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                        <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will begin a new bedtime routine of shutting off the television and instead, read a book for at least 30 minutes before bed, four nights this week."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="SOCIAL CONNECTION">
-                                        <div class="mb-1">Specific - What are you going to do to improve feelings of connectedness?</div>
-                                        <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                        <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will increase my feeling of social connectedness by joining a group fitness class that meets for an hour, three nights of the week."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="STRESS REDUCTION">
-                                        <div class="mb-1">Specific - What are you going to do to manage your stress?</div>
-                                        <div class="mb-1">Measurable - How much time, how many sessions?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                        <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will write about what I am thankful for at least 10 minutes three times per week."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="RISKY SUBSTANCE AVOIDANCE">
-                                        <div class="mb-1">Specific - What are you going to do to decrease your substance use?</div>
-                                        <div class="mb-1">Measurable - How much will you reduce it by?</div>
-                                        <div class="mb-1">Attainable - Do you have what it takes to follow through?</div>
-                                        <div class="mb-1">Realistic - What can you actually do? (improvement over perfection)</div>
-                                        <div class="mb-2">Time-Connected - How frequent? How long will you commit?</div>
-                                        <div class="font-italic"><b>Example:</b> "I will swap my morning cigarette with chewing gum at least 5 days this week for the next four weeks. I will ask my partner to help keep me on track and use the free texting service for more support."</div>
-                                    </div>
-
-                                    <div class="bg-light border mb-2 p-2 help-text d-none" data-category="OTHER">
-                                        <div class="">Ensure that the goal is Specific, Measurable, Attainable, Realistic and Time-Connected.</div>
-                                    </div>--}}
-
-                                    <label class="text-sm text-secondary mb-0">Goal</label>
+                                    <label class="text-sm mb-0 font-weight-bold">Goal</label>
                                     <input type="text"
                                            data-name="goal"
                                            class="form-control form-control-sm"

+ 2 - 2
resources/views/app/patient/medications-center.blade.php

@@ -185,7 +185,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
                                 <input type="hidden" data-name="gcnSeqno" value="{{@$medication->data->gcnSeqno}}">
 
                                 <div class="mb-2">
-                                    <label class="text-sm mb-1">Drug</label>
+                                    <label class="text-sm mb-1 font-weight-bold">Drug</label>
                                     <input type="text" class="form-control form-control-sm min-width-unset prescription-medication"
                                            data-name="name"
                                            value="{{@$medication->data->name}}"
@@ -240,7 +240,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
                         <div class="col-8">
                             <p class="mb-2"><b>Add Medication</b></p>
                             <div class="mb-2">
-                                <label class="mb-0">Name</label>
+                                <label class="mb-0 font-weight-bold">Name</label>
                                 <input type="text"
                                        data-name="name"
                                        class="form-control form-control-sm"

+ 20 - 19
resources/views/app/patient/problems-center.blade.php

@@ -199,23 +199,24 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
                                 <input type="hidden" data-name="dxid" value="{{@$problem->data->dxid}}">
                                 <input type="hidden" data-name="icd-type" value="{{@$problem->data->{'icd-type'} }}">
 
-                                <div class="mb-2">
-                                    <label class="text-sm text-secondary mb-1">Problem</label>
-                                    <input type="text" class="form-control form-control-sm min-width-unset"
-                                           data-name="name"
-                                           value="{{@$problem->data->name}}"
-                                           stag-suggest
-                                           stag-suggest-ep="/fdb-dx-suggest/json">
-                                </div>
-
-                                <div class="mb-2">
-                                    <label class="text-sm text-secondary mb-0">ICD</label>
-                                    <input type="text"
-                                           data-name="icd"
-                                           data-option-list
-                                           class="form-control form-control-sm"
-                                           value="{{@$problem->data->icd}}">
-                                    <div class="data-option-list"></div>
+                                <div class="row mb-2">
+                                    <div class="col-8 pr-0">
+                                        <label class="text-sm mb-0 font-weight-bold">Problem</label>
+                                        <input type="text" class="form-control form-control-sm min-width-unset"
+                                               data-name="name"
+                                               value="{{@$problem->data->name}}"
+                                               stag-suggest
+                                               stag-suggest-ep="/fdb-dx-suggest/json">
+                                    </div>
+                                    <div class="col-4">
+                                        <label class="text-sm mb-0 font-weight-bold">ICD</label>
+                                        <input type="text"
+                                               data-name="icd"
+                                               data-option-list
+                                               class="form-control form-control-sm"
+                                               value="{{@$problem->data->icd}}">
+                                        <div class="data-option-list"></div>
+                                    </div>
                                 </div>
 
                             @else
@@ -263,7 +264,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
                             <p class="mb-2"><b>Add Problem</b></p>
                             <div class="row mb-2">
                                 <div class="col-8 pr-0">
-                                    <label class="text-sm text-secondary mb-0">Name</label>
+                                    <label class="text-sm mb-0 font-weight-bold">Name</label>
                                     <input type="text"
                                            data-name="name"
                                            class="form-control form-control-sm"
@@ -273,7 +274,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
                                            required>
                                 </div>
                                 <div class="col-4">
-                                    <label class="text-sm text-secondary mb-0">ICD</label>
+                                    <label class="text-sm mb-0 font-weight-bold">ICD</label>
                                     <input type="text"
                                            data-name="icd"
                                            data-option-list

+ 11 - 11
resources/views/app/patient/wizard-partials/common-fields.blade.php

@@ -1,8 +1,8 @@
 <div class="mb-2">
-    <span class="">Is this {{$label}} active?</span>
+    <span class="font-weight-bold">Is this {{$label}} active?</span>
     <div class="d-flex align-items-baseline mt-1">
         <label class="my-0 d-inline-flex align-items-center">
-            <input type="radio" name="isRemoved" value="0" {{$point && !$point->is_removed ? 'checked' : ''}}>
+            <input type="radio" name="isRemoved" value="0" {{!$point || !$point->is_removed ? 'checked' : ''}}>
             <span class="ml-1">Yes</span>
         </label>
         <label class="ml-3 my-0 d-inline-flex align-items-center">
@@ -17,7 +17,7 @@
     <hr class="mb-2 mt-0">
 
     <div class="mb-2">
-        <span class="">Is this pre-existing, or being {{@$addVerbPT ?: 'added'}} during this visit?</span>
+        <span class="font-weight-bold">Is this pre-existing, or being {{@$addVerbPT ?: 'added'}} during this visit?</span>
         <div class="d-flex align-items-baseline mt-1">
             <label class="my-0 d-inline-flex align-items-center">
                 <input type="radio" name="additionReasonCategory" value="ON_INTAKE"
@@ -42,7 +42,7 @@
 
     @if(@$point)
         <div class="mb-2">
-            <span class="">Is this {{$label}} being removed due to an entry error?</span>
+            <span class="font-weight-bold">Is this {{$label}} being removed due to an entry error?</span>
             <div class="d-flex align-items-baseline mt-1">
                 <label class="my-0 d-inline-flex align-items-center">
                     <input type="radio" name="isRemovedDueToEntryError" value="1" {{$point && $point->is_removed_due_to_entry_error === '1' ? 'checked' : ''}}>
@@ -59,7 +59,7 @@
     <div {{@$point ? 'if-not-entry-error class="d-none"' : ''}}>
 
         <div class="mb-2">
-            <span class="">Was this {{$label}} removed PRIOR to this visit or DURING this visit?</span>
+            <span class="font-weight-bold">Was this {{$label}} removed PRIOR to this visit or DURING this visit?</span>
             <div class="d-flex align-items-baseline mt-1">
                 <label class="my-0 d-inline-flex align-items-center">
                     <input type="radio" name="removalReasonCategory" value="ON_INTAKE" {{$point && $point->removal_reason_category === 'ON_INTAKE' ? 'checked' : ''}}>
@@ -80,14 +80,14 @@
     <div if-addition-or-removal-on-intake-or-during-visit class="d-none">
         <div class="row mb-2">
             <div class="col-6 pr-0">
-                <label class="text-sm mb-0">Start Date</label>
+                <label class="text-sm mb-0 font-weight-bold">Start Date</label>
                 <input type="date"
                        data-name="start_date"
                        value="{{@$point->data ? @$point->data->start_date : ''}}"
                        class="form-control form-control-sm min-width-unset">
             </div>
             <div class="col-6">
-                <label class="text-sm mb-0">{{@$addVerbPT ? ucwords($addVerbPT) : 'Added'}} By</label>
+                <label class="text-sm mb-0 font-weight-bold">{{@$addVerbPT ? ucwords($addVerbPT) : 'Added'}} By</label>
                 <input type="text"
                        data-name="prescriber"
                        value="{{@$point->data ? @$point->data->prescriber : ''}}"
@@ -98,14 +98,14 @@
             <div if-removal-on-intake-or-during-visit class="d-none">
                 <div class="row mb-2">
                     <div class="col-6 pr-0">
-                        <label class="text-sm mb-0">End Date</label>
+                        <label class="text-sm mb-0 font-weight-bold">End Date</label>
                         <input type="date"
                                name="removalEffectiveDate"
                                value="{{@$point->removal_effective_date}}"
                                class="form-control form-control-sm min-width-unset">
                     </div>
                     <div class="col-6">
-                        <label class="text-sm mb-0">Removal By/Memo</label>
+                        <label class="text-sm mb-0 font-weight-bold">Removal By/Memo</label>
                         <input type="text"
                                name="removalReasonMemo"
                                value="{{@$point->removal_reason_memo}}"
@@ -156,7 +156,7 @@
                     }
                 }
                 ?>
-                <label class="text-sm mb-1">{{@$reviewLabel ? $reviewLabel : 'Review'}}</label>
+                <label class="text-sm mb-1 font-weight-bold">{{@$reviewLabel ? $reviewLabel : 'Review'}}</label>
                 <div note-rte
                      class="form-group mb-2 border-left border-right rte-holder bg-white"
                      data-field-name="reviewValue"><?= $currentValue ?></div>
@@ -200,7 +200,7 @@
                     }
                 }
                 ?>
-                <label class="text-sm mb-1">Plan</label>
+                <label class="text-sm mb-1 font-weight-bold">Plan</label>
                 <div note-rte
                      class="form-group mb-2 border-left border-right rte-holder bg-white"
                      data-field-name="planValue"><?= $currentValue ?></div>