﻿@charset "UTF-8";
:root {
  --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-size: 13px;
  --text-color: #000;
  --dark-text-color: #fff;
  --background-color: white;
  --body-background-color: #cfd8dc;
  --surface-green-color: #f1f8f6;
  --dark-background-color: #084e66;
  --neutral-dark-background-color: #b0bec5;
  --error-red-color: #b00020;
  --green-color: #2e7d32;
  --darker-background-color: #084E66;
  --neutral-light-background-color: #e0e6e8;
  --primary-light-background-color: #0d7ba3;
  --primary-dark-background-color: #084E66;
  --primary-darkest-background-color: #063a4d;
  --row-selected-color: #80CBC4;
  --row-hover-color: #b2dfdb;
  --default-outline-color: #78909c;
  --tab-text-color: var(--text-color);
  --tab-background-color: white;
  --tab-border-color: var(--default-outline-color);
  --tab-selected-text-color: #0A6180;
  --tab-selected-background-color: var(--surface-green-color);
  --tab-font-size: 13px;
  --tab-expanded-background: var(--table-header-background-color);
  --tab-secondary-background-color: var(--surface-green-color);
  --table-border: 1px solid var(--default-outline-color);
  --table-cell-border-color: #eceff1;
  --table-header-background-color: var(--neutral-dark-background-color);
  --table-header-text-color: var(--text-color);
  --table-row-odd-background-color: white;
  --table-row-even-background-color: var(--neutral-light-background-color);
  --table-row-hover-background-color: var(--row-hover-color);
  --table-row-selected-background-color: var(--row-selected-color);
  --table-row-last-border: 1px solid var(--default-outline-color);
  --table-container-background-color: white;
  --table-cell-padding: 1px 5px 1px 3px;
  --table-header-cell-padding: 1px 5px 1px 3px;
  --table-header-filterActive-color: #084E66;
  --view-header-text-color: var(--dark-text-color);
  --view-header-background-color: var(--primary-light-background-color);
  --card-background-color: white;
  --select-selected-background-color: var(--row-selected-color);
  --select-selected-color: var(--text-color);
  --wrap-view-small-min-height: 500px;
  --wrap-view-small-min-width: 800px;
  --resizer-color: #90a4ae;
  --resizer-background-color: #c1ccd1;
  --resizer-background-secondary-color: #e6ecea;
  --resizer-hover-color: #0a618028;
  --toggler-closed-color: var(--dark-background-color);
  --general-none: none;
  --label-Bline-background-color: var(--background-color);
  --spinner-loading-background-color: rgba(0, 0, 0, 0.3);
}

#contentwrapper {
  margin-top: 0;
  padding-top: 8px;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--body-background-color);
}

.main_content {
  background-color: var(--body-background-color);
}

/* --- Button color variables for clarity --- */
/*Sass fil där endast taggar som stylas för att se lika ut igenom hela programmet. 
Gäller speciella tags som progress. Inte vanliga som div, p label osv..*/
progress[value] {
  background: lightgrey;
  border-radius: 2px;
  color: #68b23b;
  max-width: 80%;
}

progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left, #b4d59a, #68b23b);
  border-radius: 2px;
}

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #b4d59a, #68b23b);
  border-radius: 2px;
}

.img-dateArrow {
  height: 6px;
  vertical-align: top;
  text-align: left;
}

.img-autoSize {
  max-width: 100%;
  height: auto;
  width: auto;
}

.img-symbol {
  height: 27px;
  width: 27px;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
}

.img-radius {
  border-radius: 5px;
}

.img-keep-ratio {
  background-size: contain;
  background-repeat: no-repeat;
}

.img-preview-product {
  width: 300px;
  height: 100%;
  min-height: 200px;
  background-position: left;
}

.box-base, .listbox-small, .listbox-medium, .listbox-large, .listbox-XLarge, .dropdownlist-small, .dropdownlist-medium, .dropdownlist-large, .dropdownlist-XLarge, .textbox-XXsmall, .textbox-Xsmall, .textbox-small, .textbox-medium, .textbox-large, .textbox-XLarge, .textbox-XXLarge, .textbox-XXXLarge {
  margin: 2px 2px 2px 6px;
  min-height: 20px;
  border: 1px solid var(--default-outline-color);
  border-radius: 4px;
  padding-right: 2px;
  min-width: 30px;
}

.textbox-grid {
  margin: 2px 2px 2px 6px;
  border: 1px solid var(--default-outline-color);
  border-radius: 4px;
  padding-right: 2px;
}

.textbox-XXXLarge {
  max-width: 665px;
  width: 100%;
}

.textbox-XXLarge {
  max-width: 550px;
  width: 100%;
}

.textbox-XLarge {
  max-width: 450px;
  width: 100%;
}

.textbox-large {
  max-width: 300px;
  width: 100%;
}

.textbox-medium {
  max-width: 200px;
  width: 100%;
}

.textbox-small {
  max-width: 140px;
  width: 100%;
}

.textbox-Xsmall {
  max-width: 80px;
  width: 100%;
}

.textbox-XXsmall {
  max-width: 50px;
  width: 100%;
}

.marg-aroundTxtbx {
  margin: 2px 2px 2px 6px;
}

.upperCase {
  text-transform: uppercase;
}

.upperCaseFirstLetter {
  text-transform: capitalize;
}

.dropdownlistStyle {
  width: auto;
  min-width: 120px;
  height: auto;
  vertical-align: central;
  text-align: left;
  margin: 2px 2px 2px 6px;
  border: 1px solid var(--default-outline-color);
  border-radius: 4px;
}

.dropdownlist-XLarge {
  width: 300px;
}

.dropdownlist-large {
  width: 200px;
}

.dropdownlist-medium {
  width: 110px;
}

.dropdownlist-small {
  width: 50px;
}

.listbox-XLarge {
  width: 300px;
  padding-left: 5px;
}

.listbox-large {
  width: 250px;
  padding-left: 5px;
}

.listbox-medium {
  width: 200px;
  padding-left: 5px;
}

.listbox-small {
  width: 140px;
  padding-left: 5px;
}

.box-checkbox, .box-checkbox-label {
  border-radius: 4px;
  vertical-align: top;
}

.box-checkbox-center {
  text-align: center;
  vertical-align: middle;
}

.box-checkbox-label {
  position: relative;
  bottom: 2px;
  min-height: 20px;
}

.box-textarea {
  margin: 2px 2px 2px 6px;
  width: 100%;
  height: 100%;
  resize: none;
  overflow: auto;
  border: 1px solid var(--default-outline-color);
}

select.lb-select-part option {
  background-color: #DDDDDD;
  border: 1px solid SILVER;
}

/* select alternating items starting with the second item */
select.lb-select-part option:nth-of-type(2n) {
  background-color: white;
  border: none;
}

select option:focus,
select option:active,
select option:checked {
  background: var(--select-selected-background-color) !important;
  color: var(--select-selected-color);
}

.box-checkbox-unavailable {
  color: #a4a3a3;
}

.box-hide {
  border: none;
  background-color: transparent;
}

.groc-specialSize {
  padding: 10px;
  margin: 0px 10px;
}

.popUp--active {
  display: block;
}

.popUp--none {
  display: none;
}

.popUp-box {
  position: absolute;
  z-index: 80;
  padding: 4px 0 2px 0;
  width: 170px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
  left: 150px;
}

.info-box {
  color: darkblue;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid blue;
  padding: 3px 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.warning-box {
  color: #a75e07;
  font-size: 13px;
  background: #fff3e4;
  border-radius: 5px;
  border: 1px solid #a75e07;
  padding: 3px 5px;
  margin-top: 2px;
}

.cl-switch {
  float: right;
  margin-right: 20px;
}

.cl-switch .switcher {
  display: inline-block;
  border-radius: 100px;
  width: 35px;
  height: 15px;
  background-color: lightgrey;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.cl-switch input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.cl-switch input[type=checkbox]:checked + .switcher {
  background-color: #b0bec5;
}

.cl-switch input[type=checkbox]:checked + .switcher:before {
  left: 60%;
  margin-right: -20px;
  background-color: #0A6180;
}

.cl-switch .switcher:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #545556;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-top: -2.5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cl-switch .label {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
}

.switchInfoText {
  margin-top: 20px;
  height: 20px;
  line-height: 22px;
  color: #736b6b;
}

.matilta-settings-list-box {
  margin: 0px;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 210px);
  overflow: auto;
}

.label-standard, .label-textbox-space, .label-textbox {
  text-align: left;
  padding: 5px;
  height: 20px;
  display: inline-block;
}

.label-box {
  margin: 2px 2px 2px 6px;
  min-height: 20px;
  padding-right: 2px;
  min-width: 30px;
}

.labelStyle {
  min-width: 50px;
  width: auto;
  margin: 2px 2px 2px 2px;
  height: auto;
  vertical-align: central;
  text-align: left;
}

.label-textbox {
  display: table-cell;
}

.label-wrap, .label-textbox {
  flex: none;
  flex-basis: auto;
  font-weight: 500;
}

