:root {
    --gif-url: url('../../file_uploads/clinics_imgs/loading.gif');
    --gif-impersonate-url: url('../../file_uploads/clinics_imgs/impersonateFromHousehold.png');
    --scNavBarBottomIconsColor: #9ca2a4;
    --scMainColor:red;
}

html {
    height: 100%;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
body {
    padding-top: 0px;
    height: 100%;
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 12px;
}
* {
    outline: none;
}
canvas{
    width: 60px;
    height: 60px;
}
.loading-gif {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: var(--gif-url) 50% 50% no-repeat rgba(255, 255, 255, 0.95);
}
.impersonate-gif {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: var(--gif-impersonate-url) 50% 50% no-repeat rgba(255, 255, 255, 0.95);
}
.row-adjust {
    display: table;
    width: 100%;
}
.disp-block {
    display: block !important;
}
.disp-none {
    display: none;
}
.disp-none-imp {
    display: none !important;
}
.bd-rad-50 {
    border-radius: 50%;
}
.height-100px {
    height: 100px !important;
    max-height: 100px
}
.disp-table {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.disp-table-imp {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
}
.disp-flex-profile {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}
.wfm-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #dadbdc;
    display: inline-block;
    margin-right: 6%;
    /*display: table;
    margin: 0 auto;*/
}
.disp-flex {
    display: flex;
}
.gap-1rem {
    gap: 1rem;
}
.red-background-color { background-color: #B00000 !important; }
.black-background-color { background-color: #000 !important; }
.white-background-color { background-color: #fff !important; }
.red-circle { color: #B00000; }
.yellow-circle { color: #ffff32; }
.green-circle { color: #00860D; }
.lg-green-share { color: #00b700; }
.lg-grey-share { color: #ccc; }
.i-green-send { color: #00b700; }
.i-yellow-send { color: #ffff32; }
.i-red-send { color: #B00000; }
.red-dot {
    background-color: #B00000;
    box-shadow: 0 0 0 1px #B00000;
}
.yellow-dot {
    background-color: #ffff32;
    box-shadow: 0 0 0 1px #ffff32;
}
.green-dot {
    background-color: #00860D;
    box-shadow: 0 0 0 1px #00860D;
}
.txt-wrap { text-wrap: wrap !important; }
.txt-wrap-2 {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
.ovwrap-anywhere { overflow-wrap: anywhere !important; }
.ft-normal { font-weight: normal; }
.break-word {
    word-wrap: break-word;
    text-align: center;
}
.ft-14 { font-size: 14px; }
.ft-15 { font-size: 15px; }
.ft-16 { font-size: 16px; }
.ft-12 { font-size: 12px; }
.ft-10 { font-size: 10px; }
.ft-1-2-em { font-size: 1.2em; }
.white-space-pre-wrap { white-space: pre-wrap; }
.img-center{ display: block; margin-left: auto; margin-right: auto; width: auto; max-width: 100%; }
.bd-btm-ddd{ /*border-bottom: 1px solid #ddd;*/ }
.break-spaces {
    white-space: break-spaces !important;
}
.background-white div {
	margin-bottom: 0px !important;
}
.color-white{ color: #fff !important; }
.iconInsideBtn{ margin-right: 7px; }
.minwidth-50-th{ min-width: 50px; }
.minwidth-60-th{ min-width: 60px; }
.minwidth-80-th{ min-width: 80px; }
.minwidth-110-th{ min-width: 110px; }
.minwidth-140-th{ min-width: 140px; }
.minwidth-180-th{ min-width: 180px; }
.minwidth-200-th{ min-width: 200px; }
.minwidth-220-th{ min-width: 220px; }
.minwidth-235-th{ min-width: 235px; }
.minwidth-260-th{ min-width: 260px; }
.minwidth-450-th{ min-width: 450px; }
.minwidth-350-td{ min-width: 350px; }
.minwidth-100-td{ min-width: 100px; }
.minwidth-150-td { min-width: 150px; }
.maxwidth-40-td { max-width: 40px; }
.vis-hidden { visibility: hidden; }
.width-200 { width: 200px; }
.width-100 { width: 100px; }
.width-100-imp { width: 100px !important; }
.width-50 { width: 50px; }
.width-30 {
    width: 30px;
    border-radius: 50px;
}
.width-25 {
    width: 25px;
    border-radius: 50px;
}
.width-80 { width: 80px; }
.width-100-perc { width: 100% !important; }
.width-85-perc { width: 85% !important; }
.width-35-perc { width: 35% !important; }
.width-49-perc { width: 49% !important; }
.pointer-events-none { pointer-events: none; }
.disp-inline-block {
    width: 100%;
    display: inline-block;
}
.disp-inline {
    display: inline;
}
.height-32px { height: 32px; }
.height-10px { height: 10px; }
.btn-disabled {
    pointer-events: none; 
    opacity: 0.6;
}
.input-disabled {
    pointer-events: none; 
    background-color: #d7d7d7 !important;
	border: none !important;
}
.txt-upper {
    text-transform: uppercase;
}
.tooltip-inner {
    max-width: 300px;
    width: 300px;
}
#householdListDiv .tooltip-inner {
    width: auto;
}
#wfmTable_wrapper .dataTables_scrollHeadInner,
#wfmTable_wrapper .dataTables_scrollHeadInner table,
#worklistTable_wrapper .dataTables_scrollHeadInner,
#worklistTable_wrapper .dataTables_scrollHeadInner table,
#recTable_wrapper .dataTables_scrollHeadInner,
#recTable_wrapper .dataTables_scrollHeadInner table,
#hcBridgeRequestsTable_wrapper .dataTables_scrollHeadInner,
#hcBridgeRequestsTable_wrapper .dataTables_scrollHeadInner table,
#notificationsTable_wrapper .dataTables_scrollHeadInner,
#notificationsTable_wrapper .dataTables_scrollHeadInner table,
#othersPatientIdsTable_wrapper .dataTables_scrollHeadInner,
#othersPatientIdsTable_wrapper .dataTables_scrollHeadInner table,
#householdTable_wrapper .dataTables_scrollHeadInner table,
#sharedExamsTable_wrapper .dataTables_scrollHeadInner table,
#hcareAppAutoLgTkTable_wrapper .dataTables_scrollHeadInner table,
#portalUploadTable_wrapper .dataTables_scrollHeadInner table,
#patientDocsTable_wrapper .dataTables_scrollHeadInner table,
#patientScheduleTable2_wrapper .dataTables_scrollHeadInner table,
#patExamsTable_wrapper .dataTables_scrollHeadInner table {
    width: 100% !important;
}
#notificationsTable_wrapper .dataTables_scrollHead,
#othersPatientIdsTable_wrapper .dataTables_scrollHead {
	border-radius: 0 !important;
}
#datatables_buttons_info, #cadminRecordsTable_info, #cadminAccessTable_info, #notificationsTable_info, #othersPatientIdsTable_info, #householdTable_info, #patExamsTable_info, #patientDocsTable_info, #patientScheduleTable_info, #patientScheduleTable2_info,
#imagesTable_filter, #seriesTable_filter, #searchResultTable_wrapper>.row, #searchResultTable_filter, #searchResultTable2_wrapper>.row, #searchResultTable2_filter, #sharedexamstable_filter, #eventstable_filter, #loginstable_filter, #wfmTable_filter, #worklistTable_filter, #patientHistoryTable_filter, #patientExamsTable_filter, #cadminRecordsTable_filter, #cadminAccessTable_filter, #patientSharedExamsTable_filter, #patientDocsTable_filter, #patientScheduleTable_filter, #patientDocumentsTable_filter, #patientScheduleTable2_filter, #patientAnalysisTable_filter, #patTable_filter, #refTable_filter, #pinsTable_filter, #smartCardPrintJobsTable_filter, #prescribingEntitiesTable_filter, #recTable_filter, #hcBridgeRequestsTable_filter, #notificationsTable_filter, #othersPatientIdsTable_filter, #patExamsTable_filter, #householdTable_filter, #sharedExamsTable_filter, #hcareAppAutoLgTkTable_filter, #portalUploadTable_filter, #failPatTable_filter, #failRefTable_filter, #docTable_filter, #invoicestable_filter, #consultationstable_filter, #analysistable_filter, #cmoveTable_filter,
#imagesTable_length, #imagesTable_info, #seriesTable_length, #seriesTable_info, #searchResultTable_length, #searchResultTable2_length, #sharedexamstable_length, #eventstable_length, #loginstable_length, #wfmTable_info, #worklistTable_info, #patTable_length, #patientHistoryTable_length, #patientExamsTable_length, #cadminRecordsTable_length, #cadminAccessTable_length, #patientSharedExamsTable_length, #patientDocsTable_length, #patientScheduleTable_length, #patientDocumentsTable_length, #patientScheduleTable2_length, #patientAnalysisTable_length, #refTable_length, #pinsTable_length, #smartCardPrintJobsTable_length, #prescribingEntitiesTable_length, #docTable_length, #recTable_length, #hcBridgeRequestsTable_wrapper_length, #notificationsTable_length, #othersPatientIdsTable_length, #patExamsTable_length, #householdTable_length, #sharedExamsTable_length, #hcareAppAutoLgTkTable_length, #portalUploadTable_length, #failPatTable_length, #failRefTable_length, #invoicestable_length, #consultationstable_length, #analysistable_length, #cmoveTable_length,
#biometricTable_filter, #biometricTable_info, #referPhysiciansPermsTable_filter, #referPhysiciansPermsTable_info, #referPhysiciansPermsTable_length {
    display: none !important;
}
#searchResultTable_wrapper table, #searchResultTable2_wrapper table {
    margin-top: 0 !important;
}
#searchResultTable_wrapper .dataTables_scrollHead,
#searchResultTable2_wrapper .dataTables_scrollHead {
	border-radius: 0;
}
#wfmTable tbody tr.selected td, #wfmTable tbody tr.selected td a, #wfmTable tbody tr:hover:not(.group) td a,
#worklistTable tbody tr.selected td, #worklistTable tbody tr.selected td a, #worklistTable tbody tr:hover:not(.group) td a,
#patientHistoryTable tbody tr.selected td, #patientHistoryTable tbody tr.selected td a,
#recTable tbody tr.selected td, #recTable tbody tr.selected td a, #recTable tbody tr:hover:not(.group) td a,
#hcBridgeRequestsTable tbody tr.selected td, #hcBridgeRequestsTable tbody tr.selected td a, #hcBridgeRequestsTable tbody tr:hover:not(.group) td a,
#notificationsTable tbody tr.selected td, #notificationsTable tbody tr.selected td a, #notificationsTable tbody tr:hover:not(.group) td a,
#othersPatientIdsTable tbody tr.selected td, #othersPatientIdsTable tbody tr.selected td a, #othersPatientIdsTable tbody tr:hover:not(.group) td a,
#householdTable tbody tr.selected td, #householdTable tbody tr.selected td a, #householdTable tbody tr:hover:not(.group) td a,
#sharedExamsTable tbody tr.selected td, #sharedExamsTable tbody tr.selected td a, #sharedExamsTable tbody tr:hover:not(.group) td a,
#hcareAppAutoLgTkTable tbody tr.selected td, #hcareAppAutoLgTkTable tbody tr.selected td a, #hcareAppAutoLgTkTable tbody tr:hover:not(.group) td a,
#portalUploadTable tbody tr.selected td, #portalUploadTable tbody tr.selected td a, #portalUploadTable tbody tr:hover:not(.group) td a,
#patientDocsTable tbody tr.selected td, #patientDocsTable tbody tr.selected td a, #patientDocsTable tbody tr:hover:not(.group) td a,
#patientScheduleTable2 tbody tr.selected td, #patientScheduleTable2 tbody tr.selected td a, #patientScheduleTable2 tbody tr:hover:not(.group) td a,
#patExamsTable tbody tr.selected td, #patExamsTable tbody tr.selected td a, #patExamsTable tbody tr:hover:not(.group) td a,
#sharedexamstable tbody tr.selected td, #sharedexamstable tbody tr.selected td a, #sharedexamstable tbody tr:hover:not(.group) td a,
#cmoveTable tbody tr.selected td, #cmoveTable tbody tr.selected td a, #cmoveTable tbody tr:hover:not(.group) td a,
#failPatTable tbody tr.selected td, #failPatTable tbody tr.selected td a, #failPatTable tbody tr:hover:not(.group) td a,
#docTable tbody tr.selected td, #docTable tbody tr.selected td a, #docTable tbody tr:hover:not(.group) td a,
#failRefTable tbody tr.selected td, #failRefTable tbody tr.selected td a, #failRefTable tbody tr:hover:not(.group) td a {
    color: #fff !important;
}
#wfmTable tbody tr > .sorting_1,
#worklistTable tbody tr > .sorting_1,
#recTable tbody tr > .sorting_1,
#hcBridgeRequestsTable tbody tr > .sorting_1,
#notificationsTable tbody tr > .sorting_1,
#othersPatientIdsTable tbody tr > .sorting_1,
#householdTable tbody tr > .sorting_1,
#sharedExamsTable tbody tr > .sorting_1,
#hcareAppAutoLgTkTable tbody tr > .sorting_1,
#portalUploadTable tbody tr > .sorting_1,
#patientDocsTable tbody tr > .sorting_1,
#patientScheduleTable2 tbody tr > .sorting_1,
#patExamsTable tbody tr > .sorting_1 {
    background-color: transparent;
}
#wfmTable_wrapper td,
#worklistTable_wrapper td,
#patientHistoryTable_wrapper td,
#recTable_wrapper td,
#hcBridgeRequestsTable_wrapper td,
#notificationsTable_wrapper td,
#othersPatientIdsTable_wrapper td,
#householdTable_wrapper td,
#sharedExamsTable_wrapper td,
#hcareAppAutoLgTkTable_wrapper td,
#portalUploadTable_wrapper td,
#patientDocsTable_wrapper td,
#patientScheduleTable2_wrapper td,
#patExamsTable_wrapper td {
    border: none;
}
#wfmTable > tbody > tr:not(.wfmSeriesTR) > td:nth-child(2) {
    padding-left: 42px;
}
#wfmTable > tbody > tr:not(.wfmSeriesTR) > td:nth-child(3) {
    color: transparent !important;
}
#wfmTable > tbody > tr.group-start:not(.wfmSeriesTR) > td:nth-child(1),
#householdTable > tbody > tr.group-start > td:nth-child(1),
#sharedExamsTable > tbody > tr.group-start > td:nth-child(1),
#hcareAppAutoLgTkTable > tbody > tr.group-start > td:nth-child(1),
#portalUploadTable > tbody > tr.group-start > td:nth-child(1),
#patientDocsTable > tbody > tr.group-start > td:nth-child(1),
#patientScheduleTable2 > tbody > tr.group-start > td:nth-child(1),
#sharedexamstable > tbody > tr.group-start > td:nth-child(1),
#patExamsTable > tbody > tr.group-start > td:nth-child(1) {
    padding: 0px;
}
#wfmTable.dataTable.cell-border tbody td:nth-child(7),
#wfmTable.dataTable.cell-border tbody td:nth-child(8),
#wfmTable.dataTable.cell-border tbody td:nth-child(9),
#wfmTable.dataTable.cell-border tbody td:nth-child(10),
#wfmTable.dataTable.cell-border tbody td:nth-child(11) {
    border-right: 1px solid #757171;
}
#wfmTable_wrapper thead td,
#worklistTable_wrapper thead td,
#patientHistoryTable_wrapper thead td,
#recTable_wrapper thead td,
#hcBridgeRequestsTable_wrapper thead td,
#notificationsTable_wrapper thead td,
#othersPatientIdsTable_wrapper thead td,
#householdTable_wrapper thead td,
#sharedExamsTable_wrapper thead td,
#hcareAppAutoLgTkTable_wrapper thead td,
#portalUploadTable_wrapper thead td,
#patientDocsTable_wrapper thead td,
#patientScheduleTable2_wrapper thead td,
#patExamsTable_wrapper thead td {
    padding: 10px 2px;
}
#wfmTable_wrapper tbody tr:not(.group) td,
#worklistTable_wrapper tbody tr:not(.group) td,
#recTable_wrapper tbody tr:not(.group) td,
#hcBridgeRequestsTable_wrapper tbody tr:not(.group) td,
#notificationsTable_wrapper tbody tr:not(.group) td,
#othersPatientIdsTable_wrapper tbody tr:not(.group) td,
#householdTable_wrapper tbody tr:not(.group) td,
#sharedExamsTable_wrapper tbody tr:not(.group) td,
#hcareAppAutoLgTkTable_wrapper tbody tr:not(.group) td,
#portalUploadTable_wrapper tbody tr:not(.group) td,
#patientDocsTable_wrapper tbody tr:not(.group) td,
#patientScheduleTable2_wrapper tbody tr:not(.group) td,
#patExamsTable_wrapper tbody tr:not(.group) td,
#sharedexamstable_wrapper tbody tr:not(.group) td,
#cmoveTable_wrapper tbody tr:not(.group) td,
#failPatTable_wrapper tbody tr:not(.group) td,
#docTable_wrapper tbody tr:not(.group) td,
#failRefTable_wrapper tbody tr:not(.group) td {
    border-top: 1px solid #ddd;
}
.dataTables_wrapper thead.filters tr td {
    padding-top: 0px !important;
    padding-bottom: 6px !important;
}
#wfmTable_wrapper tr td .statusIcon,
#patientHistoryTable_wrapper tr td .statusIcon {
    margin-right: 10px;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
}
#wfmTable_wrapper tr td .statusIcon-2,
#patientHistoryTable_wrapper tr td .statusIcon-2 {
    color: #004b88;
    font-size: 17px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#wfmTable_wrapper tr td .statusIcon:last-child,
#patientHistoryTable_wrapper tr td .statusIcon:last-child {
    margin-right: 0;
}
#patExamsTable_wrapper tr td:has(> i.statusIcon) {
    padding: 3px 0px;
}
#patExamsTable_wrapper tr td i.statusIcon {
    cursor: pointer;
}
#patExamsTable_wrapper tr td i.provIcon,
#patExamsTable_wrapper tr td i.hidExamIcon {
    margin-left: 7px;
    cursor: pointer;
}
#wfmTable_wrapper td,
#worklistTable_wrapper td,
#patientHistoryTable_wrapper td,
#recTable_wrapper td,
#hcBridgeRequestsTable_wrapper td,
#notificationsTable_wrapper td,
#othersPatientIdsTable_wrapper td,
#householdTable_wrapper td,
#sharedExamsTable_wrapper td,
#hcareAppAutoLgTkTable_wrapper td,
#portalUploadTable_wrapper td,
#patientDocsTable_wrapper td,
#patientScheduleTable2_wrapper td,
#patExamsTable_wrapper td {
    white-space: normal;
    max-width: 100%;
    cursor: default;
}
#wfmTable_wrapper th,
#worklistTable_wrapper th,
#patientHistoryTable_wrapper th,
#recTable_wrapper th,
#hcBridgeRequestsTable_wrapper th,
#notificationsTable_wrapper th,
#othersPatientIdsTable_wrapper th,
#householdTable_wrapper th,
#sharedExamsTable_wrapper th,
#hcareAppAutoLgTkTable_wrapper th,
#portalUploadTable_wrapper th,
#patientDocsTable_wrapper th,
#patientScheduleTable2_wrapper th,
#patExamsTable_wrapper th,
#searchResultTable_wrapper th,
#searchResultTable2_wrapper th {
    white-space: nowrap;
    max-width: 100%;
    cursor: default;
}
.bottom-dtable-div {
    display: inline-table;
    font-size: 11px;
    background: #d2dae3;
    color: #000;
    padding: 6px 9px;
    width: 100%;
    border-radius: 0;
}
.bottom-dtable-div span {
    font-weight: bold;
}
.bottom-dtable-div div {
    width: 100%;
    float: left;
}

