@charset "UTF-8";
.col-2 {
  display: block;
  width: 48%;
  margin: 0 1%;
  float: left;
}
@media screen and (max-width: 1280px) {
  .col-2 {
    float: none;
    width: 96%;
  }
}

.col-1 {
  display: block;
  width: 96%;
  margin: 0 2%;
  float: none;
}

.success-inline {
  color: #00a32a;
}

#ceneo_options label {
  width: 300px !important;
}
#ceneo_options .ceneo-help-tip {
  font-size: 1.5em;
}

.wrap .custom-heading {
  display: block;
  padding: 30px 20px;
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
}
.wrap .custom-heading img {
  margin-top: 5px;
  height: 20px;
  float: right;
}

.notice {
  position: relative;
}
.notice input {
  display: block;
  position: absolute;
  right: 1em;
  top: 0.7em;
}

.card {
  display: block;
  border: 1px solid #dcdcde;
  margin: 1em 0;
  padding: 0;
  max-width: unset;
}
.card .card-header {
  display: block;
  position: relative;
  background: #fff;
  padding: 2px 20px;
  height: 45px;
  border-bottom: 1px solid #dcdcde;
}
.card .card-header h3 {
  font-size: 13px;
  font-weight: 400;
  float: left;
}
.card .card-header p.info {
  display: block;
  float: right;
  margin-right: 7em;
  color: #aeaeae;
}
.card .card-header input {
  display: block;
  position: absolute;
  right: 1em;
  top: 0.7em;
  min-height: 32px !important;
  line-height: unset !important;
  font-size: unset !important;
}
.card .card-header input.auto-match {
  right: 140px;
}
.card .card-content {
  padding: 1em;
}
.card .card-content ul {
  padding: 0;
  margin: 0;
}
.card .card-content .form-row {
  line-height: 3em;
}
.card .card-content .form-row label {
  display: inline-block;
  vertical-align: unset;
  width: 300px;
}
.card .card-content .form-row input.input-number {
  width: 4em;
  margin: 0 0.35em;
}
.card .card-content .form-row.indent label {
  width: 170px;
}
.card .card-content .form-row.indent input[type=checkbox] {
  margin-left: 60px !important;
}
.card .card-content p {
  position: relative;
}
.card .card-content p input {
  position: absolute;
  top: -0.7em;
  right: -0.1em;
}

.simple-accordion li .item {
  display: block;
  min-width: 432px;
  width: 80%;
  box-sizing: border-box;
  border: 1px solid #dcdcde;
  font-weight: 400;
  padding: 0 0.2em;
  height: auto;
  line-height: 2.3076923;
  overflow: hidden;
  word-wrap: break-word;
  background: #f6f7f7;
  margin-bottom: 6px;
}
.simple-accordion li .item.draggable-category {
  cursor: grab;
}
.simple-accordion li .item h4 {
  display: inline;
  padding: 0;
  margin: 0;
}
.simple-accordion li .item h4.clickable {
  cursor: pointer;
}
.simple-accordion li .item h4.clickable:hover {
  color: #2271b1;
}
.simple-accordion li .item .toggle-attributes {
  float: right;
  margin: 0 1em;
}
.simple-accordion li .item .toggle-attributes .not-toggled {
  display: inline;
}
.simple-accordion li .item .toggle-attributes .toggled {
  display: none;
}
.simple-accordion li .item .attributes {
  display: none;
}
.simple-accordion li .item .attributes i {
  display: inline-block;
  width: 100%;
  font-size: 9px;
  text-align: right;
  padding: 0;
  margin: 0;
}
.simple-accordion li .item .attributes p {
  padding-left: 2.5em;
  padding-top: 0.2em;
}
.simple-accordion li .item .attributes p select {
  font-size: unset;
  float: right;
  line-height: 1.5em;
  vertical-align: unset;
  min-height: unset;
}
.simple-accordion li .item.expanded .toggle-attributes .not-toggled {
  display: none;
}
.simple-accordion li .item.expanded .toggle-attributes .toggled {
  display: inline;
}
.simple-accordion li .item.expanded .attributes {
  display: block;
}
.simple-accordion li .item .material-icons-outlined {
  font-size: 1.2em;
  position: relative;
  top: 0.2em;
}
.simple-accordion li .item .material-icons-outlined.chevron-down {
  display: none;
}
.simple-accordion li .item:hover {
  border: 1px solid #8c8f94;
}
.simple-accordion li > ul {
  display: none;
}
.simple-accordion li.expanded > .item .material-icons-outlined.chevron-down {
  display: inline-block;
}
.simple-accordion li.expanded > .item .material-icons-outlined.chevron-right {
  display: none;
}
.simple-accordion li.expanded > ul {
  display: block;
}

