﻿/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
    background: #ddd;
}

  .wizard a,
  .tabcontrol a {
    outline: 0;
  }

  .wizard ul,
  .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }

    .wizard ul > li,
    .tabcontrol ul > li {
      display: block;
      padding: 0;
    }

  /* Accessibility */
  .wizard > .steps .current-info,
  .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
  }

  .wizard > .content > .title,
  .tabcontrol > .content > .title {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
  }

  .wizard > .content > .title.current,
  .tabcontrol > .content > .title.current {
    top: 0;
    z-index: 1;
    background: #ddd;
    padding: 55px 0 40px 60px;
    font-size: 20px;
    font-weight: normal;
      text-transform: uppercase;
  }

  .wizard > .content > .title.current .number,
  .tabcontrol > .content > .title.current .number {
    font-weight: bold;
      font-size: 24Px;
      font-family: 'Number';
  }

  .clearfix{
      overflow: auto;
  }


/*
    Wizard
*/

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 400px;
background: #000;
    color: #fff;
    padding: 180px 0 5px 40px;
    height: calc(100vh - 170px);
    min-height: 800px;
}

.wizard > .steps .number {
    font-family: 'Number';
  font-size: 25px;
    display: block;
    font-weight: bold;
}

.wizard > .steps a .number:nth-child(2) {
  display: none;
}

.wizard > .steps > ul > li {
  width: 25%;
padding: 5px 0;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    font-size: 14px;
  display: block;
  width: auto;
  margin: 0 ;
  padding: 8px 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    text-transform: uppercase;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: transparent;
  color: #fff;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: transparent;
  color: #cdfe02;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: transparent;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  --background: #ff3111;
  color: #ff3111;
}

.wizard > .content {
  /*background: #eee;*/
  display: block;
  margin: 0.5em;
  min-height: 20em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0;
  width: calc(100% - 400px);
    background: #ddd;
    overflow: auto;
}

.wizard > .content > .body {
    padding-top: 134px;
    font-size: 0;
    overflow: hidden;
}

.wizard > .content > .body > .attributes{
  display: block;
}

  .wizard > .content > .body ul {
    list-style: disc !important;
      padding: 40px 60px;
  }

    .wizard > .content > .body ul > li {
      display: inline-block;
        max-width: 250px;
        width: 24%;
        vertical-align: top;
        position: relative;
    }

.show_ovprv_modal .radiocheckbox {
    position: absolute;
    top: 0;
}

li .ovprv_modal_leva {
  position: absolute;
  bottom: 55px;
  left: 10px;
  background: rgb(174, 174, 174) !important;
  height: 50px;
  width: 230px;
  max-width: 230px;
    transition: max-height 1s ease-in;
    opacity: 0.3;
}

li .ovprv_modal_leva:hover {
    opacity: 1;
}

li .ovprv_modal_leva.ovprv_div > label {
    width: 50px !important;
line-height: 50px !important;
padding: 0 !important;
display: inline-block !important;
}

li .ovprv_modal_leva.ovprv_div input {
z-index: 1;
width: calc(100% - 100px) !important;
margin: 0 auto;
display: inline-block !important;
margin: 0;
height: 35px;
}

li .ovprv_modal_stred {
  position: absolute;
  top: 210px;
  left: 10px;
  background: rgb(174, 174, 174) !important;
  height: 50px;
  width: 230px;
  max-width: 230px;
transition: max-height 1s ease-in;
    opacity: 0.3;
}

li .ovprv_modal_stred:hover {
    opacity: 1;
}

li .ovprv_modal_stred:hover + .jen_popis {
    opacity: 1;
}

li .ovprv_modal_stred.ovprv_div > label.text-prompt, li #product_attribute_label_80 label.text-prompt {
    width: 50px !important;
line-height: 50px !important;
padding: 0 !important;
display: inline-block !important;
}

li .ovprv_modal_stred.jen_popis.ovprv_div > label.text-prompt {
    width: 100% !important;
line-height: 25px !important;
padding: 0 !important;
display: inline-block !important;
}

li .ovprv_modal_stred.jen_popis {
  position: absolute;
  top: 145px; 
    height: 65px;
}

li .ovprv_modal_stred .attr-qty-measureunit, li .ovprv_modal_leva .attr-qty-measureunit {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 10px;
}

