.sale-v,
.sale-a {
  background-color: #1b5e2c;
  color: #fff;
  text-align: center;
  min-width: 70px;
}
.pre-deadline {
  text-align: center;
}
.pre-deadline select {
  width: 55px;
  margin: 1px auto;
}
.pre-deadline-title {
  margin-top: 5px;
}
.sales-cart {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ddd;
}
.sale-a {
  background-color: blue;
}
.sales-cart {
  border-collapse: collapse;
}
.sales-cart th {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
.sales-cart td,
.sales-cart th {
  padding: 5px 10px;
  white-space: nowrap;
  border: 1px solid #ddd;
  text-align: center;
}
.vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.table tbody.topfoot {
  border-bottom: 2px solid #aaa;
}
.bootstrap-iso .form-control.changed {
  border-color: blue;
}
.bootstrap-iso .checkboxes {
  padding-left: 20px;
}
.bootstrap-iso .checkboxes label {
  padding-left: 0;
}
.bootstrap-iso .form-control.form-control-sm {
  height: calc(1.7em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.dropdown-ul {
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
}
.dropdown-ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-ul > li > a:hover,
.dropdown-ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-ul > .active > a,
.dropdown-ul > .active > a:hover,
.dropdown-ul > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-ul > .disabled > a,
.dropdown-ul > .disabled > a:hover,
.dropdown-ul > .disabled > a:focus {
  color: #777777;
}
.dropdown-ul > .disabled > a:hover,
.dropdown-ul > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.search-wrap {
  position: relative;
  font-size: 18px;
  margin: 0px 4px 2px 4px;
  min-width: 200px;
}
.search-wrap label {
  position: absolute;
  left: 17px;
  top: 8px;
  font-size: 14px;
}
.search-wrap input.form-control,
.search-wrap .hint {
  padding-left: 43px;
  padding-right: 43px;
}
.search-wrap .hint {
  color: #aaa;
}
.search-wrap .search-clear {
  text-decoration: none;
  position: absolute;
  right: 18px;
  top: 54px;
  color: #b3b3b3;
}
.search-wrap .search-clear:hover {
  color: #8f8f8f;
}
.input-group-span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #888;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}
.note-editor.note-frame {
  border: 1px solid #cccccc;
  border-radius: 4px;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-dd {
  margin-left: -15px;
  margin-top: 8px;
}
.gx-2 .form-dd {
  margin-left: -5px;
  margin-top: 8px;
}
table.table label {
  font-weight: normal;
}
#phsearch {
  width: 200px;
  margin-right: 155px;
}
label.chb {
  vertical-align: middle;
  font-weight: normal;
}
label.chb input {
  vertical-align: top;
  margin-top: 2px !important;
}
.ico-small {
  font-size: 14px;
}
.mt-2px {
  margin-top: 2px;
}
.ico-medium {
  font-size: 17px;
}
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.row-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.item-push {
  margin-left: auto;
}
.row-flex-start {
  align-items: flex-start;
}
.mh-30 {
  max-height: 30px;
}
.row-flex-end {
  justify-content: flex-end;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.bootstrap-iso .label.label-gray {
  font-weight: normal;
  color: #333;
  background: #eee;
}
.bootstrap-iso p {
  margin: 0;
}
.bootstrap-iso h1 .label {
  font-size: 11px;
  font-weight: normal;
}
.spinner {
  text-align: center;
}
#product_list_container .spinner {
  margin: 0px auto;
  width: 80px;
  height: 80px;
  position: relative;
}
.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #ffcb05;
  margin: 0 1px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loader {
  margin: 80px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
#posts .loader {
  margin: 0 auto;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffcb05;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.modal {
  box-sizing: content-box;
}
h4.modal-title {
  font-size: 16px;
}
tr.tableSum td {
  border-top: 2px solid #aaa;
  background: #eee;
  padding-top: 4px;
  padding-bottom: 4px;
}
table.data-formy {
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
table.table-fixed {
  table-layout: fixed;
}
table.table-fixed td {
  overflow: hidden;
}
.table-bordered > tfoot.bg-green > tr > td {
  background-color: #e0f8b8;
}
table.data-formy td {
  overflow: hidden;
  white-space: nowrap;
}
table.data-formy td.num {
  width: 3.4%;
}
table.data-formy td.numl {
  width: 3%;
}
table.data-formy td.chb {
  width: 2%;
}
table.data-formy td.ico {
  width: 2%;
}
table.data-formy td.switch {
  width: 3%;
}
table.data-formy td.ts {
  width: 19%;
}
table.data-formy td.im {
  width: 5%;
  font-size: 10px;
}
table.data-formy td.name {
  width: 7.5%;
}
table.data-formy td.fname {
  width: 7%;
  font-size: 10px;
}
table.data-formy td.or {
  width: 3%;
}
table.data-formy td.grupac {
  width: 2%;
}
table.data-formy td.poile {
  width: 2%;
}
table.data-formy td.paleta {
  width: 3%;
}
table.data-formy td.w-4 {
  width: 4%;
}
table.data-formy td.w-5 {
  width: 5%;
}
table.data-formy td.w-6 {
  width: 6%;
}
table.data-formy td.nfvw {
  display: table-cell;
}
table.data-formy td.fvw {
  display: none;
}
table.data-formy tr.unactive {
  display: none;
}
.fvall table.data-formy tr.unactive,
table.data-formy.fvall tr.unactive {
  display: table-row;
}
.fvw table.data-formy td.ts {
  width: 25%;
}
.fvw table.data-formy td.name {
  width: 11%;
}
.fvw table.data-formy td.nfvw {
  display: none;
}
.fvw table.data-formy td.fvw {
  display: table-cell;
}
table.data-formy td {
  font-size: 11px;
}
td.text-small,
.text-small {
  font-size: 11px !important;
}
td.katIm {
  width: 60px;
}
td.prodName {
  width: 13rem;
}
td.numVal {
  /*  width: 60px; */
  white-space: nowrap;
}
td.numValxs {
  width: 45px;
}
td.tdIcon {
  width: 50px;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
.text-icon-circle {
  background: #fff;
  color: #888;
  border-radius: 8px;
  width: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 15px;
  line-height: 15px;
}
.text-icon-circle.active {
  background: #ea008a;
  color: #fff;
}
.text-up {
  color: #00f !important;
}
.text-down {
  color: #f00 !important;
}
table.data-big td.bl-2,
td.bl-2,
th.bl-2 {
  border-left: 2px solid #aaa  !important;
}
table.data-big td.bl-p,
td.bl-p,
th.bl-p {
  border-left-color: #e5027f !important;
}
table.data-big td.br-2,
td.br-2,
th.br-2 {
  border-right: 2px solid #aaa  !important;
}
tr.bt-2 > td,
.bootstrap-iso .table > tfoot > tr.bt-2 > td {
  border-top: 2px solid #aaa !important;
}
tr.bt-2b > td,
.bootstrap-iso .table > tfoot > tr.bt-2b > td {
  border-top: 2px solid #999 !important;
}
tr.bt-2r > td,
.bootstrap-iso .table > tfoot > tr.bt-2r > td {
  border-top: 2px solid red !important;
}
tr.bt-2a > td,
.bootstrap-iso .table > tfoot > tr.bt-2a > td {
  border-top: 2px solid #888 !important;
}
tr.bt-1b > td,
.bootstrap-iso .table > tfoot > tr.bt-1b > td {
  border-top: 1px solid #333 !important;
}
table.formy tr.bt-2 td {
  border-top: 2px solid #ea008a;
}
table.formy td.pink {
  background: #ea008a;
  color: #fff;
}
table#products th.pink > div > a {
  color: #ea008a;
}
td.muted,
span.muted {
  color: #aaa;
}
.quest-present {
  color: green;
}
.quest-not-present {
  color: #bbb;
}
.vertical-align {
  align-items: center;
}
.text-highlight {
  background-color: #ff0;
}
.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
  padding: 5px 5px;
  font-size: 11px;
  line-height: 1.5;
}
.bootstrap-iso .form-control.form-control-xxs {
  height: 1.4em;
  width: 50px;
  margin-left: auto;
  text-align: center;
}
a.t-expand:after {
  content: " więcej...";
  color: #aaa;
}
a.t-expanded:after {
  content: " mniej...";
  color: #aaa;
}
.pv-comment-priv {
  opacity: 0.5;
}
.pv-comment-hl {
  background: #C0FCD8;
}
.pv-comment-priv .fa-priv-sign::before {
  content: "\f070";
}
.pv-comment-add {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 10px;
  cursor: pointer;
  color: #888;
}
.pv-comment-add:hover {
  color: #000;
}
.pv-comment.pv-indent-1 {
  margin-left: 30px;
}
.pv-comment.pv-indent-2 {
  margin-left: 60px;
}
.pv-comment.pv-indent-3 {
  margin-left: 90px;
}
.pv-comment.pv-indent-4 {
  margin-left: 120px;
}
.pv-comment.pv-indent-5 {
  margin-left: 150px;
}
.pv-comment.pv-indent-6 {
  margin-left: 180px;
}
.pv-comment.pv-indent-7 {
  margin-left: 210px;
}
.pv-comment.pv-indent-8 {
  margin-left: 240px;
}
.long-fields tr.formRow input.text {
  width: 320px;
}
ul.scroll-menu {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
}
.icon-circle {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  margin: 2px;
  line-height: 19px !important;
  text-align: center;
  border-radius: 25px;
  font-size: 11px;
  overflow: hidden;
}
.icon-circle.icon-circle-small {
  width: 14px !important;
  height: 14px !important;
  line-height: 99px !important;
  box-sizing: border-box;
}
.icon-circle.icon-circle-empty {
  background: none !important;
  border-width: 3px;
  border-style: solid;
}
.icon-circle.width-auto {
  width: auto !important;
  padding: 0 4px;
}
.icon-circle.unread::after,
.icon-circle.unread_remind::after {
  content: " ";
  display: inline-block;
  width: 7px !important;
  height: 7px !important;
  margin: 0px;
  line-height: 7px !important;
  text-align: center;
  border-radius: 6px;
  background: #D9534F;
  position: absolute;
}
.icon-circle.unread_remind::after {
  background: #FFFF00;
}
.icon-circle.pv-mark {
  margin: 0px;
  cursor: pointer;
}
.icon-circle.pv-mark-0,
.icon-circle.sezon-mark-0 {
  background: #ccc;
  color: #ccc;
  border-color: #ccc;
}
tr.tr-sezon-mark-3 .edit-fproduct,
tr.tr-sezon-mark-3 .edit-product,
tr.tr-sezon-mark-3 .text-marked,
tr.tr-sezon-mark-3 .td-name,
.item-sezon-mark-3 {
  color: red;
}
tr.tr-sezon-mark-2 .edit-fproduct,
tr.tr-sezon-mark-2 .edit-product,
tr.tr-sezon-mark-2 .text-marked,
tr.tr-sezon-mark-2 .td-name,
.item-sezon-mark-2 {
  color: blue;
}
.icon-circle.pv-mark-1 {
  background: yellow;
  color: #000;
}
.icon-circle.pv-mark-1.pv-mark-empty {
  color: yellow;
}
.icon-circle.pv-mark-2 {
  background: orange;
  color: #000;
}
.icon-circle.pv-mark-2.pv-mark-empty {
  color: orange;
}
.icon-circle.pv-mark-3 {
  background: red;
  color: #fff;
}
.icon-circle.pv-mark-3.pv-mark-empty {
  color: red;
}
.icon-circle.pv-mark-4 {
  background: blue;
  color: #fff;
}
.icon-circle.pv-mark-4.pv-mark-empty {
  color: blue;
}
.icon-circle.pv-mark-5 {
  background: green;
  color: #fff;
}
.icon-circle.pv-mark-5.pv-mark-empty {
  color: green;
}
.icon-circle.sezon-mark-1 {
  background: green;
  color: green;
}
.txt-mark-0 {
  color: #000 !important;
}
.txt-mark-1 {
  color: green !important;
}
.txt-mark-2 {
  color: blue !important;
}
.txt-mark-3 {
  color: red !important;
}
.txt-mark-4 {
  color: orange !important;
}
.txt-mark-5 {
  color: yelow !important;
}
.txt-mark-6 {
  color: #8adcff !important;
}
.txt-mark-7 {
  color: #b1fab1 !important;
}
.icon-circle.sezon-mark-2 {
  background: blue;
  color: blue;
  broder-color: blue;
}
.icon-circle.sezon-mark-3 {
  background: red;
  color: red;
  broder-color: red;
}
.icon-circle.sezon-mark-4 {
  background: orange;
  color: orange;
  broder-color: orange;
}
.xitem-sezon-mark-4 {
  color: orange;
}
.icon-circle.sezon-mark-5 {
  background: GreenYellow;
  color: GreenYellow;
  broder-color: GreenYellow;
}
.xitem-sezon-mark-5 {
  background-color: yellow !important;
}
.icon-circle.sezon-mark-6 {
  background: #8adcff;
  color: #8adcff;
  broder-color: #8adcff;
}
.xitem-sezon-mark-6 {
  background-color: #8adcff !important;
}
.icon-circle.sezon-mark-7 {
  background: #b1fab1;
  color: #b1fab1;
}
.xitem-sezon-mark-7 {
  background-color: yellow !important;
}
.icon-circle.sezon-mark-8 {
  background: #FF64FF;
  color: #FF64FF;
  broder-color: #FF64FF;
}
.xitem-sezon-mark-8 {
  background-color: #FF64FF !important;
}
.znacznik-sel {
  border-radius: 100px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
}
.znacznik-sel span {
  display: block;
}
.pv-event-time {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pv-event-time * {
  white-space: nowrap;
}
.pv-event-time .text-right {
  padding-left: 5px;
}
.pv-dzial {
  color: #008;
}
.pv-cal-link {
  text-decoration: none;
  font-weight: bold;
}
.pv-path {
  font-size: 11px;
  padding: 3px 0 3px 0;
}
.pv-data-row td {
  background: #f0f0f0;
  font-size: 13px;
}
.pv-projekt-div {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
table.data-big tr.guest-note-tr td {
  padding-top: 3px;
}
table.data-big tr.guest-note-tr td small {
  width: 10%;
}
table.data-big tr.guest-note-tr td small * {
  vertical-align: middle;
}
table.data-big tr.guest-note-tr td span {
  vertical-align: top;
}
table.data-big td .pv-path a {
  color: #aaa;
}
table.data-big tr td.pv-proj-cell,
table.data-big tr th.pv-proj-cell {
  padding: 5px;
}
.pv-comment {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #B3A9A9;
  position: relative;
}
.pv-comment.main {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
}
.pv-comment-content {
  margin-left: 30px;
}
.pv-comment-content img {
  max-width: 100% !important;
  max-height: 400px;
  object-fit: contain;
  object-position: left;
}
.pv-comment-content table {
  max-width: 100% !important;
  width: 100% !important;
}
.pv-comment-content table td,
.pv-comment-content table th,
.pv-comment-content table col {
  width: auto !important;
}
.pv-comment-content .glyphicon {
  margin-right: 5px;
}
#tasksList .pv-td-grip {
  width: 10px;
}
#tasksList tr.archiwum {
  opacity: 0.55;
}
#tasksList .pv-td-progress-task {
  width: 40px;
  white-space: nowrap;
  padding-left: 0;
  border-left: none;
  padding-right: 4px;
}
.task-archive {
  width: 13px;
  opacity: 0.4;
  cursor: pointer;
}
[data-sortby] {
  cursor: pointer;
}
.task-star {
  cursor: pointer;
  opacity: 0.6;
}
.task-star:hover {
  opacity: 1;
}
.task-star.fa-star {
  color: #ff0;
  text-shadow: 1px 1px 0px #000;
  opacity: 1;
}
.aftertip {
  visibility: hidden;
  color: #888;
}
.show-aftertip:hover + .aftertip {
  visibility: visible;
}
.task-archive:hover {
  opacity: 1;
}
#tasksList .pv-td-progress-task > .progress {
  width: 40px;
}
#tasksList .pv-td-progress-task > *,
.pv-td-progress-task > * {
  vertical-align: middle;
  display: inline-block;
}
#tasksList .pv-td-complette-task {
  width: 10px;
}
.comment-chb {
  font-size: 15px;
  cursor: pointer;
}
.pv-task-canceled {
  font-size: 18px;
  color: #888;
}
.pv-task-rejected {
  font-size: 18px;
  color: #f80;
}
.pv-comment-tools {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px;
  border: 1px #ddd solid;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}
.pv-comment-tools a {
  display: inline-block;
}
.pv-comment:hover .pv-comment-tools {
  display: block;
}
.pv-role-wrap {
  display: flex;
  margin: 4px 0;
  align-items: center;
  position: relative;
}
.pv-main-task-toggle {
  width: 20px;
}
.pv-main-task-toggle-all {
  font-size: 15px;
}
.pv-role {
  display: flex;
  border-radius: 20px;
  background: #ddd;
  padding: 2px;
  width: 84px;
  position: relative;
  height: 24px;
  transition: all 0.4s linear;
}
.pv-role-state {
  width: 20px;
  height: 16px;
  cursor: pointer;
  margin: 2px;
  border-radius: 20px;
  background: #fff;
  opacity: 0.4;
}
.pv-role-state.pv-role-first {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.pv-role-state.pv-role-last {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
/*
.pv-role-state[data-value="1"] {
background: #b2eab2
}
.pv-role-state[data-value="2"] {
background:#86DA61
}
.pv-role-state[data-value="3"] {
background: #53c259;
}
*/
.pv-role-desc {
  color: #888;
  font-weight: normal;
  font-size: 11px;
  padding-left: 10px;
  width: 90px;
  position: absolute;
  width: 100px;
  left: -110px;
  text-align: right;
}
.pv-person {
  padding-left: 10px;
}
.pv-role-swith {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.2s linear;
  margin-left: 3px;
  top: 4px;
  left: 0;
  z-index: 1;
  box-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
.bootstrap-iso input[type="date"],
.bootstrap-iso input[type="time"],
.bootstrap-iso input[type="datetime-local"],
.bootstrap-iso input[type="month"] {
  line-height: inherit;
}
.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .progress-bar.active {
  animation: progress-bar-stripes 1s linear infinite !important;
}
.bootstrap-iso .progress-bar {
  transition: width 0.2s linear !important;
}
.bootstrap-iso .row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bootstrap-iso .label-urgent {
  border: 2px solid red;
  background: #fff;
  color: red;
}
a.color-def {
  color: #333;
}
.table-calendar {
  width: 100%;
}
.table-calendar.w-a {
  width: auto;
}
.table-calendar td,
.table-calendar th {
  padding: 3px;
  border: 1px solid #bbb;
  background: #fff;
}
.table-calendar td.fw {
  border-left: 2px solid #999;
}
.progress-task-wrap {
  width: 80px;
}
.bootstrap-iso .table-calendar .progress.progress-task {
  height: 15px;
}
.table-calendar thead th {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  background: #fff;
}
.table-calendar thead th.sel {
  background: #D8FAA5;
}
.table-calendar thead th.th-week {
  top: 18px;
}
.table-calendar thead th.th-week-l {
  width: 20px;
}
.table-calendar td.td-week {
  text-align: center;
}
td.td-cal-week {
  min-width: 50px;
}
.table-calendar thead th:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
tr.table-calendar-project-spc td {
  line-height: 11px;
  padding: 1px;
  height: 20px;
  vertical-align: top;
}
.proj-przyp {
  white-space: nowrap;
}
.user-inicjaly {
  font-size: 10px;
  display: inline-block;
  background: #ddd;
  margin: 0 2px;
  padding: 1px 3px;
  border-radius: 2px;
}
.user-inicjaly.role-1 {
  color: #fff;
  background-color: #33a9ff;
}
.user-inicjaly.role-2 {
  color: #fff;
  background: green;
}
.user-inicjaly.role-3 {
  color: #fff;
  background: red;
}
tr.table-calendar-project-spc span,
.proj-przyp span {
  font-size: 9px;
  display: inline-block;
  background: #ddd !important;
  margin: 0 1px;
  padding: 0 2px;
  border-radius: 2px;
}
td.table-calendar-p-title {
  white-space: nowrap;
  cursor: pointer;
}
td.table-calendar-p-title i {
  font-size: 11px;
}
#searchclear,
.searchclear,
.search-clear {
  position: absolute !important;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
  z-index: 3;
}
.input-group > .searchclear,
.input-group > .search-clear {
  right: 47px;
}
.pv-tiles {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
}
.pv-tile {
  width: 23%;
  padding: 0;
  margin: 0 2% 8px 0;
}
.pv-tile-bg {
  border-radius: 3px;
  display: block;
  background-color: #97a7b0;
  background-size: cover;
  background-position: 50%;
  color: #333;
  line-height: 20px;
  padding: 8px;
  position: relative;
  text-decoration: none;
}
.pv-tile-add-task {
  position: absolute;
  top: 2px;
  right: 4px;
}
.pv-tile-details {
  display: flex;
  height: 80px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.bootstrap-iso .pv-tile-details-name {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  max-height: 40px;
  color: #222;
  margin-right: 30px;
  text-decoration: none;
  font-weight: normal;
}
#content.bootstrap-iso {
  overflow: visible;
}
html.wide #content.full,
html.max #content.full {
  width: 100%;
  box-sizing: border-box;
}
.bootstrap-iso .progress-task {
  margin-bottom: 0;
}
.task-complette {
  font-size: 17px;
  cursor: pointer;
}
a.unread,
table.data-big td a.unread,
.dropdown-content a.unread {
  color: #D9534F;
  font-weight: bold;
}
.wk-term {
  display: inline-block;
  background: #ddd;
  padding: 4px 6px;
  white-space: nowrap;
  border-radius: 25px;
  position: relative;
  text-align: center;
  min-width: 50px;
}
.wk-term-0::after,
.wk-term-1::after,
.wk-term-2::after {
  content: " ";
  display: block;
  width: 20px;
  height: 3px;
  background: #45b70d;
  position: absolute;
  border-radius: 5px;
  bottom: 0px;
}
.wk-term-0::after {
  left: 5px;
}
.wk-term-1::after {
  margin-left: -10px;
  left: 50%;
}
.wk-term-2::after {
  right: 5px;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff;
}
.bg-white {
  background: #fff !important;
}
.bg-wk-ok {
  background: #EBFFEB !important;
}
thead.bg-white th {
  background: #fff !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
tbody.zamienniki {
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px;
}
.tstatus-0 {
  color: red;
}
.tstatus-1 {
  color: orange;
}
.tstatus-2 {
  color: orange;
}
.tstatus-3 {
  color: orange;
}
.tstatus-4 {
  color: orange;
}
.tstatus-5 {
  color: green;
}
.tstatus-6 {
  color: green;
}
#pv_home * {
  list-style-type: none;
}
#pv_home b {
  font-weight: normal;
  text-transform: uppercase;
}
#pv_home .fa-circle {
  position: absolute;
  margin-left: -13px;
  margin-top: 2px;
}
.label-priv {
  background: #00235E;
}
div.p-head {
  border-bottom: 1px solid #d0d0d0;
  background: #e0f8b8;
  border-top: 1px solid green;
  padding: 5px;
}
.seo-foot #s_left {
  padding: 0 0 10px 0;
  text-align: justify;
  color: #666;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.articlesList {
  padding-top: 10px;
}
a.show-zamienniki-zam {
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  height: 17px;
  background: #0e7fb4;
  width: 17px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  margin: 2px 0 0 0;
}
.img-ed-rotate *,
.img-ed-flips * {
  vertical-align: middle;
}
.img-ed-rotate input {
  width: 30px;
  text-align: center;
}
.img-ed-rotate img {
  filter: contrast(2);
}
.vlabel.jcrop-holder div .vlabel.jcrop-tracker {
  background-image: url(/img/label_path_helper.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 28%;
}
span.bold {
  font-weight: bold;
}
span.before {
  display: inline-block;
  width: 40px;
}
.ultree {
  padding: 0;
  margin: 0;
}
.ultree ul {
  margin: 0;
  padding: 0;
  display: block;
}
.ultree li,
.ultree li.lastf {
  display: block;
  background: url(../img/joinl.gif) no-repeat;
  padding: 0 0 0 19px;
  margin: 0;
  position: relative;
  list-style-type: none;
  clear: left;
  float: left;
}
.ultree li.lastf {
  background: url(../img/joinbottom.gif) no-repeat;
}
.ultree li.plusf {
  background: url(../img/plus.gif) no-repeat;
  cursor: pointer;
}
.ultree li.minusf {
  background: url(../img/minusl.gif) no-repeat;
  cursor: pointer;
}
.ultree a,
.ultree span {
  display: block;
  background: url(../img/folder.gif) center left no-repeat;
  padding: 0 0 0 21px;
  line-height: 18px;
  height: 18px;
  text-decoration: none;
  white-space: nowrap;
  color: #888;
  cursor: pointer;
}
.ultree span.o {
  background: url(../img/folderopen.gif) center left no-repeat;
  /* color: #f00; */
}
.ultree li span.selected {
  background: url(../img/folderopen.gif) center left no-repeat;
  color: blue;
}
#s_left {
  padding-top: 10px;
}
.mapka {
  width: 400px;
  height: 400px;
}
.mapka svg {
  width: 400px;
  height: 400px;
}
.wmapka {
  width: 440px;
  height: 440px;
  padding-left: 10px;
}
.wmapka select.dropdown.controls {
  max-width: 200px;
}
.jvectormap-label {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: .8em;
  border-radius: 2px;
}
.jvectormap-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  position: absolute;
  right: -4px;
  margin: 2% 0;
}
img[data-orientation="8"] {
  transform: rotate(270deg);
}
img[data-orientation="6"] {
  transform: rotate(90deg);
}
img[data-orientation="3"] {
  transform: rotate(180deg);
}
.text-right {
  text-align: right !important;
}
img[usemap],
map area {
  outline: none;
}
.grippy {
  content: '....';
  width: 10px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-top: -.7em;
  margin-right: .3em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}
