1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396 |
- :root {
- --w-70: 70%;
- --primary-color: #1c4587;
- --bg-grey: #EDEEF1;
- }
- /* login css */
- .login-container {
- background-color: var(--bg-grey);
- }
- .login-header {
- font-size: 30px;
- font-weight: 100;
- }
- .login-form {
- padding: 50px;
- }
- .login-form label {
- font-size: 14px;
- color: #454859;
- }
- .login-form .form-control {
- height: calc(1.5em + 0.75rem + 0.3px);;
- }
- .bg-holder {
- background-image: url(/login-rhs.jpg);
- background-size: cover;
- }
- .login-container .logo {
- font-size: 35px;
- font-weight: 800;
- color: rgb(13, 89, 175);
- }
- .login-container small {
- font-size: 12px;
- color: #999;
- }
- /* end of login */
- .w-70 {
- width: var(--w-70);
- }
- .text-warning-mellow {
- color: #d8a714!important;
- }
- .stag-primary-bg {
- background-color: var(--primary-color) !important;
- color: #fff;
- }
- .stag-primary-border {
- border-color: var(--primary-color) !important;
- }
- .navbar-brand {
- font-size: 16px !important;
- font-weight: 600;
- }
- .navbar-brand>img {
- max-width: 160px;
- }
- .sidebar .nav-link {
- padding: .25rem 1rem;
- }
- .sidebar .nav-item {
- margin-right: 0;
- }
- .sidebar .nav-item .nav-child-list {
- list-style: none;
- }
- .sidebar .nav-item .nav-child-list .nav-item .nav-link {
- padding-left: 2.75rem;
- }
- .sidebar .if-not-collapsed, .sidebar .if-collapsed {
- display: none;
- }
- .sidebar .nav-item.nav-child-collapsed .if-collapsed {
- display: block;
- }
- .sidebar .nav-item:not(.nav-child-collapsed) .if-not-collapsed {
- display: block;
- }
- .sidebar .nav-item.nav-child-collapsed .nav-child-list {
- display: none;
- }
- .navbar-dark .nav-item .nav-link {
- color: #fff;
- }
- .dropdown-menu {
- margin-top: 7px;
- border-radius: 0;
- min-width: 100px;
- }
- .dropdown-item:not(:last-child) {
- border-bottom:1px solid #ddd;
- }
- main {
- padding:0 1rem;
- }
- /* ability to toggle the video pane (rhs) */
- .stag_rhs_toggle, .stag_rhs_toggle:hover {
- position: fixed;
- bottom: 0;
- right: 0;
- padding: 0.25rem 0.75rem;
- border-top-left-radius: 6px;
- background-color: var(--primary-color);
- color: #fff;
- z-index: 2;
- }
- body.stag_rhs_collapsed .v-split,
- body.stag_rhs_collapsed .app-right-panel {
- display: none !important;
- }
- .delete-column {
- width: 120px;
- }
- .m-negator {
- margin-left: -1.25rem !important;
- margin-right: -1.25rem !important;
- }
- .pl-3-5 {
- padding-left: 1.25rem !important;
- }
- .lh-24px {
- height: 24px;
- line-height: 24px;
- }
- .mcp-theme-1 *:not(i) {
- font-family: Verdana, sans-serif;
- font-size: 12px;
- }
- .mcp-theme-1 .font-size-11 {
- font-size: 11px;
- }
- .mcp-theme-1 .font-size-13 {
- font-size: 13px;
- }
- .mcp-theme-1 .font-size-14 {
- font-size: 14px;
- }
- .mcp-theme-1 .font-size-16 {
- font-size: 16px;
- }
- .mcp-theme-1 .font-underline {
- text-decoration: underline;
- }
- .mcp-theme-1 .on-hover-opaque {
- opacity: 0.6;
- }
- .mcp-theme-1 .on-hover-opaque:hover {
- opacity: 1;
- }
- .mcp-theme-1 .opacity-60 {
- opacity: .6;
- }
- .mcp-theme-1 .overflow-visible {
- overflow: visible;
- }
- .mcp-theme-1 .text-secondary-light {
- color: #c9ddef !important;
- }
- .mcp-theme-1 a, .mcp-theme-1 a:link {
- color: rgb(13, 89, 175);
- }
- .mcp-theme-1 .btn.btn-primary {
- background: rgb(13, 89, 175);
- border-color: rgb(13, 89, 175);
- box-shadow: none;
- }
- #sidebarMenu .mcp-theme-1 .nav-item {
- margin: 0;
- }
- #sidebarMenu .mcp-theme-1 .nav-link:hover {
- background: #e3e3e394;
- }
- #sidebarMenu .mcp-theme-1 .nav-link {
- border-top: 1px solid transparent;
- }
- #sidebarMenu .mcp-theme-1 .nav-link.active {
- border-top: 1px solid #f8f9fa;
- background: #e2e2e2;
- }
- .mcp-theme-1 .text-sm {
- font-size: 85%;
- }
- .mcp-theme-1 .text-sm-incl-children,
- .mcp-theme-1 .text-sm-incl-children *:not(i) {
- font-size: 0.8rem;
- }
- .mcp-theme-1 .minutes-label {
- width: 40px;
- }
- .mcp-theme-1 .memo-textarea {
- min-width: 200px;
- height: 60px;
- }
- .main-row {
- display: flex;
- flex-wrap: nowrap;
- margin-right: -15px;
- margin-left: -15px;
- }
- .main-row > .sidebar {
- width: 180px;
- min-width: 180px;
- }
- .main-row > main {
- flex-grow: 1;
- }
- html, body {
- height: 100%;
- }
- body>nav.navbar {
- height: 55px;
- }
- .stag-content {
- height: calc(100% - 55px);
- }
- [moe][large] form {
- width: 450px;
- }
- [moe][bottom] form {
- bottom: 100%;
- }
- .moe-disabled[moe] {
- cursor: not-allowed;
- }
- .moe-disabled[moe] [start][show] {
- opacity: 0.5;
- pointer-events: none;
- }
- .mcp-theme-1 .stag-no-wrap-td {
- max-width: 260px;
- }
- .mcp-theme-1 .stag-no-wrap {
- max-width: 250px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
- .mcp-theme-1 .form-control.form-control-sm:not(.min-width-unset) {
- min-width: 200px;
- }
- .mcp-theme-1 [large] .form-control.form-control-sm {
- min-width: unset;
- }
- [wide] .form-control.form-control-sm {
- min-width: 480px;
- }
- [moe][center] [url]:not([show]) {
- position: fixed;
- top: 10%;
- max-height: 88%;
- overflow-y: auto;
- overflow-x: hidden;
- left: calc(50% - 250px);
- width: 500px;
- }
- [moe][center][wide] [url]:not([show]) {
- left: calc(50% - 400px);
- width: 800px;
- }
- [moe][center] [url]:not([show]) .form-control.form-control-sm {
- min-width: unset;
- max-width: 100%;
- }
- .mcp-theme-1 .width-200px {
- width: 200px !important;
- }
- .mcp-theme-1 .width-22px {
- width: 22px !important;
- }
- .mcp-theme-1 .width-30px {
- width: 30px !important;
- }
- .mcp-theme-1 .width-50px {
- width: 50px !important;
- }
- .mcp-theme-1 .width-70px {
- width: 70px !important;
- }
- .mcp-theme-1 .min-width-140px {
- min-width: 140px !important;
- }
- .mcp-theme-1 .min-width-200px {
- min-width: 200px !important;
- }
- .mcp-theme-1 .min-width-300px {
- min-width: 300px;
- }
- .mcp-theme-1 .width-100px {
- width: 100px;
- min-width: unset !important;
- max-width: unset !important;
- }
- .mcp-theme-1 .width-100pc {
- width: 100% !important;
- min-width: unset !important;
- }
- .mcp-theme-1 .max-width-200px {
- max-width: 200px;
- }
- .mcp-theme-1 .max-width-300px {
- max-width: 300px;
- }
- .mcp-theme-1 .outline-0 {
- outline: none !important;
- box-shadow: none !important;
- }
- .cancelled-item {
- opacity: 0.5;
- }
- .cancelled-item:not(.always-clickable) * {
- pointer-events: none;
- }
- .note-content {
- max-height: 300px;
- overflow-y: auto;
- }
- .note-content:not([auto-edit]) {
- padding: 1rem;
- padding-bottom: 0;
- cursor: pointer;
- position: relative;
- }
- .note-content:not(.cancelled):not([auto-edit]):not(.readonly):before {
- content: '(click to change)';
- display: block;
- color: #535353;
- padding-bottom: 0.3rem;
- }
- .mcp-theme-1 .ql-container, .mcp-theme-1 .ql-toolbar {
- border-left: 0;
- border-right: 0;
- }
- .mcp-theme-1 .ql-editor[contenteditable] {
- min-height: 100px;
- }
- .ql-container p {
- margin-top: 1rem;
- }
- .note-content ul {
- list-style: none !important;
- }
- .ql-editor ul > li::before {
- content: '';
- }
- .m-neg-4 {
- margin-left: -1.25rem;
- margin-right: -1.25rem;
- }
- .mcp-theme-1 .ql-toolbar .ql-formats * {
- font-size: 12px !important;
- }
- .mcp-theme-1 .ql-toolbar.ql-snow {
- padding: 3px;
- background: #f7f7f7;
- }
- .mcp-theme-1 .ql-snow .ql-picker {
- height: 22px;
- }
- .mcp-theme-1 .ql-snow.ql-toolbar button {
- height: 22px;
- width: 26px;
- }
- .rte-holder .ql-container p {
- margin-top: 0;
- margin-bottom: 0.3rem;
- }
- .note-section:not(.edit) .if-not-edit {
- display: block !important;
- }
- .note-section:not(.edit) div.if-not-edit {
- padding-left: 1rem;
- }
- .note-section:not(.edit):hover {
- background: #f6f9fc;
- cursor: pointer;
- }
- .note-signed-by-hcp .note-section:not(.edit):hover {
- background: #f6f9fc;
- cursor: auto;
- }
- .note-section.edit .if-edit {
- display: block !important;
- }
- .c-pointer {
- cursor: pointer;
- }
- .events-none {
- pointer-events: none;
- }
- .blocking-overlay {
- opacity: 0 !important;
- cursor: default;
- }
- .inset-comment p {
- margin-bottom: 0.3rem;
- }
- .inset-comment p:last-child {
- margin-bottom: 0 !important;
- }
- .note-section.edit {
- background: #f0f8ff7d;
- outline: 2px solid #9de3ff;
- }
- .note-section.edit .ql-editor,
- .note-section.edit .btn-default {
- background-color: #fff !important;
- }
- /*.note-section-item-row:not(:first-child) {
- padding-top: 10px;
- border-top: 1px solid #ccc;
- }*/
- /* override med ac css */
- #searchResults {
- z-index: 100001 !important;
- }
- input.search_field, textarea.search_field {
- background-position: right 7px center !important;
- padding-right: 23px !important;
- }
- .ansList:focus, .search_field:focus {
- background-color: #fff !important;
- }
- @media (min-width: 1000px) {
- .navbar.navbar-dark {
- height: 55px;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 9999;
- }
- .main-row > .sidebar {
- width: 180px;
- min-width: 180px;
- position: fixed;
- left: 0;
- top: 55px;
- z-index: 8;
- height: calc(100% - 55px);
- overflow-y: overlay;
- }
- .main-row {
- padding-left: 180px;
- }
- .navbar.navbar-dark+[role="main"] {
- padding-top: 55px;
- }
- }
- .font-smaller {
- font-size: 11px !important;
- }
- .text-ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .outline-0 {
- outline: none !important;
- }
- .note-widget-item:hover {
- background: #eee;
- }
- .note-widget-title {
- background: #ccc !important;
- color: #333 !important;
- font-size: 12px !important;
- font-weight: bold !important;
- }
- .navbar-collapse.show {
- background: #1c4587;
- z-index: 999;
- padding: 0.5rem 1rem;
- margin: 0 -1rem;
- }
- .navbar-dark .nav-item .nav-link {
- font-size: 12px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #patient-search {
- min-width: 90px !important;
- max-width: 140px !important;
- }
- .suggestions-outer {
- top: calc(100% + 2px);
- background: #fff;
- border-radius: 3px;
- border: 1px solid #ccc;
- z-index: 9999;
- }
- .suggestions-outer {
- top: calc(100% + 2px);
- background: #fff;
- border-radius: 3px;
- border: 1px solid #ccc;
- z-index: 9999;
- max-height: 220px;
- overflow-y: auto;
- min-width: calc(100% - 0.5rem);
- right: 0.5rem;
- }
- .suggestions-outer .suggest-item, .suggestions-outer .no-suggest-items {
- padding: 0.25rem 0.5rem;
- text-decoration: none;
- font-size: 12px;
- }
- .suggestions-outer .no-suggest-items {
- color: #888;
- }
- .suggestions-outer .suggest-item.active {
- background: #ccc;
- }
- .suggestions-outer .suggest-item:hover {
- background: aliceblue;
- }
- .pro-dashboard-inline-calendar>.datepicker.datepicker-inline,
- .pro-dashboard-inline-calendar table.table-condensed {
- width: 100% !important;
- }
- .pro-dashboard-inline-calendar {
- border: 1px solid #ddd;
- border-radius: 3px
- }
- .pro-dashboard-inline-calendar table.table-condensed th {
- padding: 0.5rem 0;
- }
- .pro-dashboard-inline-calendar table.table-condensed td {
- padding: 0.25rem 0;
- }
- .pro-dashboard-inline-calendar table.table-condensed td[has-events] {
- background: #c5e4ff;
- }
- [v-cloak] {
- opacity: 0;
- }
- .patient-avatar {
- width: 50px;
- height: 50px;
- background: #ddd;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- border-radius: 100%;
- }
- .large {
- font-size: 16px !important;
- }
- /* note templates */
- .note-template-container {
- position: absolute;
- z-index: 10002;
- background: #fff;
- border: 1px solid #ddd;
- border-radius: 3px;
- display: none;
- min-width: 200px;
- }
- .note-template-container .note-template-item {
- position: relative;
- height: 25px;
- }
- .note-template-container .note-template-item .note-template-text {
- border-bottom: 1px solid #eee;
- }
- .note-template-container .note-template-item .label {
- padding: 3px 6px;
- padding-right: 25px;
- white-space: nowrap;
- display: inline-flex;
- align-items: center;
- min-width: 120px;
- cursor: pointer;
- flex-grow: 1;
- }
- .note-template-container .note-template-item:hover,
- .note-template-container .note-template-item.selected {
- background: aliceblue;
- }
- .note-template-container .note-template-item .label>input[type="checkbox"] {
- pointer-events: none;
- margin: 0;
- margin-right: 4px;
- height: 11px;
- }
- .note-template-container .note-template-item:last-child label {
- border: 0;
- }
- .note-template-container .note-template-item .note-template-children {
- position: absolute;
- left: 100%;
- top: 0;
- background: #fff;
- border: 1px solid #ddd;
- border-radius: 3px;
- display: none;
- }
- /*.note-template-container .note-template-item.selected:hover>.note-template-children {
- display: block;
- }*/
- .note-template-container .note-template-item .has-children {
- position: absolute;
- right: 6px;
- top: 0;
- height: 25px;
- line-height: 25px;
- color: #bbb;
- }
- .note-template-container .note-template-item:hover>.has-children {
- color: #444;
- }
- .note-templates-underlay {
- position: fixed;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(0,0,0,0.13);
- display: none;
- z-index: 10001;
- }
- .note-template-container textarea {
- height: 100px;
- border-radius: 0;
- border-color: #ccc;
- padding: 5px 10px;
- display: block;
- }
- .note-template-buttons {
- position: absolute;
- bottom: 100%;
- right: 0;
- height: 27px;
- padding: 0 3px;
- background: #fff;
- }
- .note-template-buttons button {
- font-size: 10px;
- padding: 2px 5px;
- margin-left: 5px;
- border-radius: 2px;
- }
- .note-template-buttons button:first-child {
- margin-left: 0;
- }
- .note-template-output {
- position: absolute;
- bottom: calc(100% + 26px);
- left: 0;
- padding: 3px 6px;
- background: #f7f7f7;
- min-width: 100%;
- border-radius: 3px;
- }
- .note-template-output-text {
- }
- .note-template-output .note-template-output-line {
- font-size: 11px;
- width: max-content;
- max-width: 500px;
- margin: 0;
- }
- .note-template-set-chooser {
- height: 22px;
- line-height: 22px;
- padding: 0 0.22rem;
- font-size: 12px !important;
- }
- .ql-editor .note-template-output-line {
- white-space: normal;
- }
- [prefix="(+)"] a.plus-trigger {
- color: #23a923 !important;
- }
- [prefix="(-)"] a.minus-trigger {
- color: #a91e1e !important;
- }
- .rspace {
- width: 20px;
- display: inline-flex;
- text-align: center;
- justify-content: center;
- }
- .embed-mask {
- position: fixed;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.1);
- z-index: 98;
- }
- .embed-section {
- background: #fff;
- z-index: 99;
- padding: 0;
- border: 1px solid #ccc;
- }
- .mask-text-addition {
- position: fixed;
- bottom: calc(50% - 60px);
- left: 0;
- width: 100%;
- text-align: center;
- font-size: 12px;
- z-index: 9999999;
- color: #000;
- }
- .note-summary p {
- margin-bottom: 0.25rem;
- }
- .aligned-icon {
- display: inline-block;
- width: 18px;
- text-align: center;
- }
- body #searchCount {
- display: none !important;
- }
- body .break-spaces {
- white-space: pre-wrap;
- }
- .stag-tooltip .stag-tooltip-content {
- display: none;
- min-width: 200px;
- }
- .stag-tooltip:hover .stag-tooltip-content {
- display: block;
- right: -10px;
- top: 100%;
- z-index: 1;
- }
- .gem-nodes .node {
- border: 1px solid #ddd;
- padding: 0.75rem;
- border-radius: 5px;
- }
- .gem-nodes>.node {
- border: 0 !important;
- padding-left: 0;
- padding-right: 0;
- }
- .gem-nodes>.node:first-child {
- margin-top: 0 !important;
- }
- .gem-nodes>.node>label {
- font-weight: bold;
- font-size: 14px;
- margin: 0;
- }
- .gem-nodes .subs .node:last-child {
- margin-bottom: 0 !important;
- }
- .gem-nodes>.node>.subs {
- padding-left: 0 !important;
- }
- .gem-nodes>.node>.subs>.node {
- background: #f2f2f2;
- }
- .gem-nodes>.node>.subs>.node>.subs>.node {
- background: #fff;
- }
- .gem-nodes .node span[field] {
- font-weight: bold;
- }
- body .node input[type="number"] {
- max-width: 70px;
- min-width: unset !important;
- }
- .section-edit-mask {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .signed-note {
- position: relative;
- pointer-events: none !important;
- }
- .signed-note::after {
- content: '';
- position: absolute;
- z-index: 2;
- cursor: not-allowed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.01);
- }
- .slot-picker {
- padding: 4px;
- padding-right: 0;
- padding-bottom: 0;
- }
- .slot-picker.disabled {
- opacity: 0.5;
- pointer-events: none;
- cursor: not-allowed;
- }
- .slot-picker td {
- text-align: center;
- border: 1px solid #ddd !important;
- padding: 2px 5px;
- cursor: pointer;
- }
- .slot-picker th {
- border: 0 !important;
- }
- .slot-picker td:hover {
- background: aliceblue;
- }
- .slot-picker td.blocked {
- background: #ccc !important;
- cursor: not-allowed;
- }
- .slot-picker td.selected {
- background-image: linear-gradient(to bottom,#08c,#04c);
- background-repeat: repeat-x;
- color: #fff;
- }
- .pro-appointment-calendar.disabled {
- opacity: 0.5;
- pointer-events: none;
- cursor: not-allowed;
- }
- .pro-appointment-calendar .datepicker-inline {
- width: 195px;
- padding-left: 0;
- }
- .pro-appointment-calendar .datepicker td {
- height: 25px;
- }
- .datepicker td, .datepicker th {
- border: none !important;
- }
- .appt-form-col {
- width: 220px;
- }
- .appt-calendar-col {
- flex-grow: 1;
- }
- .appt-form td.fc-day.stag-selected {
- outline: 2px solid #007bff;
- background: #e5f2fd;
- }
- .appt-form .stag-current-appt {
- background: #89159cc7;
- color: #fff;
- border-color: #89159cc7;
- }
- .appt-form .stag-current-appt .fc-daygrid-event-dot {
- border-color: #fff;
- }
- .appt-form .fc .fc-toolbar.fc-header-toolbar {
- margin-bottom: 0.5rem;
- /*align-items: start;*/
- }
- .stag-calendar-header-extra {
- background: #cde8ff;
- padding: 3px 10px;
- margin-top: 7px;
- border-top-left-radius: 6px;
- border-top-right-radius: 6px;
- border: 1px solid #44a5f982;
- border-bottom: 0;
- }
- .stag-calendar-header-extra * {
- font-size: 14px !important;
- }
- /* call panel */
- #proCallComponent {
- padding-bottom: 150px;
- }
- .patient-queue {
- display: flex;
- flex-direction: column;
- position: fixed;
- left: 0;
- width: 100%;
- bottom: 0;
- z-index: 4;
- }
- .queue-item {
- width: 100px;
- padding: 0.5rem;
- padding-bottom: 0.25rem;
- text-align: center;
- cursor: pointer;
- }
- .queue-item:hover {
- background: aliceblue;
- }
- .current-work-indicator {
- /*
- position: fixed;
- top: 55px;
- right: 0;
- z-index: 9999;
- */
- background: #305ba0;
- color: #fff;
- font-size: 12px;
- padding: 3px 6px;
- border-radius: 3px;
- /* border-bottom-left-radius: 5px;*/
- white-space: nowrap;
- text-overflow: ellipsis;
- max-width: 100px;
- overflow: hidden;
- }
- /* stag popups */
- .stag-popup {
- position: fixed;
- left: 0;
- top: 55px;
- width: 100%;
- height: calc(100% - 55px);
- overflow-x: auto;
- z-index: 97;
- justify-content: center;
- align-items: center;
- display: none;
- background: center center no-repeat scroll rgba(0, 0, 0, 0.1);
- padding: 2rem 0;
- }
- .stag-popup.show {
- display: block;
- }
- .stag-popup>form {
- width: 80%;
- background: #fff;
- border: 1px solid #aaa;
- border-radius: 5px;
- overflow: hidden;
- box-shadow: 0 0 5px #ddd;
- margin: 0 auto;
- padding: 0.75rem;
- }
- .stag-popup.wide>form {
- width: calc(100% - 4rem);
- }
- .stag-popup.narrow>form {
- max-width: 500px;
- }
- .stag-popup.stag-popup-sm>form {
- max-width: 500px;
- }
- .stag-popup.stag-popup-md>form {
- max-width: 632pt;
- }
- .stag-popup.stag-popup-right>form {
- margin-right: 1.5rem;
- margin-left: auto;
- }
- /* slide-in stag-popups */
- .stag-popup.stag-slide {
- display: block;
- background: center center no-repeat scroll rgba(0, 0, 0, 0);
- pointer-events: none;
- overflow: hidden;
- }
- .stag-popup.stag-slide.show {
- pointer-events: all;
- }
- .stag-popup.stag-slide>form {
- position: absolute;
- top: 0;
- height: 100% !important;
- overflow-y: auto;
- border-radius: 0;
- border-top: 0;
- border-bottom: 0;
- border-right: 0;
- transition: right 0.3s ease;
- width: 0;
- }
- .stag-popup.stag-slide.stag-popup-sm>form {
- width: 500px;
- right: -500px;
- }
- .stag-popup.stag-slide.stag-popup-md>form {
- width: 632pt;
- right: -632pt;
- }
- .stag-popup.stag-slide.show>form {
- right: 0;
- }
- /* asana style ticket management */
- .pro-initials {
- border-radius: 100%;
- height: 24px;
- width: 24px;
- min-height: 24px;
- min-width: 24px;
- max-height: 24px;
- max-width: 24px;
- text-align: center;
- font-weight: 400;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- background-color: #6457f9;
- color: #fff;
- font-size: 10px !important;
- opacity: 0.85;
- }
- .pro-initials.pro-initials-sm {
- height: 18px;
- width: 18px;
- min-height: 18px;
- min-width: 18px;
- max-height: 18px;
- max-width: 18px;
- font-size: 9px !important;
- }
- .pro-initials:hover {
- opacity: 1;
- }
- .ticket-section {
- }
- .ticket-section.ticket-section-collapsed {
- max-height: 0;
- overflow: hidden;
- }
- .tickets-table tbody tr {
- transition: background-color 0.2s ease;
- }
- .tickets-table tbody tr:hover {
- background-color: rgba(0,0,0,.04);
- }
- .tickets-table tbody tr.current {
- background-color: aliceblue;
- }
- .stag-slide input.form-control:not(:focus) {
- border-color: transparent;
- background-color: transparent;
- cursor: pointer;
- font-weight: bold;
- padding-left: 0;
- }
- .stag-slide input.form-control {
- box-shadow: none !important;
- }
- .stag-slide input.form-control:not(:focus):not([readonly]):hover {
- text-decoration: underline;
- }
- .stag-slide input.form-control[readonly] {
- opacity: 0.75;
- }
- .stag-slide ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
- color: #bbb !important;
- font-weight: normal !important;
- opacity: 1; /* Firefox */
- }
- .stag-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
- color: #bbb !important;
- font-weight: normal !important;
- }
- .stag-slide ::-ms-input-placeholder { /* Microsoft Edge */
- color: #bbb !important;
- font-weight: normal !important;
- }
- .stag-slide .text-success {
- color: #00bf9c !important;
- }
- .stag-slide .btn-success,
- .stag-slide .btn-success:hover {
- background: #00bf9c;
- border-color: #00bf9c;
- }
- .stag-slide .comment-input-outer {
- position: sticky;
- bottom: 0;
- }
- .stag-slide .txt-comment {
- padding-bottom: calc(23px + 1rem);
- height: calc(23px + 1rem);
- transition: height 0.3s ease;
- overflow: hidden;
- }
- .stag-slide .txt-comment:focus {
- height: 120px;
- overflow: auto;
- }
- .stag-slide .txt-comment:focus~.btn-save-comment {
- opacity: 1;
- }
- .stag-slide .btn-save-comment {
- position: absolute;
- bottom: 0.5rem;
- right: 0.5rem;
- height: 28px;
- line-height: 28px;
- padding: 0 1rem;
- transition: opacity 0.3s ease;
- opacity: 0.5;
- }
- .stag-slide input[type="text"]:invalid {
- background-color: #f8ecec;
- padding-left: 0.5rem;
- }
- .stag-slide input[type="text"]:focus:invalid {
- background: #fff;
- border-color: #e24848;
- box-shadow: 0 0 2px #c10707 !important;
- }
- .no-scroll {
- overflow: hidden;
- }
- .client-rs-contents p {
- margin-bottom: 0.25rem;
- }
- .pro-option {
- position: relative;
- display: block;
- padding-left: 30px;
- }
- .pro-option.pro-option-selected {
- display: inline-block;
- padding-left: 25px;
- }
- .pro-option .pro-option-initials {
- position: absolute;
- left: 5px;
- top: 2px;
- font-size: 10px;
- border-radius: 100%;
- height: 20px;
- width: 20px;
- line-height: 20px;
- text-align: center;
- font-weight: 400;
- }
- .pro-option.pro-option-selected .pro-option-initials {
- left: 3px;
- top: 0;
- font-size: 10px;
- border-radius: 100%;
- height: 18px;
- width: 18px;
- line-height: 19px;
- text-align: center;
- font-weight: 400;
- }
- span.pro-selection {
- padding: 0 5px;
- height: 18px;
- display: inline-block;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .select2-results__option--selectable {
- font-size: 13px;
- }
- #calendarApp .select2-selection__choice__display,
- #proCalendarApp .select2-selection__choice__display {
- padding: 0 !important;
- overflow: hidden !important;
- }
- span.select2-container.select2-container--default.select2-container--open {
- z-index: 999999;
- }
- .fc .fc-highlight {
- background: rgba(188, 232, 241, 0.6) !important;
- }
- .fc .add-overlay {
- padding: 1px 4px;
- display: inline-block;
- font-weight: bold;
- }
- .fc .add-overlay.add-overlay-day-grid {
- padding: 4px;
- }
- .stag-popup .stag-popup-title {
- border-bottom: 1px solid #eee;
- padding-bottom: 0.75rem;
- margin-bottom: 1rem;
- display: flex;
- align-items: center;
- }
- .stag-popup .stag-popup-title>span {
- font-size: 17px;
- }
- .fc .other-client {
- box-shadow: 1px 1px 2px deeppink !important;
- opacity: 0.5;
- }
- .fc .other-client:hover {
- opacity: 0.8;
- }
- .fc .availability {
- box-shadow: 0 0 3px green !important;
- }
- .fc .inactive-appointment {
- opacity: 0.6;
- box-shadow: 0 0 3px grey !important;
- }
- .fc .fc-button-primary:not(:disabled):active,
- .fc .fc-button-primary:not(:disabled).fc-button-active {
- border-color: #56a767 !important;
- background-color: #56a767 !important;
- }
- .w-150 {
- width: 150px !important;
- min-width: 150px !important;
- }
- .w-180 {
- width: 180px !important;
- min-width: 180px !important;
- }
- .guest-view button.add-shortcut {
- display: none;
- }
- .guest-view .note-section,
- .guest-view .note-section:hover {
- background: #fff !important;
- }
- #stagPdfViewer>form {
- padding: 0;
- background: #eee;
- }
- #stagPdfViewer>form .stag-popup-title {
- background: #fff;
- padding: 1rem;
- }
- canvas.pdf-viewer-page {
- max-width: 100%;
- margin: 1rem auto;
- display: block;
- box-shadow: 0 0 2px #aaa;
- }
- .hidden-link-input {
- /*opacity: 0;
- width: 0 !important;
- border: 0 !important;
- padding: 0 !important;*/
- position: absolute;
- left: -9999px;
- }
- table.table-edit-sheet tbody tr td {
- padding: 0;
- background: #f7f7f7;
- }
- table.table-edit-sheet tbody tr td>input,
- table.table-edit-sheet tbody tr td>select {
- box-shadow: none !important;
- border-radius: 0 !important;
- border: 0;
- background: #fefefe;
- width: 100% !important;
- min-width: unset !important;
- border-bottom: 1px solid #dee2e6;
- }
- table.table-edit-sheet tbody tr td input[type="text"],
- table.table-edit-sheet tbody tr td select,
- table.table-edit-sheet tbody tr td textarea {
- box-shadow: none !important;
- border-radius: 0 !important;
- border: 0;
- background: #fefefe;
- min-width: unset !important;
- border-bottom: 1px solid #dee2e6;
- }
- table.table-edit-sheet tbody tr td>input:focus,
- table.table-edit-sheet tbody tr td>select:focus {
- background: #fff;
- outline: 3px solid #4b88a633;
- }
- table.table-edit-sheet tbody tr [contenteditable] {
- background: #fff;
- }
- table.table-edit-sheet .ql-toolbar {
- border-top: 0 !important;
- }
- table.table-edit-sheet .ql-container {
- border-bottom: 0 !important;
- }
- table.table-edit-sheet .ql-editor[contenteditable] {
- min-height: 90px;
- }
- .w-35 {
- width: 35%;
- }
- .client-single-dashboard .hide-if-dashboard {
- display: none;
- }
- .notes-list .hide-if-note,
- .note-section .hide-if-note {
- display: none;
- }
- .data-option-list {
- position: absolute;
- background: #fff;
- border: 2px solid #ddd;
- margin-top: -1px;
- width: 100%;
- z-index: 1;
- display: none;
- max-width: 250px;
- box-shadow: 0 0 3px #ddd;
- border-top: 0;
- }
- .data-option-list>div {
- cursor: pointer;
- padding: 0.2rem 0.5rem;
- border-bottom: 1px solid #ddd;
- color: #666;
- font-size: 90%;
- }
- .data-option-list>div:last-child {
- border-bottom: 0;
- }
- .data-option-list>div:hover {
- background: aliceblue;
- }
- .measurement-item:not(:last-child) {
- border-bottom: 1px solid #e7e7e7;
- }
- .assessment-detail-template>span {
- margin: 0 !important;
- padding: 0 !important;
- border: 0 !important;
- margin-left: -0.5rem !important;
- position: static !important;
- }
- .assessment-detail-template>span>a {
- display: none;
- }
- button.add-shortcut,
- button.note-templates-trigger-assessment {
- outline: none !important;
- box-shadow: none !important;
- }
- .appt-calendar-col.click-through .fc-timegrid-event-harness {
- pointer-events: none !important;
- }
- .claim-line:last-child td {
- padding-bottom: 1.3rem;
- }
- .in-table-markup p:last-of-type {
- margin-bottom: 0;
- }
- .suggestions-outer.pharmacy-suggestions {
- left: 1rem;
- width: calc(100% - 2rem);
- }
- .flowsheets-table td {
- padding: 0 10px;
- height: 38px;
- max-height: 38px;
- min-height: 38px;
- vertical-align: middle !important;
- }
- .flowsheets-table .expand {
- display: none;
- }
- .flowsheets-table .collapse {
- display: block;
- }
- .flowsheets-table .collapsed .expand {
- display: block;
- }
- .flowsheets-table .collapsed .collapse {
- display: none;
- }
- .flowsheets-table tr {
- }
- .flowsheets-table .collapsed tr:not(:first-child) {
- display: none;
- }
- .col-2-button {
- width: 80px;
- text-align: left;
- }
|