@import url('root.css');

body {
    background:#f9f9f9 top left repeat-x fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: normal;
	color: #1C1C1C;
	height: 100% !important;
	letter-spacing: .5px;
}

/* Estilo do alert */
.swal-button {
    background-color: var(--primary) !important;
}

.swal-button:hover {
    opacity: 0.9 !important;
}

.swal-button--cancel {
    color: var(--primary);
    background-color: rgb(235, 235, 235) !important;
}


input, textarea{
	padding: 8px 4px !important;
    border-radius: 3px;
    outline: none;
    border: 1px solid var(--inputborder)!important;
}
select{
	padding: 7px 4px !important;
    border-radius: 3px;
    outline: none;
     border: 1px solid var(--inputborder)!important;
}
input:focus, textarea:focus{
    box-shadow: 1px 1px 1px var(--primary) !important;
}

input[type="checkbox"], input[type="radio"] {
  box-shadow:none !important;
}

h3{
	margin: 3px;
}


.heaader-userandversion{
	color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.heaader-version{
	font-size: 12px;
    margin-left: 5px;
}

.ishomol{
	padding: 4px;
    background: #e1e1e1;
    color: #193653;
    font-weight: 700;
    border-radius: 3px;
}

.user-login{
	display: flex;
    align-items: center;
    gap:24px;
    width: 250px;
    margin-left: 20px
}

.user-login a{
	color: var(--gray)!important;
    font-weight: 600 !important;
}

.header-user{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 24px;
    border-left: 3px solid #d8d8d85c;
}


.header-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    margin-bottom: 13px;
    overflow: hidden;
    height: 51px;
}

.header-logo span{
	position: absolute;
    bottom: 2px;
    right: 260px;
    color: var(--white);
    font-size: 11px;
}
.main-header{
	display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-bottom: 3px solid #d8d8d85c;
    margin-bottom: 13px;
    overflow: hidden;
    height: 51px;
}

.main-footer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% -128px);
    background: var(--secondary);
    opacity: 0.6;
    padding: 2px;
    color: #FFFFFF !important;
    font-size: .8rem !important;
    position: inherit;
}

.main-footer p, .main-footer a{
    color: #FFFFFF !important;
    font-size: .8rem !important;
    font-weight: normal !important;
}

.main-footer a:hover{
    color:var(--gray200) !important;
}

#cabecalho{
	width: 100%;
	border: 0px;
	height: 50px;
	display: inline-block;
}
select, textarea, button {
	font-family:  Arial, helvetica;
	font-size: 12px;
}

.margemEsquerda {
	margin-left: 10px;
}

.desabilitado {
	background-color:#FFF4DD;
	BORDER: #969696 1px solid;	  
	FONT-SIZE: 8pt; 	
	FONT-FAMILY: arial;
	COLOR: BLACK;	
}
.corpo {
	margin-left: 1%;
}

table.estilo1 {
  font-family:  arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: center;
	padding: 0px;	
	border-bottom: 1px solid #274b70;
	border-left: 1px solid #274b70;
	border-right: 1px solid #274b70;
	margin-top: 0px;
}

.destaque1 {
	text-align:left;
	font-weight: bold
}

.text{	
	BORDER: #274b70 1px solid;	  
	FONT-SIZE: 12px;	
	FONT-FAMILY: arial;	
	BACKGROUND-COLOR: #FFFFFF;
}
.text-case-sensitive{	
	BORDER: #274b70 1px solid;	  
	FONT-SIZE: 8pt;	
	FONT-FAMILY: arial;	
	BACKGROUND-COLOR: #FFFFFF;
}

.checkbox{	
	BORDER: #FFD1D1 1px solid; 
	FONT-SIZE: 8pt;	
	FONT-FAMILY: arial;	
	BACKGROUND-COLOR: #FFF1F1;
}

.text_upper{
	TEXT-TRANSFORM: uppercase;
	BORDER: #274b70 1px solid;	  
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	BACKGROUND-COLOR: #FFFFFF;
}

