/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-invoice.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-invoice {
  font-family: Calibri;
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 1500px) {
  .m-invoice.container {
    max-width: 1446px;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-invoice .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  font-family: Calibri;
}
.m-invoice .cl12-sm-6 {
  padding-left: 0;
  margin-bottom: 18px;
}
.m-invoice .cl12-sm-6.no-padding-right {
  padding-right: 0;
}
.m-invoice .cl12-sm-6.padding-left {
  padding-left: 15px;
}
.m-invoice .max-width {
  max-width: 702px;
}
.m-invoice__main-box {
  min-height: 1060px;
  font-family: Calibri;
}
.m-invoice__logo {
  margin-bottom: 40px;
}
.m-invoice__logo img {
  height: 158px;
}
.m-invoice__left-box {
  border: 3px solid #000;
  line-height: 1.1;
  padding: 30px 20px 15px 20px;
  position: relative;
  background-color: #fff;
  margin-right: 10px;
}
.m-invoice__left-box:after {
  content: "";
  display: block;
  width: 100.3%;
  height: 100.8%;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #000;
  z-index: -1;
}
.m-invoice__max-width {
  max-width: 345px;
}
.m-invoice__top-title {
  position: absolute;
  top: -15px;
  background-color: #fff;
  padding: 0 15px;
}
.m-invoice__grey-label {
  background-color: #d6d6d6;
  width: 100%;
  padding: 14px 25px;
  font-size: 32px;
  line-height: 21.5px;
}
.m-invoice__grey-label p {
  display: inline-block;
}
.m-invoice__grey-label--small {
  padding: 10px 0px 7px 25px;
  border-bottom: 3px solid #000;
  margin-top: 20px;
}
.m-invoice__grey-label--sum {
  padding: 15px 35px 5px 0;
  text-align: right;
}
.m-invoice__center {
  text-align: center;
}
.m-invoice__title {
  font-size: 32px;
}
.m-invoice__float {
  float: right;
  font-size: 26px;
}
.m-invoice__bold {
  font-weight: 700;
}
.m-invoice__subtitle {
  text-align: center;
  padding: 10px 0 30px 0;
}
.m-invoice__date-box {
  padding: 0 0 20px 30px;
}
.m-invoice__date-label {
  min-width: 215px;
}
.m-invoice__date-label, .m-invoice__date {
  display: inline-block;
}
.m-invoice__account {
  margin-top: 130px;
}
.m-invoice__client-box {
  padding-left: 12px;
}
.m-invoice__client {
  padding-left: 35px;
  line-height: 1.2;
}
.m-invoice__product-labels {
  border: 3px solid #000;
  display: flex;
  padding: 22px 25px 22px 13px;
  position: relative;
  margin: 0 0 0 6px;
}
.m-invoice__product-labels p:first-of-type {
  flex-basis: 4.3%;
}
.m-invoice__product-labels p:nth-of-type(2) {
  flex-basis: 3.6%;
  position: relative;
  top: -10px;
}
.m-invoice__product-labels p:nth-of-type(3) {
  flex-basis: 30.6%;
  position: relative;
  top: 10px;
}
.m-invoice__product-labels p:nth-of-type(4) {
  flex-basis: 21%;
}
.m-invoice__product-labels p:nth-of-type(5) {
  flex-basis: 11.7%;
}
.m-invoice__product-labels p:nth-of-type(6) {
  flex-basis: 10.4%;
}
.m-invoice__product-labels p:nth-of-type(7) {
  flex-basis: 12.4%;
}
.m-invoice__product-labels p:nth-of-type(8) {
  flex-basis: 2.7%;
}
.m-invoice__product {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin: 0 0 0 8px;
}
.m-invoice__product-desc {
  display: flex;
  padding: 14px 0 16px 0;
  font-size: 24px;
}
.m-invoice__product-desc :first-of-type {
  flex-basis: 4%;
  text-align: right;
  margin-right: 8px;
}
.m-invoice__product-desc :nth-of-type(2) {
  flex-basis: 53.5%;
}
.m-invoice__product-desc :nth-of-type(3) {
  flex-basis: 7.8%;
  text-align: center;
}
.m-invoice__product-desc :nth-of-type(4) {
  padding-left: 30px;
  flex-basis: 13%;
  text-align: center;
}
.m-invoice__product-desc :nth-of-type(5) {
  padding-left: 5px;
  padding-right: 5px;
  flex-basis: 12.5%;
  text-align: center;
}
.m-invoice__product-desc :nth-of-type(6) {
  padding-left: 15px;
}
.m-invoice__product-name {
  padding-left: 134px;
}
.m-invoice__payment-labels {
  display: flex;
}
.m-invoice__payment-labels :first-of-type {
  flex-basis: 47%;
}
.m-invoice__payment-labels :nth-of-type(2) {
  flex-basis: 22%;
}
.m-invoice__payment-labels :nth-of-type(3) {
  flex-basis: 19%;
}
.m-invoice__payment-labels :nth-of-type(4) {
  padding-right: 18px;
}
.m-invoice__payment {
  display: flex;
  padding-left: 18px;
  padding-top: 12px;
}
.m-invoice__payment p:first-of-type {
  padding-left: 10px;
  padding-right: 5px;
  flex-basis: 40%;
}
.m-invoice__payment p:nth-of-type(2) {
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.m-invoice__payment p:nth-of-type(3) {
  flex-basis: 26%;
  text-align: center;
  padding: 0 5px;
}
.m-invoice__payment p:nth-of-type(4) {
  flex-basis: 11%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.m-invoice__amount-box {
  flex-grow: 1;
}
.m-invoice__amount-labels {
  padding-left: 13.8%;
  display: flex;
}
.m-invoice__amount-labels :first-of-type {
  flex-basis: 12.6%;
  flex-grow: 0;
  flex-shrink: 0;
}
.m-invoice__amount-labels :nth-of-type(2),
.m-invoice__amount-labels :nth-of-type(3),
.m-invoice__amount-labels :nth-of-type(4) {
  flex-grow: 1;
  text-align: center;
}
.m-invoice__amount {
  display: flex;
  text-align: center;
}
.m-invoice__amount:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.m-invoice__amount :first-child {
  flex-basis: 13.8%;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #d6d6d6;
}
.m-invoice__amount :nth-child(2) {
  flex-basis: 10.9%;
  padding: 10px 0 5px 0;
}
.m-invoice__amount :nth-child(3),
.m-invoice__amount :nth-child(4),
.m-invoice__amount :nth-child(5) {
  padding: 10px 0 5px 0;
  flex-grow: 1;
}
.m-invoice__label-border {
  border-bottom: 3px solid #000;
  padding: 10px 0 5px 0;
}
.m-invoice__attachment {
  padding-left: 28px;
  padding-top: 11px;
}
.m-invoice__attachment-date {
  font-size: 20px;
  padding-top: 15px;
}
.m-invoice__sum {
  text-align: right;
  padding: 17px 35px 12px 0;
  border-bottom: 5px solid #000;
  margin-bottom: 445px;
}
.m-invoice__total-amount {
  min-width: 305px;
  padding-left: 10px;
  display: inline-block;
}
.m-invoice__sum-text {
  display: inline-block;
  padding-top: 20px;
}
.m-invoice__sum-text:not(:last-of-type) {
  margin-right: 20px;
}
.m-invoice__sum-amount {
  margin-left: 20px;
}
.m-invoice__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #131313;
  color: #fff;
  padding: 40px 30px;
}
.m-invoice__footer-col {
  font-family: Calibri;
  font-size: 26px;
  line-height: 1;
}
.m-invoice__footer-label {
  padding-bottom: 18px;
}
.m-invoice__footer-text {
  font-size: 24px;
  border-top: 5px solid #000;
  padding-top: 14px;
}
