style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  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: 120px;
  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: 480px;
  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][wide] [url]:not([show]) {
  214. left: calc(50% - 400px);
  215. width: 800px;
  216. }
  217. [moe][center] [url]:not([show]) .form-control.form-control-sm {
  218. min-width: unset;
  219. max-width: 100%;
  220. }
  221. .mcp-theme-1 .min-width-200px {
  222. min-width: 200px;
  223. }
  224. .mcp-theme-1 .min-width-300px {
  225. min-width: 300px;
  226. }
  227. .mcp-theme-1 .width-100px {
  228. width: 100px;
  229. min-width: unset !important;
  230. max-width: unset !important;
  231. }
  232. .mcp-theme-1 .max-width-300px {
  233. max-width: 300px;
  234. }
  235. .cancelled-item {
  236. opacity: 0.5;
  237. }
  238. .cancelled-item:not(.always-clickable) * {
  239. pointer-events: none;
  240. }
  241. .note-content {
  242. max-height: 300px;
  243. overflow-y: auto;
  244. }
  245. .note-content:not([auto-edit]) {
  246. padding: 1rem;
  247. padding-bottom: 0;
  248. cursor: pointer;
  249. position: relative;
  250. }
  251. .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
  252. content: '(click to change)';
  253. display: block;
  254. color: #535353;
  255. padding-bottom: 0.3rem;
  256. }
  257. .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
  258. border-left: 0;
  259. border-right: 0;
  260. }
  261. .mcp-theme-1 .ql-editor[contenteditable] {
  262. min-height: 100px;
  263. }
  264. .ql-container p {
  265. margin-top: 1rem;
  266. }
  267. .note-content ul {
  268. list-style: none !important;
  269. }
  270. .ql-editor ul > li::before {
  271. content: '';
  272. }
  273. .m-neg-4 {
  274. margin-left: -1.25rem;
  275. margin-right: -1.25rem;
  276. }
  277. .mcp-theme-1 .ql-toolbar .ql-formats * {
  278. font-size: 12px !important;
  279. }
  280. .mcp-theme-1 .ql-toolbar.ql-snow {
  281. padding: 3px;
  282. background: #f7f7f7;
  283. }
  284. .mcp-theme-1 .ql-snow .ql-picker {
  285. height: 22px;
  286. }
  287. .mcp-theme-1 .ql-snow.ql-toolbar button {
  288. height: 22px;
  289. width: 26px;
  290. }
  291. .rte-holder .ql-container p {
  292. margin-top: 0;
  293. margin-bottom: 0.3rem;
  294. }
  295. .note-section:not(.edit) .if-not-edit {
  296. display: block !important;
  297. }
  298. .note-section:not(.edit) div.if-not-edit {
  299. padding-left: 1rem;
  300. }
  301. .note-section:not(.edit):hover {
  302. background: #f6f9fc;
  303. cursor: pointer;
  304. }
  305. .note-section.edit .if-edit {
  306. display: block !important;
  307. }
  308. .c-pointer {
  309. cursor: pointer;
  310. }
  311. .inset-comment p {
  312. margin-bottom: 0.3rem;
  313. }
  314. .inset-comment p:last-child {
  315. margin-bottom: 0 !important;
  316. }
  317. .note-section.edit {
  318. background: #f0f8ff7d;
  319. outline: 2px solid #9de3ff;
  320. }
  321. .note-section.edit .ql-editor,
  322. .note-section.edit .btn-default {
  323. background-color: #fff !important;
  324. }
  325. /*.note-section-item-row:not(:first-child) {
  326. padding-top: 10px;
  327. border-top: 1px solid #ccc;
  328. }*/
  329. /* override med ac css */
  330. #searchResults {
  331. z-index: 100001 !important;
  332. }
  333. input.search_field, textarea.search_field {
  334. background-position: right 7px center !important;
  335. padding-right: 23px !important;
  336. }
  337. .ansList:focus, .search_field:focus {
  338. background-color: #fff !important;
  339. }
  340. @media (min-width: 1000px) {
  341. .navbar.navbar-dark {
  342. height: 55px;
  343. position: fixed;
  344. top: 0;
  345. left: 0;
  346. width: 100%;
  347. z-index: 9999;
  348. }
  349. .main-row > .sidebar {
  350. width: 180px;
  351. min-width: 180px;
  352. position: fixed;
  353. left: 0;
  354. top: 55px;
  355. z-index: 8;
  356. height: calc(100% - 55px);
  357. overflow-y: auto;
  358. }
  359. .main-row {
  360. padding-left: 180px;
  361. }
  362. .navbar.navbar-dark+[role="main"] {
  363. padding-top: 55px;
  364. }
  365. }
  366. .font-smaller {
  367. font-size: 11px !important;
  368. }
  369. .text-ellipsis {
  370. white-space: nowrap;
  371. overflow: hidden;
  372. text-overflow: ellipsis;
  373. }
  374. .outline-0 {
  375. outline: none !important;
  376. }
  377. .note-widget-item:hover {
  378. background: #eee;
  379. }
  380. .note-widget-title {
  381. background: #ccc !important;
  382. color: #333 !important;
  383. font-size: 12px !important;
  384. font-weight: bold !important;
  385. }
  386. .navbar-collapse.show {
  387. background: #1c4587;
  388. z-index: 999;
  389. padding: 0.5rem 1rem;
  390. margin: 0 -1rem;
  391. }
  392. .navbar-dark .nav-item .nav-link {
  393. font-size: 12px;
  394. white-space: nowrap;
  395. overflow: hidden;
  396. text-overflow: ellipsis;
  397. }
  398. #patient-search {
  399. min-width: 100px !important;
  400. max-width: 140px !important;
  401. }
  402. .suggestions-outer {
  403. top: calc(100% + 2px);
  404. background: #fff;
  405. width: calc(100% - 1rem);
  406. border-radius: 3px;
  407. border: 1px solid #ccc;
  408. z-index: 9999;
  409. }
  410. .suggestions-outer {
  411. top: calc(100% + 2px);
  412. background: #fff;
  413. width: calc(100% - 1rem);
  414. border-radius: 3px;
  415. border: 1px solid #ccc;
  416. z-index: 9999;
  417. max-height: 220px;
  418. overflow-y: auto;
  419. }
  420. .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
  421. padding: 0.25rem 0.5rem;
  422. text-decoration: none;
  423. font-size: 12px;
  424. }
  425. .suggestions-outer .no-suggest-items {
  426. color: #888;
  427. }
  428. .suggestions-outer .suggest-item.active {
  429. background: #ccc;
  430. }
  431. .suggestions-outer .suggest-item:hover {
  432. background: aliceblue;
  433. }
  434. .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
  435. .pro-dashboard-inline-calendar table.table-condensed {
  436. width: 100% !important;
  437. }
  438. .pro-dashboard-inline-calendar {
  439. border: 1px solid #ddd;
  440. border-radius: 3px
  441. }
  442. .pro-dashboard-inline-calendar table.table-condensed th {
  443. padding: 0.5rem 0;
  444. }
  445. .pro-dashboard-inline-calendar table.table-condensed td {
  446. padding: 0.25rem 0;
  447. }
  448. .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
  449. background: #c5e4ff;
  450. }
  451. [v-cloak] {
  452. opacity: 0;
  453. }
  454. .patient-avatar {
  455. width: 50px;
  456. height: 50px;
  457. background: #ddd;
  458. display: inline-flex;
  459. align-items: center;
  460. justify-content: center;
  461. border-radius: 100%;
  462. }
  463. .large {
  464. font-size: 16px !important;
  465. }
  466. /* note templates */
  467. .note-template-container {
  468. position: absolute;
  469. z-index: 10002;
  470. background: #fff;
  471. border: 1px solid #ddd;
  472. border-radius: 3px;
  473. display: none;
  474. min-width: 200px;
  475. }
  476. .note-template-container .note-template-item {
  477. position: relative;
  478. height: 25px;
  479. }
  480. .note-template-container .note-template-item .note-template-text {
  481. border-bottom: 1px solid #eee;
  482. }
  483. .note-template-container .note-template-item .label {
  484. padding: 3px 6px;
  485. padding-right: 25px;
  486. white-space: nowrap;
  487. display: inline-flex;
  488. align-items: center;
  489. min-width: 120px;
  490. cursor: pointer;
  491. flex-grow: 1;
  492. }
  493. .note-template-container .note-template-item:hover,
  494. .note-template-container .note-template-item.selected {
  495. background: aliceblue;
  496. }
  497. .note-template-container .note-template-item .label>input[type="checkbox"] {
  498. pointer-events: none;
  499. margin: 0;
  500. margin-right: 4px;
  501. height: 11px;
  502. }
  503. .note-template-container .note-template-item:last-child label {
  504. border: 0;
  505. }
  506. .note-template-container .note-template-item .note-template-children {
  507. position: absolute;
  508. left: 100%;
  509. top: 0;
  510. background: #fff;
  511. border: 1px solid #ddd;
  512. border-radius: 3px;
  513. display: none;
  514. }
  515. /*.note-template-container .note-template-item.selected:hover>.note-template-children {
  516. display: block;
  517. }*/
  518. .note-template-container .note-template-item .has-children {
  519. position: absolute;
  520. right: 6px;
  521. top: 0;
  522. height: 25px;
  523. line-height: 25px;
  524. color: #bbb;
  525. }
  526. .note-template-container .note-template-item:hover>.has-children {
  527. color: #444;
  528. }
  529. .note-templates-underlay {
  530. position: fixed;
  531. top: 0;
  532. left: 0;
  533. height: 100%;
  534. width: 100%;
  535. background: rgba(0,0,0,0.13);
  536. display: none;
  537. z-index: 10001;
  538. }
  539. .note-template-container textarea {
  540. height: 100px;
  541. border-radius: 0;
  542. border-color: #ccc;
  543. padding: 5px 10px;
  544. display: block;
  545. }
  546. .note-template-buttons {
  547. position: absolute;
  548. bottom: 100%;
  549. right: 0;
  550. height: 27px;
  551. padding: 0 3px;
  552. background: #fff;
  553. }
  554. .note-template-buttons button {
  555. font-size: 10px;
  556. padding: 2px 5px;
  557. margin-left: 5px;
  558. border-radius: 2px;
  559. }
  560. .note-template-buttons button:first-child {
  561. margin-left: 0;
  562. }
  563. .note-template-output {
  564. position: absolute;
  565. bottom: calc(100% + 26px);
  566. left: 0;
  567. padding: 3px 6px;
  568. background: #f7f7f7;
  569. min-width: 100%;
  570. border-radius: 3px;
  571. }
  572. .note-template-output-text {
  573. }
  574. .note-template-output .note-template-output-line {
  575. font-size: 11px;
  576. width: max-content;
  577. max-width: 500px;
  578. margin: 0;
  579. }
  580. .note-template-set-chooser {
  581. height: 22px;
  582. line-height: 22px;
  583. padding: 0 0.22rem;
  584. font-size: 12px !important;
  585. }
  586. .ql-editor .note-template-output-line {
  587. white-space: normal;
  588. }
  589. [prefix="(+)"] a.plus-trigger {
  590. color: #23a923 !important;
  591. }
  592. [prefix="(-)"] a.minus-trigger {
  593. color: #a91e1e !important;
  594. }
  595. .rspace {
  596. width: 20px;
  597. display: inline-flex;
  598. text-align: center;
  599. justify-content: center;
  600. }
  601. .embed-mask {
  602. position: fixed;
  603. left: 0;
  604. top: 0;
  605. height: 100%;
  606. width: 100%;
  607. background: rgba(0, 0, 0, 0.1);
  608. z-index: 98;
  609. }
  610. .embed-section {
  611. background: #fff;
  612. z-index: 99;
  613. padding: 0;
  614. border: 1px solid #ccc;
  615. }
  616. .mask-text-addition {
  617. position: fixed;
  618. bottom: calc(50% - 60px);
  619. left: 0;
  620. width: 100%;
  621. text-align: center;
  622. font-size: 12px;
  623. z-index: 9999999;
  624. color: #000;
  625. }
  626. .note-summary p {
  627. margin-bottom: 0.25rem;
  628. }
  629. .aligned-icon {
  630. display: inline-block;
  631. width: 18px;
  632. text-align: center;
  633. }
  634. body #searchCount {
  635. display: none !important;
  636. }
  637. body .break-spaces {
  638. white-space: pre-wrap;
  639. }
  640. .stag-tooltip .stag-tooltip-content {
  641. display: none;
  642. min-width: 200px;
  643. }
  644. .stag-tooltip:hover .stag-tooltip-content {
  645. display: block;
  646. right: -10px;
  647. top: 100%;
  648. z-index: 1;
  649. }
  650. .gem-nodes .node {
  651. border: 1px solid #ddd;
  652. padding: 0.75rem;
  653. border-radius: 5px;
  654. }
  655. .gem-nodes>.node {
  656. border: 0 !important;
  657. padding-left: 0;
  658. padding-right: 0;
  659. }
  660. .gem-nodes>.node:first-child {
  661. margin-top: 0 !important;
  662. }
  663. .gem-nodes>.node>label {
  664. font-weight: bold;
  665. font-size: 14px;
  666. margin: 0;
  667. }
  668. .gem-nodes .subs .node:last-child {
  669. margin-bottom: 0 !important;
  670. }
  671. .gem-nodes>.node>.subs {
  672. padding-left: 0 !important;
  673. }
  674. .gem-nodes>.node>.subs>.node {
  675. background: #f2f2f2;
  676. }
  677. .gem-nodes>.node>.subs>.node>.subs>.node {
  678. background: #fff;
  679. }
  680. .gem-nodes .node span[field] {
  681. font-weight: bold;
  682. }
  683. body .node input[type="number"] {
  684. max-width: 70px;
  685. min-width: unset !important;
  686. }
  687. .section-edit-mask {
  688. top: 0;
  689. left: 0;
  690. width: 100%;
  691. height: 100%;
  692. }
  693. .signed-note {
  694. position: relative;
  695. pointer-events: none !important;
  696. }
  697. .signed-note::after {
  698. content: '';
  699. position: absolute;
  700. z-index: 2;
  701. cursor: not-allowed;
  702. left: 0;
  703. top: 0;
  704. width: 100%;
  705. height: 100%;
  706. background: rgba(0,0,0,0.01);
  707. }
  708. .slot-picker {
  709. padding: 4px;
  710. padding-right: 0;
  711. padding-bottom: 0;
  712. }
  713. .slot-picker.disabled {
  714. opacity: 0.5;
  715. pointer-events: none;
  716. cursor: not-allowed;
  717. }
  718. .slot-picker td {
  719. text-align: center;
  720. border: 1px solid #ddd !important;
  721. padding: 2px 5px;
  722. cursor: pointer;
  723. }
  724. .slot-picker th {
  725. border: 0 !important;
  726. }
  727. .slot-picker td:hover {
  728. background: aliceblue;
  729. }
  730. .slot-picker td.blocked {
  731. background: #ccc !important;
  732. cursor: not-allowed;
  733. }
  734. .slot-picker td.selected {
  735. background-image: linear-gradient(to bottom,#08c,#04c);
  736. background-repeat: repeat-x;
  737. color: #fff;
  738. }
  739. .pro-appointment-calendar.disabled {
  740. opacity: 0.5;
  741. pointer-events: none;
  742. cursor: not-allowed;
  743. }
  744. .pro-appointment-calendar .datepicker-inline {
  745. width: 195px;
  746. padding-left: 0;
  747. }
  748. .pro-appointment-calendar .datepicker td {
  749. height: 25px;
  750. }
  751. .datepicker td, .datepicker th {
  752. border: none !important;
  753. }
  754. .appt-form-col {
  755. width: 220px;
  756. }
  757. .appt-calendar-col {
  758. flex-grow: 1;
  759. }
  760. .appt-form td.fc-day.stag-selected {
  761. outline: 2px solid #007bff;
  762. background: #e5f2fd;
  763. }
  764. .appt-form .stag-current-appt {
  765. background: #89159cc7;
  766. color: #fff;
  767. border-color: #89159cc7;
  768. }
  769. .appt-form .stag-current-appt .fc-daygrid-event-dot {
  770. border-color: #fff;
  771. }
  772. .appt-form .fc .fc-toolbar.fc-header-toolbar {
  773. margin-bottom: 0;
  774. align-items: start;
  775. }
  776. .stag-calendar-header-extra {
  777. background: #cde8ff;
  778. padding: 3px 10px;
  779. margin-top: 7px;
  780. border-top-left-radius: 6px;
  781. border-top-right-radius: 6px;
  782. border: 1px solid #44a5f982;
  783. border-bottom: 0;
  784. }
  785. .stag-calendar-header-extra * {
  786. font-size: 14px !important;
  787. }
  788. /* call panel */
  789. #proCallComponent {
  790. max-height: calc(100% - 151px);
  791. }
  792. .patient-queue {
  793. height: 150px;
  794. position: absolute;
  795. left: 0;
  796. width: 100%;
  797. bottom: 0;
  798. }
  799. .queue-item {
  800. width: 100px;
  801. padding: 0.5rem;
  802. padding-bottom: 0.25rem;
  803. text-align: center;
  804. cursor: pointer;
  805. }
  806. .queue-item:hover {
  807. background: aliceblue;
  808. }
  809. .current-work-indicator {
  810. position: fixed;
  811. top: 55px;
  812. right: 0;
  813. z-index: 9999;
  814. background: #1c45879c;
  815. color: #fff;
  816. font-size: 12px;
  817. padding: 3px 8px;
  818. border-bottom-left-radius: 5px;
  819. }
  820. /* stag popups */
  821. .stag-popup {
  822. position: fixed;
  823. left: 0;
  824. top: 55px;
  825. width: 100%;
  826. height: calc(100% - 55px);
  827. overflow-x: auto;
  828. z-index: 19998;
  829. justify-content: center;
  830. align-items: center;
  831. display: none;
  832. background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
  833. padding: 2rem 0;
  834. }
  835. .stag-popup.show {
  836. display: block;
  837. }
  838. .stag-popup>form {
  839. width: 80%;
  840. background: #fff;
  841. border: 1px solid #aaa;
  842. border-radius: 5px;
  843. overflow: hidden;
  844. box-shadow: 0 0 5px #ddd;
  845. margin: 0 auto;
  846. padding: 0.75rem;
  847. }
  848. .no-scroll {
  849. overflow: hidden;
  850. }
  851. .stag-popup .form-control.form-control-sm {
  852. min-width: unset !important;
  853. }
  854. .client-rs-contents p {
  855. margin-bottom: 0.25rem;
  856. }