@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');

body {
	margin: 0;
	height: 100vh;
	font-family: sans-serif;
	font-family: 'Varela Round', sans-serif;
	background: #F9F9FC;
	font-size: 12px;
}

.container {
	background: #F9F9FC;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

header {
	background: blue;
}

.content {
	display: flex;
	background: green;
	background-color: #333;
}

.sidebar {
	background: #F9F9FC;
	width: 400px;
	display: flex;
	justify-content: center;
}

.main {
	background: #F9F9FC;
	flex: 1;
	width: 300px;
}

.exame-date {
	z-index: 90;
	position: absolute;
	height: 30px;
	margin-left: 40%;
	text-align: right;
	margin-top: 10px;
	color: grey;
}

.alinhar {
	width: 60%;
}

.btn {
	width: 250px;
	height: 50px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 17px;
	margin-top: 5px;
	color: white;
	word-wrap: break-word;
}

.btn i {
	font-size: 18px;
}

.btns {
	margin-top: 12px;
}

.btn:hover {
	opacity: 80%;
}

.btn:focus {
	outline: none;
}

@media (max-width: 600px) {
	body {
		height: initial;
	}

	.content {
		height: initial;
	}

	.content {
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
	}
}

.header {
	background: #F9F9FC;
	color: #333;
	display: flex;
	justify-content: center;
	align-content: center;
	border-bottom: 1px solid rgb(236, 236, 236);
}

.patient-container {
	background: #F9F9FC;
	width: 90%;
	text-align: center;
	display: block;
	margin: 0;
	margin-top: 27px;
	justify-content: center;
	color: black;
	border-left: 1px;
}

.patient-avatar {
	margin-top: 10px;
	width: 100%;
	background: #F9F9FC;
	text-align: center;
	display: flex;
	justify-content: center;

}

.voltar {
	width: 180px;
	height: 51px;
	margin: 2px 0;
	padding: 12px 15px;
	background-color: #eee;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	color: grey;
	font-weight: bold;
	margin-top: 50px;
}

.avatar-img {
	width: 96px;
	height: 96px;
	border-radius: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.avatar-img img {
	border-radius: 50px;
}

.patient-username {
	color: #777;
	text-align: center;
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.patient-info {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.info {
	padding: 4px;
	color: grey;
}

h3 {
	color: #333;
}

.menu-action {
	margin-top: 15px;
}

.border {
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0);
}

.menu {
	margin-top: 15px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	padding: 8px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 7px;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 45%, rgba(255, 255, 255, 1) 100%);
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0), 0 1px 2px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

.menu li:hover {
	background-color: #0099cc;
}

.search {

	width: 100%;
	height: 50px;
	background-color: #14c98a;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

@media only screen and (max-width: 500px) {

	.exame-date {
		z-index: 90;
		position: absolute;
		height: 30px;
		margin-left: 70%;
		text-align: right;
		margin-top: 10px;
		color: grey;
	}

	.content {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.content {
		width: 100%;
	}
}

.alert {
	padding: 20px;
	background-color: #47a8f5;
	color: white;
	border-radius: 10px;
	font-weight: bold;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}

.input-data {
	width: 190px;
	height: 50px;
	background-color: #eee;
	text-decoration: none;
	border: solid 5px #eeeeee;
}

[data-tooltip] {
	position: relative;
	font-weight: bold;
}

[data-tooltip]:after {
	display: none;
	position: absolute;
	top: -5px;
	padding: 5px;
	border-radius: 3px;
	left: calc(100% + 2px);
	content: attr(data-tooltip);
	white-space: nowrap;
	background-color: grey;
	color: White;
}

[data-tooltip]:hover:after {
	display: block;
}

[type="date"] {
	background: #eeeeee url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 100% 50% no-repeat;
	color: grey;
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.search-name {
	width: 180px;
	height: 35px;
	margin: 2px 0;
	padding: 12px 15px;
	background-color: #eee;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

.search-btn {
	width: 180px;
	height: 59px;
	margin: 2px 0;
	padding: 12px 15px;
	background-color: #eee;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

#result {
	width: 100%;
	color: #333;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 140px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 105;
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	z-index: 106;
}

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}