body {
}

a {
	z-index: 100;
}

ul {
	margin-left: 20px;
}

.carePlanKind-Link {
	text-decoration: none;
}

.default-button-width {
	width: 42px;
	box-sizing: content-box;
}

.k-grid tbody tr {
	height: 10px;
}

.k-table-row {
	height: 10px;
}

/*We have to figure out how to set the selected items color when using alternating colors.*/
/*#patientPicker-list ul li:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.04);
}
*/

.k-message-box {
	padding: 5px;
}

.diagnosis-action-activate-toggle-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.k-floating-label-container {
	width: 100%;
}

.popup-checkbox {
	margin: 10px 0;
}

.custom-error-popup {
	display: inline;
	width: 50px;
	height: 100%;
}

#dialog {
	padding-bottom: 0px;
}

.error-icon .k-icon {
	color: red !important;
	width: 30px;
}

.errorDialogIcon .k-icon {
	color: red !important;
	width: 30px;
}

.error-popup-button {
	width: 150px;
}

.error-container {
	display: grid;
	grid-template-columns: 30px 10fr;
	grid-gap: 20px;
}

.error-icon {
	display: flex;
	align-items: center;
}

.k-tabstrip-item .k-image {
	margin-right: 10px;
}

#patientForm {
	width: 500px;
}

.dialogContents {
    margin-bottom: 16px;
    font-size: 18px;
}

#endDate {
	width: 100%;
	height: 30px;
	border-width: thin;
	border-radius: 5px;
}

.k-grid .nowrap {
	white-space: nowrap;
}

.editorButtonsContainer {
	margin-bottom: 5px;
	margin-top: 10px;
	float: right;
}

.k-edit-form-container {
	width: 500px;
}

.k-edit-buttons.k-actions-start {
	float: right;
}

.k-grid .k-command-cell > .k-button + .k-button {
	margin-left: 0;
}

.windowButton {
	width: 70px;
	margin-left: 5px;
}

.k-window-content {
	padding-bottom: 0px;
	padding-top: 5px;
}

.disenrollDatePicker {
	margin-top: 5px
}

.disenrollTextBox {
	margin-top: 5px;
}

.k-grid-header {
	padding: 0 !important;
}

.k-label.k-input-label {
	margin: 5px;
}

.k-grid-header-table.k-table.k-table-md {
	width: 100% !important
}

.k-grid-table.k-table.k-table-md.k-selectable {
	width: 100% !important
}

.errorsContainer {
	color: red;
	margin: 5px;
}

.errorText {
	color: red;
}

#notesEditorContainerCloseSaveButton {
	width: 100px
}

.k-form-buttons {
	float: right;
}

.form-button {
	width: 100px;
}

.detailInitItem {
	margin-top: 15px;
}

.bhiActivityGridNotesButton {
	margin-right: 10px;
}

.popUpWindowWithEditor {
	width: 50%;
	height: 75%;
}

.rowCustomDeleteButton {
	margin-left: 5px !important
}

#requiredLengthHintDiv {
	font-size: 15px;
}

.dashboardContainer {
	margin: 5px 0 5px 5px;
}

.dashboardTileHeader {
	font-size: 20px;
	font-weight: 600;
	background-color: #f4f4f4;
	padding: 4px;
}

.dashboardItemContainer {
	margin: 10px;
}

.dashboardTile {
	padding-left: 0;
	padding-right: 0;
}

#dailyMinuteChart {
	height: 150px;
}

.bhiActivityButton {
	margin: 2px !important;
}

.multipleButtonGroupContainer {
	height: 340px;
}

.leftSideCheckBoxGroup {
	width: 100%;
	height: 342px;
	padding: 4px;
	overflow: auto;
}

.leftSideCheckBoxGroupContainer {
	width: 34%;
	height: 345px;
	float: left;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 10px;
	padding: 0px 6px;
}

.signleColumnLeftSideCheckBoxGroupContainer {
	width: 30%;
	height: 345px;
	float: left;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 10px;
	padding: 0px 6px;
	margin-left: 2%;
}

.checkListContainer {
	width: 100%;
	height: 342px;
	padding: 4px;
	overflow: auto;
}