.grippy::after {
  content: '... ... ... ...';
}
.grip {
  cursor: move;
}
.mr-1p {
  margin-right: 1px !important;
}
.ml-1p {
  margin-left: 1px !important;
}
.m-1p {
  margin: 1px !important;
}
.p-1p {
  padding: 1px !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.d-flex-sb {
  display: flex;
  justify-content: space-between;
}
h4.pink,
h3.pink,
h2.pink {
  color: #ed008c;
}
h4.red,
h3.red,
h2.red {
  color: #f00;
}
.text-pink,
a.text-pink {
  color: #ed008c !important;
}
.text-white,
a.text-white {
  color: #fff !important;
}
span.pink {
  color: #ed008c;
}
span.gray,
i.gray {
  color: #888;
}
span.lgray,
i.lgray {
  color: #aaa;
}
.lgray.hand:hover {
  color: #000;
}
.kup-teraz {
  color: #ed008c;
  font-size: 13px;
  line-height: 12px;
  cursor: help;
}
.help {
  cursor: help;
}
td.submit {
  padding: 10px 0 0 5px;
}
.upper {
  text-transform: uppercase;
}
td.r {
  text-align: right;
}
td.t {
  vertical-align: top;
}
img.borderLeft {
  float: left;
  margin: 0 15px 35px 0;
}
img.borderRight {
  float: right;
  margin: 0 0 5px 15px;
}
img.left {
  float: left;
  margin: 5px 15px 5px 0;
}
img.right {
  float: right;
  margin: 0 0 5px 15px;
  clear: right;
}
.calendarView {
  padding-left: 0;
  margin-top: 10px;
}
.calendarSoon {
  padding: 10px 0 0 2px;
  font-size: 11px;
}
.calendarSoon div {
  padding: 1px 0;
}
.calendarSoon span {
  padding: 0 5px 0 0;
  color: #888;
}
.calendarSoon a {
  text-decoration: none;
  font-size: 11px;
  color: #184c25;
}
/*
#menuView {
  clear:both;
  list-style-type:none;
  margin:0;
  padding:20px 0 5px 0;
  margin-left:0;
}

#menuView label {
  font-weight:700;
 // display:block;
  color:#707070;
  margin-bottom:0;
  float:left;
  padding:5px 10px 0 0;
}

#menuView ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menuView ul:after {
  content:" ";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

*+html #menuView ul {
  //zoom:1;
  clear:both;
}

#menuView ul li {
  float:left;
  margin-right:3px;
  margin-bottom:3px;
}

#menuView ul li a {
  color:#007400;
  text-decoration:none;
  display: block;
  padding: 3px 6px;
  background: #F6F6F6;
  border-radius: 3px;

}

.fa.fa-code-fork::before {
  content: "\00c5";

}

#menuView ul li a::before {
  content: "\f00b";
  font: normal normal normal 10px/1 FontAwesome;

  text-rendering: auto;
  margin-right: 5px;
}

#menuView ul li.item_list a::before {
  content: "\f00b";
}

#menuView ul li.item_gallery a::before {
  content: "\f00a";
}

#menuView ul li.item_details a::before {
  content: "\f009";
}

#menuView ul li.item_dostepnosc a::before {
  content: "\f073";
}

#menuView ul li.item_photos a::before {
  content: "\f03e";
}

#menuView ul li.item_offer a::before {
  content: "\f1c0";
}
#menuView ul li.item_sales a::before {
  content: "\f080";
}
#menuView ul li.item_sale a::before {
  content: "\f07a";
}
#menuView ul li.item_catalog a::before {
  content: "\f1b3";
}

#menuView ul li.item_opisy a::before {
  content: "\f14b";
}

#menuView ul li.item_plan a::before {
  content: "\f1fe";
}

#menuView ul li.item_zz a::before {
  content: "\f0d1";
}


#menuView ul li.item_cennik a::before {
  content: "\f153";
}

#menuView ul li.item_progress a::before {
  content: "\f295";
}

#menuView ul li.item_sheet a::before {
  content: "\f0ce";
}

#menuView ul li.item_magick a::before {
  content: "\f0d0";
}

#menuView ul li.item_monthly a::before {
  content: "\f201";
}
*/
thead.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -webkit-o-sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 1px 2px #aaa;
}
thead.sticky th {
  position: sticky;
  position: -webkit-sticky;
  position: -webkit-o-sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0 1px 2px #aaa;
}
thead tr.second th {
  top: 50px;
}
thead tr.second-40 th {
  top: 40px;
}
thead tr.second-35 th {
  top: 35px;
}
thead tr.second-24 th {
  top: 24px;
}
thead.th-white th {
  background: #fff;
}
th.thchb {
  width: 23px;
}
#menuView ul li.selected a {
  background: #B7DA96;
}
#menuView ul li.item_dostepnosc.disabled a {
  opacity: .55;
}
table#products,
table.data,
table.pdata {
  width: 100%;
  border-collapse: collapse;
}
.max table#products,
.max table.data,
.max table.pdata {
  max-width: 9999px;
}
.content table.data {
  width: auto;
}
table#products th,
table.data th,
table.pdata th {
  font-weight: 400;
  font-size: 11px;
  color: #707070;
  border-bottom: 1px solid #D6D6D6;
  vertical-align: bottom;
  min-width: 20px;
}
table#products thead.text-normal th {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
table#products thead.text-normal th.small {
  font-size: 11px;
}
table#products thead.text-normal th.big {
  font-size: 16px;
  padding-right: 13px;
}
table#products th.wk {
  font-size: 14px;
  padding-top: 4px;
  padding-right: 4px;
  width: 45px;
}
th.l,
td.l {
  text-align: left;
}
th.b {
  vertical-align: bottom;
}
th.r,
td.r {
  text-align: right;
}
th.c,
td.c {
  text-align: center;
}
table#products th a,
table.pdata th a {
  color: #707070;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
table#products th.sort_asc a {
  background-image: url(../img/layout/sort_asc.gif);
}
table#products th.sort_desc a {
  background-image: url(../img/layout/sort_desc.gif);
}
table#products tr.even td,
table.pdata tr.even td {
  background-color: #f0f0f0;
}
table#products tr.odd td,
table.pdata tr.odd td {
  background-color: #FFF;
}
table#products tr.gray-top-border td,
table.pdata tr.gray-top-border td {
  background-color: #f0f0f0;
  border-top: 1px solid #1A5A2A;
}
table#products tr.even td.wyr,
table.pdata tr.even td.wyr {
  background-color: #ffb;
}
table#products tr.odd td.wyr,
table.pdata tr.odd td.wyr,
td.wyr {
  background-color: #ffe;
}
td.sub-cat.wyr,
table#products tr.odd td.sub-cat.wyr,
table#products tr.even td.sub-cat.wyr {
  background-color: #e6f48e;
}
table#products td,
table.data td,
table.pdata td,
table#products th,
.bootstrap-iso table.table-xs > thead > tr > th,
.bootstrap-iso table.table-xs > tbody > tr > td,
.bootstrap-iso table.table-xs > tfoot > tr > td {
  padding: 1px 3px;
}
.not-allowed {
  cursor: not-allowed;
}
#preorder th.rwk,
#preorder th.pwk {
  width: 55px;
}
#preorder th.pwk a {
  font-size: 14px;
  color: #ed008f;
}
#preorder th.pwk a i {
  font-size: 12px;
  color: #333;
}
.bootstrap-iso table.table-xs > thead > tr > th {
  color: #707070;
  font-weight: normal;
}
table#products td.sub-cat {
  font-size: 13px;
  font-weight: 700;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
