.required { color: red; margin-left: 0.5em; } summary { font-size: 1.3em; font-weight: 600; margin: 1em 0; color: #23282d; cursor: pointer; } .form-table .fieldset-description-label { padding-bottom: 0; font-size: x-large; } .form-table .fieldset-description { padding-bottom: 0; } .description, .form-table .fieldset-description { font-style: italic; } .form-table { border: 1px solid #444; } details .form-table { border: none; } .form-table th { padding-left: 20px; } .form-table .radio label, .form-table .checkbox label { display: block; } .property-name strong{ font-size: larger; font-weight: 700; } .property-list { margin-left: 0; margin-top: 0; list-style-type: inherit; list-style-position: inside; } .property-list li { margin-bottom: 0; } .property-list dt { font-weight: bolder; } .property-list dd { margin-bottom: 0; } label { color: #777; } /* Labels without a form element: do not show a pointer cursor. */ label:not([for]) { cursor: inherit; } /* * Acumulus invoice status overview "form". */ #acumulus_invoice_status_overview_info_box .inside { padding-right: 0; line-height: 1.4em; } /* Refund overview */ #acumulus_invoice_status_overview_info_box details { font-size: 13px; border: none; } #acumulus_invoice_status_overview_info_box .invoice-sent-concept { float: left; width: 85%; } #acumulus_invoice_status_overview_info_box .invoice-sent-concept + .woocommerce-help-tip { float: left; } /* Refund overview title */ #acumulus_invoice_status_overview_info_box summary { font-size: 14px; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-bottom: 6px; } #acumulus_invoice_status_overview_info_box .label { text-align: left; vertical-align: top; font-weight: normal; display: inline-block; padding-right: 1em; } #acumulus_invoice_status_overview_info_box .pdf { display: inline-block; padding-left: 15px; margin: 0.1em 1.5em 0.2em 0; background-image: url('icon-pdf.svg'); background-size: 12px 16px; background-repeat: no-repeat; background-position: left center; } .acumulus-invoice-status-overview .data .notice { box-shadow: none; margin: 0; } .acumulus-invoice-status-overview .data th.notice { padding: 0; } .acumulus-invoice-status-overview .data .notice .notice { border: none; } .acumulus-invoice-status-overview .data .notice-info { color: #00a0d2; } .acumulus-invoice-status-overview .data .notice-warning { color: #ffb900; } .acumulus-invoice-status-overview .data .notice-error { color: #bc3232; } .acumulus-invoice-status-overview .data .notice.notice-success { color: #46b450; } .acumulus-amount .amount { display: block; width: 6em; text-align: right; } .acumulus-amount .amount:nth-child(2) { display: inline-block; } .acumulus-amount .amount:last-child { border-top: 1px solid #444; } .acumulus-amount .amount .sign, .acumulus-amount .amount .currency { float: left; width: 0.25em; }