/*FLAT-GREEN*/
.flat-green {
    background-color: #F6F6F6;
}
.flat-green .app-footer {
    color: #263648;
}
.flat-green .app-footer a {
    color: #000 !important;
}
.flat-green .navbar,
.flat-green .navbar.navbar-default {
    border-bottom: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.flat-green .navbar > .container-fluid,
.flat-green .navbar.navbar-default > .container-fluid {
    background-color: #FFF;
}
.flat-green .navbar .navbar-header .navbar-brand,
.flat-green .navbar.navbar-default .navbar-header .navbar-brand {
    color: #F9F9F9;
}
.flat-green .navbar .navbar-header .navbar-expand-toggle,
.flat-green .navbar.navbar-default .navbar-header .navbar-expand-toggle {
    color: #263648;
}
.flat-green .navbar .navbar-nav > li:hover > a,
.flat-green .navbar.navbar-default .navbar-nav > li:hover > a {
    color: #fff;
}
.flat-green .navbar.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.navbar .dropdown-menu .message {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.flat-green .card.bluesoft {
    background-color: #fff;
    color: #044e78;
    border-radius: 0px;
    border-left: 4px solid #fe5673 !important;
    font-weight: 700 !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.flat-green .card.grey {
    background-color: #B9B9B9;
    color: #FFF;
	border-radius: 0px;
}
.flat-green .card.green {
    background-color: #66B266;
    color: #FFF;
	border-radius: 0px;
}
.flat-green .card.softgreen {
    background-color: #70C0AF;
    color: #fff;
	border-radius: 0px;
}
.flat-green .card.softorange {
    background-color: #C29875;
    color: #fff;
	border-radius: 0px;
}
.flat-green .card.softred {
    background-color: #A97F82;
    color: #fff;
	border-radius: 0px;
}
.flat-green .card.blue {
    background-color: #22A7F0;
    color: #FFF;
	border-radius: 0px;
}
.flat-green .card.dark {
    background-color: #263648;
    color: #FFF;
}
.flat-green .card.white-blocks {
    height: auto;
    border-radius: 0px;
}
.flat-green .card .card-header {
    background-color: #fff !important;
	height: 43.2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.flat-green .card .card-header .title {
    color: #044e78;
    font-weight: bold;
    margin-top: -4px;
    font-size: 18px !important;
    margin: 0;
}
.card .card-header .card-title {
    float: left;
    padding: 12px;
}
.flat-green .card .card-body .sub-title {
    border-bottom: 1px solid #EAEAEA;
}
.flat-green .panel.panel-default {
    /*border: 1px solid #EAEAEA;*/
	border: none;
	border-radius: 0px;
}
.flat-green .panel.panel-default .panel-heading {
    background-color: #fe5673;
    color: #ffffff;
    border-radius: 0px !important;
    border: none !important;
}
.flat-green .btn.btn-primary {
    background-color: transparent;
    color: #044e78;
    border: 1px solid #ddd;
    border-radius: 0;
}
.flat-green .btn.btn-primary:hover, .flat-green .btn.btn-primary.active {
    background-color: #263648;
    color: #FFF;
}
.flat-green .btn.btn-success {
    background-color: #fe5673;
    color: #ffffff;
    border: 1px solid #fe5673;
    border-radius: 0px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.flat-green .btn.btn-success:hover, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #044e78;
    border: 1px solid #044e78;
    color: #fff;
    outline: 0;
}
.flat-green .pagination .active > a,
.flat-green .pagination .active > a:focus,
.flat-green .pagination .active > a:hover,
.flat-green .pagination .active span,
.flat-green .pagination .active > span:focus,
.flat-green .pagination .active > span:hover {
    background-color: #fe5673;
    color: #FFF;
    border: 1px solid #fe5673;
}
.flat-green .pagination > li > a:hover {
	background-color: #044e78 !important;
    color: #FFF;
    border: 1px solid #044e78 !important;
}
.flat-green .btn.btn-warning {
    font-weight: bold;
    background-color: #FFC107;
    color: #FFF;
    border-color: #fab300;
    border-radius: 0px;
	cursor: pointer;
    position: relative;
    z-index: 1000;
}
.flat-green .btn.btn-warning:hover {
    background-color: #fab300;
    color: #fff;
}
.flat-green .btn.btn-info {
    background-color: rgba(0, 165, 255, .3);
    color: #00a5ff;
    border-color: #00a5ff;
    border-radius: 0px;
}
.flat-green .btn.btn-info:hover {
    background-color: #00a5ff;
    color: #fff;
}
.flat-green .side-menu.sidebar-inverse .navbar li.active > a {
    color: #ffffff !important;
    background: #fe5673 !important;
}
.flat-green .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title {
    background-color: #FA2A00;
    color: #FFF;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*STYLE*/
.blue-idsoft { color: #fe5673 !important; }
.blue-dark { color: #044e78; font-weight: bold; }
.background-white {
    background-color: #fff !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.border-rad7 { border-radius: 0px; }
.border-top-rad7 {border-radius: 0;}
.border-bottom-rad7 {border-radius: 0;}
.border-lft-ddd { border-left: 1px solid #ddd; }
.background-ddd { background-color: #ddd !important; }
a[data-toggle="tooltip"].iconInsideLeft {
    margin-left: 2px !important;
}
.iconInsideLeft {
    margin-left: 7px;
    padding: 4px;
    border-radius: 0px;
    color: #fe5673;
    font-size: 10px;
}
.iconInsideLeft:hover {
    background: #044e78;
    color: #fff;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border-bottom: 0;
    background: #fff;
    border-radius: 0;
    height: 100vh;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.dtable-search-div, .dtable-length-div {
    float: left;
    margin-right: 10px;
    background: #d2dae3;
    border-radius: 0px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 32px;
}
.dtable-search-input, .dtable-length-select {
    height: 32px;
    background: transparent;
    color: #000;
    padding: 0;
    border: 1px solid #fe5673 !important;
    border-radius: 0px;
    width: auto !important;
    cursor: pointer;
}
.open>.dropdown-menu {
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
.dopdown-evz ul li a:hover, .dopdown-evz ul li a:focus {
    background-color: #044e78;
    color: #fff;
    border-radius: 0px !important;
}
.dopdown-evz ul li:first-child a:hover, .dopdown-evz ul li:first-child a:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dopdown-evz ul li:last-child a:hover, .dopdown-evz ul li:last-child a:focus {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.dopdown-evz ul#wfmColumnsCustomizeUL li a.wfm-visible-column,
.dopdown-evz ul#columnsCustomizeUL li a.hcbridge-visible-column,
.dopdown-evz ul#list1ColumnsCustomizeUL li a.wfm-visible-column {
    background-color: #fe5673;
    color: #fff;
    border-radius: 0px !important;
}
.app-container .content-container .side-body.padding-top {
    padding-top: 70px;
	/*margin-top: 70px;
    padding: 12px !important;
    background: #ffff !important;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
}
.app-container .content-container .side-body.padding-top h3 {
    color: #044e78;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    font-size: 18px;
}
.app-container .content-container .side-body.padding-top h4,
.app-container .content-container .side-body.padding-top h2,
.app-container .content-container .side-body.padding-top h1 {
    color: #044e78;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-table;
    width: 100%;
}
input[type="file"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    padding: 6px 10px;
    resize: vertical;
    height: 32px;
    line-height: 30px;
    /* max-height: 32px; */
    font-weight: normal;
    resize: none;
    box-shadow: none !important;
}
textarea {
    line-height: 15px;
}
.call_to {
    color: #004b88;
    font-weight: 300;
}
.send_to {
    color: #004b88;
    font-weight: 300;
}
.div_teamviewer {
    height: 70px;
    width: 170px;
    float: left;
    background-color: #fe5673;
    font-weight: 600;
    padding: 12px 20px;
    box-sizing: border-box;
    line-height: 48px;
	border-radius: 0px;
    margin-left: 1px;
	cursor: pointer;
}
.div_teamviewer:hover {
    background-color: #044e78;
}
.top-dtable-button {
    float: left;
    margin-right: 10px;
    background: #fe5673;
    color: #fff;
    border-radius: 0px;
    padding: 6px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 32px;
    line-height: 21px;
}
.top-dtable-button:hover, .top-dtable-button:focus {
    color: #fff;
    background: #044e78;
}
::-webkit-scrollbar-track {
    border: 1px solid #fe5673;
    background-color: #F5F5F5;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: #fe5673;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
	background-color: #044e78 !important;
}
.modal-header, .modal-footer {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000;
    font-weight: normal;
    padding: 10px !important;
    margin: 0;
    font-size: 16px;
    background: #fff;
    border: 0;
    margin-right: 15px;
}
.list-unstyled.pat-info li {
    margin-bottom: 15px;
    background: #fe5673;
    border-radius: 0px;
    cursor: pointer;
}
.list-unstyled.pat-info li:hover {
	background: #044e78;
}
.list-unstyled.pat-specs li:hover {
    background: #f3f3f3;
    border-radius: 0px;
}
.pat-specs .pat-specs-icon:hover {
    color: #044e78;
}
.pat-specs-info:hover i {
	color: #fe5673 !important;
	display: block;
}
.permissions-help a {
    font-size: 10px;
    background-color: #fe5673;
    color: #ffffff;
    border: 1px solid #fe5673;
    border-radius: 0px;
    font-weight: bold;
    padding: 7px 10px;
    line-height: 18px;
}
.permissions-help a:hover {
    background: #044e78;
    border-color: #044e78 !important;
}
.highcharts-title {
    color: #044e78 !important;
    font-weight: bold;
    border-bottom: 1px solid #ddd !important;
    font-size: 15px !important;
}
.highcharts-menu {
    border: none !important; 
	border-radius: 0px;
}
.highcharts-menu-item:hover {
    background: #044e78 !important; 
    color: #ffffff;
}
.timelineYear {
    padding: .5rem 1.5rem;
    color: var(--uiTimelineSecondaryColor);
    background-color:#044e78;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px;
    font-size: 2rem;
    font-weight: bold;
}
.timelinePost {
    border-left: 4px solid #fe5673;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    background-color: var(--uiTimelineSecondaryColor);
    border-radius: 0px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding: 1rem 1rem;
}
#download-app-block {
    width: 97%;
    padding: 12px;
    margin-bottom: 10px;
    background: #f3f3f3;
    padding-right: 10px;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}
#download-app-block h1 {
	font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #044e78;
    padding: 0 15px 0px 15px;
    font-style: italic;
    margin: 14px 0;
    text-transform: none;
}
.profile-enab-label {
    display: inline-block;
    width: 50%;
    background-color: #00860D;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
    float: left;
}
.profile-disabled-label {
    display: inline-block;
    width: 90px;
    background-color: #c52b2b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
}
.profile-idle-label {
    display: inline-block;
    width: 90px;
    background-color: #ccc;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
}
.profile-supusr-label {
    display: inline-block;
    margin-left: 10px;
    width: 50%;
    background-color: #fe5673;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
}
.prov-enab-label,
.ref-enab-label {
    display: inline-block;
    width: 100%;
    background-color: #00860D;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
}
.prov-disable-label,
.ref-disable-label {
    display: inline-block;
    width: 100%;
    background-color: #c52b2b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
}
.ref-profile-enab-label,
.prescribing-entity-profile-enab-label,
.hcbridge-enab-label {
    display: block;
    margin: 0 auto;
    width: 75px;
    background-color: #00860D;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
}
.ref-profile-disabled-label,
.prescribing-entity-profile-disabled-label,
.hcbridge-disabled-label {
    display: block;
    margin: 0 auto;
    width: 75px;
    background-color: #c52b2b;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
}
.hcbridge-enab-label,
.hcbridge-disabled-label {
    width: auto;
}
.ref-profile-idle-label,
.prescribing-entity-profile-idle-label {
    display: block;
    margin: 0 auto;
    width: 75px;
    background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
}
.household-auto-link-label {
    display: inline-block;
    background-color: #fe5673;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0px;
    text-align: center;
    text-wrap: nowrap;
}
#mdAccountUpdateTab p.title-block1 {
    font-weight: bold;
    color: #044e78;
    text-align: center;
    padding: 5px;
    background: #EAEAEA;
    border-radius: 0px;
}
#patientTabs1 li {
    flex-shrink: 0;
}
#patientTabs1 li a {
    color: #044e78;
}
#patientTabs1 #showPatientBtn,
#patientTabs1 #showNotificationsBtn,
#patientTabs1 #showHouseholdBtn,
#patientTabs1 #showOthersPatientIdsBtn,
#patientTabs1 #showExamsBtn,
#patientTabs1 #showDocumentsBtn,
#patientTabs1 #showSchedulingBtn,
#patientTabs1 #showSharedExamsBtn,
#patientTabs1 #showPatientActivityBtn,
#patientTabs1 #showHcareAppAutoLoginTkBtn {
    float: left;
    margin-right: 0;
    border-right: 0;
    cursor: pointer;
    border-top-right-radius: 0px !important;
    color: #044e78;
}
.dropdown-id.dropdown-menu>.dropdown-item:hover,
.dropdown-id.dropdown-menu>.dropdown-item:focus,
.dropdown-id-2.dropdown-menu>.dropdown-item:hover,
.dropdown-id-2.dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabNotificationsLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabNotificationsLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabHouseholdLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabHouseholdLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabOthersIdsLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabOthersIdsLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabExamsLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabExamsLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabDocumentsLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabDocumentsLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabSchedulingLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabSchedulingLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabPortalUploadLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabPortalUploadLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabSharedExamsLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabSharedExamsLi .dropdown-menu>.dropdown-item:focus,
#patientTabs1 .tabHcareAppTokensLi .dropdown-menu>.dropdown-item:hover,
#patientTabs1 .tabHcareAppTokensLi .dropdown-menu>.dropdown-item:focus,
#savePatientAccountUpdateDiv .dropdown-menu>.dropdown-item:hover,
#savePatientAccountUpdateDiv .dropdown-menu>.dropdown-item:focus,
#savePatientAccountUpdateDiv .dropdown-submenu>.dropdown-item:hover,
#savePatientAccountUpdateDiv .dropdown-submenu>.dropdown-item:focus,
#cancelPatientAccountUpdateDiv .dropdown-menu>.dropdown-item:hover,
#cancelPatientAccountUpdateDiv .dropdown-menu>.dropdown-item:focus,
#cancelPatientAccountUpdateDiv .dropdown-submenu>.dropdown-item:hover,
#cancelPatientAccountUpdateDiv .dropdown-submenu>.dropdown-item:focus {
    background-color: #044e78;
    color: #fff;
	border-radius: 0px;
}
.dropdown-id-2.dropdown-menu {
    width: auto;
    text-align: center;
	margin-right: -30px;
	border-radius: 0px;
}
.multiselect.dropdown-toggle.btn.btn-default {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    box-shadow: none;
    border-radius: 0px;
    padding: 6px 10px;
    height: 32px;
    max-height: 32px;
    width: 100%;
    margin: 0;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    border-radius: 0px;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #fe5673;
    border-radius: 0px;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    border-radius: 0px;
    background: #fe567366;
    color: #000;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #fe5673 !important;
    border-radius: 0px !important;
}
#addToHouseholdModal .select2-container .select2-dropdown {
	border-radius: 0px;
    margin-left: 0px;
}
#expSortable-1, #expSortable-2 {
    border: 1px solid #fe5673;
    border-radius: 0px;
    height: 255px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
#repGenSortable-1, #repGenSortable-2 {
    border: 1px solid #fe5673;
    border-radius: 0px;
    height: 150px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.ui-state-default {
    border: 1px solid #c5c5c5;
    border-radius: 0px;
    background: #f6f6f6;
    font-weight: normal;
    color: #000;
    margin: 0px;
    padding: 5px;
    cursor: move;
}
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    border-radius: 0px;
}
#sendAppModal .modal-dialog .modal-content .modal-body .selection .select2-selection {
	border-radius: 0px !important;
}
#sendAppModal .select2-container .select2-dropdown {
	border-radius: 0px;
    margin-left: 0px;
}
.input-group-addon:first-child {
    border-right: 0;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.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 {
    border-radius: 0;
    border-top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #044e78;
}
#sendEmailModal .select2-container--default .select2-selection--single {
	border-radius: 0px !important;
}
#sendEmailModal .select2-container--open .select2-dropdown--below {
	margin-left: 0px;
	border-radius: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #044e78 !important;
	border-radius: 0px !important;
}
#sendSmsModal .select2-container--default .select2-selection--single,
#sendWhatsAppMsgModal .select2-container--default .select2-selection--single,
#crtNotModal .select2-container--default .select2-selection--single {
	border-radius: 0px !important;
}
#sendSmsModal .select2-container--open .select2-dropdown--below,
#sendWhatsAppMsgModal .select2-container--open .select2-dropdown--below,
#crtNotModal .select2-container--open .select2-dropdown--below {
	margin-left: 0px;
	border-radius: 0px;
}
.progress2 {
    display: flex;
    height: 10px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    border-radius: 0px;
}
.progress-sm2 {
    height: 0.8rem;
    border: 1px solid #fe5673;
}
.bg-info2 {
    background-color: #fe5673 !important;
}
.progress-bar2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #555555;
    border-radius: 0px;
    transition: width .6s ease;
}
.ico2 {
    fill: #044e78;
    margin-top: -13px;
    text-align: right;
	height: 30px;
    margin-top: auto;
    margin-bottom: auto;
}
.progress2.doctor {
    border: 1px solid #fe5673;
}
.bg-doctor {
    background-color: #fe5673 !important;
}
#wfmTable tbody tr td .svgInsideBtntd {
    fill: #044e78;
    height: 15px;
    display: table;
    margin: 0 auto;
}

