.registration .content {
  z-index: 500;
}

.main-section.registration{
  text-align: center;
}

.main-section.registration.conditions{
  text-align: left;
}

.main-section.registration.conditions p{
  margin: 15px 0;
}

.main-section.registration.conditions h3{
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
}

.main-section.registration.conditions h4{
  margin: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.main-section.registration.conditions ul{
  margin: 15px 0;
  list-style-type: decimal;
  padding-left: 40px;
}

.main-section.registration.conditions strong{
  font-weight: bold;
}

.header.header--registration{
  display: inline-block;
  position: relative;
}

.select2-search--dropdown input{
  height: 38px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (min-width: 1024px){
  .overlay .content{
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
  }

  .loginsms .reg-bottom-box {
    position: relative!important;
  }

  .loginsms #registrace.overlay{
    position: relative!important;
  }
}

@media (max-width: 1023px){
  .loginsms .overlay .content{
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 60px;
  }

  .loginsms #registrace{
    border: 0;
  }

  .loginsms #registrace.overlay{
    position: relative!important;
  }

  #newsletter .content{
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


.loader {
  border: 5px solid white;
  border-radius: 50%;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 10px auto;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button.tooltipv{
  position: relative;
}

button.tooltipv .tooltip{
  display:none;
}

button.tooltipv:disabled:hover .tooltip{
  display:block;
  left: 105%;
  top: -20%;
  padding: 10px;
  min-width: 300px;
}

button#submit:disabled{
  background: #595959;
}

.top-bar__right{position:absolute; z-index: 9999;  right: 20px; top: 20px; display:inline-block;padding:30px;width:250px;text-align:right}@media (max-width: 767px){.top-bar__right{top: 0; right: 0; padding:15px;width:80px}}

.top-bar__dropdown{
  display:none;
  margin-top:0px;
  cursor: pointer;
}

@media (max-width: 767px){
  .top-bar__dropdown{display:block}}
@media (max-width: 767px)
{.top-bar__language{display:none}}


