	.vista-previa{}
	.vista-previa td,.vista-previa th{ border:solid 1px #cccccc; padding:5px;}
	#contenedor-vista-previa { overflow: auto;}
	#resultado-importacion {margin-top: 10px;}




	/* RESET */

	/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*
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;
}

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;
}
*/




/* STYLES */
/* GLOBALS */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');




#frm-importer .importer-error {
  color:#8a3131;
}

#frm-importer .success {
  color:#4F8A10;
}

#frm-importer .col-error {
  color:#8a3131;
  background-color:#ffbaba;
}

#frm-importer .col-error i {
  color:#8a3131;
  margin-right:5px;
  font-size:12px;
}

#frm-importer .pestana-error {
  background-color:#FFBABA;
  color:#8a3131
}
#frm-importer .pestana-success {
  color:#4F8A10;
  background-color:#DFF2BF;
}

#frm-importer .pointer {
  cursor:pointer;
}

#frm-importer .disabled {
  border: 1px solid #999999;
  border-bottom:none;
  border-top:none;
  background-color: #cccccc;
  color: #666666;
  cursor:no-drop;
}

#frm-importer .contenedor {
  padding:20px;
  margin:0 auto;
}

#frm-importer .header {
  display:grid;
  grid-template-columns: 5fr 1fr 5fr;
  justify-items: center;
  margin-bottom:25px;
}
#frm-importer .header button {
  padding:5px 10px;
}
#frm-importer .header button i {
  margin-right:5px;
}
#frm-importer .divider {
  border-right:1px solid;
}

#frm-importer .cargar-documento {
  display:flex;
  flex-direction:column;
  gap:15px;
  width:100%;
  text-align:right;
}

#frm-importer .cargar-documento .submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}

#frm-importer .cargar-documento .input-number {
  width:10%;
}

#frm-importer .resultado-documento {
  display:grid;
  grid-template-columns:1fr 5fr;
  align-content:center;
  gap:20px;
  width:100%;
}

#frm-importer .resultado-documento p {
  align-self:center
}

#frm-importer .resultado-documento .resultado {
  display:flex;
  flex-direction:column;
  gap:10px;
}

#frm-importer .resultado-documento .resultado p {
  align-self:flex-start;
  margin: 0px;
}

/* TABLA */
#frm-importer .box-table {
  border-left:1px solid rgb(224, 224, 224);
  overflow-x:scroll;
  overflow-x:none;
  height:500px;
  margin:10px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
#frm-importer .table {
  position:relative;
  margin-bottom: 0px !important;
}
#frm-importer .box-table table {
  table-layout: fixed;
  
}

#frm-importer table thead {
  background-color:rgb(212, 212, 212);
  position:sticky;
  top:0;
  box-shadow:0px 0px 6px 0px rgb(0 0 0 / 75%)
}

#frm-importer table th, #frm-importer td {
  padding:15px;
  text-align:center;
  /*width:100px; */
  vertical-align:middle;
  white-space: nowrap;
}

#frm-importer table th {
  font-weight:700;
}

#frm-importertable tbody tr:nth-child(even) {
	background: #e7e7e7;
}
#frm-importer .pestanas {
  display:flex;
  width:95%;
  gap:10px;
  overflow:hidden;
  margin:0 auto;
  flex-wrap:wrap;
}
#frm-importer .pestana {
  display:flex;
  padding:10px 15px;
  border-radius:0px 0px 15px 0px;
}
#frm-importer .pestana i {
  margin-right:5px;
}
#frm-importer .pestana i::before {
  margin-right:5px;
}

#frm-importer ::-webkit-scrollbar {
  /*  display: none; */
}


#frm-importer table .os-padding {
  inset: 0px 10px 10px 0px !important;
}

#frm-importer #table .os-scrollbar {
padding:0;
}

#frm-importer #table .os-scrollbar-track {
  background-color:rgb(212, 212, 212);
  border-radius:0;
}
#frm-importer #table .os-scrollbar-corner {
  background-color:rgb(212, 212, 212);
}

#frm-importer .select-row {
  margin-top:10px;
  width:100%;
  padding:2px;
  background-color:transparent;
}

/* Boton Confirmar */

#frm-importer .confirmar {
  padding: 15px;
  float: right;
}

#frm-importer  .confirmar button {
  padding:15px 30px;
}

/* MOBILE */

@media(max-width:768px) {
  #frm-importer .header {
    grid-template-columns: 1fr;
    gap:20px;
  }
  #frm-importer .cargar-documento {
    text-align:center;
  }
  #frm-importer .cargar-documento .submit {
    justify-content:center
  }
  #frm-importer .divider {
    width:50%;
    border-bottom:1px solid;
  }
  #frm-importer .resultado-documento {
    grid-template-columns:1fr;
    text-align:center;
    gap:10px;
  
}  #frm-importer .resultado-documento .resultado {
    flex-direction:row;
    justify-content:center;
  }
}

.alt {font-size: 0.7em;     background: #f5f5f5;     padding: 10px;     display: inline-block;     width: fit-content;}
.error-pestana {  display: none;     font-size: 0.8em;}
.pestana:hover .error-pestana {display: block;}
.col-error:hover .error-pestana {display: block;}
.pestana-error .error-pestana {display: block;}

.contenido-pestana {overflow-x: auto;}
#msj-enviado{display: none;}


.aviso {
      background: #c3f9ff;
    padding: 13px;
    border: solid 1px #8fd9ec;
}

.fila-alert { background: #fbdfbd; }

.importer-alert {color:#ff6a00;}
.fila-alert .fas {color:#ff6a00;}
