style.css 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644
  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. background: #c5e4ff;
  560. }
  561. [v-cloak] {
  562. opacity: 0;
  563. }
  564. .patient-avatar {
  565. width: 50px;
  566. height: 50px;
  567. background: #ddd;
  568. display: inline-flex;
  569. align-items: center;
  570. justify-content: center;
  571. border-radius: 100%;
  572. }
  573. .large {
  574. font-size: 16px !important;
  575. }
  576. /* note templates */
  577. .note-template-container {
  578. position: absolute;
  579. z-index: 10002;
  580. background: #fff;
  581. border: 1px solid #ddd;
  582. border-radius: 3px;
  583. display: none;
  584. min-width: 200px;
  585. }
  586. .note-template-container .note-template-item {
  587. position: relative;
  588. height: 25px;
  589. }
  590. .note-template-container .note-template-item .note-template-text {
  591. border-bottom: 1px solid #eee;
  592. }
  593. .note-template-container .note-template-item .label {
  594. padding: 3px 6px;
  595. padding-right: 25px;
  596. white-space: nowrap;
  597. display: inline-flex;
  598. align-items: center;
  599. min-width: 120px;
  600. cursor: pointer;
  601. flex-grow: 1;
  602. }
  603. .note-template-container .note-template-item:hover,
  604. .note-template-container .note-template-item.selected {
  605. background: aliceblue;
  606. }
  607. .note-template-container .note-template-item .label>input[type="checkbox"] {
  608. pointer-events: none;
  609. margin: 0;
  610. margin-right: 4px;
  611. height: 11px;
  612. }
  613. .note-template-container .note-template-item:last-child label {
  614. border: 0;
  615. }
  616. .note-template-container .note-template-item .note-template-children {
  617. position: absolute;
  618. left: 100%;
  619. top: 0;
  620. background: #fff;
  621. border: 1px solid #ddd;
  622. border-radius: 3px;
  623. display: none;
  624. }
  625. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  626. display: block;
  627. }*/
  628. .note-template-container .note-template-item .has-children {
  629. position: absolute;
  630. right: 6px;
  631. top: 0;
  632. height: 25px;
  633. line-height: 25px;
  634. color: #bbb;
  635. }
  636. .note-template-container .note-template-item:hover>.has-children {
  637. color: #444;
  638. }
  639. .note-templates-underlay {
  640. position: fixed;
  641. top: 0;
  642. left: 0;
  643. height: 100%;
  644. width: 100%;
  645. background: rgba(0,0,0,0.13);
  646. display: none;
  647. z-index: 10001;
  648. }
  649. .note-template-container textarea {
  650. height: 100px;
  651. border-radius: 0;
  652. border-color: #ccc;
  653. padding: 5px 10px;
  654. display: block;
  655. }
  656. .note-template-buttons {
  657. position: absolute;
  658. bottom: 100%;
  659. right: 0;
  660. height: 27px;
  661. padding: 0 3px;
  662. background: #fff;
  663. }
  664. .note-template-buttons button {
  665. font-size: 10px;
  666. padding: 2px 5px;
  667. margin-left: 5px;
  668. border-radius: 2px;
  669. }
  670. .note-template-buttons button:first-child {
  671. margin-left: 0;
  672. }
  673. .note-template-output {
  674. position: absolute;
  675. bottom: calc(100% + 26px);
  676. left: 0;
  677. padding: 3px 6px;
  678. background: #f7f7f7;
  679. min-width: 100%;
  680. border-radius: 3px;
  681. }
  682. .note-template-output-text {
  683. }
  684. .note-template-output .note-template-output-line {
  685. font-size: 11px;
  686. width: max-content;
  687. max-width: 500px;
  688. margin: 0;
  689. }
  690. .note-template-set-chooser {
  691. height: 22px;
  692. line-height: 22px;
  693. padding: 0 0.22rem;
  694. font-size: 12px !important;
  695. }
  696. .ql-editor .note-template-output-line {
  697. white-space: normal;
  698. }
  699. [prefix="(+)"] a.plus-trigger {
  700. color: #23a923 !important;
  701. }
  702. [prefix="(-)"] a.minus-trigger {
  703. color: #a91e1e !important;
  704. }
  705. .rspace {
  706. width: 20px;
  707. display: inline-flex;
  708. text-align: center;
  709. justify-content: center;
  710. }
  711. .embed-mask {
  712. position: fixed;
  713. left: 0;
  714. top: 0;
  715. height: 100%;
  716. width: 100%;
  717. background: rgba(0, 0, 0, 0.1);
  718. z-index: 98;
  719. }
  720. .embed-section {
  721. background: #fff;
  722. z-index: 99;
  723. padding: 0;
  724. border: 1px solid #ccc;
  725. }
  726. .mask-text-addition {
  727. position: fixed;
  728. bottom: calc(50% - 60px);
  729. left: 0;
  730. width: 100%;
  731. text-align: center;
  732. font-size: 12px;
  733. z-index: 9999999;
  734. color: #000;
  735. }
  736. .note-summary p {
  737. margin-bottom: 0.25rem;
  738. }
  739. .aligned-icon {
  740. display: inline-block;
  741. width: 18px;
  742. text-align: center;
  743. }
  744. body #searchCount {
  745. display: none !important;
  746. }
  747. body .break-spaces {
  748. white-space: pre-wrap;
  749. }
  750. .stag-tooltip .stag-tooltip-content {
  751. display: none;
  752. min-width: 200px;
  753. }
  754. .stag-tooltip:hover .stag-tooltip-content {
  755. display: block;
  756. right: -10px;
  757. top: 100%;
  758. z-index: 1;
  759. }
  760. .gem-nodes .node {
  761. border: 1px solid #ddd;
  762. padding: 0.75rem;
  763. border-radius: 5px;
  764. }
  765. .gem-nodes>.node {
  766. border: 0 !important;
  767. padding-left: 0;
  768. padding-right: 0;
  769. }
  770. .gem-nodes>.node:first-child {
  771. margin-top: 0 !important;
  772. }
  773. .gem-nodes>.node>label {
  774. font-weight: bold;
  775. font-size: 14px;
  776. margin: 0;
  777. }
  778. .gem-nodes .subs .node:last-child {
  779. margin-bottom: 0 !important;
  780. }
  781. .gem-nodes>.node>.subs {
  782. padding-left: 0 !important;
  783. }
  784. .gem-nodes>.node>.subs>.node {
  785. background: #f2f2f2;
  786. }
  787. .gem-nodes>.node>.subs>.node>.subs>.node {
  788. background: #fff;
  789. }
  790. .gem-nodes .node span[field] {
  791. font-weight: bold;
  792. }
  793. body .node input[type="number"] {
  794. max-width: 70px;
  795. min-width: unset !important;
  796. }
  797. .section-edit-mask {
  798. top: 0;
  799. left: 0;
  800. width: 100%;
  801. height: 100%;
  802. }
  803. .signed-note {
  804. position: relative;
  805. pointer-events: none !important;
  806. }
  807. .signed-note::after {
  808. content: '';
  809. position: absolute;
  810. z-index: 2;
  811. cursor: not-allowed;
  812. left: 0;
  813. top: 0;
  814. width: 100%;
  815. height: 100%;
  816. background: rgba(0,0,0,0.01);
  817. }
  818. .slot-picker {
  819. padding: 4px;
  820. padding-right: 0;
  821. padding-bottom: 0;
  822. }
  823. .slot-picker.disabled {
  824. opacity: 0.5;
  825. pointer-events: none;
  826. cursor: not-allowed;
  827. }
  828. .slot-picker td {
  829. text-align: center;
  830. border: 1px solid #ddd !important;
  831. padding: 2px 5px;
  832. cursor: pointer;
  833. }
  834. .slot-picker th {
  835. border: 0 !important;
  836. }
  837. .slot-picker td:hover {
  838. background: aliceblue;
  839. }
  840. .slot-picker td.blocked {
  841. background: #ccc !important;
  842. cursor: not-allowed;
  843. }
  844. .slot-picker td.selected {
  845. background-image: linear-gradient(to bottom,#08c,#04c);
  846. background-repeat: repeat-x;
  847. color: #fff;
  848. }
  849. .pro-appointment-calendar.disabled {
  850. opacity: 0.5;
  851. pointer-events: none;
  852. cursor: not-allowed;
  853. }
  854. .pro-appointment-calendar .datepicker-inline {
  855. width: 195px;
  856. padding-left: 0;
  857. }
  858. .pro-appointment-calendar .datepicker td {
  859. height: 25px;
  860. }
  861. .datepicker td, .datepicker th {
  862. border: none !important;
  863. }
  864. .appt-form-col {
  865. width: 220px;
  866. }
  867. .appt-calendar-col {
  868. flex-grow: 1;
  869. }
  870. .appt-form td.fc-day.stag-selected {
  871. outline: 2px solid #007bff;
  872. background: #e5f2fd;
  873. }
  874. .appt-form .stag-current-appt {
  875. background: #89159cc7;
  876. color: #fff;
  877. border-color: #89159cc7;
  878. }
  879. .appt-form .stag-current-appt .fc-daygrid-event-dot {
  880. border-color: #fff;
  881. }
  882. .appt-form .fc .fc-toolbar.fc-header-toolbar {
  883. margin-bottom: 0.5rem;
  884. /*align-items: start;*/
  885. }
  886. .stag-calendar-header-extra {
  887. background: #cde8ff;
  888. padding: 3px 10px;
  889. margin-top: 7px;
  890. border-top-left-radius: 6px;
  891. border-top-right-radius: 6px;
  892. border: 1px solid #44a5f982;
  893. border-bottom: 0;
  894. }
  895. .stag-calendar-header-extra * {
  896. font-size: 14px !important;
  897. }
  898. /* call panel */
  899. #proCallComponent {
  900. padding-bottom: 150px;
  901. }
  902. .patient-queue {
  903. display: flex;
  904. flex-direction: column;
  905. position: fixed;
  906. left: 0;
  907. width: 100%;
  908. bottom: 0;
  909. z-index: 4;
  910. }
  911. .queue-item {
  912. width: 100px;
  913. padding: 0.5rem;
  914. padding-bottom: 0.25rem;
  915. text-align: center;
  916. cursor: pointer;
  917. }
  918. .queue-item:hover {
  919. background: aliceblue;
  920. }
  921. .current-work-indicator {
  922. /*
  923. position: fixed;
  924. top: 55px;
  925. right: 0;
  926. z-index: 9999;
  927. */
  928. background: #305ba0;
  929. color: #fff;
  930. font-size: 12px;
  931. padding: 3px 6px;
  932. border-radius: 3px;
  933. /* border-bottom-left-radius: 5px;*/
  934. white-space: nowrap;
  935. text-overflow: ellipsis;
  936. max-width: 100px;
  937. overflow: hidden;
  938. }
  939. /* stag popups */
  940. .stag-popup {
  941. position: fixed;
  942. left: 0;
  943. top: 55px;
  944. width: 100%;
  945. height: calc(100% - 55px);
  946. overflow-x: auto;
  947. z-index: 97;
  948. justify-content: center;
  949. align-items: center;
  950. display: none;
  951. background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
  952. padding: 2rem 0;
  953. }
  954. .stag-popup.show {
  955. display: block;
  956. }
  957. .stag-popup>form, .stag-popup>.stag-popup-content {
  958. width: 80%;
  959. background: #fff;
  960. border: 1px solid #aaa;
  961. border-radius: 5px;
  962. overflow: hidden;
  963. box-shadow: 0 0 5px #ddd;
  964. margin: 0 auto;
  965. padding: 0.75rem;
  966. }
  967. .stag-popup.wide>form, .stag-popup.wide>.stag-popup-content {
  968. width: calc(100% - 4rem);
  969. }
  970. .stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
  971. max-width: 500px;
  972. }
  973. .stag-popup.stag-popup-sm>form, .stag-popup.stag-popup-sm>.stag-popup-content {
  974. max-width: 500px;
  975. }
  976. .stag-popup.stag-popup-md>form, .stag-popup.stag-popup-md>.stag-popup-content {
  977. max-width: 632pt;
  978. }
  979. .stag-popup.stag-popup-right>form, .stag-popup.stag-popup-right>.stag-popup-content {
  980. margin-right: 1.5rem;
  981. margin-left: auto;
  982. }
  983. /* slide-in stag-popups */
  984. .stag-popup.stag-slide {
  985. display: block;
  986. background: center center no-repeat scroll rgba(0, 0, 0, 0);
  987. pointer-events: none;
  988. overflow: hidden;
  989. }
  990. .stag-popup.stag-slide.show {
  991. pointer-events: all;
  992. }
  993. .stag-popup.stag-slide>form {
  994. position: absolute;
  995. top: 0;
  996. height: 100% !important;
  997. overflow-y: auto;
  998. border-radius: 0;
  999. border-top: 0;
  1000. border-bottom: 0;
  1001. border-right: 0;
  1002. transition: right 0.3s ease;
  1003. width: 0;
  1004. }
  1005. .stag-popup.stag-slide.stag-popup-sm>form {
  1006. width: 500px;
  1007. right: -500px;
  1008. }
  1009. .stag-popup.stag-slide.stag-popup-md>form {
  1010. width: 632pt;
  1011. right: -632pt;
  1012. }
  1013. .stag-popup.stag-slide.show>form {
  1014. right: 0;
  1015. }
  1016. /* asana style ticket management */
  1017. .pro-initials {
  1018. border-radius: 100%;
  1019. height: 24px;
  1020. width: 24px;
  1021. min-height: 24px;
  1022. min-width: 24px;
  1023. max-height: 24px;
  1024. max-width: 24px;
  1025. text-align: center;
  1026. font-weight: 400;
  1027. display: inline-flex;
  1028. align-items: center;
  1029. justify-content: center;
  1030. background-color: #6457f9;
  1031. color: #fff;
  1032. font-size: 10px !important;
  1033. opacity: 0.85;
  1034. }
  1035. .pro-initials.pro-initials-sm {
  1036. height: 18px;
  1037. width: 18px;
  1038. min-height: 18px;
  1039. min-width: 18px;
  1040. max-height: 18px;
  1041. max-width: 18px;
  1042. font-size: 9px !important;
  1043. }
  1044. .pro-initials:hover {
  1045. opacity: 1;
  1046. }
  1047. .ticket-section {
  1048. }
  1049. .ticket-section.ticket-section-collapsed {
  1050. max-height: 0;
  1051. overflow: hidden;
  1052. }
  1053. .tickets-table tbody tr {
  1054. transition: background-color 0.2s ease;
  1055. }
  1056. .tickets-table tbody tr:hover {
  1057. background-color: rgba(0,0,0,.04);
  1058. }
  1059. .tickets-table tbody tr.current {
  1060. background-color: aliceblue;
  1061. }
  1062. .stag-slide input.form-control:not(:focus),
  1063. .stag-slide select.form-control:not(:focus) {
  1064. border-color: transparent;
  1065. background-color: transparent;
  1066. cursor: pointer;
  1067. font-weight: bold;
  1068. padding-left: 0;
  1069. }
  1070. .stag-slide select.form-control:not(:focus) {
  1071. appearance: none;
  1072. }
  1073. .stag-slide input.form-control {
  1074. box-shadow: none !important;
  1075. }
  1076. .stag-slide input.form-control:not(:focus):not([readonly]):hover {
  1077. text-decoration: underline;
  1078. }
  1079. .stag-slide input.form-control[readonly] {
  1080. opacity: 0.75;
  1081. }
  1082. .stag-slide ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  1083. color: #bbb !important;
  1084. font-weight: normal !important;
  1085. opacity: 1; /* Firefox */
  1086. }
  1087. .stag-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
  1088. color: #bbb !important;
  1089. font-weight: normal !important;
  1090. }
  1091. .stag-slide ::-ms-input-placeholder { /* Microsoft Edge */
  1092. color: #bbb !important;
  1093. font-weight: normal !important;
  1094. }
  1095. .stag-slide .text-success {
  1096. color: #00bf9c !important;
  1097. }
  1098. .stag-slide .btn-success,
  1099. .stag-slide .btn-success:hover {
  1100. background: #00bf9c;
  1101. border-color: #00bf9c;
  1102. }
  1103. .stag-slide .comment-input-outer {
  1104. position: sticky;
  1105. bottom: 0;
  1106. }
  1107. .stag-slide .txt-comment {
  1108. padding-bottom: calc(23px + 1rem);
  1109. height: calc(23px + 1rem);
  1110. transition: height 0.3s ease;
  1111. overflow: hidden;
  1112. }
  1113. .stag-slide .txt-comment:focus {
  1114. height: 120px;
  1115. overflow: auto;
  1116. }
  1117. .stag-slide .txt-comment:focus~.btn-save-comment {
  1118. opacity: 1;
  1119. }
  1120. .stag-slide .btn-save-comment {
  1121. position: absolute;
  1122. bottom: 0.5rem;
  1123. right: 0.5rem;
  1124. height: 28px;
  1125. line-height: 28px;
  1126. padding: 0 1rem;
  1127. transition: opacity 0.3s ease;
  1128. opacity: 0.5;
  1129. }
  1130. .stag-slide select.form-control:invalid,
  1131. .stag-slide input[type="text"].form-control:invalid {
  1132. background-color: #f8ecec;
  1133. padding-left: 0.5rem;
  1134. }
  1135. .stag-slide select:focus:invalid,
  1136. .stag-slide input[type="text"]:focus:invalid {
  1137. background: #fff;
  1138. border-color: #e24848;
  1139. box-shadow: 0 0 2px #c10707 !important;
  1140. }
  1141. .erx-line-item:nth-child(2n+1) {
  1142. background: #f0f8ffbb
  1143. }
  1144. .no-scroll {
  1145. overflow: hidden;
  1146. }
  1147. .client-rs-contents p {
  1148. margin-bottom: 0.25rem;
  1149. }
  1150. .pro-option {
  1151. position: relative;
  1152. display: block;
  1153. padding-left: 30px;
  1154. }
  1155. .pro-option.pro-option-selected {
  1156. display: inline-block;
  1157. padding-left: 25px;
  1158. }
  1159. .pro-option .pro-option-initials {
  1160. position: absolute;
  1161. left: 5px;
  1162. top: 2px;
  1163. font-size: 10px;
  1164. border-radius: 100%;
  1165. height: 20px;
  1166. width: 20px;
  1167. line-height: 20px;
  1168. text-align: center;
  1169. font-weight: 400;
  1170. }
  1171. .pro-option.pro-option-selected .pro-option-initials {
  1172. left: 3px;
  1173. top: 0;
  1174. font-size: 10px;
  1175. border-radius: 100%;
  1176. height: 18px;
  1177. width: 18px;
  1178. line-height: 19px;
  1179. text-align: center;
  1180. font-weight: 400;
  1181. }
  1182. span.pro-selection {
  1183. padding: 0 5px;
  1184. height: 18px;
  1185. display: inline-block;
  1186. border-top-right-radius: 3px;
  1187. border-bottom-right-radius: 3px;
  1188. }
  1189. .select2-results__option--selectable {
  1190. font-size: 13px;
  1191. }
  1192. #calendarApp .select2-selection__choice__display,
  1193. #proCalendarApp .select2-selection__choice__display {
  1194. padding: 0 !important;
  1195. overflow: hidden !important;
  1196. }
  1197. span.select2-container.select2-container--default.select2-container--open {
  1198. z-index: 999999;
  1199. }
  1200. .fc .fc-highlight {
  1201. background: rgba(188, 232, 241, 0.6) !important;
  1202. }
  1203. .fc .add-overlay {
  1204. padding: 1px 4px;
  1205. display: inline-block;
  1206. font-weight: bold;
  1207. }
  1208. .fc .add-overlay.add-overlay-day-grid {
  1209. padding: 4px;
  1210. }
  1211. .stag-popup .stag-popup-title {
  1212. border-bottom: 1px solid #eee;
  1213. padding-bottom: 0.75rem;
  1214. margin-bottom: 1rem;
  1215. display: flex;
  1216. align-items: center;
  1217. }
  1218. .stag-popup .stag-popup-title>span {
  1219. font-size: 17px;
  1220. }
  1221. .fc .other-client {
  1222. box-shadow: 1px 1px 2px deeppink !important;
  1223. opacity: 0.5;
  1224. }
  1225. .fc .other-client:hover {
  1226. opacity: 0.8;
  1227. }
  1228. .fc .availability {
  1229. box-shadow: 0 0 3px green !important;
  1230. }
  1231. .fc .inactive-appointment {
  1232. opacity: 0.6;
  1233. box-shadow: 0 0 3px grey !important;
  1234. }
  1235. .fc .fc-button-primary:not(:disabled):active,
  1236. .fc .fc-button-primary:not(:disabled).fc-button-active {
  1237. border-color: #56a767 !important;
  1238. background-color: #56a767 !important;
  1239. }
  1240. .w-150 {
  1241. width: 150px !important;
  1242. min-width: 150px !important;
  1243. }
  1244. .w-180 {
  1245. width: 180px !important;
  1246. min-width: 180px !important;
  1247. }
  1248. .guest-view button.add-shortcut {
  1249. display: none;
  1250. }
  1251. .guest-view .note-section,
  1252. .guest-view .note-section:hover {
  1253. background: #fff !important;
  1254. }
  1255. #stagPdfViewer>form {
  1256. padding: 0;
  1257. background: #eee;
  1258. }
  1259. #stagPdfViewer>form .stag-popup-title {
  1260. background: #fff;
  1261. padding: 1rem;
  1262. }
  1263. canvas.pdf-viewer-page {
  1264. max-width: 100%;
  1265. margin: 1rem auto;
  1266. display: block;
  1267. box-shadow: 0 0 2px #aaa;
  1268. }
  1269. .hidden-link-input {
  1270. /*opacity: 0;
  1271. width: 0 !important;
  1272. border: 0 !important;
  1273. padding: 0 !important;*/
  1274. position: absolute;
  1275. left: -9999px;
  1276. }
  1277. table.table-edit-sheet tbody tr td {
  1278. padding: 0;
  1279. background: #f7f7f7;
  1280. }
  1281. table.table-edit-sheet tbody tr td>input,
  1282. table.table-edit-sheet tbody tr td>select {
  1283. box-shadow: none !important;
  1284. border-radius: 0 !important;
  1285. border: 0;
  1286. background: #fefefe;
  1287. width: 100% !important;
  1288. min-width: unset !important;
  1289. border-bottom: 1px solid #dee2e6;
  1290. }
  1291. table.table-edit-sheet tbody tr td input[type="text"],
  1292. table.table-edit-sheet tbody tr td select,
  1293. table.table-edit-sheet tbody tr td textarea {
  1294. box-shadow: none !important;
  1295. border-radius: 0 !important;
  1296. border: 0;
  1297. background: #fefefe;
  1298. min-width: unset !important;
  1299. border-bottom: 1px solid #dee2e6;
  1300. }
  1301. table.table-edit-sheet tbody tr td>input:focus,
  1302. table.table-edit-sheet tbody tr td>select:focus {
  1303. background: #fff;
  1304. outline: 3px solid #4b88a633;
  1305. }
  1306. table.table-edit-sheet tbody tr [contenteditable] {
  1307. background: #fff;
  1308. }
  1309. table.table-edit-sheet .ql-toolbar {
  1310. border-top: 0 !important;
  1311. }
  1312. table.table-edit-sheet .ql-container {
  1313. border-bottom: 0 !important;
  1314. }
  1315. table.table-edit-sheet .ql-editor[contenteditable] {
  1316. min-height: 90px;
  1317. }
  1318. .w-35 {
  1319. width: 35%;
  1320. }
  1321. .client-single-dashboard .hide-if-dashboard {
  1322. display: none;
  1323. }
  1324. .notes-list .hide-if-note,
  1325. .note-section .hide-if-note {
  1326. display: none;
  1327. }
  1328. .data-option-list {
  1329. position: absolute;
  1330. background: #fff;
  1331. border: 2px solid #ddd;
  1332. margin-top: -1px;
  1333. width: 100%;
  1334. z-index: 1;
  1335. display: none;
  1336. max-width: 250px;
  1337. box-shadow: 0 0 3px #ddd;
  1338. border-top: 0;
  1339. }
  1340. .data-option-list>div {
  1341. cursor: pointer;
  1342. padding: 0.2rem 0.5rem;
  1343. border-bottom: 1px solid #ddd;
  1344. color: #666;
  1345. font-size: 90%;
  1346. }
  1347. .data-option-list>div:last-child {
  1348. border-bottom: 0;
  1349. }
  1350. .data-option-list>div:hover {
  1351. background: aliceblue;
  1352. }
  1353. .measurement-item:not(:last-child) {
  1354. border-bottom: 1px solid #e7e7e7;
  1355. }
  1356. .assessment-detail-template>span {
  1357. margin: 0 !important;
  1358. padding: 0 !important;
  1359. border: 0 !important;
  1360. margin-left: -0.5rem !important;
  1361. position: static !important;
  1362. }
  1363. .assessment-detail-template>span>a {
  1364. display: none;
  1365. }
  1366. button.add-shortcut,
  1367. button.note-templates-trigger-assessment {
  1368. outline: none !important;
  1369. box-shadow: none !important;
  1370. }
  1371. .appt-calendar-col.click-through .fc-timegrid-event-harness {
  1372. pointer-events: none !important;
  1373. }
  1374. .claim-line:last-child td {
  1375. padding-bottom: 1.3rem;
  1376. }
  1377. .in-table-markup p:last-of-type {
  1378. margin-bottom: 0;
  1379. }
  1380. .suggestions-outer.pharmacy-suggestions {
  1381. left: 1rem;
  1382. width: calc(100% - 2rem);
  1383. }
  1384. .flowsheets-table td {
  1385. padding: 0 10px;
  1386. height: 38px;
  1387. max-height: 38px;
  1388. min-height: 38px;
  1389. vertical-align: middle !important;
  1390. }
  1391. .flowsheets-table .expand {
  1392. display: none;
  1393. }
  1394. .flowsheets-table .collapse {
  1395. display: block;
  1396. }
  1397. .flowsheets-table .collapsed .expand {
  1398. display: block;
  1399. }
  1400. .flowsheets-table .collapsed .collapse {
  1401. display: none;
  1402. }
  1403. .flowsheets-table tr {
  1404. }
  1405. .flowsheets-table .collapsed tr:not(:first-child) {
  1406. display: none;
  1407. }
  1408. .col-2-button {
  1409. width: 88px;
  1410. text-align: left;
  1411. }
  1412. /* vitals graph */
  1413. .stag-chart {
  1414. min-height: 300px;
  1415. }
  1416. .stag-chart .safe-region>rect {
  1417. fill: green;
  1418. }
  1419. .stag-chart .safe-region>text {
  1420. fill: #888;
  1421. transform: translateY(-18px);
  1422. }
  1423. /* appt. confirmation history */
  1424. .appointment-confirmation-history-trigger .appointment-confirmation-history {
  1425. position: absolute;
  1426. width: 300px;
  1427. right: 0;
  1428. background: #fff;
  1429. opacity: 0;
  1430. padding: 0 0.75rem;
  1431. padding-bottom: 0.5rem;
  1432. box-shadow: 0 0 2px #999;
  1433. pointer-events: none;
  1434. transition: opacity 0.3s ease;
  1435. z-index: 2;
  1436. }
  1437. .appointment-confirmation-history-trigger:hover .appointment-confirmation-history {
  1438. opacity: 1;
  1439. pointer-events: all;
  1440. }
  1441. .on-hover-text-reveal {
  1442. white-space: nowrap;
  1443. overflow: hidden;
  1444. text-overflow: ellipsis;
  1445. }
  1446. /*.on-hover-text-reveal:hover {
  1447. white-space: normal;
  1448. overflow: unset;
  1449. text-overflow: unset;
  1450. }*/
  1451. .collapsible-tbody.collapsed {
  1452. display: none;
  1453. }
  1454. #send-fax-pdf-preview {
  1455. max-height: 350px;
  1456. overflow: auto;
  1457. box-shadow: 0 0 2px #ccc;
  1458. }
  1459. canvas.pdf-viewer-page.pdf-preview-page {
  1460. margin: 0.5rem auto;
  1461. }
  1462. .back-to-admin-button {
  1463. background: transparent;
  1464. border: 0;
  1465. padding: 0;
  1466. color: rgb(13, 89, 175);
  1467. }
  1468. .back-to-admin-button:hover {
  1469. text-decoration: underline;
  1470. }
  1471. .bg-aliceblue {
  1472. background: aliceblue !important;
  1473. }
  1474. .filter-head input[type="date"]::-webkit-calendar-picker-indicator {
  1475. display: none;
  1476. -webkit-appearance: none;
  1477. }
  1478. .filter-head input[type="number"]::-webkit-inner-spin-button {
  1479. display: none;
  1480. -webkit-appearance: none;
  1481. }
  1482. .filter-head input[type="date"] {
  1483. padding: 0;
  1484. min-width: 90px;
  1485. }
  1486. .filter-head input[type="number"],
  1487. .filter-head input[type="date"] {
  1488. min-width: 90px;
  1489. }
  1490. .filter-head select {
  1491. padding: 0 5px;
  1492. }
  1493. tr.sep td {
  1494. padding: 0;
  1495. background: #eee;
  1496. height: 6px;
  1497. }
  1498. #practice-shipments-ready-to-print ::marker {
  1499. color: #0009;
  1500. font-size: 90%;
  1501. }
  1502. .only-print {
  1503. display: none;
  1504. }
  1505. @media print {
  1506. .only-print {
  1507. display: block;
  1508. }
  1509. th.only-print, td.only-print {
  1510. display: table-cell;
  1511. }
  1512. }
  1513. .only-screen {
  1514. display: block;
  1515. }
  1516. th.only-screen, td.only-screen {
  1517. display: table-cell;
  1518. }
  1519. @media print {
  1520. .only-screen {
  1521. display: none !important;
  1522. }
  1523. .only-pick-list, .only-order-slip {
  1524. display: none;
  1525. }
  1526. .pick-list .only-pick-list, .order-slip .only-order-slip {
  1527. display: block;
  1528. }
  1529. }
  1530. .suggest-item.patient-suggest>img {
  1531. width: 10px;
  1532. height: 10px;
  1533. opacity: 0.75;
  1534. }
  1535. .suggest-item.patient-suggest>img.claimed {
  1536. filter: grayscale(100%);
  1537. opacity: 0.5;
  1538. }
  1539. .pdf-viewer-auto {
  1540. max-height: 600px;
  1541. overflow: auto;
  1542. }
  1543. .ticket-popup .stag-popup.stag-slide.show {
  1544. position: static;
  1545. min-width: 100% !important;
  1546. max-width: unset !important;
  1547. padding-bottom: 2rem;
  1548. }
  1549. .ticket-popup .stag-popup.stag-slide.show form {
  1550. min-width: 100% !important;
  1551. max-width: unset !important;
  1552. }
  1553. .ticket-popup .stag-popup.stag-slide>form {
  1554. position: absolute;
  1555. top: 0;
  1556. height: auto !important;
  1557. overflow: hidden;
  1558. border-radius: 5px;
  1559. transition: none;
  1560. border: 1px solid #aaa;
  1561. }
  1562. .ticket-popup .stag-popup.stag-slide .stag-popup-title.sticky-top {
  1563. position: static;
  1564. }
  1565. .ticket-popup.stag-popup.stag-popup-md>.container-fluid {
  1566. max-width: 632pt;
  1567. }
  1568. .ticket-popup.stag-popup.stag-popup-md>.container-fluid>.main-row>main>.card {
  1569. border: 0;
  1570. /*background: transparent;*/
  1571. }
  1572. .ticket-popup .hide-inside-ticket-popup {
  1573. display: none !important;
  1574. }
  1575. .ticket-popup .disable-inside-ticket-popup {
  1576. pointer-events: none !important;
  1577. opacity: 0.5;
  1578. }
  1579. .fill-percent-value {
  1580. width: 60px;
  1581. }
  1582. .fill-percent-content {
  1583. width: 100px;
  1584. }
  1585. .fill-bar {
  1586. height: 20px !important;
  1587. border: 1px solid #ddd;
  1588. }
  1589. .if-in-clinic {
  1590. display: none;
  1591. }
  1592. .stag-table-container {
  1593. max-height: calc(100vh - 230px - 1rem);
  1594. width: 100%;
  1595. overflow: auto !important;
  1596. }
  1597. .stag-table-container-lg>table{
  1598. min-width: 1450px;
  1599. }
  1600. #caremonth-measurements-calendar .fc-event.m-weight {
  1601. background: #38908f;
  1602. color: #fff;
  1603. padding-left: 5px;
  1604. margin-bottom: 2px;
  1605. }
  1606. #caremonth-measurements-calendar .fc-event.m-bp {
  1607. background: #5e96ae;
  1608. color: #fff;
  1609. padding-left: 5px;
  1610. margin-bottom: 2px;
  1611. }
  1612. #caremonth-measurements-calendar .fc-event.m-weight *,
  1613. #caremonth-measurements-calendar .fc-event.m-bp *{
  1614. font-size: 10px !important;
  1615. }
  1616. #caremonth-measurements-calendar .fc-daygrid-event-dot {
  1617. display: none;
  1618. }