/* ==============================================
   cennik.css — style dla wycen_teraz
   Przeniesione z site_styl.css
   ============================================== */

.wycen_teraz .btn_grey,
.btn_custom {
  background: #d0d0d0;
  color: #000;
  font-weight: normal;
  width: auto;
}

.wt .jednakowy-select {
    width: 93px !important;
    text-align: center;
}

.wt .jednakowy-not-selected {
    color: red !important;
}

.wt .jednakowy-select option {
    color: black !important;
}

.wt .jednakowy-select option[value=""] {
    color: red !important;
}

.btn_grey {
  margin-right: 5px;
}

#btn_przechowalnia:hover,
#btn_friend:hover,
#btn_print:hover,
.wycen_teraz .btn_grey:hover {
  background-color: #ccc;
}

.ico_lupka {
  float: right;
  display: block;
  padding-top: 5px;
  padding-right: 7px;
  background: url(/site/default/graphics/lupka.png) 0px 5px no-repeat;
  width: 13px;
  height: 18px;
}

.ico_info {
  float: right;
  display: block;
  background: #f00 url(/site/default/graphics/i_ico.gif) center no-repeat;
  width: 15px;
  height: 31px;
  border: solid 2px red;
  border-radius: 3px
}

.ico_info:hover {
  background: url(/site/default/graphics/i_ico-on.gif) center no-repeat;
}

.wycen_teraz td.rb,
.wycen_teraz td.rb input {
  text-align: right;
}

.wycen_teraz td.lb {
  text-align: left;

  padding-left: 10px;
}

#switch_table td input.small_input {
  width: 86px
}

#switch_table tbody tr:hover td.rb,
#switch_table tbody tr:hover td.lb,
#switch_table tbody tr:hover td.rb input {
  background: #fff;
  cursor: pointer;
}

#torba1,
#torba2 {
  border: 1px solid #000;
  position: relative;
  background: url(/site/default/graphics/fill_torba.gif)
}

#torba1 {
  float: left;
  margin-left: 30px;
}

#torba2 {
  float: right;
  margin-right: 30px;
}

#hynkel1,
#hynkel2 {
  height: 14px;
  background: url(/site/default/graphics/hynkle.gif) no-repeat;
  position: absolute;
  top: -15px;
  left: 50%;
}

#hynkel1 {
  width: 30px;
  margin-left: -15px;
}

#hynkel2 {
  width: 10px;
  margin-left: -5px;
  background-position: -30px 0px;
}

.torbaw {
  position: absolute;
  bottom: -18px;
  width: 50px;
  margin-left: -25px;
  text-align: center;
  left: 50%;
  font-size: 11px;
}

#torba1 .t,
#torba2 .t {
  position: absolute;
  left: 0px;
  top: -35px;
  text-align: center
}

.torbah {
  display: none;
  position: absolute;
  top: 48%;
  width: 50px;
  text-align: right;
  left: -36px;
  font-size: 11px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.notice {
  display: none;
  font-family: Arial;
  position: absolute;
  font-size: 11px;
  width: 380px;
  right: 20px;
  top: 50px;
  text-align: left;
  background: #fff9df;
  box-shadow: 0px 0px 3px #000;
  border-radius: 5px;
  z-index: 999;
  padding: 10px 20px;
}

.wariant div {
  width: 280px;
  float: left;
  min-height: 100px;
  text-align: center;
  margin: 5px;
  background: #fff;
  padding-bottom: 10px;
}

.wariant {
  position: fixed;
  max-width: 90%;
  max-height: 90%;
  z-index: 1000;
  background: #eee;
  overflow-y: scroll;
  display: none;
  box-shadow: 0px 0px 50px rgb(0, 0, 0);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wariant div img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.wariant div.pointer:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.wariant span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}

.wariant span:hover {
  background: #f6f6f6;
}

.w_add,
/* .w_add1, */
/* #w_add_s, */

.wt .wtfield.d3 select {
  width: calc(100% - 102px);
  float: left;
  background: #fff;
}

.wt .wtfield.d3 .dots {
  cursor: pointer;
  float: left;
  font-size: 12px;
  /*  font-family: verdana;*/
  line-height: 16px;
  background: #E8E8E8;
  position: relative;
  padding: 10px 7px;
  text-align: center;

  border: 1.5px solid #aaa;
  /*  height: 17px; */
  width: 75px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-left: 7px;
}

.wt .wtfield.d3 .dots span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/site/default/graphics/zoomin.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0px;
}

.wt .wtfield.d3 .dots p {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -15px;
  top: 7px;
  padding: 0px;
  text-align: center;
}

.wt button.wsmallb {
  background: #dde0e2;
  color: #575757;
  font-family: Verdana;
  font-weight: normal;
  text-align: center;
  width: 35px;
  cursor: pointer;
  line-height: 25px;
  margin-left: 5px;
  padding-left: 6px;
}

.wt-admin,
.wt.admin {
  display: none;
}

.wt {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
}

.wt.bb {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}

.wt.bb .wtcosts {
  text-align: center;
}

