/* START ToolBar Buttons */
/***************************************/

/*region toolbar buttons general styles */
.toolbar-button {
  height: 64px;
  cursor: pointer; /* hand-shaped cursor */
  color: #4798c4;
  border: none;
  float: right;
  min-width: 64px;
  position: relative;
  border-left: 3px solid #fff;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out;
}

.toolbar-button a:not([href]):not([class]),
.toolbar-button a {
  display: block;
  padding: 42px 0 7px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

.toolbar-button:hover {
  background-position: 50% 20%;
}

.toolbar-button .toolbar-button-additional-placeholder {
  position: relative;
}

.toolbar-additional-button-holder {
  overflow: hidden;
  position: absolute;
  top: 65px;
  left: -3px;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}

.toolbar-button:hover .toolbar-additional-button-holder {
  overflow: initial;
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 2000;
}

.toolbar-additional-button-holder a.print-pdf {
  font-size: 13px;
  line-height: 26px;
  min-width: 100px;
  display: inline-block;
  z-index: 2000;
  padding: 0 0 0 35px;
  color: #fff;
  background: #e7ac41 url("/assets/ctx/877eeb6e/layout/images/ico-print.png") 8px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 15px;
  text-align: left;
  border: 3px solid #fff;
  box-shadow: 3px 3px 1px #aaa;
  will-change: filter;
}

.toolbar-button input {
  display: block;
  padding: 42px 0 7px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  cursor: pointer; /* hand-shaped cursor */
  border: none;
  outline: none;
}

.toolbar-button:hover input,
.toolbar-button:hover a {
  text-decoration: none;
}

.toolbar-button input,
.toolbar-button input.btn,
.toolbar-button input.btn:active {
  background: transparent;
}
.toolbar-button .btn:focus {
  box-shadow: none;
}
/*endregion*/

/*region toolbar buttons - icons and colors */
/* TOOLBAR BUTTON HELPLINK */
.toolbar-button.help {
  background: #8aa0a9 url("/assets/ctx/845842a2/layout/images/btn-help.png") 50% 30% no-repeat;
  background-size: 16%;
}
.toolbar-button.help:hover {
  background-size: 21%;
}

/* TOOLBAR BUTTON DELETE */
.toolbar-button.delete {
  background: #f39242 url("/assets/ctx/9b1104bd/layout/images/btn-delete.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.delete:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON NEW */
.toolbar-button.new {
  background: #4a9cc9 url("/assets/ctx/ab07de20/layout/images/btn-new.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.new:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON USER */
.toolbar-button.user {
  background: #70afd1 url("/assets/ctx/129547d3/layout/images/btn-register.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.user:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON NEW */
.toolbar-button.filter-values {
  background: #4a9cc9 url("/assets/ctx/94c5c9b1/layout/images/btn-sort.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.filter-values:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON MORE */
.toolbar-button.more {
  background: #6aa6c4 url("/assets/ctx/1caa88fb/layout/images/btn-more.png") 50% 25% no-repeat;
  background-size: 16%;
}
.toolbar-button.more:hover {
  background-size: 18%;
}

/* TOOLBAR BUTTON SETTINGS */
.toolbar-button.settings {
  background: #6aa6c4 url("/assets/ctx/ff1c39e/layout/images/btn-settings.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.settings:hover {
  background-size: 39%;
}

/* TOOLBAR BUTTON COPY */
.toolbar-button.copy {
  background: #41a083 url("/assets/ctx/3d82d699/layout/images/btn-copy.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.copy:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON SAVE */
.toolbar-button.save {
  background: #8db349 url("/assets/ctx/1908141e/layout/images/btn-save.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.save:hover {
  background-size: 39%;
}

.toolbar-button.save-grey {
  background: var(--col-button-disabled) url("/assets/ctx/1908141e/layout/images/btn-save.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.save-grey:hover {
  background-color: #8db349;
  background-size: 39%;
}

.toolbar-button.save-and-continue {
  background: #9bba63 url("/assets/ctx/944b788e/layout/images/btn-save-arrow.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.save-and-continue:hover {
  background-size: 39%;
  background-color: #8db349;
}

/* TOOLBAR BUTTON CREATEROWS */
.toolbar-button.create-rows {
  background: #8db349 url("/assets/ctx/f32a7bcf/layout/images/btn-create-rows.png") 50% 30% no-repeat;
  background-size: 35%;
}
.toolbar-button.create-rows:hover {
  background-size: 39%;
}

/* TOOLBAR BUTTON TRANSFER */
.toolbar-button.transfer {
  background: #4a9cc9 url("/assets/ctx/ba68a561/layout/images/select.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.transfer:hover {
  background-position: 50% 30%;
  background-size: 39%;
}

/* TOOLBAR BUTTON SEND */
.toolbar-button.send {
  background: #3cafad url("/assets/ctx/89e6f734/layout/images/btn-send.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.send:hover {
  background-size: 39%;
}

/* TOOLBAR BUTTON COPY */
.toolbar-button.edit {
  background: #8866c6 url("/assets/ctx/e26a10b4/layout/images/btn-edit.png") 50% 30% no-repeat;
  background-size: 31%;
}

.toolbar-button.edit:hover {
  background-size: 39%;
}

/* TOOLBAR BUTTON PDF */
.toolbar-button.pdf {
  background: #e7ac41 url("/assets/ctx/d445f215/layout/images/btn-pdf.png") 50% 30% no-repeat; /* !!! COLOR CODE */
  background-size: 31%;
}

.toolbar-button.pdf:hover {
  background-size: 39%;
}

/* TOOLBAR BUTTON ENTRY */
.toolbar-button.entry {
  background: #73a8bc url("/assets/ctx/6a4c9c4d/layout/images/btn-entry.png") 50% 30% no-repeat;
  background-size: 25%;
}

.toolbar-button.entry:hover {
  background-size: 31%;
}

/* CONFIRM BUTTON OK */
.toolbar-button.ok {
  background: #50a554 url("/assets/ctx/822b6c1e/layout/images/btn-yes.png") 50% 30% no-repeat; /* !!! COLOR CODE */
  background-size: 31%;
}

.toolbar-button.ok:hover {
  background-size: 39%;
}

/* CONFIRM BUTTON NO */
.toolbar-button.back {
  background: #73a8bc url("/assets/ctx/24b18d25/layout/images/btn-back-white.png") 50% 30% no-repeat; /* !!! COLOR CODE */
  background-size: 35%;
}
.toolbar-button.back a {
  font-size: 11px;
  padding-top: 43px;
}

.toolbar-button.no {
  background: #f39242 url("/assets/ctx/9b9e59b4/layout/images/btn-no.png") 50% 30% no-repeat; /* !!! COLOR CODE */
  background-size: 35%;
}
.toolbar-button-no {
  background-image: url("/assets/ctx/9b9e59b4/layout/images/btn-no.png");
}
.toolbar-button.no a {
  font-size: 11px;
  padding-top: 43px;
}

.toolbar-button.no:hover,
.toolbar-button.back:hover {
  background-size: 25px;
}

/* CONFIRM BUTTON CANCEL */
.toolbar-button.cancel {
  background: #e7ac41 url("/assets/ctx/ebdcb357/layout/images/btn-close-white.png") 50% 30% no-repeat;
  background-size: 21%;
}
.toolbar-button-close {
  background-image: url("/assets/ctx/ebdcb357/layout/images/btn-close-white.png");
}
.toolbar-button.cancel:hover {
  background-size: 31%;
}

/* CONFIRM BUTTON EXPORT */
.toolbar-button.export-file {
  background: #3bade5 url("/assets/ctx/6fcf944d/layout/images/btn-export.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.export-file:hover {
  background-size: 31%;
}

.toolbar-button.export-file.twolines {
  background-size: 23%;
}
.toolbar-button.export-file.twolines:hover {
  background-size: 25%;
}

/* CONFIRM BUTTON IMPORT FILE */
.toolbar-button.import-file.is-upl-icon-hidden {
  background: #3bade5 url("/assets/ctx/69e852b/layout/images/btn-import.png") 50% 30% / 25% no-repeat;
  transition: background-size 0.3s;
}
.toolbar-button.import-file.is-upl-icon-hidden:hover {
  background-size: 31%;
}
.toolbar-button.import-file {
  background: #3bade5;
}

/* CONFIRM BUTTON IMPORT */
.toolbar-button.import {
  background: #3bade5 url("/assets/ctx/f32a7bcf/layout/images/btn-create-rows.png") 50% 30% no-repeat;
  background-size: 39%;
}
.toolbar-button.import:hover {
  background-size: 46%;
}

/* TOOLBAR BUTTON XML */
.toolbar-button.xml {
  background: #3bade5 url("/assets/ctx/4772ec34/layout/images/btn-xml.png") 50% 30% no-repeat; /* !!!! COLOR CODE */
  background-size: 25%;
}

.toolbar-button.xml:hover {
  background-size: 31%;
}

/* TOOLBAR BUTTON EMAIL */
.toolbar-button.email {
  background: #3cafad url("/assets/ctx/89e6f734/layout/images/btn-send.png") 50% 30% no-repeat; /* !!! COLOR CODE */
  background-size: 31%;
}

.toolbar-button.email:hover {
  background-size: 39%;
}

/* CONFIRM BUTTON IMPORT */
.toolbar-button.set-as-fees {
  background: #28b0c1 url("/assets/ctx/db93a774/layout/images/btn-set-as-service-fees.png") 50% 30% no-repeat;
  background-size: 25%;
}
.toolbar-button.set-as-fees:hover {
  background-size: 31%;
}

/* CONFIRM BUTTON REFRESH */
.toolbar-button.refresh {
  background: #53b57c url("/assets/ctx/a9450d84/layout/images/btn-refresh.png") 50% 20% no-repeat;
  background-size: 25px;
}
.toolbar-button.refresh:hover {
  background-size: 30px;
}

/* CONFIRM BUTTON ABORT */

.toolbar-button.abort {
  background: #e7ac41 url("/assets/ctx/13ba862c/layout/images/btn-abort.png") 50% 30% no-repeat;
  background-size: 31%;
}
.toolbar-button.abort:hover {
  background-size: 25px;
}

/* CONFIRM BUTTON SELL / PURCHASE */

.toolbar-button.sell,
.toolbar-button.purchase {
  background: #3cafad url("/assets/ctx/db93a774/layout/images/btn-set-as-service-fees.png") 50% 30% no-repeat;
  background-size: 31%;
}

.toolbar-button.sell:hover,
.toolbar-button.purchase:hover {
  background-size: 39%;
}

/* AJAX BUTTON */
.toolbar-button.ajax {
  transition: none;
  background: #fff url("/assets/ctx/aae167bc/layout/images/ajax_loader_gray_16.gif") 50% 50% no-repeat;
  background-size: 40%;
}

/*endregion*/

/*region .twolines modifier*/
.et .toolbar-button.etTwolines input,
.et .toolbar-button.etTwolines a,
.en .toolbar-button.enTwolines input,
.en .toolbar-button.enTwolines a,
.toolbar-button.twolines2 .twolines2-child,
.toolbar-button.twolines input,
.toolbar-button.twolines a {
  padding: 33px 0 5px 0;
  white-space: normal;
  width: 100%;
  line-height: 13px;
}

.toolbar-button.twolines {
  background-position: 50% 25%;
}
/*endregion*/

@media screen and (max-width: 576px) {
  .responsive-header .toolbar-button.new,
  .responsive-header .toolbar-button.copy,
  .responsive-header .toolbar-button.delete,
  .responsive-header .toolbar-button.pdf,
  .responsive-header .toolbar-button.set-as-fees,
  .responsive-header .toolbar-button.xml,
  .responsive-header .toolbar-button.email {
    display: none;
  }

  .toolbar-button input {
    padding: 32px 0 7px 0;
    font-size: 10px;
  }

  .toolbar-button a:not([href]):not([class]),
  .toolbar-button {
    height: 50px;
    min-width: 50px;
  }

  .toolbar-button a:not([href]):not([class]),
  .toolbar-button a {
    padding: 32px 0 7px 0;
    font-size: 10px;
  }

  .et .toolbar-button.etTwolines input,
  .et .toolbar-button.etTwolines a,
  .en .toolbar-button.enTwolines input,
  .en .toolbar-button.enTwolines a,
  .toolbar-button.twolines2 .twolines2-child,
  .toolbar-button.twolines input,
  .toolbar-button.twolines a {
    padding: 25px 0 4px 0;
    line-height: 11px;
  }

  .toolbar-button.back a,
  .toolbar-button.no a {
    padding-top: 32px;
    font-size: 10px;
  }
}
/* END ToolBar Buttons */
/***************************************/

/* START Small Toolbar Buttons */
/***************************************/

/*region small toolbar buttons - general styles */
.small-toolbar-button {
  position: relative;
  float: right;
  min-width: 150px;
  height: 30px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  border-left: 3px solid #fff;
  background: #73a8bc 10px 50%/12px no-repeat;
}

.small-toolbar-button:hover {
  background-size: 14px;
}

.small-toolbar-button input {
  display: block;
  /* padding: 22px 0 7px 0; */
  text-align: center;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  cursor: pointer; /* hand-shaped cursor */
  background: transparent;
  border: none;
  outline: none;
}

.small-toolbar a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 10px;
}

.small-toolbar a:hover {
  text-decoration: none;
}

/*endregion*/

/*region small toolbar buttons - images */
.small-toolbar-button.xml {
  background: #73a8bc url("/assets/ctx/4772ec34/layout/images/btn-xml.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
  display: none;
}

.small-toolbar-button.omniva {
  background: #73a8bc url("/assets/ctx/983dd826/layout/images/btn-omniva.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 10px;
}

.small-toolbar-button.einvoices {
  background: #73a8bc url("/assets/ctx/39ca9299/layout/images/btn-einvoices.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 18px;
}

.small-toolbar-button.einvoices:hover {
  background-size: 22px;
}

.small-toolbar-button.credit {
  background: #73a8bc url("/assets/ctx/c402e075/layout/images/btn-credit.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 12px;
}

.small-toolbar-button.settings {
  background: #73a8bc url("/assets/ctx/ff1c39e/layout/images/btn-settings.png") 10px 50% no-repeat;
  background-size: 12px;
}

.small-toolbar-button.periodic {
  background: #73a8bc url("/assets/ctx/e35398f6/layout/images/periodic_invoices.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 13px;
}

.small-toolbar-button.ok {
  background: #73a8bc url("/assets/ctx/83b0ae37/layout/images/ico-ok-white.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 13px;
}

.small-toolbar-button.entry {
  background: #73a8bc url("/assets/ctx/6a4c9c4d/layout/images/btn-entry.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.copy {
  display: none;
  background: #73a8bc url("/assets/ctx/3d82d699/layout/images/btn-copy.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 12px;
}

.small-toolbar-button.delete {
  display: none;
  background: #73a8bc url("/assets/ctx/9b1104bd/layout/images/btn-delete.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 12px;
}

.small-toolbar-button.disabled {
  display: none;
  background: #73a8bc url("/assets/ctx/13ba862c/layout/images/btn-abort.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 14px;
}

.small-toolbar-button.clear {
  display: none;
  background: #73a8bc url("/assets/ctx/ebdcb357/layout/images/btn-close-white.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 12px;
}

.small-toolbar-button.addition {
  background: #73a8bc url("/assets/ctx/f42cc6bc/layout/images/btn-fixa-addition.png") 10px 50% no-repeat;
  background-size: 10px;
}

.small-toolbar-button.impairment {
  background: #73a8bc url("/assets/ctx/d7ebe164/layout/images/btn-fixa-impairment.png") 10px 50% no-repeat;
  background-size: 10px;
}

.small-toolbar-button.disposal {
  background: #73a8bc url("/assets/ctx/5cf0158a/layout/images/btn-fixa-disposal.png") 10px 50% no-repeat;
  background-size: 10px;
}

.small-toolbar-button.new {
  display: none;
  background: #73a8bc url("/assets/ctx/ab07de20/layout/images/btn-new.png") 10px 50% no-repeat; /* !!!! COLOR CODE IMAGE MISSING */
  background-size: 12px;
}

.small-toolbar-button.pdf {
  display: none;
  background: #73a8bc url("/assets/ctx/d445f215/layout/images/btn-pdf.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.print {
  display: none;
  background: #73a8bc url("/assets/ctx/877eeb6e/layout/images/ico-print.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.email {
  background: #73a8bc url("/assets/ctx/89e6f734/layout/images/btn-send.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
  display: none;
}

.small-toolbar-button.grouping {
  background: #73a8bc url("/assets/ctx/9839f62f/layout/images/btn-group.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.import {
  background: #73a8bc url("/assets/ctx/69e852b/layout/images/btn-import.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.export-button {
  background: #73a8bc url("/assets/ctx/6fcf944d/layout/images/btn-export.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.small-toolbar-button.import-payments {
  background: #73a8bc url("/assets/ctx/f32a7bcf/layout/images/btn-create-rows.png") 10px 50% no-repeat;
  background-size: 12px;
}

.small-toolbar-button.set-as-fees {
  background: #73a8bc url("/assets/ctx/db93a774/layout/images/btn-set-as-service-fees.png") 10px 50% no-repeat;
  background-size: 12px;
  display: none;
}

.small-toolbar-button.initial-balances {
  background: #73a8bc url("/assets/ctx/6a4c9c4d/layout/images/btn-entry.png") 10px 50% no-repeat;
  background-size: 12px;
}

/*region .small-toolbar-button color/utility modifiers */
.small-toolbar-button.bg-grey {
  background-color: var(--col-button-disabled);
}

.small-toolbar-button.bg-grey:hover {
  background-color: #73a8bc;
}
/*endregion*/

/*endregion*/

@media screen and (max-width: 768px) {
  .small-toolbar-button {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 576px) {
  .small-toolbar-button {
    width: 100%;
  }

  .small-toolbar-button.new,
  .small-toolbar-button.copy,
  .small-toolbar-button.delete,
  .small-toolbar-button.pdf,
  .small-toolbar-button.set-as-fees,
  .small-toolbar-button.xml,
  .small-toolbar-button.email,
  .small-toolbar-button.print {
    display: block;
  }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .small-toolbar-button.print {
    display: none;
  }
}

/* END Small Toolbar Buttons */
/***************************************/

/*region .button*/
.button {
  display: inline-block;
  margin: 7px;
  border: none;
  padding: 0.42em 1em;
  color: white;
  background-color: #5199c9;
  text-align: center;
}

.button:hover {
  text-decoration: none;
  background-color: #62a3c9;
  color: white;
}

.button.link {
  color: white;
}

.button-filter {
  text-transform: uppercase;
  padding: 0.5em 1em;
  background-color: #5199c9;
  color: #fff;
  border: none;
}
/*endregion*/

.btn-close-x {
  display: inline-block;
  background: #999 url("/assets/ctx/ebdcb357/layout/images/btn-close-white.png") 50% 50% no-repeat;
  background-size: 10px;
  margin-left: 15px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  vertical-align: text-top;
}

/*region .clientEinvoiceOK*/
.clientEinvoiceOKSmall {
  display: inline-block;
  background: url("/assets/ctx/9f0ead83/layout/images/btn-einvoices2.png") 50% 50% no-repeat;
  background-size: 22px;
  width: 22px;
  height: var(--icon-line-height);
  vertical-align: middle;
  margin-right: 4px;
}

.clientEinvoiceOKSmall.notAllowed {
  opacity: 0.2;
}

table.list-table .clientEinvoiceOKSmall {
  margin-right: 0;
}

.clientEinvoiceOKAbsolute {
  position: absolute;
  left: -30px;
  top: 5px;
  height: 18px;
}
/*endregion*/

.warnDismissButton {
  margin: 0;
  border-radius: 3px;
}

/*region .openHelp*/
.openHelp {
  font-size: 15px;
  padding: 8px;
  background: #7eb642 url("/assets/ctx/9839f62f/layout/images/btn-group.png") 15px 51% no-repeat;
  padding-left: 45px;
  padding-right: 20px;
  background-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ddd;
}

.openHelp:hover {
  background-color: #7eb642;
  color: #ebebeb;
}
/*endregion*/

/*region .button-green */
.button-green {
  height: 39px;
  border: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  min-width: 200px;
  background-color: #7eb642;
  padding: 6px 15px;
  display: inline-block;
}

.button-green.askForHelp {
  background: #5199c9 url("/assets/ctx/89e6f734/layout/images/btn-send.png") 15px 51% no-repeat;
  background-size: 16px;
  font-size: 15px;
  width: auto;
  min-width: auto;
  text-align: left;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ddd;
  padding-left: 45px;
  padding-right: 20px;
}

.button-green.register {
  background: #7eb642 url("/assets/ctx/129547d3/layout/images/btn-register.png") 20px 50% no-repeat;
  background-size: 16px;
}

.button-green.save {
  background: #7eb642 url("/assets/ctx/1908141e/layout/images/btn-save.png") 20px 50% no-repeat;
  background-size: 16px;
}

.button-green.calculate {
  background: #7eb642 url("/assets/ctx/z83a6884e/layout/images/bootstrap/calculator.svg") 20px 50% no-repeat;
  background-size: 16px;
}
/*endregion*/

.small-button-green.ok {
  background: #5199c9 url("/assets/ctx/822b6c1e/layout/images/btn-yes.png") 10px 50% no-repeat;
  background-size: 15px;
}

.button.large-button {
  font-size: 14px;
}

.btn-white-circle {
  background: white;
  border-radius: 50%;
}

/*region .blue-button*/
.blue-button {
  display: block;
  box-shadow: none;
}

.blue-button:not(:focus-visible) {
  outline: none;
}

.blue-button {
  text-transform: uppercase;
  float: left;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  background: #5199c9 none;
  color: #fff;
  border: 1px solid #5199c9;
  transition: all 0.2s;
}

.blue-button:hover,
.blue-button:focus {
  text-decoration: none;
  background-color: #62a3c9;
  color: white;
}

.blue-button--skinny {
  padding: 2px 16px;
}

.blue-button--inverse {
  text-transform: none;
  background: #fff;
  color: #5199c9;
}

.large-blue-button {
  padding: 6px 16px;
}
/*endregion*/

/*region .blueButton */
.blueButton {
  display: inline-block;
  height: 25px;
  width: 75px;
  background: url("/assets/ctx/54833d89/layout/images/green-fade.jpg") 0 -15px repeat-x;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
}

.blueButton:hover {
  color: orange;
  text-decoration: none;
}
/*endregion*/

.button-dark-gray,
.button-dark-gray:hover {
  text-transform: uppercase;
  padding: 0.5em 1.4em;
  background: #999;
  color: #fff;
  display: inline-block;
}

.led-button-classic {
  /* Without display - links can cross multiple lines. */
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 17px;
  background: var(--col-classic-button-blue) none;
  color: #fff;
  border: 1px solid var(--col-classic-button-blue);
  transition: all 0.2s;
}
/* override links hover behaviour */
.led-button-classic:hover {
  color: #fff;
  text-decoration: none;
}

.led-button-classic.delete {
  border-color: #f39242;
  background: #f39242;
}

.led-button-classic--is-disabled {
  background: var(--col-button-disabled);
  border-color: var(--col-button-disabled);
  cursor: default;
}

.led-button-classic--is-selected {
  background: #30719c;
  border-color: #30719c;
  cursor: default;
}

.filter-btn {
  display: inline-block;
  vertical-align: middle;
}

.copyLink {
  padding: 4px 10px;
  background-color: #5199c9;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  margin-top: 0.5em;
}

.back-button {
  display: block;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
  color: #999;
  background: url("/assets/ctx/4256356e/layout/images/btn-back.png") 10px 50% no-repeat;
  background-size: 15px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: center;
  text-transform: uppercase;
}
.back-button:hover {
  text-decoration: none;
  background-color: #eee;
}

/*region .checked-choices */
.checked-choices a {
  display: inline-block;
  color: #5199c9;
  padding: 7px 40px 7px 10px;
  background: #d0e0e8;
  background-position: 5px 50%;
  background-size: 20px;
  box-sizing: border-box;
}

.checked-choices a:hover {
  background: #fff url("/assets/ctx/f03619cf/layout/images/ico-checked-light.png") right 5px top 50% no-repeat;
  background-size: 20px;
}

.checked-choices span.checked {
  background: #5199c9 url("/assets/ctx/26d81b2f/layout/images/btn-ok-white.png") right 5px top 50% no-repeat;
  background-size: 20px;
  color: #fff;
  padding: 7px 40px 7px 10px;
  display: inline-block;
  border-right: 1px solid #fff;
}

.checked-choices--compact .checked {
  padding: 0.3em 40px 0.3em 0.6em;
  border: 1px solid #84b7d9;
  background-color: #84b7d9;
}

.checked-choices--compact a {
  padding: 0.3em 40px 0.3em 0.6em;
  background-color: #fff;
  border: 1px solid #84b7d9;
}

.checked-choices--compact a:hover {
  text-decoration: none;
}
/*endregion*/

.delete-rounded-corners {
  padding: 5px 20px 5px 35px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #aaa;
  font-size: 15px;
  line-height: 30px;
  background: #e69557 url("/assets/ctx/9b1104bd/layout/images/btn-delete.png") 15px 50% no-repeat;
  background-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

/*region .smallListLink buttons*/
.smallListLink {
  display: inline-block;
  padding: 3px 10px 3px 30px;
  color: #fff;
  border-radius: 5px;
}

.smallListLink:hover {
  text-decoration: none;
  color: #ddd;
}

.smallListLink.pdf {
  background: #dbbe65 url("/assets/ctx/d445f215/layout/images/btn-pdf.png") 10px 50% no-repeat; /* !!! COLOR CODE */
  background-size: 12px;
}

.smallListLink.xml {
  background: #94b7c6 url("/assets/ctx/4772ec34/layout/images/btn-xml.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
}

.smallListLink.pay {
  background: #7db541 url("/assets/ctx/822b6c1e/layout/images/btn-yes.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
}

.smallListLink.invoices {
  background: #73a8bc url("/assets/ctx/3d82d699/layout/images/btn-copy.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
  display: inline-block;
  min-width: 21em;
  text-align: left;
  font-size: 14px;
  padding: 7px 10px 7px 30px;
}

.smallListLink.invoices.current {
  background-color: #455a64;
}

.smallListLink.invoices.past {
  background-color: #b0bec5;
}

.smallListLink.invoicesGrey {
  background: #ddd url("/assets/ctx/3d82d699/layout/images/btn-copy.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
}

.smallListLink.emailSending {
  background: #73a8bc url("/assets/ctx/89e6f734/layout/images/btn-send.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 12px;
}

.smallListLink.export {
  background: #5199c9 url("/assets/ctx/6fcf944d/layout/images/btn-export.png") 10px 50% no-repeat; /* !!!! COLOR CODE */
  background-size: 11px;
}

.smallListLink.invoices.disabled,
a.smallListLink.export.disabled {
  background-color: #ddd;
  cursor: default;
}

.smallListLink.invoices.disabled:hover,
a.smallListLink.export.disabled:hover {
  color: #fff;
}
/*endregion*/

/*region .led-button */
.led-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .led-button {
    transition: none;
  }
}

.led-button:hover {
  color: #212529;
  text-decoration: none;
}

.led-button:focus,
.led-button.focus {
  outline: 0;
}

.led-button.disabled,
.led-button:disabled {
  opacity: 0.65;
}

a.led-button.disabled,
fieldset:disabled a.led-button {
  pointer-events: none;
}

.led-button-blue {
  color: #fff;
  background-color: var(--col-bright-blue);
}

.led-button-blue:hover {
  color: #fff;
  background-color: var(--col-bright-blue-hover);
}

.led-button-blue:focus,
.led-button-blue.focus {
  color: #fff;
  background-color: var(--col-bright-blue-focus);
}

.led-button-cyan {
  color: #fff;
  background-color: var(--col-bright-cyan);
}

.led-button-cyan:hover {
  color: #fff;
  background-color: var(--col-bright-cyan-focus);
}

.led-button-cyan:focus,
.led-button-cyan.focus {
  color: #fff;
  background-color: var(--col-bright-cyan-hover);
}

.led-button-green {
  color: #fff;
  background-color: var(--col-bright-green);
}

.led-button-green:hover {
  color: #fff;
  background-color: var(--col-bright-green-focus);
}

.led-button-green:focus,
.led-button-green.focus {
  color: #fff;
  background-color: var(--col-bright-green-hover);
}

.led-button-orange {
  color: #fff;
  background-color: var(--col-bright-orange);
}

.led-button-orange:hover {
  color: #fff;
  background-color: var(--col-bright-orange-focus);
}

.led-button-orange:focus,
.led-button-orange.focus {
  color: #fff;
  background-color: var(--col-bright-orange-hover);
}
/*endregion*/

/*region .button-sgreen */
.button-sgreen {
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #7ca8ba;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  min-width: 75px;
  border: none;
  text-transform: uppercase;
}
.button-sgreen--margin {
  margin: 0 0 10px 0;
}
.button-sgreen.green-bg {
  background-color: #41a083;
}

.button-sgreen.blue-bg {
  background-color: #5199c9;
}

.button-sgreen.ok {
  background: #41a083 url("/assets/ctx/822b6c1e/layout/images/btn-yes.png") 10px 50% no-repeat;
  background-size: 15px;
  padding-left: 30px;
  padding-right: 20px;
}

.button-sgreen.disabled {
  background-color: #bbb;
  cursor: default;
}
.button-sgreen.disabled:hover {
  color: #fff;
}
.button-sgreen:hover {
  text-decoration: none;
  color: #fff;
}

.button-sgreen.bgreen {
  background-color: #7db541;
}
/*endregion*/

/*region .backoffice buttons */
.backoffice-button {
  display: inline-block;
  border: none;
  padding: 0.2em 1em;
  background-color: #666;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
  line-height: 1.8em;
  color: #fff;
}

.backoffice-button-grey {
  background-color: #999;
}

.list-table thead .backoffice-button {
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  text-transform: none;
}

.backoffice-button:hover {
  background-color: #3378a6;
  color: #fff;
}
/*endregion*/

/*region .white-link*/
.white-link {
  color: #fff;
  display: inline-block;
  line-height: 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 2px 5px;
  box-sizing: border-box;
}

.white-link:hover {
  text-decoration: none;
  color: #555;
  background-color: #f9f9f9;
}
/*endregion*/

/*region small send email and print pdf buttons */
.ico-pdf,
.ico-sent,
.printPDFContainer .print-pdf {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
}

.printPDFContainer .print-pdf {
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 0;
}

.ico-sent {
  margin-right: 5px;
}

.ico-sent.email {
  background: #3cafad url("/assets/ctx/89e6f734/layout/images/btn-send.png") 50% 50% no-repeat;
  background-size: 10px;
}

.printPDFContainer a.print-pdf {
  background: #e7ac41 url("/assets/ctx/877eeb6e/layout/images/ico-print.png") 50% 50% no-repeat; /* !!! COLOR CODE */
  background-size: 10px;
}

.pdfIcon {
  background: #e7ac41 url("/assets/ctx/d445f215/layout/images/btn-pdf.png") 50% 50% no-repeat; /* !!! COLOR CODE */
  background-size: 10px;
}

.ico-sent.NotSent {
  background: #a9a9a9 url("/assets/ctx/89e6f734/layout/images/btn-send.png") 50% 50% no-repeat;
  background-size: 10px;
}

.ico-sent.omniva {
  background: #8866c6 url("/assets/ctx/983dd826/layout/images/btn-omniva.png") 50% 50% no-repeat;
  background-size: 10px;
}

.ico-sent-details.email.pending {
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -3px;
  opacity: 1;
  left: 10px;
  background: #999 url("/assets/ctx/69e852b/layout/images/btn-import.png") 50% 50% no-repeat;
  background-size: 8px;
  border-radius: 5px;
  -webkit-animation: saTopMove 0.5s 1 ease-in;
  animation: saTopMove 0.5s 1 ease-in;
}

.ico-sent-details.email.error {
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -2px;
  right: -4px;
  background: #e7ac41 url("/assets/ctx/fbea2931/layout/images/ico-exclamation-white.png") 50% 50% no-repeat;
  background-size: 1px;
  border-radius: 5px;
}
/*endregion*/

/*region .quick-compare-buttons*/
.quick-compare-buttons {
  display: inline-block;
  font-size: 14px;
  padding: 0.2em 1em;
  background-color: #eee;
  margin-bottom: 1em;
  margin-right: 1em;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #aaa;
}

.quick-compare-buttons--months {
  background-color: #ddd;
}

.quick-compare-buttons:hover {
  background-color: #ddd;
  text-decoration: none;
}
/*endregion*/
