div.tabulator {
  --tabulator-footer-button-bg-color: white;
  --tabulator-active-row-bg-color: var(--main-color-light);
}
div.tabulator.filtered-data {
  border-width: 2px;
  border-style: dashed;
  border-color: red;
  height: calc(100% - 2px - 2px) !important;
}
/* pozor! povodne namiesto *:first-child bol input */
.tabulator-header-filter.hidden-header-filter > *:first-child,
.tabulator-header.hide-filters .tabulator-header-filter > *:first-child {
  /* 
  min-height: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  */
  /* display: none; */
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 779px) {
  div.tabulator:not(.filtered-data) {
    border: none !important;
    transform: none !important;
  }
  div.tabulator-tableholder {
    padding-bottom: 87px !important;
  }
  div.tabulator-footer.is-mobile-footer {
    margin: 0 10px 0 10px;
    background: transparent;
    position: fixed;
    bottom: 1.5%;
    border: none !important;
    text-align-last: center;
    max-width: calc(100% - (10px + 10px + 3.3% + 52px));
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents {
    padding: 3px 6px !important;
    font-size: calc(13px + 1px);
    height: 45px;
    align-items: center;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.4rem;
    background-color: rgba(248, 248, 250, 0.86);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    backdrop-filter: blur(22px) saturate(140%);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents span.tabulator-page-counter {
    display: none;
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents span.tabulator-paginator {
    height: 100%;
    align-content: center;
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents span.tabulator-paginator .tabulator-page-size {
    max-width: 50px;
    padding: 0;
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents span.tabulator-paginator button.tabulator-page {
    padding: calc(0.375em - 1px) 0.4em;
    font-size: 16px;
    border-radius: 30%;
    border: none;
  }
  div.tabulator-footer.is-mobile-footer div.tabulator-footer-contents span.tabulator-paginator button.tabulator-page.active {
    background: rgba(80, 101, 168, 0.15);
    color: var(--main-color);
  }
}
div.tabulator-headers,
div.tabulator-header-contents,
div.tabulator-footer-contents {
  background-color: var(--table-thead-background-color);
}
.tabulator .tabulator-footer-contents button.tabulator-page {
  background-color: var(--tabulator-footer-button-bg-color);
}
div.tabulator-mode-read div.tabulator-header-contents {
  background-color: #6A6A6A !important;
}
div.vois-tabulator.form-mode-read div.tabulator-header-contents {
  background-color: #6A6A6A !important;
}
div.vois-tabulator.form-mode-read div.tabulator-headers {
  background-color: #6A6A6A !important;
  color: white;
}
div.vois-tabulator.form-mode-read .tabulator-row-even {
  background-color: rgba(106, 106, 106, 0.2);
}
div.vois-tabulator.form-mode-read .tabulator-row-even .tabulator-cell.tabulator-frozen {
  background-color: white !important;
}
div.vois-tabulator.form-mode-write div.tabulator-header-contents {
  background-color: #72BB47 !important;
}
div.vois-tabulator.form-mode-write div.tabulator-headers {
  background-color: #72BB47 !important;
  color: white;
}
div.vois-tabulator.form-mode-write .tabulator-row-even {
  background-color: rgba(114, 187, 71, 0.2);
}
div.vois-tabulator.form-mode-write .tabulator-row-even .tabulator-cell.tabulator-frozen {
  background-color: white !important;
}
div.vois-tabulator.form-mode-edit div.tabulator-header-contents {
  background-color: #F7A207 !important;
}
div.vois-tabulator.form-mode-edit div.tabulator-headers {
  background-color: #F7A207 !important;
  color: white;
}
div.vois-tabulator.form-mode-edit .tabulator-row-even {
  background-color: rgba(247, 162, 7, 0.2);
}
div.vois-tabulator.form-mode-edit .tabulator-row-even .tabulator-cell.tabulator-frozen {
  background-color: white !important;
}
.btn-primary:focus,
.is-primary:focus {
  border-color: blue !important;
}
.btn-primary,
.is-primary {
  background-color: #A1DD70 !important;
  border-color: #A1DD70 !important;
  color: white;
}
.vois-error-cell-color {
  color: #FFFFFF;
  background-color: #e90016 !important;
}
.primary-server {
  background-color: #e90016 !important;
}
.secondary-server {
  background-color: orange !important;
}
.undefined-server {
  background-color: gray !important;
}
/* v mobilnom zobrazeni sa nepouzije spravna velkost fontu */
.field-label.is-small {
  font-size: 0.75rem;
}
[data-text-after]:after {
  content: '\2003' var(--text-after) '\2003';
}
@media only screen and (max-width: 991px) {
  div.navbar-brand a[data-text-after]:after {
    content: '';
  }
}
@media only screen and (max-width: 560px) {
  .mobile-break-text {
    white-space: pre-line;
  }
}
/* info ikona z html5-qrcode */
.qr-reader img[alt="Info icon"] {
  display: none;
}
.navbar {
  padding: 0 0;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* upravy kvoli tabulator bulma */
/* bulma 0.9.4 nastavi width: auto */
/* upravy pre tabulky tabulator.js */
.tabulator {
  border-radius: 4px;
}
/*.tabulator .tabulator-tableholder {*/
/*    border:dot-dash green 3px;*/
/*    border-radius:16px;*/
/*}*/
/*.tabulator .tabulator-tableholder .tabulator-table {*/
/*    border:solid red 4px;*/
/*    border-radius:6px;*/
/*}*/
.tabulator-header-menu-container {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 12px;
  width: max-content;
  min-height: 12px;
  height: max-content;
}
.tabulator-header-menu {
  display: none;
  background: red;
  color: white;
  font-size: 0.875rem;
  padding: 1px 3px;
}
.tabulator-header-menu-container:hover .tabulator-header-menu {
  display: block;
}
.tabulator-menu-item-in-global-menu,
.tabulator-menu-item-in-actions-col-menu {
  padding: 2px 10px 2px 3px !important;
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.tabulator-menu-item-in-global-menu .icon,
.tabulator-menu-item-in-actions-col-menu .icon {
  height: 1.2rem;
  width: 1.2rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.tabulator-menu-item-in-global-menu .icon i,
.tabulator-menu-item-in-actions-col-menu .icon i {
  min-height: 10px;
}
.tabulator-menu-item-in-settings {
  padding: 4px 3px !important;
  font-size: 0.875rem;
  display: flex;
  width: max-content;
}
.header-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.header-menu-wrapper {
  cursor: pointer;
}
.tabulator.vois-tabulator .tabulator-row .tabulator-cell:has(svg) {
  padding: 2px 4px;
}
.tabulator.vois-tabulator .tabulator-row .tabulator-cell svg {
  height: var(--table-height-svg);
  display: block;
  margin: auto;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  /* stroke: transparent; */
  stroke: #fff;
}
@media only screen and (min-width: 1200px) {
  .tabulator-row .tabulator-cell {
    padding: 10px 10px 10px 10px;
  }
}
/*.tabulator-row.tabulator-selected {*/
/*    background-color: rgba(233, 0, 22, 0.3) !important;*/
/*}*/
/*.tabulator-row.tabulator-selected:hover {*/
/*background-color: rgba(233, 0, 22, 0.5) !important;*/
/*}*/
.tabulator-row.tabulator-selected {
  background-color: var(--tabulator-active-row-bg-color) !important;
  color: white;
}
.tabulator-row.tabulator-selected .tabulator-cell.tabulator-frozen {
  background-color: white !important;
  color: inherit !important;
}
.tabulator-row.tabulator-selected:hover {
  background-color: var(--tabulator-active-row-bg-color) !important;
  opacity: 0.8;
  color: white;
}
.tabulator-row.tabulator-selected:hover .tabulator-cell.tabulator-frozen {
  background-color: white !important;
  color: inherit !important;
}
.tabulator-col-title {
  font-weight: 500;
}
div.tabulator-row {
  font-size: 13px;
}
/* takmer minimalisticka verzia tabulator-a - zaciatok */
.tabulator.vois-tabulator .tabulator-row .tabulator-cell {
  padding: 0.35em 5px;
}
.tabulator.vois-tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0.35em 5px;
}
.tabulator.vois-tabulator .tabulator-header .tabulator-col.tabulator-sortable:not([aria-sort="none"]) .tabulator-col-title {
  padding-right: 16px;
}
.tabulator.vois-tabulator .tabulator-footer {
  padding: 0.1em 0.2em;
  font-size: 13px;
}
.tabulator.vois-tabulator .tabulator-footer .tabulator-page {
  padding: calc(0.375em - 1px) 0.4em;
  font-size: 13px;
}
/* takmer minimalisticka verzia tabulator-a - koniec */
/* minimalisticka verzia tabulator-a - zaciatok */
.tabulator.minimalistic .tabulator-row .tabulator-cell {
  padding: 1px 2px;
}
.tabulator.minimalistic .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0.3em 0.2em;
}
.tabulator.minimalistic .tabulator-header .tabulator-col.tabulator-sortable:not([aria-sort="none"]) .tabulator-col-title {
  padding-right: 16px;
}
.tabulator.minimalistic .tabulator-footer {
  padding: 0.1em 0.2em;
  font-size: 13px;
}
.tabulator.minimalistic .tabulator-footer .tabulator-page {
  padding: calc(0.375em - 1px) 0.4em;
  font-size: 13px;
}
/* minimalisticka verzia tabulator-a - koniec */
.tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
  display: none;
}
.tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-title {
  padding-right: 0;
}
.tabulator-cell.matrixCell {
  white-space: pre-line;
}
.tabulator-row.row-sklad-vydajka {
  background-color: rgba(255, 0, 0, 0.05);
}
.tabulator-row.row-sklad-prijemka {
  background-color: rgba(0, 255, 0, 0.05);
}
.tabulator-row.row-sklad-prevodka {
  background-color: rgba(255, 255, 0, 0.15);
}
.tabulator-row.row-sklad-prevodka-inventura {
  background-color: rgba(0, 0, 0, 0.15);
}
.tabulator-row.row-sklad-zostava {
  background-color: rgba(0, 119, 204, 0.4);
}
.tabulator-row .tabulator-cell.code-fmt-error {
  background-color: #ffc458;
}
.tabulator-cell.matrixCell.self-cell {
  background-color: lightblue !important;
}
.tabulator-row.pallete-is-full .tabulator-cell,
.tabulator-row.invalid .tabulator-cell {
  text-decoration: line-through;
}
.tabulator-row.pallete-do-not-use .tabulator-cell {
  text-decoration: line-through;
  text-decoration-color: red;
}
.tabulator-row .tabulator-cell.tabulator-frozen {
  background-color: white;
}
.tabulator .tabulator-header .tabulator-frozen {
  background-color: inherit;
}
.tabulator-header-contents,
.tabulator-table {
  font-size: 0.875rem;
}
.tabulator-row.self-row {
  background-color: yellow !important;
}
.tabulator-row.tabulator-selected.self-row {
  background-color: greenyellow !important;
}
.tabulator-row.tabulator-selected.self-row .tabulator-cell.tabulator-frozen {
  background-color: white !important;
}
.tabulator-header-filter input[type="search"] {
  font-size: smaller;
}
/* popup okno pre search policka */
.tabulator-edit-list.tabulator-popup-container {
  font-size: smaller;
}
/* upravy pre tabulky datatables.js */
.table td,
.table th {
  /* padding: 0.5em 0.75em; */
  /* padding: unset; */
  padding: 3px 3px;
}
/* tabs */
.tabs-with-content .tabs:not(:last-child) {
  margin-bottom: 0;
}
div.tabs-with-content {
  height: 100%;
}
.tabs-with-content .tab-content {
  padding: 1rem;
  display: none;
  border-radius: 4px;
}
.tabs-with-content .tab-content.is-active {
  /* display: block; */
  display: flex;
  flex-direction: column;
  /* padding-bottom: 0px; */
}
div.tabs-with-content section {
  height: 100%;
}
div.tabs-content {
  height: calc(100% - 2rem - 8px);
  /* 2rem = 2 * 1rem padding, 8px = dvojriadkove nazvy v tabs */
}
@media only screen and (min-height: 600px) {
  div.tabs-with-content section div.columns {
    /* height: 100%; */
    height: calc(100% + 2rem);
    /* 2rem = 2 * 1rem padding */
  }
}
/*
.columns {
	flex-grow: 1; 
}
*/
div.tabs-with-content div.tabs li.disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: lightgrey;
}
div.HlasenieVyrobnychOperacii .tabs.is-toggle li.is-active a {
  background-color: #e90016 !important;
}
div.HlasenieVyrobnychOperacii .tabs.is-toggle li:not(.is-active) span.data-text {
  color: #e90016 !important;
  /* font-weight: bolder; */
}
span.disabled {
  pointer-events: none;
  display: none;
}
.columnItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
button[name="automatika"].automatika {
  background-color: lightgreen;
}
/* bulma multiline button-s */
.button.is-multiline {
  min-height: 2.25em;
  white-space: unset;
  height: auto;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  /* ako .button.is-multiline */
  .button.is-multiline-auto:not(.button-no-wrap) {
    min-height: 2.25em;
    white-space: unset;
    height: auto;
    flex-direction: column;
  }
}
/** This isn't the actual suggested CSS - but it is just a quick fix to replicate the functionality**/
.button.is-multiline .icon {
  margin: 0! important;
}
/* input type="file" workaround pre focus, https://github.com/jgthms/bulma/issues/1690

.file-input
  &:focus
    + .file-cta
      border-color: $input-focus-border-color

.file
  &:focus-within
    border-radius: $file-radius
    box-shadow: $input-focus-box-shadow-size $input-focus-box-shadow-color

 */
.file-input:focus + .file-cta {
  border-color: hsl(229, 53%, 53%);
}
.file:focus-within {
  border-radius: 4px;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.container-ramcek {
  border: 1px solid #dbdbdb;
  border-style: ridge;
  border-radius: 4px;
}
.container-ramcek-top {
  border: 1px solid #dbdbdb;
  border-style: ridge;
  border-radius: 4px 4px 0px 0px;
}
.container-ramcek-bottom {
  border: 1px solid #dbdbdb;
  border-style: ridge;
  border-radius: 0px 0px 4px 4px;
}
.horizontal-center {
  align-items: center;
}
/* namiesto <fieldset> */
.fieldset {
  border: 2px groove threedface;
  padding: 0.7em;
}
.fieldset > h1 {
  float: left;
  margin: -1.7em 0 0;
  padding: 0 0.5em;
  background: #fff;
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (min-width: 601px) {
  .iziToast-buttons.buttons-bottom {
    float: unset !important;
  }
}
/* tabulka sprav z BE */
.messages-popup {
  display: none;
  flex-flow: column;
  position: fixed;
  top: 30px;
  min-height: 120px;
  height: min(30vh, 250px);
  width: min(98vw, 550px);
  right: 2px;
  background-color: red;
  border: 3px solid #f1f1f1;
  z-index: 100;
}
.messages-popup > .header {
  flex: 0 1 auto;
  display: flex;
  background: transparent;
  color: white;
  font-size: 12px;
  align-items: center;
}
.messages-popup > .header > .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
  margin-bottom: 0px;
  color: inherit;
  font: inherit;
  background: inherit;
}
.messages-popup > .content {
  background: white;
  flex: 1 1 auto;
}
.messages-popup > .header > button {
  flex-shrink: 0;
  padding: calc(0.5em - 1px);
  color: inherit;
  font: inherit;
  background: inherit;
}
.messages-popup .tabulator-cell {
  padding: 2px 6px;
}
/* toggle, upravena kopia z tabulator-a */
.responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  font-weight: bold;
  font-size: 1.1em;
}
.responsive-collapse-toggle:hover {
  opacity: 0.7;
  cursor: pointer;
}
.responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
.responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}
.responsive-collapse-toggle.mixed .tabulator-responsive-collapse-toggle-open,
.responsive-collapse-toggle.mixed .tabulator-responsive-collapse-toggle-close {
  display: none;
}
.responsive-collapse-toggle svg {
  stroke: #fff;
}
.responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}
/* toggle koniec */
.uppercase-value {
  text-transform: uppercase;
}
/* nevyhodou je, ze font je tucny */
select.fontawesome-in-select {
  font-family: 'Font Awesome 5 Free', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
select.fontawesome-in-select option {
  font-family: 'Font Awesome 5 Free', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
div.tabulator-cell:has(div.tabulator-cell-row-actions) {
  padding: 3px 3px 0px 3px !important;
}
.header-actions-wrapper *.is-disabled {
  opacity: 0.6;
  fill: #444444 !important;
}
.header-actions-wrapper *.is-hidden {
  opacity: 0;
  display: unset !important;
  pointer-events: none;
}
.tabulator-cell-row-actions {
  display: flex;
  justify-content: left;
}
.tabulator-cell-row-actions > * {
  padding: 0px 3px;
}
.tabulator-cell-row-actions > *.is-disabled {
  opacity: 0.6;
  fill: #444444 !important;
}
.tabulator-cell-row-actions > *.is-hidden {
  opacity: 0;
  display: unset !important;
  pointer-events: none;
}
.tabulator-cell-row-actions > *:not([name="calc"]).is-editing {
  opacity: 0;
  display: none !important;
}
.tabulator-cell-row-actions img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(19%) saturate(3014%) hue-rotate(174deg) brightness(93%) contrast(75%);
}
.tabulator-cell-row-actions img.is-disabled {
  filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(22%) hue-rotate(51deg) brightness(88%) contrast(93%);
}
.tabulator-calcs-holder {
  margin: 0 !important;
}
div.tabulator-row[manual-entry-calculated-value="true"] div.tabulator-cell[manual-entry-calculated-value]:not([is-na]),
div.tabulator-cell[manual-entry-calculated-value="true"]:not([is-na]) {
  background-color: yellow;
  color: black;
}
div.tabulator-row[manual-entry-calculated-value="true"] div.tabulator-cell[manual-entry-calculated-value]:not([is-na]).tabulator-validation-fail,
div.tabulator-cell[manual-entry-calculated-value="true"]:not([is-na]).tabulator-validation-fail {
  background-color: orange;
}
.vois-row-no-checkbox div.tabulator-cell:has(.cell-checkbox),
.vois-row-gui-state-no-check div.tabulator-cell:has(.cell-checkbox) {
  /* aj tak je tu zly kurzor */
  pointer-events: none;
  cursor: default !important;
}
.vois-row-no-checkbox div.tabulator-cell > .cell-checkbox,
.vois-row-gui-state-no-check div.tabulator-cell > .cell-checkbox {
  display: none;
  pointer-events: none;
}
.vois-row-gui-state-summary {
  font-weight: bold;
  font-size: medium;
  background: #F7A207;
  border-top: 1px solid #000;
}
.vois-row-gui-state-summary div.tabulator-cell > .tabulator-cell-row-actions {
  display: none;
}
div[name^="tbl"].vois-form-table .vois-row-gui-state-summary,
div[name^="tbl"].vois-form-table .tabulator-footer .tabulator-calcs-holder,
div[name^="tbl"].vois-form-table .tabulator-header-contents .tabulator-calcs-holder {
  font-weight: bold;
  font-size: medium;
  background-color: #F7A207 !important;
  border-top: 1px solid #000;
}
div[name^="tbl"].vois-form-table .vois-row-gui-state-summary div.tabulator-cell,
div[name^="tbl"].vois-form-table .tabulator-footer .tabulator-calcs-holder div.tabulator-cell,
div[name^="tbl"].vois-form-table .tabulator-header-contents .tabulator-calcs-holder div.tabulator-cell {
  border-right: 1px solid #dbdbdb;
}
div[name^="tbl"].vois-form-table .vois-row-gui-state-summary div.tabulator-cell.tabulator-frozen,
div[name^="tbl"].vois-form-table .tabulator-footer .tabulator-calcs-holder div.tabulator-cell.tabulator-frozen,
div[name^="tbl"].vois-form-table .tabulator-header-contents .tabulator-calcs-holder div.tabulator-cell.tabulator-frozen {
  background-color: #F7A207 !important;
}
div[name^="tbl"].vois-form-table .vois-row-gui-state-summary div.tabulator-cell > .cell-checkbox,
div[name^="tbl"].vois-form-table .tabulator-footer .tabulator-calcs-holder div.tabulator-cell > .cell-checkbox,
div[name^="tbl"].vois-form-table .tabulator-header-contents .tabulator-calcs-holder div.tabulator-cell > .cell-checkbox {
  display: none;
  pointer-events: none;
}
.cell-state-disabled {
  pointer-events: none;
}
.cell-state-disabled:not([tabulator-field="oznaceny"]) {
  opacity: 0.5;
}
.cell-state-disabled[tabulator-field="oznaceny"] > * {
  opacity: 0.5;
}
.cell-state-hidden > * {
  display: none;
}
.vois-editable-cell-value:not(.tabulator-editing):not(.vois-required-cell-value) {
  border: 2px solid lightgreen !important;
  border-right: 2px solid lightgreen !important;
}
.vois-required-cell-value {
  border: 2px solid orange !important;
  border-right: 2px solid orange !important;
}
.vois-invalid-cell-value {
  border: 2px solid red !important;
}
.vois-cell-value-recalculated {
  background-color: #ffd900 !important;
  color: black;
}
/* textarea editor */
.tabulator-row .tabulator-cell.tabulator-editing:has(textarea) {
  padding: 0px !important;
}
.tabulator-row .tabulator-cell.tabulator-editing {
  border: 3px solid #1D68CD;
}
.tabulator-row .tabulator-cell.tabulator-editing[cell-hoz-align="center"] > input,
.tabulator-row .tabulator-cell.tabulator-editing[cell-hoz-align="center"] textarea {
  text-align: center;
}
.tabulator-row .tabulator-cell.tabulator-editing[cell-hoz-align="right"] > input,
.tabulator-row .tabulator-cell.tabulator-editing[cell-hoz-align="right"] textarea {
  text-align: right;
}
.tabulator-row .tabulator-cell.tabulator-editing > input {
  color: #444444;
  font-weight: bolder;
}
.tabulator-row .tabulator-cell.tabulator-editing > input[type="number"]::-webkit-outer-spin-button {
  margin-left: 6px;
}
.tabulator-row .tabulator-cell.tabulator-editing > input[type="number"]::-webkit-inner-spin-button {
  margin-left: 6px;
}
.tabulator-row .tabulator-cell.tabulator-editing:not(.vois-required-cell-value):not(.tabulator-validation-fail) {
  border-right: 2px solid #1D68CD !important;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 2px solid #dd0000;
  border-right: 2px solid #dd0000 !important;
  background-color: rgba(255, 0, 57, 0.7);
}
.vois-overlay-wrapper {
  box-sizing: border-box;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
  line-height: 1.35715;
}
.vois-invalid-message {
  white-space: pre-line;
  visibility: visible;
}
.vois-invalid-message > .vois-overlay-content {
  color: #fff;
  background-color: #d9534f;
  border-radius: 4px;
  display: inline-block;
  border-width: 0;
  padding: 8px;
  font-size: 0.85em;
  line-height: normal;
  word-wrap: break-word;
}
.vois-overlay-content {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
  outline: 0;
  overflow: clip;
}
@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    cursor: pointer;
    color: white;
    background: #555;
  }
}
.tabulator-edit-list .tabulator-edit-list-item.focused {
  background: #82BDEC;
  outline: 1px solid #1469d7;
}
.master-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.custom-text-number input {
  float: left;
  text-align: center;
  outline: none;
  padding-right: 16px !important;
}
.custom-text-number .spinners {
  position: absolute;
  right: 4px;
  width: 14px;
  background: #f0f0f0;
}
.custom-text-number .spinners button {
  float: left;
  width: 100%;
  height: 13px;
  position: relative;
  cursor: pointer;
  border: solid 1px #202020;
}
.custom-text-number .spinners button:hover {
  background: #bbbbbb;
}
.custom-text-number .spinners button:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.custom-text-number .spinners button.minus:before {
  top: 3px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.custom-text-number .spinners button.plus:before {
  bottom: 3px;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.custom-text-number .spinners button.disabled:before {
  opacity: 0.5;
}
