﻿.storer {
  background-color: red;
  display: inline-block;
  padding: 1px 5px;
  font-size: 11px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: monospace;
}

.btn-round-none {
  border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
}

.btn-round-noleft {
  border-top-left-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
}

.btn-round-noright {
  border-top-right-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-bottom-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
}

.row {
  margin-bottom: 10px;
}

.inputtable .grouprow {
  margin-bottom: 0;
}

.inputtable .input-label.disabled {
  color: #bcbcbc;
}

.input-label {
  display: block;
}

.inputtable hr {
  margin: 0;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  max-height: 575px;
}

.page-dialog {
}

.page-body {
  overflow-y: auto !important;
  overflow-x: hidden;
}

.focused {
}

.focused .focus {
  background-color: navy !important;
  color: white !important;
}

.focused .cursor {
  background-color: #3d3d3d !important;
}

.inputText {
  font-weight: bold;
  white-space: nowrap;
}

.disabled .inputText {
  color: #bcbcbc;
}

.disabled.inputText {
  color: #bcbcbc;
}

.has-error .inputText {
  color: #a94442;
}

.has-error.inputText {
  color: #a94442;
}

.has-error label {
  color: #a94442;
  font-weight: bold !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.panel-body {
  padding: 5px;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.input-group.enabled input[type="text"] {
  background-color: white !important;
}

label span.disabled {
  color: #bcbcbc;
}

.no-padding-left {
  padding-left: 0;
}

.has-modifications {
  border-left: 2px dotted red;
}

.ellipsis {
  position: absolute;
  pointer-events: none;
  color: inherit;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: inherit;
}

.ddhover {
  border: 2px solid gray;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*.nav-tabs li.has-error {
    font-weight:bold;
    color:red;

}

.nav-tabs li.has-error a{
    font-weight:bold;
    color:red;

}*/

.markup-viewer {
  font-family: Arial;
}

.markup-viewer td {
  padding-left: 4px;
}

.markup-viewer table {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
  border-width: 1px;
  border-color: #666;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.markup-viewer table th,
.markup-viewer table td {
  padding: 4px;
}

.markup-viewer .content th,
.markup-viewer .content td {
  border-width: 0;
  padding: 4px 8px;
  border-style: solid;
  border-color: #666;
  background-color: #fff;
}

.markup-viewer .colcontent th,
.markup-viewer .colcontent td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666;
  background-color: #fff;
}

.markup-viewer table.content {
  display: block;
  overflow-x: hidden;
}

.markup-viewer table.content th {
  color: gray;
  font-size: 12px;
  font-weight: 900;
}

.markup-viewer table.colcontent td:first-child {
  background-color: #dedede;
}

.has-error.grouprow {
  border: none;
}

.has-error.grouprow > .panel-heading {
  background: #a94442 !important;
  background-image: none;
}

.radiogroup > label {
  font-weight: normal;
  margin-right: 4px;
}

.col-xs-nowidth {
  width: inherit;
  float: left;
}

.item-row-components .inputtable {
  background: none;
}

.item-row-components .row {
  margin-bottom: 0;
}

.item-row-components-row {
  border: none !important;
}

.compact-table {
  width: 100%;
  line-height: 1.5;
}

.bigger-table {
  width: 100%;
}

.width-100 {
  width: 100% !important;
}

.bigger-table .item-row .col-xs-7 {
  padding-left: 0px;
  width: 100%;
}

.full-width {
  width: 100%;
}

.full-padding {
  padding: 4px;
}

.gs-fileGallery small {
  overflow-wrap: break-word;
}

@media (min-width: 1024px) {
  .modal-xl {
    width: 1000px;
  }
}

.spellArea {
  padding-top: 6px;
  margin: 5px 0 10px 0;
  line-height: 21px;
}

.spell {
  font-size: 18px;
}

.img-initial {
  max-height: initial;
  max-width: initial;
}

.table_tile_row .thumbnail .caption p,
.table_tile_row .thumbnail .caption h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table_tile_row .thumbnail input[type="checkbox"] {
  margin: 0;
}

.mode-advanced {
  background-color: #f5f5f5;
}

.mode-advanced.first {
  border-top: 1px solid silver;
}

.mode-advanced.last {
  border-bottom: 1px solid silver;
}

div[gs-plugin="gsCheckBox"] label {
  margin-bottom: 0px !important;
}

.datepicker-days tr .day.dayIsInForeTime {
  background-color: #f5f4ef;
  color: #cccbc6;
  border-radius: 0px;
}

.datepicker-days tr .day.today {
  background-color: #23a537;
}

.datepicker-days tr .day.today:hover {
  background-color: #22e640 !important;
}

/*
    Three Sixty
*/

.threesixty ol,
.threesixty ul {
  list-style: none;
  padding-left: 0px;
}

.threesixty {
  width: 500px;
  height: 500px;
}

/*
	Sets the style of the image slider wrapper <div> to be centered horizontally and vertically.
	It also sets its default dimensions and the overflowing hidden (to fix the IE image positioning bug).
*/
.threesixty {
  /*position:absolute;*/
  /* This one fixes the IE positioning bug */
  overflow: hidden;
  width: 540px;
  height: 540px;
  /*margin-left:-480px;
	margin-top:-270px;*/
}

/*
	Makes the image slider invisible by default
*/
.threesixty_images {
  display: none;
}
/*
	Sets every image in the slider to be absolute positioned and dynamically sized.
*/
.threesixty img {
  position: absolute;
  top: 0;
  cursor: pointer;
}
/*
	Sets the style of the visible current frame of the image slider animation
*/
.current-image {
  visibility: visible;
  /*width:100%;*/
}
/*
	Sets the style of the visible "previous" frame of the image slider animation
*/
.previous-image {
  visibility: hidden;
  width: 0;
}
/*
	Sets the dimensions of the CanvasLoader placeholder <div>, it also centeres it horizontally and vertically inside the wrapper and makes it invisible by default
*/
#spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 20px;
  font-size: 90px;
  margin-left: -45px;
  margin-top: -50px;
  display: none;
}

#spinner span {
  text-align: center;
  position: absolute;
  left: 19px;
  top: 56px;
  font-size: 14px;
  width: 40px;
}

.subtable td {
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none;
}

tr.visible-xxs {
  display: none;
}

th.visible-xxs,
td.visible-xxs {
  display: none !important;
}

.hidden-xxs {
  display: block;
}

tr.hidden-xxs {
  display: table-row;
}

th.hidden-xxs,
td.hidden-xxs {
  display: table-cell;
}

@media (max-width: 450px) {
  .visible-xxs {
    display: block !important;
  }

  .visible-xxs-inline {
    display: inline !important;
  }

  .visible-xxs-inline-block {
    display: inline-block !important;
  }

  .visible-xxs-block {
    display: block !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }

  .hidden-xxs {
    display: none !important;
  }

  tr.hidden-xxs {
    display: none !important;
  }

  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}

.thumbnail.selectableThumbnail {
  border: 2px solid transparent;
}

.thumbnail.selectableThumbnail.active {
  border: 2px solid black;
}

.inputtable .validation {
  display: none;
  padding: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #a94442;
}

.inputtable .has-error .validation {
  display: block !important;
}

.item-sub-row {
  background-color: #222222;
  color: white;
}

.table-hover > tbody > tr.item-sub-row:hover {
  background-color: #222222;
  color: white;
}

.table-striped > tbody > tr.item-sub-row:nth-of-type(odd) {
  background-color: #222222;
  color: white;
}

.item-sub-row .image-item-box-wrapper .image-item-box {
  position: relative;
  padding-bottom: 10px;
  padding-right: 5px;
  float: left;
}

.item-sub-row .image-item-box-wrapper .image-item-box > a > div {
  border: 2px solid transparent;
  overflow: hidden;
}

.item-sub-row .image-item-box-wrapper .image-item-box > a {
  overflow: hidden;
}

.item-sub-row .image-item-box-wrapper .image-item-box.selected > a > div {
  border: 2px solid white;
}

.item-sub-row .image-item-box > a > div > input {
  position: absolute;
  margin-top: 0px;
  top: 8px;
  cursor: pointer;
  left: 8px;
}

small.inputHint {
  color: gray;
}

.seoContentSnippet h3 {
  color: #1a0dab;
  font-family: arial, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.seoContentSnippet cite {
  color: #006621;
  font-style: normal;
  line-height: 18.2px;
}

.seoContentSnippet p {
  line-height: 1.4;
  margin: 0px;
  word-wrap: break-word;
}

.displayNone {
  display: none !important;
}

.legend-item {
  display: inline-block;
}

/* Pinterest */

.item.pinterest.thumbnail {
  padding: 0px;
  margin-bottom: 0px;
}

.item.pinterest.thumbnail .clickable {
  cursor: pointer;
}

.item.pinterest.thumbnail .content {
  padding: 8px;
}

.item.pinterest.thumbnail h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.item.pinterest.thumbnail p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.item.pinterest.thumbnail .item-glyph {
  color: #cecece;
  font-size: 40px;
  right: 8px;
  top: 8px;
  position: absolute;
}

.item.pinterest.thumbnail .item-checkbox {
  position: absolute;
  left: 8px;
  top: 8px;
}

.item.pinterest.thumbnail .item-teaser {
  position: absolute;
  left: 0px;
  top: 32px;
  background-color: red;
  color: white;
  padding: 1px 10px 1px 10px;
  font-size: 12px;
}

.item.pinterest.thumbnail .item-status {
  background-color: #f2dede;
  padding: 6px 10px 6px 10px;
  width: 100%;
  text-align: center;
}

.item.pinterest.thumbnail .item-buttons {
  margin-top: 12px;
}

.item.pinterest.thumbnail .item-contextual {
  width: 100%;
  height: 4px;
}

.item.pinterest.thumbnail .pull-right {
  margin: 0px;
}

.item.pinterest.thumbnail .columns {
  font-size: 12px;
}

.item.pinterest.thumbnail .columns .column-title {
  font-weight: bold;
}

.item.pinterest.thumbnail .columns td.column-text {
  padding-left: 4px;
}

.item.pinterest.thumbnail .item-description {
  color: gray;
}

.item.pinterest.thumbnail .zoom-image {
  right: 8px;
  top: 8px;
  position: absolute;
}

/* Tiled */

.item.tiled .thumbnail {
  padding: 0px;
}

.tiled div.item.tiled {
  padding: 7px 7px 7px 7px;
}

.item.tiled .thumbnail .clickable {
  cursor: pointer;
}

.item.tiled .thumbnail {
  margin: 0px;
}

.item.tiled .thumbnail .content {
  padding: 8px;
}

.item.tiled .thumbnail h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.item.tiled .thumbnail p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.item.tiled .thumbnail .item-glyph {
  color: #cecece;
  font-size: 40px;
  right: 8px;
  top: 8px;
  position: absolute;
}

.item.tiled .thumbnail .zoom-image {
  right: 8px;
  top: 8px;
  position: absolute;
}

.item.tiled .thumbnail .item-checkbox {
  position: absolute;
  left: 8px;
  top: 8px;
}

.item.tiled .thumbnail .item-teaser {
  position: absolute;
  left: 1px;
  top: 32px;
  background-color: red;
  color: white;
  padding: 1px 10px 1px 10px;
}

.item.tiled .thumbnail .item-status {
  background-color: black;
  color: white;
  padding: 1px 10px 1px 10px;
  width: 100%;
  text-align: center;
}

.item.tiled .thumbnail .item-title {
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.item.tiled .thumbnail .item-description {
  height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: gray;
}

.item.tiled .thumbnail .item-buttons {
  margin-top: 12px;
}

.item.tiled .thumbnail .pull-right {
  margin: 0px;
}

.item.tiled .thumbnail .columns {
  font-size: 12px;
  margin-top: 8px;
}

.item.tiled .thumbnail .columns .column-title {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item.tiled .thumbnail .columns td.column-text {
  padding-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* TreeView */
.treeNode.list-group div.buttons {
  float: right;
  margin-left: 8px;
  margin-top: -4px;
}

.treeNode.list-group .list-group-item {
}

.treeNode.list-group .chevron {
  width: 16px;
  display: inline-block;
  cursor: pointer;
}

.treeNode.list-group .list-group-item.level_2 {
  padding-left: 20px;
}

.treeNode.list-group .list-group-item.level_3 {
  padding-left: 30px;
}

.treeNode.list-group .list-group-item.level_4 {
  padding-left: 40px;
}

.treeNode.list-group .list-group-item.level_5 {
  padding-left: 50px;
}

.treeNode.list-group .list-group-item.level_6 {
  padding-left: 60px;
}

.treeNode div.list-group-item:focus,
.treeNode div.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.treeNode .list-group-item a {
  color: #555;
  text-decoration: none;
}

.treeNode .list-group-item.active a {
  font-weight: bold;
}

.treeNode .list-group-item.ddhover a {
  border: 1px solid gray !important;
}

.row.pagesections {
  margin-bottom: 0px;
}

.row.pagesections .badge {
  font-weight: normal;
}

.row.pagesections .btn {
  padding: 2px 4px;
  color: silver;
}

.row.pagesections .btn:hover {
  text-decoration: none;
  color: black;
}

.row.pagesections .btn.active {
  font-weight: bold;
  color: black;
}

.updatepanel #loading {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
  display: none;
}

.updatepanel #loading i {
  margin-top: 4px;
  margin-left: 4px;
}

.updatepanel.loading #loading {
  display: block;
}

button.without-header {
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 1000;
}

.plusandminuscontrol {
  float: left;
}

.plusandminuscontrol .minus,
.plusandminuscontrol .plus {
  width: 55px;
  text-align: center;
  margin-top: 11px;
  float: left;
  cursor: pointer;
}

.plusandminuscontrol .product-quantity {
  float: left;
}

.plusandminuscontrol .product-quantity div {
  float: left;
  cursor: pointer;
}

.plusandminuscontrol .product-quantity i {
  font-size: 30px;
}

.plusandminuscontrol .arrow-circle {
  height: 40px;
  float: left;
  width: 40px;
  background: gray;
  border-radius: 20px;
}

.plusandminuscontrol .arrow-circle input {
  background: none;
  border: none;
  color: white;
  padding-top: 0px;
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  width: 100%;
}

#emptymessage div.jumbotron {
  padding: 20px;
}

#emptymessage .jumbotron h1 {
  font-size: 18px;
  margin: 0px;
}

