﻿#canvas {
  background-color: White;
  font-family: Arial;
}

.wrapper_1000 {
  min-width: 1000px;
  max-width: 1256px;
  margin: 0 auto;
  background-color: white;
  height: 100%;
}

.wrapper_wide {
  margin: 0 auto;
  background-color: white;
  height: 100%;
}

.nav-bar {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.nav-bar > DIV {
  display: table-cell;
  vertical-align: middle;
}
.nav-bar .nav-bar-items {
  display: flex;
  justify-content: space-between;
}
.nav-bar .nav-bar-items > DIV {
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-bar .nav-bar-items .logo {
  margin-left: 0;
  width: 25%;
}
.nav-bar .nav-bar-items .search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 50%;
}
.nav-bar .nav-bar-items .search > TABLE {
  width: 100%;
}
.nav-bar .nav-bar-items .links {
  width: 25%;
  text-align: right;
  line-height: 32px;
  text-wrap: nowrap;
}
.nav-bar .nav-bar-items .links A {
  padding-left: 10px;
  line-height: 20px;
}

.cxgvControl {
  BORDER-BOTTOM: #9f9f9f 1px solid;
  BORDER-LEFT: #9f9f9f 1px solid;
  BORDER-TOP: #9f9f9f 1px solid;
  BORDER-RIGHT: #9f9f9f 1px solid;
  BACKGROUND-COLOR: white;
  FONT: 12px Arial;
  COLOR: #201f35;
  CURSOR: default;
}

.cxgvTable {
  BORDER-COLLAPSE: separate !important;
  OVERFLOW: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cxgvJournalHeader {
  font-size: 11px !important;
}

.cxgvHeader {
  BACKGROUND: #e0e0e0;
  FONT-WEIGHT: normal;
}

.cxgvHeader TD {
  WHITE-SPACE: nowrap;
  BORDER-BOTTOM: #d9dae0 1px solid;
  BORDER-LEFT: #d9dae0 0px solid;
  BORDER-TOP: #d9dae0 0px solid;
  BORDER-RIGHT: #d9dae0 1px solid;
  PADDING-TOP: 4px;
  PADDING-BOTTOM: 5px;
  PADDING-LEFT: 2px;
  PADDING-RIGHT: 2px;
  text-align: center;
}

.cxgvHeader TD.noVerticalPadding {
  PADDING-TOP: 0px;
  PADDING-BOTTOM: 0px;
}

.cxgvHeader TD.cxgvRight {
  BORDER-RIGHT-WIDTH: 0px;
}

.cxgvHeader TD.cxgvDelete {
  cursor: pointer;
}

.cxgvHeader TD.cxgvPrice {
  width: 55px;
  FONT: 10px Arial;
  COLOR: #201f35;
}

.cxgvHeader TD.cxgvPrice:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.cxgvHeader TD.cxgvClickable:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.cxgvHeader TD.cxgvSpecialPrice {
  width: 55px;
}

.cxgvHeader TD.cxgvSelected {
  font-weight: bold;
}

.cxgvHeader TD.cxgvLink:hover {
  cursor: help;
  /*color:Gray;*/
  background: #f2f2f2;
}

.cxgvHeader TD label.micro {
  font-size: 10px;
  font-family: Arial;
}

.cxgvHeader TD label.cxgvLink:hover {
  cursor: help;
  text-decoration: underline;
}

.cxgvDataRowSelected {
  background: #f2f2f2;
}

.cxgvDataRowSelectable:hover {
  background: #f2f2f2;
}

.cxgvDataRowClickable:hover {
  cursor: pointer;
}

.cxgvDataRowClickable:hover label {
  cursor: pointer;
}

.cxgvDataRowSelectable:hover input.inputTextBox {
  background-color: white;
}

.cxgvDataRowDeletable .cxgvDelete img {
  display: none;
}

.cxgvDataRowDeletable:hover .cxgvDelete img {
  display: block;
}

.cxgvDataRow TD.cxgvSelected {
  font-weight: bold;
}

.cxgvDataRow TD.cxgvUnSelected {
  color: Gray;
}

.cxgvDataRow TD.cxgvUnit {
  text-align: center;
}

.cxgvDataRow input.inputTextBox {
  border: 0;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
}

.cxgvDataRow input.inputQty {
  font-weight: bold;
  float: right;
  padding: 0;
}

.cxgvDataRow input.inputQty:focus-visible {
  outline: none;
}

.cxgvDataRowSelected input.inputTextBox {
  background-color: #f2f2f2;
}

.cxgvDataRowFound {
  background-color: #FEC06F;
  /*#FFFF9C;*/
}

.cxgvDataRowToDelete {
  background-color: red;
}

.cxgvDataRow TD.cxgvPrice,
.cxgvDataRow TD.cxgvNumber {
  text-align: right;
}

.cxgvDataRow TD.cxgvDate,
.cxgvDataRow TD.cxgvTime {
  text-align: center;
}

.cxgvDataRow TD.cxgvLeft {
  text-align: left;
}

.cxgvDataRow TD.cxgvUnit {
  text-align: center;
}

.cxgvDataRow TD.cxgvUnit img {
  margin-bottom: -5px;
}

.cxgvDataRow TD.cxgvLink:hover {
  cursor: pointer;
  color: Gray;
}

.cxgvDataRow .cxgvHelpLink:hover {
  cursor: help;
}

.cxgvDataRow TD.cxgvHighlight:hover {
  cursor: pointer;
  background: #c0c0c0;
}

.cxgvDataRow {
  height: 23px;
}

.cxgvDataRow TD {
  BORDER-BOTTOM: #d9dae0 1px solid;
  BORDER-RIGHT: #d9dae0 1px solid;
  BORDER-TOP-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px;
  PADDING-BOTTOM: 1px;
  PADDING-LEFT: 2px;
  PADDING-RIGHT: 2px;
  OVERFLOW: hidden;
  PADDING-TOP: 1px;
}

.cxgvDataRow TD.cxgvBottom {
  BORDER-BOTTOM-WIDTH: 0px;
}

.cxgvDataRow TD.cxgvRight {
  BORDER-RIGHT-WIDTH: 0px;
}

.cxgvDataRow TD.cxgvDelete {
  cursor: pointer;
}

.cxgvDataRow TD.cxgvNoData {
  text-align: center;
  font-size: 14px;
}

.cxgvDataRow TD.cxgvIndentCell {
  BORDER-LEFT: #d9dae0 1px solid;
  BACKGROUND-COLOR: #f9f9fc;
  BORDER-TOP-WIDTH: 0px;
  BORDER-RIGHT: #d9dae0 1px solid;
}

.cxgvTotalRow TD {
  border-width: 0px;
}

.cxgvTotalRow TD.cxgvEmphasize {
  text-align: right;
  font-family: Arial;
  font-size: 13px;
  font-weight: bolder;
}

TD.cxgv {
  BORDER-BOTTOM: #d9dae0 1px solid;
  PADDING-BOTTOM: 4px;
  PADDING-LEFT: 6px;
  PADDING-RIGHT: 6px;
  BORDER-TOP-WIDTH: 0px;
  OVERFLOW: hidden;
  BORDER-LEFT-WIDTH: 0px;
  BORDER-RIGHT: #d9dae0 1px solid;
  PADDING-TOP: 4px;
}

.cxgvCutSubCell {
  float: left;
  width: 100%;
  min-height: 23px;
  height: 100%;
  text-align: center;
}

.cxgvCutSubCell:hover {
  cursor: pointer;
  background: #c0c0c0;
}

/*
.cxgvCutSubCell img {
  margin-left:auto;margin-right:auto;
}
  */
.inputTextBox {
  background-color: white;
  border: #a0a0a0 1px solid;
}
.inputTextBox:focus-visible {
  border-color: #555;
}

.attention {
  font-weight: bold;
  color: Red;
}

.announce {
  font-family: Arial;
  font-style: normal;
  font-size: 12px;
  color: Green;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.emphasize {
  font-weight: bold;
}

.inactive {
  color: gray;
  font-size: 12px;
}

.v-answers {
  margin-top: 7px;
}

.v-answer {
  text-align: center;
  padding: 2px;
  padding-left: 10px !important;
}

.v-answer span {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(150, 150, 150, 0.7);
  box-shadow: 2px 2px 2px 2px rgba(150, 150, 150, 0.7);
  background: #449ddb;
  background: -moz-linear-gradient(top, #449ddb 0%, #3189c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #449ddb), color-stop(100%, #3189c7));
  background: -webkit-linear-gradient(top, #449ddb 0%, #3189c7 100%);
  background: -o-linear-gradient(top, #449ddb 0%, #3189c7 100%);
  background: -ms-linear-gradient(top, #449ddb 0%, #3189c7 100%);
  background: linear-gradient(top, #449ddb 0%, #3189c7 100%);
  border: 1px solid #3689c3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding: 4px;
  width: 610px;
  height: 64px;
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
}

.v-answer span a {
  font: 16px Tahoma;
  color: White;
  line-height: 64px;
  display: block;
  text-decoration: none;
}

.v-answer span:hover {
  background: #6fb9ee;
  background: -moz-linear-gradient(top, #6fb9ee 0%, #5cb3ee 31%, #47a7e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fb9ee), color-stop(31%, #5cb3ee), color-stop(100%, #47a7e6));
  background: -webkit-linear-gradient(top, #6fb9ee 0%, #5cb3ee 31%, #47a7e6 100%);
  background: -o-linear-gradient(top, #6fb9ee 0%, #5cb3ee 31%, #47a7e6 100%);
  background: -ms-linear-gradient(top, #6fb9ee 0%, #5cb3ee 31%, #47a7e6 100%);
  background: linear-gradient(top, #6fb9ee 0%, #5cb3ee 31%, #47a7e6 100%);
}

.priceTreeClass tbody tr td table {
  table-layout: fixed;
}

.activateMessage {
  font: 16px Tahoma;
  color: green;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a[disabled], a[disabled=disabled] {
  cursor: default;
  color: Gray;
  text-decoration: none;
}

.newsItem label {
  font-size: 12px;
}

.comboNoEditButton {
  display: none;
}

.caption {
  font-family: Arial;
  font-size: 11px;
}

.green {
  color: Green;
}

.cxgvOrderStatus {
  BORDER-WIDTH: 0 0 0 0;
  BACKGROUND-COLOR: transparent;
  FONT: 12px Arial;
  COLOR: #201f35;
  CURSOR: default;
  BORDER-COLLAPSE: separate !important;
  OVERFLOW: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  flex-grow: 0;
}

.cxgvOrderStatusRow TD {
  /*
    BORDER-BOTTOM: #d9dae0 1px solid;
    BORDER-RIGHT: #d9dae0 1px solid;
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
  */
  PADDING-BOTTOM: 2px;
  PADDING-LEFT: 2px;
  PADDING-RIGHT: 2px;
  OVERFLOW: hidden;
  PADDING-TOP: 3px;
}

.cxgvOrderStatusRow TD.cxgvCaption {
  text-align: left;
}

.cxgvOrderStatusRow TD.cxgvLink:hover {
  cursor: help;
  color: Gray;
}

.cxgvOrderStatusRow TD label.cxgvLink:hover {
  cursor: help;
  text-decoration: underline;
}

.cxgvOrderStatusRow TD.cxgvValue {
  text-align: right;
  font-weight: bolder;
}

.cxgvOrderStatusRow TD.cxgvUnit {
  text-align: center; /*:left;*/
}

.topBullet li span {
  margin-left: -5px;
}

.linkSmall {
  font-family: Arial;
  font-size: 11px;
}

.clientDisabled {
  color: Gray;
}

.product-picker-input {
  width: 400px;
  height: 20px;
  font: 12px Arial;
  padding-left: 2px;
}

.product-picker-list {
  width: 404px;
  border: 1px solid #CCCCCC;
  max-height: 400px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 2px rgba(150, 150, 150, 0.7);
  position: absolute;
}

.cxRegisterTable {
  border-collapse: separate !important;
  border-spacing: 4px !important;
  border: 0px 0px 0px 0px;
}

.cxRegisterTable > TBODY > TR {
  height: 26px;
  font-family: Arial;
  font-size: 12px;
}

.cxRegisterTable TR TD {
  padding: 0px 0px 0px 0px;
}

.cxRegisterTable input .inputTextBox, .cxRegisterTable textarea .dxeMemoEditArea {
  margin-left: 10px;
}

.inputIndentCell input.inputTextBox {
  text-indent: 5px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0px;
  padding: 0 0 0 0;
}
.inputIndentCell img.dxEditors_edtError {
  margin-left: 5px;
}
.inputIndentCell table.errors {
  border-spacing: 0px !important;
}

input.cxNullText {
  color: gray;
  font-weight: normal !important;
  font-size: 12px !important;
}

.cxRadioButtonTable {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px 0px 0px 0px;
}

.cxRadioButtonTable > TBODY > TR {
  height: 26px;
  font-family: Arial;
  font-size: 12px;
}

.cxRadioButtonTable TR TD {
  padding: 0px 0px 0px 0px;
}

.cxCheckBox {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 4px 4px;
  display: block;
}

.cxRadioButtonTable TD.checkText label {
  margin-left: 6px;
}

.cxMemo TD {
  padding-left: 5px !important;
}

.cxCheckBox:hover {
  cursor: pointer;
  /* background: #f2f2f2;*/
}

.cxCheckBoxChecked {
  background-image: url("../Img/icon_check.png");
}

.cxCheckBoxUnChecked {
  background-image: url("../Img/icon_uncheck.png");
}

.submitButton TD.dxbButton {
  background: #E0E0E0;
  border: 0px;
}

.submitButtonHover {
  background: #c0c0c0 !important;
}

.submitButtonPressed {
  background: #f2f2f2;
}

.popupHeader {
  height: 26px;
}

.cxPagerItem {
  float: left;
  width: 20px;
  height: 18px;
  text-align: center;
  border: 1px solid white;
  vertical-align: middle;
  font-family: Arial;
  font-size: 12px;
  padding-top: 2px;
}

.cxPagerItemSelectable:hover {
  background: #f2f2f2;
  cursor: pointer;
  border: 1px solid #a8a8a8;
}

.cxPageItemSelected {
  background: #E0E0E0;
  border: 1px solid #a8a8a8;
  font-weight: bolder;
}

.cxPagerItemDisabled {
  cursor: default;
}

.cxPagerPrevious:hover {
  cursor: pointer;
  border: 1px solid #a8a8a8;
}

.cxPagerPrevious {
  background: url("../Img/icon_previous.png") no-repeat center center;
}

.cxPagerPreviousDisabled {
  background: url("../Img/icon_previous_no.png") no-repeat center center;
  cursor: default;
}

.cxPagerNext {
  background: url("../Img/icon_next.png") no-repeat center center;
}

.cxPagerNext:hover {
  cursor: pointer;
  border: 1px solid #a8a8a8;
}

.cxPagerNextDisabled {
  background: url("../Img/icon_next_no.png") no-repeat center center;
  cursor: default;
}

.cxSelect {
  height: 22px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ccc;
}

.cxSelect select {
  background: transparent;
  padding: 2px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 22px;
  /*-webkit-appearance: none;*/
  /*outline:none;*/
}

.cxSelect select option::selection {
  background-color: white;
}

.cxOneCSynchronizer .area {
  float: left;
  border: 1px solid #a8a8a8;
  min-height: 200px;
  font-size: 11px;
}

.cxOneCSynchronizer .area span.message {
  color: green;
  margin-left: 5px;
  max-width: 90%;
}

.cxOneCSynchronizer .area span.error {
  color: red;
  margin-left: 5px;
  max-width: 90%;
}

.cxTreeDropDown {
  float: left;
}

.cxTreeDropDown .textBox {
  float: left;
  width: 100%;
  height: 20px;
  border: #a0a0a0 1px solid;
}

.cxTreeDropDown .textBox span {
  font-size: 13px;
  margin-left: 3px;
}

.cxTreeDropDown .box {
  float: left;
  width: 100%;
  height: 20px;
  border: none;
  background-color: transparent;
}

.cxTreeDropDown .box span {
  font-size: 13px;
  margin-left: 3px;
  float: left;
}

.cxTreeDropDown .list {
  float: left;
  width: 100%;
  border: #a0a0a0 1px solid;
  overflow-y: auto;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 2px rgba(150, 150, 150, 0.7);
}

.cxTreeDropDown .control {
  float: left;
  height: 16px;
  width: 20px;
}

.cxTreeDropDown .controlHov:hover {
  background-color: #f2f2f2;
}

.cxTreeDropDown .node {
  display: block;
  overflow: hidden;
}

.cxTreeDropDown .node:hover {
  background-color: #c0c0c0;
}

.cxTreeDropDown .node span {
  font-size: 12px;
  float: left;
}

.cxTreeDropDown .selected {
  background-color: #c0c0c0;
}

.cxTreeDropDown .subnodes {
  float: left;
  width: 100%;
}

.cxTreeDropDown .expanded {
  background: url("../Img/arrow_expanded.png") no-repeat center center;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.cxTreeDropDown .filtered {
  background: url("../Img/arrow_expanded_green.png") no-repeat center center;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.cxTreeDropDown .collapsed {
  background: url("../Img/arrow_collapsed.png") no-repeat center center;
  cursor: pointer;
}

span.cxHighLighten {
  font-weight: bold;
}

span.cxHighLightenGreen {
  /*font-weight:bold;*/
  color: #4BCC4B;
}

INPUT:focus-visible {
  outline: none;
}

.header-basket {
  display: flex;
  text-decoration: none !important;
  align-items: center;
  height: 100%;
  background-image: url("basket-status/images/cart_with_no-number.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 3px;
  background-size: 41px;
}
.header-basket * {
  cursor: pointer !important;
}

.counter {
  width: 54px;
  flex-shrink: 0;
  align-self: start;
  margin-top: 2px;
  display: flex;
  justify-content: center;
}
.counter .counter-badge {
  display: inline-block;
  background-color: #5DC698;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 27px;
  text-align: center;
}

.TabbedMenu .rootItem {
  user-select: none;
}
.TabbedMenu .rootItem .dx-tm {
  height: 48px;
  vertical-align: middle;
  border-bottom: 1px solid #a8a8a8;
  background-color: #e0e0e0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.TabbedMenu .rootItem .dx-tm .caption {
  line-height: 48px !important;
  font: 16px Arial;
  font-weight: bold;
  white-space: nowrap;
}
.TabbedMenu .rootItem LABEL {
  cursor: pointer;
}
.TabbedMenu .rootItemSelected .dx-tm {
  background-color: white;
  border: #a8a8a8 1px solid;
  border-bottom: 0;
}
.TabbedMenu .rootItemSelected .dx-tm, .TabbedMenu .rootItemSelected .dx-tm LABEL {
  cursor: default;
}
.TabbedMenu .rootItemHover .dx-tm {
  background-color: #f2f2f2;
}

.topLine-bottom-border {
  border-bottom: 1px solid #a8a8a8;
}

.topLine-basket {
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  padding-left: 20px;
  padding-right: 20px;
}
.topLine-basket.active {
  background-color: white;
  border: 1px solid #a8a8a8;
  border-bottom-color: transparent;
}
.topLine-basket:hover {
  background-color: #f2f2f2;
}

#topLine {
  width: 100%;
  max-width: 100%;
  float: left;
  background-color: #e0e0e0;
  margin-bottom: 10px;
}

.product-info {
  width: 100%;
  min-height: 260px;
  display: flex;
}
.product-info.updateable {
  min-height: 225px;
}
.product-info .image {
  width: 30%;
  text-align: center;
}
.product-info .image IMG {
  max-width: 100%;
  max-height: 260px;
}
.product-info .content {
  width: 70%;
}
.product-info .content IFRAME {
  width: 100%;
}

.w-100 {
  width: 100%;
}
