/* line 1, /app/app/assets/stylesheets/invoices.scss */
.form-control.date {
  width: 50%;
  margin-right: 4%;
  /*float: left;*/
  display: inline-block;
}

/* line 7, /app/app/assets/stylesheets/invoices.scss */
.form-control.date:last-child {
  margin-right: 0 !important;
}

/* line 11, /app/app/assets/stylesheets/invoices.scss */
.invoice-picture-row .fa.fa-times-circle-o {
  font-size: 25px;
}

/* line 16, /app/app/assets/stylesheets/invoices.scss */
.form-control.datetime {
  width: 17%;
  display: inline-block;
}

/* Voucher design */
/* line 24, /app/app/assets/stylesheets/invoices.scss */
.voucher-container header h3 {
  text-transform: uppercase;
}

/* line 29, /app/app/assets/stylesheets/invoices.scss */
.voucher-body {
  max-width: 600px;
  margin: auto;
}

/* line 34, /app/app/assets/stylesheets/invoices.scss */
.voucher-sign {
  position: relative;
}
/* line 36, /app/app/assets/stylesheets/invoices.scss */
.voucher-sign:before {
  position: absolute;
  content: '';
  left: 15px;
  right: 0;
  top: -10px;
  height: 1px;
  background: #333;
  width: 80%;
}

/* line 48, /app/app/assets/stylesheets/invoices.scss */
.voucher-para {
  clear: both;
  overflow: hidden;
}
/* line 51, /app/app/assets/stylesheets/invoices.scss */
.voucher-para label {
  float: left;
  display: inline-block;
}
/* line 55, /app/app/assets/stylesheets/invoices.scss */
.voucher-para p {
  line-height: 25px;
  border-bottom: 1px dashed #333;
  height: 25px;
}