.dtable-search-span, .dtable-length-span {
    padding: 9px;
}

.dopdown-evz button span {
    margin-left: 7px !important;
}
.dopdown-evz ul li a {
    padding: 3% 20px;
    font-size: 13px;
}
.crs-initial {
    cursor: initial !important;
}
.crs-pointer {
    cursor: pointer;
}
.crs-not-allowed {
    cursor: not-allowed !important;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
img.width-120 {
    width: 120px;
}
.row > [class*="col-"] {
    margin-bottom: 25px;
}
.row.no-margin-bottom > [class*="col-"] {
    margin-bottom: 10px;
}
.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0px;
}
.no-border-right{
    border-right: 0;
}
.padding-revert {
    padding: revert !important;
}
.no-padding {
    padding: 0px !important;
}
.padding-0-10 {
    padding: 0px 10px;
}
.float-left {
    float: left;
}
.float-left-imp {
    float: left !important;
}
.float-right {
    float: right;
}
.float-right-imp {
    float: right !important;
}
.clear-both {
    clear: both;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.mgleft-0 {
    margin-left: 0 !important;
}
.mgleft-5px {
    margin-left: 5px !important;
}
.mgleft-10px {
    margin-left: 10px !important;
}
.mgleft-1perc {
    margin-left: 1%;
}
.mgleft-2perc {
    margin-left: 2% !important;
}
.mgright-2perc {
    margin-right: 2% !important;
}
.no-side-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mgright-0 {
    margin-right: 0 !important;
}
.auto-side-margins {
    margin-left: auto !important;
    margin-right: auto !important;
}
.no-margin {
    margin: 0;
}
.no-margin-imp {
    margin: 0 !important;
}
.margin-4-0{
    margin: 4% 0;
}
.font-bold {
    font-weight: bold;
}
.font-semibold {
    font-weight: 500;
}
.font-italic {
    font-style: italic;
    font-weight: 400;
}
.mg-7px {
    margin: 7px;
}
.mgtp-8perc {
    margin-top: 8%;
}
.mgtp-3perc {
    margin-top: 3%;
}
.mgtp-2perc {
    /* margin-top: 2%; */
    margin-top: 22px;
}
.mgtp-1perc {
    margin-top: 1%;
}
.mgtp-24perc {
    margin-top: 24%;
}
.mgtp-7 {
    margin-top: 7px !important;
}
.mgtp-3 {
    margin-top: 3px !important;
}
.mgtp-4 {
    margin-top: 4px !important;
}
.mgtp-5 {
    margin-top: 5px !important;
}
.mgtp-10 {
    margin-top: 10px !important;
}
.mgtp-15 {
    margin-top: 15px !important;
}
.mgtp-xs-27 {
    margin-top: 27px !important;
}
.mgbt-xs-0 {
    margin-bottom: 0 !important;
}
.mgbt-xs-5 {
    margin-bottom: 5px !important;
}
.mgbt-xs-10 {
    margin-bottom: 10px !important;
}
.mgbt-xs-15 {
    margin-bottom: 15px !important;
}
.mgbt-xs-20 {
    margin-bottom: 20px !important;
}
.mgbt-xs-27 {
    margin-bottom: 27px !important;
}
.mgbt-xs-40 {
    margin-bottom: 40px !important;
}
.mgbt-1perc {
    margin-bottom: 1%;
}
.word-bk-all { word-break: break-all; }
.padding-top-0 { padding-top: 0 !important; }
.padding-top-4px { padding-top: 4px; }
.padding-top-10px { padding-top: 10px; }
.padding-top-10px-imp { padding-top: 10px !important; }
.padding-top-20px { padding-top: 20px; }
.padding-top-25perc { padding-top: 25%; }
.padding-lt-0 { padding-left: 0; }
.padding-lt-25px { padding-left: 25px !important; }
.padding-lt-10 { padding-left: 10px !important; }
.padding-lt-195em { padding-left: 1.95em; }
.padding-rt-0 { padding-right: 0; }
.padding-rt-0-imp { padding-right: 0 !important; }
.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }
.padding-12 { padding: 12px; }
.padding-7{ padding-top: 7px !important; padding-bottom: 7px !important; }
.padding-6{ padding-top: 6px !important; padding-bottom: 6px !important; }
.padding-bottom-10{ padding-bottom: 10px; }
.mgright-5{ margin-right: 5px; }
.mgright-15{ margin-right: 15px; }
.mgright-10{ margin-right: 10px; }
.min-height-16 { min-height: 16px !important; }
.height-34px { height: 34px !important; }
.height-250 { height: 250px !important; }
.height-350 { height: 350px !important; }
.height-300 { height: 300px !important; }
.height-134 { height: 134px !important; }
.height-436 { height: 436px !important; }
.border-solid{ border: 1px solid #ccc; }
.caret-shared-exams{
    float: right;
    margin-top: 8px;
}
.form-group {
    height: 71px;
    line-height: 22px;
}
.notif-info{
    color: #ff0000;
    cursor: pointer;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.font-weight-300 {
    font-weight: 300;
}
.text-indent {
    text-indent: 1em;
}
.navbar {
    z-index: 10001;
    padding-left: 60px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.container-fluid {
    padding-left: 15px;
}
.navbar > .container,
.navbar > .container-fluid {
    z-index: 10001;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    height: 60px;
    line-height: 60px;
    margin-left: 0px;
    font-weight: 400;
    padding: 0;
    font-size: 1.5em;
}
.navbar > .container .navbar-brand .fa-angle-right,
.navbar > .container-fluid .navbar-brand .fa-angle-right {
    margin-left: 5px;
    margin-right: 5px;
}
.navbar > .container .navbar-expand-toggle,
.navbar > .container-fluid .navbar-expand-toggle {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    float: left;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
    cursor: pointer;
}
.navbar > .container .navbar-expand-toggle .icon,
.navbar > .container-fluid .navbar-expand-toggle .icon {
    font-size: 1.4em;
}
.navbar > .container .navbar-right-expand-toggle,
.navbar > .container-fluid .navbar-right-expand-toggle {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 0;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
}
.navbar > .container .navbar-right-expand-toggle .icon,
.navbar > .container-fluid .navbar-right-expand-toggle .icon {
    font-size: 1.4em;
}
.navbar .navbar-breadcrumb {
    margin-left: 35px;
    background-color: transparent;
    padding: 0px;
    float: left;
}
.navbar .navbar-breadcrumb > li {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-size: 1.2em;
}
.navbar .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0px 12px 0px 17px;
    cursor: pointer;
}
.navbar .navbar-nav > li > a > .header-prof-img {
    width: auto;
    height: 13px;
    border-radius: 50%;
    margin-right: 7px;
}
.navbar .dropdown-menu {
    padding: 0;
    border: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    z-index: -1;
    position: absolute;
}
.navbar .dropdown-menu.danger{
    min-width: 378px;
}
.navbar .dropdown-menu .title {
    padding: 8px 10px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.navbar .dropdown-menu .notifications.list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item {
    min-width: 250px;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #EEE;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
    margin-right: 5px;
}
.navbar .dropdown-menu .notifications.list-group .badge {
    border-radius: 1em;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
    cursor: pointer;
}
.navbar .dropdown.profile .dropdown-menu {
    max-width: 185px;
    padding-bottom: 0px;
    text-align: center;
}
.navbar .dropdown.profile .dropdown-menu li.profile-img {
    padding: 0px;
    max-height: 186px;
    overflow: hidden;
}
.navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
    width: 100%;
    height: auto;
    margin: 0px;
    border: 0;
}
.navbar .dropdown.profile .dropdown-menu .profile-info {
    padding: 5px 15px 15px 15px;
}
.navbar .dropdown.profile .dropdown-menu .profile-info h4{
    margin-top: 0;
    word-wrap: break-word;
    font-size: 16px;
}
.navbar .dropdown.profile .dropdown-menu .profile-info p{
    font-size: 11px;
}
.navbar .dropdown.profile .dropdown-menu .profile-info .username {
    font-size: 1.28em;
	font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 155px; */
}
@-moz-document url-prefix() { 
    #profileFirstName {
        display: -moz-grid;
    }
}
.profile .name-top{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 93px;
    display: inline-flex;
    margin: 0 0 0 10px;
    font-size: 13px;
}
.ftr-l2 {
    display: block;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 10px;
    width: 100%;
}
.ftr-list a {
    margin-right: 1%;
}
div#thawteseal {
    display: inline;
}
.app-container {
    min-height: 100%;
    position: relative;
    padding-bottom: 35px;
}
.app-container .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 65px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 12px;
    cursor: default;
}
.app-container .app-footer .wrapper {
    padding: 10px 15px;
    padding-left: 10px;
    vertical-align: middle;
}
.app-container .content-container {
    margin-right: 0;
    margin-left: 0;
}
.app-container .content-container .side-menu {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100000;
    position: fixed;
    width: 60px;
    height: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.app-container .content-container .side-menu:hover {
    width: 300px;
}
.navbar-header .big-logo{
    height: 50px;
    display: table;
    margin: 5px auto;
}
.app-container .content-container .side-menu .navbar-header {
    width: 100%;
    border-bottom: 0px solid #e7e7e7;
    background-color: #fff;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand {
    width: 455px;
    line-height: 60px;
    height: 60px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
    width: 60px;
    text-align: center;
    display: inline-block;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand .title {
    margin-left: -10px;
    display: none;
}
.app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
}
.app-container .content-container .side-menu .navbar {
    border: none;
    padding-left: 0px;
}
.app-container .content-container .side-menu .navbar-nav li {
    display: block;
    width: 100%;
    overflow: hidden;
}
.app-container .content-container .side-menu .navbar-nav li a .icon {
    margin-left: 0px;
    width: 38px;
    text-align: center;
    font-size: 1.2em;
    display: inline-block;
}
.app-container .content-container .side-menu .navbar-nav li a .title {
    /* width: 0px; */
    white-space: nowrap;
    padding-left: 6px;
    display: none;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
    height: 50px;
    vertical-align: middle;
    padding-left: 3.7rem;
    border: none;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown #MyAccount ul li a {
    display: grid;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 1em;
}
.app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
    display: none;
}
.app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
    display: inline-block;
}
.app-container .content-container .side-menu:hover .navbar-nav li a .title {
    width: 192px;
    display: inline-block;
}
.app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
    font-family: "FONT AWESOME 5 FREE";
    font-weight: 900;
    content: "\f13a";
    position: absolute;
    right: 1em;
}
.app-container .content-container .side-menu:hover .panel-collapse.in {
    display: block;
}
.app-container .content-container .side-body {
    padding-top: 70px;
}
.app-container .content-container .side-body.padding-top p.small {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 8px;
}
.patient-profile-acc p,
#profName1 {
    text-align: center;
    font-size: 14px;
}

.app-container.expanded .app-footer {
    left: 250px;
}
.app-container.expanded .app-footer .wrapper {
    padding-left: 75px;
}
.app-container.expanded .content-container .navbar-top {
    padding-left: 0px;
}
.app-container.expanded .content-container .side-menu {
    width: 300px;
}
.app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    display: table;
    margin: 0 auto 0 auto;
}
.app-container.expanded .content-container .side-menu .navbar-nav li a .title {
    display: inline-block;
}
.app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
    display: block;
}
.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
    font-family: "FONT AWESOME 5 FREE";
    font-weight: 900;
    content: "\f13a";
    position: absolute;
    right: 1em;
}
.app-container .navbar-header .user-nav-div .username,
.app-container .navbar-header .user-nav-div .mailtxt {
    display: none;
}
.app-container .navbar-header .user-nav-div .profile-img {
    width: 50px;
    display: table;
    border-radius: 50%;
    margin: 4px auto 0 auto;
    border: 5px solid #fff;
}
.app-container.expanded .navbar-header .user-nav-div {
    background: #fff;
    height: 127px;
}
.app-container.expanded .navbar-header .user-nav-div .username {
    display: block;
    text-align: center;
    padding: 20px 0px 10px 0px;
    color: #000;
    margin: 0;
}
.app-container.expanded .navbar-header .user-nav-div .mailtxt {
    display: block;
    text-align: center;
    color: #908e8e;
}
.app-container.expanded .navbar-header .user-nav-div .profile-img {
    width: 95px;
    border-radius: 50%;
    margin: 0px auto 0 auto;
    border: 0;
    position: absolute;
    left: 30%;
    display: block;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    width: 40%;
    float: left !important;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-right {
    float: right !important;
    margin: 0px -15px;
}
.page-title {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    margin-bottom: 0px;
    height: auto;
}
.page-title .title {
    font-size: 2em;
}
.page-title .page-action {
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.sub-title > * {
    display: inline-block;
}
.sub-title h3 {
    margin-right: 10px;
}
.sub-title .description {
    font-size: 0.9em;
}
.sub-title .action .btn {
    padding: 0 0.5em;
}
/* Main body section */

.app-container .side-body {
    margin-left: 60px;
    margin-right: 0px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.app-container.expanded .side-body {
    margin-left: 290px;
}
.align_hor_vert {
    text-align: center !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    cursor: text;
}
input[type="file"] {
	font-style: italic;
}
textarea {
    height: auto;
    line-height: initial;
}
input:focus,
textarea:focus {
    /*background-color: #d7d7d7;*/
	background-color: rgba(51, 122, 183, 0.08);
    border-color: #D5D5D5;
}
#shareExamMessage,
#shareExam2Message {
    height: 100px;
    line-height: 20px;
}
option {
	font-style: italic !important;
}
select#quickFilterOption {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ddd;
    color: #666;
    padding: 6px 14px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 106px;
    height: 34px;
}
input#quickFilterText {
    margin: 5px 10px 5px 0px;
    height: 34px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.create-account-form-group {
    height: 82px;
    line-height: 22px;
}
.modal-body .edit-account-form-group {
    height: 57px;
    line-height: 22px;
}
.edit-account-form-group {
	margin-top: 10px;
}
.modal-body .edit-account-form-textarea,
#addPathologyModal .modal-body textarea,
#addAllergyModal .modal-body textarea,
#addPhysicalActModal .modal-body textarea,
#addMedicationModal .modal-body textarea,
#addBiometricModal .modal-body textarea {
    height: 131px;
    line-height: 22px;
}
.control-label {
    padding-top: 4px;
    text-align: left;
    padding-left: 0;
}
.crt-label {
    padding-top: 14px;
    display: table;
    margin-bottom: 0px;
}
.update-error {
    font-weight: 500;
    margin: 1% 0;
    text-align: center;
    width: 100%;
    background-color: #fef1f1;
    border-color: #fcd9df;
    color: #f56b6b;
    font-size: 14px;
    padding: 5px;
}
.contactus-success-fom {
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 2%;
    background-color: rgba(102, 178, 102, 0.3);
    color: #448744;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.contactus-error-fom {
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
    background-color: #fef1f1;
    border-color: #fcd9df;
    color: #f56b6b;
    font-size: 14px;
    padding: 8px;
}
.btn-pat-pacs{
    width: 30%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: 1px solid #D5D5D5;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
    margin: 0;
    text-align: center;
    color: #263648;
    cursor: pointer;
}
.btn-pat-pacs:hover, .btn-pat-pacs:focus{
    color: #FFF;
    background-color: #263648;
    border: 1px solid #263648;
}

input.form-control.multiselect-search{
    height: auto;
}
button.btn.btn-default.multiselect-clear-filter{
    padding: 8px;
    margin: 0;
}

.panel-widget {
    border-radius: 3px;
    height: auto;
    border: 0;
    margin-bottom: 15px;
    display: table;
    width: 99%;
    max-width: 100%;
	background: transparent !important;
}
.widget-heading {
    background-color: #d2dae3;
    color: #000;
    font-weight: bold;
}
#pysicianDetails .collapse.in, #patientDetails .collapse.in, #studyDetails .collapse.in {
    display: table;
    width: 100%;
}

#seriesPlusInfo div span{
    padding: 3px;
    line-height: 16px;
    font-size: 12px;
}
#seriesPlusInfo div .span-nimgs{
    float: left;
    width: 12%;
}
#seriesPlusInfo div .span-mod{
    float: left;
    width: 34%;
}
#seriesPlusInfo div .span-desc{
    float: left;
    width: 54%;
}
#docsPlusInfo>a>div{
    height: 29px;
    line-height: 25px;
    float: left;
    width: 100%;
}
#docsPlusInfo div .doc-img{
    width: 29px;
    padding: 3px;
    line-height: 16px;
    float: left;
    cursor: pointer;
}
#docsPlusInfo div .span-doctitle{
    padding: 3px;
    float: left;
    line-height: 16px;
    width: 133px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
}
#docsPlusInfo div .span-docdate{
    padding: 3px;
    line-height: 16px;
    float: right;
    width: 65px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
}
.general-info-label {
    display: block;
}
.general-info-value {
    display: block;
}
.series-info-imgnum {
    width: 10%;
    display: inline-block;
}
.series-info-desc {
    width: 60%;
    display: inline-block;
}
.series-info-date {
    width: 30%;
    display: inline-block;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: var(--gif-url) 50% 7% no-repeat rgba(255, 255, 255, 0.6);
}
.phy-info-img{
    height: 70px;
    margin: 0 auto;
    display: table;
}
.dataTables_scrollHead{
    background: #d2dae3;
	border-radius: 0;
}
.table.dataTable.no-footer{
    border: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 9px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 14px;
}
table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

.edit-account-image{
    display: table;
    margin: 0 auto 2% auto;
}
.edit-account-image img{
    border-radius: 50%;
    width: 200px;
}
.edit-account-txtarea{
    resize: vertical;
}
#logout-myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}
#logout-label {
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.view-exam-caret {
    float: right;
    font-size: 18px;
    margin-right: 1%;
}

/* =============================================================
   TECHNICAL SUPPORT PAGE
 ============================================================ */
.div-remotetools {
    width: 241px;
    height: 70px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.div_teamviewer p {
    color: #ffffff !important;
	font-weight: bold;
}

.name{
    float: left;
    width: 50%;
}
.priority_problem{
    float: left;
    width: 50%;
    padding-left: 3%;
}
.email{
    float: left;
    width: 50%;
    padding-left: 3%;
}
.type_problem{
    float: left;
    width: 100%;
}
.subject, .message{
    float: left;
    width: 100%;
}
.message textarea{
    resize: vertical;
}
.support-div-half{
    width: 100%;
    float: left;
}
.support-div-all{
    position: relative;
    margin-bottom: 10px;
}
.support-div-mssg{
    position: relative;
}

.dataTables_wrapper .row .col-sm-6 {
    margin-bottom: 0;
}

#loading-studies-tag, #loadingExam{
    background: #d2dae3;
    cursor: wait;
}
#div-wfm-studies {
    min-height: 600px;
    height: auto;
}
thead>tr>th {
    border: none !important;
}
.filters>tr>td {
    border: none !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: initial;
}

/* Report templates */
.show-report-div{
    border: 1px solid #263648;
    border-radius: 3px;
    padding: 11px;
    cursor: pointer;
}
.show-report-div i{
    float: right;
    font-size: 15px;
    color: #263648;
}
.report-icon{
    display: table;
    margin: auto;
    margin-bottom: 3%;
}
.report-dates{
    font-style: italic;
    font-size: 12px;
}
/*.row .dicom-tags-template{
    border: 1px solid #D5D5D5;
    padding: 10px 10px 0px 10px;
}*/
.row .dicom-tags-template .title{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.row .dicom-tags-template .tag-title{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
    text-align: center;
}
.row .dicom-tags-template .tags-div{
    padding: 12px 12px 0px 12px;
}
.row .dicom-tags-template button{
    margin: 0px 5px 10px 0px;
    background-color: rgba(38,54,72,.3);
    color: #263648;
    border-radius: 3px;
    border: 0;
    padding: 10px 6px;
    width: 154px;
}
#crtDocumentPlusFields{
    cursor: pointer;
    float: right;
    padding-right: 15px;
}

