/* todo lo que agregue de pedidos.php */
/* todo lo que agregue de pedidos.php *
	/* Estilos para la tabla */

	

	.table th {
		background-color: #1D70BA;
		color: #fff;
	}

	/* todo lo que agregue de pedidos.php */
/* todo lo que agregue de pedidos.php *
	/* Estilos para la tabla */







	/* Estilos para los botones */


	.custom-boton {
		padding: 8px 16px;
		border: none;
		cursor: pointer;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}
	/* comparardatos */
	.btn-comparardatos {
		border: none;
		background: linear-gradient(90deg, #274380c4, #274380c4);
		background: linear-gradient(0deg, rgb(29, 112, 186) 100% rgba(0, 172, 238, 1) 0%, );
		color: #fff;
		overflow: hidden;
	}
	.btn-comparardatos:hover {
		text-decoration: none;
		color: #fff;
	}
	.btn-comparardatos:before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #fff;
		animation: shiny-btn1 2s ease-in-out infinite;
	}

	.btn-comparardatos:hover {
		opacity: .7;
	}

	.btn-comparardatos:active {
		box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
			-4px -4px 6px 0 rgba(116, 125, 136, .2),
			inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
			inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
	}

	/* btn-comparardatos*/

	/* ingdatos */
	.btn-ingdatos {
		border: none;
		background: linear-gradient(90deg, #ffc107, #ffc107);
		background: linear-gradient(0deg, rgb(29, 112, 186) 100% rgba(0, 172, 238, 1) 0%, );
		color: #fff;
		overflow: hidden;
	}

	.btn-ingdatos:hover {
		text-decoration: none;
		color: #fff;
	}

	.btn-ingdatos:before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #fff;
		animation: shiny-btn1 2s ease-in-out infinite;
	}

	.btn-ingdatos:hover {
		opacity: .7;
	}

	.btn-ingdatos:active {
		box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
			-4px -4px 6px 0 rgba(116, 125, 136, .2),
			inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
			inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
	}

	/* btn-ingdatos*/

	/* btn-compra */
	.btn-compra {
		border: none;
		background: linear-gradient(90deg, #28a745, #28a745);
		background: linear-gradient(0deg, rgb(29, 112, 186) 100% rgba(0, 172, 238, 1) 0%, );
		color: #fff;
		overflow: hidden;
	}

	.btn-compra:hover {
		text-decoration: none;
		color: #fff;
	}

	.btn-compra:before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #fff;
		animation: shiny-btn1 2s ease-in-out infinite;
	}

	.btn-compra:hover {
		opacity: .7;
	}

	.btn-compra:active {
		box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
			-4px -4px 6px 0 rgba(116, 125, 136, .2),
			inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
			inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
	}

	/* btn-compra */

	.eliminardatos {
		background-color: #dc3545;
		color: #fff;
	}



















	

/* todo lo que agregue de pedidos.php */
/* todo lo que agregue de pedidos.php */

























































@import url(https://fonts.googleapis.com/css?family=Open+Sans);


p {
	padding-left: 20px;

	font-family: 'Open Sans', sans-serif;


	/*strong {
		font-size: 18px;
	}*/

	a {
		color: #274380;
	}
}

img {
	vertical-align: middle;
}

.data-row {
	padding-top: 5px;

	height: 16px;

	line-height: 16px;
	vertical-align: middle;
}

.social-row {
	a {
		text-decoration: none !important;
	}
}

.texto_nota_pedidos{
	text-align: justify;

}