#wfmTable > tbody > tr.group-start, #wfmTable > tbody > tr.group-start:hover,
#worklistTable > tbody > tr.group-start, #worklistTable > tbody > tr.group-start:hover,
#recTable > tbody > tr.group-start, #recTable > tbody > tr.group-start:hover,
#hcBridgeRequestsTable > tbody > tr.group-start, #hcBridgeRequestsTable > tbody > tr.group-start:hover,
#householdTable > tbody > tr.group-start, #householdTable > tbody > tr.group-start:hover,
#sharedExamsTable > tbody > tr.group-start, #sharedExamsTable > tbody > tr.group-start:hover,
#hcareAppAutoLgTkTable > tbody > tr.group-start, #hcareAppAutoLgTkTable > tbody > tr.group-start:hover,
#portalUploadTable > tbody > tr.group-start, #portalUploadTable > tbody > tr.group-start:hover,
#patientDocsTable > tbody > tr.group-start, #patientDocsTable > tbody > tr.group-start:hover,
#patientScheduleTable2 > tbody > tr.group-start, #patientScheduleTable2 > tbody > tr.group-start:hover,
#sharedexamstable > tbody > tr.group-start, #sharedexamstable > tbody > tr.group-start:hover,
#patExamsTable > tbody > tr.group-start, #patExamsTable > tbody > tr.group-start:hover {
    color: #fff;
    background: #fe5673;
}
#wfmTable tbody tr.selected, #wfmTable tbody tr:hover:not(.group):not(.wfmSeriesTR),
#worklistTable tbody tr.selected, #worklistTable tbody tr:hover:not(.group):not(.wfmSeriesTR),
#patientHistoryTable tbody tr.selected, #patientHistoryTable tbody tr:hover:not(.group):not(.wfmSeriesTR),
#recTable tbody tr.selected, #recTable tbody tr:hover:not(.group),
#hcBridgeRequestsTable tbody tr.selected, #hcBridgeRequestsTable tbody tr:hover:not(.group),
#patTable tbody tr.selected, #patTable tbody tr:hover:not(.group),
#notificationsTable tbody tr.selected, #notificationsTable tbody tr:hover:not(.group),
#othersPatientIdsTable tbody tr.selected, #othersPatientIdsTable tbody tr:hover:not(.group),
#householdTable tbody tr.selected, #householdTable tbody tr:hover:not(.group),
#sharedExamsTable tbody tr.selected, #sharedExamsTable tbody tr:hover:not(.group),
#hcareAppAutoLgTkTable tbody tr.selected, #hcareAppAutoLgTkTable tbody tr:hover:not(.group),
#portalUploadTable tbody tr.selected, #portalUploadTable tbody tr:hover:not(.group),
#patientDocsTable tbody tr.selected, #patientDocsTable tbody tr:hover:not(.group),
#patientScheduleTable2 tbody tr.selected, #patientScheduleTable2 tbody tr:hover:not(.group),
#patExamsTable tbody tr.selected, #patExamsTable tbody tr:hover:not(.group):not(.wfmSeriesTR),
#sharedexamstable tbody tr.selected, #sharedexamstable tbody tr:hover:not(.group),
#cmoveTable tbody tr.selected, #cmoveTable tbody tr:hover:not(.group),
#refTable tbody tr.selected, #refTable tbody tr:hover:not(.group),
#pinsTable tbody tr.selected, #pinsTable tbody tr:hover:not(.group),
#smartCardPrintJobsTable tbody tr.selected, #smartCardPrintJobsTable tbody tr:hover:not(.group),
#prescribingEntitiesTable tbody tr.selected, #prescribingEntitiesTable tbody tr:hover:not(.group),
#failPatTable tbody tr.selected, #failPatTable tbody tr:hover:not(.group),
#docTable tbody tr.selected, #docTable tbody tr:hover:not(.group),
#failRefTable tbody tr.selected, #failRefTable tbody tr:hover:not(.group),
#patTable tbody tr.selected td a.viewOtherPatientId, #patTable tbody tr:hover:not(.group) td a.viewOtherPatientId {
    background-color: #044e78 !important;
    color: #fff !important;
}
#wfmTable > tbody > tr.group-start:not(.wfmSeriesTR) > td:nth-child(1):hover,
#patExamsTable > tbody > tr.group-start:not(.wfmSeriesTR) > td:nth-child(1):hover {
    background: #fe5673;
    color: #fff;
}
.pat-specs .household-type-patient {
    margin: -12px;
    padding: 3px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    background: #f3f3f3 !important;
    color: #014b99;
    font-weight: bold;
    font-size: 12px;
}
.household-view-icon {
    color: #fe5673 !important;
    text-align: right;
    width: 10%;
	display: none;
    cursor: pointer;
}
.household-view-icon:hover {
    color: #044e78;
}
.household.householdManagedByMe:hover {
    background: #f3f3f3;
    border-radius: 0px;
}
.household.householdManagedByMe:hover .household-view-icon {
    color: #044e78;
    display: block;
}
.toggle-on.btn,
.toggle-off.btn {
    border: none !important;
	font-weight: bold;
    color: #044e78 !important;
	padding-top: 7px;
    margin: 0;
	box-shadow: none;
	background: #fff !important;
}
.toggle-on.btn,
.toggle-off.btn:hover {
    color: #fff !important;
    background: #fe5673 !important;
}
.warning-green {
    width: 100%;
    border: 1px solid #00860d;
    box-sizing: border-box;
    min-height: 35px;
    display: flex;
    margin-top: 3px;
    border-radius: 0px;
}
.warning-yellow {
    width: 100%;
    border: 1px solid #ffbf00;
    box-sizing: border-box;
    min-height: 35px;
    display: flex;
    margin-top: 3px;
    border-radius: 0px;
}
.warning-blue {
    width: 100%;
    border: 1px solid #fe5673;
    box-sizing: border-box;
    min-height: 35px;
    display: flex;
    margin-top: 3px;
    border-radius: 0px;
}
#warning-title {
	font-size: 14px;
	color: #044e78;
}
#patientExamsTable .new-circle,
#patientExamsTable .other-tag-circle,
.timeline .new-circle,
.timeline .other-tag-circle {
    border: 1px solid #fe5673;
    color: #fe5673;
    border-radius: 0px;
    padding: 0 5px;
    font-weight: bold;
    float: left;
    margin-right: 2%;
    font-size: 10px;
}
#patientExamsTable .total-imgs,
.timeline .total-imgs {
	color: #fe5673;
    padding: 3px 5px 0 5px;
    font-weight: bold;
    float: right;
}
#patientExamsTable .total-imgs svg,
.timeline .total-imgs svg {
	width: 12px;
    margin-right: 5px;
	fill: #fe5673;
}
#patientExamsTable tbody tr.group.group-start td,
#patientDocumentsTable tbody tr.group.group-start td,
#patientAnalysisTable tbody tr.group.group-start td,
#patientScheduleTable2 tbody tr.group.group-start td,
#patientSharedExamsTable tbody tr.group.group-start td {
    border-bottom: none !important;
    background: #f3f3f3 !important;
    color: #044e78;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0 !important;
    height: 15px !important;
}
#openSetTwoFAModal {
    color: #044e78;
}
.tagify {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 0px;
    height: 32px;
    line-height: 30px;
    max-height: 32px;
    font-weight: normal;
    resize: none;
    box-shadow: none !important;
}
#qrCodePatientHouseholdBtn,
#openAddPathologyModal,
#openAddAllergyModal,
#openAddPhysicalActModal,
#openAddMedicationModal {
	color: #fe5673;
}
#qrCodePatientHouseholdBtn:hover,
#openAddPathologyModal:hover,
#openAddAllergyModal:hover,
#openAddPhysicalActModal:hover,
#openAddMedicationModal:hover {
	color: #044e78;
}
.viewExamPINCardBtn {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 4px 10px !important;
    font-size: 14px;
    border-radius: 0px;
    color: #fe5673;
    background: #fff;
    float: right;
    cursor: pointer;
}
.viewPatientPINCardBtn {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 4px 10px !important;
    margin-left: 8px;
    font-size: 14px;
    border-radius: 0px;
    color: #fe5673;
    background: #fff;
    cursor: pointer;
}
.viewExamPINCardBtn:hover,
.viewPatientPINCardBtn:hover {
    background: #044e78;
    color: #fff;
}
.pagination li:first-child > a,
.pagination li:first-child span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination li:last-child > a,
.pagination li:last-child span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.form-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 10px;
    font-size: 12px;
    height: 32px;
    line-height: 15px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgb(58 74 88 / 8%);
	border: none !important;
    opacity: 1;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16) !important;
}
.form-control#clField127,
.form-control#clField128,
.form-control#clField178,
.form-control#clField179 {
    line-height: 20px;
}
button[disabled],
html input[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;
}
.modal .modal-dialog .modal-content {
    border-radius: 0px;
    box-shadow: none;
	margin-top: 65px;
}
.alert {
    border-width: 0px;
    border-radius: 0px;
    padding: 8px;
    margin-bottom: 10px;
}
.myaccount-header {
    width: 100%;
    /*background: linear-gradient(to right, #122230 0%, #192d3e 100%);*/
    min-height: 200px;
    background-size: cover;
    background-color: #044e78;
    margin: 0;
    border-radius: 0px;
}
.myaccount-header .btns-group button {
    color: #fff !important;
    border: 1px solid #fe5673 !important;
}
.myaccount-header .btns-group button:hover {
    color: #fe5673 !important;
    border: 1px solid #fff !important;
	background: #fff !important;
}
.myaccount-content-div1 {
    border: 1px solid #044e78;
    border-radius: 0px;
    border-top: 0px;
}
.myaccount-content-div2 {
    background: #044e78;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 5px 20px;
}
.viewExamBtn, .shareBtn, .downloadBtn, .viewReportBtn, .viewBookletBtn,
.deleteMedicationBtn,
.viewAnalysisBtn, .downloadAnalysisBtn,
.viewDocs1Btn, .downloadDocs1Btn,
.resendShareBtn, .disableShareBtn {
    float: left;
    text-align: center;
    position: relative;
    width: 65px;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 8px 0;
    line-height: 20px;
    margin-right: 5px;
    color: #fe5673;
    font-weight: bold;
    font-size: 10px;
    border-radius: 0px;
    background: #fff;
}
.viewExamBtn:hover, .shareBtn:hover, .downloadBtn:hover, .viewReportBtn:hover, .viewBookletBtn:hover,
.deleteMedicationBtn:hover,
.viewAnalysisBtn:hover,
.downloadAnalysisBtn:hover,
.viewDocs1Btn:hover,
.downloadDocs1Btn:hover,
.resendShareBtn:hover,
.disableShareBtn:hover {
	background: #044e78;
    color: #fff;
}
.dataTables_processing {
    z-index: 999;
    border: 1px solid #fe5673;
    border-radius: 0px;
    height: 50px !important;
    background: #fff !important;
}
#timelineProcessing {
    position: absolute;
    z-index: 999;
    border: 1px solid #fe5673;
    border-radius: 0px;
    height: 50px !important;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    font-size: 1.2em;
    background-color: #fff;
}
#patientHistoryDIV {
    border: 1px solid #ddd;
    border-radius: 0px;
}
#patientHistoryDIV .patientHistoryNameP {
    color: #044e78;
    background: transparent;
    width: 90%;
    display: inline-block;
    padding: 7px;
    margin: 0;
    font-weight: bold;
}
#patientHistoryDIV #patientHistoryCloseBtn {
    width: 10%;
    display: inline-block;
    padding-right: 7px;
    height: 31px;
    line-height: 29px;
    margin: 0;
    color: #044e78;
    background: transparent;
    float: right;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
}
.import-title {
    border: 1px solid #fe5673;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fe5673;
    color: #fff;
    border-bottom: 0;
    margin-bottom: 0px;
    /* width: 185px; */
    padding: 3px 10px;
    display: inline-block;
}
p.import-title:hover, p.import-title:focus {
    background: #fe5673 !important;
    color: #fff !important;
}
.import-title-2 {
    border: 1px solid #fe5673;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fe5673 !important;
    color: #fff !important;
    border-bottom: 0;
    margin: 0;
    padding: 3px 10px;
    cursor: default;
}
.import-results-tab {
    border: 1px solid #fe5673;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 360px;
    padding: 0px;
}
.import-results-tab-2 {
    width: 100%;
    border: 1px solid #fe5673;
    height: auto;
    padding: 10px;
    display: inline-block;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.import-results-tab-3 {
    border: 1px solid #fe5673;
    border-radius: 0;
    height: 282px;
    padding: 0px;
}
.import-search-tab {
    border: 1px solid #fe5673;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 110px;
    padding: 10px;
}
.formEye {
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    color: #fe5673;
    background: #fff;
    width: 10%;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    float: right;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: none;
}
input[type="password"] {
    border: 1px solid #fe5673;
    border-radius: 0;
	border-right: none !important;
}
.app-container .content-container .side-menu .navbar-nav li a {
    padding: 0 10px 0 10px;
    height: 55px;
    line-height: 55px;
    display: block;
    white-space: nowrap;
    color: #044e78 !important;
    border-bottom: none !important;
}
.menu-svg {
	position: absolute;
    fill: #044e78;
    height: 15px;
    margin-left: 22px;
    width: 2rem;
    top: 40%;
}
.menu-svg-first {
	fill: #044e78;
    height: 15px;
    margin-right: 6px;
    width: 40px;
}
#chartTglBtn {
    float: right;
    font-size: 12px;
    margin-left: 4%;
    margin-top: 2px;
    color: #044e78;
    text-transform: none;
}
.wfmSeriesRow > .wfmSeriesBtnsDiv,
.wfmSeriesRowReff > .wfmSeriesBtnsDiv,
.wfmSeriesRowProv > .wfmSeriesBtnsDiv {
    position: absolute;
    left: 9px;
    background-color: #044e78;
    color: #fff;
    height: 23px;
    width: 23px;
	border-radius: 0px;
    text-align: center;
}
.tab-content .vertical-timeline-element-content .timeline-title,
#records-block .vertical-timeline-element-content .timeline-title {
    margin: 0;
    padding: 0;
    color: #044e78;
    font-weight: bold;
    font-size: 16px;
}
.context-menu-item:hover {
	background-color: #044e78 !important;
	color: #fff !important;
	border-radius: 0px !important;
}
.context-menu-icon.context-menu-icon--fa:hover::before {
    color: #fff !important;
}
.ql-container.ql-snow {
    border: 1px solid #fe5673 !important;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #044e78;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #044e78 !important;
    color: #fff;
}
table.dataTable tbody tr.selected {
    background-color: #fe5673;
    color: #fff;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #fe5673;
    color: #fff;
}
.p-with-h4-prop {
    color: #044e78;
    font-weight: bold;
    margin-top: -4px;
    font-size: 16px;
    text-transform: uppercase;
}
#termsTabs1 li a {
    color: #044e78;
}
#patientExamsRefresh, #patientDocumentsRefresh, #patActRefresh,
#chartResetBtn, #patientNewSchedule, #patientScheduleRefresh, #patientSharedExamsRefresh, #patientRecordsRefresh, #cadminRecordsRefresh, #cadminAccessRefresh, #patientTimelineRefresh, #patientAnalysisRefresh, #referPhysiciansPermsRefresh, #patientPortalUploadRefresh, #pharmaciesRefresh {
    float: right;
    margin-right: 2%;
    margin-top: 2px;
    font-size: 12px;
    color: #044e78;
    text-transform: none;
}
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:focus,
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:hover,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown ul li a:focus,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown ul li a:hover {
    background: #fe5673 !important;
    color: #fff !important;
}
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:focus .menu-svg path,
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:hover .menu-svg path,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown ul li a:focus .menu-svg path,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown ul li a:hover .menu-svg path {
    background: #fe5673 !important;
    fill: #fff !important;
}
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:focus .menu-svg-first path,
.app-container .content-container .side-menu .navbar-nav li:not(.active) a:hover .menu-svg-first path,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown a:focus .menu-svg-first path,
.app-container .content-container .side-menu .navbar-nav li:not(.active).dropdown a:hover .menu-svg-first path {
    background: #fe5673 !important;
    fill: #fff !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 1px solid #fe5673 !important;
    border-radius: 0px;
    margin-left: 8px;
    margin-top: -1px;
}
#addPatientAssociationModal .select2-container--open .select2-dropdown--below {
    margin-left: 0px;
}
#addPatientAssociationModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
}
#logout-myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #fe5673;
}
.filters>tr>td input,
.filters>tr>td select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    color: #757575 !important;
    padding: 0px 5px !important;
    height: 24px !important;
    font-weight: normal;
    font-style: italic;
}
.btn.btn-download-blue {
    color: #fe5673;
    background: transparent;
    border: 1px solid #fe5673;
    border-radius: 0px;
    display: block;
    padding: 10px 17px;
    font-size: 15px;
    height: 69px;
}
.btn.btn-download-blue:hover, .btn.btn-download-blue:focus {
    color: #fff;
    background: #fe5673;
    border: 1px solid #fe5673;
}
.btn {
    width: auto;
    height: 32px;
    line-height: 18px;
    color: #fe5673;
    background: transparent;
    border: 1px solid #fe5673;
    border-radius: 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    -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;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn:hover, .btn:focus, .btn-clicked {
    background: #fe5673;
    color: #ffffff;
    outline: 0;
    border: 1px solid #fe5673;
}
.serv-tags span {
    font-style: normal;
    font-weight: 300;
    color: #fe5673;
}
.pat-line-div b {
	color: #fe5673;
	font-weight: bold;
}
.pat-line-allergy-div b {
	color: #fe5673;
	font-weight: bold;
}
.pat-specs-modal .modal-body i, #addPathologyModal i.fa-stethoscope, #addAllergyModal i.fa-pagelines, #addMedicationModal i.fa-toggle-off, #addMedicationModal i.fa-capsules, #addPhysicalActModal i.fa-running {
    font-size: 40px;
    padding: 8% 8%;
    border: 2px solid #fe5673;
    border-radius: 50%;
    color: #fe5673;
    display: table;
    margin: 28% auto 8% auto;
}
.pat-bio-circle i:hover, .pat-bio-circle-nolink i:hover {
    color: #fe5673;
    background: #F9F9F9;
}
.pat-bio-circle i, .pat-bio-circle-nolink i {
    font-size: 14px;
    display: none;
    color: #404040;
    width: 50%;
    text-align: center;
    float: left;
    height: 70px;
    line-height: 70px;
    text-shadow: 0 1px #fff;
    border-right: 1px dashed #337ab7;
    padding-left: 4px;
    cursor: pointer;
}
.pat-bio-circle span.number, .pat-bio-circle-nolink span.number {
    display: block;
    position: absolute;
	padding-top: 1px;
    top: 24px;
    height: 21px;
    width: 100%;
    border-top: 1px dashed #337ab7;
    border-bottom: 1px dashed #337ab7;
}
.pat-bio-modal .modal-body i.fa-heartbeat {
    font-size: 40px;
    padding: 7% 7%;
    border: 2px solid #fe5673;
    border-radius: 50%;
    color: #fe5673;
    display: table;
    margin: 1% auto 8% auto;
}
.home-top-iconcard {
    float: left;
    width: 20%;
    height: 80px;
    background-color: #fe5673;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    color: #fff;
    padding-top: 26px;
    position: relative;
}
#divAllQuestions .widget-heading {
    border: 1px solid #fe5673;
    background-color: #fe5673;
    color: #fff;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    cursor: pointer;
}
.timeline:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #fe5673;
    position: absolute;
    top: 0;
}
.timelineDate {
    min-width: 65px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0rem 0.5rem;
    text-align: center;
    background-color: #fe5673;
    color: var(--uiTimelineSecondaryColor);
}
.timeline {
    --timelineMainColor: #fe5673;
}
.scAddMsg,
.mscAddMsg,
.patAddTxtarea,
#cancelReason1 {
    height: 164px;
    line-height: 20px;
    min-height: 50px;
    max-height: 85px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
}
.sndMsgTxtarea {
    height: 164px;
    line-height: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
}
.wfmSeriesRow > .rowHeaderCont,
.wfmSeriesRowReff > .rowHeaderCont,
.wfmSeriesRowProv > .rowHeaderCont {
    background-color: #fe5673;
    color: #fff;
    border: none;
	border-radius: 0;
}
#useTermsTab .panel-title a.viewCurrentText,
#gdprTab .panel-title a.viewCurrentText,
#cookiesPolicyTab .panel-title a.viewCurrentText {
    font-size: 14px;
    float: right;
    margin-left: 1%;
    padding-top: 2px;
    width: 25px !important;
    color: #ffffff !important;
    background: #fe5673;
    padding: 5px !important;
    margin-top: -3px;
    border-radius: 0px !important;
}
#useTermsTab .panel-title a.viewCurrentText:hover {
    color: #fe5673 !important;
    background: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
