.fill-width {
  width: 100%;
}

.font-size-85 {
  line-height: 85%;
  font-size: 85%;
}

.font-size-75 {
  line-height: 75%;
  font-size: 75%;
}

.hidden {
  opacity: 0;
}

.drag-handle {
  cursor: move;
}

@media print {
  .no-print,
.no-print * {
    display: none !important;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  border: 2px solid white;
  border-radius: 5px;
  background: #c9cac8;
}

::-webkit-scrollbar-thumb:hover {
  background: #b2b4b3;
}

.side-menu ::-webkit-scrollbar-track {
  background: #303030;
}

.side-menu ::-webkit-scrollbar-thumb {
  border: 2px solid #303030;
  border-radius: 5px;
  background: #606060;
}

.side-menu ::-webkit-scrollbar-thumb:hover {
  background: #909090;
}

[v-cloak] {
  display: none !important;
}

.v-btn-toggle > .v-btn {
  border: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.v-dialog--fullscreen > .v-card,
.v-dialog--fullscreen > span > .v-card {
  border-radius: 0;
}

.v-dialog:not(.v-dialog--fullscreen) .fill-height {
  height: calc(90vh - 64px - 64px - 48px - 20px);
  overflow-y: auto;
}

.v-dialog--fullscreen .fill-height {
  height: calc(100vh - 172px);
  overflow-y: auto;
}

.icon-group {
  position: relative;
}

.v-size--small .icon-group__badge {
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  bottom: -2px;
  right: -2px;
  background: #f5f5f5;
  border-radius: 50%;
}

.v-text-field--outlined.v-input--dense.x-dense > .v-input__control > .v-input__slot {
  min-height: 32px !important;
}

.v-text-field.x-dense input {
  padding: 0 !important;
}

.td-w-shrink {
  width: 1px;
}

.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded__content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f8f8f8;
}

.v-data-footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.theme--light.v-tabs.tabs-transparent > .v-tabs-bar {
  background-color: transparent;
}

.container-toolbar .v-toolbar__content {
  padding: 0px;
}

.app-bar-btn {
  height: 64px !important;
  border-radius: 0;
}

html {
  overflow: hidden;
}

.container-fixed {
  height: calc(100vh - 64px - 32px - 24px);
  overflow-y: auto;
}

.v-footer {
  height: 32px;
}
.v-footer .footer-btn {
  height: 32px !important;
  border-radius: 0;
}
.v-data-table.max-height-60vh .v-data-table__wrapper {
  max-height: 60vh;
}
.w-120px {
  width: 120px;
}


.error-page {
  height: 100%;
  background: white;
}
.error-page--status {
  color: black;
  font-size: 8rem;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
.page-header,
.page-header-space {
  height: 100px;
}
.page-footer,
.page-footer-space {
  height: 25px;
}
.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid darkgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.page-header {
  position: fixed;
  top: 0mm;
  width: 100%;
  border-bottom: 1px solid darkgray;
}
.page {
  page-break-after: always;
}
@page {
  margin: 10mm;
}
#page-number {
  counter-increment: page;
}
#page-number:after {
  content: counter(page);
}
@media print {
thead {
    display: table-header-group;
}
tfoot {
    display: table-footer-group;
}
button {
    display: none;
}
body {
    margin: 0;
}
}
html {
  overflow: auto !important;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
.page-header,
.page-header-space {
  height: 100px;
}
.page-footer,
.page-footer-space {
  height: 25px;
}
.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid darkgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  background-color: white;
}
.page-header {
  position: fixed;
  top: 0mm;
  width: 100%;
  border-bottom: 1px solid darkgray;
  background-color: white;
}
.page {
  page-break-after: always;
}
@page {
  margin: 10mm;
}
#page-number {
  counter-increment: page;
}
#page-number:after {
  content: counter(page);
}
@media print {
thead {
    display: table-header-group;
}
tfoot {
    display: table-footer-group;
}
button {
    display: none;
}
body {
    margin: 0;
}
}
.logwood-inventory[data-v-74fd1890] {
  padding: 1.5cm;
}
.logwood-inventory__header[data-v-74fd1890] {
  font-size: 22px;
  margin-bottom: 30px;
}
.logwood-inventory__logo[data-v-74fd1890] {
  float: right;
  max-width: 250px;
}
.logwood-inventory__table[data-v-74fd1890] {
  width: 100%;
  border-collapse: collapse;
}
.logwood-inventory__table th[data-v-74fd1890],
.logwood-inventory__table td[data-v-74fd1890] {
  padding: 10px 0;
}
.logwood-inventory__table__header th[data-v-74fd1890] {
  font-size: 12px;
  color: #00000099;
  border-bottom: 1px solid #ddd;
}
.logwood-inventory__table td[data-v-74fd1890] {
  font-size: 14px;
}
.logwood-inventory__table__footer td[data-v-74fd1890] {
  border-top: 1px solid #ddd;
}
@page {
  margin: 0;
}
.logwood-tag[data-v-40932414] {
  width: calc(210mm - 2 * 5mm);
  height: calc(297mm / 2 - 2 * 5mm);
  margin: 5mm;
}
.logwood-tag__table[data-v-40932414] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 2px solid black;
}
.logwood-tag__table__row[data-v-40932414] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.logwood-tag__table__col[data-v-40932414] {
  text-align: center;
  border: 1px solid black;
  width: 100%;
  padding: 12px 0 12px 0;
}
.logwood-tag__table__col .logwood-tag__h3[data-v-40932414] {
  margin-top: -5px;
}
.logwood-tag__table__col.one-sixth[data-v-40932414] {
  width: calc(100% / 6);
}
.logwood-tag__table__col.one-half[data-v-40932414] {
  width: calc(100% / 2);
}
.logwood-tag__table__col.one-third[data-v-40932414] {
  width: calc(100% / 3);
}
.logwood-tag__table__col.two-third[data-v-40932414] {
  width: calc(100% / 3 * 2);
}
.logwood-tag__h1[data-v-40932414] {
  font-size: 44px;
  line-height: 1;
}
.logwood-tag__h2[data-v-40932414] {
  font-size: 36px;
  line-height: 1;
}
.logwood-tag__h3[data-v-40932414] {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  margin-bottom: 10px;
}
.logwood-tag__h4[data-v-40932414] {
  font-size: 30px;
  line-height: 1;
}
.logwood-tag__info[data-v-40932414] {
  height: 40px;
}
.logwood-shift-inventory[data-v-7cd8323f] {
  padding: 1.5cm;
}
.logwood-shift-inventory__header[data-v-7cd8323f] {
  font-size: 22px;
  margin-bottom: 30px;
}
.logwood-shift-inventory__logo[data-v-7cd8323f] {
  float: right;
  max-width: 250px;
}
.logwood-shift-inventory__table[data-v-7cd8323f] {
  width: 100%;
  border-collapse: collapse;
}
.logwood-shift-inventory__table th[data-v-7cd8323f],
.logwood-shift-inventory__table td[data-v-7cd8323f] {
  padding: 10px 0;
}
.logwood-shift-inventory__table__header th[data-v-7cd8323f] {
  font-size: 12px;
  color: #00000099;
  border-bottom: 1px solid #ddd;
}
.logwood-shift-inventory__table td[data-v-7cd8323f] {
  font-size: 14px;
}
.logwood-shift-inventory__table td.bordered[data-v-7cd8323f] {
  border-top: 1px solid #ddd;
}
.logwood-shift-inventory__table__footer td[data-v-7cd8323f] {
  border-top: 1px solid #ddd;
}
.error-dialog {
  height: 90vh;
}
.error-dialog--contents {
  width: 100%;
  height: 680px;
  border: none;
}
.side-menu-item--icon {
  max-width: 24px;
}

