style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  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.edit .if-edit {
  277. display: block !important;
  278. }
  279. .c-pointer {
  280. cursor: pointer;
  281. }
  282. .inset-comment p:last-child {
  283. margin-bottom: 0 !important;
  284. }
  285. .note-section.edit {
  286. background: #f0f8ff7d;
  287. outline: 2px solid #9de3ff;
  288. }
  289. .note-section.edit .ql-editor,
  290. .note-section.edit .btn-default {
  291. background-color: #fff !important;
  292. }
  293. /*.note-section-item-row:not(:first-child) {
  294. padding-top: 10px;
  295. border-top: 1px solid #ccc;
  296. }*/
  297. /* override med ac css */
  298. #searchResults {
  299. z-index: 100001 !important;
  300. }
  301. input.search_field, textarea.search_field {
  302. background-position: right 7px center !important;
  303. padding-right: 23px !important;
  304. }
  305. .ansList:focus, .search_field:focus {
  306. background-color: #fff !important;
  307. }
  308. @media (min-width: 1000px) {
  309. .navbar.navbar-dark {
  310. height: 55px;
  311. position: fixed;
  312. top: 0;
  313. left: 0;
  314. width: 100%;
  315. z-index: 9999;
  316. }
  317. .main-row > .sidebar {
  318. width: 180px;
  319. min-width: 180px;
  320. position: fixed;
  321. left: 0;
  322. top: 55px;
  323. z-index: 9999;
  324. height: calc(100% - 55px);
  325. overflow-y: auto;
  326. }
  327. .main-row {
  328. padding-left: 180px;
  329. }
  330. .navbar.navbar-dark+[role="main"] {
  331. padding-top: 55px;
  332. }
  333. }
  334. .font-smaller {
  335. font-size: 11px !important;
  336. }
  337. .text-ellipsis {
  338. white-space: nowrap;
  339. overflow: hidden;
  340. text-overflow: ellipsis;
  341. }
  342. .outline-0 {
  343. outline: none !important;
  344. }
  345. .note-widget-item:hover {
  346. background: #eee;
  347. }
  348. .note-widget-title {
  349. background: #ccc !important;
  350. color: #333 !important;
  351. font-size: 12px !important;
  352. font-weight: bold !important;
  353. }
  354. .navbar-collapse.show {
  355. background: #1c4587;
  356. z-index: 999;
  357. padding: 0.5rem 1rem;
  358. margin: 0 -1rem;
  359. }
  360. .navbar-dark .nav-item .nav-link {
  361. font-size: 13px;
  362. }
  363. .suggestions-outer {
  364. top: calc(100% + 2px);
  365. background: #fff;
  366. width: calc(100% - 1rem);
  367. border-radius: 3px;
  368. border: 1px solid #ccc;
  369. z-index: 9999;
  370. }
  371. .suggestions-outer {
  372. top: calc(100% + 2px);
  373. background: #fff;
  374. width: calc(100% - 1rem);
  375. border-radius: 3px;
  376. border: 1px solid #ccc;
  377. z-index: 9999;
  378. max-height: 220px;
  379. overflow-y: auto;
  380. }
  381. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  382. padding: 0.25rem 0.5rem;
  383. text-decoration: none;
  384. font-size: 12px;
  385. }
  386. .suggestions-outer .no-suggest-items {
  387. color: #888;
  388. }
  389. .suggestions-outer .suggest-item.active {
  390. background: #ccc;
  391. }
  392. .suggestions-outer .suggest-item:hover {
  393. background: aliceblue;
  394. }
  395. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  396. .pro-dashboard-inline-calendar table.table-condensed {
  397. width: 100% !important;
  398. }
  399. .pro-dashboard-inline-calendar {
  400. border: 1px solid #ddd;
  401. border-radius: 3px
  402. }
  403. .pro-dashboard-inline-calendar table.table-condensed th {
  404. padding: 0.5rem 0;
  405. }
  406. .pro-dashboard-inline-calendar table.table-condensed td {
  407. padding: 0.25rem 0;
  408. }
  409. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  410. background: #c5e4ff;
  411. }
  412. [v-cloak] {
  413. opacity: 0;
  414. }
  415. .patient-avatar {
  416. width: 50px;
  417. height: 50px;
  418. background: #ddd;
  419. display: inline-flex;
  420. align-items: center;
  421. justify-content: center;
  422. border-radius: 100%;
  423. }
  424. .large {
  425. font-size: 16px !important;
  426. }
  427. /* note templates */
  428. .note-template-container {
  429. position: absolute;
  430. z-index: 10002;
  431. background: #fff;
  432. border: 1px solid #ddd;
  433. border-radius: 3px;
  434. display: none;
  435. min-width: 200px;
  436. }
  437. .note-template-container .note-template-item {
  438. position: relative;
  439. height: 25px;
  440. }
  441. .note-template-container .note-template-item .note-template-text {
  442. border-bottom: 1px solid #eee;
  443. }
  444. .note-template-container .note-template-item .label {
  445. padding: 3px 6px;
  446. padding-right: 25px;
  447. white-space: nowrap;
  448. display: inline-flex;
  449. align-items: center;
  450. min-width: 120px;
  451. cursor: pointer;
  452. flex-grow: 1;
  453. }
  454. .note-template-container .note-template-item:hover,
  455. .note-template-container .note-template-item.selected {
  456. background: aliceblue;
  457. }
  458. .note-template-container .note-template-item .label>input[type="checkbox"] {
  459. pointer-events: none;
  460. margin: 0;
  461. margin-right: 4px;
  462. height: 11px;
  463. }
  464. .note-template-container .note-template-item:last-child label {
  465. border: 0;
  466. }
  467. .note-template-container .note-template-item .note-template-children {
  468. position: absolute;
  469. left: 100%;
  470. top: 0;
  471. background: #fff;
  472. border: 1px solid #ddd;
  473. border-radius: 3px;
  474. display: none;
  475. }
  476. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  477. display: block;
  478. }*/
  479. .note-template-container .note-template-item .has-children {
  480. position: absolute;
  481. right: 6px;
  482. top: 0;
  483. height: 25px;
  484. line-height: 25px;
  485. color: #bbb;
  486. }
  487. .note-template-container .note-template-item:hover>.has-children {
  488. color: #444;
  489. }
  490. .note-templates-underlay {
  491. position: fixed;
  492. top: 0;
  493. left: 0;
  494. height: 100%;
  495. width: 100%;
  496. background: rgba(0,0,0,0.13);
  497. display: none;
  498. z-index: 10001;
  499. }
  500. .note-template-container textarea {
  501. height: 100px;
  502. border-radius: 0;
  503. border-color: #ccc;
  504. padding: 5px 10px;
  505. display: block;
  506. }
  507. .note-template-buttons {
  508. position: absolute;
  509. bottom: 100%;
  510. right: 0;
  511. height: 27px;
  512. padding: 0 3px;
  513. background: #fff;
  514. }
  515. .note-template-buttons button {
  516. font-size: 10px;
  517. padding: 2px 5px;
  518. margin-left: 5px;
  519. border-radius: 2px;
  520. }
  521. .note-template-buttons button:first-child {
  522. margin-left: 0;
  523. }
  524. .note-template-output {
  525. position: absolute;
  526. bottom: calc(100% + 26px);
  527. left: 0;
  528. padding: 3px 6px;
  529. background: #f7f7f7;
  530. min-width: 100%;
  531. border-radius: 3px;
  532. }
  533. .note-template-output-text {
  534. }
  535. .note-template-output .note-template-output-line {
  536. font-size: 11px;
  537. width: max-content;
  538. max-width: 500px;
  539. margin: 0;
  540. }
  541. .note-template-set-chooser {
  542. height: 22px;
  543. line-height: 22px;
  544. padding: 0 0.22rem;
  545. font-size: 12px !important;
  546. }
  547. .ql-editor .note-template-output-line {
  548. white-space: normal;
  549. }