2 * Copyright (C) 2016 Kevin Yeh <kevin.y@integralemr.com>
3 * Copyright (C) 2019 Brady Miller <brady.g.miller@gmail.com>
4 * Copyright (C) 2020 Tyler Wrenn <tyler@tylerwrenn.com>
6 * LICENSE: This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 3
9 * of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
18 * @author Kevin Yeh <kevin.y@integralemr.com>
19 * @author Robert Down <robertdown@live.com>
20 * @author Brady Miller <brady.g.miller@gmail.com>
21 * @author Tyler Wrenn <tyler@tylerwrenn.com>
22 * @link http://www.open-emr.org
25 /* TODO: Fully redesign the navbar to be better supported with BS4 */
27 @import "directional";
32 flex-direction: column;
41 flex-direction: column;
46 align-content: space-between;
50 flex-direction: column;
60 margin-top: 0.1875rem;
68 align-content: space-between;
76 margin-bottom: 0.5rem;
78 margin-right: 0.75rem;
80 padding: 0 !important;
93 flex-direction: column;
106 align-content: stretch;
107 align-items: stretch;
110 flex-direction: column;
115 border: 0 solid var(--black);
133 border-left: 1px solid var(--primary);
134 border-right: 1px solid var(--primary);
135 border-top: 4px solid var(--primary);
151 border-bottom: 1px solid var(--primary);
154 border-top: 4px solid transparent !important;
160 background: transparent !important;
161 border-bottom: 1px solid var(--primary);
164 border-top: 4px solid transparent;
169 background-color: var(--light);
173 color: var(--dark) !important;
177 margin-#{$right}: 7px;
181 .patientPicture img {
185 .patientCurrentEncounter {
189 .patientCurrentEncounter a {
190 color: var(--dark) !important;
201 padding-#{$right}: 20px;
204 .patientEncounterList {
205 background: var(--white);
206 border: 1px solid var(--black);
213 .patientEncounterList table.encounters {
217 .patientEncounterList:hover table.encounters {
221 .patientEncounterList > div {
225 .patientEncounterList:hover {
231 .patientEncounterList > div:hover,
232 .patientEncounterList table.encounters td:hover,
233 .patientInfo .clear:hover i {
234 color: var(--danger);
237 .patientEncounterList .review {
238 background-color: var(--gray);
239 border: 1px solid var(--black);
250 padding: 1px 1px 1px 10px;
253 /* TODO: Marked this class for removal */
264 .appMenu_small > span {
269 .appMenu > span:hover,
270 .appMenu .appMenu > span:hover {
271 background-color: var(--primary);
273 text-decoration: none;
281 padding: 1px 5px 2px 1px;
284 .appMenu li:hover > .menuDisabled {
285 background-color: transparent;
288 .appMenu_small .menuLabel {
296 .appMenu_small .oe-show {
305 background-color: #cce3f8;
308 .menuSection > .menuEntries {
309 box-shadow: 0 5px 5px var(--gray);
319 .menuSection > .menuEntries .menuEntries {
326 .menuSection:hover > .menuEntries {
330 /* Needed for things that require it */
332 box-shadow: 0 5px 5px var(--gray) !important;
336 /* Need separate styling for top level vs submenu items
337 * This currently controls ALL links in menu, no bueno
342 padding: 0.9375rem 0.625rem;
343 transition: background-color 0.1s ease;
352 /** Only apply if not an actual link **/
353 div.menuLabel:hover {
354 cursor: default !important;
358 .menuEntries li .menuLabel {
364 .menuEntries li .menuLabel:hover {
365 background-color: #cce3f8;
374 background-color: transparent;
375 color: var(--gray300) !important;
376 pointer-events: none;
390 background-color: var(--light);
398 background-color: var(--light);
403 #username:hover > .userfunctions {
408 #username > .userfunctions > div:hover {
409 color: var(--danger);
422 display: inline-block;
435 margin: 12px 5px 0 10px;
448 @media (max-width: 768px) {
451 padding-#{$left}: 1px;
454 #framesDisplay > div {
462 padding: 0 5px 0 0 !important;
466 float: right !important;
467 margin: 3px 10px 0 4px !important;
470 #attendantData .patientDataColumn:nth-child(1) span {
476 #attendantData .patientDataColumn {
480 #attendantData .patientDataColumn:nth-child(1) .patientInfo .ptName span {
484 #attendantData .patientDataColumn:nth-child(1) .patientInfo .ptName span:nth-child(2) {
500 transform: scaleX(-1);