li .ovprv_modal_stred.jen_popis.ovprv_div ul {
    padding: 0 !important;
}

li .ovprv_modal_stred.jen_popis ul li{
    width: auto !important;
    margin: 0 !important;
}

li .ovprv_modal_stred.jen_popis ul li label{
    padding: 10px !important;
}

li .ovprv_modal_stred input {
z-index: 1;
width: calc(100% - 100px) !important;
margin: 0 auto;
display: inline-block !important;
margin: 0;
    height: 35px;
}

  .wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
  }

  .wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
    text-align: right;
  }

    .wizard > .content > .body input[type="checkbox"] {
      display: inline-block;
    }

    .wizard > .content > .body input.error {
      background: rgb(251, 227, 228);
      border: 1px solid #fbc2c4;
      color: #8a1f11;
    }

  .wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
      font-size: 14px;
      text-transform: uppercase;
  }

.wizard > .content > .body .option-list label {
    background: #fff;
    border: 1px solid #111;
    padding: 10px 20px 10px 20px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.wizard > .content > .body .option-list .attributeValue-description {
    padding: 10px 20px;
    text-align: center;
}

.wizard > .content > .body .option-list .attributeValue-description p{
    color: #000;
    font-size: 14px;
}

.wizard > .content > .body .jina_barva_hodnota .attribute-description p{
    color: #000;
    font-size: 14px;
}

.wizard > .content > .body .option-list input[type="radio"]:hover + label,
.wizard > .content > .body .option-list input[type="checkbox"].radiocheckbox:hover + label {
    background: #999;
    color: #cdfe02;
}

.wizard > .content > .body .option-list input[type="radio"]:checked + label,
.wizard > .content > .body .option-list input[type="checkbox"].radiocheckbox:checked + label {
    background: #999;
    color: #cdfe02;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .attributes textarea {
    margin: 40px 40px 40px 60px;
    height: 52px;
    min-height: 52px;
    max-height: 52Px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .attributes .attribute-description {
    display: inline-block;
    line-height: 52px;
    width: 230px;
    max-width: 100%;
    vertical-align: middle;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .attributes .attribute-description p{
    font-size: 14Px;
    color: #000;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .add-to-cart .add-to-cart-panel {
    margin: 0;
padding: 0;
    width: 100%;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .add-to-cart .add-to-cart-panel .qty-wrapper {

    border: none;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .add-to-cart .add-to-cart-panel .qty-label {
    margin: 0;
color: #fff;
background: #333;
padding: 15px 60px;
    width: 100%;
}

.wizard > .content > .body.vyrobek_pocet_oznaceni .add-to-cart .add-to-cart-panel .qty-wrapper .qty-wrapper-input input {
height: 52px;
width: 250px;
display: block; 
    font-size: 16Px;
}

    .wizard > .content > .body label.error {
      color: #8a1f11;
      display: inline-block;
      margin-left: 1.5em;
    }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0;
padding: 40px 60px;
background: #ddd;
  width: calc(100% - 400px);
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

  .wizard > .actions > ul > li {
    margin: 0 0.5em;
  }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
    width: 200px;
    text-align: center;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #333;
  color: #fff;
  display: block;
 padding: 15px 25px;
  text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

.wizard > .actions li:first-child a,
.wizard > .actions li:first-child a:hover,
.wizard > .actions li:first-child a:active {
  background: #aaa;
  color: #000;
  display: block;
  padding: 15px 35px;
  text-decoration: none;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}


.wizard > .actions a::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    color: #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(-45deg);
    
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.wizard > .loading {
}

  .wizard > .loading .spinner {
  }

.wizard > .content > .body .attributes ul.color-squares li {
    margin: 0 1% 0 0;
}

.wizard > .content > .body .color-squares.option-list input {
    margin: -15px 0 0;
}

.wizard .attributes .color-squares li:hover {
cursor: pointer;
}

.wizard .attributes .color-squares .attribute-square {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #000 !important;
    border: none;
}

.wizard .attributes .color-squares .natural .attribute-square {
    display: none;
}

.wizard .attributes .color-squares .selected-value label {
    background: #999;
}

.wizard .attributes .color-squares .selected-value .attribute-square {
    box-shadow: 0 0 0 1px #cdfe02 !important;
}

.wizard .attributes .color-squares .selected-value .attribute-square-text {
    color: #cdfe02 !important;
}

.wizard .attributes .color-squares li:hover {
    cursor: pointer;
}

.wizard .attributes .color-squares li:hover label {
    background: #999;
    cursor: pointer;
}

.wizard .attributes .color-squares li:hover .attribute-square {
    box-shadow: 0 0 0 1px #cdfe02 !important;
}

.wizard .attributes .color-squares li:hover .attribute-square-text {
    color: #cdfe02 !important;
    cursor: pointer;
}


.wizard .attributes .color-squares .attribute-square-text {
    display: inline-block;
    vertical-align: middle;
}


.wizard .attributes .image-squares li:hover {
    cursor: pointer;
}

.wizard > .content > .body .attributes ul.image-squares li {
    margin: 0 1% 20px 0;
}

.wizard > .content > .body .attributes ul.image-squares li > label {
    background: transparent;
    width: 100%;
    border: none;
    text-align: center;
    padding: 0;
    margin-right: 40px;
}

.vypln .attributes li {
    margin-right: 1%;
    max-width: 49% !important; 
    width: 500px !important;
}

.vypln .attributes ul li label {
    text-transform: inherit !important;
}

#product_attribute_input_77 {
    padding: 40px 60px;
}

#product_attribute_input_77 input {
    background: #fff;
padding: 10px 20px;
border: 1px solid #000;
    width: 250px;
}

.wizard .attributes .image-squares .attribute-square {
border: none;
     width: 100%;
    margin-bottom: 5px;
    --min-height: 150px;
}

.wizard .attributes .image-squares li:hover .attribute-square {
    transform: scale(1.1);
    transition: transform 500ms;
}

.wizard .ovladaci_prvky .attributes .image-squares li:hover .attribute-square {
    transform: scale(1.2);
    transition: transform 500ms;
}

.wizard .ovladaci_prvky li .qty-box {
    margin: -32Px 0 0 0;
padding-bottom: 10px;
}

.wizard > .content > .body .option-list .qty-box label {
    width: auto;
}

.wizard .ovladaci_prvky li .qty-box input {
    display: inline-block;
    height: 37px;
    z-index: 0;
    margin: 0;
}

.wizard .ovladaci_prvky li .qty-box span.attr-qty-measureunit {
    display: inline-block;
font-size: 14px;
vertical-align: middle;
margin-left: 4px;
}

.wizard .attributes .image-squares .selected-value label {
    background: #999;
}

.wizard .attributes .image-squares .selected-value .attribute-square {
   box-shadow: 0 0 0 1px transparent !important;
}

.wizard .attributes .image-squares .selected-value .attribute-square-container {
}

.wizard .ovladaci_prvky .attributes .image-squares .selected-value .attribute-square-text {
    background: transparent;
    border: none;
    color: #000 !important;
}

.wizard .attributes .image-squares .selected-value .attribute-square-text {
    color: #cdfe02 !important;
    background: #999;
}

.wizard .attributes .image-squares li:hover {
    cursor: pointer;
}


.wizard .attributes .image-squares li:hover label {
    background: #999;
}

.wizard .attributes .image-squares li:hover .attribute-square {
   box-shadow: 0 0 0 1px transparent !important;
}

.wizard .attributes .image-squares li:hover .attribute-square-text {
    color: #cdfe02 !important;
    background: #999;
    cursor: pointer;
}

.wizard .attributes .image-squares li:hover .attribute-square-text {
    color: #000 !important;
    background: transparent;
    cursor: pointer;
}

.wizard .attributes .image-squares .attribute-square-text {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
}

.wizard .ovladaci_prvky .attributes .image-squares .selected-value .attribute-square-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(100, 100, 100, 0.1);
}

.wizard .ovladaci_prvky .attributes .image-squares .attribute-square-text {
    border: none;
    background: transparent;
}

.wizard .image-squares li:hover .tooltip-container {
    display: none;
}

.rozmery.body .attributes .sirka_vyska .option-list li label{
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
}

.rozmery.body .attributes .sirka_vyska .option-list li {
    text-align: center;
}

.rozmery.body .ruzne_sirky .option-list label {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    margin: 0 40px 0 0;
    width: 250px;
    float: left;
    line-height: 50px;
    text-align: left;
}

.rozmery.body .attributes .sirka_vyska  .option-list li
{
    position: relative;
}

.rozmery.body .ruzne_sirky .option-list li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.rozmery.body .sirky_vyplni .option list {
    padding: 40px 60px 15px 60px;
}

.sirka_vyplni ul {
    padding: 40px 60px 0 60px;
}

.rozmery.body .ruzne_sirky .option-list {
    padding: 0 60px;
}

.rozmery.body .attributes .sirka_vyska  .option-list input{
    padding: 0 50px 0 0;
    display: inline-block;
    width: 100%;
}

.rozmery.body .ruzne_sirky .option-list input {
    display: inline-block;
     padding: 0 50px 0 0;
    width: 250px;
}

.rozmery.body .attributes .sirka_vyska  .option-list .attr-value-measureunit{
        position: absolute;
    right: 14px;
    top: 17px;
    color: #000;
    font-size: 14px;
}

.rozmery.body .ruzne_sirky .option-list .attr-value-measureunit {
    display: inline-block;
    margin-left: -40px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

.wizard > .content > .body.vypln dd:nth-child(n+3) ul > li {
    width: 400px;
}

.wizard > .content > .body.pocet_vyplni dd ul::after {
    clear: both;
    display: table;
    content: "";
}

.wizard > .content > .body.pocet_vyplni dd ul > li {
    float: left;
}

.wizard > .content > .body.pocet_vyplni dd ul > li:nth-child(4n+5) {
    clear: both;
}

.wizard .content .title:nth-last-child(2) {
    border-bottom: 40px solid #333;
}

.wizard > .content > .vysledna_konfigurace.body {
    padding-top: 174px;
}

.vysledna_konfigurace li {
    width: auto;
    max-width: auto;
}

.vysledna_konfigurace .attributes dt {
    background: transparent;
    color: #000;
    padding: 0 60px;
}

.vysledna_konfigurace .attributes dd textarea {
    margin: 15px 60px;
    height: 200px;
min-height: 200px;
max-height: 200px;
width: 450px;
min-width: 450px;
max-width: 450px;
overflow: hidden; 
}

.wizard input[type="radio"] + label::before, 
.wizard input[type="checkbox"] ~ label::before {
    content: none;
}

#attributes-summary-block {
    padding: 40px 60px;
    font-size: 16px;
    display: inline-block;
    width: 700px;
    vertical-align: top;
    float: left;
    min-height: 225px;
}

#attributes-summary-block h3 {
    padding: 10px;
}

#attributes-summary-price {
    display: inline-block;
    padding: 40px 60px 0 0;
    width: calc(100% - 700px);
    vertical-align: top;
    float: right;
}