.wt.section {
  font-weight: normal;
}

.wt.section .wttitle {
  display: block;
  padding: 8px 7px 2px 0px;
  width: 85px;
  float: left;
}

.wt.section .wtfield {
  line-height: 27px;
  width: calc(100% - 130px);
}

.wthalfl {
  width: 50%;
  float: left;
  position: relative
}

.wtsmall {
  width: 20%;
  float: left;
  position: relative;
  margin-left: 6px;
  display: block
}


.wtflex {
  display: flex
}

.wflex {
  flex: 1;
  text-align: center;
  background: papayawhip;
}

.wflex08 {
  flex: 0.8;
}

.wflex:first-child {}

.wflex:last-child {}

.wttitle {
  color: #f33;
  display: inline-block;
  padding: 2px 2px 2px 2px;
  text-align: left;
  position: absolute;
  background: white;
  top: -8px;
  left: 10px;
}

.wttitle.wttitle-red {
  color: #f33;
  display: inline-block;
}

.wtfield {
  float: left;
  width: calc(100% - 35px);
  line-height: 32px;
  text-align: left;
}

.wthalfl .wtfield {
  width: calc(100% - 0px);
}

/* DEAD_START
.wtfield .halfl3 {
  width: 100px;
  float: left;
  margin-right: 5px;
}
DEAD_END */

.wtfield .halfl {
  width: 49%;
  float: left;
  line-height: 17px;
}

.wtfield .halfr {
  width: 49%;
  float: right
}

.wtfield .halfr3 {
  width: 120px;
  float: right;
  margin-left: 10px;
  text-align: right;
  padding: 0px 10px 0px 0;

}

.wtfield select,
.wtfield input,
.wtfield textarea,
.wtfield.wtfield-border-red {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding: 10px 7px;
  color: #666;
  border: none;
  border-radius: 5px;
  background: #fff;
  border: 1.5px solid #aaa;
  height: 40px;
}

.wt .wtfield-border-red {
  border: 1.5px solid #f00;
  padding: 4px 0px;
  text-align: center;
}


.wtfield input {
  text-indent: 0px;
}

.wtcosts {
  float: right;
  text-align: right;
  padding-right: 10px;
  line-height: 25px;
}

.wtclear {
  clear: both;
}

.wtinfo {
  float: left;
  width: 25px;
  padding: 2px 0px 3px 0px;
  line-height: 35px;
}

.wtinfocosts {
  float: right;
  width: 127px;
}

.btn_custom {
  margin: auto;
  display: block;
  min-width: 200px;
  margin-bottom: 10px;
}


.leftc {
  float: left;
  width: 780px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  /*box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);*/
}

.leftc .l1 {
  width: 480px;
  float: left;
}

.leftc .l2 {
  width: 300px;
  float: right;
}

.leftc .row {
  padding-top: 15px;
  clear: both;
}

.redline {
  margin: 5px 0;
  border-top: 2px solid #aaa;
  padding-top: 5px;
}

.redtitle {
  font-size: 13px;
  color: #F00;
  clear: both;
  font-weight: bold;
  padding-left: 10px;
}

.show-sm {
  display: none;
}

.wtfield h1 {
  font-size: 14px
}

.container-wycen-teraz {
  text-align: justify;
  hyphens: auto;
}


@media (max-width: 1080px) {

#form_wycen_teraz {
  width: auto;
  margin: auto;
}

  #loader {
    position: fixed;
    background: #fff url(/site/default/graphics/loader.gif) center top no-repeat;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    left: 0px;
    top: 0px;
  }

  .wthalfl {
    padding-left: 5px;
  }

  .wflex08 {
    flex: 0.6
  }

  .l1 .redtitle {
    padding-left: 10px;
  }

  .wt.section .wtfield {
    font-size: 13px;
    width: 97%;
  }

  .wt .wtfield.d3 select {
    width: calc(100% - 102px);
    margin: 0px
  }

  .wtfield .halfl,
  .wtfield .halfr {
    width: 49%;
  }

  .wtfield input,
  .wtfield select,
  .wtfield textarea {
    font-size: 13px;
  }

  /* .wtfield .halfl3, */
  .wtfield .halfr3 {
    width: 45%;
    float: right;
  }

  .hide-sm2,
  .wtinfo {
    display: none !important;
  }

  .show-sm {
    display: block !important;
    width: 90%;
    margin: auto;
  }

  .wttitle {
    display: block;
    text-align: left;
    margin-left: 2%;
    min-height: 13px;
    font-size: 13px;
  }

  .wtfield {
    padding: 3px 0;
    float: left;
    width: 96%;
    margin-left: 2%
  }

  .wtcosts {
    width: 70px;
    float: none;
    right: 2%;
    position: absolute;
  }

  .leftc {
    padding: 0px;
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-left: 0
  }

  .leftc .l1 {
    width: 100%;
  }

}

@media (max-width: 600px) {

  .wtfield .halfl,
  .wtfield .halfr,
  /* .wtfield .halfl3, */
  .wtfield .halfr3 {
    ;
  }

}
