#header {
  width: 50px;
  background: none;
  position: fixed;
  z-index: 1000;
}
section.main-wrapper {
  padding-top: 0px;
}
#invoice-header {
  padding: 11px 4px 12px 4px;
  height: 55px;
}
.main-table {
  padding: 15px;
}
.user_bar {
  display: none;
}
@media (min-width: 1600px) {
  section.main-wrapper {
    width: 100%;
  }
}
#invoice-preview {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
#invoice-preview .preview-header {
  padding: 10px;
  background: white;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), 0.13);
}
#invoice-preview .preview-header .buttons {
  width: 100%;
  max-width: 816px;
  background: white;
  margin: auto;
}
#invoice-preview .preview-header .buttons .attachment-actions {
  display: flex;
  float: right;
}
#invoice-preview .preview-header .buttons .attachment-actions .attachment-action-main {
  padding-right: 0.5em;
}
#invoice-preview .preview-header .buttons .attachment-actions .attachment-action-main .btn {
  padding-left: 5em;
  padding-right: 5em;
}
#invoice-preview .preview-header .buttons .attachment-actions .attachment-action-main .btn.btn-success {
  background-color: #28a745;
  color: white;
}
#invoice-preview .preview-header .buttons .attachment-actions .btn-default {
  background-color: #e4e4e4;
}
#invoice-preview .preview-header .buttons .attachment-actions .dropdown-toggle::after {
  display: none;
}
.invoice-online-wrapper.invoice-preview {
  max-width: 826px;
  margin: 0 auto;
  margin-top: 70px !important;
  padding: 5px 5px 0 5px;
}
.invoice-online-wrapper.invoice-preview #invoice-body {
  margin-top: -8px;
}
.invoice-online-wrapper.invoice-preview #invoice-body.web .invoice-page {
  margin: 5px 0 0 0;
  transform-origin: top left;
}
@media (max-width: 815px) {
  #invoice-preview {
    top: unset;
    bottom: 0;
  }
  #invoice-preview .preview-header {
    padding: 0;
  }
  #invoice-preview .preview-header .buttons {
    width: 100%;
    padding: 0.7em 0;
    border-top: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), 0.13);
    margin-right: 0 !important;
  }
  #invoice-preview .preview-header .buttons .attachment-actions {
    margin-right: 0.5em;
    margin-left: 0.5em;
    float: unset;
  }
  #invoice-preview .preview-header .buttons .attachment-actions .attachment-action-main {
    flex-grow: 1;
    margin-right: 0.5em;
  }
  #invoice-preview .preview-header .buttons .attachment-actions .attachment-action-main .btn {
    width: 100%;
    padding: 0.375rem 0.75rem;
  }
  .invoice-online-wrapper.invoice-preview {
    margin-top: 10px !important;
  }
}
.border {
  border: 0 !important;
}