.pdfobject-container{
    height: 600px;
}
.doc-series-docs>.serie-open-exam, .doc-series-docs>div>a>div, .doc-series-docs>a>div{
    min-width: 99px;
    min-height: 125px;
    float: left;
    text-align: center;
    border: 1px solid #263648;
    border-radius: 3px;
    margin: 0% 0% 0 1%;
    padding: 10px 5px;
}
.doc-series-docs>.serie-open-exam {
    background-color: #e0e0e0;
}
.doc-series-docs>#examDocuments+.serie-open-exam { 
    background-color: #fff;
}
.doc-series-docs p{
    margin-bottom: 0;
}
.doc-series-docs .serie-img{
    width: 128px;
}

.prof-image-view-exam{
    float: left;
    margin-right: 10px;
    height: 71px;
}
.pat-health-view-exam{
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.pat-health-small-block{
    height: 125px;
    overflow-x: auto;
    border-radius: 3px;
    border: 1px solid #eee;
}
.pat-health-big-block{
    border-radius: 3px;
    border: 1px solid #eee;
}
.modal-dialog #viewer-opt a{
    color: #000;
    cursor: pointer;
}
.modal-dialog #viewer-opt .vw-logo{
    text-align: center;
}
.modal-dialog #viewer-opt a img{
    max-width: 172px;
}
.modal-dialog #viewer-opt a .col-md-6 img{
    max-width: 192px;
}
.modal-xlg {
    width: 90%;
}

/************* EXAMS PATIENT ****************/
#display-patstudies, #display-refresh, #display-patdocs, #settings-patdocs, #viewExamButton, #shareExamButton, #dwnExamButton, #export-csv{
    float: left;
    margin-right: 10px;
    background: #ddd;
    color: #000;
    padding: 6px 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#viewExamButton, #shareExamButton, #dwnExamButton{
    background: #2da9d7;
    border: 1px solid #2da9d7;
    color: #fff;
    float: right;
}
#display-patstudies:hover, #display-refresh:hover, #display-patdocs:hover, #settings-patdocs:hover, #viewExamButton:hover, #shareExamButton:hover, #dwnExamButton:hover, #export-csv:hover{
    background: #66bfe8;
    color: #fff;
}
#docsTable_filter, #accNumTable_filter {
    display: none;
}
#studies-datefilter, #studies-sharedatefilter, #studies-modalityfilter{
    width: auto;
    height: 32px;
    background: #ddd;
    color: #666;
    float: left;
    margin-right: 10px;
    padding: 6px 14px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
#display-docs, #display-dcmStds{
    float: right;
    margin-left: 10px;
    background: #ddd;
    border-radius: 3px;
    color: #666;
    padding: 6px 14px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

th.th-my-exams {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border: none !important;
}
.th-my-exams {
    height: 50px;
    vertical-align: middle !important;
    padding: 5px 12px 6px 12px !important;
}
.th-my-exams i{
    float: right;
    font-size: 21px;
}
.td-my-exams {
    background-color: transparent !important;
    padding: 3% 5% 2% 3% !important;
}
.td-my-exams sup {
    display: none;
}
.div-modalityblock {
    background-color: #263648;
    float: left;
    text-align: center;
    padding: 16px 0px;
    color: #fff;
    border-radius: 3px;
    margin-top: 1%;
    width: 56px;
}
.img-modalityblock {
    width: 56px;
    float: left;
    border-radius: 3px;
    margin-top: 1%;
    height: 56px;
}
.img-modalityblock-2 {
    width: 45px;
    float: left;
    margin-top: 2%;
    margin-right: 5%;
}
.td-my-exams .p-stdate {
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 12px;
}
.td-my-exams .p-stdesc {
    margin-left: 12px;
    margin-bottom: 0px;
}
.td-my-exams span {
    margin-left: 12px;
    font-size: 12px;
}
.td-my-exams .fa-file-text {
    float: right;
    font-size: 13px;
}
.td-my-exams i {
    float: right;
    font-size: 18px;
}

.col-std-details{
    height: auto;
    padding: 0;
}
.col-std-details .head-std-det{
    width: 100%;
    height: 58px;
    background: #d2dae3;
    vertical-align: middle;
    padding: 21px 29px 17px 10px;
}
.head-std-det span{
    font-weight: bold;
}
.head-std-det i{
    float: right;
    font-size: 21px;
}
.col-std-details .first-std-details{
    padding: 25px 25px 0 15px;
    margin-left: 0;
}
.col-std-details .second-std-details{
    padding: 0px 25px 0 30px;
    margin-left: 0;
    margin-top: 0px;
}
.col-std-details .third-std-details{
    padding: 0px 25px 0px 15px;
    margin-left: 0;
}
.col-std-details .fourth-std-details{
    padding: 9px 25px 9px 15px;
    height: auto;
    display: inline-block;
    background-color: #ececec;
    margin-top: 2%;
    margin-left: 0;
    width: 100%;
}
.col-std-details .fifth-std-details{
    padding: 0;
    text-align: right;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    width: 100%;
    margin-left: 0;
}
.fourth-std-details .std-block-title{
    text-align: right;
    margin-bottom: 7px;
    width: 100%;
}

#seriesInfo.scroll, #docsInfo.scroll{
    height: 150px;
    display: flex;
    overflow-x: auto;
    margin-left: 0;
    padding-bottom: 19px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*background-color: #F5F5F5;*/
}

#seriesInfo, #docsInfo{
    width: 100%;
    height: auto;
    display: inline-block;
}
#seriesInfo div, #docsInfo>div{
    position: relative;
    min-height: auto;
    float: left;
    text-align: center;
    border: 1px solid #000;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin: 1% 2% 0 0%;
    padding: 1% 1%;
}
#seriesInfo div a, #docsInfo div a{
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 0;
}
#seriesInfo div a i, #docsInfo div a i{
    color: #000;
    font-size: 14px;
}
#docsInfo .doc-imgdiv{
    width: 80px;
    height: 60px;
    border: none;
}
#docsInfo .doc-imgdiv>img{
    width: 60px;
}
.serie-p-1{
    text-align: center;
    margin-bottom: 0px;
    word-wrap: break-word;
    width: 80px;
    font-size: 11px;
    margin-top: 4px;
}
.serie-p-2{
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0px;
}
.serie-popover{
    width: auto;
    display: none;
    background-color: #fff;
    border: 1px solid #d2dae3;
}
#div-all-studies, #div-all-docs{
    margin-top: 2%;
}

.serie-popover .popover-arrow{
    position: relative;
    background: #fff;
}
.serie-popover .popover-arrow:after, .serie-popover .popover-arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.serie-popover .popover-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.serie-popover .popover-arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #d2dae3;
    border-width: 11px;
    margin-left: -11px;
}

.serie-popover .popover-title{
    background: #d2dae3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-weight: bold;
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.serie-popover .popover-content{
    padding: 9px 14px;
}
.modal-body {
    width: 100%;
    display: inline-block;
    padding: 10px !important;
}
.modal-header p {
    margin-bottom: 0;
}
.modal-header .close{
    font-size: 24px;
}
.btn.btn-default i.fa.fa-download, .btn.btn-default i.fa-share-alt{
    padding-right: 6%;
    font-size: 12px;
}
.btn.btn-default i.fa-times-circle{
    padding-right: 11%;
    font-size: 12px;
}

/*.pdfobject-container{
    height: 600px;
}*/
#doc-details{
    padding: 0 15px 0 0;
}
#send-shared-message{
    resize: vertical;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.btn.btn-download-blue>span {
    padding-right: 0px;
    display: table;
    margin: 0 auto;
    margin-bottom: 3%;
    text-transform: none;
}



/* start about */
ol.breadcrumb {
    margin-bottom: 0;
    text-align: left;
    background-color: transparent;
    padding: 20px 0;
}
.top{
    padding: 9% 4%;
}
.top h2{
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
}

.about{
    display: block;
}
.cont-grid {
    float: left;
    width: 60.3333%;
}
.cont-grid-img{
    margin-left: 3.3333%;
    width: 36.33333%;
    float:left;
}
.cont-grid-img img{
    margin-top: 10px;
}
.cont-grid span{
    font-size: 1.5em;
    text-transform: uppercase;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.abt-para p{
    margin-top: 2%;
}
.about-p{
    margin-top:20px;
}
.read_more {
    margin-top: 2%;
}

.btn-danger {
    color: #fff !important;
    border-color: #d9534f !important;
}
.btn-danger:hover, .btn-danger:focus {
    color: #fff !important;
    background-color: #d9534f !important;
    outline: 0;
}

#download-progress{
    display: inline-block;
    width: 100%;
}


/* ============================================================
  CLINIC SERVICES
============================================================ */
.h4-clinic-services{
    text-align: left;
    line-height: 34px;
    font-size: 15px;
}
.panel.panel-def.faq-panel{
    margin-top: 24px;
    border: 0;
}
.panel-def > .panel-head {
    background-color: #bacfe4;
    padding: 1%;
    text-align: center;
}
.panel-head h4 a {
    text-decoration: none;
}
.panel-head:hover, .panel-head:focus {
    background-color: #146eb4;
}
.panel-bd{
    padding: 15px;
    background-color: #F6F6F6;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.serv-tags {
    padding: 1% 0px;
    font-style: italic;
}
img.example-image{
    width: 100%;
    height: 180px;
}


/* ============================================================
  CLINIC NEWS
============================================================ */
.article1_of_3{
    float: left;
    width: 24%;
    border: 1px solid rgb(206, 206, 206);
    height: auto;
    margin: 0 1% 3% 0;
}
.article1_of_3 img{
    width:100%;
}
.article1_of_3_text{
    padding: 12px 20px;
}
.article1_of_3 h3{
    margin: 0 auto 2% auto;  
}
.article1_of_3 h3 a{
    font-size: 1em;
    text-transform: capitalize;
    color: #555555;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.article1_of_3 h3 a:hover{
    color: #2da9d7;
}
.article1_of_3 p{
    font-size: 0.8125em;
    color: #555555;
    line-height: 1.8em;
}

/* =============================================================
   IS NEWS | IS NEWS DETAILS
 ============================================================ */
.ser_btn{
    position: relative;
    margin-top: 12%;
}
.ser_btn1{
    position: absolute;
    bottom: 0;  
    left: 0;
}
.button {
    color: #000;
    border-top: 1px solid rgb(221, 221, 221);
    display: block;
    text-align:center;
    text-transform: uppercase;
    font-size: 0.875em;
    width: 100%;
    padding:12px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    background: #2da9d7;
    color: #ffffff;
}
.details{
    display: block;
}
.details h2{
    font-size: 1.5em;
    text-transform: uppercase;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.det_pic{
    margin: 2% 0;
}


/* ============================================================
  PATIENT ACCOUNT
============================================================ */
.pat-account-img{
    height: 260px;
}
ul .pat-account-det{
    margin: 0 0 15px;
    height: 30px;
}
.pat-account-det strong{
    display: block;
    width: 256px;
    float: left;
}
.pat-account-det span{
    display: block;
    margin-left: 256px;
}
.pat-print-btn{
    position: relative;
    width: 198px;
    float: right;
    padding: 12px 12px;
    margin-top: 1px;
    margin-bottom: 2%;
    margin-left: 3px;
    border-radius: 0;
}
.print-prof-btm{
    margin-top: 2%;
    width: 100%;
}


/* ============================================================
  PATIENT DEFINITIVE ACCOUNT
============================================================ */
.list-unstyled.pat-info {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.list-unstyled.pat-info #updateAccountLi {
	margin-right: 15px;
}
.pat-info .pat-info-icon {
    color: #fff;
    padding: 10px;
}
.pat-big-icon {
    font-size: 16px;
    margin-right: 7px;
}
.pat-specs .pat-specs-icon {
    display: none;
    margin-top: 13px;
    margin-right: 5px;
    text-align: right;
    width: 10%;
    cursor: pointer;
}
.pat-specs .pat-specs-info {
    color: #333;
    display: flex;
    width: 100%;
}
.list-unstyled.pat-specs {
    border-top: 1px solid #ddd;
    padding: 12px;
    max-height: 150px;
    overflow: auto;
}
#pathologies-data-block .list-unstyled.pat-specs,
#allergies-data-block .list-unstyled.pat-specs,
#physactivity-data-block .list-unstyled.pat-specs {
    height: 110px;
    max-height: 110px;
    padding: 0px 10px;
    padding-top: 5px;
}
#pathologies-data-block{
    padding-left: 0 !important;
}
#allergies-data-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#physactivity-data-block {
    padding-right: 0 !important;
}
.patientHousehold .list-unstyled.pat-specs,
.impersonateHousehold .list-unstyled.pat-specs {
    max-height: 350px !important;
}
.pat-line {
    width: 29%;
    border-right: 1px solid #ddd;
    align-content: center;
    text-align: left;
	padding-left: 4px;
	font-size: 14px;
    line-height: 15px;
}
.pat-line-div {
    width: 59%;
    align-content: center;
    text-align: left;
    padding-left: 8px;
}
.pat-line-div p {
	font-size: 10px;
}
.pat-line-allergy {
    width: 29%;
    border-right: 1px solid #ddd;
    align-content: center;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
	padding-left: 4px;
	font-size: 14px;
    line-height: 15px;
}
.pat-line b,
.pat-line p {
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
}
.pat-line-allergy-div {
    width: 59%;
    align-content: center;
    text-align: left;
    padding-left: 8px;
}
.pat-line-allergy-div p {
	font-size: 10px;
    text-align: left;
}
.list-unstyled.pat-specs li {
    margin-bottom: 4px !important;
    padding-right: 5px;
    margin: 0;
}
.list-unstyled.pat-specs li:last-child {
	margin-bottom: 0px;
}
.bk-account-only{
    background-size: cover !important;
}
.bk-account-chart-only{
    background-size: cover !important;
    height: 483px;
}
.bk-account-alarm-only{
    background-size: cover !important;
    height: 195px;
}
.bk-account-biometric-only{
    background-size: cover !important;
    height: 125px;
}
#addPhysicalActModal i.fa-running {
    margin: 0 auto 2% auto;
}
#addMedicationModal i.fa-capsules {
	margin: 10% auto 8% auto;
}
#addAllergyModal i.fa-pagelines {
    padding: 8% 11%;
}
.pat-specs-select{
    height: 44px;
    line-height: 44px;
}
.pathology-info {
	display: flex;
	width: 90%;
}
.pathology-name {
	margin-bottom: 4px;
	font-size: 12px;
}
.pathology-name b{
	text-transform: uppercase;
	font-size: 14px;
}
.pathology-state {
	margin-bottom: 4px;
	font-size: 12px;
	margin-left: 10px;
}
.pathology-state b{
	text-transform: uppercase;
	font-size: 14px;
}
.pat-bio-value{
    float: left;
    width: 72px;
    height: 128px;
    margin-right: 6px;
    text-align: center;
    font-size: 11px;
}
.pat-bio-value i.dot-selected{
    color: #337ab7;
    font-size: 7px;
}
.pat-bio-circle, .pat-bio-circle-nolink{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #337ab7;
    color: #303030;
    font-size: 18px;
    text-align: center;
    position: relative;
    font-weight: 200;
    margin: 16px auto 8px;
    line-height: 1;
    overflow: hidden;
}
.pat-bio-circle i:nth-child(odd) {
    border-right: 0;
}
.pat-bio-circle:hover i{
    display: block;
}
.pat-bio-circle:hover span.number {
    display: none;
}
#biometricTable_wrapper .dataTables_scrollHead {
    background: none;
    border: 1px solid #ddd !important;
}
#biometricTable_wrapper .dataTables_scroll div.dataTables_scrollBody {
	border: 1px solid #ddd !important;
    border-top: none !important;
	box-shadow: none !important;
}
#chartTglBtn i {
    font-size: 12px;
}
#lineChart {
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
    margin-top: 11px;
}
.permissions-help {
    font-size: 10px;
}
.permissions-help.txt-center {
    margin: -25px;
    margin-top: 5px;
}
.selectContainer {
	display: contents;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
#biometric-data-block h4 {
	border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
#biometric-data-block .background-white div div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#biometricChartArea h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 3px;
}
#biometricChartArea .background-white div div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#biometricTableArea .background-white div div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#biometricTable_wrapper table.dataTable tbody th, table.dataTable tbody td a {
	padding: 3px 10px;
    height: 25px;
}
#biometricTable_wrapper tbody tr:hover {
    background-color: #f3f3f3 !important;
    color: #333;
}


/* ============================================================
  HOMEPAGE
============================================================ */
.templatemo-service-item {
    margin-bottom: 10px;
    font-size: 20px;
}
.templatemo-service-item p {
    text-align: justify;
    margin-top: 25px;
    font-size: 14px;
    color: #000;
}
.templatemo-btn-read-more {
    color: #337ab7;
    font-size: 18px;
}
.templatemo-btn-read-more:hover, .templatemo-btn-read-more:focus {
    color: #263648;
    text-decoration: underline !important;
}
#homecard-1>div {
    margin-top: 2%;
}

.home-top-iconcard-blue {
    background-color: #263648;
}
.home-top-iconcard-rose {
    background-color: #f69c9c;
}
.home-top-iconcard-orange {
    background-color: #ff8f2a;
}
.home-top-iconcard-green {
    background-color: #00B300;
}
.home-top-iconcard-red {
    background-color: #B00000;
}
.home-top-iconcard-grey {
    background-color: #ddd;
}
.home-top-iconcard-yellow {
    background-color: #D1D119;
}
.home-top-iconcard-purple {
    background-color: #626592;
}
.home-top-textcard {
    background-color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #000;
    width: 80%;
    height: 80px;
    padding: 18px 3%;
    float: left;
    position: relative;
}
.home-top-textcard .text1{
    text-transform: uppercase;
    margin-bottom: 1%;
}
.home-top-textcard .text2{
    font-weight: bold;
}


/* ============================================================
  HELP MODAL
============================================================ */
p.panel-title{
    font-size: 14px;
}
p.support-sugestion {
    font-style: italic;
}
#divAllQuestions .widget-heading.collapsed {
    border-radius: 0px !important;
}
#certifications img{
    width: 100px;
}
#certifications p{
    font-size: 10px;
    margin-top: 12px;
}

.eventFlag{
    font-size: 18px;
}
.fa-info-circle.eventFlag{
    color: #19197F;
}
.fa-exclamation-circle.eventFlag{
    color: #ff0000;
}
.fa-exclamation-triangle.eventFlag{
    color: #D1D119;
}

