﻿html, body {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	background-color: #EEEFEF;
	color: #727272;
	overflow-y: auto;
	width: 100%;
}

h1:focus {
	outline: none;
}

.header {
	background-color: #2e6aa2;
	color: #fff;
	padding: 10px;
	text-align: right;
	font-size: x-large;
}

.header span {
	margin: 0 10px;
}

.filter-tag {
	color: gray;
	cursor: pointer;
	padding: 2px 6px;
	border-radius: 3px;
	margin: 0 3px;
}

.filter-tag.active {
	color: #488ccb;
}

.show-all-tag {
	color: #488ccb;
	cursor: pointer;
}

.pdmp-flag {
	background-color: #488ccb;
	padding: 2px 4px;
	color: white;
	border-radius: 2px;
}


.content-zone {
	margin: 10px 5px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 6px;
}

.header-content-zone {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 8px;
	background-color: #ffffff;
}

.content-multiple {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.highlight-risk {
	display: flex;
	align-items: center;
	background-color: #2397b8;
	color: #ffffff;
	padding: 20px;
	border-radius: 4px;
	font-size: large;
	font-weight: 500;
	height: 36px;
}

.refresh {
	color: #2e6aa2;
}

.happy {
	color: #20c997;
}

.sad {
	color: #fa5252;
}

table td, table td * {
	vertical-align: top;
}

table.medication-table tr:nth-child(even) td {
	background-color: #f6f8f9;
}

tr.space-under > td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*Font Styles*/

.color-cliexa {
	color: #488ccb;
}

.color-dark {
	color: #414950;
}

.color-orange {
	color: #FFA500;
}

.color-high {
	color: #ee5454;
}

.color-medium {
	color: #ffa224;
}

.color-missing {
	color: #9e9e9e;
}

.text-xxsmall {
	font-size: xx-small;
}

.text-xsmall {
	font-size: x-small;
}

.text-small {
	font-size: small;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.text-medium {
	font-size: medium;
}

.p-clear-margin {
	margin: unset;
}

.list-item {
	display: flex;
	justify-content: space-between;
	background-color: white;
	align-items: center;
	padding: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 8px;
}

.list-item:last-child {
	margin-bottom: 0;
}

/*Font Styles*/

.body-map-container {
	position: relative;
	display: inline-block;
	height: 270px;
	text-align: center;
}

.body-map-layer {
	position: absolute;
	top: 0;
	left: 0;
}

.body-map-front {
	content: url("https://cdn.cliexa.com/images/html/male_body.jpg");
}

.body-map-back {
	content: url("https://cdn.cliexa.com/images/html/male_body_back.jpg");
}

.legend-box {
	display: inline-block;
	margin-right: 2px;
	margin-left: 5px;
	height: 12px;
	width: 12px;
	vertical-align: middle;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.gpt-button {
	background-color: #2e6aa2 !important;
	color: #ffffff;
	border: none;
	box-shadow: none;
	font-size: initial !important;
}

.spinner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #404650;
	height: 100px;
	width: 100px;
	border-radius: 10px;
	overflow: hidden;
}

.lab-results-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 6px;
}

/* override default button style */

.btn-outline-primary {
	border-color: #2e6aa2 !important;
	color: #2e6aa2 !important;
}

.btn-outline-primary:hover {
	background-color: #2e6aa2 !important;
	color: white !important;
}

.btn-primary {
	background-color: #2e6aa2 !important;
	border-color: #2e6aa2 !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #285d8e !important;
	border-color: #2e6aa2 !important;
	color: white !important;
}

/* override default button style */

.title-header-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.launch-panel-div {
	background-color: #f9fafb;
	border-radius: 8px;
	padding: 16px
}

.search-results-div {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: white;
	border-radius: 8px;
	padding: 16px;
	max-height: 400px;
	overflow-y: auto;
}

.input-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.clear-button {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	color: #767676;
	padding: 0.5rem 1rem;
	font-weight: normal;
	box-shadow: none;
	height: 38px;
	border-left: none;
}

.clear-button:hover {
	background-color: #ffffff !important;
	border-color: #ced4da !important;
	color: #767676 !important;
	box-shadow: none !important;
}

.search-input {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	color: #767676;
	padding: 0.5rem 1rem;
	font-weight: normal;
	box-shadow: none;
	height: 38px;
}

.search-input.has-value {
	color: #414950;
}

.search-input:focus {
	background-color: #ffffff !important;
	border-color: #ced4da !important;
	box-shadow: none !important;
}