.label-textbox-space {
  display: table-cell;
  padding-right: 150px;
}

.label-inside-borderline {
  background-color: #fff;
}

.label-inside-Bline-green {
  background-color: var(--label-Bline-background-color);
}

.label-inside-Bline-grey {
  background-color: #f1f1f1;
}

.label-borderline, .label-inside-borderline, .label-inside-Bline-green, .label-inside-Bline-grey {
  position: absolute;
  top: -8px;
  left: 5px;
  padding: 0px 5px 0px 5px;
}

.label-deletedStamp {
  font-family: Stencil;
  color: red;
  font-size: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  -ms-transform: rotate(-20deg); /* IE 9 */
  -webkit-transform: rotate(-20deg); /* Safari */
  transform: rotate(-20deg); /* Standard syntax */
  opacity: 0.4;
}

.label-bigTitle-text {
  font-size: 20px;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
}

.label-textbox-button-wrapper {
  vertical-align: bottom;
}

.wrap-standard-all {
  box-sizing: border-box;
  color: #000000;
  font-size: var(--font-size);
  font-family: var(--font-family);
  height: 100%;
  width: 100%;
  padding-bottom: 0px;
}
.wrap-standard-all label {
  font-size: var(--font-size);
  font-family: var(--font-family);
}
.wrap-standard-all textarea {
  font-size: var(--font-size);
  font-family: var(--font-family);
}
.wrap-standard-all select {
  font-size: var(--font-size);
  font-family: var(--font-family);
}
.wrap-standard-all a:hover, .wrap-standard-all a:active {
  text-decoration: none;
  color: #000000;
}
.wrap-standard-all a:link {
  text-decoration: none;
  color: inherit;
  font-size: var(--font-size);
  font-family: var(--font-family);
}
.wrap-standard-all input[type=checkbox] {
  margin: 0px;
  font-size: var(--font-size);
  font-family: var(--font-family);
}
.wrap-standard-all input {
  height: auto;
  font-family: var(--font-family);
}
.wrap-standard-all input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.wrap-standard-all t-table {
  font-size: 10px;
}
.wrap-standard-all option {
  padding-left: 0px;
  margin-left: 0px;
  font-size: var(--font-size);
  font-family: var(--font-family);
}

.border, .wrap-border, .wrap-border-radius, .wrap-background-white-grid, .wrap-background-white-grid-new, .wrap-background-green-grid, .wrap-background-white-box {
  border: 1px solid var(--default-outline-color);
}

.b-radius, .wrap-border-white-radius, .wrap-border-radius-dashed, .wrap-border-radius, .wrap-background-white-grid, .wrap-background-white-grid-new, .wrap-background-green-grid, .wrap-background-white-box {
  border-radius: 4px;
}

.gap {
  padding: 5px;
  height: 20px;
}

.gap-middle {
  line-height: 20px;
}

.wrap-background-white, .wrap-background-white-box, .wrap-background-white-sideMenu {
  background-color: #fff;
  border: 1px solid var(--default-outline-color);
}

.wrap-background-white-sideMenu {
  border-radius: 4px;
  padding-bottom: 3px;
  padding-top: 6px;
  width: 100%;
}

.wrap-background-green {
  padding: 10px;
  background-color: var(--tab-selected-background-color);
  height: 100%;
}

.wrap-background-grey {
  padding: 10px;
  background-color: #f1f1f1;
  height: 100%;
}

.wrap-background, .wrap-background-white, .wrap-background-white-sideMenu, .wrap-background-white-box, .wrap-background-green-border, .wrap-background-standardGrey, .wrap-background-lightgrey {
  padding: 2px 8px 4px 6px;
  border: 2px solid var(--default-outline-color);
  position: relative;
  width: auto;
}

.wrap-background-lightgrey {
  background: linear-gradient(#cfd0d2, #fff);
  border-top: 0;
}

.wrap-background-standardGrey {
  background-color: #f1f1f1;
}

.wrap-background-green-border {
  background-color: var(--tab-selected-background-color);
}

.wrap-border, .wrap-border-radius, .wrap-background-white-grid, .wrap-background-white-grid-new, .wrap-background-green-grid, .wrap-background-white-box {
  height: auto;
  width: auto;
}

.wrap-border-radius-dashed {
  border: 1px dashed var(--default-outline-color);
}

.wrap-border-white-radius {
  height: auto;
  width: auto;
  border: 3px solid #fff;
}

.wrap-background-green-grid {
  padding: 10px;
  margin: 10px;
  background-color: var(--tab-selected-background-color);
}

.wrap-background-white-grid, .wrap-background-white-grid-new {
  padding: 10px;
  margin: 10px;
  background-color: #fff;
}

.wrap-background-small-button {
  height: auto;
  width: auto;
  text-align: right;
}

.wrap-table {
  flex: 1;
  padding: 0px;
  margin: 0px;
  width: auto;
  font-size: 0.9em;
}

.wrap-footer, .wrap-inner-buttons-right, .wrap-inner-buttons-left, .wrap-footer-buttons-right, .wrap-footer-buttons-left {
  height: auto;
  width: auto;
  margin: 10px 20px 10px 10px;
}

.wrap-center-page {
  max-width: 500px;
  padding: 10px 20px;
}

.wrap-center-page-table {
  margin: 0 auto;
  max-width: 500px;
  padding: 10px 20px;
}

.wrap-center-bigPage {
  max-width: 1000px;
  max-height: 700px;
  margin: auto;
}

.wrap-BaseBColor {
  background-color: #f1f1f1;
}

.wrap-BaseGradColor {
  background: linear-gradient(#ffffff, #E3E3E3, #C0C0C0); /* standard */
  background: rgb(240, 240, 240) \9 ; /* IE8 and below */
  height: 100%;
  padding: 10px;
}

.wrap-footer-buttons-left {
  text-align: left;
  padding-bottom: 10px;
}

.wrap-footer-buttons-right {
  text-align: right;
}

.wrap-inner-buttons-left {
  margin: 0px 10px 0px 20px;
  text-align: left;
}

.wrap-inner-buttons-right {
  margin: 0px 20px 0px 10px;
  text-align: right;
}

.wrap-popup-buttons {
  z-index: 10;
  background: linear-gradient(#cfd0d2, #fff);
}

.wrap-disable {
  opacity: 0.6;
  pointer-events: none;
}

.wrap-view-small {
  min-height: var(--wrap-view-small-min-height);
  min-width: var(--wrap-view-small-min-width);
}

.wrap-standard-small {
  padding: 18px;
}

.tab-expanded {
  height: 25px;
  width: auto;
  background: var(--tab-expanded-background);
  border-radius: 4px;
}

.tab-expanded-button {
  height: 25px;
  max-width: 25px;
  background: var(--tab-expanded-background);
  border: 0px;
  border-right: 1px solid #cdc1c1;
  border-top-left-radius: 4px;
  padding: 3px;
  color: #87888b;
  vertical-align: middle;
}

.tab-tabRow-base, .tab-tabRow-left, .tab-tabRow, .tab-vertical-right-row {
  text-align: left;
  list-style: none;
  padding: 0;
  line-height: 24px;
  overflow: hidden;
  position: relative;
}

.tab-tabRow, .tab-vertical-right-row {
  margin: 0px 20px 0px 8px;
  height: 26px;
}

.tab-tabRow-left {
  margin: 0px 0px 0px 8px;
}

.tab-tabRow li:first-child, .tab-vertical-right-row li:first-child {
  margin: 0px;
}

.tab-tabRow:before, .tab-vertical-right-row:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #aaa;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  z-index: 1;
}

.tab-tabRow-left:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  z-index: 1;
}

.tab-tabRow li:last-child:after, .tab-vertical-right-row li:last-child:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 0px 0px;
  box-shadow: 0px 0px 0 #d1d1d1;
}

.tab-vertical-right-row {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin: 0px 0px 0px 6px;
  transform: rotate(90deg);
  display: inline-table;
  width: 100%;
  left: 100%;
  top: 0px;
  min-width: 300px;
}

.tab-vertical-right-row:before, .tab-vertical-left-row:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #aaa;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  z-index: 1;
  border-bottom: 0px;
}

.tab-vertical-right-row li:last-child:after {
  right: -6px;
  border-width: 0 0 0px 0px;
  box-shadow: 0px 0px 0 #d1d1d1;
}

.tab-vertical-left-row {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin: 0px;
  transform: rotate(270deg);
  display: inline-table;
  width: 100%;
  left: 10%;
  bottom: 0%;
  min-width: 300px;
  text-align: right;
}

.tab-vertical-left-row li:last-child:after {
  right: -6px;
  border-width: 0 0 0px 0px;
  box-shadow: 0px 0px 0 #d1d1d1;
}

.tab-tabCell-base, .tab-tabCell-left-notEnable, .tab-tabCell-left, .tab-tabCell-notEnable, .tab-tabCell {
  border: 1px solid #aaa;
  background: #d1d1d1;
  background: -o-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background: -moz-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background: -webkit-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background: linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  position: relative;
  z-index: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #fff;
  text-shadow: 0 1px #fff;
  margin: 0 -5px;
  padding: 0 20px;
}