.timeline {
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.timelineGroup {
    position: relative;
}
.timelineGroup:not(:first-of-type) {
    margin-top: 4rem;
}
.timelineBox {
    position: relative;
}
.timelineBox:not(:last-of-type) {
    margin-bottom: 30px !important;
}
.timelineBox:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--uiTimelineMainColor);
    position: absolute;
    left: 0;
    z-index: -1;
}
.timelineBox:not(:hover) .timelineBtns .show-hide-menus {
	display: none;
}
.timelineBox:not(:hover) .timelineBtns .show-hide-menus:hover {
	display: block;
}
.timelineDay {
    font-size: 1.8rem;
    font-weight: 700;
}
.timelineMonth {
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 5px;
}
.timelineContent {
    float: left;
    width: 35%;
    padding-right: 14px;
}
.timelineContent p {
	margin-left: 55px;
}
.timelineContent2 {
    float: left;
    width: 25%;
    padding: 0px 14px;
}
.timelineBtns {
    float: right;
    width: 40%;
}
.timelineDocContent {
    float: left;
    width: 35%;
    padding-right: 14px;
    padding-top: 10px;
}
.timelineDocContent2 {
    float: left;
    width: 25%;
    padding: 0px 14px;
    padding-top: 10px;
}
.timelineDocBtns {
    float: right;
    width: 40%
}
.page{
    min-height: calc(100vh - (65px + 2rem));
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.page__demo{
    flex-grow: 1;
}
.main-container{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.page__container{
    max-width: 800px;
}
.footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;  
    font-size: 1.4rem;
}
.footer__link{
    text-decoration: none;
    color: inherit;
}

.userPwdWithEye {
    width: 90% !important;
    border-right: 0 !important;
    float: left;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fa-chevron-circle-down.accept-terms-i, .fa-chevron-circle-down.accept-cookies-i {
    font-size: 40px;
    position: absolute;
    color: #263648;
    background-color: #fff;
    border-radius: 50%;
    left: calc(50% - 20px);
    bottom: 9%;
}

#download-app-hc-menu {
    display: flex;
    position: absolute;
    bottom: 5px;
    width: 100%;  
}
#download-app-hc-menu #downloadAppGoogle2,
#download-app-hc-menu #downloadAppAppstore2 {
    display: inline-block;
    width: 50%;
}
#download-app-hc-menu #downloadAppGoogle2 svg {
    width: 20px;
    float: right;
    margin-right: 5px;
}
#download-app-hc-menu #downloadAppAppstore2 svg {
    width: 20px;
    float: left;
    margin-left: 5px;
}
#download-app-hc-menu #downloadAppGoogle2 svg path {
    fill: #c0c0c0;
    stroke-width: 0px;
}
#download-app-hc-menu #downloadAppAppstore2 svg path {
    fill: #c0c0c0;
    fill-rule: evenodd;
    stroke-width: 0px;
}
#download-app-block #downloadAppGoogle3 {
    margin-right: 5px;
}
#download-app-block #downloadAppAppstore3 {
    margin-left: 5px;
}

.flexigrid div.sDiv2 input,
.flexigrid div.sDiv2 select,
.flexigrid div.pDiv input,
.flexigrid div.pDiv select {
    height: 21px;
    width: auto;
    padding: 1px 2px;
}

#profileImage {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
}
#patName1 span {
    font-weight: normal;
    font-size: 12px;
}
#profEmail1,
#patID1,
#patEmail1,
#patPin1 {
    font-size: 14px;
}
.css-98wwdb:hover .MuiBox-root {
    opacity: 1;
}
.css-1mogox0 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, 0.65);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.css-tmfdc8 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(245, 245, 245);
    font-size: 2rem;
}
.anticon svg {
    display: inline-block;
}
.css-tmfdc8 > :not(style) + :not(style) {
    margin: 4px 0px 0px;
}
.css-77znsv {
    margin: 0px;
    line-height: 1.57;
    font-weight: 400;
    color: rgb(245, 245, 245);
}
ul.list-unstyled li.selected1 {
    /*background-color: rgba(51, 122, 183, 0.08);*/
	background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 0 -10px;
}
ul.list-unstyled li span.ca1,
ul.list-unstyled li i.ca1 {
    color: #337ab7;
}
.min-height-26vh {
    min-height: 26vh;
}
.input-pat-pacs-1 {
    width: 70% !important;
    float: left !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
svg.upload-doc-icon {
    width: 40px;
    display: table;
    margin: 33% auto 8% auto;
}
.download-progress {
    display: inline-block;
    margin: 0px;
    width: 66%;
    height: auto !important;
}
.mgtop-25px {
    margin-top: 25px !important;
}
.progress {
    border-radius: 1px;
    box-shadow: none;
}
.progress .progress-bar {
    box-shadow: none;
}
.progress-bar-st {
    width: 100%;
    padding: 3.8px;
    border-radius: 6px;
}
.outline-0 {
    outline: 0;
}
.swal2-container {
    z-index: 100002 !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.8) !important;
}
i.pat-list-red,
i.doc-list-red {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #B00000;
}
a.pat-list-red,
a.pat-list-red:hover,
a.pat-list-red:focus {
    display: table;
    margin: 0 auto;
    color: #B00000;
    text-decoration: none;
}
a.pat-list-green,
a.pat-list-green:hover,
a.pat-list-green:focus {
    display: table;
    margin: 0 auto;
    color: #00860D;
    text-decoration: none;
}
i.pat-list-green,
i.doc-list-green {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #00860D;
}
i.pat-list-yellow {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #D1D119;
}
i.pat-list-black {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #333;
}
i.pat-list-black:hover {
    color: #ffffff;
}
i.pat-list-black:active {
    color: #ffffff;
}
i.info-list-blue {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #337ab7;
}
.color-181d17 {
    color:#181d17 !important;
}
.disp-in-block {
    display: inline-block !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}

/* quill */
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Helvetica';
    font-family: 'Helvetica', sans-serif;
}
.ql-font-helvetica {
    font-family: 'Helvetica', sans-serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=helvetica]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=helvetica]::before {
    content: 'Helvetica';
    font-family: 'Helvetica', sans-serif;
}
.ql-snow .ql-Table-Input .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}
.ql-snow .ql-Table-Input .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
    background: lightsteelblue;
}
.ql-snow .ql-Table-Input .ql-picker-item:hover, .ql-snow .ql-Table-Input .ql-picker-item.ql-picker-item-highlight {
    border-color: #000;
    background: steelblue;
}
.ql-snow .ql-Table-Input.ql-picker {
    width: 28px;
}
.ql-snow .ql-Table-Input.ql-picker .ql-picker-label {
    padding: 2px 4px;
}
.ql-editor {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ql-editor table,
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin-bottom: 0.00001em;
}
.ql-snow .ql-editor blockquote {
    border: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 45px;
}
/*
.ql-editor ul {
  margin-top: -1.25em;
}
*/
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 2em;
}
.ql-editor table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 1.25em;
}
.ql-editor table td {
    border: 1px solid black;
    padding: 6px;
    vertical-align: top;
}
.ql-editor table td p {
    margin: 0em;
}
.ql-formats button.ql-table::after,
.ql-formats .ql-picker.ql-table .ql-picker-label::before {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ql-formats button.ql-tablelines {
    width: 28px;
    margin-right: -14px;
}
.ql-formats button.ql-tablelines::after,
.ql-formats .ql-picker.ql-tablelines .ql-picker-label::before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
}
button.ql-table::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABcSURBVEhL3YsxDgBACML8/6fvNhd0aGCyCUuBOsULR5hGToStSHl8oB4fqMcH6rtIRZhGToStSHl8oB4fqMcH6rtIRZhGToStSHl8oB4fqMcH6rtIRZhGTk5Q9QFCcv8BMZAsCwAAAABJRU5ErkJggg==');
}
.ql-picker.ql-table .ql-picker-label::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABcSURBVEhL3YsxDgBACML8/6fvNhd0aGCyCUuBOsULR5hGToStSHl8oB4fqMcH6rtIRZhGToStSHl8oB4fqMcH6rtIRZhGToStSHl8oB4fqMcH6rtIRZhGTk5Q9QFCcv8BMZAsCwAAAABJRU5ErkJggg==');
}
button.ql-table[value="append-row"]::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC5SURBVEhL7ZNBCsIwFERzKxceQHGjqLcSFMHzKOpN1BOIe53BDgxJCjbRlX3woJnf/F9KEnq6MIE3+KyUPcYw4QpzG0q8wAQVa2nt0w8QfzpgCU/w0XiEc5ij84ANVC2WtRjVEuKLtoP8cs+EZzO4jbLsReP1ZkEvDeHZ1lR4doADW7PHCH4E/zc3tcHa/f1Yxs8H8LSwiRSe7RmUsoDeTHg2ZVDDGnpDdwW/Ao8iT4suGp+Z9dQSwgttSY+8S9IcOwAAAABJRU5ErkJggg==');
}
button.ql-table[value="append-col"] {
    padding-top: 2px;
}
button.ql-table[value="append-col"]::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADXSURBVEhL3ZVLCsJADIbnVi48gOJGUW8lqCuPo6g3UU8g7vX/GQMhnUdmUZR+8MGQyaOUlIbBMYMP+K7InCls5g5TDVPeYDNSXMOb1+FvBuzhKB7b8A5Ywwt8fT3DJaziGbCDkmflXRFJzMEn1w0FHVswkMMWWq5QNxN07MRADlto4fsu3fPuGY9pfj6A2yI5Ok/HjgzksIWWFdTNBB2bM5DDFqbYQt1Qu4FFJLEGV5HbIh8az8X1FLwDDnAcj214B3jzOvQ+oPcfDn+DLEw11DJnAgdPCB8kS4+90nxt3AAAAABJRU5ErkJggg==');
}
button.ql-pdf::after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
}
button.ql-loadfile::after {
    content: "\f56d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
}
button.ql-newpage::after {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
}
button.ql-hr::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}
button.ql-tablelines:not(.active) {
    color: #adadad;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    padding: 5px;
    border-radius: 5px;
}
.dashedline {
    border: 1px dashed #ccc;
    width: 100%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
.ql-table,
.ql-contain {
    width: auto !important;
    margin-right: -15px;
}
.ql-picker.ql-table {
    margin-right: -15px;
    font-size: 12px;
    font-weight: normal;
}
.ql-picker.ql-table svg {
    display: none;
}
.ql-picker.ql-table .ql-picker-label {
    padding: 2px 3px;
}
.ql-picker.ql-table .ql-picker-options {
    width: 180px;
}
.ql-picker.ql-table .ql-picker-item {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 1px;
}
.ql-picker.ql-table .ql-picker-item {
    background: white;
}
.ql-picker.ql-table .ql-picker-item:hover {
    border: 1px solid #06c;
    border-radius: 4px;
}
.ql-picker-item:nth-child(5):before {
    clear: both;
    display: block;
    content: "";
    width: 100%;
}
.ql-snow .ql-picker.ql-font {
    width: 138px;
}
.ql-size-8px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="8px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="8px"]::before {
    content: '8px';
    font-size: 8px;
}
.ql-size-10px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="10px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="10px"]::before {
    content: '10px';
    font-size: 10px;
}
.ql-size-12px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
    content: '12px';
    font-size: 12px;
}
.ql-size-16px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
    content: '16px';
    font-size: 16px;
}
.ql-size-18px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
    content: '18px';
    font-size: 18px;
}
.ql-size-72px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="72px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="72px"]::before {
    content: '72px';
    font-size: 20px;
}
.ql-size-144px,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="144px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="144px"]::before {
    content: '144px';
    font-size: 22px;
}
.ql-font-Arial,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
    content: 'Arial';
    font-family: Arial, Helvetica, sans-serif;
}
.ql-font-Calibri,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Calibri]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Calibri]::before {
    content: 'Calibri';
    font-family: Calibri;
}
.ql-font-Times,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Times]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Times]::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman', Times, serif;
}
.ql-font-Helvetica,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Helvetica]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Helvetica]::before {
    content: 'Helvetica';
    font-family: 'Helvetica', sans-serif;
}
.ql-font-Verdana,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Verdana]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Verdana]::before {
    content: 'Verdana';
    font-family: 'Verdana', sans-serif;
}
.ql-font-Sans,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Sans]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Sans]::before {
    content: 'Sans Serif';
    font-family: 'Sans Serif', sans-serif;
}
.ql-font-Monospace,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Monospace]::before {
    content: 'Monospace';
    font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-margin {
    width: 80px;
}
.ql-snow .ql-picker.ql-margin .ql-picker-label[data-value="0"]::before,
.ql-snow .ql-picker.ql-margin .ql-picker-item[data-value="0"]::before {
    content: '0';
}
.ql-snow .ql-picker.ql-margin .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-margin .ql-picker-item[data-value="1"]::before {
    content: '1';
}
.ql-snow .ql-picker.ql-margin .ql-picker-label::before,
.ql-snow .ql-picker.ql-margin .ql-picker-item::before {
    content: 'Normal';
}
.ql-snow .ql-picker.ql-margin .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-margin .ql-picker-item[data-value="3"]::before {
    content: '3';
}
.ql-snow .ql-picker.ql-margin .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-margin .ql-picker-item[data-value="4"]::before {
    content: '4';
}
.ql-editor.margin-0 {
    padding: 5px 5px;
}
.ql-editor.margin-1 {
    padding: 20px 20px;
}
.ql-editor.margin-2,
.ql-editor.margin-undefined {
    padding: 15px 15px;
}
.ql-editor.margin-3 {
    padding: 25px 25px;
}
.ql-editor.margin-4 {
    padding: 30px 30px;
}
.ql-snow.ql-toolbar .ql-picker-label .ql-fill rect {
    fill: #000;
}
.qlbt-operation-menu {
    width: 235px !important;
    height: 200px !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    z-index: 999;
}
#qrCodeHouseholdCv {
    width: 200px;
    height: 200px;
    display: table;
    margin: 0 auto;
}
.addToWalletBtns {
    display: table;
    margin: 0 auto;
}
#addPatientToGoogleWalletImg,
#addExamToGoogleWalletImg {
    margin: 15px 10px 0px 0px;
    cursor: pointer;
}
#addPatientToAppleWalletImg,
#addExamToAppleWalletImg {
    margin: 15px 0px 0px 10px;
    cursor: pointer;
}
.exchange-icon {
    font-size: 19px;
    display: table;
    height: 52px;
    line-height: 258px;
    margin: 0px auto;
}
.exchange-icon:last-child {
    line-height: 200px;
}
#mdAccountUpdateTab #accountUpdateReqInfo {
    color: #B00000;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}