#attributes-summary-price .product-price {
    background: transparent;
    color: #000;
    padding: 10px 0;
}

#attributes-summary-price .product-price label{
   font-size: 16px;
    display: block;
}

#attributes-summary-price .product-price strong{
    font-size: 24px;
}

#attributes-summary-image {
    display: inline-block;
    padding: 0 60px 40px 0;
    width: calc(100% - 700px);
    vertical-align: top;
    float: right;
}

#attributes-summary-image .gallery{
    float: none;
    width: auto;
}

#attributes-summary-image .picture{
    border: none;
}

.barva .attributes .barvy .option-list {
    display: block;
}

.barva .attributes .barvy .option-list li:last-child {
    display: block;
    max-width: auto;
    margin-top: 40px;
    text-align: left;
}

.barva .attributes .barvy .option-list li:last-child label{
    padding: 10px 0;
}

.barva .attributes .barvy .option-list li:last-child .attribute-square {
    display: none;
}

.barva .attributes .jina_barva {
    margin: 40px 60px;
    width: 250px;
z-index: 1;
position: relative;
height: 52px;
}

.barva .attributes .jina_barva span {
    
}

.barva .attributes .option-list li.jina_barva label {
    display: inline-block;
    width: 250px;
    max-width: 100%;
    margin-right: 40px !important;
}
.barva .attributes .jina_barva .attributeValue-description {
    width: 250px;
    max-width: 100%;
    text-align: center !important;
    padding: 10px 0 !important;
}

