body {
	font-family: "Open Sans";
}

body.busy * {
	cursor: wait !important;
}

h1 {
	text-align: center;
}

h2 {
	background-color: #80b42d;
	padding: 3px;
	margin: 5px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	background-color: #d5d5d5;
}

h4 {
	font-weight: 500;
	margin-bottom: 0.25em;
	padding: 3px;
	background-color: #97b469;
}

.clickable * {
	cursor: pointer;
}

.hidden {
	display: none;
}

.nav-header-section {
    display: flex;
    max-width: 1200px;
    min-width: 960px;
    background-color: white;
    margin: 18px auto 0 auto;
    /* margin-top: 5px; */
    color: black;
}

.nav-header-section a {
	padding-left: 6px;
	padding-right: 6px;
	font-family: "Open Sans";
	font-size: 14px;
	color: #5392f9;
	text-decoration: none;
}

.nav-header-section a:hover {
	background-color: #fff;
	color: #5a53ba;
}

section#admin-section {
	font-family: 'open sans';
	margin: 10vh auto 0 auto;
	text-align: center;
     background: #fafafa;
     width: 450px;
     border: 1px solid lightgrey;
     border-radius: 50px;
     padding: 32px 32px;
}

form {
	margin: 0;
}

button, input[type="submit"] {
	cursor: pointer;
}

.content {
	/*max-width: 1200px;*/
	min-width: 960px;
	margin: 0 auto 10px auto;
}

header {
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.site-header-section {
    max-width: 1200px;
    min-width: 960px;
    margin: auto;
    display: flex;
    align-items: center;
}

.left-header-section {
    margin-left: 0;
    margin-right: auto;
}

.right-header-section {
    margin-left: auto;
    margin-right: 0;
}

.bold-header {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #2e3192;
}

.subheader {
    font-size: 11px;
    color: rgb(0,0,0,0.4);
    font-family: 'Open Sans';
    text-align: right;
}

.delete-button {
	float: right;
	display: inline;
}

.pdf-button {
	padding: 0;
	width: 32px;
	height: 32px;
	margin: 0 10px;
}

.nav-button {
	color: white;
	background-color: #2e3192;
	border: none;
	border-radius: 5px;
        height: 22px;
}

a.nav-button {
	color: #5392f9;
	background: none;
	border: none;
	height: 22px;
}

#submit-button {
	border: none;
	border-radius: 5px;
	background-color: #524a7a;
	color: white;
	height: 35px;
	width: 100px;
	margin-top: 10px;
}

#pcc-button {
	background: url("img/Sign-in Button [base state].svg");
	display: block;
	width: 244px;
	height: 50px;
	margin: auto;
}

#pcc-button:hover {
	background: url("img/Sign-in Button [hover state].svg");
}

#pcc-button:active {
	background: url("img/Sign-in Button [pressed state].svg");
}

.data-table {
	margin: auto;
	max-width: 780px;
}

.lab-result-header {
	min-width: 360px;
}

#history-table-filter {
	font-size: smaller;
}

.date-header {
	min-width: 100px;
}

.patient-note {
	display: flex;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}

.patient-note:not(:last-child) {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.note-text {
	white-space: pre-wrap;
	flex: 1;
}


.pagination {
	margin-bottom: 18px;
	margin-top: 18px;
	display: flex;
	font-size: 14px;
}

.pagination button {
	border: none;
	background: none;
	font-size: 15px;
	font-weight: bold;
	color: blue;
}

.pagination button:disabled {
	border: none;
	color: lightgrey;
	cursor: default;
}

.right-side {
	margin-left: auto;
}

#footer {
	font-size: smaller;
	text-align: center;
	margin-top: 3em;
}

#error-detail {
	text-align: center;
}

div.medAssessmentCustom {
	width: 1024px;
	background-color: #fafafa;
	box-shadow: 2px 3px 5px #272727;
}

.hide {
	display: none;
}

.recommendation-popover {
	min-width: 480px;
	max-width: 480px;
}

.recommendation-title {
	display: inline-block;
	max-width: 95%;
}

.recommendation-close {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-block;
}

.page-section-wrapper {
  margin: 19px auto;
  padding: 16px 15px 20px 12px;
  border-radius: 10px;
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.08);
  border: solid 0.5px rgb(46, 49, 146, 0.1);
  background-color: #ffffff;
  max-width: 1200px;
  min-width: 960px;
}

table.page-table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.page-table th {
  font-size: 14px;
  padding-left: 16px;
  background-color: #f2f3f9;
}

.page-table thead tr:first-child {
  height: 35px;
}

.page-table thead tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

.page-table thead tr:first-child th:last-child {
	border-top-right-radius: 5px;
}

.page-table td {
  padding-left: 16px;
  border: none;
  height: 28px;
}

.page-table tr:nth-child(odd) {
  padding: 0 0 0 12px;
  background-color: #ffffff;
}

.page-table tr:nth-child(even) {
  padding: 0 0 0 12px;
  background-color: #fafafa;
}

.page-table-info-header {
  color: rgb(72, 69, 84, 0.5);
}

.page-table-info-value {
  color: rgb(72, 69, 84, 1);
  font-weight: bold;
}

.loading-message {
  margin: 5% auto 1% auto;
  text-align: center;
  width: fit-content;
}