.text_disabled {	
	BORDER: #969696 1px solid;	  
	FONT-SIZE: 8pt; 	
	FONT-FAMILY: arial;	
	BACKGROUND-COLOR: #FFFFFF;
}
 
.tituloTabela {
    background-color: #274b70;
    border: 2px solid;
    border-color: var(--primary);
    border-style:none none solid;
    color: #ffffff;
    font-family: arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
}

.tituloAtributo {
	background-color: #EEEEEE;
    color: black;
    font-family: arial, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.textoAtributo {
	background-color: white;
    color: black;
    font-family: arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.textoAtributoNota {
    background-color: white;
    color: DimGrey;
    font-family: arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.textoAlfabeto {
    background-color: white;
    color: black;
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.textoDescExame {
	font-size: 12px;
}
.cabecalho {
    background-color: var(--primary);
    color: #ffffff;
    font-family:  arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.cabecalhoSecundario {
    background-color: var(--primary);
    color: #ffffff;
    font-family:  arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.tabelaLogin {
	width: 90%;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.labelLogin {
	width: 25%;
	text-align: right;
}

.campoLogin {
	width: 75%;
	text-align: left;
}

.linhaLogin {
	vertical-align: top;
}

.cabecalhoLogin {
	padding-left: 25%;
	width: 100%;
	text-align: left;
}

.logoCabecalho {
	text-align: left;
	vertical-align: middle;
}

.modoEspera {
	cursor: wait;
}

.tabelaLote {
	margin-left: 1%;
	text-align: center;
	width: 600px;
}

.linkImagem {
	cursor: hand;
	border: 0px solid transparent;
}

#cabecalho {
	position: absolute;
	top: 0;
	left: 0;
}.campoFormulario {
	background-color: #FFF1F1;
	border: 1px solid var(--primary);
	clear: none;
	float: none;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.tabela {
	border: 1px solid var(--primary);
}

.table-header td{
	padding: 8px;
    text-transform: uppercase;
    font-size: 8pt;
}
.tituloFormulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--primary);
	text-align: center;
}
.textoFormulario {
	font-family:  arial;
	font-size: 8pt;
	color: #000000;
}
.botao {
    BORDER: var(--primary) 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: var(--primary);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px !important;
    border-radius: 5px;
    text-transform: uppercase;
    transition:all .3s;
}

.botao:hover{
	opacity:0.855;
}

.botaoDesabilitado {
    BORDER: var(--primary) 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY:  arial;
    BACKGROUND-COLOR: #c0c0c0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.div-pesquisa{
     height: 25px;
    width: 25px;
    padding: 0px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 2px;
    border: 3px solid var(--primary);
}
.botao-pesquisa {
    cursor: pointer;
    margin: 0px;
    border: none;
    height: 25px;
    width: 25px;
    background: url(../images/lupa2.png) no-repeat;
    background-position: center;
}

.botao-pesquisa-exame {
    cursor: pointer;
    margin: 0px;
    border: none;
    height: 32px;
    width: 32px;
    background: url(../images/lupa2.png) no-repeat;
    background-position: center;
}

.MenuSubTitulo {
    BORDER: var(--primary) 1px solid;
    FONT-SIZE: 12pt;
    FONT-FAMILY:  arial;
    BACKGROUND-COLOR: var(--primary);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.tabelaDetalhe {
	border: 0.4px solid var(--primary);
	text-align: center;	
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: var(--primary);
}
a:link,a:visited {
	text-decoration: none;
	FONT-FAMILY: arial;	
	FONT-SIZE: 11pt;	
	color: #696969;
	font-weight: bold;		
}
a:hover {	
	FONT-FAMILY:  arial;	
	color: var(--primary);
}
a:active {	
	FONT-FAMILY:  arial;	
	color: var(--primary);
	font-weight: bold;
}

a.active {	
	FONT-FAMILY:  arial;	
	color: var(--primary) !important;
	font-weight: bold !important;
}

.titulo {
    background-color: #274b70;
    color: #ffffff;
    font-family:  arial, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.rodape {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}

.menu {	
	text-decoration: none;
	FONT-SIZE: 8pt;	
	FONT-FAMILY: arial;	
	float: left;
	margin-left: 10px;
	display: block;
	transition: all 1.5s ease !important; 
}

.menu-open{
	display: none;
}
a.menu:link {
	text-decoration: none;
	FONT-FAMILY: arial;	
	FONT-SIZE: 8pt;	
	color: var(--primary);
}

a.menu:visited {
	text-decoration: none;
	FONT-FAMILY: arial;	
	FONT-SIZE: 8pt;	
	color: var(--primary);
}

a.menu:hover {
	text-decoration: none;
	FONT-FAMILY:  arial;
	FONT-SIZE: 8pt;
	color: #FFCC00;
	font-weight: bold;
}

a.menu:active {
	text-decoration: none;
	FONT-FAMILY:  arial;
	FONT-SIZE: 8pt;
	color: #FFCC00;
	font-weight: bold;
}

#app-menu {
    margin-left: 10px;
    position: absolute;
    top: calc(50% - 13px);
    cursor:pointer;
}

.tituloMenu {
    background-color: var(--primary);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.aviso {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-style: italic;
}
.combo {
	font-family:  Arial, helvetica;
	font-size: 10px;
}
td.abaSelecionada {
	background-color: #274b70;
    font-weight: bold;
    color: #FFFFFF;
    border-top: 2px solid #13273c;
    border-bottom: 2px;
    border-left: 2px solid #13273c;
    border-right: 2px solid #13273c;
}
td.abaNaoSelecionada {
	background-color: #274b7094;
	color: #FFFFFF;
	border-top: 1px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
}

.linhaEscura td, .linhaClara td{
	padding:10px;
}

.linhaClara {
	color: black;
	background-color: #FFFFFF;
	font-family:  arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	border-width: 1px;
	border-style-top: none;
	border-style-left: solid;
	border-style-right: solid;
	border-style-bottom: none;
	border-color: white;
	padding: 10px;
}
.linhaEscura {
	color: black;
	background-color: #f3f3f3;
	font-family:  arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	border-width: 1px;
	border-style-top: none;
	border-style-left: solid;
	border-style-right: solid;
	border-style-bottom: none;
	border-color: white;
	padding: 10px;
}
a.linkAcao:link {
	text-decoration: none;
	FONT-FAMILY: arial;	
	FONT-SIZE: 7pt;	
	color: var(--primary);
}

a.linkAcao:visited {
	text-decoration: none;
	FONT-FAMILY: arial;	
	FONT-SIZE: 7pt;	
	color: var(--primary);
}

a.linkAcao:hover {
	text-decoration: none;
	FONT-FAMILY:  arial;
	FONT-SIZE: 7pt;
	color: var(--primary);
	font-weight: bold;
}

a.linkAcao:active {
	text-decoration: none;
	FONT-FAMILY:  arial;
	FONT-SIZE: 7pt;
	color: var(--primary);
	font-weight: bold;
}
font.textoDados {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
font.textoDadosGrande {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
table.dialogo {
  font-family:  arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
    align: center;
	margin: 0px;	
	padding: 0px;	
	border-top: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	width: 95%;	
	height: 85%;	
}
table.tabelaPrincipal {
	margin: 0px;	
	padding: 0px;	
	border-bottom: 1px solid var(--primary);
}

.tabelaPrincipalPedido {
    margin: 0px;    
    padding: 0px;   
    float: left;
}
table.tabelaSecundaria {
	margin: 0px;	
	padding: 0px;	
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.celulaVermelha {
    background-color: #CC3333;
    color: #ffffff;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.celulaVerde {
    background-color: #339966;
    color: #ffffff;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}


.tituloTabelaLote {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	width: 1px;
}

.subTituloTabelaExtrato {
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	text-align: right;
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	width: 1px;
}

.corpoTabelaExtrato {
	width: 42%;
	padding-left: 2px;
	padding-right: 2px;
	border-collapse: collapse;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.corpoTabelaExtratoErro {
	width: 42%;
	padding-left: 2px;
	padding-right: 2px;
	border-collapse: collapse;
	background-color: var(--primary);
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.tituloTabelaPaciente {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	width: 1px;
}

.subtituloTabela {
	background-color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.tabelaConsultaExames {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid white;
	border-collapse: collapse;
	margin-top: 15px;
}

.tituloPagina {
	font-size: 16px;
	font-weight: bold;
	color: var(--primary);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tituloTabela {
    background-color: #274b70;
    color: #ffffff;
    font-family:  arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

.tituloTabela2 {
	background-color: #FFF4DD;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.linhaClara {
	background-color: #FFFFFF;
	text-align: center;
}


.linhaEscura {
	background-color: #f3f3f3;
	text-align: center;
}

.linhaEscura:hover, .linhaClara:hover {
	background-color: #dbdada;
}

.listaPadrao {
	margin-bottom: 0px;
}
.mensagensErro {
	border: 1px solid red;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: 100%;
	color: #EE0000;
	font-weight: bold;
	background-color: #FFFFDD;
}

a.menuSair:link,a.menuSair:visited,a.menuSair:active {
	text-decoration: none;
	font:bold 10pt arial;
	color: #FFFFFF;
	background: #274b70; 
	float: right; 
	margin: 4px 30px 4px 0px;
}
a.menuSair:hover{
	font:bold 10pt arial;
	color: #FFFFFF;
	background: #274b70; 
	float: right; 
	margin: 4px 30px 4px 0px;
	text-decoration: underline;
}
.instrucao {
	font-size:12px
}

.textoNegrito {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333339;
	font-weight: bold;
}
.maiusculo{
	TEXT-TRANSFORM: uppercase;
}
.linkExame{
    color: #960200; 
}
.linkMaterial{
    color: #960200; 
}
.linkMne{
    color: #0000cc;	
}

.linkChamada {  
	color: #5959AB;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica;  
}
/*css page erro*/

#imgMensagem{
	margin: 5px;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_asc_disabled.png) no-repeat;
}
.imgMensagemUp{
	cursor: pointer;
	display: inline-table;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_asc_disabled.png) no-repeat;
}
.imgMensagemDown{
	cursor: pointer;
	display: inline-table;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_desc_disabled.png) no-repeat;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .0); 
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .0); 
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .0); 
}
#imgMensagem:hover{
	cursor: pointer;
	margin: 5px;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_asc.png) no-repeat;
}
.imgMensagemUp:hover{
	cursor: pointer;
	display: inline-table;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_asc.png) no-repeat;
}
.imgMensagemDown:hover{
	cursor: pointer;
	display: inline-table;
	height: 19px;
	width: 19px;
	margin: 0 auto;
	background: url(../images/sort_desc.png) no-repeat;
}
.mensagem  {
	margin: 0 auto;
}
.textoAviso {
	font-family:  arial;
	font-size: 12pt;
	color: GREEN;
	list-style: none;
	line-height: 17px;
	margin: 10px;
}
.textoErro {
	font-family:  arial;
	font-size: 8pt;
	color: RED;
	list-style: none;
	background-color: #f5f5f5 !important;
	line-height: 17px;
	padding: 0 10px;
}
.textoAlerta {
	font-family:  arial;
	font-size: 11pt;
	color: #e29206;
	list-style: none;
	line-height: 17px;
	/* margin: 10px; */
	padding: 0 10px;
}
.left{
	float: left;
}
.right{
	float: right;
	margin-right: 20px;
	text-align: right;
}
.cneter{
	text-align: center;
}
.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
.pointer{
	cursor: pointer;
}
.valor{
	text-align: center;
}
.vermelho{
	color: #d7003c;
}
.field_set{
    border-color:#ce003c;
    border-style: solid;
}

/* Novo Layout Dna direct */

/* Personalizando Scroll */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary); 
  border-radius: 2px; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary); 
}

::-webkit-scrollbar-track {
  background-color: var(--white);
}



/*fim scroll*/

.text-2xl{
	font-size: .9rem;
	font-weight: 600;
}

.btn{
    border: none !important;
    outline: none;
    height: 43px;
    padding:0 15px !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    color: var(--white);
    font-size: .875rem;
}

.btn-search{
	height: 36px;
    margin-top: 11px;
}

.primary{
	background: var(--primary) !important;
}

.secondary{
	background: var(--secondary) !important;
}

.btn:hover{
	opacity: .9;
}

.btn:disabled{
	background: var(--disabled) !important;
}

.bodyMenuleftBar{
	position: relative;
	min-height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    color: var(--gray);
    font-size: .875rem;
    margin-top: -16px;
	flex-direction: column;
}

.containerMenuLeftBar{
    width: calc(100% - 115px);
    flex: 1;
    padding: 24px;
    padding-left: 90px;
    padding-bottom: 60px;
    /*z-index: 0;*/	
}

.containerMenuLeftBar-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

.containerMenuLeftBar h3{
	color: var(--primary);
	font-size: 1.2rem;
}

.containerMenuLeftBar-form{
	display: flex; 
	justify-content: space-between;
	gap:16px;
	margin-bottom: 16px;
}

/* Table container */

.containerMenuLeftBar table{
	width: 100%;
}

.containerMenuLeftBar table th{
	background: var(--tableheader);
	color: var(--primary);
	font-size: .875rem;
	padding: 20px 8px;
	text-transform: uppercase;
}

.containerMenuLeftBar .tituloTabela{
	background: var(--tableheader);
	color: var(--primary);
	font-size: .875rem;
}

.containerMenuLeftBar table td{
	color: var(--gray);
	font-size: .75rem;
}


.searchForm{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.detalhesRastreabilidade{
	margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
}

.detalhesRastreabilidade .dados{
    line-height: 24px;
}
.detalhesRastreabilidade label{
	color:var(--primary); 
	font-weight: 600;
}


.formtext{
	display: flex;
	flex-direction: column;
	width: 100%;
}


/* Tab */
.tab {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap:5px;
}

.tab-link, .btn-laudo {
  background: transparent;
  border-radius:50%;
  width:55px;
  height:55px;
  outline:none;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-link:hover , .btn-laudo:hover{
   	border:none;
    box-shadow: 0px 0px 8px -3px var(--primary)
}

.tab-link.active {
    border:none;
    box-shadow: 0px 0px 8px -3px var(--primary)

}

.tab-content {
  display: none;
  padding-top: -10px;
}

.tab-divider{
	border: 1px solid var(--gray200);
    width: 100%;
    height: 0px;
}

.w-80{
	width: 80%;
}

.w-50{
	width: 50%;
}

.w-40{
	width: 40%;
}

.w-30{
	width: 30%;
}



/* Modal */
.modal {
  position: absolute;
  display: block;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}

.title-modal{
	padding: 14px;
    background: var(--primary);
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 600;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.modal-container{
	padding:20px;
}

#modalIframe{
	min-height: 500px;
}
.close {
  color: var(--gray200);
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}

.close:hover,
.close:focus {
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
}


/* New Menu */
.menuLeftBar{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--secondary);
    width: 80px;
    padding-top: 20px;
    /*z-index: 10;*/
    display: flex;
    justify-content: center;
}

.menuLeftBar ul{
	display: flex;
    flex-direction: column;
    background: var(--secondary);
    list-style: none;
    width: 100%;
    gap: 24px;
    margin-left: -38px;
}

.menuLeftBar li{
	position: relative;
}

.menuLeftBar ul li a{
	display: flex;
    color: var(--white);
    font-size: 10px;
    font-weight: 100;
    flex-direction: column;
    align-content: center;
    gap: 4px;
    z-index: 10;
}

.menuLeftBar li ul li{
	border-bottom: 1px solid var(--gray);
	display: flex;
    margin-left: -22px;
}

.menuLeftBar li:hover{
  cursor: pointer;
  border-left: 3px solid var(--primary);
}

.menuLeftBar li:hover > ul{
  transition: .3s all;
  display: flex;
  cursor: pointer;
}

.menuLeftBar li ul{
	position: absolute;
	top:0;
    width: 240px;
    flex-direction: column;
    gap: 4px;
    background: var(--secondary);
    margin-left: 68px;
    list-style: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    overflow-x: auto;
    max-height: 300px;
}

.menuLeftBar li ul li a{
    padding: 8px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    gap: 6px;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .6px;
    width: 100%;
}



.menuLeftBar a, .menuLeftBar button{
	cursor: pointer;
}

.menuLeftBar h3{
    color: var(--white);
    border-bottom: 1px solid var(--gray200);
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: .6px;
    margin-left: -16px;
    padding-top: 5px;
}

.btnMenuLeftBar{
    border: none !important;
    outline: none;
	min-width:40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-left-item:hover{
	 border-left: 3px solid var(--primary);
}
.menu-left-item.hovered{
	border-left: 3px solid var(--primary);
}

.div-btn-form{
	display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top:8px;
}

.div-btn-form-center{
	display: flex;
    justify-content: center;
    gap: 8px;
    margin-top:8px;
}

.div-table-overflow{
	width: 100%; 
	overflow-y: auto; 
	height: 550px;
}

.form{
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
 }

.input-label{
	display:flex;
	flex-direction:column;
}

.input-label label, .input-label input[type="check-box"] ~ label, .input-label input[type="radio"]{
	cursor:pointer;
}

hr{
	border: .7px solid var(--gray200);
}

.kit-pendencia{
    max-height: 110px;
    overflow: scroll;
    border: 1px solid var(--gray200);
    max-width: 98%;
    padding: 4px;
}

.pendencias ,.pendencias ~ label{
	padding:0;
	cursor:pointer;
}

.total-pendencias{
    position: absolute;
    top: 6px;
    right: 6px;
    color: var(--white);
    background: #d50505;
    border-radius: 50%;
    padding: 4px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulsar 1s infinite;
}

.flex-end{
	justify-content: end;
}

.w-400{
	width: 400px;
}

/*Notifications*/
.overlayNotifications{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 21%);
    z-index: 1;
    display: none;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}
.notificacaoUnidades{
    position: relative;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-right: 3px solid #d8d8d85c;
    height: 100%;
}

.notificationContent{
	position: absolute;
    top: 0;
    right: -100%;
    background: #ffffff;
    height: 100%;
    width: 300px;
    padding: 12px;
    z-index: 1;
    transition: right ease-in-out 0.3s;
}
.notificationContent.open{
	right: 0;
}

.notificationContent h4{
	font-size: 20px;
    margin-top: 4px;
    color: var(--primary);
}

.notificationItem{
	position: relative;
    overflow: hidden;
	padding: 4px;
    border-radius: 3px;
    margin-bottom: 8px;
    box-shadow: 1 1 1 1;
    box-shadow: rgba(66, 100, 135, 0.16) 0px 3px 6px 2px, rgba(66, 100, 135, 0.23) 0px 3px 6px 2px;
}

.notificationItem p{
	font-size: 14px;
    font-weight: bold;
    color: var(--gray);
}
.notificationItem button {
	width: 100%;
    outline: none;
    border: none;
    background: var(--primary);
    color: #ffffff;
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.notificationItem button:hover {
	background: var(--secondary);
}

.linkNotification{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    outline: none;
    border: none;
    background: var(--primary);
    color: #ffffff !important;
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 100 !important;
}

.linkNotification:hover {
	background: var(--secondary);
}


.headerNotifications{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.closeNotifications{
	margin-top: -4px;
    font-size: 20px;
    cursor: pointer;
}

.NotificationClass{
	position: relative;
}

.totalNotification{
	position: absolute;
    top: -8px;
    right: -4px;
    padding: 4px;
    background: var(--primary);
    border-radius: 50%;
    height: 8px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;

}

/*chat pendencias */
.overlayChat{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 21%);
    z-index: 1;
    display: none;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.chatContent{
    position: absolute;
    bottom: 28px;
    right: -100%;
    background: #ffffff;
    height: 70%;
    width: 350px;
    z-index: 1;
    transition: right ease-in-out 0.3s;
    border-radius: 25px;
    background: #e0e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.chatContent.open{
	right: 0;
}

.chatContent h4{
	font-size: 20px;
    color: var(--primary);
	display: flex;
    align-items: center;
    gap: 8px;
}

.headerChatContainer{
	text-align: center;
    color: var(--secondary);
    font-size: 19px;
}

.headerChat{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    margin-bottom: 2px;
    padding: 12px 23px;
    flex: 0 0 auto;
}

.headerChatContainer .envolvido{
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}


.closeChat{
    font-size: 20px;
    cursor: pointer;
}

.chatContainer{
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: auto;
    padding: 12px;
    flex: 1 1 auto;
}

.chatResponse{
	position: relative;
	padding: 8px;
	background: #e0e8f0;
    border-radius: 8px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.view-response{
	position: absolute;
    top: 4px;
    background: #d2ebff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    cursor: pointer;
}

.res_ihp .view-response{
    right: 4px;
}

.res_client .view-response{
    left: 4px;
}

.chatResponse.res_client{
	text-align: end;
	background: #cce1f7;
}

.chatResponse.res_ihp{
	background: #eff6fd;
}

.res_client .sigla{
	display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
}

.res_ihp .sigla{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 8px;
}

.chatContainer .sigla {
	font-weight: 900;
    font-size: 14px;
    color: var(--secondary);
}

.chatContainer .hour {
	font-size: 8px;
}

.chatInputContainer{
	 display: flex;
	 flex-direction: column;
}
   
.chatInput{
    padding: 10px 11px;
    background: white;
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
}


.chatButtonSend{
	background: var(--primary);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.chatButtonSend:hover {
	background: var(--secondary);
}

.fileSelected{
    background: #FFFFFF;
    padding: 0px 4px 8px 20px;
    font-size: 12px;
    color: #656565;
    margin-top: -8px;
}

.cancelFile{
	border: none;
    background: transparent;
    color: red;
    font-weight: 700;
    cursor: pointer;
}

.container_pendencias{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.is_resposta{
	position: absolute;
    width: 8px;
    height: 8px;
    background: #ed174a;
    border-radius: 50%;
    top: 0;
    right: 0;
}

.historico-pendencia{
	background: #ffe1e6;;
}

.historico-pendencia:hover{
	background: #ffc8d3;;
}

.link-arquivo{
	cursor: pointer;
    color: #c90040;
}

/*chat pendencias fim*/


.unidadeSelectedText{
    position: absolute;
    top: 21px;
    left: 0;
    max-width: 270px;
}

.unidadeSelected .select2-container {
	width: 270px !important;
}
.unidadeSelected .select2-selection--single {
    background-color: transparent !important;
    font-size: 12px !important;
    border: none !important;
    border-radius: 0 !important;
    width: 80px !important;
}

.unidadeSelected .select2-selection__rendered {
    color: transparent !important;
}

.unidadeSelected .select2-selection__arrow {
    left: -26px!important;
 }
  
.unidadeSelected .select2-selection__arrow b {
    left: 90% !important;
}
 
.unidadeSelected .select2-results {
    font-size: 10px !important;
}


 .unidadeSelectedLogin .select2-container {
	width: 100% !important;
}


#formKit{
	width: 45%;
}

#tableKit{
	width: 55%;
}

.alerta-taxa-urgencia{
    background: #D6340D;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
}
 
 
@keyframes pulsar {

    50% {

        box-shadow: 0 0 2px 1px #d50505;
    }

}

@keyframes slideIn {
    0% {
        right: -100%;
        transform: translateX(100%); 
    }
    100% {
        right: 0;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
	
	.sm-w-80{
		width: 80%;
	}
	
	.containerMenuLeftBar-title{
		display: block; 
	}
	
	.containerMenuLeftBar-form{
		display: block; 
		margin-bottom: 16px;
	}
	
	.containerMenuLeftBar{
		width: 80%;
	}
	
	.detalhesRastreabilidade{
		display: block; 
		margin-bottom: 16px;
	}
	
	.detalhesRastreabilidade .dados{
		margin-bottom: 8px;
	}
	
	.main-footer{
		display: none;
	}
	
	#formKit{
	width: 100%;
	}
	
	#tableKit{
		width: 100%;
	}
	
		
}

