.wizardform .field_barcode.list-item--chevron:before {
  display: none !important;
}

.wizardform section.camposform ons-list-item.field_barcode:first-child{
  display: inline-block !important;
}

.wizardform .field_barcode .list-item__left{
  display: none !important;
}

.wizardform .field_barcode .list-item__right{
  display: none !important;
}

.wizardform .field_barcode .list-item__center{
  width: 100% !important;
}

.wizardform .field_barcode .text-input{
	display: none !important;
}

div.ticket-wrapper{
	text-align: center;
}

canvas.ticket-pad{
	max-width: 90%
}