.barva .attributes .jina_barva_hodnota .attribute-description {
    display: inline-block;
    width: calc(100% - 290px);
    text-align: left !important;
    padding: 0px 0 !important;
    vertical-align: middle;
}

.barva .attributes .jina_barva input {
    width: 100%;
    height: 53px;
    display: none;
}

.barva .attributes .jina_barva_hodnota {
    padding: 0 60px;
}

.barva .attributes .jina_barva_hodnota input {
    width: 250px;
    height: 40px;
    max-width: 100%;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin-right: 40px !important;
    text-transform: uppercase;
}

.wizard .add-to-cart .add-to-cart-panel {
    display: block;
    padding: 15px 60px;
    margin-bottom: 40px;
}

.add-to-cart .add-to-cart-panel .qty-wrapper {
    width: 100%;
}

.add-to-cart .add-to-cart-panel .qty-wrapper > * {
    display: block;
}

.add-to-cart .add-to-cart-panel .qty-wrapper > .qty-wrapper-input {
    position: relative;
    padding: 40px 60px;
    overflow: auto;
}

.add-to-cart .add-to-cart-panel .qty-wrapper .qty-wrapper-input input  {
    display: inline-block;
    padding: 0 40px 0 0;
}

.add-to-cart .add-to-cart-panel .qty-wrapper .qty-wrapper-input span  {
    display: inline-block;
        font-size: 14px;
    color: #000;
    position: absolute;
top: 58px;
left: 278px;
}