#mdAccountUpdateTab #accountUpdateReqInfo2 {
    color: #000;
    text-align: right;
    font-weight: normal;
    font-style: italic;
}
#patientTabs1 .badge {
    background: #B00000;
    padding: 2px 4px;
    margin-left: 2px;
    font-size: 10px;
}
#patientTabs1 .empty-badge {
    background: #ccc;
}
#patTable span.tbl-badge {
    display: table;
    margin: auto;
    background: #B00000;
    padding: 2px 5px;
}
#patTable span.empty-tbl-badge {
    background: #ccc;
}
#patientTabs1 #editPatient,
#patientTabs1 #refreshShowPatientBtn,
#patientTabs1 #refreshNotificationsBtn,
#patientTabs1 #sendNewNotificationBtn,
#patientTabs1 #exportNotificationsBtn,
#patientTabs1 #exportHouseholdBtn,
#patientTabs1 #exportOthersPatientIdsdBtn,
#patientTabs1 #refreshHouseholdBtn,
#patientTabs1 #qrCodePatientHousehold,
#patientTabs1 #addToHousehold,
#patientTabs1 #addPatientAssociationBtn,
#patientTabs1 #refreshPatientAssociationBtn,
#patientTabs1 #refreshExamsBtn,
#patientTabs1 #exportExamsBtn,
#patientTabs1 #refreshDocumentsBtn,
#patientTabs1 #uploadPatientDocument,
#patientTabs1 #refreshSchedulingBtn,
#patientTabs1 #patientNewSchedule,
#patientTabs1 #refreshNewExamUploadBtn,
#patientTabs1 #patientNewExamUpload,
#patientTabs1 #downloadDocumentsBtn,
#patientTabs1 #exportDocumentsBtn,
#patientTabs1 #exportSchedulingBtn,
#patientTabs1 #exportPortalUploadBtn,
#patientTabs1 #exportHcareAppAutoLoginTkBtn,
#patientTabs1 #refreshSharedExamsBtn,
#patientTabs1 #exportSharedExamsBtn,
#patientTabs1 #refreshPatientActivityBtn,
#patientTabs1 #refreshHcareAppAutoLoginTkBtn {
    display: inline;
    float: left;
    margin: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0px;
    cursor: pointer;
	border-top-left-radius: 0px !important;
}
#patientTabs1 #refreshNotificationsBtn,
#patientTabs1 #refreshShowPatientBtn,
#patientTabs1 #sendNewNotificationBtn,
#patientTabs1 #exportNotificationsBtn,
#patientTabs1 #exportHouseholdBtn,
#patientTabs1 #exportOthersPatientIdsdBtn,
#patientTabs1 #exportExamsBtn,
#patientTabs1 #downloadDocumentsBtn,
#patientTabs1 #exportDocumentsBtn,
#patientTabs1 #exportSchedulingBtn,
#patientTabs1 #exportPortalUploadBtn,
#patientTabs1 #exportSharedExamsBtn,
#patientTabs1 #exportHcareAppAutoLoginTkBtn {
    border-top: 0;
}
#patientTabs1 #refreshNotificationsBtn,
#patientTabs1 #refreshShowPatientBtn,
#patientTabs1 #sendNewNotificationBtn,
#patientTabs1 #refreshHouseholdBtn,
#patientTabs1 #qrCodePatientHousehold,
#patientTabs1 #addToHousehold,
#patientTabs1 #addPatientAssociationBtn,
#patientTabs1 #refreshPatientAssociationBtn,
#patientTabs1 #refreshExamsBtn,
#patientTabs1 #refreshDocumentsBtn,
#patientTabs1 #uploadPatientDocument,
#patientTabs1 #refreshSchedulingBtn,
#patientTabs1 #patientNewSchedule,
#patientTabs1 #refreshNewExamUploadBtn,
#patientTabs1 #patientNewExamUpload,
#patientTabs1 #downloadDocumentsBtn,
#patientTabs1 #refreshSharedExamsBtn,
#patientTabs1 #refreshHcareAppAutoLoginTkBtn,
#householdTable_wrapper .dataTables_scrollHead,
#patExamsTable_wrapper .dataTables_scrollHead,
#sharedExamsTable_wrapper .dataTables_scrollHead,
#hcareAppAutoLgTkTable_wrapper .dataTables_scrollHead,
#portalUploadTable_wrapper .dataTables_scrollHead,
#patientDocsTable_wrapper .dataTables_scrollHead,
#patientScheduleTable2_wrapper .dataTables_scrollHead {
	border-radius: 0 !important;
}
.dropdown-id.dropdown-menu>.dropdown-item,
.dropdown-id-2.dropdown-menu>.dropdown-item,
#patientTabs1 .tabNotificationsLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabHouseholdLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabOthersIdsLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabExamsLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabDocumentsLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabSchedulingLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabPortalUploadLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabSharedExamsLi .dropdown-menu>.dropdown-item,
#patientTabs1 .tabHcareAppTokensLi .dropdown-menu>.dropdown-item,
#savePatientAccountUpdateDiv .dropdown-menu>.dropdown-item,
#savePatientAccountUpdateDiv .dropdown-submenu>.dropdown-item,
#cancelPatientAccountUpdateDiv .dropdown-menu>.dropdown-item,
#cancelPatientAccountUpdateDiv .dropdown-submenu>.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    color: #333;
    text-wrap: nowrap;
}
#patientTabs1 .tabDocumentsLi .dropdown-menu,
#patientTabs1 .tabSchedulingLi .dropdown-menu,
#patientTabs1 .tabPortalUploadLi .dropdown-menu {
    min-width: 220px;
}
.savePatientDetBtn,
.cancSavePatientDetBtn,
#savePatientAccountUpdateDiv,
#cancelPatientAccountUpdateDiv,
.saveTermsBtn1,
.saveCSSBtn1,
.reloadTermsBtn1 {
    display: inline-block;
    margin-left: 10px;
    float: right;
}
.dropdown-id.dropdown-menu,
#savePatientAccountUpdateDiv .dropdown-menu,
#cancelPatientAccountUpdateDiv .dropdown-menu {
    min-width: 250px; 
}
#savePatientAccountUpdateDiv .dropdown-submenu .dropdown-menu,
#cancelPatientAccountUpdateDiv .dropdown-submenu .dropdown-menu {
    bottom: 0;
    left: -251px;
    display: none;
    position: absolute;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: none;
}
#savePatientAccountUpdateDiv .dropdown-submenu:hover .dropdown-menu,
#cancelPatientAccountUpdateDiv .dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.legend-red-icon { color: #ff3232 !important; }
.legend-yellow-icon { color: #a79600 !important; }

/* Checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  accent-color: #333;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-top: 3px;
  padding-left: 1.95em;
  cursor: default;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

input[type="radio"] {
    accent-color: #333;
}

.wfmSeriesRow {
    width: 80%;
    padding-left: 3rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.wfmSeriesRowReff,
.wfmSeriesRowProv {
    width: 800px;
    padding-left: 3rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt,
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt,
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt {
    text-align: left;
    padding: 3px 10px;
}
.wfmSeriesRow > .rowBodyCont,
.wfmSeriesRowReff > .rowBodyCont,
.wfmSeriesRowProv > .rowBodyCont {
    overflow-y: auto;
    max-height: 12rem;
    background-color: #EAEAEA;
    color: #000;
    border-radius: 0;
}
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt,
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt,
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt {
    background: transparent;
    text-align: left;
    padding: 3px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(1),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(1),
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(5),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(5) {
    width: 20%;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(6),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(6) {
    width: 10%;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(2),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(2) {
    width: 5%;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(3),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(3),
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(4),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(4) {
    width: 10%;
}
.wfmSeriesRow > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(7),
.wfmSeriesRow > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(7) {
    width: 25%;
}
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(1),
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(1),
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(1),
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(1),
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(2),
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(2),
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(2),
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(2),
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(3),
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(3),
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(3),
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(3),
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(4),
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(4),
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(4),
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(4),
.wfmSeriesRowReff > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(5),
.wfmSeriesRowReff > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(5),
.wfmSeriesRowProv > .rowHeaderCont > .width-100-perc > .rowHeaderDivTxt:nth-child(5),
.wfmSeriesRowProv > .rowBodyCont > .width-100-perc > .rowBodyDivTxt:nth-child(5) {
    width: 20%;
}

#downloadExamLoadingDIV,
#downloadExamLoadingDIV2,
#sendExamLoadingDIV {
    float: left;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: transparent;
    color: #000;
}
#exams-block #downloadExamLoadingDIV,
#timeline-block #downloadExamLoadingDIV2 {
    float: right;
    margin-left: 20%;
    margin-top: 0px;
    font-size: 12px;
    position: absolute;
}
#downloadExamLoadingDIV a,
#downloadExamLoadingDIV2 a,
#sendExamLoadingDIV a {
    margin: 0;
    cursor: default;
}
#downloadExamLoadingDIV .download-progress,
#downloadExamLoadingDIV2 .download-progress,
#sendExamLoadingDIV .download-progress {
    margin: 0px;
    width: 220px;
    height: 24px;
    display: block;
}
#downloadExamLoadingDIV .progress-bar-success,
#downloadExamLoadingDIV2 .progress-bar-success,
#sendExamLoadingDIV .progress-bar-success {
    background: #448744 !important;
}
#downloadExamLoadingDIV .progress-bar-error,
#downloadExamLoadingDIV2 .progress-bar-error,
#sendExamLoadingDIV .progress-bar-error {
    background: #f56b6b !important;
}
#downloadExamLoadingDIV .progress-bar-st,
#downloadExamLoadingDIV2 .progress-bar-st,
#sendExamLoadingDIV .progress-bar-st {
    width: 65%;
    height: 32px;
    border-radius: 10px;
    text-align: center;
}
#exams-block #downloadExamLoadingDIV .progress-bar-st,
#timeline-block #downloadExamLoadingDIV2 .progress-bar-st {
    height: 19px;
    padding: 0px 3.8px;
}
#downloadExamLoadingDIV #downloadExamLoadingMessage1,
#downloadExamLoadingDIV2 #downloadExamLoadingMessage2,
#sendExamLoadingDIV #sendExamLoadingMessage1 {
    line-height: 22px;
}
#exams-block #downloadExamLoadingDIV #downloadExamLoadingMessage1,
#timeline-block #downloadExamLoadingDIV2 #downloadExamLoadingMessage2 {
    line-height: 19px;
}
#downloadExamLoadingDIV .fa.fa-times-circle,
#downloadExamLoadingDIV2 .fa.fa-times-circle,
#sendExamLoadingDIV .fa.fa-times-circle {
    float: right;
    padding: 6px 5px;
    cursor: pointer;
}
#exams-block #downloadExamLoadingDIV .fa.fa-times-circle,
#timeline-block #downloadExamLoadingDIV2 .fa.fa-times-circle {
    padding: 4px 2px;
}

#mdPatientActivityTab i#patientActivityMoreBtn,
#records-block i#patientActivityMoreBtn {
    margin: 10px 0px 0px 78px;
    font-size: 30px;
    color: #337ab7;
    cursor: pointer;
}
.tab-content .vertical-timeline,
#records-block .vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}
.tab-content .vertical-timeline::before,
#records-block .vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 90px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}
.tab-content .vertical-timeline-element,
#records-block .vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}
.tab-content .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in,
#records-block .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.tab-content .vertical-timeline-element-icon,
#records-block .vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 85px;
}
.tab-content .vertical-timeline-element-icon .badge-dot-xl,
#records-block .vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}
.tab-content .badge-dot-xl,
#records-block .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.tab-content .badge:empty,
#records-block .badge:empty {
    display: none;
}
.tab-content .badge-dot-xl::before,
#records-block .badge-dot-xl::before {
    content: "\f05a";
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
}
.tab-content .badge-dot-xl.fa-info-circle::before,
#records-block .badge-dot-xl.fa-info-circle::before {
    color: #fff;
}
.tab-content .badge-dot-xl.fa-exclamation-circle::before,
#records-block .badge-dot-xl.fa-exclamation-circle::before {
    color: #ff3232;
}
.tab-content .vertical-timeline-element-content,
#records-block .vertical-timeline-element-content {
    position: relative;
    margin-left: 120px;
}
#records-block .vertical-timeline-element-content .timeline-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tab-content .vertical-timeline-element-content .timeline-title .fas.fa-external-link-alt,
#records-block .vertical-timeline-element-content .timeline-title .fas.fa-external-link-alt {
    font-size: 12px;
    color: #337ab7;
    cursor: pointer;
}
.tab-content .vertical-timeline-element-content .vertical-timeline-element-date,
#records-block .vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -115px;
    top: 0;
    padding-right: 15px;
    text-align: right;
    color: #adb5bd;
    width: 80px;
}
.tab-content .vertical-timeline-element-content:after,
#records-block .vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}
.tab-content .vertical-timeline-element-content .text-highlight-blue,
#records-block .vertical-timeline-element-content .text-highlight-blue {
    color: #337ab7;
    font-weight: bold;
    text-decoration: none;
}
.tab-content .vertical-timeline-element-content .text-highlight-red,
#records-block .vertical-timeline-element-content .text-highlight-red {
    color: #f56b6b;
    font-style: italic;
}
#records-block .row .background-white.padding-bottom-10.border-bottom-rad7 {
	box-shadow: 0px 0.5px 0px rgb(0 0 0 / 17%);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -1px;
}
#records-block.recordsNoActivity.background-white.mgbt-xs-0,
#records-block.recordsListActivity.background-white.mgbt-xs-0 {
	box-shadow: none !important;
}
.tab-content > #useTermsTab.active,
.tab-content > #gdprTab.active,
.tab-content > #cookiesPolicyTab.active {
    width: 100%;
    display: inline-block;
	box-shadow: none;
	background: transparent !important;
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    width: 45%;
    display: inline-block;
    text-decoration: none;
}
[type="checkbox"]#useTermsENDefault,
[type="checkbox"]#useTermsPTDefault,
[type="checkbox"]#useTermsESDefault,
[type="checkbox"]#useTermsFRDefault,
[type="checkbox"]#useTermsITDefault,
[type="checkbox"]#useTermsPLDefault,
[type="checkbox"]#gdprENDefault,
[type="checkbox"]#gdprPTDefault,
[type="checkbox"]#gdprESDefault,
[type="checkbox"]#gdprFRDefault,
[type="checkbox"]#gdprITDefault,
[type="checkbox"]#gdprPLDefault,
[type="checkbox"]#cookiesPolENDefault,
[type="checkbox"]#cookiesPolPTDefault,
[type="checkbox"]#cookiesPolESDefault,
[type="checkbox"]#cookiesPolFRDefault,
[type="checkbox"]#cookiesPolITDefault,
[type="checkbox"]#cookiesPolPLDefault {
    float: right;
    position: relative;
    margin-left: 10px;
}
[type="checkbox"]#useTermsENDefault:not(:checked) + label, [type="checkbox"]#useTermsENDefault:checked + label,
[type="checkbox"]#useTermsPTDefault:not(:checked) + label, [type="checkbox"]#useTermsPTDefault:checked + label,
[type="checkbox"]#useTermsESDefault:not(:checked) + label, [type="checkbox"]#useTermsESDefault:checked + label,
[type="checkbox"]#useTermsFRDefault:not(:checked) + label, [type="checkbox"]#useTermsFRDefault:checked + label,
[type="checkbox"]#useTermsITDefault:not(:checked) + label, [type="checkbox"]#useTermsITDefault:checked + label,
[type="checkbox"]#useTermsPLDefault:not(:checked) + label, [type="checkbox"]#useTermsPLDefault:checked + label,
[type="checkbox"]#gdprENDefault:not(:checked) + label, [type="checkbox"]#gdprENDefault:checked + label,
[type="checkbox"]#gdprPTDefault:not(:checked) + label, [type="checkbox"]#gdprPTDefault:checked + label,
[type="checkbox"]#gdprESDefault:not(:checked) + label, [type="checkbox"]#gdprESDefault:checked + label,
[type="checkbox"]#gdprFRDefault:not(:checked) + label, [type="checkbox"]#gdprFRDefault:checked + label,
[type="checkbox"]#gdprITDefault:not(:checked) + label, [type="checkbox"]#gdprITDefault:checked + label,
[type="checkbox"]#gdprPLDefault:not(:checked) + label, [type="checkbox"]#gdprPLDefault:checked + label,
[type="checkbox"]#cookiesPolENDefault:not(:checked) + label, [type="checkbox"]#cookiesPolENDefault:checked + label,
[type="checkbox"]#cookiesPolPTDefault:not(:checked) + label, [type="checkbox"]#cookiesPolPTDefault:checked + label,
[type="checkbox"]#cookiesPolESDefault:not(:checked) + label, [type="checkbox"]#cookiesPolESDefault:checked + label,
[type="checkbox"]#cookiesPolFRDefault:not(:checked) + label, [type="checkbox"]#cookiesPolFRDefault:checked + label,
[type="checkbox"]#cookiesPolITDefault:not(:checked) + label, [type="checkbox"]#cookiesPolITDefault:checked + label,
[type="checkbox"]#cookiesPolPLDefault:not(:checked) + label, [type="checkbox"]#cookiesPolPLDefault:checked + label {
    font-size: 14px;
    font-weight: normal;
    float: right;
    margin: 0;
    padding-top: 2px;
    cursor: pointer;
}
table.dataTable.display tbody tr.wfmSeriesTR:hover {
    background-color: #fff !important;
}
#studyModalityTD .select2-container .select2-selection--multiple,
#studyModalityTD .select2-container .select2-selection__rendered,
#studyModality2TD .select2-container .select2-selection--multiple,
#studyModality2TD .select2-container .select2-selection__rendered {
    height: 24px;
    min-height: 24px;
}
#studyModalityTD .select2-container .select2-selection__rendered {
    overflow-y: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    height: 21px;
    line-height: 21px;
}
#studyModalityTD .select2-container .select2-search--inline .select2-search__field {
    border: none !important;
    height: 21px !important;
}
#studyModalityTD .select2-container .select2-search--inline .select2-search__field,
#studyModality2TD .select2-container .select2-search--inline .select2-search__field {
    margin-top: -1px;
    border: none !important;
}
#studyModalityTD .select2-container,
#studyModality2TD .select2-container {
    border: 0;
    z-index: 99999;
}
#studyModalityTD .select2-container--default .select2-selection--multiple,
#studyModality2TD .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 0 !important;
}
#studyModalityTD .select2-container--default.select2-container--focus .select2-selection--multiple,
#studyModality2TD .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #A3A1A1;
}
#studyModalityTD .select2-container--default .select2-selection--multiple .select2-selection__clear,
#studyModality2TD .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 10px;
    top: -1px;
    margin: 0;
}
#select2-modalityColumnFilter-results .select2-results__option,
#select2-modalityPatHistColumnFilter-results .select2-results__option {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin: 2px;
}
#select2-modalityColumnFilter-results .select2-results__option--highlighted[aria-selected],
#select2-modalityPatHistColumnFilter-results .select2-results__option--highlighted[aria-selected] {
    background-color: #263648;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
#patientHistoryTable_wrapper .dataTables_scrollBody {
    height: 137px;
}
#patientHistoryTable_wrapper>.row {
    display: none;
}
#patientHistoryTable_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#searchResultTable2_wrapper .dataTables_scroll div.dataTables_scrollBody {
    box-shadow: none !important;
	background: transparent !important;
}

.table > tbody > tr > td.dataTables_empty {
    padding: 0 !important;
}
.table > tbody > tr > td.dataTables_empty > p {
    margin-bottom: 0;
    padding: 3px 15px;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table {
    margin-top: 0 !important;
    width: 100% !important;
}
div.dataTables_wrapper div.dataTables_processing img {
    margin-top: 0;
}
div.dataTables_wrapper div.dataTables_processing p:nth-child(2) {
    width: 8px;
}
div.dataTables_wrapper div.dataTables_processing p:last-child {
    margin-top: 3px;
}
.dataTables_wrapper .dt-buttons {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-style: italic;
    color: #505050 !important;
}
input:-moz-placeholder {
    font-style: italic; 
    color: #505050 !important; 
}
input::-moz-placeholder {
    font-style: italic;  
    color: #505050 !important;
}
input:-ms-input-placeholder {
    font-style: italic; 
    color: #505050 !important;
}
.w49-fleft {
    width: 49% !important;
    float: left !important;
}
div.btn-group {
    width: 100%;
}
.multiselect.dropdown-toggle {
    text-align: left;
}
.multiselect.dropdown-toggle.btn.btn-default:hover,
.multiselect.btn-group.dropdown-toggle:active {
    background-color: #d7d7d7;
}
.multiselect-container .input-group .multiselect-search {
	height: 32px;
}
#dicomshare-progress,
#genReportProgress {
    width: 100%;
    display: inline-block;
}
.context-menu-icon.context-menu-icon--fa,
.context-menu-icon.context-menu-icon--fa5 {
    height: 20px;
    padding-top: 7px;
}
.context-menu-icon.context-menu-icon--fa5 .fas.fa-eye-slash,
.context-menu-icon.context-menu-icon--fa5 .fab.fa-whatsapp,
.context-menu-icon.context-menu-icon--fa5 .fas.fa-comment-dots,
.context-menu-icon.context-menu-icon--fa5 .fas.fa-heading {
    top: 0.7em;
}
.context-menu-icon-ctxm-wfm,
.context-menu-icon-ctxm-open-hcareviewerlite,
.context-menu-icon-ctxm-open-hcareviewer,
.context-menu-icon-ctxm-viewdetails,
.context-menu-icon-ctxm-modifypid,
.context-menu-icon-ctxm-mergeExam,
.context-menu-icon-ctxm-editExam,
.context-menu-icon-ctxm-delExam {
    height: 20px;
    padding-top: 7px !important;
    background-repeat: no-repeat;
    background-position: 5px 8px;
    background-size: 15px;
}
.context-menu-icon-ctxm-wfm {
    background-image: url('../../file_uploads/ctxmenuIcons/wfmTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-wfm {
    background-image: url('../../file_uploads/ctxmenuIcons/wfmTabIcon.png');
}
.context-menu-icon-ctxm-open-hcareviewerlite {
    background-image: url('../../file_uploads/ctxmenuIcons/hcareviewerLiteTabIcon-2.png');
    background-position-y: 10px;
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-open-hcareviewerlite {
    background-image: url('../../file_uploads/ctxmenuIcons/hcareviewerLiteTabIcon.png');
    background-position-y: 10px;
}
.context-menu-icon-ctxm-open-hcareviewer {
    background-image: url('../../file_uploads/ctxmenuIcons/hcareviewerTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-open-hcareviewer {
    background-image: url('../../file_uploads/ctxmenuIcons/hcareviewerTabIcon.png');
}
.context-menu-icon-ctxm-viewdetails {
    background-image: url('../../file_uploads/ctxmenuIcons/viewDetailsTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-viewdetails {
    background-image: url('../../file_uploads/ctxmenuIcons/viewDetailsTabIcon.png');
}
.context-menu-icon-ctxm-modifypid {
    background-image: url('../../file_uploads/ctxmenuIcons/modifypidTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-modifypid {
    background-image: url('../../file_uploads/ctxmenuIcons/modifypidTabIcon.png');
}
.context-menu-icon-ctxm-mergeExam {
    background-image: url('../../file_uploads/ctxmenuIcons/mergeExamTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-mergeExam {
    background-image: url('../../file_uploads/ctxmenuIcons/mergeExamTabIcon.png');
}
.context-menu-icon-ctxm-editExam {
    background-image: url('../../file_uploads/ctxmenuIcons/editExamTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-editExam {
    background-image: url('../../file_uploads/ctxmenuIcons/editExamTabIcon.png');
}
.context-menu-icon-ctxm-delExam {
    background-image: url('../../file_uploads/ctxmenuIcons/delExamTabIcon-2.png');
}
.context-menu-item.context-menu-hover.context-menu-icon-ctxm-delExam {
    background-image: url('../../file_uploads/ctxmenuIcons/delExamTabIcon.png');
}

.context-menu-item.context-menu-hover::before {
    color: #fff !important;
}
.context-menu-item {
    border-radius: 0px;
    font-weight: normal;
}
.context-menu-item.context-menu-hover {
    border-radius: 0px;
}
.context-menu-list {
	border-radius: 0px !important;
    z-index: 10000000 !important;
}
.context-menu-list.menu-over-modal {
    z-index: 999999 !important;
}
.context-menu-list .context-menu-item:first-child.context-menu-hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}  
.context-menu-list .context-menu-item:last-child.context-menu-hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.dopdown-evz ul#wfmColumnsCustomizeUL,
.dopdown-evz ul#columnsCustomizeUL,
.dopdown-evz ul#list1ColumnsCustomizeUL {
    overflow-y: auto;
    height: 300px;
    right: 0;
}
.dopdown-evz ul#wfmColumnsCustomizeUL li a,
.dopdown-evz ul#columnsCustomizeUL li a,
.dopdown-evz ul#list1ColumnsCustomizeUL li a {
    margin: 3%;
    cursor: pointer;
}
.dopdown-evz ul#wfmColumnsCustomizeUL li:first-child a,
.dopdown-evz ul#wfmColumnsCustomizeUL li:last-child a,
.dopdown-evz ul#columnsCustomizeUL li:first-child a,
.dopdown-evz ul#columnsCustomizeUL li:last-child a,
.dopdown-evz ul#list1ColumnsCustomizeUL li:first-child a,
.dopdown-evz ul#list1ColumnsCustomizeUL li:last-child a {
    border-radius: 0;
}

.app-footer .versioninfo {
    font-size: 10px;
}
.app-footer .brand-name {
    cursor: pointer;
    text-decoration: none;
}

.wizard > .content {
    background: #fff;
}
.wizard > .content > .body {
    background: #fff;
}
#editid-form.wizard > .content {
    min-height: 27em;
}
#edit-exam-form.wizard > .content {
    min-height: 40em;
    overflow-y: auto;
}
#edit-exam-form.wizard > .steps > ul > li {
    width: 25%;
}
#merge-form.wizard > .steps > ul > li,
#editid-form.wizard > .steps > ul > li {
    width: 33.33%;
}
#editid-form .exchange-icon,
#edit-exam-form .exchange-icon {
    font-size: 19px;
    display: table;
    height: 52px;
    line-height: 149px !important;
    margin: 0px auto;
}
#edit-exam-form .exchange-icon {
    line-height: 507px !important;
}
#merge-form .sm-exchange-icon,
#editid-form .sm-exchange-icon,
#edit-exam-form .sm-exchange-icon {
    font-size: 20px;
    display: table;
    margin: 0px auto 10px auto;
}
.import-title.mgtp-2perc {
	margin-top: 15px !important;
}
.import-title-manual {
    background: none;
    color: #000;
    cursor: pointer;
}
.import-search-fields {
    width: 24.2% !important;
    float: left;
    margin-right: 1%;
    margin-bottom: 5px;
}
#searchPACSAMG {
    width: 24.2% !important;
    margin: 0;
    display: inline-block;
}
#searchDicomA, #searchWorklistAEE {
    width: 24.2% !important;
    float: right;
    margin-right: 2px;
}
.ft-17 {
    font-size: 17px !important;
}
.ft-700 {
    font-weight: 700;
}
.height-55 {
    height: 55px !important;
}
.height-59px {
    height: 59px !important;
}
div.edit-exam-confirm-first p, div.edit-exam-confirm p, div.edit-exam-confirm i,
div.edit-exam-confirm-arrows p, div.edit-exam-confirm-arrows i,
div.merge-exam-confirm-first p, div.merge-exam-confirm p, div.merge-exam-confirm i,
div.merge-exam-confirm-arrows p, div.merge-exam-confirm-arrows i {
    height: 18px;
}
.import-enable-disable {
    float: right;
    color: #fff;
    padding-top: 1%;
    cursor: pointer;
}
.wickedpicker {
    z-index: 100001;
    width: 204px !important;
}
.wickedpicker__controls__control-up:before {
    content: '\f077' !important;
    font-family: "FONT AWESOME 5 FREE" !important;
    font-weight: 900 !important;
}
.wickedpicker__controls__control-down:after {
    content: '\f078' !important;
    font-family: "FONT AWESOME 5 FREE" !important;
    font-weight: 900 !important;
}
#imagesTable td canvas {
    height: 60px;
}
.btns-div {
    display: inline-block;
    width: 100%;
}
#imagesTable > tbody > tr > td {
    min-height: 366px;
    display: inline-block;
    white-space: normal;
}
.border-red { border: 4px solid red; }
.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.border-right-rad-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.border-left-rad-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#tabLoading1 .disp-table p:nth-child(2),
#recordsLoading1 .disp-table p:nth-child(2),
#scheduleLoading1 .disp-table p:nth-child(2),
#scheduleLoading2 .disp-table p:nth-child(2),
#portalUpload1Loading .disp-table p:nth-child(2),
#pharmaciesListLoading .disp-table p:nth-child(2),
#examPinCardDownLoading .disp-table p:nth-child(2),
#workflowDiagramLoading .disp-table p:nth-child(2),
#patientPinCardDownLoading .disp-table p:nth-child(2),
#patientWalletsLoading1 .disp-table p:nth-child(2),
#examWalletsLoading1 .disp-table p:nth-child(2),
#uploadPreviewReportLoading .disp-table p:nth-child(2),
#unblockingPatientWhatsApp .disp-table p:nth-child(2),
#blockingPatientWhatsApp .disp-table p:nth-child(2),
#crtPatientLoading .disp-table p:nth-child(2),
#crtPrescLoading .disp-table p:nth-child(2),
#editPrescLoading .disp-table p:nth-child(2),
#crtRefLoading .disp-table p:nth-child(2),
#editRefLoading .disp-table p:nth-child(2) {
    width: 8px;
}
#tabLoading1 .disp-table p:nth-child(3),
#recordsLoading1 .disp-table p:nth-child(3),
#scheduleLoading1 .disp-table p:nth-child(3),
#scheduleLoading2 .disp-table p:nth-child(3),
#portalUpload1Loading .disp-table p:nth-child(3),
#pharmaciesListLoading .disp-table p:nth-child(3),
#examPinCardDownLoading .disp-table p:nth-child(3),
#workflowDiagramLoading .disp-table p:nth-child(3),
#patientPinCardDownLoading .disp-table p:nth-child(3),
#patientWalletsLoading1 .disp-table p:nth-child(3),
#examWalletsLoading1 .disp-table p:nth-child(3),
#uploadPreviewReportLoading .disp-table p:nth-child(3),
#unblockingPatientWhatsApp .disp-table p:nth-child(3),
#blockingPatientWhatsApp .disp-table p:nth-child(3),
#crtPatientLoading .disp-table p:nth-child(3),
#crtPrescLoading .disp-table p:nth-child(3),
#editPrescLoading .disp-table p:nth-child(3),
#crtRefLoading .disp-table p:nth-child(3),
#editRefLoading .disp-table p:nth-child(2) {
    margin-top: 3px;
    font-size: 14.4px;
}
#imagesTable.dataTable.display tbody tr:hover {
    background-color: #f9f9f9 !important;
    color: initial !important;
}
#refStatusLabel,
#docStatusLabel {
	width: 100%;
}
#crtPatientModal .select2-container {
    width: auto !important;
}
#crtPatientModal .select2-container--open .select2-dropdown--below {
    margin-left: 0px;
	width: 290px;
    border-radius: 0;
}
#crtPatientModal .dropdown {
    display: inline-block;
}
#addToHouseholdModal .select2-container--default .select2-selection--single {
	border-radius: 0px !important;
}
#sortable1 li, #sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
}
.ui-datepicker-calendar .ui-state-default {
    cursor: default;
}
.fa-angle-double-right.export-right {
    font-size: 20px;
    display: table;
    margin: 150px auto 0 auto;
}
#preReportGenModal .fa-angle-double-right.export-right {
    font-size: 20px;
    display: table;
    margin: 90px auto 0 auto;
}
.mg-7px-imp {
    margin: 7px !important;
}
.controls {
    height: 55px;
}
#patientId,
#studyAccNumber {
	border-left: none !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    white-space: break-spaces;
}
.patient-id-mob-1 {
    margin-left: 1%;
}
label.checkbox-serie {
    position: absolute !important;
    left: 0px;
    top: 0px;
}
.pos-relative {
    position: relative;
}
.nav-tabs>li.active>div.disp-inline>a,
.nav-tabs>li.active>div.disp-inline>a:focus,
.nav-tabs>li.active>div.disp-inline>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > div.disp-inline > a {
    border-radius: 0;
    border: 0;
}
.caret {
	float: right;
    margin-top: 8px !important;
}
.txt-nowrap {
    text-wrap: nowrap !important;
}
#patActivitySearchDate {
    position: absolute;
    z-index: 1;
    right: 46px;
    width: 100px;
}
#div-wfm-studies .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	border-radius: 0px;
}
.swal2-html-container {
    font-weight: 600 !important;
    font-size: 12px !important;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 13px;
    padding-top: 6px;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
    font-size: 13px;
    padding-top: 6px;
}
#helpModal .faqsSection,
#helpModal .contactsSection,
#helpModal .licenseSection,
#helpModal .helpFormSection {
    overflow-y: auto;
}
#helpModal .licenseSection .logoImage {
    max-width: 166px;
    width: auto;
    height: auto;
    margin: 0 1rem 0 0;
    float: right;
}
.border-0 {
    border: none !important;
}
.width-25perc {
    width: 25%;
}
.width-75perc {
    width: 75%;
}
svg.aboutPortalSVG {
    height: 20px;
    margin-right: 7px;
}
svg.aboutPortalSVG path {
    font-size: 12px;
    font-weight: 700;
    fill: transparent !important;
    stroke: #333;
}
#helpModal .licenseSection img.npeniso-ce-img {
    float: left;
    margin: 0;
    height: 50px;
}
#helpModal .licenseSection p.cemark-md-login-2 {
    width: 96%;
    float: left;
    margin-left: 4%;
    font-size: 8px;
}
#helpModal .licenseSection img.npeniso-img {
    float: left;
    margin: 0;
    height: 65px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #505050 !important;
}
.ui-datepicker {
    z-index: 100002 !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	width: 2em;
	height: 2em;
    cursor: default;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 8px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 3px;
}
.ui-datepicker .ui-datepicker-next {
	right: 3px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 3px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 3px;
}
.resendShareExBtn:hover {
	background-color: #3b8dba !important;
    border: 1px solid #3b8dba !important;
}
.disableShareExBtn i  {
	display: none;
} 
.disableShareExBtn {
	padding: 3px 15px;
    height: 27px;
} 
.resendShareExBtn i  {
	display: none;
} 
.resendShareExBtn {
    padding: 3px 15px;
    height: 27px;
}
.col-auto {
    flex: 0 0 auto;
    min-width: 35%;
}
.col-auto2 {
    flex: 0 0 auto;
    min-width: 15%;
}
.col2 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 50%;
}
.row2 {
    display: flex;
	flex-wrap: wrap;
    align-items: center !important;
    margin-top: 15px;
    margin-bottom: -15px;
}
.ico2 svg {
    height: 25px;
}
.progress2.patient {
    border: 1px solid #00860D;
}
.bg-patient {
    background-color: #00860D !important;
}
.progress2.doctor2 {
    border: 1px solid #555555;
}
.bg-doctor2 {
    background-color: #555555 !important;
}
.progress2.prescribing-entity {
    border: 1px solid #f121ff;
}
.bg-prescribing-entity {
    background-color: #f121ff !important;
}

#wfmTable tbody tr:hover:not(.group):not(.wfmSeriesTR) td .svgInsideBtntd,
#wfmTable tbody tr.selected td .svgInsideBtntd {
    fill: #fff;
}
#sharedExamsTable_wrapper .dataTables_scroll div.dataTables_scrollBody,
#hcareAppAutoLgTkTable_wrapper .dataTables_scroll div.dataTables_scrollBody,
#portalUploadTable_wrapper .dataTables_scroll div.dataTables_scrollBody {
    box-shadow: none !important;
}
div.dataTables_wrapper div.dataTables_info {
	margin-left: 12px;
    font-weight: bold;
}
#profile-details-1 {
    height: 100vh;
    padding-right: 0;
}
#profile-details-1.prescribing-entity-1 {
    height: auto !important;
}
#profile-block {
    padding-right: 0;
}
#profile-details-1 .list-unstyled {
	margin-top: 15px;
}
#viewReleaseNotesBtn:hover {
	color: #fff !important;
	text-decoration: none;
    font-weight: bold;
}
.overflow-y-auto {
    overflow-y: auto;
}
.patient-profile-acc {
    min-height: 78vh;
}
.patient-profile-acc h5{
	text-align: center;
}
.add-household,
.switch-user-household {
    width: 100%;
    top: 13.125rem;
    left: 1.813rem;
    height: 2.5rem;
}
.noneHouseholdBtn {
	display: block !important;
	margin-right: auto;
	margin-left: auto;
	width: fit-content !important;
}
.noneHousehold,
.noPortalUploadToken,
.noPharmacy,
.accPermissionsH1,
.hcareAppStatsH1 {
    line-height: 20px;
    text-align: center;
    font-size: 16px !important;
    text-transform: none !important;
    margin-top: 5px;
}
h1.noPortalUploadToken,
h1.noPharmacy {
    padding: 0px 10px;
}
.alert-error-icon,
.alert-none-household-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 5.5rem;
    height: 5.5rem;
}
.alert-none-portal-upload-icon,
.alert-none-pharmacies-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 8rem;
    height: 8rem;
}
.alert-none-household-icon path:nth-of-type(1),
.alert-none-portal-upload-icon path,
.alert-none-pharmacies-icon path {
    fill: #def8ff;
}
.alert-none-household-icon path:nth-of-type(2) {
    fill-rule: evenodd;
    stroke-width: 0px;
    fill: #7a8892;
}
.alert-none-household-icon path:nth-of-type(3) {
    fill-rule: evenodd;
    stroke-width: 0px;
}
.alert-none-household-icon path:nth-of-type(4) {
    fill: #000000;
}
.patientHousehold,
.impersonateHousehold {
    margin-top: 10px;
}
.household {
    display: flex;
    align-items: center;
    padding: 4px 0;
    width: 100%;
	cursor: pointer;
}
.pat-specs .household-type-patient:first-child {
    margin-top: -12px !important;
}
.pat-specs .household-type-patient .fa.fa-caret-right {
    margin: 0 5px 0 10px;
}
.person-icon {
    height: 100%;
    max-height: 100%;
    border-radius: 50%;
    float: left;
    width: 30px;
    margin-left: 5px;
}
.household-info {
    float: left;
    margin-left: 10px;
    width: 80%;
}
.household-name {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: left !important;
}
.household-id {
    margin-bottom: 0px;
    text-align: left !important;
}
.household-remove-icon {
    color: #B00000;
    text-align: right;
    width: 10%;
    margin-right: 5px;
    display: none;
    cursor: pointer;
}
.household.householdManagedByMe:hover .household-remove-icon {
    display: block;
}
.household.householdManageMe {
    cursor: default;
}
#patientExamsTable tbody tr:hover,
#patientDocumentsTable tbody tr:hover,
#patientAnalysisTable tbody tr:hover,
#patientScheduleTable tbody tr:hover,
#patientSharedExamsTable tbody tr:hover,
#referPhysiciansPermsTable tbody tr:hover {
	background: #f3f3f3 !important;
	color: #333;
}
#patientExamsTable tbody tr:not(:hover) .show-hide-menus {
	display: none;
}
#patientExamsTable tbody tr:not(:hover) .show-hide-menus:hover {
	display: block;
}
#patientExamsTable tbody tr td:nth-child(1),
#patientAnalysisTable tbody tr td:nth-child(1),
#patientDocumentsTable tbody tr td:nth-child(1),
#patientSharedExamsTable tbody tr td:nth-child(1) {
	width: 5%;
}
#patientExamsTable tbody tr td:nth-child(2),
#patientExamsTable tbody tr td:nth-child(4),
#patientDocumentsTable tbody tr td:nth-child(2),
#patientDocumentsTable tbody tr td:nth-child(3) {
	width: 40%;
}
#patientExamsTable tbody tr td:nth-child(3),
#patientAnalysisTable tbody tr td:nth-child(3),
#patientDocumentsTable tbody tr td:nth-child(4),
#patientSharedExamsTable tbody tr td:nth-child(5) {
	width: 15%;
    padding-left: 5px;
}
#patientAnalysisTable tbody tr td:nth-child(2) {
	width: 80%;
}
#patientSharedExamsTable tbody tr td:nth-child(2),
#patientSharedExamsTable tbody tr td:nth-child(3) {
	width: 30%;
}
#patientSharedExamsTable tbody tr td:nth-child(4) {
	width: 10%;
}
.toggle-handle {
    margin: 0 !important;
    border-radius: 0 !important;
    background: #fafafa !important;
    border: none;
    height: 33px;
}
.toggle-handle:hover {
    background: #fafafa;
    border: none;
}
.toggle-group {
	background: #fff;
}
.toggle.btn {
    min-width: 59px;
    min-height: 34px;
    border-radius: 7px !important;
}
.warning-info {
    width: 85%;
}
.warning-info span {
    overflow-wrap: anywhere;
}
.check-circle-icon, .warning-info {
    align-content: center;
}
.warning-green.animated.tada {
    animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
}
.warning-green .icon-warning {
    background-color: rgba(0, 134, 13, 0.14);
    border-right: 1px solid #00860d;
    width: 15%;
    align-content: center;
    text-align: center;
    color: #00860d;
    display: grid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.warning-green .warning-info {
    background-color: rgba(116, 204, 125, 0.15);
    padding-top: 1%;
}
.warning-yellow .warning-info {
    background-color: rgba(234, 211, 143, 0.15);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.warning-yellow .icon-warning {
    background-color: rgb(255 193 7 / 13%);
    border-right: 1px solid #ffbf00;
    width: 15%;
    align-content: center;
    text-align: center;
    color: #ffbf00;
    display: grid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.warning-blue .warning-info {
    background-color: rgba(12, 125, 186, 0.15);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.warning-blue .icon-warning {
    background-color: rgb(12 125 186 / 13%);
    border-right: 1px solid #0c7dba;
    width: 15%;
    align-content: center;
    text-align: center;
    color: #0c7dba;
    display: grid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.warning-info-box {
	border-top: 1px solid #ddd;
}
.noAlerts {
	margin-top: 10px;
}
.noneAlerts {
    line-height: 20px;
    text-align: center;
    font-size: 16px !important;
    text-transform: none !important;
}
.noneInfo {
    /* line-height: 20px; */
    text-align: center;
    font-size: 14px !important;
    text-transform: none !important;
    margin: 0;
}
#medication-block {
    margin-top: 10px;
    margin-bottom: 10px;
}
#account-disable-block {
    padding-right: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#account-disable-block .disAccountDiv1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