.logo {
  margin: 5px 0;
  width: 100%;
}
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating)
  .v-navigation-drawer__border {
  background-color: #303030;
}

.image-input--text[data-v-04b76f1c] {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}
.image-input--image[data-v-04b76f1c] {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.image-input--image__disabled[data-v-04b76f1c] {
  cursor: not-allowed;
}
.image-input--image[data-v-04b76f1c]:hover {
  opacity: 0.1;
}
.image-input--input[data-v-04b76f1c] {
  display: none;
}
.image-input--loupe[data-v-12b8697a] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  opacity: 0;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
  cursor: pointer;
}
.image-input--loupe[data-v-12b8697a]:hover {
  opacity: 1;
}
.image-input--select[data-v-12b8697a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.image-input--change[data-v-12b8697a] {
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  opacity: 0.3;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 3;
  cursor: pointer;
}
.image-input--change[data-v-12b8697a]:hover {
  opacity: 1;
}
.image-input--image__disabled[data-v-12b8697a] {
  cursor: not-allowed;
}
.image-input--input[data-v-12b8697a] {
  display: none;
}
.image-input__overlay[data-v-12b8697a] {
  background: white;
  margin-top: 32px;
  padding: 12px 3px 12px 12px;
  border-radius: 4px;
  outline: none;
}
.image-input__overlay-wrapper[data-v-12b8697a] {
  max-width: 90vw;
  max-height: calc(90vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
}
.image-input__overlay-btn[data-v-12b8697a] {
  position: fixed;
  top: 12px;
  right: 24px;
}
.image-input__overlay-info[data-v-12b8697a] {
  position: fixed;
  top: 28px;
  left: calc(50% - 150px);
  font-size: 13px;
}
.logwood-shift-history__products[data-v-102421b6] {
  width: 100%;
}
.logwood-shift-history__footer[data-v-102421b6] {
  border-top: 1px solid #ddd;
}
.no-border-radius[data-v-e5fe7288] {
  border-radius: 0 !important;
}
.actions[data-v-e0f9e168] {
  width: 240px;
}
.actions .v-input[data-v-e0f9e168] {
  font-size: 12px;
}
.remove-actions[data-v-e0f9e168] {
  width: 120px;
}
.v-data-table.max-height-60vh .v-data-table__wrapper {
  max-height: 60vh;
}
.hidden[data-v-89118a16] {
  opacity: 0.5;
}
.w-chart[data-v-9222c4a8] {
  background: #f8f8f8;
  border-radius: 4px;
}
.folder-name-input {
  outline: none;
  padding: 0 3px;
  border: 1px solid #aaa;
  width: 100%;
}
.folder-name-input:focus {
  border: 1px solid #666;
}
.hidden {
  opacity: 0.5;
}
.excluded {
  font-style: italic;
  opacity: 0.85;
}
.inventory-article-badge.v-badge--icon .v-badge__badge {
  background-color: #c9cac8 !important;
  color: rgba(0, 0, 0, 0.6);
  padding: 1px 3px;
  height: 17px;
  min-width: 17px;
}
.inventory-article-badge.v-badge--icon .v-badge__badge .v-icon {
  font-size: 10px;
}
.product-inventory-list[data-v-84c7e958] {
  padding: 1.5cm;
}
.product-inventory-list__header[data-v-84c7e958] {
  font-size: 22px;
  margin-bottom: 30px;
}
.product-inventory-list__logo[data-v-84c7e958] {
  float: right;
  max-width: 250px;
}
.product-inventory-list__table[data-v-84c7e958] {
  width: 100%;
  border-collapse: collapse;
}
.product-inventory-list__table th[data-v-84c7e958],
.product-inventory-list__table td[data-v-84c7e958] {
  padding: 10px 0;
}
.product-inventory-list__table__header th[data-v-84c7e958] {
  font-size: 12px;
  color: #00000099;
  border-bottom: 1px solid #ddd;
}
.product-inventory-list__table td[data-v-84c7e958] {
  font-size: 14px;
}
.striped td[data-v-84c7e958] {
  background: #f1f1f1;
}
td[data-v-84c7e958] {
  border-top: 1px solid #eee;
}
@page {
  margin-bottom: 1cm;
}
.product-default[data-v-0049acbb] {
  border-left: 4px solid transparent;
}
.product-ordered[data-v-0049acbb] {
  border-left: 4px solid #4caf50;
}
.product-select__autocomplete .v-input__append-outer {
  margin-top: 3px !important;
}
.profile-graph {
  width: 30px;
  height: 30px;
  border: 5px solid #ccc;
}
.profile-graph__front {
  border-bottom-color: #333;
}
.profile-graph__back {
  border-top-color: #333;
}
.profile-graph__left {
  border-left-color: #333;
}
.profile-graph__right {
  border-right-color: #333;
}
.profiles-input {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.profile-heading {
  font-weight: bold;
  margin-right: 3px;
}
.profile-name {
  margin: 2px 0;
}
.partslist-group-dialog__table table {
  border-collapse: collapse;
}
.partslist-group-dialog__table > .v-data-table__wrapper > table > thead > tr > th {
  padding: 4px;
}
.partslist-group-dialog__table > .v-data-table__wrapper > table > tbody > tr > td {
  padding: 4px;
}
.partslist-group-dialog__table th,
.partslist-group-dialog__table td {
  border-top: thin solid gainsboro !important;
  border-right: thin solid gainsboro !important;
  border-bottom: thin solid gainsboro !important;
  border-left: thin solid gainsboro !important;
}
.partslist-group-dialog__table .v-input {
  font-size: 85%;
  border-radius: 0;
}
.partslist-group-dialog__table .v-input .v-input__control {
  min-height: 24px;
}
.partslist-group-dialog__table .v-input .v-input__control .v-input__slot {
  padding: 0 2px !important;
}
.partslist-group-dialog__table .v-input--has-state {
  border: thin solid #ff5252 !important;
}
.partslist-group-dialog__table .v-select .v-select__selection {
  margin-right: 0;
}
.v-list-item {
  min-height: 36px;
}
.v-list-item .v-list-item__content {
  padding: 8px 0;
}
.v-list-item .v-list-item__content .v-list-item__title {
  font-size: 85%;
  line-height: 1;
}
.v-text-field.text-center input {
  text-align: center;
}
.w-group-reorder {
  width: 32px;
}
.w-reorder {
  width: 30px;
}
.w-nr {
  width: 40px;
}
.w-count {
  width: 50px;
}
.w-kanten {
  width: 220px;
}
.w-material {
  width: 220px;
}
.w-size {
  width: 75px;
}
.w-position {
  width: 50px;
}
.w-actions {
  width: 40px;
}
.w-pos {
  width: 60px;
}
.w-oversize-td {
  vertical-align: bottom;
  padding-bottom: 2px !important;
}
.parts-list-group-items__table > .v-data-table__wrapper > table {
  border-collapse: collapse;
}
.parts-list-group-items__table > .v-data-table__wrapper > table > thead > tr > th,
.parts-list-group-items__table > .v-data-table__wrapper > table > tbody > tr > td {
  padding: 4px;
}
.parts-list-group-items__table th,
.parts-list-group-items__table td {
  border-top: thin solid gainsboro !important;
  border-right: thin solid gainsboro !important;
  border-bottom: thin solid gainsboro !important;
  border-left: thin solid gainsboro !important;
}
.w-nr {
  width: 40px;
}
.w-count {
  width: 50px;
}
.w-kanten {
  width: 220px;
}
.w-material {
  width: 220px;
}
.w-size {
  width: 75px;
}
.w-position {
  width: 50px;
}
.w-actions {
  width: 40px;
}
.w-pos {
  width: 60px;
}
.w-oversize-td {
  vertical-align: bottom;
  padding-bottom: 2px !important;
}
.profile-heading {
  font-weight: bold;
  margin-right: 3px;
}
.print-view__table table {
  border-collapse: collapse;
}
.print-view__table > .v-data-table__wrapper > table > thead > tr > th {
  padding: 0 4px;
}
.print-view__table > .v-data-table__wrapper > table > tbody > tr > td {
  padding: 0 2px;
}
.print-view__table th,
.print-view__table td {
  border-top: thin solid gainsboro !important;
  border-right: thin solid gainsboro !important;
  border-bottom: thin solid gainsboro !important;
  border-left: thin solid gainsboro !important;
}
.print-view__table td {
  text-align: center;
  font-size: 75% !important;
}
.w-nr {
  width: 50px;
}
.w-count {
  width: 50px;
}
.w-size {
  width: 75px;
}
.w-position {
  width: 50px;
}
.w-material {
  white-space: nowrap;
  width: 180px;
}
.w-kanten {
  white-space: nowrap;
  width: 220px;
}
.folder-name-input[data-v-8196b53c] {
  outline: none;
  padding: 0 3px;
  border: 1px solid #aaa;
  width: 100%;
}
.folder-name-input[data-v-8196b53c]:focus {
  border: 1px solid #666;
}
.hidden[data-v-8196b53c] {
  opacity: 0.5;
}
.template-preview-table table {
  border-collapse: collapse;
}
.template-preview-table > .v-data-table__wrapper > table > thead > tr > th {
  padding: 0 4px;
}
.template-preview-table > .v-data-table__wrapper > table > tbody > tr > td {
  padding: 0 2px;
}
.template-preview-table th,
.template-preview-table td {
  border-top: thin solid gainsboro !important;
  border-right: thin solid gainsboro !important;
  border-bottom: thin solid gainsboro !important;
  border-left: thin solid gainsboro !important;
  font-size: 85% !important;
}
.folder-name-input[data-v-0cfd1e14] {
  outline: none;
  padding: 0 3px;
  border: 1px solid #aaa;
  width: 100%;
}
.folder-name-input[data-v-0cfd1e14]:focus {
  border: 1px solid #666;
}
.hidden[data-v-0cfd1e14] {
  opacity: 0.5;
}
.pos-num[data-v-12a1a964] {
  color: green;
}
.neg-num[data-v-12a1a964] {
  color: red;
}
.w-chart[data-v-12a1a964] {
  background: #f8f8f8;
  border-radius: 4px;
}
.toolbar-toggle[data-v-12a1a964] {
  height: 40px;
}
.toolbar-toggle.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default[data-v-12a1a964] {
  height: 40px;
}
.user-name[data-v-5185bd4d] {
  font-size: 17px;
}
.sidebar-layout .v-main > .v-main__wrap > .container {
  overflow-y: auto;
  height: calc(100vh - 32px);
}
.sidebar-layout .v-main > .v-main__wrap > .container.with-header {
  height: calc(100vh - 64px - 32px);
}
.v-navigation-drawer {
  z-index: 200;
}
.app-snacks,
.app-snacks .v-btn--text .v-btn__content {
  color: white;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
h3 {
  margin-bottom: 10px;
}

/*# sourceMappingURL=styles.css.map*/