Newer
Older
.quiqqer-erp-backend-temporaryErp-summary {
background: #FFFFFF;
border-top: 2px solid #DEDEDE;
cursor: pointer;
float: left;
width: 100%;
}
.quiqqer-erp-backend-temporaryErp-summary:hover {
background: rgba(0, 0, 0, 0.1);
}
.quiqqer-erp-backend-temporaryErp-summary-pos,
.quiqqer-erp-backend-temporaryErp-summary-total {
border-top: 1px solid #DEDEDE;
clear: both;
float: left;
padding: 5px;
width: 100%;
}
.quiqqer-erp-backend-temporaryErp-summary-pos-title,
.quiqqer-erp-backend-temporaryErp-summary-pos-netto,
.quiqqer-erp-backend-temporaryErp-summary-pos-brutto,
.quiqqer-erp-backend-temporaryErp-summary-total-title,
.quiqqer-erp-backend-temporaryErp-summary-total-vat,
.quiqqer-erp-backend-temporaryErp-summary-total-netto,
.quiqqer-erp-backend-temporaryErp-summary-total-brutto {
float: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 200px;
}
.quiqqer-erp-backend-temporaryErp-summary-total-vat {
width: 400px;
}
.quiqqer-erp-backend-temporaryErp-summary-pos-title {
width: calc(100% - 400px);
}
.quiqqer-erp-backend-temporaryErp-summary-total-title {
width: calc(100% - 800px);
}
.quiqqer-erp-backend-temporaryErp-priceFactors {
background: #fff;
border: 1px solid #DEDEDE;
bottom: 80px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
display: none;
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.quiqqer-erp-backend-temporaryErp-priceFactors table {
width: 100%;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-container {
display: inline-block;
width: 100%;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-container,
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum td,
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum span {
page-break-inside: avoid !important;
-webkit-column-break-inside: avoid;
break-inside: avoid;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-row-subsum-text {
border-bottom: 1px solid #999999;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-row-subsum-value {
border-bottom: 1px solid #999999;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-row-sum {
font-weight: bold;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-row-sum-text {
border-bottom: 3px double #999999;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum-row-sum-value {
border-bottom: 3px double #999999;
}
.quiqqer-erp-backend-temporaryErp-priceFactors .articles-sum td + td {
text-align: right;
}