#patientExamsTable .total-imgs p,
.timeline .total-imgs p {
	vertical-align: middle;
    display: contents;
}
.width-8px {
    width: 8px;
}
.tagify__input {
	font-style: italic;
}
.tagify--focus {
    background-color: rgba(51, 122, 183, 0.08);
}
.shareExamExpDateDiv,
.shareExam2ExpDateDiv {
    font-style: italic;
    font-size: 10px;
}
.badge {
    background-color: #b1b9c0;
}
.dropdown-menu-right {
    right: 0 !important;
    right: auto;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#modifyPwdRulesUL {
    list-style-type: none;
}
#modifyPwdRulesUL li::before {
    content: "\2022";
    font-family: "FONT AWESOME 5 FREE";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #B00000;
}
#modifyPwdRulesUL .green-circle::before {
    content: "\f00c";
    color: #00860D;
}
#modifyPwdRulesUL .red-circle::before {
    content: "\2022";
    color: #B00000;
}
#examPinCard,
#patientPinCard {
    width: 350px;
    display: table;
    margin: 0 auto;
}
#patCardOps #downloadPatientPINCardBtn {
    background-color: #00860D;
    color: #fff;
    border: 0px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
    padding: 4px 10px;
    font-size: 12px;
    width: 50%;
    float: left;
}
#patCardOps #printPatientPINCardBtn {
    background-color: #00860D;
    color: #fff;
    border: 0px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 4px 10px;
    font-size: 12px;
    width: 100%;
    float: left;
}
@keyframes ring {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}
.fa-bell.ring {
    animation: ring 0.7s ease-in-out 7;
    transform-origin: top center;
}
.flexigrid .tools .btnEchoApp i.fa.fa-wifi,
.flexigrid .tools .btnToggleModality i.fas.fa-sliders-h {
    cursor: pointer;
    float: right;
    margin-left: 5px;
    display: block;
}
#portal-customization-wizard #previewClField7,
#portal-customization-wizard #previewClField8,
#portal-customization-wizard #previewClField83,
#portal-customization-wizard #previewClField84,
#portal-customization-wizard #previewClField108,
#portal-customization-wizard #previewClKiuboAPI,
#portal-customization-wizard #previewClField97,
#portal-customization-wizard #previewClField105,
#portal-customization-wizard #previewClField106,
#portal-customization-wizard #previewClField87,
#portal-customization-wizard #previewClField93,
#portal-customization-wizard #previewClField94,
#portal-customization-wizard #previewClField114,
#portal-customization-wizard #previewClField115,
#portal-customization-wizard #previewClField120,
#portal-customization-wizard #previewClField15,
#portal-customization-wizard #previewClField16,
#portal-customization-wizard #previewClField23,
#portal-customization-wizard #previewClField25,
#portal-customization-wizard #previewClField28,
#portal-customization-wizard #previewClField71,
#portal-customization-wizard #previewClField126,
#portal-customization-wizard #previewClField144,
#portal-customization-wizard #previewclField127,
#portal-customization-wizard #previewclField128,
#portal-customization-wizard #previewClField131,
#portal-customization-wizard #previewClField157,
#portal-customization-wizard #previewClField156,
#portal-customization-wizard #previewClField163,
#portal-customization-wizard #previewClField165,
#portal-customization-wizard #previewClField180,
#portal-customization-wizard #previewClField180-2,
#portal-customization-wizard #previewWebpageStores {
    height: 21px;
    padding: 1px 8px;
    font-size: 12px;
    margin: 0px 5px;
}
#whatsAppRepliesBox {
    max-height: 500px;
    overflow-y: auto;
}
#whatsAppRepliesBox .chatBubble {
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 10px;
    font-size: 14px;
    word-wrap: break-word;
}
#whatsAppRepliesBox .chatBot {
    background-color: #e5e5ea;
    align-self: flex-start;
    text-align: left;
}
#whatsAppRepliesBox .chatTimestamp {
    display: block;
    font-size: 11px;
    font-style: italic;
    color: #666;
    margin-top: 3px;
}
#whatsAppRepliesBox .chatMessageId {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 0px;
    word-wrap: break-word;
    display: block;
}
#failPatTable_wrapper table .filters input#creationFromDate,
#failPatTable_wrapper table .filters input#creationToDate,
#failRefTable_wrapper table .filters input#creationFromDate,
#failRefTable_wrapper table .filters input#creationToDate,
#recTable_wrapper table .filters input#creationFromDate,
#recTable_wrapper table .filters input#creationToDate,
#pinsTable_wrapper table .filters input#pinFromDate,
#pinsTable_wrapper table .filters input#pinToDate,
#smartCardPrintJobsTable_wrapper table .filters input#scJobFromDate,
#smartCardPrintJobsTable_wrapper table .filters input#scJobToDate {
    width: 48%;
}
#failPatTable_wrapper table .filters span#creationSeparator,
#failRefTable_wrapper table .filters span#creationSeparator,
#recTable_wrapper table .filters span#creationSeparator,
#pinsTable_wrapper table .filters span#pinSeparator,
#smartCardPrintJobsTable_wrapper table .filters span#jobSeparator {
    width: 4%;
    display: inline-block;
    text-align: center;
}
#preReportGenModal #repGenDocPwdTooltip {
    background-color: black;
    color: white;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
    margin: 5px 0px 5px 5px;
}
#preReportGenModal #repGenDocPwdTooltip.show {
    display: inline-block !important;
    visibility: visible;
    opacity: 1;
}
#seriesTable input[type=checkbox] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-left: 5px;
}
i.far.fa-clipboard.qc-copy {
    color: #0c7dba;
}
#qcExamModal {
    .compare-container {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: wrap;
    }
    .compare-column {
        flex: 1;
        background: #f9fafb;
        padding: 1rem;
        border-radius: 8px;
        max-height: 500px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }
    .compare-column h3 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e8f0;
    }
    .divider {
        width: 2px;
        background: repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 6px,
            #ccc 6px,
            #ccc 12px
        );
        flex-shrink: 0;
    }
    .exam-info ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .exam-info li {
        margin: 0.3rem 0;
        font-size: 1rem;
    }
    .exam-info strong {
        color: #0c7dba;
    }
    .treeview,
    .treeview ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .caret {
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-weight: 600;
        color: #0c7dba;
        float: left;
        width: 100%;
        height: 31px;
    }
    .caret::before {
        content: "▶";
        color: #555;
        font-size: 0.8rem;
        transition: transform 0.2s;
    }
    .caret-down::before {
        transform: rotate(90deg);
    }
    .nested {
        display: none;
        margin-left: 1.2rem !important;
        padding-left: 0.5rem !important;
    }
    .nested.active {
        display: block;
    }
    .nested li {
        margin: 0.3rem 0;
        color: #333;
        font-size: 1rem;
    }
    li.label-yellow {
        background-color: #D1D119;
    }
    .series-missing {
        background-color: #D1D119;
        border: 1px dashed #D1D119;
        border-radius: 6px;
        padding: 8px 12px;
        margin: 6px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        height: 255px;
    }
    .series-missing .missing-uid {
        font-size: 0.8em;
        color: #555;
        margin-left: 8px;
    }
}
#crtNotModal span.select2-selection.select2-selection--multiple {
    border: 0 !important;
}
#crtNotModal li.select2-search.select2-search--inline {
    height: 30px !important;
    line-height: 30px !important;
}
#crtNotModal ul.select2-selection__rendered {
    border-radius: 10px !important;
    height: 32px;
    overflow-y: auto;
}
#crtNotModal input.select2-search__field {
    width: 100% !important;
    border: 0 !important;
    margin: 0;
    height: 30px !important
}
#notifications-list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: var(--scroll-padding, 0);
    padding-bottom: 2px;
    transition: padding-right 0.2s ease;
}