.tab-tabCell {
  border-top-left-radius: 3px;
  border-top-right-radius: 14px;
  display: inline-block;
}

.tab-tabCell-notEnable {
  background: #a9a5a5;
  background: -o-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -ms-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -moz-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -webkit-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 14px;
  display: inline-block;
}

.tab-tabCell-left {
  border-bottom: 1px solid #aaa;
  border-top-left-radius: 3px;
  margin: 0px;
}

.tab-tabCell-left-notEnable {
  background: #a9a5a5;
  background: -o-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -ms-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -moz-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: -webkit-linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  background: linear-gradient(top, #ececec 10%, #a9a5a5 100%);
  border-bottom: 1px solid #aaa;
  border-top-left-radius: 3px;
  margin: 0px;
}

.tab-tabCell-left:before,
.tab-tabCell-left:after .tab-tabCell:before,
.tab-tabCell:after {
  border: 1px solid #aaa;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}

.tab-tabCell-left:before .tab-tabCell:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #d1d1d1;
}

.tab-tabCell-left:after .tab-tabCell:after {
  right: -7px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #d1d1d1;
}

.tab-tabCell.tab-selected-tab {
  background: var(--tab-selected-background-color);
  color: var(--tab-selected-text-color);
  z-index: 2;
  border-bottom-color: var(--tab-border-color);
  border-bottom-color: transparent;
  font-weight: bold;
}

.tab-tabCell-left.tab-selected-tab-left {
  background: var(--tab-background-color);
  color: var(--tab-selected-text-color);
  z-index: 2;
  border-right-color: var(--tab-border-color);
  font-weight: bold;
  box-shadow: none;
}

.tab-tabCell.tab-selected-tab:before {
  box-shadow: 2px 2px 0 var(--tab-border-color);
}

.tab-tabCell-left.tab-selected-tab-left:before {
  box-shadow: 2px 2px 0 var(--tab-border-color);
}

.tab-tabCell.tab-selected-tab:after {
  box-shadow: -2px 2px 0 var(--tab-border-color);
}

.tab-tabCell-left.tab-selected-tab-left:after {
  box-shadow: -2px 2px 0 var(--tab-border-color);
}

.tab-content-list {
  margin: 0px;
  padding: 0px;
  margin-right: 20px;
  margin-left: 8px;
}

.tab-borderParent {
  border: 1px solid #aaa;
  border-radius: 2px;
  position: relative;
}

.tab-borderChild {
  position: absolute;
  top: 1px;
  left: -1px;
  width: 1px;
  height: 29%;
  background-color: var(--tab-border-color);
}

.tab-container {
  display: flex;
}

.tab {
  font-size: 13px;
  color: var(--tab-text-color);
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border: 1px solid var(--tab-border-color);
  background-color: var(--tab-background-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  cursor: pointer;
}

.tab-vertical {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
  width: 22px;
  border: 1px solid #aaa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: none;
  cursor: pointer;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.tab-selected {
  font-weight: 600;
  color: var(--tab-selected-text-color);
  background: var(--tab-selected-background-color);
  border-bottom-color: transparent;
}

.tab-text {
  align-items: center;
  white-space: nowrap;
}

.tab-CloseSymbol {
  width: 13px;
  height: 13px;
  background-image: url("../../Images/CloseSymbol1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px;
  align-self: center;
}

.tab-txtbox {
  text-shadow: 0 1px #fff;
  font-weight: bold;
}

.context-menu, .context-menu-small {
  position: absolute;
  z-index: 80;
  padding: 4px 0 2px 0;
  width: 170px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu-small {
  width: 120px;
}

.context-menu--active {
  display: block;
}

.context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.context-menu__item {
  display: block;
  margin-bottom: 4px;
}

.context-menu__item:last-child {
  margin-bottom: 0;
}

.context-menu__link, .context-menu__link-unavailable {
  display: block;
  padding: 4px 12px;
  color: #222;
  text-decoration: none;
}

.context-menu__link-unavailable {
  color: #a4a3a3;
}

.context-menu__link:hover, .context-menu__link-unavailable:hover {
  color: #fff;
  background-color: var(--tab-selected-background-color);
}

.smallPage-menuTop-text {
  font-weight: bold;
  color: var(--view-header-text-color);
  background: var(--view-header-background-color);
  padding: 5px 40px 5px 5px;
}

.smallPage-menuTop {
  padding: 0px;
  border-top: 0px;
}

#tabCenter {
  position: relative;
}
#tabCenter .scroll-left,
#tabCenter .scroll-right {
  display: block;
  position: absolute;
  top: 0;
  height: 25px;
}
#tabCenter .scroll-left {
  left: 0;
}
#tabCenter .scroll-right {
  right: 0;
}

#center-tab-container {
  overflow: hidden;
}

.wrap-content {
  margin-top: 8px;
}

.home-tab-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../Images/Next/home_tab.png");
}