.dropdown{position:relative;display:inline-block; cursor: pointer;}
.dropdown--languages .dropbtn{width:38px;height:38px}
.dropdown--languages .dropbtn:after{display:none}
.dropbtn{cursor:pointer;font-family:"gtwalsheim-regular",sans-serif;font-size:10px;font-weight:normal;font-style:normal;font-stretch:normal;letter-spacing:3px;padding:7px 5px;color:#000000;text-transform:uppercase;position:relative;margin:0 10px;display:block;-moz-box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);-webkit-box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);opacity:0.4;color:#000000}
.dropbtn:after{width:100%;display:inline-block;position:absolute;bottom:-8px;content:"";left:0;right:0;opacity:0.4;border-bottom:1px solid #000}
.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;-moz-box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);-webkit-box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);box-shadow:0 14px 24px 0 rgba(0,0,0,0.17);margin:0 10px}
.dropdown-content a{text-decoration: none;text-align:center;font-family:"gtwalsheim-regular",sans-serif;font-size:8px;font-weight:normal;font-style:normal;font-stretch:normal;letter-spacing:3px;color:#000000;text-transform:uppercase;position:relative;display:block;height:38px;width:38px;line-height:1.8;box-sizing:border-box;padding:13px 5px;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}
.dropdown-content a:hover,.dropdown-content a:focus,.dropdown-content a--is-active{opacity:0.4;color:#000000}.dropdown:hover .dropdown-content{display:block}


.tooltip {
  padding: 5px;
  max-width: 400px;
}



/*Validacia*/
label.agree-points.invalid, label.agree-personal.invalid, label.agree-gdpr-understand.invalid, label.agree-gdpr-personal.invalid{
  color: red!important;
}

label.agree-points.invalid:before, label.agree-personal.invalid:before, label.agree-gdpr-understand.invalid:before, label.agree-gdpr-personal.invalid:before{
  border: 1px solid red!important;
}

.debets__title_bottom{
  margin-top: 10px;
}

@media (max-width: 640px){
  .points-box__column.makeroom {
      margin-bottom: 30px;
      padding-bottom: 30px;
  }

  .points-status__item {
    border-right: 1px solid #e5e4e2;
  }

  .statusinfo > div{
    padding-bottom: 30px;
  }
}

.sidebar{
  overflow: auto;
}

.points-status__vouchers{
  margin-top: 3px;
}

.inlineStatus{
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: middle;
  font-family: "gtwalsheim-regular", sans-serif, Helvetica, Arial;
}


/* HOWTOS */
.howtos{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}
.howtos img{
    width: 100%;
    display: block;
}
.howtos a{
    display: block;
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
}
.howtos a.first{
    width: 33.5%;
}
.howtos a.second{
    left: 34.5%;
    width: 33%;
}
.howtos a.third{
    left: 68.5%;
    width: 32%;
}


.select2-container--default .select2-results .select2-results__option{
  height: auto;
  min-height: 38px;
}


/* Accordion */


.accordion-section-content {
    padding: 15px 0;
    display: none;
}

.accordion .bold36{
    margin-bottom: 10px;
}

.accordion ul{
    padding-left: 20px;
}

.bold26{
    padding: 20px 0 10px 0;
}

.accordion li{
    line-height: 20px;
    padding: 3px 0;
    text-align: left;
}

.tutorial .grey-font li{
  color: #a8a8a8;
}

.tutorial .grey-font li strong{
  color: black;
}


.infoBlock{
  display: none; 
  border: 1px solid red; 
  padding: 5px 10px; 
  background: white; 
  text-align: center; 
  text-decoration: none; 
  color: red; 
  width: 90%;
  z-index: 99999;
}

.vdb:hover{
  color:white!important;
}
.vdbwhite{
  border: 1px solid black;
}

@media (max-width: 980px) {
  .infoBlock.mobile {
    position: fixed; 
    bottom : 5px; 
    left: 50%; 
    transform: translateX(-50%); 
    display: block;
  }
}

@media (min-width: 981px) {
  .infoBlock.desktop {
    width: 100%;
    font-size: 14px;
    display: block;
  }
}

.brands__label .brands__logo img, .brands__label .brands__logo{
  pointer-events: none;
}


/* VOUCHERS */
.vcontainer {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
}

.vcol {
    display: table-cell;
    min-height: 100vh;
    width: 50%;
    padding-top: 150px;
    vertical-align: top;
    padding-left: 32px;
    padding-right: 32px;
}

.vcol.right{
  background: #f4f3f1;
}

.vtextcontainer{
  display: table;
}
.vtextcol{
  display: table-cell;
  width: 48%;
}

.vtextcol.left{
  width: 52%;
  padding-right: 4%;
}

.vbrand{
  margin: 30px 0;
}

.vbrand .vtitle{
  font-weight: 600; 
  letter-spacing: 1px; 
  margin-top: 20px;
}

.vbrand .vtext, .vinfo{
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.4);
}

.vinfo{
  text-align: justify;
}

.vbrand .vtext strong, .vinfo strong{
  color: black;
}

.vfooter{
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 0;
}

.vvouchers{

}

.vvoucher{
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 20px;
  /*border: 1px solid rgba(0, 0, 0, 0.4);*/
}

.vvoucher img{
  height: 60px;
  max-width: 300px;
  /*filter: invert(100%);*/
}

.vvoucher .black, .vvoucher .grey{
  color: rgb(0, 0, 0);
  font-family: "gtwalsheim-medium", sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 26px;
  margin-top: 20px;
  text-transform: uppercase;
}

.vvoucher .grey{
  color: rgba(0, 0, 0, 0.4);
}

.vvoucher.plus .black{
  color: #9A0002;
  border: 1px solid #9A0002;
  padding: 10px;
}

.vvoucher.plus .extra{
  font-size: 32px;
  line-height: 40px;
  color: #9A0002;
  font-weight: bold;
  letter-spacing: 2px;
}

.vvoucher.plus .brand{
  font-size: 28px;
  line-height: 40px;
  color: #9A0002;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.vvoucher.plus .brand strong{
  font-weight: bold;
}

.vdelimiter{
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.vdelimiter .orblock{
  display: inline-block;
  position: relative;
  top: -15px;
  height: 30px;
  background: black;
  width: 70px;
  line-height: 30px;
  color: white;
  text-align: center;
  font-family: "gtwalsheim-medium", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vdelimiter.plus{
  background: #9A0002;
}

.vdelimiter.plus .orblock{
  font-size: 20px;
  background: #9A0002;
}

.vrow{
  margin-top: -180px;
}

.form__radio.agree-gdpr .form__label.agree-gdpr:before, .form__checkbox .form__label.agree-gdpr:before {
  border: 1px solid black;
}

.form__input.warning{
  border: 1px solid orange;
}


#cookies-consent{
  position: fixed; 
  bottom:0; 
  left:0; 
  right:0; 
  width: 100%; 
  min-height: 20px; 
  line-height: 20px; 
  font-size: 14px; 
  text-align: center;
  padding:3px 0; 
  background: white; 
  color: black; 
  z-index: 999; 
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
}

@media only screen and (max-width: 767px) {
    .vcol {
        display: block;
        width: 100%;
        padding: 20px;
        min-height: auto;
    }

    .vcol.left {
        padding-top: 60px;
    }

    .vmain{
      padding: 0;
    }

    .vrow{
      position: relative;
      margin-top: -100px;
    }
}
/* VOUCHERS END */

.table-box__t-items .table-box__column:first-child{
  min-height: inherit;
}

.navigation__submenu{
  padding-left: 20px;
}

@media (max-width: 640px) {
  .navigation__submenu {
    padding-left: 40px;
  }
}


.statusFall{
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 32px;
  line-height: 3rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 20px;
}

.statusFall .date{
  padding: 0 0 20px;
  font-style: italic;
}

.statusFall strong{
  font-weight: bold;
}

.statusFall.warning{
  background: rgba(238, 190, 101, 0.4);
}

.statusFall.danger{
  background: #f2d9d9;
}

.statusFall.success{
  background: #a1d59b;
}

/* Messages */
.table_item{
  border-bottom: 1px solid #e5e4e2;
  padding: 15px 0;
}

.table_tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table_th{
  font-family: "gtwalsheim-medium", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  vertical-align: baseline;
}

.table_th.date, .table_td.date{
  width: 130px;
}

.table_th.subject. .table_td.subject{
  text-align: left;
}

.table_th.show, .table_td.show{
  width: 130px;
  text-align: right;
}

.table_td.show .button{
  min-width: auto;
  width: 120px;
}

.table_td.subject{
  font-weight: bold;
  padding: 0 15px;
}

.table_td.date{
  color: rgb(168, 168, 168);
}

.table_content {
  padding-top: 15px;
}

.table_content.closed {
  display: none;
}

button.viewed{
  background-color: #757575;
}

@media (max-width: 640px) {
  .table_tr {
    display: block;
  }

  .table_th{
    display: none;
  }

  .table_tr > div{
    width: 100%!important;
    text-align: center!important;
  }
}

.pagination{
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

.pagination li{
  display: inline-block;
  margin: 0 5px;
}

.pagination li a, .pagination li span{
  display: block;
  text-align: center;
  font-family: "gtwalsheim-medium", sans-serif;
  font-size: 14px;
  padding: 9px 15px;
  background: black;
  color: white;
  border: 1px solid black;
  text-decoration: none;
}

.pagination li.active a, .pagination li.active span,
.pagination li.disabled a, .pagination li.disabled span
{
  background: white;
  color: black;
}

.pagination li.disabled, .pagination li.disabled{
  display: none;
}