@charset "UTF-8";
.top-navigation {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  background-color: white;
  position: fixed;
  z-index: 2;
}
.top-navigation i.hamburger {
  display: none;
}
.top-navigation input.hamburger {
  display: none;
}

.top-navigation-item {
  display: inline-block;
  float: left;
}
.top-navigation-item .bubble {
  border-radius: 25px;
  background-color: #efefef;
  color: #616161;
  font-weight: bold;
  padding: 8px 15px 8px 15px;
}
.top-navigation-item .bubble.red {
  background-color: #d61810;
  color: white;
}

.top-navigation-item.right {
  float: right;
}

.user-balance, .user-name, .top-navigation-item-content {
  font-size: 17px;
  color: #616161;
  background-color: #efefef;
  padding: 5px 10px 5px 10px;
  border-radius: 25px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}

.user-balance.negative {
  background-color: #ffbfbf;
  color: #980d07;
}

.logo {
  margin-left: 20px;
  height: 60px;
}

.html-logo {
  color: #d61810;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
}

.logo-container {
  display: inline-block;
  background-color: #d61810;
  color: white;
  padding: 3px 8px 3px 3px;
  margin-left: 2px;
}

.logo-text {
  display: inline-block;
  font-size: 22px;
  color: #616161;
  line-height: 60px;
}

@media (max-width: 980px) {
  body .main {
    left: 0;
    width: calc(100% - 20px);
  }

  .top-navigation i.hamburger {
    font-size: 25px;
    color: #5a5a5a;
    margin-left: -40px;
    display: inline-block;
    margin-top: -38px;
    vertical-align: middle;
    width: 40px;
    height: 38px;
  }

  .top-navigation input.hamburger {
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
    width: 50px;
    height: 60px;
    display: inline-block;
  }

  .top-navigation .mobile-menu input[type=checkbox]:checked ~ .navigation-wrap {
    display: block;
    z-index: 1;
    overflow-x: auto;
  }
  .top-navigation .mobile-menu input[type=checkbox]:checked ~ i.hamburger:before {
    content: "";
  }
  .top-navigation .mobile-menu input[type=checkbox]:checked ~ .menu-underlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    top: 60px;
    background-color: black;
  }

  .top-navigation .mobile-menu {
    display: block;
  }
}
@media (max-width: 980px) {
  .top-navigation .navigation-wrap {
    display: none;
  }
}
.navigation-wrap {
  left: 0;
  top: 61px;
  text-decoration: none;
  width: 250px;
  height: 100%;
  z-index: 2;
  display: inline-block;
  position: fixed;
  background-color: white;
}
.navigation-wrap .selected {
  color: #d61810;
  font-weight: bold;
  background-color: #fdeeee;
}
.navigation-wrap .selected:hover {
  color: #d61810;
  background-color: #fdeeee;
  cursor: default;
}
.navigation-wrap .navigation-text {
  display: inline-block;
}

.navigation {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 65px;
}

.menu {
  list-style: none;
}

.menu-item {
  padding: 10px 10px;
  border-radius: 0 20px 20px 0;
  margin-right: 5px;
}
.menu-item:hover {
  background-color: #f3f3f3;
}
.menu-item i {
  font-size: 20px;
  display: inline;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-right: 10px;
}
.menu-item i.right {
  float: right;
  max-width: 10px;
  display: inline-block;
  margin-right: 0px;
}

.menu a:hover {
  text-decoration: none;
}