.button-small-standard {
  border-radius: 156px;
  width: auto;
  height: 28px;
  border: 0px;
  background-color: transparent;
  padding: 4px 4px 4px 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button-small-standard-form, .button-small-standard-oblong, .button-small-standard-round, .button-small-standard-round-transformed {
  display: inline-block;
  behavior: url(PIE.htc);
  background: linear-gradient(#fff, #9cd200);
  border: 1px solid var(--default-outline-color);
  padding-top: 2px;
  vertical-align: middle;
}

.button-small-shadow:hover {
  background-color: #ddd;
}

.button-small-shadow {
  background-color: transparent;
}

.button-small-standard-radioButton {
  font-size: 12px;
  padding-top: 2px;
  padding: 5px;
}

.button-small-standard-text, .button-small-standard-text-link {
  margin: 0px 0px 3px 0px;
  font-size: 13px;
  display: inline-block;
  vertical-align: super;
}

.button-small-checkCross {
  font-weight: 900;
  font-size: 13px;
  padding-right: 5px;
}

.button-small-standard-text-link {
  padding: 0px 10px 0px 6px;
}

.button-small-standard-round, .button-small-standard-round-transformed {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.button-small-standard-oblong {
  width: auto;
  height: auto;
  border-radius: 5px;
  border: 1px solid #9D9D9D;
}

.button-small-standard-square {
  background: linear-gradient(#fff, #cfd0d2);
  border: 1px solid #949494;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 0px;
  vertical-align: middle;
}

.button-small-standard-round-transformed {
  -ms-transform: rotate(-30deg); /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
  transform: rotate(-30deg);
}

.button-popup-link {
  display: block;
  background-color: transparent;
  border: none;
}

.button-popup-link:hover {
  border: 1px solid var(--default-outline-color);
  height: auto;
  width: 100%;
  background: linear-gradient(#cfd0d2, #fff);
  text-align: left;
}

.button-link-alt {
  padding: 0;
  min-width: 22px;
  min-height: 22px;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid transparent;
  display: block;
}

.button-link-alt:hover {
  border: 1px solid var(--default-outline-color);
  background: linear-gradient(#cfd0d2, #fff);
}

.button-unavailable {
  color: #a4a3a3;
}

.button-image-unavailable {
  -webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
}

.button-totalWeight-specific-size {
  padding: 0px;
  height: 30px;
}

.button-handPoint {
  cursor: pointer;
}

.button-expand {
  cursor: ew-resize;
}

.button-resizeList, .button-resizeList-vertical, .button-resizeList-horizontal {
  border: 1px solid rgb(189, 187, 187);
  text-align: center;
  transition: all ease-in 0.1s;
  line-height: 2px;
  color: #000000;
}

.button-resizeList-horizontal {
  background: linear-gradient(#fff, #CFD0D2);
  height: 10px;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 5px;
}

.button-resizeList-horizontal-fit {
  width: auto;
  border: 0px;
  margin: 0px;
}

.button-resizeList-vertical {
  background: linear-gradient(to right, #fff, #CFD0D2);
  width: 10px;
  margin-left: 10px;
  margin-right: -5px;
}

.button-dateArrow {
  height: 10px;
  width: 20px;
  background: linear-gradient(#fff, #CFD0D2);
  border: 1px solid #676262;
  border-radius: 3px;
  padding: 1px 0px 0px;
  display: block;
}

#weekday_radiobuttons button:focus {
  outline: 0;
}
#weekday_radiobuttons button {
  background: rgb(255, 255, 255);
  background: linear-gradient(110deg, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 11%, rgb(174, 214, 51) 60%);
  border-radius: 10px;
  padding: 3px 0px;
  border: 1px solid #9d9d9d;
  font-size: 11px;
  min-width: 31px;
  font-weight: bold;
}
#weekday_radiobuttons button.Checked {
  background: rgb(131, 131, 131);
  background: linear-gradient(120deg, rgb(131, 131, 131) 5%, rgb(174, 214, 51) 40%);
  border: 1px solid #44463e;
}

.cross {
  position: relative;
  display: inline-block;
  text-decoration: line-through;
}

.cross::before, .cross::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 135px;
}

.cross::before {
  border-bottom: 2px solid #cecdcd;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.cross::after {
  border-bottom: 2px solid #cecdcd;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

.button-small-standard-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.btnTypeClose {
  background-image: url("../../Images/CloseGeometry.png");
}

.btnTypeSave {
  background-image: url("../../Images/Save1Geometry.png");
}

.btnTypeSearch {
  background-image: url("../../Images/SearchGeometry.png");
}

.btnTypeSearchTransparant {
  background-image: url("../../Images/SearchTransparant.png");
}

.btnTypeHelp {
  background-image: url("../../Images/HelpGeometry.png");
}

.btnTypeAdd {
  background-image: url("../../Images/SubMenuGeometry.png");
}

.btnTypeNew {
  background-image: url("../../Images/SubMenuGeometry.png");
}

.btnTypeSubMenu {
  background-image: url("../../Images/SubMenuGeometry.png");
}

.btnTypeDelete {
  background-image: url("../../Images/DeleteGeometry.png");
}

.btnTypeUnDelete {
  background-image: url("../../Images/UnDeleteGeometry.png");
}

.btnTypePrint {
  background-image: url("../../Images/PrintGeometry.png");
}

.btnTypeArrowUp {
  background-image: url("../../Images/UpArrowGeometry.png");
}

.btnTypeArrowDown {
  background-image: url("../../Images/DownArrowGeometry.png");
}

.btnTypeArrowLeft {
  background-image: url("../../Images/LeftArrowGeometry.png");
}

.btnTypeArrowRight {
  background-image: url("../../Images/RightArrowGeometry.png");
}

.btnTypeCopyDown {
  background-image: url("../../Images/CopyDownGeometry.png");
}

.btnTypePopUpMenu {
  background-image: url("../../Images/PopUpMenuGeometry.png");
}

.btnTypePlusTransparant {
  background-image: url("../../Images/PlusTransparant.png");
}

.btnTypeMinusTransparant {
  background-image: url("../../Images/MinusTransparant.png");
}

.btnTypeNull {
  background-image: url("../../Images/NullGeometry.png");
}

.btn-primary-wrapper {
  column-gap: 6px;
  display: inline-flex;
  width: -webkit-fill-available;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  padding: 4px 0px;
}

.btn-secondary-wrapper, .btn-secondary-wrapper-right, .btn-secondary-wrapper-left {
  column-gap: 6px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  padding: 4px 0px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.btn-secondary-wrapper-left {
  justify-content: flex-start;
}

.btn-secondary-wrapper-right {
  justify-content: flex-end;
}

.btn-wrapper-vertical {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.private-flex-display-flex, .flex-wrap-panelVer, .flex-wrap-panel, .flex-align-baseline, .flex-wrap-direction-rev-row, .flex-wrap-direction-row, .flex-empty-row, .flex-wrap-direction-rev-column, .flex-wrap-direction-column, .flex-empty-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap-direction-column, .flex-empty-col {
  flex-direction: column;
}

.flex-wrap-direction-rev-column {
  flex-direction: column-reverse;
}

.flex-wrap-direction-row, .flex-empty-row {
  flex-direction: row;
}

.flex-wrap-direction-rev-row {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-rev-column {
  flex-direction: column-reverse;
}

.flex-direction-rev-row {
  flex-direction: row-reverse;
}

.flex-none {
  flex-basis: auto;
  flex: none;
}

.flex-1-0 {
  flex: 1 0 auto;
}

.flex-0-1 {
  flex: 0 1 auto;
}

.flex-1-1-0 {
  flex: 1 1 0px;
}

.flex-05 {
  flex: 0.5;
}

.flex-07 {
  flex: 0.7;
}

.flex-1, .t-Hcell, .flex-empty-row, .flex-empty-col {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-align-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-wrap-panel {
  width: 100%;
  flex-wrap: wrap;
}

.flex-wrap-panelVer {
  height: 100%;
  flex-wrap: wrap;
}

.element-hidden {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
}

.dis-block {
  display: block;
}

.dis-inline {
  display: inline-block;
}

.dis-none {
  display: none;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.bottom {
  vertical-align: bottom;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.margin-middle, .wrap-center-page {
  margin: 0 auto;
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.float-clear {
  clear: both;
}

.scroll-auto {
  overflow: auto;
}

.scroll-X-auto {
  overflow-x: auto;
  overflow-y: hidden;
}

.scroll-Y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}

.point {
  cursor: pointer;
}

.height100 {
  height: 100%;
}

.width100 {
  width: 100%;
}

.grid {
  display: grid;
  display: -ms-grid;
}

.grid-vertical {
  justify-content: stretch;
  -ms-grid-column-align: stretch;
}

.grid-horizontal {
  justify-content: stretch;
  -ms-grid-row-align: stretch;
}

@media (max-width: 1060px) {
  .wrap-standard-all {
    font-size: 11px;
  }
  .wrap-standard-all label {
    font-size: 11px;
  }
  .wrap-standard-all select {
    font-size: 11px;
  }
  .wrap-standard-all a:link {
    font-size: 11px;
  }
  .wrap-standard-all input[type=checkbox] {
    font-size: 11px;
  }
  .wrap-standard-all input {
    font-size: 11px;
  }
  .wrap-footer-buttons-right {
    width: 1030px;
  }
  .wrap-background-white-box .tr, .wrap-background-white-box .t-row {
    display: table-row;
  }
  .t-table .tr, .t-table .t-row {
    display: table-row;
  }
  .wrap-table-content {
    min-width: 126px;
  }
  .t-table {
    min-width: 126px;
  }
  .label-checkbox {
    padding-left: 10px;
  }
  .button-small-standard-text, .button-small-standard-text-link {
    font-size: 10px;
    margin: 0px;
  }
  .wrap-oneContentLeft {
    width: 1060px;
  }
  .wrap-oneContentLeft .wrap-footer-buttons-right {
    width: auto;
  }
  .wrap-oneContentLeft .flex-center {
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: stretch;
  }
  .wrap-contentLeft {
    width: 1060px;
  }
  .wrap-contentLeft .wrap-footer-buttons-right {
    width: auto;
  }
  .wrap-contentLeft .flex-center {
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: stretch;
  }
  .wrap-content {
    width: 1060px;
  }
  .wrap-content .wrap-footer-buttons-right {
    width: auto;
  }
  .wrap-content .flex-center {
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: stretch;
  }
  .wrap-center-page .wrap-footer-buttons-right {
    width: auto;
  }
  .wrap-center-bigPage .wrap-footer-buttons-right {
    width: auto;
  }
  .button-small-standard-text, .button-small-standard-text-link {
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
  }
  .groc-specialSize {
    max-width: auto;
    min-width: auto;
  }
  .firstPart-centerContent {
    width: 1060px;
  }
  .wrap-BaseGradColor {
    width: 1060px;
  }
}
@media (max-width: 1366px) {
  .Mwrap-side-menu {
    min-width: 310px;
  }
  .flex-empty-col {
    display: none;
  }
  .flex-empty-row {
    display: none;
  }
  .listbox-XLarge {
    max-width: 260px;
  }
  .listbox-medium {
    max-width: 200px;
  }
  .listbox-small {
    max-width: 140px;
  }
  .wrap-background-white-sideMenu {
    overflow: auto;
  }
  .slick-viewport {
    height: 100%;
  }
}
@media (max-width: 900px) {
  .Mwrap-side-menu {
    min-width: 150px;
    max-width: 150px;
  }
  .wrap-table-content {
    min-width: 200px;
  }
  #wrapTab_recipe #wrapTab_meal {
    overflow: scroll;
  }
}
.hantera-container.hidden {
  display: none !important;
}

.hantera-container:not(.hidden) {
  display: flex !important;
  flex-direction: column;
  position: relative;
  min-height: 250px;
}

.hantera-container .kpi-time-period {
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 13px;
}
.hantera-container .kpi-container {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.hantera-container .kpi {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.hantera-container .kpi:not(:last-child) {
  border-right: 1px solid #eee;
}
.hantera-container .kpi-value {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
.hantera-container .kpi-index {
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2em;
}
.hantera-container .kpi-goal {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: -10px;
}
.hantera-container .kpi-unit {
  font-size: 18px;
  vertical-align: baseline;
  margin-left: 5px;
}
.hantera-container .kpi-title {
  font-size: 22px;
  color: #767676;
  margin-bottom: 10px;
}
.hantera-container .kpi-red {
  color: var(--error-red-color);
}
.hantera-container .kpi-green {
  color: var(--green-color);
}
.hantera-container .hantera-link {
  text-align: right;
  padding: 10px 5px 5px;
}
.hantera-container .row-fluid .span4.hidden {
  display: none;
}
.hantera-container .error {
  color: darkred;
  padding: 10px;
}

.table, .t-table {
  display: table;
}

.tr, .t-row {
  display: table-row;
}

.td, .t-cell, .t-Ucell, .t-Bcell, .t-Hcell {
  display: table-cell;
}

.tr-space {
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.t-table-wrap {
  table-layout: fixed;
  position: relative;
}

.t-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--table-container-background-color) !important;
  border: var(--table-border);
  table-layout: fixed;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.t-head-wrap {
  overflow: hidden;
  min-height: 18px;
}
.t-head-wrap .column-picker-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 14px;
}
.t-head-wrap .column-picker-button :hover {
  background: #aaa;
}

.column-picker-popover {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  max-height: 50vh;
  width: 150px;
  max-width: 250px;
  z-index: 1000;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  user-select: unset;
  overflow-y: auto;
}
.column-picker-popover label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.column-picker-popover input {
  margin: 0;
}

.t-body-wrap, .t-body-wrap-with-scrollbar {
  width: 99.8%;
  overflow: auto;
  position: absolute;
  height: calc(100% - 22px);
  border: 1px solid SILVER;
}

.t-body-wrap-with-scrollbar {
  height: calc(100% - 22px - 26px);
}

.t-Ubody-wrap {
  width: 99.8%;
  position: absolute;
  height: 100%;
}

.t-row {
  max-height: 20px;
  width: 100%;
}

.t-Hcell {
  width: auto;
  background: linear-gradient(#fff, #CFD0D2);
  -webkit-align-items: stretch;
  border: 1px solid #808590;
  border-bottom: 0px;
  padding: var(--table-header-cell-padding);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.t-cell, .t-Ucell, .t-Bcell, .t-Hcell {
  display: table-cell;
  padding: var(--table-cell-padding);
  line-height: 18px;
  margin: 0px;
}

.table-border, .t-Ucell, .t-Bcell, .t-row, .t-Hcell {
  border: 1px solid var(--table-header-background-color);
  border-bottom: 0px;
  border-top: 0px;
}

.t-input {
  height: 100%;
  background-color: transparent;
  margin: 0px;
  border-width: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 1px;
  text-overflow: ellipsis;
}

.t-textarea {
  resize: none;
  outline: none;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 1px;
  margin: 0px;
  background: transparent;
  border-width: 0px;
  border-radius: 0px;
  display: inline-table;
}

.t-Bcell:has(.datepick) {
  white-space: nowrap;
}
.t-Bcell:has(.datepick) > * {
  display: inline-block;
}
.t-Bcell:has(.datepick) > input {
  width: calc(100% - 18px);
}
.t-Bcell:has(.datepick) .ui-datepicker-trigger {
  margin-top: 0;
  margin-left: 2px;
  height: 16px;
}

.t-row:last-of-type {
  border: var(--table-row-last-border);
}

.t-row:nth-child(odd) {
  background-color: var(--table-row-odd-background-color);
}

.t-row:nth-child(even) {
  background-color: var(--table-row-even-background-color);
}

.t-body-wrap .t-row:hover, .t-body-wrap-with-scrollbar .t-row:hover {
  background-color: var(--table-row-hover-background-color);
}

.t-column-width-20 {
  min-width: 15px;
  max-width: 15px;
}

.t-select-row {
  background-color: var(--table-row-selected-background-color);
}

.t-select-row > input {
  color: #fff;
}

.t-select-row > input:focus,
.t-select-row > select:focus,
.t-input:focus {
  background-color: white;
  color: unset !important;
}

.theadScroll {
  margin-right: 15px;
  border-right: 1px solid SILVER;
}

.t-deleted-row * {
  color: var(--error-red-color);
}

.hide-drop-down-list-in-table {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.t-row:nth-child(odd) .dropdownlist-table-color {
  background-color: var(--table-row-odd-background-color);
}

.t-row:nth-child(even) .dropdownlist-table-color {
  background-color: var(--table-row-even-background-color);
}

.t-search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  border: none;
  background: transparent;
}

.t-search-button.active {
  color: var(--table-header-filterActive-color);
}

.t-search-button:hover {
  background: #aaa;
}

.cross-editable {
  display: inline-block;
  text-decoration: line-through;
  background-color: #f0f1d3;
  border: 1px solid #d4d2d2;
  height: 80%;
  margin: 0px;
}

.nonHighlight {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

.jsdragtable-contents {
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-shadow: 2px 2px 5px #aaa;
  padding: 0;
}

.jsdragtable-contents table {
  margin-bottom: 0;
}

.t1212 {
  min-width: 12px;
  max-width: 12px;
}

.t2020 {
  min-width: 20px;
  max-width: 20px;
}

.t5050 {
  min-width: 50px;
  max-width: 50px;
}

.t6060 {
  min-width: 60px;
  max-width: 60px;
}

.t5080 {
  min-width: 50px;
  max-width: 80px;
}

.t6080 {
  min-width: 60px;
  max-width: 80px;
}

.t6080 {
  min-width: 60px;
  max-width: 80px;
}

.t8080 {
  min-width: 100px;
  max-width: 200px;
}

.t100200 {
  min-width: 100px;
  max-width: 200px;
}

.t130200 {
  min-width: 60px;
  max-width: 80px;
}

.t200200 {
  min-width: 200px;
  max-width: 200px;
}

tInheritNone {
  min-width: inherit;
  max-width: none;
}

.ui-datepicker-current-day .ui-state-active {
  background: var(--table-row-selected-background-color);
  color: var(--select-selected-color);
}

td.ui-datepicker-today a {
  border-color: var(--table-row-selected-background-color) !important;
}

#login-main .login-label {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
}

#login-main .login-input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

#login-main .login-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  width: 100%;
}

#login-main .login-remember {
  margin-right: 6px;
  vertical-align: middle;
}

#login-main .login-primary {
  display: block;
  text-align: center;
  padding: 10px 12px;
  background: #4AC9AD;
  color: var(--text-color);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  border: none;
}

#login-main .login-secondary {
  display: block;
  text-align: center;
  padding: 8px 12px;
  background: #CFD8DC;
  color: var(--text-color);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  border: none;
}

#login-main .login-actions {
  margin-top: 25px;
}

#login-main .login-divider {
  position: relative;
  text-align: center;
  margin: 12px 0 10px 0;
  color: #7a7a7a;
  font-size: 12px;
}

#login-main .login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #cfcfcf;
  transform: translateY(-50%);
}

#login-main .login-divider span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #ffffff;
}

#login-main .login-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: gray;
}

#login-main .change-password-link {
  color: #0a6180;
  text-decoration: none;
  cursor: pointer;
}

.matilda-next h2 {
  margin-block-end: 12px;
}
.matilda-next * {
  box-sizing: border-box;
}
.matilda-next input, .matilda-next select, .matilda-next button {
  border-radius: 3.5px;
  border-color: var(--default-outline-color);
  padding: 16px;
  block-size: auto;
}
.matilda-next input:focus, .matilda-next select:focus, .matilda-next button:focus {
  outline: 1px solid #0A6180;
}
.matilda-next label:has(select) {
  position: relative;
  display: block;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
.matilda-next label:has(select):before {
  content: ">";
  font: 18px "Consolas", monospace;
  transform: rotate(90deg);
  right: 18px;
  top: 12px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  color: #666;
}
.matilda-next label:has(select) select {
  appearance: none;
  display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .matilda-next label:has(select) select {
    padding-right: 18px;
  }
}
.matilda-next .unstyled {
  all: unset;
}

.button, button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  display: inline-block;
  text-align: center;
  border: none;
}
.button.--primary, button.--primary {
  background: #4AC9AD;
}

.button-small-standard {
  border-radius: 156px;
  width: auto;
  height: 28px;
  border: 0px;
  background-color: transparent;
  padding: 4px 4px 4px 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark-background-color);
  direction: rtl;
}

.button-small-shadow:hover {
  background-color: var(--primary-hover-color);
  border: 1px var(--dark-background-color);
}

.button-right {
  text-align: right;
  margin-right: 15px;
}

.button-small-standard-square {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 0px;
  vertical-align: middle !important;
}
.button-small-standard-square .btnTypePlusTransparant {
  background-image: url("../../Images/Next/Buttons/icon_add.png");
}
.button-small-standard-square .btnTypeMinusTransparant {
  background-image: url("../../Images/Next/Buttons/icon_minus.png");
}
.button-small-standard-square .btnTypeSearchTransparant {
  background-image: url("../../Images/Next/Buttons/icon_search.png");
}

.button-small-standard-text, .button-small-standard-text-link {
  margin-left: -2px;
  font-size: 13px;
  display: inline-block;
  vertical-align: super;
}

.button-unavailable {
  color: rgba(var(--dark-background-color), 0.6);
  cursor: default;
}

.button-image-unavailable {
  filter: opacity(50%);
}

.btnGo {
  background: url(../content/m4w/go.png) no-repeat 2px 2px;
}

.btnHelpGeometry {
  background: url("../../../Images/Next/HelpGeometry.png") no-repeat 2px 2px;
}

.btnNullGeometry {
  background: url("../../../Images/Next/NullGeometry2.png") no-repeat 2px 2px;
}

.btnRightArrowGeometry {
  background: url("../../../Images/Next/RightArrowGeometry.png") no-repeat 2px 2px;
}

.btnCloseGeometry {
  background: url("../../../Images/Next/CloseSymbol-1.png") no-repeat 2px 2px;
}

.btnSearchGeometry {
  background: url("../../../Images/Next/SearchGeometry.png") no-repeat 2px 2px;
}

.btnRedUndoGeometry {
  background: url("../../../Images/Next/UnDeleteGeometry.png") no-repeat 2px 2px;
}

.btnSubMenuGeometry {
  background: url("../../../Images/Next/SubMenuGeometry.png") no-repeat 2px 2px;
}

.btnDeleteGeometry {
  background: url("../../../Images/Next/DeleteGeometry.png") no-repeat 2px 2px;
}

.btnSaveGeometry {
  background: url("../../../Images/Next/SaveGeometry.png") no-repeat 2px 2px;
}

.m4wButton {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-family: arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-indent: 4px;
  vertical-align: middle;
  text-align: right;
  color: var(--dark-background-color);
}

.wrap-standard-all input[type=checkbox] {
  font-size: var(--font-size);
  font-family: var(---font-family);
  margin: 0 5px 5px 0;
  transform: scale(1.3);
}
.wrap-standard-all input[type=checkbox]:checked {
  accent-color: var(--dark-background-color);
}

.dshb_icoNav li {
  vertical-align: top;
}
.dshb_icoNav li a {
  width: 85px;
  height: 85px;
  text-decoration: none;
}
.dshb_icoNav li a div {
  margin-top: 5px;
}
.dshb_icoNav li:hover {
  box-shadow: none;
}
.dshb_icoNav li:hover img {
  border: solid 0.5px #d2d2d2;
  box-shadow: 0 0 6px #ccc;
  border-radius: 150px;
  width: 60px;
  height: 60px;
}

#weekday_radiobuttons button:focus {
  outline: 0;
}
#weekday_radiobuttons button {
  border: 1px solid var(--tab-border-color);
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px;
  font-size: var(--font-size);
}
#weekday_radiobuttons button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#weekday_radiobuttons button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#weekday_radiobuttons button.Checked {
  background: var(--dark-background-color);
  color: var(--dark-text-color);
  border: 1px solid var(--tab-border-color);
}

.button-small-standard-oblong {
  background: none;
  padding: 5px;
}

.button-small-standard-radioButton {
  font-size: var(--font-size);
}

.align-left {
  align-items: flex-start;
}

.btnTypeClose {
  background-image: url("../../Images/Next/CloseSymbol-1.png");
}

.btnTypeSave {
  background-image: url("../../Images/Next/SaveGeometry.png");
}

.btnTypeSearch {
  background-image: url("../../Images/Next/SearchGeometry.png");
}

.btnTypeSearchTransparant {
  background-image: url("../../Images/Next/SearchTransparant.png");
}

.btnTypeHelp {
  background-image: url("../../Images/Next/HelpGeometry.png");
}

.btnTypeAdd {
  background-image: url("../../Images/Next/SubMenuGeometry.png");
}

.btnTypeNew {
  background-image: url("../../Images/Next/SubMenuGeometry.png");
}

.btnTypeSubMenu {
  background-image: url("../../Images/Next/SubMenuGeometry.png");
}

.btnTypeDelete {
  background-image: url("../../Images/Next/DeleteGeometry.png");
}

.btnTypeUnDelete {
  background-image: url("../../Images/Next/UnDeleteGeometry.png");
}

.btnTypePrint {
  background-image: url("../../Images/Next/PrintGeometry.png");
}

.btnTypeArrowUp {
  background-image: url("../../Images/Next/UpArrowGeometry.png");
}

.btnTypeArrowDown {
  background-image: url("../../Images/Next/DownArrowGeometry.png");
}

.btnTypeArrowLeft {
  background-image: url("../../Images/Next/LeftArrowGeometry.png");
}

.btnTypeArrowRight {
  background-image: url("../../Images/Next/RightArrowGeometry.png");
}

.btnTypeCopyDown {
  background-image: url("../../Images/Next/CopyDownGeometry.png");
}

.btnTypePopUpMenu {
  background-image: url("../../Images/Next/PopUpMenuGeometry.png");
}

.btnTypePlusTransparant {
  background-image: url("../../Images/Next/PlusTransparant.png");
}

.btnTypeMinusTransparant {
  background-image: url("../../Images/Next/MinusTransparant.png");
}

.btnTypeNull {
  background-image: url("../../Images/Next/NullGeometry2.png");
}

.btn-base, .btn-secondary, .btn-primary, .btn-primary:disabled,
.btn-primary.btn--disabled {
  column-gap: 6px;
  border-radius: 9999px;
  padding: 6px 10px;
  height: 27px;
  border: none;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: background 120ms;
}

.btn-base-disabled, .btn-secondary:disabled,
.btn-secondary.btn--disabled, .btn-primary:disabled,
.btn-primary.btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* --- Primary Button --- */
.btn-primary, .btn-primary:disabled,
.btn-primary.btn--disabled {
  background-color: var(--primary-light-background-color);
  color: var(--dark-text-color) !important;
}
.btn-primary .btn-icon-add {
  background-image: url("../../Images/Next/Buttons/icon_add_contrast.png");
}
.btn-primary .btn-icon-close {
  background-image: url("../../Images/Next/Buttons/icon_close_contrast.png");
}
.btn-primary .btn-icon-comment {
  background-image: url("../../Images/Next/Buttons/icon_comment_contrast.png");
}
.btn-primary .btn-icon-copy {
  background-image: url("../../Images/Next/Buttons/icon_copy_contrast.png");
}
.btn-primary .btn-icon-delete {
  background-image: url("../../Images/Next/Buttons/icon_delete_contrast.png");
}
.btn-primary .btn-icon-down {
  background-image: url("../../Images/Next/Buttons/icon_down_contrast.png");
}
.btn-primary .btn-icon-help {
  background-image: url("../../Images/Next/Buttons/icon_help_contrast.png");
}
.btn-primary .btn-icon-history {
  background-image: url("../../Images/Next/Buttons/icon_history_contrast.png");
}
.btn-primary .btn-icon-preview {
  background-image: url("../../Images/Next/Buttons/icon_preview_contrast.png");
}
.btn-primary .btn-icon-print {
  background-image: url("../../Images/Next/Buttons/icon_print_contrast.png");
}
.btn-primary .btn-icon-save {
  background-image: url("../../Images/Next/Buttons/icon_save_contrast.png");
}
.btn-primary .btn-icon-search {
  background-image: url("../../Images/Next/Buttons/icon_search_contrast.png");
}
.btn-primary .btn-icon-select {
  background-image: url("../../Images/Next/Buttons/icon_select_contrast.png");
}
.btn-primary .btn-icon-settings {
  background-image: url("../../Images/Next/Buttons/icon_settings_contrast.png");
}
.btn-primary .btn-icon-up {
  background-image: url("../../Images/Next/Buttons/icon_up_contrast.png");
}
.btn-primary .btn-icon-left {
  background-image: url("../../Images/Next/Buttons/icon_left_contrast.png");
}
.btn-primary .btn-icon-right {
  background-image: url("../../Images/Next/Buttons/icon_right_contrast.png");
}

.btn-primary:hover {
  background-color: var(--primary-dark-background-color);
}

.btn-primary-wrapper {
  column-gap: 6px;
  display: inline-flex;
  width: -webkit-fill-available;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  padding: 4px 0px;
}

.btn-primary--link {
  padding: 0px 10px;
}

.btn-primary--input {
  padding: 0px 10px;
}

/* --- Secondary Button --- */
.btn-secondary {
  background-color: var(--neutral-dark-background-color);
  color: var(--text-color) !important;
}
.btn-secondary .btn-icon-add {
  background-image: url("../../Images/Next/Buttons/icon_add.png");
}
.btn-secondary .btn-icon-close {
  background-image: url("../../Images/Next/Buttons/icon_close.png");
}
.btn-secondary .btn-icon-comment {
  background-image: url("../../Images/Next/Buttons/icon_comment.png");
}
.btn-secondary .btn-icon-copy {
  background-image: url("../../Images/Next/Buttons/icon_copy.png");
}
.btn-secondary .btn-icon-delete {
  background-image: url("../../Images/Next/Buttons/icon_delete.png");
}
.btn-secondary .btn-icon-down {
  background-image: url("../../Images/Next/Buttons/icon_down.png");
}
.btn-secondary .btn-icon-help {
  background-image: url("../../Images/Next/Buttons/icon_help.png");
}
.btn-secondary .btn-icon-history {
  background-image: url("../../Images/Next/Buttons/icon_history.png");
}
.btn-secondary .btn-icon-preview {
  background-image: url("../../Images/Next/Buttons/icon_preview.png");
}
.btn-secondary .btn-icon-print {
  background-image: url("../../Images/Next/Buttons/icon_print.png");
}
.btn-secondary .btn-icon-save {
  background-image: url("../../Images/Next/Buttons/icon_save.png");
}
.btn-secondary .btn-icon-search {
  background-image: url("../../Images/Next/Buttons/icon_search.png");
}
.btn-secondary .btn-icon-select {
  background-image: url("../../Images/Next/Buttons/icon_select.png");
}
.btn-secondary .btn-icon-settings {
  background-image: url("../../Images/Next/Buttons/icon_settings.png");
}
.btn-secondary .btn-icon-up {
  background-image: url("../../Images/Next/Buttons/icon_up.png");
}
.btn-secondary .btn-icon-left {
  background-image: url("../../Images/Next/Buttons/icon_left.png");
}
.btn-secondary .btn-icon-right {
  background-image: url("../../Images/Next/Buttons/icon_right.png");
}

.btn-secondary:hover {
  background-color: var(--default-outline-color);
}

.btn-secondary-wrapper, .btn-secondary-wrapper-left, .btn-secondary-wrapper-right {
  column-gap: 6px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  padding: 4px 0px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.btn-secondary-wrapper-left {
  justify-content: flex-start;
}

.btn-secondary-wrapper-right {
  justify-content: flex-end;
}

.btn-secondary--link {
  padding: 0px 10px;
}

.btn-secondary--input {
  padding: 0px 10px;
}

/* --- Icon inside button --- */
.btn-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* --- Button Search --- */
.btn-search-menu {
  width: 100%;
  justify-content: center;
  margin: 0px;
}

.btn-wrapper-vertical {
  row-gap: 6px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-expand {
  cursor: ew-resize;
}

body:has(.login-page) #clipboard_txtarea,
body:has(.login-page) .ui-layout-west,
body:has(.login-page) .ui-layout-center,
body:has(.login-page) .ui-layout-east,
body:has(.login-page) .ui-layout-north {
  display: none;
}

.login-page {
  inline-size: 100%;
  position: fixed;
  z-index: 1100;
}
.login-page__overlay {
  position: absolute;
  inset: 0;
  background: #0A6180;
  z-index: 3;
}
.login-page__overlay img {
  filter: grayscale(1);
  object-fit: cover;
  inline-size: 100%;
  opacity: 0.1;
  block-size: 100%;
}
.login-page__wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-block-size: 100dvh;
  align-items: center;
}
.login-page__profiling-image {
  margin-block-end: -32px;
}
.login-page__profiling-image img {
  inline-size: 100%;
  block-size: auto;
}
.login-page-text {
  margin-block-end: 24px;
}
.login-page-modal-buttons {
  margin-block: 32px 12px;
}
.login-page .mft-modal {
  max-inline-size: 90vw;
  inline-size: 420px;
}
.login-page .mft-modal-version {
  color: rgba(0, 0, 0, 0.38);
}
.login-page .mft-modal .button + .button,
.login-page .mft-modal button + button,
.login-page .mft-modal input + input {
  margin-block-start: 12px;
  margin-block-start: 12px;
}
.login-page .mft-modal select {
  margin-block-end: 12px;
  padding-inline-end: 24px;
}
.login-page .mft-modal__wrapper {
  padding: 32px;
}
.login-page .mft-modal__footer {
  display: flex;
  justify-content: space-between;
}
.login-page .mft-modal .change-password-link {
  color: #0A6180;
  cursor: pointer;
}
.login-page .mft-logo {
  margin-block: 1rem 4rem;
  width: 192px;
}

.mft-modal {
  background: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
  max-inline-size: 50%;
}
.mft-modal-wrapper {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
}
.mft-modal__wrapper {
  padding: 32px;
}
.mft-modal__header h1, .mft-modal__header h2, .mft-modal__header h3, .mft-modal__header h4, .mft-modal__header h5, .mft-modal__header h6 {
  margin: 0;
}
.mft-modal__footer {
  display: flex;
  justify-content: flex-end;
}
.mft-modal input, .mft-modal select, .mft-modal .button, .mft-modal button {
  inline-size: 100%;
}

.modal-working {
  position: absolute;
  background: var(--spinner-loading-background-color);
  width: 100%;
  height: 100%;
  z-index: 1600;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0px;
  right: 0px;
  display: table;
  background-image: none;
}

.modal-working .loading-spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.modal-working .loading-spinner .path {
  stroke: var(--dark-background-color);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.modal-working .loading-label {
  font-weight: bold;
  position: relative;
  text-align: center;
  position: relative;
  top: 50px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.modal-footer {
  background-color: var(--background-color);
  padding: 8px 0px !important;
}

.wrap-center-page .modal-footer,
.wrap-center-page-table .modal-footer {
  border-color: var(--default-outline-color);
  margin: 0px 8px !important;
}

.message-body * {
  overflow: auto;
  inline-size: 425px;
  border: none;
  max-block-size: 200px;
  min-block-size: 100px;
}
.message-body textarea {
  font-family: unset;
}

/*
 *	RESIZERS
 */
.resizer-east-open,
.resizer-west-open {
  background-color: var(--resizer-background-color);
  border-radius: 4px;
  width: 16px !important;
  margin: 0px 4px !important;
}

.resizer-east-open:hover:not(:has(*:hover)),
.resizer-west-open:hover:not(:has(*:hover)) {
  background-color: var(--resizer-hover-color);
}

.resizer-east-closed,
.resizer-west-closed {
  background-color: var(--resizer-background-color);
  border: none;
}

.resizer-east-closed:has(*:hover),
.resizer-west-closed:has(*:hover) {
  background-color: var(--resizer-hover-color);
}

.resizer.resizer-east-closed:hover:not(:has(*:hover)),
.resizer.resizer-west-closed:hover:not(:has(*:hover)) {
  background-color: var(--resizer-hover-color);
}

.resizer-dragging-limit {
  background: #FF3300 !important;
}

/*
 * TOGGLERS
 */
.toggler-open,
.toggler-closed {
  width: 16px !important;
  background-color: transparent;
  background-image: url("../../Images/Next/resizer_togger.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.button-resizeList-horizontal,
.button-resizeList-vertical {
  border: none;
  border-radius: 4px;
  background: var(--resizer-background-secondary-color);
  color: var(--resizer-color);
  font-weight: bold;
  line-height: 4px;
}

.button-resizeList-horizontal {
  height: 16px;
  margin: 6px 0px;
}

.button-resizeList-vertical {
  width: 16px;
}

.button-resizeList-horizontal:hover,
.button-resizeList-vertical:hover {
  background: var(--resizer-hover-color);
}

.t-table-wrap {
  border: var(--table-border);
}

.t-table {
  background: var(--table-header-background-color);
}

.t-cell, .t-Hcell, .t-Bcell, .t-Ucell {
  line-height: 22px;
}

.t-head-wrap {
  background-color: var(--table-header-background-color);
}

.t-body-wrap, .t-body-wrap-with-scrollbar {
  background: var(--table-container-background-color);
  border: none;
  height: calc(100% - 27px);
}

.t-body-wrap-with-scrollbar {
  height: calc(100% - 22px - 26px);
}

.t-row {
  max-height: 22px;
  border: 1px solid var(--default-outline-color);
}

.t-Hcell {
  border: 1px solid var(--default-outline-color);
  font-weight: bold;
  background: var(--table-header-background-color);
}

.t-Hcell:first-of-type {
  padding: 2px;
}

.tab-tabCell:first-of-type {
  margin-left: 0;
}

.t-select-row > input {
  color: var(--text-color);
}

.theadScroll {
  border-right: none;
}

.pos-absolute {
  position: absolute;
}

.tab-tabRow:before, .tab-vertical-right-row:before {
  border-bottom: 1px solid var(--tab-border-color);
}

.tab-tabRow li:last-child:after, .tab-vertical-right-row li:last-child:after {
  box-shadow: none;
}

.tab-vertical-right-row li:first-child {
  margin: 0px;
}

.tab-vertical-right-row li:last-child:after {
  box-shadow: none;
}

.tab-vertical-left-row li:last-child:after {
  box-shadow: none;
}

.tab-tabCell-base, .tab-tabCell, .tab-tabCell-notEnable, .tab-tabCell-left, .tab-tabCell-left-notEnable {
  border: 1px solid var(--tab-border-color);
  background: var(--tab-background-color);
  color: var(--tab-text-color);
  box-shadow: none;
  text-shadow: none;
  padding: 0 15px;
}

.tab-tabCell {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tab-tabCell-notEnable, .tab-tabCell-left-notEnable {
  background: var(--neutral-dark-background-color);
  opacity: 0.5;
}

.tab-tabCell-left:after .tab-tabCell:before,
.tab-tabCell:after {
  border: 1px solid var(--tab-border-color);
}

.tab-vertical-right-row:before, .tab-vertical-left-row:before {
  border: none;
}

.tab-tabCell-left:before .tab-tabCell:before {
  box-shadow: none;
}

.tab-tabCell-left:after .tab-tabCell:after {
  box-shadow: none;
}

.tab-tabCell.tab-selected-tab:before {
  box-shadow: none;
}

.tab-tabCell-left.tab-selected-tab-left:before {
  box-shadow: none;
}

.tab-tabCell.tab-selected-tab:after {
  box-shadow: none;
}

.tab-tabCell-left.tab-selected-tab-left:after {
  box-shadow: none;
}

.context-menu, .context-menu-small {
  box-shadow: none;
}

.tab-expanded {
  font-weight: bold;
}

.tab-expanded-button {
  border-right: none;
}

.smallPage-menuTop-text {
  border-bottom: none;
  padding: 5px 30px;
}

.tab-tabCell-left {
  margin: 0;
}

.tab {
  font-size: 13px;
  font-weight: 400;
  color: var(--tab-text-color);
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border: 1px solid var(--default-outline-color);
  background-color: var(--tab-background-color);
  border-radius: 4px;
  cursor: pointer;
  align-items: baseline;
}
.tab .tab-CloseSymbol {
  background-image: url("../../Images/Next/Buttons/icon_close.png");
}

.tab:hover {
  color: var(--dark-text-color);
  background-color: var(--default-outline-color);
}
.tab:hover .tab-CloseSymbol {
  background-image: url("../../Images/Next/Buttons/icon_close_contrast.png");
}
.tab:hover .home-tab-icon {
  background-image: url("../../Images/Next/home_tab_contrast.png");
}

.tab-selected {
  color: var(--dark-text-color);
  background: var(--primary-light-background-color);
  font-weight: bold;
}
.tab-selected .tab-CloseSymbol {
  background-image: url("../../Images/Next/Buttons/icon_close_contrast.png");
}
.tab-selected .home-tab-icon {
  background-image: url("../../Images/Next/home_tab_contrast.png");
}

#tabCenter {
  position: relative;
  grid-template-columns: auto 1fr auto;
  display: inline-grid;
  align-items: start;
  margin: 0px 4px;
}
#tabCenter .scroll-left,
#tabCenter .scroll-right {
  position: relative;
  display: block;
  height: 25px;
  border: 1px solid var(--default-outline-color);
  background-color: var(--tab-background-color);
  color: var(--tab-text-color);
  border-radius: 4px;
  padding: 0px 10px;
}
#tabCenter .scroll-left:hover, #tabCenter .scroll-right:hover {
  color: var(--dark-text-color);
  background-color: var(--default-outline-color);
}
#tabCenter .scroll-left {
  margin-right: 8px;
}
#tabCenter .scroll-right {
  margin-left: 8px;
}

#center-tab-container {
  overflow: hidden;
}

.tab-tabCell {
  border: 1px solid var(--default-outline-color);
  border-width: 1px 0px 1px 1px;
  border-radius: 0px;
  font-weight: 400;
  background-color: var(--tab-secondary-background-color);
  color: var(--tab-text-color);
}

.tab-tabCell-notEnable {
  border: 1px solid var(--default-outline-color);
  border-radius: 0px;
}

.tab-tabCell-left {
  border: 1px solid var(--default-outline-color);
  border-width: 1px 1px 0px 1px;
  border-radius: 0px;
  font-weight: 400;
  background-color: var(--tab-secondary-background-color);
  color: var(--tab-text-color);
}

.tab-tabCell-left-notEnable {
  border: 1px solid var(--default-outline-color);
  margin: 0px;
  border-width: 1px 1px 0px 1px;
  border-radius: 0px;
}

.tab-tabCell.tab-selected-tab, .tab-tabCell-left.tab-selected-tab-left {
  color: var(--dark-text-color);
  background: var(--primary-light-background-color);
  border-bottom-color: var(--primary-light-background-color);
  font-weight: bold;
}

.tab-tabCell:hover, .tab-tabCell-left:hover {
  color: var(--dark-text-color);
  background-color: var(--default-outline-color);
}

.tab-tab-list li:first-child {
  border-top-left-radius: 4px;
}

.tab-tabRow:not(.tab-vertical-right-row) li:first-child, .tab-vertical-right-row:not(.tab-vertical-right-row) li:first-child {
  border-bottom-left-radius: 4px;
}

.tab-tab-list li:not(.tab-tabCell-left):not([style*="display: none"]):not([style*="display:none"]):not([hidden]):not(:has(~ li:not(.tab-tabCell-left-notEnable):not([style*="display: none"]):not([style*="display:none"]):not([hidden]))) {
  border-top-right-radius: 4px;
  border-width: 1px;
}

.tab-tabRow:not(.tab-vertical-right-row) li:not([style*="display: none"]):not([style*="display:none"]):not([hidden]):not(:has(~ li:not([style*="display: none"]):not([style*="display:none"]):not([hidden]))), .tab-vertical-right-row:not(.tab-vertical-right-row) li:not([style*="display: none"]):not([style*="display:none"]):not([hidden]):not(:has(~ li:not([style*="display: none"]):not([style*="display:none"]):not([hidden]))) {
  border-bottom-right-radius: 4px;
}

.tab-tab-list .tab-tabCell-left:not([style*="display: none"]):not([style*="display:none"]):not([hidden]):not(:has(~ .tab-tabCell-left:not([style*="display: none"]):not([style*="display:none"]):not([hidden]))) {
  border-bottom-left-radius: 4px;
  border-width: 1px;
}

.tab-tabRow:not(.tab-vertical-right-row), .tab-vertical-right-row:not(.tab-vertical-right-row) {
  padding-bottom: 10px;
}

.tab-container {
  row-gap: 6px;
  column-gap: 6px;
}

#tabright {
  padding: 0px 6px;
}