table#products td.sub-cat a.sel {
  color: #ed008c;
}
td.lb {
  border-left: 1px #666 solid;
}
table#products td a,
table.pdata td a {
  text-decoration: none;
}
table#products tr td:first-child + td a,
table.pdata tr td:first-child + td a {
  /* font-weight:700; */
}
table.small td {
  font-size: 11px;
}
ul#products {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#products:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html ul#products {
  clear: both;
}
ul#products li {
  float: left;
  margin: 3px;
  position: relative;
}
ul#products .dropdown li {
  float: none;
}
ul#products.cats ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
ul#products.cats li.head li {
  float: none;
  display: block;
}
ul#products.cats li.head > ul {
  column-count: 5;
  orphans: 3;
}
ul#products.cats li.head ul.litera {
  page-break-inside: avoid;
}
ul#products.cats li.head li.list-head {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  border-bottom: 1px solid #999;
  padding: 2px 0;
}
ul#products.cats a > .edit-cat {
  display: none;
  font-style: normal;
  color: #888;
}
ul#products.cats a:hover > .edit-cat {
  display: inline-block;
}
ul#products li.letter {
  clear: both;
  display: block;
  float: none;
  background: #296839;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 22px;
  color: #fff;
  margin: 0 20px 10px 3px;
}
ul#products li.letter::after,
ul#products li.zamiennik-title::after {
  content: " ";
  display: block;
  width: 927px;
  border-bottom: 1px solid #296839;
  margin-top: 1px;
}
ul#products li.zam-arrow {
  font-size: 30px;
  line-height: 120px;
  color: #45b70d;
}
ul#products li.head {
  float: none;
  clear: both;
}
ul#products li > a img {
  width: 146px;
  /* 6 w wierszu - 110px */
  height: 146px;
  border: 2px solid #E8F5E1;
}
ul#products li > a.nadwyzka img {
  border-color: #ed008c;
}
ul#products li > a.ma-zamiennik img {
  width: 146px;
  /* 6 w wierszu - 110px */
  height: 146px;
  border: none;
}
ul#products li > a > span.ma-zamiennik {
  border: 2px solid #008000;
  display: block;
  margin-bottom: 2px;
}
ul#products li > a > span.ma-zamiennik > img {
  display: block;
}
ul#products li > a.wyprzedany img {
  opacity: .5;
}
ul#products li > a.wyprzedany img:hover {
  filter: none;
  opacity: 1;
}
ul#products li > a {
  color: #455E0B;
  text-decoration: none;
}
ul#products li > a p {
  padding: 0;
  display: block;
  height: 45px;
  /* 3 wiersze w galerii */
  text-align: center;
  width: 140px;
  overflow: hidden;
}
.bg-green {
  background: #DFFAC3 !important;
}
.bg-blue {
  background: #C1E2FB;
}
#products p.green,
table#products td a.green,
table.pdata td a.green,
table.formy td.green,
option.green,
.internal_note.green,
.fa.green {
  color: #064646;
}
ul#products li > a > p.blue,
table#products td a.blue,
table.pdata td a.blue,
table.formy td.blue,
tr.blue td,
.fa.blue,
td.blue {
  color: #1074D8;
}
td.blue100 {
  color: blue;
}
table.formy td.green,
tr.green td {
  color: #369B04;
}
ul#products li > img {
  position: absolute;
  left: -3px;
  top: -3px;
}
#sidebar .pageMenu menu {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  background-color: #fff;
  color: #007400;
}
#sidebar .pageMenu menu li {
  padding: 2px 0;
  position: relative;
}
.cat-podmiot,
.cat-page-condensed {
  position: absolute;
  right: 0;
}
.cat-podmiot-v {
  color: #1b5e2c;
}
.cat-podmiot-a {
  color: blue;
  right: 11px;
}
.content li.level-0 {
  margin-left: -15px;
  font-weight: bold;
}
.content li.level-2 {
  margin-left: 15px;
}
.content li.level-3 {
  margin-left: 30px;
}
.content li.level-4 {
  margin-left: 45px;
}
td.nw,
td.nb,
th.nw,
th.nb,
.nb,
.nw {
  white-space: nowrap;
}
td.r {
  text-align: right;
}
td.c {
  text-align: center;
}
th.r {
  text-align: right;
}
input.add {
  border: 1px solid #678;
  text-align: right;
  padding: 2px 4px;
  width: 35px;
  margin: 0 3px;
}
input.add.inq {
  background: #FFD800;
}
span.palet {
  background: #678;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 3px 4px;
  margin: 0 -3px 0 3px;
}
span.il-palet {
  background: #678;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 1px 4px 1px 4px;
  margin: 0 3px 0 0px;
  border-radius: 2px;
  font-size: 11px;
}
#totalSum {
  margin-bottom: 10px;
  border: 1px dashed red;
  padding: 5px;
  background: #f8f8f8;
  text-align: right;
}
#orderForm label.error {
  color: red;
  font-size: 11px;
  display: block;
  padding: 3px;
}
form.labels label.error {
  position: absolute;
  background: url("/img/st-left.png") no-repeat scroll 3px 9px #ffffff;
  padding: 10px 10px 10px 25px;
  border: 1px solid #aaaaaa;
  border-radius: 10px 10px 10px 10px;
  margin-top: -7px;
  margin-left: 20px;
  box-shadow: 0px 0px 15px #ddd;
}
tr.formRow input.text,
tr.formRow textarea,
tr.alertRow input.text,
tr.alertRow textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  width: 220px;
  padding: 2px;
}
tr.alertRow input.text,
tr.alertRow textarea {
  border-color: #f40;
}
tr.formRow td,
tr.alertRow td {
  background-color: #fff;
  padding: 4px 3px 1px;
}
tr.formRow textarea,
tr.alertRow textarea {
  height: 60px;
}
tr.formRow td.label,
tr.alertRow td.label {
  border-right: 1px solid #E2E3E4;
  padding: 4px 10px 1px;
}
tr.bold td.label {
  font-weight: 700;
}
.checkboxes label {
  display: block;
  position: relative;
  padding: 1px 0 1px 20px;
}
.checkboxes label input {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
}
tr.alertRow td {
  border-bottom: 2px #FF7E29 solid;
  padding-bottom: 4px;
}
tr.formRow td.info,
tr.alertRow td.info {
  padding: 2px 10px;
}
tr.alertRow td.info {
  color: #f40;
}
td.submit {
  padding-top: 20px;
}
td.required {
  color: #f40;
}
td.no-required {
  color: #fff;
}
table tr.border-top td {
  border-top: 1px #888 solid !important;
}
table tr.border-db-top td {
  border-top: 2px #888 solid !important;
}
table tr.border-dbc-top td {
  border-top: 2px #ccc solid !important;
}
table tr.border-db-bottom td {
  border-bottom: 2px #888 solid !important;
}
div.back {
  padding: 10px 0 5px;
}
div.back a {
  background: url(../img/layout/triangle_1.gif) center left no-repeat;
  padding-left: 15px;
}
td.mhead {
  font-weight: 700;
  font-size: 14px;
  color: #666;
  border-bottom: 1px #666 solid;
}
#products td.mhead {
  padding: 10px 0;
}
.sidebar .home-oferta h1 {
  border: none;
  padding: 0;
  margin: 0;
}
#filters .item,
.item-filter {
  cursor: pointer;
  margin: 3px 0px 0px 0px;
  padding: 2px 28px 2px 5px;
  background: #ED008C;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
#filters .item .remove,
.item-filter .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  text-align: center;
  font-size: 13px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0px 0 0 0;
  border-left: 1px solid  #9B005E;
}
#filters .item:hover,
.item-filter:hover {
  background: #FD009C;
}
.bootstrap-iso #filters label {
  font-weight: normal;
}
#filters div.filter {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  width: 215px;
}
#filters div.filter.wide {
  width: 180px;
}
#filters div.filter.narrow {
  width: 65px;
}
#filters div.filter.narrow select,
#filters div.filter.narrow2 select,
#filters div.filter.wide select {
  width: 100%;
}
#filters div.filter.narrow2 {
  width: 100px;
}
#filters div.filter-chbxs {
  width: 500px;
  white-space: nowrap;
}
#filters div.filter h4 {
  font-size: 13px;
  margin: 10px 0;
  padding: 0 0 0 1px;
  line-height: 12px;
}
#filters div.filter-chb label {
  padding-left: 26px;
  display: block;
  position: relative;
}
#filters div.filter-chb label input {
  position: absolute;
  left: 0;
}
#filters th {
  font-weight: 400;
  vertical-align: bottom;
  font-size: 11px;
  text-align: left;
}
a.remove-filters {
  float: right;
  display: block;
  padding: 0 14px 4px 4px;
  text-decoration: none;
  font-size: 11px;
}
a.remove-filters img {
  margin-top: 4px;
}
#filters select {
  font-size: 11px;
  width: 130px;
  border: 1px solid #aaa;
}
#filters select option {
  background-color: #fff;
}
#filters select option.sel,
#filters select.sel {
  background-color: #b7da96;
}
span.gatunek {
  float: right;
  font-style: italic;
  font-size: 15px;
  color: #1B5E2C;
}
div.details {
  float: right;
}
div.details div.row {
  border-bottom: 1px #aaa dotted;
}
div.details-edit {
  overflow: hidden;
}
div.details-edit * {
  box-sizing: border-box;
}
div.details-edit > div {
  width: 100%;
}
div.details-edit > div span {
  width: 30%;
}
div.details-edit > div b {
  width: 70%;
}
div.details > div.no-dots {
  border: none;
}
div.details span {
  display: block;
  background: url(/img/layout/triangle.gif) 0 7px no-repeat;
  padding: 0 0 0 15px;
}
div.details b {
  color: #1B5E2C;
  font-weight: 400;
}
table.formy {
  /* float:right; */
  clear: both;
  border-collapse: collapse;
}
table.products.forms {
  border-collapse: collapse;
}
table.products.forms td {
  padding: 2px 3px;
  white-space: nowrap;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table.formy th {
  font-weight: 400;
  text-align: left;
  font-size: 0.8rem;
  padding: 3px 2px 2px;
  border-bottom: 1px #456 solid;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
}
table.formy td {
  background-color: #BDE794;
  padding: 2px;
  white-space: nowrap;
  text-align: left;
  border: 1px solid #DFFAC3;
  font-size: 12px;
  vertical-align: middle;
}
table.formy td.t,
table.formy td.tk,
table.formy td.ol,
table.formy td.ktl,
table.formy td.tb,
table.formy td.tn,
table.formy td.tz,
table.formy td.tp,
table.formy td.tpp,
table.formy td.ta {
  width: 15px;
  text-align: center;
  border: 1px solid #789;
}
table.formy td.border {
  border: 1px solid #82d132;
}
table.formy td.white {
  background: #fff;
}
table.formy td.tk {
  border: 1px solid #ed008c;
  background-color: #f0ffa0;
  color: #ed008c;
}
table.formy td.cr {
  padding-left: 8px;
  padding-right: 8px;
}
td.ol,
table.formy td.ol {
  border: 2px solid #5A0;
  background-color: #e0ffa0;
}
table.formy td.ktl {
  border: 2px solid #ed008c;
  background-color: #e0ffa0;
}
table.formy td.t,
table.formy td.ta {
  background-color: #f0ffa0;
}
table.formy td.tb {
  background-color: #DFFAC3;
}
table.formy td.ta {
  width: auto;
}
table.formy td.tn {
  background-color: #ddd;
  color: #aaa;
}
table.formy td.tz {
  background-color: #BDE794;
}
table.formy td.tp {
  background-color: #aF0;
}
table.formy td.tpp {
  background-color: #aF0;
  border: 1px solid red;
  border-bottom: 1px red solid;
  border-right: 1px red solid;
}
table.formy td.rc {
  text-align: right;
  padding-right: 4px;
  cursor: help;
}
table.formy td.rr {
  border-right: 1px #789 solid;
}
table.formy tfoot td {
  background-color: #DFFAC3;
  border-right: 1px #789 solid;
}
table.formy tfoot td.c {
  border-bottom: 1px #789 solid;
}
table.formy td.r {
  text-align: right;
}
table.formy td.c {
  text-align: center;
}
table.formy.formy-new {
  border-collapse: collapse;
  border-spacing: 0;
}
table.formy.formy-new td {
  border: 1px solid #dddddd;
  background: #fff;
}
a.fzoom span {
  background: url(/img/find.png) no-repeat scroll 4px 0 transparent;
  display: block;
  height: 30px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  margin-top: -30px;
  width: 30px;
}
div.jquery-image-zoom {
  line-height: 0;
  font-size: 0;
  z-index: 10;
  border: 1px solid #666;
  padding: 5px;
  background: #fff;
  margin: -5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div.jquery-image-zoom a {
  background: url(/img/jquery.imagezoom.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -17px;
  top: -17px;
  *left: auto;
  *right: -17px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  z-index: 11;
}
div.jquery-image-zoom a:hover {
  background-position: left -25px;
}
div.jquery-image-zoom img,
div.jquery-image-zoom embed,
div.jquery-image-zoom object,
div.jquery-image-zoom div {
  width: 100%;
  height: 100%;
}
table.weather tr:first-child {
  display: none;
}
table.gadget span.powered,
table.gadget span.powered *,
table.gadget span.powered a:hover,
table.gadget span.powered a:visited,
table.gadget span.powered a:active,
table.gadget span.powered {
  text-decoration: none;
  color: #888 !important;
  letter-spacing: -.1px;
  white-space: nowrap;
}
table.gadget div {
  border-color: #bbb !important;
}
form.szukajka {
  margin-bottom: 10px;
}
form.szukajka * {
  vertical-align: middle;
}
a.bma {
  /* background:url(../img/zamow_b.png) no-repeat scroll right center transparent; */
  color: #000;
  padding: 4px 15px 7px 16px;
  text-decoration: none;
  border: 1px solid #e00;
  display: inline-block;
  margin: 5px 0;
}
a.bmy {
  background: url(../img/zamow_b.png) no-repeat scroll right center transparent;
  color: #B4B4B4;
  padding: 4px 15px 7px 16px;
  text-decoration: none;
  border: 1px solid #aaa;
  display: block;
  float: right;
  margin: 5px 0;
}
div.cart a {
  text-decoration: none;
}
#cart_info {
  background: url(/img/layout/cal.gif) 0 -50px repeat-x;
  min-height: 40px;
  border-top: 0;
  padding: 7px;
}
#cart_li span {
  background: url(/img/layout/ico_cart_off.gif) center left no-repeat;
  padding-left: 20px;
}
#cart_li.selected span {
  background: url(/img/layout/ico_cart.gif) center left no-repeat;
}
#clip_li span {
  background: url(/img/layout/ico_clip_off.gif) center left no-repeat;
  padding-left: 15px;
}
#clip_li.selected span {
  background: url(/img/layout/ico_clip.gif) center left no-repeat;
}
div.add-cart {
  background: url(/img/layout/button_bg.gif) repeat-x scroll center center transparent;
  background: url(/img/layout/menu4.png) -50px -11px no-repeat;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  display: block;
  font-weight: 400;
  margin: 0 3px 0 0;
  padding: 5px 4px;
  float: right;
}
div.add-cart a {
  background: url(/img/layout/ico_add.gif) center left no-repeat;
  padding-left: 20px;
  text-decoration: none;
  color: #FFF;
}
.actions-menu li {
  background: url(/img/layout/button_bg.gif) repeat-x scroll center center transparent;
  background: url(/img/layout/menu4.png) -50px -11px no-repeat;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  display: block;
  float: left;
  font-weight: 400;
  margin: 0 3px 0 0;
  padding: 5px 4px;
  float: right;
  text-decoration: none;
  color: #FFF;
}
a.button {
  float: none;
  display: inline-block;
}
.actions-menu li a {
  _background: url(/img/layout/ico_add.gif) center left no-repeat;
  _padding-left: 20px;
  text-decoration: none;
  color: #FFF;
}
.actions-menu li.add-button {
  margin-right: 10px;
}
div.fold-categories,
div.top-buttons,
div.fold-ul-categories,
div.fold-box-categories,
div.fold-seq-categories {
  margin-right: 3px;
  float: right;
}
div.add-pcart {
  background: url(/img/layout/menu4.png) -50px -54px no-repeat;
  border-radius: 6px 6px 6px 6px;
  border: medium none;
  display: block;
  font-weight: 400;
  margin: 0 3px 0 0;
  padding: 5px 4px;
  float: right;
  position: relative;
  z-index: 10;
}
div.add-pcart a {
  background: url(/img/layout/ico_add.gif) center left no-repeat;
  padding-left: 20px;
  text-decoration: none;
  color: #FFF;
}
a.marker {
  background: url(/img/layout/triangle.gif) 0 9px no-repeat;
  padding-left: 15px;
}
#cart_info p {
  padding: 2px 0;
}
#cart_info a {
  display: block;
}
.products h2 {
  border-bottom: 1px #1b5e2c solid;
  margin-bottom: 1px;
  position: relative;
}
.products tbody tr.td td div {
  position: relative;
}
.products tbody tr.td td a.toggle-category {
  color: #ed008c;
  text-decoration: underline !important;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  font-size: 11px;
}
.products h2 a,
.mhead h2 a {
  color: #1B5E2C;
  text-decoration: none;
  line-height: 17px;
  border-bottom: 0 #888 solid;
  font-size: 1.6rem;
  font-weight: 400;
  /* background: transparent url(/img/layout/triangle.gif) no-repeat 1px 7px; 
  background-color: none;
  background-image: url(/img/layout/triangle.gif);
  background-repeat: no-repeat;
  background-position: 1px 7px;
  */
  background: url(https://www.vitroflora.pl/img/layout/triangle.gif) no-repeat 1px 12px;
  padding-left: 12px;
}
.products h2 a.sel {
  color: #ed008c;
}
.products h2 a:hover {
  text-decoration: underline;
}
a.nowosci-show-all {
  float: right;
  margin-top: -25px;
  text-decoration: none;
}
td.xmhead a {
  color: #777;
  text-decoration: none;
  line-height: 13px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 0 #888 solid;
  background: url(/img/layout/triangle.gif) no-repeat scroll 1px 5px transparent;
  padding-left: 12px;
}
td.mhead a.sel {
  color: #1b5e2c;
}
td.mhead a:hover {
  color: #555;
  text-decoration: underline;
}
td.ghead a {
  color: #777;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 0 #888 solid;
  background: url(/img/layout/triangle.gif) no-repeat scroll 1px 5px transparent;
  padding-left: 12px;
}
td.ghead a.sel {
  color: #1b5e2c;
}
table#products td.cart-split {
  padding-top: 5px;
}
td.mhead-forma_prod {
  text-transform: uppercase;
}
td.mhead-termin {
  font-size: 12px;
  font-weight: 400;
}
.cenap {
  color: #ed008c;
}
table.tabela_cen {
  min-width: 462px;
}
table.tabela_cen tr th {
  background: none repeat scroll 0 0 #BDE794;
  font-size: 11px;
  min-width: 30px !important;
  padding: 2px;
  text-align: center;
  font-weight: 700;
}
table.tabela_cen tr td {
  background: none repeat scroll 0 0 #DFFAC3;
  font-size: 11px;
  min-width: 30px !important;
  padding: 2px;
  text-align: center;
}
#tabela_cen {
  display: none;
  background: #fff;
  border: 1px solid #778E54;
  padding: 10px;
  opacity: .95;
  box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  position: absolute;
  left: 20px;
  bottom: 100px;
  z-index: 1070;
  max-width: 300px;
}
#tabela_cen.loading {
  background: #ffffff url(/img/loading.gif) 5px 5px no-repeat;
  padding-left: 40px;
}
tbody.loading {
  background: #ffffff url(/img/loading.gif) 5px 5px no-repeat;
  padding-top: 40px;
}
li.loading {
  background: #ffffff url(/img/loading.gif) 0px 0px no-repeat;
  padding-left: 17px;
  background-size: 13px;
}
td.loading {
  background: #ffffff url(/img/loading.gif) 0px 0px no-repeat;
  padding-left: 17px;
  background-size: 13px;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
li.done {
  color: #236433;
}
.tabela_cen {
  border: 0 solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  opacity: 1;
  border-spacing: 1px 1px;
}
#tooltip {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #fff;
  padding: 5px;
  opacity: .95;
  box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  z-index: 9999999;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}
