style.css 12 KB

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