.cargandoDiv {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.7 );
	z-index: 1111;
	color: #fff;
	display: none;
}
.cargandoDiv div.d-flex {
	height: 100%;
	align-items: center;
}
.cargandoDiv div.d-flex div { width: 100%; }
.swal2-title { margin-left: 10px !important; }
.full { margin-left: 0 !important; }
.logoImg { height: 60px; width: auto; }
input, textarea { margin-bottom: 5px; }
#cotizacionesTable a, #detalleTable a { margin: 5px; }
.tableResponsive { width: 100%; overflow-x: auto; }