style.css 31 KB

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