/**
Переменные для article
*/
.mxh-600-s {
  max-height: 600px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.box-slide-btn {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-width: 200px;
  -webkit-column-width: 200px;
  column-width: 200px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -moz-column-rule: 1px dotted #ccc;
  -webkit-column-rule: 1px dotted #ccc;
  column-rule: 1px dotted #ccc;
  padding-bottom: 5px;
  padding-left: 30px;
}
.front-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-width: 400px;
  -webkit-column-width: 400px;
  column-width: 400px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -moz-column-rule: 1px dotted #ccc;
  -webkit-column-rule: 1px dotted #ccc;
  column-rule: 1px dotted #ccc;
  margin: 0 auto;
}
.font-menu:last-of-type {
  padding-bottom: 35px;
}
.front-menu-panel {
  padding: 20px 4px;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  z-index: 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.glow-on-warning {
  border: none;
  outline: none;
  color: #000;
  background: transparent;
  z-index: 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  text-shadow: 0 0 4px white;
}
.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.glow-on-warning:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #111;*/
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: repeating-linear-gradient(-60deg, #333, #333 6px, transparent 6px, transparent 8px);
  filter: blur(1px);
}
.art-box-btn {
  position: absolute;
  top: 0;
}
.price-badge {
  min-width: 30px;
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff8a;
  border: 2px solid #9e9e9e85;
}
.price-badge.danger {
  background: white;
}
.price-name {
  display: inline-block;
  padding: 8px 4px;
  font-size: 14px;
}
.block-table6 {
  columns: 5;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.block-table4 {
  columns: 4;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  padding: 15px 15px;
}
.block-table2 {
  columns: 2;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  padding: 15px 15px;
}
.tag-block {
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 15px 15px 15px;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.tag-block-a6 {
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 15px 15px 15px;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.tag-logo {
  font-family: 'Pacifico';
  font-size: 13px;
}
.block-table2 .tag-logo {
  font-size: 24px;
}
.tag-name {
  font-family: 'Poiret One';
  font-size: 14px;
  line-height: 10px;
  padding: 5px 0;
  font-weight: bold;
}
.block-table2 .tag-name {
  font-size: 36px;
  line-height: 36px;
}
.block-table4 .tag-name {
  font-size: 18px;
  line-height: 18px;
}
.block-table4 .tag-block {
  padding: 10px 15px 10px 15px;
}
.block-table4 .tag-block.tag-big {
  padding: 23px 15px 15px 15px;
}
.tag-cur {
  font-family: 'Poiret One';
  font-size: 9px;
  line-height: 0px;
  display: inline-block;
  width: 5px;
  margin-left: -5px;
}
.tag-price {
  font-family: 'Fredoka One';
  font-size: 65px;
  line-height: 60px;
}
.block-table2 .tag-price {
  font-size: 200px;
  line-height: 190px;
}
.block-table4 .tag-price {
  font-size: 90px;
  line-height: 85px;
}
.block-table4 .tag-price.tag-sale {
  color: #ffffff;
  text-shadow: 0 0 10px #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.block-table4 .tag-store {
  left: 106px;
  bottom: 5px;
}
.tag-qty {
  font-family: 'Fredoka One';
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
}
.tag-store {
  /*font-family: 'Pacifico';*/
  font-size: 6px;
  text-align: right;
  position: absolute;
  left: 75px;
  /* color: blue; */
  bottom: 10px;
}
.tag-qty-cur {
  font-family: 'Poiret One';
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 0px;
  padding: 3px 1px 3px 1px;
}
.bb,
.barcode > b {
  border-left: #000 0.01in solid;
  display: inline-block;
  height: 0.15in;
  white-space: nowrap;
}
.bw,
.barcode > i {
  border-left: white 0.01in solid;
  display: inline-block;
  height: 0.15in;
  white-space: nowrap;
}
.barcode > s {
  border-left: #000 0.01in solid;
  display: inline-block;
  height: 0.25in;
  white-space: nowrap;
}
.block-table4 .barcode > b {
  border-left: #000 0.02in solid;
  display: inline-block;
  height: 0.15in;
  white-space: nowrap;
}
.block-table4 .barcode > i {
  border-left: white 0.02in solid;
  display: inline-block;
  height: 0.15in;
  white-space: nowrap;
}
.block-table4 .barcode > s {
  border-left: #000 0.02in solid;
  display: inline-block;
  height: 0.25in;
  white-space: nowrap;
}
.block-table4 .bnum {
  left: 9%;
  letter-spacing: 4px;
}
.bnum {
  font-size: 0.1in;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 24%;
}
.barcode-box {
  width: 130px;
  padding: 10px;
  position: relative;
}
.barcode-box .bnum {
  top: 6px;
  left: 10px;
}
.tag-block .barcode {
  display: block;
  position: relative;
}
.print_content3 {
  width: 1300px;
  margin: 0 auto;
  background: white;
  /*    position: fixed;
    left: 0px;
    top:30px;*/
}
.print_content2 {
  width: 1160px;
  margin: 0 auto;
  background: white;
}
.btn-xs-s {
  padding: 4px 6px;
  font-size: 12px;
  background: #333;
  color: #ffeb00;
  line-height: 13px;
  margin-left: 2px;
  float: right;
}
.page-top5 {
  display: block;
  /*background: black;*/
  text-align: center;
  padding: 5px;
  height: 30px;
  width: 100%;
}
.table-hover-tr.row.table_line.at0000 {
  background: #b6ffb1;
  background: linear-gradient(-90deg, transparent, #b6ffb1);
}
.table-hover-tr.row.table_line.at1000 {
  background: #57e4ca69;
  background: linear-gradient(-90deg, transparent, #57e4ca69);
}
.table-hover-tr.row.table_line.at1100 {
  background: white;
  background: linear-gradient(-90deg, transparent, #fff);
}
.table-hover-tr.row.table_line.at1110 {
  background: #ffff001c;
  background: linear-gradient(-90deg, transparent, #ffff001c);
}
.table-hover-tr.row.table_line.at1111 {
  background: #f4433666;
  background: linear-gradient(-90deg, transparent, #f4433666);
}
.table-hover-tr.row.table_line.previnfo {
  padding: 1px 10px;
  line-height: 10px;
  max-width: 360px;
  display: block;
}
.table-hover-tr.row.table_line.inv_changed {
  background: #ff0af438;
  background: linear-gradient(-90deg, transparent, #ff0af438);
}
.demo-cube {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 16px;
  background: #9E9E9E;
  border-radius: 6px;
  border: 2px solid white;
  margin: 0 5px;
  vertical-align: sub;
  overflow: hidden;
}
.ini10:after {
  margin-top: 8px;
  margin-left: -8px;
  width: 8px;
  position: absolute;
  background: #ff66cc;
  height: 21px;
  filter: blur(2px);
}
.demo-cube.i10 {
  background: #ff66cc;
  filter: blur(2px);
}
.ini11:after {
  margin-top: 8px;
  margin-left: -8px;
  width: 8px;
  position: absolute;
  background: #ff0033;
  height: 21px;
  filter: blur(2px);
}
.ini_pid:after {
  margin-top: 8px;
  margin-left: -8px;
  width: 8px;
  position: absolute;
  background: #009688;
  height: 21px;
  filter: blur(2px);
}
.demo-cube.i11 {
  background: #ff0033;
  filter: blur(2px);
}
.table-hover-tr.row.table_line.noexin {
  background: #795548b8;
  background: linear-gradient(-90deg, transparent, #795548b8);
}
.table-hover-tr.row.table_line.exin {
  background: #dc39755c;
  background: linear-gradient(-90deg, transparent, #dc39755c);
}
.table-hover-tr.row.table_line.previn {
  background: #607d8b4f;
  background: linear-gradient(-90deg, transparent, #607d8b4f);
}
.tag-percent-angle {
  background: #e6e6e6;
  width: 210px;
  height: 179px;
  position: absolute;
  top: 0px;
  right: 0;
  /*border: 6px solid #7d7d7d;*/
  transform: skewX(-70deg);
}
.sale50 {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -20px;
  font-size: 30px;
  color: white;
  text-shadow: 0 0 10px black;
}
.wrap-header.selected-wrap {
  background: #9e847b;
  color: white;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes backblinker {
  0% {
    background: transparent;
  }
  30% {
    background: linear-gradient(-45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.badge-delta {
  display: inline-block;
  color: white;
  background: #795548;
  /* margin: 1px; */
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  margin-left: 2px;
  font-size: 12px;
  line-height: 12px;
}
.badge-delta.dander {
  background: #E91E63;
}
.badge-dec {
  background: #2196F3;
  padding: 0px 6px 1px 6px;
  margin-left: 5px;
  border: 1px solid transparent;
}
.badge-inc {
  background: #E91E63;
  padding: 0px 6px 1px 6px;
  margin-left: 1px;
  border: 1px solid transparent;
}
.dander .badge-inc {
  /*.blink (0.5s, backblinker);*/
}
.dander .table-hover-tr.row.table_line.increase_qty:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  /*.blink (0.5s, backblinker);*/
  /*background: #ffd53b;*/
  /*z-index: -1;*/
  /*background: linear-gradient(-45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);*/
  width: 100%;
  height: 38px;
  position: absolute;
  overflow: hidden;
}
.dander .table-hover-tr.row.table_line.increase_qty:after {
  /*.glow-after;*/
  /*background: #ffd53b;*/
}
.dander .table-hover-tr.row.table_line.increase_qty {
  border: none;
  outline: none;
  color: #000;
  background: transparent;
  position: relative;
  z-index: 0;
  /*.blink (0.5s, backblinker);*/
  display: block;
  overflow: hidden;
  /*    z-index: 0;
        position: relative;
        background: transparent;*/
  font-weight: bold;
  text-shadow: 0 0 1px white;
  padding: 4px;
}
/*.table-hover-tr.row.table_line.extra:before {
    .glow-b-content;
    width: 100%;
    height: 38px;
    position: absolute;
    overflow: hidden;
}*/
.table-hover-tr.row.table_line.extra {
  /*.glow-main(transparent, #000);*/
  background: #fdff8d;
  display: block;
  overflow: hidden;
  font-weight: bold;
  text-shadow: 0 0 1px white;
  padding: 4px;
}
.tab_position {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-black-200 {
  color: #fff;
  background-color: #000000;
  border-color: #F44336;
  min-width: 170px;
}
.btn-black-200:hover {
  color: #fff;
  background-color: #F44336;
}
#camera-box {
  position: fixed;
  left: 0;
  width: 2px;
  max-width: 99%;
  top: 60px;
  height: 40px;
  background: #333;
  min-height: 40px;
  max-height: 700px;
  overflow: hidden;
  z-index: 999;
  transition: all 1s;
}
#camera-box.open-box {
  width: 100%;
  height: auto;
  box-shadow: 0 0 2px #000;
  top: 55px;
}
.lm-item-label-user {
  line-height: 12px;
  font-size: 11px;
}
.left-menu-bar {
  position: fixed;
  left: 0;
  width: 2px;
  max-width: 99%;
  top: 100px;
  height: 40px;
  background: #9E9E9E;
  min-height: 40px;
  max-height: 500px;
  overflow: hidden;
  z-index: 999;
  transition: all 1s;
}
.left-menu-bar.lm-open-box {
  width: 150px;
  height: auto;
  box-shadow: 0 0 2px #000;
}
#left-menu-bar-source {
  display: block;
  opacity: 0;
  transition: all 1s;
  min-height: 58px;
}
.lm-open-box #left-menu-bar-source {
  opacity: 1;
  background: white;
  padding: 5px 5px 5px 15px;
  width: 100%;
  transition: all 1s;
}
#left-menu-bar-source .lm-head {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #F44336;
}
#left-menu-bar-source .lm-item {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fafafa;
}
#left-menu-bar-source .lm-item-label {
  color: #009688;
}
#left-menu-bar-source .lm-item-value {
  font-weight: bold;
  font-size: 16px;
}
#left-menu-bar-source .lm-item-value.lmi-small {
  font-size: 10px;
  color: #F44336;
}
.mini-chart {
  box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.5);
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 300px;
}
.prev_dqty {
  position: absolute;
  z-index: 1;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 3px;
  right: -9px;
  top: 8px;
  /*background: linear-gradient(90deg, transparent, @success-color);*/
  color: #f1f1f1;
  text-shadow: 0px 0px 2px black;
  width: 26px;
  text-align: right;
  border-radius: 0 4px 4px 0;
}
.prev_dqty,
.demo-cube.this_user {
  background: linear-gradient(90deg, transparent, #4cae4c);
}
.prev_dqty.another_user,
.demo-cube.another_user {
  background: linear-gradient(90deg, transparent, #F44336);
}
.prev-qty.sqty {
  text-align: center;
  background: #a5a5a5;
}
.pqbadge {
  text-align: center;
  padding: 1px 9px;
  display: inline-block;
  background: linear-gradient(120deg, transparent, #E91E63);
  font-weight: bold;
  border-radius: 2px;
}
.prev-qty-box {
  display: inline-block;
  width: 60px;
}
.prev-qty-box > div {
  width: 60px;
  padding: 0px 5px;
  height: 12px;
  text-align: left;
  font-weight: bold;
  color: white;
  display: block;
  background: linear-gradient(120deg, #E91E63, transparent);
}
.prev-qty-box .nochange {
  color: white;
  background: linear-gradient(120deg, #888, transparent);
}
.prev-qty-box .more {
  color: white;
  background: linear-gradient(120deg, #2196F3, transparent);
}
.prev-qty-box .inqty {
  color: white;
  text-align: right;
}
.prev-qty-box .inqty.more,
.pqbadge.more {
  background: linear-gradient(120deg, transparent, #2196F3);
}
.prev-qty-box .inqty.nochange,
.pqbadge.nochange {
  background: linear-gradient(120deg, transparent, #888);
}
.prev-qty-box .inqty,
.pqbadge {
  background: linear-gradient(120deg, transparent, #E91E63);
}
.btn-danger.gray {
  color: #fff;
  background-color: #aaaaaa;
  border-color: #8a8a8a;
}
.btn-danger.gray:hover {
  color: #fff;
  background-color: #F44336;
  border-color: #8a8a8a;
}
.badge-ai {
  background-color: #fff;
  color: #333;
  bottom: -7px;
  position: absolute;
  left: 7px;
  font-size: 8px;
}
.badge-ai-t {
  background-color: #fff;
  color: #333;
  bottom: -7px;
  position: absolute;
  right: 12px;
  font-size: 8px;
}
.progress-bar {
  max-width: 100%;
  min-width: 20%;
}
.pqty {
  min-width: 30px;
  font-size: 12px;
  display: inline-block;
}
.pqty1 {
  color: #4cae4c;
}
.pqty2 {
  color: #009688;
}
.pqty3 {
  color: darkmagenta;
}
.pqty4 {
  color: #F44336;
}
.status-line-order {
  font-size: 12px;
  padding: 7px 8px;
  border-radius: 4px;
}
/*.table-hover-tr.row.table_line:nth-child(odd) {
    background: #f4f4f4;
}*/
.swith-right {
  /* float: right; */
  position: absolute;
  top: 0px;
  right: 5px;
}
