/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.numeroEtiqueta{
  text-align: right;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
.bold{
	font-weight:bold; color:black;
}

.italic{
	font-style:italic; color:black;
}

.imagen-aceptar{
	background: url("imagenes/aceptar.png") no-repeat center left !Important;
}
.imagen-sustituir{
	background: url("imagenes/actualizarT2.png") no-repeat center left !Important;
}
.imagen-agregar {
	background: url("imagenes/Agregar_16.png") no-repeat center left !Important;	
}
.imagen-anterior {
	background: url("imagenes/anterior_16.png") no-repeat center left !Important;
}
.imagen-calcular {
	background: url("imagenes/calcular_16.png") no-repeat center left !Important;
}
.imagen-calculargen {
	background: url("imagenes/calculo_gen.png") no-repeat center left !Important;
}
.imagen-cancelar2 {
	background: url("imagenes/Cancel.png") no-repeat center left !Important;
}
.imagen-cancelar {
	background: url("imagenes/Cancelar.png") no-repeat center left !Important;
}
.imagen-delaobra {
	background: url("imagenes/delaObra.png") no-repeat center left !Important;
}
.imagen-borrar {
	background: url("imagenes/delete.png") no-repeat center left !Important;
}
.imagen-depurar {
	background: url("imagenes/depurar.png") no-repeat center left !Important;	
}
.imagen-descargar {
	background: url("imagenes/descargar.png") no-repeat center left !Important;	
}
.imagen-detalleproveedor {
	background: url("imagenes/detalledelproveedor.png") no-repeat center left !Important;	
}
.imagen-detalleobra {
	background: url("imagenes/detalledeobra_16.png") no-repeat center left !Important;	
}
.imagen-deshacerguardar {
	background: url("imagenes/DeshacerGuardar_16.png") no-repeat center left !Important;	
}
.imagen-editar {
	background: url("imagenes/edit.png") no-repeat center left !Important;
}
.imagen-mdescripcion {
	background: url("imagenes/EditarDescripcion.png") no-repeat center left !Important;
}
.imagen-filtro {
	background: url("imagenes/FiltroAplicar_16.png") no-repeat center left !Important;	
}
.imagen-filtroquitar {
	background: url("imagenes/FiltroQuitar_16.png") no-repeat center left !Important;	
}
.imagen-generar {
	background: url("imagenes/generarconsulta_16.png") no-repeat center left !Important;
}
.imagen-guardar {
	background: url("imagenes/Guardar_16.png") no-repeat center left !Important;	
}
.gmail {
	background: url("imagenes/icon_google.gif") no-repeat center left !Important;
}
.gcalendar {
	background: url("imagenes/iconCalendar.gif") no-repeat center left !Important;
}
.imagen-importar {
	background: url("imagenes/importarmatrices_16.png") no-repeat center left !Important;
}
.imagen-limpiar {
	background: url("imagenes/limpiar-lista.png") no-repeat center left !Important;	
}
.imagen-buscar {
	background: url("imagenes/lupa.png") no-repeat center left !Important;	
}
.imagen-maestro {
	background: url("imagenes/maestro_16.png") no-repeat center left !Important;
}
.imagen-archivonuevo {
	background: url("imagenes/NewFile.png") no-repeat center left !Important;	
}
.imagen-nube {
	background: url("imagenes/nube.png") no-repeat center left !Important;
}
.imagen-nuevo {
	background: url("imagenes/Nuevo_16.png") no-repeat center left !Important;	
}
.imagen-participa {
	background: url("imagenes/participar.ico") no-repeat center left !Important;	
}
.imagen-excel {
	background: url("imagenes/Pegar_16.png") no-repeat center left !Important;
}
.imagen-punube {
	background: url("imagenes/PUnube_20.png") no-repeat center left !Important;
}
.imagen-banner {
	background: url("imagenes/punube_banner.png") no-repeat center left !Important;
}
.imagen-recuperaroriginal {
	background: url("imagenes/recuperarOriginal.png") no-repeat center left !Important;
}
.imagen-regresar {
	background: url("imagenes/regresarMatriz.png") no-repeat center left !Important;
}
.imagen-renumerar {
	background: url("imagenes/renumerar.png") no-repeat center left !Important;	
}
.imagen-siguiente {
	background: url("imagenes/siguiente_16.png") no-repeat center left !Important;
}
.imagen-actualizar {
	background: url("imagenes/Update.png") no-repeat center left !Important;	
}
.imagen-usuario {
	background: url("imagenes/Usuario_16.png") no-repeat center left !Important;	
}
.imagen-pdf{
	background: url("imagenes/pdf.png") no-repeat center left !Important;
}
progress.reporte{
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
progress.reporte[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(top, #B7D4FB, #85AEE6, #B7D4FB);
  background: linear-gradient(top, #B7D4FB, #85AEE6, #B7D4FB);
}
progress.reporte::-webkit-progress-bar {
  background: #EDF2F8;
  border: solid 1px #6593CF;
  padding: 0px;
}
