@font-face {
  font-family: 'Kanit';
  src: url(../font/Kanit/Kanit-Regular.ttf) format('truetype');
}

th{
	font-weight: normal;
}
.selectReport{
	padding: 6px;
}
.selectReport select {
  padding: 4px;
}
/* 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;
}

#divMain{
	margin: 0 auto;
	/* max-width: 1200px; */
	/* padding: 20px;	 */
}

.formLogin{
	padding: 40px;
    text-align: center;
	margin-top: 60px;
	border: solid #d7cccc 1px;
}
.divMenu{
    padding: 4px;
	/* background-color: #5c8972; */
}

.botaoTabela{
	/* font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; */
	font-family: Kanit,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: Kanit,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;
	/* background-color: white; */
	background-color: #5c8972;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;	
	box-sizing: border-box;
}
#header{
	background-color: #5c8972;
}
.menu{
	background-color: aliceblue;
	padding: 6px;
	text-align: center;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.divLabel{
	display:inline-block;
	padding: 14px 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:#717e83;
	
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
	font-weight: 500;
	color: #584e4e;

}

.fundo-h3{
    letter-spacing: 0.055em;
	background-color: #f0e3e3;
    color: darkslategray;
    margin: 0;
    /* padding: 10px; */
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    /* transform: translate(-50%, -50%); */
    transition: top 1.5s;
    border-bottom: 1px solid #d1c2c2;
}

.deslogar{
	/* color: white; */
	/* font-weight: 200; */
}

.botao{
	font-family: Kanit,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: aliceblue;
}

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);
    box-shadow: 5px 3px 6px rgb(0 0 0 / 10%);
    -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{
	/* display: block; */
	font-family: Kanit,sans-serif;
	/* background-color:#515393; */
	background-color:#d2d2df;
	/* 326589 */
	/* font-weight: 800; */
	text-transform: uppercase;
	/* color: #fff; */
	color: #354173;
	width: auto;
    padding: 8px;
    margin-top: 4px;	
    /* line-height: 0.75; */
    /* 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; */
	cursor: pointer;

	/* border-radius: 4px; */
    /* width: 225px; */
    /* background-color: #1a5276; */
	/* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */ */
    /* border-color: #d0d0d0; */
    /* padding: 10px; */
    /* font-size: 14px; */
    /* line-height: 0.4; */
    /* color: #ffffff; */
	/* transition: color 0.3s ease; */
    /* 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;	 */
	
	/* font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; */
    /* position: relative; */
    /* border-radius: 4px; */
    /* width: 158px; */
    /* background-color: #fff; */
    /* border-color: #d0d0d0; */
    /* padding: 10px; */
	/* padding-bottom: 10px; */
    /* font-size: 14px; */
    /* line-height: 1.25; */
    /* color: #464a4c; */
    /* background-image: none; */
    /* webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    /* border: 1px solid rgba(0,0,0,.15);	 */
	/* cursor: pointer; */
}

.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);	
	cursor: pointer;
}
.infoDados {
	padding: 12px;
	color: white;
}

#sessionClose{
    padding: 9px;
    /* justify-content: flex-end; */
    /* margin-top: 8px; */
	margin: auto;
	display: block;
	text-transform: uppercase;
	/* border: #d1c2c2 1px solid; */
	/* float: right; */
	/* border: none; */
    background-color: transparent;
    /* color: #5f656a; */
	color: white;
	font-weight: 200;
    /* top: 40px; */
    /* position: absolute; */
    /* right: 10px; */
	/* margin: 0; */
    font-family: inherit;
	font-size: 14px;
	border: 0;
    text-decoration: underline;	
	/* 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: #1a5276;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    /* border-color: #d0d0d0; */
    /* padding: 0.3rem 0.7rem; */
    font-size: 14px;
    line-height: 0.4;
    color: #ffffff;
	transition: color 0.3s ease;
    /* webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    /* border: 1px solid rgb(28 229 99 / 70%); */
	cursor:pointer;
    -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: Kanit,sans-serif;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 5px 3px 6px rgb(0 0 0 / 10%);
	width: 225px;
	background-color: #fff;
	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;
    -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;
	
}