#studyModalityTD .select2-container--default .select2-selection--multiple .select2-selection__choice,
#studyModality2TD .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    height: 19px;
    line-height: 19px;
    border-radius: 0px;
    border: 1px solid #fe5673;
    background: #fe5673;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_processing {
    background: #fff;
    border: 1px solid #fe5673;
    color: #212121;
    height: 56px !important;
    border-radius: 0px !important;
}
.context-menu-icon.context-menu-icon--fa::before {
    color: #044e78 !important;
}
.dopdown-evz ul#wfmColumnsCustomizeUL li a.wfm-visible-column,
.dopdown-evz ul#columnsCustomizeUL li a.hcbridge-visible-column,
.dopdown-evz ul#list1ColumnsCustomizeUL li a.wfm-visible-column {
    background-color: #fe5673;
    color: #fff;
    border-radius: 0px !important;
}
.wizard > .content > .body input {
    border: 1px solid #fe5673;
}
.ql-toolbar.ql-snow {
	border: 1px solid #fe5673 !important;
    border-bottom: none !important;
    border-radius: 0;
}
#tabLoading1,
#recordsLoading1,
#scheduleLoading1,
#scheduleLoading2,
#portalUpload1Loading,
#pharmaciesListLoading,
#examPinCardDownLoading,
#workflowDiagramLoading,
#patientPinCardDownLoading,
#patientWalletsLoading1,
#examWalletsLoading1,
.portalCustomLoading1,
#uploadPreviewReportLoading,
#unblockingPatientWhatsApp,
#blockingPatientWhatsApp,
#crtPatientLoading,
#crtPrescLoading,
#editPrescLoading,
#crtRefLoading,
#editRefLoading {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    background: #fff;
    border: 1px solid #fe5673;
    border-radius: 0px;
    color: #212121;
    height: 56px !important;
}
#examPinCardDownLoading,
#workflowDiagramLoading,
#patientPinCardDownLoading,
#patientWalletsLoading1,
#examWalletsLoading1,
#uploadPreviewReportLoading,
#unblockingPatientWhatsApp,
#blockingPatientWhatsApp,
#crtPatientLoading,
#crtPrescLoading,
#editPrescLoading,
#crtRefLoading,
#editRefLoading {
    z-index: 9999;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #fe567366 !important;
    color: #000 !important;
    border-radius: 0px !important;
}
.cadminExportRecs {
    margin-top: 2px;
    font-size: 14px;
    color: #fe5673;
}
.pat-doc-smicon {
    font-size: 30px;
    margin: auto;
    display: table;
    color: #fe5673;
}
.timelineDocContent .pat-doc-smicon-2 {
    font-size: 40px;
    float: left;
    margin-right: 5%;
    color: #fe5673;
}

