style.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  1. :root {
  2. --w-70: 70%;
  3. --primary-color: #1c4587;
  4. --bg-grey: #EDEEF1;
  5. }
  6. /* login css */
  7. .login-container {
  8. background-color: var(--bg-grey);
  9. }
  10. .login-header {
  11. font-size: 30px;
  12. font-weight: 100;
  13. }
  14. .login-form {
  15. padding: 50px;
  16. }
  17. .login-form label {
  18. font-size: 14px;
  19. color: #454859;
  20. }
  21. .login-form .form-control {
  22. height: calc(1.5em + 0.75rem + 0.3px);;
  23. }
  24. .bg-holder {
  25. background-image: url(/login-rhs.jpg);
  26. background-size: cover;
  27. }
  28. .login-container .logo {
  29. font-size: 35px;
  30. font-weight: 800;
  31. color: rgb(13, 89, 175);
  32. }
  33. .login-container small {
  34. font-size: 12px;
  35. color: #999;
  36. }
  37. /* end of login */
  38. .w-70 {
  39. width: var(--w-70);
  40. }
  41. .text-warning-mellow {
  42. color: #d8a714!important;
  43. }
  44. .stag-primary-bg {
  45. background-color: var(--primary-color) !important;
  46. color: #fff;
  47. }
  48. .stag-primary-border {
  49. border-color: var(--primary-color) !important;
  50. }
  51. .navbar-brand {
  52. font-size: 16px !important;
  53. font-weight: 600;
  54. }
  55. .navbar-brand>img {
  56. max-width: 160px;
  57. }
  58. .sidebar .nav-link {
  59. padding: .25rem 1rem;
  60. }
  61. .sidebar .nav-item {
  62. margin-right: 0;
  63. }
  64. .sidebar .nav-item .nav-child-list {
  65. list-style: none;
  66. }
  67. .sidebar .nav-item .nav-child-list .nav-item .nav-link {
  68. padding-left: 2.75rem;
  69. }
  70. .sidebar .if-not-collapsed, .sidebar .if-collapsed {
  71. display: none;
  72. }
  73. .sidebar .nav-item.nav-child-collapsed .if-collapsed {
  74. display: block;
  75. }
  76. .sidebar .nav-item:not(.nav-child-collapsed) .if-not-collapsed {
  77. display: block;
  78. }
  79. .sidebar .nav-item.nav-child-collapsed .nav-child-list {
  80. display: none;
  81. }
  82. .navbar-dark .nav-item .nav-link {
  83. color: #fff;
  84. }
  85. .dropdown-menu {
  86. margin-top: 7px;
  87. border-radius: 0;
  88. min-width: 100px;
  89. }
  90. .dropdown-item:not(:last-child) {
  91. border-bottom:1px solid #ddd;
  92. }
  93. main {
  94. padding:0 1rem;
  95. }
  96. /* ability to toggle the video pane (rhs) */
  97. .stag_rhs_toggle, .stag_rhs_toggle:hover {
  98. position: fixed;
  99. bottom: 0;
  100. right: 0;
  101. padding: 0.25rem 0.75rem;
  102. border-top-left-radius: 6px;
  103. background-color: var(--primary-color);
  104. color: #fff;
  105. z-index: 2;
  106. }
  107. body.stag_rhs_collapsed .v-split,
  108. body.stag_rhs_collapsed .app-right-panel {
  109. display: none !important;
  110. }
  111. .delete-column {
  112. width: 120px;
  113. }
  114. .m-negator {
  115. margin-left: -1.25rem !important;
  116. margin-right: -1.25rem !important;
  117. }
  118. .pl-3-5 {
  119. padding-left: 1.25rem !important;
  120. }
  121. .lh-24px {
  122. height: 24px;
  123. line-height: 24px;
  124. }
  125. .mcp-theme-1 *:not(i) {
  126. font-family: Verdana, sans-serif;
  127. font-size: 12px;
  128. }
  129. .mcp-theme-1 .font-size-11 {
  130. font-size: 11px;
  131. }
  132. .mcp-theme-1 .font-size-13 {
  133. font-size: 13px;
  134. }
  135. .mcp-theme-1 .font-size-14 {
  136. font-size: 14px;
  137. }
  138. .mcp-theme-1 .font-size-16 {
  139. font-size: 16px;
  140. }
  141. .mcp-theme-1 .font-underline {
  142. text-decoration: underline;
  143. }
  144. .mcp-theme-1 .on-hover-opaque {
  145. opacity: 0.6;
  146. }
  147. .mcp-theme-1 .on-hover-opaque:hover {
  148. opacity: 1;
  149. }
  150. .mcp-theme-1 .opacity-60 {
  151. opacity: .6;
  152. }
  153. .mcp-theme-1 .overflow-visible {
  154. overflow: visible;
  155. }
  156. .mcp-theme-1 .text-secondary-light {
  157. color: #c9ddef !important;
  158. }
  159. .mcp-theme-1 a, .mcp-theme-1 a:link {
  160. color: rgb(13, 89, 175);
  161. }
  162. .mcp-theme-1 .btn.btn-primary {
  163. background: rgb(13, 89, 175);
  164. border-color: rgb(13, 89, 175);
  165. box-shadow: none;
  166. }
  167. #sidebarMenu .mcp-theme-1 .nav-item {
  168. margin: 0;
  169. }
  170. #sidebarMenu .mcp-theme-1 .nav-link:hover {
  171. background: #e3e3e394;
  172. }
  173. #sidebarMenu .mcp-theme-1 .nav-link {
  174. border-top: 1px solid transparent;
  175. }
  176. #sidebarMenu .mcp-theme-1 .nav-link.active {
  177. border-top: 1px solid #f8f9fa;
  178. background: #e2e2e2;
  179. }
  180. .mcp-theme-1 .text-sm {
  181. font-size: 85%;
  182. }
  183. .mcp-theme-1 .text-sm-incl-children,
  184. .mcp-theme-1 .text-sm-incl-children *:not(i) {
  185. font-size: 0.8rem;
  186. }
  187. .mcp-theme-1 .minutes-label {
  188. width: 40px;
  189. }
  190. .mcp-theme-1 .memo-textarea {
  191. min-width: 200px;
  192. height: 60px;
  193. }
  194. .main-row {
  195. display: flex;
  196. flex-wrap: nowrap;
  197. margin-right: -15px;
  198. margin-left: -15px;
  199. }
  200. .main-row > .sidebar {
  201. width: 180px;
  202. min-width: 180px;
  203. }
  204. .main-row > main {
  205. flex-grow: 1;
  206. }
  207. html, body {
  208. height: 100%;
  209. }
  210. body>nav.navbar {
  211. height: 55px;
  212. }
  213. .stag-content {
  214. height: calc(100% - 55px);
  215. }
  216. [moe][large] form {
  217. width: 450px;
  218. }
  219. [moe][bottom] form {
  220. bottom: 100%;
  221. }
  222. .moe-disabled[moe] {
  223. cursor: not-allowed;
  224. }
  225. .moe-disabled[moe] [start][show] {
  226. opacity: 0.5;
  227. pointer-events: none;
  228. }
  229. .mcp-theme-1 .stag-no-wrap-td {
  230. max-width: 260px;
  231. }
  232. .mcp-theme-1 .stag-no-wrap {
  233. max-width: 250px;
  234. overflow: hidden;
  235. text-overflow: ellipsis;
  236. white-space: nowrap;
  237. display: block;
  238. }
  239. .mcp-theme-1 .form-control.form-control-sm:not(.min-width-unset) {
  240. min-width: 200px;
  241. }
  242. .mcp-theme-1 [large] .form-control.form-control-sm {
  243. min-width: unset;
  244. }
  245. [wide] .form-control.form-control-sm {
  246. min-width: 480px;
  247. }
  248. [moe][center] [url]:not([show]) {
  249. position: fixed;
  250. top: 10%;
  251. max-height: 88%;
  252. overflow-y: auto;
  253. overflow-x: hidden;
  254. left: calc(50% - 250px);
  255. width: 500px;
  256. }
  257. [moe][center][wide] [url]:not([show]) {
  258. left: calc(50% - 400px);
  259. width: 800px;
  260. }
  261. [moe][center] [url]:not([show]) .form-control.form-control-sm {
  262. min-width: unset;
  263. max-width: 100%;
  264. }
  265. .mcp-theme-1 .width-200px {
  266. width: 200px !important;
  267. }
  268. .mcp-theme-1 .width-22px {
  269. width: 22px !important;
  270. }
  271. .mcp-theme-1 .width-30px {
  272. width: 30px !important;
  273. }
  274. .mcp-theme-1 .width-50px {
  275. width: 50px !important;
  276. }
  277. .mcp-theme-1 .width-70px {
  278. width: 70px !important;
  279. }
  280. .mcp-theme-1 .min-width-140px {
  281. min-width: 140px !important;
  282. }
  283. .mcp-theme-1 .min-width-200px {
  284. min-width: 200px !important;
  285. }
  286. .mcp-theme-1 .min-width-300px {
  287. min-width: 300px;
  288. }
  289. .mcp-theme-1 .width-100px {
  290. width: 100px;
  291. min-width: unset !important;
  292. max-width: unset !important;
  293. }
  294. .mcp-theme-1 .width-100pc {
  295. width: 100% !important;
  296. min-width: unset !important;
  297. }
  298. .mcp-theme-1 .max-width-200px {
  299. max-width: 200px;
  300. }
  301. .mcp-theme-1 .max-width-300px {
  302. max-width: 300px;
  303. }
  304. .mcp-theme-1 .outline-0 {
  305. outline: none !important;
  306. box-shadow: none !important;
  307. }
  308. .cancelled-item {
  309. opacity: 0.5;
  310. }
  311. .cancelled-item:not(.always-clickable) * {
  312. pointer-events: none;
  313. }
  314. .note-content {
  315. max-height: 300px;
  316. overflow-y: auto;
  317. }
  318. .note-content:not([auto-edit]) {
  319. padding: 1rem;
  320. padding-bottom: 0;
  321. cursor: pointer;
  322. position: relative;
  323. }
  324. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  325. content: '(click to change)';
  326. display: block;
  327. color: #535353;
  328. padding-bottom: 0.3rem;
  329. }
  330. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  331. border-left: 0;
  332. border-right: 0;
  333. }
  334. .mcp-theme-1 .ql-editor[contenteditable] {
  335. min-height: 100px;
  336. }
  337. .ql-container p {
  338. margin-top: 1rem;
  339. }
  340. .note-content ul {
  341. list-style: none !important;
  342. }
  343. .ql-editor ul > li::before {
  344. content: '';
  345. }
  346. .m-neg-4 {
  347. margin-left: -1.25rem;
  348. margin-right: -1.25rem;
  349. }
  350. .mcp-theme-1 .ql-toolbar .ql-formats * {
  351. font-size: 12px !important;
  352. }
  353. .mcp-theme-1 .ql-toolbar.ql-snow {
  354. padding: 3px;
  355. background: #f7f7f7;
  356. }
  357. .mcp-theme-1 .ql-snow .ql-picker {
  358. height: 22px;
  359. }
  360. .mcp-theme-1 .ql-snow.ql-toolbar button {
  361. height: 22px;
  362. width: 26px;
  363. }
  364. .rte-holder .ql-container p {
  365. margin-top: 0;
  366. margin-bottom: 0.3rem;
  367. }
  368. .note-section:not(.edit) .if-not-edit {
  369. display: block !important;
  370. }
  371. .note-section:not(.edit) div.if-not-edit {
  372. padding-left: 1rem;
  373. }
  374. .note-section:not(.edit):hover {
  375. background: #f6f9fc;
  376. cursor: pointer;
  377. }
  378. .note-signed-by-hcp .note-section:not(.edit):hover {
  379. background: #f6f9fc;
  380. cursor: auto;
  381. }
  382. .note-section.edit .if-edit {
  383. display: block !important;
  384. }
  385. .c-pointer {
  386. cursor: pointer;
  387. }
  388. .events-none {
  389. pointer-events: none;
  390. }
  391. .blocking-overlay {
  392. opacity: 0 !important;
  393. cursor: default;
  394. }
  395. .inset-comment p {
  396. margin-bottom: 0.3rem;
  397. }
  398. .inset-comment p:last-child {
  399. margin-bottom: 0 !important;
  400. }
  401. .note-section.edit {
  402. background: #f0f8ff7d;
  403. outline: 2px solid #9de3ff;
  404. }
  405. .note-section.edit .ql-editor,
  406. .note-section.edit .btn-default {
  407. background-color: #fff !important;
  408. }
  409. /*.note-section-item-row:not(:first-child) {
  410. padding-top: 10px;
  411. border-top: 1px solid #ccc;
  412. }*/
  413. /* override med ac css */
  414. #searchResults {
  415. z-index: 100001 !important;
  416. }
  417. input.search_field, textarea.search_field {
  418. background-position: right 7px center !important;
  419. padding-right: 23px !important;
  420. }
  421. .ansList:focus, .search_field:focus {
  422. background-color: #fff !important;
  423. }
  424. @media (min-width: 1000px) {
  425. .navbar.navbar-dark {
  426. height: 55px;
  427. position: fixed;
  428. top: 0;
  429. left: 0;
  430. width: 100%;
  431. z-index: 9999;
  432. }
  433. .main-row > .sidebar {
  434. width: 180px;
  435. min-width: 180px;
  436. position: fixed;
  437. left: 0;
  438. top: 55px;
  439. z-index: 8;
  440. height: calc(100% - 55px);
  441. overflow-y: overlay;
  442. }
  443. .main-row {
  444. padding-left: 180px;
  445. }
  446. .navbar.navbar-dark+[role="main"] {
  447. padding-top: 55px;
  448. }
  449. }
  450. .font-smaller {
  451. font-size: 11px !important;
  452. }
  453. .text-ellipsis {
  454. white-space: nowrap;
  455. overflow: hidden;
  456. text-overflow: ellipsis;
  457. }
  458. .outline-0 {
  459. outline: none !important;
  460. }
  461. .note-widget-item:hover {
  462. background: #eee;
  463. }
  464. .note-widget-title {
  465. background: #ccc !important;
  466. color: #333 !important;
  467. font-size: 12px !important;
  468. font-weight: bold !important;
  469. }
  470. .navbar-collapse.show {
  471. background: #1c4587;
  472. z-index: 999;
  473. padding: 0.5rem 1rem;
  474. margin: 0 -1rem;
  475. }
  476. .navbar-dark .nav-item .nav-link {
  477. font-size: 12px;
  478. white-space: nowrap;
  479. overflow: hidden;
  480. text-overflow: ellipsis;
  481. }
  482. #patient-search {
  483. min-width: 90px !important;
  484. max-width: 140px !important;
  485. }
  486. .suggestions-outer {
  487. top: calc(100% + 2px);
  488. background: #fff;
  489. border-radius: 3px;
  490. border: 1px solid #ccc;
  491. z-index: 9999;
  492. }
  493. .suggestions-outer {
  494. top: calc(100% + 2px);
  495. background: #fff;
  496. border-radius: 3px;
  497. border: 1px solid #ccc;
  498. z-index: 9999;
  499. max-height: 220px;
  500. overflow-y: auto;
  501. min-width: calc(100% - 0.5rem);
  502. right: 0.5rem;
  503. }
  504. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  505. padding: 0.25rem 0.5rem;
  506. text-decoration: none;
  507. font-size: 12px;
  508. }
  509. .suggestions-outer .no-suggest-items {
  510. color: #888;
  511. }
  512. .suggestions-outer .suggest-item.active {
  513. background: #ccc;
  514. }
  515. .suggestions-outer .suggest-item:hover {
  516. background: aliceblue;
  517. }
  518. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  519. .pro-dashboard-inline-calendar table.table-condensed {
  520. width: 100% !important;
  521. }
  522. .pro-dashboard-inline-calendar {
  523. border: 1px solid #ddd;
  524. border-radius: 3px
  525. }
  526. .pro-dashboard-inline-calendar table.table-condensed th {
  527. padding: 0.5rem 0;
  528. }
  529. .pro-dashboard-inline-calendar table.table-condensed td {
  530. padding: 0.25rem 0;
  531. }
  532. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  533. background: #c5e4ff;
  534. }
  535. [v-cloak] {
  536. opacity: 0;
  537. }
  538. .patient-avatar {
  539. width: 50px;
  540. height: 50px;
  541. background: #ddd;
  542. display: inline-flex;
  543. align-items: center;
  544. justify-content: center;
  545. border-radius: 100%;
  546. }
  547. .large {
  548. font-size: 16px !important;
  549. }
  550. /* note templates */
  551. .note-template-container {
  552. position: absolute;
  553. z-index: 10002;
  554. background: #fff;
  555. border: 1px solid #ddd;
  556. border-radius: 3px;
  557. display: none;
  558. min-width: 200px;
  559. }
  560. .note-template-container .note-template-item {
  561. position: relative;
  562. height: 25px;
  563. }
  564. .note-template-container .note-template-item .note-template-text {
  565. border-bottom: 1px solid #eee;
  566. }
  567. .note-template-container .note-template-item .label {
  568. padding: 3px 6px;
  569. padding-right: 25px;
  570. white-space: nowrap;
  571. display: inline-flex;
  572. align-items: center;
  573. min-width: 120px;
  574. cursor: pointer;
  575. flex-grow: 1;
  576. }
  577. .note-template-container .note-template-item:hover,
  578. .note-template-container .note-template-item.selected {
  579. background: aliceblue;
  580. }
  581. .note-template-container .note-template-item .label>input[type="checkbox"] {
  582. pointer-events: none;
  583. margin: 0;
  584. margin-right: 4px;
  585. height: 11px;
  586. }
  587. .note-template-container .note-template-item:last-child label {
  588. border: 0;
  589. }
  590. .note-template-container .note-template-item .note-template-children {
  591. position: absolute;
  592. left: 100%;
  593. top: 0;
  594. background: #fff;
  595. border: 1px solid #ddd;
  596. border-radius: 3px;
  597. display: none;
  598. }
  599. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  600. display: block;
  601. }*/
  602. .note-template-container .note-template-item .has-children {
  603. position: absolute;
  604. right: 6px;
  605. top: 0;
  606. height: 25px;
  607. line-height: 25px;
  608. color: #bbb;
  609. }
  610. .note-template-container .note-template-item:hover>.has-children {
  611. color: #444;
  612. }
  613. .note-templates-underlay {
  614. position: fixed;
  615. top: 0;
  616. left: 0;
  617. height: 100%;
  618. width: 100%;
  619. background: rgba(0,0,0,0.13);
  620. display: none;
  621. z-index: 10001;
  622. }
  623. .note-template-container textarea {
  624. height: 100px;
  625. border-radius: 0;
  626. border-color: #ccc;
  627. padding: 5px 10px;
  628. display: block;
  629. }
  630. .note-template-buttons {
  631. position: absolute;
  632. bottom: 100%;
  633. right: 0;
  634. height: 27px;
  635. padding: 0 3px;
  636. background: #fff;
  637. }
  638. .note-template-buttons button {
  639. font-size: 10px;
  640. padding: 2px 5px;
  641. margin-left: 5px;
  642. border-radius: 2px;
  643. }
  644. .note-template-buttons button:first-child {
  645. margin-left: 0;
  646. }
  647. .note-template-output {
  648. position: absolute;
  649. bottom: calc(100% + 26px);
  650. left: 0;
  651. padding: 3px 6px;
  652. background: #f7f7f7;
  653. min-width: 100%;
  654. border-radius: 3px;
  655. }
  656. .note-template-output-text {
  657. }
  658. .note-template-output .note-template-output-line {
  659. font-size: 11px;
  660. width: max-content;
  661. max-width: 500px;
  662. margin: 0;
  663. }
  664. .note-template-set-chooser {
  665. height: 22px;
  666. line-height: 22px;
  667. padding: 0 0.22rem;
  668. font-size: 12px !important;
  669. }
  670. .ql-editor .note-template-output-line {
  671. white-space: normal;
  672. }
  673. [prefix="(+)"] a.plus-trigger {
  674. color: #23a923 !important;
  675. }
  676. [prefix="(-)"] a.minus-trigger {
  677. color: #a91e1e !important;
  678. }
  679. .rspace {
  680. width: 20px;
  681. display: inline-flex;
  682. text-align: center;
  683. justify-content: center;
  684. }
  685. .embed-mask {
  686. position: fixed;
  687. left: 0;
  688. top: 0;
  689. height: 100%;
  690. width: 100%;
  691. background: rgba(0, 0, 0, 0.1);
  692. z-index: 98;
  693. }
  694. .embed-section {
  695. background: #fff;
  696. z-index: 99;
  697. padding: 0;
  698. border: 1px solid #ccc;
  699. }
  700. .mask-text-addition {
  701. position: fixed;
  702. bottom: calc(50% - 60px);
  703. left: 0;
  704. width: 100%;
  705. text-align: center;
  706. font-size: 12px;
  707. z-index: 9999999;
  708. color: #000;
  709. }
  710. .note-summary p {
  711. margin-bottom: 0.25rem;
  712. }
  713. .aligned-icon {
  714. display: inline-block;
  715. width: 18px;
  716. text-align: center;
  717. }
  718. body #searchCount {
  719. display: none !important;
  720. }
  721. body .break-spaces {
  722. white-space: pre-wrap;
  723. }
  724. .stag-tooltip .stag-tooltip-content {
  725. display: none;
  726. min-width: 200px;
  727. }
  728. .stag-tooltip:hover .stag-tooltip-content {
  729. display: block;
  730. right: -10px;
  731. top: 100%;
  732. z-index: 1;
  733. }
  734. .gem-nodes .node {
  735. border: 1px solid #ddd;
  736. padding: 0.75rem;
  737. border-radius: 5px;
  738. }
  739. .gem-nodes>.node {
  740. border: 0 !important;
  741. padding-left: 0;
  742. padding-right: 0;
  743. }
  744. .gem-nodes>.node:first-child {
  745. margin-top: 0 !important;
  746. }
  747. .gem-nodes>.node>label {
  748. font-weight: bold;
  749. font-size: 14px;
  750. margin: 0;
  751. }
  752. .gem-nodes .subs .node:last-child {
  753. margin-bottom: 0 !important;
  754. }
  755. .gem-nodes>.node>.subs {
  756. padding-left: 0 !important;
  757. }
  758. .gem-nodes>.node>.subs>.node {
  759. background: #f2f2f2;
  760. }
  761. .gem-nodes>.node>.subs>.node>.subs>.node {
  762. background: #fff;
  763. }
  764. .gem-nodes .node span[field] {
  765. font-weight: bold;
  766. }
  767. body .node input[type="number"] {
  768. max-width: 70px;
  769. min-width: unset !important;
  770. }
  771. .section-edit-mask {
  772. top: 0;
  773. left: 0;
  774. width: 100%;
  775. height: 100%;
  776. }
  777. .signed-note {
  778. position: relative;
  779. pointer-events: none !important;
  780. }
  781. .signed-note::after {
  782. content: '';
  783. position: absolute;
  784. z-index: 2;
  785. cursor: not-allowed;
  786. left: 0;
  787. top: 0;
  788. width: 100%;
  789. height: 100%;
  790. background: rgba(0,0,0,0.01);
  791. }
  792. .slot-picker {
  793. padding: 4px;
  794. padding-right: 0;
  795. padding-bottom: 0;
  796. }
  797. .slot-picker.disabled {
  798. opacity: 0.5;
  799. pointer-events: none;
  800. cursor: not-allowed;
  801. }
  802. .slot-picker td {
  803. text-align: center;
  804. border: 1px solid #ddd !important;
  805. padding: 2px 5px;
  806. cursor: pointer;
  807. }
  808. .slot-picker th {
  809. border: 0 !important;
  810. }
  811. .slot-picker td:hover {
  812. background: aliceblue;
  813. }
  814. .slot-picker td.blocked {
  815. background: #ccc !important;
  816. cursor: not-allowed;
  817. }
  818. .slot-picker td.selected {
  819. background-image: linear-gradient(to bottom,#08c,#04c);
  820. background-repeat: repeat-x;
  821. color: #fff;
  822. }
  823. .pro-appointment-calendar.disabled {
  824. opacity: 0.5;
  825. pointer-events: none;
  826. cursor: not-allowed;
  827. }
  828. .pro-appointment-calendar .datepicker-inline {
  829. width: 195px;
  830. padding-left: 0;
  831. }
  832. .pro-appointment-calendar .datepicker td {
  833. height: 25px;
  834. }
  835. .datepicker td, .datepicker th {
  836. border: none !important;
  837. }
  838. .appt-form-col {
  839. width: 220px;
  840. }
  841. .appt-calendar-col {
  842. flex-grow: 1;
  843. }
  844. .appt-form td.fc-day.stag-selected {
  845. outline: 2px solid #007bff;
  846. background: #e5f2fd;
  847. }
  848. .appt-form .stag-current-appt {
  849. background: #89159cc7;
  850. color: #fff;
  851. border-color: #89159cc7;
  852. }
  853. .appt-form .stag-current-appt .fc-daygrid-event-dot {
  854. border-color: #fff;
  855. }
  856. .appt-form .fc .fc-toolbar.fc-header-toolbar {
  857. margin-bottom: 0.5rem;
  858. /*align-items: start;*/
  859. }
  860. .stag-calendar-header-extra {
  861. background: #cde8ff;
  862. padding: 3px 10px;
  863. margin-top: 7px;
  864. border-top-left-radius: 6px;
  865. border-top-right-radius: 6px;
  866. border: 1px solid #44a5f982;
  867. border-bottom: 0;
  868. }
  869. .stag-calendar-header-extra * {
  870. font-size: 14px !important;
  871. }
  872. /* call panel */
  873. #proCallComponent {
  874. padding-bottom: 150px;
  875. }
  876. .patient-queue {
  877. display: flex;
  878. flex-direction: column;
  879. position: fixed;
  880. left: 0;
  881. width: 100%;
  882. bottom: 0;
  883. z-index: 4;
  884. }
  885. .queue-item {
  886. width: 100px;
  887. padding: 0.5rem;
  888. padding-bottom: 0.25rem;
  889. text-align: center;
  890. cursor: pointer;
  891. }
  892. .queue-item:hover {
  893. background: aliceblue;
  894. }
  895. .current-work-indicator {
  896. /*
  897. position: fixed;
  898. top: 55px;
  899. right: 0;
  900. z-index: 9999;
  901. */
  902. background: #305ba0;
  903. color: #fff;
  904. font-size: 12px;
  905. padding: 3px 6px;
  906. border-radius: 3px;
  907. /* border-bottom-left-radius: 5px;*/
  908. white-space: nowrap;
  909. text-overflow: ellipsis;
  910. max-width: 100px;
  911. overflow: hidden;
  912. }
  913. /* stag popups */
  914. .stag-popup {
  915. position: fixed;
  916. left: 0;
  917. top: 55px;
  918. width: 100%;
  919. height: calc(100% - 55px);
  920. overflow-x: auto;
  921. z-index: 97;
  922. justify-content: center;
  923. align-items: center;
  924. display: none;
  925. background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
  926. padding: 2rem 0;
  927. }
  928. .stag-popup.show {
  929. display: block;
  930. }
  931. .stag-popup>form {
  932. width: 80%;
  933. background: #fff;
  934. border: 1px solid #aaa;
  935. border-radius: 5px;
  936. overflow: hidden;
  937. box-shadow: 0 0 5px #ddd;
  938. margin: 0 auto;
  939. padding: 0.75rem;
  940. }
  941. .stag-popup.wide>form {
  942. width: calc(100% - 4rem);
  943. }
  944. .stag-popup.narrow>form {
  945. max-width: 500px;
  946. }
  947. .stag-popup.stag-popup-sm>form {
  948. max-width: 500px;
  949. }
  950. .stag-popup.stag-popup-md>form {
  951. max-width: 632pt;
  952. }
  953. .stag-popup.stag-popup-right>form {
  954. margin-right: 1.5rem;
  955. margin-left: auto;
  956. }
  957. /* slide-in stag-popups */
  958. .stag-popup.stag-slide {
  959. display: block;
  960. background: center center no-repeat scroll rgba(0, 0, 0, 0);
  961. pointer-events: none;
  962. overflow: hidden;
  963. }
  964. .stag-popup.stag-slide.show {
  965. pointer-events: all;
  966. }
  967. .stag-popup.stag-slide>form {
  968. position: absolute;
  969. top: 0;
  970. height: 100% !important;
  971. overflow-y: auto;
  972. border-radius: 0;
  973. border-top: 0;
  974. border-bottom: 0;
  975. border-right: 0;
  976. transition: right 0.3s ease;
  977. width: 0;
  978. }
  979. .stag-popup.stag-slide.stag-popup-sm>form {
  980. width: 500px;
  981. right: -500px;
  982. }
  983. .stag-popup.stag-slide.stag-popup-md>form {
  984. width: 632pt;
  985. right: -632pt;
  986. }
  987. .stag-popup.stag-slide.show>form {
  988. right: 0;
  989. }
  990. /* asana style ticket management */
  991. .pro-initials {
  992. border-radius: 100%;
  993. height: 24px;
  994. width: 24px;
  995. min-height: 24px;
  996. min-width: 24px;
  997. max-height: 24px;
  998. max-width: 24px;
  999. text-align: center;
  1000. font-weight: 400;
  1001. display: inline-flex;
  1002. align-items: center;
  1003. justify-content: center;
  1004. background-color: #6457f9;
  1005. color: #fff;
  1006. font-size: 10px !important;
  1007. opacity: 0.85;
  1008. }
  1009. .pro-initials.pro-initials-sm {
  1010. height: 18px;
  1011. width: 18px;
  1012. min-height: 18px;
  1013. min-width: 18px;
  1014. max-height: 18px;
  1015. max-width: 18px;
  1016. font-size: 9px !important;
  1017. }
  1018. .pro-initials:hover {
  1019. opacity: 1;
  1020. }
  1021. .ticket-section {
  1022. }
  1023. .ticket-section.ticket-section-collapsed {
  1024. max-height: 0;
  1025. overflow: hidden;
  1026. }
  1027. .tickets-table tbody tr {
  1028. transition: background-color 0.2s ease;
  1029. }
  1030. .tickets-table tbody tr:hover {
  1031. background-color: rgba(0,0,0,.04);
  1032. }
  1033. .tickets-table tbody tr.current {
  1034. background-color: aliceblue;
  1035. }
  1036. .stag-slide input.form-control:not(:focus) {
  1037. border-color: transparent;
  1038. background-color: transparent;
  1039. cursor: pointer;
  1040. font-weight: bold;
  1041. padding-left: 0;
  1042. }
  1043. .stag-slide input.form-control {
  1044. box-shadow: none !important;
  1045. }
  1046. .stag-slide input.form-control:not(:focus):not([readonly]):hover {
  1047. text-decoration: underline;
  1048. }
  1049. .stag-slide input.form-control[readonly] {
  1050. opacity: 0.75;
  1051. }
  1052. .stag-slide ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  1053. color: #bbb !important;
  1054. font-weight: normal !important;
  1055. opacity: 1; /* Firefox */
  1056. }
  1057. .stag-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
  1058. color: #bbb !important;
  1059. font-weight: normal !important;
  1060. }
  1061. .stag-slide ::-ms-input-placeholder { /* Microsoft Edge */
  1062. color: #bbb !important;
  1063. font-weight: normal !important;
  1064. }
  1065. .stag-slide .text-success {
  1066. color: #00bf9c !important;
  1067. }
  1068. .stag-slide .btn-success,
  1069. .stag-slide .btn-success:hover {
  1070. background: #00bf9c;
  1071. border-color: #00bf9c;
  1072. }
  1073. .stag-slide .comment-input-outer {
  1074. position: sticky;
  1075. bottom: 0;
  1076. }
  1077. .stag-slide .txt-comment {
  1078. padding-bottom: calc(23px + 1rem);
  1079. height: calc(23px + 1rem);
  1080. transition: height 0.3s ease;
  1081. overflow: hidden;
  1082. }
  1083. .stag-slide .txt-comment:focus {
  1084. height: 120px;
  1085. overflow: auto;
  1086. }
  1087. .stag-slide .txt-comment:focus~.btn-save-comment {
  1088. opacity: 1;
  1089. }
  1090. .stag-slide .btn-save-comment {
  1091. position: absolute;
  1092. bottom: 0.5rem;
  1093. right: 0.5rem;
  1094. height: 28px;
  1095. line-height: 28px;
  1096. padding: 0 1rem;
  1097. transition: opacity 0.3s ease;
  1098. opacity: 0.5;
  1099. }
  1100. .stag-slide input[type="text"]:invalid {
  1101. background-color: #f8ecec;
  1102. padding-left: 0.5rem;
  1103. }
  1104. .stag-slide input[type="text"]:focus:invalid {
  1105. background: #fff;
  1106. border-color: #e24848;
  1107. box-shadow: 0 0 2px #c10707 !important;
  1108. }
  1109. .no-scroll {
  1110. overflow: hidden;
  1111. }
  1112. .client-rs-contents p {
  1113. margin-bottom: 0.25rem;
  1114. }
  1115. .pro-option {
  1116. position: relative;
  1117. display: block;
  1118. padding-left: 30px;
  1119. }
  1120. .pro-option.pro-option-selected {
  1121. display: inline-block;
  1122. padding-left: 25px;
  1123. }
  1124. .pro-option .pro-option-initials {
  1125. position: absolute;
  1126. left: 5px;
  1127. top: 2px;
  1128. font-size: 10px;
  1129. border-radius: 100%;
  1130. height: 20px;
  1131. width: 20px;
  1132. line-height: 20px;
  1133. text-align: center;
  1134. font-weight: 400;
  1135. }
  1136. .pro-option.pro-option-selected .pro-option-initials {
  1137. left: 3px;
  1138. top: 0;
  1139. font-size: 10px;
  1140. border-radius: 100%;
  1141. height: 18px;
  1142. width: 18px;
  1143. line-height: 19px;
  1144. text-align: center;
  1145. font-weight: 400;
  1146. }
  1147. span.pro-selection {
  1148. padding: 0 5px;
  1149. height: 18px;
  1150. display: inline-block;
  1151. border-top-right-radius: 3px;
  1152. border-bottom-right-radius: 3px;
  1153. }
  1154. .select2-results__option--selectable {
  1155. font-size: 13px;
  1156. }
  1157. #calendarApp .select2-selection__choice__display,
  1158. #proCalendarApp .select2-selection__choice__display {
  1159. padding: 0 !important;
  1160. overflow: hidden !important;
  1161. }
  1162. span.select2-container.select2-container--default.select2-container--open {
  1163. z-index: 999999;
  1164. }
  1165. .fc .fc-highlight {
  1166. background: rgba(188, 232, 241, 0.6) !important;
  1167. }
  1168. .fc .add-overlay {
  1169. padding: 1px 4px;
  1170. display: inline-block;
  1171. font-weight: bold;
  1172. }
  1173. .fc .add-overlay.add-overlay-day-grid {
  1174. padding: 4px;
  1175. }
  1176. .stag-popup .stag-popup-title {
  1177. border-bottom: 1px solid #eee;
  1178. padding-bottom: 0.75rem;
  1179. margin-bottom: 1rem;
  1180. display: flex;
  1181. align-items: center;
  1182. }
  1183. .stag-popup .stag-popup-title>span {
  1184. font-size: 17px;
  1185. }
  1186. .fc .other-client {
  1187. box-shadow: 1px 1px 2px deeppink !important;
  1188. opacity: 0.5;
  1189. }
  1190. .fc .other-client:hover {
  1191. opacity: 0.8;
  1192. }
  1193. .fc .availability {
  1194. box-shadow: 0 0 3px green !important;
  1195. }
  1196. .fc .inactive-appointment {
  1197. opacity: 0.6;
  1198. box-shadow: 0 0 3px grey !important;
  1199. }
  1200. .fc .fc-button-primary:not(:disabled):active,
  1201. .fc .fc-button-primary:not(:disabled).fc-button-active {
  1202. border-color: #56a767 !important;
  1203. background-color: #56a767 !important;
  1204. }
  1205. .w-150 {
  1206. width: 150px !important;
  1207. min-width: 150px !important;
  1208. }
  1209. .w-180 {
  1210. width: 180px !important;
  1211. min-width: 180px !important;
  1212. }
  1213. .guest-view button.add-shortcut {
  1214. display: none;
  1215. }
  1216. .guest-view .note-section,
  1217. .guest-view .note-section:hover {
  1218. background: #fff !important;
  1219. }
  1220. #stagPdfViewer>form {
  1221. padding: 0;
  1222. background: #eee;
  1223. }
  1224. #stagPdfViewer>form .stag-popup-title {
  1225. background: #fff;
  1226. padding: 1rem;
  1227. }
  1228. canvas.pdf-viewer-page {
  1229. max-width: 100%;
  1230. margin: 1rem auto;
  1231. display: block;
  1232. box-shadow: 0 0 2px #aaa;
  1233. }
  1234. .hidden-link-input {
  1235. /*opacity: 0;
  1236. width: 0 !important;
  1237. border: 0 !important;
  1238. padding: 0 !important;*/
  1239. position: absolute;
  1240. left: -9999px;
  1241. }
  1242. table.table-edit-sheet tbody tr td {
  1243. padding: 0;
  1244. background: #f7f7f7;
  1245. }
  1246. table.table-edit-sheet tbody tr td>input,
  1247. table.table-edit-sheet tbody tr td>select {
  1248. box-shadow: none !important;
  1249. border-radius: 0 !important;
  1250. border: 0;
  1251. background: #fefefe;
  1252. width: 100% !important;
  1253. min-width: unset !important;
  1254. border-bottom: 1px solid #dee2e6;
  1255. }
  1256. table.table-edit-sheet tbody tr td input[type="text"],
  1257. table.table-edit-sheet tbody tr td select,
  1258. table.table-edit-sheet tbody tr td textarea {
  1259. box-shadow: none !important;
  1260. border-radius: 0 !important;
  1261. border: 0;
  1262. background: #fefefe;
  1263. min-width: unset !important;
  1264. border-bottom: 1px solid #dee2e6;
  1265. }
  1266. table.table-edit-sheet tbody tr td>input:focus,
  1267. table.table-edit-sheet tbody tr td>select:focus {
  1268. background: #fff;
  1269. outline: 3px solid #4b88a633;
  1270. }
  1271. table.table-edit-sheet tbody tr [contenteditable] {
  1272. background: #fff;
  1273. }
  1274. table.table-edit-sheet .ql-toolbar {
  1275. border-top: 0 !important;
  1276. }
  1277. table.table-edit-sheet .ql-container {
  1278. border-bottom: 0 !important;
  1279. }
  1280. table.table-edit-sheet .ql-editor[contenteditable] {
  1281. min-height: 90px;
  1282. }
  1283. .w-35 {
  1284. width: 35%;
  1285. }
  1286. .client-single-dashboard .hide-if-dashboard {
  1287. display: none;
  1288. }
  1289. .notes-list .hide-if-note,
  1290. .note-section .hide-if-note {
  1291. display: none;
  1292. }
  1293. .data-option-list {
  1294. position: absolute;
  1295. background: #fff;
  1296. border: 2px solid #ddd;
  1297. margin-top: -1px;
  1298. width: 100%;
  1299. z-index: 1;
  1300. display: none;
  1301. max-width: 250px;
  1302. box-shadow: 0 0 3px #ddd;
  1303. border-top: 0;
  1304. }
  1305. .data-option-list>div {
  1306. cursor: pointer;
  1307. padding: 0.2rem 0.5rem;
  1308. border-bottom: 1px solid #ddd;
  1309. color: #666;
  1310. font-size: 90%;
  1311. }
  1312. .data-option-list>div:last-child {
  1313. border-bottom: 0;
  1314. }
  1315. .data-option-list>div:hover {
  1316. background: aliceblue;
  1317. }
  1318. .measurement-item:not(:last-child) {
  1319. border-bottom: 1px solid #e7e7e7;
  1320. }
  1321. .assessment-detail-template>span {
  1322. margin: 0 !important;
  1323. padding: 0 !important;
  1324. border: 0 !important;
  1325. margin-left: -0.5rem !important;
  1326. position: static !important;
  1327. }
  1328. .assessment-detail-template>span>a {
  1329. display: none;
  1330. }
  1331. button.add-shortcut,
  1332. button.note-templates-trigger-assessment {
  1333. outline: none !important;
  1334. box-shadow: none !important;
  1335. }
  1336. .appt-calendar-col.click-through .fc-timegrid-event-harness {
  1337. pointer-events: none !important;
  1338. }
  1339. .claim-line:last-child td {
  1340. padding-bottom: 1.3rem;
  1341. }
  1342. .in-table-markup p:last-of-type {
  1343. margin-bottom: 0;
  1344. }
  1345. .suggestions-outer.pharmacy-suggestions {
  1346. left: 1rem;
  1347. width: calc(100% - 2rem);
  1348. }
  1349. .flowsheets-table td {
  1350. padding: 0 10px;
  1351. height: 38px;
  1352. max-height: 38px;
  1353. min-height: 38px;
  1354. vertical-align: middle !important;
  1355. }
  1356. .flowsheets-table .expand {
  1357. display: none;
  1358. }
  1359. .flowsheets-table .collapse {
  1360. display: block;
  1361. }
  1362. .flowsheets-table .collapsed .expand {
  1363. display: block;
  1364. }
  1365. .flowsheets-table .collapsed .collapse {
  1366. display: none;
  1367. }
  1368. .flowsheets-table tr {
  1369. }
  1370. .flowsheets-table .collapsed tr:not(:first-child) {
  1371. display: none;
  1372. }
  1373. .col-2-button {
  1374. width: 80px;
  1375. text-align: left;
  1376. }