.pharmaciesList {
    overflow-y: auto;

    .farmacia {
        background: #F6F6F6;
        padding: 15px;
        padding-top: 0;
        border-radius: 10px;
        margin-bottom: 10px !important;
    }
    .farmacia .titulo {
        display: block;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        color: #fff;
        padding: 6px;
        padding-left: 10px;
        margin: -15px;
        background: #0c7dba;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        height: 30px;
    }
    .infoFarmacias {
        display: inline-block;
        width: 100%;
    }
    .infoFarmacias p {
        font-weight: bold;
        color: #c30000;
        width: 60%;
        float: left;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .maisInfo {
        float: right;
        margin: 0;
        padding: 6px 12px;
        background: #0c7dba;
        border-radius: 10px;
        height: 30px;
    }
    .maisInfo a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
    }    
}


@media (max-width: 1024px) {
	.myaccount-content-div3 {
		display: inline-grid;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.myaccount-content-div3 b {
		width: 100%;
		text-align: center;
	}
    .profile-idle-label {
        width: 100% !important;
    }
	.myaccount-content-div3 div {
		width: 100%;
		text-align: center;
	}
	ul.list-unstyled li {
		text-align: center;
	}
    ul.list-unstyled.pat-info li {
		text-align: left;
	}
    .controls {
		height: 50px;
	}
}

@media (max-width: 917px) {
	.disp-flex-profile .profile-supusr-label {
		font-size: 10px;
		padding-left: 4px;
	}
}

@media (max-width: 775px) {
	.disp-flex-profile .profile-supusr-label {
		padding-left: 1px;
	}
}

/* @media (max-width: 774px) {
	.disp-flex-profile .profile-supusr-label {
		padding-left: auto;
		font-size: 11px;
	}
} */

@media screen and (min-width: 641px) {
    .timeline:before {
        left: 30px;
    }
    .timelineGroup {
        padding-top: 55px;
    }
    .timelineBox {
        padding-left: 80px;
    }
    .timelineBox:before {
        top: 50%;
        transform: translateY(-50%);  
    }
    .timelineDate {
        top: 65%;
        margin-top: -27px;
    }
}

@media screen and (max-width: 640px) {
    .timeline:before {
        left: 0;
    }
    .timelineGroup {
        padding-top: 40px;
    }
    .timelineBox {
        padding-left: 20px;
        padding-top: 35px;
    }
    .timelineBox:before {
        top: 90px;
    }
    .timelineDate {
        top: 0;
    }
}

@media (max-width: 620px) {
	#downloadAppGoogle1,
	#downloadAppAppstore1 {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    html{
        font-size: 62.5%;
    }
}

@media only screen and (max-width: 800px) {
    .flat-green .navbar.navbar-inverse .navbar-nav > li > .dropdown-toggle {
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 55%;
    }
    .pat-line-allergy-div {
		width: 60%;
		align-content: center;
		text-align: left;
		padding-left: 8px;
	}
	.pat-line-allergy {
		width: 30%;
		border-right: 1px solid #ddd;
		padding: 0px 5px;
		align-content: center;
		text-align: left;
	}
	.pat-line-allergy b{
		font-size: 12px;
	}
	.pat-line-div {
		width: 75%;
		align-content: center;
		text-align: left;
		padding-left: 8px;
	}
	.pat-line {
		width: 15%;
		border-right: 1px solid #ddd;
		padding: 0px 8px;
		align-content: center;
		text-align: left;
	}
	.app-container .content-container .side-body.padding-top h4,
    .app-container .content-container .side-body.padding-top h2 {
		font-size: 14px;
	}
	.p-with-h4-prop {
		font-size: 14px;
		margin-top: 2px;
	}
    #profile-details-1 {
        height: auto;
    }    
}

@media screen and (min-width: 361px) {
    .footer__container{
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 360px) {
    .melnik909{
        display: none;
    } 
}

@media only screen and (min-width: 1200px) {
    #homecard-1>div:nth-child(4), #homecard-1>div:nth-child(3), #homecard-1>div:nth-child(2) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #homecard-1>div{
        padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .card .card-header .card-title .title{
        font-size: 1.2em !important;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar {
        padding-left: 0;
    }
    .navbar .navbar-header {
        width: auto;
        display: block;
    }
    .navbar .navbar-nav > li {
        display: inline-block;
    }
    .navbar .navbar-right .open .dropdown-menu {
		position: absolute;
    }
    .navbar .navbar-right.expanded {
        right: 0;
    }
    .app-container .navbar-top {
        min-width: 300px;
    }
    .app-container .content-container .side-menu {
        margin-left: -300px;
        width: 0px;
    }
    .app-container .content-container .side-body {
        margin-left: 0;
    }
    .app-container.expanded .navbar-top {
        min-width: 480px;
        padding-left: 0px;
    }
    .app-container.expanded .side-menu {
        margin-left: 0px;
        width: 250px;
    }
    .app-container.expanded .side-body {
        margin-left: 10px;
    }
    .app-container .app-footer .wrapper,
    .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }
    .app-container .content-container {
        margin-bottom: 20px;
    }
    .app-container .app-footer .wrapper, .app-container.expanded .app-footer .wrapper {
        text-align: center;
    }

    #docsPlusInfo .span-docdate{
        display: none;
    }
    .pat-line-allergy-div {
		width: 50%;
		align-content: center;
		text-align: left;
		padding-left: 8px;
	}
	.pat-line-allergy {
        width: 40%;
        border-right: 1px solid #ddd;
        padding: 0px;
        align-content: center;
        text-align: left;
    }
	.pat-line-div {
        width: 68%;
        align-content: center;
        text-align: left;
        padding-left: 8px;
    }
	.pat-line {
        width: 22%;
        border-right: 1px solid #ddd;
        padding: 0px;
        align-content: center;
        text-align: left;
    }
    .viewExamBtn, .shareBtn, .downloadBtn, .viewReportBtn, .viewBookletBtn, .deleteMedicationBtn, .viewDocuments1Btn, .viewDocuments2Btn, .resendShareBtn, .disableShareBtn {
		margin-top: 3px;
	}
	.viewAnalysisBtn, .downloadAnalysisBtn, .viewDocs1Btn, .downloadDocs1Btn, .resendShareBtn, .disableShareBtn {
		margin-top: 3px;
	}
	.timelineBtns {
		justify-content: right;
		width: 100%;
	}
	.timelineContent2 {
		width: 100%;
		margin-left: 44px;
	}
	.timelineContent {
		width: 100%;
	}
	.timelineDocBtns {
		justify-content: right;
		width: 100%;
	}
	.timelineDocContent2 {
		width: 100%;
		margin-left: 34px;
	}
	.timelineDocContent {
		width: 100%;
	}
    #patientExamsTable tbody tr:not(:hover) .show-hide-menus {
		display: block;
	}
	.timelineBox:not(:hover) .timelineBtns .show-hide-menus {
		display: block;
	}
	.patient-account-all .patient-profile-acc {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 863px) {
    .minwidth-200-th, .minwidth-235-th{
        min-width: 120px;
    }
    tbody>tr>td>button>.iconInsideBtn {
        margin-right: 0;
    }
    .card.summary-inline .card-body .content .sub-title-general{
        font-size: 81%;
    }
    .card.summary-inline .card-body i{
        font-size: 2em;
    }
}

@media only screen and (max-width: 820px) {
    .pat-line-allergy-div {
		width: 45%;
		align-content: center;
		text-align: left;
		padding-left: 8px;
	}
	.pat-line-allergy {
        width: 45%;
        border-right: 1px solid #ddd;
        padding: 0px;
        align-content: center;
        text-align: left;
        word-break: break-word;
    }
	.pat-line-allergy b{
		font-size: 11px;
	}
	.pat-line-div {
        width: 60%;
        align-content: center;
        text-align: left;
        padding-left: 8px;
    }
	.pat-line {
        width: 30%;
        border-right: 1px solid #ddd;
        padding: 0px;
        align-content: center;
        text-align: left;
        word-break: break-word;
    }
    .app-container .content-container .side-body.padding-top h1 {
		font-size: 14px;
	}
	.app-container .content-container .side-body.padding-top h4,
    .app-container .content-container .side-body.padding-top h2 {
		font-size: 14px;
	}
	.p-with-h4-prop {
        font-size: 12px;
        margin-top: 2px;
	}
    #account-permissions-2-block .p-with-h4-prop {
        margin-top: -6px;
        width: 65%;
        line-height: 15px;
        position: absolute;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
	.household-view-icon {
		margin-right: -25px !important;
	}
}

/* small screen */
@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px !important;
    }
    #docsPlusInfo .span-docdate {
        display: block;
    }
    #patientStudies{
        padding-right: 0;
    }
    .row .dicom-tags-template{
        border: 1px solid #ccc;
    }

    .modal-larger {
        width: auto !important;
    }
    .pat-specs-modal .modal-body i {
        margin: 0% auto 6% auto;
    }
    #addPathologyModal .modal-body .col-sm-4,
    #addAllergyModal .modal-body .col-sm-4,
    #addMedicationModal .modal-body .col-sm-4,
    #addPhysicalActModal .modal-body .col-sm-4,
    #addBiometricModal .modal-body .col-sm-4 {
        display: none;
    }
    #addPathologyModal .modal-body .col-sm-8,
    #addAllergyModal .modal-body .col-sm-8,
    #addMedicationModal .modal-body .col-sm-8,
    #addPhysicalActModal .modal-body .col-sm-8,
    #addBiometricModal .modal-body .col-sm-8 {
        border-left: none;
    }
    #patientExamsRefresh span, #patActRefresh span, #patientDocumentsRefresh span, #patientAnalysisRefresh span, #patientNewSchedule span, #patientScheduleRefresh span, #patientSharedExamsRefresh span, #referPhysiciansPermsRefresh span,
    #patientRecordsRefresh span, #cadminRecordsRefresh span, #cadminAccessRefresh span, #patientTimelineRefresh span, #chartResetBtn span, #patientPortalUploadRefresh span, #pharmaciesRefresh span {
        display: none !important;
    }
    #chartResetBtn i {
        margin-right: 0 !important;
    }
    #patientExamsSearch, #patientDocumentsSearch, #patientScheduleSearch, #patientTimelineSearch, #patientSharedExamsSearch, #patActSearchDate, #cadminRecordsSearch, #cadminAccessSearch, #patientAnalysisSearch, #referPhysiciansPermsSearch, #pharmacyLocSel {
        width: 80px !important;
    }
    .download-exam-checks {
        height: auto !important;
    }
    svg.upload-doc-icon {
        margin: 0% auto 8% auto;
    }
    #uploadDocument .col-sm-8.border-lft-ddd {
        border: none;
        margin-top: 4%;
    }
    #profile-details-1 {
        padding-left: 15px;
    }
    #biometric-0-data-block {
        padding-right: 0;
    }
	#biometric-0-data-block #pathologies-data-block {
        padding-bottom: 10px;
    }
	#biometric-0-data-block #allergies-data-block {
        padding-bottom: 10px;
        padding-right: 15px !important;
    }
	#biometric-0-data-block #physactivity-data-block {
        padding-bottom: 10px;
        padding-right: 15px !important;
        padding-left: 0;
    }
    #biometricChartArea {
        padding-top: 10px;
    }
    .patient-profile-acc {
        min-height: 0 !important;
        margin-bottom: 12px;
    }
  	#patientExamsTable tbody tr td:nth-child(2),
	#patientDocumentsTable tbody tr td:nth-child(2){
		min-width: 300px;
	}
}
/* Card */

.card {
    min-height: 100px;
    background-color: #FFF;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}
.card .card-body {
    padding: 15px;
}
.card .card-body .sub-title {
    font-size: 1.2em;
    padding: 1.2em 0em 0.4em 0em;
    margin-bottom: 25px;
}
.card .card-body .sub-title .description {
    padding-left: 0.4em;
    font-size: 0.8em;
    opacity: 0.8;
}
.card .card-body.half-padding {
    padding: 12.5px;
}
.card .card-header .card-title {
    padding: 1.2em 25px;
    float: left;
}
.card .card-header .card-title .title {
    font-size: 1.5em;
    text-decoration: none;
}
.card .card-header .pull-right {
    padding: 0.5em 1em;
}
.card .card-header:after {
    content: '';
    display: block;
    clear: both;
}
.card .card-profile-img img {
    width: 100%;
    height: auto;
}
.card .card-jumbotron {
    padding: 1.5em 1.5em;
}
.card:hover .card-header .title {
    text-decoration: none !important;
}
.card.summary-inline .card-body {
    padding: 20px 10px;
}
.card.summary-inline .card-body .content {
    float: left;
    width: 100%;
}
.card.summary-inline .card-body .content.c-detail {
    margin-top: 14px;
    margin-left: 25px;
}
.card.summary-inline .card-body .content .title {
    font-size: 2.0rem;
    text-align: left;
}
.card.summary-inline .card-body .content.c-detail .sub-title {
    font-size: 0.9em;
}
.card.summary-inline .card-body .content .sub-title {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}
.card.summary-inline .card-body .content .title-general {
    margin-top: -0.3em;
    font-size: 100%;
    text-align: right;
}
.card.summary-inline .card-body .content .sub-title-general {
    font-size: 84%;
    font-style: italic;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}
.card.profile .card-body {
    padding: 0.5em 0.8em;
}
.card.profile .card-footer {
    padding: 0.5em 0.8em;
}
.panel {
    border-radius: 0;
	box-shadow: none !important;
}
.panel .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 15px;
}
.chart {
    padding: 15px;
}
.chart.no-padding {
    padding: 0;
    margin-bottom: -5px;
}
.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 1px;
    border-width: 1px;
}
.btn-group-lg > .btn,
.btn-group-lg > .btn-lg {
    border-radius: 1px;
}
.progress {
    border-radius: 1px;
    box-shadow: none;
}
.progress .progress-bar {
    box-shadow: none;
}
.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}
textarea[disabled] {
    cursor: default;
    background-color: rgb(58 74 88 / 8%);
	border: none !important;
	opacity: 1;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16) !important;
}
.select2-selection {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #D5D5D5 !important;
    font-size: 12px !important;
    height: 32px !important;
}
#addToHouseholdModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
    max-width: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px !important;
	max-width: 138px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    border-radius: 0px !important;
}
.dataTables_wrapper .select2-selection {
    height: 24px !important;
    line-height: 24px;
}
.border-right-radius-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.border-left-radius-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.bs-example-modal .modal {
    z-index: 100;
    position: relative;
    display: block;
}
.modal,
#doctorInstitutionFilters {
    z-index: 100001;
}
.modal#logoutTimeoutModal {
    z-index: 100002;
}
.modal-larger {
    width: 70%;
}
.modal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.modal-backdrop {
    z-index: 100000;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.alert .close {
    font-size: 17px;
}
.list-group .badge {
    border-radius: 1px;
}
.list-group .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.list-group .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.checkbox3,
.radio3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.checkbox-inline {
    margin-bottom: 5px;
}
.checkbox3 label,
.radio3 label {
    padding: 8px 0 8px 30px;
}
.checkbox3 label::before,
.radio3 label::before {
    top: 5px;
}
.checkbox3 label::after,
.radio3 label::after {
    top: 5px;
}
.checkbox3 label,
.radio3 label,
.checkbox-inline,
.radio-inline {
    font-weight: normal;
}
.bootstrap-switch {
    border-radius: 1px;
}
.thumbnail {
    border-radius: 1px;
    padding: 0;
}
.thumbnail .caption {
    padding: 0.5em 1.2em;
}
.thumbnail .caption .h1,
.thumbnail .caption .h2,
.thumbnail .caption .h3,
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3 {
    margin-top: 15px;
}
.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 270px;
    z-index: 1000;
    background: #263648;
}
.sidebar-footer a {
    padding: 10px 0 7px;
    text-align: center;
    width: 33.3%;
    font-size: 17px;
    display: block;
    float: left;
    background: #263648;
    color: #fff !important;
    cursor: pointer;
}
.sidebar-footer a:hover {
    background: #546a83;
}
tr td a {
    color: #333;
}
tr td a:hover,
tr td a:focus {
    color: #b0e0e6;
    text-decoration: underline;
}
.dataTables_wrapper .top {
    margin-bottom: 6px;
    position: relative;
}
.dataTables_wrapper .bottom {
    margin-top: 6px;
}
.dataTables_wrapper .top:after,
.dataTables_wrapper .bottom:after {
    position: relative;
    clear: both;
    display: block;
    content: '';
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0;
	background: transparent;
}