#shareExam2Prereg .rowHeader {
    background-color: #fe5673;
    color: #fff;
    border: none;
    border-radius: 0;
}
#shareExam2Prereg .rowHeader .rowHeaderCol {
    text-align: left;
    padding: 3px 10px;
}
#shareExam2Prereg .rowBody {
    overflow-y: auto;
    max-height: 12rem;
    background-color: #EAEAEA;
    color: #000;
    border-radius: 0px;
}
#shareExam2Prereg .rowBody .rowBodyCol {
    text-align: left;
    padding: 3px 10px;
}
#shareExam2Prereg .rowBody .rowBodyCol select {
    height: 23px;
    padding: 2px 10px;
}
#shareExam2Prereg > .rowBody > .width-100-perc > .rowBodyCol:nth-child(1) {
    padding-top: 6px;
}
#shareExam2Prereg > .rowHeader > .width-100-perc > .rowHeaderCol:nth-child(1),
#shareExam2Prereg > .rowBody > .width-100-perc > .rowBodyCol:nth-child(1),
#shareExam2Prereg > .rowHeader > .width-100-perc > .rowHeaderCol:nth-child(2),
#shareExam2Prereg > .rowBody > .width-100-perc > .rowBodyCol:nth-child(2),
#shareExam2Prereg > .rowHeader > .width-100-perc > .rowHeaderCol:nth-child(3),
#shareExam2Prereg > .rowBody > .width-100-perc > .rowBodyCol:nth-child(3) {
    width: 32%;
}
#shareExam2Prereg > .rowHeader > .width-100-perc > .rowHeaderCol:nth-child(4),
#shareExam2Prereg > .rowBody > .width-100-perc > .rowBodyCol:nth-child(4) {
    width: 1%;
    padding: 6px 0px 0px 0px;
    color: #fe5673;
    cursor: pointer;
}
#patientScheduleModal #scTab1 {
    background: var(--scMainColor);
    border: 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
