
/* html, body, div, span, applet, object, iframe, */
/* h1, h2, h3, h4, h5, h6, p, blockquote, pre, */
/* a, abbr, acronym, address, big, cite, code, */
/* del, dfn, em, img, ins, kbd, q, s, samp, */
/* small, strike, strong, sub, sup, tt, var, */
/* b, u, i, center, */
/* dl, dt, dd, ol, ul, li, */
/* fieldset, form, label, legend, */
/* table, caption, tbody, tfoot, thead, tr, th, td, */
/* article, aside, canvas, details, embed,  */
/* figure, figcaption, footer, header, hgroup,  */
/* menu, nav, output, ruby, section, summary, */
/* time, mark, audio, video { */
    /* margin: 0; */
    /* padding: 0; */
    /* border: 0; */
    /* font-size: 100%; */
    /* font: inherit; */
    /* vertical-align: baseline; */
/* } */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,  */
/* footer, header, hgroup, menu, nav, section { */
    /* display: block; */
/* } */
/* body { */
    /* line-height: 1; */
/* } */
/* ol, ul { */
    /* list-style: none; */
/* } */
/* blockquote, q { */
    /* quotes: none; */
/* } */
/* blockquote:before, blockquote:after, */
/* q:before, q:after { */
    /* content: ''; */
    /* content: none; */
/* } */
/* table { */
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
/* } */
html{
	-webkit-text-size-adjust: 100%;
	background-color: #f4f4f4;
}

.formLogin{
	padding: 40px;
    text-align: center;
	margin-top: 60px;
	border: solid #8d8686 1px;
}
.divMenu{
    padding: 4px;
}

.botaoTabela{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    /* font-weight: 800; */
    text-transform: uppercase;
    border-radius: 4px;
    width: 158px;
    background-color: #fff;
    border-color: #d0d0d0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
    background-image: none;
    letter-spacing: 0.04em;
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);	
}

.TituloBusca{
	/* padding-top: 10px; */
	margin-top: 12px;
}

body{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	/* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
	margin:0;

	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;	
	box-sizing: border-box;
}
.menu{
	background-color:#e8e5e5;
	padding: 6px;
	text-align: center;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.divLabel{
	display:inline-block;
	padding: 10px 10px 5px 10px;
}
.divLabel.labelManager{
	display:inline-block;
	padding: 0px;
}

.divIndex{
	background-color:#e5e3d2;
	/* display:block; */
	/* width: 100vw; */
	height: 100vh;
}

.header{
	/* background-color:#000000; */
	background-color:#add8e6;
	
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
	font-weight: 500;
	color: #584e4e;

}

.fundo-h3{
	/* background-color: #f4f4f4; */
	color: darkslategray;
	margin: 0;
	padding: 10px;
	font-weight: 500;
    padding-top: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;		
  /* transform: translate(-50%, -50%); */
      transition: top 1.5s;	
}

.deslogar{
    border: 1px solid;
    border-radius: 4px;
    padding: 9px;
    justify-content: flex-end;
    margin-top: 8px;	
}

.botao{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	/* border-radius: 20px; */
	background-color:#fff;
	font-weight: 500;
	text-transform: uppercase;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 10px solid transparent;
    padding: 8px 8px 8px 8px;
    /* padding: 0.5rem 1rem; */
    /* font-size: 1rem; */
    font-size: 14px;
    border-radius: 0.95rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}	
.core{	
	padding: 0 0 0 0px;
	text-align:center;
	background-color: #e8e5e5;
}

input{
	margin:0;
}

.msgRetorno{
	margin-top:30px;
}


.retornoMsg{
	margin:0px;
}

.msgFail{
	color: #ef3054;    
	margin: 20px;
    font-size: 18px;
    font-weight: 500;
}

.msgOk{
	color: #259732;
    margin: 20px;
    font-size: 18px;
    font-weight: 500;	
}