#tableft {
  padding: 0px 6px;
}

.tab-vertical {
  border: 1px solid var(--default-outline-color);
  border-radius: 4px;
  font-weight: 400;
  color: var(--tab-text-color);
  background-color: var(--tab-background-color);
}

.tab-selected {
  color: var(--dark-text-color);
  background: var(--primary-light-background-color);
  font-weight: bold;
}

.tab-vertical:hover {
  color: var(--dark-text-color);
  background-color: var(--default-outline-color);
}

#contentCenter {
  margin: 0;
}

.tab-txtbox {
  text-shadow: none;
  font-weight: inherit;
  color: inherit;
}

.tab-tabRow-noBorder:before {
  border-bottom: none;
}

.tab-tab-list > li:first-child:not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(2):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(3):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(4):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(5):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(6):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(7):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(8):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(9):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tab-list:has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(9):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(10):not([style*="display: none"]):not([style*="display:none"]):not([hidden]) {
  border-top-left-radius: 4px;
}

.tab-tabRow:not(.tab-vertical-right-row) > li:first-child:not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row) > li:first-child:not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(2):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(2):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(3):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(3):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(4):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(4):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(5):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(5):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(6):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(6):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(7):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(7):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(8):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(8):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(9):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(9):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-tabRow:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(9):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(10):not([style*="display: none"]):not([style*="display:none"]):not([hidden]), .tab-vertical-right-row:not(.tab-vertical-right-row):has(> li:nth-child(1):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(2):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(3):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(4):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(5):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(6):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(7):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(8):is([hidden], [style*="display: none"], [style*="display:none"])):has(> li:nth-child(9):is([hidden], [style*="display: none"], [style*="display:none"])) > li:nth-child(10):not([style*="display: none"]):not([style*="display:none"]):not([hidden]) {
  border-bottom-left-radius: 4px;
}

