style.css 37 KB

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