.rightSideCheckBoxGroupContainer {
	width: 64%;
	height: 345px;
	float: left;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 10px;
	padding: 0px 6px;
	border-radius: 10px;
	margin-left: 20px;
}

.singleColumnRightSideCheckBoxGroupContainer {
	width: 30%;
	height: 345px;
	float: left;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 10px;
	padding: 0px 6px;
	border-radius: 10px;
	margin-left: 1%;
}

.vendorChecklist {
	column-count: 2;
}


.saveCancelButtonsContainer {
	float: right;
	margin-right: 80px;
	margin-top: 10px;
}

.cancelButton {
	margin-right: 10px;
}

.notBoldTitle {
	font-weight: normal;
}

html, body {
	height: 100%;
	margin: 0;
}

.mainBodyLayout {
	display: flex;
	flex-direction: column;
}

.mainHeader {
	display: flex;
	flex-direction: row;
}

.mainNavBar {
	flex: 2;
}

.mainContent {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.mainContentHeader {
	padding-left: 5px;
	font-size: 28px;
	font-weight: 600;
	background-color: var(--bs-gray-200);
}

.mainContentBodyContainer {
	flex: 1 1 0;
	min-height: 0;
	display: flex;
	flex-direction: row;
}

.mainContentBody {
	overflow: auto;
	overflow-x: hidden;
	flex: 2;
}

.mainFooter {
	display: flex;
	flex-direction: column;
	margin: 5px;
	/*Causing issues with consent form */
	/*	background-color: var(--bs-gray-100);*/
	display: none
}

.mainUser {
	font-size: 12px;
	margin: 5px;
	color: white;
	background-color: transparent;
	width: auto;
}

.mainFooter .mainUser {
	color: black;
	align-self: flex-end;
}

/***** BHI *****/
#bhiGridHeader {
	padding: 10px;
	flex: 2;
}

.bhiGridStatsHeader {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.bhiGridStatsHeaderItem {
	padding: 10px;
}

.bhiGridStatsTile {
	border: black;
	border-width: thin;
	border-style: dotted;
	padding: 5px;
	box-shadow: 5px 5px lightgrey;
}

.bhiGridStatsTileValue {
	text-align: center;
	font-size: xx-large;
	margin-top: 13px;
	font-weight: 800;
}

.bhiGridStatsTileLabel {
	text-align: center;
	font-weight: 200;
	font-size: x-small;
}

.bhiGridStatsDialyGoalLabel {
	text-align: center;
	font-weight: 600;
	font-size: large;
}


#dailyMinuteProgressChartContainer .k-progress-status-wrap.k-progress-end {
	justify-content: center;
}


   /*Daily appointment Tab*/
.dailyAppointmentTab #inputForm {
	margin: 10px;
	padding-bottom: 10px;
}

.dailyAppointmentTab fieldset:nth-child(even) {
	background-color: #f5f5f5;
}

.dailyAppointmentTab .formInputGroup {
	margin: 10px;
}

.dailyAppointmentTab .formInputItem {
	margin: 10px 5px 5px 5px;
}

.dailyAppointmentTab .formQuestionText {
	font-size: var(--bs-body-font-size);
}

.dailyAppointmentTab .formGroupQuestionText {
	font-weight: 500;
}

.dailyAppointmentTab .formInputItemHeaders {
	margin-left: -85px;
}

.dailyAppointmentTab .formInputItemHeadersPositionTop {
	vertical-align: top;
}

.dailyAppointmentTab .formInnerQuestionText {
	padding-left: 20px;
}

.dailyAppointmentTab .radioCheckBoxWithLabelContainer {
	width: 175px;
	display: inline-block;
}

.dailyAppointmentTab .radioCheckBoxLabel {
	vertical-align: middle;
}

.dailyAppointmentTab .k-radio {
	border-color: #1f1f1f;
}

.dailyAppointmentTab .k-checkbox {
	border-color: black;
}

.dailyAppointmentTab .k-radio-wrap { /*to center radio buttons vertically*/
	height: 100%;
}

/*Daily appointment Tab - Group of Radio button questions*/
.dailyAppointmentTab .horizontallyAllignFlex {
	text-align: center;
}

/*Daily appointment Tab - Error stuff*/
.dailyAppointmentTab .hasError {
	border: solid 1px red;
}

.dailyAppointmentTab .validation-error-message {
	color: red;
	font-size: 13px;
	font-weight: 500;
}

