/* line 1, ../sass/components/_helpers.scss */
.right {
  text-align: right !important;
}

/* line 4, ../sass/components/_helpers.scss */
.right input {
  text-align: right;
}

/* line 7, ../sass/components/_helpers.scss */
.left {
  text-align: left !important;
}

/* line 10, ../sass/components/_helpers.scss */
.center {
  text-align: center !important;
  vertical-align: middle;
}

/* line 15, ../sass/components/_helpers.scss */
.red {
  color: #f16a60 !important;
}

/* line 19, ../sass/components/_helpers.scss */
.green {
  color: #01A79D !important;
}

/* line 23, ../sass/components/_helpers.scss */
.badge-show {
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 999px;
  background-color: #01A79D;
  color: #fff;
}

/* line 31, ../sass/components/_helpers.scss */
.badge-hide {
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 999px;
  background-color: #f16a60;
  color: #fff;
}

/* line 1, ../sass/components/_preview.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

/* line 10, ../sass/components/_preview.scss */
.header {
  text-align: center;
  height: 50px;
  background-color: #01A79D;
}

/* line 15, ../sass/components/_preview.scss */
.header-menu {
  max-width: 794px;
  margin: 0 auto;
  padding: 8px;
  text-align: right;
}

/* line 21, ../sass/components/_preview.scss */
.options-dropdown {
  display: inline-block;
  float: left;
}
/* line 24, ../sass/components/_preview.scss */
.options-dropdown .dropdown-menu {
  width: 200px;
  padding: 5px 10px;
}

/* line 30, ../sass/components/_preview.scss */
.btn-green {
  background-color: #01A79D;
  color: #fff;
}

/* line 34, ../sass/components/_preview.scss */
.logo-default {
  margin-top: 9px;
}
body{
	background-color: #eee;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%205%22%3E%3Cg%20fill%3D%22%23D3DBE2%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: 0 center;
  background-size: 5px 5px;
}
/* line 37, ../sass/components/_preview.scss */
.invoice-preview-wrapper {
  width: calc(210mm + 70px);
  margin-top: 99px;
    margin-left: auto;
    margin-right: auto;  
}
.invoice-preview-wrapper:after{
	content:'';
	display:table;
	clear:both;
}

/* line 41, ../sass/components/_preview.scss */
.invoice-preview {
 
  padding: 35px;
}

/* line 48, ../sass/components/_preview.scss */
.invoice-wrapper {
  background: #fff;
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
  font-family: 'Taviraj', Arial, serif;
  /* margin-bottom: 20px; */
}

/* line 56, ../sass/components/_preview.scss */
#invoice {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 61, ../sass/components/_preview.scss */
.invoice-inner-wrapper {
  padding: 0.5in;
  line-height: 20px;
}

/* line 65, ../sass/components/_preview.scss */
.invoice-header {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}
/* line 70, ../sass/components/_preview.scss */
.invoice-header.centered h1 {
  float: none;
  text-align: center;
}
/* line 75, ../sass/components/_preview.scss */
.invoice-header.no-border {
  border: 0;
}
/* line 78, ../sass/components/_preview.scss */
.invoice-header:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../sass/components/_preview.scss */
.invoice-header-details {
  float: right;
  text-align: right;
}
/* line 87, ../sass/components/_preview.scss */
.invoice-header-details h1 {
  margin-top: 0;
  font-size: 28px;
}

/* line 92, ../sass/components/_preview.scss */
.company-details {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

/* line 98, ../sass/components/_preview.scss */
.invoice-info {
  padding: 15px 0;
}
/* line 100, ../sass/components/_preview.scss */
.invoice-info:after {
  content: '';
  display: table;
  clear: both;
}

/* line 106, ../sass/components/_preview.scss */
.customer-details {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 250px);
  list-style: none;
}

/* line 113, ../sass/components/_preview.scss */
.invoice-details {
  margin: 0;
  padding: 0;
  width: 250px;
  float: right;
  list-style: none;
}
/* line 120, ../sass/components/_preview.scss */
.invoice-details li span.title-left {
  display: inline-block;
  width: 50px;
}
/* line 124, ../sass/components/_preview.scss */
.invoice-details li span {
  display: inline-block;
  word-wrap: break-word;
}

/* line 130, ../sass/components/_preview.scss */
.invoice-table {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}
/* line 135, ../sass/components/_preview.scss */
.invoice-table thead {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}
/* line 138, ../sass/components/_preview.scss */
.invoice-table thead th {
  text-align: center;
}
/* line 142, ../sass/components/_preview.scss */
.invoice-table tbody {
  border-bottom: 1px solid #333;
}
/* line 144, ../sass/components/_preview.scss */
.invoice-table tbody td {
  max-width: 250px;
  word-wrap: break-word;
}

/* line 150, ../sass/components/_preview.scss */
.invoice-summary {
  padding: 15px 0;
}
/* line 152, ../sass/components/_preview.scss */
.invoice-summary:after {
  content: '';
  display: table;
  clear: both;
}

