p.desc {
  width:auto;
}

md-list-item p.desc {
  width:auto;
}
.st-sort-ascent:before {
  content: '\25B2';
}

.st-sort-descent:before {
  content: '\25BC';
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
}
/*
md-content {
  background-color: #ffffff;
  max-width: 800px; 
  margin: 20px auto; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
*/

.invoice-header, .invoice-totals {
  padding: 16px;
}

.section {
  margin-bottom: 20px;
}

.table-header {
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.table-row {
  padding: 8px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.table-row:last-child {
  border-bottom: none;
}

.invoice-totals div {
  margin-bottom: 8px;
}

.invoice-totals div:last-child {
  margin-bottom: 0;
  font-size: 1.2em;
}

/* invoice template */

/* @charset "UTF-8";.invoice-template-details .wv-table__row--header {
border: none
}

.invoice-template-details .wv-table__row--header .wv-table__cell:first-child {
text-align: right;
vertical-align: top
}

.invoice-template-details .wv-table__row--header .wv-table__cell:nth-child(2) {
word-wrap: break-word
}

.invoice-template-details .wv-table__row--header .wv-table__cell {
padding: 0 15px 0 0
}

.invoice-template-discounts__row,.invoice-template-taxes__row {
display: flex;
justify-content: flex-end;
align-items: center;
line-height: 20px
}

.invoice-template-discounts__row__amount,.invoice-template-taxes__row__amount {
margin-left: 30px;
min-width: 90px
}

.invoice-template-discounts__divider--small-margin .wv-divider,.invoice-template-taxes__divider--small-margin .wv-divider {
margin: 12px auto
}

.invoice-template-discounts__row p {
color: var(--global-fg-status-success-primary)
}

@keyframes panel-slide-up {
0%,30% {
    margin-top: 8px;
    opacity: 0
}

to {
    margin-top: 0;
    opacity: 1
}
}

@keyframes panel-slide-down {
0%,30% {
    margin-top: -8px;
    opacity: 0
}

to {
    margin-top: 0;
    opacity: 1
}
}

@keyframes panel-slide-left {
0%,30% {
    margin-left: 8px;
    opacity: 0
}

to {
    margin-left: 0;
    opacity: 1
}
}

@keyframes panel-slide-right {
0%,30% {
    margin-left: -8px;
    opacity: 0
}

to {
    margin-left: 0;
    opacity: 1
}
}

.classic-template .wv-heading--subtitle,.classic-template .wv-heading--title,.classic-template .wv-text,.classic-template .wv-text--strong,.classic-template .wv-table__cell,.classic-template .wv-table__cell--amount,.classic-template {
font-family: Georgia,Times,Times New Roman,serif
}

.classic-template__divider--full-width {
border-top: none;
border-bottom: 1px dotted #182127
}

.classic-template {
font-size: 14px;
position: relative;
padding: 16px;
min-height: 1024px;
box-sizing: border-box;
background: #fff;
display: flex;
flex-direction: column
}

.classic-template__hr-double {
border: none;
border-top: medium double #dee1e2;
width: 100%;
margin: 12px 0
}

.classic-template .wv-text,.classic-template .wv-text--strong,.classic-template .wv-table__cell,.classic-template .wv-table__cell--amount {
font-size: 14px
}

.classic-template .wv-table__cell,.classic-template .wv-table__cell--amount {
padding-top: 8px;
padding-bottom: 7px
}

.classic-template .wv-heading--title {
display: inline;
border-width: 10px;
margin: 0;
font-size: 30px;
font-weight: 300
}

.classic-template .wv-heading--subtitle {
word-wrap: break-word;
color: #92a0aa;
font-size: 14px;
margin-top: 0
}

.classic-template__separator {
margin: 20px 14px 0
}

.classic-template__separator__header {
display: flex;
align-items: center
}

.classic-template__separator__header__frame {
display: flex;
align-items: center;
margin: 0 20px
}

.classic-template__separator__header__frame__text {
border-width: 2px 0;
border-style: solid;
height: 56px;
line-height: 64px;
position: relative;
padding: 0 10px
}

.classic-template__separator__header__frame__text:before,.classic-template__separator__header__frame__text:after {
content: "";
position: absolute;
top: -8px;
bottom: -8px;
left: 0;
right: 0;
border-width: 2px 0;
border-style: solid;
border-color: inherit
}

.classic-template__separator__header hr {
border-width: 2px 0;
border-style: solid;
padding: 2px 0;
flex-grow: 2;
margin: 40px 0
}

.classic-template__separator__subheader {
text-align: center
}

.classic-template__header {
display: flex;
flex-wrap: wrap;
margin: 15px 14px 0
}

.classic-template__header__logo {
flex-grow: 1
}

.classic-template__header__logo img {
max-height: 200px;
max-width: 300px
}

.classic-template__header__info {
flex-grow: 1;
text-align: right;
max-width: 460px
}

.classic-template .invoice-template-details .wv-table__row--header .wv-table__cell:first-child {
min-width: 145px
}

.classic-template .invoice-template-details .wv-table__row--header .wv-table__cell:last-child {
min-width: 125px
}

.classic-template__metadata {
margin: 20px 14px 0;
display: flex
}

.classic-template__metadata__customer {
flex-grow: 1;
display: flex
}

.classic-template__metadata__customer__wrapper {
display: flex
}

.classic-template__metadata__customer--billing {
flex-grow: 1;
padding-right: 10px
}

.classic-template__metadata__customer--shipping {
flex-grow: 3;
padding-right: 10px
}

.classic-template__metadata__customer-address-header .wv-text {
font-size: 14px;
color: #8c959a
}

.classic-template__metadata .invoice-template-details {
margin-top: -5px
}

.classic-template__metadata .invoice-template-details .wv-table__row:hover {
background: none
}

.classic-template__metadata .invoice-template-details .wv-table__cell {
padding-top: 0;
padding-bottom: 0
}

.classic-template__metadata .invoice-template-details .wv-table__cell:first-child {
text-align: right
}

.classic-template__metadata .invoice-template-details .wv-table__cell:last-child {
padding-left: 0
}

.classic-template__metadata .invoice-template-details .wv-table__row.bg-row {
background: #f4f5f5
}

.classic-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell:first-child {
border-radius: 40px 0 0 40px;
padding: 5px 15px
}

.classic-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell:nth-child(2) {
border-radius: 0 40px 40px 0;
padding: 5px 0
}

.classic-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell:nth-child(2) .wv-text--body {
font-weight: 600;
padding-right: 10px
}

.classic-template__items {
margin: 0 0 15px;
padding: 0 15px
}

.classic-template__items__column--center {
text-align: center;
vertical-align: top
}

.classic-template__items .wv-text--strong {
font-size: 14px
}

.classic-template__items .wv-table__cell {
word-break: break-word
}

.classic-template__items .wv-table__cell:first-child {
padding-left: 0
}

.classic-template__items .wv-table__body {
border-top: 1px dotted #182127;
border-bottom: 1px dotted #182127;
margin-bottom: 10px
}

.classic-template__items .wv-table__body .wv-table__row {
border: none
}

.classic-template__items .wv-table__body .wv-table__row .no-items-message {
text-align: center
}

.classic-template__items .wv-table__body .wv-table__cell--nested {
color: inherit;
white-space: pre-line;
font-size: 14px
}

.classic-template__items .wv-table__header {
background-color: #fff;
border: none
}

.classic-template__items .wv-table__header .wv-table__row {
border: none
}

.classic-template__items .wv-table__header .wv-table__cell,.classic-template__items .wv-table__header .wv-table__cell--amount {
text-transform: none;
font-weight: 600;
color: #4c5357;
padding-top: 10px;
padding-bottom: 20px;
white-space: pre-line
}

.classic-template__items .wv-table__cell--amount {
padding-left: 15px;
padding-right: 15px;
width: 90px;
vertical-align: top;
white-space: pre-line
}

.classic-template__items .wv-table__cell--amount:last-child {
padding-right: 0
}

.classic-template__divider--small-margin .wv-divider {
margin: 3px auto
}

.classic-template__totals {
display: flex
}

.classic-template__totals .invoice-template-taxes__row__amount {
width: 145px;
margin-left: 10px
}

.classic-template__totals__blank {
flex-grow: 5
}

.classic-template__totals__amounts {
display: flex;
flex-direction: column;
text-align: right;
margin-right: 14px
}

.classic-template__totals__amounts__line {
display: flex;
justify-content: flex-end;
align-items: center
}

.classic-template__totals__amounts__line__label .wv-icon--payment-method--small {
vertical-align: bottom
}

.classic-template__totals__amounts__line__amount {
width: 145px;
margin-left: 10px
}

.classic-template__memo {
margin: 32px 14px 35px;
white-space: pre-line;
word-wrap: break-word;
padding-bottom: 30px
}

.classic-template__memo>p {
margin: 8px 0;
display: block
}

.classic-template__sticky-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0
}

.classic-template__footer {
margin: 0;
text-align: center;
white-space: pre-wrap
}

@media print {
.classic-template {
    -webkit-print-color-adjust: exact!important;
    print-color-adjust: exact!important;
    font-size: 11px
}

.classic-template .wv-text--body {
    line-height: 1;
    font-size: 11px
}

.classic-template .wv-text--strong {
    font-size: 11px
}

.classic-template .wv-table__cell--nested {
    font-size: 12px!important
}

.classic-template__separator {
    margin: 0 14px
}

.classic-template__header__logo img {
    max-height: 180px;
    max-width: 280px
}

.classic-template .wv-heading--subtitle {
    margin-bottom: 5px;
    line-height: 16px
}
}

.contemporary-template .wv-table__header .wv-table__cell--amount,.contemporary-template .wv-table__header .wv-table__cell {
text-transform: inherit;
font-weight: 600;
padding-top: 10px;
padding-bottom: 10px;
color: var(--global-fg-light)
}

.wv-table__cell .middle-align {
text-align: center
}

.contemporary-template .wv-heading--subtitle,.contemporary-template .wv-heading--title,.contemporary-template .wv-text,.contemporary-template .wv-text--strong,.contemporary-template .wv-table__cell,.contemporary-template .wv-table__cell--amount,.contemporary-template {
font-family: Dinero Sans,sans-serif
}

.contemporary-template {
font-size: 14px;
position: relative;
padding: 16px;
min-height: 1024px;
box-sizing: border-box;
border: 1px solid #dee1e2;
background: var(--global-fg-light);
display: flex;
flex-direction: column
}

.contemporary-template .invoice-template-taxes__row__amount {
min-width: 90px
}

.contemporary-template .wv-text,.contemporary-template .wv-text--strong,.contemporary-template .wv-table__cell,.contemporary-template .wv-table__cell--amount {
font-size: 14px
}

.contemporary-template .wv-heading--title {
margin-top: 0;
margin-bottom: 0;
font-size: 36px;
font-weight: 300
}

.contemporary-template .wv-heading--subtitle {
word-wrap: break-word;
color: var(--global-fg-hint);
font-size: 14px;
margin-top: 0
}

.contemporary-template .address {
margin-top: 0
}

.contemporary-template .wv-text,.contemporary-template .wv-table {
font-size: 14px
}

.contemporary-template .wv-table__cell {
padding: 8px 15px 7px;
vertical-align: top;
white-space: pre-line;
word-break: break-word
}

.contemporary-template .wv-table__cell:first-child {
padding-left: 15px
}

.contemporary-template .wv-table__cell--smaller {
width: 105px;
white-space: pre-line
}

.contemporary-template .wv-table__cell--amount {
padding: 8px 15px 7px;
width: 90px;
vertical-align: top;
white-space: pre-line
}

.contemporary-template .wv-table__cell--amount:last-child {
padding-right: 30px
}

.contemporary-template .wv-table__row {
border-bottom: inherit
}

.contemporary-template .wv-table__row .wv-table__cell--nested {
color: #4c5357;
font-size: 14px
}

.contemporary-template__divider--bold .wv-divider {
border-width: 3px;
margin-top: 0;
margin-bottom: 16px
}

.contemporary-template__divider--small-margin .wv-divider {
margin: 12px auto
}

.contemporary-template__divider--full-width .wv-divider {
margin-left: -16px;
margin-right: -16px
}

.contemporary-template__header {
display: flex;
margin: 25px 14px 0;
justify-content: space-between
}

.contemporary-template__header__logo img {
max-height: 200px;
max-width: 300px
}

.contemporary-template__header__info {
text-align: right;
width: 442px
}

.contemporary-template .invoice-template-details .wv-table__row--header .wv-table__cell:first-child {
min-width: 125px
}

.contemporary-template__metadata {
margin-left: 14px;
margin-right: -16px;
display: flex
}

.contemporary-template__metadata__customer {
flex-grow: 1;
display: flex;
width: 57%
}

.contemporary-template__metadata__customer__wrapper {
display: flex
}

.contemporary-template__metadata__customer--billing {
flex-grow: 1;
padding-right: 10px
}

.contemporary-template__metadata__customer--shipping {
flex-grow: 3;
padding-right: 10px
}

.contemporary-template__metadata .invoice-template-details {
margin-top: -5px
}

.contemporary-template__metadata .invoice-template-details .wv-table__row:hover {
background: none
}

.contemporary-template__metadata .invoice-template-details .wv-table__cell {
padding-top: 0;
padding-bottom: 0
}

.contemporary-template__metadata .invoice-template-details .wv-table__cell:first-child {
text-align: right
}

.contemporary-template__metadata .invoice-template-details .wv-table__cell:last-child {
padding-left: 0
}

.contemporary-template__metadata .invoice-template-details .wv-table__row.bg-row {
background: #f4f5f5
}

.contemporary-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell {
padding-top: 5px;
padding-bottom: 5px
}

.contemporary-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell:nth-child(2) {
padding-right: 30px;
min-width: 90px
}

.contemporary-template__metadata .invoice-template-details .wv-table__row.bg-row .wv-table__cell:nth-child(2) .wv-text--body {
font-weight: 600
}

.contemporary-template__items {
margin-top: 26px;
margin-right: -16px;
margin-left: -16px
}

.contemporary-template__items .wv-table__header th:first-child,.contemporary-template__items .wv-table__body td:first-child {
padding-left: 32px
}

.contemporary-template__items__column--center,.contemporary-template__items .no-items-message {
text-align: center
}

.contemporary-template__totals {
display: flex;
margin-left: -16px;
margin-right: -16px
}

.contemporary-template__totals__blank {
flex-grow: 5
}

.contemporary-template__totals__amounts {
display: flex;
flex-direction: column;
text-align: right;
margin-right: 30px
}

.contemporary-template__totals__amounts__line {
display: flex;
justify-content: flex-end;
align-items: center
}

.contemporary-template__totals__amounts__line__label .wv-icon--payment-method--small {
vertical-align: bottom
}

.contemporary-template__totals__amounts__line__amount {
margin-left: 30px;
min-width: 90px
}

.contemporary-template__memo {
margin: 32px 14px 35px;
white-space: pre-line;
word-wrap: break-word;
padding-bottom: 30px
}

.contemporary-template__memo>p {
margin: 8px 0;
display: block
}

.contemporary-template__sticky-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0
}

.contemporary-template__footer {
margin: 0;
text-align: center;
white-space: pre-wrap
}

@media print {
.contemporary-template {
    border-width: 0;
    font-size: 11px;
    -webkit-print-color-adjust: exact!important;
    print-color-adjust: exact!important
}

.contemporary-template .wv-heading--title {
    font-size: 32px
}

.contemporary-template .wv-text--body {
    line-height: 1;
    font-size: 11px
}

.contemporary-template .wv-text--strong,.contemporary-template .wv-text--hint,.contemporary-template .wv-text--small {
    font-size: 11px
}

.contemporary-template .wv-heading--subtitle {
    margin-bottom: 5px;
    line-height: 16px
}

.contemporary-template .wv-table__cell--nested {
    font-size: 12px!important
}

.contemporary-template__header__logo img {
    max-height: 180px;
    max-width: 280px
}
}

.modern-template .wv-text,.modern-template .wv-text--strong,.modern-template .wv-table__cell,.modern-template .wv-table__cell--amount,.modern-template {
font-family: Dinero Sans,sans-serif
}

.modern-template__header__amount-due,.modern-template__header__label {
display: flex;
align-items: center
}

.modern-template__header__amount-due__value,.modern-template__header__label__title {
font-size: 30px;
font-family: Dinero Sans,sans-serif;
font-weight: 300
}

.modern-template {
font-size: 14px;
position: relative;
min-height: 1024px;
box-sizing: border-box;
padding-bottom: 260px;
background: var(--global-bg-default)
}

.modern-template .invoice-template-taxes__row__amount {
min-width: 90px
}

.modern-template .wv-text,.modern-template .wv-text--strong,.modern-template .wv-table__cell,.modern-template .wv-table__cell--amount {
font-size: 14px
}

.modern-template__header {
display: flex;
height: 170px
}

.modern-template__header__label {
padding-left: 30px;
width: 570px
}

.modern-template__header__label__valign-wrapper {
width: 100%
}

.modern-template__header__label__subtitle {
word-wrap: break-word;
padding-right: 10px
}

.modern-template__header__amount-due {
text-align: center;
width: 320px;
justify-content: center
}

.modern-template__metadata {
display: flex;
margin: 30px 30px 0
}

.modern-template__metadata__address-header {
margin-bottom: 5px
}

.modern-template__metadata__address-header .wv-text {
color: #8c959a
}

.modern-template__metadata__customer {
flex-grow: 1;
display: flex
}

.modern-template__metadata__customer__wrapper {
display: flex
}

.modern-template__metadata__customer--billing {
flex-grow: 1;
padding-right: 10px
}

.modern-template__metadata__customer--shipping {
flex-grow: 3;
padding-right: 10px
}

.modern-template__metadata .invoice-template-details {
margin-top: -5px
}

.modern-template__metadata .invoice-template-details .wv-table__row:hover {
background: none
}

.modern-template__metadata .invoice-template-details .wv-table__cell {
padding-top: 0;
padding-bottom: 0
}

.modern-template__metadata .invoice-template-details .wv-table__cell:first-child {
text-align: right;
width: 175px
}

.modern-template__metadata .invoice-template-details .wv-table__cell:last-child {
padding-left: 0;
min-width: 130px
}

.modern-template__items .wv-table {
border-bottom: 3px solid #dee1e2
}

.modern-template__items__column--center {
text-align: center
}

.modern-template__items .wv-table__header {
background-color: var(--global-bg-default)
}

.modern-template__items .wv-table__header .wv-table__row {
border-width: 3px
}

.modern-template__items .wv-table__cell,.modern-template__items .wv-table__cell--amount {
font-size: 14px;
padding: 8px 15px 7px;
width: 90px;
vertical-align: top;
white-space: pre-line;
word-break: break-word
}

.modern-template__items .wv-table__cell:last-child,.modern-template__items .wv-table__cell--amount:last-child {
padding-right: 30px
}

.modern-template__items .wv-table__cell:first-child {
padding-left: 30px
}

.modern-template__items .wv-table__body .wv-table__row {
border-bottom: none
}

.modern-template__items .wv-table__body .wv-table__row .no-items-message {
text-align: center
}

.modern-template__items .wv-table__body .wv-table__row:nth-child(odd) {
background-color: #f4f5f5
}

.modern-template__items .wv-table__body .wv-table__row:nth-child(1):nth-last-child(2),.modern-template__items .wv-table__body .wv-table__row:nth-child(2):nth-last-child(1) {
background-color: var(--global-bg-default)
}

.modern-template__items .wv-table__body .wv-table__cell--nested {
color: #4c5357;
font-size: 14px
}

.modern-template__divider--bold .wv-divider {
border-width: 3px;
margin: 12px auto
}

.modern-template__divider--small-margin .wv-divider {
margin: 12px auto
}

.modern-template__totals {
display: flex;
margin-top: 25px
}

.modern-template__totals__blank {
flex-grow: 5
}

.modern-template__totals__amounts {
display: flex;
flex-direction: column;
text-align: right;
margin-right: 30px
}

.modern-template__totals__amounts__line {
display: flex;
justify-content: flex-end;
align-items: center
}

.modern-template__totals__amounts__line__label .wv-icon--payment-method--small {
vertical-align: bottom
}

.modern-template__totals__amounts__line__amount {
margin-left: 30px;
min-width: 90px
}

.modern-template__memo {
margin: 32px 30px 35px;
white-space: pre-line;
word-wrap: break-word
}

.modern-template__memo>p {
margin: 8px 0;
display: block
}

.modern-template__sticky-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0
}

.modern-template__footer {
text-align: center;
margin: 0 10px;
white-space: pre-wrap
}

.modern-template__business-info {
display: flex;
padding: 0 24px 24px
}

.modern-template__business-info__logo {
flex-grow: 1
}

.modern-template__business-info__logo img {
max-width: 200px;
max-height: 80px
}

.modern-template__business-info__address {
flex-grow: 1
}

.modern-template__business-info__contact {
flex-grow: 1;
text-align: right
}

.modern-template__branding__divider {
margin: 0 auto .875rem
}

@media print {
.modern-template {
    -webkit-print-color-adjust: exact!important;
    print-color-adjust: exact!important;
    font-size: 13px
}

.modern-template .wv-text--body {
    line-height: 1;
    font-size: 13px
}

.modern-template .wv-text--strong {
    font-size: 13px
}

.modern-template .wv-table__cell--nested {
    font-size: 13px!important
}

.modern-template__header__logo img {
    max-height: 180px;
    max-width: 280px
}
} */
