html{
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
}
a{
	cursor: pointer;
}
table th{
	text-align: center;
}
table td{
	text-align: center;
}
table td i{
	margin-left: 5px;
}
.container-titulo h1{
	text-align: center;
	font-size: 22px;
	padding-bottom: 30px;
	font-weight: bold;
}
.container h2{
	text-align: center;
}
.tracking-titulo h1 {
	font-size: 18px;
	font-weight: bold;
}
.entregas{
	text-align: center;
	background: #2D8B7D;
	color: #FFF;
	font-weight: bold;
}
.facturas{
	cursor: pointer;
	padding:  15px 0 10px 0;
}
.container-datos a{
	display: flex;
	color: #333;
	font-weight: bold;
}
.container-datos a:link{
	text-decoration: none;
}

.container label{
	margin-bottom: 0px;
}
.modal-body .form-control{
	width: 70%;
}
.modal-body .row{
	margin-bottom: 10px;
}
.norden{
	float: right;
}
.titulo-totales h3{
	text-align: center;
	padding-top: 30px;
}
.totales{
	margin-right: 80px;
}
.totales .form-control{
	width: 85%;
}
.totales h4{
	float: right;
}
