style.css 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624
  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: 2rem;
  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: 120px;
  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, [moe][large] [url] {
  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-300px {
  269. width: 300px !important;
  270. }
  271. .mcp-theme-1 .width-22px {
  272. width: 22px !important;
  273. }
  274. .mcp-theme-1 .width-30px {
  275. width: 30px !important;
  276. }
  277. .mcp-theme-1 .width-40px {
  278. width: 40px !important;
  279. }
  280. .mcp-theme-1 .width-50px {
  281. width: 50px !important;
  282. }
  283. .mcp-theme-1 .width-70px {
  284. width: 70px !important;
  285. }
  286. .mcp-theme-1 .width-90px {
  287. width: 90px !important;
  288. }
  289. .mcp-theme-1 .min-width-140px {
  290. min-width: 140px !important;
  291. }
  292. .mcp-theme-1 .min-width-200px {
  293. min-width: 200px !important;
  294. }
  295. .mcp-theme-1 .min-width-300px {
  296. min-width: 300px;
  297. }
  298. .mcp-theme-1 .min-width-500px {
  299. min-width: 500px !important;
  300. }
  301. .mcp-theme-1 .max-width-500px {
  302. max-width: 500px !important;
  303. }
  304. .mcp-theme-1 .min-width-700px {
  305. min-width: 700px !important;
  306. }
  307. .mcp-theme-1 .max-width-700px {
  308. max-width: 700px !important;
  309. }
  310. .mcp-theme-1 .width-100px {
  311. width: 100px;
  312. min-width: unset !important;
  313. max-width: unset !important;
  314. }
  315. .mcp-theme-1 .width-100pc {
  316. width: 100% !important;
  317. min-width: unset !important;
  318. }
  319. .mcp-theme-1 .max-width-200px {
  320. max-width: 200px;
  321. }
  322. .mcp-theme-1 .max-width-300px {
  323. max-width: 300px;
  324. }
  325. .mcp-theme-1 .outline-0 {
  326. outline: none !important;
  327. box-shadow: none !important;
  328. }
  329. .cancelled-item {
  330. opacity: 0.5;
  331. }
  332. .cancelled-item:not(.always-clickable) * {
  333. pointer-events: none;
  334. }
  335. .note-content {
  336. max-height: 300px;
  337. overflow-y: auto;
  338. }
  339. .note-content:not([auto-edit]) {
  340. padding: 1rem;
  341. padding-bottom: 0;
  342. cursor: pointer;
  343. position: relative;
  344. }
  345. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  346. content: '(click to change)';
  347. display: block;
  348. color: #535353;
  349. padding-bottom: 0.3rem;
  350. }
  351. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  352. border-left: 0;
  353. border-right: 0;
  354. }
  355. .mcp-theme-1 .ql-editor[contenteditable] {
  356. min-height: 100px;
  357. }
  358. .ql-container p {
  359. margin-top: 1rem;
  360. }
  361. .note-content ul {
  362. list-style: none !important;
  363. }
  364. .ql-editor ul > li::before {
  365. content: '';
  366. }
  367. .m-neg-4 {
  368. margin-left: -1.25rem;
  369. margin-right: -1.25rem;
  370. }
  371. .mcp-theme-1 .ql-toolbar .ql-formats * {
  372. font-size: 12px !important;
  373. }
  374. .mcp-theme-1 .ql-toolbar.ql-snow {
  375. padding: 3px;
  376. background: #f7f7f7;
  377. }
  378. .mcp-theme-1 .ql-snow .ql-picker {
  379. height: 22px;
  380. }
  381. .mcp-theme-1 .ql-snow.ql-toolbar button {
  382. height: 22px;
  383. width: 26px;
  384. }
  385. .rte-holder .ql-container p {
  386. margin-top: 0;
  387. margin-bottom: 0.3rem;
  388. }
  389. .note-section:not(.edit) .if-not-edit {
  390. display: block !important;
  391. }
  392. .note-section:not(.edit) div.if-not-edit {
  393. padding-left: 1rem;
  394. }
  395. .note-section:not(.edit):hover {
  396. background: #f6f9fc;
  397. cursor: pointer;
  398. }
  399. .note-signed-by-hcp .note-section:not(.edit):hover {
  400. background: #f6f9fc;
  401. cursor: auto;
  402. }
  403. .note-section.edit .if-edit {
  404. display: block !important;
  405. }
  406. .c-pointer {
  407. cursor: pointer;
  408. }
  409. .events-none {
  410. pointer-events: none;
  411. }
  412. .blocking-overlay {
  413. opacity: 0 !important;
  414. cursor: default;
  415. }
  416. .inset-comment p {
  417. margin-bottom: 0.3rem;
  418. }
  419. .inset-comment p:last-child {
  420. margin-bottom: 0 !important;
  421. }
  422. .note-section.edit {
  423. background: #f0f8ff7d;
  424. outline: 2px solid #9de3ff;
  425. }
  426. .note-section.edit .ql-editor,
  427. .note-section.edit .btn-default {
  428. background-color: #fff !important;
  429. }
  430. /*.note-section-item-row:not(:first-child) {
  431. padding-top: 10px;
  432. border-top: 1px solid #ccc;
  433. }*/
  434. /* override med ac css */
  435. #searchResults {
  436. z-index: 100001 !important;
  437. }
  438. input.search_field, textarea.search_field {
  439. background-position: right 7px center !important;
  440. padding-right: 23px !important;
  441. }
  442. .ansList:focus, .search_field:focus {
  443. background-color: #fff !important;
  444. }
  445. @media (min-width: 1000px) {
  446. .navbar.navbar-dark {
  447. height: 55px;
  448. position: fixed;
  449. top: 0;
  450. left: 0;
  451. width: 100%;
  452. z-index: 9999;
  453. }
  454. .main-row > .sidebar {
  455. width: 180px;
  456. min-width: 180px;
  457. position: fixed;
  458. left: 0;
  459. top: 55px;
  460. z-index: 8;
  461. height: calc(100% - 55px);
  462. overflow-y: overlay;
  463. }
  464. .main-row {
  465. padding-left: 180px;
  466. }
  467. .navbar.navbar-dark+[role="main"] {
  468. padding-top: 55px;
  469. }
  470. .stag-popup .navbar.navbar-dark+[role="main"] {
  471. padding-top: 0;
  472. }
  473. }
  474. .font-smaller {
  475. font-size: 11px !important;
  476. }
  477. .text-ellipsis {
  478. white-space: nowrap;
  479. overflow: hidden;
  480. text-overflow: ellipsis;
  481. }
  482. .outline-0 {
  483. outline: none !important;
  484. }
  485. .note-widget-item:hover {
  486. background: #eee;
  487. }
  488. .note-widget-title {
  489. background: #ccc !important;
  490. color: #333 !important;
  491. font-size: 12px !important;
  492. font-weight: bold !important;
  493. }
  494. .navbar-collapse.show {
  495. background: #1c4587;
  496. z-index: 999;
  497. padding: 0.5rem 1rem;
  498. margin: 0 -1rem;
  499. }
  500. .navbar-dark .nav-item .nav-link {
  501. font-size: 12px;
  502. white-space: nowrap;
  503. overflow: hidden;
  504. text-overflow: ellipsis;
  505. }
  506. #patient-search {
  507. min-width: 90px !important;
  508. max-width: 140px !important;
  509. }
  510. .suggestions-outer {
  511. top: calc(100% + 2px);
  512. background: #fff;
  513. border-radius: 3px;
  514. border: 1px solid #ccc;
  515. z-index: 9999;
  516. }
  517. .suggestions-outer {
  518. top: calc(100% + 2px);
  519. background: #fff;
  520. border-radius: 3px;
  521. border: 1px solid #ccc;
  522. z-index: 9999;
  523. max-height: 220px;
  524. overflow-y: auto;
  525. min-width: calc(100% - 0.5rem);
  526. right: 0.5rem;
  527. }
  528. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  529. padding: 0.25rem 0.5rem;
  530. text-decoration: none;
  531. font-size: 12px;
  532. }
  533. .suggestions-outer .no-suggest-items {
  534. color: #888;
  535. }
  536. .suggestions-outer .suggest-item.active {
  537. background: #ccc;
  538. }
  539. .suggestions-outer .suggest-item:hover {
  540. background: aliceblue;
  541. }
  542. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  543. .pro-dashboard-inline-calendar table.table-condensed {
  544. width: 100% !important;
  545. }
  546. .pro-dashboard-inline-calendar {
  547. border: 1px solid #ddd;
  548. border-radius: 3px
  549. }
  550. .pro-dashboard-inline-calendar table.table-condensed th {
  551. padding: 0.5rem 0;
  552. border-radius: 0;
  553. }
  554. .pro-dashboard-inline-calendar table.table-condensed td {
  555. padding: 0.25rem 0;
  556. border-radius: 0;
  557. }
  558. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  559. background: #c5e4ff;
  560. }
  561. [v-cloak] {
  562. opacity: 0;
  563. }
  564. .patient-avatar {
  565. width: 50px;
  566. height: 50px;
  567. background: #ddd;
  568. display: inline-flex;
  569. align-items: center;
  570. justify-content: center;
  571. border-radius: 100%;
  572. }
  573. .large {
  574. font-size: 16px !important;
  575. }
  576. /* note templates */
  577. .note-template-container {
  578. position: absolute;
  579. z-index: 10002;
  580. background: #fff;
  581. border: 1px solid #ddd;
  582. border-radius: 3px;
  583. display: none;
  584. min-width: 200px;
  585. }
  586. .note-template-container .note-template-item {
  587. position: relative;
  588. height: 25px;
  589. }
  590. .note-template-container .note-template-item .note-template-text {
  591. border-bottom: 1px solid #eee;
  592. }
  593. .note-template-container .note-template-item .label {
  594. padding: 3px 6px;
  595. padding-right: 25px;
  596. white-space: nowrap;
  597. display: inline-flex;
  598. align-items: center;
  599. min-width: 120px;
  600. cursor: pointer;
  601. flex-grow: 1;
  602. }
  603. .note-template-container .note-template-item:hover,
  604. .note-template-container .note-template-item.selected {
  605. background: aliceblue;
  606. }
  607. .note-template-container .note-template-item .label>input[type="checkbox"] {
  608. pointer-events: none;
  609. margin: 0;
  610. margin-right: 4px;
  611. height: 11px;
  612. }
  613. .note-template-container .note-template-item:last-child label {
  614. border: 0;
  615. }
  616. .note-template-container .note-template-item .note-template-children {
  617. position: absolute;
  618. left: 100%;
  619. top: 0;
  620. background: #fff;
  621. border: 1px solid #ddd;
  622. border-radius: 3px;
  623. display: none;
  624. }
  625. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  626. display: block;
  627. }*/
  628. .note-template-container .note-template-item .has-children {
  629. position: absolute;
  630. right: 6px;
  631. top: 0;
  632. height: 25px;
  633. line-height: 25px;
  634. color: #bbb;
  635. }
  636. .note-template-container .note-template-item:hover>.has-children {
  637. color: #444;
  638. }
  639. .note-templates-underlay {
  640. position: fixed;
  641. top: 0;
  642. left: 0;
  643. height: 100%;
  644. width: 100%;
  645. background: rgba(0,0,0,0.13);
  646. display: none;
  647. z-index: 10001;
  648. }
  649. .note-template-container textarea {
  650. height: 100px;
  651. border-radius: 0;
  652. border-color: #ccc;
  653. padding: 5px 10px;
  654. display: block;
  655. }
  656. .note-template-buttons {
  657. position: absolute;
  658. bottom: 100%;
  659. right: 0;
  660. height: 27px;
  661. padding: 0 3px;
  662. background: #fff;
  663. }
  664. .note-template-buttons button {
  665. font-size: 10px;
  666. padding: 2px 5px;
  667. margin-left: 5px;
  668. border-radius: 2px;
  669. }
  670. .note-template-buttons button:first-child {
  671. margin-left: 0;
  672. }
  673. .note-template-output {
  674. position: absolute;
  675. bottom: calc(100% + 26px);
  676. left: 0;
  677. padding: 3px 6px;
  678. background: #f7f7f7;
  679. min-width: 100%;
  680. border-radius: 3px;
  681. }
  682. .note-template-output-text {
  683. }
  684. .note-template-output .note-template-output-line {
  685. font-size: 11px;
  686. width: max-content;
  687. max-width: 500px;
  688. margin: 0;
  689. }
  690. .note-template-set-chooser {
  691. height: 22px;
  692. line-height: 22px;
  693. padding: 0 0.22rem;
  694. font-size: 12px !important;
  695. }
  696. .ql-editor .note-template-output-line {
  697. white-space: normal;
  698. }
  699. [prefix="(+)"] a.plus-trigger {
  700. color: #23a923 !important;
  701. }
  702. [prefix="(-)"] a.minus-trigger {
  703. color: #a91e1e !important;
  704. }
  705. .rspace {
  706. width: 20px;
  707. display: inline-flex;
  708. text-align: center;
  709. justify-content: center;
  710. }
  711. .embed-mask {
  712. position: fixed;
  713. left: 0;
  714. top: 0;
  715. height: 100%;
  716. width: 100%;
  717. background: rgba(0, 0, 0, 0.1);
  718. z-index: 98;
  719. }
  720. .embed-section {
  721. background: #fff;
  722. z-index: 99;
  723. padding: 0;
  724. border: 1px solid #ccc;
  725. }
  726. .mask-text-addition {
  727. position: fixed;
  728. bottom: calc(50% - 60px);
  729. left: 0;
  730. width: 100%;
  731. text-align: center;
  732. font-size: 12px;
  733. z-index: 9999999;
  734. color: #000;
  735. }
  736. .note-summary p {
  737. margin-bottom: 0.25rem;
  738. }
  739. .aligned-icon {
  740. display: inline-block;
  741. width: 18px;
  742. text-align: center;
  743. }
  744. body #searchCount {
  745. display: none !important;
  746. }
  747. body .break-spaces {
  748. white-space: pre-wrap;
  749. }
  750. .stag-tooltip .stag-tooltip-content {
  751. display: none;
  752. min-width: 200px;
  753. }
  754. .stag-tooltip:hover .stag-tooltip-content {
  755. display: block;
  756. right: -10px;
  757. top: 100%;
  758. z-index: 1;
  759. }
  760. .gem-nodes .node {
  761. border: 1px solid #ddd;
  762. padding: 0.75rem;
  763. border-radius: 5px;
  764. }
  765. .gem-nodes>.node {
  766. border: 0 !important;
  767. padding-left: 0;
  768. padding-right: 0;
  769. }
  770. .gem-nodes>.node:first-child {
  771. margin-top: 0 !important;
  772. }
  773. .gem-nodes>.node>label {
  774. font-weight: bold;
  775. font-size: 14px;
  776. margin: 0;
  777. }
  778. .gem-nodes .subs .node:last-child {
  779. margin-bottom: 0 !important;
  780. }
  781. .gem-nodes>.node>.subs {
  782. padding-left: 0 !important;
  783. }
  784. .gem-nodes>.node>.subs>.node {
  785. background: #f2f2f2;
  786. }
  787. .gem-nodes>.node>.subs>.node>.subs>.node {
  788. background: #fff;
  789. }
  790. .gem-nodes .node span[field] {
  791. font-weight: bold;
  792. }
  793. body .node input[type="number"] {
  794. max-width: 70px;
  795. min-width: unset !important;
  796. }
  797. .section-edit-mask {
  798. top: 0;
  799. left: 0;
  800. width: 100%;
  801. height: 100%;
  802. }
  803. .signed-note {
  804. position: relative;
  805. pointer-events: none !important;
  806. }
  807. .signed-note::after {
  808. content: '';
  809. position: absolute;
  810. z-index: 2;
  811. cursor: not-allowed;
  812. left: 0;
  813. top: 0;
  814. width: 100%;
  815. height: 100%;
  816. background: rgba(0,0,0,0.01);
  817. }
  818. .slot-picker {
  819. padding: 4px;
  820. padding-right: 0;
  821. padding-bottom: 0;
  822. }
  823. .slot-picker.disabled {
  824. opacity: 0.5;
  825. pointer-events: none;
  826. cursor: not-allowed;
  827. }
  828. .slot-picker td {
  829. text-align: center;
  830. border: 1px solid #ddd !important;
  831. padding: 2px 5px;
  832. cursor: pointer;
  833. }
  834. .slot-picker th {
  835. border: 0 !important;
  836. }
  837. .slot-picker td:hover {
  838. background: aliceblue;
  839. }
  840. .slot-picker td.blocked {
  841. background: #ccc !important;
  842. cursor: not-allowed;
  843. }
  844. .slot-picker td.selected {
  845. background-image: linear-gradient(to bottom,#08c,#04c);
  846. background-repeat: repeat-x;
  847. color: #fff;
  848. }
  849. .pro-appointment-calendar.disabled {
  850. opacity: 0.5;
  851. pointer-events: none;
  852. cursor: not-allowed;
  853. }
  854. .pro-appointment-calendar .datepicker-inline {
  855. width: 195px;
  856. padding-left: 0;
  857. }
  858. .pro-appointment-calendar .datepicker td {
  859. height: 25px;
  860. }
  861. .datepicker td, .datepicker th {
  862. border: none !important;
  863. }
  864. .appt-form-col {
  865. width: 220px;
  866. }
  867. .appt-calendar-col {
  868. flex-grow: 1;
  869. }
  870. .appt-form td.fc-day.stag-selected {
  871. outline: 2px solid #007bff;
  872. background: #e5f2fd;
  873. }
  874. .appt-form .stag-current-appt {
  875. background: #89159cc7;
  876. color: #fff;
  877. border-color: #89159cc7;
  878. }
  879. .appt-form .stag-current-appt .fc-daygrid-event-dot {
  880. border-color: #fff;
  881. }
  882. .appt-form .fc .fc-toolbar.fc-header-toolbar {
  883. margin-bottom: 0.5rem;
  884. /*align-items: start;*/
  885. }
  886. .stag-calendar-header-extra {
  887. background: #cde8ff;
  888. padding: 3px 10px;
  889. margin-top: 7px;
  890. border-top-left-radius: 6px;
  891. border-top-right-radius: 6px;
  892. border: 1px solid #44a5f982;
  893. border-bottom: 0;
  894. }
  895. .stag-calendar-header-extra * {
  896. font-size: 14px !important;
  897. }
  898. /* call panel */
  899. #proCallComponent {
  900. padding-bottom: 150px;
  901. }
  902. .patient-queue {
  903. display: flex;
  904. flex-direction: column;
  905. position: fixed;
  906. left: 0;
  907. width: 100%;
  908. bottom: 0;
  909. z-index: 4;
  910. }
  911. .queue-item {
  912. width: 100px;
  913. padding: 0.5rem;
  914. padding-bottom: 0.25rem;
  915. text-align: center;
  916. cursor: pointer;
  917. }
  918. .queue-item:hover {
  919. background: aliceblue;
  920. }
  921. .current-work-indicator {
  922. /*
  923. position: fixed;
  924. top: 55px;
  925. right: 0;
  926. z-index: 9999;
  927. */
  928. background: #305ba0;
  929. color: #fff;
  930. font-size: 12px;
  931. padding: 3px 6px;
  932. border-radius: 3px;
  933. /* border-bottom-left-radius: 5px;*/
  934. white-space: nowrap;
  935. text-overflow: ellipsis;
  936. max-width: 100px;
  937. overflow: hidden;
  938. }
  939. /* stag popups */
  940. .stag-popup {
  941. position: fixed;
  942. left: 0;
  943. top: 55px;
  944. width: 100%;
  945. height: calc(100% - 55px);
  946. overflow-x: auto;
  947. z-index: 97;
  948. justify-content: center;
  949. align-items: center;
  950. display: none;
  951. background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
  952. padding: 2rem 0;
  953. }
  954. .stag-popup.show {
  955. display: block;
  956. }
  957. .stag-popup>form, .stag-popup>.stag-popup-content {
  958. width: 80%;
  959. background: #fff;
  960. border: 1px solid #aaa;
  961. border-radius: 5px;
  962. overflow: hidden;
  963. box-shadow: 0 0 5px #ddd;
  964. margin: 0 auto;
  965. padding: 0.75rem;
  966. }
  967. .stag-popup.wide>form, .stag-popup.wide>.stag-popup-content {
  968. width: calc(100% - 4rem);
  969. }
  970. .stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
  971. max-width: 500px;
  972. }
  973. .stag-popup.stag-popup-sm>form, .stag-popup.stag-popup-sm>.stag-popup-content {
  974. max-width: 500px;
  975. }
  976. .stag-popup.stag-popup-md>form, .stag-popup.stag-popup-md>.stag-popup-content {
  977. max-width: 632pt;
  978. }
  979. .stag-popup.stag-popup-right>form, .stag-popup.stag-popup-right>.stag-popup-content {
  980. margin-right: 1.5rem;
  981. margin-left: auto;
  982. }
  983. /* slide-in stag-popups */
  984. .stag-popup.stag-slide {
  985. display: block;
  986. background: center center no-repeat scroll rgba(0, 0, 0, 0);
  987. pointer-events: none;
  988. overflow: hidden;
  989. }
  990. .stag-popup.stag-slide.show {
  991. pointer-events: all;
  992. }
  993. .stag-popup.stag-slide>form {
  994. position: absolute;
  995. top: 0;
  996. height: 100% !important;
  997. overflow-y: auto;
  998. border-radius: 0;
  999. border-top: 0;
  1000. border-bottom: 0;
  1001. border-right: 0;
  1002. transition: right 0.3s ease;
  1003. width: 0;
  1004. }
  1005. .stag-popup.stag-slide.stag-popup-sm>form {
  1006. width: 500px;
  1007. right: -500px;
  1008. }
  1009. .stag-popup.stag-slide.stag-popup-md>form {
  1010. width: 632pt;
  1011. right: -632pt;
  1012. }
  1013. .stag-popup.stag-slide.show>form {
  1014. right: 0;
  1015. }
  1016. /* asana style ticket management */
  1017. .pro-initials {
  1018. border-radius: 100%;
  1019. height: 24px;
  1020. width: 24px;
  1021. min-height: 24px;
  1022. min-width: 24px;
  1023. max-height: 24px;
  1024. max-width: 24px;
  1025. text-align: center;
  1026. font-weight: 400;
  1027. display: inline-flex;
  1028. align-items: center;
  1029. justify-content: center;
  1030. background-color: #6457f9;
  1031. color: #fff;
  1032. font-size: 10px !important;
  1033. opacity: 0.85;
  1034. }
  1035. .pro-initials.pro-initials-sm {
  1036. height: 18px;
  1037. width: 18px;
  1038. min-height: 18px;
  1039. min-width: 18px;
  1040. max-height: 18px;
  1041. max-width: 18px;
  1042. font-size: 9px !important;
  1043. }
  1044. .pro-initials:hover {
  1045. opacity: 1;
  1046. }
  1047. .ticket-section {
  1048. }
  1049. .ticket-section.ticket-section-collapsed {
  1050. max-height: 0;
  1051. overflow: hidden;
  1052. }
  1053. .tickets-table tbody tr {
  1054. transition: background-color 0.2s ease;
  1055. }
  1056. .tickets-table tbody tr:hover {
  1057. background-color: rgba(0,0,0,.04);
  1058. }
  1059. .tickets-table tbody tr.current {
  1060. background-color: aliceblue;
  1061. }
  1062. .stag-slide input.form-control:not(:focus),
  1063. .stag-slide select.form-control:not(:focus) {
  1064. border-color: transparent;
  1065. background-color: transparent;
  1066. cursor: pointer;
  1067. font-weight: bold;
  1068. padding-left: 0;
  1069. }
  1070. .stag-slide select.form-control:not(:focus) {
  1071. appearance: none;
  1072. }
  1073. .stag-slide input.form-control {
  1074. box-shadow: none !important;
  1075. }
  1076. .stag-slide input.form-control:not(:focus):not([readonly]):hover {
  1077. text-decoration: underline;
  1078. }
  1079. .stag-slide input.form-control[readonly] {
  1080. opacity: 0.75;
  1081. }
  1082. .stag-slide ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  1083. color: #bbb !important;
  1084. font-weight: normal !important;
  1085. opacity: 1; /* Firefox */
  1086. }
  1087. .stag-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
  1088. color: #bbb !important;
  1089. font-weight: normal !important;
  1090. }
  1091. .stag-slide ::-ms-input-placeholder { /* Microsoft Edge */
  1092. color: #bbb !important;
  1093. font-weight: normal !important;
  1094. }
  1095. .stag-slide .text-success {
  1096. color: #00bf9c !important;
  1097. }
  1098. .stag-slide .btn-success,
  1099. .stag-slide .btn-success:hover {
  1100. background: #00bf9c;
  1101. border-color: #00bf9c;
  1102. }
  1103. .stag-slide .comment-input-outer {
  1104. position: sticky;
  1105. bottom: 0;
  1106. }
  1107. .stag-slide .txt-comment {
  1108. padding-bottom: calc(23px + 1rem);
  1109. height: calc(23px + 1rem);
  1110. transition: height 0.3s ease;
  1111. overflow: hidden;
  1112. }
  1113. .stag-slide .txt-comment:focus {
  1114. height: 120px;
  1115. overflow: auto;
  1116. }
  1117. .stag-slide .txt-comment:focus~.btn-save-comment {
  1118. opacity: 1;
  1119. }
  1120. .stag-slide .btn-save-comment {
  1121. position: absolute;
  1122. bottom: 0.5rem;
  1123. right: 0.5rem;
  1124. height: 28px;
  1125. line-height: 28px;
  1126. padding: 0 1rem;
  1127. transition: opacity 0.3s ease;
  1128. opacity: 0.5;
  1129. }
  1130. .stag-slide select.form-control:invalid,
  1131. .stag-slide input[type="text"].form-control:invalid {
  1132. background-color: #f8ecec;
  1133. padding-left: 0.5rem;
  1134. }
  1135. .stag-slide select:focus:invalid,
  1136. .stag-slide input[type="text"]:focus:invalid {
  1137. background: #fff;
  1138. border-color: #e24848;
  1139. box-shadow: 0 0 2px #c10707 !important;
  1140. }
  1141. .erx-line-item:nth-child(2n+1) {
  1142. background: #f0f8ffbb
  1143. }
  1144. .no-scroll {
  1145. overflow: hidden;
  1146. }
  1147. .client-rs-contents p {
  1148. margin-bottom: 0.25rem;
  1149. }
  1150. .pro-option {
  1151. position: relative;
  1152. display: block;
  1153. padding-left: 30px;
  1154. }
  1155. .pro-option.pro-option-selected {
  1156. display: inline-block;
  1157. padding-left: 25px;
  1158. }
  1159. .pro-option .pro-option-initials {
  1160. position: absolute;
  1161. left: 5px;
  1162. top: 2px;
  1163. font-size: 10px;
  1164. border-radius: 100%;
  1165. height: 20px;
  1166. width: 20px;
  1167. line-height: 20px;
  1168. text-align: center;
  1169. font-weight: 400;
  1170. }
  1171. .pro-option.pro-option-selected .pro-option-initials {
  1172. left: 3px;
  1173. top: 0;
  1174. font-size: 10px;
  1175. border-radius: 100%;
  1176. height: 18px;
  1177. width: 18px;
  1178. line-height: 19px;
  1179. text-align: center;
  1180. font-weight: 400;
  1181. }
  1182. span.pro-selection {
  1183. padding: 0 5px;
  1184. height: 18px;
  1185. display: inline-block;
  1186. border-top-right-radius: 3px;
  1187. border-bottom-right-radius: 3px;
  1188. }
  1189. .select2-results__option--selectable {
  1190. font-size: 13px;
  1191. }
  1192. #calendarApp .select2-selection__choice__display,
  1193. #proCalendarApp .select2-selection__choice__display {
  1194. padding: 0 !important;
  1195. overflow: hidden !important;
  1196. }
  1197. span.select2-container.select2-container--default.select2-container--open {
  1198. z-index: 999999;
  1199. }
  1200. .fc .fc-highlight {
  1201. background: rgba(188, 232, 241, 0.6) !important;
  1202. }
  1203. .fc .add-overlay {
  1204. padding: 1px 4px;
  1205. display: inline-block;
  1206. font-weight: bold;
  1207. }
  1208. .fc .add-overlay.add-overlay-day-grid {
  1209. padding: 4px;
  1210. }
  1211. .stag-popup .stag-popup-title {
  1212. border-bottom: 1px solid #eee;
  1213. padding-bottom: 0.75rem;
  1214. margin-bottom: 1rem;
  1215. display: flex;
  1216. align-items: center;
  1217. }
  1218. .stag-popup .stag-popup-title>span {
  1219. font-size: 17px;
  1220. }
  1221. .fc .other-client {
  1222. box-shadow: 1px 1px 2px deeppink !important;
  1223. opacity: 0.5;
  1224. }
  1225. .fc .other-client:hover {
  1226. opacity: 0.8;
  1227. }
  1228. .fc .availability {
  1229. box-shadow: 0 0 3px green !important;
  1230. }
  1231. .fc .inactive-appointment {
  1232. opacity: 0.6;
  1233. box-shadow: 0 0 3px grey !important;
  1234. }
  1235. .fc .fc-button-primary:not(:disabled):active,
  1236. .fc .fc-button-primary:not(:disabled).fc-button-active {
  1237. border-color: #56a767 !important;
  1238. background-color: #56a767 !important;
  1239. }
  1240. .w-150 {
  1241. width: 150px !important;
  1242. min-width: 150px !important;
  1243. }
  1244. .w-180 {
  1245. width: 180px !important;
  1246. min-width: 180px !important;
  1247. }
  1248. .guest-view button.add-shortcut {
  1249. display: none;
  1250. }
  1251. .guest-view .note-section,
  1252. .guest-view .note-section:hover {
  1253. background: #fff !important;
  1254. }
  1255. #stagPdfViewer>form {
  1256. padding: 0;
  1257. background: #eee;
  1258. }
  1259. #stagPdfViewer>form .stag-popup-title {
  1260. background: #fff;
  1261. padding: 1rem;
  1262. }
  1263. canvas.pdf-viewer-page {
  1264. max-width: 100%;
  1265. margin: 1rem auto;
  1266. display: block;
  1267. box-shadow: 0 0 2px #aaa;
  1268. }
  1269. .hidden-link-input {
  1270. /*opacity: 0;
  1271. width: 0 !important;
  1272. border: 0 !important;
  1273. padding: 0 !important;*/
  1274. position: absolute;
  1275. left: -9999px;
  1276. }
  1277. table.table-edit-sheet tbody tr td {
  1278. padding: 0;
  1279. background: #f7f7f7;
  1280. }
  1281. table.table-edit-sheet tbody tr td>input,
  1282. table.table-edit-sheet tbody tr td>select {
  1283. box-shadow: none !important;
  1284. border-radius: 0 !important;
  1285. border: 0;
  1286. background: #fefefe;
  1287. width: 100% !important;
  1288. min-width: unset !important;
  1289. border-bottom: 1px solid #dee2e6;
  1290. }
  1291. table.table-edit-sheet tbody tr td input[type="text"],
  1292. table.table-edit-sheet tbody tr td select,
  1293. table.table-edit-sheet tbody tr td textarea {
  1294. box-shadow: none !important;
  1295. border-radius: 0 !important;
  1296. border: 0;
  1297. background: #fefefe;
  1298. min-width: unset !important;
  1299. border-bottom: 1px solid #dee2e6;
  1300. }
  1301. table.table-edit-sheet tbody tr td>input:focus,
  1302. table.table-edit-sheet tbody tr td>select:focus {
  1303. background: #fff;
  1304. outline: 3px solid #4b88a633;
  1305. }
  1306. table.table-edit-sheet tbody tr [contenteditable] {
  1307. background: #fff;
  1308. }
  1309. table.table-edit-sheet .ql-toolbar {
  1310. border-top: 0 !important;
  1311. }
  1312. table.table-edit-sheet .ql-container {
  1313. border-bottom: 0 !important;
  1314. }
  1315. table.table-edit-sheet .ql-editor[contenteditable] {
  1316. min-height: 90px;
  1317. }
  1318. .w-35 {
  1319. width: 35%;
  1320. }
  1321. .client-single-dashboard .hide-if-dashboard {
  1322. display: none;
  1323. }
  1324. .notes-list .hide-if-note,
  1325. .note-section .hide-if-note {
  1326. display: none;
  1327. }
  1328. .data-option-list {
  1329. position: absolute;
  1330. background: #fff;
  1331. border: 2px solid #ddd;
  1332. margin-top: -1px;
  1333. width: 100%;
  1334. z-index: 1;
  1335. display: none;
  1336. max-width: 250px;
  1337. box-shadow: 0 0 3px #ddd;
  1338. border-top: 0;
  1339. }
  1340. .data-option-list>div {
  1341. cursor: pointer;
  1342. padding: 0.2rem 0.5rem;
  1343. border-bottom: 1px solid #ddd;
  1344. color: #666;
  1345. font-size: 90%;
  1346. }
  1347. .data-option-list>div:last-child {
  1348. border-bottom: 0;
  1349. }
  1350. .data-option-list>div:hover {
  1351. background: aliceblue;
  1352. }
  1353. .measurement-item:not(:last-child) {
  1354. border-bottom: 1px solid #e7e7e7;
  1355. }
  1356. .assessment-detail-template>span {
  1357. margin: 0 !important;
  1358. padding: 0 !important;
  1359. border: 0 !important;
  1360. margin-left: -0.5rem !important;
  1361. position: static !important;
  1362. }
  1363. .assessment-detail-template>span>a {
  1364. display: none;
  1365. }
  1366. button.add-shortcut,
  1367. button.note-templates-trigger-assessment {
  1368. outline: none !important;
  1369. box-shadow: none !important;
  1370. }
  1371. .appt-calendar-col.click-through .fc-timegrid-event-harness {
  1372. pointer-events: none !important;
  1373. }
  1374. .claim-line:last-child td {
  1375. padding-bottom: 1.3rem;
  1376. }
  1377. .in-table-markup p:last-of-type {
  1378. margin-bottom: 0;
  1379. }
  1380. .suggestions-outer.pharmacy-suggestions {
  1381. left: 1rem;
  1382. width: calc(100% - 2rem);
  1383. }
  1384. .flowsheets-table td {
  1385. padding: 0 10px;
  1386. height: 38px;
  1387. max-height: 38px;
  1388. min-height: 38px;
  1389. vertical-align: middle !important;
  1390. }
  1391. .flowsheets-table .expand {
  1392. display: none;
  1393. }
  1394. .flowsheets-table .collapse {
  1395. display: block;
  1396. }
  1397. .flowsheets-table .collapsed .expand {
  1398. display: block;
  1399. }
  1400. .flowsheets-table .collapsed .collapse {
  1401. display: none;
  1402. }
  1403. .flowsheets-table tr {
  1404. }
  1405. .flowsheets-table .collapsed tr:not(:first-child) {
  1406. display: none;
  1407. }
  1408. .col-2-button {
  1409. width: 88px;
  1410. text-align: left;
  1411. }
  1412. /* vitals graph */
  1413. .stag-chart {
  1414. min-height: 300px;
  1415. }
  1416. .stag-chart .safe-region>rect {
  1417. fill: green;
  1418. }
  1419. .stag-chart .safe-region>text {
  1420. fill: #888;
  1421. transform: translateY(-18px);
  1422. }
  1423. /* appt. confirmation history */
  1424. .appointment-confirmation-history-trigger .appointment-confirmation-history {
  1425. position: absolute;
  1426. width: 300px;
  1427. right: 0;
  1428. background: #fff;
  1429. opacity: 0;
  1430. padding: 0 0.75rem;
  1431. padding-bottom: 0.5rem;
  1432. box-shadow: 0 0 2px #999;
  1433. pointer-events: none;
  1434. transition: opacity 0.3s ease;
  1435. z-index: 2;
  1436. }
  1437. .appointment-confirmation-history-trigger:hover .appointment-confirmation-history {
  1438. opacity: 1;
  1439. pointer-events: all;
  1440. }
  1441. .on-hover-text-reveal {
  1442. white-space: nowrap;
  1443. overflow: hidden;
  1444. text-overflow: ellipsis;
  1445. }
  1446. /*.on-hover-text-reveal:hover {
  1447. white-space: normal;
  1448. overflow: unset;
  1449. text-overflow: unset;
  1450. }*/
  1451. .collapsible-tbody.collapsed {
  1452. display: none;
  1453. }
  1454. #send-fax-pdf-preview {
  1455. max-height: 350px;
  1456. overflow: auto;
  1457. box-shadow: 0 0 2px #ccc;
  1458. }
  1459. canvas.pdf-viewer-page.pdf-preview-page {
  1460. margin: 0.5rem auto;
  1461. }
  1462. .back-to-admin-button {
  1463. background: transparent;
  1464. border: 0;
  1465. padding: 0;
  1466. color: rgb(13, 89, 175);
  1467. }
  1468. .back-to-admin-button:hover {
  1469. text-decoration: underline;
  1470. }
  1471. .bg-aliceblue {
  1472. background: aliceblue !important;
  1473. }
  1474. .filter-head input[type="date"]::-webkit-calendar-picker-indicator {
  1475. display: none;
  1476. -webkit-appearance: none;
  1477. }
  1478. .filter-head input[type="number"]::-webkit-inner-spin-button {
  1479. display: none;
  1480. -webkit-appearance: none;
  1481. }
  1482. .filter-head input[type="date"] {
  1483. padding: 0;
  1484. min-width: 90px;
  1485. }
  1486. .filter-head input[type="number"],
  1487. .filter-head input[type="date"] {
  1488. min-width: 90px;
  1489. }
  1490. .filter-head select {
  1491. padding: 0 5px;
  1492. }
  1493. tr.sep td {
  1494. padding: 0;
  1495. background: #eee;
  1496. height: 6px;
  1497. }
  1498. #practice-shipments-ready-to-print ::marker {
  1499. color: #0009;
  1500. font-size: 90%;
  1501. }
  1502. .only-print {
  1503. display: none;
  1504. }
  1505. @media print {
  1506. .only-print {
  1507. display: block;
  1508. }
  1509. th.only-print, td.only-print {
  1510. display: table-cell;
  1511. }
  1512. }
  1513. .only-screen {
  1514. display: block;
  1515. }
  1516. th.only-screen, td.only-screen {
  1517. display: table-cell;
  1518. }
  1519. @media print {
  1520. .only-screen {
  1521. display: none !important;
  1522. }
  1523. .only-pick-list, .only-order-slip {
  1524. display: none;
  1525. }
  1526. .pick-list .only-pick-list, .order-slip .only-order-slip {
  1527. display: block;
  1528. }
  1529. }
  1530. .suggest-item.patient-suggest>img {
  1531. width: 10px;
  1532. height: 10px;
  1533. opacity: 0.75;
  1534. }
  1535. .suggest-item.patient-suggest>img.claimed {
  1536. filter: grayscale(100%);
  1537. opacity: 0.5;
  1538. }
  1539. .pdf-viewer-auto {
  1540. max-height: 600px;
  1541. overflow: auto;
  1542. }
  1543. .ticket-popup .stag-popup.stag-slide.show {
  1544. position: static;
  1545. min-width: 100% !important;
  1546. max-width: unset !important;
  1547. padding-bottom: 2rem;
  1548. }
  1549. .ticket-popup .stag-popup.stag-slide.show form {
  1550. min-width: 100% !important;
  1551. max-width: unset !important;
  1552. }
  1553. .ticket-popup .stag-popup.stag-slide>form {
  1554. position: absolute;
  1555. top: 0;
  1556. height: auto !important;
  1557. overflow: hidden;
  1558. border-radius: 5px;
  1559. transition: none;
  1560. border: 1px solid #aaa;
  1561. }
  1562. .ticket-popup .stag-popup.stag-slide .stag-popup-title.sticky-top {
  1563. position: static;
  1564. }
  1565. .ticket-popup.stag-popup.stag-popup-md>.container-fluid {
  1566. max-width: 632pt;
  1567. }
  1568. .ticket-popup.stag-popup.stag-popup-md>.container-fluid>.main-row>main>.card {
  1569. border: 0;
  1570. /*background: transparent;*/
  1571. }
  1572. .ticket-popup .hide-inside-ticket-popup {
  1573. display: none !important;
  1574. }
  1575. .ticket-popup .disable-inside-ticket-popup {
  1576. pointer-events: none !important;
  1577. opacity: 0.5;
  1578. }
  1579. .fill-percent-value {
  1580. width: 60px;
  1581. }
  1582. .fill-percent-content {
  1583. width: 100px;
  1584. }
  1585. .fill-bar {
  1586. height: 20px !important;
  1587. border: 1px solid #ddd;
  1588. }
  1589. .if-in-clinic {
  1590. display: none;
  1591. }
  1592. .stag-table-container {
  1593. max-height: calc(100vh - 230px - 1rem);
  1594. width: 100%;
  1595. overflow: auto !important;
  1596. }
  1597. .stag-table-container-lg>table{
  1598. min-width: 1450px;
  1599. }