.table a{
	color:#808080;
}
.input-field label{
	font-weight:600;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.content {
  height: 100%;
}
.pedido input[type="number"]{
	width:100% !important;
	text-align:center;
}
.pedido td{
	text-align:center;
}
.modal-lg{
	width:80% !important;
}


/* ESTATUS */
.estatusRojo{
	color:red;
	font-weight:600;
}
.estatusVerde{
	color:#2ea12a;
	font-weight:600;
}
.estatusAzul{
	color:#3490dc;
	font-weight:600;
}
.estatusAmarillo{
	color:#dece40;
	font-weight:600;
}
.iconsTop a{
	font-size:12pt;
	color:#fff;
}

.informacion{
	color:#3490dc;
	font-weight:600;
	font-size:9pt;
}

.celda{
	border: 1px solid #e0dede;
    max-width: 45px;
	text-align:center
}