style.css 24 KB

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