.menu-open {
  font-size: 20px;
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.menu-open i.right {
  float: right;
  margin-right: 15px;
}

.content-box {
  padding: 10px 20px;
  color: black;
  width: max-content;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.content-box-large {
  padding: 50px;
  background-color: #f5f5f5;
}

@media (max-width: 500px) {
  .content-box-large {
    padding: 25px;
  }
}
.login-logo .html-logo {
  font-size: 70px;
}

input.login-input:not([type=checkbox]) {
  color: #908a8a;
  background-color: #dcdcdc;
  border: none;
  height: 30px;
  font-family: Consolas;
  font-size: 16px;
  padding: 20px;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

input:not([type=checkbox]), select, textarea {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

input.button {
  background-color: #d61810;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  outline: none;
}

.switch-container {
  align-items: center;
  display: flex;
}
.switch-container.margin-bottom {
  margin-bottom: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch ~ label {
  margin-left: 10px;
  display: inline-block;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked + .slider {
  background-color: #d61810;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d61810;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

:not(.fast-file-input) > label {
  margin-left: 5px;
  color: #616161;
}

.fast-file-input input {
  display: none;
}

#chart {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}

.bars {
  display: flex;
  place-items: flex-end;
  width: 100%;
  height: 250px;
}

.bar {
  background-color: #eaeaea;
  width: calc(20% - 10px);
  position: relative;
  padding: 0px;
  margin: 0 5px;
}
.bar.inline-bar.inline-bar-status-1 {
  background-color: #e3efff;
}
.bar.inline-bar.inline-bar-status-2 {
  background-color: #e3efff;
}
.bar.inline-bar.inline-bar-status-3 {
  background-color: #ffbfbf;
}
.bar.inline-bar.inline-bar-status-4 {
  background-color: #fff8ce;
}
.bar.inline-bar.inline-bar-status-5 {
  background-color: #aed692;
}
.bar.inline-bar.inline-bar-status-6 {
  background-color: #e3efff;
}
.bar.inline-bar.inline-bar-status-7 {
  background-color: #e3efff;
}

.timeline-date {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}

.flex-column {
  display: flex;
  place-items: flex-end;
  line-height: 12px;
}

.timeline-dash {
  background-color: #dddddd;
  padding: 0;
  margin: 0 auto;
  width: 2px;
  height: 5px;
}

.bar-amount {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% + 25px);
  color: #19232d;
  font-weight: bold;
}

.timeline {
  width: calc(100% - 10px);
  height: 1px;
  background-color: #dddddd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}

.list {
  width: 100%;
  border-collapse: collapse;
}
.list .list-menu-opening-child > .list-menu-opening-parent:nth-child(2n+1) {
  background-color: #efefef;
}
.list .list-menu-opening-child > .list-menu-opening-parent:nth-child(2n) {
  background-color: #e8e8e8;
}
.list .product-image {
  height: 50px;
}
.list .image-td {
  width: 50px;
}
.list .line-height-normal {
  line-height: 20px;
}
.list .list-element {
  padding: 5px;
  margin-bottom: 5px;
  transition: background-color 1s;
  position: relative;
  overflow: hidden;
  /*Problem*/
  /*Canceled*/
}
.list .list-element.highlighted {
  background-color: #aed692;
}
.list .list-element.highlighted:nth-child(2n+1) {
  background-color: #aed692;
}
.list .list-element:not(.footer):hover {
  transition: background-color 0s;
  background-color: #f3f3f3;
}
.list .list-element.header {
  line-height: 25px;
  font-weight: bold;
}
.list .list-element.footer {
  line-height: 25px;
}
.list .list-element.footer i {
  line-height: 25px;
}
@media (max-width: 980px) {
  .list .list-element.footer {
    line-height: 15px;
  }
}
.list .list-element.allow-overflow {
  overflow: visible;
}
.list .list-element .pagination .pagination-item {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 980px) {
  .list .list-element .pagination .pagination-item {
    padding: 5px 8px;
    width: 10px;
  }
}
.list .list-element .pagination .pagination-item:hover {
  color: #d61810;
  text-decoration: none;
  font-weight: bold;
}
.list .list-element .pagination .pagination-item.dots:hover {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
  cursor: default;
}
.list .list-element .pagination .pagination-item.selected {
  background-color: #d61810;
  color: white;
  font-weight: bold;
  width: inherit;
}
.list .list-element .pagination .pagination-item.selected:hover {
  cursor: default;
}
.list .list-element .list-menu-opening-trigger {
  float: right;
  margin-right: 5px;
}
.list .list-element:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.list .list-element .list-menu-opening-child {
  display: none;
  margin-top: 5px;
}
.list .list-element .list-menu-opening-child.opened {
  display: block;
  background-color: white;
}
.list .list-element i {
  font-size: 25px;
  vertical-align: middle;
  line-height: 50px;
}
.list .list-element i.status {
  padding-left: 10px;
}
.list .list-element i.line-height-normal {
  line-height: 20px;
  font-size: inherit;
}
.list .list-element.status-1, .list .list-element.order-status-1 {
  border-left: 5px solid #c3c3c3;
}
.list .list-element.status-1 i.status, .list .list-element.order-status-1 i.status {
  color: #616161;
}
.list .list-element.status-1 i.status.fa:before, .list .list-element.order-status-1 i.status.fa:before {
  content: "\f055";
}
.list .list-element.status-2 {
  border-left: 5px solid #e3efff;
}
.list .list-element.status-2 i.status {
  color: #0d48b1;
}
.list .list-element.status-2 i.status.fa:before {
  content: "\f013";
}
.list .list-element.order-status-2 {
  border-left: 5px solid #aed692;
}
.list .list-element.order-status-2 i.status {
  color: #59a027;
}
.list .list-element.order-status-2 i.status.fa:before {
  content: "\f53a";
}
.list .list-element.status-3, .list .list-element.order-status-3 {
  border-left: 5px solid #e3efff;
}
.list .list-element.status-3 i.status, .list .list-element.order-status-3 i.status {
  color: #0d48b1;
}
.list .list-element.status-3 i.status.fa:before, .list .list-element.order-status-3 i.status.fa:before {
  content: "\f466";
}
.list .list-element.status-4, .list .list-element.order-status-4, .list .list-element.order-status-8 {
  border-left: 5px solid #aed692;
}
.list .list-element.status-4 i.status, .list .list-element.order-status-4 i.status, .list .list-element.order-status-8 i.status {
  color: #59a027;
}
.list .list-element.status-4 i.status.fa:before, .list .list-element.order-status-4 i.status.fa:before, .list .list-element.order-status-8 i.status.fa:before {
  content: "\f058";
}
.list .list-element.status-5 {
  border-left: 5px solid #aed692;
}
.list .list-element.status-5 i.status {
  color: #59a027;
}
.list .list-element.status-5 i.status.fa:before {
  content: "\f058";
}
.list .list-element.order-status-5 {
  border-left: 5px solid #ffbfbf;
}
.list .list-element.order-status-5 i.status {
  color: #d61810;
}
.list .list-element.order-status-5 i.status.fa:before {
  content: "\f2ea";
}
.list .list-element.status-6, .list .list-element.order-status-7 {
  border-left: 5px solid #ffbfbf;
}
.list .list-element.status-6 i.status, .list .list-element.order-status-7 i.status {
  color: #d61810;
}
.list .list-element.status-6 i.status.fa:before, .list .list-element.order-status-7 i.status.fa:before {
  content: "\f071";
}
.list .list-element.status-7 {
  border-left: 5px solid #e3efff;
}
.list .list-element.status-7 i.status {
  color: #0d48b1;
}
.list .list-element.status-7 i.status.fa:before {
  content: "\f494";
}
.list .list-element.status-8 {
  border-left: 5px solid #e3efff;
}
.list .list-element.status-8 i.status {
  color: #0d48b1;
}
.list .list-element.status-8 i.status.fa:before {
  content: "\f494";
}
.list .list-element.status-9, .list .list-element.order-status-6 {
  border-left: 5px solid #ffbfbf;
}
.list .list-element.status-9 i.status, .list .list-element.order-status-6 i.status {
  color: #d61810;
}
.list .list-element.status-9 i.status.fa:before, .list .list-element.order-status-6 i.status.fa:before {
  content: "\f057";
}
.list .list-element .picked-status {
  display: inline-block;
  border-radius: 25px;
  padding: 0 20px;
  cursor: pointer;
  color: #2e6101;
  background-color: #aed692;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.list .list-element .picked-status.picked {
  color: #c3c3c3;
  background-color: #efefef;
}
.list .list-element .number-counter {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.list .list-element .number-counter .quantity-field {
  display: inline-block;
  background-color: #ffffff00;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  -moz-appearance: textfield;
}
.list .list-element .number-counter .quantity-field::-webkit-inner-spin-button, .list .list-element .number-counter .quantity-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 767px) {
  .list .list-element .number-counter .quantity-field {
    padding: 0;
    width: 29px;
  }
}
.list .list-element .number-counter .price-field {
  display: inline-block;
  background-color: #ffffff;
  width: 60px;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
  -moz-appearance: textfield;
}
.list .list-element .number-counter .price-field::-webkit-inner-spin-button, .list .list-element .number-counter .price-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list .article-data .image-container {
  display: inline-block;
  padding-right: 7px;
}
.list .article-data .image-container .image {
  display: inline-block;
  max-width: 100%;
  max-height: 65px;
}
.list .article-data .article-data-details {
  display: inline-block;
  line-height: 1.3rem;
  color: #757575;
  vertical-align: top;
}
.list .article-data .article-data-details .article-data-name {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  width: 100%;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

.item-list-empty-text {
  text-align: center;
  height: 60px;
}

.list.has-items + .item-list-empty-text {
  display: none;
}

.page-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flex-row .page-segment {
  height: calc(100% - 40px);
}
@media only screen and (max-width: 1128px) {
  .flex-row .page-segment {
    height: inherit;
  }
}

.page-segment {
  width: calc(100% - 40px);
  margin: 5px;
  background-color: white;
  padding: 15px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 1128px) {
  .page-segment {
    height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .page-segment {
    margin-left: -5px;
    margin-right: 0;
    width: calc(100% - 22px);
  }
}
.page-segment .page-segment-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-segment .page-segment-title.inline {
  display: inline-block;
}
.page-segment .page-segment-title-action {
  float: right;
  font-size: 17px;
}
.page-segment .page-segment-title-action.button {
  margin-top: 0;
  padding: 3px 10px;
}
.page-segment .page-segment-subtitle {
  font-weight: bold;
  text-align: center;
}

.response-header {
  width: calc(100% - 40px);
  margin: 5px;
  background-color: white;
  color: white;
  padding: 15px;
  border: 1px solid #cccccc;
  font-size: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .response-header {
    text-align: center;
    line-height: 40px;
  }
}
.response-header.active {
  display: block;
}
.response-header.success {
  background-color: #05823f;
}
.response-header.success a.response-header-action {
  color: #05823f;
}
.response-header.information {
  background-color: #3665f3;
}
.response-header.warning {
  background-color: orange;
  color: black;
}
.response-header.warning a.response-header-action {
  color: black;
}
.response-header.error {
  background-color: #d61810;
}
.response-header.error a.response-header-action {
  color: #d61810;
}
.response-header i {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}
.response-header a.response-header-action {
  color: #3665f3;
  font-weight: bold;
  text-align: right;
  float: right;
  margin-right: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 7px 15px;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .response-header a.response-header-action {
    float: inherit;
  }
}

.main {
  position: relative;
  width: calc(100% - 280px);
  display: inline-block;
  left: 250px;
  margin: 10px;
  top: 60px;
}

.transaction-amount {
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  background-color: #aed692;
  color: #2e6101;
}

.transaction-amount.negative {
  background-color: #ffbfbf;
  color: #980d07;
}

.shipment-costs, .itemOrder-costs {
  margin-bottom: 10px;
}

article, header, footer {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: whitesmoke;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Open Sans", Georgia, serif;
  color: #19232d;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

a {
  color: #19232d;
  text-decoration: none;
}

a.marked:hover {
  color: #59a027;
}

a.underline {
  text-decoration: underline;
}

.col-0 {
  display: none;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  -webkit-box-flex: 1;
}
.flex-row .row-6 {
  height: 50%;
}
@media only screen and (max-width: 1128px) {
  .flex-row .row-6 {
    height: inherit;
  }
}

.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
  display: table;
  content: " ";
}

[class*=col-].left {
  text-align: left;
}

[class*=col-].center {
  text-align: center;
}

[class*=col-].right {
  text-align: right;
}

[class*=col-].padded {
  padding: 5px;
}

[class*=col-].padded-left {
  padding-left: 5px;
}

[class*=col-].padded-right {
  padding-right: 5px;
}

.row > [class*=col-] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1128px) {
  .flex-row {
    display: block;
  }

  .row > [class*=col-].hidden-early {
    display: none;
  }

  [class*=col-lg-] {
    display: block;
  }

  .col-lg-0 {
    display: none;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .row > [class*=col-].hidden-normal {
    display: none;
  }

  [class*=col-md-] {
    display: block;
  }

  .col-md-0 {
    display: none;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row:not(.nowrap) > [class*=col-] {
    width: 100%;
  }

  .row > [class*=col-].hidden-late {
    display: none;
  }

  [class*=col-xs-] {
    display: block;
  }

  .col-xs-0 {
    width: 0;
    display: none;
  }

  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .row > [class*=col-].hidden-late-2 {
    display: none;
  }

  [class*=col-xxs-] {
    display: block;
  }

  .col-xxs-0 {
    display: none;
  }

  .col-xxs-1 {
    width: 8.3333333333%;
  }

  .col-xxs-2 {
    width: 16.6666666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.3333333333%;
  }

  .col-xxs-5 {
    width: 41.6666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.3333333333%;
  }

  .col-xxs-8 {
    width: 66.6666666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.3333333333%;
  }

  .col-xxs-11 {
    width: 91.6666666667%;
  }

  .col-xxs-12 {
    width: 100%;
  }
}
.no-text-wrap {
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.list-debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  background-color: red;
  height: 50px;
  z-index: 9999;
}

.list-debug > span {
  color: white;
  margin: 10px;
}

.button {
  padding: 12px;
  background-color: #d61810;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin: 5px;
  background-position: center;
  transition: background 0.5s;
}
.button.disabled {
  background-color: #ffbfbf;
  cursor: default;
}
.button.no-margin {
  margin: 0;
}
.button.no-padding {
  padding: 0;
}
.button.fit-content {
  width: fit-content;
}
.button.right {
  margin-left: auto;
  margin-right: 0;
  width: max-content;
}
.button.filter {
  margin-top: 0;
  padding: 10px;
}

.button:hover {
  text-decoration: none;
}

.button.green {
  background-color: #aed692;
  color: #2e6101;
}
.button.green:hover {
  background: #b4d999 radial-gradient(circle, transparent 1%, #b4d999 1%) center/15000%;
}
.button.green:active {
  background-color: #cae4b7;
  background-size: 100%;
  transition: background 0s;
}

.button.grey {
  background-color: #efefef;
  color: #616161;
}

.button.blue {
  background-color: #e3efff;
  color: #0d48b1;
}
.button.blue.disabled {
  background-color: #e3efff;
  color: #0d48b1;
}
.button.blue:hover {
  background: #edf5ff radial-gradient(circle, transparent 1%, #edf5ff 1%) center/15000%;
}
.button.blue:active {
  background-color: #fdfeff;
  background-size: 100%;
  transition: background 0s;
}

.button.red {
  background-color: #ffbfbf;
  color: #980d07;
}
.button.red:hover {
  background: #ffc9c9 radial-gradient(circle, transparent 1%, #ffc9c9 1%) center/15000%;
}
.button.red:active {
  background-color: #ffd9d9;
  background-size: 100%;
  transition: background 0s;
}

.circled {
  display: inline-block;
  padding: 13px 14px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #dcdbdb;
  color: #757373;
  font-weight: bold;
  line-height: 25px;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.circled > i.fas {
  font-size: 12px;
  line-height: 1;
}
.circled.flat {
  background-color: unset;
}
.circled.flat > i.fas {
  font-size: 15px;
}
@media (max-width: 767px) {
  .circled.hide-breakpoint {
    display: none;
  }
}

.autocomplete-items > div.list-element {
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  height: 80px;
  padding: 10px 10px 10px 5px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
}
.autocomplete-items > div.list-element.simple {
  height: auto;
}

input.smart-search {
  width: 100%;
  border-radius: 20px;
  padding-left: 3rem;
  transition: border-radius 0.5s;
  margin-left: 0px;
}
input.smart-search.no-icon {
  padding-left: 10px;
}
input.smart-search.no-corner {
  width: calc(100% - 10px);
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.smart-search:focus {
  outline: none;
}

.smart-search.no-result {
  background-color: #ffbfbf;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.smart-search.has-results {
  border-radius: 20px 20px 0 0;
  transition: none;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
.smart-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  left: 1rem;
}

.smart-search-holder {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .smart-search-holder {
    width: 100%;
    margin-right: 0;
  }
}
.autocomplete-items {
  position: absolute;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px 4px 4px;
  background-color: #f1f1f1;
}

.autocomplete-items .list-element.autocomplete-active {
  background-color: #efefef;
}

.search-result-image-container {
  display: inline-block;
}

.search-result-details {
  display: inline-block;
  line-height: 1.3rem;
  color: #757575;
  vertical-align: top;
  padding-left: 5px;
}

.search-result-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
  color: black;
}

.list-element.list-element-with-details .search-result-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

.search-result-image {
  display: inline-block;
  max-width: 100%;
  max-height: 65px;
}

#item-list-content {
  margin-bottom: 10px;
}

.product-data .product-data-section {
  padding: 10px;
}
.product-data .product-data-section.admin-section {
  line-height: 50px;
}
.product-data .product-data-section.product-data-content {
  line-height: 40px;
}
.product-data .product-data-section.product-data-content .product-data-image {
  height: 40px;
}
.product-data .product-data-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-data .product-data-list-title {
  font-weight: bold;
}
.product-data .price-summed {
  font-weight: bold;
}
.product-data .price-summed.product-data-attribute {
  color: black;
}
.product-data .product-data-attribute {
  white-space: nowrap;
  color: #616161;
}
.product-data .product-data-entry {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-data .status-text {
  text-align: right;
}

.red-message {
  background-color: #ffbfbf;
}

.full-size-product-image {
  max-width: 100%;
  border: 1px solid #c3c3c3;
}

.price-big {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.price-big-label {
  text-align: center;
  width: 100%;
  color: #616161;
}

.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.tooltip h3 {
  margin: 12px 0;
}

.tooltip .bottom {
  min-width: 200px;
  /*max-width:400px;*/
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
  color: #666666;
  background-color: #EEEEEE;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}

.tooltip:hover .bottom {
  display: block;
}

.tooltip .bottom img {
  width: 400px;
}

.yellow-notification {
  background-color: yellow;
}

.item-status {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  color: #0d48b1;
  background-color: #e3efff;
  margin-top: 3px;
  margin-bottom: 3px;
}
.item-status.margin-left {
  margin-left: 5px;
}
.item-status.filter {
  cursor: pointer;
}
.item-status:last-child {
  margin-right: 0;
}
.item-status.filter:not(.selected) {
  color: black;
  background-color: white;
  border: 1px solid black;
}
.item-status.status-1 {
  color: #2a2c2a;
  background-color: #efefef;
}
.item-status.status-1.selected {
  color: white;
  background-color: #3c3c3c;
}
.item-status.status-2 {
  color: #0d48b1;
  background-color: #e3efff;
}
.item-status.status-2.selected {
  color: white;
  background-color: #0d48b1;
}
.item-status.status-3 {
  color: #980d07;
  background-color: #ffbfbf;
}
.item-status.status-3.selected {
  color: white;
  background-color: #d61810;
}
.item-status.status-4 {
  color: #5b5d11;
  background-color: #fff8ce;
}
.item-status.status-4.selected {
  color: black;
  background-color: #fff311;
}
.item-status.status-5 {
  color: #2e6101;
  background-color: #aed692;
}
.item-status.status-5.selected {
  color: white;
  background-color: #4ca001;
}
.item-status.status-6 {
  color: #2a2c2a;
  background-color: #efefef;
}
.item-status.status-6.selected {
  color: white;
  background-color: #3c3c3c;
}
.item-status.status-7 {
  color: #2a2c2a;
  background-color: #efefef;
}
.item-status.status-7.selected {
  color: white;
  background-color: #3c3c3c;
}
.item-status.status-8 {
  color: #980d07;
  background-color: #ffbfbf;
}
.item-status.status-8.selected {
  color: white;
  background-color: #d61810;
}

.shipment-status {
  display: inline-block;
  border-radius: 25px;
  color: #0d48b1;
  background-color: #e3efff;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.shipment-status.filter:not(.selected) {
  color: black;
  background-color: white;
  border: 1px solid black;
}
@media only screen and (max-width: 500px) {
  .shipment-status {
    padding: 0 10px;
  }
}
.shipment-status.selected {
  color: white;
  background-color: #0d48b1;
}
.shipment-status.status-4 {
  color: #2e6101;
  background-color: #aed692;
}
.shipment-status.status-4.selected {
  color: white;
  background-color: #4ca001;
}
.shipment-status.status-5 {
  color: #2e6101;
  background-color: #aed692;
}
.shipment-status.status-5.selected {
  color: white;
  background-color: #4ca001;
}
.shipment-status.status-6 {
  background-color: #ffbfbf;
  color: #d61810;
}
.shipment-status.status-6.selected {
  color: white;
  background-color: #d61810;
}
.shipment-status.status-7 {
  color: #0d48b1;
  background-color: #e3efff;
}
.shipment-status.status-7.selected {
  color: white;
  background-color: #0d48b1;
}
.shipment-status.status-9 {
  background-color: #ffbfbf;
  color: #d61810;
}
.shipment-status.status-9.selected {
  color: white;
  background-color: #d61810;
}

.order-status {
  display: inline-block;
  border-radius: 25px;
  color: #0d48b1;
  background-color: #e3efff;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.order-status.filter:not(.selected) {
  color: black;
  background-color: white;
  border: 1px solid black;
}
@media only screen and (max-width: 500px) {
  .order-status {
    padding: 0 10px;
  }
}
.order-status.status-2, .order-status.status-4, .order-status.status-8 {
  color: #2e6101;
  background-color: #aed692;
}
.order-status.status-5, .order-status.status-6, .order-status.status-7 {
  background-color: #ffbfbf;
  color: #d61810;
}

.bar-chart {
  display: inline-block;
  width: 400px;
  height: 400px;
  margin-left: 25px;
}

.revenue-table {
  display: inline-block;
}

.setting-group {
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid lightgray;
}
.setting-group:last-child {
  border-bottom: none;
}

.setting-menu-item {
  text-align: center;
  height: 15vh;
  text-overflow: ellipsis;
  overflow: hidden;
}
.setting-menu-item i {
  font-size: 30px;
  color: #d61810;
}
.setting-menu-item i.fa.label:before {
  content: "\f71e";
}
.setting-menu-item i.fa.ebay:before {
  content: "\f54f";
}
.setting-menu-item i.fa.shop:before {
  content: "\f54f";
}
.setting-menu-item i.fa.invoice:before {
  content: "\f570";
}
.setting-menu-item i.fa.taxes:before {
  content: "\25";
}
.setting-menu-item i.fa.dpag:before {
  content: "\f0e0";
}
@media (max-width: 767px) {
  .setting-menu-item {
    height: auto;
    text-align: left;
  }
  .setting-menu-item h1 {
    display: inline-block;
  }
  .setting-menu-item i {
    margin-right: 10px;
  }
}

.button#save-settings {
  display: none;
  z-index: 999;
}

.loader-container {
  display: none;
  z-index: 999;
  width: 30px;
  height: 30px;
}

#save-success {
  display: none;
  z-index: 999;
  color: #59a027;
  font-size: 20px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}
#save-success i {
  font-size: 30px;
  padding-right: 10px;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d61810;
  background: -moz-linear-gradient(left, #d61810 10%, rgba(214, 24, 16, 0) 42%);
  background: -webkit-linear-gradient(left, #d61810 10%, rgba(214, 24, 16, 0) 42%);
  background: -o-linear-gradient(left, #d61810 10%, rgba(214, 24, 16, 0) 42%);
  background: -ms-linear-gradient(left, #d61810 10%, rgba(214, 24, 16, 0) 42%);
  background: linear-gradient(to right, #d61810 10%, rgba(214, 24, 16, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #d61810;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa.green, .fa.success {
  color: #59a027;
}
.fa.red, .fa.error {
  color: #d61810;
}
.fa.orange, .fa.warning {
  color: orange;
}
.fa.blue, .fa.info {
  color: #3665f3;
}

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