style.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  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: 25px;
  53. font-weight: 900;
  54. }
  55. .sidebar .nav-link {
  56. padding: .25rem 1rem;
  57. }
  58. .sidebar .nav-item {
  59. margin-right: 0;
  60. }
  61. .navbar-dark .nav-item .nav-link {
  62. color: #fff;
  63. }
  64. .dropdown-menu {
  65. margin-top: 7px;
  66. border-radius: 0;
  67. }
  68. .dropdown-item:not(:last-child) {
  69. border-bottom:1px solid #ddd;
  70. }
  71. main {
  72. padding:0 1rem;
  73. }
  74. /* ability to toggle the video pane (rhs) */
  75. .stag_rhs_toggle, .stag_rhs_toggle:hover {
  76. position: fixed;
  77. bottom: 0;
  78. right: 0;
  79. padding: 0.25rem 0.75rem;
  80. border-top-left-radius: 6px;
  81. background-color: var(--primary-color);
  82. color: #fff;
  83. z-index: 2;
  84. }
  85. body.stag_rhs_collapsed .v-split,
  86. body.stag_rhs_collapsed .app-right-panel {
  87. display: none !important;
  88. }
  89. .delete-column {
  90. width: 120px;
  91. }
  92. .m-negator {
  93. margin-left: -1.25rem !important;
  94. margin-right: -1.25rem !important;
  95. }
  96. .pl-3-5 {
  97. padding-left: 1.25rem !important;
  98. }
  99. .lh-24px {
  100. height: 24px;
  101. line-height: 24px;
  102. }
  103. .mcp-theme-1 *:not(i) {
  104. font-family: Verdana, sans-serif;
  105. font-size: 12px;
  106. }
  107. .mcp-theme-1 .font-size-11 {
  108. font-size: 11px;
  109. }
  110. .mcp-theme-1 .font-size-13 {
  111. font-size: 13px;
  112. }
  113. .mcp-theme-1 .font-size-14 {
  114. font-size: 14px;
  115. }
  116. .mcp-theme-1 .font-size-16 {
  117. font-size: 16px;
  118. }
  119. .mcp-theme-1 .font-underline {
  120. text-decoration: underline;
  121. }
  122. .mcp-theme-1 .on-hover-opaque {
  123. opacity: 0.6;
  124. }
  125. .mcp-theme-1 .on-hover-opaque:hover {
  126. opacity: 1;
  127. }
  128. .mcp-theme-1 .opacity-60 {
  129. opacity: .6;
  130. }
  131. .mcp-theme-1 .text-secondary-light {
  132. color: #c9ddef !important;
  133. }
  134. .mcp-theme-1 a, .mcp-theme-1 a:link {
  135. color: rgb(13, 89, 175);
  136. }
  137. .mcp-theme-1 .btn.btn-primary {
  138. background: rgb(13, 89, 175);
  139. border-color: rgb(13, 89, 175);
  140. box-shadow: none;
  141. }
  142. .mcp-theme-1 .nav-item {
  143. margin: 0;
  144. }
  145. .mcp-theme-1 .nav-link:hover {
  146. background: #e3e3e394;
  147. }
  148. .mcp-theme-1 .nav-link.active {
  149. background: #e2e2e2;
  150. }
  151. .mcp-theme-1 .text-sm {
  152. font-size: 85%;
  153. }
  154. .mcp-theme-1 .text-sm-incl-children,
  155. .mcp-theme-1 .text-sm-incl-children *:not(i) {
  156. font-size: 0.8rem;
  157. }
  158. .mcp-theme-1 .minutes-label {
  159. width: 40px;
  160. }
  161. .mcp-theme-1 .memo-textarea {
  162. min-width: 200px;
  163. height: 60px;
  164. }
  165. .main-row {
  166. display: flex;
  167. flex-wrap: nowrap;
  168. margin-right: -15px;
  169. margin-left: -15px;
  170. }
  171. .main-row > .sidebar {
  172. width: 180px;
  173. min-width: 180px;
  174. }
  175. .main-row > main {
  176. flex-grow: 1;
  177. }
  178. html, body {
  179. height: 100%;
  180. }
  181. body>nav.navbar {
  182. height: 55px;
  183. }
  184. .stag-content {
  185. height: calc(100% - 55px);
  186. }
  187. [moe][large] form {
  188. width: 450px;
  189. }
  190. .moe-disabled[moe] {
  191. cursor: not-allowed;
  192. }
  193. .moe-disabled[moe] [start][show] {
  194. opacity: 0.5;
  195. pointer-events: none;
  196. }
  197. .mcp-theme-1 .stag-no-wrap-td {
  198. max-width: 260px;
  199. }
  200. .mcp-theme-1 .stag-no-wrap {
  201. max-width: 250px;
  202. overflow: hidden;
  203. text-overflow: ellipsis;
  204. white-space: nowrap;
  205. display: block;
  206. }
  207. .mcp-theme-1 .form-control.form-control-sm:not(.min-width-unset) {
  208. min-width: 200px;
  209. }
  210. .mcp-theme-1 [large] .form-control.form-control-sm {
  211. min-width: unset;
  212. }
  213. [wide] .form-control.form-control-sm {
  214. min-width: 480px;
  215. }
  216. [moe][center] [url]:not([show]) {
  217. position: fixed;
  218. top: 10%;
  219. max-height: 88%;
  220. overflow-y: auto;
  221. overflow-x: hidden;
  222. left: calc(50% - 250px);
  223. width: 500px;
  224. }
  225. [moe][center][wide] [url]:not([show]) {
  226. left: calc(50% - 400px);
  227. width: 800px;
  228. }
  229. [moe][center] [url]:not([show]) .form-control.form-control-sm {
  230. min-width: unset;
  231. max-width: 100%;
  232. }
  233. .mcp-theme-1 .width-200px {
  234. width: 200px !important;
  235. }
  236. .mcp-theme-1 .width-30px {
  237. width: 30px !important;
  238. }
  239. .mcp-theme-1 .width-50px {
  240. width: 50px !important;
  241. }
  242. .mcp-theme-1 .min-width-140px {
  243. min-width: 140px !important;
  244. }
  245. .mcp-theme-1 .min-width-200px {
  246. min-width: 200px !important;
  247. }
  248. .mcp-theme-1 .min-width-300px {
  249. min-width: 300px;
  250. }
  251. .mcp-theme-1 .width-100px {
  252. width: 100px;
  253. min-width: unset !important;
  254. max-width: unset !important;
  255. }
  256. .mcp-theme-1 .width-100pc {
  257. width: 100% !important;
  258. min-width: unset !important;
  259. }
  260. .mcp-theme-1 .max-width-300px {
  261. max-width: 300px;
  262. }
  263. .mcp-theme-1 .outline-0 {
  264. outline: none !important;
  265. box-shadow: none !important;
  266. }
  267. .cancelled-item {
  268. opacity: 0.5;
  269. }
  270. .cancelled-item:not(.always-clickable) * {
  271. pointer-events: none;
  272. }
  273. .note-content {
  274. max-height: 300px;
  275. overflow-y: auto;
  276. }
  277. .note-content:not([auto-edit]) {
  278. padding: 1rem;
  279. padding-bottom: 0;
  280. cursor: pointer;
  281. position: relative;
  282. }
  283. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  284. content: '(click to change)';
  285. display: block;
  286. color: #535353;
  287. padding-bottom: 0.3rem;
  288. }
  289. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  290. border-left: 0;
  291. border-right: 0;
  292. }
  293. .mcp-theme-1 .ql-editor[contenteditable] {
  294. min-height: 100px;
  295. }
  296. .ql-container p {
  297. margin-top: 1rem;
  298. }
  299. .note-content ul {
  300. list-style: none !important;
  301. }
  302. .ql-editor ul > li::before {
  303. content: '';
  304. }
  305. .m-neg-4 {
  306. margin-left: -1.25rem;
  307. margin-right: -1.25rem;
  308. }
  309. .mcp-theme-1 .ql-toolbar .ql-formats * {
  310. font-size: 12px !important;
  311. }
  312. .mcp-theme-1 .ql-toolbar.ql-snow {
  313. padding: 3px;
  314. background: #f7f7f7;
  315. }
  316. .mcp-theme-1 .ql-snow .ql-picker {
  317. height: 22px;
  318. }
  319. .mcp-theme-1 .ql-snow.ql-toolbar button {
  320. height: 22px;
  321. width: 26px;
  322. }
  323. .rte-holder .ql-container p {
  324. margin-top: 0;
  325. margin-bottom: 0.3rem;
  326. }
  327. .note-section:not(.edit) .if-not-edit {
  328. display: block !important;
  329. }
  330. .note-section:not(.edit) div.if-not-edit {
  331. padding-left: 1rem;
  332. }
  333. .note-section:not(.edit):hover {
  334. background: #f6f9fc;
  335. cursor: pointer;
  336. }
  337. .note-signed-by-hcp .note-section:not(.edit):hover {
  338. background: #f6f9fc;
  339. cursor: auto;
  340. }
  341. .note-section.edit .if-edit {
  342. display: block !important;
  343. }
  344. .c-pointer {
  345. cursor: pointer;
  346. }
  347. .events-none {
  348. pointer-events: none;
  349. }
  350. .inset-comment p {
  351. margin-bottom: 0.3rem;
  352. }
  353. .inset-comment p:last-child {
  354. margin-bottom: 0 !important;
  355. }
  356. .note-section.edit {
  357. background: #f0f8ff7d;
  358. outline: 2px solid #9de3ff;
  359. }
  360. .note-section.edit .ql-editor,
  361. .note-section.edit .btn-default {
  362. background-color: #fff !important;
  363. }
  364. /*.note-section-item-row:not(:first-child) {
  365. padding-top: 10px;
  366. border-top: 1px solid #ccc;
  367. }*/
  368. /* override med ac css */
  369. #searchResults {
  370. z-index: 100001 !important;
  371. }
  372. input.search_field, textarea.search_field {
  373. background-position: right 7px center !important;
  374. padding-right: 23px !important;
  375. }
  376. .ansList:focus, .search_field:focus {
  377. background-color: #fff !important;
  378. }
  379. @media (min-width: 1000px) {
  380. .navbar.navbar-dark {
  381. height: 55px;
  382. position: fixed;
  383. top: 0;
  384. left: 0;
  385. width: 100%;
  386. z-index: 9999;
  387. }
  388. .main-row > .sidebar {
  389. width: 180px;
  390. min-width: 180px;
  391. position: fixed;
  392. left: 0;
  393. top: 55px;
  394. z-index: 8;
  395. height: calc(100% - 55px);
  396. overflow-y: auto;
  397. }
  398. .main-row {
  399. padding-left: 180px;
  400. }
  401. .navbar.navbar-dark+[role="main"] {
  402. padding-top: 55px;
  403. }
  404. }
  405. .font-smaller {
  406. font-size: 11px !important;
  407. }
  408. .text-ellipsis {
  409. white-space: nowrap;
  410. overflow: hidden;
  411. text-overflow: ellipsis;
  412. }
  413. .outline-0 {
  414. outline: none !important;
  415. }
  416. .note-widget-item:hover {
  417. background: #eee;
  418. }
  419. .note-widget-title {
  420. background: #ccc !important;
  421. color: #333 !important;
  422. font-size: 12px !important;
  423. font-weight: bold !important;
  424. }
  425. .navbar-collapse.show {
  426. background: #1c4587;
  427. z-index: 999;
  428. padding: 0.5rem 1rem;
  429. margin: 0 -1rem;
  430. }
  431. .navbar-dark .nav-item .nav-link {
  432. font-size: 12px;
  433. white-space: nowrap;
  434. overflow: hidden;
  435. text-overflow: ellipsis;
  436. }
  437. #patient-search {
  438. min-width: 100px !important;
  439. max-width: 140px !important;
  440. }
  441. .suggestions-outer {
  442. top: calc(100% + 2px);
  443. background: #fff;
  444. width: calc(100% - 1rem);
  445. border-radius: 3px;
  446. border: 1px solid #ccc;
  447. z-index: 9999;
  448. }
  449. .suggestions-outer {
  450. top: calc(100% + 2px);
  451. background: #fff;
  452. width: calc(100% - 1rem);
  453. border-radius: 3px;
  454. border: 1px solid #ccc;
  455. z-index: 9999;
  456. max-height: 220px;
  457. overflow-y: auto;
  458. }
  459. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  460. padding: 0.25rem 0.5rem;
  461. text-decoration: none;
  462. font-size: 12px;
  463. }
  464. .suggestions-outer .no-suggest-items {
  465. color: #888;
  466. }
  467. .suggestions-outer .suggest-item.active {
  468. background: #ccc;
  469. }
  470. .suggestions-outer .suggest-item:hover {
  471. background: aliceblue;
  472. }
  473. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  474. .pro-dashboard-inline-calendar table.table-condensed {
  475. width: 100% !important;
  476. }
  477. .pro-dashboard-inline-calendar {
  478. border: 1px solid #ddd;
  479. border-radius: 3px
  480. }
  481. .pro-dashboard-inline-calendar table.table-condensed th {
  482. padding: 0.5rem 0;
  483. }
  484. .pro-dashboard-inline-calendar table.table-condensed td {
  485. padding: 0.25rem 0;
  486. }
  487. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  488. background: #c5e4ff;
  489. }
  490. [v-cloak] {
  491. opacity: 0;
  492. }
  493. .patient-avatar {
  494. width: 50px;
  495. height: 50px;
  496. background: #ddd;
  497. display: inline-flex;
  498. align-items: center;
  499. justify-content: center;
  500. border-radius: 100%;
  501. }
  502. .large {
  503. font-size: 16px !important;
  504. }
  505. /* note templates */
  506. .note-template-container {
  507. position: absolute;
  508. z-index: 10002;
  509. background: #fff;
  510. border: 1px solid #ddd;
  511. border-radius: 3px;
  512. display: none;
  513. min-width: 200px;
  514. }
  515. .note-template-container .note-template-item {
  516. position: relative;
  517. height: 25px;
  518. }
  519. .note-template-container .note-template-item .note-template-text {
  520. border-bottom: 1px solid #eee;
  521. }
  522. .note-template-container .note-template-item .label {
  523. padding: 3px 6px;
  524. padding-right: 25px;
  525. white-space: nowrap;
  526. display: inline-flex;
  527. align-items: center;
  528. min-width: 120px;
  529. cursor: pointer;
  530. flex-grow: 1;
  531. }
  532. .note-template-container .note-template-item:hover,
  533. .note-template-container .note-template-item.selected {
  534. background: aliceblue;
  535. }
  536. .note-template-container .note-template-item .label>input[type="checkbox"] {
  537. pointer-events: none;
  538. margin: 0;
  539. margin-right: 4px;
  540. height: 11px;
  541. }
  542. .note-template-container .note-template-item:last-child label {
  543. border: 0;
  544. }
  545. .note-template-container .note-template-item .note-template-children {
  546. position: absolute;
  547. left: 100%;
  548. top: 0;
  549. background: #fff;
  550. border: 1px solid #ddd;
  551. border-radius: 3px;
  552. display: none;
  553. }
  554. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  555. display: block;
  556. }*/
  557. .note-template-container .note-template-item .has-children {
  558. position: absolute;
  559. right: 6px;
  560. top: 0;
  561. height: 25px;
  562. line-height: 25px;
  563. color: #bbb;
  564. }
  565. .note-template-container .note-template-item:hover>.has-children {
  566. color: #444;
  567. }
  568. .note-templates-underlay {
  569. position: fixed;
  570. top: 0;
  571. left: 0;
  572. height: 100%;
  573. width: 100%;
  574. background: rgba(0,0,0,0.13);
  575. display: none;
  576. z-index: 10001;
  577. }
  578. .note-template-container textarea {
  579. height: 100px;
  580. border-radius: 0;
  581. border-color: #ccc;
  582. padding: 5px 10px;
  583. display: block;
  584. }
  585. .note-template-buttons {
  586. position: absolute;
  587. bottom: 100%;
  588. right: 0;
  589. height: 27px;
  590. padding: 0 3px;
  591. background: #fff;
  592. }
  593. .note-template-buttons button {
  594. font-size: 10px;
  595. padding: 2px 5px;
  596. margin-left: 5px;
  597. border-radius: 2px;
  598. }
  599. .note-template-buttons button:first-child {
  600. margin-left: 0;
  601. }
  602. .note-template-output {
  603. position: absolute;
  604. bottom: calc(100% + 26px);
  605. left: 0;
  606. padding: 3px 6px;
  607. background: #f7f7f7;
  608. min-width: 100%;
  609. border-radius: 3px;
  610. }
  611. .note-template-output-text {
  612. }
  613. .note-template-output .note-template-output-line {
  614. font-size: 11px;
  615. width: max-content;
  616. max-width: 500px;
  617. margin: 0;
  618. }
  619. .note-template-set-chooser {
  620. height: 22px;
  621. line-height: 22px;
  622. padding: 0 0.22rem;
  623. font-size: 12px !important;
  624. }
  625. .ql-editor .note-template-output-line {
  626. white-space: normal;
  627. }
  628. [prefix="(+)"] a.plus-trigger {
  629. color: #23a923 !important;
  630. }
  631. [prefix="(-)"] a.minus-trigger {
  632. color: #a91e1e !important;
  633. }
  634. .rspace {
  635. width: 20px;
  636. display: inline-flex;
  637. text-align: center;
  638. justify-content: center;
  639. }
  640. .embed-mask {
  641. position: fixed;
  642. left: 0;
  643. top: 0;
  644. height: 100%;
  645. width: 100%;
  646. background: rgba(0, 0, 0, 0.1);
  647. z-index: 98;
  648. }
  649. .embed-section {
  650. background: #fff;
  651. z-index: 99;
  652. padding: 0;
  653. border: 1px solid #ccc;
  654. }
  655. .mask-text-addition {
  656. position: fixed;
  657. bottom: calc(50% - 60px);
  658. left: 0;
  659. width: 100%;
  660. text-align: center;
  661. font-size: 12px;
  662. z-index: 9999999;
  663. color: #000;
  664. }
  665. .note-summary p {
  666. margin-bottom: 0.25rem;
  667. }
  668. .aligned-icon {
  669. display: inline-block;
  670. width: 18px;
  671. text-align: center;
  672. }
  673. body #searchCount {
  674. display: none !important;
  675. }
  676. body .break-spaces {
  677. white-space: pre-wrap;
  678. }
  679. .stag-tooltip .stag-tooltip-content {
  680. display: none;
  681. min-width: 200px;
  682. }
  683. .stag-tooltip:hover .stag-tooltip-content {
  684. display: block;
  685. right: -10px;
  686. top: 100%;
  687. z-index: 1;
  688. }
  689. .gem-nodes .node {
  690. border: 1px solid #ddd;
  691. padding: 0.75rem;
  692. border-radius: 5px;
  693. }
  694. .gem-nodes>.node {
  695. border: 0 !important;
  696. padding-left: 0;
  697. padding-right: 0;
  698. }
  699. .gem-nodes>.node:first-child {
  700. margin-top: 0 !important;
  701. }
  702. .gem-nodes>.node>label {
  703. font-weight: bold;
  704. font-size: 14px;
  705. margin: 0;
  706. }
  707. .gem-nodes .subs .node:last-child {
  708. margin-bottom: 0 !important;
  709. }
  710. .gem-nodes>.node>.subs {
  711. padding-left: 0 !important;
  712. }
  713. .gem-nodes>.node>.subs>.node {
  714. background: #f2f2f2;
  715. }
  716. .gem-nodes>.node>.subs>.node>.subs>.node {
  717. background: #fff;
  718. }
  719. .gem-nodes .node span[field] {
  720. font-weight: bold;
  721. }
  722. body .node input[type="number"] {
  723. max-width: 70px;
  724. min-width: unset !important;
  725. }
  726. .section-edit-mask {
  727. top: 0;
  728. left: 0;
  729. width: 100%;
  730. height: 100%;
  731. }
  732. .signed-note {
  733. position: relative;
  734. pointer-events: none !important;
  735. }
  736. .signed-note::after {
  737. content: '';
  738. position: absolute;
  739. z-index: 2;
  740. cursor: not-allowed;
  741. left: 0;
  742. top: 0;
  743. width: 100%;
  744. height: 100%;
  745. background: rgba(0,0,0,0.01);
  746. }
  747. .slot-picker {
  748. padding: 4px;
  749. padding-right: 0;
  750. padding-bottom: 0;
  751. }
  752. .slot-picker.disabled {
  753. opacity: 0.5;
  754. pointer-events: none;
  755. cursor: not-allowed;
  756. }
  757. .slot-picker td {
  758. text-align: center;
  759. border: 1px solid #ddd !important;
  760. padding: 2px 5px;
  761. cursor: pointer;
  762. }
  763. .slot-picker th {
  764. border: 0 !important;
  765. }
  766. .slot-picker td:hover {
  767. background: aliceblue;
  768. }
  769. .slot-picker td.blocked {
  770. background: #ccc !important;
  771. cursor: not-allowed;
  772. }
  773. .slot-picker td.selected {
  774. background-image: linear-gradient(to bottom,#08c,#04c);
  775. background-repeat: repeat-x;
  776. color: #fff;
  777. }
  778. .pro-appointment-calendar.disabled {
  779. opacity: 0.5;
  780. pointer-events: none;
  781. cursor: not-allowed;
  782. }
  783. .pro-appointment-calendar .datepicker-inline {
  784. width: 195px;
  785. padding-left: 0;
  786. }
  787. .pro-appointment-calendar .datepicker td {
  788. height: 25px;
  789. }
  790. .datepicker td, .datepicker th {
  791. border: none !important;
  792. }
  793. .appt-form-col {
  794. width: 220px;
  795. }
  796. .appt-calendar-col {
  797. flex-grow: 1;
  798. }
  799. .appt-form td.fc-day.stag-selected {
  800. outline: 2px solid #007bff;
  801. background: #e5f2fd;
  802. }
  803. .appt-form .stag-current-appt {
  804. background: #89159cc7;
  805. color: #fff;
  806. border-color: #89159cc7;
  807. }
  808. .appt-form .stag-current-appt .fc-daygrid-event-dot {
  809. border-color: #fff;
  810. }
  811. .appt-form .fc .fc-toolbar.fc-header-toolbar {
  812. margin-bottom: 0.5rem;
  813. /*align-items: start;*/
  814. }
  815. .stag-calendar-header-extra {
  816. background: #cde8ff;
  817. padding: 3px 10px;
  818. margin-top: 7px;
  819. border-top-left-radius: 6px;
  820. border-top-right-radius: 6px;
  821. border: 1px solid #44a5f982;
  822. border-bottom: 0;
  823. }
  824. .stag-calendar-header-extra * {
  825. font-size: 14px !important;
  826. }
  827. /* call panel */
  828. #proCallComponent {
  829. padding-bottom: 150px;
  830. }
  831. .patient-queue {
  832. display: flex;
  833. flex-direction: column;
  834. position: fixed;
  835. left: 0;
  836. width: 100%;
  837. bottom: 0;
  838. }
  839. .queue-item {
  840. width: 100px;
  841. padding: 0.5rem;
  842. padding-bottom: 0.25rem;
  843. text-align: center;
  844. cursor: pointer;
  845. }
  846. .queue-item:hover {
  847. background: aliceblue;
  848. }
  849. .current-work-indicator {
  850. /*
  851. position: fixed;
  852. top: 55px;
  853. right: 0;
  854. z-index: 9999;
  855. */
  856. background: #305ba0;
  857. color: #fff;
  858. font-size: 12px;
  859. padding: 3px 8px;
  860. border-radius: 3px;
  861. /* border-bottom-left-radius: 5px;*/
  862. }
  863. /* stag popups */
  864. .stag-popup {
  865. position: fixed;
  866. left: 0;
  867. top: 55px;
  868. width: 100%;
  869. height: calc(100% - 55px);
  870. overflow-x: auto;
  871. z-index: 97;
  872. justify-content: center;
  873. align-items: center;
  874. display: none;
  875. background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
  876. padding: 2rem 0;
  877. }
  878. .stag-popup.show {
  879. display: block;
  880. }
  881. .stag-popup>form {
  882. width: 80%;
  883. background: #fff;
  884. border: 1px solid #aaa;
  885. border-radius: 5px;
  886. overflow: hidden;
  887. box-shadow: 0 0 5px #ddd;
  888. margin: 0 auto;
  889. padding: 0.75rem;
  890. }
  891. .stag-popup.wide>form {
  892. width: calc(100% - 4rem);
  893. }
  894. .stag-popup.narrow>form {
  895. max-width: 500px;
  896. }
  897. .stag-popup.stag-popup-sm>form {
  898. max-width: 500px;
  899. }
  900. .stag-popup.stag-popup-md>form {
  901. max-width: 632pt;
  902. }
  903. .stag-popup.stag-popup-right>form {
  904. margin-right: 1.5rem;
  905. margin-left: auto;
  906. }
  907. .no-scroll {
  908. /*overflow: hidden;*/
  909. }
  910. .client-rs-contents p {
  911. margin-bottom: 0.25rem;
  912. }
  913. .pro-option {
  914. position: relative;
  915. display: block;
  916. padding-left: 30px;
  917. }
  918. .pro-option.pro-option-selected {
  919. display: inline-block;
  920. padding-left: 25px;
  921. }
  922. .pro-option .pro-option-initials {
  923. position: absolute;
  924. left: 5px;
  925. top: 2px;
  926. font-size: 10px;
  927. border-radius: 100%;
  928. height: 20px;
  929. width: 20px;
  930. line-height: 20px;
  931. text-align: center;
  932. font-weight: 400;
  933. }
  934. .pro-option.pro-option-selected .pro-option-initials {
  935. left: 3px;
  936. top: 0;
  937. font-size: 10px;
  938. border-radius: 100%;
  939. height: 18px;
  940. width: 18px;
  941. line-height: 19px;
  942. text-align: center;
  943. font-weight: 400;
  944. }
  945. span.pro-selection {
  946. padding: 0 5px;
  947. height: 18px;
  948. display: inline-block;
  949. border-top-right-radius: 3px;
  950. border-bottom-right-radius: 3px;
  951. }
  952. .select2-selection__choice__display {
  953. padding: 0 !important;
  954. overflow: hidden !important;
  955. }
  956. span.select2-container.select2-container--default.select2-container--open {
  957. z-index: 999999;
  958. }
  959. .fc .fc-highlight {
  960. background: rgba(188, 232, 241, 0.6) !important;
  961. }
  962. .fc .add-overlay {
  963. padding: 1px 4px;
  964. display: inline-block;
  965. font-weight: bold;
  966. }
  967. .fc .add-overlay.add-overlay-day-grid {
  968. padding: 4px;
  969. }
  970. .stag-popup .stag-popup-title {
  971. border-bottom: 1px solid #eee;
  972. padding-bottom: 0.75rem;
  973. margin-bottom: 1rem;
  974. display: flex;
  975. align-items: center;
  976. }
  977. .stag-popup .stag-popup-title>span {
  978. font-size: 17px;
  979. }
  980. .fc .other-client {
  981. box-shadow: 1px 1px 2px deeppink !important;
  982. opacity: 0.5;
  983. }
  984. .fc .other-client:hover {
  985. opacity: 0.8;
  986. }
  987. .fc .availability {
  988. box-shadow: 0 0 3px green !important;
  989. }
  990. .fc .inactive-appointment {
  991. opacity: 0.6;
  992. box-shadow: 0 0 3px grey !important;
  993. }
  994. .fc .fc-button-primary:not(:disabled):active,
  995. .fc .fc-button-primary:not(:disabled).fc-button-active {
  996. border-color: #56a767 !important;
  997. background-color: #56a767 !important;
  998. }
  999. .w-150 {
  1000. width: 150px !important;
  1001. min-width: 150px !important;
  1002. }
  1003. .w-180 {
  1004. width: 180px !important;
  1005. min-width: 180px !important;
  1006. }
  1007. .guest-view button.add-shortcut {
  1008. display: none;
  1009. }
  1010. .guest-view .note-section,
  1011. .guest-view .note-section:hover {
  1012. background: #fff !important;
  1013. }
  1014. #stagPdfViewer>form {
  1015. padding: 0;
  1016. background: #eee;
  1017. }
  1018. #stagPdfViewer>form .stag-popup-title {
  1019. background: #fff;
  1020. padding: 1rem;
  1021. }
  1022. canvas.pdf-viewer-page {
  1023. max-width: 100%;
  1024. margin: 1rem auto;
  1025. display: block;
  1026. box-shadow: 0 0 2px #aaa;
  1027. }
  1028. .hidden-link-input {
  1029. /*opacity: 0;
  1030. width: 0 !important;
  1031. border: 0 !important;
  1032. padding: 0 !important;*/
  1033. position: absolute;
  1034. left: -9999px;
  1035. }
  1036. table.table-edit-sheet tbody tr td {
  1037. padding: 0;
  1038. background: #f7f7f7;
  1039. }
  1040. table.table-edit-sheet tbody tr td>input,
  1041. table.table-edit-sheet tbody tr td>select {
  1042. box-shadow: none !important;
  1043. border-radius: 0 !important;
  1044. border: 0;
  1045. background: #fefefe;
  1046. width: 100% !important;
  1047. min-width: unset !important;
  1048. border-bottom: 1px solid #dee2e6;
  1049. }
  1050. table.table-edit-sheet tbody tr td>input:focus,
  1051. table.table-edit-sheet tbody tr td>select:focus {
  1052. background: #fff;
  1053. outline: 3px solid #4b88a633;
  1054. }
  1055. table.table-edit-sheet tbody tr [contenteditable] {
  1056. background: #fff;
  1057. }
  1058. table.table-edit-sheet .ql-toolbar {
  1059. border-top: 0 !important;
  1060. }
  1061. table.table-edit-sheet .ql-container {
  1062. border-bottom: 0 !important;
  1063. }
  1064. table.table-edit-sheet .ql-editor[contenteditable] {
  1065. min-height: 60px;
  1066. }
  1067. .w-35 {
  1068. width: 35%;
  1069. }
  1070. .client-single-dashboard .hide-if-dashboard {
  1071. display: none;
  1072. }
  1073. .notes-list .hide-if-note,
  1074. .note-section .hide-if-note {
  1075. display: none;
  1076. }
  1077. .data-option-list {
  1078. position: absolute;
  1079. background: #fff;
  1080. border: 1px solid #ddd;
  1081. margin-top: -1px;
  1082. width: 100%;
  1083. z-index: 1;
  1084. display: none;
  1085. }
  1086. input[data-option-list]:focus+.data-option-list {
  1087. display: block;
  1088. }
  1089. .data-option-list>div {
  1090. cursor: pointer;
  1091. padding: 0.3rem 0.5rem;
  1092. border-bottom: 1px solid #ddd;
  1093. color: #666;
  1094. }
  1095. .data-option-list>div:last-child {
  1096. border-bottom: 0;
  1097. }
  1098. .data-option-list>div:hover {
  1099. background: aliceblue;
  1100. }