/*Break Points*/
.dailyAppointmentTab .radioGroupsAnswerLabelContainerMedium {
	display: none;
}

.dailyAppointmentTab .radioButtonLabelMedium {
	display: none;
}

.dailyAppointmentTab .questionLabelMedium {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.dailyAppointmentTab .radioGroupAnswersContainer {
		display: none;
	}

	.dailyAppointmentTab .radioButtonLabel {
		display: none;
	}

	.dailyAppointmentTab .questionLabel {
		display: none;
	}

	.dailyAppointmentTab .col-2 {
		width: 100%;
	}

	.dailyAppointmentTab .radioCheckBoxWithLabelContainer {
		width: 220px;
	}

	.dailyAppointmentTab .questionLabelMedium {
		display: block;
	}

	.dailyAppointmentTab .radioGroupsAnswerLabelContainerMedium {
		display: flex;
	}

	.dailyAppointmentTab .radioButtonLabelMedium {
		display: inline-block;
		margin-left: 10px;
	}

	.dailyAppointmentTab .radioGroupMedium {
		margin-left: 20px;
		flex-direction: column;
		display: flex;
	}

	.dailyAppointmentTab .checkBoxRadioGroupMedium {
		margin-left: 20px;
	}

	.dailyAppointmentTab .radioCheckBoxWithLabelContainerMedium {
		display: flex;
		margin-bottom: 10px;
		line-height: normal;
	}

	.dailyAppointmentTab .radioButtonInGroupMedium {
		width: auto;
	}

	.dailyAppointmentTab .marginLeft {
		margin-left: 10px;
	}
}

/*button styles*/
.formActionsContainer {
	margin: 10px;
}

.actionButton {
	width: 200px;
	margin-left: 10px;
}

.alignContentEnd {
	justify-content: end;
}

/*Numeric text box styles*/
.smallNumericTextBoxWithLabelContainer {
	display: inline-flex;
	width: 190px;
	margin-right: 20px;
}

.formInputItemUnits {
	padding-left: 5px;
}

.pdfOverlayContainer {
	display: none;
	bottom: 0;
	right: 0;
	position: fixed;
	background-color: #000;
	padding: 1px;
	z-index: 3000;
}

	.pdfOverlayContainer.pdfOverlayContainerVisible {
		display: block;
	}

.pdfOverlayCloseContainer {
	width: 600px;
	text-align: right;
}

.pdfOverlayCloseButton {
	width: 30px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
}

/*Consent Form*/
#patientSignedBodyContainer {
	background-color: #ecedf3;
}

#patientSignedBodyContainer #bootStrapContainer {
	background-color: #ffffff;
}

#consentFormBody {
	padding: 30px;
}

#consentFormBody h5 {
	font-weight: 500;
}

#consentFormBody .errorMessage {
	color: red;
	font-weight: 600;
}

#consentFormBody .deliveryAreaSend {
	height: 55px;
}

#consentFormBody #sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
	width: 100%;
	height: 160px;
	max-width: 696px;
}

#consentFormBody .paragraphContent {
	text-align: justify;
}

.logoContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
}

.ennobleLogo {
	align-self: flex-start;
	margin-bottom: 10px;
}

.otherLogo {
	align-self: flex-end;
	padding-left: 30px;
	margin-bottom: 10px;
}

#consentFormBody #submitSpinner {
	margin-left: 5px;
}

@media only screen and (max-width: 576px) {
	#patientSignedBodyContainer #ennobleLogo {
		width: 300px;
	}

	#patientSignedBodyContainer #mobileMedicalLogo {
		width: 140px;
	}

	#patientSignedBodyContainer #physicianHouseCallLogo {
		width: 250px;
	}

	#patientSignedBodyContainer #clareLogo {
		width: 150px;
	}

	#patientSignedBodyContainer #globalWellnessLogo {
		width: 110px;
	}
}

#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none; /* Hidden by default */
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.spinner-container {
	text-align: center;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}

	body {
		margin: 0;
		//
	}
}

@page {
	margin: 1.5in;
}

#consentBody #printButton {
	position: absolute;
	top: 50px;
	width: 150px;
	height: 80px;
}

#subTitle {
	display: block;
	font-size: 15px;
	font-weight: 300
}

