<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-content .source-entry,
.modal-content .target-entry,
.modal-content .category,
.modal-content .account-entry {
  border-bottom: 2px solid #cbcac9;
  clear: both;
  padding-bottom: 10px;
}

.source-entry + .target-entry {
  height: 210px !important;
}

.source-entry:has(+ .target-entry) {
  height: 210px !important;
}

.documentContainer {
  display: flex;
  gap: 55px;
  padding-left: 15px;
}

.modal-content .source-entry,
.modal-content .target-entry {
  height: 270px;
}

.modal-content .wireTransferDestination {
  border-bottom: 2px solid #cbcac9;
  clear: both;
  padding-bottom: 10px;
}

.modal-content .left,
.modal-content .middle,
.modal-content .right {
  border: 0;
}

.modal-content div.source-entry div.left label.text div select {
  width: 85px;
}

.modal-content .left {
  width: 105px;
  float: left;
}

.modal-content .middle {
  width: 330px;
  float: left;
}

.modal-content .middle-transfer {
  width: 260px;
  float: left;
}

.modal-content .right {
  width: 210px;
}

.currency-flag {
  float: right;
  margin-top: 30px;
}

.modal-content .left-bottom {
  width: 156px;
  float: left;
  border: 0;
}

.modal-content .middle-bottom {
  width: 158px;
  float: left;
  border: 0;
}

.modal-content .right-bottom {
  width: 250px;
  float: left;
  border: 0;
}

#MB_content .modalFormContainer p.currency-values label {
  margin-right: 5px;
  line-height: 22px;
  padding-bottom: 20px;
  float: none;
  display: inline;
}

.modalFormContainer p.last-message label {
  padding-bottom: 3px;
  float: none;
}

.modal-content label {
  color: #aaaaa9;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin: 12px 0 0 10px;
}

.modal-content label a {
  font-size: 11px;
  font-weight: normal;
  color: grey;
}

.modal-content label.description {
  height: auto;
  width: 315px;
}

.modal-content .description textarea {
  font-size: 11px;
  height: 170px;
  width: 308px;
  resize: none;
}

.modal-content .number,
.modal-content .number input {
  text-align: right;
}

.modal-content label.number,
.modal-content label.text {
  width: 85px;
}

.modal-content label.taxes {
  width: 140px;
}

.modal-content .number input,
.modal-content .text input {
  width: 77px;
}

.modal-content label.doubleText {
  width: 180px;
}

.modal-content .doubleText input,
.modal-content .right select,
.modal-content .doubleText div {
  width: 175px;
}

.modal-content .autocomplete ul {
  width: 310px;
}

.modal-content #autocomplete-beneficiary.autocomplete {
  width: 285px;
}

.modal-content .category {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  justify-content: space-around;
}

.modal-content .category label {
  width: 147px;
  height: fit-content;
  margin-inline-start: 0px;
}

.modal-content label.empty {
  padding-top: 16px;
}

.modal-content .category select {
  width: 145px;
  height: fit-content;
}

.wireTransferDestination {
  height: 55px;
  border-bottom: 2px solid #cbcac9;
}

.wireTransferDestination .left {
  width: 158px;
  float: left;
}

.wireTransferDestination .middle {
  width: 272px;
  float: none;
}

.wireTransferDestination .right {
  width: 210px;
}
.modal-content .wireTransferDestination select {
  width: 120px;
}

.modal-content .save-form {
  clear: both;
  padding: 18px 0;
  text-align: center;
}

.modal-content .save-form button {
  font-weight: bold;
  padding: 3px;
}

.modal-content .nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.token-input-dropdown-doit {
  width: 310px !important;
}

.input-currency-value {
  width: 70px;
}

.fieldset-commercial-invoice {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#commercialInvoiceData {
  float: left;
  padding-left: 0px;
  width: 490px;
}

.leftBottomCommercialInvoice {
  float: left;
  width: 158px;
}

.leftBottomCommercialInvoiceData {
  float: left;
  width: 160px;
}

.rigthBottomCommercialInvoiceData {
  float: left;
  width: 345px;
}

.commercial-invoice-not-exists {
  padding: 0px;
  margin: 0px;
  color: #ff0000;
}

.commercial-invoice-wireTransfer {
  float: left;
  height: 65px;
  width: 655px;
  border-bottom: 2px solid #cbcac9;
}

.right-bottom-wireTransfer {
  float: left;
  width: 340px;
}

.partyInfoContainer i {
  margin-top: 22px;
}

i.history {
  margin-top: -4px;
  font-size: 20px;
}

div.buttonsContainer.save-form &gt; label {
  float: right;
  margin-right: 22px;
  height: 20px;
}

.transaction {
  font-size: 77%;
  float: right;
  margin-right: 22px;
}

.expense {
  font-size: 77%;
  margin-right: 22px;
}

.period-group {
  font-size: 77%;
  float: right;
  margin-right: 22px;
}

#selectAccount {
  width: 90px;
}

#targetAccount {
  width: 90px;
}

.modalFormContainer fieldset.recurrenceFieldset {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: row;
  grid-row-gap: 20px;
  justify-content: space-evenly;
}

.modalFormContainer fieldset.recurrenceFieldset div {
  text-align: end;
}

.modalFormContainer fieldset.recurrenceFieldset #service {
  text-align: left !important;
  text-align-last: left;
}

.modalFormContainer fieldset.recurrenceFieldset #deducoesContainer {
  text-align: left !important;
}

.modalFormContainer fieldset.recurrenceFieldset #service select {
  width: 100%;
  height: fit-content;
}

.modalFormContainer fieldset.recurrenceFieldset #account {
	width: 100%;	
}

.modalFormContainer fieldset.recurrenceFieldset #targetAccount {
	width: 100%;	
}

.modalFormContainer fieldset.recurrenceFieldset label {
  color: #aaaaa9;
  float: left;
  font-size: 13px;
  font-weight: bold;
}

.recurrence-frequency-label {
    font-weight: 200 !important;
    color: black !important;
    display: contents !important;
    font-size: smaller !important;
}

.modalFormContainer fieldset.recurrenceFieldset div.type {
  width: min-content;
}

.modalFormContainer fieldset.recurrenceFieldset input[type="text"],
.modalFormContainer fieldset.recurrenceFieldset input[type="number"] {
  width: 85px;
  text-align: right;
}

.modalFormContainer fieldset.recurrenceFieldset input[type="checkbox"] {
	justify-self: baseline;
}

.modalFormContainer fieldset.recurrenceFieldset #totalContainer {
  width: 85px;
  text-align: left;
}

.modalFormContainer fieldset.recurrenceFieldset #categoriesContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modalFormContainer fieldset.recurrenceFieldset #recurrenceCheckbox {
  justify-self: start;
}

.document-label {
  width: 100px;
}

.document-text-area {
  width: 180px;
}

.department {
  width: 100%;
}

.modalFormContainer fieldset.recurrenceFieldset #recurrenceValues {
	grid-column-start: 1; 
	grid-column-end: 3; 
	display: flex;
}

.modalFormContainer fieldset.recurrenceFieldset #recurrenceCredit {
    width: -webkit-fill-available;
    text-align: left;
}

.modalFormContainer fieldset.recurrenceFieldset #recurrenceValues .recurrenceCreditLabel {
    width: -webkit-fill-available;
}

.modalFormContainer fieldset.recurrenceFieldset #debitContainer {
    width: -webkit-fill-available;
    text-align: left;
}
</pre></body></html>