#contenedor-reporte{
	margin-top: 30px;
	width: 90%;
	margin-left: 5%;
}
#contenedor-reporte table tbody .info td{
	font-weight: bold;
}
#contenedor-reporte table tbody .total_reporte td{
	font-weight: bold;
}
.contenedor-reporte-flotante{
	width: 95%;
}
.contenedor-reporte-flotante table tbody .info td{
	font-weight: bold;
}
.contenedor-reporte-flotante table tbody .total_reporte td{
	font-weight: bold;
}
.line-report div{
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
}
.key-report{
	font-weight: bold;
	width: 25%;
}
.container-btn{
	width: 100%;
	display: inline-block;
}
.registration-container{
	margin-top: 1rem;
	padding-top: 1rem;
	box-shadow: 0 5px 5px rgb(0 0 0 / 30%)
}
.btn-container{
	padding: 1rem;
}
.line-color-a{
	background: #fafafa;
}
.line-color-b{
	background: white;
}
.btn-report{
	margin-right: 3px;
	margin-top: 3px;
}.card-container{
	display:inline-block; width: 48%; 
	margin-left:1%; 
	margin-top:1%; 
	box-shadow: 0 0 5px rgb(100 100 100 / 40%);
	padding: 5px;
	border-radius: 5px;
}.card-container .container-lines{
	display: table; 
	width:100%;
}.card-container .container-lines .line-report{
	display:table-row;
}.card-container .container-lines .line-report div{
	display: table-cell;
}.container-report{
	vertical-align: top;
}

.container-lineal2{
	width: 100%;
	background: #efefef;
	font-family: "Roboto", -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";
}
.container-lineal2 .linea-filtro{
	width: 98%;
	margin-left: 0.5%;
}
.container-lineal2 .linea-encabezado{
	width: 98%;
	font-weight: bold;
	padding: 1em 0 0.5em 0;
	margin-left: 0.5%;
}

.container-lineal2 .linea-reporte{
	width: 98%;
	margin-left: 0.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: white;
	margin-top: 0.5em;
	padding: 0.5em;
	border-radius: 0.5em;
	color:#777;

}
.container-lineal2 .linea-filtro div, .container-lineal2 .linea-encabezado div{
	display: inline-block;
	
	margin-right: 4px;
}
.container-lineal2 .linea-filtro div input{
	width: 99%;
	text-align: center;
}
.container-lineal2 .data-linea{
	width: 100%;
	display: inline-block;
	padding: 0.5em 0px 0.5em 0px;
}
.container-lineal2 .linea-reporte .data-linea .campo-reporte {
	display: inline-block;
	
}
.container-lineal2 .linea-botonera{
	width: 100%;
}
.container-lineal2 .linea-botonera button{
	margin-right: 5px;
}