.sizeSelect{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	border-radius: 4px;
	width: 248px;
	background-color: #fff;
    border-color: #d0d0d0;
	padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
	background-image: none;
	letter-spacing: 0.04em;
	webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.botaoRetorno{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    /* font-weight: 800; */
    position: relative;
    /* top: 30px; */
    text-transform: uppercase;
    border-radius: 4px;
    width: 158px;
    background-color: #fff;
    border-color: #d0d0d0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
    background-image: none;
    /* letter-spacing: 0.04em; */
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);	
}

.botaoVolver{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
    width: 158px;
    background-color: #fff;
    border-color: #d0d0d0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c !important; 
    background-image: none;
    /* letter-spacing: 0.04em; */
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);	
}

#sessionClose{
	border: none;
    background-color: transparent;
    color: #584e4e;
    top: 10px;
    position: absolute;
    right: 10px;
	/* margin: 0; */
    font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	/* padding: 16px; */
	border: #8eaec9 1px solid;
}
.iconeBuscar{
	width: 40px;
}

.botaoBuscar{
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
	border-radius: 4px;
    width: 158px;
    background-color: #fff;
    border-color: #d0d0d0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
    background-image: none;
    letter-spacing: 0.04em;
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);	
}

.botaoMenu{
	border-radius: 4px;
    width: 225px;
    background-color: #06fc3129;
    border-color: #d0d0d0;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    line-height: 1.6;
    color: #323333;
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(28 229 99 / 70%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;	
}

.entrada{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	border-radius: 4px;
	width: 225px;
	background-color: #fff;
    border-color: #d0d0d0;
	padding: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
	background-image: none;
	letter-spacing: 0.04em;
	webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


.confirmar{
	font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	background-color:#000000;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	width: auto;
    padding: 7px;
    margin-top: 4px;	
    /* line-height: 0.75; */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    /* border: 10px solid transparent; */
    /* padding: 8px 8px 8px 8px; */
    /* padding: 0.5rem 1rem; */
    /* font-size: 1rem; */
}

.main-input{
	font-weight:300px;
    font-size:14px;
    color:333;
    padding-left:30px;
    width:100%;
    height:48px;
    border-radius:24px;
    background-color:#fff;
}

.bloco {
	width: 300px;
    height: 430px;
    padding: 10px;
    margin: 6.5px;
    /* border: 1px solid #ffa500; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 80%);
    text-align: center;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}



.bloco20 {
  background-color: teal;
  width: 50%;
  height: 19vw;
  margin: 0.5%;
}

.bloco40 {
  background-color: crimson;
  width: 39%;
  height: 39vw;
  margin: 0.5%;
}



/*[data-logo = "centro"]{
	width: 100vw;
}
*/

.listfield li{
	list-style:none;
	line-height:30px;
	padding: 5px 7px;
	
}
.cpfs-lista{
	list-style-type: none;
}

.listfield{
	display: none;
	position: absolute;
	top:230px;
	left:570px;
	width:300px;
	background: #ddd7d7;
	line-height:30px;
	padding: 5px 7px;
	border-radius: 20px;
}
.upload{
	font-size: 10px;
}
nav{
   display: flex;
   justify-content: center;
} 
.menu li{
/*position:relative; */
float:left; 
/*border-right:1px solid #c0c0c0; */
}

.checklistAnexos{
    margin: 0;
    padding: 0;
}

h4, h5{
	margin: 0;
	padding: 12px !important;
}

#checklistVendaChaves{
	/* float: right; */
}
ul#anexos{
	list-style: none; 
}

.liResultadoPesquisa:hover{
	background-color:#6fed6f;
	border-radius:10px;
}

ul{
	list-style: none;
	margin: 0;
    padding: 0;	
}

.ulResultado{
	position: absolute;
	background: #ddd7d7;
	line-height:30px;
	padding: 8px 26px;
	border-radius: 10px;
} 

.inputAnexo{
	display: none;
}

.check{
	display: inline;
	padding: 10px;
}
.anexoList {
	margin-block: 0;
	padding: 6px;
    margin-top: 6px;	
	border: 1px solid rgb(217, 52, 52);
    border-radius: 20px;
    background-color: rgb(237, 206, 206);
	width: 200px;
}
.anexoListOpt {
	margin-block: 0;
	padding: 6px;
    margin-top: 6px;	
	border: 1px solid rgb(0, 0, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
	width: 200px;
}
.anexoOk{
	border: 1px solid rgb(63, 215, 63);
    border-radius: 20px;
    background-color: rgb(168, 219, 168);
}
.anexoOb{
	border: 1px solid rgb(217, 52, 52);
    border-radius: 20px;
    background-color: rgb(237, 206, 206);
}

.divAnexos{
	padding: 20px 10px 20px 10px;
}

#teste{
	padding-left: 2px;
}
h6 {
    font-size: 1rem;
    padding-top: 16px;
    background-color: beige;
    padding-bottom: 16px;
	margin-block-end: 0;
    margin-block-start: 0;	
}

.flex-box {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.container-box {
  /* background-color: yellow; */
  /* height: 180px; */
}

.content-box {
  /* background-color: black; */
  color: white;
  text-align: center;
  width: 200px;
}

.table td, .table th {

    padding: .75rem;
    /* vertical-align: top; */
    border-top: 1px solid #dee2e6;
}
.texto_aviso{
    color: orange;
    padding: 10px;
    border: 1px solid;
}

.disableSelect{
	pointer-events: none;
	touch-action: none;	
}

@media (orientation: portrait){
	.header{
		justify-content: center;
		display: flex;
		height: 127px;		
	}
	#sessionClose{
		border: #8eaec9 1px solid;
		top:50px;
	}
	.mostraSala{
		margin-top: -26px;		
	}

	/* #tela{ */
		/* width: 320px; */
		/* height: 280px; */
	/* }	 */
	
}

@media (orientation: landscape){

	/* #tela{ */
		/* width: 680px; */
		/* height: 320px; */
	/* }	 */
}
/* @media (max-width: 60px) { */
	/* .mostrarSala{ */
		/* margin-top: -60px; */
	/* } */
/* } */

@media (max-width: 860px) {
	.mostraSala{
		margin-top: -26px;
	}
	
	.header{
		justify-content: center;
		display: flex;
		height: 127px;		
	}
	#sessionClose{
		border: #8eaec9 1px solid;
		top:50px;
	}

}	