.dashboardContainer .k-toolbar.k-toolbar-resizable {
	flex-wrap: wrap;
}

.icdCodesCotainer {
	display: flex;
	flex-direction: column;
}

.icdCodesItem {
	margin-bottom: 5px;
}

/*****************************FORM STYLES*****************************/
.formContainer fieldset:nth-child(even) {
	background-color: #f5f5f5;
}

.fieldSetTitle {
	font-weight: 500;
}

.secondaryInputTitle {
	font-weight: 300;
}

/*****************************New Patient Tile Styles*****************************/
#addPatientPopUp .formTile {
	display: flex;
	flex-direction: column;
	padding: 0px 15px;
}

#addPatientPopUp .tileLabel {
	font-size: 1.3em;
	font-weight: 500;
	padding-bottom: 5px;
}

#addPatientPopUp .tileLabelContainer {
	background-color: lightgray;
	padding: 5px;
	margin-bottom: 5px;
}

.popUpFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.addPatientPopUpTile {
	width: 100%;
	max-width: 500px;
	border: 1px dashed;
	margin: 5px;
	border-radius: 5px;
}

#addPatientPopUp .btnContainer {
	width: 100%;
	text-align: right;
}

.verbalConsentKindAppointmentItem:nth-child(even) {
	background-color: #f5f5f5;
}

.readonlyElement {
	pointer-events: none;
	opacity: 0.7
}

.k-expander {
	font-size: 16px;
}

.k-ennobleGridButton {
	margin-left: 5px !important;
}

