12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610 |
- :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-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;
- }
- .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, .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;
- }
|