.code-preview {
    width: 100%;
    min-height: 400px;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-radius: 0;
    border-top: 0;
}
.tab-content > div {
    padding: 20px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left,
.tabs-right {
    display: table;
}
.tabs-left > .nav-tabs {
    display: table-cell;
    margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}
.tabs-right > .nav-tabs {
    display: table-cell;
    margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
}
.tab:after {
    content: '';
    display: block;
    clear: both;
}
.step .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.step .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.step .nav-tabs > li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.step .nav-tabs > li {
    border-right: 0;
}
.step .nav-tabs > li > a {
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border-bottom: 0;
}
.step .nav-tabs > li > a .icon {
    font-size: 2.5em;
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}
.step .nav-tabs > li > a .step-title {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.step .nav-tabs > li > a .step-title .title {
    font-weight: bold;
    font-size: 1.1em;
}
.step .nav-tabs > li > a .step-title .description {
    font-size: 0.9em;
}
.step .nav-tabs > li > a:hover {
    border-bottom: 0;
}
.step .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, -50%);
    z-index: 100001;
}
.step .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 100000;
}
.step .nav-tabs > li.active > a,
.step .nav-tabs > li.active > a:focus,
.step .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}
.step .nav-tabs > li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.step .nav-tabs > li:last-child:before,
.step .nav-tabs > li:last-child:after {
    display: none;
}
.step .tab-content > div {
    padding: 0;
}
.step.card-no-padding .nav-tabs {
    margin-bottom: 0px;
}
.step.card-no-padding .nav-tabs > li {
    border-radius: 0;
}
.step.card-no-padding .tab-content > div {
    padding: 20px;
}
.step.tabs-left .tab-content {
    padding: 5px 15px;
    display: table-cell;
    vertical-align: top;
}
.step.tabs-left .tab-content > div {
    padding: 20px;
}
.step.tabs-left .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.step.tabs-left .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.step.tabs-left .nav-tabs > li:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.step.tabs-left .nav-tabs > li {
    border-right: 0px;
    min-width: 250px;
    display: table;
    width: 250px;
}
.step.tabs-left .nav-tabs > li > a {
    margin-right: 0;
    display: table-cell;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
}
.step.tabs-left .nav-tabs > li > a .icon {
    font-size: 2.5em;
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}
.step.tabs-left .nav-tabs > li > a .step-title {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.step.tabs-left .nav-tabs > li > a .step-title .title {
    font-weight: bold;
    font-size: 1.1em;
}
.step.tabs-left .nav-tabs > li > a .step-title .description {
    font-size: 0.9em;
}
.step.tabs-left .nav-tabs > li > a:hover {
    border-bottom: 0;
}
.step.tabs-left .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none;
}
.step.tabs-left .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none;
}
.step.tabs-left .nav-tabs > li.active > a,
.step.tabs-left .nav-tabs > li.active > a:focus,
.step.tabs-left .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}
.step.tabs-left .nav-tabs > li.active:after,
.step.tabs-left .nav-tabs > li.active:before {
    display: block;
}
.step.tabs-left .nav-tabs > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (max-width: 768px) {
    .modal-body .edit-account-form-group, .modal-body .edit-account-form-textarea{
        height: auto;
    }
    .step .nav-tabs > li:after {
        display: none;
    }
    .step .nav-tabs > li:before {
        display: none;
    }
}
.loader-container {
    display: none;
}
.loader .loader-container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
}
.loader:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 1px;
}
.pricing-table .pt-header {
    text-align: center;
    padding: 1em;
}
.pricing-table .pt-header .plan-pricing .pricing {
    font-size: 2.5em;
}
.pricing-table .pt-header .plan-pricing .pricing-type {
    opacity: 0.9;
}
.pricing-table .pt-body {
    padding: 1em;
    text-align: center;
}
.pricing-table .pt-body .plan-detail {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pricing-table .pt-footer {
    padding: 0.75em;
    text-align: center;
}
.icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icons-list > li {
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 8px;
}
.icons-list > li span {
    display: block;
}
.icons-list > li .glyphicon {
    font-size: 1.5em;
}
.icons-list > li .glyphicon-class {
    margin-top: 8px;
    font-size: 0.75em;
}
.icons-list:after {
    content: '';
    display: block;
    position: relative;
    clear: both;
}
.row.example > [class*='col-'] > div {
    background-color: #EEE;
    padding: 10px;
    border: 1px solid #DDD;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
    font-family: "FONT AWESOME 5 FREE";
    font-weight: 900;
    content: '\f105';
    margin-right: 3px;
}
.message-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.message-list > a > li {
    border-bottom: 1px dotted #EEE;
    padding: 8px;
}
.message-list > a > li > .message-block {
    padding-left: 70px;
    min-height: 60px;
}
.message-list > a > li > .message-block .username {
    font-size: 12px;
    font-weight: bold;
}
.message-list > a > li > .message-block .message-datetime {
    font-size: 10px;
    color: #AAA;
}
.message-list > a > li > .message-block .message {
    font-size: 12px;
}
.message-list > a > li .profile-img {
    width: 60px;
    height: 60px;
}
.message-list > a:hover li {
    background-color: rgba(0, 0, 0, 0.01);
}
.bs-example > * {
    margin-bottom: 20px;
}
.bs-example > *:last-child {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    #profileFirstName{
        display: none;
    }
}
.row-example > [class*="col-"] {
    margin-bottom: 0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */

.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .modal-dialog #viewer-opt a .col-md-3, .modal-dialog #viewer-opt a .col-md-6{
        margin-bottom: 3%;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        width: 35%;
        float: left !important;
        margin-right: -15px;
    }
    .navbar-right {
        width: 80%;
    }
    #fullscreenButton {
        display: none !important;
    }
    .container-fluid .div-img {
		margin-left: 40px !important;
		width: 0px !important;
	}
    .container-fluid > .navbar-header {
        width: 8%;
    }
    #xd.app-container ol.breadcrumb {
        display: none !important;
    }
    .side-body .row-adjust .top-10-doc-margin {
        margin-top: 2%;
    }
    .myaccount-header .btns-group {
        margin-top: 15px !important;
    }
    #qcExamModal {
        .compare-container {
            flex-direction: column;
            align-items: stretch;
        }
        .divider {
            display: none;
        }
        .compare-column {
            width: 100%;
            max-height: none;
        }
        .compare-column + .compare-column {
            margin-top: 1rem;
        }
    }
}

@media only screen and (max-width: 480px) {
    .navbar-breadcrumb {
        display: none;
    }
    .app-container .app-footer {
        left: 0;
    }
    .article1_of_3 {
        margin-top: 4%;
        float: none;
        width: 99.3333%;
        margin-left: 0;
    }
    .col-std-details {
        min-height: initial;
    }
    .controls {
		height: auto;
	}
    #examPinCard,
    #patientPinCard {
	    width: 320px;
	}
    .addToWalletBtns {
        text-align: center;
    }
    .patientHousehold {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 376px) {
    #examPinCard,
    #patientPinCard {
        width: 315px;
        margin: 0 -15px;
    }
}
@media only screen and (max-width: 400px) {
    #examPinCard,
    #patientPinCard {
        width: 340px;
    }
    #viewPatientPINCardModal .col-sm-12,
    #viewExamPINCardModal .col-sm-12 {
		overflow: auto;
	}
}
@media only screen and (max-width: 340px) {
    .container-fluid .div-img img {
        display: none;
    }
}

.wfm-quick-filter-div {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.manageFiltersDIV p {
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
    color: #000;
}
.manageFiltersDIV p i {
    color: #D9534E;
    line-height: 19px;
}
tr.group.group-start:hover td.patient-link-st,
tr.group.group-start:hover td.patient-link-st i,
tr.group.group-start:hover td.patient-link-st b {
    cursor: pointer !important;
    text-decoration: underline;
}

.container-fluid .div-img {
    float: left;
    width: 18%;
    /* margin-left: 20px;*/
}
.container-fluid .div-img img {
    height: 35px;
    margin: 14px auto 0px auto;
    display: block;
}
.navbar-nav>li {
    float: right;
}

.myaccount-header img {
    width: 85px;
    border-radius: 50%;
    margin-top: 95px;
    margin-left: 15px;
    float: left;
}
.app-container .content-container .side-body.padding-top .myaccount-header h3 {
    float: left;
    margin-top: 128px;
    color: #fff;
    margin-left: 15px;
	border: none;
}
.myaccount-header .btns-group {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 143px;
    margin-bottom: 15px;
}
.myaccount-content-div2 h4 {
    color: #fff !important;
	padding-bottom: 0px !important;
}
.myaccount-content-div3 {
    width: 100%;
    display: inline-block;
    /* padding: 5px; */
    margin-bottom: 0;
    margin-top: 10px;
}

#patientExamsSearch, #patientDocumentsSearch, #patientScheduleSearch, #patientTimelineSearch,
#patientSharedExamsSearch, #patActSearchDate, #cadminRecordsSearch, #cadminAccessSearch, #patientAnalysisSearch, #referPhysiciansPermsSearch {
    float: right;
    width: 100px;
    height: 20px;
}
#pharmacyLocSel {
    float: right;
    width: 200px;
    height: 27px;
    margin-right: 10px;
    margin-top: -4px;
}
#cadminRecordsSearch,
#cadminAccessSearch {
    margin-right: 2%;
    border-radius: 10px;
}
.height-432 {
    height: 43.2px;
}
#patientExamsTable_wrapper, #patientScheduleTable_wrapper, #patientSharedExamsTable_wrapper,
#patientAnalysisTable_wrapper {
    background: #fff;
    border-radius: 0 0 10px 10px;
}
#patientDocumentsTable_wrapper {
    background: #fff;
    border-radius: 0 0 3px 3px;
}
#patientExamsTable_wrapper .dataTables_scrollHead,
#patientDocumentsTable_wrapper .dataTables_scrollHead,
#patientScheduleTable_wrapper .dataTables_scrollHead,
#patientAnalysisTable_wrapper .dataTables_scrollHead,
#patientSharedExamsTable_wrapper .dataTables_scrollHead,
#cadminRecordsTable_wrapper .dataTables_scrollHead,
#cadminAccessTable_wrapper .dataTables_scrollHead {
    display: none;
}
#account-permissions-2-block #referPhysiciansPermsTable_wrapper .dataTables_scrollHead {
    border-radius: 0px;
}
#patientExamsTable tbody tr,
#patientDocumentsTable tbody tr,
#patientScheduleTable tbody tr,
#patientAnalysisTable tbody tr,
#patientSharedExamsTable tbody tr,
#cadminRecordsTable tbody tr,
#cadminAccessTable tbody tr,
#referPhysiciansPermsTable tbody tr {
    width: 100%;
    border-bottom: 3px solid #f6f6f6;
}
#patientExamsTable.dataTable,
#patientDocumentsTable.dataTable,
#patientScheduleTable.dataTable,
#patientAnalysisTable.dataTable,
#patientSharedExamsTable.dataTable,
#cadminRecordsTable.dataTable,
#cadminAccessTable.dataTable,
#referPhysiciansPermsTable.dataTable {
    border-collapse: collapse;
}
#patientExamsTable tbody tr th, #patientExamsTable tbody tr td,
#patientDocumentsTable tbody tr th, #patientDocumentsTable tbody tr td,
#patientScheduleTable tbody tr th, #patientScheduleTable tbody tr td,
#patientAnalysisTable tbody tr th, #patientAnalysisTable tbody tr td,
#patientSharedExamsTable tbody tr th, #patientSharedExamsTable tbody tr td {
    height: 55px;
    border: 0;
}
#cadminRecordsTable tbody tr th, #cadminRecordsTable tbody tr td,
#cadminAccessTable tbody tr th, #cadminAccessTable tbody tr td,
#referPhysiciansPermsTable tbody tr th, #referPhysiciansPermsTable tbody tr td {
    height: 35px;
    border: 0;
}
#patientExamsTable tbody tr>.sorting_1,
#patientDocumentsTable tbody tr>.sorting_1,
#patientScheduleTable tbody tr>.sorting_1,
#patientAnalysisTable tbody tr>.sorting_1,
#patientSharedExamsTable tbody tr>.sorting_1,
#cadminRecordsTable tbody tr>.sorting_1,
#cadminAccessTable tbody tr>.sorting_1,
#referPhysiciansPermsTable tbody tr>.sorting_1 {
    background: none;
}
#patientExamsTable tbody tr td img,
#patientDocumentsTable tbody tr td img,
#patientScheduleTable tbody tr td img,
#patientAnalysisTable tbody tr td img,
#patientSharedExamsTable tbody tr td img,
#cadminRecordsTable tbody tr td img,
#cadminAccessTable tbody tr td img {
    border-radius: 3px;
    height: 45px;
    display: table;
    margin: 0 auto;
}
#patientSharedExamsTable tbody td div.svg-ops {
    width: 33%;
    float: left;
}
#sharedExamsTable tbody td div.svg-ops,
#sharedExamsTable tbody td a div.svg-ops {
    float: left;
    width: 24%;
    text-align: center;
}
#sharedexamstable tbody td div.svg-ops,
#sharedexamstable tbody td a div.svg-ops {
    display: inline;
    margin-right: 5px;
}
#sharedExamsTable tbody td div.svg-ops,
#sharedExamsTable tbody td a div.svg-ops {
    display: inline;
}
#patientSharedExamsTable tbody td div.svg-ops svg,
#sharedexamstable tbody td div.svg-ops svg,
#sharedExamsTable tbody td div.svg-ops svg,
#patientSharedExamsTable tbody td a div.svg-ops svg,
#sharedexamstable tbody td a div.svg-ops svg,
#sharedExamsTable tbody td a div.svg-ops svg {
    height: 14px;
}
#sharedexamstable tbody td a div.svg-ops span {
    text-transform: capitalize;
    font-style: italic;
}
#patientSharedExamsTable tbody td svg.fill-yellow,
#sharedexamstable tbody td svg.fill-yellow,
#sharedExamsTable tbody td svg.fill-yellow {
    fill: #ffbf00;
}
#patientSharedExamsTable tbody td svg.fill-green,
#sharedexamstable tbody td svg.fill-green,
#sharedExamsTable tbody td svg.fill-green {
    fill: #00b700;
}
#patientSharedExamsTable tbody td svg.fill-grey,
#sharedexamstable tbody td svg.fill-grey,
#sharedExamsTable tbody td svg.fill-grey {
    fill: #ddd;
}
.viewExamBtn::before, .shareBtn::before, .downloadBtn::before, .viewReportBtn::before, .viewBookletBtn::before,
.viewAnalysisBtn::before , .downloadAnalysisBtn::before,
.viewDocs1Btn::before , .downloadDocs1Btn::before,
.resendShareBtn::before, .disableShareBtn::before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 15%;
    height: 70%;
    width: 1px;
}
.downloadBtn::before,
.downloadDocs1Btn::before,
.disableShareBtn::before {
    border-right: 0px;
}
.viewReportBtn.disabled, .viewBookletBtn.disabled {
    pointer-events: none;
    opacity: 0.3;
    display: none !important;
}
.viewExamBtn > .fa-eye, .shareBtn > .fa-share-alt, .downloadBtn > .fa-download, .viewReportBtn > .fa-file-alt, .viewBookletBtn > .fa-book,
.deleteMedicationBtn > .fa-trash,
.viewAnalysisBtn > .fa-eye , .downloadAnalysisBtn > .fa-download,
.viewDocs1Btn > .fa-eye , .downloadDocs1Btn > .fa-download,
.resendShareBtn > .fa-share-alt, .disableShareBtn > .fa-ban {
    display: block;
	font-size: 14px;
}
.pat-scheduling-smicon-1, .pat-scheduling-smicon-2, .pat-scheduling-smicon-3,
.pat-sharedexams-smicon-1, .pat-sharedexams-smicon-2 {
    font-size: 30px;
	height: 37px;
    width: 37px;
    margin: 0;
    display: table;
    color: #ddd;
    fill: #ddd;
}
.pat-scheduling-smicon-2,
.pat-sharedexams-smicon-2 {
	color: #00b700;
    fill: #00b700;
}
.pat-scheduling-smicon-3 {
    color: #B00000;
    fill: #B00000;
}
.pat-scheduling-smicon-4 {
	color: #f5ed13;
    fill: #f5ed13;
}
#patientScheduleModal #scheduleDiv .svgsDiv {
    display: flex;
    width: 100%;
    padding: 0px 10%;
    height: 40px;
    justify-content: space-around;
}
#patientScheduleModal #scheduleDiv .textsDiv {
    display: flex;
    width: 100%;
    padding: 0px 10%;
    height: 40px;
    justify-content: space-around;
}
#patientScheduleModal #scTab1 {
    width: 40px;
    height: 40px;
}
#patientScheduleModal #scTab2,
#patientScheduleModal #scTab3 {
    width: 40px;
    height: 40px;
}
#patientScheduleModal #scSt1 {
    margin: 10px 0px 0px 0px;
    width: calc(100% / 3);
    text-align: center;
}
#patientScheduleModal #scSt2 {
    margin: 10px 0px 0px 0px;
    width: calc(100% / 3);
    text-align: center;
}
#patientScheduleModal #scSt3 {
    margin: 10px 0px 0px 0px;
    width: calc(100% / 3);
    text-align: center;
}
#patientScheduleModal #scheduleDiv .formDiv {
    border-radius: 10px;
    overflow-y: auto;
    margin-top: -60px;
    padding: 80px 20px 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
#patientScheduleModal #schedulingTab1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#patientScheduleModal #schedulingTab2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#patientScheduleModal #schedulingTab3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.perms-div {
    padding: 10px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}
.perms-div:last-child {
	padding-bottom: 10px;
}
.min-height-458 {
    min-height: 458px;
}
#patientHistoryDIV, #wfmTable_wrapper {
    width: 100%;
}
#patientHistoryDIV #patientHistoryNameSpan {
    font-weight: normal;
}
.table-th-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}
@media (min-width: 481px) and (max-width: 1024px) {
    .app-container .app-footer .wrapper, .app-container.expanded .app-footer .wrapper {
        margin-left: -70px;
    }
}
#mdAccDetailsTab {
    padding: 20px 0 !important;
}
#patCard {
    max-width: 350px;
    display: block;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
}
#patCardOps {
    margin-bottom: 20px;
    max-width: 350px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 576px) {
    #qcExamModal {
        .modal-content {
            width: 95%;
            padding: 1rem;
        }
        .compare-column {
            padding: 0.8rem;
        }
        .compare-column h3 {
            font-size: 1rem;
        }
        .study-info li,
        .nested li {
            font-size: 0.85rem;
        }
    }
}