#emptymessage .jumbotron p {
  font-size: 16px;
  margin: 0px;
  margin-top: 8px;
}

button.without-header {
  right: 24px !important;
  font-size: 28px !important;
}

.mobile-sidebar-ui .btn {
  width: 100%;
}

.mobile-sidebar-ui {
  margin-bottom: 30px;
}

.table-clear > tbody > tr > td,
.table-clear > thead > tr > th {
  border: none !important;
}

.table-clear .item-group-row {
  background-color: #eee !important;
}

.table-clear .item-group-row td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.table-clear .itemGroup {
  margin-top: 3px;
  float: left;
}

@media (max-width: 767px) {
  span.itemGroup-shippingDate,
  #Wrapper span.itemGroup-shippingDate {
    float: left !important;
  }

  .item-row .font-size-md {
    position: relative;
  }
}

.no-item-group-row-background .item-group-row {
  background-color: white !important;
}

.table-clear .item-row td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.combined-plus-minus-input {
  height: 32px !important;
  text-align: center !important;
}

.btn-group .btn.mb-5 {
  margin-bottom: 5px;
}

.input-group-addon-toggle-pw {
  cursor: pointer;
  border-left: 0px;
}

@media (max-width: 425px) {
  .subtable-item-tr {
    display: inline-block;
    margin: 6px;
  }
}

@media only screen and (min-width: 768px) {
  #WizardContent .hidden-xs.article div.font-size-md > div.font-size-sm {
    margin-top: 11px;
  }
}

#FilesPicture_ImportDialogPicture_Items_MarkupViewDialog_Markup
  .col-xs-12.col-12
  img {
  width: 100%;
  object-fit: contain;
}
.OverviewPage .col-customerprice,
.OverviewPage .col-customerean,
.OverviewPage .col-commissions {
  position: relative;
  top: -12px;
  font-weight: bold;
}
