:root {
	--cor-azul: #0a2861;
	--cor-azul2: #354793;
	
	--cor-azulclaro: #b2cfe9;
	
	--cor-cinza: #868686;
	--cor-cinza-claro: #c0c0c0;
	--cor-cinza-claro2: #cccccc;
	--cor-cinza-claro3: #e2e2e2;
	
	--cor-branco1:#f8f8f8;
	--cor-vermelho: rgb(255, 0, 0);
}

* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Eurostile;
    src: url(Eurostile-Medium.ttf);
}

@font-face {
	font-family: 'ExoFont';
	src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoMono';
	src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
}

@font-face {
	font-family: 'Spline';
	src: url('../fonts/SplineSansMono-VariableFont_wght.ttf') format('truetype');
}

html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
} 

body {
	font-family: 'ExoFont', Verdana;
	font-weight: 400;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--cor-azul);
	background-color: #ffffff;
	background: url('../images/fundo_dix1.png');
	height: 100%;
}

hr {
	border-left:  none;
	border-right: none;
	border-top:   none;
	border-bottom: 1px solid var(--cor-cinza-claro);
	margin-left: 5px;
	margin-right: 5px;
}
	
h1, h2, h3 {
	margin-bottom: 0px;
}

h4 {
	font-family: 'ExoFont';
	font-weight: 400;
	letter-spacing: 1px;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2, h3{
	letter-spacing: -1px;
	font-size: 26px;
	line-height:28px;
}

p, ul, ol {
	line-height: 170%;
}

p.crm{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-top:-4px;
}

p.conteudo{
	text-indent: 1cm;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

p.nenhumPaciente {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
}

p.pesquisaPaciente {
	font-size: 14px;
	text-align:center;
	margin-top: 20px;
}

p.pesquisaPacienteUp {
	font-size: 14px;
	text-align:center;
	margin-top: 10px;
}

p.pesquisaPaciente2 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-align:center;
	margin-top: 20px;
}

p.pesquisaPaciente3 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-align:center;
	margin-top: 30px;
	margin-bottom: -10px;
}

p.titulo {
	font-family: 'ExoFont';
	font-weight:bold;
	text-align:center;
	letter-spacing: 2px;
}

p.tituloRed {
	font-family: 'ExoFont';
	text-align:center;
	letter-spacing: 1px;
	color: var(--cor-vermelho);
	padding-top: 15px;
}

p.tituloRedBold {
	font-family: 'ExoFont';
	font-weight:bold;
	text-align:center;
	letter-spacing: 1px;
	color: var(--cor-vermelho);
	padding-top: 15px;
}

.pesquisaPaciente input[type="date"] {
    flex: 1 1 auto;
    min-width: 120px;
}

.pesquisaPaciente input[type="text"][name="vpac"] {
	flex: 1 1 auto;
  	width: 180px;
	padding: 2px;
}

a {
	text-decoration: none;
	color: var(--cor-azul);
	/*line-height: 10px;*/
}

a.link2 {
	font-size:12px;
}

a.link2:hover {	
	text-shadow: var(--cor-cinza) 0px 0px 7px;
}

