﻿.hide {
    display: none;
}
.follow-up-btn.input-validation-error,
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
input.single-line.error,
select.text-dropdown.error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A !important;
}

.modal.show {
    overflow: auto;
    padding: 0 !important;
}

.filterdatepicker {
    width: fit-content !important;
    right: 0 !important;
    left: auto !important;
    top:130px !important;
}

.bg_red {
    background-color: red !important;
}

.bg_yellow {
    background-color: yellow !important;
}
.white-icon {
    color:white;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    table {
        max-width: 2480px;
        width: 100%;
    }

    .print_action {
        display: none !important;
    }
}

.mrr-medlistNotesWrapper .mrr-medlistNotes {
    width: auto;
    margin: 0;
    right: 20px;
    margin-top: 25px;
    z-index:100;
}

.model-graphnavigation {
    flex-wrap: wrap;
}

.selectAccount li {
    border: 1px solid #eeeeee;
    padding: 5px 10px;
}

    .selectAccount li:hover {
        background-color: #fafafa;
        cursor: pointer;
    }

.login-btn-input {
    background: none;
    outline: none;
    border: none;
    color: #fff;
}

.modal-overlay .modal-lg {
    max-width: 1200px;
}
#UpdateContactRequestModal.modal-overlay .modal-content,
#SaveEnrollmentModal.modal-overlay .modal-content {
    background-color: white;
    border: none;
}

.form .form-control::-webkit-input-placeholder {
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.form .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.form .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.form .form-control::placeholder {
    /* modern browser */
    color: #929292;
    font-size: 12px;
    font-family: "Gilroy-Regular";
}

.primaryIcons{
    height: 25px;
    width:25px;
}
.primaryIcons svg{
    padding: 2px;
    color: #fff;
}
.right-sidebar-openblock{
    display:contents;
}

#globleSearchResultDiv {
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    left: 150px;
    margin-top: 20px;
    background: white;
    z-index: 100;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 2px 16px 0 rgba(52, 52, 52, 0.18) !important;
}

.hide {
    display: none !important;
}
#globleToDolistDiv{
    /*min-width: 480px;*/
}

.cross-text {
    text-decoration: line-through !important;
}

.search-patient ul {
   /* min-width:420px;*/
    max-height:250px;
    overflow-y:scroll;
}

#addBookingModal .form .btn-group-toggle .btn1 {
    width: 30px;
}
#SchedulerContainer .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
    display: none !important;
}

#PhysicianOfHospitalList .active {
    background-color: #f8f6f6;
}

#physiciantableContainer #physicianListingTable_wrapper .dataTables_filter {
    display: none;
}

#patientMedicineListContainer #tblPatientsMedicineList_wrapper .dataTables_filter {
    display: none !important;
}

#PatientInvestigationsListContainer #tblPatientsInvestigationList_wrapper .dataTables_filter {
    display: none !important;
}

#PatientInvestigationsListContainer #tblPatientsInvestigationListserverSide_wrapper .dataTables_filter {
    display: none !important;
}

#physiciantableContainer #physicianListingTable_wrapper #physicianListingTable_length {
    display: none;
}

#physiciantableContainer #physicianListingTable {
    width: 100% !important;
}

#ej2LicWarning{
    display:none !important;
}
.secure-messaging .message-dashboard .md-chat .message-section{
    /*overflow-y: scroll;*/
}

#SchedulerContainer .e-quick-popup-wrapper {
    display: none !important;
}

/*#saveNotificationForm .ck-editor__editable {
    height: 200px !important;
    overflow-y:scroll;
}*/

#communicationHistoryContainer .ck-editor__editable {
    height: 75px !important;
    overflow-y: auto;
    word-break: break-all;
}

    #communicationHistoryContainer .ck-editor__editable::-webkit-scrollbar {
        width: 3px;
    }

    #communicationHistoryContainer .ck-editor__editable::-webkit-scrollbar-thumb {
        background: #0969ce;
    }

#saveAppointmentForm #repeatMonthlyOnDateSelected {
    border: 1px solid #e9ebef;
    width: 300px;
   /* height: 38px;*/
   height:60px;
   overflow-y:auto;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border-color: #e4e4e4 !important;
}

#registerPatient {
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}

.textreply {
  /*  width: 100% !important;*/
}
#tblPatientsList_filter {
    display: none;
}

.tag.label-info {
    background-color: #E8F2FD;
    border: 1px solid transparent;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #007bff !important;
    /*color: var(--color1);*/
}

.bootstrap-tagsinput {
    width: 100%;
}
.ui-autocomplete{
    z-index:9999 !important;
}

#vitalTrendInnerContainer {
    height: 650px;
    overflow-x: scroll;
}

#viewModal #viewReportThumbnailList .active {
   border:1px solid blue;
}

#PatientLetterListContainer thead {
    border-bottom: 0.5px solid #dee2e6;
}

 

#PatientLetterListContainer tbody {
    display: block;
    position: initial;
}
#addBookingModal .modal-right .modal-dialog {
    width: 100% !important;
}
.pac-container{
    z-index: 9999 !important;
}

.prewviewBlock .dr-preview .days {
    flex-wrap: wrap;
}

.maintoast .toastredbody {
    /*position: fixed;*/
    position: absolute;
    top: 58px;
    right: 0;
    width: 300px;
}
.maintoast .toast-body {
    padding: 10px !important;
}
.table tbody .greyText td, .notifications-main .notifications-list .greyText {
    color: #b7aeae !important;
}

.disable-click {
    pointer-events: none;
}

.op-note-right .btn {
   
    font-size: 8px;
}

.op-note-right .text-muted {
    font-size: 9px;
}
.op-note-right .filesize {
    font-weight: 500;
    font-size: 9px !important;
    display: flex;
    align-items: center;
    color: #7D8B96;
}

#viewLetterModal {
    z-index: 99998;
}

#viewModal  {
    z-index: 99998;
}


#confirmMessageBox {
    z-index: 99999 !important;
}

#tblPatientsMedicineList .form-control:disabled, #tblPatientsMedicineList .form-control[readonly] {
    background-color: rgb(255, 255, 255);
}

#tblPatientsMedicineList .greyBackgroud {
    background-color: #e9ecef !important;
}

.SMFilter {
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    right: -15px;
    top: 30px;
    background-color: white;
    z-index: 999;
    width: max-content;
    margin-right: 10px;
    box-shadow: 5px 5px 5px rgba(232, 236, 241, 0.85) !important;
}
    .SMFilter a {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .SMFilterIcon {
        position: relative;
        cursor: pointer;
    }

#addBookingModal table tbody td {
    padding: 0 !important;
}

.dropdown-no-arrow {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(none) !important;
}

.table thead th,
table.dataTable.std-table thead th, table.dataTable.std-table thead td {
    width: auto !important;
}



.search .disableSerach {
    padding-left: 10px !important;
}

.normalRange, .normalRange input {
    border-color: #F2994A !important;
}
.dataTables_scrollHeadInner{
    width:100% !important;
}


audio::-webkit-media-controls-panel {
    background-color: #f1f3f4;
    color: #FFF;
    border-radius: 2em;
    height: 54px;
}

#addEdiInvoice .billingTblOverflow {
    height: auto !important;
}

#viewInvoiceFileModal {
    z-index: 99998;
}

#viewInvoiceFileBodyContainer
.mainSettings.block1 {
    height: 80vh;
}

.white-text .e-location, .white-text .e-subject, .white-text .e-time {
    color: white !important;
}