﻿.closeScoreButton {
	position: absolute;
	top: 1px; /* Adjust the top position as needed */
	right: 1px; /* Adjust the right position as needed */
	font-size: 18px;
	font-weight: bold;
	color: black;
	background: white;
	border: none;
	cursor: pointer;
}

.otherSpecialtyofSearcherMessage {
	padding-right: 40px;
}

.colcenter {
	text-align: center;
}

.totalSearchAppearancesMessage {
	padding-left: 50px;
	padding-right: 200px;
}

.patientsByZipMessage {
	padding-left: 50px;
	padding-right: 310px;
}

.selectionsByTypeMessageHeader {
	padding-right: 65px;
}

.selectedTopDiagnosisMessage {
	padding-left: 50px;
	padding-right: 20px;
}

.selectionsByTargetTypeMessage {
	padding-left: 50px;
	padding-right: 200px;
}

.selectionsByTypeMessage {
	padding-left: 50px;
	padding-right: 50px;
}

.selectionsByTypeMessageHeader {
	font-size: 14px;
	font-weight: bold;
	color: #4E83BA;
}

.dt-buttons {
	text-align: right;
}

button.buttons-print {
	background-image: url("../images/icon_print_min.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	width: 24px;
	height: 24px;
	border: none;
}

	button.buttons-print span {
		display: none;
	}

button.buttons-excel {
	background-image: url("../images/excelmin.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	width: 24px;
	height: 24px;
	border: none;
}

	button.buttons-excel span {
		display: none;
	}

button.buttons-pdf {
	background-image: url("../images/pdfmin.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	width: 24px;
	height: 24px;
	border: none;
}

	button.buttons-pdf span {
		display: none;
	}

.chartBox1 {
	width: 400px;
	height: 145px;
	padding: 20px;
	border-radius: 20px;
}

.container1 {
	width: 400px;
	max-width: 400px;
	height: 145px;
	max-height: 145px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.containerBody1 {
	width: 400px;
	overflow-x: hidden;
}

.centeritem {
	text-align: center;
}

.selectionsByTypeTable {
	border-collapse: collapse; /* Ensures borders are not doubled */
	width: 100%;
	background-color: white;
}

	.selectionsByTypeTable td, .selectionsByTypeTable th {
		border: 1px solid black; /* Adds border to each cell */
		padding: 1px;
	}

.con {
	max-height: 350px;
	max-width: 95%;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 95%;
	margin-left: 5px;
}

.chartBox {
	width: 350px;
	height: 400px;
	width: 100% !important;
	height: 100% !important;
}

.conBody {
	height: 200px;
	width: 100%;
	overflow-y: hidden;
}

.box {
	height: 50px;
	margin-top: -30px;
}

.infolabels {
	text-align: center;
	font-size: 32px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #4E83BA;
}

.tileHeader {
	color: #404040;
	text-align: center;
	margin-top: 5px;
	font: 9pt Verdana, Tahoma, Sans-Serif;
	font-weight: bold;
}

.dvContent {
	background-color: #f6f6f6;
	border: 2px solid #4E83BA;
	border-radius: 8px;
}

.dvContent1 {
	background-color: #f6f6f6;
	border: 2px solid #4E83BA;
}

.ui-autocomplete {
	z-index: 9999999 !important;
}

.loading-state {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 10px solid #ddd;
	border-top-color: #4E83BA;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}

.roundededge {
	height: 25px !important;
	border-radius: 8px !important;
}

.cbProvider {
	height: 30px !important;
	border-radius: 5px;
	font-size: 14px;
	border-color: #B8CBDE;
	border-radius: 8px;
	Width:200px !important;
}

tr.even.highlight,
tr.odd.highlight {
	background-color: cornflowerblue;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #D9E3EE;
}

.icons {
	background: url("../images/icon_information.gif");
	height: 12px;
	width: 12px;
	display: inline-block;
}

#search_result_table {
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
	height: 500px;
	width: 520px;
}


/*#cbProvider table[summary="combobox"] {
		width: 100%!important;*/ /* or 200px if you prefer a fixed value */
		/*table-layout: auto !important;
	}*/

.RadComboBox table[summary="combobox"] {
	width: 100% !important;
}