/* line 158, ../sass/components/_preview.scss */
.summary-details {
  margin: 0;
  padding: 0;
  width: 250px;
  float: right;
  list-style: none;
}
/* line 165, ../sass/components/_preview.scss */
.summary-details li span.title-left {
  display: inline-block;
  width: 130px;
  text-align: left;
}
/* line 170, ../sass/components/_preview.scss */
.summary-details li span {
  display: inline-block;
  word-wrap: break-word;
  text-align: right;
  width: 115px;
}
/* line 176, ../sass/components/_preview.scss */
.summary-details li.is-underlined {
  border-bottom: 1px solid #333;
}

/* line 182, ../sass/components/_preview.scss */
.note-details {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 250px);
  list-style: none;
}

/* line 189, ../sass/components/_preview.scss */
.invoice-confirm {
  margin-top: 25px;
}

/* line 195, ../sass/components/_preview.scss */
.invoice-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 0.5in 0.5in 0.5in;
}
/* line 201, ../sass/components/_preview.scss */
.invoice-footer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 207, ../sass/components/_preview.scss */
.receiver-sign {
  float: left;
  position: relative;
  text-align: center;
  width: 160px;
  border-top: 1px solid #333;
  padding-top: 25px;
  margin-left: 50px;
}

/* line 216, ../sass/components/_preview.scss */
.authorized-sign {
  float: right;
  position: relative;
  text-align: center;
  width: 160px;
  border-top: 1px solid #333;
  padding-top: 25px;
  margin-right: 50px;
}

/* line 225, ../sass/components/_preview.scss */
.authorized-sign-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
}
/* line 230, ../sass/components/_preview.scss */
.authorized-sign-img img {
  width: 100%;
}

/* line 234, ../sass/components/_preview.scss */
.authorized-sign-stamp {
  position: absolute;
  top: -120%;
  left: -40%;
  max-width: 180px;
}
/* line 239, ../sass/components/_preview.scss */
.authorized-sign-stamp img {
  width: 100%;
  opacity: 0.2;
}

/* line 244, ../sass/components/_preview.scss */
.date {
  padding-top: 15px;
}

/* line 247, ../sass/components/_preview.scss */
.right {
  text-align: right;
}

/* line 250, ../sass/components/_preview.scss */
.left {
  text-align: left;
}

@media print {
  /* line 254, ../sass/components/_preview.scss */
  @page {
	  margin:0;
  }
  body * {
    visibility: hidden;
  }

  /* line 257, ../sass/components/_preview.scss */
  .invoice-preview-wrapper {
    margin: 0;
  }

  /* line 260, ../sass/components/_preview.scss */
  .header {
    display: none;
  }

  /* line 263, ../sass/components/_preview.scss */
  .invoice-preview {
    padding: 0;
  }

  /* line 266, ../sass/components/_preview.scss */
  #invoice * {
    visibility: visible;
  }
}
/* line 271, ../sass/components/_preview.scss */
p.indent {
  text-indent: 50px;
}

/* line 274, ../sass/components/_preview.scss */
.mg-top-25 {
  margin-top: 25px;
}

/* line 1, ../sass/components/_wht-form.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/components/_wht-form.scss */
.wht-form {
  font-size: 12px;
  padding: 0.2in 0.5in;
}
/* line 9, ../sass/components/_wht-form.scss */
.wht-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 16, ../sass/components/_wht-form.scss */
.wht-header .wht-header-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 22, ../sass/components/_wht-form.scss */
.wht-header .wht-header-detail {
  display: block;
  text-align: center;
}

/* line 27, ../sass/components/_wht-form.scss */
.wht-details-wrapper {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 5px;
}

/* line 32, ../sass/components/_wht-form.scss */
.wht-details-row {
  display: block;
  margin-bottom: 5px;
}
/* line 35, ../sass/components/_wht-form.scss */
.wht-details-row:after {
  content: '';
  display: table;
  clear: both;
}

/* line 41, ../sass/components/_wht-form.scss */
.wht-details-title {
  display: inline-block;
}

/* line 44, ../sass/components/_wht-form.scss */
.wht-details-id {
  display: inline-block;
  float: right;
}
/* line 47, ../sass/components/_wht-form.scss */
.wht-details-id ul {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
}
/* line 51, ../sass/components/_wht-form.scss */
.wht-details-id ul li {
  display: inline-block;
  padding: 0px 4px;
  border: 1px solid #888;
  float: left;
}
/* line 56, ../sass/components/_wht-form.scss */
.wht-details-id ul li.dashed-r {
  border-right: 1px dashed #888;
}
/* line 59, ../sass/components/_wht-form.scss */
.wht-details-id ul li.dashed-l {
  border-left: 1px dashed #888;
}
/* line 62, ../sass/components/_wht-form.scss */
.wht-details-id ul li.no-bd-l {
  border-left: none;
}

/* line 68, ../sass/components/_wht-form.scss */
.wht-details-name {
  display: inline-block;
}

/* line 71, ../sass/components/_wht-form.scss */
.wht-details-divider {
  float: left;
  line-height: 11px;
}