.label-textbox-button-wrapper {
  vertical-align: top;
}

.label-inside-Bline-grey {
  background: var(--background-color);
}

.wrap-BaseBColor {
  background-color: #fff;
}

.wrap-background-white-padding {
  padding: 10px;
  background-color: #fff;
  height: 100%;
}

.wrap-standard-all {
  padding: 3px 10px;
}
.wrap-standard-all option {
  margin-bottom: 1px;
  padding-left: 5px;
}

#contentLeft, #contentRight .wrap-standard-all {
  background-color: #fff;
}

#contentRight {
  background-color: #fff;
}

.section-gap, .wrap-standard-all.search-form-container {
  gap: 4px;
}

.wrap-standard-all.search-form-container {
  padding: 3px 10px;
}

.newLayout .BorderContentLight {
  border: 1px solid var(--default-outline-color);
}

.border-content-white {
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid var(--default-outline-color);
  margin: 6px;
  padding: 5px;
}

.wrap-background-white, .wrap-background-white-sideMenu, .wrap-background-white-box {
  background: #fff !important;
  border: 1px solid var(--default-outline-color);
}

.wrap-border-white-radius-color-override {
  border-color: var(--default-outline-color);
  border-width: thin;
}

.wrap-center-page,
.wrap-center-page-table,
.wrap-center-bigPage {
  float: left;
}

#contentCenter {
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 4px;
  right: 4px;
}

.wrap-BaseGradColor {
  background: var(--background-color);
}

.center-view-title {
  padding: 3px 10px;
  font-size: 16px;
  color: var(--tab-text-color);
  font-weight: bold;
}

.listbox-XLarge, .listbox-large, .listbox-medium, .listbox-small {
  padding-left: 0;
}

.matilta-settings-list-box {
  height: calc(100% - 250px);
}

.img-preview-product {
  width: 375px;
  height: 100%;
  min-height: 200px;
  background-position: center;
}