a.user {
	font-size:11px;
	padding-left: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.sair {
	padding-right: 25px;
}

/*
a.link2-logoff {
	font-size:11px;
	font-weight: bold;
	padding-left: 15px;	
	background: url(../images/logout.svg) no-repeat left;	
	background-size: contain;
	border: none;
	cursor: pointer;
}
*/

/*
a.linksemlogo:hover {	
	text-shadow: #2EA694 0px 0px 7px;
}
*/

a.linklaudo {
	padding-left: 17px;
	padding-bottom: 19px;	
	background: url(../images/laudo2.png) 0 0px no-repeat;
}

a.linklaudo:hover {	
	cursor:zoom-in;
}

a.linklaudoprint {
	padding-left: 17px;	
	background: url(../images/print.png) 0 0px no-repeat;
}

a.linklaudoprint:hover {	
	cursor:zoom-in;
}

a.linkimagens{
	/*height:22px;*/
	padding-left: 22px;
	/*padding-bottom: 19px;*/
	background: url(../images/imagens.png) 0 0px no-repeat;
}

a.linkimagens:hover {
	cursor:zoom-in;
}

a.linkimagensbloqueadas{
	font-weight: bold;
	color:red;
	padding-left: 22px;	
	background: url(../images/imagens.png) 0 0px no-repeat;
	cursor:not-allowed;
}

a.titulo {
	font-weight:bold;
	padding-left: 13px;	
	background: url(../images/bullet-hover_dix.gif) 0 3px no-repeat;
	text-transform:uppercase;
}

a.titulo:hover {	
	background: url(../images/bullet-hover_dix.gif) 0 3px no-repeat;
	text-transform:uppercase;
	text-shadow: #2EA694 0px 0px 7px;
}

a.titulo2 {
	font-size:9px;
	padding-left: 13px;	
	background: url(../images/bullet-normal_dix.gif) 0 1px no-repeat;
	text-transform:uppercase;
}

a.titulo2:hover {	
	font-size:9px;
	background: url(../images/bullet-hover_dix.gif) 0 1px no-repeat;
	text-transform:uppercase;
	text-shadow: #2EA694 0px 0px 7px;
}

a.whats {
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
}

a.whats img {
    width: 45px;
    height: 45px;
}

.icon_dix {
	padding-left: 8px;
	background: url(../images/bullet-hover_dix.gif) 0 3px no-repeat;
}

.icon_filial {
	padding-left: 8px;
	background: url(../images/bullet-hover_dix.gif) 0 3px no-repeat;
}

.icon_central {
	padding-left: 8px;
	background: url(../images/bullet-hover_central.gif) 0 3px no-repeat;
}

.icon_cima {
	padding-left: 8px;
	background: url(../images/bullet-hover_cima.gif) 0 3px no-repeat;
}

.icon_alcides {
	padding-left: 8px;
	background: url(../images/bullet-hover_imax.gif) 0 3px no-repeat;
}

.icon_brigada {
	padding-left: 8px;
	background: url(../images/bullet-hover_imax.gif) 0 3px no-repeat;
}

.icon_icardio {
	padding-left: 8px;
	background: url(../images/bullet-hover_imax.gif) 0 3px no-repeat;
}

.negrito{
	font-weight:bold;
	margin-bottom:5px;
}

.texto{
	text-indent:2em;
	text-align: justify;
	margin-bottom: 2em;
	/*font-family: 'Spline', Verdana;*/
	font-family: 'ExoFont', Verdana;
	font-weight: 400;
	letter-spacing: 1px;	
}

.textoLaudo {
	text-align: justify;
	text-indent: 2em;
	font-family: 'ExoFont', Verdana;
	font-weight: 400;
	letter-spacing: 1px;
	margin-right: 10px;
	line-height: 1;
}

.textoAssinatura{
	text-align: center;
	font-family: 'ExoFont', Verdana;
	font-weight: 400;
	letter-spacing: 1px;	
	margin-top: 50px;
	margin-bottom: 50px;
}

#formLogin {
	position: relative;
	margin: 0 auto;
	width:100%;
	max-width: 250px;

	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.corner-top-left {
	position: absolute;
	top: 0px;
    left: 0;
	height: 15px;
	width: 15px;
    background-image: url('../images/canto-tl.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.corner-top-right {
	position: absolute;
	top: 0;
    right: 0;
	height: 15px;
	width: 15px;
    background-image: url('../images/canto-tr.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.corner-bottom-left {
	position: absolute;
	bottom: 0;
    left: 0;
	height: 15px;
	width: 15px;
    background-image: url('../images/canto-bl.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.corner-bottom-right {
	position: absolute;
	bottom: 0;
    right: 0;
	height: 15px;
	width: 15px;
    background-image: url('../images/canto-br.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#formSenha{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 25px;
}

.form-group {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
	margin-bottom: 15px;
}

.form-group label {
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

.loginInput{
	font-family: 'ExoFont';
	letter-spacing: 1px;
	font-weight: 500;
	width: 100% !important;
    margin: 0;
    padding: 5px 0px;
	height: 13px !important;
    margin-bottom: 10px;
    color: var(--cor-azul);
}

.loginInput-erro {
    background-color: #ffe5e5;
}

.loginLabel {
	font-family: 'ExoFont';
	letter-spacing: 2px;
	font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.alertLogin{
	font-family: 'ExoFont';
	letter-spacing: 2px;
	font-weight: bold;
    font-size: 12px;
	color: red;
    display: none;
}

.alert{
    font-family: Eurostile,Verdana;
    font-weight: bold;
    font-size: 1em;
    margin-top: 15px;
    display: none;
}

#centro{
	position: relative;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	min-height:450px;
}

#center {
	float:left;
	text-align: center;	
	clear:both;
	position: relative;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

#content {
	width: 632px;
	max-width: 632px;
	min-width: 250px;
	text-align: center !important;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px #c9c9c9;
	border-radius: 15px;
	padding: 20px;
	margin-top: 10px;	
	margin-bottom: 30px;
}

.data {
	margin: 0 auto;
	padding-top:10px;
	line-height: normal;
	font-size: 11px;
}

#userDiv {
	margin-left: 25px;
	margin-right: 25px;

	margin-bottom: 25px;

	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	height: 25px;
	
	border-top: 1px solid var(--cor-cinza-claro);
	border-bottom: 1px solid var(--cor-cinza-claro);
}

textarea {
	resize:none;
}

.voltar {
    background: url(../images/voltar_dix.png) no-repeat 0% 11%;
	height:19px;
	background-position-y: 3px;padding: 0px 0px 15px 18px;
}

.voltar:hover {
	text-shadow: var(--cor-cinza) 0px 0px 7px;
}

#divVoltar {
	float:left;
	position: absolute;
	margin-top:46px;
	margin-left:10px;
	z-index: 50;
}

#divVoltar:hover {
	text-shadow: var(--cor-cinza) 0px 0px 7px;
}

ul,li{
	list-style-type:none;
}

input[type=text], input[type=password]{ 	
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid var(--cor-azul2);
	height:20px;
	padding-left: 2px;
}

input[type="date"] {
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid var(--cor-azul2);
    border-radius: 5px;
	height:20px;
	padding-left: 2px;
}

/*
input[type=text]:hover, input[type=password]:hover, textarea:hover{ 
     border:1px solid var(--cor-cinza-claro);
}
*/

textarea{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid var(--cor-azul2);
}

.cabecalho {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: var(--cor-branco1);
	background-color: var(--cor-azul);
	font-weight:bold;
	padding-bottom: 20px;
}

.cabecalho2{
	float: left;
	width:482px;
}

#total {
	background-color: var(--cor-azul);
	color: var(--cor-branco1);
	font-weight: bold;
	height: 20px;
	text-align : right;
	
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;

	padding-top: 1px;
	padding-right: 10px;	

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bannertitle{
	font-family: 'ExoFont', Verdana;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding-top: 30px;
}

/*
.bannertitle:hover{
	color: var(--cor-cinza);
	transition: all 0.3s ease;
}
*/

#topBar{
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	text-align: center;
	height: 130px;
	background-color: var(--cor-azul);
	border-bottom: solid 1px var(--cor-cinza);
	/*-moz-box-shadow:0px 0px 5px #8bb7d5, 0px 1px 10px var(--cor-cinza);
	-webkit-box-shadow:0px 0px 5px #8bb7d5, 0px 1px 10px var(--cor-cinza);
	box-shadow:0px 0px 5px #8bb7d5, 0px 1px 10px var(--cor-cinza);*/
	-moz-box-shadow:0px 0px 5px var(--cor-cinza), 0px 1px 10px var(--cor-cinza-claro2);
	-webkit-box-shadow:0px 0px 5px var(--cor-cinza), 0px 1px 10px var(--cor-cinza-claro2);
	box-shadow:0px 0px 5px var(--cor-cinza), 0px 1px 10px var(--cor-cinza-claro2);
}

.areamedica_aba{
	margin-left: 2%;
	width: 100%;
	height: 25px;
}

.areamedica_aba1{
	float:left;
	align-items: left;
	width: 32%;
}

.areamedica_proced {
	float:left;
	width:25%;
	font-size: 12px;
	height:22px;
	white-space: nowrap;
}

.areamedica_cabecalho_proc{
	display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: nowrap;

	width:100%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}

.areamedica_linha_proc{
	display: flex;
	align-items: left;
	justify-content: left;
	flex-direction: row;
	justify-content: space-around;
	margin-left: 5px;
	margin-right: 5px;
	height:21px;
}

.areamedica_coluna_nome_proc {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	align-items: left;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	width:72%;
	max-width:72%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areamedica_coluna_nome_proc2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	align-items: left;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	width:85%;
	max-width:85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areamedica_coluna_imagens_proc {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
	width:12%;
	max-width:12%;
	padding-top: 2px;
}

.areamedica_coluna_laudo_proc {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
	width: 12%;
	max-width:12%;
	padding-top: 2px;
}

.areamedica_cabecalho2 {
	letter-spacing: 2px;
	padding-bottom: 25px;
	height:16px;
}

.areamedica_requisicao{
	position: relative;
	width:100%;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid var(--cor-cinza-claro);
	background-color: var(--cor-branco1);

	font-size: 13px;

	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:16px;
}

.areamedica_requisicao:hover{
	-moz-box-shadow:0px 0px 10px var(--cor-cinza-claro);
    -webkit-box-shadow:0px 0px 10px var(--cor-cinza-claro);
    box-shadow:0px 0px 10px var(--cor-cinza-claro);
}

.areamedica_imagens{
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px dashed rgb(151, 212, 201);
	border-left:1px dashed rgb(151, 212, 201);
	border-right:1px dashed rgb(151, 212, 201);
	background-color: rgba(240, 248, 255, 0.97);
	margin-top:-16px;
	margin-bottom:16px;
	margin-left:410px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.areamedica_imagens:hover{
	border-bottom:1px dashed rgb(151, 212, 201);
	border-left:1px dashed rgb(151, 212, 201);
	border-right:1px dashed rgb(151, 212, 201);
	background-color: rgba(151, 212, 201, 0.48);
}

.botao, .botaozoom{
	margin-top: 10px;
	text-align: center;
	font-family: 'ExoFont', Verdana;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: var(--cor-azul);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: solid 1px var(--cor-azul);
	border-radius: 6px;
	width:80px;
	height:23px;
	cursor: pointer;
}

.botaoMaior{
	width:120px !important;	
}

.botaoLogin{
	width:90px !important;
	height:25px !important;
	margin-top: 15px;
}

.botaoVideo{
	width:180px !important;
}

.esqueceuSenha {
	font-weight: 300 !important;
	width:200px !important;
	height:25px !important;
	margin-top: 35px;
}

.botao:hover,.botaozoom:hover{
	color: var(--cor-azul);
	background-color: #ffffff;
}

.rodape{
	width: 100%;
	height: 25px;
	padding-top: 1px;
	padding-bottom: 10px;

	display: flex;
    align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.rodapeLeft {
	margin-top: 0;
	padding-left: 20px;
	padding-right: 0px;
}

.rodapeCenter {
	margin-top: 0;
	padding-left: 0px;
	padding-right: 0px;
}

.rodapeRight {
	margin-top: 0;
	padding-left: 0px;
	padding-right: 20px;
}

.areamedica_menu1_active {
	font-family: 'ExoFont', Verdana;
	font-weight: bold;
	padding: 9px;
	background: var(--cor-cinza-claro2);
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;	
	border: 1px solid var(--cor-cinza-claro);
}

.areamedica_menu1{
	padding: 9px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;	
	border: 1px solid var(--cor-cinza-claro);
	transition: background .3s, color .4s;
	-o-transition: background .3s, color .4s;
	-ms-transition: background .3s, color .4s;
	-moz-transition: background .3s, color .4s;
	-webkit-transition: background .3s, color .4s;
}

.areamedica_menu1:hover{
	background: var(--cor-cinza-claro2);
}

.areamedica_menu2_active{
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: var(--cor-cinza-claro2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.areamedica_menu2{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.areamedica_menu2:hover{
	background: var(--cor-cinza-claro2);
	transition: background .3s, color .4s;
	-o-transition: background .3s, color .4s;
	-ms-transition: background .3s, color .4s;
	-moz-transition: background .3s, color .4s;
	-webkit-transition: background .3s, color .4s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.areamedica_linhaTitulo{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: left;

	height: 20px;	

	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.areamedica_linha{

	display: flex;
	flex-direction: row;
	justify-content: space-around;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	align-items: left;
	text-overflow: ellipsis;
	white-space: nowrap;

	height: 20px;

	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;

	padding-top: 1px;
	padding-bottom: 2px;
}

.areamedica_linha:hover{
	background: var(--cor-cinza-claro2);
}

.areamedica_coluna{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: left;

	text-overflow: ellipsis;
	white-space: nowrap;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #2EA694;

	margin-left: 2px;
	margin-right: 2px;

	padding-left: 12px;
	padding-right: 5px;
}

.areamedica_coluna_prontuario {
	align-items: left;
	text-align: left;
	width:19%;
	max-width:19%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areamedica_coluna_nome {
	align-items: left;
	text-align: left;
	width:60%;
	max-width:60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areamedica_coluna_dtNasc {
	align-items: left;
	text-align: left;
	width:19%;
	max-width:19%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areamedica_SemPainel{
	position: relative;
	min-height: 450px;
	padding-bottom: 5px;	
}

.areamedica_painel{
	position: relative;
	min-height: 450px;
	background-color: var(--cor-branco1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 5px;	
	border: 1px solid var(--cor-cinza-claro);
	padding-top: 12px;
}

.areamedica_cabecalho_painel{
	position: relative;

	display: flex;
	justify-content: left;
	flex-direction: row;
	justify-content: space-between;
	align-items: left;

	height:22px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
}

.areamedica_selector {
	display: flex;
	justify-content: left;
	flex-direction: row;
	align-items: left;
	margin-top: 8px;
}	

.areamedica_titulo {
	font-family: 'ExoFont';
	font-weight:bold;
	letter-spacing: 3px;
	margin-bottom: 20px;
	z-index:30;
}

.areamedica_nomepac {
	font-family: 'ExoFont';
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-left: 5px;
}

.g-recaptcha {
    transform: scale(0.83);
    transform-origin: 0;
}

.containerLogo {
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 100%;
	gap: 40px;
}

.imgLogo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	width: auto;
	max-width: 300px;	
    object-fit: contain;
}

.imgLogo2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	width: auto;
	max-width: 380px;	
    object-fit: contain;
}

.areamedica_cabecalho_laudo_border{
	background-color: var(--cor-branco1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid var(--cor-cinza-claro);
}

.areamedica_cabecalho_laudo{
	display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: nowrap;

	width:98%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.areamedica_cabecalho_laudo2 {
	float:left;
	width:25%;
	font-size: 13px;
	height:22px;
	white-space: nowrap;
}

@media screen and (max-width: 771px) {

	#userDiv {
		margin-left: 15px;
		margin-right: 15px;
	}

	#content {
		width:96vw;
		max-width: 96vw;
		padding: 0px;
	}

	.areamedica_coluna_nome {
		width:56%;
		max-width:56%;
	}
	
	.areamedica_coluna_prontuario {
		width:19%;
		max-width:19%;
	}
	
	.areamedica_coluna_dtNasc {
		width:23%;
		max-width:23%;
	}

	.imgLogo2 {
		max-width: 340px;	
	}

	.imgLogo {
		display: none;
	}
}

@media screen and (max-width:550px){

	.areamedica_cabecalho_proc{
		flex-wrap: wrap;
    	justify-content: space-around;
	}

	.areamedica_proced {
		width: 45%;
	}

	.areamedica_cabecalho_laudo{
		flex-wrap: wrap;
    	justify-content: space-around;	
	}

	.areamedica_cabecalho_laudo2 {
		width: 45%;	
	}
}


@media screen and (max-width: 400px) {

	#userDiv {
		margin-left: 10px;
		margin-right: 10px;
	}

	#content {
		width:100vw;
		max-width: 380px;	
		padding: 0px;
	}

	.areamedica_coluna{
		padding-left: 2px;
	}

	.areamedica_coluna_nome {
		width:56%;
		max-width:56%;
	}
	
	.areamedica_coluna_prontuario {
		width:19%;
		max-width:19%;
	}
	
	.areamedica_coluna_dtNasc {
		width:23%;
		max-width:23%;
	}

	.imgLogo2 {
		max-width: 290px;	
	}

	.imgLogo {
		display: none;
	}
}

@media screen and (max-width: 375px) {

	#content {
		width:100%;
		max-width: 345px;	
		padding: 0px;
	}

	.areamedica_coluna_nome {
		width:56%;
		max-width:56%;
	}
	
	.areamedica_coluna_prontuario {
		width:19%;
		max-width:19%;
	}
	
	.areamedica_coluna_dtNasc {
		width:23%;
		max-width:23%;
	}

	.imgLogo2 {
		max-width: 260px;	
	}

	.imgLogo {
		display: none;
	}
}