/* -------------------tabla con formulario de la vista nota entregas --------------------------------------------------------- */
#tablaListaEntrega {
	display: table-cell;
}

/*#contenedorListaEntrega table td span{
	position: relative;
	top: 11px;
}*/
#contenedorListaEntrega table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	width: 100%;
	position: relative;
	top: 68px;
}

#contenedorListaEntrega table td,
#contenedorListaEntrega table th,
#contenedorListaEntrega table thead td {
	border: 1px solid #ddd;
	padding: 6px 2px 0px 4px;
	vertical-align: middle;
	color: #424242;
	height: auto;
}

#contenedorListaEntrega table td {
	height: 40px;
}

#contenedorListaEntrega table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#contenedorListaEntrega table th,
#contenedorListaEntrega table thead td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #173A5E;
	color: white;
	vertical-align: middle;
}

#contenedorListaEntrega input[type=text] {
	width: 94%;
	display: inline-block;
	border: 0px;
	background: none;
	border-bottom: 1px dotted aliceblue;
	padding: 12px 8px 8px 8px;
}

#contenedorListaEntrega input[type=text]:hover {
	border-bottom: 1px dotted crimson;
}

input[type=date] {
	width: 94%;
	margin: 6px 0;
	display: inline-block;
	border: 0px;
	background: none;
	border-bottom: 1px dotted aliceblue;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=date]:hover {
	border-bottom: 1px dotted crimson;
}

textarea {
	width: 99%;
	/*height: max-content;*/
	display: inline-block;
	border: 0px;
	background: none;
	border-bottom: 1px dotted aliceblue;
	padding: 6px 4px;
	resize: none;
	text-align: justify;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

textarea:hover {
	border-bottom: 1px dotted crimson;
}

div[disabled=disabled] {
	pointer-events: none;
	opacity: 0.4;
}

select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 40px;
	padding: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
}

select:focus {
	outline: none;
}

.leyenda {
	width: 105px;
	float: left;
	top: 8px;
	position: relative;
	color: #424242;
	font-size: 15px;
}

#Leyenda {
	background-color: #fff;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
}

#tablaListaEntrega>thead {
	position: fixed;
	/*display: contents;*/
	top: 0px;
}


.linkNota {
	cursor: pointer;
	color: rgb(23, 58, 94);
	text-decoration: underline;
	font-weight: bold;
}

.linkNota:hover {
	font-size: 15px;
}


/*.divIconDescargar{
	position: relative;
	z-index: 99;
	background-color:#fff;
	cursor:progress;
	border-radius: 0px;
	width: 16px;
	height: 16px;
	top: 26px;
	margin: auto;
}

/*.iconDescargar{
	width: 16px;
  	height: 16px;
	background: url("../img/iconos_tablas/download.png") round;
	border-radius: 9px;
}*/