#product_attribute_label_22, #product_attribute_label_36, #product_attribute_label_37, #product_attribute_label_73, #product_attribute_label_75,
#product_attribute_label_80,
#product_attribute_label_74,
#product_attribute_label_57
{
    background: none;
    color: #000;
    padding: 0;
}

#product_attribute_label_22 label.text-prompt,
#product_attribute_label_36 label.text-prompt,
#product_attribute_label_37 label.text-prompt,
#product_attribute_label_74 label.text-prompt,
#product_attribute_label_75 label.text-prompt,
#product_attribute_label_57 label.text-prompt,
#product_attribute_label_80 label.text-prompt,
#product_attribute_label_73 label.text-prompt
{
    display: block !important;
    font-size: 14px;
    margin: 10px 0 0 60px;
    width: 250px;
    max-width: 100%;
    text-align: center;
    margin-bottom: -70px;
    margin-top: 50px;
    text-transform: lowercase;
}

#product_attribute_input_73, #product_attribute_input_75,
#product_attribute_input_74,#product_attribute_input_80 {
    padding: 0 60px;
    width: 250px;
}

#product_attribute_input_80 input,#product_attribute_input_73 input, #product_attribute_input_75 input,
#product_attribute_input_74 input{
    width: 250px;
}

.rozmery.body .horizontalni_pricka_hodnota {
    padding: 0 60px 40px 60px;
}

.rozmery.body .horizontalni_pricka_hodnota input{
    width: 250px !important;
    height: 40px;
    display: inline-block;
    margin-right: 40px;
    padding: 10px;
    text-align: center;
}

.rozmery.body .horizontalni_pricka_hodnota .attribute-description {
    width: calc(100% - 290px) !important;
    display: inline-block;
}

.rozmery.body .horizontalni_pricka_hodnota .attribute-description p {
  line-height: 52Px;
color: #000;
    font-size: 14px;
}

.wizard .ovladaci_prvky.body .attributes .option-list label {
    border: none;
    background: transparent;
    text-transform: none;
}

span.input-validation-error {
    font-size: 13px;
    text-align: center;
    color: #ff3111;
}

/*
    Tabcontrol
*/

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
  }

    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0;
      }

      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0;
      }

      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none;
      }

        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none;
        }

      .tabcontrol > .steps > ul > li.current > a {
        padding: 15px 30px 10px 30px;
      }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
  }

    .tabcontrol > .content > .body ul {
      list-style: disc !important;
    }

      .tabcontrol > .content > .body ul > li {
        display: list-item;
      }

.xeno-wizard__left {
  margin-left: -20px;
}

.form-control {
  width: 107.9%;
}

.table {
  width: 200% !important;
}

.wizard th, td {
  font-weight: 100;
}

.wizard > .content > .vysledna_konfigurace ul {
      padding: 40px 0;
    }

    .wizard > .content > .vysledna_konfigurace ul > li {
      display: block;
        max-width: 100%;
        width: 100%;
        vertical-align: top;
    }

/*
    Errors
*/

.wizard input .input-validation-error {
    border-color: red;
    color: red;
}