.right-align {
	text-align: right;
}

.kpis .row {
	color: #447;
	font-weight: 400;
	font-size: 16px;
	margin-left: -7px;
	margin-right: -7px;
}

.kpis .popover-title {
	color: white;
	background-color: #2196F3;
}

.popover-audio-playback .popover-title {
	color: white;
	background-color: #2196F3;
}

.kpi-date-range-display {
	cursor: pointer;
}

.kpi-filter-menu {
	color: #777;
}

.kpi-filter-menu:hover {
	color: #5292CC;
}

.kpi-date-range-menu-title {
	max-width: 10em;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
}

.kpi-date-range-menu-offset-title {
	display:inline-block;
	color: #bbb;
	font-size: 10px;
}

.kpi-providers-menu-title {
	max-width: 8em;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
}

.dashboard-item-group {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

:not(.ui-sortable-disabled).ui-sortable.dashboard-item-group {
	min-height: 100px;
}

.kpi-panel-single {
	/* height: 170px; */
}

.kpi-layout-panel .row {
	font-size: 16px;
}

.kpi-panel-row {
	padding: 4px 0px;
	border-top: solid 1px #dedede;
	font-size: 14px;
}

.kpi-panel-row-first-row {
	border-top: none;
}

.kpi-panel-home-master-row {
	padding: 4px 0px;
	font-size: 14px;
}

.kpi-panel-home-master-row .kpi-param-info {
	display: none;
}

.table > thead > tr > th {
	background-color: #E0E1E5;
	border-bottom: none;
	font-weight: 500;
	text-transform: uppercase;
}

.table > thead > tr > th.detail-table-patient-name-column {
	padding-left: 59px;
}

.detail_table div.dataTables_wrapper div.dataTables_filter input {
	width: 100%;
}

.detail_report_table_group_header_top_row {
	border-bottom: none !important;
	font-size: 12px;
}

.detail_report_table_group_header_bottom_row {
	border-top: none;
	font-size: 10px;
	border-top: none !important;
}

.detail_report_table {
	text-align: center;
	table-layout: fixed;
}

.detail_report_table th {
	text-align: center;
}

.table .detail-table-dollar-column {
	text-align: right;
	padding-right: 28px;
	color: #021E3C;
	/* color: rgb(95, 95, 95); */
}

.tbl-footer.detail-table-dollar-column {
	padding-right: 0;
}

.table .detail-table-dollar-column > div {
	margin: 10px 10px;
	text-align: center;
}

.table .detail-table-dollar-column > div:first-child  {
	background-color: #52D2B8;
	color: white;
	border-radius: 25px;
	padding: 5px 10px;
}

.table.detail_table_heatmap .detail-table-dollar-column > div:first-child {
	background-color: transparent;
	color: black;
	border-radius: 25px;
	padding: 5px 10px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pagination>.active>a, .pagination>.active>a:focus {
	background-color: #021E3C;
    border-color: #021E3C;
}

.pagination>li>a {
	color: #021E3C;
}

select.form-control.input-sm {
	border-radius: 25px;
}

input.form-control.input-sm {
	border-radius: 25px;
}

.table td.detail-table-patient-name-column {
	white-space: nowrap;
}

.table .detail-table-deemphasize-column {
	font-size: smaller;
	font-style: italic;
	color: gray;
}

.table td.detail-table-deemphasize-column-data {
	font-size: smaller;
	font-style: italic;
	color: gray;
}


table.dataTable.table-condensed > thead > tr > th.detail-table-dollar-column {
	text-align: right;
	padding-right: 28px;
}

.detail_table_heatmap > tbody > tr > td {
	padding: 0px;
}

.enterprise-detail-table > tbody > tr > td {
	padding: 0px;
}

.graph-data-table {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e5f5;
	margin-top: 12px;
	padding-top: 8px;
}

.graph-data-table .pn-datatable-header-controls {
	display: none;
}

.kpi-panel-row .kpi-summary-name {
	font-size: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.kpi-layout-panel-horizontal .kpi-summary-name {
	text-align: left;
	padding-left: 12px;
}

.kpi-layout-panel-horizontal .single-row-kpi-value {
	padding-bottom: 6px;
}

.kpi-layout-panel-horizontal .review-site-stat-container {
	padding-bottom: 6px;
}

.review-list-layout-panel-title {
	padding: 10px;
	height: 40px;
	border-bottom: solid 1px #ededed;
	border-top:  solid 1px #ededed;
}

.single-row-kpi-name {
	font-size: 14px;
	margin-top: 2px;
	height: 1.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #797979;
	text-align: right;
	width: 50%;
}

/*.kpi-panel-row .single-row-kpi-name:hover {
	white-space: normal;
	text-overflow: clip;
    overflow: visible;
	height: auto;
	min-height: 1.6em;
}*/

.single-row-kpi-value .kpi-summary-number {
	display: inline;
	margin-top: 4px;
	text-align: left;
	height: 1.6em;
}

.kpi-layout-panel .kpi-panel-row .kpi-summary-number {
	font-size: 16px;
}

.kpi-panel {
	position: relative;
	padding: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #447;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	border-color: #F6F7FA;
	background-color: #fff;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}
	/* box-shadow: 1px 1px 2px 1px #eee; */

.kpi-panel.kpi-panel-no-border {
	border: none;
	box-shadow: none;
}

.kpi-panel-standalone {
	border-radius: 15px;
	border-width: 1px;
	border-color: #eee #eee;
}

.kpi-panel-row .kpi-panel {
	border-top-width: 1px;
}

.kpi-popover-panel {
	padding: 0.4em;
	padding: 1.5em;
	font-weight: 500;
	background-color: #fcfcfc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.kpi-layout-panel-title {
	margin: -5px 0px 0px 15px;
	padding: 10px;
	border-radius: 15px 15px 0px 0px;
	background-color: #fff;
	color: #000000;
	font-weight: 500;
}

.kpi-home-page-panel > .kpi-layout-panel-title, .kpi-home-page-dashboard-panel > .kpi-layout-panel-title {
	padding: 10px;
	margin: -8px 0 0 -8px;
	border-radius: 15px 15px 0px 0px;
	background-color: transparent;
	color: #000000;
	font-weight: 500;
}

.kpi-home-page-panel, .kpi-home-page-dashboard-panel {
	border-radius: 15px;
}

.enterprise-group .kpi-layout-panel-title {
	background-color: #d7d7e3;
	height: 43.85px;
	margin: -9px -9px 0px -9px;
}
.enterprise-group .kpi-panel-outer-container {
	background-color: #d7d7e347;
	border-radius: 15px;
}

.enterprise-group .kpi-panel {
	color: #447;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	border-color: #F6F7FA;
	background-color: #fff;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.non-enterprise-group + .enterprise-group {
	border-top: 1px solid #e7e7e7;
}

.enterprise-group + .non-enterprise-group {
	border-top: 1px solid #e7e7e7;
}

.service-code-dropdown .btn-group.open .multiselect-container {
	max-width: 450px;
}

.service-code-dropdown .btn-group.open .multiselect-container label.checkbox{
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(min-width:992px) {
	.kpi-home-page-task-panel, .kpi-home-page-revop-panel {
		height: 446px;
		overflow-y: auto;
	}
}

.kpi-home-page-dashboard-panel .kpi-layout-panel-title {
	background-color: #1976d2;
	color: #e3f2fd;
}

.kpi-home-page-task-panel .kpi-layout-panel-title {
	background-color: #673ab7;
	color: #ede7f6;
}

.kpi-home-page-revop-panel .kpi-layout-panel-title {
	background-color: #4caf50;
	color: #e8f5e9;
}

.kpi-home-page-practices-panel .kpi-layout-panel-title {
	background-color: #1976d2;
	color: #e8f5e9;
}

.kpi-home-page-floating-title .kpi-layout-panel-title {
	margin-top: -60px;
	font-size: 23px;
	color: #1B2A55;
}

.kpi-home-page-panel > .kpi-layout-panel-title.home-page-icon-title {
	font-size: 20px;
	color: #1B2A55;
	padding: 20px 10px 10px 20px
}

.kpi-home-page-floating-title .kpi-panel-master-row .kpi-summary-name,
.kpi-home-page-floating-title .kpi-panel-home-master-row .kpi-summary-name {
	margin-top: 1em;
	text-align: left;
}

.floating-title-outer {
	margin-top: 40px;
}

.kpi-home-page-panel .kpi-panel-master-row .kpi-summary-name  {
	display: inherit;
	font-size: inherit;
	margin-top: 1em;
}

.kpi-home-page-revop-panel .kpi-summary-name {
	display: none;
}

.kpi-home-page-task-panel .kpi-summary-name  {
	display:none;
}

.kpi-home-page-task-panel .kpi-param-info {
	display:none;
}

.kpi-home-page-task-panel .kpi-panel-home-master-row {
	overflow-x: auto;
}


/* Override margins on .kpis .row */
.kpis .dashboard-item-group .kpi-layout-panel {
	margin-left: 1px;
	margin-right: 1px;
}

:not(.kpi-layout-panel .kpi-number-only-panel).kpi-number-only-panel {
	font-weight: bold;
	height: 200px;
}

:not(.kpi-layout-panel .kpi-progress-panel).kpi-progress-panel {
	font-weight: bold;
	height: 200px;
}

:not(.kpi-layout-panel .kpi-circular-progress-panel).kpi-circular-progress-panel {
	font-weight: bold;
	height: 200px;
}



.kpi-panel-selected {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.kpi-detail-panel {
	padding: 0.4em;
	padding: 1.5em;
	font-weight: 500;
	background-color: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-radius: 6px;
	background: rgb(246,247,250);
    background: linear-gradient(90deg, rgba(246,247,250,1) 0%, rgba(246,247,250,1) 70%, rgba(255,255,255,1) 100%);
}

/* border */
.kpi-detail-panel-arrow {
	position: absolute;
	border-top-width: 0px;
	border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
	border-width: 11px;
	border-style: solid;
	top: -22px; /* change based on border-width */
	z-index: 10;
}

/* fill */
.kpi-detail-panel-arrow::after {
	position: absolute;
	margin-left: -10px;
	bottom: -11px;
	content: " ";
    border-color: transparent transparent white transparent;
	border-width: 10px; /* should be less than above border width */
	border-style: solid;
}

.kpi-horizontal-graph-total {
	position: absolute;
	float: right;
	right: 12px;
	top: 30px;
}

@media(min-width:1024px) {
	.kpi-layout-panel {
		height: 550px;
	}
}

.nav.nav-pills.kpi-panel-tab-container {
	margin-bottom: 10px;
}

.kpi-layout-panel-horizontal {
	height: inherit;
}

.kpi-layout-panel-horizontal .kpi-layout-panel-title {
	margin-bottom: 12px;
}

.kpi-layout-panel .kpi-horizontal-graph-total {
	position: absolute;
	float: right;
	right: 12px;
	top: -30px;
}

.kpi-layout-panel .kpi-horizontal-graph-panel .kpi-param-info {
	display: none;
}

.kpi-panel-favorite {
	position: absolute;
	float: right;
	right: 5px;
	top: 5px;
	color: gold;
}

.kpi-actions-panel-item {
	display: inline-block;
	padding-left: 14px;
}

.kpi-action-menu-items, .list-group {
	margin-bottom: 0px;
}

.kpi-action-menu-items > .list-group-item {
    padding: 5px 5px;
	border: none;
}

.kpi-panel-menu {
	position: absolute;
	float: right;
	right: 5px;
	top: 5px;
	color: #666;
}

.kpi-layout-panel .kpi-panel-menu {
	top: 10px;
}

.kpi-layout-panel-horizontal-tabbed .kpi-panel-menu {
	top: -5px;
}

.kpi-graph-container-block {
	position: relative;
}

.kpi-container-block {
	position: relative;
	margin-top: 16px;
}

.kpi-panel-graph-controllers {
    display: flow-root;
}

.kpi-progress-panel .kpi-graph-block {
	height: 45px;
	margin-top: 5px;
}

.kpi-progress-panel .kpi-container-block {
	margin-left: 2em;
}

.kpi-progress-panel .kpi-summary-number {
	text-align: left;
	display: inline;
}

.kpi-progress-panel .kpi-summary-block {
	float: none;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.kpi-panel .kpi-icon-block {
	padding: 0px;
	text-align: center;
	width: 100%;
}

.kpi-panel .kpi-icon-block > i {
	font-size: 20px;
}

.kpi-progress-panel .kpi-summary-delta-number {
	display: inline;
	margin-left: 1em;
}

.kpi-progress-panel .kpi-graph-block {
	width: 80%;
}

.kpi-goal-block {
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	right: 8px;
	top: 0px;
	text-align: left;
}

.kpi-progress-panel .kpi-graph-block .progress-graph {
	height: 45px;
}

.kpi-graph-block {
	display: inline-block;
	overflow: hidden;
	width: 50%;
	height: 80px;
}

.kpi-summary-block {
	float: left;
	font-size: 24px;
	width: 50%;
	max-width: 170px;
	color: #779;
	padding-bottom: 10px;
	padding-top: 20px;
}

.kpi-layout-panel .kpi-panel-row .kpi-summary-block {
	/* margin-top: 5%; */
}

.kpi-layout-panel .kpi-panel-row .kpi-progress-panel .kpi-summary-block {
	margin-top: 5px;
}

.kpi-layout-panel .kpi-panel-row .kpi-panel-single .kpi-summary-block .kpi-summary-number {
	font-size: 20px;
	padding-left: 0px;
	margin-left: 0px;
}

.kpi-number-only-panel .kpi-summary-block {
	float: none;
	padding-top: 0px;
	width: 100%;
	max-width: initial;
	text-align: center;
}

.kpi-layout-panel-horizontal .kpi-summary-block, .kpi-layout-panel-horizontal-tabbed .kpi-summary-block {
	float: none;
	padding-top: 0px;
	width: 100%;
	max-width: 170px;
	text-align: center;
}

.kpi-summary-name {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #5f5e5e;
	padding-left: 12px;
	width: fit-content;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.detail-bar-name.kpi-summary-name {
	text-align: left;
	width: fit-content;
}

.kpi-param-info {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #8b8ba7;
	padding-left: 12px;
	/* position: absolute; */
	top: 1.6em;
	min-height: 26px;
}

.kpi-param-info-item {
	display: inline-block;
	padding: 4px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.kpi-master2_2-row .kpi-param-info-item {
	width: 50%;
}

.kpi-param-info-item > span {
	margin-right: 6px;
}

.kpi-panel-master-row .kpi-summary-name  {
	padding-left: 0px;
}

.kpi-layout-panel .kpi-panel-master-row .kpi-container-block {
	margin-top: 1em;
}

.kpi-layout-panel .kpi-master2_2-row .kpi-summary-name  {
	padding-top: 6px;
}

.kpi-layout-panel .kpi-master2_2-row .kpi-circular-progress-panel .kpi-container-block {
	padding-top: 0px;
}

.kpi-layout-panel .kpi-panel-row .kpi-inline-detail-graph-small {
	margin-top: 0px;
}

.kpi-layout-panel .kpi-master2_2-row .kpi-param-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.kpi-layout-panel .kpi-panel-row .kpi-param-info {
	display: none;
}

.kpi-layout-panel .kpi-panel-row.kpi-panel-row-first-row .kpi-param-info {
	display: inherit;
	top: -10px;
	left: -8px;
}

.kpi-layout-panel .kpi-panel-row .kpi-panel-single.kpi-number-only-panel {
	height: 95px;
}

.kpi-layout-panel-horizontal .kpi-circular-progress-panel .kpi-summary-block {
	padding-top: 16px;
}

.kpi-layout-panel-horizontal .kpi-circular-progress-panel .kpi-container-block {
	margin-top: 0px;
}

.kpi-panel-master-row {
	padding-bottom: 14px;
	height: 142px;
}

.kpi-panel-master-row .kpi-param-info {
	padding-top: 0px;
	padding-left: 0px;
	line-height: 1em;
}

.kpi-number-only-panel > .kpi-summary-name {
	height: 2.2em;
}

.kpi-dollar-sign {
	position: relative;
	font-size: 70%;
	top: -4px;
	left: -2px;
	color: #bbb;
}

.kpi-panel-topright > div > .label {
	font-size: 14px;
	font-weight: 400;
	color: #447;
}

.kpi-group-edit-mode {
	border: 2px solid #B0BEC5;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: white;
}

.patient-panel.phone-icon {
	color: white;
	background-color: #2143A4;
	width: 50px;
	height: 50px;
	font-size: 15px;
	text-align: center;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3px 0 0 15px;
	border: 8px solid white;
	box-shadow: rgb(0 0 0 / 11%) 0px 2px 3px;
	cursor: pointer;
}

.patient-panel.modal-title {
	font-size: 29px;
}

.patient-info-dialog h4 {
	padding-bottom: 6px;
}

.patient-panel.patient-icon {
	background-color: #47D8B2;
	color: white;
	width: 60px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-top: 10px;
}

.patient-panel.patient-identity-info {
	font-size: 17px;
	padding-left: 95px;
}

.patient-panel.patient-identity-info .info-label {
	margin-right: 6px;
    display: inline;
    color: #8A90A2;
}

.patient-task-subheading, .panel-subheading-rounded {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom: 0;
}

.panel-subheading-right-rounded {
	border-top-right-radius: 15px;
	margin-bottom: 0;
}

.panel-subheading-left-rounded {
	border-top-left-radius: 15px;
	margin-bottom: 0;
}

.patient-panel.body-row {
	padding: 20px 0 0 45px
}

.panel-subheading.detail-item-group-label {
	padding: 35px 0px 4px 39px;
	font-size: 19px;
}

.patient-panel.insurance-info {
	padding: 35px 0;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	margin: 20px 60px;
}

.insurance-check.button-container {
	margin: 0 0 30px 40px;
}

.patient-panel.panel-heading {
    background-color: white;
    border-color: white;
	color: #8A90A2;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 0;
	padding: 3px 0 5px 10px
}

.patient-panel.panel-body {
	padding: 0 0 5px 10px;
}

.patient-panel.panel.panel-primary {
    border-color: #48A6BC;
}

.patient-panel.panel.panel-danger {
    border-color: #D95050;
}

.patient-panel.panel.panel-warning {
    border-color: #FFA100;
}

.patient-panel.panel {
    border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-left: 4px solid;
	border-radius: 0;
}

.patient-panel.btn.btn-primary {
	width: 125px;
	border-radius: 25px;
	background-color: white;
	color: #1B2A55;
	border: none;
	font-size: 13px;
	padding: 8px;
	box-shadow: rgb(0 0 0 / 11%) 0px 2px 3px;
}

.patient-panel.btn.btn-primary > i {
	color: #B3B7C3;
	margin-right: 10px;
}

@media (min-width: 850px) {
	.patient-panel.patient-tabs {
		margin: 0 4px;
	}
}

.patient-panel.sms-button, .patient-panel.call-button {
	margin-left: 10px;
	color: white;
	background-color: #008BD0;
	border: none;
	border-radius: 15px;
	font-size: 11px;
	padding: 5px 10px 2px;
}

.patient-panel.execute-call-button, .patient-panel.execute-call-button[disabled]:hover {
	margin-left: 15px;
	color: white;
	background-color: #008BD0;
	border: none;
	border-radius: 15px;
	padding: 9px 30px 10px;
	font-size: 13px;
}

.patient-panel.sms-button[disabled], .patient-panel.call-button[disabled] {
	opacity: .5;
}

.patient-panel.phone-row {
	border-radius: 17px;
}

.patient-panel.phone-row:hover {
	background-color:#F6F7FA;
}

.patient-panel.phone-row span {
	min-width: 89px;
}

.patient-panel.info-container {
	min-width: 235px;
	max-width: 295px;
}

.patient-panel.patient-email {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #8A90A2;
	font-size: 16px;
	align-items: center;
}

.patient-panel.extensions-popover {
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.account-history-detail-item-table-valign > tbody > tr > .patient-panel.detail-item-label {
	font-size: 15px;
	color: #8A90A2;
}

.account-history-detail-item-table-valign > tbody > tr > .patient-panel.detail-item-value {
	font-weight: 700;
	font-size: 15px;
	color: #575B68;
}

.patient-panel.reminder-customization {
	background-color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px 0 30px 0;
	margin-bottom: 15px;
	position: relative;
}

.patient-panel.accordion-container {
	padding: 22px 36px 34px;
	background-color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.patient-panel.panel.panel-primary.accordion {
	border-color: #F7F8FA;
	background-color: #F7F8FA;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.patient-panel.panel.panel-primary.accordion.rounded,
.patient-panel.panel.panel-primary.accordion.rounded > .panel-heading {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.patient-panel.panel.panel-primary.accordion > .panel-heading {
	border-color: #F7F8FA;
	background-color: #F7F8FA;
	color: #1B2A55;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 25px 64px 33px;
}

.patient-panel.panel.panel-primary.accordion > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #F7F8FA;
}

.tp-container > div > .patient-panel.treatment-plan-header {
	background: RGBA(0, 139, 208, 0.04);
	padding: 10px 15px;
	border-radius: 20px;
	margin: 0 0 15px 0;
	color: #8A90A2;
	font-size: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tp-container > div ~ div > .patient-panel.treatment-plan-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.table > tbody.patient-task-table-body > tr.task-item {
	box-shadow: none;
	border-left: none;
	border-right: none;
}

.table > tbody.patient-task-table-body > tr.patient-task-selected-row {
	box-shadow: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.table > tbody.patient-task-table-body > tr.patient-task-selected-row > td {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.nav-tabs {
	border-bottom: none;
}

a {
	color: #2d478f;
	text-decoration: none;
}

a:hover {
	color: #757C97;

	text-decoration: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	border: none;
	border-bottom: 4px solid #1C2B53;
	background-color: transparent;
}

.patient-panel.clearfix {
	background: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.patient-panel.insurance-detail-info {
	padding: 35px 0;
	margin: 0 60px;
}

.insurance-info-cat.control-label {
	text-align: left;
	font-size: 15px;
	color: #8A90A2;
	font-weight: 500;
	padding-left: 35px;
}

.patient-panel.insurance-info-detail {
	font-size: 15px;
	font-weight: 700;
	color: #575B68;
}

button.patient-panel.insurance-dropdown, .patient-panel.insurance-dropdown > div.btn-group > .multiselect.dropdown-toggle{
	border-radius: 25px;
	padding: 7px;
	width: 203px;
}

.insurance-check.btn.btn-success {
	width: 90%;
	background-color: #2143A4;
	color: white;
	border-radius: 25px;
	border-color: #2143A4;
	padding: 10px 12px;
}

.insurance-check.button-container {
	margin: 0 0 30px 40px;
}

input.insurance-check {
	border-radius: 25px;
    padding: 7px 12px;
    border: 1px solid RGBA(0, 0, 0, 0.14);
}

.multiselect.btn.btn-default, .dropdown-toggle.btn.btn-default {
	border-color: #D9DBE3;
}

input.patient-search-input {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.form-control.patient-search-input{
	margin: 0px;
}

.treatment-tab-badge {
	background-color: #B3B7C3;
}

.patient-panel.detail-info-section  {
	width: 50%;
	display: inline-block;
}

.panel-subheading-rounded.detail-item-group-label.clearfix {
	font-size: 19px;
	font-weight: 500;
	padding: 35px 0px 4px 39px;
	background-color: #ffffff;
}

.patient-panel.patient-notes-display {
	background-color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 0px 30px 15px;
}

.tp-container.tp-outer-container {
	overflow-y: auto;
	flex: 1;
	padding: 15px 30px;
	background: white;
}

.tp-phase-column {
	font-weight: 700;
	margin-bottom: 18px;
	color: #575B68;
	font-size: 16px;
}

.tp-phase-value {
	padding-top: 2px;
	padding-left: 25px;
    color: #8A90A2;
}

.tp-section-column {
	font-size: 16px;
	padding: 0 0 18px 0;
	color: #575B68;
	margin-left: -25px;
}

.tp-info-content-container {
	padding: 4px 40px 4px 55px;
}

.communications-log-info-section {
	height: 70%;
	overflow: auto;
	padding: 0px 30px;
	background: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.communications-log-info-section-date {
	color: #575B68;
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
}

.communications-log-info-section-time {
	color: #565b69c0;
	font-size: 12px;
	font-weight: 400;
}

@media (max-width: 772px) {
	.kpi-inline-detail-horizontal-graph + .graph-group-controls {
		width: 100%;
	}

	.kpi-inline-detail-horizontal-graph + .graph-group-controls > .graph-checkbox-list {
		display: flex;
		flex-flow: column wrap;
	}

	.kpi-inline-detail-horizontal-graph + .graph-group-controls .graph-control-row {
		width: 120px !important;
	}

    .patient-panel {
		padding-top: 2px;
        padding-bottom: 0;
	}

	.patient-panel.phone-icon {
		position: absolute;
		top: 25px;
        left: 28px;
        width: 30px;
        height: 30px;
		font-size: 11px;
		border: 5px solid white;
	}

	.patient-panel.modal-title {
		font-size: 18px;
		padding-top: 0px;
	}

	.patient-panel.patient-email{
		font-size: 15px;
	}

	.patient-info-dialog h4 {
		padding-top: 16px;
		padding-bottom: 0;
	}

	.patient-panel.patient-icon {
		margin-top: 5px;
        min-width: 45px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 18px;
	}

	.patient-panel.patient-identity-info {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		font-size: 14px;
		padding-left: 0px;
	}

	.patient-panel.patient-identity-info .info {
		padding-left: 5px;
	}

	.patient-panel.patient-identity-info.desktop-location {
		display: none;
	}

	.patient-task-subheading, .panel-subheading-rounded {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		margin-bottom: 0;
	}

	.panel-subheading-right-rounded {
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		margin-bottom: 0;
	}

	.panel-subheading-left-rounded {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		margin-bottom: 0;
	}

	.patient-panel.body-row {
		padding: 0 30px 0 30px;
	}

	.panel-subheading.detail-item-group-label {
		padding: 15px 0px 4px 30px;
		font-size: 16px;
	}

	.panel-subheading.detail-item-group-label.patient-section {
		padding: 15px 0px 4px 30px;
		font-size: 16px;
	}

	.patient-panel.insurance-info {
		margin: 0 0 20px 0;
	}

	.insurance-check.button-container {
		margin: 0 40px 30px 40px;
	}

	.insurance-check.btn.btn-success {
		margin: auto;
	}

	.patient-panel.detail-info-section  {
		width: 100%;
		display: inline-block;
	}

	.panel-subheading-rounded.detail-item-group-label.clearfix {
		font-size: 16px;
		padding: 15px 0px 4px 30px;
	}

	.patient-panel.patient-notes-display {
		background-color: white;
		padding: 0px 10px 15px 0px;
	}

	.contact-log-service-item-text {
		padding-left: 10px;
	}

	.contact-log-service-item-info {
		color: #8A90A2;
		padding-left: 10px;
	}

	.panel-subheading.detail-item-group-label.treatment-plan-section {
		padding: 70px 65px 4px 70px;
		padding: 15px 0px 4px 30px;
	}

	.tp-container.tp-outer-container {
		padding: 15px;
	}

	.tp-container > div > .patient-panel.treatment-plan-header {
		font-size: 12px;
	}

	.tp-section-column {
		font-size: 12px;
	}

	.tp-phase-column {
		font-size: 12px;
	}

	.tp-info-content-container {
		padding: 4px 0px 4px 25px;
	}

	.communications-log-info-section {
		padding: 0 10px;
	}

	.communications-log-info-section-date {
		font-size: 14px;
	}

	.communications-log-info-section-time {
		font-size: 14px;
	}

	.patient-panel.reminder-customization {
		padding: 15px 15px 15px 50px;
	}

	.phone-patient-id {
		display: flex;
	}

	.patient-panel.accordion-container {
		padding: 10px;
	}
}

@media (min-width: 772px) {
	.kpi-inline-detail-horizontal-graph + .graph-group-controls .graph-checkbox-list {
		max-height: none;
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		/* overflow-y: auto; */
		border-radius: 0;
		border: none;
	}

	.contact-log-service-item-text {
		position: relative;
		top: -25px;
		left: 135px;
		max-width: 150px;
	}

	.contact-log-service-item-info {
		position: relative;
		top: -10px;
		left: 135px;
		max-width: 175px;
		color: #8A90A2;
	}
}

.panel-row > .row-controls {
	border-bottom: 1px solid #B0BEC5;
}

.breadcrumbs-top {
	font-size: 12px;
	text-align: left;
}

.graph-group-controls > .breadcrumbs {
	font-size: 12px;
}

.graph-group-controls > .breadcrumbs > ol {
	margin-bottom: 8px;
}

.kpi-summary-number {
	text-align: center;
	color: #05213F;
}

.kpi-summary-delta-number {
	/*font-size: 22px;
	margin-top: 12px;
	color: #669;
	display: inline-block;*/

	font-size: 22px;
    color: #05213F;
    width: 100%;
    text-align: center;
}

.single-row-kpi-value .kpi-summary-delta-number {
	font-size: 20px;
	margin-top: -3px;
	margin-left: 18px;
	height: 1em;
	float: right;
	width: initial;
}

.kpi-number-only-panel .kpi-summary-number {
	display: inline;
}

.kpi-number-only-panel .kpi-summary-delta-number {
	float: right;
	margin-top: 2px;
	width: initial;
}

.kpi-panel .kpi-number-only-panel .kpi-summary-delta-number {
    display: block;
    float: initial;
}

.kpi-panel.kpi-layout-panel-horizontal .kpi-number-only-panel .kpi-summary-delta-number {
	padding-left: inherit;
}

.kpi-layout-panel-horizontal .kpi-number-only-panel .kpi-summary-delta-number {
    display: block;
    float: initial;
}

.kpi-summary-block .kpi-benchmarks {
	position: absolute;
	left: 2em;
	margin: auto;
	width: 125px;
}

.kpi-benchmark {
	position: relative;
	padding: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #447;
	border-width: 3px 1px 1px 1px;
	border-top-style: solid;
	border-radius: 0px 0px 3px 3px;
	border-color: #e5e5f5 #ddd #ddd;
	background-color: #f6f6f6;
	box-shadow: 1px 1px 2px 1px #eee;
	border-style: solid;
	min-width: 480px;
}

.kpi-single-row-benchmark {
	position: absolute;
	pointer-events: none;
	z-index: 1060;
	left: 50%;
	transform: translate(-50%, 0);
	top: 4.8em;
	padding: 6px;
	font-size: 13px;
}

.kpi-layout-panel .kpi-panel-single .kpi-single-row-benchmark {
	top: 7.2em;
}
.kpi-panel-single .kpi-single-row-benchmark {
	top: 9.2em;
}

.kpi-benchmarks {
	font-size: 12px;
	font-size: 14px;
	text-align: left;
	margin-top: 2px;
	color: #779;
}

.kpi-progress-panel .kpi-summary-block>.kpi-benchmarks {
	margin-top: -4px;
}

.kpi-inline-detail-graph {
	height: 180px;
}

.kpi-inline-detail-graph-small {
	height: 150px;
	padding: 8px;
}

.kpi-inline-detail-graph-medium {
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.kpi-inline-detail-vertical-graph {
	height: 180px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.kpi-horizontal-graph {
	height: 100px;
}

.kpi-graph-legend-bottom-container {
    display: flex;
    flex-flow: column wrap;
	max-height: 90px;
	margin-top: 6px;
}

.kpi-graph-legend-label-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.kpi-graph-legend-bottom-container .kpi-graph-legend-label-text {
	width: 92px;
}

.kpi-inline-detail-graph-medium + .graph-group-controls {
	width: 100%
}

.graph-control-row.kpi-graph-legend-bottom {
	width: 140px;
}

.graph-control-row.kpi-graph-legend-bottom > label {
	width: 100%;
}

.bargraph text.horizontal-bargraph-label {
	fill: #447;
	font-size: 13px;
}

.bargraph text.horizontal-bargraph-value {
	fill: darkblue;
	font-size: 16px;
	font-weight: 500;
}

.graph-group-controls {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
	min-width: 100px;
	width: 20%;
}

.graph-checkbox-list {
	max-height: 110px;
	overflow-y: auto;
}

.graph-control-label {
	font-weight: 400;
	height: 16px;
	padding-top: 3px;
	overflow: hidden;
}

.graph-control-colorblock {
	width: 10px;
	height: 10px;
}

.graph-control-row {
	width: 98%;
	height: 18px;
	margin-right: 20px;
}

.kpi-graph-legend-bottom-container .graph-control-row {
	width: 120px;
}

.graph-control-row > td > input[type="checkbox"] {
	margin-right: 5px;
}

.detail_table {
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.detail_table .row {
	font-size: 14px;
}

.dataTable {
	font-size: 14px;
	color: #021E3C;
}

.dataTable > tbody > tr > td {
	padding: 18px 28px 18px 8px;
	font-weight: 500;
}

.dataTable > tbody > tr > td.table-task-select {
	padding: 18px 8px 18px 8px;
}

.dataTables_length {
	padding-top: 4px;
}

th {
	font-size: 0.9em;
	font-weight: 600;
}

.detail-panel-close {
	float: right;
	font-size: 32px;
	margin-top: -10px;
}

.detail-panel-title {
	text-align: left;
}

.detail-item-table > tbody > tr > td {
	padding: 2px;
}

.detail-item-group-label {
	color: black;
	font-weight: 500;
	/* border-bottom: 1px solid #dde; */
}

.detail-item-label {
	font-size: 90%;
	color: #666;
	font-weight: 500;
}

.detail_table .toolbar {
	/* Be aware of changing the style. We are using this class in multiple places. */
	margin-top: 6px;
	position: sticky;
    left: 0;
    width: fit-content;
	z-index: 5;
}

table.appointment-item-table > tbody > tr > td.detail-item-label {
	vertical-align: middle;
	color: #B3B7C3;
}

table.appointment-item-table > tbody > tr:first-child {
	border-bottom: 1px solid #EBEDF3;
}

table.appointment-item-table > tbody > tr > td {
	padding: 7px 0;
}

.detail-item-table-valign > tbody > tr > td {
	padding: 2px;
	vertical-align: top;
}

.account-history-detail-item-table-valign {
	font-size: 12px;
	width: 100%;
}

.account-history-detail-item-table-valign > tbody > tr > td {
	vertical-align: top;
}

.detail-item-no-info {
	font-style: italic;
	color: #888;
	font-size: 13px;
}

.planned-service-item-completed {
	color: #bbb;
}

.planned-service-item-scheduled {
	color: #88c;
}

.row-identifier {
	width: 4px;
	height: 15px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 2px;
}

.service > .detail-row-header > .row-identifier {
	background-color: #2143A4;
}

.collection > .detail-row-header > .row-identifier {
	background-color: #89D384;
}

.adjustment > .detail-row-header > .row-identifier {
	background-color: #f48fb1;
}

.detail-row-header {
	border-radius: 14.5px;
	margin-bottom: 10px;
	padding: 6px 11px;
	color: black;
}

@media screen and (min-width: 900px) {
    .wide-dialog {
        width: 900px;
	}
}

@media screen and (max-width: 900px) {
    .wide-dialog {
        width: 95vw;
    }
}

.single-select-search li a label input[type=radio] {
	display: none;
}

.single-select .multiselect-container input[type=radio] {
	display: none;
}

.single-select .multiselect-container > li > a > label {
	padding-left: 20px;
}

.trendline {
  stroke: #006;
  fill: none;
  stroke-width: 3px;
  stroke-dasharray: 3;
}

.trendline-zero {
  stroke: #006;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 3;
}

.kpi-draggable {
	cursor: pointer;
}

.kpi-sortable-placeholder {
	background-color: #eee;
}

.kpi-sortable-active {
	border: 1px solid #eee;
}

.kpi-help-title {
	font-size: 11pt;
	color: #447;
	font-weight: 500;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #f5f5f8;
}

.kpi-help-description {
	font-size: 10pt;
	margin-bottom: 1.4em;
}

.patient-contact-log_table td {
	padding: 30px 0px 22px;
}

.page-edit-controls .control-label {
	font-size: 12px;
}

.page-edit-controls .form-group {
	padding-left: 4px;
	padding-right: 4px;
}

.page-edit-controls .form-group {
	padding-left: 4px;
	padding-right: 4px;
}

.page-edit-controls .form-group > label {
	padding-left: 4px;
	padding-right: 4px;
}

.provider-select-radio-btn {
	margin-right: -1px;
}

.table-grand-total-label {
	color: #8b8ba7;
	font-size: 12px;
	font-weight: 700;
}

.popover-kpi-menu {
	width: 180px;
}

.popover-kpi-help {
	min-width: 370px;
}

@media(min-width:1200px) {
	.popover-kpi-help {
		min-width: 500px;
	}

	.container-fluid.kpi-detail-panel .dashboard-item-group .col-xs-12.col-sm-6.col-lg-3.kpi-draggable {
		width: 50%;
	}
}

.popover-chart-drilldown {
	min-width: 170px;
}

.popover-chart-drilldown > .popover-content {
	font-size: 12px;
}

.kpi-help-close-button {
	display: inline-block;
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 18px;
    color: white;
	cursor: pointer;
}

.kpi-help-close-button:hover {
	color: #ddd;
}

.kpi-search-close-button {
	display: inline-block;
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 18px;
    color: white;
	cursor: pointer;
}

.kpi-search-close-button:hover {
	color: #ddd;
}

td.table-col-highlight-light-blue {
	background-color: #eef6fc;
	border: 1px solid #d8eaf8d6 !important;
	font-weight: 500;
	text-align: center;
}

td.table-col-highlight {
	background-color: #e1effa;
	font-weight: 500;
	text-align: center;
}

td.table-col-highlight-med-blue {
	background-color: #bedcf4;
	font-weight: 500;
	text-align: center;
}

.table>tfoot>tr>td.table-col-highlight-dark-blue {
	border-top: 2px solid black !important;
	border: 2px solid black !important;
}

td.table-col-highlight-dark-blue {
	background-color: #a8d0f0;
	font-weight: 500;
	text-align: center;
}

.popover-audio-playback {
	min-width: 400px;
	min-height: 30px;
}

.tooltip-inner-kpi-settings-help {
	text-align: left;
	max-width: 300px;
}

.video-container {
	position: relative;
	min-height: 320px;
	height: 100%;
}

.video-container > iframe {
	min-height: 315px;
}

.page-help-video-container {
	position: relative;
	min-height: 320px;
	height: 100%;
}

.page-help-video-container > iframe {
	min-height: 315px;
}

@media(min-width:992px) {
	.page-help-video-container {
		min-height: 488px;
	}

	.page-help-video-container > iframe {
		min-height: 488px;
	}
}

.page-help-button {
	font-size: 26px;
}

.kpi-detail-table-hscroll {
	overflow-x: scroll;
}

@media print {
	.kpi-detail-table-hscroll {
		overflow-x: inherit;
	}

	.pn-datatable-header-controls { display:none }
	.pn-datatable-footer-controls { display:none }
}

.pn-datatable-header-controls {
	margin-top: -15px;
}

.pn-datatable-body {
	margin: 15px 0;
	overflow: scroll;
}

.centered-checkbox-table-cell {
	text-align: center;
}

.detail-panel-date-range {
	padding-left: 6px;
	color: #999;
}

.benchmark-panel-prev-period-comparison {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 4px -5px -5px -5px;
}

.patient-info-dialog-header {
	display: flex;
	flex-direction: row;
	padding-left: 15px;
	padding-right: 15px;
}

.overall-dialog-header {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
    border-bottom: 1px solid #EBEDF2;
    height: 50px;
    margin-bottom: 15px;
    font-size: 19px;
	font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.patient-info-paging-controls {
	text-align: right;
}

.infocus-window {
	z-index: 1060;
}

.patient-info-contact {
	padding-top: 5px;
}

.table-category-toggle {
	cursor: pointer;
	margin-right: 6px;
	outline: none !important;
}

.call-scoring-container {
	margin-left: 24px;
}

.call-scoring-choice {
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
}

.call-scoring-options-group {
	display: inline-block;
    margin-left: 4px;
    margin-right: 8px;
    font-size: 10px;
    line-height: 30px;
}

.call-scoring-options-group-selected > .call-scoring-options {
	display: inline-block;
	background-color: #C5CAE9;
	border-radius: 8px 0px 0px 8px;
}

.call-scoring-options-group-selected > .call-scoring-options:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #C5CAE9;
}

.table > tbody > tr[data-selected="true"], tr.patient-task-selected-row {
	/*background-color: #f2f2f4;*/
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-radius: 1px 1px 3px 3px;
	border-color: #d1d1f5;
	background-color: white;
	box-shadow: 1px 1px 2px 1px #ccc;
}

.table > tbody > tr.patient-task-selected-child {
	border-width: 1px;
	border-top-color: #eee;
}

div.patient-task-detail-content {
	color: #333333;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
}

.table > tbody.patient-task-table-body {
	background: #fafafa;
	cursor: pointer;
	color: #337ab7;
}

.table > tbody > tr.call-scoring-row-selected {
	/*background-color: #f2f2f4;*/
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-radius: 1px 1px 3px 3px;
	border-color: #d1d1f5;
	background-color: white;
	box-shadow: 1px 1px 2px 1px #ccc;
}

.table > tbody > tr.call-scoring-row-child {
	border-width: 1px;
	border-top-color: #eee;
}

.popover-patient-finder .popover-title {
	color: white;
	background-color: #2196F3;
}

.popover-patient-finder {
	width: 350px;
	max-width: 350px;
}

.popover-patient-finder .search-results {
	max-height: 400px;
	margin-top: 1.5em;
	overflow-y: auto;
}

.table > tbody > tr.phone-contact-added {
	background-color: #efefef;
	color: #aaa;
}

.call-scoring-container .call-scoring-phone-calls-table {
	background-color: inherit;
}

.call-scoring-phone-calls-table {
	margin-top: 0.7em;
}

.call-scoring-phone-calls-table > tbody > tr > th {
	border-top: none;
	border-bottom: solid 1px #eee;
}

tr.call-scoring-lead-not-reviewed {
	font-weight: bold;
	background-color: white;
}

.call-scoring-converted-lead-no-appointment {
	font-size: 12px;
	font-weight: bold;
	color: #a94442;
}

.call-scoring-column {
	height: 3em;
}

.call-scoring-row-supporting-info {
	padding-left: 1em;
	font-weight: normal;
	font-size: smaller;
	color: #88a;
	padding-top: 4px;
}

/* Demo mode: we can't modify the text color */
.obscured-text > div > .call-scoring-row-supporting-info {
	color: transparent;
}

.audio-playback-progressbar {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 2px;
	width: 40%;
}

.audio-playback-progressbar .progress-bar {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.audio-transcript-phrase {
	padding-bottom: 0.5em;
}

.audio-transcript-word-selected {
	font-size: 110% !important;
	font-weight: 700 !important;
	border-bottom: 3px solid #aa44aa;
}

.audio-transcript-word:hover {
	border-bottom: 3px solid #44aaaa;
}

.call_transcript_left {
	color: #7d95a5;
	font-weight: 500;
	font-size: 16px;
}

.call_transcript_right {
	color: #337ab7;
	font-weight: 500;
	font-size: 16px;
}

.keyword-class-1 {
	background-color: #90CAF9;
}

.keyword-class-2 {
	background-color: #F48FB1;
}

.keyword-class-3 {
	background-color: #CE93D8;
}

.keyword-class-4 {
	background-color: #80DEEA;
}

.keyword-class-5 {
	background-color: #FFCC80;
}

.keyword-class-6 {
	background-color: #E6EE9C;
}

.keyword-padding-left {
	margin-left: 1px;
	padding-left: 3px;
}

.keyword-padding-right {
	margin-right: 3px;
}

.table-task-action {
	text-align: center;
}

.group {
	border-top: 1px solid #eee;
	box-sizing: content-box;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #eee;
	font-weight: 700;
	color: #447;
	text-align: left;
}

.enterprise-kpi {
	text-align: left;
	min-width: 195px;
}

.enterprise-kpi-total {
	color: #447;
	font-weight: 600;
	font-size: .9em;
	height: 50px;
}

.ui-kpi-highlight {
	height: 25px;
	border: 1px solid #bfbfbf;
	background: #ddd;
	list-style-type: none;
}

.practice-row-text {
	color: #c8d4df;
	font-weight: 600;
	font-size: 1.2em;
	background: #023058 !important;
}

.practice-row-text:hover {
	color: #23527c !important;
}

.dashboard-link {
	position: relative;
}

.dashboard-link:hover > a > .dashboard-owner-hint {
	display: block;
}

.dashboard-owner-hint {
	display: none;
	font-size:smaller;
	color:#8b8ba7;
	margin-left:50px;
	font-weight: normal;
	position: absolute;;
	top: 67%;
	left: 18px;
}

table.dataTable.dtr-inline.collapsed > thead > tr > th {
    padding-left: 30px;
}

.dashboard_list_toggle {
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
			transform: rotate(0deg);
   -webkit-transition: 0.18s linear;
	  -moz-transition: 0.18s linear;
	    -o-transition: 0.18s linear;
	       transition: 0.18s linear;
}

.dashboard_list_toggle.in {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

.modal.dashboard-settings-dialog .modal-dialog {
	max-width: 580px;
    overflow-y: auto;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	/* width: 95%; */
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.electron-app-style-overwrite .modal.left .modal-dialog,
.electron-app-style-overwrite .modal.right .modal-dialog {
	position: initial;
}

.dashboard-date-range-container {
	display:inline-block;
	background-color: #fff;
	border-radius: 25px;
	padding: 12px 20px 12px 12px;
	margin: 10px 5px;
}

.dashboard-practice-list-container {
	display:inline-block;
	background-color: #fff;
	border-radius: 25px;
	padding: 10px;
	margin: 0px 5px 0 0;
}

.dashboard-time-ranges-container, .dashboard-compare-range-container {
	display:inline-block;
	background-color: #fff;
	border-radius: 25px;
	padding: 10px;
	margin: 10px 5px;
}

@media(max-width:772px) {
	.dashboard-date-range-container, .dashboard-compare-range-container {
		margin: 10px 5px;
	}

	.dashboard-practice-list-container, .dashboard-time-ranges-container {
		margin: 10px 5px;
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
		border-radius: 0;
		border: none;
	}

	.popover,.popover-patient-finder {
		max-width: none;
		width: auto;
		left: 0px;
		top: 45px;
		min-width: 180px;
	}

	.popover-request-button {
        max-width: 250px;
    }

	.popover-patient-finder .arrow {
		display: none;
	}

	.dataTable > tbody > tr > td {
		padding: 8px;
		font-weight: 500;
	}
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.18s linear, left 0.18s ease-out;
	   -moz-transition: opacity 0.18s linear, left 0.18s ease-out;
		 -o-transition: opacity 0.18s linear, left 0.18s ease-out;
			transition: opacity 0.18s linear, left 0.18s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.18s linear, right 0.18s ease-out;
	   -moz-transition: opacity 0.18s linear, right 0.18s ease-out;
		 -o-transition: opacity 0.18s linear, right 0.18s ease-out;
			transition: opacity 0.18s linear, right 0.18s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.kpi-panel-tab-container > li > a {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.kpi-panel .nav-pills {
	padding-left: 25px;
}

.kpi-panel .nav-pills > li.active > a {
	background-color: transparent;
	border-radius: 25px;
	color: black;
	font-weight: bolder;
	box-shadow: rgb(0 0 0 / 17%) 0px 0px 7px;
}

.kpi-panel .nav-pills > li > a {
	border-radius: 25px;
	line-height: 25px;
	color: black;
}

.verification-table {
	padding-left: 12px;
	font-size: 14px;
}

.advanced-table {
	text-align: center;
	overflow: auto;
}

.network-dropdown-container {
	width: 100%;
}

.opacity-transition {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;

	display: inline-block;
	opacity: 0;
	width: 0;
}

.opacity-transition.in {
	display: inline-block;
	opacity: 1;
	width: auto;
}

.opacity-transition:not(.in) .btn-group {
	display: none;
}

.tooltip {
	white-space: pre-line;
}

.table-avatar {
    width: 32px;
    min-width: 20px;
    height: 32px;
    min-height: 20px;
    border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	position: relative;
	/* border: double 1px #fefefe; */
}

.table-avatar-new {
    width: 50px;
    min-width: 20px;
    height: 32px;
    min-height: 20px;
    border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	position: relative;
	/* border: double 1px #fefefe; */
}

.table-avatar-letters {
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.table-avatar-container {
	display: flex;
	align-items: center;
}

.avatar-table tbody td {
	vertical-align: middle !important;
}

.avatar-table

.patient-name-container {
	white-space: normal;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.label-dark-green {
	background-color:#673AB7;
}

.label-light-green {
	background-color:#66bb6a;
}

.label-red {
	background-color:#e06666;
}

.label-amber {
	background-color:#ff9900;
}

.label-light-blue {
	background-color:#2196f3;
}

.dashboard-item-group-title {
	color: #323232;
	font-weight: 600;
	font-size: 17px;
}

.dashboard-item-group-title:not(:empty) {
	color: #323232;
	font-weight: 600;
	font-size: 17px;
	margin: 20px 0 10px 12px;
}

.appointment-booking-container .navbar.navbar-default {
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.nav-swoop + #appointment-booking {
	margin-top: 25px;
}

.popover-kpi-help .popover-content {
	max-height: 500px;
	overflow-y: auto;
}

.kpi-panel-topright-controls{
	margin-bottom: 10px;
	float: right;
}

.kpis .table .patient-name-container .icon {
	font-size: 18px;
}

.detail_report_table th:first-child {
	background-color: #E0E1E5;
	border-bottom: 1px solid #E0E1E5;
	left: 0px;
	position: sticky;
}

.detail_report_table td:first-child {
	background-color: whitesmoke;
	left: 0px;
	position: sticky;
}

.footer-text-left {
	text-align: left;
}

.kpi-params-scrollable-dialog {
	overflow: scroll;
	max-height: 70vh;
}
.kpi-menu-dropdown-wrapper {
	overflow: visible;
}

@media (max-width: 1024px) {
	.kpi-menu-dropdown-wrapper{
		height: 220px;
		overflow: auto;
	}
}

@media (max-width: 768px) {
	.detail-panel-close {
		margin-top: 5px;
		margin-right: 10px;
	}
}

@media (max-width: 1024px) {
	.scrollable-kpi-container-block {
		overflow: auto;
	}
}

@media (max-width: 768px) {
	.kpi-detail-panel {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.dashboard-error {
		margin-top: 8px;
	}
}

.table td[data-kpi-cell="true"]:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

#kpiDetailsModal .modal-content {
    border-radius: 4px;
}

#kpiDetailsModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

#kpiDetailsModal .modal-footer {
    border-top: 1px solid #dee2e6;
}

