style.css 22 KB

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