style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  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: 60px;
  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-16 {
  111. font-size: 16px;
  112. }
  113. .mcp-theme-1 .font-underline {
  114. text-decoration: underline;
  115. }
  116. .mcp-theme-1 .on-hover-opaque {
  117. opacity: 0.6;
  118. }
  119. .mcp-theme-1 .on-hover-opaque:hover {
  120. opacity: 1;
  121. }
  122. .mcp-theme-1 a, .mcp-theme-1 a:link {
  123. color: rgb(13, 89, 175);
  124. }
  125. .mcp-theme-1 .btn.btn-primary {
  126. background: rgb(13, 89, 175);
  127. border-color: rgb(13, 89, 175);
  128. box-shadow: none;
  129. }
  130. .mcp-theme-1 .nav-item {
  131. margin: 0;
  132. }
  133. .mcp-theme-1 .nav-link:hover {
  134. background: #e3e3e394;
  135. }
  136. .mcp-theme-1 .nav-link.active {
  137. background: #e2e2e2;
  138. }
  139. .mcp-theme-1 .text-sm {
  140. font-size: 85%;
  141. }
  142. .mcp-theme-1 .text-sm-incl-children,
  143. .mcp-theme-1 .text-sm-incl-children *:not(i) {
  144. font-size: 0.8rem;
  145. }
  146. .mcp-theme-1 .minutes-label {
  147. width: 40px;
  148. }
  149. .mcp-theme-1 .memo-textarea {
  150. min-width: 200px;
  151. height: 60px;
  152. }
  153. .main-row {
  154. display: flex;
  155. flex-wrap: nowrap;
  156. margin-right: -15px;
  157. margin-left: -15px;
  158. }
  159. .main-row > .sidebar {
  160. width: 180px;
  161. min-width: 180px;
  162. }
  163. .main-row > main {
  164. flex-grow: 1;
  165. }
  166. html, body {
  167. height: 100%;
  168. }
  169. body>nav.navbar {
  170. height: 55px;
  171. }
  172. .stag-content {
  173. height: calc(100% - 55px);
  174. }
  175. [moe][large] form {
  176. width: 450px;
  177. }
  178. .moe-disabled[moe] {
  179. cursor: not-allowed;
  180. }
  181. .moe-disabled[moe] [start][show] {
  182. opacity: 0.5;
  183. pointer-events: none;
  184. }
  185. .mcp-theme-1 .stag-no-wrap-td {
  186. max-width: 260px;
  187. }
  188. .mcp-theme-1 .stag-no-wrap {
  189. max-width: 250px;
  190. overflow: hidden;
  191. text-overflow: ellipsis;
  192. white-space: nowrap;
  193. display: block;
  194. }
  195. .mcp-theme-1 .form-control.form-control-sm {
  196. min-width: 200px;
  197. }
  198. .mcp-theme-1 [large] .form-control.form-control-sm {
  199. min-width: unset;
  200. }
  201. [wide] .form-control.form-control-sm {
  202. min-width: 350px;
  203. }
  204. [moe][center] [url]:not([show]) {
  205. position: fixed;
  206. top: 10%;
  207. max-height: 88%;
  208. overflow-y: auto;
  209. overflow-x: hidden;
  210. left: calc(50% - 250px);
  211. width: 500px;
  212. }
  213. [moe][center] [url]:not([show]) .form-control.form-control-sm {
  214. min-width: unset;
  215. max-width: 100%;
  216. }
  217. .mcp-theme-1 .min-width-200px {
  218. min-width: 200px;
  219. }
  220. .mcp-theme-1 .min-width-300px {
  221. min-width: 300px;
  222. }
  223. .mcp-theme-1 .width-100px {
  224. width: 100px;
  225. min-width: unset !important;
  226. max-width: unset !important;
  227. }
  228. .mcp-theme-1 .max-width-300px {
  229. max-width: 300px;
  230. }
  231. .cancelled-item {
  232. opacity: 0.5;
  233. }
  234. .cancelled-item:not(.always-clickable) * {
  235. pointer-events: none;
  236. }
  237. .note-content {
  238. max-height: 300px;
  239. overflow-y: auto;
  240. }
  241. .note-content:not([auto-edit]) {
  242. padding: 1rem;
  243. padding-bottom: 0;
  244. cursor: pointer;
  245. position: relative;
  246. }
  247. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  248. content: '(click to change)';
  249. display: block;
  250. color: #535353;
  251. padding-bottom: 0.3rem;
  252. }
  253. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  254. border-left: 0;
  255. border-right: 0;
  256. }
  257. .mcp-theme-1 .ql-editor[contenteditable] {
  258. min-height: 100px;
  259. }
  260. .ql-container p {
  261. margin-top: 1rem;
  262. }
  263. .note-content ul {
  264. list-style: none !important;
  265. }
  266. .ql-editor ul > li::before {
  267. content: '';
  268. }
  269. .m-neg-4 {
  270. margin-left: -1.25rem;
  271. margin-right: -1.25rem;
  272. }
  273. .mcp-theme-1 .ql-toolbar .ql-formats * {
  274. font-size: 12px !important;
  275. }
  276. .mcp-theme-1 .ql-toolbar.ql-snow {
  277. padding: 3px;
  278. background: #f7f7f7;
  279. }
  280. .mcp-theme-1 .ql-snow .ql-picker {
  281. height: 22px;
  282. }
  283. .mcp-theme-1 .ql-snow.ql-toolbar button {
  284. height: 22px;
  285. width: 26px;
  286. }
  287. .rte-holder .ql-container p {
  288. margin-top: 0;
  289. margin-bottom: 0.3rem;
  290. }
  291. .note-section:not(.edit) .if-not-edit {
  292. display: block !important;
  293. }
  294. .note-section:not(.edit) div.if-not-edit {
  295. padding-left: 1rem;
  296. }
  297. .note-section:not(.edit):hover {
  298. background: #f6f9fc;
  299. cursor: pointer;
  300. }
  301. .note-section.edit .if-edit {
  302. display: block !important;
  303. }
  304. .c-pointer {
  305. cursor: pointer;
  306. }
  307. .inset-comment p {
  308. margin-bottom: 0.3rem;
  309. }
  310. .inset-comment p:last-child {
  311. margin-bottom: 0 !important;
  312. }
  313. .note-section.edit {
  314. background: #f0f8ff7d;
  315. outline: 2px solid #9de3ff;
  316. }
  317. .note-section.edit .ql-editor,
  318. .note-section.edit .btn-default {
  319. background-color: #fff !important;
  320. }
  321. /*.note-section-item-row:not(:first-child) {
  322. padding-top: 10px;
  323. border-top: 1px solid #ccc;
  324. }*/
  325. /* override med ac css */
  326. #searchResults {
  327. z-index: 100001 !important;
  328. }
  329. input.search_field, textarea.search_field {
  330. background-position: right 7px center !important;
  331. padding-right: 23px !important;
  332. }
  333. .ansList:focus, .search_field:focus {
  334. background-color: #fff !important;
  335. }
  336. @media (min-width: 1000px) {
  337. .navbar.navbar-dark {
  338. height: 55px;
  339. position: fixed;
  340. top: 0;
  341. left: 0;
  342. width: 100%;
  343. z-index: 9999;
  344. }
  345. .main-row > .sidebar {
  346. width: 180px;
  347. min-width: 180px;
  348. position: fixed;
  349. left: 0;
  350. top: 55px;
  351. z-index: 8;
  352. height: calc(100% - 55px);
  353. overflow-y: auto;
  354. }
  355. .main-row {
  356. padding-left: 180px;
  357. }
  358. .navbar.navbar-dark+[role="main"] {
  359. padding-top: 55px;
  360. }
  361. }
  362. .font-smaller {
  363. font-size: 11px !important;
  364. }
  365. .text-ellipsis {
  366. white-space: nowrap;
  367. overflow: hidden;
  368. text-overflow: ellipsis;
  369. }
  370. .outline-0 {
  371. outline: none !important;
  372. }
  373. .note-widget-item:hover {
  374. background: #eee;
  375. }
  376. .note-widget-title {
  377. background: #ccc !important;
  378. color: #333 !important;
  379. font-size: 12px !important;
  380. font-weight: bold !important;
  381. }
  382. .navbar-collapse.show {
  383. background: #1c4587;
  384. z-index: 999;
  385. padding: 0.5rem 1rem;
  386. margin: 0 -1rem;
  387. }
  388. .navbar-dark .nav-item .nav-link {
  389. font-size: 13px;
  390. }
  391. .suggestions-outer {
  392. top: calc(100% + 2px);
  393. background: #fff;
  394. width: calc(100% - 1rem);
  395. border-radius: 3px;
  396. border: 1px solid #ccc;
  397. z-index: 9999;
  398. }
  399. .suggestions-outer {
  400. top: calc(100% + 2px);
  401. background: #fff;
  402. width: calc(100% - 1rem);
  403. border-radius: 3px;
  404. border: 1px solid #ccc;
  405. z-index: 9999;
  406. max-height: 220px;
  407. overflow-y: auto;
  408. }
  409. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  410. padding: 0.25rem 0.5rem;
  411. text-decoration: none;
  412. font-size: 12px;
  413. }
  414. .suggestions-outer .no-suggest-items {
  415. color: #888;
  416. }
  417. .suggestions-outer .suggest-item.active {
  418. background: #ccc;
  419. }
  420. .suggestions-outer .suggest-item:hover {
  421. background: aliceblue;
  422. }
  423. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  424. .pro-dashboard-inline-calendar table.table-condensed {
  425. width: 100% !important;
  426. }
  427. .pro-dashboard-inline-calendar {
  428. border: 1px solid #ddd;
  429. border-radius: 3px
  430. }
  431. .pro-dashboard-inline-calendar table.table-condensed th {
  432. padding: 0.5rem 0;
  433. }
  434. .pro-dashboard-inline-calendar table.table-condensed td {
  435. padding: 0.25rem 0;
  436. }
  437. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  438. background: #c5e4ff;
  439. }
  440. [v-cloak] {
  441. opacity: 0;
  442. }
  443. .patient-avatar {
  444. width: 50px;
  445. height: 50px;
  446. background: #ddd;
  447. display: inline-flex;
  448. align-items: center;
  449. justify-content: center;
  450. border-radius: 100%;
  451. }
  452. .large {
  453. font-size: 16px !important;
  454. }
  455. /* note templates */
  456. .note-template-container {
  457. position: absolute;
  458. z-index: 10002;
  459. background: #fff;
  460. border: 1px solid #ddd;
  461. border-radius: 3px;
  462. display: none;
  463. min-width: 200px;
  464. }
  465. .note-template-container .note-template-item {
  466. position: relative;
  467. height: 25px;
  468. }
  469. .note-template-container .note-template-item .note-template-text {
  470. border-bottom: 1px solid #eee;
  471. }
  472. .note-template-container .note-template-item .label {
  473. padding: 3px 6px;
  474. padding-right: 25px;
  475. white-space: nowrap;
  476. display: inline-flex;
  477. align-items: center;
  478. min-width: 120px;
  479. cursor: pointer;
  480. flex-grow: 1;
  481. }
  482. .note-template-container .note-template-item:hover,
  483. .note-template-container .note-template-item.selected {
  484. background: aliceblue;
  485. }
  486. .note-template-container .note-template-item .label>input[type="checkbox"] {
  487. pointer-events: none;
  488. margin: 0;
  489. margin-right: 4px;
  490. height: 11px;
  491. }
  492. .note-template-container .note-template-item:last-child label {
  493. border: 0;
  494. }
  495. .note-template-container .note-template-item .note-template-children {
  496. position: absolute;
  497. left: 100%;
  498. top: 0;
  499. background: #fff;
  500. border: 1px solid #ddd;
  501. border-radius: 3px;
  502. display: none;
  503. }
  504. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  505. display: block;
  506. }*/
  507. .note-template-container .note-template-item .has-children {
  508. position: absolute;
  509. right: 6px;
  510. top: 0;
  511. height: 25px;
  512. line-height: 25px;
  513. color: #bbb;
  514. }
  515. .note-template-container .note-template-item:hover>.has-children {
  516. color: #444;
  517. }
  518. .note-templates-underlay {
  519. position: fixed;
  520. top: 0;
  521. left: 0;
  522. height: 100%;
  523. width: 100%;
  524. background: rgba(0,0,0,0.13);
  525. display: none;
  526. z-index: 10001;
  527. }
  528. .note-template-container textarea {
  529. height: 100px;
  530. border-radius: 0;
  531. border-color: #ccc;
  532. padding: 5px 10px;
  533. display: block;
  534. }
  535. .note-template-buttons {
  536. position: absolute;
  537. bottom: 100%;
  538. right: 0;
  539. height: 27px;
  540. padding: 0 3px;
  541. background: #fff;
  542. }
  543. .note-template-buttons button {
  544. font-size: 10px;
  545. padding: 2px 5px;
  546. margin-left: 5px;
  547. border-radius: 2px;
  548. }
  549. .note-template-buttons button:first-child {
  550. margin-left: 0;
  551. }
  552. .note-template-output {
  553. position: absolute;
  554. bottom: calc(100% + 26px);
  555. left: 0;
  556. padding: 3px 6px;
  557. background: #f7f7f7;
  558. min-width: 100%;
  559. border-radius: 3px;
  560. }
  561. .note-template-output-text {
  562. }
  563. .note-template-output .note-template-output-line {
  564. font-size: 11px;
  565. width: max-content;
  566. max-width: 500px;
  567. margin: 0;
  568. }
  569. .note-template-set-chooser {
  570. height: 22px;
  571. line-height: 22px;
  572. padding: 0 0.22rem;
  573. font-size: 12px !important;
  574. }
  575. .ql-editor .note-template-output-line {
  576. white-space: normal;
  577. }
  578. [prefix="(+)"] a.plus-trigger {
  579. color: #23a923 !important;
  580. }
  581. [prefix="(-)"] a.minus-trigger {
  582. color: #a91e1e !important;
  583. }
  584. .rspace {
  585. width: 20px;
  586. display: inline-flex;
  587. text-align: center;
  588. justify-content: center;
  589. }
  590. .embed-mask {
  591. position: fixed;
  592. left: 0;
  593. top: 0;
  594. height: 100%;
  595. width: 100%;
  596. background: rgba(0, 0, 0, 0.1);
  597. z-index: 98;
  598. }
  599. .embed-section {
  600. background: #fff;
  601. z-index: 99;
  602. padding: 0;
  603. border: 1px solid #ccc;
  604. }
  605. .mask-text-addition {
  606. position: fixed;
  607. bottom: calc(50% - 60px);
  608. left: 0;
  609. width: 100%;
  610. text-align: center;
  611. font-size: 12px;
  612. z-index: 9999999;
  613. color: #000;
  614. }
  615. .note-summary p {
  616. margin-bottom: 0.25rem;
  617. }
  618. .aligned-icon {
  619. display: inline-block;
  620. width: 18px;
  621. text-align: center;
  622. }
  623. body #searchCount {
  624. display: none !important;
  625. }
  626. body .break-spaces {
  627. white-space: pre-wrap;
  628. }
  629. .stag-tooltip .stag-tooltip-content {
  630. display: none;
  631. min-width: 200px;
  632. }
  633. .stag-tooltip:hover .stag-tooltip-content {
  634. display: block;
  635. right: -10px;
  636. top: 100%;
  637. z-index: 1;
  638. }
  639. .gem-nodes .node {
  640. border: 1px solid #ddd;
  641. padding: 0.75rem;
  642. border-radius: 5px;
  643. }
  644. .gem-nodes>.node {
  645. border: 0 !important;
  646. padding-left: 0;
  647. padding-right: 0;
  648. }
  649. .gem-nodes>.node:first-child {
  650. margin-top: 0 !important;
  651. }
  652. .gem-nodes>.node>label {
  653. font-weight: bold;
  654. font-size: 14px;
  655. margin: 0;
  656. }
  657. .gem-nodes .subs .node:last-child {
  658. margin-bottom: 0 !important;
  659. }
  660. .gem-nodes>.node>.subs {
  661. padding-left: 0 !important;
  662. }
  663. .gem-nodes>.node>.subs>.node {
  664. background: #f2f2f2;
  665. }
  666. .gem-nodes>.node>.subs>.node>.subs>.node {
  667. background: #fff;
  668. }
  669. .gem-nodes .node span[field] {
  670. font-weight: bold;
  671. }
  672. body .node input[type="number"] {
  673. max-width: 70px;
  674. min-width: unset !important;
  675. }
  676. .section-edit-mask {
  677. top: 0;
  678. left: 0;
  679. width: 100%;
  680. height: 100%;
  681. }
  682. .signed-note {
  683. position: relative;
  684. pointer-events: none !important;
  685. }
  686. .signed-note::after {
  687. content: '';
  688. position: absolute;
  689. z-index: 2;
  690. cursor: not-allowed;
  691. left: 0;
  692. top: 0;
  693. width: 100%;
  694. height: 100%;
  695. background: rgba(0,0,0,0.01);
  696. }
  697. .slot-picker {
  698. padding: 4px;
  699. padding-right: 0;
  700. padding-bottom: 0;
  701. }
  702. .slot-picker.disabled {
  703. opacity: 0.5;
  704. pointer-events: none;
  705. cursor: not-allowed;
  706. }
  707. .slot-picker td {
  708. text-align: center;
  709. border: 1px solid #ddd !important;
  710. padding: 2px 5px;
  711. cursor: pointer;
  712. }
  713. .slot-picker th {
  714. border: 0 !important;
  715. }
  716. .slot-picker td:hover {
  717. background: aliceblue;
  718. }
  719. .slot-picker td.blocked {
  720. background: #ccc !important;
  721. cursor: not-allowed;
  722. }
  723. .slot-picker td.selected {
  724. background-image: linear-gradient(to bottom,#08c,#04c);
  725. background-repeat: repeat-x;
  726. color: #fff;
  727. }
  728. .pro-appointment-calendar.disabled {
  729. opacity: 0.5;
  730. pointer-events: none;
  731. cursor: not-allowed;
  732. }
  733. .pro-appointment-calendar .datepicker-inline {
  734. width: 195px;
  735. padding-left: 0;
  736. }
  737. .pro-appointment-calendar .datepicker td {
  738. height: 25px;
  739. }
  740. .datepicker td, .datepicker th {
  741. border: none !important;
  742. }
  743. .appt-form-col {
  744. width: 220px;
  745. }
  746. .appt-calendar-col {
  747. flex-grow: 1;
  748. }