style.css 21 KB

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