/* Google Fonts replaced with local fonts to avoid CSP blocking in Epic Hyperspace */
// @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
// @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('assets/CSS/local-fonts.css');
@import '../../media';
:root {
--color-white: #fff;
--color-green: #3c9248;
--button-font-size: 17px;
--button-padding: 3px 25px;
--button-radius: 6px;
--normal-font-weight: 500;
--bold-font-weight: bold;
--button-horizontal-margin: 0 5px;
--color-dark-blue-label: #003151;
--color-light-blue: #2ca8ff;
--color-red-dark: #a02911;
--color-gray: gray;
--mdc-checkbox-selected-focus-icon-color: #2CA8ff;
--mdc-checkbox-selected-hover-icon-color: #2CA8ff;
--mdc-checkbox-selected-icon-color: #2CA8ff;
--mdc-checkbox-selected-focus-state-layer-color: #2CA8ff;
--mdc-checkbox-selected-hover-state-layer-color: #2CA8ff;
--mdc-checkbox-selected-pressed-state-layer-color: #2CA8ff;
--mdc-checkbox-selected-pressed-icon-color: #2CA8ff;
}
.label-violet {
background: rgb(138, 120, 97);
padding: 3px 6px;
color: white;
border: "1";
border-radius: 5px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
}
.box-center {
min-width: 96.4% !important;
}
.circle-for-action {
position: relative;
border-radius: 50% !important;
width: 50px !important;
height: 50px !important;
/* border: 0.5px solid black !important; */
margin-right: 15px !important;
}
.circle-for-send-referral-icon {
border: 0.5px solid #3c9248 !important;
}
.circle-for-send-referral-icon:hover {
color: white !important;
background-color: #3c9248 !important;
}
.circle-for-shortlist-facility-icon {
border: 0.5px solid #32779f !important;
}
.circle-for-shortlist-facility-icon:hover {
color: white !important;
background-color: #32779f !important;
}
.circle-for-chat-icon {
border: 0.5px solid #f9a932 !important;
}
.circle-for-chat-icon:hover {
color: white !important;
background-color: #f9a932 !important;
}
.circle-for-sync-in-progress-icon {
border: 0.5px solid #32779f !important;
}
.circle-for-sync-in-progress-icon:hover {
color: white !important;
background-color: #32779f !important;
}
.red-border-checkbox {
border: 3px solid tomato;
}
.circle-for-more-actions-icon {
background: white;
border: 0.5px solid grey !important;
}
.circle-for-more-actions-icon:hover {
color: white !important;
background-color: grey !important;
}
.circle-for-chat-icon:hover .chat-icon {
color: white !important;
}
.dimmed-checkbox::before {
content: "";
position: absolute;
width: 17px;
height: 17px;
left: 0;
top: 0;
/* background: rgb(31 63 100 / 26%); */
background: rgb(150 161 174 / 55%);
}
.dimmed-checkbox:checked:before {
content: "";
position: absolute;
width: 0;
height: 0;
/* background: rgb(31 63 100 / 26%); */
background: rgb(150 161 174 / 55%);
}
.dimmed-checkbox-shortlist-provider-card::before {
content: "";
position: absolute;
width: 19px;
height: 19px;
left: 0;
z-index: 1;
/* background: rgb(31 63 100 / 26%); */
background: rgb(150 161 174 / 55%);
}
.dimmed-checkbox-shortlist-provider-card:checked:before {
content: "";
position: absolute;
width: 0;
height: 0;
left: 0;
z-index: 1;
/* background: rgb(31 63 100 / 26%); */
background: rgb(150 161 174 / 55%);
}
.smartonfhir-error-message {
position: relative;
top: 13px;
}
.smart-info-try-again {
text-decoration: UNDERLINE;
color: blue;
cursor: pointer;
}
.column-chart-height {
width: 100%;
height: 300px !important;
}
.table-font-family {
font-family: 'Montserrat', sans-serif;
}
.mat-form-field-appearance-fill .form-field-flex {
padding: 0.1em 0.45em !important;
}
.mat-form-field-infix {
border-top: 0.34375em solid transparent !important;
}
.margin-10 {
margin-bottom: -10px !important;
}
.padding-left-right-15 {
padding: 0 15px !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.table-header-color {
color: rgba(4, 66, 141, 1) !important;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 12px;
text-transform: uppercase;
}
.padding-top-5 {
padding-top: 5px;
}
.justify-content-between {
justify-content: space-between !important;
}
mat-card {
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15) !important;
}
.mat-mdc-card-title {
color: #192F4F !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.4 !important;
letter-spacing: 0em !important;
}
.mat-mdc-card-subtitle {
color: rgba(0, 0, 0, .54) !important;
font-size: 12px !important;
font-weight: bold !important;
line-height: 1.4 !important;
letter-spacing: 0em !important;
}
.overflow-auto-report-dashboard::-webkit-scrollbar {
display: none;
}
.overflow-auto-report-dashboard {
overflow-y: auto;
height: 100%;
}
.more-button-report-dashboard {
background: var(--color-light-blue) !important;
color: #f3eeee !important;
padding: 5px 23px !important;
font-weight: 600 !important;
border: none !important;
border-radius: 5px !important;
box-shadow: 0 0 4px #887f7f !important;
margin-top: -5px !important;
}
.button_margin_0 {
margin-top: 0px !important;
}
.padding-right-8 {
padding-right: 8px;
}
.bottom-button {
display: flex !important;
justify-content: flex-end !important;
margin: 0px 0px 15px 0px !important;
padding-right: 50px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.modal-content .modal-footer {
border-top: none;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
justify-content: right;
}
.btn-margin-right {
margin-right: -50px;
}
.btn-margin-right-30 {
margin-right: -30px;
}
.position-absolute-for-Setting-btn {
position: absolute;
top: 0%;
left: 104%;
}
.margin_top {
margin-top: -10px;
}
.set_table_container {
/* overflow: hidden!important; */
text-overflow: ellipsis;
}
.AlignError {
color: red;
position: absolute;
top: 0;
}
.average-response-class {
width: 97%;
text-align: left;
padding: 0 20px;
font-size: 15px;
font-weight: 700;
color: rgb(86, 80, 80);
margin-top: 12px;
}
.myNav {
position: fixed;
top: 0px !important;
right: 10px;
z-index: 99 !important;
}
.headerPos {
position: fixed !important;
top: 60px !important;
z-index: 15;
left: 90px;
}
@media screen and (max-width: 430px) {
.headerPos {
position: fixed !important;
top: unset !important;
z-index: 15;
left: 0px !important;
}
}
.new-Head-Pos {
// height: 133px;
z-index: 2;
position: sticky;
top: -5px;
// margin-bottom: 25px;
}
.select-dark {
color: black !important;
}
.disable-event {
pointer-events: none;
}
.disable-div {
pointer-events: none;
z-index: -1;
background-color: #d9d9d9;
}
.publisher-container-f {
border: 1px solid #ced4da;
padding: 12px;
border-radius: 3px;
max-height: 425px;
overflow-y: scroll;
overflow-x: hidden;
}
.member-filter {
position: absolute;
padding-right: 0px;
padding-left: 0px;
}
.select-weight {
font-weight: 700 !important;
}
.height-member {
max-height: 200px !important;
}
.move-right-button-1 {
margin-top: 42px;
margin-right: 86px;
}
.mat-slide-toggle-float-left {
float: left !important;
}
.configuration-radio-group {
display: inline-block;
margin: 0 0 25px 0;
}
.card-body .configuration-heading-text {
font-weight: bold;
color: #204065;
font-size: 18px;
}
.sort-arrow {
margin-left: 7px;
margin-top: 7px;
}
.configuration-radio-button {
margin: 0 15px !important;
}
.scroll-company-upload-image {
max-height: 400px;
overflow-y: auto !important;
overflow-x: hidden;
}
.scroll-company-list {
max-height: 200px;
overflow-y: auto !important;
overflow-x: hidden;
}
.margin-left-20 {
margin-left: 20%;
}
.margin-right-30 {
margin-top: 5px;
margin-right: 30px;
}
.scroll-edit-section {
min-height: 550px;
max-height: 550px;
overflow-y: scroll;
overflow-x: hidden;
}
.button-send-referral {
float: right;
background-color: WHITE;
color: #2888c9;
font-size: 13px;
margin-bottom: 5px;
margin-right: 23px;
border: 1px SOLID #2888c9;
padding-left: 6px;
cursor: pointer;
}
.img-position-icon {
background: #173456;
border-radius: 37px;
align-items: center;
width: 38px;
height: 38px;
padding: 5px;
text-align: center;
color: white;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.img-position-icon_inner {
background: #173456;
border-radius: 37px;
align-items: center;
width: 27px;
height: 27px;
padding: 5px;
text-align: center;
color: white;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.card-provider {
display: block;
padding: 10px;
text-align: center;
}
.span-radio1 {
padding: 10px;
color: black;
font-size: 15px;
margin: 0px 2px;
float: none;
}
.span-radio {
padding: 10px;
color: black;
font-size: 15px;
margin: 0px 20px;
padding-left: 0px;
float: none;
}
.radio-label-font {
font-size: 16px;
font-weight: 600;
}
.max-insurance-service {
max-height: 200px;
overflow: auto;
}
.header-referral {
color: white;
font-size: 21px;
padding: 10px;
}
.max-height-service {
max-height: 190px;
min-height: 0px;
overflow-y: auto;
}
.wrap-word {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 165px;
cursor: pointer;
/* text-transform: capitalize; */
}
.text-align-code {
text-align: right;
}
.response-margin {
margin: 5% 30%;
}
.more-contacts {
color: brown !important;
font-size: 14px;
padding: 0px;
}
.license-box {
border: 1px solid black;
margin: 36px;
padding: 25px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: scroll;
max-height: 650px;
background: white;
margin-bottom: 10px;
}
.license-agreement {
margin: 0px 36px;
}
.bottom-bar {
margin: 40px;
float: right;
}
.btn-back {
margin-top: -61px;
background-color: black;
padding: 5px 26px;
letter-spacing: 2px;
}
.btn-next {
margin-top: -61px;
background-color: #2ca8ff;
padding: 5px 26px;
letter-spacing: 2px;
}
.license-header {
text-align: center !important;
margin-top: 30px;
}
.license-check {
margin-right: 10px;
height: 15px;
width: 20px;
position: relative;
top: 3px;
}
.license-bg {
background: #f5f5f5;
}
.profile-scroll {
min-height: 350px;
max-height: 350px;
overflow-y: scroll;
overflow-x: hidden;
padding: 10px;
}
.forget-password-top {
text-align: center;
}
.accept-icon {
margin-bottom: -4px;
}
.text-wrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 130px;
}
.secure-Link-status {
margin: 10px;
padding: 10px;
color: red;
text-align: center;
}
.secure-Link-data {
font-size: 18px;
}
.secure-link-submit {
font-size: 20px;
color: #2ca8ff;
text-align: center;
}
.row-event {
padding: 0px 10px;
background: white;
color: black;
border-top: 1px solid #21c0c0f2;
border-bottom: 1px solid #21c0c0f2;
}
.button-right {
float: right;
}
.button-left {
float: left;
}
.action-medical {
padding: 2px 10px !important;
}
.exclamation-style {
color: red;
margin-right: 10px;
margin-left: -8px;
margin-top: 4px;
}
.check-style {
color: #18ce0f;
margin-right: 10px;
margin-left: -8px;
margin-top: 7px;
font-size: 16px;
}
.header-sticky {
position: sticky;
top: -12px;
z-index: 45;
background: #f5f5f5;
}
.insurance-modal {
max-height: 480px;
overflow: auto;
}
.insurance-pl {
padding-left: 3rem;
}
.PAC-actions-divOnModal {
width: fit-content;
}
.sticky-date {
/*position: sticky;
top: 0px;*/
/*width: 30%;*/
/*background-color: #2ca8ff;*/
color: white;
margin: 10px auto;
text-align: center;
z-index: 10;
}
.message-count {
color: #fc8012;
top: -36px;
right: -16px;
position: relative;
font-weight: bold;
font-size: 18px;
}
.note-count {
color: #fc8012;
top: -36px;
right: -16px;
position: relative;
font-weight: bold;
font-size: 17px;
}
.date-size {
font-size: 12px;
}
.welcome-card {
width: 74%;
margin-left: 13%;
margin-right: 13%;
}
.sticky-date-bg {
background-color: #f5f5f5;
border-radius: 10px;
color: #204065;
width: 108px;
padding: 3px 20px;
}
.white-bg {
background-color: white;
}
.send-paper-icon {
font-size: 13px;
right: 9px;
position: absolute;
color: #f5f5f5;
background: #2ca8ff;
border-radius: 50%;
bottom: 5px;
padding: 9px;
}
.note-padding {
padding-right: 0px;
}
.time-annotation {
color: #999;
font-size: 11px;
font-weight: unset;
}
.margin-Section-annotation {
margin: 10px 0px;
}
.line-through {
text-decoration: line-through;
}
.copy-annotation {
color: #567b55;
float: right;
}
.text-annotation {
border-radius: 10px;
background: wheat;
padding: 8px;
width: 96%;
display: inline-block;
position: relative;
margin: 2px 6px;
min-height: 56px;
max-height: max-content;
word-break: break-word;
}
.text-message-box {
border: 2px solid #2ca8ff;
box-shadow: none;
border-top: 0px;
border-radius: 0px !important;
padding: 4px !important;
margin-bottom: 0px;
height: 10vh !important;
max-height: 10vh !important;
overflow: auto;
line-height: 1.3 !important;
}
.border-comment {
/* border: 2px solid #2ca8ff; */
/*border-left: none;*/
/* min-height: 530px; */
padding: 0px;
}
.border-external {
/* border: 2px solid #2ca8ff;
min-height: 395px; */
padding: 0px;
}
.minHeight-Comment {
min-height: 50%;
}
.referred-section {
border: 2px solid #2ca8ff;
/* min-height: 530px; */
border-right: 1px solid gray;
padding: 0px;
}
/*CSS for Assign Role*/
.assign-option {
color: black;
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
margin-bottom: 1rem !important;
padding: 4px;
}
.assign-option:hover {
background: #f5f5f5;
}
.modelDisplay {
width: 40% !important;
}
.fit-content {
width: fit-content;
}
/*CSS for insurance modal*/
.margin-outside {
margin: 20px;
}
.label-header-color {
color: #1b435feb;
}
.action-on-insurance-modal {
margin: 5px 8px 0px;
}
.info-css {
color: #4280ff;
}
.active-insurance {
color: #3c9248 !important;
}
.inactive-insurance {
color: #6bcdfd !important;
}
.add-more-ins_contact {
border-radius: 50%;
padding-left: 8px;
padding-bottom: 0px;
background-color: #2888c9;
color: white;
float: right;
padding-right: 4px;
padding-top: 0px;
font-size: 10px;
margin-bottom: 5px;
margin-right: 10px;
}
.add-more-ins_contact:hover {
background-color: white;
color: #2888c9;
border: 1px solid #2888c9;
}
.visibilityHidden {
visibility: hidden;
}
.unassigned {
height: 150px !important;
max-height: 150px;
overflow: auto;
}
.Modelinsurance {
z-index: 1000 !important;
}
.add-edit-view {
/*max-height:680px;
overflow:auto;*/
background-color: #dddddd5c;
/*POSITION: RELATIVE;*/
}
.pagination-bottom {
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
.pagination-top {
float: right;
margin-top: 20px;
margin-bottom: -10px;
}
.center-footer {
display: flex;
justify-content: flex-start;
width: 100%;
flex-direction: row-reverse;
gap: 5px;
padding-right: 18px;
}
.top-border {
border-top: 1px solid #2ca8ff !important;
}
.block-margin {
margin: 0px;
}
.card-padding {
padding: 14px !important;
}
.border-gray {
border-bottom: 1px solid #ccc;
padding: 4px;
}
.filter-apply-width {
width: 9%;
}
.sticky-top {
position: sticky;
top: 0px;
}
.widthfilter {
width: 100px;
}
.margin-action {
margin-top: -10px;
}
.Filter-scroll {
max-height: 80vh;
overflow-y: auto;
overflow-x: hidden;
}
.left-Space {
margin-left: 24px;
}
.fill-input {
height: 25px;
border-radius: 0;
padding: 0px 10px;
}
.show-pointer {
cursor: pointer;
}
.input-filename {
padding: 15px 12px;
margin: 10px 1px;
}
.rowSpacing {
margin-top: 10px;
}
.radio-width {
width: 15px;
height: 15px;
}
.space-padding {
padding: 0px 25px 0px 3px;
position: relative;
bottom: 3px;
}
.padding-top {
padding-top: 6px;
}
.padding-position {
padding-left: 3px;
position: relative;
bottom: 3px;
}
.labelSpacing {
margin-top: 18px;
}
.tableMargin {
margin: 1%;
margin-top: 0px;
}
.border-table {
border: 1px solid #2ca8ff;
box-shadow: none;
}
.add-attachment-content .modal-body {
padding-right: 15px !important;
padding-left: 15px !important;
}
.fileStorage {
border: 1px solid #9c9c9c;
padding: 4px;
border-radius: 5px;
margin: 2px;
display: inline-flex;
}
.medical-record-container {
max-height: 100px;
min-height: 100px;
overflow-y: scroll;
overflow-x: hidden;
}
.selectedFiles {
margin: 2px 4px;
max-width: 90px;
white-space: nowrap;
text-overflow: ellipsis;
width: 100px;
overflow: hidden;
}
.cross-icon-padding {
padding: 2px;
}
.medical-record-comment {
max-width: 100% !important;
max-height: 65px !important;
padding: 0px 10px 0px 3px !important;
resize: none !important;
border: none !important;
border: 1px solid #ccc !important;
border-radius: 3px !important;
height: 191px !important;
}
.medical-record-class {
width: 100%;
display: flex;
}
.tableMargin #tblattach {
display: inline-block;
}
#tblattach>.table-thead {
display: block;
width: 100%;
}
#tblattach>.table-thead>tr,
#tblattach>.table-thead>tr>td,
#tblattach>.table-tbody>tr,
#tblattach>.table-tbody>tr>td {
width: 100%;
display: flex;
}
#tblattach>.table-tbody {
/*max-height: 274px !important;*/
height: 100%;
/*overflow-y: auto*/
display: block !important;
width: 100%;
}
#tblattach .title_container {
width: 20%;
display: block;
}
#tblattach .header_title {
width: 20%;
display: block;
}
.tableMargin #tblattachmed {
display: inline-block;
}
#tblattachmed>.table-thead {
display: block;
width: 100%;
}
#tblattachmed>.table-thead>tr,
#tblattachmed>.table-thead>tr>td {
width: 100%;
display: flex;
}
#tblattachmed>.table-tbody>tr,
#tblattachmed>.table-tbody>tr>td {
width: 100%;
/*display: flex;*/
}
#tblattachmed>.table-tbody {
/*max-height: 274px !important;*/
height: 100%;
/*overflow-y: auto*/
display: block !important;
width: 100%;
}
#tblattachmed .title_container {
width: 25%;
display: block;
}
#tblattachmed .header_title {
width: 25%;
display: block;
}
#tblattachmed .action {
display: inline-table;
width: 10% !important;
margin-right: 2px;
}
#tblattachmed .med-checkbox-width {
display: inline-table;
width: 4% !important;
margin-right: 2px;
}
#tblattachmed .acces-width {
width: 14% !important;
margin-right: 10px;
}
#tblattachmed .category-width {
width: 27% !important;
margin-right: 10px !important;
}
.name-extend-ellipse {
white-space: nowrap;
width: 95%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.overflow-visible {
overflow: visible;
}
.medical-record-comment:focus {
box-shadow: none !important;
}
/* Patient Detail*/
.patient-details-header {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
color: #204065 !important;
font-size: 15px;
}
.patient-details-label {
color: #666 !important;
font-size: 13px;
margin-bottom: 0px !important;
}
.margin-left-50 {
margin-left: 50px;
}
.dotted-border-container {
border: 1px dotted blue;
padding: 5px;
}
.patient-detail-container {
margin: 1% 2% 4%;
}
.relative-section {
border: 2px solid #eee;
padding: 10px;
margin: 5px 0px;
}
/*Custom Send PAC Start*/
.margin-left-80 {
margin-left: -80px;
}
.filter-label {
text-transform: capitalize;
font-size: 16px !important;
}
.selected-PAC-filter {
margin-top: 10px;
/*border-bottom: 2px solid #ccc;*/
margin-bottom: 10px;
padding-top: 10px;
}
.searchPAC {
color: #2ca8ff;
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
.padding-38 {
padding-left: 38px;
}
.filter-selectLTC select {
text-indent: 60px;
}
.upload-medical {
margin-top: 20px;
border-radius: 6px;
/* box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset; */
background: #2ca8ff;
color: #fff;
font-weight: bold;
margin-bottom: 22px;
padding: 5px;
}
.upload-medical:hover {
background-color: white;
color: #2ca8ff;
border: 2px solid #2ca8ff;
}
.sendPac-position {
border: none;
border-bottom: 1px solid #b3b3b3;
display: inline-block;
line-height: 2.5;
width: 80%;
}
.space-width {
position: relative;
left: 6px;
margin-top: 5px;
font-weight: 700;
}
.search-style {
position: absolute;
margin-top: 10px;
color: #808080;
font-size: 16px;
margin-left: 10px;
}
.label-display {
position: absolute;
margin-top: 6.5px;
margin-left: 5px;
color: #333;
font-weight: 700;
z-index: 3;
}
span.tip {
position: relative;
}
span.tip span {
display: none;
position: absolute;
top: -5px;
left: 60px;
width: 125px;
padding: 5px;
z-index: 100;
background: #000;
color: #fff;
-moz-border-radius: 5px;
/* this works only in camino/firefox */
-webkit-border-radius: 5px;
/* this is just for Safari */
}
span.tip span:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #f5f5f5;
left: -8px;
top: 7px;
}
span:hover.tip span {
display: block;
}
.reason-section {
position: relative;
/* display: inline-block;
border-bottom: 1px dotted black; */
}
.reason-accept-section {
position: relative;
/* display: inline-block; */
}
.reason-accept-section .tooltiptext {
visibility: visible;
width: 300px;
background-color: #f5f5f5;
color: #333;
text-align: center;
border-radius: 6px;
position: absolute;
z-index: 1;
top: 0px;
left: 112%;
max-width: max-content;
word-break: break-word;
}
.reason-section .tooltiptext {
visibility: hidden;
width: 300px;
background-color: #f5f5f5;
color: #333;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
top: 0px;
left: 112%;
max-width: max-content;
word-break: break-word;
}
.reason-section:hover .tooltiptext {
visibility: visible;
}
.sendPac-label {
line-height: 2.5;
}
.filter-select select {
text-indent: 45px;
}
.filter-select input {
text-indent: 74px;
}
.filter-select-drop select {
text-indent: 65px;
}
.filter-select-des select {
text-indent: 80px;
}
.nav-container {
display: block;
position: sticky;
background-color: white;
top: 0;
z-index: 1;
margin-top: -14px !important;
}
.ul-navbar {
box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 3px rgba(0, 0, 0, 0.12);
}
/* View More*/
.ul-bar {
font-weight: 500;
font-size: 13px !important;
padding: 0px;
/*color: #204065;*/
margin-top: -23px !important;
box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 3px rgba(0, 0, 0, 0.12);
}
.ul-bar>li>a {
position: relative;
display: block;
padding: 14px 0px !important;
font-size: 14px !important;
}
.column-tab {
margin-right: -23px;
margin-left: -23px;
color: #204065;
}
.header-section {
margin-bottom: 10px;
font-weight: 700;
color: #204065;
font-size: 18px;
}
/*End*/
.margin-top_-15 {
margin-top: -15px;
}
.margin-record {
margin-top: -15px;
margin-bottom: -10px;
}
.sendPac-addBtn {
border-radius: 50%;
padding: 5px;
padding-left: 9px;
padding-bottom: 0px;
background-color: #2888c9;
color: white;
float: right;
font-size: 11px;
padding-top: 0px;
padding-right: 4px;
margin-top: 10px;
}
.sendPac-addBtn:hover {
background-color: white;
color: #2888c9;
border: 1px solid #2888c9;
}
.sendPac-rowMargin {
margin-top: 10px;
}
.sendPac-option {
padding-left: 0px;
}
.sendPac-remove {
float: right;
top: 5px;
}
.sendPac-input {
padding-right: 0px;
}
/*End*/
/*FacilityList Css*/
.chkBoxSpacing {
margin-left: 13px;
}
.bottom-space {
margin-bottom: -30px;
}
.width-label {
padding: 0px;
width: 18%;
}
.box-input-container {
// border: var(--filter-border);
border-radius: var(--filter-border-radius) !important;
margin-left: 5px;
}
.communityprogram-lable {
font-size: 14px;
margin-bottom: 7px;
}
.valueWidth {
width: 85%;
top: -6px !important;
}
.color-header-dark {
color: #19385b;
}
.color-facility {
color: #19385b;
}
.color-facility:hover {
cursor: pointer;
text-decoration: underline;
}
.checkboxLabel {
margin-top: 7px;
margin-left: 15px;
}
.addContactListHeader {
margin-top: 5px;
margin-right: 5px;
}
.container-Contract:nth-of-type(odd) {
background: #f0f0f7;
}
.content-top-padding {
padding-top: 8px;
}
/*FacilityList Css Ends*/
.search-input-name {
padding: 0px 4px;
}
.facility-width {
width: 106%;
}
.scroll-box-inner {
max-height: 200px;
overflow: auto;
margin: 7px 10px;
}
.style-header {
color: #204065;
font-size: 14px;
font-weight: 700;
padding: 3px;
margin-bottom: 10px;
}
.position-check {
position: relative;
top: -9px;
}
.box-category-inner {
width: 300px;
border: 1px solid #2ca8ff;
padding: 5px;
}
.sendPAC-div {
padding: 0px !important;
}
.label-sendPAC {
color: black;
}
.square-box {
color: #204065;
font-size: 12px;
}
.span-sendPAC {
letter-spacing: 1px;
font-size: 14px;
padding: 10px;
}
.removeButton-sendPAC {
position: relative;
top: -6px;
z-index: 10000;
right: 21px;
}
.label-mobile-number {
color: #2ca8ff;
}
.removeicon {
float: right;
padding-top: 2%;
}
.req {
color: orangered;
padding-left: 4px;
}
.search-div {
display: inline-flex;
padding: 0px;
}
.filter-icon {
color: #32779f;
margin-left: 10px;
}
.remove-icon {
color: #b73323;
margin-left: 10px;
float: right;
}
.box-contract {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
border: none !important;
margin-top: 19px;
}
.placeholder-color::placeholder {
color: grey;
font-weight: 600;
}
.multi-select-placeholder-color::placeholder {
color: grey;
font-weight: normal;
}
.text-dark {
color: #204065;
position: relative;
top: -4px;
}
.check-global {
margin-top: 36px;
display: inline-flex;
}
.select-show {
float: RIGHT;
font-size: 11px;
text-decoration: UNDERLINE;
color: #2ca8ff;
cursor: pointer;
padding: 0px 3px;
margin-top: 3px;
}
.select-show-inner {
font-size: 11px;
text-decoration: UNDERLINE;
color: #2ca8ff;
cursor: pointer;
}
.margin-contact {
margin: 0px 15px;
}
.checkbox-size {
height: 17px;
width: 17px;
}
.display-message {
color: black;
font-size: 15px;
margin-left: 10px;
}
.box-border-color {
border: 1px solid #2ca8ff;
}
.distance_textBox .toplabel {
color: rgba(0, 0, 0, 0.6) !important;
}
.selectedt-zipcode-miles {
border-radius: 5px 5px 5px 5px !important;
max-width: 200px !important;
border-right: 1px solid #003151 !important;
}
.filter-border {
border-radius: 5px !important;
}
.table_PAC {
/* position: absolute;
top: 125px; */
width: 100%;
}
.miles-box {
padding: 5px 10px;
}
.content-position-relative {
position: relative;
}
.all-notif-btn {
text-transform: capitalize;
color: #ffffff;
}
.custom-legend-border {
display: flex;
justify-content: center;
background: #bfb4b4;
color: black;
border: solid 1px black;
padding: 6px;
}
.reason-counts {
font-size: 10px;
color: black;
position: relative;
bottom: 2px;
width: max-content;
}
.legend-custom-class {
min-width: 30px;
max-height: 18px;
border: solid 1px black;
}
.align-colors-counts {
display: flex;
gap: 15px;
margin-top: 9px;
}
.border-for-legend {
border: solid 1px black;
padding: 5px;
}
.content-position-absolute {
position: absolute !important;
}
.set-alternate-ui {
position: absolute;
right: 111px;
top: 6px;
}
.main-filter-content {
position: absolute;
/*margin-top: -20px;*/
padding: 0px 36px;
}
.padding-right-box {
padding-right: 0px;
}
.filter-display {
display: flex;
overflow-x: auto;
padding: 2px;
max-width: 50%;
}
.scroller-style {
max-height: 390px;
overflow-y: auto;
overflow-x: hidden;
}
.scroller-style::-webkit-scrollbar {
width: 8px;
}
.scroller-style::-webkit-scrollbar-thumb {
background: grey;
}
.scroller-style::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
}
#adv-filter-display::-webkit-scrollbar {
height: 6px;
}
/* Handle */
#adv-filter-display::-webkit-scrollbar-thumb {
background: grey;
/*border-radius: 10px;*/
}
/* Track */
#adv-filter-display::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
}
/* Handle on hover */
/*.filter-display::-webkit-scrollbar-thumb:hover {
background: #b30000;
}*/
.expand_filter {
padding-right: 6px;
float: right;
font-size: x-large !important;
}
.distance_textBox {
margin: 0px 30px;
}
.input_box {
margin: 8px 8px 15px;
position: relative;
}
.input_box .blankText {
border-left: none;
border-right: none;
border-top: none;
width: 60px;
border-bottom-color: #00000061 !important;
margin: 0px 7px;
border-width: 2px;
}
.saveSearchNameLabel {
color: #2ca8ff;
padding-top: 10px;
}
.saveSearchNameBox {
display: inline-flex;
border: 1px solid burlywood;
padding: 10px;
border-radius: 10px;
margin: 14px;
}
.text-format {
text-transform: capitalize;
margin-top: 6px;
}
.box-search-check {
position: absolute;
z-index: 100 !important;
background: white;
/*border: 1px solid lightgrey !important;*/
}
.checkSearch {
height: 16px;
width: 19px;
margin-top: 5px;
margin-right: 10px !important;
}
.filter-height {
height: 145px;
}
.table-height {
top: 160px !important;
}
.height-box {
height: 60px !important;
margin-top: 0px !important;
}
.search-input-margin {
margin-left: 18px;
margin-top: 1px;
}
.block-background {
background: white;
font-size: 15px;
padding: 2px 8px;
margin: 0px;
float: right;
}
.copy-icon {
color: #888;
}
.delete-icon {
color: #b73323;
}
.close-icon {
color: #2ca8ff;
}
.modify-button {
font-size: 18px;
padding: 8px;
}
.modify-button:hover {
background: #ccc;
border-radius: 50px;
border: none;
}
.filter-text {
padding: 0px 3px;
color: black;
width: 115px;
}
.display-desktop {
/*padding:0px;*/
display: inline-flex;
}
.display-block {
display: inline-block;
width: 100%;
}
.padding-input {
padding: 0px;
}
.remove-search {
font-size: 13px;
position: relative;
top: -28px;
color: #b73323;
right: -138px;
background: white;
padding: 8px 5px;
border-top: none;
border-bottom: none;
border-radius: 10px;
padding-bottom: 5px;
}
.input-text {
color: black;
margin-right: 10px;
padding: 4px;
text-transform: capitalize;
}
.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
display: none !important;
}
.notice_box_internal {
max-height: 370px;
overflow: auto;
}
.org-service {
max-height: 65vh;
overflow: auto;
}
.header-color {
background: #2ca8ff !important;
}
.max-height-save {
max-height: 500px;
overflow: auto;
display: inline-block;
}
.show_hidden_icon {
width: 190px;
height: 34px;
overflow: hidden;
}
.open_morelist_icon {
color: #2ca8ff !important;
font-size: 12px;
padding: 0px;
}
.open_morelist_icon_member_detail {
font-size: 14px;
padding: 0px;
}
.search-contact {
color: black;
font-size: 14px;
padding: 4px;
margin-top: 10px;
margin-left: -18px;
margin-right: 21px;
width: 100%;
}
.cdk-global-scrollblock {
position: fixed;
width: 100%;
overflow-y: inherit !important;
}
.star-icon {
height: 65px !important;
}
.double-arrow {
cursor: pointer;
color: #2ca8ff !important;
font-size: 20px;
padding-right: 10px;
}
.padding-save-search {
padding: 10px;
}
.mat-tab-group.mat-primary .mat-tab-label-active,
.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus {
background-color: white !important;
opacity: 1;
}
.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus {
background-color: white !important;
}
.NotesBox {
margin: 22px 10px 10px;
padding: 11px;
}
.lblassignrole {
margin-top: 15px;
font-weight: 750px;
color: black;
}
.closemore {
float: right;
color: black;
font-size: 16px;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}
.MainBlock {
display: FLEX;
border-bottom: 1px solid #ece7e1;
width: 100%;
padding: 4px;
}
.assignroleContainer {
border: 2px groove #0a5d66;
height: 150px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
}
.contract-form-value {
margin-right: 50px;
margin-left: 70px;
}
.advance-search-width {
width: 70%;
}
.info-text {
color: #1a395d;
font-size: 18px;
text-align: center;
font-weight: 600;
}
.search-space {
padding: 6px;
color: black;
font-size: 13px;
}
.header-search {
padding-bottom: 40px !important;
}
.form-check-label {
display: inline-flex;
color: black;
}
.display-flex {
display: inline-flex;
}
.more-icon-model {
top: 5px;
right: -22px;
font-size: 18px !important;
}
.word-break {
word-break: break-word;
}
.roleBoxDisplay {
padding: 1px;
}
.box-setting {
background: #2ca8ff1c !important;
}
.setting-header {
font-size: 18px;
font-weight: 700;
color: #fc8012;
font-family: sans-serif;
}
.setting-icon {
margin-right: 10px;
font-size: 15px;
}
.form-check-box {
position: relative;
display: block;
padding-left: 1.25rem;
zoom: 1.4 !important;
}
.chk-display {
display: inline-flex;
}
.rolefontcolor {
font-size: 12px !important;
font-family: Georgia, sans-serif;
margin-left: 10px;
}
.setting_2 .mat-content {
overflow: unset !important;
}
.setting_2 .mat-expansion-panel-content.mat-expanded {
overflow: auto;
padding-top: 24px;
max-height: 350px;
padding-left: 35px;
}
.setting_2 .btn-primary {
color: #fff;
background-color: #fc8012;
border-color: #fc8012;
box-shadow: none !important;
}
.setting_2 .btn {
display: inline-block;
padding: 4px 25px;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
margin: 7px;
font-weight: 700;
width: 80px;
height: 32px;
}
.setting_2 .active-box {
color: #fc8012 !important;
background: #2ca8ff1c;
padding: 4px 25px;
border-radius: 0px !important;
margin-left: 0px !important;
}
.setting_2 .filtercatergory {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
width: 100%;
color: #204065;
font-size: 18px;
padding-top: 10px;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
background-color: #bdbdbd !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
background-color: #e5e5e5 !important;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
background-color: #95d3ff !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
background-color: #2ca8ff !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
background-color: #2ca8ff80 !important;
}
.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel-header.mat-expanded:hover {
background: #2ca8ff1c !important;
}
.prefer-PAC {
float: right;
}
.remove-section:hover {
opacity: 1;
}
.remove-section {
opacity: 0.5;
}
.expand-collapse-button {
/* margin-top: 4px; */
cursor: pointer;
display: inline-grid;
font-size: 15px;
color: #2ca8ff;
margin: 10px;
}
.closeAdvanceBox {
float: right;
margin-right: 13px;
font-size: 20px;
padding: 5px 14px;
}
.scroll-right-arrow {
float: right;
margin-right: 10px;
font-size: 20px;
padding: 0px 6px;
margin-top: 6px;
color: var(--color-white);
}
.scroll-left-arrow-inside {
position: absolute;
right: 725px;
font-size: 20px;
margin-top: 6px;
}
.scroll-left-arrow {
right: 566px !important;
color: var(--color-white);
}
.box-inside {
position: absolute;
bottom: 80px;
font-size: 16px;
padding: 4px 3px;
right: 22px;
z-index: 1036;
opacity: 1 !important;
top: -15px;
}
.box-inside li {
margin-bottom: 16px;
padding: 0px 10px;
font-size: 13px;
list-style-position: inside;
list-style-type: square;
}
.hidden-box-scroll {
margin: 2px;
min-width: 200px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
}
#FacilityTbl>tr:last-child .box-inside {
top: -133px;
}
#FacilityTbl>tr:last-child .scroll-box-inner {
max-height: 150px;
}
.close-inside-box {
color: black;
float: right;
}
.header-box {
color: #2ca8ff;
padding: 5px 8px;
font-size: 18px;
}
.expand-plus-icon {
font-size: 12px;
margin-right: 5px;
}
.move_button {
font-size: 32px !important;
}
.font-size-24 {
font-size: 24px !important;
}
.setting_ui {
border: 2px solid #2ca8ff;
margin-bottom: 5px;
overflow: auto;
background: #1f7cba;
color: white;
margin-top: 0px;
text-align: center;
padding-top: 4px;
padding-bottom: 5px;
height: 80%;
}
.paddingFooter {
padding: 10px;
}
.word_spacing {
margin-right: 5px;
}
// #spinner1 {
// position: fixed;
// left: 0px;
// top: 0px;
// width: 100%;
// height: 100%;
// z-index: 10000;
// background: #fff url("../Images/Spinner.gif") 50% 50% no-repeat;
// opacity: 0.8;
// }
.prefer-PAC {
float: right;
}
.remove-section:hover {
opacity: 1;
}
.remove-section {
opacity: 0.5;
}
.mat-tab-box {
border: 1px solid beige;
padding: 10px;
}
.mat-ink-bar {
background-color: #fc8012 !important;
}
.mat-tab-body-content {
padding: 8px;
}
.mat-pseudo-checkbox-checked {
// background: #459bef !important;
display: none;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full {
background-color: var(--primary-text-color) !important;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after {
color: var(--primary-text-color) !important;
}
.mat_select_all {
font-weight: 600;
}
.box-top {
font-weight: 400;
color: #eb6852;
border-bottom: 2px SOLID BLACK;
}
.example-radio-group {
/*display: flex;*/
display: inline-block;
flex-direction: column;
margin: 15px 0;
}
.example-radio-button {
margin: 15px;
}
.setting_type {
border-bottom: 1px solid bisque;
padding: 20px;
}
.notice_box {
width: 35%;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
border-color: #2ca8ff !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
background-color: #2ca8ff !important;
}
.setting_box {
overflow: auto;
max-height: 440px;
border-left: 1px solid navajowhite;
padding: 22px;
height: 440px;
}
.mat-tab-label {
width: 50%;
font-size: 17px !important;
font-weight: 600 !important;
}
.active-box {
color: #fc8012 !important;
background: aliceblue;
padding: 10px;
/*border-radius: 9px;
margin-left: -7px;*/
/*background-color:#1f7cba;*/
}
#Dashid .action {
width: 35%;
margin-left: 2px;
}
#ReferralDetailTblid .priority {
width: 6%;
}
#ReferralDetailTblid .facility-name {
width: 40%;
}
#ReferralDetailTblid .upper-priority {
width: 15%;
}
#ProviderSlideReferralDetailTblid .priority {
width: 8%;
}
.header-view {
margin-top: 5px;
}
.pacprint-rating {
display: none;
}
.assign-role-title {
/*color: #204065;*/
color: #fc8012;
}
.assign-role-box {
padding: 10px;
width: 100%;
overflow: auto;
}
.feedItem {
margin: 10px 6px 5px 6px;
padding: 15px 20px;
/* border: 1px solid #808080; */
background: #fff;
box-shadow: 1px 1px 4px #808080;
border-radius: 4px;
text-transform: none;
list-style-type: none;
color: #2ca8ff;
font-size: 16px;
text-decoration: underline;
}
.card-height {
box-shadow: 0 8px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;
height: 200px;
background: #fff;
border: 3px solid #1b3a5d;
margin: 10px;
overflow: hidden;
}
.pacf-counter {
font-size: 30px;
/* text-align: center; */
color: #fc8012;
padding: 8px;
display: flex;
}
.plain-container .image {
object-fit: cover;
}
.icon-report {
font-size: 100px;
padding: 10px;
}
.print-btn {
margin-right: 3em;
float: right;
width: 96px;
}
.expireMessage {
text-align: center;
margin-top: 38px;
}
.chart-display {
border: 2px solid black;
overflow: hidden;
}
.link-display {
padding: 12px;
border: none;
/* width: 460px; */
color: #2ca6fc;
font-size: 16px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;
width: 100%;
text-align: center;
overflow-wrap: break-word;
}
.wrapSelectedtext {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100px;
}
.textDisplay {
padding-left: 24px;
}
.displayHeader {
display: inline-flex;
width: 30%;
}
.action_list_Contract {
width: 110px;
height: 34px;
overflow: hidden;
}
.active_action_contract {
height: 68px;
}
.statusFilterHeader {
margin-top: 10px;
margin-right: -204px;
margin-bottom: 4px;
}
.searchFilterHeader {
margin-top: 10px;
margin-right: -347px;
}
.search-Icon {
position: absolute;
margin-top: 10px;
font-size: 16px;
margin-left: 12px;
color: #808080;
display: flex;
}
.margin-status {
margin-top: 10px;
margin-bottom: 10px;
}
.search-Width-dashboard {
padding-left: 83px;
margin-top: -5px;
}
.search-top {
padding-left: -2px;
position: unset;
}
.search-input {
padding-left: 34px;
}
.headerButton {
color: white;
font-weight: 700;
padding: 2px;
}
.header-summary {
color: #fc8012 !important;
}
.dashboardCount {
color: #28a6ff;
font-weight: 600;
}
.dischargeCount {
font-size: 30px;
}
.icon-size {
font-size: 44px !important;
margin-top: 10px;
}
.box-button {
box-shadow: 0 0px 4px 4px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -1px rgba(0, 0, 0, 0.12) !important;
border-radius: 4px !important;
display: block;
min-height: 100px !important;
background: #fff;
width: 100%;
margin-top: 12px;
}
#careStatus {
color: black;
}
.box-icon {
display: block;
float: left;
height: 83px !important;
width: 73px !important;
text-align: center;
font-size: 17px;
line-height: 86px;
/* margin-top: 6px; */
background: #28a6ff !important;
margin: 8px;
}
.report_header {
text-transform: capitalize;
margin-left: 5px;
}
.report-box {
background: #e9e9e9;
margin-top: 10px;
border-radius: 12px;
}
.care-report {
text-align: center;
// max-height: 550px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #eee;
}
.dashboardSearch {
padding-top: 13px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
border-radius: 3px !important;
display: block;
min-height: 69px !important;
background: #fff;
width: 100%;
margin-top: 11px;
border: 1px solid #ffc1366b;
margin-left: 1px;
font-family: sans-serif;
}
.card-box {
padding: 0.5rem;
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
/* margin-bottom: 24px; */
border-radius: 0.25rem;
border: 3px #2ca8ff;
background: white;
/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;*/
/*box-shadow: 0 5px 3px 0 rgba(0,0,0,0.2), 0 5px 1px 0 rgba(0,0,0,0.14), 0 5px 1px -1px rgba(0,0,0,0.12);*/
box-shadow: 0 0px 4px 4px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -1px rgba(0, 0, 0, 0.12);
display: flex;
margin: 10px;
align-items: center;
}
.card-box:hover {
/* transition: .4s; */
/*transform: translateY(-5px);*/
transition: box-shadow 0.4s;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.card-box a:hover {
color: #2ca8ff;
}
.report-title {
color: #fc8012;
margin-right: 20px;
/*text-decoration: underline;*/
font-size: 15px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bar-chart {
color: purple;
font-size: 30px;
border: 2px solid purple;
border-radius: 100%;
padding: 14px;
float: right;
}
#pie-chart {
color: #107595;
font-size: 30px;
border: 2px solid #107595;
border-radius: 100%;
padding: 14px;
float: right;
}
#line-chart {
color: brown;
font-size: 30px;
border: 2px solid brown;
border-radius: 100%;
padding: 14px;
float: right;
}
#table-chart {
color: darkblue;
font-size: 30px;
border: 2px solid darkblue;
border-radius: 100%;
padding: 14px;
float: right;
}
div.icon-box {
color: orange;
border: 2px solid #eee;
padding: 12px;
border-radius: 6px;
display: inline-block;
margin-right: 10px;
}
.overflowDisplay {
overflow: hidden;
}
.google-visualization-table-table th {
border: solid #292527;
border-width: 0px 0px 2px 0px;
padding: 2px 0.35em;
position: relative;
z-index: 10;
color: #fc8012;
text-align: center;
font-size: 15px;
/* background-color: cadetblue; */
}
.google-visualization-table-table td {
border: solid #eee;
border-width: 2px 2px 2px 2px;
padding: 5px 0.35em;
/* text-align: center; */
}
.table-chart {
text-align: center;
padding: 35px;
margin-top: 10px;
color: black;
/* font-size: 25px; */
box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 60%), 0 0 30px 2px rgb(128 128 128 / 10%) inset !important;
margin-bottom: 50px;
/* border: 1.5px solid black; */
}
.chart-design {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem;
margin-top: 1rem;
box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 60%), 0 0 30px 2px rgb(128 128 128 / 10%) inset !important;
}
.chart-card {
margin-top: 1rem;
box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 60%), 0 0 30px 2px rgb(128 128 128 / 10%) inset !important;
padding: 8em 2rem 2rem 2rem;
}
.report-height {
min-height: 60vh;
}
.pie-chart-40 {
height: 40vh;
width: 100%;
margin-top: 7%;
}
.d-inline-block {
display: inline-block;
}
.header-4 {
font-size: 18px;
font-weight: bold;
}
.export-align {
float: right;
}
.norecord-card {
text-align: center;
font-size: 15px;
margin-top: 1rem;
color: #163355;
}
.table-chart .google-visualization-table-table td {
padding: 12px 7.35em !important;
text-align: left;
}
.table-chart .google-visualization-table-table th {
font-size: 18px;
}
.report_margin {
margin-left: 10%;
}
.PCP-table {
margin-left: 20%;
width: 60%;
}
.report-table {
margin-left: 30%;
width: 40%;
}
.patient-table {
/*margin-left: 10%*/
/*width: 80%;*/
width: 100%;
}
.add-btn-p {
text-transform: initial;
font-size: 14px;
}
.modelReport {
width: 55%;
margin: 30px auto;
}
.view-report {
width: 60%;
/*width: 100%;*/
margin: 30px auto;
}
.margin-report {
margin-top: 21px;
}
.width-submit {
width: 45% !important;
/*margin-right: 20px;*/
}
.no-record {
text-align: center;
font-size: 25px;
border: 2px solid black;
margin-top: 10px;
padding: 10px;
color: #163355;
}
.width-cancel {
width: 45% !important;
}
.shft_roles {
text-align: center;
}
.button-copy {
background-color: #1f7cba;
border: none;
}
.button-copy:focus {
background-color: #1f7cba;
border: none;
}
.button-copy:active {
background-color: #1f7cba !important;
border: none;
}
.button-copy:hover {
background-color: #1f7cba;
border: none;
}
.no-js #loader {
display: none;
}
.displayProfileIcon {
margin-top: -9px;
float: right;
}
.Comment-header {
font-size: 15px !important;
font-weight: bold;
}
.user-footer a {
background-color: #fc8012 !important;
border: 2px solid #fff;
}
#editProfile {
margin-right: 60px;
}
.change-password {
margin-right: 30px !important;
}
.renew {
display: inline-block;
}
#profileLetter {
font-size: x-large;
color: #30a6f9;
}
.padding_profile {
padding-right: 8px;
}
.padding_role {
padding-left: 23px;
padding-right: 2px;
}
.padding_sign {
margin-top: 30px;
}
.display_button {
background-color: #2ca8ff;
margin-top: 0px !important;
box-shadow: NONE !important;
color: white;
border-radius: 0px !important;
text-transform: uppercase;
border: NONE;
padding: 4px;
}
.reset-icon {
margin-left: 156px !important;
}
#display_profile {
background: #fff !important;
position: absolute;
right: 1px;
left: auto;
opacity: 1;
visibility: visible;
width: fit-content;
font-size: 14px;
margin-top: -10px;
min-width: 333px;
width: fit-content;
padding: 5px;
}
.resetModel {
padding: 15px;
}
.inputReset {
border: 1px solid #2ca8ff;
height: 40px;
border-radius: 6px !important;
margin-bottom: 10px;
}
.profile_color {
color: #22446a;
font-weight: 500;
text-align: center;
}
.profile_card_btn {
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-width: 1px;
background-color: #2ca8ff;
color: #ffffff !important;
font-weight: bold;
letter-spacing: 1px;
}
.profile_card_btn:not(:disabled):not(.disabled):active {
color: #2ca8ff !important;
text-decoration: none;
background: #fff0;
border-color: #2ca8ff !important;
border: 2px solid;
}
#user_profile_icon {
font-size: 52px;
color: #22446a;
}
#user_profile_detail {
border: 2px solid #eee;
padding: 5px;
margin-left: 0px;
margin-right: 0px;
}
.profile_card_btn:not([data-action]):hover {
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.open-profile {
height: 85px;
/* padding: 10px; */
text-align: center;
}
.img-height {
height: 22.2em !important;
}
.profile_hide {
display: none !important;
}
.header-visibility {
visibility: hidden;
}
.js #loader {
display: block;
position: absolute;
left: 100px;
top: 0;
}
.breakWord {
word-break: break-all;
}
.img-height {
height: 250px;
}
.search-label-color {
width: 300px;
color: white !important;
font-size: 17px;
}
.label-color {
color: #333 !important;
font-size: 15px;
}
.selectAllDiv {
width: 100%;
border-bottom: 2px solid #f96332 !important;
margin-bottom: 10px;
}
.milesInput {
display: flex;
margin-bottom: 15px;
width: 30%;
}
.mat-form-field-infix {
width: 206px !important;
}
.history-reload {
margin-top: 10px;
width: 46px !important;
font-size: 25px !important;
}
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
// background: url('assets/Images/Preloader.gif') center no-repeat #fff;
}
// .content-wrapper {
// margin: 12px;
// margin-left: 90px;
// min-height: 100vh;
// }
.removeButton {
float: right;
color: #999;
background: transparent;
font-size: 18px;
}
.removeButton:hover {
border: none;
box-shadow: none !important;
}
.content-box {
position: relative;
border-radius: 24px;
background: #ffffff;
border-top: 3px solid #43425d;
margin-bottom: 20px;
/* width: 100%; */
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-top: 15px;
padding: 4px;
}
.content-header {
margin-bottom: 5px;
display: flex;
width: 100%;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
}
.well {
background-color: #f0f0f7;
}
.rovicare-icon {
margin-left: 120px;
}
text-display {
text-transform: uppercase;
font-family: monospace;
}
.detail-model {
max-height: 550px;
overflow: auto;
}
.contract-model {
max-height: 44vh;
overflow-y: scroll;
overflow-x: hidden;
}
.action-all {
margin-right: -20px;
}
#spinner {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 10000;
background: #fff url("../Images/Spinner.gif") 50% 50% no-repeat;
opacity: 0.8;
}
.FilterHistory {
width: 14%;
padding-top: 15px;
}
.historyMargin {
margin-left: 9px;
}
.PatientCaretable {
padding-right: 15px;
padding-left: 15px;
}
.totalSearch-Width {
width: 72%;
/*padding-top: 4px;*/
}
.alertify .ajs-modal {
z-index: 9999 !important;
}
.underline {
text-decoration: underline;
}
.color-header {
color: #2ca8ff !important;
}
.color-inner-header {
color: #00366c !important;
}
.smallMessage {
margin-top: -1%;
margin-bottom: 2%;
}
.padding-total {
padding: 0px 10px;
}
.insurancegrid {
color: brown !important;
cursor: pointer;
text-decoration: underline;
font-size: 15px;
}
.Comment-border {
max-height: 900px;
overflow: auto;
}
.Note-border {
/* max-height: 200px; */
overflow: auto;
overflow-x: hidden;
}
.rightBorder {
border-right: solid !important;
border-color: #4195b2 !important;
}
.leftBorder {
border-left: solid !important;
border-color: #4195b2 !important;
}
.radioMargin {
margin-right: 30px;
}
.BottomMargin15 {
margin-bottom: 15px;
}
.actionHeader {
background: #f0f0f7;
color: #43425d;
font-size: 16px;
padding: 6px;
margin-top: 1px;
}
.child:last-child .comma {
display: none;
}
#expandCollapse_PACFSelectedid {
margin-right: 5px;
font-size: 18px;
}
#expandCollapse_Referralid {
font-size: 18px;
margin-right: 5px;
}
#expand_configid {
font-size: 18px;
margin-left: 62px;
cursor: pointer;
}
.header-setting {
margin-top: 10px;
margin-bottom: 20px;
}
.history-button {
width: 45%;
margin-right: 15px;
}
.history-date {
border-top: none;
border-left: none;
border-right: none;
width: 120px !important;
margin-left: -14px;
}
.history-day-button {
/*float:left !important;
width: 45%;
margin-right: 15px;*/
margin-top: -8px;
margin-left: -44px;
}
.readmission-filter {
margin-left: 16px;
/*margin-top: -13px;*/
}
.section-container {
border: 1px solid #ced4da;
padding: 12px;
border-radius: 3px;
max-height: 250px;
/*412*/
overflow-y: scroll;
}
.border-div {
display: inline-flex;
border-color: gainsboro;
}
.colorLine {
border-top: 2px solid #309e8d !important;
}
.colorBox {
border-top: 2px solid #4195b2 !important;
}
.chk-name-search {
margin-left: 6px;
font-weight: 500;
font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
color: black;
text-transform: capitalize;
}
.chkboxs {
margin-right: 25px;
/*margin-top: 3px;*/
height: 35px;
}
.chkbox-div {
display: inline-flex;
margin-bottom: 4px;
}
.selectALL {
font-weight: bold !important;
}
.contractSelectAll {
font-weight: bold;
font-weight: 700;
/* margin-left: 16px; */
/* font-style: initial; */
color: black;
font-size: 15px;
margin-top: 5px;
}
.setting_2 .headerButton {
font-weight: bold;
font-size: 20px;
padding-top: 10px;
background-color: #2ca8ff;
margin-inline-start: auto;
margin-inline-end: auto;
}
.search-main {
padding: 0px;
margin: 0px 8px 0px 8px;
}
.search-box-miles {
width: 108px;
padding: 1px;
border-radius: 0px;
border: 1px solid #2ca8ff;
}
.down-arrow-more {
font-size: 16px;
right: 21px;
position: absolute;
margin-top: 10px;
color: #888;
}
.down-arrow-more-inner {
font-size: 16px;
right: 5px;
position: relative;
margin-top: 10px;
color: #888;
float: right;
top: -33px;
}
.hiddenadvanceFilter {
/* margin-top: 15px; */
display: none;
}
.icon-input {
padding: 10px;
background: #2ca8ff;
color: white;
min-width: 50px;
text-align: center;
font-size: 18px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border: #2a5788;
}
.has-error .icon-input {
color: red;
}
.icon-Comment {
padding: 6px;
background: white;
color: #4195b2;
min-width: 42px;
text-align: center;
font-size: 18px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.Comment-send {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-color: #4195b2;
cursor: pointer;
border-width: 2px;
}
.error {
color: red;
margin-top: 2px;
text-align: left;
/*margin-bottom: 6px;*/
font-size: 12px;
}
.app-notes-container .error {
margin-left: 15px;
}
.forgot-password {
font-size: 15px;
padding-top: 10px;
color: #309e8d;
/*font-weight: bold;*/
text-align: center;
}
#loginId {
width: 22%;
margin-top: 3%;
margin-left: 39%;
border: 2px solid #295586;
border-radius: 8px;
min-height: 425px;
box-shadow: dimgray;
/* BACKGROUND: #F0F0F7; */
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
#passwordModel {
width: 22%;
margin-top: 3%;
margin-left: 39%;
border: 2px solid #295586;
border-radius: 8px;
height: 300px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.input-container {
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 15px;
}
.input-field {
border: 1px solid #2ca8ff;
border-top-right-radius: 6px !important;
border-bottom-right-radius: 6px !important;
height: 40px;
}
.label-box {
font-size: 18px;
margin-bottom: 15px;
color: #2a5788;
}
.login-header {
text-align: center;
color: #2a5788;
font-size: 20px;
/* border-bottom: 2px solid; */
padding: 8px;
margin-top: 10px;
font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.table-header {
background: #21c0c0 !important;
color: white !important;
}
.table-header:hover {
background: #21c0c0 !important;
color: white !important;
}
.user-row {
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: -30px;
}
.login-icon {
width: 64px;
height: 54px;
background: #2ca8ff;
border-radius: 100%;
font-size: 23px;
text-align: center;
color: white;
padding: 10px;
margin: auto;
}
.main {
width: 50%;
}
.pac-image-container {
overflow-x: scroll;
height: 230px;
display: flex;
}
.pac-slide-image {
width: 200px;
height: 200px;
/*cursor:pointer;*/
margin-right: 3px;
margin-left: 3px;
}
.suggestions {
border: 1px solid lightgray;
padding: 9px;
min-height: 50px;
max-height: 200px;
overflow-y: auto;
position: absolute;
z-index: 12;
width: 95%;
background: white;
}
.filterPrimarycare:hover {
background: lightgrey;
padding: 5px;
}
#CommunityProgramId {
width: 75%;
}
.margin-bullet {
margin-left: 10px;
}
/* Bootstrap 3 text input with search icon */
.has-search .form-control-feedback {
right: initial;
left: 0;
color: #ccc;
}
.has-search .form-control {
padding-right: 12px;
padding-left: 34px;
}
.ratingCenterpacf {
font-size: 24px;
}
.box-scroll {
overflow: auto;
max-height: 195px;
}
.searchBox {
font-size: 15px;
padding-top: 10px;
padding-left: 18px;
}
.time-display {
padding-top: 6px;
}
.content-selectAll {
margin: 15px -15px;
}
.btn-view {
background-color: #3c8dbc;
border-color: #357ebd;
text-align: center;
}
.bton {
border-bottom-right-radius: 6px;
/* border-color: rgb(19, 141, 241); */
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
color: #ffffff;
width: 30px;
padding: 5px 7px;
margin-right: 4px;
margin-bottom: 2px;
}
.form-primary {
margin-bottom: 0px;
}
.expandAllSetting {
font-size: 25px;
/*margin-right: 10px;
float: none;*/
float: right;
margin-top: -34px;
margin-right: 20px;
margin-left: 11px;
}
.text-center {
text-align: center;
font-size: 12px !important;
}
.view-model {
overflow: auto;
max-height: 600px;
}
.card-dashboard {
background-color: white;
padding: 25px;
text-align: center;
margin-bottom: 10px;
align-items: center;
border: 1px solid #2ca8ff;
cursor: pointer;
border-radius: 20px;
color: #fe9c45;
font-size: 18px;
font-family: Roboto, Arial, sans-serif;
font-weight: bold;
box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}
.card-icon {
background-color: #fb8c00;
padding: 20px 25px;
margin-top: -35px;
margin-bottom: 20px;
float: left;
border-radius: 3px;
color: white;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 36, 31, 0.4);
}
.dashboard-icon-size {
font-size: 40px !important;
}
.custom-text {
font-size: 23px;
font-weight: bold;
font-family: inherit;
text-align: right;
}
.pb-15 {
padding-bottom: 15px;
}
.bg-setting {
background: #f2504a;
}
.bg-integration {
background-color: #91547e;
}
.title-setting {
color: #f2504a;
}
.bg-member {
background: #43a047;
}
.title-member {
color: #43a047;
}
.bg-notification {
background: #fb8c00;
}
.title-notification {
color: #fb8c00;
}
.bg-role {
background: #25c4c4;
}
.title-role {
color: #25c4c4;
}
.bg-config {
background: #1fb9f0;
}
.title-config {
color: #1fb9f0;
}
/*CSS classes for Patient Chat*/
.pac-title {
width: 100%;
}
.pac-comment {
font-weight: bold;
color: #2ca8ff;
padding: 2px;
font-size: 15px;
text-align: center;
border: 2px solid #2ca8ff;
border-bottom: 0px;
}
.pac-name {
font-weight: bold;
color: #2ca8ff;
padding: 2px;
font-size: 15px;
text-align: center;
border-bottom: 2px solid #2ca8ff;
margin-top: 10px;
}
.padding-comment {
padding: 0px 10px;
}
.custom-border::after {
content: " ";
position: absolute;
border-right: 2px solid #2ca8ff;
top: 2px;
right: 10px;
height: 100%;
}
.pac-name-category {
padding: 8px 4px;
font-size: 14px;
border-bottom: 1px solid #cccccc;
cursor: pointer;
color: #3c3c3c;
}
.pac-name-category a:active {
color: #2ca8ff;
}
.active-facility {
background: #ebebeb;
}
.title-partition {
position: relative;
left: -25px;
width: 105%;
margin-top: 0px;
margin-bottom: 8px;
}
.title-partition-name {
position: relative;
left: -15px;
width: 105%;
margin-top: 0px;
margin-bottom: 8px;
}
.custom-badge {
float: right;
border-radius: 5px;
margin-top: 3px;
background-color: #fc8012;
}
.pl-0 {
padding-left: 0px !important;
margin-top: -20px;
}
/*CSS classes for Patient Chat*/
.mt-0 {
margin-top: 0px;
}
.mb-3 {
margin-bottom: 1rem;
}
.modal-scroll {
max-height: 700px;
overflow-y: scroll;
}
.annotation-box {
/* border: 2px solid #2ca8ff; */
box-sizing: border-box;
/* height: 530px; */
border-radius: 10px;
}
.annotation-header {
background: white;
padding: 2px;
color: #2ca8ff;
border-radius: 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border: 2px solid #2ca8ff;
font-size: 15px;
border-bottom: 0;
font-weight: bold;
padding-left: 10px;
margin-top: 10px;
text-align: center;
}
.annotation-contents {
height: 45vh !important;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
}
/*.annotation-contents::-webkit-scrollbar{
width:8px;
}
.annotation-contents:hover::-webkit-scrollbar{
width:15px;
}
.annotation-contents::-webkit-scrollbar-thumb {
background: #ccc;
}
.annotation-contents::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
}*/
textarea.contents {
resize: none;
padding: 3px 15px;
border-radius: 12px;
border-top-left-radius: 0px;
width: 85%;
}
.annotation-send-btn {
float: right;
background: #2ca8ff;
border-radius: 8px;
padding: 2px 14px;
color: white;
border: 0;
}
.contents-display {
resize: none;
border-radius: 12px;
width: 100%;
}
i.fa.fa-trash.remove-chat {
color: #b73323;
float: right;
cursor: pointer;
}
.insurance-pl {
padding-left: 3rem;
}
/*CSS for Company Details*/
.company-nav-header {
color: #42a0ff;
text-align: center;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
cursor: pointer;
margin-top: 2px;
margin-bottom: 2px;
}
.bg-company-detail {
padding-top: 10px;
}
.company-active-header {
border-bottom: 2px solid #fc8012;
}
.company-header-padding {
padding: 15px 20px;
}
.header-break {
width: 100%;
border: 1px solid #2ca8ff;
}
.border-dotted {
border-bottom: 1px dotted #ddddddcc;
padding: 2px;
}
.company-desc {
word-wrap: break-word;
font-weight: 400;
text-align: justify;
}
.pt-0 {
padding-top: 0;
}
.border-top-0 {
border-top: 0px !important;
}
.ul-none {
list-style-type: none;
font-weight: normal;
}
.sub-header {
color: #247cb7;
font-size: 16px;
font-weight: 600;
border-right: 0 !important;
border-left: 0 !important;
padding: 5px 15px;
}
.sub-header-edit {
font-weight: 200;
}
.member-name {
font-weight: 900;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 60%;
margin: 2px 0;
}
.email-wrap {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.pt-15 {
padding-top: 15px;
}
.pt-1 {
padding-top: 0.5rem;
}
.pl-select-box {
padding-left: 5rem;
}
.pl-3 {
padding-left: 3rem !important;
}
.pr-card {
padding-right: 25px !important;
}
.mt-10 {
margin-top: 10px;
}
.set-insurance-height {
max-height: 190px;
min-height: 190px;
overflow-y: auto;
}
.company-header {
text-align: center;
color: #333333;
line-height: 10px;
padding: 5px;
margin-top: 10px;
}
.custom-list {
padding: 4px;
list-style: inside;
font-size: 15px;
}
.edit-button {
padding: 2px 10px;
font-size: 20px;
margin-top: 10px;
}
.member-card-img {
width: 60px;
height: 60px;
margin-right: 10px;
}
.member-img {
border: 1px solid #19689e;
}
.member-img-height {
height: 80px;
width: 136px;
}
.member-profile-name {
font-weight: bold;
color: #fc8012;
font-size: 18px;
}
.member-profile-role {
color: #fc8012;
font-size: 16px;
}
.p-2 {
padding: 2px !important;
}
.px-7 {
padding: 7px 0px;
}
.px-8 {
padding: 0px 8px;
}
.p-0 {
padding: 0 !important;
}
.modal-position {
position: absolute;
left: 6%;
top: 15%;
}
.modal-bg {
background: #e8e5e5 !important;
padding-bottom: 15px;
}
.member-card {
border: 1px solid #b8b0b094;
box-shadow: 0px 3px 9px 0px rgba(39, 52, 45, 0.1);
padding: 12px;
margin-bottom: 16px;
background: white;
}
.pl-40 {
padding-left: 40px;
}
.upload-img-position {
position: absolute;
right: 3%;
top: -6px;
z-index: 1;
font-size: 22px !important;
cursor: pointer;
}
.upload-img-position_inner {
position: absolute;
right: 2px;
top: -6px;
z-index: 1;
font-size: 16px !important;
cursor: pointer;
}
.custom-modal-width-1 {
width: 38vw;
}
/*CSS for Send & Respond referral in Discharge Page*/
.send-on-icon {
color: #2cd8ff;
font-size: 18px;
}
.column-class-send-by {
color: #2ca8ff;
font-size: 14px;
}
.respond-on-icon {
color: #fc8012;
font-size: 18px;
}
#ReferralDetailTblid .request-time {
width: 40%;
}
/*CSS for custom modal of Patient detail*/
.patient-detail-modal-size {
width: 90% !important;
}
.transition-header {
font-size: 18px !important;
padding-left: 6px;
margin-top: -5px;
padding-right: 7px;
}
/*CSS for Task Dashboard*/
.notes-icon {
margin-bottom: -13px;
}
.box-icon-set {
display: block;
float: left;
height: 83px !important;
width: 73px !important;
text-align: center;
font-size: 17px;
line-height: 86px;
/* margin-top: 6px; */
margin: 8px;
}
.diagnosis-box {
border-radius: 1px;
background: #8873731f;
/*border-top: 3px solid #d2d6de;*/
/*margin-bottom: 10px;*/
width: 100%;
padding: 10px;
}
.file-desc-box {
border-radius: 1px;
/*background: #8873731f;*/
/*border-top: 3px solid #d2d6de;*/
/*margin-bottom: 10px;*/
width: 100%;
display: inline-flex;
margin-top: 4px;
/*padding: 10px;*/
}
.diagnosis-header {
font-weight: bold;
color: #2ca8ff;
width: 12% !important;
}
.file-desc-header {
font-weight: bold;
margin-right: 0px !important;
width: 10% !important;
}
.margin-right-0 {
margin-right: 0px !important;
}
.file-desc-header-with-edit {
font-weight: bold;
margin-right: 0px !important;
width: 10% !important;
margin-top: 5px;
}
.file-name-color {
color: #2ca8ff !important;
}
#SummaryTblid .notes {
width: 75%;
}
.show-multi-appointments {
margin-left: -5px !important;
border-bottom: 1px solid #19689e;
margin-right: -5px !important;
}
.ml-not-22 {
padding-left: 7px !important;
padding-right: 10px !important;
}
.scroll-appointment {
max-height: 220px;
overflow-y: auto;
overflow-x: hidden;
}
.file-description {
width: 90% !important;
}
.file-added-by {
width: 22% !important;
}
.p-15 {
padding: 15px !important;
}
.go-btn-right {
float: right !important;
}
.info-icon {
width: 10% !important;
}
.discharge-patient-head-width {
width: 50% !important;
}
.scroll-modal-confirm-patient {
max-height: 75vh;
overflow-y: auto;
}
.medical-search-margin {
margin-left: -5px;
margin-right: -5px;
}
.confirm-patient-head {
margin-top: -8px;
margin-bottom: 3px;
background: white;
border: 1px solid white;
}
.pl-5 {
padding-left: 5rem;
}
.set-padding-medical-files {
padding-left: 0px;
padding-right: 5px;
}
.medical-radio-width {
width: 35px;
height: 15px;
}
.send-referral-sub-header {
color: #204065;
font-size: 16px;
font-weight: 600;
border-right: 0 !important;
border-left: 0 !important;
padding: 5px 15px;
}
.send-referral-sub-label {
text-transform: capitalize;
font-size: 14px !important;
color: #295585;
width: 120px;
/* margin-bottom: 20px; */
}
.send-referral-modal-size {
width: 100% !important;
margin: 0 !important;
}
.pd-l-0 {
padding-left: 0px !important;
}
.pd-l-10 {
padding-left: 10px !important;
}
.mr-appointment-add {
margin-right: 12%;
}
.appintment-card {
border: 1px solid #19689e;
}
.appintment-card-header {
background: #19689e;
color: white;
font-weight: 700;
}
.confirm-patient-top-button {
float: right;
width: max-content;
margin-top: -38px;
}
.px-4 {
padding: 4px 0px;
}
.send-referral-scroll {
max-height: 145px;
overflow-y: auto;
}
.medical-top-radio-width {
width: 13px;
height: 12px;
}
.provider-search-height {
/* height: 180px;*/
margin-bottom: 5px;
}
.provider-zip-align {
/*height: 96px*/
margin-top: 33px;
}
.provider-scrollbar {
height: 70vh;
overflow-y: auto;
overflow-x: hidden;
}
.move-provider-btn-right {
float: right;
padding-right: 0;
}
.provider-select-color {
color: grey;
font-weight: 600;
}
.provider-checkName {
font-weight: 100;
margin-left: 4px;
color: #102c4d;
margin-top: 3px;
}
.provider-down-arrow-more {
font-size: 11px;
right: 20px;
position: absolute;
margin-top: 12px;
color: #888;
}
.error-green {
color: green;
margin-top: 2px;
text-align: left;
font-size: 7px;
position: relative;
bottom: 4px;
}
.error-red {
color: red;
margin-top: 2px;
text-align: left;
font-size: 7px;
position: relative;
bottom: 4px;
}
.send-referral-pr-0 {
padding-right: 0px !important;
}
.provider-search-bg {
background-color: #1f7cba !important;
}
/*::placeholder:after {
content: ' *';
color: red
}*/
.referral-scroll-area {
max-height: 25vh;
overflow: hidden;
overflow-y: auto;
min-height: 215px;
}
.show-no-faciliy {
color: #f96332;
}
.provider-pl-0 {
padding-left: 0 !important;
}
.request-apt-btn {
background-color: WHITE !important;
color: #f48019 !important;
border: 1px SOLID #f48019 !important;
}
.save-filter-box-search {
height: 88px;
border-radius: 20px;
/*border: 1px solid #2ca8ff;*/
margin: 0px 7px;
padding: 12px;
}
.filterGoButton button {
background: #1f7cba none repeat scroll 0 0;
border: 2px solid #196496;
border-radius: 6px;
color: #fff;
font-size: 24px;
height: 40px;
line-height: 0px;
text-align: center;
width: 120px;
font-weight: bold;
}
.btn-view-more {
background-color: WHITE;
color: #2888c9;
margin-bottom: 5px;
margin-right: 23px;
border: 1px SOLID #2888c9;
cursor: pointer;
border-radius: 6px;
}
.save-filter-search-height {
height: 50rem;
}
.save-additional_filter-search-height {
height: 80rem;
}
.name-wrap-word {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/*width: 165px;*/
cursor: pointer;
text-transform: capitalize;
}
.medical-pl-5 {
padding-left: 7px;
}
.padding-left-answer {
padding-left: 10px !important;
}
.heading-popup {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.loading-popup-size {
padding-top: 7px;
padding-bottom: 7px;
}
.inner_detail_popup_margin {
margin-top: -5px !important;
}
.patient-list-modal-height {
max-height: 75vh !important;
}
.respondedReferralZ {
z-index: 9000 !important;
}
#respondedreferral {
z-index: 9000 !important;
}
.top-add-patient {
margin-top: -70px !important;
}
.viewResponsePopupScroll {
overflow-x: hidden;
overflow-y: scroll;
}
.viewResponsePopupWidth {
width: 100%;
margin: 0px;
}
.view-response-modal-height {
height: 100vh;
max-height: 85vh;
}
.response-list-modal-height {
max-height: 85vh !important;
height: 85vh !important;
}
.remove-scroll {
overflow: hidden !important;
}
.indent-provider-type {
text-indent: 100px !important;
}
.save-button-position {
position: relative;
}
.provider-chat-scroll {
height: 54.7vh;
overflow-y: auto;
}
.hide-chat-overflow {
overflow: hidden;
min-height: 48.2vh;
}
.button-width-send {
width: 90px;
border-radius: 0px !important;
}
.button-width-cancel {
width: 90px;
}
.selectPatientBody {
height: 78vh;
max-height: 78vh !important;
}
.no-number-arrow input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.no-number-arrow {
margin-left: 15px;
height: 30px;
margin-bottom: 25px;
}
.no-number-arrow input[type="number"] {
-moz-appearance: textfield;
}
.margin-bottom-referral-visibility {
margin-bottom: 5px !important;
}
.days-label {
margin-top: 0px !important;
color: #000 !important;
font-weight: 400 !important;
font-size: 14px !important;
margin-left: -58px;
}
.days-tag {
margin-top: 5px !important;
}
.width-80 {
width: 80%;
}
.send-multiple-referral {
color: #d25929 !important;
}
.patient-detail-scroll {
height: 76vh;
overflow-x: hidden;
overflow-y: auto;
}
.patient-information-height {
height: 76vh;
overflow-y: auto;
overflow-x: hidden;
}
.personal-information-margin {
margin-left: 7px;
}
.patient-detail-city-margin {
margin-left: 14px;
}
.text-wrap-email {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 98%;
}
.box-email {
position: absolute;
font-size: 16px;
padding: 4px 3px;
z-index: 1036;
opacity: 1 !important;
}
.margin-bottom-none {
margin-bottom: 0 !important;
}
.personal-detail-font-size {
font-size: 13px !important;
/*font-weight: 600;*/
}
.star-input-from-radio>input {
display: none;
}
.star-input-from-radio>input+i {
cursor: pointer;
opacity: 0.5;
font-size: 17px;
color: lightgrey;
margin-right: 3px;
margin-left: -30px;
}
.star-input-from-radio>input:checked+i {
color: gold !important;
opacity: 1;
font-size: 17px;
margin-right: 3px;
margin-left: -30px;
}
.email-hover-margin-top {
margin-top: -20px;
}
.appointmentDateSelection {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.add-more-options {
color: #1f7cba;
font-size: 19px;
margin-left: 5px;
}
.remove-options {
margin-left: 10px;
float: none;
margin-top: -10px;
}
.show-referral-heading {
padding: 2px 15px;
}
.show-referral-header-padding {
padding-bottom: 5px !important;
}
.patient-details-label-light {
color: #000 !important;
font-size: 13px;
opacity: 0.5;
margin-bottom: 0px !important;
}
.patient-details-info-text {
color: #000;
font-size: 14px;
/*font-weight: bolder;*/
}
.calendar-icon-for-appointment {
text-indent: -10px;
padding-top: 5px;
}
.patient-detail-collapse-arrow {
float: right;
font-size: 17px;
margin-top: 5px;
margin-left: 10px;
}
.patient-information-height {
-ms-overflow-style: none;
scrollbar-width: none;
}
.appointmentDateTimePicker {
font-weight: 600;
width: 175px !important;
}
.drop-down ul {
display: block;
position: absolute;
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
width: 100%;
left: 85%;
right: 0px;
}
.drop-down:hover>ul {
opacity: 1;
visibility: visible;
}
.drop-down li {
min-width: 100%;
}
.drop-down ul a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #062b5b;
}
.drop-down ul a:hover,
.drop-down ul .active>a,
.drop-down ul li:hover>a {
cursor: pointer;
}
.drop-down>a:after {
/*content: "\ea99";
font-family: IcoFont;
padding-left: 5px;*/
}
.drop-down:hover>ul {
opacity: 1;
}
.drop-down>a {
padding-right: 35px;
}
.drop-down>a:after {
font-family: IcoFont, sans-serif;
position: absolute;
right: 15px;
}
.reverse {
margin-top: -145px;
}
.patient-referral-note {
width: 100%;
resize: none;
padding: 0 0 0 10px !important;
/* min-height: 8em;
max-height: 20em; */
line-height: 1.5;
}
.no-top-margin {
margin-top: 0px !important;
}
.no-bottom-padding {
padding-bottom: 0px !important;
}
.align-text-center {
text-align: center;
}
.p-5 {
padding: 5px;
}
.width-60 {
width: 60% !important;
}
.width-50 {
width: 50% !important;
}
.width-19 {
width: 19%;
}
.width-20 {
width: 20%;
}
.width-21 {
width: 21%;
}
.padding-left-1 {
padding-left: 1px;
}
.padding-left-2 {
padding-left: 2px;
}
.padding-left-3 {
padding-left: 3px;
}
.padding-left-4 {
padding-left: 4px;
}
.padding-left-5 {
padding-left: 5px;
}
.padding-left-6 {
padding-left: 6px;
}
.padding-left-7 {
padding-left: 7px;
}
.patient-detail-padding {
padding: 0 10px;
}
.admit-date-padding {
padding: 0 0 0 10px;
}
.width-10 {
width: 10%;
}
.trash-icon {
color: #b73323;
cursor: pointer;
font-size: 22px !important;
}
.check-icon {
color: green;
cursor: pointer;
font-size: 22px !important;
margin-right: 10px;
}
.btn-request-appointment {
float: right;
margin-bottom: 5px;
margin-right: 23px;
cursor: pointer;
border-radius: 6px;
}
.search-input-border {
border: 1px solid #2ca8ff;
}
.border-radius-5 {
border-radius: 5px !important;
}
.top-margin-55 {
margin-top: 55px;
}
.width60 {
width: 60% !important;
}
.widthAuto {
width: auto !important;
}
.width32 {
width: 32% !important;
}
.selectPatientTableRow {
min-height: 10rem;
padding-top: 15px;
padding-bottom: 5px;
}
.selectPatientRow {}
.selectPatientTableCell {
display: unset;
}
.selectPatientTableColorPurple {
background: #f0f0f7 !important;
}
.selectPatientTableColorWhite {
background: white !important;
}
.displayUnset {
display: unset;
}
.width50 {
width: 50% !important;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.patient-list-card {
min-height: 13em;
}
.patient-list-card-height {
min-height: 13em;
}
.expand-card {
display: block;
position: absolute !important;
/*transform: scale(1.05);*/
z-index: 1 !important;
left: 0;
top: 0;
}
.expand-class {
position: relative;
/* z-index: auto; */
display: inline-grid;
}
.selectPatientLabel {
color: #000 !important;
font-size: 14px;
opacity: 0.5;
margin-bottom: 0px !important;
}
.referral-notes {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width: 95px;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
text-align: justify;
}
.width-95 {
width: 95% !important;
}
.patientCheckbox {
zoom: 1.2;
margin-top: 4px;
}
.appointment-edit-margin {
margin-left: -15px;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.select-common-appointment {
/*float: right;*/
display: flex;
justify-content: center;
/*color: white;*/
}
.card-bottom-margin {
margin-bottom: 5px !important;
}
.cdk-visually-hidden {
visibility: hidden;
}
.cursor-pointer {
cursor: pointer;
}
.margin-right-3 {
margin-right: 3px;
}
.margin-right-4 {
margin-right: 4px;
}
.toggle-button-margin-left {
margin-left: -8px !important;
}
.margin-top-50 {
margin-top: 50px;
}
.height-card-patient {
height: 13em;
}
.cursor-pointer-only {
cursor: pointer !important;
}
.provider-type-margin {
margin-left: 10px !important;
display: inline-flex !important;
}
.patient-more-action {
background: #fff !important;
position: absolute;
left: 0;
top: 100%;
opacity: 1;
visibility: visible;
font-size: 14px;
max-width: fit-content;
min-width: 170px;
/* z-index: ; */
padding: 7px;
color: #000;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px 0px #2ca8ff;
-moz-box-shadow: 0 0 2px 0px #2ca8ff;
box-shadow: 0 0 2px 0px #2ca8ff;
}
.more-action-box {
position: absolute;
font-size: 13px;
z-index: 1;
opacity: 1 !important;
min-width: max-content;
}
.more-action-icon {
font-size: 16px !important;
height: 25px !important;
}
.header-box-more-action {
color: #2ca8ff;
padding: 5px 8px;
font-size: 14px;
margin-bottom: 0px !important;
text-align: center;
}
.text-wrap-patient {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 95%;
}
.margin-0 {
margin: 0 !important;
}
.sort-by-text-indent {
text-indent: 30px !important;
}
.rw-block {
opacity: 0.5;
}
.feature-setting-modal {
max-height: 80vh;
overflow: auto;
overflow-x: hidden;
}
.admin-more-action-icons {
font-size: 14px !important;
}
.admin-more-action-list {
margin-top: -10px;
}
.admin-search-margin {
margin-top: 12px;
}
.admin-search-input {
float: right;
padding-right: 20px;
}
.admin-save-button {
margin-top: 0 !important;
margin-left: 20px;
}
.show-pagination-right {
justify-content: flex-end;
}
.appointment-datetimepicker-width {
width: 85%;
}
.appointment-duration-width {
width: 12% !important;
}
.help-icon {
font-size: 30px;
margin-top: 1px;
margin-right: 15px;
cursor: pointer;
margin-left: 10px;
}
.help_hide {
display: none !important;
}
#help-options {
color: black;
}
.help-option-label {
cursor: pointer;
display: block;
color: #202124;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 20px;
outline: none;
padding-right: 25px;
padding-left: 25px;
padding-top: 6px;
padding-bottom: 6px;
}
.help-option-label:hover {
background-color: #eeeeee;
}
#display_help {
background: #fff !important;
position: absolute;
right: 30px;
left: auto;
opacity: 1;
visibility: visible;
/* border: 3px solid #2CA8FF; */
font-size: 14px;
margin-top: -5px;
/*min-width: 464px;*/
width: 14rem;
padding: 5px 0 5px 0;
border-radius: 5px;
}
#showContactDetails {
background: #fff !important;
position: absolute;
right: 200px;
left: auto;
opacity: 1;
visibility: visible;
/* border: 3px solid #2CA8FF; */
font-size: 14px;
margin-top: 0px;
/*min-width: 464px;*/
max-width: fit-content;
padding: 5px;
border-radius: 5px;
}
.help-document-width {
width: 70%;
}
.pdf-document-height {
width: 100%;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
/*z-index: 3;*/
height: 80vh;
}
/*Right triangle, placed bottom right side slightly in*/
#showContactDetails:after {
content: " ";
position: absolute;
width: 0;
height: 0;
left: auto;
right: -20px;
top: 45px;
bottom: auto;
border: 10px solid;
/* border-color: white transparent transparent white; */
border-color: transparent transparent transparent white;
z-index: 1000;
}
.more-option-label {
cursor: pointer;
display: flex;
justify-content: flex-start;
align-items: center;
color: #202124;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 20px;
outline: none;
padding-right: 10px;
/* padding-left: 25px; */
/*
padding-top: 6px;
padding-bottom: 6px; */
}
.more-option-label:hover {
background-color: #eeeeee !important;
}
.margin-bottom-none {
margin-bottom: 0px !important;
}
.appFooterClass {
position: relative;
bottom: 0;
/* background-color: #f2f2f2;
color: black; */
background: linear-gradient(to right, #0c2646 0%, #204065 60%, #2a5788 100%);
display: inline-flex;
justify-content: center;
height: 70px;
align-items: center;
width: 100%;
z-index: -1;
box-shadow: 0px -2px 10px 1px #00000038;
}
.footer-contact-us-container {
display: flex;
align-items: center;
}
.footerText {
color: white !important;
padding-left: 27px;
}
.appFooterContent {
margin-right: 20px;
display: flex;
align-items: center;
}
.footerTextColor {
color: white;
font-weight: 600;
cursor: pointer;
}
.footerTextColor:hover {
color: #2ca8ff;
}
.footerContact {
height: 15px;
}
.footerRightPrivacy {
padding-right: 20px;
position: absolute;
right: 115px;
}
.footerRightTerms {
padding-right: 25px;
position: absolute;
right: 0;
}
.footerRightContact {
padding-right: 25px;
position: absolute;
right: 230px;
}
.footerLogo {
left: 90px;
position: absolute;
display: flex;
align-items: center;
column-gap: 5px;
}
.drop-down-help {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
/* display: none; */
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.drop-down-help:before {
display: inline-block;
position: absolute;
width: 0;
height: 0;
vertical-align: middle;
content: "";
top: -9px;
/* left: 10px; */
right: 42px;
color: #ffffff;
border-bottom: 0.4em solid;
border-right: 0.4em solid transparent;
border-left: 0.4em solid transparent;
/* right: auto; */
/* margin-left: 44px; */
font-size: 23px;
}
.pac-preview-modal {
height: 78vh;
overflow: auto;
overflow-x: hidden;
}
.insurance-notification-badge {
color: black;
top: -42px;
right: 16px;
position: relative;
font-weight: bold;
font-size: 10px;
background-color: lightgray;
float: right;
text-transform: lowercase;
font-style: italic;
border-color: lightgray !important;
cursor: pointer;
}
.copyrightColor {
color: white;
font-weight: 600;
}
.insurance-required-box {
margin-left: 150px;
}
.upload-document-button {
padding: 10px 35px;
margin: 0;
border-radius: 6px;
}
.download-document-button {
padding: 3px 8px;
margin-top: -6px;
margin-left: 2px;
}
.show-in-tablet {
display: none !important;
}
.medical-record-display {
display: inline-flex;
}
.medical-record-buttons {
justify-content: flex-end;
}
.provider-list-height {
min-height: 110px;
}
.selectPatientModal {
width: 85% !important;
}
.survey-modal {
width: 70% !important;
}
.formScroll {
overflow-y: auto;
max-height: 77vh;
overflow-x: hidden;
padding-right: 0;
}
.responded-referral-scroll {
overflow-y: auto;
max-height: 77vh;
overflow-x: hidden;
}
.organizationListHeader {
width: 70% !important;
}
.clear-notifications {
margin-right: 10px;
float: right;
}
.z-index-0 {
z-index: 0;
}
.insurance-status-dropdown-menu {
display: block;
position: absolute;
top: auto;
left: auto;
will-change: transform;
margin-left: 85px;
z-index: 1000;
opacity: 1;
min-width: 300px;
}
.selectInsuranceIcon {
padding-right: 15px;
cursor: pointer;
}
.insurance-loading {
display: inline-flex;
border: 5px solid lightgray;
border-radius: 50%;
border-top: 5px solid #3498db;
border-right: 5px solid #3498db;
width: 15px;
height: 15px;
-webkit-animation: spin 2s linear infinite;
/* Safari */
animation: spin 2s linear infinite;
}
.multi-select-border {
border: 1px solid #d5dade;
border-radius: 4px !important;
}
.disable-cancel-reason-position {
position: absolute;
margin-top: 7px;
margin-left: 5px;
}
.text-indent-disable-reason {
text-indent: 115px;
}
.text-indent-cancel-reason {
text-indent: 150px;
}
.multi-select-arrow {
font-size: 12px;
right: 7px;
position: absolute;
margin-top: 12px;
color: #888;
}
:-ms-input-placeholder {
color: #555;
opacity: 1;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.insurance-authorization-message {
font-size: 16px;
/* text-decoration: underline; */
text-shadow: 0em 0em #204065;
}
.collapseAllPatientDetailCards {
position: fixed;
right: 51px;
top: 16px;
font-size: 17px;
z-index: 2000;
/* background: lightblue; */
border-radius: 30px;
padding: 0px 12px;
color: white;
}
#allergySection,
#insuranceSection,
#contactSection,
#carePlanSection,
#immunizationSection,
#medicationSection,
#diagnosisSection,
#progressNoteSection,
#providerSection {
margin-right: 0;
margin-left: 0;
}
.description-padding-top {
padding-top: 25px;
}
.patientDetailModel {
overflow-y: hidden;
max-height: 90vh;
overflow-x: hidden;
padding-right: 0;
}
.padding-left-8 {
padding-left: 8px;
}
.nav-list-content {
color: #2ca8ff !important;
margin-top: 5px;
}
.nav-list-text {
cursor: pointer;
padding: 0px 5px;
color: #2ca8ff !important;
/* border: 1px solid lightgray;
box-shadow: 0 1px lightgrey; */
}
.activeSelectedList {
background-color: aliceblue;
}
.patient-navigation-items:hover {
background-color: aliceblue;
}
.quick-nav-header {
margin: 0 15px;
width: 92%;
}
.quick-nav-description {
color: black;
}
.width-55 {
width: 55% !important;
}
.emergency-contact-width {
width: 15% !important;
}
.categoryDisplayWidth {
width: 50% !important;
}
.pdf-document-height {
height: 80vh;
}
.toggle-button-margin-left {
margin-left: 21px;
}
.show-member-details {
position: absolute;
font-size: 13px;
padding: 4px 3px;
z-index: 1036;
opacity: 1 !important;
/* min-width: auto; */
}
.memberDetailBox {
background: #fff !important;
position: absolute;
left: auto;
opacity: 1;
visibility: visible;
font-size: 14px;
max-width: fit-content;
padding: 10px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px 0px #2ca8ff;
-moz-box-shadow: 0 0 2px 0px #2ca8ff;
box-shadow: 0 0 2px 0px #2ca8ff;
min-width: max-content;
}
.delivery-box {
background: #fff !important;
position: absolute;
left: auto;
opacity: 1;
visibility: visible;
font-size: 14px;
max-width: fit-content;
padding: 10px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px 0px #2ca8ff;
-moz-box-shadow: 0 0 2px 0px #2ca8ff;
box-shadow: 0 0 7px 0px #2ca8ff;
min-width: max-content;
}
.delivery-status-box {
position: absolute;
font-size: 13px;
padding: 4px 3px;
z-index: 1036;
opacity: 1 !important;
/* min-width: 200px; */
}
.senderDetailBox {
background: #fff !important;
position: absolute;
left: 133px;
bottom: -79px;
opacity: 1;
visibility: visible;
font-size: 14px;
max-width: fit-content;
padding: 10px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px 0px #2ca8ff;
-moz-box-shadow: 0 0 2px 0px #2ca8ff;
box-shadow: 0 0 2px 0px #2ca8ff;
min-width: max-content;
border: 1px solid #2ca8ff;
}
.header-box-more-action {
color: #2ca8ff;
padding: 5px 8px;
font-size: 14px;
margin-bottom: 0px !important;
}
.bold-text {
font-weight: 600;
}
.discharge-top-pagination {
margin-top: 12px;
}
.discharge-pagination-padding {
padding: 0px;
padding-top: 10px;
background: white;
border-top: 2px solid #f0f0f7;
}
.deliveryModeIcons {
display: flex;
justify-content: center;
height: 4em;
align-items: center;
}
.deliveryIcons {
padding-left: 3px;
padding-right: 3px;
font-size: 15px;
color: rgb(0, 0, 0);
opacity: 0.7;
}
.emailDeliveryIcon {
/* color: #f9a932; */
}
.faxDeliveryIcon {
/* color: #3c9248; */
}
.phoneDeliveryIcon {
/* color: #32779f; */
}
.shortlist-address-max-width {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 70%;
display: inline-block;
}
.shortlist-email-max-width {
overflow: hidden;
/* white-space: nowrap; */
text-overflow: ellipsis;
width: 98%;
display: inline-block;
}
.shortlist-capacity-status {
float: right;
margin-right: 10px;
margin-top: 5px;
}
.shortlist-contacts-margin {
margin-top: 10px;
}
.surveyIcon {
vertical-align: middle;
}
.received-from-hospital-name {
font-size: 14px;
color: rgb(47, 47, 47);
font-weight: 600;
cursor: pointer;
}
.received-from-hospital-name:hover {
text-decoration: underline;
}
.member-name-color {
color: rgb(118, 118, 118);
}
.discharge-refrral-list-section {
padding-right: 0;
}
.add-more-patient-details-modal {
width: 40%;
}
.add-more-patient-detail-modal-height {
max-height: 70vh;
overflow-y: auto;
}
.deleteMorePatientDetails {
font-size: 18px;
/* float: right; */
color: #b73323;
cursor: pointer;
}
.edit-more-patient-details {
color: #32779f;
float: right;
padding-right: 15px;
cursor: pointer;
}
.location-address-icon {
padding: 0 5px;
font-size: 15px;
color: rgb(0, 0, 0);
opacity: 0.7;
}
.admittedDischargeDateHeight {
height: 6em;
}
.referralPatientNameHeader {
/* position: absolute; */
position: fixed;
right: 1em;
top: 1.2em;
z-index: 3;
color: white;
font-size: 18px !important;
padding-top: 16px;
display: block;
}
.referralResponsePatientNameHeader {
/* position: absolute; */
position: fixed;
right: 1em;
top: 0.2em;
z-index: 3;
color: white;
font-size: 18px !important;
padding-top: 16px;
display: block;
}
.patient-detail-pagination {
justify-content: flex-end;
padding-bottom: 10px;
}
.progressNoteTypeWidth {
width: 10%;
}
.addPatientDetailForms {
/* border-bottom: 1px solid lightgray; */
padding: 15px;
margin-bottom: 10px;
}
.addMorePatientFormFieldsButtom {
font-size: 20px;
/* padding-top: 10px; */
color: #2888c9;
}
.patientFormFields:nth-of-type(even) {
background: #f0f0f7;
}
.patientFormFields:nth-of-type(odd) {
background: #fff;
}
.patientFormFields {
padding: 15px;
}
.medication-input-width {
width: 50%;
margin-right: 5px;
}
.unit-input-width {
width: 50%;
}
.scheduleHeader {
border: 0 #ccc;
border-bottom: 1px solid lightgray;
border-radius: 0px;
margin-bottom: 5px;
}
.removeScheduleHeight {
height: 20px;
}
.diagnosis-descrition-width {
width: 90% !important;
}
.medical-record-access-width {
width: 15% !important;
}
.medical-record-file-name-width {
width: 70% !important;
}
.add-medication-modal {
width: 80%;
}
.emr-setting_2 .mat-expansion-panel-content.mat-expanded {
padding-left: 0px !important;
}
.card-layout-patient-detail-navigation {
padding: 0 23px;
box-shadow: 0px 3px 9px 0px rgba(39, 52, 45, 0.1);
margin-bottom: 5px;
background-color: white;
}
.patient-detail-nav-header {
padding: 0 5px;
}
.save-patient-attribute {
cursor: pointer;
margin-left: 3px;
font-size: 1.6rem;
color: #32779f;
}
.patient-detail-save-button {
height: 23px;
font-size: 11px;
color: #fff;
background: #337ab7;
border-radius: 4px;
padding: 0 5px;
position: absolute;
left: 50%;
top: 15%;
}
.patient-detail-save-button:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.margin-top-27 {
margin-top: 27px;
}
.btn-add-child-location {
background-color: #1f7cba;
float: right;
}
.child-box-line {
position: relative;
border-radius: 24px;
background: #ffffff;
border-top: 1px solid #d2d6de;
margin-bottom: 10px;
width: 100%;
box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.send-referral-note-size {
width: 100%;
max-height: 50% !important;
resize: none;
padding-left: 10px !important;
line-height: 1.3;
}
.add-new-detail-form {
height: 24px;
margin-bottom: 0px;
padding: 0;
}
.removeSchedule {
cursor: pointer;
color: #999;
background: transparent;
position: absolute;
right: 0;
font-weight: 600;
transform: scale(1.2);
}
.add-progress-note {
justify-content: flex-end;
height: 20px;
}
.schedule-table {
padding-top: 2px;
padding-bottom: 2px;
}
.medication-table {
padding-top: 5px;
padding-bottom: 5px;
}
.medication-table-body {
width: 100%;
border-collapse: collapse;
display: table;
}
.medication-small-width {
width: 12% !important;
}
.medication-action-width {
width: 5% !important;
text-align: center;
}
.medication-direction-width {
width: 70% !important;
}
.add-medication-direction-width {
width: 34% !important;
}
.medication-drug-width {
width: 15% !important;
}
.add-medication-date-width {
width: 10% !important;
}
.delete-medication {
position: absolute;
right: 0;
}
.schedule-dose-width {
width: 10% !important;
}
.medication-description-margin {
margin: 20px 0 10px 0;
}
.add-schedule-button {
font-size: 15px;
margin-top: 5px;
}
.patient-setting-margin-left {
margin-left: 2em;
}
.diableOrganization {
border-style: solid;
border-width: 2px;
border-color: #f5290554;
background: #efcbc1 !important;
}
.referral-label-margin {
margin: 5px 0;
}
.medical-record-top-margin {
margin-top: 10px;
}
.carereport-width {
width: 75vw;
}
.global-submit-button {
width: -webkit-fill-available;
background-color: #1f7cba;
text-transform: uppercase;
}
.global-submit-button:focus {
background-color: #1a699e !important;
text-transform: uppercase;
}
.global-submit-button:active {
background-color: #1a699e !important;
text-transform: uppercase;
}
.global-submit-button:hover {
background-color: #1a699e !important;
text-transform: uppercase;
}
.global-cancel-button {
width: -webkit-fill-available;
background-color: #a02911;
text-transform: uppercase;
}
.global-cancel-button:focus {
background-color: #a02911 !important;
text-transform: uppercase;
}
.global-cancel-button:active {
background-color: #862307 !important;
text-transform: uppercase;
}
.global-cancel-button:hover {
background-color: #862307 !important;
text-transform: uppercase;
}
.addChildOrganizationForm:nth-of-type(odd) {
background: #f0f0f7;
}
.addChildOrganizationForm:nth-of-type(even) {
background: #fff;
}
.location-contact-height {
min-height: 17em;
}
.company-location-details {
overflow-x: hidden;
overflow-y: auto;
height: 25em;
}
.location-contact-card {
padding: 10px;
box-shadow: 0 0 10px lightgray;
width: 48%;
margin-right: 20px;
margin-bottom: 20px;
}
.location-contact-card:first-of-type {
background: #f4f4f4;
}
.super-admin-search-box {
margin-left: 10px !important;
margin-right: 10px !important;
margin-top: -27px !important;
}
.search-pannel-heading {
padding: 5px 7px !important;
border-bottom: 1px solid transparent !important;
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important;
font-size: 17px;
}
.search-pannel-body {
padding: 10px !important;
padding-bottom: 0px !important;
}
.assign-member-modal {
width: 60%;
}
.drop-down-text-indent {
text-indent: 90px !important;
}
.assignMemberCheckbox {
width: 16px;
height: 16px;
}
.view-next-member {
color: #000;
font-size: 16px !important;
margin: 0 !important;
margin-top: -10px !important;
}
.member-carousel-arrows {
background-image: none !important;
}
.right-arrow-carousel {
float: none !important;
margin-bottom: 0 !important;
margin-top: 0 !important;
padding-left: 0 !important;
margin-right: 0 !important;
width: auto !important;
}
.left-arrow-carousel {
width: auto;
}
.newright {
width: 180px;
float: right;
margin-bottom: -2px;
margin-top: -12px;
padding-left: 2%;
margin-right: 70px;
}
.carousel-inner {
box-shadow: none !important;
}
.organization-name-width {
width: 35% !important;
}
.select-organization-margin-bottom {
margin-bottom: 20px;
}
.member-role-filter {
position: relative;
padding-right: 0px;
padding-left: 0px;
}
.location-detail-margin {
margin-left: 3em;
margin-top: 1em;
}
.diabled-btn {
background: #dddddd;
cursor: not-allowed !important;
}
.enableChildBusinessUnit {
font-size: 18px;
/* float: right; */
color: #3c9248;
cursor: pointer;
}
.send-details-note-width {
width: 40% !important;
}
.send-details-label-width {
width: 10% !important;
}
.content-float-right {
float: right;
}
.right-carousel-shift {
right: -30px !important;
}
.left-carousel-shift {
left: -30px !important;
}
.location-card-full-width {
width: 100% !important;
}
.location-detail-cards {
display: flex;
flex-wrap: wrap;
}
.medicare-rating-mr-top {
margin-top: 45px;
}
.origin-rating-mr-top {
margin-top: 37px;
}
.filter-type {
margin-top: 10px;
margin-left: 0px;
margin-bottom: 13px;
}
.selectAppointmentMessage {
font-weight: 600;
font-size: 0.85em;
}
#printPatientDetailButton {
width: auto !important;
margin-top: -0.5em;
margin-right: 10px;
cursor: pointer;
}
.medicalRecordHeader {
margin-left: 15px;
font-weight: 700;
color: #666;
}
.MedicalRecordFiles {
padding-left: 6px;
padding-right: 6px;
}
.print-labels-margin {
margin: 10px;
}
.print-record-nav-header {
margin-left: -12px;
}
.printButtonSecurePage {
margin-top: 3.5em !important;
}
.print-button-secure-page {
float: right;
margin-top: -7px;
color: #204065;
}
.print-button-color {
color: #204065 !important;
font-size: 15px !important;
}
.scroll-send-referral-content {
max-height: 78vh;
overflow-y: auto;
}
.system-user-ident {
text-indent: 100px !important;
}
.medical-selection-box {
height: 388px !important;
}
.medical-selection-scroll {
max-height: 320px !important;
}
.filter-button-padding {
padding: 5px 30px !important;
}
.filter-clear-padding {
padding: 5px 25px !important;
}
.gender-check-name {
font-weight: 400;
padding-left: 5px;
color: black;
margin-top: 5px;
text-transform: capitalize;
}
.filter-display-flex {
display: flex;
flex-wrap: wrap;
}
.working-days-bubble {
font-size: 14px !important;
padding: 2px 7px;
border: 1px solid #003151;
border-right: none;
color: #003151;
/*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
overflow: hidden;
text-overflow: ellipsis;
height: 25px;
white-space: nowrap;
background: white;
border-radius: 5px 0px 0px 5px;
}
.gender-flex-wrap {
flex-wrap: wrap;
}
.chat-icon {
color: #f9a932;
font-size: 24px;
position: relative;
}
.chat-count {
color: #fc8012;
margin-top: -7px;
margin-left: -15px;
position: absolute;
font-weight: bold;
font-size: 13px;
}
.action-component-more-action {
position: absolute;
margin-left: 5px;
cursor: pointer;
color: black;
font-size: 23px;
}
.responded-referral-count {
color: #3c9248;
margin-top: -6px;
margin-left: -11px;
position: absolute;
font-weight: bold;
font-size: 13px;
}
.match-patient-background:nth-of-type(odd) {
background: #f0f0f7;
}
.match-patient-background:nth-of-type(even) {
background: #fff;
}
.match-patient-radio-button {
position: absolute;
/* left: -10.6em; */
/* top: 2em; */
/* height: 1.5em; */
/* width: 100%; */
right: 1em;
transform: scale(1.5);
}
.match-patient-cards {
width: 99%;
margin-left: 1%;
cursor: pointer;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-start {
justify-content: flex-start !important;
}
.add-patient-button-match {
background-color: #3c9248 !important;
margin-left: 10px;
margin-right: 10px;
}
.by_filterName {
padding-left: 4% !important;
}
.more-action-icon-position {
position: absolute;
top: 5px;
}
.unReferralCount {
color: #211f1f !important;
background-color: #f9f6f6 !important;
}
.mat-dialog-container {
padding-top: 0 !important;
color: black !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 6px !important;
border-bottom-left-radius: 6px !important;
overflow: hidden !important;
min-height: 130px;
}
.popup-header {
margin-right: -24px;
margin-left: -24px;
background-color: var(--dialog-header-background-color);
height: auto;
min-height: 65px;
width: auto;
color: white;
font-weight: bold;
font-size: 18px;
font-family: inherit;
/* margin-bottom: 1em; */
padding: 24px;
padding-bottom: 12px;
margin-top: -8px !important;
}
.mat-dialog-actions {
margin-right: 0 !important;
margin-left: 0 !important;
padding-top: 0px !important;
justify-content: center;
}
.add-new-label {
color: #2ca8ff;
float: right;
cursor: pointer;
}
.card-input-display {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.popup-title {
font-size: 18px;
font-weight: bold;
color: var(--dialog-header-text-color);
display: inline !important;
}
.global-submit-button.disabled,
.global-submit-button[disabled],
fieldset[disabled] .global-submit-button {
/* box-shadow: 0 3px 1px rgb(0 0 0 / 60%), 0 0 40px rgb(128 128 128 / 10%) inset !important; */
}
.search-select-dropdown {
background-color: white;
position: absolute;
/* margin-top: 35px; */
z-index: 100;
box-shadow: 0 0 5px #2ca8ff;
width: 100%;
overflow-x: hidden;
max-height: 15em;
overflow-y: auto;
}
@media screen and (max-width:430px) {
.search-select-dropdown {
width: 92% !important;
}
}
.hover-horizontal-line {
border-bottom: 1px solid grey;
}
.member-search-list {
cursor: pointer;
padding: 10px !important;
margin-bottom: 2px !important;
box-shadow: 0 3px 2px -2px grey;
line-height: 1.5;
}
.member-search-list:hover {
background-color: #eeeeee !important;
}
.setting-modal-height {
height: 70vh;
overflow-y: auto;
}
.memberList-modal-height {
height: 85vh;
overflow-y: auto;
}
.setting-title {
padding-bottom: 10px;
}
.setting-filter-margin {
margin: 15px 0;
}
.setting-modal-width {
width: 77% !important;
}
.setting-service-tab-mr {
margin-top: 20px;
}
.new-added-label {
position: absolute;
border: 3px solid green;
right: 10px;
margin-top: 5px;
color: green;
padding: 2px;
font-weight: 700;
font-size: 12px;
}
.mat-dialog-actions {
justify-content: flex-end;
}
.cdk-overlay-container {
z-index: 9001 !important;
}
.mat-dialog-title {
margin-left: -24px !important;
margin-right: -24px !important;
margin-bottom: 0px !important;
}
.popup-header button {
padding-top: 25px;
}
.change-status-action {
position: absolute;
margin-left: 5px;
cursor: pointer;
color: black;
}
.member-name-list {
font-weight: 900;
}
.select-organization-icon {
font-size: 19px;
position: absolute;
right: -23px;
margin-top: 6px;
}
.card-flex {
flex: 0 1 33%;
}
.organization-select-card-buttons {
display: flex;
justify-content: flex-end;
}
.select-organization-button {
cursor: pointer;
font-size: 24px;
color: #f9a932;
}
.select-organization-button:hover {
color: #3c9248;
}
.member-details i {
margin-right: 4px;
}
.record-referral-button-area {
display: flex;
justify-content: flex-end;
}
.record-referral-button-area button {
width: auto !important;
}
.event-card {
min-height: 3em;
padding: 15px;
border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.35);
}
.event-time {
position: absolute;
top: -13px;
padding: 4px;
z-index: 100;
font-size: 13px;
border: none;
background-image: linear-gradient(#fcfcfc 35%, white 40%);
}
.event-content {
font-weight: 700;
margin-top: 5px;
}
.event-message {
padding-top: 5px;
}
.contact-person-dropdown-arrow {
position: absolute;
right: 10px;
margin-top: 10px;
font-size: 10px;
pointer-events: none;
}
.add-member-cancel-button {
margin-top: 10px !important;
border-radius: 6px;
background-color: #a02911;
}
.add-member-submit-button {
border-radius: 6px;
width: 100%;
color: #fff;
margin-top: 10px !important;
background-color: #337ab7;
}
.mat-dialog-container .form-group label {
color: #555;
}
.mat-dialog-content {
padding: 24px !important;
}
.mat-dialog-content label {
color: #666;
}
.select-care-requirement-box {
border: 1px solid #2ca8ff;
padding: 5px;
min-width: 100%;
border-top: none !important;
}
.select-patient-label-width {
padding-left: 35px !important;
}
.appointment-row-display {
display: flex;
margin-left: 35px;
}
.appointment-date-left-padding {
padding-left: 10px;
}
.appointment-referral-note-width {
width: 75%;
}
.select-patient-card-bottom-margin {
margin-bottom: 5px !important;
}
.add-referral-from-select-icon {
float: right;
cursor: pointer;
}
.admit-discharge-date-padding-right {
padding-right: 0px;
}
.menu-dashboard-icon::before {
content: "\e23e";
font-size: 24px;
}
.menu-active-referral-icon::before {
content: "\f0c5";
font-size: 24px;
}
.alert-dialog {
background-color: #fff;
// border: 7px solid #2ca8ff;
outline: 0 none;
padding: 35px 24px 10px 24px;
}
.alert-dialog-content {
margin-left: 5%;
margin-bottom: 20px;
}
.alert-dialog-button-area {
display: flex;
justify-content: flex-end;
}
.alert-dialog-button {
background-color: #ffffff;
border: 2px solid var(--primary-text-color, #2ca8ff);
border-radius: 6px;
color: var(--primary-text-color, #2ca8ff);
margin-right: 10px;
min-height: 35px;
min-width: 88px;
}
.active .outgoing-referral-menu-icon {
background-color: var(--selected-menu-item-icon-color);
}
.outgoing-referral-menu-icon {
mask-image: url(../svg/outgoing-referral.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 22px;
display: block;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
// background: url(../svg/outgoing-referral.svg);
// background-repeat: no-repeat;
// background-position: left;
// display: block;
// background-size: contain;
// width: 50px;
// height: 22px;
// position: relative;
// margin-top: 4px;
// margin-left: 3px;
// font-weight: bold;
}
.active .network-provider-menu-icon {
background: url(../svg/network-blue.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 29px !important;
height: 25px;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.network-provider-menu-icon {
background: url(../svg/network.svg);
background-repeat: no-repeat;
background-position: left;
display: block;
background-size: contain;
width: 30px;
height: 25px;
position: relative;
margin-top: 4px;
margin-left: 4px;
font-weight: bold;
}
.sidebar[data-color="blue"] .nav li.active>a:not([data-toggle="collapse"]) i[class="network-provider-menu-icon"] {
// background-color: #2CA8EF !important;
}
.active .incoming-referral-menu-icon {
background-color: var(--selected-menu-item-icon-color);
}
.incoming-referral-menu-icon {
mask-image: url(../svg/incoming-referral.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-text-color);
width: 50px;
height: 22px;
display: block;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.sub-menu1 .active .incoming-referral-menu-icon {
background: url(../svg/incoming-referral-blue.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 1px;
}
.sub-menu1 .incoming-referral-menu-icon {
background-repeat: no-repeat;
background-position: left;
display: block;
background-size: contain;
width: 36px !important;
height: 22px;
position: relative;
margin-top: 0;
margin-left: 7px;
font-weight: bold;
}
.transportcomplete-referral-action-icon {
/* background-color: transparent !important; */
background: url(../svg/transportcomplete-icon.svg) no-repeat;
height: 50px;
width: 50px;
position: absolute;
margin-top: -31px;
margin-left: -22px;
}
.svg-menu-icons {
height: 22px;
margin-left: 6.8px;
margin-top: 3px;
}
.menuWidth {
width: 54px;
}
.svg-hover-icon {
margin-top: -2px;
}
.active>.menuWidth>.svg-menu-icons:first-child {
// background-color: #2ca8ff !important;
}
.active>.display-sub-menu>.svg-menu-icons:first-child {
// background-color: #2ca8ff !important;
}
.bottom-padding-5 {
padding-bottom: 5px !important;
}
app-otp {
display: flex;
justify-content: center;
}
app-otp .passwordModel {
margin-left: 0 !important;
}
.patient-notification-icon {
/* background: url(../svg/share-with-patient.svg) no-repeat; */
-webkit-mask: url(../svg/share-with-patient.svg) no-repeat;
mask: url(../svg/share-with-patient.svg) no-repeat;
background-color: #3c9248;
height: 22px;
width: 18px;
position: absolute;
margin-top: -19px;
margin-left: -11px;
}
.patient-send-list-icon {
/* background: url(../svg/share-with-patient.svg) no-repeat; */
-webkit-mask: url(../svg/share-with-patient.svg) no-repeat;
mask: url(../svg/share-with-patient.svg) no-repeat;
background-color: #3c9248;
height: 24px;
width: 24px;
position: absolute;
margin-top: -14px;
margin-left: -9px;
transform: scale(1.3);
}
.view-smart-patient-info-icon-svg {
background: url(../svg/external-link-icon.svg) no-repeat;
height: 16px;
width: 13px;
background-size: contain;
fill: #2cd8ff !important;
position: absolute;
}
.send-survey-icon-svg {
background: url(../svg/survey.svg) no-repeat;
height: 21px;
width: 16px;
background-size: contain;
fill: #2cd8ff !important;
position: absolute;
margin-left: -8px;
margin-top: -11px;
}
.referral-history-svg-icon {
/* background-color: #000 !important; */
background: url(../svg/referral-history.svg) no-repeat;
-webkit-mask: url(../svg/referral-history.svg) no-repeat;
mask: url(../svg/referral-history.svg) no-repeat;
background-size: contain;
fill: #000 !important;
height: 26px;
margin-top: 0;
}
.patient-referral-history-svg-icon {
background-color: #3c9248 !important;
-webkit-mask: url(../svg/referral-history.svg) no-repeat;
mask: url(../svg/referral-history.svg) no-repeat;
background-size: contain;
fill: #fff !important;
height: 26px;
}
.padding-top-15 {
padding-top: 15px;
}
.top-30 {
top: 30px;
}
.referral-label-text-indent {
text-indent: 60px !important;
}
.add-edit-view h4 {
margin: 0 !important;
padding-bottom: 5px;
}
.patient-referral-note:disabled {
background-color: #ededed;
border: 1px solid #ededed;
}
.appointment-input-field:disabled {
background-color: #ededed;
border: 1px solid #ededed;
}
.mat-dialog-content {
overflow-x: hidden !important;
}
.active .medical-record-menu-icon {
background: url(../svg/medical-record-menu-blue.svg);
background-repeat: no-repeat;
margin-left: 5px;
}
.medical-record-menu-icon {
background: url(../svg/medical-record-menu-icon.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 35px !important;
height: 29px;
position: relative;
margin-top: -6px;
margin-left: 0px;
font-weight: bold;
}
.sub-menu1 .active .medical-record-menu-icon {
background: url(../svg/medical-record-menu-blue.svg);
background-repeat: no-repeat;
margin-left: 5px;
}
.sub-menu1 .medical-record-menu-icon {
background: url(../svg/medical-record-menu-icon.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 35px !important;
height: 29px;
position: relative;
margin-top: -6px;
margin-left: 0px;
font-weight: bold;
}
.select-status-dropdown {
position: absolute;
z-index: 1000;
padding: 5px 0;
margin: 2px 0 0;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.rhf-accept button:hover {
/* background-color: #efefef !important;
border: 1px solid #efefef !important;
border-radius: 30px !important; */
}
.more-action-container {
display: inline;
}
.more-action-box .chat-count {
font-size: 12px !important;
margin-top: -5px !important;
margin-left: -15px !important;
}
.more-action-box .responded-referral-count {
font-size: 12px !important;
margin-top: -5px !important;
margin-left: -15px !important;
}
.change-status-icon {
-webkit-mask: url(../svg/change-status.svg) no-repeat;
mask: url(../svg/change-status.svg) no-repeat;
background-color: #05a7ce;
height: 24px;
width: 24px;
position: absolute;
margin-top: -20px;
margin-left: -15px;
transform: scale(1.3);
}
.file-add-icon {
background: url(../svg/file-add.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/file-add.svg) no-repeat;
position: absolute;
width: 30px;
height: 30px;
transform: scale(1.5);
margin: -19px -5px;
}
.list-in-a-box {
position: absolute;
font-size: 16px;
padding: 4px 3px;
opacity: 1 !important;
list-style-position: inside;
list-style-type: square;
z-index: 1;
}
.bx-shadow {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.unselected-tab {
width: 50%;
height: 40px;
padding: 9px;
background: white;
text-align: center;
color: #2ca8ff !important;
cursor: pointer;
}
.selected-tab {
width: 50%;
height: 40px;
padding: 9px;
background: #2ca8ff;
text-align: center;
color: white !important;
cursor: pointer;
}
.margin-for-tabs {
margin-top: 30px;
margin-bottom: -15px;
}
.flex-center {
display: flex;
justify-content: center;
}
.referral-timeline-icon {
background: url(../svg/referral-timeline.svg) no-repeat;
height: 24px;
width: 24px;
position: absolute;
margin-top: -16px;
margin-left: -10.5px;
transform: scale(1.2);
}
.chat-border-new {
border: 2px solid #2ca8ff;
}
.comment-text-area {
border: 2px solid #2ca8ff;
border-top: 0;
}
.comment-text-area .form-control {
border: 0 !important;
}
.border-0 {
border-top: 0;
}
.padding-top-12 {
padding-top: 12px;
}
.annotation-box .comment-text-area {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.side-navigation-card {
position: sticky;
top: 0px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-top-25-important {
margin-top: 25px !important;
}
.add-patient-navigation {
margin-bottom: 10px !important;
padding: 3px 23px !important;
}
.add-patient-navigation .nav-list-text {
font-size: 15px;
}
.provider-preview-navigation {
position: sticky;
top: -2px;
z-index: 1;
margin-top: -10px;
}
.select-referral-type-buttons {
margin-left: 14%;
margin-top: -10px;
}
.toggle-buttons {
background-color: #fff;
border: 1px solid #2ca8ff;
color: #000;
padding: 6px 20px;
cursor: pointer;
}
.select-referral-type-buttons input[type="radio"] {
display: none;
}
.toggle-buttons:hover {
-webkit-box-shadow: 0px 0px 2px 3px rgba(44, 168, 255, 0.45);
-moz-box-shadow: 0px 0px 2px 3px rgba(44, 168, 255, 0.45);
box-shadow: 0px 0px 2px 3px rgba(44, 168, 255, 0.45);
}
.toggle-buttons-selected {
background-color: #d1d1d1 !important;
border: 1px solid #d1d1d1 !important;
color: #333 !important;
cursor: pointer;
}
.send-referral-header {
display: flex;
justify-content: space-between;
}
.service-offered-box {
max-height: 260px;
border: 1px solid #2ca8ff;
padding: 6px;
min-width: 75%;
border-top: none;
}
.filter-submit {
width: 30% !important;
float: right;
border-radius: 0px !important;
}
.margin-top-0 {
margin-top: 0px !important;
}
.send-survey-btn-align {
display: flex;
justify-content: end;
width: 100%;
}
.active .send-survey-menu-icon {
background-color: var(--selected-menu-item-icon-color);
}
.send-survey-menu-icon {
mask-image: url(../svg/survey.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-text-color);
width: 50px;
height: 22px;
display: block;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.status-selection-icon {
font-size: 11px;
pointer-events: none;
}
.add-patient-background {
background-color: #ebebeb;
}
.add-patient-form-cards {
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
margin-left: 5px;
margin-right: 5px;
padding: 15px;
}
.add-patient-provider-section {
display: flex;
}
.search-magnifier-top-right {
float: right;
margin-top: 5px;
}
.disable-referral-toggle {
background-color: lightgray;
border: 1px solid lightgray;
color: #fff !important;
cursor: not-allowed;
}
.disable-referral-toggle:hover {
box-shadow: none;
}
.status-selection-icon {
font-size: 11px;
}
.select-status-box {
border-top: none !important;
border: 1px solid #cecece;
margin-top: 2px;
}
.select-status-options {
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
.select-status-options:hover {
background-color: #1c7dfe;
color: white;
}
.multi-select-drop-down {
width: 32.9%;
}
.add-patient-navigation .patient-detail-nav-header {
font-size: 15px;
}
.event-status-change {
margin-top: 15px;
}
.input-search-text-indent {
text-indent: 10px;
}
.add-new-button-color {
color: #3c9248;
}
.search-loading {
background-color: #f0f0f7;
padding: 15px 10px;
}
.toggle-referral-button {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.merge-referral-btn {
cursor: pointer;
float: right;
margin-right: 3px;
}
.arrow-lt-mr {
margin-left: 17px !important;
}
.merge-referral-btn-decorate {
background-color: #2b76d4 !important;
padding: 6px 9px !important;
}
.merge-referral-btn-decorate:hover {
text-decoration: none;
background: #fff0;
border-color: #2ca8ff !important;
border: 2px solid;
}
.merge-btn {
width: 5%;
text-align: center;
}
.alert-dialog-container .mat-dialog-container {
padding: 0 !important;
}
.send-referral-filters {
max-height: 260px;
border: 1px solid #2ca8ff;
padding: 10px;
min-width: -webkit-fill-available;
border-top: none !important;
margin-right: 30px;
}
.upload-download-buttons {
margin-left: 5px;
text-align: center;
}
.filter-block-position {
margin-top: -10px;
right: 50px;
}
.send-referral-date-dropdown {
height: 30px;
}
.send-referral-patient-information {
margin: 1% 0% 0%;
}
.popup-header-line {
position: relative;
border-radius: 1px;
background: #ffffff;
border-top: 3px solid #43425d;
margin-bottom: 10px;
width: 100%;
}
.filter-buttons-display {
display: inline-flex;
align-items: baseline;
justify-content: flex-end;
gap: 10px;
padding: 0 15px;
}
.chat-badge-position {
position: absolute;
margin-left: 5px;
right: 5px;
}
.margin-left-none-radio input[type="radio"] {
margin-left: 0 !important;
}
.filter-title-with-tabs {
height: 40px;
}
.filter-tab-position-absolute {
position: absolute;
right: 75px;
top: 5px;
}
.top-add-buttons {
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
background: #2ca8ff;
color: #fff;
font-weight: bold;
}
.view-more-button-right-aligned {
text-align: right;
}
.view-more-button-right-aligned>button {
border: none;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
margin: 2px 2px;
cursor: pointer;
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6);
background-color: #1f7cba
}
.view-more-button-right-aligned>button>a {
color: white !important;
}
.view-more-button-right-aligned>button:hover {
background-color: #2a5686
}
.top-add-buttons:hover,
.top-add-buttons:focus {
color: #2ca8ff !important;
text-decoration: none;
background: #fff0;
border-color: #2ca8ff !important;
border: 2px solid;
}
.top-add-buttons:active,
.btn:not(:disabled):not(.disabled):active {
color: #2ca8ff !important;
text-decoration: none;
background: #fff !important;
border-color: #2ca8ff !important;
border: 2px solid;
}
.top-add-buttons:active {
background: #2ca8ff !important;
color: #fff !important;
}
.top-add-buttons:focus {
color: #fff;
}
.common-header-buttons {
position: relative;
top: 0px;
display: flex;
right: 10px;
z-index: 12;
justify-content: flex-end;
gap: 3px;
}
.selected-care-requirement-margin {
margin-left: -1%;
}
.facility-type-label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
color: #204065;
font-size: 15px;
margin-right: 5px;
}
.send-referral-save-filter {
color: white;
background: #3c9248;
font-size: 15px;
padding: 3px 15px;
border: none;
border-radius: 6px;
font-weight: 500;
margin-right: 5px;
}
.send-referral-clear-filter {
color: #bf0f0f;
background: #ffffff;
font-size: 15px;
padding: 3px 15px;
border: 1px #bf0f0f solid;
border-radius: 6px;
margin-right: 5px;
}
.send-referral-go-filter {
color: white;
background: #1f7cba;
font-size: 15px;
padding: 3px 22px;
border: none;
border-radius: 6px;
font-weight: 500;
}
.send-referral-save-filter-input {
float: right;
margin-right: 15px;
width: 225px;
}
.facility-type-margin-left {
margin-left: 20px;
}
.send-referral-main-filter {
display: flex;
}
.show-filter-collapse {
float: right;
padding-right: 20px;
cursor: pointer;
font-weight: 600;
color: #204065;
}
.filter-zip-code-width {
width: 70px;
}
.filter-miles {
width: 50px;
padding: 1px;
border-radius: 0px;
border: 1px solid #2ca8ff;
}
.content-external {
height: 100%;
}
.discharge-svg-icon {
background: url(../svg/discharge-icon.svg) no-repeat;
height: 24px;
width: 24px;
position: absolute;
margin-top: -18.5px;
margin-left: -11.5px;
transform: scale(1.4);
}
/* Radio container */
.custom-radio-button {
position: relative;
padding-left: 28px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the default Radio */
.custom-radio-button input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Custom checkbox */
.checkmark {
position: absolute;
top: 6px;
left: 0;
height: 15px;
width: 15px;
border: 1px solid;
}
.custom-radio-button input:checked~.checkmark {
background-color: #2196f3;
}
/* Checkmark holder */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Checkmark checked */
.custom-radio-button input:checked~.checkmark:after {
display: block;
}
/* Style for checkmark */
.custom-radio-button .checkmark:after {
left: 4px;
top: 0px;
width: 5px;
height: 11px;
border: solid white;
border-width: 0px 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.shortlist-filter-position {
position: absolute;
z-index: 1;
}
.shortlist-pagination-absent {
margin-top: -10px;
}
.shortlist-pagination-height {
height: 35px;
}
.z-index-1 {
z-index: 0;
}
.more-action-icon .discharge-svg-icon {
margin-left: -9.5px;
transform: scale(1);
}
.manage-role-table-title {
background-color: #19689e;
padding: 10px;
}
.manage-role-table-title-txt {
color: white;
font-size: 16px;
}
.manage-role-table-border {
border: 1px solid olivedrab;
padding: 0px;
}
.manage-role-table {
border: none;
width: 100%;
border-collapse: none !important;
margin-bottom: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.selected-row {
background-color: rgb(208 224 243) !important;
}
.status-badge-container {
position: relative;
display: inline-block;
}
.referral-exclamation {
color: #b73323;
font-size: 14px;
margin-left: 5px;
padding-top: 2px;
position: absolute;
cursor: pointer;
}
.copy-link-button {
font-size: 11px !important;
padding: 4px;
margin-top: 0px;
color: white;
background: deepskyblue;
border: 1px solid deepskyblue;
font-weight: 700;
border-radius: 6px;
}
.save-shortlist-filter-button {
color: var(--color-white);
background: var(--color-green);
font-size: var(--button-font-size);
padding: var(--button-padding);
border: none;
border-radius: var(--button-radius);
font-weight: var(--normal-font-weight);
}
.shortlist-button-display {
gap: 5px;
justify-content: flex-end;
align-items: center;
}
.search-input-box {
position: absolute;
padding: 10px 10px 0px 10px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 6px;
margin-top: 120px;
z-index: 2;
}
.cancel-icon {
color: #dd4b39de;
}
.add-role {
float: right;
color: beige;
font-size: 20px;
cursor: pointer;
}
.add-referral-icon {
background: transparent;
color: #2cd8ff;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.shortlist-rating-box {
margin: 8px 8px 8px;
position: relative;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.upload-file-row {
padding: 0 30px;
width: 100%;
}
.select-file-row {
gap: 15px;
display: flex;
}
.gap-20 {
gap: 20px;
}
.gap-60 {
gap: 60px;
}
.cancel-btn-smr {
position: relative;
bottom: 12px;
background-color: #a02911;
}
.download-link {
color: #337ab7;
text-decoration: underline;
cursor: pointer;
}
.import-message {
margin: 10px 0px 15px;
}
.file-name-wrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 95%;
}
.insurance-card-gap {
gap: 10px;
}
.hide-menu-text {
transform: translate3d(-25px, 0, 0) !important;
opacity: 0 !important;
}
.show-menu-text {
transform: translate3d(0px, 0, 0) !important;
opacity: 1 !important;
}
.otp-container {
width: 21%;
margin-top: 3%;
border: 2px solid #295586;
border-radius: 8px;
height: auto;
box-shadow: 0 3px 6px rgb(0 0 0 / 60%), 0 0 40px rgb(128 128 128 / 10%) inset;
}
.show-in-mobile {
display: none;
}
.desktop-no-padding {
padding: 0;
}
.file-name-margin-top {
margin-top: 10px;
}
.sample-file-message {
margin: 15px 0px 10px;
}
.popup-blue-header {
font-weight: bold;
color: #204065 !important;
font-size: 15px;
}
.margin-top-5 {
margin-top: 5px;
}
.small-text-wrap {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
width: 95%;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
}
.information-icon {
cursor: pointer;
color: #51a7ff;
font-size: 15px;
margin-left: 5px;
}
.position-relative {
position: relative !important;
}
.information-box {
margin: 2px;
min-width: 140px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
top: 20px;
}
.import-status-inline {
display: flex;
}
.import-status-section {
margin-top: 20px;
}
.import-status-margin {
margin-top: 2px;
margin-left: 10px;
}
.recommended-provider-label label {
font-size: 19px;
font-weight: 700;
color: #1b435feb;
}
.show-more-referrals-label {
float: right;
color: #3b8bb9;
cursor: pointer;
font-weight: bold;
font-size: 15px;
}
.card-image-height {
height: 200px !important;
}
.custom-card-title {
font-weight: bold;
font-size: 20px;
}
.modal-dialog .label-display {
position: absolute;
margin-top: 6px;
margin-left: 5px;
color: #333;
font-weight: 700;
}
.pacdesc {
text-align: justify;
word-break: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.side-navigation-list .nav-list-text {
text-decoration: underline;
padding: 0;
}
.side-navigation-list .add-patient-navigation {
margin-bottom: 0 !important;
padding: 0 10px !important;
}
.side-navigation-list .box-line {
margin-bottom: 0;
}
.side-navigation-list h4 {
margin-bottom: 5px;
font-weight: bold;
color: #204065;
font-size: 15px;
}
.add-patient-side-navigation .patient-detail-padding {
padding: 2px 10px;
}
.pacdesc {
text-align: justify;
word-break: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.document-center-icon {
-webkit-mask: url(../svg/document-upload-1.svg) no-repeat center/cover;
mask: url(../svg/document-upload-1.svg) no-repeat center/cover;
background-color: var(--side-nav-menu-item-icon-color);
display: block;
width: 50px;
height: 37px;
position: relative;
margin-top: -4px;
font-weight: bold;
}
.global-chat-icon {
//TODO: This mask styling cropped out the unread message count, need to find alternative
// -webkit-mask: url(../svg/global-chat.svg) no-repeat center/cover;
// mask: url(../svg/global-chat.svg) no-repeat center/cover;
// background: var(--side-nav-menu-item-icon-color) center/cover no-repeat;
background-image: url('../svg/global-chat.svg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: block;
width: 45px;
height: 28px;
position: relative;
font-weight: bold;
}
.notification-bell-icon {
-webkit-mask: url(../svg/notification-bell.svg) no-repeat center/cover;
mask: url(../svg/notification-bell.svg) no-repeat center/cover;
background-color: var(--side-nav-menu-item-icon-color);
cursor: pointer;
width: 30px;
height: 30px;
position: relative;
}
.expired-referral-notification-icon {
background: url(../svg/expired-referral-notif-icon.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/expired-referral-notif-icon.svg) no-repeat;
width: 43px;
height: 45px;
position: relative;
bottom: 3px;
}
.resend-referral-in-notification-icon {
background: url(../svg/resend-referral-small.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/resend-referral-small.svg) no-repeat;
width: 25px;
height: 9px;
}
.system-notifs-area {
position: fixed;
z-index: 110000;
right: 0;
top: 114px;
background-color: #f0f0f7;
min-height: 100vh;
width: 45%;
box-shadow: inset 2px 1px 0 rgb(0 0 0 / 14%);
animation: open-side-note .2s linear;
}
.close-notif-icon {
display: flex;
flex-direction: row-reverse;
font-size: 35px;
color: #a3a1a1;
cursor: pointer;
position: relative;
bottom: 8px;
}
.dismiss-notifs {
cursor: pointer;
color: #2CA8FF;
text-transform: capitalize;
text-decoration: underline;
}
.notifs-options {
cursor: pointer;
margin-top: 10px;
font-size: 16px;
color: #2CA8FF;
}
.scroll-for-notification-area {
overflow-x: hidden;
overflow-y: overlay;
max-height: 75vh;
}
.individual-notif-box {
background-color: white !important;
padding-top: 15px;
padding-bottom: 5px;
padding-left: 20px;
margin-bottom: 8px;
}
.left-130 {
left: 130px;
}
.close-button-notif {
float: right;
position: relative;
right: 25px;
font-size: 20px;
}
.individual-notif-box-detail {
background-color: white !important;
}
.unread-notification {
position: relative;
top: 21px;
right: 10px;
background: #2CA8FF;
width: 5px;
height: 5px;
border-radius: 3px;
border: 2px solid #2CA8FF;
}
.event-header-font {
color: #064C75;
font-size: 16px;
font-weight: 600;
}
.fw-800 {
font-weight: 800;
}
.notification-action {
font-size: 12px;
color: #2CA8FF !important;
position: relative;
left: -26px;
top: 12px;
}
.notification-date {
float: right;
position: relative;
bottom: 5px;
font-size: 13px;
left: 70px;
}
.side-notes-area {
position: fixed;
z-index: 110000;
right: 0;
top: 0;
background: white;
min-height: 100vh;
/* padding: 10px; */
width: 30%;
-webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 14%);
box-shadow: inset 1px 1px 0 rgb(0 0 0 / 14%);
/* animation: open-side-note .2s linear; */
}
.side-note-header {
-webkit-align-items: center;
align-items: center;
background-color: #19689e;
color: #fff;
border-bottom: solid 1px #f1f3f4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
height: 64px;
position: relative;
z-index: 1;
padding: 10px;
}
.side-note-header-title {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
width: 1px;
padding: 10px;
}
.side-note-header-action i {
padding: 5px;
}
.side-note-header-action i:last-child {
font-size: 16px;
}
.side-notes-card {
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 10px;
overflow: hidden;
background: #f0f0f7;
padding: 10px;
}
.note-label {
/* padding: 16px 16px 0 16px; */
font-weight: bold;
}
.note-content {
/* padding: 10px 16px 10px 16px; */
}
@keyframes open-side-note {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0%);
}
}
.side-note-input {
border: 2px solid #f0f0f7;
min-height: 6em;
resize: none;
width: 100%;
padding: 10px !important;
}
.add-side-notes {
position: relative;
}
.remove-note {
color: #b73323;
float: right;
cursor: pointer;
/* position: absolute; */
right: 20px;
/* margin-top: 10px; */
margin-right: 10px;
}
.send-notes-icon {
font-size: 10px;
/* right: 11px; */
/* position: absolute; */
color: #f5f5f5;
background: #2ca8ff;
border-radius: 50%;
/* bottom: 11px; */
padding: 7px;
float: right;
}
.side-note-type {
display: flex;
margin-bottom: 10px;
}
.side-note-type label {
margin-right: 5px;
}
.side-note-type-select {
width: 100%;
}
.wrapper-width {
width: 70%;
}
.side-notes-content {
padding: 10px;
}
.add-side-notes {
padding: 10px;
}
.side-notes {
max-height: 35vh;
overflow-y: scroll;
overflow-x: hidden;
padding: 10px;
border: 1px solid #dadce0;
box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
border-radius: 8px;
}
.add-more-notes {
background: white;
font-size: 28px;
border-radius: 30px;
color: #2ca8ff;
position: absolute;
right: 10px;
border: 10px;
}
.side-notes-fields {
position: absolute;
background: white;
/* border: 1px solid black; */
padding: 10px;
border: 1px solid #dadce0;
box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
border-radius: 8px;
right: 0px;
width: 100%;
}
.side-note-search-container {
padding: 10px;
}
.side-note-search {
padding: 15px;
margin: 0 !important;
border: 1px solid #dadce0;
box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
border-radius: 8px;
}
.side-note-search-button {
display: flex;
justify-content: flex-end;
}
.note-search-button {
background: #1f7cba;
color: white;
padding: 5px;
margin-top: 0;
border-radius: 5px;
}
.padding-side-none {
padding-left: 0;
padding-right: 0;
}
.side-note-date-label {
font-weight: bold;
}
.notes-bottom-row {
display: flex;
justify-content: space-between;
margin-top: 5px;
}
.side-note-type-label {
font-weight: bold;
}
.side-note-date {
display: flex;
justify-content: center;
}
.note-added-on {
padding: 2px;
border: 1px solid #aaaaaa;
background: #f0f0f7;
color: black;
border-radius: 6px;
font-weight: bold;
margin-top: 10px;
}
.referral-detail-toggle {
display: inline-flex;
/* gap: 10px; */
}
.referral-detail-type {
background: white;
padding: 8px;
font-size: 15px;
cursor: pointer;
}
.referral-detail-type:hover {
background-color: #ccc !important;
color: black !important;
}
.referral-detail-type-selected {
background: #1f7cba !important;
color: white !important;
}
.resize-main-app {
min-height: 100%;
}
.app-container {
/* display:flex;
justify-content:flex-start;
flex-direction: row; */
}
.resize-main-app {
position: relative;
flex-grow: 0;
}
.resizable-notes {
position: relative;
flex-grow: 0;
}
.medical-record-2 {
position: fixed;
left: -20%;
}
.calendar-2 {
top: 60%;
position: absolute;
right: 8%;
}
.save-btn {
margin-top: 23px;
width: 35%;
}
.multi-select-arrow-2 {
font-size: 12px;
right: 29px;
position: absolute;
margin-top: 12px;
color: #888;
}
.top-add-buttons-2 {
border-radius: 6px;
background: #2ca8ff;
color: #fff;
width: 30%;
float: right;
margin-right: -30px;
}
#divNotes {
padding-top: 10px;
}
.appointment-note {
padding-left: 10px !important;
width: 100%;
height: 100px !important;
max-height: none !important;
resize: none;
}
.history-note-label {
margin-bottom: 0 !important;
margin-top: 10px !important;
}
.event-status-container {
display: flex;
gap: 5px;
margin-top: 5px;
}
// .message-board-icon-size {
// font-size: 30px;
// }
.medical-record-2 {
position: fixed;
left: 30px;
}
.appointment-history-icon {
background: url(../svg/appointment-history-new.svg) no-repeat;
height: 24px;
width: 24px;
position: absolute;
margin-top: -18px;
margin-left: -10.5px;
transform: scale(1.6);
cursor: pointer;
}
.follow-up-history-labels {
margin-bottom: 20px;
margin-top: 20px;
}
.fax_file_icon {
margin-left: 4px;
font-size: 19px;
color: #fc8012;
cursor: pointer;
}
.followup-history-icon {
background: url(../svg/follow-up-history.svg) no-repeat;
height: 24px;
width: 24px;
position: absolute;
margin-top: -16px;
margin-left: -10.5px;
transform: scale(1.6);
cursor: pointer;
}
.status-setting-contents {
display: flex;
flex-wrap: wrap;
}
.attribute-settings {
margin-top: 10px;
}
.margin-right-5 {
margin-right: 5px;
}
.selected-option {
color: green;
}
.flex-justfiy-content-flex-end {
display: flex;
justify-content: flex-end;
}
.followup-date-selection {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.zip-code-label {
display: flex;
justify-content: space-between;
}
.display-zipcode-flex {
display: flex;
align-items: center;
}
.zip-code-container {
max-height: 300px;
margin-top: 10px;
overflow-y: auto;
overflow-x: hidden;
display: flex;
flex-wrap: wrap;
}
.remove-zip-code {
cursor: pointer;
color: #003151;
padding: 0px 7px;
height: 25px;
font-size: 17px;
}
.search-indent-left {
text-indent: 20px;
}
.search-style-zipcode {
position: absolute;
color: #808080;
font-size: 16px;
margin-left: 10px;
margin-top: 10px;
}
.search-zipcode-values {
background-color: white;
position: absolute;
z-index: 100;
box-shadow: 0 0 5px #2ca8ff;
width: 90%;
overflow-x: hidden;
max-height: 13em;
overflow-y: auto;
}
.mat-tab-body-content {
overflow-x: hidden !important;
}
.more-action-box .upload-medical-record-icon {
background: url(../svg/medical-records.svg) no-repeat;
height: 21px;
width: 23px;
background-size: contain;
fill: #3c9248 !important;
position: absolute;
margin-left: -10px;
margin-top: -15px;
}
.upload-medical-record-icon {
background: url(../svg/medical-records.svg) no-repeat;
height: 37px;
width: 26px;
background-size: contain;
fill: #3c9248 !important;
position: absolute;
margin-left: -14px;
margin-top: -24px;
}
.edit-pen-icon {
cursor: pointer;
color: #32779f;
}
.cancel-followup-button {
background-color: #a02911 !important;
}
.btn-spacing {
column-gap: 5px;
}
.blue-save-button {
border-radius: 6px;
background: #2ca8ff;
color: #fff;
padding: 6px 17px;
}
.red-cancel-button {
background-color: #dd4b39;
border-color: #d73925;
text-align: center;
color: #fff;
border-radius: 6px;
}
.suggested-zip-codes {
display: flex;
justify-content: space-between;
}
.suggested-zip-codes div {
display: flex;
align-items: center;
}
.suggested-zipcode-container {
/* border: 1px solid #ccc;
padding: 10px; */
margin-top: 10px;
}
.zip-distance-selection {
width: 60px;
margin: 0 5px;
}
.margin-right-10 {
margin-right: 10px;
}
.margin-right-12 {
margin-right: 12px;
}
.unread-count-style {
font-size: 15px;
font-family: sans-serif;
position: relative;
margin-left: -6px;
}
.suggestion-not-selected-label {
border: 1px solid #003151;
color: #003151;
padding: 2px 7px;
border-radius: 5px;
font-size: 1.2rem;
}
.suggestion-selected-label {
border: 1px solid green;
background-color: green;
color: white;
padding: 2px 7px;
border-radius: 5px;
}
.select-suggestion {
margin-bottom: 0px;
margin-right: 5px;
cursor: pointer;
}
.dot-label {
width: 25px;
height: 9px;
border-radius: 5px;
margin-right: 5px;
}
.suggestion-selected label {
margin-bottom: 0 !important;
}
.select-state-city-container {
position: absolute;
max-height: 250px;
min-height: 150px;
background: white;
z-index: 1;
border: 1px solid;
padding: 5px;
overflow-y: auto;
overflow-x: hidden;
}
.select-state-and-city-scroll {
height: 350px;
overflow-x: hidden;
overflow-y: auto;
}
.search-zipcode-width {
width: 120px;
}
.zip-code-pagination {
margin-top: 10px;
}
.override-patient-record {
background: url(../svg/override-patient-record.svg) no-repeat;
}
.patient-search-input-indent {
text-indent: 45px;
}
#AddMedicalAttachment {
z-index: 9001 !important;
}
.add-zipcode-flex {
display: flex;
gap: 10px;
align-items: center;
}
.cities-served-container {
display: flex;
flex-wrap: wrap;
gap: 5px;
align-items: center;
}
.service-area-container {
display: flex;
gap: 20px;
}
.add-zip-code {
display: flex;
gap: 5px;
align-items: center;
}
.add-zip-code-button {
border-radius: 6px;
background: #2ca8ff;
color: #fff;
width: 20%;
float: right;
margin-top: 0px;
}
.edit-zip-code-container {
display: flex;
gap: 10px;
align-items: baseline;
}
.upload-document-button-padding {
padding: 3px 15px !important;
margin-bottom: 3px;
font-size: 16px;
}
.import-patient-count-bottom {
position: fixed;
bottom: 10px;
right: 10px;
background-color: #2ca8ff;
color: #fff;
display: block;
cursor: pointer;
z-index: 10000;
will-change: transform;
border-radius: 3px;
box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
}
.import-patient-count-message {
font-size: 17px;
}
.import-in-progress-message {
position: absolute;
background-color: white;
color: black;
display: none;
margin: 2px;
border: 1px solid white;
border-radius: 6px;
padding: 4px 7px;
margin-top: 10px;
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
font-size: 16px;
width: 515px;
right: 12px;
}
.import-in-progress-message:after {
content: " ";
position: absolute;
right: 30px;
top: -15px;
border-top: none;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid white;
}
.import-patient-disabled-button[disabled] {
pointer-events: auto !important;
}
.import-status-label-container {
display: flex;
align-items: center;
gap: 7px;
}
.import-patient-display-flex {
display: flex;
align-items: center;
}
.import-patient-record-dialog label {
margin-bottom: 0 !important;
}
.import-patient-records-count {
font-weight: bold;
font-size: 15px;
}
.import-patient-record-dialog {
font-size: 16px !important;
}
.import-patient-file-name-color {
color: grey;
margin-top: 10px;
margin-bottom: 5px;
}
.import-label-container {
display: flex;
align-items: center;
gap: 10px;
}
.send-patient-notification-add-more-button {
float: right;
margin-top: 6px;
margin-left: 5px;
}
.remove-fabicon {
font-size: 16px;
color: gray;
margin-left: 18px;
}
.font-size-16 {
font-size: 16px;
}
.send-multiple-patient-referral-container .row {
margin-bottom: 10px;
}
app-referral-information-dialog label {
margin-bottom: 0 !important;
}
.send-referral-care-requirement-selection input::placeholder {
color: #555;
}
.send-referral-care-requirement-selection {
position: relative;
}
.selected-care-requirement-list {
display: flex;
flex-wrap: wrap;
gap: 5px;
min-width: 85%;
position: relative;
}
.send-referral-dropdown-width {
// width: auto;
min-width: 200px;
}
.send-referral-notes-width {
width: 100%;
}
.font-size-17 {
font-size: 17px;
}
.services-needed-selected-filter-name {
font-size: 14px !important;
padding: 2px 7px;
border: 1px solid #003151;
color: #003151;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* max-width: 100px; */
/* overflow: hidden; */
/* text-overflow: ellipsis; */
height: 29px;
white-space: nowrap;
background: white;
border-radius: 5px;
margin-bottom: 8px;
display: flex;
align-items: center;
position: relative;
}
.remove-filter-selection {
cursor: pointer;
margin-top: -3px;
margin-left: 5px;
}
.send-referral-service-needed-column {
display: flex;
gap: 15px;
}
.select-care-requirement-width {
min-width: 15%;
}
.service-area-flex {
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.selected-provider-list-icon {
font-size: 20px;
margin-top: 1px;
position: absolute;
cursor: pointer;
}
.display-provider-selected-center {
display: flex;
justify-content: center;
align-items: center;
height: 2.5em;
}
.icon-color-blue {
color: #2ca8ff;
}
.hide-pagination-visibility {
opacity: 0;
visibility: hidden;
}
.referral-reminder-time-picker-group {
display: flex;
gap: 5px;
align-items: center;
}
.admin-setting-check-name {
font-weight: 400;
color: black;
margin-top: 5px;
text-transform: capitalize;
}
.admin-setting-display-flex {
display: flex;
align-items: center;
gap: 10px;
}
.select-rejection-reason-box {
border: 1px solid #2ca8ff;
padding: 5px;
min-width: 50%;
border-top: none !important;
}
.rejection-reason-dropdown {
/* width: 50%; */
position: relative;
}
.rejection-reason-dropdown input::placeholder {
color: #555;
}
.multi-select-placeholder-dark::placeholder {
color: black !important;
}
.disable-referral-note-textarea {
width: 100%;
height: 60px !important;
resize: none !important;
padding-left: 10px !important;
}
.display-flex-disable-referral-note {
display: flex;
gap: 10px;
}
#loading-message {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 10000;
opacity: 0.8;
display: flex;
justify-content: center;
align-items: center;
color: #2ca8ff;
font-weight: bold;
font-size: 16px;
}
.margin-top-100 {
margin-top: 100px;
}
.display-cards-in-center {
padding-right: 15%;
padding-left: 15%;
}
.company-capacity-container {
float: right;
}
.organization-capacity-icon {
font-size: 22px;
margin-top: -10px;
cursor: pointer;
}
.capacity-toggle-container {
background: #fff !important;
position: absolute;
right: 30px;
left: auto;
opacity: 1;
visibility: visible;
width: 23rem;
padding: 5px 0 5px 0;
border-radius: 5px;
z-index: 1000;
float: left;
min-width: 160px;
margin: 2px 0 0;
margin-top: -5px;
font-size: 14px;
text-align: left;
list-style: none;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.toggle-capacity-labels {
display: flex;
justify-content: space-between;
}
.full-capacity-label {
background: #ff6d4c;
color: white;
padding: 3px 7px 3px 7px;
font-size: 14px;
border-radius: 5px;
font-weight: bold;
}
.font-size-13 {
font-size: 13px;
}
.mat-toggle-scale {
transform: scale(0.9);
}
.patient-detail-full-capacity-label-position {
float: right;
margin-right: 10px;
margin-top: 10px;
}
.disabled-send-referral-to-patients {
color: grey;
}
.input-disabled-pointer {
z-index: 1000;
}
.padding-left-right-30 {
padding-left: 30px !important;
margin-top: 10px;
/* padding-left: 0px !important; */
padding-right: 30px !important;
}
.disable-input-placeholder {
width: 40px;
height: 40px;
position: absolute;
right: 25px;
opacity: 0;
z-index: 100000;
}
.information-box-not-accepting-message {
margin: 2px;
min-width: 140px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
top: 20px;
right: 30px;
margin-top: 35px;
}
.position-top-for-button-message {
top: -60px !important;
}
.positoin-top-button-message-patient-detail {
margin-top: -35px;
right: 10px !important;
top: auto !important;
}
.position-top-auto {
top: auto !important;
}
.patient-name-position-on-preference-list {
margin-left: 30px;
margin-bottom: 30px;
}
.disable-input-placeholder-table {
width: 40px;
height: 40px;
position: absolute;
/* right: 25px; */
opacity: 0;
left: 10px;
z-index: 100000;
}
.information-box-not-accepting-message-table {
margin: 2px;
min-width: 140px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
}
.category-selection-contact-type-arrow {
right: 30px !important;
}
.category-arrow-position-class {
right: 10px !important;
}
/*Style from shortlist provider css*/
.img-ul-button {
-moz-box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
-webkit-box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
border: none;
box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
color: black;
cursor: pointer;
display: inline-block;
font-size: 1.25em;
font-weight: 500;
padding: 17px;
text-transform: capitalize;
}
.rateProgram {
float: right;
margin-right: 33px;
margin-left: 17px;
margin-top: 23px;
}
.DisplayPACFName {
text-decoration: underline;
}
/*h4{
padding-left: 20px;
}*/
.toplabel {
font-size: 15px;
}
.Contentline {
margin-left: 0px !important;
}
/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}
.data-trigger-container h3 {
color: #fff;
font-size: 1.3em;
margin: 0;
font-weight: 700;
}
.data-trigger-container .data-trigger {
position: relative;
width: 100%;
background: #0d76ad;
padding: 10px 70px 10px 10px;
margin-bottom: 20px;
border: 0;
text-align: left;
}
.btn-box-tool {
font-size: 12px;
background: transparent;
color: #fff;
padding: 7px !important;
}
.data-trigger-container .data-trigger .data-float-text {
position: absolute;
top: 13px;
font-size: .8em;
right: 10px;
color: #fff;
}
.content-box {
border: 1px solid #0d76ad;
padding: 20px;
}
.marginBottom30 {
margin-bottom: 30px;
}
.list-box {
margin: 4px;
}
.marginBottom10 {
margin-bottom: 10px;
}
#PACFDetailid .header_td {
background: #309e8d;
padding: 6px;
padding-top: 0px;
}
.statusposition {
float: left;
}
.Contentline {
margin-left: 0px !important;
}
.icon_size {
font-size: 23px;
margin-top: -14px;
}
.close-button {
float: right;
}
.ratingHeaderCenter {
text-align: center;
font-size: 20px;
color: #309e8d;
}
.detail-model {
padding: 1px
}
.ratingHeaderLeft {
float: left;
font-size: 20px;
color: #309e8d;
}
/*.ratingTop
{
float:right;
}*/
/*.activateRate
{
font-size: 24px;
}
.deactivateRate
{
font-size: 24px;
}*/
#feedbacktitle {
border-top: none;
border-left: none;
border-right: none;
}
.program-calender {
padding-right: 4px;
font-size: 18px;
}
/*Save,save Patient,send Refferal button*/
#SendRefferal {
background-color: #fc8012;
}
#SendRefferal:hover {
color: #fc8012;
text-decoration: none;
background-color: #fff0;
border-color: #fc8012;
border: 2px solid;
}
#SendPatientBtn {
background-color: #07c6f0;
}
#SendPatientBtn:hover {
border: 2px solid;
color: #07c6f0;
text-decoration: none;
background-color: #fff0;
border-color: #2cd8ff;
}
.tooltiptext {
position: relative;
padding: 6px;
width: 300px;
background-color: #f5f5f5;
color: #333;
text-align: center;
border-radius: 6px;
max-width: max-content;
word-break: break-word;
}
#SaveShortlistBtn {
background-color: #2CA8FF;
}
#SaveShortlistBtn:hover {
border: 2px solid;
color: #2CA8FF;
text-decoration: none;
background-color: #fff0;
border-color: #2CA8FF;
}
#SendRefferal:hover {
color: #fc8012;
text-decoration: none;
background-color: #fff0;
border-color: #fc8012;
border: 2px solid;
}
#SendPatientBtn {
background-color: #07c6f0;
}
#SendPatientBtn:hover {
border: 2px solid;
color: #07c6f0;
text-decoration: none;
background-color: #fff0;
border-color: #2cd8ff;
}
#SaveShortlistBtn {
background-color: #2CA8FF;
}
#SaveShortlistBtn:hover {
border: 2px solid;
color: #2CA8FF;
text-decoration: none;
background-color: #fff0;
border-color: #2CA8FF;
}
/*Style from shortlist provider css*/
.shift-shortlist-to-left {
z-index: 20000;
margin-left: -20em;
}
.medical-record-popup-fixed {
position: fixed;
left: 50%;
transform: translate(-50%, 0) !important;
}
.back-Button-emr {
position: absolute !important;
z-index: 2500 !important;
}
.emr-heading-margin-left {
margin-left: 1.5em;
}
.header-ellipsis-emr {
max-width: 10em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.header-button-shift-emr {
top: 25px !important;
right: 23em !important;
z-index: 2500 !important;
}
.position-fixed-provider-list-button {
position: fixed;
margin-top: -10px;
}
.toggle-button-for-report {
display: flex;
float: right;
position: relative;
bottom: 15px;
}
.background-red-services {
border: 2.5px solid #b73323;
}
.font-weight-bold {
font-weight: bold;
}
.send-referral-provider-exclamation {
color: #b73323;
margin-left: 10px;
font-size: 20px;
margin-top: 5px;
cursor: pointer;
}
.provider-disabled-send-referral-message {
margin: 2px;
min-width: 20vw;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
top: 20px;
margin-top: 40px;
left: 105%;
}
.font-color-dark-blue {
color: var(--color-dark-blue-label);
}
.referral-disabled-service-top {
top: -10px;
}
.send-referral-button-color {
background-color: #fc8012;
}
.select-rejection-reason-box {
border: 1px solid #2ca8ff;
padding: 5px;
min-width: 100%;
border-top: none !important;
}
.capsule-part-green {
background-color: #3cad74;
color: white;
width: auto;
height: 30px;
padding: 6px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
/* clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); */
}
.capsule-part-red {
background-color: #bd5044;
color: white;
width: auto;
height: 30px;
padding: 6px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
/* clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%); */
}
.capsule-part-grey {
background-color: #D8D8D8;
color: black;
width: auto;
height: 30px;
padding: 6px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
/* clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); */
}
.capsule-container {
width: 100%;
margin-top: 10px;
gap: 5px;
}
.dead-row {
border-style: solid;
border-width: 2px;
border-color: #767676;
background: #dbdbdb !important;
}
.new-referral-response-bold>.row_container {
font-weight: bold;
color: black;
}
.referral-active-indicators {
display: flex;
float: right;
align-items: center;
gap: 5px;
margin-top: -30px;
margin-right: 10px;
}
.active-referral-label-indicator {
width: 20px;
border-radius: 50%;
height: 20px;
border: 1px solid black;
}
.inactive-referral-label-indicator {
width: 12px;
height: 12px;
border-radius: 50%;
border-style: solid;
border-width: 2px;
border-color: #767676;
background: #767676 !important;
}
.responded-referral-label-indicator {
width: 12px;
height: 12px;
border-style: solid;
border-radius: 50%;
border-width: 2px;
border-color: #3c9248;
background: #3c9248 !important;
}
/* .send-referral-label-width{
min-width: 120px;
} */
.light-blue-border {
border: 1px solid #2ca8ff;
}
.select-special-program-height {
max-height: 120px !important;
}
.select-services-needed-height {
max-height: 200px !important;
}
.send-referral-dialog-max-width {
max-width: 100vw !important;
}
.send-referral-expand-collapse {
cursor: pointer;
}
.send-referral-expand-collapse a {
color: #337ab7 !important;
}
.collapse-select-services-icon-container {
background-color: #cfcfcf;
padding: 0px 6px;
border-radius: 8px;
position: absolute;
margin-top: 8px;
width: 30px;
height: 17px;
}
.collapse-select-services-icon-container img {
vertical-align: inherit;
}
.send-referral-dialog-scroll-height {
max-height: 75vh !important;
}
.rejected-referral-label-indicator {
width: 12px;
height: 12px;
border-style: solid;
border-radius: 50%;
border-width: 2px;
border-color: #b73323;
background: #b73323 !important;
}
.referral-count-green {
padding: 0px 20px;
border: 2px solid #3c9248;
font-weight: bold;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
/* font-size: larger; */
color: black;
}
.referral-count-red {
padding: 0px 20px;
border: 2px solid #b73323;
font-weight: bold;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
/* font-size: larger; */
color: black;
text-align: center;
}
.referral-count-grey {
padding: 0px 20px;
border: 2px solid #767676;
font-weight: bold;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
/* font-size: larger; */
color: black;
text-align: center;
}
.capsule-border {
border: 1px solid black;
display: flex;
border-radius: 30px;
}
.no-scroll-mat-dialog-content {
overflow: hidden !important;
max-height: 80vh !important;
}
.transparent-button {
background-color: transparent;
}
#providerSection .label-header-color {
color: #1b435feb;
}
.position-absolute-provider-list-button {
position: absolute;
margin-top: -150px;
}
.patient-detail-info-in-dialog {
padding: 2px 15px !important;
}
.enable-disable-member-detail-dialog-close {
padding-left: 5% !important;
}
.padding-top-0 {
padding-top: 0 !important;
}
.width-12 {
width: 12% !important;
}
.width-28 {
width: 28% !important;
}
.hover-text-on-checkbox {
margin: 2px;
min-width: 140px;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
margin-top: 35px;
}
.consolidate-referral-btn {
position: relative;
bottom: 20px;
float: right;
}
.padding-left-30 {
padding-left: 30px;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.min-width-85-px {
min-width: 85px;
}
@media screen and (max-width:1440px) {
.padding-left-30 {
padding-left: 18px;
}
.padding-left-50 {
padding-left: 30px;
}
.font-weight-bold {
font-size: 16px;
margin-left: -5px !important;
}
.new-provider-list-message {
font-size: 14px;
margin-left: 0px !important;
}
.new-provider-list-message-time {
margin-left: 0px !important;
}
.chat-box {
top: 101% !important;
position: absolute;
}
#CheckboxId {
margin-left: -10px !important;
}
}
@media screen and (max-width:1024px) {
.padding-left-30 {
padding-left: 15px;
}
.padding-left-50 {
padding-left: 28px;
}
.font-weight-bold {
font-size: 14px;
}
.new-provider-list-message {
font-size: 13px;
margin-left: 11px;
}
.new-provider-list-message-time {
font-size: 13px;
margin-left: 11px;
}
.chat-action-button {
font-size: 13px;
margin-left: 0px;
}
.left-margin-15 {
margin-left: 0px;
}
#PrintChatId {
margin-left: 0px;
margin-right: 0px;
}
.mat-dialog-container {
min-width: 70em;
margin-left: -79px;
}
.send-paper-icon {
right: -35px !important;
}
}
@media screen and (max-width:768px) {
.chat-provider-heading-display-flex {
gap: 14px;
}
.font-weight-bold {
font-size: 14px;
}
.new-provider-list-message-time {
font-size: 15px;
margin-left: 13px;
}
.mat-dialog-container {
min-width: 52em;
margin-left: -56px;
min-height: 47em !important;
}
.send-paper-icon {
right: -14px !important;
bottom: 68px !important;
}
.font-weight-bold {
margin-left: 7px !important;
}
.document-center-icon,
.notification-bell-icon,
.help-icon,
.show-message-board {
display: none;
}
.create-chat-group-member-list {
max-height: calc(70vh - 180px) !important;
overflow-y: auto;
}
}
@media screen and (max-width:425px) {
.padding-left-50 {
padding-left: 28px !important;
}
.font-weight-bold {
font-size: 16px;
}
.new-provider-list-message {
font-size: 14px;
margin-left: 13px;
}
.new-provider-list-message-time {
font-size: 15px;
margin-left: 13px;
}
.left-margin-15 {
margin-left: 0px;
}
.chat-heading-label {
font-size: 16px;
}
.display-flex-and-align-center {
display: block;
}
.chat-action-button {
font-size: 14px;
margin-left: 11px !important;
margin-top: 11px;
}
.chat-box {
top: 111% !important;
}
.chat-message-heading {
display: flex !important;
flex-direction: column;
align-items: normal !important;
}
.display-flex-and-align-center {
display: block !important;
}
.chat-search-input {
padding-right: -1px !important;
}
#PrintChatId {
margin-left: 8px;
}
.mat-dialog-container {
min-width: 29em;
margin-left: -33px;
min-height: 47em !important;
}
.font-weight-bold {
font-weight: bold !important;
margin-left: 12px;
}
.send-paper-icon {
right: 10px !important;
}
}
@media screen and (max-width:375px) {
.chat-search-input {
width: 93% !important;
}
.mat-dialog-container {
min-width: 25em;
margin-left: -27px;
min-height: 47em !important;
}
.send-chat-icon-disabled {
margin-right: -53px !important;
}
.send-paper-icon {
right: 21px !important;
bottom: 42px !important;
}
.annotation-contents {
height: 50vh !important;
}
}
@media screen and (max-width:320px) {
.chat-action-button {
font-size: 12px;
}
.mat-dialog-container {
min-width: 22em;
margin-left: -26px;
}
.font-weight-bold {
font-size: 15px;
}
#CheckboxId {
margin-left: -14px !important;
}
.chat-heading-label {
font-size: 14px !important;
}
.left-margin-15 {
margin-left: 0px !important;
}
}
.chat-print-icon {
position: absolute;
right: 98px;
top: 6px;
}
.chat-copy-all-icon {
position: absolute;
right: 11px;
top: 6px;
}
.chat-print-icon-text {
color: #204065;
font-size: 18px !important;
}
.send-referral-left-column {
width: 30%;
}
.send-referral-right-column {
width: 70%;
}
.send-referral-label-width {
min-width: 120px;
}
.provider-disabled-send-referral-dialog-message {
margin: 2px;
min-width: 20vw;
background: white;
border: 1px solid #2ca8ff;
border-radius: 10px;
position: absolute;
padding: 7px;
z-index: 1;
top: 20px;
margin-top: 40px;
right: 105%;
}
.chat-global-search-container {
width: 100%;
}
#quick-search-icon {
font-size: 15px;
color: #204065;
}
.star-rating-primary {
color: #1f7cba !important;
}
.max-height-search-and-select {
max-height: 200px !important;
}
.light-blue-border {
border: 1px solid #2ca8ff;
}
.clear-both {
clear: both;
}
.service-area-zipcode-display-flex {
display: flex;
flex-wrap: wrap;
gap: 17px;
}
.service-area-zipcode-position {
left: -6px;
position: relative;
}
.dropdown-action-option-div {
position: relative;
display: inline;
}
.dropdown-action-option-button {
border-radius: 3px;
padding: 6px 23px;
background: #2ca8ff;
font-weight: bold;
color: #fff;
margin-top: 10px;
border-width: 0px;
}
.dropdown-action-options-container {
position: absolute;
top: 100%;
right: 0;
width: fit-content;
background: #fff;
border: 1px solid #dadada;
cursor: pointer;
margin-top: 1px;
}
.dropdown-action-option-item {
padding: 3px 10px;
}
.dropdown-action-option-item:hover {
/* color: white; */
/* background: #1e90ff; */
background: #71c5ff;
}
.display-flex-with-gap {
display: flex;
gap: 10px;
}
.select-all-provider-chat-checkbox {
/* position: absolute;
left: 5px; */
}
.chat-header-row {
border-bottom: 1px solid #e1e1e1;
}
.chat-right-column {
border-left: 1px solid #e1e1e1;
padding-right: 30px;
}
.chat-left-column {}
.chat-provider-heading-display-flex {
display: flex;
gap: 10px;
height: 35px;
align-items: center;
}
.chat-action-container {
display: inline-block;
float: right;
margin-right: 15px;
}
.chat-search-container {
display: flex;
float: right;
margin-right: 35px;
align-items: center;
}
/* .chat-search-container input {
min-width: 240px;
} */
.chat-heading-label {
display: inline-block;
font-size: 16px;
color: #204065 !important;
font-weight: bold;
}
.chat-message-heading {
display: flex;
width: 100%;
height: 55px;
justify-content: space-between;
align-items: center;
}
.margin-right-0 {
margin-right: 0% !important;
}
.flex-chat-right {
display: flex;
justify-content: flex-end;
width: 100%;
}
.flex-chat-left {
display: flex;
justify-content: flex-start;
width: 100%;
}
.chat-member-name {
font-size: 1.4rem;
color: #204065 !important;
}
.chat-self-comment-bubble {
background-color: #fcefe6;
max-width: 75%;
}
.chat-others-comment-bubble {
background-color: #e2f5ff;
max-width: 75%;
}
.copy-single-chat-icon {
right: 0px !important;
position: absolute;
cursor: pointer;
}
.chat-self-comment-underline {
width: 150px;
border-bottom: 1.5px solid #fcddc8;
margin-top: 5px;
}
.chat-others-comment-underline {
width: 150px;
border-bottom: 1.5px solid #c5ebff;
margin-top: 5px;
}
.main-chat-container {}
.chat-provider-name {
font-size: 15px;
color: #204065 !important;
}
.chat-provider-list-scroll {
height: calc(80vh - 100px);
overflow-y: auto;
overflow-x: hidden;
padding: 0 !important;
}
.chat-message-list-scroll {
height: calc(70vh - 100px);
overflow-x: hidden;
overflow-y: auto;
padding: 10px 30px 10px 15px;
margin-bottom: 1px;
}
.chat-message-input-container {
z-index: 10;
height: 10vh;
width: 100%;
box-shadow: 3px 1px 4px black;
display: flex;
justify-content: center;
align-items: center;
padding: 0 30px 0px 15px;
column-gap: 20px;
background-color: white;
}
.chat-provider-header-column {
padding-left: 30px;
/* padding-top: 10px;
padding-bottom: 10px; */
}
.chat-message-header-column {
/* padding-top: 10px;
padding-bottom: 10px; */
}
.padding-left-30 {
padding-left: 30px;
}
.chat-search-input {
background: #ededed;
border: 1px solid #ededed;
border-radius: 15px !important;
text-indent: 30px;
width: 100%;
padding-right: 10px;
}
.chat-action-button {
background: white;
border: 1px solid #e1e1e1;
color: #226fc9;
padding: 0 10px;
box-shadow: 3px 3px 4px #bbbbbb;
margin-left: 5px;
}
.send-chat-message-input {
background: #ededed;
border: 1px solid #ededed;
border-radius: 30px !important;
text-indent: 15px;
width: 100%;
padding-right: 10px;
height: 40px;
box-shadow: 2px 2px 4px #e1e1e1 !important;
}
.send-chat-icon {
margin-left: 10px;
font-size: 25px;
color: #226fc9;
}
.chat-custom-badge {
background: #e1e1e1;
border-radius: 30px;
color: #204065;
border: none;
font-size: 16px;
}
button[mat-dialog-close] div {
height: 20px;
background: white;
width: 20px;
color: #19689e;
display: flex;
justify-content: center;
align-items: center;
}
.padding-left-right-15-pixels {
padding-left: 15px !important;
padding-right: 15px !important;
}
.chat-mat-dialog .mat-dialog-container {
padding-bottom: 0;
}
.left-margin-15 {
margin-left: 15px
}
.padding-right-15-no-left {
padding-right: 15px !important;
padding-left: 0 !important;
}
.commentText p {
font-size: 1.4rem;
}
.total-unread-chat-count {
width: 25px;
height: 25px;
background: white;
color: #204065;
/* display: flex; */
justify-content: center;
align-items: center;
border-radius: 30px;
/* margin-left: 10px; */
font-weight: bolder;
padding: 0px 7px;
display: inline;
}
.display-flex-and-align-center {
display: flex;
align-items: center;
}
#chat-mat-dialog {
max-height: initial;
padding: 0 !important;
overflow-x: hidden;
}
.select-provider-for-chat-checkbox {
position: absolute;
left: 30px;
margin-top: 13px !important;
}
.padding-left-50 {
padding-left: 50px;
}
.chat-search-icon {
position: absolute;
left: 15px;
z-index: 1;
}
.tags-filter {
padding-left: 10%;
padding-right: 10%;
}
.multi-select-plus-count {
position: absolute;
padding: 0px 6px;
top: 6px;
right: 9%;
background: #fff;
}
.width-40 {
width: 40% !important;
}
.width-45 {
width: 45% !important;
}
.width-46 {
width: 46% !important;
}
.chat-provider-selection-scale {
transform: scale(1.08);
}
.content-selection-button-display-flex {
display: flex;
gap: 10px;
padding: 0 5px;
margin-bottom: 10px;
}
.view-patient-selection-class {
background: white;
color: black;
border: 1px solid black;
}
.check-loader {
border: 5px solid #f3f3f3;
border-radius: 50%;
border-top: 5px solid #3498db;
width: 20px;
height: 20px;
-webkit-animation: check-loader-spin 1s linear infinite;
animation: check-loader-spin 1s linear infinite;
display: inline-flex;
}
.width-16 {
width: 15% !important;
}
@-webkit-keyframes check-loader-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes check-loader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.heat-map-size {
min-height: 500px !important;
min-width: 460px !important;
overflow: visible !important;
}
.heat-map-size-for-card {
min-height: 349px !important;
min-width: 460px !important;
overflow: visible !important;
}
.heat-map {
width: 100% !important;
height: 100% !important;
overflow: visible !important;
position: relative !important;
}
.black-color {
color: #000;
}
.black-color-important {
color: #000 !important;
}
.dropdown-action-option-button {
border-radius: 3px;
padding: 6px 23px;
background: #2ca8ff;
font-weight: bold;
color: #fff;
margin-top: 10px;
border-width: 0px;
}
.dropdown-action-option-item {
padding: 3px 10px;
}
.bottom-15px {
bottom: 15px;
}
.bottom-10px {
bottom: 10px;
}
.share-destination-cm-icon {
-webkit-mask: url(../svg/share-destination-cm-detail.svg) no-repeat;
background: url(../svg/share-destination-cm-detail.svg) no-repeat;
cursor: pointer;
width: 25px;
height: 25px;
position: absolute;
margin-top: -16px;
margin-left: -13px;
}
.max-width-250px {
max-width: 250px;
}
.dropdown-action-option-item:hover {
background: #71c5ff;
}
.overflow-wrap-anywhere {
overflow-wrap: anywhere;
}
.content-button-selected {
background-color: #19689e;
border: 1px solid #2CA8FF;
color: white;
}
.disable-clr {
color: #dddddd;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 33px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.go-back-button {
mask: url(../svg/back-button.svg) no-repeat center / cover;
-webkit-mask: url(../svg/back-button.svg) no-repeat;
background: var(--header-icon-color) center / cover no-repeat;
cursor: pointer;
float: left;
width: 23px;
height: 50px;
margin-right: 10px;
margin-left: 16px;
}
.padding-all-side-15 {
padding: 15px;
}
.border-right-grey {
border-right: 1px solid #e0e0e0;
}
.blue-border-filter {
border: 2px solid #2ca8ff;
border-radius: 0;
}
.padding-right-12 {
padding-right: 12px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-top-90 {
padding-top: 90px;
}
.vertical-separator-new-outgoing {
float: left;
border-right: 1px solid #e0e0e0;
min-width: 1px;
height: 33px;
margin: 0 5px;
}
.vertical-separator-patient-info {
border-left: 1px solid #b4b4b4;
height: 125px;
width: 5px;
font-weight: bolder;
position: relative;
right: 43px;
}
.margin-left-35-max-992 {
margin-left: 35px;
}
.filter-input-blue-border {
border: var(--filter-border) !important;
border-radius: 4px !important;
}
.tag-container {
color: white;
background: #2da9fe;
border-radius: 15px;
padding: 3px 10px;
}
.create-tag-dialog-search-icon {
margin-top: 3px;
padding-right: 6px;
border-right: 1px solid #34a4f6;
position: absolute;
left: 8px;
color: #34a4f6;
top: 5px;
background: white;
}
.padding-left-36 {
padding-left: 36px;
}
.tag-capsule {
border-radius: 6px;
display: inline-block;
margin: 5px 3px;
padding: 3px 10px;
text-align: center;
cursor: pointer;
border: 1px solid #34a4f6;
background: white;
}
.vertical-separator-padding-5-vertical {
padding: 5px 0;
border-right: 1px solid #e0e0e0;
}
.search-by-tags-border {
border: 1px solid #2da9fe;
border-width: 1px 0;
}
.fl-left {
float: left !important;
}
.min-width-12-rem {
min-width: 12rem !important;
}
.min-width-60 {
min-width: 60px !important;
}
.min-width-70 {
min-width: 70px;
}
.min-width-75 {
min-width: 75px;
}
.min-width-85 {
min-width: 85px;
}
.min-width-69 {
min-width: 69px;
}
.min-width-115 {
min-width: 115px;
}
.min-width-48_5 {
min-width: 48.5%;
}
.patient-filter-label-text {
/* color: #324762; */
color: #19427a;
max-width: 110px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.min-width-outgoing-filters {
min-width: 9rem;
/* max-width: 39rem; */
}
.min-width-patient-list-filters {
min-width: 9rem;
/* max-width: 39rem; */
}
.max-width-59rem {
max-width: 59rem;
}
.min-width-203 {
min-width: 203px;
}
.patient-filter-label-text {
/* color: #324762; */
color: #19427a;
max-width: 110px;
padding-right: 5px;
min-width: fit-content;
/* text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; */
}
.new-provider-list-message {
font-size: 13px;
font-weight: bold;
}
.new-provider-list-message-time {
font-size: 11px;
}
.font-weight-bold {
font-weight: bold !important;
}
.filter-fields-style {
display: flex;
/* justify-content: center; */
align-items: center;
gap: 5px;
}
.filter-fields-container-style {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
row-gap: 15px;
}
.padding-15-all-sides {
padding: 15px;
margin-top: 10px !important;
}
.display-flex-wrap-all {
flex-wrap: wrap;
}
.width-auto {
width: auto !important;
}
.width-fit-content {
width: fit-content !important;
}
.width-webkit-fill-available {
width: -webkit-fill-available !important;
}
.width-170-pixels {
width: 170px;
}
.flex-1 {
flex: 1;
}
.flex-2 {
flex: 2;
}
.flex-1_4 {
flex: 1.4;
}
.flex-3 {
flex: 3;
}
.flex-4 {
flex: 4;
}
.flex-5 {
flex: 5;
}
.flex-6 {
flex: 6;
}
.flex-7 {
flex: 7;
}
.flex-8 {
flex: 8;
}
.flex-9 {
flex: 9;
}
.flex-10 {
flex: 10;
}
.flex-11 {
flex: 11;
}
.flex-12 {
flex: 12;
}
.display-flex-simple {
display: flex
}
.margin-left-3-pixels {
margin-left: 3px;
}
.flex-6 {
flex: 6;
}
.flex-8 {
flex: 8;
}
.flex-10 {
flex: 10;
}
.green-background-accept-patient {
background: transparent;
color: #3c9248;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
/* .d-flex {
display: flex;
} */
.page-item-selection-style {
border: 1px solid #2ca8ff;
}
.width-auto-filter {
min-width: 13em;
width: 20em !important;
}
.start-tracking-icon {
background: url(../svg/start-tracking.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/start-tracking.svg) no-repeat;
width: 25px;
height: 25px;
position: absolute;
margin-top: -10px;
margin-left: -15px;
}
.stop-tracking-icon {
background: url(../svg/stop-tracking.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/stop-tracking.svg) no-repeat;
width: 25px;
height: 25px;
position: absolute;
margin-top: -10px;
margin-left: -15px;
}
.font-weight-normal {
font-weight: normal;
}
.font-weight-bold {
font-weight: bold;
}
.box-line.box-primary {
border-top-color: #305072;
}
.header-label-blue {
color: var(--color-light-blue);
font-size: 18px;
}
.light-header-underline {
border-bottom: 1px solid lightgray;
}
.label-inline-simple {
color: #333;
font-weight: bold;
}
.match-patient-header-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.select-patient-button-orange {
background-color: #fc8012;
color: white;
padding: 3px 35px;
border: none;
border-radius: 6px;
font-size: 16px;
}
.select-patient-button-orange:hover {
background-color: white;
color: #fc8012;
padding: 2px 35px;
border: 1px solid #fc8012;
border-radius: 6px;
font-size: 16px;
}
.add-new-match-patient-button {
background-color: #1f7cba;
color: white;
padding: 6px 25px;
border: none;
border-radius: 6px;
font-size: 18px;
}
.add-new-match-patient-button:hover {
background-color: white;
color: #1f7cba;
padding: 5px 25px;
border: 1px solid #1f7cba;
border-radius: 6px;
font-size: 18px;
}
.insurance-detail-table-header {
border: 1px solid black;
border-bottom: none;
box-shadow: none;
height: 50px;
display: flex;
align-items: center;
padding: 5px;
margin: 0;
}
.insurance-table-custom-borders {
border: 1px solid black !important;
box-shadow: none !important;
}
.outgoing-and-incoming-container {
padding: 0 3px;
/* margin-top: 25px; */
}
.table-slim-width-column {
min-width: 5% !important;
width: auto !important;
padding-right: 10px;
}
.pagination-to-last,
.pagination-to-first {
border: 0.5px solid rgba(0, 0, 0, 0.30);
height: 25px;
padding: 2px 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-radius: 6px !important;
}
.pagination-next {
border: 0.5px solid rgba(0, 0, 0, 0.30);
color: #2ca8ff;
font-weight: bold;
cursor: pointer;
padding: 2px 5px;
height: 25px;
width: 25px;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 20px 20px !important;
background-image: url(../../assets/svg/right-chevron-icon.svg) !important;
border-radius: 6px !important;
}
.pagination-previous {
border: 0.5px solid rgba(0, 0, 0, 0.30);
color: #2ca8ff;
font-weight: bold;
cursor: pointer;
padding: 2px 5px;
height: 25px;
width: 25px;
background-image: url(../../assets/svg/left-chevron-icon.svg) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 20px 20px !important;
border-radius: 6px !important;
}
.pagination-next a,
.pagination-previous a {
padding: 0 !important;
}
.ngx-pagination li {
border-radius: 6px !important;
margin-right: 0px !important;
}
.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after {
visibility: hidden;
}
.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
visibility: hidden;
}
.ngx-pagination a,
.ngx-pagination button {}
.ngx-pagination a:hover,
.ngx-pagination button:hover {}
.ngx-pagination {
display: flex;
justify-content: center;
gap: 5px;
}
.ngx-pagination .current {
background: var(--primary-text-color) !important;
color: #fefefe;
cursor: pointer;
padding: 2px 8px !important;
}
.ngx-pagination .pagination-next a:after,
.ngx-pagination .pagination-next.disabled:after {
display: none !important;
}
.ngx-pagination a,
.ngx-pagination button {
padding: 2px 7px !important;
}
.ngx-pagination a {
color: #7B94B0 !important;
border-radius: 6px;
}
// .ngx-pagination .disabled:hover {
// background: red !important;
// }
.ngx-pagination a:hover,
.ngx-pagination button:hover {
background: #e6e6e6;
border-radius: 6px;
}
.pagination-next a {
height: 20px !important;
}
.pagination-next a:hover {
background: none !important;
}
.pagination-previous a:hover {
background: none !important;
}
.app-page-item-selection-style {
color: #7B94B0;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.36px;
border-radius: 4px;
height: 25px;
margin-right: 10px;
border: 0.5px solid rgba(0, 0, 0, 0.30);
}
.height-25-pixels {
height: 25px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.right-border-separation {
border-right: 1px solid #19385b;
height: 20px;
margin-left: 10px;
}
.gap-5-pixels {
gap: 5px
}
.add-patient-request-dashboard-filters {
width: 100%;
display: grid;
justify-content: space-around;
column-gap: 15px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.consent-given-icon {
background: url(../svg/shared-notification-icon.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/shared-notification-icon.svg) no-repeat;
width: 43px;
height: 45px;
position: relative;
bottom: 3px;
}
.consent-revoked-icon {
background: url(../svg/revoked-notification-icon.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/revoked-notification-icon.svg) no-repeat;
width: 43px;
height: 45px;
position: relative;
bottom: 3px;
}
.accept-request-button {
color: white !important;
background: green !important;
padding: 4px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.decline-request-button {
color: white !important;
background: red !important;
padding: 4px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.simple-action-buttons {
color: #2ca8ff;
background: white;
padding: 4px 15px;
border-radius: 4px;
cursor: pointer;
border: 1px solid #2ca8ff;
}
.simple-action-buttons:hover {
color: white;
background: #2ca8ff;
padding: 4px 15px;
border-radius: 4px;
cursor: pointer;
border: 1px solid #2ca8ff;
}
#consent-obtained-true:hover,
#sharing-enabled-true:hover {
color: white !important;
background: green !important;
}
#consent-obtained-false:hover,
#sharing-enabled-false:hover {
color: white !important;
background: red !important;
}
.simple-hyperlink {
color: #2ca8ff;
text-decoration: underline;
cursor: pointer;
}
.simple-action-buttons:disabled {
background-color: grey;
color: black;
border: 1px solid grey;
cursor: not-allowed;
}
.organization-label-for-referral-sharing {
font-size: 16px;
color: #2ca8ff !important;
text-decoration: underline;
margin-bottom: 20px;
}
.add-patient-request {
background: url(../svg/add-patient-request.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/add-patient-request.svg) no-repeat;
width: 43px;
height: 45px;
position: relative;
bottom: 3px;
}
.referral-shared-icon {
background: url(../svg/referral-shared-icon.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/referral-shared-icon.svg) no-repeat;
width: 43px;
height: 45px;
position: relative;
bottom: 3px;
}
.no-action-decision {
background: white;
color: #1f7cba;
border: 1px solid #1f7cba;
/* width: -webkit-fill-available; */
}
.referralHeading {
margin-top: 10px;
border-bottom: 2px solid #6a6a6a;
color: #6a6a6a;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
}
.margin-top-2-pixels {
margin-top: 2px;
}
.import-patient-header-flex {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
height: 20px;
}
.categoryHeader {
color: #000;
font-weight: bold;
}
.tag-alert-red {
border-radius: 6px;
display: inline-block;
margin: 5px 3px;
padding: 3px 10px;
text-align: center;
border: 1px solid var(--color-red-dark);
color: var(--color-red-dark);
background: white;
}
.setting-days-label {
color: #000 !important;
font-weight: 400 !important;
font-size: 14px !important;
margin-left: -58px;
}
.font-size-1_51rem {
font-size: 1.51rem;
}
.font-size-1_7rem {
font-size: 1.7rem;
}
.font-size-2_4rem {
font-size: 2.4rem;
}
.no-text-transform {
text-transform: none !important;
}
.margin-top-35 {
margin-top: 35px;
}
.width-75 {
width: 75%;
}
.left-11em {
position: absolute;
left: 11em;
}
.width-24 {
width: 24%;
}
.otp-verify-button {
padding: 6px 60px;
border-radius: 20px;
background: #2ca8ff;
font-weight: bold;
font-size: 14px;
}
.green-label {
color: green;
}
.resend-label-color {
color: #2ca8ff !important;
cursor: pointer;
}
.otp-input-dialog {
border-radius: 20px !important;
margin: 0 25%;
text-align: center;
}
.add-start-of-service-calendar-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.padding-right-10 {
padding-right: 10px;
}
.start_of_service_calendar_container .xdsoft_datepicker {
width: 78% !important;
margin-left: 3% !important;
}
.start_of_service_calendar_container .xdsoft_timepicker {
width: 16% !important;
}
.chat-count-on-button {
position: absolute;
background: white;
color: #2ca8ff;
padding: 0px 8px;
border-radius: 96%;
font-size: 16px;
font-weight: bold;
right: -7px;
top: -15px;
}
.text-area-for-text-only {
font-weight: bold;
padding: 0px;
margin-bottom: 5px;
background: transparent;
border: none !important;
outline: none !important;
width: 75%;
resize: none;
}
.margin-top-10-important {
margin-top: 10px !important;
}
.width-100-important {
width: 100% !important;
}
.width-43 {
width: 43%;
}
.width-49-important {
width: 49% !important;
}
.margin-top-4 {
margin-top: 4px;
}
.margin-top-12 {
margin-top: 12px;
}
.height-100 {
height: 100%;
}
.margin-top-3 {
margin-top: 11px;
}
.county-city-multiselect {
border-left: none;
border-right: none;
border-top: none;
width: 100%;
border-bottom-color: #00000061 !important;
border-width: 2px;
}
.height-34-important {
height: 34px !important;
}
.min-width-130 {
min-width: 130px !important;
}
.medical-record-dialog-medical-file-name-label {
max-width: 17rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.medical-record-dialog-access-label {}
.transform-vertically-50-percent {
transform: translate(0, 50%);
}
.preferred-provider-rating-container-class {
justify-content: flex-start;
display: flex;
align-items: center;
align-self: stretch;
flex-direction: column;
}
.margin-top-minus-3 {
margin-top: -3px !important;
}
.min-width-35-px {
min-width: 35px;
}
.min-width-100-px {
min-width: 100px;
}
.min-width-120-px {
min-width: 120px;
}
.min-width-2rem {
min-width: 2rem;
}
.min-height-8rem {
min-height: 8rem;
}
.min-height-35-px {
min-height: 35px;
}
.align-items-center {
align-items: center;
}
.min-width-193px {
min-width: 193px;
}
.z-index-1-important {
z-index: 1 !important;
}
.z-index-10 {
z-index: 10;
}
.z-index-10-important {
z-index: 10 !important;
}
.z-index-100-important {
z-index: 100 !important;
}
.shortlist-providers-filter-search-box-cross-icon {
position: absolute;
right: 10px;
display: flex;
top: 0px;
align-items: center;
height: 100%;
cursor: pointer;
font-size: 1.5rem;
color: #22456c;
}
.position-relative-important {
position: relative !important;
}
.unread-notification-count {
width: 25px;
height: 25px;
background: #fff5fc;
color: #204065;
display: flex;
justify-content: center;
align-items: center;
border-radius: 30px;
/* margin-left: 10px; */
position: absolute;
font-weight: bolder;
z-index: 1;
right: -12px;
top: -12px;
}
.verification-icon {
background-repeat: no-repeat;
background-position: center;
border-radius: 6px;
height: 66px;
}
.position-relative-important {
position: relative !important;
}
.filter-tabs-search-icon {
color: #1f7cba;
border-width: 0;
padding: 2px 6px;
}
.filter-tabs-search-icon:hover {
opacity: 0.8;
}
.justify-content-around {
justify-content: space-around;
}
.justify-content-end {
justify-content: end;
}
.justify-content-center {
justify-content: center;
}
.flex-grow-1 {
flex-grow: 1;
}
.flex-grow-2 {
flex-grow: 2;
}
.smfhir-view-patient-icon-align {
display: inline-block;
margin: 0 10px;
transform: translateY(50%);
}
.filter-tabs-search-icon:hover {
opacity: 0.8;
}
.max-width-113 {
max-width: 113px;
}
.max-width-250 {
max-width: 250px;
}
.overflow-hidden {
overflow: hidden;
}
.text-overflow-ellipsis {
text-overflow: ellipsis;
}
.decision-dialog-green-button {
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6),
0 0 40px rgba(128, 128, 128, 0.1) inset;
text-transform: uppercase;
background: var(--color-green);
}
.could-not-shortlist-providers-list {
list-style-position: inside;
/* font-size: 1.5rem; */
color: #666666;
}
.list-style-position-inside {
list-style-position: inside;
}
.patient-list-more-filters-color {
background-color: #07c6f0;
}
.patient-list-more-filters-color:active {
background-color: #07c6f0 !important;
}
.patient-list-more-filters-color:visited {
background-color: #07c6f0;
}
.patient-list-more-filters-color:focus {
background-color: #07c6f0;
}
.width-5-percent {
width: 5%;
}
.menu-list-scroll {
max-width: 95vh !important;
overflow-y: scroll !important;
}
.menu-list-scroll::-webkit-scrollbar {
display: none;
}
.list-style-type-none-important {
list-style-type: none !important;
}
.assign-member-container-class {
display: flex;
height: 4rem;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.assign-member-container-class:hover {
background-color: #f0f0f7;
}
.assign-member-dialog-submit-button {
border-radius: 0 !important;
box-shadow: none !important;
background: #1F7CBA;
}
.filter-label-color-important {
color: #19427a !important;
}
.logs-dialog-select-logs-type-label {
font-weight: lighter;
font-size: 1.75rem;
color: #19427a !important;
}
.height-260-px {
height: 260px !important;
}
.scroll-20-vh {
height: 20vw !important;
overflow-y: scroll !important;
}
.padding-right-6 {
padding-right: 6px;
}
.provider-checkName-color {
color: #102c4d;
}
.min-height-23-vh {
min-height: 23vh;
}
.min-width-160 {
min-width: 160px;
}
.align-items-end {
align-items: end;
}
.resize-none {
resize: none !important;
}
.padding-vertical-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.placeholder-font-weight-lighter::placeholder {
font-weight: lighter;
}
.hide-placeholder-on-focus:focus::placeholder {
color: transparent;
opacity: 0;
font-size: 0;
}
.form-message-text {
color: grey !important;
font-size: 1rem;
}
.white-background-referral-partner-list {
background-color: #fff;
border: 1px solid #cccccc;
/* border-width: 1px 0 1px 0; */
padding: 1rem 0;
border-width: 0px 0px 1px 0;
cursor: pointer;
}
.white-background-referral-partner-list:hover {
background-color: #ededed;
}
.input-dropdown-box-arrow {
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 10px;
}
.input-dropdown-box {
width: 100%;
height: 3.5rem;
border: 1px solid #cccccc;
border-radius: 0;
cursor: pointer;
border: 1px solid #2ca8ff;
}
.high-need-dashboard-admit-reason-i-icon {
width: 50px;
height: 40px;
margin-top: -13px;
display: block;
vertical-align: bottom;
transform: scale(0.45);
background: url(../svg/icon-info-circle.svg) no-repeat;
-webkit-mask: url(../svg/icon-info-circle.svg) no-repeat;
}
.icon-info-circle {
width: 113px;
height: 100px;
display: block;
transform: scale(1.1);
background: url(../svg/icon-info-circle.svg) no-repeat;
background-position: center;
cursor: pointer;
-webkit-mask: url(../svg/icon-info-circle.svg) no-repeat;
}
.tomato-color-important {
color: tomato !important;
}
.blue-background-tick {
color: white;
background: #19689e;
padding: 5px 10px;
}
.green-background-tick {
color: white;
background: #3c9248;
padding: 5px 10px;
}
.tomato-background-tick {
color: white;
background: tomato;
padding: 5px 10px;
}
.input-dropdown-selected-text {
position: absolute;
top: 50%;
padding: 5px 20px;
transform: translateY(-50%);
left: 0;
height: 100%;
overflow: hidden;
width: 90%;
white-space: nowrap;
text-overflow: ellipsis;
}
.font-size-2-rem {
font-size: 2rem;
}
.font-size-1_8-rem {
font-size: 1.8rem;
}
.width-150-px {
width: 150px !important;
}
.width-200-px {
width: 200px;
}
.width-400-px {
width: 400px;
}
.min-width-300px {
min-width: 300px;
}
.report-tab {
padding: 10px 20px;
border: 1px solid black;
color: black;
background-color: #ffffff;
}
.report-tab-selected {
background-color: #105780;
color: white;
font-weight: bold;
border-color: #0ca9cf;
border-width: 2px;
}
.mediroutes-dialog-form-labels {
color: #19427A !important;
font-size: 1.7rem;
}
.padding-right-none {
padding-right: 0 !important;
}
.paddding-left-none {
padding-left: 0 !important;
}
.right-4-px-important {
right: 4px !important;
}
.border-right-grey-1-px {
border-right: 1px solid grey;
}
.transform-translate-x-100-percent {
transform: translateX(100%);
}
.margin-bottom-none {
margin-bottom: 0 !important;
}
.action-dropdown-container {
z-index: 100;
border: 1px solid #dcdcdc;
min-width: 60px;
position: absolute;
top: 38px;
background-color: white;
}
.action-dropdown-item-container {
width: 100%;
padding: 10px 20px;
border-bottom: 1px solid #dcdcdc;
cursor: pointer;
}
.action-dropdown-item-container:last-child {
border-bottom: none;
}
.action-dropdown-item-container:hover {
color: #ffffff;
background-color: #1967d2;
}
.unsuspend-referral-icon {
background: url(../svg/unsuspend-referral-icon.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 22px;
height: 22px;
position: relative;
margin-top: 0;
font-weight: bold;
}
.pr-3 {
padding-right: 3rem !important;
}
@media only screen and (max-device-width: 1132px) {
.patient-list-search-by-name-filter {
max-width: 133px;
padding-left: 20px !important;
}
}
@media only screen and (min-device-width: 425px) and (max-device-width: 767px) {
.inline-calendar-responsive {
padding-right: 0 !important;
padding-left: 30px !important;
width: 40% !important;
}
}
@media only screen and (min-device-width: 425px) and (max-device-width: 1024px) {
.calander-background {
width: 100%;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.otp-container {
width: 50%;
}
.categoryDisplayWidth {
width: 48% !important;
}
.emergency-contact-width {
width: 48% !important;
}
.delivery-status-box {
left: 12%;
}
.survey-card {
width: 100% !important;
}
.searchBoxTopMargin {
margin-top: 10px;
}
.filter-small-zipcode {
padding: 3px 13px;
}
.custom-modal-width-1 {
width: 44vw;
}
.move-right-button-1 {
margin-top: 42px;
margin-right: 86px;
}
.new-slot-btn,
.new-appointment-btn,
.calendar-duration-dropdown {
max-width: 100% !important;
}
.calendar-duration-dropdown .form-control {
text-align: center;
}
}
.view-portal-link {
color: #3b8bb9;
border: none;
font-size: 25px;
text-align: center;
border-radius: 2px;
padding: 0px 10px;
background: transparent;
text-decoration: underline;
}
.mx-7 {
margin: 7px 0;
font-weight: normal;
}
.search_box_pt {
border: 0 #ccc;
border-bottom: 1px solid #2ca8ff;
border-radius: 0px;
width: 95%;
}
.search-icon-style-pt {
color: #808080;
font-size: 14px;
}
/*.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;
}*/
.contract-btn-mr {
margin-left: -25px;
}
.pd-2 {
padding: 2px !important;
}
.chat-modal-width {
width: 67%;
margin: 5% 20%;
}
.annotation-modal-width {
width: 50%;
margin: 5% auto;
}
.margin-left-15 {
margin-left: -15px !important;
}
.d-none {
display: none;
}
.tag-management-tab .mat-expansion-panel-content.mat-expanded {
max-height: none;
}
@media only screen and (min-width: 1030px) and (max-width: 1370px) {
.custom-modal-width-1 {
width: 47vw;
}
.move-right-button-1 {
margin-top: 12px;
margin-right: 86px;
}
.new-slot-btn,
.new-appointment-btn,
.calendar-duration-dropdown {
max-width: 100% !important;
}
.calendar-duration-dropdown .form-control {
text-align: center;
}
}
@media only screen and (min-width: 1370px) and (max-width: 1605px) {
.custom-modal-width-1 {
width: 44vw;
}
.move-right-button-1 {
margin-top: 12px;
margin-right: 86px;
}
.new-slot-btn,
.new-appointment-btn,
.calendar-duration-dropdown {
max-width: 100% !important;
}
.new-appointment-btn {
/* width: 100% !important; */
box-sizing: border-box !important;
max-width: 100% !important;
}
.calendar-duration-dropdown .form-control {
text-align: center;
}
.inline-calendar-card {
width: inherit;
}
.month-view-navigation-button-container {
padding: 18px 5px !important;
}
}
// .custom-section {
// width: 92%;
// margin-left: 30px;
// }
.custom-slider {
border: 0;
background: none;
font-size: 20px !important;
color: #3c3c3c85 !important;
}
.mat-slide-toggle {
float: right;
}
.field-extend-ellipse {
white-space: nowrap;
width: 10em;
overflow: hidden;
text-overflow: ellipsis;
}
.edit-profile-img-position {
position: absolute;
right: 16px;
top: 0px;
z-index: 999999;
color: white;
font-size: 21px !important;
cursor: pointer;
}
.company-modal {
overflow-y: auto;
max-height: 70vh;
overflow-x: hidden;
}
.font-normal {
font-weight: 100;
font-size: 14px;
color: #247cb7;
}
.icon-set-bg {
color: white;
background: #ae0f0fa3;
font-size: 25px;
height: 30px;
width: 32px;
padding: 4px 2px;
}
.company-website {
color: #fc8012;
cursor: pointer;
}
.primary-member-card {
border: 1px solid #19689e;
border-radius: 15px;
margin-bottom: 5px !important;
}
.company-address {
display: inline;
/* padding-left: 4px; */
}
.primary-home-icon {
display: inline;
}
.member-card-text {
font-weight: 500;
}
.service-list {
list-style: square;
}
.add-member-height {
max-height: 580px;
overflow-y: auto;
}
.add-member-sub-header {
color: #247cb7;
font-size: 16px;
font-weight: 600;
border-right: 0 !important;
border-left: 0 !important;
}
.edit-description {
max-width: 100% !important;
max-height: 150px !important;
padding: 0px 10px 0px 3px !important;
resize: none !important;
border: none !important;
border: 1px solid #ccc !important;
border-radius: 3px !important;
height: 191px !important;
}
.img-count {
float: right;
color: #295585;
padding: 0px 55px;
margin-top: -10px;
}
.slide-left-icon {
position: absolute;
top: 40%;
left: 3%;
}
.slide-right-icon {
position: absolute;
top: 40%;
right: 2%;
}
.company-img-width {
width: 800px;
height: 300px;
// border: 1px solid gray;
}
.img-text-centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
background: #ffffff;
border: none;
color: #254c77;
padding: 5px;
border-radius: 10px;
cursor: pointer;
}
/*Notification CSS*/
.box-shadow-none {
box-shadow: none !important;
}
.col-width-80 {
width: 80% !important;
}
.col-width-75 {
width: 77% !important;
}
.bg-tr {
background: #f1f1f1 !important;
}
.display-tr-20 {
width: 20%;
margin-right: 45px;
}
.display-tr-40 {
width: 30%;
margin-right: 20px;
}
.custom-max-content-width {
width: max-content !important;
}
.bg-none {
background: none !important;
}
.border-none {
border: 0px !important;
}
.notification-table-height {
max-height: 360px;
overflow: auto;
}
/*Confirm patient popup*/
.my-10 {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.my-4 {
margin-top: 4px !important;
margin-bottom: 4px !important;
}
.d-inline {
display: inline;
}
.info-weight {
font-size: 16px !important;
font-weight: 700;
font-family: inherit;
color: black;
}
/*Chat & Annotation Patient Details*/
.patient-modal-position {
position: absolute;
left: 15%;
top: 14%;
width: 85%;
}
.aligh-chat-box {
margin-left: -30px;
background: white;
}
.patient-detail-annotation-box {
/*border: 2px solid #2ca8ff;*/
box-sizing: border-box;
/*height: 685px;*/
border-radius: 10px;
}
.patient-detail-annotation-contents {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 540px;
}
.patient-detail-comment-content {
max-height: 499px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 499px;
}
.patient-detail-minHeight-Comment {
min-height: 540px;
}
.patient-detail-annotation-header {
background: #ece8e8;
padding: 15px;
color: #19689e;
border-radius: 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-size: 15px;
font-weight: bold;
padding-left: 10px;
text-align: center;
}
.small-box-minHeight-Comment {
min-height: 231px;
}
.small-box-annotation-box {
/*border: 2px solid #2ca8ff;*/
box-sizing: border-box;
/*height: 315px;*/
border-radius: 10px;
}
.small-box-annotation-contents {
max-height: 240px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 240px;
}
.small-box-comment-content {
max-height: 160px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 160px;
}
.comment-destination {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 540px;
}
.small-comment-destination {
max-height: 198px;
overflow-y: auto;
overflow-x: hidden;
padding: 4px;
min-height: 198px;
}
.small-box-text-message-box {
border: none !important;
box-shadow: none;
border-top: 2px solid #2ca8ff !important;
border-radius: 0px !important;
padding: 4px !important;
margin-bottom: 0px;
height: 89px !important;
max-height: 69px !important;
overflow: auto;
}
.small-box-send-paper-icon {
font-size: 13px;
right: 9px;
position: absolute;
color: #f5f5f5;
background: #2ca8ff;
border-radius: 50%;
padding: 9px;
top: 25px;
}
.chat-icon-position {
right: 45px !important;
top: 23px !important;
}
.anno-icon-position {
right: 80px !important;
top: 22px !important;
}
.patient-detail-chat-header {
background: white;
padding: 4px;
color: #19689e;
border-radius: 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-size: 15px;
border-bottom: 2px solid #2ca8ff;
font-weight: bold;
padding-left: 10px;
margin-top: 10px;
}
.patient-detail-bg {
background: #dddddd;
}
.select-facility {
padding: 10px;
font-size: 13px;
font-weight: 600;
color: #314f71;
}
/*Shortlist Facility*/
.facility-patient-name-header {
background: #1f7cba;
color: white;
margin-top: 0px;
padding-top: 14px;
padding-bottom: 10px;
padding-left: 6px;
}
.facility-patient-name {
color: #ffffff !important;
font-size: 22px;
margin-left: 5px;
font-weight: 600;
}
.filter-small-snd {
color: white;
background: #1f7cba;
font-size: 17px;
padding: 3px 25px;
border: none;
border-radius: 6px;
font-weight: 500;
}
.filter-small-zipcode {
color: white;
background: #1f7cba;
font-size: 16px;
padding: 3px 25px;
border: none;
border-radius: 6px;
margin-left: 20px;
font-weight: 500;
}
.filter-clear {
color: #bf0f0f;
background: #ffffff;
font-size: 16px;
padding: 3px 25px;
border: 1px #bf0f0f solid;
border-radius: 6px;
}
.filter-save {
color: white;
background: #3c9248;
font-size: 17px;
padding: 5px 25px;
border: none;
border-radius: 6px;
font-weight: 500;
}
.filter-preference {
color: black;
width: auto;
margin-left: 3px;
margin-top: 5px;
font-size: 12px;
float: right;
border: none;
background: transparent;
padding: 0;
padding-bottom: 3px;
}
.filter-description {
max-height: 100px;
overflow: hidden;
text-overflow: ellipsis;
/* white-space: nowrap; */
width: 100%;
text-align: justify;
word-break: break-word;
}
.miles-text {
color: #1f7cba;
font-size: 14px;
font-weight: 600;
}
.mx-10 {
margin: 10px 0px !important;
}
.logo-icon-height {
height: 14px;
margin: 20px;
}
.pr-0 {
padding-right: 0px !important;
margin-top: -20px;
}
.filter-img-mask {
position: absolute;
bottom: 0px !important;
width: 100%;
}
.facility-description {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width: 95%;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
text-align: justify;
}
.change-font-white {
color: white;
}
/*CSS for Add Patient Provider*/
.radio-label-font {
font-size: 16px;
font-weight: 600;
}
.facility-list-scrolling::-webkit-scrollbar {
width: 0px;
}
.facility-icon-width {
font-size: 20px;
margin-top: 5px;
color: #19689e;
}
.facility-active {
background: #50a7ff12;
border: 1px solid black;
box-shadow: 3px 3px;
}
.container-added {
border: 1px solid #254b75;
padding: 5px 15px;
margin-bottom: 5px;
}
.facility-custom-label {
border: 0 !important;
box-shadow: none !important;
padding-left: 0px !important;
font-weight: 100;
color: black;
}
.mr-10 {
margin-right: 10px;
}
.added-border-bottom {
margin-bottom: 5px !important;
border-bottom: 1px solid #254b75;
}
.popup-font-size {
font-size: 13px !important;
}
.search-facility-border {
border-top: 1px solid #afb7bf;
}
.remove-button-margin {
margin-bottom: -15px;
margin-top: 5px;
}
.facility-card-padding {
padding: 10px;
}
.save-provider-btn {
margin-top: 3px;
margin-right: 8px;
padding: 1px 5px;
}
.incoming-filter-options {
margin-left: 12px;
width: 450px;
}
/*CSS for assigning counsellor*/
.member-list-for-patient {
max-height: 250px;
overflow-y: auto;
}
.select-member-list-box {
border: 1px solid #2ca8ff;
padding-left: 10px;
min-width: 100%;
border-top: none !important;
}
.multi-select-custom-class {
position: relative;
display: block;
}
.rovicare-header-compressed {
padding-top: 10px;
padding-bottom: 10px;
height: 77px;
}
.desktopLogoFooter {
position: absolute;
left: 90px;
margin-top: -10px;
}
.RovicareFooterLogoHeight {
height: 30px;
}
.edit-role-class {
color: #32779f;
font-size: 20px;
}
.role-tray-flex {
display: flex;
flex-wrap: wrap;
column-gap: 7px;
}
.role-list-names {
font-size: 14px !important;
padding: 2px 7px;
border: 1px solid #003151;
color: #003151;
height: 29px;
white-space: nowrap;
background: white;
border-radius: 5px;
margin-bottom: 8px;
display: flex;
align-items: center;
position: relative;
}
.height-40-vh {
height: 36vh;
}
.bottom-negative-20 {
bottom: -20px;
}
.dialog-blue-header-color {
color: #19689e;
}
@media (min-width: 800px) {
.contract-model {
max-height: 38vh;
overflow-y: scroll;
overflow-x: hidden;
}
.ContactListSearch .col-md-2 {
width: 19.666667%;
}
.smallWidthColumn {
width: 30% !important;
}
.largeWidthColumn {
width: 35% !important;
}
.address-Column {
/*width: 52%!important;*/
min-width: max-content;
font-size: 15px;
}
.contact-column {
width: 10% !important;
}
.label-centre {
padding-top: 8px;
padding-left: 1px;
}
.show-Width {
width: 70%;
padding-top: 4px;
}
}
.d-block {
display: block !important;
}
.view-patient-mr {
margin-left: 6px;
margin-top: -12px;
margin-bottom: 5px;
}
.view-patient-bc {
background-color: white;
}
.min-width-105 {
min-width: 105%;
}
.min-width-113 {
min-width: 113%;
}
.min-width-146 {
min-width: 146%;
}
.min-width-93-percent {
min-width: 93% !important;
}
.min-width-94-percent {
min-width: 94% !important;
}
.width-69 {
width: 69%;
}
.width-76 {
width: 76%;
}
.transform-translate-center {
transform: translate(-50%, -50%);
}
.position-left-50-percent {
left: 50%;
}
.position-top-50-percent {
top: 50%;
}
.smart-patient-info-more-action-box-class {
left: 100%;
transform: translate(-100%, 0);
margin-top: -5px;
}
.readmit-tag {
border-radius: 6px;
display: inline-block;
margin: 5px 3px;
padding: 3px 10px;
text-align: center;
border: 1px solid #FF2C2C;
background: white;
cursor: pointer;
color: #FF2C2C;
}
.width-13 {
width: 13%;
}
@media (min-width: 800px) and (max-width: 1280px) {
/* .toggle-button-margin-left {
margin-left: 24px;
} */
.progressNoteTypeWidth {
width: 13%;
}
.patient-details-info-text {
color: #000;
font-size: 12px;
}
.modelDisplay {
width: 45% !important;
}
.dashboard-icon-size {
font-size: 25px !important;
}
.custom-text {
font-size: 20px;
}
#loginId {
width: 28%;
margin: auto;
margin-top: 3%;
border: 2px solid #295586;
border-radius: 8px;
min-height: 425px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.text-center {
text-align: center;
font-size: 14px !important;
}
.bton {
border-bottom-right-radius: 6px;
/* border-color: rgb(19, 141, 241); */
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
color: #ffffff;
width: 30px;
padding: 5px 7px;
margin-right: 3px;
}
.company-modal {
max-height: 68vh;
}
}
.btn-danger {
background-color: #dd4b39 !important;
border-color: #d73925;
text-align: center;
}
.btn-list {
background-color: #f39c12;
border-color: #e08e0b;
text-align: center;
}
.btn-insurance {
background-color: #e6632f;
border-color: #e6632f;
text-align: center;
}
.filter_LTC {
left: 0;
/* overflow: hidden; */
padding: 20px 40px 10px 40px;
right: 0;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;
margin-bottom: 25px;
border: 2px solid #38898f;
height: 150px;
}
.btn-list-clr {
/*background: #f39c12 none repeat scroll 0 0;
border: 3px solid #dc8c0d;*/
position: relative;
background: transparent;
color: #dc8c0d;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-caution {
background: transparent;
color: #ff2e2a;
border: none;
font-size: 18px !important;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 1px;
margin-bottom: 2px;
position: absolute;
margin-top: -18px !important;
margin-left: -4px;
}
/*.btn-list-clr:hover {
color: #f39c12 !important;
}*/
.btn-response-clr {
/*background: #5A6D73 none repeat scroll 0 0;
border: 3px solid #435459;*/
background: transparent;
color: #5a6d73;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-response-clr:hover {
color: #5a6d73 !important;
}
.btn-filterList-clr {
/*background: #00c0ef none repeat scroll 0 0;
border: 3px solid #05a7ce;*/
background: transparent;
color: #05a7ce;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 33px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
/*.btn-filterList-clr:hover {
color: #00c0ef !important;
}*/
.btn-insurance-clr {
/*background: #e6632f none repeat scroll 0 0;
border: 3px solid #d25929;*/
background: transparent;
color: #d25929;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-copy-clr {
/*background: rgb(73, 173, 87) none repeat scroll 0 0;
border: 3px solid rgb(60, 146, 72);*/
background: transparent;
color: #2a5788;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
/*.btn-insurance-clr:hover {
color: #e6632f !important;
}*/
.btn-preview-clr {
background: rgb(60, 146, 72) none repeat scroll 0 0;
border: 3px solid rgb(60, 146, 72);
}
.btn-preview-clr:hover {
color: rgb(60, 146, 72) !important;
}
.btn-view-clr {
/*background: #3c8dbc none repeat scroll 0 0;
border: 3px solid #32779f;*/
background: transparent;
color: #32779f;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
a>button {
font-size: 22px !important;
}
a>.action-file {
font-size: 18px !important;
}
.btn-danger-clr {
/*background: #dd4b39 none repeat scroll 0 0;
border: 3px solid #b73323;*/
background: transparent;
color: #b73323;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-note-clr {
background: #e6632f none repeat scroll 0 0;
border: 3px solid #b22222;
}
.btn-note-clr:hover {
color: #e6632f !important;
}
.btn-LTClist-clr {
background: transparent;
color: #3c9248;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 33px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-comment-clr {
background: transparent;
color: #f9a932;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 33px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.btn-annotation-clr {
background: transparent;
color: #2cd8ff;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 33px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
/*.btn-LTClist-clr:hover {
color: rgb(73, 173, 87) !important;
}*/
.action-highlight {
border-radius: 50%;
border: 2px solid #01796f !important;
}
.filter_ltc_form .rhf-input-box {
float: left;
margin-right: 5%;
min-width: 20%;
}
.rhf-input-box {
margin: 8px 8px 15px;
position: relative;
}
/* .rhf-input-box span{
color: #666;
display: block;
font-size: 19px;
letter-spacing: 0;
line-height: 18px;
margin: 0 0 6px;
} */
.filter-border {
border-bottom: 1px solid #e6e7e8;
margin-bottom: 10px;
}
.rhf-input-box select {
background: transparent;
border: 1px solid #e6e7e8;
color: #666;
font-size: 16px;
height: 50px;
letter-spacing: 0;
/* padding: 0 44px 0 16px; */
width: 100%;
padding: 4px;
}
.rhf-accept {
bottom: -108px;
left: 1px;
right: 90px;
text-align: center;
z-index: 1;
top: 0px;
}
/*.rhf-accept button {
border-radius: 100px;
color: #fff;
font-size: 18px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}*/
.newRow {
border-style: solid;
border-width: 2px;
border-color: #389d8c;
background: #cbefde !important;
}
.rejectRow {
border-style: solid;
border-width: 2px;
border-color: #f5290554;
background: #efcbc159 !important;
}
.accept {
/*background: #3c8dbc none repeat scroll 0 0;
border: 3px solid #357ba3;*/
background: transparent;
color: #3c8dbc;
border: none;
font-size: 25px;
height: 32px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
}
.referralCount {
top: -42px;
right: -17px;
position: relative;
font-weight: bold;
font-size: 18px;
}
/*.rhf-accept button:hover {
background: #fff;
color: #3c8dbc;
}*/
.rhf-reject {
bottom: -108px;
left: 1px;
right: 90px;
text-align: center;
z-index: 1;
top: 0px;
}
.rhf-reject button {
background: #dd4b39 none repeat scroll 0 0;
border: 3px solid #ab392b;
border-radius: 100px;
color: #fff;
font-size: 18px;
height: 40px;
line-height: 35px;
text-align: center;
width: 40px;
font-weight: bold;
}
.rhf-reject button:hover {
background: #fff;
color: #ab392c;
}
.boxBorder {
border: 1.4px solid #27b48d;
height: 235px;
padding: 10px;
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.boxborder {
border: 1.4px solid #2ca8ff;
height: 235px;
padding: 10px;
border-radius: 6px;
overflow: auto;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.boxborder-filter {
border: 1.4px solid #2ca8ff;
height: 252px;
padding: 10px;
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.scroll-box-size {
max-height: 187px;
overflow-x: hidden;
overflow-y: auto;
}
.boxBorder-small {
border: 1.4px solid #2ca8ff;
min-height: 116px;
padding: 10px;
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.menuTitle {
color: black;
font-weight: bold;
}
.FilteridBox {
width: 100%;
}
.box-border150 {
border: 1.4px solid #2ca8ff;
height: 150px;
border-radius: 6px;
overflow: auto;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.FilterByLocation {
width: 80%;
border: 1px solid #447b8e;
border-radius: 5px !important;
max-width: unset;
margin-bottom: 10px;
}
.mini-stat-info h4 {
font-size: 12px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #fff !important;
cursor: pointer;
}
.dasboard-background {
background: #ecf0f5 !important;
}
.marginTop {
margin-top: 5px;
}
.move-right {
/*margin-right: -26px;*/
/*margin-right: -18px;
margin-left: -58px;*/
margin-left: -132px;
}
.view-map {
font-size: 28px;
color: red;
width: 40px;
margin-top: 20px;
border-radius: 8px;
}
.radioSize {
font-size: 16px;
}
.radioButton {
font-size: 20px;
margin-right: 10px !important;
margin-left: 10px !important;
}
@media (min-width: 900px) and (max-width: 1450px) {
/*.provider-scrollbar {
max-height: 510px;
overflow-y: auto;
overflow-x:hidden;
}*/
.patient-detail-modal-size {
width: 90% !important;
/* margin-right: 75px; */
}
.dashboard-icon-size {
font-size: 25px !important;
}
.custom-text {
font-size: 20px;
}
#expand_configid {
font-size: 18px;
margin-left: 15px;
cursor: pointer;
}
.headerButton {
padding: 8px;
}
.search-Width-dashboard {
padding-left: 25px;
}
.statusFilterHeader {
margin-top: 10px;
margin-right: -126px;
margin-bottom: 4px;
}
.searchFilterHeader {
margin-top: 10px;
margin-right: -242px;
}
.search-Icon {
position: absolute;
margin-top: 10px;
font-size: 16px;
margin-left: 10px;
color: #808080;
}
.search-top {
padding-left: -2px;
padding-left: 4px;
position: unset;
}
#loginId {
width: 32%;
margin-top: 3%;
margin-left: 34%;
border: 2px solid #295586;
border-radius: 8px;
height: 465px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
/* #passwordModel {
width: 32%;
margin-top: 3%;
margin-left: 34%;
border: 2px solid #295586;
border-radius: 8px;
height: 300px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
} */
.image-right-slide {
margin-left: 94%;
}
.move-right {
/* margin-right: -26px; */
margin-left: -103px;
}
.filter_ltc_form .rhf-send {
float: left;
left: 80px;
position: relative;
top: 13px;
padding-bottom: 30px;
}
.company-modal {
max-height: 68vh;
}
.custom-font {
font-size: 14px;
}
.scroll-modal-confirm-patient {
max-height: 75vh;
overflow-y: auto;
}
}
.my-organization-pr-card-container {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 992px) {
.my-organization-pr-card-container {
flex-direction: row;
}
}
@media (max-width: 992px) {
.my-organization-pr-card-container {
flex-direction: column;
}
.vertical-separator-patient-info {
display: none;
}
.margin-left-35-max-992 {
margin-left: 0;
}
}
.add-tag-icon {
background: url(../svg/add-tag.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/add-tag.svg) no-repeat;
position: absolute;
width: 50px;
height: 50px;
transform: scale(1.5);
}
.background-on-hover:hover {
background-color: #f0f0f7;
}
.rhf-send {
bottom: -108px;
left: 1px;
right: 90px;
text-align: center;
z-index: 1;
top: 0px;
}
.rhf-send button {
background: #1f7cba none repeat scroll 0 0;
border: 2px solid #196496;
border-radius: 6px;
color: #fff;
font-size: 24px;
height: 35px;
line-height: 0px;
text-align: center;
width: 100px;
font-weight: bold;
margin-top: 10px;
}
.filterButton button {
background: #1f7cba none repeat scroll 0 0;
border: 2px solid #196496;
border-radius: 6px;
color: #fff;
font-size: 24px;
height: 40px;
line-height: 0px;
text-align: center;
width: 120px;
font-weight: bold;
margin-top: 45px;
margin-left: 35px;
}
.rhf-send button:hover {
background: #fff;
color: #1f7cba;
}
.contain {
width: 100%;
}
.linkCSS {
color: #fff;
font-size: 20px;
}
.review-link-css {
color: #337ab7;
font-size: 12px;
}
/*.header{
color: #4195B2;
margin-bottom: 25px;
border-bottom: 1.5px solid #4195B2;
float: left;
width: 100%;
margin-top: 10px;
}*/
.header {
color: var(--header-text-color);
margin-bottom: 25px;
/* border-bottom: 1.5px solid #4195B2; */
float: left;
// width: 94.5%;
margin-top: -45px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
/*font-weight: 400;*/
font-size: 22px;
position: absolute;
}
.headerIn {
color: #295585;
/*margin-bottom: 25px;*/
border-bottom: 1.5px solid #4195b2;
float: left;
width: 100%;
/*margin-top: 14px;*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
font-weight: 400;
font-size: 23px;
position: inherit;
margin-bottom: 6px;
/* padding: 10px; */
padding-bottom: 9px;
}
.selected-filter {
display: inline-flex !important;
margin-left: 1% !important;
text-transform: none !important;
}
.selected-filter-name {
font-size: 14px !important;
padding: 2px 7px;
border: 1px solid #003151;
border-right: none;
color: #003151;
/*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
height: 25px;
white-space: nowrap;
background: white;
border-radius: 5px 0px 0px 5px;
}
.provider-selected-filter-name {
font-size: 14px !important;
padding: 2px 7px;
border: 1px solid #003151;
/*border-right: none;*/
color: #003151;
/*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*max-width: 100px;*/
overflow: hidden;
text-overflow: ellipsis;
height: 29px;
white-space: nowrap;
background: white;
border-radius: 5px;
margin-bottom: 8px;
}
.filter-bottom {
margin-bottom: 10px;
}
.selected-filter-cross {
cursor: pointer;
/*padding:5px;*/
padding: 0px 7px;
border: 1px solid #003151;
border-left: none;
color: #003151;
/*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
border-radius: 0px 5px 5px 0px;
height: 25px;
font-size: 17px;
/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}
.provider-selected-filter-cross {
cursor: pointer;
/*padding:5px;*/
padding: 0px 7px;
border: 1px solid #003151;
border-left: none;
color: #003151;
/*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
border-radius: 0px 5px 5px 0px;
height: 29px;
font-size: 17px;
/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}
.btn-submit {
float: right;
width: 15%;
margin-top: 10px;
border-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
background: #447b8e;
color: #fff;
}
.button-position {
text-align: right;
margin-left: -7px;
}
.filter_padding {
padding-right: 0px !important;
}
.btn-LTCList {
background-color: rgb(73, 173, 87);
/*border-bottom-right-radius: 12px;*/
border-color: rgb(70, 160, 85);
}
.btn-FilterList {
background-color: #00c0ef;
/* border-bottom-right-radius: 12px; */
border-color: #00c0ef;
}
.widget.gradient-widget {
padding: 0;
border-radius: 6px;
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
.widget {
border: 1px solid #e8eef1;
background: #fff;
margin-bottom: 25px;
border-radius: 4px;
/* padding: 12px 0; */
}
.widget-caption {
width: 100%;
display: inline-block;
}
.selectAllText {
font-weight: bold;
margin: 0px 10px;
font-size: 16px;
}
.gradient-widget .widget-caption {
border-radius: 6px;
}
.gradient-danger {
background: linear-gradient(to bottom, #2d5ea7 0, #6792d3 100%);
}
.gradient-icon {
background: rgba(255, 255, 255, 0.3);
width: 80px;
height: 80px;
line-height: 65px;
border-radius: 50%;
display: table;
margin: 0 auto;
-webkit-transform: translateY(-35px);
-o-transform: translateY(-35px);
transform: translateY(-35px);
}
.gr-icon-danger i {
background: #6792d3;
}
.gradient-icon i {
width: 44px;
height: 44px;
border-radius: 50%;
color: #fff;
box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
line-height: 22px;
font-size: 18px;
}
.gradient-detail {
transform: translateY(-10px);
margin-bottom: 10px;
}
.gradient-widget .widget-detail {
border: none;
}
.widget .widget-detail {
padding-left: 15px;
}
.widget-detail h3 {
font-size: 21px;
}
.widget .widget-detail,
.widget-caption {
width: 100%;
display: inline-block;
}
.gradient-detail h3,
.gradient-detail span {
color: #fff;
}
.gradient-detail h3,
.gradient-detail span {
color: #fff;
}
.gradient-icon i:before {
position: relative;
top: 10px;
}
.gradient-purple {
background: linear-gradient(to bottom, #c580ff 0, #8f47cc 100%);
}
.gr-icon-purple i {
background: #c580ff;
}
.gradient-green {
background: linear-gradient(to bottom, #57c41d 0, #179202 100%);
}
.gr-icon-green i {
background: #179202;
}
.gradient-yellow {
background: linear-gradient(to bottom, #da542e 0, #e2886d 100%);
}
.gr-icon-yellow i {
background: #e2886d;
}
.plain-container {
-webkit-box-align: center;
align-items: center;
/* display: inline-block!important; */
flex-direction: row;
justify-content: normal;
width: 100%;
overflow-y: auto;
}
.main-row {
color: white;
background: #008bce;
font-size: 15px;
width: 98%;
margin-left: 1%;
}
.marginbottom {
margin-bottom: 15px;
}
.image-left-slide {
position: absolute;
margin-top: 100px;
display: -webkit-box;
font-size: 20px;
}
.image-right-slide {
position: absolute;
display: w;
display: -webkit-box;
margin-left: 94%;
margin-top: 100px;
font-size: 20px;
}
a.gr-btn {
background: #fff;
padding: 8px 25px;
border-radius: 50px;
display: inline-block;
-webkit-transform: translateY(24px);
-o-transform: translateY(24px);
transform: translateY(27px);
box-shadow: 0 1px 13px 0 rgba(64, 65, 67, 0.14);
-webkit-box-shadow: 0 1px 13px 0 rgba(64, 65, 67, 0.14);
-moz-box-shadow: 0 1px 13px 0 rgba(64, 65, 67, 0.14);
}
.info-box-icon .fa {
font-size: 22px;
}
.margintop {
margin-top: 5px;
}
.side-bar .booking-form-block {
border: 2px solid #69b8dc;
/*margin-bottom: 60px;*/
}
.side-bar .AddPACF-form-block {
border: 2px solid #2ca8ff;
margin-bottom: 60px;
/* margin-top: 25px; */
/*height:600px;*/
/* overflow:overlay;*/
}
.side-bar .booking-form-block .filter-title {
background: #69b8dc;
color: white;
margin-top: 0px;
text-align: center;
padding-top: 4px;
padding-bottom: 10px;
}
.side-bar .booking-form-block .filter-Title-box {
background: #1f7cba;
color: white;
margin-top: 0px;
text-align: left;
padding-left: 9px;
padding-top: 1px;
padding-bottom: 2px;
padding-right: 2px;
}
.side-bar .booking-form-block .filter-Title-report {
background: #1f7cba;
color: white;
margin-top: 0px;
text-align: left;
padding-left: 9px;
padding-top: 7px;
padding-bottom: 6px;
padding-right: 2px;
}
.side-bar .booking-form-block .filter-Title {
background: #1f7cba;
color: white;
margin-top: 0px;
text-align: left;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 10px;
padding-right: 2px;
}
.text-left {
float: left;
}
.setting-Box {
width: 80%;
margin-left: 10%;
}
.message-row {
padding-left: 20px;
padding-right: 20px;
}
.outer {
border: 0.7px solid;
border-color: #348492;
padding: 8px;
}
.icon_caret {
font-size: 24px;
position: relative;
}
.slide-icon {
cursor: pointer;
display: inline-grid;
font-size: 16px;
margin-right: 5px;
position: relative;
top: -3px;
}
.grid-icon {
margin-right: 10px;
font-size: 15px;
}
.setPreferenceArrow {
font-size: 38px;
}
.setPreferenceArrow a {
color: #204065;
cursor: pointer;
}
.setPreferenceArrow a:hover {
color: #4195b2;
}
.space {
margin-right: 4px;
}
.add-button-contact {
border-radius: 50px;
background: #f5f5f5;
color: #f96332;
font-weight: bold;
float: right;
padding: 4px 9px;
font-size: 14px;
margin-top: -2px;
}
.add-button-contact:hover {
border-radius: 50px;
background: #f5f5f5;
color: #f96332;
font-weight: bold;
float: right;
padding: 4px 9px;
font-size: 14px;
margin-top: -2px;
}
.alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left;
left: 40px;
}
.changeRole {
text-align: center;
margin-left: 25px;
}
.ratingCenter {
text-align: center;
/*margin-right: 183px;*/
font-size: 24px;
}
.input-check {
background: beige;
color: black;
width: 23px;
height: 30px;
margin-left: 3px;
font-size: 15px;
text-align: center;
padding-bottom: 3px;
/* float: right; */
}
.block-right-card {
float: right;
}
.block-right {
float: right;
display: flex;
width: 507px;
overflow: hidden;
}
/* .save-search-clip {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 126px;
cursor: pointer;
text-transform: capitalize;
} */
.save-search-clip {
white-space: nowrap;
overflow: hidden;
display: flex;
text-overflow: ellipsis;
justify-content: space-around;
cursor: pointer;
text-transform: capitalize;
}
.smallScreen {
display: none;
}
.Screen-small {
display: none;
}
.largeScreen {
display: block;
}
#referralBedStatus {
display: -webkit-inline-box !important;
border: none;
margin-top: 13px;
margin-bottom: 0px;
}
.mini-stat {
margin-bottom: 8px;
}
.modal-box-details {
border: 1px solid #f0f0f0;
padding: 5px;
margin: 5px;
}
.preview-pac-modal-width {
width: 75% !important;
}
.view-more-display {
display: flex !important;
}
.moreBubble {
position: relative;
display: inline-block;
border-radius: 50%;
background: grey;
padding: 5px 7px;
color: white;
}
.view-more-navbar {
margin-right: -24px;
margin-left: -24px;
}
.padding-5 {
padding: 5px 0px;
}
.show-more-text {
margin-top: 0px;
max-height: 41px;
overflow: hidden;
}
.show-more-label-color {
color: #204065;
}
.show-more-label-color:hover {
text-decoration: underline;
}
.mb-10 {
margin-bottom: 10px;
}
.fw-600 {
font-weight: 600;
}
.label-text-color {
color: #204065;
}
.mb-5 {
margin-bottom: 5px;
}
.delete-tag-button {
cursor: pointer;
color: #b73323;
}
.tag-container {
display: inline-block;
margin: 3px 3px 0 0;
}
.py-15 {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.patient-list-filter-width {
width: 16.5%;
}
.width-15_5 {
width: 15.5%;
}
.width-17 {
width: 17%;
}
.width-94 {
width: 94%;
}
#tag_management_table {
box-shadow: none;
-webkit-box-shadow: none;
}
.add-new-tag-button {
float: right;
color: white;
border: none;
background: #2ca8ff;
padding: 2px 30px;
font-weight: bold;
margin: 0px;
border-radius: 3px;
}
.pr-15 {
padding-right: 15px;
}
.min-width-fit-content {
min-width: fit-content;
}
.min-width_20em {
min-width: 20em;
}
.padding-right-half-em {
padding-right: 0.5em;
}
.width-94 {
width: 94%;
}
.min-width-9_5-percent {
min-width: 9.5%;
}
.min-width-10-percent {
min-width: 10%;
}
.min-width-12-percent {
min-width: 12%;
}
.min-width-15-percent {
min-width: 15%;
}
.min-width-20-percent {
min-width: 20%;
}
.min-width-22-percent {
min-width: 22%;
}
.padding-right-30 {
padding-right: 30px;
}
.padding-horizontal-15 {
padding-left: 15px;
padding-right: 15px;
}
.padding-horizontal-20 {
padding-left: 20px;
padding-right: 20px;
}
.padding-horizontal-24 {
padding-left: 24px;
padding-right: 24px;
}
.padding-horizontal-30 {
padding-left: 30px;
padding-right: 30px;
}
.padding-horizontal-45 {
padding-left: 45px;
padding-right: 45px;
}
.padding-bottom-18 {
padding-bottom: 18px;
}
.position-right-0 {
right: 0 !important;
}
.line-height-2-point-5-rem {
line-height: 2.5rem;
}
.width-18_5 {
width: 18.5%;
}
.width-18_9 {
width: 18.9%;
}
.width-18_8 {
width: 18.8%;
}
.width-19 {
width: 19%;
}
.width-21 {
width: 21%;
}
.width-22 {
width: 22%;
}
.min-width-90 {
min-width: 90px;
}
.padding-vertical-none {
padding-top: 0 !important;
padding-top: 0 !important;
}
.dot-map-location-icon {
background: url(../svg/map-location-dot-solid.svg) no-repeat;
cursor: pointer;
-webkit-mask: url(../svg/map-location-dot-solid.svg) no-repeat;
position: absolute;
width: 50px;
height: 50px;
/* transform: scale(1.5); */
background: url(../svg/map-location-dot-solid.svg) no-repeat;
cursor: pointer;
/* -webkit-mask: url(../svg/map-location-dot-solid.svg) no-repeat; */
/* position: absolute; */
/* width: 19px; */
/* height: 19px; */
/* top: 50%; */
/* background: url(../svg/star-SVG.svg); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 27px;
height: 24px;
position: relative;
margin-top: -4px;
padding-top: 5px;
/* transform: scale(1.5); */
}
@media (max-width: 480px) {
.navbar.navbar-absolute {
top: 0 !important;
}
.chat-message-list-scroll {
max-height: 250px;
justify-content: flex-end;
border: 1px solid #7978a9;
}
.flex-chat-right {
justify-content: flex-end;
}
.chat-provider-list-scroll {
max-height: 210px;
}
.save-shortlist-filter-button {
font-size: 14px;
}
.filter-clear {
color: #bf0f0f;
background: #ffffff;
font-size: 12px;
padding: 3px 25px;
border: 1px #bf0f0f solid;
border-radius: 6px;
}
.filter-small-snd {
color: white;
background: #1f7cba;
font-size: 14px;
padding: 3px 25px;
border: none;
border-radius: 6px;
font-weight: 500;
}
.shortlist-button-display {
gap: 5px;
justify-content: flex-start;
align-items: center;
width: 100%;
margin-top: 5px;
z-index: 111;
}
.patient-list-filter {
flex-direction: column;
gap: 10px;
}
.shortlist-filter-position {
position: relative;
}
.add-more-patient-details-modal {
width: auto;
}
.common-header-buttons {
position: relative;
right: auto;
top: auto;
display: inline-block;
flex-wrap: wrap;
flex-direction: column;
}
.desktop-no-padding {
padding: 0 15px;
}
.show-in-mobile {
display: block;
}
.footerText {
padding-left: 0;
}
.appFooterClass {
display: block;
height: fit-content;
}
.footer-contact-us-container {
flex-direction: row;
justify-content: space-between;
column-gap: 15px;
}
.appFooterContent {
margin-right: 0;
display: flex;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
column-gap: 96px;
padding-left: 3px;
}
.white-label-based-footer {
margin-right: 0;
display: flex;
flex-direction: column;
}
.appFooterContent div {
padding: 4px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.footerRightPrivacy {
padding-right: 0;
position: relative;
right: auto;
}
.footerRightTerms {
padding-right: 0;
position: relative;
right: auto;
}
.footerRightContact {
padding-right: 0;
position: relative;
right: auto;
}
.footerLogo {
left: auto;
position: relative;
}
.otp-container {
width: 90%;
}
.carereport-width {
width: 95vw;
}
.help-document-width {
width: 95%;
}
.survey-card {
width: 100% !important;
}
.provider-scrollbar {
height: 70vh;
}
.margin-left-15 {
margin-left: 15px;
}
.filtercatergory {
margin-top: 10px;
}
.filterButton {
margin-left: 0px;
}
.header-referral {
color: white;
font-size: 16px;
padding: 10px;
}
.text-align-code {
text-align: center;
}
.response-margin {
margin: 0px;
}
.label-box {
font-size: 15px;
margin-bottom: 10px;
color: #2a5788;
}
.secure-Link-data {
font-size: 14px;
margin-bottom: 10px;
}
.mobile-view-padding {
padding-left: 30px;
}
.box-search-inside {
/*block-size: 280px;*/
}
.search-container-padding {
padding-right: 28px;
}
.search-input-margin {
margin-left: 0px;
}
.table_PAC {
position: relative;
top: 0px;
}
.display-desktop {
padding: 5px 16px;
display: block;
}
.alignLeft {
text-align: center;
left: 0px !important;
}
.alignRight {
text-align: center;
right: 0px !important;
}
.notice_box {
width: inherit;
}
.setting_2 .filtercatergory {
font-size: 16px;
}
.mat-expansion-panel-body {
padding: 2px !important;
}
.search-Icon {
margin-left: 4px;
}
.view-report {
width: 90%;
margin: 30px auto;
}
.display_button {
margin-top: 24px !important;
float: right;
}
.report-table {
margin-left: 1px;
width: 100%;
}
.report_margin {
margin-left: 1px;
}
.PCP-table {
margin-left: 1px;
width: 100%;
}
.dateLabel {
width: 35%;
}
.dateDiv {
display: flex;
}
.padding_role {
padding-left: 3px;
padding-right: 2px;
}
#Dashid .action {
width: 100%;
margin-left: 2px;
}
.profileIcon {
margin-top: -33px;
float: right;
}
/*.mini-stat{
width: 170px;
margin-top: 5px;
margin-left: -3px;
}*/
.modelReport {
width: 100%;
margin: 30px auto;
}
#display_profile {
background: #fff !important;
position: absolute;
right: 4px;
left: auto;
padding: 10px;
opacity: 1;
visibility: visible;
font-size: 12px;
margin-top: 5px;
min-width: fit-content;
width: 18rem;
}
#user_profile_icon {
font-size: 35px;
color: #22446a;
}
#profileLetter {
font-size: x-large;
color: #30a6f9;
}
.profile_color h2 {
font-size: 20px;
}
.setting-Box {
width: 90%;
margin-left: 5%;
}
.block-history {
display: inline-flex;
}
.margin-top-header {
margin-top: -92px;
}
// .content-wrapper {
// margin: 8px;
// }
.FilterHistory {
width: 100%;
/* padding-top: 15px; */
}
.forgot-password {
font-size: 15px;
padding-top: 10px;
color: #309e8d;
float: right;
margin-right: 24px;
}
.Previewtable {
padding-right: 14px !important;
padding-left: 14px !important;
}
#loginId {
width: 94%;
/* margin-top: 3%; */
/* margin-left: 34%; */
border: 2px solid #295586;
border-radius: 8px;
height: 465px;
margin: 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
#passwordModel {
width: 94%;
/* margin-top: 3%; */
/* margin-left: 34%; */
border: 2px solid #295586;
border-radius: 8px;
height: 300px;
margin: 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.login-icon {
width: 80px;
height: 68px;
background: #2ca8ff;
border-radius: 40px;
border-radius: 100%;
font-size: 31px;
text-align: center;
color: white;
padding: 10px;
/* margin: 8px; */
margin-left: 130px;
}
.preview_title {
font-size: 15px;
}
.move-right {
margin-right: 22px;
margin-left: -75px;
margin-top: 4px;
}
#CommunityProgramId {
width: 100%;
}
.FilterByLocation {
width: 100%;
}
.largeScreen {
display: none;
}
.Screen-large {
display: none !important;
}
.Screen-small {
display: inline-grid;
}
.scroll-right-arrow {
display: none;
}
.smallScreen {
display: block;
}
.block-right-card {
float: none;
display: inline-flex;
width: 100%;
}
#referralBedStatus {
width: 100%;
margin-top: 10px;
border: 2px solid #eee;
border-radius: 1.25rem;
display: -webkit-inline-box;
}
.button-position {
text-align: left;
margin-left: -7px;
}
.patientHeader {
margin-top: -60px !important;
}
.ratingCenter {
text-align: center;
/*margin-right: 89px;*/
font-size: 16px;
}
.text-center {
text-align: center;
font-size: 12px !important;
}
.image-right-slide {
position: absolute;
display: w;
display: -webkit-box;
margin-left: 83%;
margin-top: 100px;
font-size: 20px;
}
.rhf-Send button {
background: #309e8e none repeat scroll 0 0;
border: 3px solid #38898f;
border-radius: 100px;
color: #fff;
font-size: 18px;
height: 35px;
line-height: 42px;
text-align: center;
width: 50px;
font-weight: bold;
}
.rhf-send button {
margin-top: 10px;
margin-bottom: 10px;
height: 31px;
width: 80px;
font-size: 16px;
}
.bton {
border-bottom-right-radius: 6px;
/* border-color: rgb(19, 141, 241); */
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
color: #ffffff;
width: 30px;
padding: 5px 7px;
margin-right: 1px;
margin-bottom: 2px;
}
.btn-submit1 {
width: 100%;
}
.addSubmit {
width: 49%;
}
/* .col-xs-12, .col-sm-12{
padding-right: 1px;
padding-left: 1px;
} */
.PACF-list-view {
padding-right: 0px;
padding-left: 0px;
}
/*.right{
margin-top: 15px;
float: right;
}*/
.setPreferenceArrow {
/*text-align: center;*/
float: right;
}
.filter_LTC {
left: 0;
/* overflow: hidden; */
padding: 20px 40px 10px 40px;
right: 0;
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;
margin-bottom: 25px;
border: 2px solid #38898f;
height: 400px;
}
.rhf-input-box select {
background: rgba(39, 36, 36, 0.71) none repeat scroll 0 0;
border: 1px solid #5f5f5f;
color: #fff;
font-size: 16px;
height: 60px;
letter-spacing: 0;
/* padding: 0 44px 0 16px; */
width: 150px;
padding: 4px;
}
#mainsidebar {
display: block;
position: fixed;
top: 0px;
background-color: white;
z-index: 99;
margin-top: 68px;
height: 100%;
border-right: 1px solid #4195b2;
}
.side-bar .booking-form-block .filter-Title {
background: #1f7cba;
color: white;
margin-top: 0px;
text-align: left;
padding-left: 15px;
padding-top: 4px;
padding-bottom: 10px;
}
.expandAllSetting {
font-size: 30px;
float: right;
margin-top: -43px;
}
.label-history {
padding-left: 1px;
margin-top: 15px;
}
.readmission-filter {
margin-left: -84px;
}
.welcome-card {
margin: 3px 0px;
width: 100%;
}
}
/*Sanya's Laptop Configuration*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
.scroll-box-size {
max-height: 192px;
}
.send-referral-sub-label {
/* margin-bottom: 12px; */
}
.insurance-notification-badge {
right: 4px;
}
.insurance-required-box {
margin-left: 110px;
}
.appointment-duration-width {
width: 15% !important;
}
.appointment-datetimepicker-width {
width: 90%;
}
.pdf-document-height {
height: 80vh;
}
/* .toggle-button-margin-left {
margin-left: 21px;
} */
.patient-details-info-text {
color: #000;
font-size: 12px;
}
.margin-left-80 {
margin-left: 0px;
}
.advance-search-width {
width: 75%;
}
.display {
display: flex;
}
.history-date {
border-top: none;
border-left: none;
border-right: none;
width: 100px !important;
margin-left: -14px;
}
.historyMargin {
margin-left: 9px;
}
.block-history {
display: block;
}
.stay-length {
display: inline-flex;
}
.label-history {
padding-left: 5px;
}
.readmission-filter {
margin-left: 5px;
}
.company-modal {
max-height: 61vh;
}
}
/*Tablet View*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.carereport-width {
width: 95vw;
}
.provider-scrollbar {
height: 58vh;
}
.search-Icon {
margin-left: 4px;
}
.largeScreen {
display: none;
}
.smallScreen {
display: block;
}
#Dashid .action {
width: 48%;
margin-left: 2px;
}
.padding_role {
padding-left: 7px;
padding-right: 2px;
}
#CommunityProgramId {
width: 100%;
}
.preview_title {
font-size: 15px;
}
.image-right-slide {
margin-left: 89%;
}
// .content-wrapper {
// margin: 2px;
// }
.historyMargin {
/* margin-left: -9px; */
/*margin-right: -70px;
margin-left: 18px;*/
margin: 0px;
}
.FilteridBox {
width: 100%;
}
.width-100 {
width: 100% !important;
}
.width-50 {
width: 50%;
}
.width-5 {
width: 5% !important;
}
.button_margin_0 {
margin: 0px !important;
}
.previewPacOuter {
padding-left: 0px;
}
.previewPacInner {
position: relative;
padding-right: 145px;
padding-left: 0px;
}
.alignSubmitBtn {
/*padding-top: 21px;*/
}
.FilterByLocation {
width: 50%;
}
#pacftype {
width: 50%;
}
.detail_width {
width: auto !important;
}
.PCP-table {
margin: 0px;
width: auto;
}
.profile_color h2 {
font-size: 20px;
}
#user_profile_icon {
font-size: 40px;
color: #22446a;
}
.filterButton button {
margin-top: 5px;
margin-left: 0px;
}
.inline-calendar-responsive {
padding-right: 0 !important;
padding-left: 30px !important;
width: 30% !important;
}
}
.text-color-bold {
color: #f96332;
cursor: pointer;
font-size: 16px !important;
}
.font-size-14 {
font-size: 14px !important;
}
/*Css For Add Patient Button of Discharge Page By Hemant*/
.newright {
min-width: fit-content;
}
.new-mini-stat {
border-radius: 6px !important;
}
.new-mini-stat-icon {
text-align: right !important;
}
.newcounter {
font-size: 14px !important;
}
/*Css for Medicare Rating of Patient Preferance List page*/
.new-rating-size {
font-size: 0.85em !important;
}
.action_list-pacf {
width: 159px;
height: 34px;
overflow: hidden;
transition: height 0.36s;
}
.active_action-pacf {
width: 159px;
height: 68px;
}
.padding_10 {
padding: 10px 10px 20px 10px !important;
}
.forrighttobutton {
float: right;
margin-right: -30px;
}
/*Css for Add top icon in add Contract page*/
.btn-float-bottom-right {
position: fixed;
bottom: 35px;
right: 30px;
z-index: 100;
}
.btn-goto-top {
color: #2ca8ff;
font-size: 45px !important;
background: transparent;
border: none;
height: 35px;
line-height: 27px;
text-align: center;
width: 31px;
font-weight: bold;
margin-right: 2px;
margin-bottom: 2px;
border-radius: 100%;
}
.btn-goto-top:hover {
color: #2ca8ff;
}
.hidescroll {
/*this is class is added because remove double scroll in add edit patient page*/
overflow-y: auto;
overflow-y: inherit !important;
}
.pd-10 {
padding-bottom: 11px !important;
}
.width-23 {
width: 23% !important;
}
.width-24 {
width: 24% !important;
}
.width-25 {
width: 25% !important;
}
.mr-5 {
margin-left: 5px !important;
}
.width-35 {
width: 35% !important;
}
.width-30 {
width: 30% !important;
}
.carelist {
min-width: 22vw;
float: right;
}
.mr-5 {
margin-top: 4px !important;
}
.hidebor-right {
border-right: none !important;
border-radius: 5px 0px 0px 5px !important;
}
.pdd-appointment-add {
padding-left: 19px !important;
padding-right: 19px !important;
border-radius: 10% !important;
}
.verticalline {
border-left: 2px solid #ddd;
height: 143px;
position: absolute;
left: 50%;
margin-left: -3px;
top: 57px;
}
.chk-send-mail {
width: 30px;
height: 15px;
margin-left: 5px;
}
.mr-send-mail {
margin-left: -58px;
margin-top: 1px;
}
.lbl-insurance {
margin-left: 17px;
color: #204065;
}
.mr_10 {
margin-left: 2px;
}
.mr-15 {
margin-left: -15px;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.badge-color {
background-color: #fc8012 !important;
border: none !important;
}
.width-27 {
width: 27% !important;
}
.mr-17 {
margin-left: -17px;
}
.width-35 {
width: 35% !important;
}
.font-we {
font-weight: 100 !important;
}
.mr-top {
margin-top: 68px;
}
.md-scroll {
max-height: 40vw !important;
overflow-y: scroll !important;
}
.add-memeber-scroll {
max-height: 70vh !important;
overflow-y: scroll !important;
}
.fl-right {
float: right !important;
}
.medical-files {
margin-left: 15px;
cursor: pointer;
list-style: disc;
}
.label-zipcode {
text-indent: 60px;
}
.setting-two {
column-count: 2;
}
.width-65 {
width: 65%;
}
.btn-more {
color: white;
background: #1f7cba;
font-size: 13px;
padding: 1px 21px;
border: none;
border-radius: 6px;
font-weight: 500;
float: right;
}
.show-all {
display: flex;
justify-content: flex-end;
}
.btn-show-all {
color: white;
background: #1f7cba;
font-size: 13px;
padding: 1px 21px;
border: none;
border-radius: 6px;
font-weight: 500;
/* float: right; */
}
.mb-25 {
margin-bottom: 25px;
}
.loader-heatmap {
position: relative;
left: 277px;
}
.loader-for-rejection-reason {
position: relative;
left: 275px;
}
.color-FFE9A0 {
background-color: #FFE9A0;
}
.color-D4D283 {
background-color: #D4D283;
}
.color-A9BB66 {
background-color: #A9BB66;
}
.color-619535 {
background-color: #619535;
}
.color-367E18 {
background-color: #367E18;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1365px) {
/* .toggle-button-margin-left {
margin-left: 21px;
} */
// .content-wrapper {
// min-height: 100vh;
// }
}
@media only screen and (min-device-width: 1440px) and (max-device-width: 1669px) {
.send-referral-sub-label {
/* margin-bottom: 12px; */
}
/* .toggle-button-margin-left {
margin-left: 18px;
} */
.insurance-required-box {
margin-left: 130px;
}
.insurance-notification-badge {
right: 7px;
}
.custom-legend-tab {
position: relative;
margin-left: 15px;
}
}
@media only screen and (min-device-width: 2160px) {
.newright {
min-width: fit-content;
padding-left: 0 !important;
}
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1439px) {
.otp-container {
width: 24%;
}
// .content-wrapper {
// min-height: 100vh;
// }
}
.edit-more-patient-details {
color: #32779f;
float: right;
padding-right: 15px;
cursor: pointer;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-5 {
margin-left: 5px;
}
.red-border {
border: 2px solid #b73323;
}
.margin-right-10 {
margin-right: 10px;
}
.margin-left-10 {
margin-left: 10px;
}
.filter-small-snd-organization {
color: white;
background: #1f7cba;
font-size: 19px;
padding: 3px 25px;
border: none;
border-radius: 6px;
font-weight: 500;
}
.filter-small-snd-organization:disabled {
color: white;
background: #85b4dd;
}
.filter-clear-organization {
color: #bf0f0f;
background: #ffffff;
font-size: 18px;
padding: 3px 25px;
border: 1px #bf0f0f solid;
border-radius: 6px;
}
.margin-left-0 {
margin-left: 0px !important;
}
.custom-filter-width-sm {
width: 12%;
}
.custom-filter-width-md {
width: 22%;
}
.margin-top-6 {
margin-top: 6px;
}
.margin-bottom-0 {
margin-bottom: 0 !important;
}
.align-buttons-center {
display: flex;
justify-content: center;
}
.permission-list-table-border {
padding: 0px;
margin-left: 10px;
border: 1px solid #2CA8FF;
max-height: 700px;
overflow-y: scroll;
}
.min-height-50 {
min-height: 50px;
}
.width-70 {
width: 70%;
}
.ml-15 {
margin-left: 15px;
}
.min-height-126 {
min-height: 126px;
}
.min-height-163 {
min-height: 163px;
}
.min-height-77 {
min-height: 77px;
}
.min-height-114 {
min-height: 114px;
}
.min-height-145 {
min-height: 145px;
}
.width-48 {
width: 48%;
}
.table-width-5 {}
.table-width-10 {
width: 10% !important;
}
.table-width-15 {
width: 15% !important;
}
.table-width-20 {
width: 20% !important;
}
.table-width-25 {
width: 25% !important;
}
.table-width-30 {
width: 30% !important;
}
.table-width-40 {
width: 40% !important;
}
.table-width-50 {
width: 50% !important;
}
.table-width-60 {
width: 60% !important;
}
.table-width-90 {
width: 90% !important;
}
.padding-value {
padding: 0px 7px;
}
.flex-container {
display: flex;
gap: 7px;
row-gap: 7px;
column-gap: 7px;
}
.imp-patient-act-sp {
margin-left: 20px;
}
.imp-patient-act-lable-sp {
margin-left: 5px !important;
}
mat-card {
border-radius: 15px !important;
}
@media only screen and (min-width: 768px) {
.table-width-5 {
width: 5% !important;
}
.table-width-10 {
width: 10% !important;
}
.table-width-15 {
width: 15% !important;
}
.table-width-20 {
width: 20% !important;
}
.table-width-25 {
width: 25% !important;
}
.table-width-30 {
width: 30% !important;
}
.table-width-40 {
width: 40% !important;
}
.table-width-50 {
width: 50% !important;
}
.table-width-60 {
width: 60% !important;
}
.table-width-90 {
width: 90% !important;
}
.padding-value {
padding: 0px 7px;
}
.flex-container {
display: flex;
gap: 7px;
row-gap: 7px;
column-gap: 7px;
}
.imp-patient-act-sp {
margin-left: 20px;
}
.imp-patient-act-lable-sp {
margin-left: 5px !important;
}
}
@media only screen and (min-width: 1920px) {
.system-notifs-area {
width: 30%;
}
.patient-info-page-action-bar-width {
width: 20%;
}
}
@media screen and (max-width:800px) {
.btn-margin-right {
margin-right: -25px;
}
.bottom-button {
padding-right: 30px !important;
}
}
.margin-left-60 {
margin-left: 60px;
}
.margin-left-04 {
margin-left: 16px;
width: 250px;
}
.margin-left-16-important {
margin-left: 16px !important;
}
.margin_right_40 {
margin-right: -49px !important;
}
.margin_right_37 {
margin-right: -37px !important;
}
.margin-top-left {
margin-top: -1px;
margin-left: 6px;
}
.margin_2px {
margin-top: 2px !important;
}
.width-5 {
width: 5px;
}
.height-70px {
height: 70px;
}
.opacity-80 {
opacity: 80%
}
.position-top-12px {
top: 12px;
}
.position-top-20px {
top: 20px;
}
.position-left-10px {
left: 10px;
}
.color-red {
color: red;
}
.z-index-2 {
z-index: 2;
}
.flex-direction-col {
flex-direction: column;
}
.rating-popup-btn {
margin-top: 3px;
color: var(--color-white);
background-color: #2ca8ff !important;
border: 1px SOLID #2888c9 !important;
cursor: pointer !important;
border-radius: 6px !important;
padding: 7px 8px !important;
}
.left-42 {
left: 42%;
}
.display-none {
display: none !important;
}
.support-icon-class {
position: absolute;
top: 10%;
left: 0%;
background: url(../../assets/svg/support-icon.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 26px;
border-radius: 6px;
height: 26px;
}
.support-loggedIn {
position: absolute;
top: 10%;
left: 0%;
background: url(../../assets/svg/support-loggedIn.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 26px;
border-radius: 6px;
height: 26px;
}
.support-disable {
position: absolute;
top: 10%;
left: 0%;
background: url(../../assets/svg/support-disable.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 26px;
border-radius: 6px;
height: 26px;
}
.login-icon-class {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 90px;
border-radius: 6px;
height: 30px;
margin-top: -14px;
color: #fff;
background-color: #2ca8ff;
border-color: #204d74;
font-size: 14px;
font-style: normal;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.login-icon-class::before {
font-family: 'Montserrat', sans-serif;
content: "Login";
text-align: center;
}
.logout-icon-class {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 90px;
border-radius: 6px;
height: 30px;
margin-top: -14px;
color: #fff;
background-color: #d9534f;
border-color: #d9534f;
font-size: 14px;
font-style: normal;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.logout-icon-class::before {
font-family: 'Montserrat', sans-serif;
content: "LogOut";
}
.curser-not-allowed:disabled {
cursor: not-allowed;
}
.icon-bg-change {
background-color: #c6c6c6 !important;
border-color: #c6c6c6 !important;
}
.role-list-dialog {
position: absolute;
z-index: 2;
top: 0%;
left: 20%;
color: #721472;
font-weight: bold;
text-align: center;
}
.subscription-info {
font-weight: bold;
color: #191519;
text-align: center;
font-size: 16px;
}
.role-list-dialog p,
.subscription-info p {
margin: 0;
padding: 0;
}
.primary-btn-color {
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
.inreview-status-notes {
top: -5px;
right: -32px;
position: absolute;
z-index: 1;
}
/* --email confirm box css =--
#cdk-overlay-3{
pointer-events: auto;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
} */
.multi-select-width {
width: 274px;
}
.text-align_left {
text-align: left;
}
.white-color {
color: #FFFFFF !important;
}
.position-left-0 {
left: 0;
}
@media screen and (max-width: 1496px) {
.heat-map-size-for-card {
min-width: 346px !important;
}
.flex-center {
padding-top: 20px;
}
.month-view-navigation-button-container {
padding: 8px 5px !important;
}
@media only screen and (min-width: 1606px) and (max-width: 1818px) {
.calendar-duration-dropdown {
width: 100% !important;
max-width: fit-content !important;
}
}
}
.document-center-button-color {
background: #154A7C;
color: #f3eeee;
padding: 5px 23px;
font-weight: 600;
border: none;
border-radius: 5px;
box-shadow: 0 0 4px #887f7f;
}
.column-gap-8px {
column-gap: 6px;
}
.center-flex {
display: flex;
justify-content: center;
align-items: center;
}
.border-bg-none {
border: none;
background: none;
}
.color-gray {
color: var(--color-gray);
}
.views-pills-selected-content {
background-color: var(--color-light-blue);
border: 1px solid var(--color-light-blue);
border-radius: 27px;
display: flex;
align-items: center;
padding: 21px;
font-weight: bold;
height: 34px;
color: white;
}
.views-pills-not-selected-content {
background-color: var(--color-white);
border: 1px solid var(--color-light-blue);
border-radius: 27px;
display: flex;
align-items: center;
padding: 21px;
font-weight: bold;
height: 34px;
color: var(--color-light-blue);
}
.views-list-container {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
// margin-left: -12px;
}
.extra-data-class {
position: abosolute !important;
left: 0;
margin-top: 25px;
width: 200px;
overflow: hidden;
}
.text-bold {
font-weight: 600;
}
.label-gray {
background: var(--color-gray);
padding: 3px 6px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.color-green {
color: rgb(60, 146, 72);
}
.slide-time-below {
position: relative !important;
top: 13px;
}
.active .high-need-patient-icon {
background: url(../svg/blue-star-SVG.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 50px;
height: 37px;
position: relative;
margin-top: -4px;
font-weight: bold;
}
.high-need-patient-icon {
background: url(../svg/star-SVG.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 50px;
height: 37px;
position: relative;
margin-top: -4px;
font-weight: bold;
}
.high-need-patient-icon-red {
/* background: url(../svg/red-star-SVG.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 50px;
height: 37px;
position: relative;
margin-top: -4px; */
/* font-weight: bold; */
position: relative;
}
.high-need-patient-icon-red::before {
content: "";
background: url(../svg/circle-exclamation-solid.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 18px;
height: 18px;
position: relative;
top: 50%;
font-weight: bold;
left: 50%;
transform: translate(-50%, -50%);
}
/* .high-need-patient-icon-red::before {
content: "";
background: url(../svg/red-star-SVG.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 27px;
height: 17px;
position: relative;
top: 50%;
font-weight: bold;
left: 50%;
transform: translate(-50%, -50%);
} */
.active .follow-up-icon {
background-color: var(--selected-menu-item-icon-color);
}
.follow-up-icon {
mask-image: url(../svg/follow-up-icon.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-text-color);
width: 50px;
height: 22px;
display: block;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.follow-up-icon-green {}
.follow-up-icon-green::before {
content: "";
background: url(../svg/follow-up-icon-green.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 21px;
height: 18px;
position: relative;
top: 50%;
font-weight: bold;
left: 50%;
transform: translate(-50%, -50%);
}
.active .activity-list-icon {
background: url(../svg/blue-activity-list-icon.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 50px;
height: 22px;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.activity-list-icon {
background: url(../svg/activity-list-icon.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 50px;
height: 22px;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.no-scroll-dropdown {
max-height: none !important;
}
.inline-date-picker-feild {
width: 50%;
height: 30px;
display: inline;
justify-self: end;
padding: 10px;
border-radius: 3px !important;
border: 1px solid #50A7FF !important;
}
.inline-date-picker-label {
padding: 10px 10px 10px 15px;
width: 100px;
justify-self: flex-start;
color: #19427A;
}
.warning-message {
color: red;
margin: 0 0 4px 0;
padding: 3px;
margin-left: 15px;
font-size: 12px;
}
.table-header-fixed {
position: sticky !important;
position: -webkit-sticky !important;
top: 55px !important;
z-index: 1;
}
.z-index-2-important {
z-index: 2 !important;
}
.z-index-3-important {
z-index: 3 !important;
}
.new-slot-btn,
.new-appointment-btn {
border-radius: 6px;
margin: 0px;
background-color: #32779F;
color: #fff;
font-weight: bold;
font-family: Montserrat;
}
.new-slot-btn:hover,
.new-appointment-btn:hover {
color: #32779F;
}
.calendar-btn-container {
width: auto;
position: sticky;
display: flex;
top: 55px;
z-index: 3;
gap: 4px;
background-color: #f2f2f2;
justify-content: space-between;
align-items: center;
padding: 23px 0;
}
.calendar-duration-dropdown {
width: 45% !important;
box-sizing: border-box;
max-width: 100% !important;
}
.new-slot-btn {
width: 50% !important;
box-sizing: border-box;
max-width: 100% !important;
}
.new-appointment-btn {
min-width: 45% !important;
padding-right: 35px;
box-sizing: border-box;
max-width: 100% !important;
}
.event-option-clock {
margin-right: 12px;
}
.clock-icon-svg {
background: url(../svg/clock-svg.svg) no-repeat;
background-position: center;
background-size: cover;
position: absolute;
top: 35px;
left: 25px;
width: 20px;
height: 20px;
transform: scale(1.5);
}
.inline-calendar-card {
width: auto;
min-width: 207px !important;
padding: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-left-radius: 12px !important;
border-right: 1px solid #DADADA;
}
.mat-calendar-header {
background-color: #ffffff !important;
border-top-left-radius: 12px !important;
}
.mat-calendar-table-header>tr>th {
background-color: #ffffff !important;
color: #314E79;
font-family: 'Montserrat';
font-size: 12px;
font-weight: bolder;
}
.mat-calendar-content {
box-shadow: none !important;
}
.mat-calendar-table {
box-shadow: none;
}
.cal-week-view .cal-time-label-column {
width: 100px !important;
}
#mat-calendar-button-0 {
color: #55a6f9 !important;
font-family: 'Montserrat';
font-weight: bolder;
}
.mat-calendar-table-header-divider {
display: none;
}
.mat-calendar-arrow {
display: none !important;
}
.cal-day-headers {
background-color: #f2f2f2;
height: 98px;
}
.mat-ripple .mat-button-ripple .mat-button-ripple-round {
background-color: red;
}
.mat-calendar-body tr:nth-of-type(even) {
background-color: #ffffff;
}
.mat-calendar-body-today.mat-calendar-body-selected {
background-color: var(--primary-text-color);
box-shadow: none !important;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
border-color: rgba(0, 0, 0, .38);
}
.mat-calendar-body-selected {
background-color: var(--primary-text-color) !important;
color: #fff;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
background-color: rgb(85 165 248 / 31%) !important;
}
.mat-calendar-body-cell-content,
.mat-calendar-body-today.mat-calendar-body-selected,
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-selected,
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
border-radius: 3px !important;
padding: 2px !important;
}
.calender-view-radio-button {
display: flex;
flex-direction: column;
margin: 8px 0;
align-items: flex-start;
}
.mat-card .mat-focus-indicator .nline-calendar-card {
background-color: #000;
}
.calendar-sidebar-options-services-needed {
border-bottom-left-radius: 12px;
border-bottom: 1px solid #DADADA;
}
.calendar-sidebar-label {
font-weight: 600;
margin: 0 0 16px 0;
font-size: 16px;
color: #000;
}
.calendar-radio-group {
display: flex;
flex-direction: column;
}
.mat-checkbox-label,
.mat-radio-label-content {
color: #000;
font-family: 'Montserrat';
font-size: 14px;
font-style: normal;
font-weight: 400 !important;
line-height: 253.6%;
}
.calendar-sidebar-options .mdc-checkbox-ripple .mat-ripple-element {
background-color: var(--bg-color) !important;
border-radius: 3px;
padding: 1px !important;
}
.calendar-sidebar-options .mdc-checkbox-checked.mat-accent .mat-mdc-checkbox-background {
background-color: var(--bg-color) !important;
border-radius: 3px;
padding: 1px !important;
}
.calendar-sidebar-options .mdc-checkbox-indeterminate.mat-accent .mat-mdc-checkbox-background {
background-color: var(--bg-color) !important;
border-radius: 3px;
padding: 1px !important;
}
.calendar-sidebar-options .mat-pseudo-checkbox-checked,
.calendar-sidebar-options .mat-pseudo-checkbox-indeterminate,
.calendar-sidebar-options .mat-accent .mat-pseudo-checkbox-checked,
.calendar-sidebar-options .mat-accent .mat-pseudo-checkbox-indeterminate {
background-color: var(--bg-color) !important;
border-radius: 3px;
padding: 1px !important;
}
.calendar-sidebar-options .mat-checkbox-frame {
border-radius: 3px !important;
padding: 1px !important;
border-color: #959595;
}
.cal-month-view .cal-header .cal-cell {
border: 1px solid #D9D9D9;
background-color: #F2F2F2;
}
.cal-header {
color: #000;
}
.cal-week-view .cal-time-label-column {
padding-top: 3px;
}
.calendar-view-navigation-button-container {
padding: 18px 5px 19px !important;
}
.cal-week-view .cal-day-headers .cal-header {
padding: 4px;
}
.cal-time-events {
height: auto;
overflow-y: auto;
}
.calander-background {
background-color: #F2F2F2;
margin-top: -10px;
}
.calendar-sidebar-options .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.calendar-sidebar-options .mat-radio-button.mat-accent .mat-radio-outer-circle {
border-color: #959595 !important;
width: 18px;
height: 18px;
}
.calendar-sidebar-options .mat-radio-button.mat-accent .mat-radio-inner-circle {
background-color: #2ca8ff !important;
width: 18px;
height: 18px;
}
.mat-calendar-controls .mat-icon-button {
padding: 0;
min-width: 0;
margin-right: 4px;
width: 25px;
height: 25px;
background-color: #F2F2F2;
flex-shrink: 0;
border-radius: 4px;
}
.mat-calendar-controls .mat-calendar-previous-button::after,
.mat-calendar-controls .mat-calendar-next-button::after {
margin: 8.5px !important;
}
.mat-calendar-controls {
padding-right: 10px !important;
}
.inline-calendar-responsive {
padding-right: 0 !important;
padding-left: 30px !important;
width: 28%;
max-width: 242px;
margin-top: 5px;
margin-top: 5px;
}
.calendar-sidebar-options {
border-top: 1px solid #DADADA;
border-right: 1px solid #DADADA;
padding: 24px;
padding-top: 10px;
width: 100%;
box-shadow: -5px 0px 5px 0px rgb(176 175 175 / 25%);
overflow-y: overlay;
background-color: #fff;
}
.calendar-sidebar-options::-webkit-scrollbar {
width: 0;
}
.appointment-filter-contianer {
height: calc((75vh - 272px) / 3);
}
.appointment-day-view-filter-contianer {
height: calc((75vh - 282px) / 2);
}
.appointment-month-view-filter-contianer {
height: calc((75vh - 193px) / 2);
}
.slot-day-view-filter-container {
height: calc((75vh - 281px) / 2);
}
.slot-month-view-filter-container {
height: calc((75vh - 193px) / 2);
}
.slot-filter-container {
height: calc((75vh - 272px) / 2);
}
.filter-container-round-border {
border-bottom-left-radius: 12px !important;
}
.event-input-date>div {
display: flex;
}
.event-input-time .form-control {
min-width: 80px;
}
.relative-bottom-5px {
position: relative;
bottom: 5px;
}
.event-dialog-toggle-btn1 {
/* margin-left: 48px; */
margin-top: 10px;
}
.event-dialog-toggle-btn2 {
/* margin-left: 20px; */
margin-top: 10px;
}
.event-dialog-toggle-btn1 .mat-slide-toggle-bar,
.event-dialog-toggle-btn2 .mat-slide-toggle-bar {
width: 50px;
}
.event-dialog-toggle-btn1 .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container,
.event-dialog-toggle-btn2 .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
transform: translate3d(30px, 0, 0);
}
.event-dialog-toggle-btn1 .mat-slide-toggle-content,
.event-dialog-toggle-btn2 .mat-slide-toggle-content {
overflow: visible !important;
}
.repeat-event-toggle-row {
flex-wrap: wrap;
}
.repeat-frequency-select .form-control {
width: 240px;
}
.week-day-check-circle {
display: inline-block;
width: 35px;
height: 22px;
text-align: center;
font-weight: 500;
vertical-align: middle;
border-radius: 50%;
position: relative;
left: -17px;
bottom: -2px;
}
.week-day-checkbox {
z-index: 10;
opacity: 0;
width: 22px;
}
.weekday-selected {
background: #2CABFF;
color: white;
}
.weekday-unselected {
background: #ddd;
color: white;
}
.week-day-checkbox-wrapper .mat-checkbox-inner-container {
width: 0px;
height: 23px;
margin-left: 14px !important;
margin-right: 0px !important;
}
.week-day-checkbox-wrapper {
position: relative;
width: 240px;
margin: 10px;
display: flex;
}
.move-right-button-2 {
position: fixed;
top: 140px;
}
.padding-top-10 {
padding-top: 10px !important;
cursor: pointer !important;
}
.color-blue {
color: #2CA8FF;
}
.label-cancelled-incomplete-color {
background-color: #FF6347 !important;
padding: 4px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.label-rescheduled-scheduled-color {
background-color: #01796F !important;
padding: 4px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.label-completed-sent-color {
background-color: #5CB85C !important;
padding: 4px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.label-inprogress-color {
background-color: #D68910 !important;
padding: 4px 8px;
color: white;
border: "1";
border-radius: 5px;
}
.label-assigned-color {
background-color: #27B48D !important;
padding: 4px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.move-right-button {
float: right !important;
margin-right: 12px !important;
position: relative !important;
z-index: 111 !important;
}
.padding-top-bottom-30 {
padding: 10px 0 30px 0;
}
.box-input-container-important {
border: 1px solid #cbcbcb !important;
text-indent: 0 !important;
max-width: 100%;
border-radius: 4px !important;
width: 100%;
}
.label-display-relative {
position: relative !important;
margin-top: 6.5px;
margin-left: 5px;
color: #2d526c !important;
font-weight: 100;
z-index: 3;
font-size: 16px;
}
.max-width-30 {
max-width: 30%;
}
.max-width-23 {
max-width: 23%;
}
.max-width-20 {
max-width: 20%;
}
.max-width-25 {
max-width: 25%;
}
.calendar-position {
position: absolute;
top: 56%;
left: 88%;
font-size: 23px;
}
.display-flex-with-gap {
padding: 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 2%;
flex-wrap: wrap;
padding-left: 15px;
}
.high-need-font-color {
color: #2d526c !important;
}
.font-dim-color {
color: #8C8C8C !important;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-10 {
padding: 10px;
}
.box-input-logs {
text-indent: 0 !important;
max-width: 100%;
width: 100%;
height: 30px;
margin-top: 3px;
}
.padding-right-20 {
padding-right: 20px;
}
.border-bottom-logs {
border-bottom: 1px solid #cbcbcb !important;
width: 100%;
margin-left: 0px;
padding-left: 0px;
}
.overflow-auto {
overflow: auto;
width: 100%;
height: 100%;
}
.bottom-22 {
bottom: 22% !important;
}
.bottom-32 {
bottom: 32% !important;
}
.left-55 {
left: 55%;
}
.padding-3 {
padding: 3px 0;
}
.font-family-roboto {
font-family: Roboto, Arial, sans-serif !important;
}
.logs-overflow {
height: 59vh;
overflow-y: auto;
overflow-x: hidden;
padding-left: 6px !important;
}
.padding-left-6-important {
padding-left: 6px !important;
}
.high-need-clock-icon-svg {
background: url(../svg/high-need-clock-icon.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 22px;
height: 22px;
position: relative;
margin-top: 0;
font-weight: bold;
}
.width-max-content {
width: max-content !important;
}
.high-need-chat-content {
font-size: 17px;
background: #F0F0F7;
padding: 10px 0;
border-radius: 8px;
}
.text-content {
padding: 8px;
width: 100%;
display: inline-block;
position: relative;
margin: 2px 6px;
min-height: 56px;
max-height: max-content;
word-break: break-word;
}
.high-need-date {
background-color: #f5f5f5;
border-radius: 20px;
color: #434343;
width: 108px;
padding: 5px 24px;
border: 1px solid #1c191961;
font-size: 16px;
font-weight: bold;
}
.high-need-send-icon {
font-size: 13px;
right: 9px;
position: absolute;
color: #f5f5f5;
background: #2ca8ff;
border-radius: 50%;
bottom: 30%;
right: 5%;
padding: 9px;
}
.high-need-text-area {
border: 2px solid #c2b9b9;
border-radius: 6px;
padding: 0 10px;
}
.min-height-62 {
min-height: 62vh;
}
.min-height-45 {
min-height: 45vh;
}
.margin-top-3vh {
margin-top: 3vh !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.height-28-vh {
height: 28vh;
}
/* .move-right-button-2 {
float: right!important;
top: 10px;
margin-right: 12px !important;
position: fixed !important;
} */
.move-right-button-2 {
position: fixed;
top: 140px;
}
.mat-ripple-element {
background-color: transparent;
}
.calendar-icon-for-decision-dialog {
position: absolute;
width: fit-content;
top: 50% !important;
left: auto !important;
right: 1rem !important;
font-size: 23px;
transform: translate(0%, -50%);
}
@import "~@angular/cdk/overlay-prebuilt.css";
.ks-modal-gallery-backdrop {
background: #000 !important;
;
opacity: 0.85 !important;
;
}
.ks-modal-gallery-panel {
z-index: 90000 !important;
}
.new-event-date-field {
width: 80%;
/* min-width: 81px; */
height: 100%;
display: inline;
padding: 10px;
border-radius: 3px !important;
}
.display-block {
display: block;
}
.text-decoration-none {
text-decoration: none !important;
}
.cornered-border-bottom-left-radius {
border-bottom-left-radius: 12px;
border-bottom: 1px solid #DADADA;
}
.patient-search-dropdown-section {
cursor: pointer;
padding: 10px !important;
margin-bottom: 2px !important;
}
.patient-search-dropdown-section:hover {
background-color: #eeeeee;
}
.patient-list-dropdown-container {
position: absolute;
background-color: white;
z-index: 1;
width: 96%;
max-height: 400px;
overflow-y: overlay;
border: 0.5px solid #2CA8FF;
}
.red-color {
color: var(--color-red-dark);
}
.border-radius-4 {
border-radius: 4px;
}
.slot-notes-container {
width: 100%;
height: 120px !important;
resize: none !important;
padding-left: 10px !important;
}
.text-indent-126px {
text-indent: 126px;
}
.slots-appointments-dropdown-container {
width: auto;
display: flex;
background-color: #f2f2f2;
flex-wrap: wrap;
margin: auto;
padding-right: 4px;
justify-content: center;
align-items: center;
margin-bottom: 7px;
}
.fs-12 {
font-size: 12px;
}
.medical-transport-border {
border: 1px solid #ced4da;
padding: 12px;
border-radius: 3px;
max-height: 425px;
margin: 15px;
overflow-x: hidden;
}
.remove-mts-provider-btn {
margin-left: 4px;
color: #999;
background: transparent;
font-size: 18px;
}
.mat-mdc-radio-button.mat-accent {
--mdc-radio-disabled-selected-icon-color: #2ca8ff;
--mdc-radio-disabled-unselected-icon-color: #8e8e8e;
--mdc-radio-unselected-hover-icon-color: #8e8e8e !important;
--mdc-radio-unselected-icon-color: #8e8e8e;
--mdc-radio-unselected-pressed-icon-color: #8e8e8e;
--mdc-radio-selected-focus-icon-color: #2ca8ff;
--mdc-radio-selected-hover-icon-color: #2ca8ff !important;
--mdc-radio-selected-icon-color: #2ca8ff !important;
--mdc-radio-selected-pressed-icon-color: #2ca8ff !important;
--mat-radio-ripple-color: #2ca8ff;
--mat-radio-checked-ripple-color: #ffffff !important;
--mat-radio-disabled-label-color: #2ca8ff;
}
.mat-mdc-slide-toggle.mat-rovicare-theme {
--mdc-switch-selected-focus-state-layer-color: #2CA8FF;
--mdc-switch-selected-handle-color: #2CA8FF;
--mdc-switch-selected-hover-state-layer-color: #2CA8FF;
--mdc-switch-selected-pressed-state-layer-color: #2CA8FF;
--mdc-switch-selected-focus-handle-color: #2CA8FF;
--mdc-switch-selected-hover-handle-color: #2CA8FF;
--mdc-switch-selected-pressed-handle-color: #2CA8FF;
--mdc-switch-selected-focus-track-color: #2ca8ff80;
--mdc-switch-selected-hover-track-color: #2ca8ff80;
--mdc-switch-selected-pressed-track-color: #2ca8ff80;
--mdc-switch-selected-track-color: #2ca8ff80;
--mdc-switch-unselected-focus-handle-color: white;
--mdc-switch-unselected-hover-handle-color: white;
--mdc-switch-unselected-handle-color: white;
--mdc-switch-unselected-focus-track-color: #9e9e9e;
--mdc-switch-unselected-hover-track-color: #9e9e9e;
--mdc-switch-unselected-pressed-track-color: white !important;
--mdc-switch-unselected-track-color: #9e9e9e;
--mdc-switch-unselected-pressed-handle-color: white;
}
.mdc-tab-indicator__content--underline {
align-self: flex-end;
box-sizing: border-box;
width: 100%;
border-top-style: solid;
border-color: #fc8012 !important;
}
.mdc-tab__text-label {
font-size: 17px !important;
font-weight: 600 !important;
font-family: Roboto, Helvetica Neue, sans-serif !important;
}
.mat-mdc-tab.mdc-tab .mdc-tab__text-label {
color: #929292 !important;
letter-spacing: 0 !important;
}
.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
color: #000000 !important;
letter-spacing: 0 !important;
}
.fs-15px {
font-size: 14px !important;
}
.mdc-checkbox__background {
width: 16px !important;
height: 16px !important;
border-radius: 3px !important;
}
.mat-mdc-checkbox label {
cursor: pointer;
font-family: 'Roboto';
font-size: 14px;
font-style: normal;
font-weight: 400 !important;
}
.mat-mdc-dialog-container .mdc-dialog__content {
font-family: "Helvetica Neue", Arial, sans-serif !important;
font-size: 14px !important;
letter-spacing: 0 !important;
overflow-x: hidden;
}
.mdc-dialog__surface {
position: relative;
flex-grow: 0;
flex-shrink: 0;
box-sizing: border-box;
max-width: 100%;
max-height: 100%;
pointer-events: auto;
overflow-y: hidden !important;
}
.add-patient-dialog-header {
background-color: #19689e;
height: auto;
min-height: 65px;
width: auto;
color: white;
font-weight: bold;
font-size: 18px;
font-family: inherit;
padding: 24px;
padding-bottom: 12px;
margin-top: -8px !important;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
--mdc-icon-button-state-layer-size: 25px !important;
}
.mdc-dialog__title+.mdc-dialog__content,
.mdc-dialog__header+.mdc-dialog__content {
padding-top: 20px !important;
}
.mat-mdc-tab-body-content {
overflow-x: hidden !important;
}
.mat-mdc-tab-body-content {
height: 100%;
overflow: auto;
padding: 9px;
}
.padding-top-45 {
padding-top: 45px !important;
}
.margin-right-40 {
margin-right: -40px !important;
}
.padding-0 {
padding: 0 !important;
}
.max-width-14 {
max-width: 14%;
}
.label-fire-opal {
background-color: #01796f !important;
padding: 3px 6px;
padding-top: 4px;
color: white;
border: "1";
border-radius: 5px;
}
.color-dim-black {
color: #555555 !important;
}
.color-black {
color: #000000;
}
.color-666 {
color: #666666;
}
.margin-right-30 {
margin-right: 30px !important;
}
// .top-add-buttons {
// color: red !important;
// background: red;
// }
// @include mobile {
// .top-add-buttons {
// color: green !important;
// background: green;
// }
// }
.top-add-buttons {
@include desktop {
background: #2ca8ff;
}
@include tablet-portrait {
background: #2ca8ff;
}
@include mobile-small {
background: #2ca8ff !important;
}
}
.section-on-profile-click {
flex-direction: column;
align-items: flex-start;
row-gap: 15px;
}
.on-call-support-icon {
width: 27px;
height: 21px;
background-color: #2ca8ff !important;
-webkit-mask: url(../svg/on-call.svg) no-repeat;
mask: url(../svg/on-call.svg) no-repeat;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}
.on-call-support-icon-for-memberlist {
width: 27px;
height: 21px;
background-color: #32779f !important;
-webkit-mask: url(../svg/on-call.svg) no-repeat;
mask: url(../svg/on-call.svg) no-repeat;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}
.user-setting-icon {
width: 26px;
height: 23px;
background-color: #2ca8ff !important;
-webkit-mask: url(../svg/user-setting.svg) no-repeat;
mask: url(../svg/user-setting.svg) no-repeat;
}
.sign-out-icon {
width: 23px;
height: 23px;
background-color: #2ca8ff !important;
-webkit-mask: url(../svg/sign-out.svg) no-repeat;
mask: url(../svg/sign-out.svg) no-repeat;
}
.user-profile-icon {
width: 25px;
height: 23px;
background-color: #2ca8ff !important;
-webkit-mask: url(../svg/user-profile-icon.svg) no-repeat;
mask: url(../svg/user-profile-icon.svg) no-repeat;
}
.file-icon {
width: 25px;
height: 23px;
background-color: #2ca8ff !important;
-webkit-mask: url(../svg/user-profile-icon.svg) no-repeat;
mask: url(../svg/user-profile-icon.svg) no-repeat;
}
.profile-row-action-container {
color: black;
display: flex;
align-items: center;
column-gap: 20px;
}
@media screen and (max-width:430px) {
.new-Head-Pos {
height: 109px;
z-index: 12;
position: sticky;
top: -5px;
margin-bottom: -10px;
}
.box-input-container {
border: 1px solid #2ca8ff;
border-radius: 4px !important;
margin-left: 0px;
}
.patient-list-search-by-name-filter {
max-width: unset !important;
}
.show-pagination-right {
padding: 0 !important;
}
}
.app-font-weight-normal {
font-weight: 100 !important;
}
textarea {
height: 100% !important;
max-height: 100% !important;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
background-color: #fdfcfc !important;
color: #393333 !important;
border: 1px solid var(--primary-text-color, #2ca8ff);
padding: 7px 10px;
text-align: left;
}
.top-26 {
position: relative;
top: 26px;
}
.app-date-break {
display: block;
// width: 65%;
}
.z-index-112 {
z-index: 112;
}
@media screen and (max-width: 1600px) {
.padding-0 {
padding: 0;
}
.padding-left-right-5 {
padding: 0 5px !important;
}
}
.padding-right-0 {
padding-right: 0 !important;
}
.text-overflow-elipsis {
word-break: break-word;
}
.text-right {
text-align: right;
}
.btn-disabled {
color: #728499 !important;
}
.top-1rem {
top: -1.5em !important;
}
.top-13px {
top: 13px !important;
}
.generate-list-extra-class {
position: absolute;
left: 0;
top: 14%;
}
.opacity-70-on-hover:hover {
opacity: 0.7;
}
.width-22rem {
width: 22rem !important;
}
.app-form-section-heading {
color: #247cb7 !important;
font-size: large !important;
}
.display-label {
// label {
// @extend.width-25
// }
}
.bulk-action-class {
height: 22px !important;
margin-left: -2px;
}
.hide-bulk-action-class {
height: 20px !important;
margin-left: 0;
}
.pencil-edit-icon-class {
height: 18px !important;
width: 18px !important;
}
.grid-item-dynamic {
grid-column: span 2;
}
.padding-right-10 {
padding-right: 10px !important;
padding-left: 0 !important;
}
.right-4 i {
position: absolute !important;
left: auto !important;
right: 4% !important;
top: 35% !important;
}
.card-input input {
border-radius: 9px !important;
}
.follow-up-arrow-icon {
background: url(../svg/follow-up-arrow.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 27px;
height: 28px;
position: relative;
margin-top: 0px;
font-weight: bold;
}
.color-oceanic-sapphire {
color: #1B689E;
}
.member-notify {
display: flex;
flex-direction: row;
width: 100% !important;
justify-content: flex-start;
align-items: center;
input[type='checkbox'] {
width: 15px;
height: 15px;
margin-top: 0;
}
;
span {
display: block;
margin-top: 1px;
}
}
.padding-right-6 {
padding-right: 6px !important;
}
.desktop-display-none {
display: none;
}
.padding-0-15px {
padding: 0 0 8px 0 !important;
}
@mixin svg-support-class {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 13px;
height: 13px;
}
.double-chevron-down-icon {
background: url(../../assets/svg/double-chevron-down-icon.svg);
@include svg-support-class;
}
.double-chevron-right-icon {
transform: rotate(-90deg);
background: url(../../assets/svg/double-chevron-down-icon.svg);
@include svg-support-class;
}
.double-chevron-up-icon {
background: url(../../assets/svg/double-chevron-down-icon.svg);
@include svg-support-class;
transform: rotate(180deg);
}
.font-bold {
font-weight: bold;
}
@media screen and (max-width:768px) {
.desktop-display-none {
display: block;
}
.padding-right-6 {
padding-right: 0 !important;
}
.custom-max-content-width {
width: inherit !important;
}
.padding-0-15px {
padding: 0 15px !important;
}
}
.mat-mdc-dialog-surface>app-chat {
height: inherit !important;
max-height: inherit !important;
}
/* Slide-in animation for dialog open */
.app-table-side-panel {
animation: slideInFromRight 0.3s ease-out;
}
/* Slide-out animation for dialog close */
.app-table-side-panel.closing {
animation: slideOutToRight 0.3s ease-in-out;
transform: translateX(100%);
}
@keyframes slideInFromRight {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes slideOutToRight {
from {
transform: translateX(0);
opacity: 1;
}
to {
transform: translateX(100%);
opacity: 0;
}
}
.common-header-buttons .btn {
margin-top: 0 !important;
}
.white-label-logo {
display: flex;
align-items: center;
justify-content: center;
column-gap: 5px;
}
.powered-by {
display: inline-block;
padding-top: 5px;
color: white;
font-size: 16px;
margin: 0 10px;
}
.configurable-logo {
background: white;
padding: 3px 0;
border-radius: 30px;
height: 50px;
}
.page-title-z-index {
z-index: 15;
position: relative;
}
.width-100-vw {
width: 100vw !important;
}
.mobile-common-page-header {
position: fixed !important;
top: 128px !important;
left: 0px !important;
}
.latest-referral {
background-color: #d8e4fc;
}
.align-items-start {
align-items: flex-start;
}
.flex-direction-row {
flex-direction: row !important;
}
.mdc-radio {
width: 16px !important;
height: 16px !important;
}
.border-bottom {
border-bottom: 1px solid #cccccc;
}
.color-333 {
color: #333333;
}
mat-radio-group mat-radio-button label {
margin: 0 !important;
}
.width-32 {
width: 32%;
}
.forward-to-receiver-list {
width: 100% !important;
border: 1px solid rgba(0, 0, 0, 0.12);
padding: 5px;
border-radius: 5px;
}
.forward-to-receiver-list:hover {
background: rgb(240 240 240);
}
.forward-recepient-list {
max-height: 130px !important;
overflow-y: auto;
}
// @media screen and (max-width: 768px) {
// .forward-recepient-list{
// max-height: calc(100vh - 260px) !important;
// }
// }
// @media screen and (min-width:769px) and (max-width:1920px) {
// .forward-recepient-list{
// max-height: 255px;
// }
// }
.active .dme-order-queue-icon {
background-color: var(--selected-menu-item-icon-color);
}
.dme-order-queue-icon {
-webkit-mask-image: url(../svg/dme-order-queue.svg);
mask-image: url(../svg/dme-order-queue.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 17px;
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}
.active .dme-create-order-icon {
background-color: var(--selected-menu-item-icon-color);
}
.dme-create-order-icon {
-webkit-mask-image: url(../svg/dme-create-order.svg);
mask-image: url(../svg/dme-create-order.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 17px;
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}
.active .dme-messages-icon {
background-color: var(--selected-menu-item-icon-color);
}
.dme-messages-icon {
-webkit-mask-image: url(../svg/dme-messages.svg);
mask-image: url(../svg/dme-messages.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 17px;
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}
.active .dme-administrator-icon {
background-color: var(--selected-menu-item-icon-color);
}
.dme-administrator-icon {
mask-image: url(../svg/dme-administrator.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 19px;
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}
.active .dme-admin-settings-icon {
background-color: var(--selected-menu-item-icon-color);
}
.dme-admin-settings-icon {
mask-image: url(../svg/dme-admin-settings.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background-color: var(--side-nav-menu-item-icon-color);
width: 50px;
height: 19px;
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}
.update-care-value-options {
width: 100% !important;
padding: 5px 10px;
border-bottom: 1px solid #ccc;
width: 100% !important;
padding: 5px 10px;
}
.update-care-value-options:hover {
background: #ccc;
}
.update-care-value-options-container {
margin-bottom: 5px;
border-bottom: 1px solid silver;
}
.font-weight-600 {
font-weight: 600 !important;
}
.content-wrapper {
margin: 12px;
min-height: 100vh;
margin-top: 25px;
// border: 2px solid red;
}
.center-aligned-multi-layer-task-cell {
display: flex;
flex-direction: column;
padding-right: 40px;
align-items: center;
}
.dynamic-completed-task .bold-when-complete {
font-weight: bold;
}
.cursor-pointer {
cursor: pointer;
}
.development-updates-temporary {
border: 1px solid gray;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
margin: 0px auto;
padding: 38px;
font-size: 2.5rem;
color: var(--primary-text-color);
border-radius: 10px;
margin-top: 300px;
}
.create-chat-group-member-list {
max-height: calc(100vh - 180px) !important;
overflow-y: auto;
}
.width-inherit {
width: inherit !important;
}
.max-height-50vh {
max-height: 50vh !important;
}
.site-supplier-icon-list-style{
height: 20px!important;
}
.fs-14px {
font-size: 14px !important;
}
.blue-circle-arrow-left-icon {
background: url(../svg/blue-circle-arrow-left.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
background-size: contain;
width: 50px;
height: 22px;
position: relative;
margin-top: 4px;
margin-left: 3px;
font-weight: bold;
}
.mt-10px {
margin-top: 10px;
}
.fs-17px {
font-size: 17px;
}
.color-173457 {
color: #173457;
}
.c-pointer {
cursor: pointer;
}
.dynamic-form-label {
color: var(--filter-label-color);
}
.site-supplier-icon-list-style {
height: 20px !important;
}
.color-3D4066 {
color: #3D4066;
}
.spc-label {
font-family: 'Roboto';
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: 0;
color: #405666;
}
.btm-4px {
position: relative;
bottom: 4px;
}
.btn-primary.width-100px {
width: 100px !important;
}
.transfm-rot-100deg {
transform: rotate(100deg)
}
.w-100pc {
width: 100%;
}
.cu-default {
cursor: default !important;
}
.fs-23px {
font-size: 23px;
}
.scroll-width-none {
scrollbar-width: none;
}
.ovf-y-hid {
overflow-y: hidden !important;
}
.spr-sticky-header {
position: sticky;
top: -15px;
z-index: 1;
}
.form-field-disabled {
background: #f0f0f0 !important;
cursor: not-allowed !important;
}
.form-field-disabled .form-control {
background: none !important;
}
.no-outline-checkbox {
margin-bottom: 25px;
border-radius: 8px;
padding: 4px;
background: #F3F3F3;
}
.no-outline-checkbox .mat-mdc-form-field {
--mdc-outlined-text-field-outline-width: 0px !important;
--mdc-outlined-text-field-hover-outline-width: 0px !important;
}
.reset-member-password-icon {
width: 27px;
height: 21px;
position: relative;
top: 4px;
background-color: #32779f !important;
-webkit-mask: url(../svg/reset-password.svg) no-repeat;
mask: url(../svg/reset-password.svg) no-repeat;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
.mat-mdc-form-field.mat-focused .mdc-notched-outline,
.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing {
border-color: rgb(44, 168, 255) !important;
}
.mat-mdc-form-field.mat-focused .mat-mdc-floating-label {
color: rgb(44, 168, 255) !important;
}
.search-input-form-field .mat-mdc-text-field-wrapper {
--mdc-filled-text-field-focus-active-indicator-color: rgb(44, 168, 255) !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
color: rgb(44, 168, 255) !important;
}
}
.mat-mdc-form-field.mat-form-field-appearance-outline {
&.mat-focused {
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
border-color: var(--primary-text-color) !important;
}
.mat-mdc-form-field-label {
color: var(--primary-text-color) !important;
}
}
}
.mat-mdc-select-panel {
.mat-mdc-option {
&.mat-selected:not(.mat-option-multiple) {
color: var(--primary-text-color);
}
&:hover:not(.mat-option-disabled) {
background: rgba(44, 168, 255, 0.04);
}
}
}
.mat-mdc-form-field-appearance-outline {
.mat-mdc-form-field-label {
transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1);
}
}
.mdc-floating-label--float-above {
color: var(--primary-text-color) !important;
}
.mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text {
color: var(--primary-text-color) !important;
}
.mat-mdc-option .mdc-list-item__primary-text {
font-size: 14px !important;
}
.d-none {
display: block;
}
.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label {
display: flex !important;
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
width: fit-content;
}
mat-label {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.03em;
color: #3E4C5C;
display: block;
}
.datetime-picker-container .mat-mdc-input-element {
transform: translate(0, -26%);
}
.datetime-picker-container .mat-form-field .mat-input-element {
display: flex;
align-items: center;
height: 100%;
/* Use 100% to match input height */
vertical-align: middle;
line-height: normal;
/* Reset line-height to avoid issues */
}
.mdc-floating-label .mat-mdc-floating-label {
display: flex;
}
.app-filter-container {
border: 1px solid var(--table-row-border-color);
}
.order-queue-wrapper .app-filter-container {
border: none;
}
.filters-container app-select .mat-mdc-form-field mat-label {
margin: auto auto 1rem auto;
}
app-select .mat-mdc-form-field mat-label {
margin: auto auto 2rem auto;
}
app-invite-user {
.mat-mdc-form-field-type-mat-select {
margin-top: 1rem;
}
.mat-mdc-form-field mat-label {
margin: auto auto 1rem auto;
}
}
.mat-mdc-select-placeholder {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.03em;
color: #3E4C5C;
display: block;
}
/* For mat-select value */
.mat-mdc-select-value {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.03em;
color: #3E4C5C;
display: block;
}
/* For mat-input fields globally */
.mat-mdc-input-element {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.03em;
color: #3E4C5C;
display: block;
/* native placeholder inside /