#patientScheduleModal #scTab2,
#patientScheduleModal #scTab3 {
    background: var(--scNavBarBottomIconsColor);
    border: 0px;
    border-radius: 0px;
}
#patientScheduleModal #scSt1 {
    color: #044e78;
}
#patientScheduleModal #scContinueBtn1,
#patientScheduleModal #scContinueBtn2,
#patientScheduleModal #scheduleExamBtn {
    width: 100%;
    background-color: var(--scMainColor);
    border: 1px solid var(--scMainColor);
}
#patientScheduleModal #scRadio1,
#patientScheduleModal #scRadio2,
#patientScheduleModal #scRadio3 {
    margin: 0;
    width: 4%;
    height: 15px;
    accent-color: #fe5673;
}
#patientScheduleModal .datepicker .prev.disabled,
#patientScheduleModal .datepicker .next.disabled {
  visibility: hidden;
}
#patientScheduleModal #scCalendar .datepicker table tr td.new, 
#patientScheduleModal #scCalendar .datepicker table tr td.old {
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#patientScheduleModal #scCalendar .datepicker table tfoot {
    display: none;
}
#patientScheduleModal #scCalendar .datepicker table {
    width: 100%;
    border-spacing: 12px;
    border-collapse: separate;
}
#patientScheduleModal #scCalendar .datepicker td,
#patientScheduleModal #scCalendar .datepicker th {
    text-align: center;
    margin: 8px 12px;
    font-size: 14px;
    position: relative;
}
#patientScheduleModal #scCalendar .datepicker table td.day:not(.disabled) {
    background-color: #044e78;
    color: #eee;
    border-radius: 0px;
}
#patientScheduleModal #scCalendar .datepicker table td.day:not(.disabled):hover {
    background-color: #044e78;
    color: #fff;
    box-shadow: 0 0.5em 0.5em -0.4em #343434;
    transform: translateY(-0.1em);
}
#patientScheduleModal #scCalendar .datepicker table td.active {
    background-color: #00833c !important;
}
#patientScheduleModal #scTimeSlots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#patientScheduleModal #scTimeSlots .time-slot {
    margin: 5px;
    padding: 8px;
    border-radius: 0px;
    text-align: center;
}
#patientScheduleModal #scTimeSlots .available-time-slot {
    background-color: #044e78;
    color: #fff;
    cursor: pointer;
}
/* 
#patientScheduleModal #scTimeSlots .available-time-slot:hover {
 background-color: #00A45D;
    color: #fff;
} */
#patientScheduleModal #scCalendar .month:not(.disabled) {
    background-color: #00A45D;
    color: #fff;
}
#patientScheduleModal #scTimeSlots .available-time-slot.selected {
 background-color: #00A45D !important;
 color: #fff !important;
}
#patientScheduleModal #scTimeSlots .occupied-time-slot {
    background-color: #eeeeee;
    color: #343434;
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}
#patientScheduleModal #scTimeSlots #empty_time_slots {
    line-height: 0px;
    padding-bottom: 24px;
}
#patientScheduleModal #scTimeSlots #empty_time_slots p {
    text-align: center;
}
.select2-container {
    z-index: 999999;
}
.scExamName-dropdown {
    z-index: 999999;
}
.select2-container--open .select2-dropdown.scExamName-dropdown {
    margin-left: 0;
}
#scExamNameDiv ul.select2-selection__rendered,
#scExamNameDiv ul li .select2-search__field {
    border: 0 !important;
    margin: 0;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
}
#scExamNameDiv .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    height: 32px;
    line-height: 32px;
}
#scExamNameDiv .select2-selection.select2-selection--multiple {
    border-radius: 0px !important;
    border: 1px solid #fe5673 !important;
}
.select2-container--open .scExamName-dropdown.select2-dropdown--below {
    border-radius: 0px !important;
}
#schedulingTab3 .datepicker.datepicker-inline {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
    z-index: 999;
}
.dataTables_scrollBody .fas.fa-asterisk {
    padding-left: 10px;
    font-size: 10px;
}
.flexigrid.crud-form .ql-editor {
    background-color: #fff;
}
.flexigrid .chosen-container {
    min-width: 300px;
}
#user2FACodeVerifyDIV2 img {
    width: 200px;
    height: 200px;
    display: table;
    margin: 0 auto;
}
#user2FACodeVerifyDIV2 .alert.alert-warning {
    width: 200px;
    display: table;
    margin: 0 auto;
}
#portal-customization-wizard.wizard.vertical > .steps,
#advanced-customization-wizard.wizard.vertical > .steps {
    width: 20% !important;
}
#portal-customization-wizard.wizard.vertical > .content,
#advanced-customization-wizard.wizard.vertical > .content {
    width: 80% !important;
    float: right !important;
	margin: 0 !important;
    border-radius: 0px;
}
#portal-customization-wizard.wizard.vertical > .actions,
#advanced-customization-wizard.wizard.vertical > .actions {
    width: 80% !important;
    margin: 10px 0 !important;
}
#portal-customization-wizard .toggleDarkModeBox {
    position: relative;
    float: right;
}
#portal-customization-wizard .toggleDarkMode1 {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#portal-customization-wizard .toggleDarkMode1:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
#portal-customization-wizard .toggleDarkMode1.dark-mode:before {
    transform: translateX(20px);
    background-color: #fe5673;
}
#portal-customization-wizard .toggleDarkMode2 {
    font-weight: bold;
}
#portal-customization-wizard .logo-section,
#portal-customization-wizard .backgrounds-section,
#portal-customization-wizard .climgs-section,
#portal-customization-wizard .gifs-section,
#portal-customization-wizard .modIcons-section,
#portal-customization-wizard .ctxmenuIcons-section,
#portal-customization-wizard .storesLogos-section,
#portal-customization-wizard .webIcons-section {
        padding-top: 0px !important;
        display: inline-block;
        min-width: 255px;
        max-width: 255px;
        vertical-align: top;
        justify-items: center;
        border: 1px solid #044e78;
        padding: 8px;
        margin: 10px 5px;
        border-radius: 0px;
}
#portal-customization-wizard .clForm-section {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
#portal-customization-wizard h2 {
    text-align: center;
    padding: 0 5px;
}
#portal-customization-wizard .img-preview {
    height: 70px;
    align-content: center;
    display: table;
    margin: 0 auto 20px auto;
}
#portal-customization-wizard .img-preview img {
    max-width: 210px;
    max-height: 70px;
    background: transparent;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 0px;
}
#portal-customization-wizard .upload-form {
    display: none;
}
#portal-customization-wizard .drop-zone {
    width: 185px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px dashed #fe5673;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
}
#portal-customization-wizard .drop-zone p {
    color: #007bff;
    margin: 0;
}
#portal-customization-wizard .dragging {
    background-color: #e6f7ff;
}
#portal-customization-wizard #previewBckg3,
#portal-customization-wizard #previewBckg1,
#portal-customization-wizard #previewBckg2,
#portal-customization-wizard #previewBckg4,
#portal-customization-wizard #previewBckg5,
#portal-customization-wizard #previewBckg6,
#portal-customization-wizard #previewBckg7  {
    display: block;
    width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#portal-customization-wizard #previewBtn1 {
    display: inline-block;
    height: 29px;
    margin: 0;
    font-weight: normal;
    line-height: 15px;
}
#portal-customization-wizard #bckg1,
#portal-customization-wizard #bckg2,
#portal-customization-wizard #bckg3,
#portal-customization-wizard #bckg4,
#portal-customization-wizard #bckg5,
#portal-customization-wizard #bckg6,
#portal-customization-wizard #bckg7,
#portal-customization-wizard #cImg8,
#portal-customization-wizard #cImg9,
#portal-customization-wizard #cImg10,
#portal-customization-wizard #cImg11,
#portal-customization-wizard #cImg12,
#portal-customization-wizard #cImg13  {
    height: 120px !important;
}
#portal-customization-wizard .toggleDarkModeBox {
    position: relative;
    display: flex;
    float: left;
    gap: 7px;
}
#mdAccountUpdateTab input.new-value-warning,
#mdAccountUpdateTab select.new-value-warning,
#mdAccountUpdateTab textarea.new-value-warning {
    background-color: rgba(255, 255, 50, 0.3);
    border-color: #efef59 !important;
}
#mdAccountUpdateTab i.yellow-2-circle {
    color: #efef59;
    margin-left: 7px;
}
.mobile-menu-menu-text {
	font-size: 10px;
	font-weight: 500;
	color: #044e78;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	max-width: 80%;
	justify-self: center;
    text-decoration: none;
}
.mobile-menu a svg,
.mobile-menu-new-dropmenu a svg {
	position: initial;
    width: 20px;
    height: 20px;
    fill: #fe5673;
    top: auto;
    margin-left: 0;
}
.mobile-menu-center-svg {
	fill: #fff !important;
	height: 30px !important;
	width: 30px !important;
}
.mobile-menu-center-back {
	margin-right: auto;
	margin-left: auto;
	background: #fe5673;
	border: 0;
	padding: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	align-content: center;
}
.mobile-menu-center-text {
	position: absolute;
	position-area: center;
	align-self: center;
	height: 80%;
	font-size: 10px;
	font-weight: 500;
	color: #044e78;
	text-align: center;
	align-content: end;
	text-transform: uppercase;
	z-index: 1000000;
}
.mobile-menu-center {
	position: relative;
	bottom: 35px;
	cursor: pointer;
	border: 0;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.mobile-menu-4,
.mobile-menu-5,
.mobile-menu-6,
.mobile-menu-7,
.mobile-menu-8,
.mobile-menu-9,
.mobile-menu-10 {
	display: inline-block;
	background-color: transparent;
	border: 0;
	width: 30%;
	height: 80px;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: -15px;
	align-content: center;
}
.mobile-menu-0,
.mobile-menu-1,
.mobile-menu-2,
.mobile-menu-3 {
	width: 19%;
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	height: 100%;
	align-content: center;
}
.mobile-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-around;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	font-size: 11px;
	height: 65px;
	color: #c3cbce;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	z-index: 90000;
}
.mobile-menu .active,
.mobile-menu .active .mobile-menu-menu-text,
.mobile-menu .active svg,
.mobile-menu-new-dropmenu .active,
.mobile-menu-new-dropmenu .active .mobile-menu-menu-text,
.mobile-menu-new-dropmenu .active svg {
	fill: #fff;
	color: #fff;
	background: #fe5673;
    border-radius: 0px;
}
.mobile-menu-new-dropmenu {
    width: 100%;
    align-content: center;
    text-align: center;
    padding-bottom: 50px;
    position: fixed;
    bottom: 0;
    height: auto;
    min-height: 38rem;
    max-height: 40rem;
    font-size: 11px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    z-index: 1000;
}
.input-patient-search {
    width: 91% !important;
    float: left;
}
.btn-patient-search {
    width: 8%;
    border: 1px solid #fe5673;
    margin-left: 1%;
    border-radius: 0px; 
    /* padding: 0px 10px; */
    height: 32px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    float: right;
}
.context-menu-list.context-menu-root .context-menu-icon.context-menu-icon--fa5 i {
    color: #fe5673;
}
.context-menu-item:hover i {
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
	.mobile-menu,
	.mobile-menu-new-dropmenu {
		opacity: 1 !important;
	}
	.navbar-patient-1 .navbar-expand-toggle {
		display: none !important;
	}
    .navbar-patient-1 .container-fluid .div-img {
        margin-left: 0px !important;
        width: 0px !important;
    }
    .app-container .content-container .side-body.padding-top {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) {
	.mobile-menu,
	.mobile-menu-new-dropmenu {
		opacity: 0 !important;
	}
	.navbar-patient-1 .navbar-expand-toggle {
		display: block !important;
	}
    .patient-account-all .patient-profile-acc {
        padding-right: 10px;
        padding-left: 0;
    }
}
@media (min-width: 490px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 540px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width: 660px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media (min-width: 720px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(8, 1fr);
    }
}
@media (min-width: 992px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(4, 1fr);
        padding-left: 28px;
    }
    #patientScheduleModal #scCalendar #empty_time_slots {
        line-height: 320px;
    }
}
@media (min-width: 1184px) {
    #patientScheduleModal #scTimeSlots {
        grid-template-columns: repeat(5, 1fr);
        padding-left: 0px;
    }
}
@media only screen and (min-width: 551px){
	#patientSharedExamsTable tbody td div.svg-ops p {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	#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: 50px !important;
		width: 90vw !important;
		display: flex;
	}
	#patientExamsTable tbody tr,
    #patientDocumentsTable tbody tr,
    #patientScheduleTable tbody tr,
    #patientAnalysisTable tbody tr,
    #patientSharedExamsTable tbody tr {
		width: 100vw !important;
	}
	.viewExamBtn, 
	.viewReportBtn, 
	.deleteMedicationBtn, 
	.resendShareBtn, 
	.disableShareBtn {
        width: 20% !important;
        line-height: 15px !important;
        padding: 5px 0 !important;
        margin-bottom: 5px;
        font-size: 9px;
        height: 42px !important;
    }
	.shareBtn,
	.viewBookletBtn,
    .downloadBtn {
		width: 30% !important;
		line-height: 15px !important;
		padding: 5px 0 !important;
		margin-bottom: 5px;
		font-size: 9px;
		height: 42px !important;
	}
    .viewReportBtn.disabled,
    .viewBookletBtn.disabled {
	    display: block !important;
	}
    #patientExamsTable tbody tr:not(:hover) .show-hide-menus,
    #patientExamsTable tbody tr .show-hide-menus {
        width: 60% !important;
    }
	#patientExamsTable tbody tr.group.group-start td,
    #patientDocumentsTable tbody tr.group.group-start td,
    #patientAnalysisTable tbody tr.group.group-start td,
    #patientScheduleTable2 tbody tr.group.group-start td,
    #patientSharedExamsTable tbody tr.group.group-start td {
		width: 90vw !important;
		font-size: 12px;
	}
	#patientExamsTable tbody tr td:nth-child(2),
    #patientDocumentsTable tbody tr td:nth-child(2) {
		display: block !important;
        text-overflow: ellipsis;
        max-width: 200px;
        white-space: normal;
        margin-bottom: 15px;
	}
	#patientDocumentsTable tbody tr td:nth-child(2) {
        margin-bottom: 0px !important;
        height: 35px !important;
        min-width: 60%;
	}
	#patientExamsTable tbody tr td {
		width: max-content !important;
		display: flex;
	}
    #patientExamsTable tbody tr td:nth-child(1), 
	#patientDocumentsTable tbody tr td:nth-child(1), 
	#patientAnalysisTable tbody tr td:nth-child(2), 
	#patientAnalysisTable tbody tr td:nth-child(1),
	#patientSharedExamsTable tbody tr td:nth-child(1) {
        display: inline-block;
        float: left;
        width: auto !important;
    }
    #patientExamsTable tbody tr td:nth-child(2) {
        display: inline-block;
		float: left;
        min-width: 60%;
    }
	#patientExamsTable tbody tr td:nth-child(3),
    #patientDocumentsTable tbody tr td:nth-child(3),
	.timelineContent2, 
	.timelineDocContent2,
    .total-imgs {
		display: none;
	}
	#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) {
		padding-bottom: 0;
	}
    #patientExamsTable .total-imgs, .timeline .total-imgs {
        padding: 0px;
    }
    #patientExamsTable tbody tr td:nth-child(4) {
        padding-left: 5px;
    }
	/*.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	    overflow-x: hidden !important;
	}*/
	#patientAnalysisTable tbody tr td:nth-child(2),
    #patientSharedExamsTable tbody tr td {
	    height: 35px !important;
        display: block;
	}
    .timelineBtns .viewExamBtn,
	.timelineBtns .viewReportBtn,
	.timelineBtns .show-hide-menus .viewBookletBtn,
	.timelineBtns .show-hide-menus .shareBtn,
	.timelineBtns .show-hide-menus .downloadBtn {
        width: 18% !important;
		line-height: 15px !important;
        padding: 5px 0 !important;
        margin-bottom: 5px;
        font-size: 9px;
		height: 42px !important;
    }
	.viewDocs1Btn, 
	.downloadDocs1Btn, 
	.viewAnalysisBtn, 
	.downloadAnalysisBtn {
		width: 50% !important;
		line-height: 15px !important;
        padding: 5px 0 !important;
        margin-bottom: 5px;
        font-size: 9px;
		height: 42px !important;
	}
	.timelineDocBtns .viewDocs1Btn,
	.timelineDocBtns .downloadDocs1Btn {
		width: 48% !important;
	}
    .timelineDocContent .pat-doc-smicon-2 {
		font-size: 35px !important;
	}
    .timelineContent .viewExamPINCardBtn {
        margin-right: 0;
        margin-top: -8px;
        margin-bottom: 5px;
    }
    #download-app-block {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		background: transparent;
		padding-right: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: center;
        margin-bottom: 10px;
	}
	#download-app-block h1 {
		display: none;
	}
    #patientSharedExamsTable tbody td div.svg-ops {
        width: 30%;
        text-align: center;
    }
    #patientSharedExamsTable tbody td div.svg-ops p {
        white-space: normal;
        overflow: hidden;
        font-size: 10px;
        text-align: center;
    }
    #patientSharedExamsTable tbody tr td:nth-child(3) {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 820px) {
    #account-permissions-2-block .p-with-h4-prop {
        margin-top: -6px;
        width: 60%;
        line-height: 15px;
        position: absolute;
    }
}
.highcharts-contextmenu {
	right: 10px !important;
}
.highcharts-menu .highcharts-menu-item{
    margin-left: 5px;
    margin-right: 5px;
}
#downloadPortableViewerMacBtn,
#downloadPortableViewerWinBtn {
    border-radius: 0px;
    border: 1px solid; 
}
#downloadPortableViewerMacBtn:hover,
#downloadPortableViewerWinBtn:hover {
    background: #044e78;
    color: #fff;
    border: 1px solid #044e78;
}
#incongruousOptFilters,
.tabExamsLi .dropdown-menu.dropdown-menu-right {
    z-index: 100000; 
}
.orderWorkflowID h3, 
.container__build .container__build__info h3 {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1250px) {
	#patientTabs1 .tabNotificationsLi .dropdown-menu,
	#patientTabs1 .tabHouseholdLi .dropdown-menu,
	#patientTabs1 .tabOthersIdsLi .dropdown-menu,
	#patientTabs1 .tabExamsLi .dropdown-menu,
	#patientTabs1 .tabDocumentsLi .dropdown-menu,
	#patientTabs1 .tabSchedulingLi .dropdown-menu,
	#patientTabs1 .tabSharedExamsLi .dropdown-menu,
	#patientTabs1 .tabPortalUploadLi .dropdown-menu,
	#patientTabs1 .mdAccountUpdateTabLi .dropdown-menu,
	#patientTabs1 .tabPatientActivityLi .dropdown-menu,
	#patientTabs1 .tabHcareAppTokensLi .dropdown-menu{
	    min-width: 120px;
	    width: 180px;
	    text-overflow: ellipsis;
	    max-width: 235px;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 12px;
	    left: 0;
	}
    .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 {
            padding: 3px;
    }
}
#mdPatientId {
    float: left;
    width: 90% !important;
}
@media only screen and (max-width: 600px) {
    .big-number {
        font-size: 25px  !important;
    }
    .small-number {
        font-size: 18px  !important;
    }
    .new-installations {
        top: 1.2rem;
    }
	#viewStatsDetailsModal .col-sm-12 {
		padding: 0;
	}
	.installations-statistics-total b {
		 font-size: 14px !important;
	}
}
.mailchimp-statistics {
    overflow-x: hidden;
}
#addPatientAssociationModal a {
    white-space: nowrap;
} 
@media only screen and (max-width: 550px) {
	.patient-account-all .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
		overflow-x: hidden !important;
	}
}
.flat-green .alert.alert-warning,
.flat-green .btn.btn-danger,
.toggle.btn {
    border-radius: 0px !important;
}
.warning-yellow .warning-info,
.warning-yellow .icon-warning,
.warning-blue .warning-info,
.warning-blue .icon-warning,
.warning-green .icon-warning,
.warning-green .warning-info {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.progress-bar,
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background-color: #fe5673 !important;
	border-radius: 0px !important;
}
ul.list-unstyled li span.ca1, ul.list-unstyled li i.ca1{
    color: #044e78 !important;
}