style.css 37 KB

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