style.css 13 KB

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