/* line 75, ../sass/components/_wht-form.scss */
.wht-details-number-square {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 55px;
  border: 1px solid #333;
}

/* line 83, ../sass/components/_wht-form.scss */
.wht-details-check ul {
  float: right;
}
/* line 85, ../sass/components/_wht-form.scss */
.wht-details-check ul li {
  float: left;
  margin-right: 15px;
}

/* line 91, ../sass/components/_wht-form.scss */
.wht-table {
  width: 100%;
  margin: 5px 0;
  border-spacing: 0;
}
/* line 95, ../sass/components/_wht-form.scss */
.wht-table thead th {
  text-align: center;
  border: 1px solid #333;
}
/* line 98, ../sass/components/_wht-form.scss */
.wht-table thead th:first-child {
  width: 400px;
}
/* line 101, ../sass/components/_wht-form.scss */
.wht-table thead th:nth-child(2) {
  width: 90px;
}
/* line 104, ../sass/components/_wht-form.scss */
.wht-table thead th:nth-child(3) {
  width: 100px;
}
/* line 109, ../sass/components/_wht-form.scss */
.wht-table tbody tr td {
  border: 1px solid #333;
  padding: 0 5px;
}
/* line 113, ../sass/components/_wht-form.scss */
.wht-table tbody tr:not(.last-row):not(:last-child):not(:nth-last-child(2)) td {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
/* line 117, ../sass/components/_wht-form.scss */
.wht-table tbody tr.last-row td {
  border-top-style: dashed;
}
/* line 120, ../sass/components/_wht-form.scss */
.wht-table tbody tr:last-child td {
  height: 38px;
}

/* line 125, ../sass/components/_wht-form.scss */
.wht-text-amount {
  position: relative;
  width: calc(100% - 168px);
  padding: 5px;
  display: inline-block;
  height: 28px;
  margin-left: 5px;
}

/* line 133, ../sass/components/_wht-form.scss */
.wht-text-amount-txt {
  position: relative;
  z-index: 2;
}

/* line 137, ../sass/components/_wht-form.scss */
.wht-text-amount-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
/* line 143, ../sass/components/_wht-form.scss */
.wht-text-amount-bg .cls-1 {
  fill: #ddd;
}

/* line 148, ../sass/components/_wht-form.scss */
.wht-note {
  font-size: 10px;
}
/* line 150, ../sass/components/_wht-form.scss */
.wht-note ul {
  margin-left: 15px;
}

/* line 155, ../sass/components/_wht-form.scss */
.first-check-section ul {
  width: 450px;
}
/* line 157, ../sass/components/_wht-form.scss */
.first-check-section ul li:first-child, .first-check-section ul li:nth-child(2), .first-check-section ul li:nth-child(3), .first-check-section ul li:nth-child(4) {
  margin-bottom: 5px;
}

/* line 162, ../sass/components/_wht-form.scss */
.warning-section {
  width: 250px;
  float: left;
  margin-top: 5px;
}

/* line 169, ../sass/components/_wht-form.scss */
.fund-section li {
  float: left;
  margin-left: 10px;
}

/* line 174, ../sass/components/_wht-form.scss */
.warning-section-details {
  width: 80%;
  margin-left: 5px;
  font-size: 10px;
}

/* line 179, ../sass/components/_wht-form.scss */
.sign-section {
  width: calc(100% - 255px);
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
/* line 184, ../sass/components/_wht-form.scss */
.sign-section span {
  display: block;
  text-align: center;
}

/* line 189, ../sass/components/_wht-form.scss */
.square-check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  vertical-align: bottom;
  margin-right: 5px;
}
/* line 198, ../sass/components/_wht-form.scss */
.square-check.checked:before {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  border-left: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 9px;
}
/* line 209, ../sass/components/_wht-form.scss */
.square-check.checked:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  left: 9px;
}

/* line 222, ../sass/components/_wht-form.scss */
.bold {
  font-weight: bold;
}

/* line 225, ../sass/components/_wht-form.scss */
.mg-bot-0 {
  margin-bottom: 0;
}

/* line 228, ../sass/components/_wht-form.scss */
.mg-bot-5 {
  margin-bottom: 5px;
}

/* line 231, ../sass/components/_wht-form.scss */
.mg-left-13 {
  margin-left: 13px;
}

/* line 234, ../sass/components/_wht-form.scss */
.mg-left-30 {
  margin-left: 30px;
}

/* line 237, ../sass/components/_wht-form.scss */
.mg-left-47 {
  margin-left: 47px;
}

/* line 240, ../sass/components/_wht-form.scss */
.mg-left-73 {
  margin-left: 73px;
}

/* line 243, ../sass/components/_wht-form.scss */
.no-bd-top {
  border-top: none !important;
}

/* line 246, ../sass/components/_wht-form.scss */
.no-bd-bot {
  border-bottom: none !important;
}

/* line 249, ../sass/components/_wht-form.scss */
.f-right {
  float: right;
}

/* line 252, ../sass/components/_wht-form.scss */
.f-left {
  float: left;
}
