style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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 .width-100px {
  203. width: 100px;
  204. min-width: unset !important;
  205. max-width: unset !important;
  206. }
  207. .mcp-theme-1 .max-width-300px {
  208. max-width: 300px;
  209. }
  210. .cancelled-item {
  211. opacity: 0.5;
  212. }
  213. .cancelled-item:not(.always-clickable) * {
  214. pointer-events: none;
  215. }
  216. .note-content {
  217. max-height: 300px;
  218. overflow-y: auto;
  219. }
  220. .note-content:not([auto-edit]) {
  221. padding: 1rem;
  222. padding-bottom: 0;
  223. cursor: pointer;
  224. position: relative;
  225. }
  226. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  227. content: '(click to change)';
  228. display: block;
  229. color: #535353;
  230. padding-bottom: 0.3rem;
  231. }
  232. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  233. border-left: 0;
  234. border-right: 0;
  235. }
  236. .mcp-theme-1 .ql-editor[contenteditable] {
  237. min-height: 100px;
  238. }
  239. .ql-container p {
  240. margin-top: 1rem;
  241. }
  242. .note-content ul {
  243. list-style: none !important;
  244. }
  245. .ql-editor ul > li::before {
  246. content: '';
  247. }
  248. .m-neg-4 {
  249. margin-left: -1.25rem;
  250. margin-right: -1.25rem;
  251. }
  252. .mcp-theme-1 .ql-toolbar .ql-formats * {
  253. font-size: 12px !important;
  254. }
  255. .mcp-theme-1 .ql-toolbar.ql-snow {
  256. padding: 3px;
  257. background: #f7f7f7;
  258. }
  259. .mcp-theme-1 .ql-snow .ql-picker {
  260. height: 22px;
  261. }
  262. .mcp-theme-1 .ql-snow.ql-toolbar button {
  263. height: 22px;
  264. width: 26px;
  265. }
  266. .rte-holder .ql-container p {
  267. margin-top: 0;
  268. margin-bottom: 1rem;
  269. }
  270. .note-section:not(.edit) .if-not-edit {
  271. display: block !important;
  272. }
  273. .note-section:not(.edit) div.if-not-edit {
  274. padding-left: 1rem;
  275. }
  276. .note-section:not(.edit):hover {
  277. background: #f6f9fc;
  278. cursor: pointer;
  279. }
  280. .note-section.edit .if-edit {
  281. display: block !important;
  282. }
  283. .c-pointer {
  284. cursor: pointer;
  285. }
  286. .inset-comment p:last-child {
  287. margin-bottom: 0 !important;
  288. }
  289. .note-section.edit {
  290. background: #f0f8ff7d;
  291. outline: 2px solid #9de3ff;
  292. }
  293. .note-section.edit .ql-editor,
  294. .note-section.edit .btn-default {
  295. background-color: #fff !important;
  296. }
  297. /*.note-section-item-row:not(:first-child) {
  298. padding-top: 10px;
  299. border-top: 1px solid #ccc;
  300. }*/
  301. /* override med ac css */
  302. #searchResults {
  303. z-index: 100001 !important;
  304. }
  305. input.search_field, textarea.search_field {
  306. background-position: right 7px center !important;
  307. padding-right: 23px !important;
  308. }
  309. .ansList:focus, .search_field:focus {
  310. background-color: #fff !important;
  311. }
  312. @media (min-width: 1000px) {
  313. .navbar.navbar-dark {
  314. height: 55px;
  315. position: fixed;
  316. top: 0;
  317. left: 0;
  318. width: 100%;
  319. z-index: 9999;
  320. }
  321. .main-row > .sidebar {
  322. width: 180px;
  323. min-width: 180px;
  324. position: fixed;
  325. left: 0;
  326. top: 55px;
  327. z-index: 9999;
  328. height: calc(100% - 55px);
  329. overflow-y: auto;
  330. }
  331. .main-row {
  332. padding-left: 180px;
  333. }
  334. .navbar.navbar-dark+[role="main"] {
  335. padding-top: 55px;
  336. }
  337. }
  338. .font-smaller {
  339. font-size: 11px !important;
  340. }
  341. .text-ellipsis {
  342. white-space: nowrap;
  343. overflow: hidden;
  344. text-overflow: ellipsis;
  345. }
  346. .outline-0 {
  347. outline: none !important;
  348. }
  349. .note-widget-item:hover {
  350. background: #eee;
  351. }
  352. .note-widget-title {
  353. background: #ccc !important;
  354. color: #333 !important;
  355. font-size: 12px !important;
  356. font-weight: bold !important;
  357. }
  358. .navbar-collapse.show {
  359. background: #1c4587;
  360. z-index: 999;
  361. padding: 0.5rem 1rem;
  362. margin: 0 -1rem;
  363. }
  364. .navbar-dark .nav-item .nav-link {
  365. font-size: 13px;
  366. }
  367. .suggestions-outer {
  368. top: calc(100% + 2px);
  369. background: #fff;
  370. width: calc(100% - 1rem);
  371. border-radius: 3px;
  372. border: 1px solid #ccc;
  373. z-index: 9999;
  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. max-height: 220px;
  383. overflow-y: auto;
  384. }
  385. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  386. padding: 0.25rem 0.5rem;
  387. text-decoration: none;
  388. font-size: 12px;
  389. }
  390. .suggestions-outer .no-suggest-items {
  391. color: #888;
  392. }
  393. .suggestions-outer .suggest-item.active {
  394. background: #ccc;
  395. }
  396. .suggestions-outer .suggest-item:hover {
  397. background: aliceblue;
  398. }
  399. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  400. .pro-dashboard-inline-calendar table.table-condensed {
  401. width: 100% !important;
  402. }
  403. .pro-dashboard-inline-calendar {
  404. border: 1px solid #ddd;
  405. border-radius: 3px
  406. }
  407. .pro-dashboard-inline-calendar table.table-condensed th {
  408. padding: 0.5rem 0;
  409. }
  410. .pro-dashboard-inline-calendar table.table-condensed td {
  411. padding: 0.25rem 0;
  412. }
  413. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  414. background: #c5e4ff;
  415. }
  416. [v-cloak] {
  417. opacity: 0;
  418. }
  419. .patient-avatar {
  420. width: 50px;
  421. height: 50px;
  422. background: #ddd;
  423. display: inline-flex;
  424. align-items: center;
  425. justify-content: center;
  426. border-radius: 100%;
  427. }
  428. .large {
  429. font-size: 16px !important;
  430. }
  431. /* note templates */
  432. .note-template-container {
  433. position: absolute;
  434. z-index: 10002;
  435. background: #fff;
  436. border: 1px solid #ddd;
  437. border-radius: 3px;
  438. display: none;
  439. min-width: 200px;
  440. }
  441. .note-template-container .note-template-item {
  442. position: relative;
  443. height: 25px;
  444. }
  445. .note-template-container .note-template-item .note-template-text {
  446. border-bottom: 1px solid #eee;
  447. }
  448. .note-template-container .note-template-item .label {
  449. padding: 3px 6px;
  450. padding-right: 25px;
  451. white-space: nowrap;
  452. display: inline-flex;
  453. align-items: center;
  454. min-width: 120px;
  455. cursor: pointer;
  456. flex-grow: 1;
  457. }
  458. .note-template-container .note-template-item:hover,
  459. .note-template-container .note-template-item.selected {
  460. background: aliceblue;
  461. }
  462. .note-template-container .note-template-item .label>input[type="checkbox"] {
  463. pointer-events: none;
  464. margin: 0;
  465. margin-right: 4px;
  466. height: 11px;
  467. }
  468. .note-template-container .note-template-item:last-child label {
  469. border: 0;
  470. }
  471. .note-template-container .note-template-item .note-template-children {
  472. position: absolute;
  473. left: 100%;
  474. top: 0;
  475. background: #fff;
  476. border: 1px solid #ddd;
  477. border-radius: 3px;
  478. display: none;
  479. }
  480. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  481. display: block;
  482. }*/
  483. .note-template-container .note-template-item .has-children {
  484. position: absolute;
  485. right: 6px;
  486. top: 0;
  487. height: 25px;
  488. line-height: 25px;
  489. color: #bbb;
  490. }
  491. .note-template-container .note-template-item:hover>.has-children {
  492. color: #444;
  493. }
  494. .note-templates-underlay {
  495. position: fixed;
  496. top: 0;
  497. left: 0;
  498. height: 100%;
  499. width: 100%;
  500. background: rgba(0,0,0,0.13);
  501. display: none;
  502. z-index: 10001;
  503. }
  504. .note-template-container textarea {
  505. height: 100px;
  506. border-radius: 0;
  507. border-color: #ccc;
  508. padding: 5px 10px;
  509. display: block;
  510. }
  511. .note-template-buttons {
  512. position: absolute;
  513. bottom: 100%;
  514. right: 0;
  515. height: 27px;
  516. padding: 0 3px;
  517. background: #fff;
  518. }
  519. .note-template-buttons button {
  520. font-size: 10px;
  521. padding: 2px 5px;
  522. margin-left: 5px;
  523. border-radius: 2px;
  524. }
  525. .note-template-buttons button:first-child {
  526. margin-left: 0;
  527. }
  528. .note-template-output {
  529. position: absolute;
  530. bottom: calc(100% + 26px);
  531. left: 0;
  532. padding: 3px 6px;
  533. background: #f7f7f7;
  534. min-width: 100%;
  535. border-radius: 3px;
  536. }
  537. .note-template-output-text {
  538. }
  539. .note-template-output .note-template-output-line {
  540. font-size: 11px;
  541. width: max-content;
  542. max-width: 500px;
  543. margin: 0;
  544. }
  545. .note-template-set-chooser {
  546. height: 22px;
  547. line-height: 22px;
  548. padding: 0 0.22rem;
  549. font-size: 12px !important;
  550. }
  551. .ql-editor .note-template-output-line {
  552. white-space: normal;
  553. }
  554. [prefix="(+)"] a.plus-trigger {
  555. color: #23a923 !important;
  556. }
  557. [prefix="(-)"] a.minus-trigger {
  558. color: #a91e1e !important;
  559. }