.eshop-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  z-index: 20;
}
.eshop-ribbon .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #8dac05 transparent transparent transparent;
}
.eshop-ribbon i {
  color: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 20px;
}
.eshop-ribbon .text {
  color: #FFF;
  position: absolute;
  font-size: 11px;
  font-weight: 800;
  transform: rotate(-45deg);
  top: 17px;
  left: 5px;
}
.popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}
.popup-overlay.fade-enter {
  opacity: 0;
}
.popup-overlay.fade-enter-to {
  opacity: 1;
  transition: opacity 0.5s;
}
.popup-overlay.fade-leave {
  opacity: 1;
}
.popup-overlay.fade-leave-to {
  opacity: 0;
  transition: opacity 0.5s;
}
.popup-overlay.vueMounted {
  display: block;
}
.popup-overlay .popup-window {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: #FFF;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .popup-overlay .popup-window {
    width: 90%;
    max-height: 90%;
  }
}
@media screen and (max-width: 425px) {
  .popup-overlay .popup-window {
    top: 4%;
    left: 4%;
    right: 4%;
    transform: none;
    width: auto;
    height: 92%;
  }
}
.popup-overlay .popup-window .popup-header {
  background: #999999;
}
.popup-overlay .popup-window .popup-header .popup-title {
  text-align: center;
  padding: 20px;
  position: relative;
  color: white;
  font-size: 25px;
}
.popup-overlay .popup-window .popup-header .popup-title .close {
  position: absolute;
  right: 25px;
  top: 22px;
  color: white;
  font-size: 31px;
  opacity: 1;
}
.popup-overlay .popup-window .popup-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.popup-overlay .popup-window .popup-body .popup-content {
  flex: 1;
  padding: 40px 40px 20px 40px;
  overflow: auto;
}
.popup-overlay .popup-window .popup-body .popup-buttons {
  padding: 20px 40px 40px 37px;
  text-align: right;
}
.popup-overlay .popup-window .popup-body .popup-buttons a {
  padding: 8px 0 8px 8px;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 15px;
  width: 30%;
  position: relative;
  font-weight: 700;
  transition: all 0.5s;
  margin: 0 1%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .popup-overlay .popup-window .popup-body .popup-buttons a {
    width: 100%;
    margin: 0 0 1% 0;
  }
}
.popup-overlay .popup-window .popup-body .popup-buttons a:first-child {
  margin-left: 0;
}
.popup-overlay .popup-window .popup-body .popup-buttons a:last-child {
  margin-right: 0;
}
.popup-overlay .popup-window .popup-body .popup-buttons a.transparent {
  color: black;
}
.popup-overlay .popup-window .popup-body .popup-buttons a.transparent:hover {
  background: rgba(128, 128, 128, 0.2);
}
.popup-overlay .popup-window .popup-body .popup-buttons a.transparent i {
  color: black;
  opacity: 1;
}
.popup-overlay .popup-window .popup-body .popup-buttons a.blue {
  background: #21afed;
}
.popup-overlay .popup-window .popup-body .popup-buttons a.green {
  background: #8dac05;
}
.popup-overlay .popup-window .popup-body .popup-buttons a.green:hover {
  background: #a1c506;
}
.popup-overlay .popup-window .popup-body .popup-buttons a i {
  position: absolute;
  left: 7px;
  top: 6px;
  opacity: 1;
}
/*--------------------- NEW SHYET 20.6.2017 ---------------------*/
.partners .tabsContainer {
  margin-top: 20px;
  position: relative;
}
.partners .tabsContainer .row {
  padding: 0 20px;
}
.partners .tabsContainer .line {
  height: 13px;
  -webkit-box-shadow: 0px -5px 26px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 26px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 26px -5px rgba(0, 0, 0, 0.75);
}
.partners .tabsContainer.vsetci .line {
  background-color: #999999;
}
.partners .tabsContainer.eshopy .line {
  background-color: #8dac05;
}
.partners .tabsContainer .tabs {
  float: left;
}
.partners .tabsContainer .tabs .tab {
  display: inline-block;
  padding: 9px 17px;
  color: white;
  text-decoration: none;
  margin-right: 15px;
  font-size: 15px;
}
.partners .tabsContainer .tabs .tab.all {
  background-color: #999999;
}
.partners .tabsContainer .tabs .tab.eshops {
  background-color: #8dac05;
}
.partners .tabsContainer .tabs .tab i {
  vertical-align: middle;
}
.partners .chosen-container {
  background: #999999;
  border-radius: 0 0 18px 0;
  height: 35px;
}
.partners .chosen-container .chosen-single {
  height: 35px;
  color: #FFF;
  background: #999999;
  line-height: 35px;
  outline: 0;
  border: 0;
  border-radius: 0 0 18px 0;
  position: relative;
  z-index: 20;
  box-shadow: none;
}
.partners .chosen-container .chosen-single div {
  top: 6px;
  right: 12px;
}
.partners .chosen-container .chosen-drop {
  padding-top: 18px;
  border: 0;
  top: 22px;
  z-index: 19;
  border-radius: 0;
  background: #999999;
}
.partners .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
.partners .chosen-container .chosen-drop .chosen-results li {
  color: #FFF;
}
.partners .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #21afed;
}
.partners .onTopStrip {
  background-color: #21afed;
  padding: 6px 0;
  margin: 0 0 5px 0;
}
.partners .onTopStrip.hidden {
  display: none;
}
.partners .onTopStrip .row a[href$="prihlasenie"] {
  display: none !important;
}
.partners .onTopStrip .container {
  position: relative;
}
.partners .onTopStrip .topRibbon {
  width: 34px;
  height: 96px;
  position: absolute;
  top: 6px;
  left: -27px;
  border-bottom-left-radius: 17px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  padding-top: 16px;
  line-height: 20px;
  font-size: 19px;
  font-weight: 800;
}
.partners .onTopStrip .produktLine11 {
  box-shadow: inset 0 0 0 5px transparent;
  border: 0;
  background: transparent;
}
.partners .onTopStrip .produktLine11 .flipper .front {
  margin: 0;
  box-shadow: inset 0 0 0 5px transparent;
  border: 0;
}
.partners .onTopStrip .produktLine11 .flipper .back {
  margin: 0;
  box-shadow: inset 0 0 0 5px transparent;
  border: 0;
  background: #FFF;
}
@media (max-width: 1000px) {
  .partners .produktLine11,
  .partners .flip-container,
  .partners .front,
  .partners .back {
    width: 240px;
  }
  .partners .produktLine11 .flipper .front,
  .partners .produktLine11 .flipper .back {
    width: 223px;
    min-height: 204px;
  }
  .partners .logoPanel,
  .partners .flip-container,
  .partners .front,
  .partners .back {
    min-height: 216px;
  }
}
.global .section-2-left {
  margin-left: 20px;
}
.global .section-2-left .info-text {
  padding-right: 30px;
}
.global .section-2-left .info-text p {
  margin: 0 0 0 50px;
}
.global .section-2-footer-left {
  padding: 5px 20px 55px 0;
  margin-left: 20px;
}
.global .section-2-footer-left .text {
  text-align: right;
}
.global .section-2-right {
  margin-right: 20px;
}
.global .section-2-right .info-text {
  padding-left: 30px;
}
.global .section-2-right .info-text p {
  margin: 0 50px 0 0px;
}
.global .section-2-footer-right {
  padding: 5px 0 55px 20px;
  margin-right: 20px;
}
.global .section-2-footer-right .text {
  text-align: left;
}
.obsah {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .obsah {
    padding-bottom: 0;
  }
  .obsah .obsah-right {
    padding-right: 0;
  }
  .obsah .obsah-left {
    padding-left: 0;
  }
}
.obsah .account-number-text {
  margin-top: 33px;
}
.obsah .account-number {
  font-weight: bold;
  margin: 0;
}
.obsah h1.name {
  font-weight: bold;
  font-size: 2em;
}
.obsah p.points {
  font-weight: bolder;
  font-size: 1.6em;
}
.obsah p.points-text {
  font-weight: bold;
  font-size: .8em;
}
.obsah .obsah-left {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 1000px) {
  .obsah .obsah-left .section-1 p {
    margin: 0;
  }
}
@media (min-width: 1001px) {
  .obsah .obsah-left .section-1 {
    margin-right: 20px;
  }
}
.obsah .obsah-left .section-2 {
  margin-left: 20px;
  margin-top: 25px;
  padding: 20px 20px 20px 20px;
  background-color: #eef3da;
  height: 250px;
}
.obsah .obsah-left .section-2 .info-text {
  padding-right: 30px;
}
.obsah .obsah-left .section-2 .info-text p {
  margin: 0 0 0 50px;
}
@media (max-width: 1000px) {
  .obsah .obsah-left .section-2 {
    height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0;
  }
}
.obsah .obsah-left .section-2 .name-div {
  padding: 0;
}
.obsah .obsah-left .section-2 h1 {
  margin: 0;
  color: #92a823;
  padding-bottom: 22px;
}
@media (max-width: 1000px) {
  .obsah .obsah-left .section-2 h1 {
    text-align: center;
  }
}
@media (min-width: 1001px) {
  .obsah .obsah-left .section-2 .info-text {
    padding-top: 5px;
    max-width: 80%;
  }
}
@media (max-width: 1000px) {
  .obsah .obsah-left .section-2 .info-text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .obsah .obsah-left .section-2 .info-text .text,
  .obsah .obsah-left .section-2 .info-text .num {
    margin-left: 0;
    margin-right: 0;
  }
}
.obsah .obsah-left .section-2 .info-text .text {
  line-height: 15px;
}
.obsah .obsah-left .section-2 .info-text .num {
  line-height: 35px;
}
.obsah .obsah-left .section-2 .info-text .sum {
  font-size: 2.5em;
  font-weight: bold;
}
.obsah .obsah-left .section-2 .box {
  background: #92a823;
}
.obsah .obsah-left .section-2-footer {
  padding: 5px 20px 55px 0;
  margin-left: 20px;
  height: auto;
  background-color: #d6e1a5;
}
.obsah .obsah-left .section-2-footer .text {
  text-align: right;
}
@media (max-width: 1000px) {
  .obsah .obsah-left .section-2-footer {
    margin: 0;
    padding: 2px 10px 5px 10px;
    text-align: center;
  }
  .obsah .obsah-left .section-2-footer .text {
    text-align: center;
  }
}
.obsah .obsah-left .section-2-footer .text {
  margin-top: 5px;
  font-weight: bold;
}
.obsah .obsah-left .section-2-footer div {
  padding: 0;
}
.obsah .obsah-left .section-2-footer p {
  margin: 0;
}
.obsah .obsah-right {
  text-align: left;
  padding-left: 0;
}
@media (min-width: 1001px) {
  .obsah .obsah-right .section-1 {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .obsah .obsah-right .section-1 {
    padding-bottom: 20px;
  }
}
.obsah .obsah-right .section-2 {
  margin-right: 20px;
  margin-top: 25px;
  padding: 20px 20px 20px 20px;
  background-color: #d9f3fd;
  height: 250px;
}
.obsah .obsah-right .section-2 .info-text {
  padding-left: 30px;
}
.obsah .obsah-right .section-2 .info-text p {
  margin: 0 50px 0 0px;
}
@media (max-width: 1000px) {
  .obsah .obsah-right .section-2 {
    height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0;
  }
}
.obsah .obsah-right .section-2 .name-div {
  padding: 0;
}
.obsah .obsah-right .section-2 h1 {
  margin: 0;
  color: #00aeef;
  padding-bottom: 22px;
}
@media (max-width: 1000px) {
  .obsah .obsah-right .section-2 h1 {
    text-align: center;
  }
}
@media (min-width: 1001px) {
  .obsah .obsah-right .section-2 .info-text {
    padding-top: 5px;
    max-width: 80%;
  }
}
@media (max-width: 1000px) {
  .obsah .obsah-right .section-2 .info-text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .obsah .obsah-right .section-2 .info-text .text,
  .obsah .obsah-right .section-2 .info-text .num {
    margin-left: 0;
    margin-right: 0;
  }
}
.obsah .obsah-right .section-2 .info-text .text {
  line-height: 15px;
}
.obsah .obsah-right .section-2 .info-text .num {
  line-height: 35px;
}
.obsah .obsah-right .section-2 .info-text .sum {
  font-size: 2.5em;
  font-weight: bold;
}
.obsah .obsah-right .section-2 .box {
  background: #00aeef;
}
.obsah .obsah-right .section-2 .button:not(:first-child) {
  margin-top: 5px;
  font-size: 11px;
  line-height: 30px;
}
.obsah .obsah-right .section-2-footer {
  padding: 5px 0 55px 20px;
  margin-right: 20px;
  height: auto;
  background-color: #97def9;
}
.obsah .obsah-right .section-2-footer .text {
  text-align: left;
}
@media (max-width: 1000px) {
  .obsah .obsah-right .section-2-footer {
    margin: 0;
    padding: 2px 10px 5px 10px;
    text-align: center;
  }
  .obsah .obsah-right .section-2-footer .text {
    text-align: center;
  }
}
.obsah .obsah-right .section-2-footer .text {
  margin-top: 5px;
  font-weight: bold;
}
.obsah .obsah-right .section-2-footer div {
  padding: 0;
}
.obsah .obsah-right .section-2-footer p {
  margin: 0;
}
.obsah .obsah-right .section-2-footer .button {
  margin: 10px 0 0 10px;
  font-size: 13px;
}
.obsah .obsah-right .section-2-footer .link {
  margin: 8px 10px 8px 10px;
  display: inline-block;
  line-height: 1.2;
  color: #00aeef;
}
.obsah .obsah-right .section-2-footer .link:hover {
  color: black;
}
@media (min-width: 1001px) {
  .obsah .obsah-right .section-2-footer .text-missing-points {
    padding-left: 20px;
  }
}
.obsah .moje-poukazky-div .button span {
  display: block;
}
@media (max-width: 1000px) {
  .obsah .section-1 {
    text-align: center;
  }
  .obsah .moje-poukazky-div {
    text-align: center;
  }
  .obsah .moje-poukazky-div .button span {
    display: inline-block;
  }
}
.partnerHlavicka.partnerDetail .eshop-ribbon {
  top: 5px;
  left: 5px;
  transform: scale(1.5);
  transform-origin: left top;
}
.partnerDetail .produktLine12 .eshop-ribbon,
.partnerDetail .produktLine22 .eshop-ribbon {
  top: 5px;
  left: 5px;
}
.partnerDetail .action-buttons {
  padding: 0 5px;
}
.partnerDetail .action-buttons a {
  display: block;
  padding: 8px 0 7px 40px;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 15px;
  border-radius: 0 0 21px;
  width: 100%;
  position: relative;
}
.partnerDetail .action-buttons a.blue {
  background: #21afed;
}
.partnerDetail .action-buttons a.green {
  background: #8dac05;
}
.partnerDetail .action-buttons a i {
  position: absolute;
  left: 7px;
  top: 6px;
}
.partnerDetail .row a.btn[href$="prihlasenie"] {
  display: none !important;
}
/*--------------------- NEW SHYET 20.6.2017 ---------------------*/
@media (min-width: 1001px) {
}
.transakcie .chosen-container {
  background: #f1f1f1;
  border-radius: 0 0 18px 0;
  height: 35px;
  margin-top: 20px;
  width: 210px !important;
}
.transakcie .chosen-container .chosen-single {
  height: 35px;
  color: black;
  background: #f1f1f1;
  line-height: 35px;
  outline: 0;
  border: 0;
  border-radius: 0 0 18px 0;
  position: relative;
  z-index: 20;
  box-shadow: none;
}
.transakcie .chosen-container .chosen-single div {
  top: 6px;
  right: 12px;
}
.transakcie .chosen-container .chosen-drop {
  padding-top: 18px;
  border: 0;
  top: 22px;
  z-index: 19;
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: 0px 13px 20px rgba(177, 179, 180, 0.9);
}
.transakcie .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
.transakcie .chosen-container .chosen-drop .chosen-results li {
  color: black;
}
.transakcie .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #21afed;
}
.homeEshopBlock {
  background: #d1d1d1;
}
.homeEshopBlock .infoBlokOdporuca {
  background: #8dac05;
  border: 1px solid #d1d1d1;
}
.homeEshopBlock .produktLine12,
.homeEshopBlock .produktLine22 {
  -webkit-box-shadow: inset 0px 0px 0px 5px #d1d1d1;
  -moz-box-shadow: inset 0px 0px 0px 5px #d1d1d1;
  box-shadow: inset 0px 0px 0px 5px #d1d1d1;
  border: 1px solid #d1d1d1;
}
.homeEshopBlock .produktLine12 .eshop-ribbon,
.homeEshopBlock .produktLine22 .eshop-ribbon {
  top: 5px;
  left: 5px;
}
.homeEshopBlock .produktLine12 .insidepanel,
.homeEshopBlock .produktLine22 .insidepanel {
  border-color: #d1d1d1;
}
.moje-poukazky {
  display: flex;
  justify-content: space-between;
}
.moje-poukazky .left {
  flex-direction: column;
  min-width: 150px;
  width: 150px;
  padding: 15px 0px 50px 10px ;
}
.moje-poukazky .left .moje,
.moje-poukazky .left .poukazky {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 0px;
  font-size: 20px;
}
.moje-poukazky .left .moje {
  color: #00aeef;
}
.moje-poukazky .left .poukazky {
  color: #404041;
}
.moje-poukazky .left .obsahGrafikaBox {
  margin: 12px 0 0 -10px;
}
.moje-poukazky .left .sum,
.moje-poukazky .left .curr,
.moje-poukazky .left .info-text {
  color: #404041;
  margin: 0;
}
.moje-poukazky .left .total_changed {
  margin: 12px 0;
}
.moje-poukazky .left .sum {
  display: inline-block;
  font-weight: bold;
}
.moje-poukazky .left .button {
  width: 140px;
  margin-top: 15px;
  height: auto;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
  padding: 6px 35px 6px 10px !important;
}
.moje-poukazky .left .curr {
  display: inline-block;
}
.moje-poukazky .left .info-text {
  font-size: 12px;
}
.moje-poukazky .missingNayPoints {
  margin-top: 12px;
}
.moje-poukazky .missingNayPoints .points {
  margin: 0;
}
.moje-poukazky .missingNayPoints .points span {
  font-size: 13px;
}
.moje-poukazky .missingNayPoints .text {
  font-size: 13px;
}
.moje-poukazky .middle {
  width: 100%;
  margin: 60px;
}
.moje-poukazky .middle .top {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}
.moje-poukazky .middle .top .header {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.moje-poukazky .middle .top .filter {
  font-size: 16px;
  display: inline-block;
}
.moje-poukazky .middle .top .filter .header {
  margin-left: 5px;
}
.moje-poukazky .middle .top .filter.checked {
  color: red;
}
.moje-poukazky .middle .top .filter input[type=checkbox] {
  margin: 0;
  transform: scale(1.4);
}
.moje-poukazky .middle .top .dates {
  display: flex;
  justify-content: space-between;
  width: 220px;
  padding: 0 25px;
  margin-left: 90px;
}
.moje-poukazky .middle .top .dates p:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
.moje-poukazky .middle .top .info {
  display: inline-block;
  margin-left: auto;
}
.moje-poukazky .middle .top .info p:not(:first-child) {
  margin-left: 10px;
}
.moje-poukazky .middle .cards {
  border: 1px solid #00aeef;
  border-left-width: 0;
  border-right-width: 0;
}
.moje-poukazky .middle .sums {
  font-weight: bold;
  text-align: right;
}
.moje-poukazky .middle .sums .points,
.moje-poukazky .middle .sums .sum {
  font-size: 15px;
}
.moje-poukazky .middle .sums .points {
  color: #ef3805;
  line-height: 1;
  margin: 10px 0 3px 0;
}
.moje-poukazky .middle .sums .eur {
  color: #98b41e;
  line-height: 1;
}
@media (max-width: 1000px) {
  .moje-poukazky {
    flex-direction: column;
  }
  .moje-poukazky .left {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .moje-poukazky .left .button {
    width: 200px;
  }
  .moje-poukazky .left .obsahGrafikaBox {
    margin-left: 0;
  }
  .moje-poukazky .middle {
    width: auto;
    margin: 0 10px 0 10px;
  }
  .moje-poukazky .right {
    width: auto;
    margin: 20px 10px 20px 10px;
  }
  .moje-poukazky .dates,
  .moje-poukazky .info {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .moje-poukazky.zamena .left {
    padding-bottom: 20px;
  }
}
.moje-poukazky.zamena .middle {
  margin-right: 0;
  padding-right: 30px;
  border-right: 1px dotted black;
}
.moje-poukazky.zamena .middle .top {
  display: flex;
  justify-content: flex-start;
}
.moje-poukazky.zamena .middle .top .name {
  font-size: 17px;
}
.moje-poukazky.zamena .middle .top .eur {
  font-size: 16px;
  margin-left: auto;
}
.moje-poukazky.zamena .middle .top .points {
  font-size: 16px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #98b41e;
}
.moje-poukazky.zamena .middle .card {
  position: relative;
  margin-top: 10px;
}
.moje-poukazky.zamena .middle .card .nope {
  position: absolute;
  width: 100%;
  height: 100%;
}
.moje-poukazky.zamena .middle .card .img {
  width: 100%;
  border: 1px solid #eee;
}
.moje-poukazky.zamena .middle .card p {
  margin: 0;
}
.moje-poukazky.zamena .middle .change form {
  float: right;
}
.moje-poukazky.zamena .middle .change form p {
  float: right;
}
.moje-poukazky.zamena .middle .change form a {
  float: right;
}
.moje-poukazky.zamena .middle .change form div {
  float: right;
}
.moje-poukazky.zamena .middle .change form div select {
  margin-left: 5px;
}
@media (max-width: 1000px) {
  .moje-poukazky.zamena .middle {
    margin: 0;
    padding: 0 10px 0 10px;
  }
  .moje-poukazky.zamena .middle .top {
    flex-wrap: wrap;
  }
  .moje-poukazky.zamena .middle .top .name {
    flex: 0 1 100%;
    text-align: center;
  }
  .moje-poukazky.zamena .middle .top .points {
    margin-left: 0;
    text-align: right;
    border-left-width: 0;
  }
  .moje-poukazky.zamena .middle .top .eur,
  .moje-poukazky.zamena .middle .top .points {
    flex: 1 0 45%;
    display: inline-block;
    margin-bottom: 0;
  }
}
.moje-poukazky.zamena > .right {
  margin: 60px 30px;
}
@media (min-width: 1001px) {
  .moje-poukazky.zamena > .right {
    width: 750px;
  }
}
@media (max-width: 1000px) {
  .moje-poukazky.zamena > .right {
    margin: 0;
    padding: 10px 10px 0 10px;
  }
  .moje-poukazky.zamena > .right .change {
    text-align: center;
  }
  .moje-poukazky.zamena > .right .change .button {
    margin: 0;
  }
}
.item-poukazka {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 0px 0;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.item-poukazka.disabled {
  opacity: 0.5;
}
.item-poukazka:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.item-poukazka .img {
  max-width: 130px;
  max-height: 59px;
}
.item-poukazka .main {
  width: 220px;
}
.item-poukazka .main .dates {
  display: flex;
  flex-direction: row;
  font-size: 10px;
}
.item-poukazka .main .dates .date {
  margin: 0;
}
.item-poukazka .main .dates .date .blue {
  color: #00aeef;
}
.item-poukazka .main .dates .date:first-child {
  margin-right: 5px;
}
.item-poukazka .main .dates .date:not(:first-child) {
  min-width: 74px;
  padding-left: 5px;
  border-left: 1px solid #404041;
}
.item-poukazka .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
}
.item-poukazka .icons .changed {
  width: 100%;
  height: 35px;
  background-color: #842b01;
  text-align: center;
}
.item-poukazka .icons .changed p {
  font-size: 12px;
  color: white;
  line-height: 1.2;
  padding: 4px;
}
.item-poukazka .info {
  font-weight: bold;
  width: 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .item-poukazka .icons {
    width: 100%;
  }
  .item-poukazka .img-div,
  .item-poukazka .main {
    width: 100%;
    text-align: center;
  }
  .item-poukazka .dates,
  .item-poukazka .info {
    display: none;
  }
}
@media (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}
.mt-10 {
  margin-top: 10px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.white-bg {
  background-color: white;
}
.red {
  color: #ef3805;
}
.blue {
  color: #00aeef;
}
.bold {
  font-weight: bold;
}
.green {
  color: #98b41e;
}
.w-100 {
  width: 100%;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.obsahGrafikaBox {
  border-radius: 0 0 50px 0;
  color: white;
  text-align: center;
  height: 151px;
  padding: 0 0 6px 0;
}
.obsahGrafikaBox.blue {
  background-color: #00aeef;
}
@media (max-width: 1000px) {
  .obsahGrafikaBox {
    height: auto;
    padding-bottom: 13px;
  }
}
.obsahGrafikaBox .ciselko {
  font-size: 44px;
  font-weight: bold;
}
@media (min-width: 1001px) {
  .obsahGrafikaBox .ciselko {
    padding-top: 13px;
  }
}
.obsahGrafikaBox .points {
  color: white;
  font-weight: bold;
  font-size: 1em;
  margin: -10px 0 0 0;
}
.obsahGrafikaBox .text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 13px;
}
a.button {
  text-align: center;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  position: relative;
  transition: .3s;
  background-color: #ef3805;
}
a.button.green {
  background-color: #92a823;
}
a.button.green:hover {
  background-color: #75861c;
}
a.button.yellow {
  background-color: #e4c509;
}
a.button.yellow:hover {
  background-color: #bda307;
}
a.button.disabled {
  opacity: .5;
  pointer-events: none;
}
a.button.disabled:hover {
  cursor: default;
}
a.button.ghost {
  background-color: transparent;
  height: auto;
  line-height: 1.2;
  text-align: left;
  font-size: 15px;
  color: black;
}
a.button.ghost:hover {
  color: #00aeef;
}
a.button.icon.right {
  padding: 0 35px 0 10px;
}
a.button.icon.left {
  padding: 0 10px 0 35px;
}
a.button.icon:before,
a.button.icon:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
a.button.icon:after {
  left: auto;
  right: 5px;
}
a.button.icon.small:before {
  font-size: 25px;
  left: 5px;
}
a.button.icon.renew:after {
  content: 'autorenew';
}
a.button.icon.next:after {
  content: 'navigate_next';
}
a.button.icon.print {
  padding-left: 25px;
  max-width: 130px;
}
a.button.icon.close {
  float: none;
  opacity: 1;
}
a.button.icon.close:hover {
  color: white;
}
a.button.icon.print:before {
  content: 'print';
}
a.button.icon.close:before {
  content: 'close';
}
a.button.icon.pdf:before {
  content: 'picture_as_pdf';
}
a.button.icon:not(.disabled):hover {
  opacity: .8;
}
a.button.large {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 15px;
}
a.button.small {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  padding-left: 22px;
}
a.button.small.pdf {
  width: 35px;
  height: 35px;
}
a.button.blue {
  background-color: #00aeef;
}
a.button.black {
  background-color: #404041;
}
a.button.green {
  background-color: #98b41e;
}
a.button.grey {
  background-color: grey;
  color: white;
}
.popup {
  z-index: 666;
  position: absolute;
  top: 300px;
  left: calc(50vw - 20%);
  text-align: center;
  background-color: white;
  padding: 30px;
  box-shadow: 0px 20px 90px 10px rgba(0, 0, 0, 0.7);
  width: 40%;
}
@media (max-width: 1000px) {
  .popup {
    top: calc(50vh - 45%);
    left: calc(50vw - 45%);
    width: 90%;
    height: 90%;
  }
}

/*# sourceMappingURL=main.min.js.map*/