.mail-letter-icon {
	background: url('/images/MailLetter.png') no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.mail-chat-icon {
	background: url('/images/MailChat.png') no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
}


.cDRButtonLabelContainer {
	display: flex;
}

.cDRButtonLabel {
	margin-left: 10px;
}

.longTextRadioButtonsRow {
	flex-flow: column;
}

	.longTextRadioButtonsRow .k-radio-wrap {
		align-self: center;
	}


@media only screen and (min-width: 1200px) {
	.longTextRadioButtonsRow {
		flex-flow: row;
	}
}

.stripedFieldset:nth-child(even) {
	background-color: #f5f5f5;
	padding: 5px;
}

.smallFont {
	font-size: 12px;
}

.success-icon, .error-icon {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.success-icon {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.error-icon {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="15" y1="9" x2="9" y2="15"/><line x1="9" y1="9" x2="15" y2="15"/></svg>');
}

.smallInfoText {
	font-size: 12px;
	color: #1A73E8;
}

.mediumInfoText {
	font-size: 16px;
	color: #1A73E8;
}

.contentContainer {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.windowContentContainer {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.contentHeader {
	padding: 5px;
}

.contentBody {
	flex: 1;
	overflow-y: auto;
	padding: 10px;
}

.contentToolbar {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contentToolbarItem {
	margin-left: 3px;
	margin-right: 3px;
}

.contentFooter {
	padding: 5px;
}

.diagnosisSuggestionItemContainer {
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.diagnosisSuggestionInnerContainer {
	display: flex;
	flex-direction: column;
	background: transparent;
}

.suggestionHeader {
	font-weight: 600;
}

.suggestionSubHeader {
	font-weight: 200;
	font-size: 12px;
}

.InformationLabel {
	font-size: 12px;
}

.diagnosisSuggestionItemContainer:nth-child(even) {
	background-color: #f5f5f5;
}

.requiredCharacterCount {
	color: red;
}

.characterCount {
	font-size: 10px;
}

.recaptureDiagnosisItem {
	padding: 10px;
}

#diagnosisSuggestionsContainer .k-expander-header {
	background: aliceblue;
}

.suggestionDetails {
	margin-top: 10px;
}

/* Diagnosis Suggestion*/
.diagnosisSuggestionInnerContainer .left-column {
	width: 250px;
	background-color: #f8f9fa;
	flex-shrink: 0;
}

.diagnosisSuggestionInnerContainer .right-column {
	flex-grow: 1;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 1rem;
}

.diagnosisSuggestionInnerContainer .box {
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.5rem; /* smooth rounded corners */
	padding: 1rem;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.diagnosisSuggestionInnerContainer .box-more {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	font-size: xx-large;
}

.diagnosisSuggestionInnerContainer .diagnosesBreadCrumb {
	font-size: x-small;
}


.diagnosisSuggestionInnerContainer .box-title {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 0.5rem;
	text-align: center;
}

.diagnosisSuggestionInnerContainer .box-text {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.diagnosisSuggestionInnerContainer .box.active {
	background-color: #f2f7ff;
	border-color: #2d2f36;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25); /* blue glow */
	color: #2d2f36;
}

.diagnosisSuggestionInnerContainer .box:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*Dx Suggestion Rule*/
.gridReportButton {
	margin-left: 8px !important;
}

.dxSuggestionRuleFormGridContainer .k-grid-content {
	overflow: visible;
}

.jsonCodesCotainer {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.codeItem {
	display: inline;
	margin-right: 6px;
}

/* Container for the scrollable pre block */
.reportModalContainer {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* Makes the <pre> block scrollable */
.reportModalContent {
	flex: 1;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre;
	font-family: monospace;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.copyBtnAbsolute {
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 10;
}

.recentClinicalDate {
	margin-left: auto;
	margin-right: 20px;
	font-size: 1.1rem;
	font-weight: normal;
	padding-left: 10px;
}


#diagnosisSuggestionsContainer {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

	#diagnosisSuggestionsContainer .suggestionContainer {
		flex: 1;
		overflow-y: auto;
		padding: 20px;
	}

	#diagnosisSuggestionsContainer .actionButtons {
		position: sticky;
		bottom: 0;
		background: white;
		padding: 10px;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: flex-end; /* <-- align buttons to the right */
		gap: 10px;
		z-index: 1;
	}

	#diagnosisSuggestionsContainer .diagnosisSuggestionHeader {
		font-weight: bolder;
		margin-bottom: 10px;
	}

	#diagnosisSuggestionsContainer .diagnosisSuggestionExplanation {
		font-size: smaller;
		margin-bottom: 10px;
	}

.centered-line {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid lightgrey;
}

.k-radio-wrap {
	align-self: center;
}

.navbar-nav .nav-item {
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar-nav .nav-link {
	white-space: normal; /* allow wrapping */
	text-align: center; /* center text */
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	line-height: 1.2;
}

.nav-dropdown {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: normal;
	line-height: 1.2;
}

	/* Keep caret aligned inline */
	.nav-dropdown::after {
		white-space: nowrap;
		margin-left: 0.4em;
		vertical-align: middle;
	}

.previousDiagnosesContainer .k-list-item {
}

.gridColumnWrapText {
	white-space: normal !important;
	vertical-align: top;
}

.k-grid td .monitorGridInfoCell {
	max-height: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.previousDiagnosesContainer {
}

.currentDiagnosesContainer {
	margin-left: 10px;
}

.appointmentItemContentContainer {
}

.currentDiagnosesListBox {
}

.previousDiagnosesListBox .k-list-ul:focus {
	outline: none;
	box-shadow: none;
}

.previousDiagnosesContainer, .currentDiagnosesContainer {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.previousDiagnosesListBox, .currentDiagnosesListBox {
	width: 100%;
	height: 100%;
}

.appointmentDiagnosesItem {
	display: flex;
	flex-direction: row;
}

.appointmentDiagnosesItemInfo {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.appointmentDiagnosesItemFooter {
	display: flex;
	flex-direction: row;
	font-weight: lighter;
	font-size: smaller;
	font-style: italic;
}

.inactive-diagnosis {
	text-decoration: line-through;
}

.appointmentItemContentContainer {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.appointmentItemContentBody {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.appointmentItemDiagnosesContentBody {
	display: flex;
	flex-direction: row;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


.appointmentItemContentBody .k-listbox-actions {
	padding: 10px;
}

.appointmentItemContentBody .diagnosesTitle {
	padding: 5px;
	text-align: center;
}
	
.appointmentItemToolbar {
	height: 35px !important;
	overflow: unset;
}

.appointmentItemToolbar .k-button-sm {
	font-size: 12px;
	padding: 10px;
}

.appointmentItemToolbarItem {
	height: 20px;
	min-width: 150px;
}

.appointmentItemContentFooter {
	padding: 5px;
}

.appointmentItemContentHeader {
}

.currentDiagnosesContainer #diagnosisPickerContainer {
	width: 100%;
	margin-top: 5px;
}

#diagnosisPicker {
	border-width: 1px;
	border-color: darkgrey;
	border-style: solid;
}

.diagnosisPickerInput {
	border-radius: 0 !important;
	border-color: darkgrey;
	border-style: solid;
}

#diagnosisPickerInformation {
	padding-top: 5px;
	font-size: 10px;
	color: grey;
}

.appointmentItemErrorsContainerHeader {
	font-size: 16px;
	margin: 0px;
	color: red;
}

.appointmentItemErrorsContainer {
	margin-left: 20px;
	font-size: 14px;
	color: red;
}

.diagnosisPickerInfo {
	font-size: 10px;
	margin: 5px;
}

.appointmentDiagnosesItem .diagnosis-text {
	font-size: 10px;
	text-overflow: ellipsis;
}

.appointmentDiagnosesItem .diagnosis-action-button {
	margin-left: 5px;
	padding: 2px 6px !important;
	width: 90px !important;
	height: 25px;
}

/* Fix ListBox rendering issues with flexbox */
.appointmentItemContentContainer .k-listbox .k-list-item {
	display: flex;
	width: 100%;
	padding: 4px 8px;
}

.appointmentItemContentContainer .k-list-item-text {
	width: 100%;
}

.appointmentDiagnosesItem .appointmentDiagnosesItemActionButtons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	flex-wrap: wrap;
}

.icon-ambulance {
	background-image: url('/images/Ambulance.png');
	width: 16px;
	height: 16px;
	min-width: 0px !important;
	min-height: 0px !important;
}

.icon-doctor {
	background-image: url('/images/Doctor.png');
	width: 16px;
	height: 16px;
	min-width: 0px !important;
	min-height: 0px !important;
}

.diagnosisRefinementSelector .title {
	font-size: 14px;
	margin-bottom: 10px;
}

.diagnosisRefinementSelector .titleDxIcdCode {
	font-weight: bold;
}

.diagnosisRefinementSelector .titleDxDescription {
	font-style: italic;
}

.diagnosisRefinementSelector .items {
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.diagnosisRefinementSelector .unrefinedDiagnosis {
	width: 100%;
	height: 25px;
}

.diagnosisRefinementSelector .unrefinedTitle {
	margin-top: 10px;
}

.diagnosisRefinementSelector .unrefinedDiagnosisExplanation {
	margin-top: 10px;
}

.diagnosisRefinementSelector .unrefinedDiagnosisExplanationHeader {
	margin-top: 5px;
	color: red;
}

.diagnosisRefinementSelector .unrefinedDiagnosisExplanationHeaderTextBox {
	margin-top: 10px;
}

.wide-form {
	width: 80%
	max-width: 1200px; 
	margin: 0 auto;
}
#voluntaryAlignmentBody {
	font-size: 1.5em;
}

.plain-link {
	color: #0066cc !important;
	text-decoration: underline !important;
	background: none;
	border: none;
	padding: 0;
	font-weight: normal;
}
.fontSizeScaleUp {
	font-size: 120%;
}

.plain-link:hover {
	color: #004999; /* darker blue on hover */
}

.reviewed-medications-allergies {
	display: flex;
	justify-content: center; 
	align-items: center; 
	gap: 0.5rem; 
	text-align: left; 
    padding: 10px;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown, .k-pager-md .k-pager-sizes .k-dropdownlist, .k-pager-md .k-pager-sizes > select {
	width: 80px !important;
}
#patientSignedFormLoadingOverlay {
	position: fixed;
	inset: 0;
	display: none;            /* toggled to flex in JS */
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.45);
	z-index: 2000;            /* above everything */
}
#patientSignedFormLoadingOverlay .spinnerContainer {
	padding: 1.25rem;
}

.inputPaddingTop {
	padding-top: 2rem;
}

.medicationHighRiskDiagnosesDetails{
    margin-left: 20px;
}

.medicationHighRiskDiagnosesContainer {
    width: 100%;
}

.medicationHighRiskDiagnosesModelContainer {
    padding: 5px;
}

.medicationHighRiskDiagnosesModelContainer:nth-child(even) {
	background-color: #f5f5f5;
}

.medicationHighRiskDiagnosesModelAiAnalysisActionRatingContainer {
	display: flex;
	width: 100%;
	gap: 5px;
	margin-top: 2px;
}

.medicationHighRiskDiagnosesModelAiAnalysisActionRatingContainer > button {
	flex: 1; 
	max-width: none; 
}

.medicationHighRiskDiagnosesModelAiAnalysisContainer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 5px;
}

.medicationHighRiskDiagnosesModelAiAnalysisAddContainer {
    align-self: center; /* Overrides the container�s alignment for just this item */
}

.highRiskMedicationSelection{
	margin-top: 5px;
}

.medicationEvaluateMDMContent {
	margin-top: 7px;
}

.highRiskeMedicationsEditorLabel {
	font-weight: 500;
	padding: 5px;
}

.k-token-placeholder {
    cursor: pointer;
    color: #0066cc !important;
    text-decoration: underline !important;
    background: none;
    padding: 0;
    font-family: inherit;
}


.highRiskeMedicationsEditor {
  display: block !important;
}

/* Insert a non-breaking space before each token so it never starts a line */
/*.highRiskeMedicationsEditor a.k-token-placeholder::before {
  content: "\00A0";*/ /* NBSP */
/*}*/


.k-token-placeholder:hover {
    color: #004999;
    text-decoration: underline;
}

.k-token-placeholder:after {
    content: "";
}

/*.k-editor-toolbar-wrap,
.k-editor-toolbar,
.k-editor-floating-tools,
.k-editor-popup {
    display: none !important;
}
*/
.a.k-token-placeholder {
    display: inline; /* or inline-block */
}

.k-chart text,
.k-chart .k-title,
.k-chart .k-label,
.k-chart .k-legend text {
	fill: #222 !important;
	/*	opacity: 1 !important;*/
}

/* Layout */
.bhi-form-grid {
  display: grid;
  gap: 1rem; /* reduced vertical spacing between sections */
}

/* Section headings */
/*.bhi-section {
  margin: 0;
  padding: 0;
  border: none;
}
.bhi-section > legend {
  display: block;
  grid-column: 1 / -1;
  background: #f3f4f6;*/ /* subtle shading */
  /*padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}*/

/* Field rows */
/*.bhi-form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 0.35rem;*/ /* half previous spacing */
/*}
@media (max-width: 720px) {
  .bhi-form-row { grid-template-columns: 1fr; }
}*/

/* Labels */
/*.bhi-label {
  line-height: 2rem;
  font-weight: 600;
  color: #374151;
}*/
.bhi-label.required::after {
  content: ' *';
  color: #d92d20;
}

/* Inputs */
.bhi-control input[type="text"],
.bhi-control input[type="number"],
.bhi-control input[type="date"],
.bhi-control [data-role="datepicker"] {
  width: 100%;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font: inherit;
  background: #fff;
  outline: none;
}
.bhi-control input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59,130,246,.15);
}

/* Checkbox */
.bhi-checkbox {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.bhi-checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}

/* Validation */
.k-invalid-msg {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.k-window-actions {
	justify-content: flex-end;
}


/* Styles for group headers */
#formContainer .k-form-fieldset > .k-form-legend {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #004085;
	background: #e9ecef;
	border-left: 4px solid #007bff;
	padding: 6px 10px;
	margin-bottom: 8px;
	border-radius: 3px;
}

/* Optional: extra spacing between groups */
#formContainer .k-form-fieldset {
	margin-top: 14px;
	padding-top: 6px;
}

.k-form-label-cell {
	display: flex;
	align-items: center;
	font-weight: 600;
	padding: 0.5rem 0.25rem 0.5rem 0;
}

.k-radio-group {
	width: 100%;
}

.bhiPatientDetailsContainer table {
	max-width: 1400px;
	margin-right: auto;
}

.bhiPatientDetailsContainer td,
.bhiPatientDetailsContainer th {
	word-break: break-word;
}

.bhiNotesContentFooter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

	.bhiNotesContentFooter .buttonsContainer {
		margin-left: auto;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

.k-grid .cell-green {
	background-color: #c6efce;
	color: #006100;
}

.k-grid .cell-red {
	background-color: #ffc7ce;
	color: #9c0006;
}

.k-grid .cell-neutral {
	background-color: #f2f2f2;
	color: #333;
}

.kendoTabStrip {
	height: calc(100vh - 80px);
}

#bhcmTracker {
 padding-bottom: 0px;
}

.patientPanelDetailContainer {
	display: flex;
	flex-direction: column;
}

#bhiPatientPanelTabStrip {
}

.lightblueStripedTable > tbody > tr:nth-of-type(odd) > td {
	background-color: #eff8ff !important;
}

.appointmentItemBhiTabContainer {
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
}

.appointmentItemBhiCarePlan {
	width: 100%;
	flex-grow: 1;
	display: flex !important;
	flex-direction: column;
}

.appointmentItemBhiCarePlan .k-editor {
	width: 100%;
	flex-grow: 1;
}

#hrsnForm .k-invalid-msg,
#cognitiveAssessmentFormContainer .k-invalid-msg,
#guideClinicalTemplateFormContainer .k-invalid-msg,
#guideNonClinicalTemplateFormContainer .k-invalid-msg {
	display: block;
	margin-top: 0.2rem;
	color: red;
	font-size: 0.8rem;
}

.mainContent .k-grid-content {
	overflow-y: auto;
}

.bhiPatientBadge {
    margin: 2px;
    padding: 4px;
    font-size: 10px;
}

/*Appointment Items*/
.k-expander-content {
	padding-block: 0; 
}

.k-radio-list-horizontal, .k-radio-list.k-list-horizontal {
	gap: 4rem;
}

/* Targets only this dialog instance */
.errdlg-wrap .k-dialog {
	overflow: hidden;
}

.errdlg {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.errdlg__header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(244, 67, 54, 0.12);
	border: 1px solid rgba(244, 67, 54, 0.45);
}

.errdlg__icon {
	margin-top: 2px;
}

.errdlg__headtext {
	flex: 1;
	min-width: 0;
}

.errdlg__title {
	font-weight: 600;
	margin-bottom: 4px;
}

.errdlg__summary {
	line-height: 1.25rem;
	word-break: break-word;
}

.errdlg__toolbar {
	display: flex;
	gap: 8px;
}

.errdlg__details {
	border-top: 1px solid rgba(0,0,0,0.08);
	padding-top: 10px;
}

.errdlg__detailsInner {
	max-height: 260px;
	overflow: auto;
	padding-right: 6px;
}

	.errdlg__detailsInner ul {
		margin: 0;
		padding-left: 18px;
	}

	.errdlg__detailsInner h5 {
		margin: 10px 0 6px;
		font-weight: 600;
	}

.errdlg-wrap .errdlg__actionBtn {
	min-width: 150px;
}

.k-grid tr.clinical-row {
	background-color: #fbf1ea;
}

.k-grid tr.clinical-row:hover {
	background-color: #f4e3d8;
}

.loadingCloak {
	visibility: hidden;
}
.careplan-detail-panel {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 700px;
	background-color: white;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	display: none;
	flex-direction: column;
	padding: 0 20px;
}

.careplan-detail-panel.open {
	display: flex;
}

.careplan-detail-content {
	margin: 20px 0 60px 0;
	overflow-y: auto;
}

.careplan-detail-header {
	padding: 6px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.careplan-detail-header .careplan-detail-close-btn {
	align-self: flex-end;
	margin-bottom: 8px;
}

.careplan-detail-header p {
	margin: 0 0 10px 0;
	font-weight: 600;
}

.careplan-supervision-rejection-buttons-container {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	width: 100%;
	flex-wrap: wrap;
}

.careplan-supervision-rejection-reason-container {
	width: 100%;
	margin-bottom: 10px;
}

.careplan-supervision-rejection-reason-container label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}

.careplan-supervision-rejection-reason-container textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
}

.careplan-supervision-rejection-reason-container textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

.careplan-supervision-rejection-reason-error {
	color: #d32f2f;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 500;
}

.care-plan-render-bullet {
	margin-left: 60px;
}

.careplan-detail-editable label {
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
}

.careplan-detail-textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-family: inherit;
	font-size: 13px;
	resize: vertical;
}

.careplan-detail-textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

.careplan-readonly-text {
	white-space: pre-wrap;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.careplan-readonly-list {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 13px;
}

.careplan-readonly-list li {
	margin-bottom: 4px;
}