@media (min-width: 860px) {
	.mostraSala{
		margin-top: -26px;
	}
	.header{
		height: 92px;		
	}
	#sessionClose{
		/* top:50px; */
		border: #8eaec9 1px solid;
	}
}	

@media (max-width: 400px) {
	.header{
		/* justify-content: center; */
		/* display: flex; */
		height: 164px;
	}
	
}


.linkDesabilitado{
	 color: #92989c;
}

/* .modal { */
  /* position: fixed; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* z-index: 9999; */
  /* background-color: #fff; */
  /* padding: 20px; */
  /* display: none; */
/* } */

/* .modal.active { */
  /* display: block; */
/* } */


*, *:before, *:after {
	/* color:black; */
	color:#584e4e;
	font-weight: 600;
}

.fundo-h3-sub{
	background-color: #f4f4f4;
	color: darkslategray;
	margin: 0;
	padding: 10px;
	font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;	

}

footer {
  /* position: fixed; */
  /* bottom: 0; */
  /* left: 0; */
  /* width: 100%; */
  background-color: #48a4; 
  color: #000000; /* Preto */
  padding: 20px;
  text-align: center;
}

footer a {
  color: #3366CC; /* Azul claro */
  text-decoration: none;
  border-top: 1px solid #7cacbc;
}

footer a:hover {
  text-decoration: underline;
}

#resultado{
	display: inline-block;
    border: 1px solid #d6c5c5;
    border-radius: 9px;
    width: 86%;
    background-color: whitesmoke;
}	
.titulo{
	color: #51677b;
    text-align: center;
    text-shadow: 0px 0px 1px #515691;
    font-weight: 400;	
	text-transform: uppercase;
}


#divBorda{
	border: 1px solid white;
    width: 80%;
    display: inline-block;	
}

#pesquisaHeader{
	border-top: 1px solid #efe8d4;
}