#tooltip h3 {
  font-size: 12px;
  font-weight: 400;
}
a.twoje-konto {
  font-weight: 700;
}
.newsletter input[type=text] {
  width: 120px;
}
.sel-grupy,
.sel-formy,
.sel-pgrupy,
.sel-porders {
  padding: 10px;
}
.sel-grupy p,
.sel-pgrupy p,
.sel-formy p,
.sel-porders p {
  padding: 2px 0;
}
.sel-grupy p.selected label,
.sel-pgrupy input:checked + label,
.sel-formy p.selected label {
  font-weight: 700;
}
p.sel-label {
  padding: 2px 0;
}
p.sel-label span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
table#products tr.sub-sum td,
table.data tr.sub-sum td,
table.pdata tr.sub-sum td {
  border-top: 1px #888 solid;
  border-bottom: 1px #666 solid;
  background: #DFF7B3;
  padding: 6px;
}
tr.thb th {
  vertical-align: bottom;
}
th.vrt {
  writing-mode: vertical-lr;
  text-align: right;
}
span.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  /*    color: #fff; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
span.label.big {
  font-size: 100%;
  font-weight: normal;
  padding: .2em .3em .3em;
  margin: 2px 0 0 0;
  display: block;
  word-spacing: -2px;
}
.formy-suma {
  word-spacing: -2px;
  margin: 2px 2px 0 0;
}
table#products tr.alertTr td,
table.data tr.alertTr td,
table.pdata tr.alertTr td,
table#products tr.alertTrWanted td.wanted,
table#products tr.alertTrWanted td.both,
table#products tr.alertTrConfirmed td.both,
table#products tr.alertTrConfirmed td.confirmed,
span.label.alert {
  background: #FF6A6A;
}
tr.yellowTr td,
.table-calendar tr.yellowTr td,
table#products tr.yellowTr td,
table.data tr.yellowTr td,
table.pdata tr.yellowTr td,
table#products tr.yellowTrWanted td.wanted,
table#products tr.yellowTrWanted td.both,
table#products tr.yellowTrConfirmed td.both,
table#products tr.yellowTrConfirmed td.confirmed,
span.label.yellow,
.yellow-bg {
  background: #FFD800;
}
table#products tr.pinkTr td,
table.data tr.pinkTr td,
table.pdata tr.pinkTr td,
table#products tr.pinkTrWanted td.wanted,
table#products tr.pinkTrWanted td.both,
table#products tr.pinkTrConfirmed td.both,
table#products tr.pinkTrConfirmed td.confirmed {
  background: #FEABDD;
}
table#products tr.redTr td,
table.data tr.redTr td,
table.pdata tr.redTr td,
table#products tr.redTrWanted td.wanted,
table#products tr.redTrWanted td.both,
table#products tr.redTrConfirmed td.both,
table#products tr.redTrConfirmed td.confirmed {
  background: #f00;
}
table#products tr.orangeTr td,
table.data tr.orangeTr td,
table.pdata tr.orangeTr td,
table#products tr.orangeTrWanted td.wanted,
table#products tr.orangeTrWanted td.both,
table#products tr.orangeTrConfirmed td.both,
table#products tr.orangeTrConfirmed td.confirmed,
span.label.orange {
  background: #F90;
}
span.text-orange,
.text-orange {
  color: #F90;
}
span.text-green,
.text-green {
  color: green;
}
span.text-red,
.text-red {
  color: #F00 !important;
}
span.text-wrong,
.text-wrong {
  color: #F00;
  text-decoration: line-through !important;
}
table#products tr.blueTr td,
table.data tr.blueTr td,
table.pdata tr.blueTr td,
table#products tr.blueTrWanted td.wanted,
table#products tr.blueTrWanted td.both,
table#products tr.blueTrConfirmed td.both,
table#products tr.blueTrConfirmed td.confirmed,
span.label.blue {
  background: #49D9FF;
}
span.label.green {
  background: #3F9A14;
  color: #fff;
}
span.label.pink {
  background: #ed008c;
  color: #fff;
}
span.label.red {
  background: red;
  color: #fff;
}
span.label.gray {
  background: gray;
  color: #fff;
}
span.label.lgray {
  background: #ddd;
  color: #000;
  font-weight: normal;
  margin-right: 1px;
}
select.req {
  border: 1px solid red;
}
table#products.sklep-lista tr.add-sel td,
table tr.tr-sel > td {
  background: #E8F5E1;
  background: #DFF7B3 !important;
}
table.gielda td {
  vertical-align: top;
}
table.gielda tr.add-sel td {
  background: #EDFFD2;
}
table.gielda span.add-photo {
  background: url(/img/layout/photo_add.png) no-repeat;
  display: inline-block;
  height: 30px;
  width: 35px;
  margin: 4px 0 0 4px;
  overflow: hidden;
  cursor: pointer;
}
table.gielda span.add-photo.added {
  background: url(/img/layout/photo_added.png) no-repeat;
  background: url(/img/_big/loading.gif) no-repeat;
  background-size: contain;
  background-size: cover;
  width: 80px;
  height: 80px;
}
table.gielda span.add-photo + input {
  display: none;
}
table.gielda tr.line textarea {
  margin-top: 5px;
}
.form-sel {
  padding: 5px 0;
}
.form-sel label {
  display: inline-block;
  width: 75px;
  color: #666;
}
#g_add {
  padding: 5px 0 0 80px;
}
/*
display: none;
table.gielda tr.line.add-sel textarea {
display: inline-block;
}

*/
div.datepicker {
  position: relative;
  font-size: 11px;
  width: 200px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
.datepickerContainer {
  width: 200px !important;
  background: url(/img/layout/cal.gif) repeat-x top;
}
.datepickerContainer table {
  width: 195px !important;
}
.datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_t.png);
  display: none;
}
.datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_b.png);
  display: none;
}
.datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../img/layout/datepicker/datepicker_l.png);
  display: none;
}
.datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../img/layout/datepicker/datepicker_r.png);
  display: none;
}
.datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_tl.png);
  display: none;
}
.datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_tr.png);
  display: none;
}
.datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_bl.png);
  display: none;
}
.datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/layout/datepicker/datepicker_br.png);
  display: none;
}
table#products tr.td td,
table.pdata tr.td td {
  border-top: 1px #999 dotted;
}
table#products tr.last td,
table.pdata tr.last td {
  border-bottom: 1px #999 dotted;
}
table#products tfoot.suma,
table.pdata tfoot.suma,
table#products tbody.suma,
table.pdata tbody.suma {
  border-top: 1px #999 solid;
}
table#products tbody.gsuma,
table.pdata tbody.gsuma {
  border-top: 1px #999 solid;
  background: #E0F2F5;
}
table#products tbody.braki,
table.pdata tbody.braki {
  border-top: 1px #999 solid;
  background: #FFD5BF;
}
tbody.braki td.sub-cat {
  /* background: #FFBC9B; */
  background: #CEE7A2;
}
table#products tfoot.suma tr:first-child td,
table.pdata tfoot.suma tr:first-child td {
  padding-top: 15px;
}
table#products tr.sectionHeader td {
  background: #e0f8b8;
  color: #006000;
  border-top: 1px solid green;
}
table#products tr.head.sectionHeader.letter td {
  background: #fff;
}
table#products tr.head.sectionHeader.letter td a.letter {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #ed008c;
  display: inline-block;
  padding: 2px 0;
  border-radius: 3px;
  margin: 2px 0;
  text-align: center;
  width: 30px;
}
table#products tr.sectionHeader.subhead td {
  background: #fff;
  border-bottom: 2px solid #aaa;
}
span.salevalue {
  border-left: 1px solid #ccc;
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
span.salevalue.n1 {
  width: 50px;
}
.bl-0 {
  border-left: none !important;
}
table#products tr.sectionHeader td.numVal,
table#products tr.sectionHeader td.numBt {
  vertical-align: bottom;
  padding-bottom: 6px;
}
table#products tr.sectionHeader td h2 {
  border-bottom: none;
}
table#products tr.sectionHeader td h2 a.sel {
  color: #ed008c;
}
.products h2.prod-hed {
  background: #e0f8b8;
  border-top: 1px solid green;
  border-bottom: 1px solid #d0d0d0;
}
.products h2.prod-hed a.sel {
  color: #ed008c;
}
.products h2.prod-hed a.selfirst {
  color: #1B5E2C !important;
}
td.sub-cat,
td.sub-cat-bg,
.sub-cat-bg {
  background: #DFF7B3;
}
td.sub-cat a,
a.sub-cat-marker {
  background: url(/img/layout/triangle.gif) no-repeat scroll 1px center transparent;
  padding-left: 12px;
}
a.sub-cat-size {
  font-size: 13px;
}
a.pdf {
  background: url(/img/library/icons/ico_pdf.gif) no-repeat scroll left center transparent;
  padding: 2px 0 2px 20px;
}
a.pdf-big,
a.pdf-big-inline {
  background: url(/img/library/icons/ico_pdf_big_1.gif) no-repeat scroll left center transparent;
  display: block;
  height: auto !important;
  min-height: 30px;
  padding: 15px 0 0 60px;
}
a.pdf-big-inline {
  display: inline;
  padding: 20px 0 20px 60px;
}
a.folder-big-inline {
  background: url(/img/library/icons/ico_folder.gif) no-repeat scroll left center transparent;
  display: inline;
  padding: 20px 0 20px 60px;
}
a.doc-big {
  background: url(/img/library/icons/ico_word_big.gif) no-repeat scroll left center transparent;
  display: block;
  padding: 15px 0 18px 60px;
}
a.doc {
  background: url(/img/library/icons/ico_word.gif) no-repeat scroll left center transparent;
  padding: 1px 0 1px 20px;
}
span.rozowy,
p.rozowy {
  color: #c30080;
}
table.data-big {
  width: 100%;
  border: 0;
  margin-left: -1px;
  border-collapse: collapse;
}
table.data-big tr.col-1 {
  background-color: #fff;
}
table.data-big tr.col-0 {
  background: url(web/gielda-bg-1.jpg) repeat-x top left #e2e3e4;
}
table.data-big td {
  border-left: 1px solid #E2E3E4;
}
table.data-big td.ogl-title {
  border-left: 0;
}
table.data-big tr.col-0 td.ogl-title {
  background-color: #EAEAEA;
}
table.data-big td a {
  text-decoration: none;
  color: #424242;
}
table.data-big td a:hover {
  color: #04a;
}
table.data-big th {
  border-bottom: 2px #1b5e2c solid;
  padding: 5px 10px;
}
table.data-big th.r {
  text-align: right;
}
table.data-big td.r {
  text-align: right;
}
table.data-big tr td {
  border-bottom: 1px #ddd solid;
  padding: 5px 10px;
  margin: 0;
}
table.tight tr td {
  padding: 4px 5px;
}
table.data-big tr td:first-child {
  border-left: 0;
}
a.ph-ico {
  padding-left: 25px;
  background: url(/img/layout/ico_ph.png) 0 0 no-repeat;
  display: block;
}
a.user-ico {
  padding-left: 25px;
  background: url(/img/layout/ico_user.png) 0 0 no-repeat;
  display: block;
}
a.add-user {
  padding-left: 30px;
  background: url(/img/layout/ico_add.png) 0 0 no-repeat;
  display: block;
  line-height: 25px;
  margin: 5px 0;
}
#orderData div.col {
  width: 360px;
  float: left;
}
#orderData:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html #orderData {
  clear: both;
}
#products input.amount {
  width: 40px;
  text-align: center;
}
#add_products td.add-button {
  width: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#add_products td.add-button div {
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  float: left;
  font-weight: 400;
  margin: 0 3px 0 0;
  padding: 5px 4px;
  float: right;
  background: url(/img/layout/button_bg.gif) repeat-x scroll center center transparent;
  background: url(/img/layout/menu4.png) -50px -11px no-repeat;
}
#add_products td.add-button div a {
  text-decoration: none;
  color: #FFF;
}
td.vm,
td.vm *,
.vm,
.vm * {
  vertical-align: middle !important;
}
#add_products tr:hover td.add-button div {
  display: block;
}
table.listBuyNow {
  width: 100%;
  border-collapse: collapse;
}
table.listBuyNow tr th {
  background: #e0f8b8;
  color: #006000;
  border-top: 1px solid green;
}
table.listBuyNow tr th.amount {
  font-size: 11px;
  padding: 3px 20px;
  width: 40px;
}
table.listBuyNow tr th.amount div:first-child {
  border-bottom: 1px solid green;
}
table.listBuyNow tr .left {
  float: left;
}
table.listBuyNow tr .right {
  float: right;
}
table.listBuyNow tr .cena {
  display: inline-block;
  width: 80px;
  white-space: nowrap;
  text-align: right;
}
table.listBuyNow tr .cena.redd {
  color: #e00;
}
.cena-redd {
  color: #e00;
}
table.listBuyNow tr .cena.black {
  color: #000;
}
table.listBuyNow tr .copis {
  display: inline-block;
  width: 60px;
}
table.listBuyNow tr th h2 {
  text-align: left;
  color: #e80088;
  padding-left: 10px;
  border: none;
  overflow: hidden;
}
table.listBuyNow tr th h2 a.sel {
  color: #ed008c;
}
table.listBuyNow tr th .hDate {
  background-color: #006000;
  color: #fff;
  white-space: nowrap;
  padding: 2px 3px;
}
table.listBuyNow tr td,
table.listBuyNow tr th {
  border-bottom: 1px solid #d0d0d0;
  font-weight: 400;
}
table.listBuyNow tr.bb-bold td {
  border-bottom: 2px solid #868686;
}
table.pdf th {
  font-size: 10px;
}
table.listBuyNow tr.td td {
  border-top: 1px #888 solid;
}
table.listBuyNow.det tr.td + tr td {
  border-top: 1px #888 solid;
}
table.listBuyNow tr td p {
  padding: 1px 0;
}
table.listBuyNow tr td.info p {
  padding: 0 0 5px;
  font-size: 11px;
  color: #006000;
  white-space: nowrap;
}
table.listBuyNow tr td.info p.kt-std {
  margin-top: 16px;
}
table.listBuyNow tr td.kt-name {
  vertical-align: top;
  padding-left: 20px;
}
table.listBuyNow tr td.kt-name h3 {
  margin-top: 10px;
}
table.listBuyNow tr td.kt-name h3 a {
  text-decoration: none;
}
table.listBuyNow tr td .light {
  color: #7d7d7d;
  font-size: 11px;
}
table.listBuyNow tr td .clear {
  border: none;
  margin: 0;
}
table.listBuyNow tr td.amount {
  text-align: center;
}
table.listBuyNow tr td:first-child {
  padding: 5px;
}
table.listBuyNow tr td.info {
  vertical-align: top;
  padding: 0 0 0 5px;
  width: 220px;
}
table.listBuyNow tr td .red {
  color: #e80088;
  font-style: italic;
}
table.listBuyNow img.icon {
  width: 110px;
}
h1.hBuyNow {
  border: none;
  text-align: left;
  color: #006000;
  font-size: 17px;
}
h1.hBuyNow span {
  font-style: italic;
}
#cookie_strip {
  margin: 10px 0;
  background: #eee;
  font-size: 11px;
  padding: 10px;
  text-align: center;
}
#cookie_strip a {
  font-size: 11px;
}
h4.list-title {
  margin: 0;
  padding: 1px 0 1px 3px;
}
h2.list-title {
  font-size: 13px;
}
h4.list-title a {
  color: #ed008c;
  text-decoration: none;
}
td.ceny {
  padding-right: 5px;
}
.glimit {
  color: #f00;
}
.cena-red {
  color: #ed008c;
  padding-left: 5px;
}
.cena-black {
  padding: 0 5px;
}
p.alert {
  background: url(/img/alert1.png) left center no-repeat;
  padding-left: 30px;
  color: #ed008c;
}
p.alert-green {
  background: url(/img/alert2.png) left center no-repeat;
  padding-left: 30px;
  font-weight: 700;
}
p.zam-checking {
  padding: 30px 30px 0 50px;
  background: url(/img/_big/loading.gif) 15px 30px no-repeat;
  min-height: 24px;
  line-height: 24px;
  font-weight: 700;
}
p.file-waiting {
  padding: 30px 50px;
  background: url(/img/_big/loading.gif) 15px 30px no-repeat;
  min-height: 24px;
  line-height: 24px;
  font-size: 14px;
}
div.waiting {
  background: url(/img/_big/loading.gif) 15px 5px no-repeat;
  height: 34px;
}
#progressBar {
  width: 400px;
  height: 22px;
  border: 1px solid #111;
  background: #333333 url(/img/animated-overlay.gif) repeat scroll 0 0;
  position: relative;
  margin: 15px auto;
}
#progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  width: 0;
  background-color: #ed008c;
}
.joinornot {
  padding-top: 20px;
}
.joinornot p {
  font-size: 14px;
}
textarea.uwagi {
  width: 400px;
  margin-top: 5px;
}
ul.kup-teraz-link,
ul.kup-teraz-link ul {
  list-style-type: none;
}
ul.kup-teraz-link ul {
  padding: 10px 0px 10px 20px;
}
ul.kup-teraz-link a {
  background: url(../img/layout/triangle.gif) no-repeat scroll 3px 8px transparent;
  padding: 0 0 0 17px;
  font-size: 17px;
}
#content ul.chosen-choices,
#content ul.chosen-drop,
#content ul.chosen-results {
  overflow-y: auto;
}
#thumbs {
  overflow-x: auto;
  white-space: nowrap;
  margin: 10px 0;
  padding: 10px 0;
  scrollbar-width: thin;
  scrollbar-color: #eee #fff;
}
#thumbs::-webkit-scrollbar {
  height: 5px;
}
#thumbs::-webkit-scrollbar-track {
  background-color: #fff;
}
#thumbs::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 6px;
  border: 3px solid #ddd;
}
#thumbs img,
a.foto-thb img {
  width: 104px;
}
ul.kup-teraz-link a.kup-forma {
  font-weight: 400;
  background: url(/img/layout/triangle.gif) 0px 4px no-repeat;
  padding: 0 0 0 10px;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
.gkt-info {
  padding: 10px 0 10px 40px;
}
.gkt-info td.gtk-title {
  color: #060;
  vertical-align: top;
}
.gkt-info td.gtk-opis {
  padding-left: 20px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url(/fonts/flexslider-icon.eot);
  src: url(/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(/fonts/flexslider-icon.woff) format("woff"), url(/fonts/flexslider-icon.ttf) format("truetype"), url(/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
  overflow: visible !important;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.capitalize {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.podkat {
  margin: 0;
  padding: 6px 0 4px;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
}
.podkat .small {
  font-size: 11px;
  user-select: text !important;
  position: relative;
}
.subhead .podkat {
  font-size: 13px;
}
.products .podkat {
  margin-bottom: 1px;
  position: relative;
  padding-left: 10px;
}
.products .podkat a,
.mhead h2 a {
  color: #1B5E2C;
  text-decoration: none;
  line-height: 17px;
  border-bottom: 0 #888 solid;
  background: transparent url(/img/layout/triangle.gif) 1px 7px no-repeat;
  padding-left: 12px;
}
.products .podkat a.sel {
  color: #ed008c;
}
.products .podkat a:hover {
  text-decoration: underline !important;
}
.articlesList > ul > li.box .ahome {
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: #184C25;
  line-height: 14px;
}
.articlesList > ul > li.box p a,
.articlesList > ul > li.box .ahome a {
  color: #184C25;
  text-decoration: none;
  font-size: 11px;
}
.h {
  font-size: 20px;
  margin-top: 10px;
}
#modal_termin {
  padding: 20px;
}
td.order-icons img {
  margin-right: 5px;
  vertical-align: middle;
}
#home_note {
  margin-top: 8px;
}
#nlok {
  line-height: 18px;
}
#PogodaNetWidget {
  border: none !important;
}
.PogodaNetWidget_Title {
  text-decoration: none;
  text-align: left !important;
  font-size: 14px !important;
  margin: 0 -10px 8px -8px !important;
}
.PogodaNetWidget_TempHigh {
  color: #ed008c !important;
  font-weight: 700;
  border: 1px dotted #ccc;
}
.PogodaNetWidget_TempLow {
  background-color: #184C25 !important;
  border: 1px solid #184C25;
}
.PogodaNetWidget_Desc {
  color: #184C25 !important;
}
.PogodaNetWidget_Link {
  color: #ccc;
}
#PogodaNetWidget img {
  margin: 0 4px 0 -10px !important;
}
#PogodaNetWidget table tbody tr:last-of-type td {
  padding-bottom: 0 !important;
}
tr.head {
  border-bottom: 1px solid #d0d0d0;
  background: #e0f8b8;
  border-top: 1px solid green;
}
tr.head.subhead {
  background: #fff;
}
#products2col .head {
  border-bottom: 1px solid #d0d0d0;
  background: #e0f8b8;
  border-top: 1px solid green;
  padding-left: 10px;
}
#products2col .head h2 {
  border-bottom: 0 !important;
}
#mapBubble {
  display: none;
  transition: .3s all;
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  width: 200px;
  position: absolute;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#punkty span {
  display: block;
  margin: 10px 0;
}
select.odbior-odb {
  max-width: 380px;
}
.sub-uwagi {
  width: 350px;
}
.fotolic {
  display: inline-block;
  position: relative;
}
.fotolic i {
  display: block;
  font-style: normal;
  font-size: 11px;
}
img.for-label {
  border: 5px solid #4e2;
}
.fotolic span {
  background: url(/img/find.png) no-repeat scroll 4px 0 transparent;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  width: 30px;
  bottom: -5px;
  left: 2px;
  z-index: 1;
  cursor: pointer;
}
.fotoanswer {
  display: inherit;
}
.fotoanswer textarea {
  width: 98%;
  resize: vertical;
}
.fotoanswer input,
.fotoanswer,
.fotoform {
  margin-top: 4px;
}
.fotolic img {
  max-width: 100px;
  max-height: 100px;
}
.fotolic img.unknown-foto {
  opacity: 0.5;
  background: #fff;
}
.fotolic img.no-foto {
  filter: grayscale(1);
}
.fotolic {
  padding: 5px;
}
.fotolic.sel {
  background: #B5FF1A;
}
.fotolic.unknown-foto-wrap.sel {
  background: #e00;
}
.fotolic input {
  position: absolute;
  margin: 4px;
  padding: 0;
  background: #fff;
}
#content .oi-set-button {
  float: right;
  position: relative;
  z-index: 1;
  margin: 10px 10px 0 0;
  margin: -68px 0px 0 0;
}
#content.hurt .oi-set-button {
  margin-top: -90px;
}
#products.products .head {
  position: relative;
}
.oi-grp {
  display: none;
}
#oi_gen {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.oi-grp-set {
  background: #EDFFCF;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.oi-grp-checkoxes {
  float: left;
  padding: 7px 0 0;
}
#products .oi-grp-checkoxes {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
#oi_set {
  float: left;
  width: 100%;
}
.bn-list .oi-grp-checkoxes {
  padding: 2px 3px 0 0;
}
.bn-details .oi-id {
  position: absolute;
}
p.small-note {
  font-size: 11px;
  margin: 0;
  padding: 2px 0;
}
td.pink-label {
  color: #ED008C;
  font-weight: 700;
}
input.highlight {
  background-color: #FFF9CA;
  border: 1px solid #888;
  padding: 2px;
}
#kt_zap {
  padding-left: 0;
  position: absolute;
  margin-top: -32px;
}
a.tooltip {
  outline: none;
}
a.tooltip:hover {
  text-decoration: none;
}
.dostepnosc_filter {
  background-color: #E0F8B8;
  border-radius: 4px;
}
.indeks_zamowienia {
  position: absolute;
  right: 0;
  top: 14px;
}
#oi_set input[type=radio] {
  vertical-align: middle;
  margin: 0 2px 2px;
}
#oi_set p {
  vartical-align: middle;
}
li.selected > menu > li > .kt_wyr,
li > .kt_new_sub {
  color: #E50A80 !important;
}
#page_slider .flex-next,
#page_slider .flex-prev {
  top: -100px;
}
menu > li .kt_new:after,
#pageMenu > li .kt_new:after,
#oferta_grupy > li .kt_new:after {
  content: "";
  background: url(/img/znaczki/_ico/2009.png) no-repeat;
  width: 28px;
  height: 14px;
  display: inline-block;
  line-height: 1px;
  position: relative;
  left: 4px;
  top: 3px;
  margin-top: -3px;
}
h4.zielony {
  color: #006600;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px #060 solid;
}
h4.bordo {
  color: #E50A80;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px #888 solid;
}
b.green {
  color: #006600;
}
b.dark-green,
.zu-notatka {
  color: #184C25;
}
b.pink {
  color: #E50A80;
}
b.white {
  color: #ffffff;
}
b.green-light {
  color: #006600;
  font-weight: normal;
}
b.pink-light {
  color: #E50A80;
  font-weight: normal;
}
ul.green li {
  color: #184C25;
}
.oi-tygodnie {
  width: 250px;
}
select[name=add_termin] option,
select[name=dost_termin] option {
  color: #184C25;
  color: #333;
  background-color: #E0FFA0;
  background-color: #E0F8B8;
}
select[name=add_termin] option:disabled,
select[name=dost_termin] option:disabled {
  color: #ccc;
  background-color: #FFFFFF;
}
table#products td a.ul,
table.pdata td a.ul,
.ul {
  text-decoration: underline;
}
.small-btn {
  background: #E0F8B8;
  text-decoration: none;
  padding: 3px 10px;
  margin: 0 0 0 5px;
  border-radius: 5px;
  color: #ed008c;
  font-weight: normal;
  border-bottom: 1px solid #95B776;
}
th a.toggle-category {
  color: #ed008c;
}
.top10 .n {
  color: #f00;
}
.sidebar .box.co_nowego ol li a {
  text-decoration: underline;
  color: #E50A80;
}
.sidebar .box.co_nowego ol li a.btn-edit {
  float: right;
}
.sidebar .box.co_nowego ol li a span {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}
.sidebar .box.co_nowego ol li a b {
  display: inline-block;
  font-weight: normal;
  padding-top: 6px;
  text-decoration: none;
  color: #222;
}
p.cat-desc {
  text-align: center;
  color: #f00;
  font-size: 14px;
}
.box.co_nowego {
  max-height: 380px;
  overflow: auto;
}
#qstatus_chosen.chosen-container .chosen-drop {
  width: 200px;
}
#qweek_chosen.chosen-container .chosen-drop {
  width: 140px;
}
#qyear_chosen.chosen-container .chosen-drop {
  width: 100px;
}
#qforma_chosen.chosen-container .chosen-drop {
  width: 160px;
}
#qgrupa_chosen.chosen-container .chosen-drop {
  width: 160px;
}
#qsortby_chosen.chosen-container-single .chosen-single div {
  display: none;
}
#orders_filter .chosen-container {
  font-size: 11px;
}
#orders_filter .chosen-container-single .chosen-single span {
  margin-right: 15px;
}
#orders_filter .chosen-container-single .chosen-single div {
  width: 15px;
}
#orders_filter .chosen-container-single .chosen-single {
  padding: 0 0 0 6px;
}
th .chosen-container .chosen-results li {
  text-align: left;
}
i.bit-large {
  font-style: normal;
  font-size: 14px;
}
.text-normal {
  font-weight: normal !important;
}
.tr-head {
  background: #eee;
  font-weight: bold;
  border-top: 2px solid #aaa;
}
.hand,
[data-sales] {
  cursor: pointer;
}
td.bold,
th.bold {
  font-weight: bold;
}
td.italic {
  font-style: italic;
}
img.forma-new {
  position: absolute;
  margin-left: -30px;
}
span.light {
  color: #aaa;
}
#page_right_slider {
  position: relative;
}
#page_right_slider.page {
  margin-top: 0;
}
.slider-nav img {
  margin: 5px 5px;
}
.files-list {
  padding: 10px 0;
}
.files-list p {
  margin: 0;
  padding: 3px 0;
}
#page_right_slider .gal-item {
  display: block;
  text-align: center;
  width: 250px;
  height: 225px;
}
#page_right_slider .gal-item {
  font-size: 12px;
}
#page_right_slider a {
  display: block;
  text-align: center;
  width: 250px;
  line-height: 200px;
  height: 200px;
  margin: 0 auto;
}
#page_right_slider a img {
  max-height: 200px;
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
p.form-line {
  padding: 4px 0 0 0;
  margin: 0;
}
.k-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.navipages {
  white-space: nowrap;
  max-width: 100%;
  overflow: auto;
}
.inp-label {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.radio-label * {
  vertical-align: bottom;
}
p.form-line select,
p.form-line input {
  vertical-align: middle;
}
img.thb {
  margin: 0 5px 5px 0;
  border: 2px solid #E8F5E1;
}
div.thb {
  margin: 0 5px 5px 0;
  margin-right: 5px;
  padding: 3px;
  border: 2px solid #E8F5E1;
  display: block;
  text-align: center;
  width: 137px;
  vertical-align: bottom;
  float: left;
}
div.thb div {
  display: block;
  text-align: center;
  width: 137px;
  height: 137px;
  vertical-align: middle;
  line-height: 137px;
}
div.thb div img {
  vertical-align: middle;
}
div.thb p {
  height: 33px;
  text-align: center;
}
.red {
  color: #f00;
}
table.listBuyNow tr.highlight {
  border: 1px double #ed008c;
  background: #ffffdd;
}
.white-popup-block,
.crop-popup-block,
.max-popup-block {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.crop-popup-block {
  padding: 0;
  max-width: 500px;
}
.max-popup-block {
  max-width: 95%;
}
ul.formy-tabs li.gatunek {
  background: none;
  padding-right: 20px;
}
ul.formy-tabs li.gatunek span {
  background: none;
  float: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
  padding: 3px 5px 3px 18px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  left: 3px;
}
.kt-content {
  position: relative;
}
.kt-content #oi_switch {
  position: absolute;
  top: 10px;
  right: 10px;
  float: none;
  margin: 0;
}
.hodowca {
  font-size: 11px;
}
.hod-align {
  display: inline-block;
  min-height: 30px;
}
select.in-table-edit {
  padding: 4px;
  border: 1px solid #888;
  border-radius: 4px;
}
.filters {
  padding: 10px 0;
}
.filter-item {
  cursor: pointer;
  margin: 0 0px 0px 6px;
  padding: 3px 40px 3px 10px;
  background: #ED008C;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
.filter-item .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  text-align: center;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0px 0 0 0;
  border-left: 1px solid  #BE0082;
}
#add_cart_single {
  margin: 0 5px;
}
.click-to-edit {
  display: inline-block;
  min-width: 30px;
  min-height: 17px;
}
.unactive {
  opacity: 0.5;
}
.tr-unactive td > a,
.tr-unactive td > span {
  opacity: 0.5;
}
.unactive-gray td,
.unactive-gray td a {
  color: #a8a8a8;
}
.bg-gray {
  background: #eee !important;
}
.bg-gray-8 {
  background: #888 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.bg-gray-9 {
  background: #999 !important;
  border: none !important;
}
.bg-gray-a {
  background: #aaa !important;
  border: none !important;
}
.bg-gray-b {
  background: #aaa !important;
}
.bg-gray-c {
  background: #ccc !important;
  cursor: url(/img/library/zakaz_wjazdu_gray.svg), auto;
}
.bg-gray-d {
  background: #ddd !important;
}
.bg-gray-e {
  background: #eee !important;
}
.bg-gray-e8 {
  background: #e8e8e8 !important;
}
.bg-gray-f4 {
  background: #f4f4f4 !important;
}
.bg-gray-f8 {
  background: #f8f8f8 !important;
}
.bg-pink {
  background: #ea008a !important;
}
.bg-pinkl {
  background: #ffd2ec !important;
}
.filter-item:hover {
  background: #BE0082;
}
h3.gielda-title {
  font-size: 13px;
  font-weight: normal;
}
li.select-clear {
  position: relative;
}
ul.xs li,
.content ul.xs li,
.content p.xs,
p.xs,
.content div.xs,
div.xs,
.content span.xs,
span.xs {
  font-size: 11px !important;
}
ul.xl li,
.content ul.xl li,
.content p.xl,
p.xl,
.content div.xl,
div.xl,
.content span.xl,
span.xl {
  font-size: 15px !important;
}
ul.xxl li,
.content ul.xxl li,
.content p.xxl,
p.xxl,
.content div.xxl,
div.xxl,
.content span.xxl,
span.xxl {
  font-size: 17px !important;
}
.select-clear- > a::before {
  left: 0px;
  content: " ";
  position: absolute;
  top: 10px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxOTIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxOTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT4xMDAvY2xvc2U8L3RpdGxlPjxwYXRoIGQ9Ik05NjAgODI0LjIzNUw0ODQuODI4IDM0OS4wNjRjLTM3LjQ5Mi0zNy40OTItOTguMjc4LTM3LjQ5NS0xMzUuNzY4LS4wMDQtMzcuNDg4IDM3LjQ4OC0zNy40ODkgOTguMjc2LjAwNCAxMzUuNzY4TDgyNC4yMzUgOTYwbC00NzUuMTcxIDQ3NS4xNzJjLTM3LjQ5MiAzNy40OTItMzcuNDk1IDk4LjI3OC0uMDA0IDEzNS43NjggMzcuNDg4IDM3LjQ4OCA5OC4yNzYgMzcuNDg5IDEzNS43NjgtLjAwNEw5NjAgMTA5NS43NjVsNDc1LjE3MiA0NzUuMTcxYzM3LjQ5MiAzNy40OTIgOTguMjc4IDM3LjQ5NSAxMzUuNzY4LjAwNCAzNy40ODgtMzcuNDg4IDM3LjQ4OS05OC4yNzYtLjAwNC0xMzUuNzY4TDEwOTUuNzY1IDk2MGw0NzUuMTcxLTQ3NS4xNzJjMzcuNDkyLTM3LjQ5MiAzNy40OTUtOTguMjc4LjAwNC0xMzUuNzY4LTM3LjQ4OC0zNy40ODgtOTguMjc2LTM3LjQ4OS0xMzUuNzY4LjAwNEw5NjAgODI0LjIzNXoiIGZpbGw9IiNGRTU5MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat;
  background-size: 11px 11px;
}
menu.links {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 20px;
}
menu.links li > a {
  background: url(/img/layout/triangle.gif) 0 5px no-repeat;
  padding-left: 15px;
  text-decoration: none;
}
#sidebar .pageMenu menu li.select-clear > a {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxOTIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxOTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT4xMDAvY2xvc2U8L3RpdGxlPjxwYXRoIGQ9Ik05NjAgODI0LjIzNUw0ODQuODI4IDM0OS4wNjRjLTM3LjQ5Mi0zNy40OTItOTguMjc4LTM3LjQ5NS0xMzUuNzY4LS4wMDQtMzcuNDg4IDM3LjQ4OC0zNy40ODkgOTguMjc2LjAwNCAxMzUuNzY4TDgyNC4yMzUgOTYwbC00NzUuMTcxIDQ3NS4xNzJjLTM3LjQ5MiAzNy40OTItMzcuNDk1IDk4LjI3OC0uMDA0IDEzNS43NjggMzcuNDg4IDM3LjQ4OCA5OC4yNzYgMzcuNDg5IDEzNS43NjgtLjAwNEw5NjAgMTA5NS43NjVsNDc1LjE3MiA0NzUuMTcxYzM3LjQ5MiAzNy40OTIgOTguMjc4IDM3LjQ5NSAxMzUuNzY4LjAwNCAzNy40ODgtMzcuNDg4IDM3LjQ4OS05OC4yNzYtLjAwNC0xMzUuNzY4TDEwOTUuNzY1IDk2MGw0NzUuMTcxLTQ3NS4xNzJjMzcuNDkyLTM3LjQ5MiAzNy40OTUtOTguMjc4LjAwNC0xMzUuNzY4LTM3LjQ4OC0zNy40ODgtOTguMjc2LTM3LjQ4OS0xMzUuNzY4LjAwNEw5NjAgODI0LjIzNXoiIGZpbGw9IiNGRTU5MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 0px 3px no-repeat;
  font-weight: bold;
  background-size: 12px 12px;
}
#sidebar .pageMenu menu li.no-marker > a {
  background: none;
  padding-left: 0;
}
#sidebar .pageMenu menu li.cart > a {
  background: url(/img/layout/ico_cart_off.gif) 0 3px no-repeat;
  padding-left: 20px;
  color: #ED008C;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (min-width: 1240px) {
  html.wide.bg {
    background: #fff;
    /* url(../img/layout/bg_nowe_big.jpg) no-repeat 50% 10px fixed; */
  }
  html.wide body.bg {
    background: #fff;
    /* url(../img/layout/bg_nowe_big.jpg) no-repeat 50% 0; */
    max-width: 1218px;
  }
  html.wide #container {
    width: 1185px;
  }
  html.wide #head #menuMain {
    width: 1186px;
  }
  html.wide #content {
    width: 936px;
  }
  html.wide body.popup #content {
    max-width: 1200px;
    width: auto;
  }
  html.wide #home {
    width: 970px;
  }
  html.max.bg {
    background: #fff;
  }
  html.max body.bg {
    background: #fff;
    max-width: 95vw;
  }
  html.max #container {
    width: 95vw;
  }
  html.max #head #menuMain {
    width: 94.5vw;
  }
  html.max #content {
    width: calc(95vw - 255px);
  }
  html.max body.popup #content {
    max-width: 970px;
    width: auto;
  }
}
.opt-upper {
  text-transform: uppercase;
}
.opt-noupper {
  display: inline;
  text-transform: initial;
}
span.opt-upper,
span.opt-noupper {
  background: initial !important;
  color: inherit !important;
  padding: 0 !important;
  display: inline !important;
}
.opt-h2 {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
}
.products .opt-h2 {
  border-bottom: 1px #1b5e2c solid;
  margin-bottom: 1px;
  position: relative;
}
.products .opt-h2.prod-hed {
  background: #e0f8b8;
  border-top: 1px solid green;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 10px;
}
.products .opt-h2 a,
.mhead .opt-h2 a {
  color: #1B5E2C;
  text-decoration: none;
  line-height: 17px;
  border-bottom: 0 #888 solid;
  background: transparent url(/img/layout/triangle.gif) no-repeat 1px 7px;
  background-image: url(/img/layout/triangle.gif);
  background-repeat: no-repeat;
  background-position: 1px 7px;
  padding-left: 12px;
}
.products .opt-h2.prod-hed a.sel {
  color: #ed008c;
}
tr.status-11 td {
  color: #aaa;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.half {
  width: 50%;
}
#content.hurt {
  background-color: #fff;
}
.inp-number {
  width: 40px;
  border: 1px solid #aaa;
  padding: 3px;
}
tr.tr-hover:hover td {
  background-color: #E0F8B8;
}
tr.tr-radio.tr-sel {
  background-color: #FFFF80;
}
tr.tr-radio input[type=radio] {
  vertical-align: middle;
}
.xtable-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  clear: both;
  display: flex;
  justify-content: flex-end;
}
.formy-dost-wrap {
  max-width: 810px;
  overflow: hidden;
}
.fa-2 {
  font-size: 16px;
}
.pointer {
  cursor: pointer;
}
.btn-inq-weeks {
  font-size: 17px;
}
.pv-tip {
  position: fixed;
  top: 0px;
  left: 50%;
  right: auto;
  margin-left: 510px;
  z-index: 100;
  cursor: default;
}
body.wide .pv-tip {
  margin-left: 610px;
}
body.max .pv-tip {
  margin-left: 47vw;
}
.pv-tip .pv-title,
.pv-tip .pv-fast-note,
.pv-tip .pv-my-tasks,
.pv-tip .pv-tasks-lastmod {
  display: block;
  background-color: #B8007E;
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 26px;
  width: 80px;
  margin: 30px 0px 0 -26px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.pv-tip .pv-unread,
.pv-tip .pv-unread-shared,
.pv-tip .pv-notify,
.pv-tip .pv-remind {
  display: block;
  background-color: #B8007E;
  color: #fff;
  text-transform: uppercase;
  padding: 0 3px;
  line-height: 26px;
  width: 76px;
  margin: 30px 0px 0 -24px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.pv-tip .pv-unread,
.pv-tip .pv-unread-shared,
.pv-tip .pv-notify,
.pv-tip .pv-remind {
  background-color: #e00;
  color: #fff;
  position: absolute;
  top: 60px;
  left: 25px;
  width: 55px;
  border-right: 30px solid #fff;
  box-sizing: border-box;
}
.pv-tip .pv-notify {
  background-color: orange;
  top: 95px;
}
.pv-tip .pv-remind {
  background-color: yellow;
  color: #111;
  top: 130px;
}
.pv-tip .pv-unread-shared {
  background-color: blue;
  top: 165px;
}
.pv-tip .pv-fast-note {
  background-color: #C0FCD8;
  color: #132;
  position: absolute;
  top: 225px;
  left: 0;
}
.pv-tip .pv-my-tasks {
  background-color: #E78BE7;
  color: #111;
  position: absolute;
  top: 320px;
  left: -10px;
  width: 100px;
}
.pv-tip .pv-tasks-lastmod {
  background-color: #FFE27C;
  color: #111;
  position: absolute;
  top: 460px;
  left: -45px;
  width: 160px;
  top: 472px;
  left: 9px;
  width: 60px;
  white-space: nowrap;
}
.pv-tip .pv-tasks-outbox {
  top: 537px;
}
.pv-tip .pv-tasks-all {
  top: 602px;
}
.pv-tip .pv-tasks-agenda {
  background-color: #98fab0;
  top: 407px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(204, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
  }
}
.pv-tip-icon {
  font-weight: bold;
  color: #fff;
}
.help-tip {
  position: fixed;
  top: 0px;
  left: 50%;
  right: auto;
  margin-left: 510px;
  z-index: 100;
  cursor: default;
  z-index: 101;
}
body.wide .help-tip {
  margin-left: 610px;
}
body.max .help-tip {
  display: none;
}
.help-tip.help-tip-on-header {
  margin-left: -538px;
}
body.wide .help-tip.help-tip-on-header {
  margin-left: -638px;
}
.help-tip .help-title {
  display: block;
  background-color: #45B70D;
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 26px;
  width: 70px;
  margin: 30px 0px 0 -26px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.help-tip.help-tip-on-header .help-title {
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.popup .pv-tip,
body.popup .help-tip {
  display: none;
}
.help-tip::xbefore {
  content: '?';
  font-weight: bold;
  color: #fff;
}
.help-context {
  display: block;
  border: 1px solid #45B70D;
  padding: 4px 7px 4px 5px;
  border-radius: 4px;
  color: #1b5e2c;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 4px;
}
.help-context::before {
  content: '?';
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #45B70D;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 15px;
  cursor: default;
  margin-right: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.help-context.inline {
  position: static;
}
.dropdown-content {
  display: none;
  position: fixed;
  border: 1px solid #333;
  top: 38px;
  background-color: #f8f9f3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  z-index: 100;
  max-height: 60vh;
  overflow: auto;
}
.dropdown-content h4 {
  padding: 16px;
}
.dropdown-content a {
  color: black;
  padding: 5px 5px 10px;
  margin: 0px 10px 0 10px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  border-top: 1px dotted #aaa;
}
.dropdown-content a:hover {
  background-color: #83d744;
}
.pv-tip .dropdown-content {
  top: auto;
  right: 0;
  position: absolute;
  margin-top: 60px;
  border-radius: 4px;
  border: none;
  width: 300px;
}
@media (min-width: 1800px) {
  .pv-tip .dropdown-content {
    width: 340px;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .pv-tip,
  body.wide .pv-tip {
    left: auto;
    right: -28px;
    margin-left: 0px;
  }
  .pv-tip .pv-unread,
  .pv-tip .pv-unread-shared,
  .pv-tip .pv-notify,
  .pv-tip .pv-remind,
  .pv-tip .pv-fast-note,
  .pv-tip .pv-my-tasks,
  .pv-tip .pv-tasks-lastmod {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.pv-tip .dropdown-content a {
  font-size: 12px;
}
.pv-tip .dropdown-content a span {
  color: #888;
}
.dropdown-content a span.icon-circle,
.dropdown-content a span.label {
  color: #fff;
  font-weight: normal;
}
.pv-tip .dropdown-content a:hover {
  background-color: none;
}
.pv-tip .pv-notify + .dropdown-content {
  margin-top: 95px;
}
.pv-tip .pv-remind + .dropdown-content {
  margin-top: 130px;
}
.pv-tip .pv-unread-shared + .dropdown-content {
  margin-top: 165px;
}
.help-tip:hover .dropdown-content {
  display: block;
}
.dropdown-content:hover,
.pv-show-drop-down:hover + .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.content table.data.crop-scheme {
  width: 100%;
}
.crop-scheme-sadzonka {
  width: 36px;
  vertical-align: bottom;
  margin-left: 0px;
}
.crop-scheme td.doniczka {
  text-align: center;
}
.crop-scheme td.arrow i {
  font-size: 19px;
  color: #888;
}
.crop-scheme td.doniczka img {
  vertical-align: bottom;
}
.crop-scheme td.doniczka img.doniczka-ico {
  width: 60px;
}
.crop-scheme td.doniczka b {
  display: inline-block;
  padding: 2px 2px;
  text-align: center;
  font-weight: normal;
  background: #fff;
  border: 1px solid #3F7C6A;
  margin: 0px 0 5px 0;
}
.crop-scheme td.doniczka span {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
  text-align: center;
  margin-top: 20px;
}
.crop-scheme td.doniczka span.doniczka-editable {
  margin-top: -30px;
}
.crop-scheme td.ampel b {
  margin-top: 20px;
}
.crop-scheme td.ampel span {
  margin-top: 0px;
}
.crop-scheme tr td.gray {
  background: #f8f8f8;
}
.crop-scheme tr td {
  vertical-align: top;
}
.crop-scheme tr td.vm {
  vertical-align: middle;
}
.crop-scheme tr td.pt {
  padding-top: 15px;
}
.crop-scheme tr td.sadzenie,
.crop-scheme tr td.sprzedaz {
  font-size: 11px;
}
.crop-scheme tr td.sadzenie span,
.crop-scheme tr td.sprzedaz span {
  padding: 2px 3px;
  background: #fff;
  display: inline-block;
  border: 1px solid #000;
  min-width: 50px;
  font-weight: bold;
  font-size: 12px;
}
.crop-scheme tr td.produkcja span {
  display: block;
  border: 1px dotted #000;
  border-top: none;
  padding: 2px 3px;
  text-align: center;
  margin-top: 16px;
}
.crop-scheme tr td.produkcja i {
  font-size: 10px;
}
.crop-scheme tr td.sprzedaz span {
  border-color: #f00;
  color: #f00;
  min-width: 50px;
}
.crop-scheme thead th {
  background: #f8f8f8;
  border: none;
  padding: 5px 0 0 0;
  color: #333;
}
.crop-scheme thead th.pl {
  padding-left: 5px;
}
.crop-scheme thead th.pr {
  padding-right: 5px;
}
.crop-scheme thead th.white {
  background: #fff;
}
.crop-scheme tr td.lb,
.crop-scheme thead th.lb {
  border-left: 5px solid #fff;
}
.crop-scheme tbody tr td {
  border-bottom: 5px solid #fff;
}
.crop-scheme thead th hr {
  border: 0;
  height: 1px;
  background: #666;
  margin: 3px 0;
}
.crop-scheme tr.pattern {
  display: none;
}
.guide-photos tr.pattern {
  display: none;
}
.offer-groups tr.pattern {
  display: none;
}
.offer-groups input[type=text] {
  width: 90%;
}
.guide-photos td.photo img {
  max-width: 200px;
}
.content .uprawy-dl {
  font-size: 11px;
  color: #888;
  padding-top: 20px;
  text-align: justify;
}
.width-max {
  width: 100%;
  box-sizing: border-box;
}
.zalecenia-edit textarea {
  width: 400px;
  min-height: 90px;
}
span.editable,
b.editable {
  background: #fff;
  border: 1px #333 solid;
  padding: 2px 3px;
  min-width: 30px;
  display: inline-block;
}
span[contenteditable=true],
b[contenteditable=true] {
  min-height: 15px;
}
div.editable {
  background: #fff;
  border: 1px #333 solid;
  padding: 2px 3px;
  min-width: 30px;
  min-height: 15px;
}
table.data.crop-scheme tbody tr.tDnD_whileDrag td {
  background: #eee;
}
table.data.crop-scheme tbody tr.tDnD_whileDrag td.arrow,
table.data.crop-scheme tbody tr.tDnD_whileDrag td.doniczka {
  background: #fff;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url(/img/library/ts/black-unsorted_1.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding-right: 10px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(/img/library/ts/black-asc.gif);
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(/img/library/ts/black-desc.gif);
}
tr.light-green td,
tr.light-green-1 td {
  background-color: #EBFBD0;
}
tr.lighter-green td,
tr.light-green-0 td {
  background-color: #FBFEF5;
}
/* .show-cat-forms { margin-left: 0px; } */
.tr-expanded td span,
.tr-expanded td div,
.tr-expanded td input {
  visibility: hidden;
}
.tr-expanded td {
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .formy-dost-wrap {
    max-width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .xtable-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
}
.checkbox.checbox-switch {
  padding-left: 0;
  text-align: left;
  line-height: 1 !important;
}
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-color: #dfdfdf;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}
/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
  background-color: #b4b6b7;
  border-color: #b4b6b7;
  box-shadow: #b4b6b7 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  box-shadow: #dcdcdc 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
  background-color: #e8ebee;
  border-color: #ffffff;
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
  background-color: #f8f9fa;
  border-color: #f3f3f3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: #f8f9fa 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: #343a40 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
  background-color: #646668;
  border-color: #646668;
  box-shadow: #646668 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: #28a745 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
  background-color: #99d9a8;
  border-color: #99d9a8;
  box-shadow: #99d9a8 0px 0px 0px 8px inset;
}
/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
  background-color: #c82333;
  border-color: #c82333;
  box-shadow: #c82333 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
  background-color: #d87781;
  border-color: #d87781;
  box-shadow: #d87781 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
  background-color: #0069d9;
  border-color: #0069d9;
  box-shadow: #0069d9 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
  background-color: #6da3dd;
  border-color: #6da3dd;
  box-shadow: #6da3dd 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: #17a2b8 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
  background-color: #66c0ce;
  border-color: #66c0ce;
  box-shadow: #66c0ce 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: #ffc107 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
  background-color: #e2c366;
  border-color: #e2c366;
  box-shadow: #e2c366 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch-xs label span,
.checkbox-inline.checbox-switch-xs span {
  width: 26px;
  border-radius: 20px;
  height: 14px;
}
.checkbox.checbox-switch-xs label > input:checked + span::before,
.checkbox-inline.checbox-switch-xs > input:checked + span::before {
  left: 12px;
}
.checkbox.checbox-switch-xs label span::before,
.checkbox-inline.checbox-switch-xs span::before {
  width: 12px;
  height: 12px;
}
.bootstrap-iso .checkbox.checbox-switch-xs {
  margin-top: 0px;
  margin-bottom: 0px;
}
a.hl,
span.hl {
  background-color: #ff0 !important;
}
td.vt,
table.formy td.vt,
.vt,
.vt * {
  vertical-align: top;
}
.table-resizable.resizing,
.table-resizable th::before {
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-resizable th {
  position: relative;
}
.table-resizable th::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
}
.table-resizable th:last-of-type::before {
  display: none;
}
.table-resizable td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcs-select,
table tr.tr-sel > td.tcs-select {
  background-color: #A6DCED !important;
}
.tcs::selection {
  background-color: transparent;
}
.tcs td:not(.tcs-selection-enabled) > *,
.tcs th:not(.tcs-selection-enabled) > *,
.tcs td:not(.tcs-selection-enabled),
.tcs th:not(.tcs-selection-enabled) {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.tcs tr::selection,
.tcs td:not(.tcs-selection-enabled) > *::selection,
.tcs th:not(.tcs-selection-enabled) > *::selection,
.tcs td:not(.tcs-selection-enabled)::selection,
.tcs th:not(.tcs-selection-enabled)::selection,
.tcs br::selection {
  background-color: transparent;
}
.tcs tr::-moz-selection,
.tcs td:not(.tcs-selection-enabled)::-moz-selection,
.tcs th:not(.tcs-selection-enabled)::-moz-selection {
  background-color: transparent;
}
.tcs .tcs-selected:not(.sel-from) {
  border: 1px double #4887C7;
  background-color: rgba(51, 122, 183, 0.2) !important;
}
.nl-editor {
  margin-left: 200px;
}
.nl-section {
  position: relative;
  margin: 2px 0 ;
  width: 580px;
}
.nl-section td {
  border: 1px dashed #000;
}
.hide-helper-lines .nl-section {
  margin: 0;
}
.hide-helper-lines .nl-section td {
  border: none;
}
.nl-img-hand,
.nl-img-set,
.nl-hand,
.nl-set {
  position: absolute;
  left: -25px;
  text-align: center;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 23px;
  background: rgba(50, 50, 50, 0.8);
  color: #fff;
}
.nl-img-hand,
.nl-hand {
  cursor: move;
}
.nl-set,
.nl-img-set {
  left: -50px;
  border-right: 1px solid #999;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.nl-set > div > a,
.nl-img-set > div > a {
  color: #fff;
}
.icon-wrap {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding-right: 10px;
}
.icon-wrap img {
  max-width: 20px;
  opacity: 0.7;
}
.icon-rotate-180 img,
.icon-rotate-180 i {
  transform: rotate(180deg);
}
.icon-rotate-90 img,
.icon-rotate-90 i {
  transform: rotate(90deg);
}
.icon-rotate-270 img,
.icon-rotate-270 i {
  transform: rotate(270deg);
}
.bootstrap-iso .dropdown-menu .divider {
  padding: 0 !important;
}
.bootstrap-iso .dropdown-menu.w-200 {
  min-width: 200px;
}
.bootstrap-iso .dropdown-toggle:hover > .dropdown-menu {
  display: block;
  margin: -50px 0 0 160px;
  left: auto;
  top: auto;
}
th.rotate {
  /* Something you can count on */
  height: 100px;
  white-space: nowrap;
  position: relative;
  min-width: 30px;
}
th.rotate > span,
th.rotate > a {
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  /*


  width: 100px;
  height: 20px;
  */
  transform: rotate(-90deg);
  /* position: absolute; */
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0px;
  transform-origin: 6px 7px;
  white-space: nowrap !important;
}
th.rotate > div {
  position: relative;
  width: 100%;
  height: 100%;
}
th.rotate > div > span,
th.rotate > div > a {
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 2px;
  transform-origin: 100% 100%;
}
th.wide.rotate > span,
th.wide.rotate > a {
  font-size: 12px;
}
.view-offer th.rotate > a {
  margin-left: -32px;
  width: 67px;
  height: 20px;
  margin-top: -48px;
}
.crossed {
  background: linear-gradient(to top left, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) calc(50% - 0.8px), #646464 50%, rgba(100, 100, 100, 0) calc(50% + 0.8px), rgba(100, 100, 100, 0) 100%), linear-gradient(to top right, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) calc(50% - 0.8px), #646464 50%, rgba(100, 100, 100, 0) calc(50% + 0.8px), rgba(100, 100, 100, 0) 100%);
}
.preview-content {
  position: relative;
  width: 100%;
  min-height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 4px;
}
.preview-content img {
  height: 41px;
  background: #fff;
  box-shadow: 0 0 21px 4px #fff;
}
.crop {
  position: relative;
  overflow: hidden;
}
#imgMenu {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 1px 3px;
  background: rgba(80, 80, 80, 0.6);
}
.nl-section .dropzone .dz-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
.nl-section .dropzone .dz-default.dz-message {
  display: none;
}
.text-over-img {
  position: absolute;
  z-index: 1;
}
.nl-img-hand,
.nl-img-set {
  visibility: hidden;
}
.text-over-img:focus .nl-img-hand,
.text-over-img:hover .nl-img-hand,
.text-over-img:focus .nl-img-set,
.text-over-img:hover .nl-img-set {
  visibility: visible;
}
.nl-img-hand,
.nl-img-set,
.nl-hand,
.nl-set {
  line-height: 25px;
  border-radius: 3px;
}
.lh-1 {
  line-height: 1 !important;
}
.nl-img-hand.top,
.nl-img-set.top {
  top: -25px;
  left: 50px;
}
.nl-img-set.top {
  left: 25px;
}
ul.kup-teraz-link a.kt-wyp {
  background-color: #fbff85;
  background-position: 3px 12px;
  display: block;
  padding-top: 4px;
  padding-bottom: 5px;
}
.bl-1 {
  border-left: 1px solid #aaa;
}
.br-1 {
  border-right: 1px solid #aaa;
}
select.chosen-select[multiple] {
  max-height: 25px;
  visibility: hidden;
}
.text-bold {
  font-weight: bold;
}
tr.bb-2 td {
  border-bottom: 2px solid #ccc !important;
}
tr.bt-2 td {
  border-top: 2px solid #ccc !important;
}
tr.bt-pink td {
  border-top: 2px solid #ea008a !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-30 {
  font-size: 30px !important;
}
.lvl-size-1 {
  font-size: 16px !important;
}
.lvl-size-2 {
  font-size: 14px !important;
}
.lvl-size-3 {
  font-size: 13px !important;
}
.lvl-size-4 {
  font-size: 13px !important;
}
.edit-mini-panel {
  background: #fff;
  padding: 1px 8px;
  border: 1px solid #999;
  margin-top: -2px;
  margin-left: 3px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.edit-mini-panel::after {
  content: " ";
  display: block;
  width: 13px;
  height: 13px;
  transform: rotateZ(225deg);
  position: absolute;
  left: -7px;
  background-color: inherit;
  border-right: inherit;
  border-top: inherit;
  top: 2px;
}
div.pb {
  background: #e0f8b8;
  padding: 1px 0;
}
.edit-rpl {
  max-width: 894px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.edit-rpl > div.rpl-candidate {
  display: inline-block;
  padding: 4px;
  width: 154px;
  height: 183px;
  vertical-align: top;
}
.edit-rpl > div.subcat {
  padding: 4px 7px;
  background: #e0f8b8;
  margin-left: 4px;
  margin-right: 4px;
  color: #ed008c;
  font-size: 14px;
}
.edit-rpl > div.selected {
  background: #e0f8b8;
  border: 1px solid green;
}
.edit-rpl > div img {
  width: 146px;
  height: 146px;
}
.edit-rpl > div label {
  display: block;
  font-weight: normal;
}
ul#products li.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}
tr.bt-none td {
  border-top: none !important;
}
tr.bb-none td {
  border-bottom: none !important;
}
.vb {
  vertical-align: bottom !important;
}
.prod-section {
  clear: both;
  background: #f8f8f8;
  padding: 5px 10px;
  margin-top: 10px;
}
.prod-section > h2 {
  margin-left: 5px;
}
.prod-box {
  display: inline-block;
  padding: 4px;
  width: 154px;
  vertical-align: top;
}
.prod-box a {
  text-decoration: none;
  background: url(../img/layout/triangle.gif) 3px center no-repeat;
  padding: 2px 1px 2px 15px;
  display: block;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 3px 0 0 0;
}
.prod-box a:hover {
  background-color: #fff;
  border-color: #ea008a;
}
.prod-box p {
  margin: 0;
  padding: 0;
}
.bootstrap-iso .table.view-sheet {
  width: auto;
}
table.view-sheet .tdwk {
  width: 40px;
}
.desaturate {
  filter: saturate(0);
  opacity: 0.5;
}
tr.bb-green td {
  border-bottom: 2px solid #25752c !important;
}
.text-black {
  color: #000 !important;
}
.text-green {
  color: green !important;
}
.bootstrap-iso .btn-pink,
.btn-pink {
  background: #ed008c;
  color: #fff;
}
.bootstrap-iso .btn-pink:hover,
.btn-pink:hover {
  background: #D50080;
  color: #fff;
}
.bootstrap-iso .btn-green,
.btn-green {
  background: #1b5e2c;
  color: #fff;
}
.bootstrap-iso .btn-green:hover,
.btn-green:hover {
  background: #1E8400;
  color: #fff;
}
.h-20p {
  height: 20px !important;
}
.w-auto {
  width: auto !important;
}
.add-comment {
  visibility: hidden;
  cursor: pointer;
}
tr:hover .add-comment {
  visibility: visible;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  z-index: 1;
  font-size: 11px;
}
td.num-size {
  min-width: 70px;
}
td.dost-il-td {
  min-width: 35px;
}
#related_tasks .list-group-item {
  min-height: 38px;
}
#related_tasks .list-group-item .text-muted {
  cursor: move;
}
.sub-stuff {
  min-height: 15px;
  min-width: 40px;
  user-select: none !important;
}
.sub-stuff::selection {
  background-color: transparent;
}
.f-comments {
  clear: both;
  background: #f2f2f2;
  padding: 8px;
  padding-bottom: 0;
  border-radius: 5px;
  margin-top: 8px;
}
.f-comments .pv-comment-head {
  float: right;
}
.f-comments .pv-comment-head b {
  display: none;
}
.f-comments .icon-circle {
  filter: saturate(0);
  opacity: 0.5;
}
.f-comments .pv-comment {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.task-view-wrap td {
  vertical-align: top;
}
td.td-line {
  background: url(/img/dots2.gif) 0 11px repeat-x;
}
.table-calendar > tbody > tr:hover td {
  background-color: #f5f5f5;
}
.label-abs {
  position: absolute;
  height: 20px;
  margin-top: -20px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}
td.nowosc_rok {
  width: 70px;
}
td.im-col {
  width: 70px;
}
.bootstrap-iso table .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
span.cval {
  display: inline-block;
  text-align: righ;
  width: 66px;
}
.bootstrap-iso ul.form-control {
  padding: 2px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 0 3px 3px;
}
.bootstrap-iso ul.form-control .search-choice {
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 1800px) {
  #filters div.filter.narrow2 {
    width: 125px;
  }
}
th.chb-w,
td.chb-w {
  width: 25px;
}
td.sticky-left {
  position: sticky;
  left: 0;
  min-width: 125px;
}
td.sticky-l {
  position: sticky;
  left: 0;
  min-width: 30px;
  background: #fff;
}
td.sticky-left.l-100 {
  left: 100px;
}
td.sticky-left.l-125 {
  left: 125px;
}
td.sticky-left.l-150 {
  left: 150px;
}
td.sticky-left.l-175 {
  left: 175px;
}
.grupa-radio:checked + label {
  font-weight: bold;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  margin-left: -15px;
}
#content img {
  max-width: 100%;
}
td.mnum {
  width: 50px;
}
.modal-max {
  width: 98%;
}
h3.cart-wk {
  text-align: center;
  border-bottom: 1px solid #7b7b7b;
  clear: both;
}
p.alert.alert-limit {
  font-weight: normal;
  font-size: 14px;
}
span.ilf {
  display: inline-block;
  width: 50px;
}
span.ilf.ilf-diff {
  background: #ffa;
}
td.border-2-green,
tr.bt-2 td.border-2-green {
  border: 2px solid green !important;
}
td.border-2-pink,
tr.bt-2 td.border-2-pink {
  border: 2px solid #ea008a !important;
}
td.border-1-pink {
  border: 1px solid #ea008a !important;
}
input[type=number].show-arrows::-webkit-inner-spin-button,
input[type=number].show-arrows::-webkit-outer-spin-button {
  opacity: 1;
}
.bootstrap-iso .form-control-inline {
  display: inline-block;
}
table .tdwk {
  width: 40px;
}
.h-0 {
  height: 0 !important;
}
.icon-circle.akcja-mark {
  background: #f6f6f6;
  color: #333;
}
.w-100px {
  width: 100px !important;
}
.w-150px {
  width: 150px !important;
}
.w-200px {
  width: 200px !important;
}
li.bb-1 {
  border-bottom: 1px solid #f2f2f2;
}
table.data-klienci {
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.bootstrap-iso .range-con {
  /*hide the outline behind the border*/
}
.bootstrap-iso .range-con input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 40px;
  margin-top: 2px;
}
.bootstrap-iso .range-con input[type=range]::-webkit-slider-runnable-track {
  width: 40px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.bootstrap-iso .range-con input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #b8007e;
  margin-top: -4px;
}
.bootstrap-iso .range-con input.val-5[type=range]::-webkit-slider-thumb {
  background: #19612A;
}
.bootstrap-iso .range-con input.val-0[type=range]::-webkit-slider-thumb {
  background: #bbb;
}
.bootstrap-iso .range-con input[type=range]:focus {
  outline: none;
}
.bootstrap-iso .range-con input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.bootstrap-iso .range-con input[type=range]::-moz-range-track {
  width: 40px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.bootstrap-iso .range-con input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #b8007e;
}
.bootstrap-iso .range-con input.val-5[type=range]::-moz-range-thumb {
  background: #19612A;
}
.bootstrap-iso .range-con input.val-0[type=range]::-moz-range-thumb {
  background: #bbb;
}
.bootstrap-iso .range-con input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.bootstrap-iso .range-con input[type=range]::-ms-track {
  width: 40px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.chb-option {
  padding: 5px 0;
}
.chb-option label {
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
}
.chb-option label input,
.chb-option label i.custom-chb {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 22px;
}
.chb-option label input {
  opacity: 0;
}
.chb-option label input:checked + .fa::before {
  content: "\f14a";
  color: #064646;
}
.chb-option label input:checked + .fa + span {
  color: #064646;
}
.chb-option .help-link {
  color: #fff;
  font-size: 11px;
  background: #aaa;
  vertical-align: top;
}
.chb-option .help-link:hover {
  background: #064646;
}
.inp-note input.txt {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: green;
}
.inp-note-vf input.txt {
  color: #e5027f;
}
.inp-note span {
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  padding: 1px 4px;
  margin-left: 4px;
}
.inp-note {
  background: #45b70d;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  padding: 1px 1px 1px 5px;
  border-radius: 4px;
}
.inp-note-vf {
  background: #e5027f;
}
.bg-yellow {
  background: yellow !important;
}
.gal-barwa {
  max-width: 149px;
  display: block;
}
[data-hint] {
  position: relative;
  border-bottom: 1px dashed #000;
  cursor: help;
}
[data-hint]::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: attr(data-hint);
  white-space: pre-wrap;
  left: 0;
  top: calc(110%);
  border-radius: 3px;
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);
  background-color: white;
  z-index: 10;
  padding: 8px;
  width: 300px;
  transform: translateY(-20px);
  transition: all 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
  oferflow: hidden;
}
[data-hint].hint-bottom::after {
  top: auto;
  bottom: 10px;
}
[data-hint].hint-mono::after {
  font-family: monospace;
  font-size: 11px;
}
[data-hint].hint-left::after {
  text-align: left;
}
[data-hint].hint-right::after {
  text-align: right;
}
[data-hint]:not([data-hint=""]):hover::after {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 300ms;
}
thead.th-green th {
  background: #e0ffee;
}
.td-green td {
  background: #e0ffee;
}
#cartTable tr.sub-sum {
  background: #f5f5f5;
}
.weight-normal {
  font-weight: normal !important;
}
.tooltip {
  white-space: normal !important;
}
.cc-sign {
  display: inline-block;
  width: 15px;
  text-align: right;
  font-style: normal;
  color: #888;
}
.panel-h {
  min-height: 185px !important;
}
.bg-seledyn {
  background: #e0ffee !important;
}
.vkn-comment {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  border-top: 1px dotted #B3A9A9;
}
.vkn-comment-content {
  margin-left: 0;
}
.pv-comment.vkn-comment {
  margin-left: 0 !important;
}
.vkn-comment .pv-comment-tools {
  left: auto;
  right: 70px;
}
.vkn-comment-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 1px;
  align-items: stretch;
  height: 25px;
}
.vkn-comment-head .vkn-col {
  border-left: 1px solid #eee;
  padding: 0 5px 0 10px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  right: auto;
}
.vkn-comment-head .vkn-col .user-inicjaly {
  line-height: 14px;
}
.vkn-comment-head .vkn-col-login {
  flex-basis: 6%;
}
.vkn-comment-head .vkn-col-client {
  flex-basis: 10%;
}
.vkn-comment-head .vkn-col-type {
  flex-basis: 16%;
}
.vkn-comment-head .vkn-col-title {
  flex-basis: 22%;
}
.vkn-comment-head .vkn-col-author {
  flex-basis: 10%;
}
.vkn-comment-head .vkn-col-time {
  flex-basis: 9%;
}
.vkn-comment-head .vkn-col-assign {
  flex-basis: 7%;
}
.vkn-comment-head .vkn-col-attah {
  flex-basis: 5%;
}
.vkn-comment-head .vkn-col-resp {
  flex-basis: 6%;
}
.vkn-comment-body {
  padding: 10px 0;
}
.vht-list-head {
  position: sticky;
  top: 0;
  z-index: 1;
}
.vkn-comment:nth-of-type(2n+1) .vkn-comment-head {
  background: #f8f8f8;
}
.mfp-content img {
  max-width: 100%;
}
.kuleczka {
  content: ' ';
  display: inline-block;
  border-radius: 5px;
  height: 5px;
  width: 5px;
  background: #888;
  margin: 5px 2px 0 1px;
  float: right;
}
.edit-fproduct::after {
  content: ' ';
  display: inline-block;
  border-radius: 5px;
  height: 5px;
  width: 5px;
  background: #888;
  margin: 5px 2px 0 1px;
  float: right;
  visibility: hidden;
}
.edit-fproduct::before {
  content: ' ';
  display: inline-block;
  border-radius: 5px;
  height: 5px;
  width: 5px;
  background: #888;
  margin: 5px 2px 0 1px;
  float: right;
  visibility: hidden;
}
.perms-O .edit-fproduct::after,
.perms-OK .edit-fproduct::after,
.perms-P .edit-fproduct::after,
.perms-S .edit-fproduct::after {
  visibility: visible;
}
.new-perms-O .edit-fproduct::before,
.new-perms-OK .edit-fproduct::before,
.new-perms-P .edit-fproduct::before,
.new-perms-S .edit-fproduct::before {
  visibility: visible;
}
.perms-OK .edit-fproduct::after,
.perms-P .edit-fproduct::after {
  background: #72e500;
}
.perms-S .edit-fproduct::after {
  background: #00BFFF;
}
.new-perms-OK .edit-fproduct::before,
.new-perms-P .edit-fproduct::before {
  background: #72e500;
}
.new-perms-S .edit-fproduct::before {
  background: #00BFFF;
}
.next,
.prev {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-decoration: none;
}
a.next:hover,
a.prev:hover {
  background-color: #e0e0e0;
}
.scrollList {
  max-height: 60vh;
  overflow: auto;
}
#dodajDoKolekcjiModal {
  z-index: 1041;
}
table tr.tr-yellow {
  background-color: #ff0 !important;
}
.break-avoid {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.dostawca-drop {
  position: absolute;
  left: 4px;
  top: 4px;
}
.dostawca-edit-box {
  flex-basis: 260px;
  flex-grow: 0;
  flex-shrink: 0;
}
.underline {
  text-decoration: underline !important;
}
tr:not(.tcs-ignore) td.highlighted {
  background-color: #A6DCED !important;
}
.float-fix {
  position: relative;
  z-index: 1;
}
input.num[type=number]::-webkit-inner-spin-button,
input.num[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
th[data-td] {
  padding-top: 9px !important;
}
th[data-td]::before {
  content: "\f096";
  position: absolute;
  top: 0;
  right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}
th[data-td].selall::before {
  content: "\f046";
}
/************** NEW ***************/
#products.products .products-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 50%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
#products.products .products-grid .item {
  text-align: center;
  position: relative;
}
#products.products .products-grid .item .promo-badge {
  top: 5px;
  left: 0px;
  position: absolute;
  height: 18px;
}
#products.products .products-grid .item .item-bottom {
  overflow-x: hidden;
}
#products.products .products-grid .item .prod-name {
  margin-bottom: 0px;
}
#products.products .products-grid .img-wrap {
  height: 44vw;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
#products.products .products-grid .item img.thb {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#products.products .products-grid .item img.nofoto {
  width: auto;
  height: auto;
  max-width: 100%;
  align-self: center;
}
#products.products .head {
  flex-basis: 100%;
}
#products.products h2.prod-hed {
  background: transparent;
  border-top: none;
  border-bottom: 2px solid #e5027f;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 40px;
}
#proukt_path {
  margin: 10px 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 0.85rem;
}
#proukt_path a {
  color: #aaa;
}
#proukt_path i {
  color: #aaa;
}
.product-details {
  padding: 20px;
  margin: 15px auto;
  border: 1px solid #ddd;
  /*
  table.formy.formy-new {width:100%; margin: 20px 0;}
  table.formy td, table.formy th {font-size:1rem; padding:5px; text-align:center;}
  table.formy th {font-weight:700;}
  table.formy.formy-new td {border-left:none; border-right:none;}
  .prod-offer {padding-top:0}
  */
}
.product-details .h1 {
  position: relative;
  padding-right: 20%;
  line-height: 100%;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  background: #f6f6f6;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0) 50%, #1b5e2c 51%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}
.product-details .h1 span {
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.param-label {
  font-size: 0.8rem;
}
.main-foto {
  display: block;
}
.main-foto img {
  object-fit: contain;
  width: 100%;
}
.bootstrap-iso .dropdown-header {
  position: sticky;
  top: 0;
  background: #e0ffee;
}
.bootstrap-iso .dropdown-menu {
  padding: 0;
}
@media (min-width: 576px) {
  #products.products .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #products.products .products-grid .img-wrap {
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .help-context {
    position: absolute;
    right: 17px;
    top: 7px;
  }
  #products.products .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #products.products .products-grid .img-wrap {
    height: 22vw;
  }
}
@media (min-width: 992px) {
  #page_right_slider {
    position: relative;
    float: right;
    width: 250px;
    padding-left: 30px;
    margin-top: -15px;
  }
  #products.products .products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #products.products .products-grid .img-wrap {
    height: 18vw;
  }
}
@media (min-width: 1200px) {
  .pw-xl-30 {
    padding-left: 30px;
  }
  ul.formy-tabs {
    height: 24px;
    /* overflow:hidden; */
    margin: 0 0;
    float: right;
    display: block;
    list-style-type: none;
    position: relative;
    padding: 21px 0 0 0;
    border: none;
    z-index: 1;
  }
  ul.formy-tabs li {
    display: block;
    float: left;
    background: #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0;
    margin: 0 0 0 4px;
  }
  ul.formy-tabs li[data-forma=sadzonki] {
    border-width: 2px 2px 0px 2px;
    border-color: #ED008C;
    border-style: solid;
    background: #fff;
  }
  ul.formy-tabs li[data-forma=sadzonki] a {
    height: 18px;
  }
  ul.formy-tabs li a {
    text-decoration: none;
    display: block;
    padding: 4px 6px 0;
    height: 23.3px;
    margin: 0;
    background: none;
    font-weight: 400;
    line-height: 14px;
    color: #000;
  }
  ul.formy-tabs li.selected {
    background-color: #e5027f;
  }
  ul.formy-tabs li.selected a {
    color: #fff;
    font-weight: 400;
  }
  ul.formy-tabs li.selected a.active {
    background: none;
  }
  ul.formy-tabs li.directFullAvaList {
    background: none;
  }
  ul.formy-tabs li.growers-guide {
    background: none;
    padding: 1px 6px 1px;
    height: 20px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 45px;
    right: 0;
    border-width: 0 2px 2px 2px;
    border-color: #ED008C;
    border-style: solid;
  }
  ul.formy-tabs li.growers-guide a {
    background: none;
    line-height: 11px;
    color: #ED008C;
    display: inline-block;
  }
  ul.formy-tabs li.growers-guide.selected {
    background-color: #ed008c;
  }
  ul.formy-tabs li.growers-guide.selected a {
    color: #fff;
    font-weight: 400;
  }
  #products.products .products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #products.products .products-grid .img-wrap {
    height: 250px;
  }
  #products.products #thumbs {
    overflow-x: visible;
    white-space: normal;
  }
  #tabela_cen {
    left: 170px;
  }
  .main-foto {
    display: flex;
    position: relative;
    height: 400px;
  }
  .main-foto img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 1600px) {
  #products.products .products-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
