123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659 |
- :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: 2rem;
- }
- .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: 120px;
- }
- .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, [moe][large] [url] {
- 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-300px {
- width: 300px !important;
- }
- .mcp-theme-1 .width-22px {
- width: 22px !important;
- }
- .mcp-theme-1 .width-30px {
- width: 30px !important;
- }
- .mcp-theme-1 .width-40px {
- width: 40px !important;
- }
- .mcp-theme-1 .width-50px {
- width: 50px !important;
- }
- .mcp-theme-1 .width-70px {
- width: 70px !important;
- }
- .mcp-theme-1 .width-90px {
- width: 90px !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 .min-width-500px {
- min-width: 500px !important;
- }
- .mcp-theme-1 .max-width-500px {
- max-width: 500px !important;
- }
- .mcp-theme-1 .min-width-700px {
- min-width: 700px !important;
- }
- .mcp-theme-1 .max-width-700px {
- max-width: 700px !important;
- }
- .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;
- }
- .stag-popup .navbar.navbar-dark+[role="main"] {
- padding-top: 0;
- }
- }
- .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;
- border-radius: 0;
- }
- .pro-dashboard-inline-calendar table.table-condensed td {
- padding: 0.25rem 0;
- border-radius: 0;
- }
- .pro-dashboard-inline-calendar table.table-condensed td[has-events],
- .pro-dashboard-inline-calendar td.has-events a {
- background: #c5e4ff !important;
- font-weight: bold !important;
- color: #000 !important;
- }
- .pro-dashboard-inline-calendar td a {
- text-align: center !important;
- }
- [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, .stag-popup>.stag-popup-content {
- 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, .stag-popup.wide>.stag-popup-content {
- width: calc(100% - 4rem);
- }
- .stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
- max-width: 500px;
- }
- .stag-popup.stag-popup-sm>form, .stag-popup.stag-popup-sm>.stag-popup-content {
- max-width: 500px;
- }
- .stag-popup.stag-popup-md>form, .stag-popup.stag-popup-md>.stag-popup-content {
- max-width: 632pt;
- }
- .stag-popup.stag-popup-right>form, .stag-popup.stag-popup-right>.stag-popup-content {
- 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),
- .stag-slide select.form-control:not(:focus) {
- border-color: transparent;
- background-color: transparent;
- cursor: pointer;
- font-weight: bold;
- padding-left: 0;
- }
- .stag-slide select.form-control:not(:focus) {
- appearance: none;
- }
- .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 select.form-control:invalid,
- .stag-slide input[type="text"].form-control:invalid {
- background-color: #f8ecec;
- padding-left: 0.5rem;
- }
- .stag-slide select:focus:invalid,
- .stag-slide input[type="text"]:focus:invalid {
- background: #fff;
- border-color: #e24848;
- box-shadow: 0 0 2px #c10707 !important;
- }
- .erx-line-item:nth-child(2n+1) {
- background: #f0f8ffbb
- }
- .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: 88px;
- text-align: left;
- }
- /* vitals graph */
- .stag-chart {
- min-height: 300px;
- }
- .stag-chart .safe-region>rect {
- fill: green;
- }
- .stag-chart .safe-region>text {
- fill: #888;
- transform: translateY(-18px);
- }
- /* appt. confirmation history */
- .appointment-confirmation-history-trigger .appointment-confirmation-history {
- position: absolute;
- width: 300px;
- right: 0;
- background: #fff;
- opacity: 0;
- padding: 0 0.75rem;
- padding-bottom: 0.5rem;
- box-shadow: 0 0 2px #999;
- pointer-events: none;
- transition: opacity 0.3s ease;
- z-index: 2;
- }
- .appointment-confirmation-history-trigger:hover .appointment-confirmation-history {
- opacity: 1;
- pointer-events: all;
- }
- .on-hover-text-reveal {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- /*.on-hover-text-reveal:hover {
- white-space: normal;
- overflow: unset;
- text-overflow: unset;
- }*/
- .collapsible-tbody.collapsed {
- display: none;
- }
- #send-fax-pdf-preview {
- max-height: 350px;
- overflow: auto;
- box-shadow: 0 0 2px #ccc;
- }
- canvas.pdf-viewer-page.pdf-preview-page {
- margin: 0.5rem auto;
- }
- .back-to-admin-button {
- background: transparent;
- border: 0;
- padding: 0;
- color: rgb(13, 89, 175);
- }
- .back-to-admin-button:hover {
- text-decoration: underline;
- }
- .bg-aliceblue {
- background: aliceblue !important;
- }
- .filter-head input[type="date"]::-webkit-calendar-picker-indicator {
- display: none;
- -webkit-appearance: none;
- }
- .filter-head input[type="number"]::-webkit-inner-spin-button {
- display: none;
- -webkit-appearance: none;
- }
- .filter-head input[type="date"] {
- padding: 0;
- min-width: 90px;
- }
- .filter-head input[type="number"],
- .filter-head input[type="date"] {
- min-width: 90px;
- }
- .filter-head select {
- padding: 0 5px;
- }
- tr.sep td {
- padding: 0;
- background: #eee;
- height: 6px;
- }
- #practice-shipments-ready-to-print ::marker {
- color: #0009;
- font-size: 90%;
- }
- .only-print {
- display: none;
- }
- @media print {
- .only-print {
- display: block;
- }
- th.only-print, td.only-print {
- display: table-cell;
- }
- }
- .only-screen {
- display: block;
- }
- th.only-screen, td.only-screen {
- display: table-cell;
- }
- @media print {
- .only-screen {
- display: none !important;
- }
- .only-pick-list, .only-order-slip {
- display: none;
- }
- .pick-list .only-pick-list, .order-slip .only-order-slip {
- display: block;
- }
- }
- .suggest-item.patient-suggest>img {
- width: 10px;
- height: 10px;
- opacity: 0.75;
- }
- .suggest-item.patient-suggest>img.claimed {
- filter: grayscale(100%);
- opacity: 0.5;
- }
- .pdf-viewer-auto {
- max-height: 600px;
- overflow: auto;
- }
- .ticket-popup .stag-popup.stag-slide.show {
- position: static;
- min-width: 100% !important;
- max-width: unset !important;
- padding-bottom: 2rem;
- }
- .ticket-popup .stag-popup.stag-slide.show form {
- min-width: 100% !important;
- max-width: unset !important;
- }
- .ticket-popup .stag-popup.stag-slide>form {
- position: absolute;
- top: 0;
- height: auto !important;
- overflow: hidden;
- border-radius: 5px;
- transition: none;
- border: 1px solid #aaa;
- }
- .ticket-popup .stag-popup.stag-slide .stag-popup-title.sticky-top {
- position: static;
- }
- .ticket-popup.stag-popup.stag-popup-md>.container-fluid {
- max-width: 632pt;
- }
- .ticket-popup.stag-popup.stag-popup-md>.container-fluid>.main-row>main>.card {
- border: 0;
- /*background: transparent;*/
- }
- .ticket-popup .hide-inside-ticket-popup {
- display: none !important;
- }
- .ticket-popup .disable-inside-ticket-popup {
- pointer-events: none !important;
- opacity: 0.5;
- }
- .fill-percent-value {
- width: 60px;
- }
- .fill-percent-content {
- width: 100px;
- }
- .fill-bar {
- height: 20px !important;
- border: 1px solid #ddd;
- }
- .if-in-clinic {
- display: none;
- }
- .stag-table-container {
- max-height: calc(100vh - 230px - 1rem);
- width: 100%;
- overflow: auto !important;
- }
- .stag-table-container-lg>table{
- min-width: 1450px;
- }
- #caremonth-measurements-calendar .fc-event.m-weight {
- background: #38908f;
- color: #fff;
- padding-left: 5px;
- margin-bottom: 2px;
- }
- #caremonth-measurements-calendar .fc-event.m-bp {
- background: #5e96ae;
- color: #fff;
- padding-left: 5px;
- margin-bottom: 2px;
- }
- #caremonth-measurements-calendar .fc-event.m-weight *,
- #caremonth-measurements-calendar .fc-event.m-bp *{
- font-size: 10px !important;
- }
- #caremonth-measurements-calendar .fc-daygrid-event-dot {
- display: none;
- }
- .pro-dashboard-inline-calendar>.ui-datepicker-inline {
- width: 100%;
- border: 0 !important;
- }
- #simpleSMSReminderComponent input[type="time"] {
- max-width: 90px;
- min-width: unset !important;
- }
|