body {
	font-family: 'Tahoma', sans-serif;
	background-color: #f3f4fb;
	color: #2f3640;
}
#loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	background-color: #E74C3C;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	transition: height 0.5s ease-in-out;
}
#loader span {
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;

}
.loader {

  width: 120px;
  height: 20px;
	margin: 0 auto;
  -webkit-mask: linear-gradient(90deg,#000 70%,#0000 0) left/20% 100%;
  background:
   linear-gradient(#E74C3C 0 0) left -25% top 0 /20% 100% no-repeat
   #ddd;
  animation: l7 1s infinite steps(6);
}
@keyframes l7 {
    100% {background-position: right -25% top 0}
}
.form-box {
	max-width: 320px;
	margin: 10px auto 0 auto;
	/* background-color: #fff; */
	/* box-shadow: 0 10px 20px rgba(58,83,155,.08); */
}
.form-group {

	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.form-group .text {
	font-size: 12px;
}
.form-group .info {
	height: 20px;
}
.form-group .success {
	color: #27ae60;
	text-align: center;
}
.form-group .error {
	/* padding: 5px; */
	font-size: 12px;
	color: #e74c3c;
	text-align: center;
}
.form-group .logo {
	width: 125px;
	margin: 0 auto;
	padding: 20px 0;
}
.form-group .logo img {
	width: 100%;
}
form label {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 5px;
	/* margin-top: 10px; */
}

input[type="text"],
textarea {
	padding: 7px;
	border: 1px solid #dadce6;
	box-shadow: none;
}
input[type="submit"] {
	background-color: #2c3e50;
	border: none;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}
input[type="submit"]:disabled {
	background-color: #4a5663;
	cursor: default
}
.my-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.main-box {
	position: relative;
	padding: 25px 25px;
	background-color: #fff;
	/* margin-top: 35px; */
	margin-bottom: 50px;
	box-shadow: 0 10px 20px rgba(58,83,155,.15);
}
.title-line {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.box-name {
	display: inline-block;
	font-size: 14px;
	background-color: #2c3e50;
	color: #fff;
	/* left: 0; */
	height: 25px;
	/* height: 100%; */
	padding: 0 10px;
	line-height: 25px;

	font-weight: 600;
}
.box-name a {
	color: #fff;
	text-decoration: none;
}
.fixed-header {
	position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
/* .box-menu {
	display: inline-block;
	background-color: tomato;
	height: 25px;
	position: relative;
	width: 30px;
} */

.items-patient {}
.items-patient .item {
	margin-bottom: 20px;
}
.items-patient .name {
	font-weight: 600;
	font-size: 14px;
}
.items-patient .subname {
	font-size: 12px;
	color: #7f8c8d;
	margin-top: 2px;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	height: 1px;
	background-color: #bdc3c7;
}
.items-study {
	margin-top: 10px;
}
.items-study .header {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f3f4fb;
	padding: 5px;
}
.items-study .date {
	/* background-color: #e74c3c; */
	/* color: #fff; */
	/* color: #2ecc71; */
	color: #2980b9;
	/* font-weight: normal; */
	/* padding: 5px; */

}
.items-study .name {
	/* color: #7f8c8d; */
}
.study-list ul {
	margin-top: 0;
	font-size: 14px;
}
.study-list ul li {
	margin-top: 10px;
}
.study-list ul li span {
	display: inline-block;
	width: 100px;
}
.content {
	min-height: calc(100vh - 95px);
}
footer {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 600;
	padding: 0 10px;
}

footer img {
	height: 30px;
}
footer .link {
	display: flex;
	gap: 10px;
}
footer .link a {
	color: #e74c3c;
}


#navigation {
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: #292D3E;
	text-align: center;
}
#close-navigation {
	position: absolute;
	color: #fff;
	cursor: pointer;
	width: 50px;
	height: 50px;
	/* background-color: #373b4e; */
	right: 20px;
	top: 20px;
	font-size: 40px;
	font-weight: 300;
}
#navigation.active {
	display: block;
}
#navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
#navigation li {
	/* margin-top: 10px; */
	display: block;
	transition: background-color 0.5s ease-in-out;

}
#navigation li:hover {
	background-color: #373c50;
}
#navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	/* letter-spacing: 1px; */
	letter-spacing: 0.75px;
	font-size: 12px;
	/* font-weight: 500; */
	/* text-transform: uppercase; */
	font-weight: 600;

}
.prefooter {
	display: flex;
	justify-content: flex-end;
}
.prefooter a {

}


.posfix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	background-color: #fff;
	z-index: 10;
}
.posfix.active {
	display: flex;
}
#closeform {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: underline;
	background: none;
	border: none;
	color: #2980b9;
	cursor: pointer;
}
/* .page-check */
.center {
	text-align: center;
}
.page-check {
	padding-top: 10px;
}
.page-check label {
	margin: 5px 0;
	line-height: 20px;
}
.page-check label span {
	/* font-weight: normal; */
	font-size: 14px;
	padding-left: 5px;
}
.page-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
@media (max-width: 480px) {
	.main-box {
		padding: 10px;
	}
	h3 {
		font-size: 14px;
	}
	.items-study .header {
		flex-direction: column;
		font-size: 12px;
		gap: 5px;
		padding: 5px;
		align-items: flex-start;
	}
	.items-study .date {
		padding: 0;

	}
	.study-list ul {
		font-size: 12px;
	}
	.study-list ul li {
		/* margin-top: 5px; */
	}
	footer {
		height: auto;
		flex-direction: column;
		gap: 20px;
		padding-bottom: 10px;
	}
}