.category-item .item .drop-category {
  display: block;
  float: right;
  border: 1px dashed;
  height: 1.7076923em;
  margin: 0.3em 0;
  width: 15em;
}
.category-item .item .drop-category.ui-droppable-hover {
  border: 2px dashed;
}
.category-item .item .drop-category.ui-droppable-active {
  border-color: #2271b1;
  background-color: rgba(34, 113, 177, 0.2);
}
.category-item .item .drop-category.ui-state-assigned {
  border: 1px solid #2271b1;
  background-color: rgba(34, 113, 177, 0.2);
}
.category-item .item .drop-category h4 {
  display: block;
  position: relative;
  margin: 0;
  line-height: 1.7076923em;
  padding: 0;
  padding-left: 0.5em;
  padding-right: 1.5em;
  width: auto;
  border: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.category-item .item .drop-category h4 span {
  position: absolute;
  right: 0;
  font-size: 1.2em;
  padding: 0.1em 0.1em;
  color: #2271b1;
  cursor: pointer;
}

#progressbar {
  display: block;
  height: 11px;
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#progressbar .ui-progressbar-value {
  background: #0a4b78 url(data:image/gif;base64,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);
  height: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.bg-success {
  background-color: #BADEBB;
}

.bg-fail {
  background-color: #D5ABAB;
}

.simple-accordion .hidden {
  visibility: hidden;
}

#product_attributes {
  position: relative;
}
#product_attributes .toolbar-top {
  margin-top: 50px !important;
}
#product_attributes .toolbar-ceneo {
  position: absolute;
  width: 100%;
  top: 0;
  background: #ffe0b3;
}
#product_attributes .toolbar-ceneo p {
  margin: 0;
}
#product_attributes .notify {
  color: red;
  font-size: 0.7em;
  font-style: italic;
  margin: 0 1em;
  font-weight: normal;
}

.ceneo-label {
  height: 10px;
}

#woocommerce-order-data .ceneo-label {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
}

.ceneo-help-tip {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  color: #666;
  font-size: 1.2em;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.ceneo-help-tip:after {
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  cursor: help;
}
.ceneo-help-tip:hover .content-tip {
  display: block;
}
.ceneo-help-tip .content-tip {
  display: none;
  position: absolute;
  width: 400px;
  background: #333;
  color: #fff;
  line-height: 1.5;
  top: 20px;
  font-size: 0.8em;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-left: -200px;
  left: 50%;
  z-index: 99;
}
.ceneo-help-tip .content-tip:before {
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: -4px;
  left: 50%;
  margin-left: -14px;
  background: #333;
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.ceneo-p-heading {
  font-size: 1.45em;
  margin: 0.5em 0;
}
.ceneo-p-heading:last-child {
  margin-bottom: 2em;
}

.ceneo-admin-page .col-1 h4 {
  font-size: 1.5em;
  margin: 0.2em 0;
  margin-top: 4em;
}

.attribute-row .attribute-name {
  display: inline-block;
  width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.attribute-row select {
  width: 55%;
  padding: 0;
}

#category-search {
  position: static;
  width: 80%;
  min-width: 432px;
}

#toplevel_page_ceneo-integration .wp-menu-image img {
  height: 16px;
}

.ceneo-settings_tab a:before {
  display: inline-block;
  background-image: url("../img/logo-ceneo-menu.svg");
  content: "" !important;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .card .card-header {
    height: 90px;
  }
  .card .card-header p.info {
    float: none;
  }
  .card .card-header h3 {
    float: none;
  }
  .card .card-header input.auto-match {
    top: 52px;
    right: 1em;
  }
  .card #category-search {
    min-width: unset;
    width: 100%;
  }
  .card .category-item .item {
    min-width: unset;
    width: 100%;
  }
  .card .category-item .item .drop-category {
    display: block;
    height: 1.5em;
  }
  .card .category-item .item .drop-category:after {
    display: block;
    height: 1.7em;
    line-height: 1.7em;
    width: auto;
    content: "Kliknij aby przypisać";
    text-align: center;
  }
  .card .category-item .item .drop-category.assignment-active:after {
    content: "Teraz wybierz kategorię Ceneo";
  }
  .card .category-item .item .drop-category:hover, .card .category-item .item .drop-category:active {
    border-color: #2271b1;
  }
  .card .category-item .item .drop-category:hover:after, .card .category-item .item .drop-category:active:after {
    color: #2271b1;
  }
  .card .category-item .item .drop-category.ui-state-assigned:after {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .card .card-content .form-row label {
    width: unset;
  }
  .card .card-content .form-row.indent input[type=checkbox] {
    margin-left: 0 !important;
  }
  .card .card-content .form-row select, .card .card-content .form-row input[type=text] {
    padding: 0 24px 0 8px;
    line-height: 2;
    min-height: 30px;
    font-size: unset;
  }
}

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