.clicavel{ 
	cursor: pointer;
	background-color: #515393;
}
.clic{ 
	cursor: pointer;
}

.clicavel:hover {
    background-color: #326589; /* Cor do texto do link ao passar o mouse */
	/* color: #326589; */
  }


.confirmar{
	font-family: Kanit,sans-serif;
	background-color:#515393;
	/* 326589 */
	/* font-weight: 800; */
	text-transform: uppercase;
	color: #fff;
	width: auto;
    padding: 10px;
    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; */
	cursor: pointer;
}


button{
	cursor: pointer;
}
.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: 880px) {
	.mostraSala{
		margin-top: -26px;
	}
	
	.header{
		justify-content: center;
		display: flex;
		/* height: 127px;		 */
	}
	#sessionClose{
		/* border: #8eaec9 1px solid; */
		/* top:-6px; */
	}

}	

@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;
	/* padding: 26px; */
    /* border: 1px solid #d6c5c5; */
    /* border-radius: 9px; */
    width: 86%;
    background-color: whitesmoke;
	border: 1px solid #d1c2c2;
	
}	
.titulo{
	color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 1px #515691;
    font-weight: 400;	
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
    padding-bottom: 3px;	
    padding-bottom: 3px;	
}

.botaoMenu:hover {
    color: #f2f2f2; /* Branco um pouco mais claro ao passar o mouse */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */
	text-shadow: 0 0 16px white;
}

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

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

#dadosColab{
	/* background-color: white; */
}
.conteo-group{
	display: inline-table;
    border: 1px solid #d3cbcb;
    padding: 4px;
	/* border-radius: 4px; */
}
.divDadosAnteriores{
	/* display: flex; */
    justify-content: center;	
}
.radio-container{
	padding-left: 12px;
}

.input-dados{
	border: 1px solid #d0d0d0;
    box-shadow: none;
    background-color: whitesmoke;
	text-align: center;
	
}

.input-dados-read{
	border: none;
    box-shadow: none;
    background-color: whitesmoke;
	text-align: center;
	
}

.hr{
	border: 0;
	height: 1px;
	background-color: #d8d8d8;
	margin: 0;
}

/* Estilo do toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.sliderTipo {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4CAF50;
  transition: 0.4s;
  border-radius: 25px;
}

.sliderTipo:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(24px);
}


input:checked + .sliderTipo {
  background-color: #fd5b5b;
}

input:checked + .sliderTipo:before {
  transform: translateX(24px);
}



.visivel {
    max-height: 200px !important ;
}

.readonly{
	background-color: #d7dcdf;
    border-color: #ffffff;
}


.toggle-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease;
    /* background-color: #f0f0f0; */
    /* margin-top: 10px; */
    /* padding: 10px; */
    /* border-radius: 5px; */
}

/* Classe para exibir o conteúdo */
.toggle-content.show {
	max-height: 240px; /* Ajuste conforme a altura do conteúdo */
}

.table-container {
    display: ruby;
    /* flex-direction: column; */
    /* width: 100%; */
    /* max-width: 100%; */
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    /* overflow: hidden; */
}

.table-row {
    display: flex;
    flex-wrap: wrap;
}

.table-cell {
    flex: 1;
    padding-top: 12px;
    /* padding: 12px; */
    text-align: center;
	padding-top: 20px;

    /* border-bottom: 1px solid #ddd; */
    box-sizing: border-box;
}
.table-data {
    flex: 1;
    padding: 0px;
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
    box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	width: 120px;
}

.table-header {
    background-color: #f2f2f2;
    font-weight: bold;
}

.table-row:nth-child(even) {
    background-color: #f9f9f9;
}

.divCampoTabela{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
}

/* Responsividade */
@media (max-width: 600px) {
    .table-row {
        flex-direction: column;
    }
    .table-cell {
        text-align: left;
        padding-left: 20px;
    }
    .table-cell:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
    }
}

.in_pre_conteo{
	width: 140px;
}
