style.css 36 KB

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