/* Globalni styly */

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 15px;
    line-height: initial;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
}


html {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

head {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    opacity: 0;
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 30px;

    -webkit-animation-name: usvit;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: usvit;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: usvit;
    -ms-animation-duration: 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: forwards;

    -o-animation-name: usvit;
    -o-animation-duration: 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: forwards;

    animation-name: usvit;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3,h4{
    font-weight: bold;
    margin: 10px auto;
}

h1{
    font-size: 2rem;
}

p:not(:empty){
    padding-bottom: 10px;
    overflow: auto;
}
a, a *{
    cursor: pointer;
    color: steelblue;
    text-decoration: none;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #ddd;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
}
.button *{
    background-color: #ddd;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=image]:hover,
.button:hover
{
    background-color: #ccc;
}

input[type=button].buttonnew,
input[type=submit].buttonnew,
.button.buttonnew{
    background-color: mediumseagreen;
    color: white;
    border-radius: 3px;
}

.vnitrek:not(.flex):after,
ul:after,
.panelObsah:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.formularRazeni:before,
.formularRazeni:after,
.panelTelo:after
{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.vnitrek{
    clear: both;
}


.msg{
    text-align: center;
    padding: 10px 5px;
    background-color: seagreen;
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 2px solid #0094FF;
    margin: 20px auto 30px auto;
}

.vnitrek{
    display: block;
    width: 1300px;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
}
.flex{
    display: flex;
    flex-wrap: nowrap;
}

.razeni,
.komponentaZobrazeni,
.formularFiltry,
.podslozky,
.filtry{
    display: none;
}


/*****************************************************************************/


/* header */
header{
    background-color: #006633;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-around;
    gap: 10px;
}
header .flexchild:hover{
    background-color: rgba(255,255,255,0.15);
}
header .flexchild1{
    flex: 0 1 auto;
    text-align: center;
    padding: 10px;
}
header .flexchild1 span{
    color: white;
    display: block;
}
header .flexchild1 span:first-child{
    font-size: 30px;
}
header .flexchild2,
header .flexchild3{
    display: flex;
    align-items: center;
}
header .flexchild2 a.prihlasen,
header .flexchild3 a{
    display: block;
    line-height: 60px;
    padding: 0 10px 0 50px;
    color: white;
    font-size: 1.5rem;
}
header .flexchild2 .komponentaPrihlaseni{
    display: none;
}
header .flexchild2 .prihlasen{
    background: url(img/user.svg) scroll no-repeat 10px center/auto 30px;
}

header .flexchild3 a{
    background: url(img/basket.svg) scroll no-repeat 10px center/auto 30px;
}
/* header */



/* uni-sablony */
body .KatalogFiltryRazeni001 > *:not(.zbozi):not(.containerNextPage):not(.prepinacStranek.dolni):not(.filtrymulti),
body .DetailProduktu001 .visited,
body .DetailProduktu001 h1,
body .DetailProduktu001 .drobeckovanavigace,
body .DetailProduktu001 .komponentaRating,
body .DetailProduktu001 .kodProduktu,
body .DetailProduktu001 .parametr.skladem,
body .DetailProduktu001 .parametr-1,
body .DetailProduktu001 .vlozdokosiku input[name=mnozstvi],
body .DetailProduktu001 .cenabezna,
body .DetailProduktu001 .vypln10,
body .DetailProduktu001 .vypln20,
body .DetailProduktu001 .transports,
body .DetailProduktu001 .textUpresneni,
body .NahledProduktu003.priznakExtra,
body .katalog.slozka34 .text.editor ~ *
{
    display: none;
}
body .katalog.slozka34 .text.editor{
    display: block !important;
}
body .DetailProduktu001{
    width: 999px;
    margin: auto;
}
body .DetailProduktu001 .DetailDrobeckovaNavigace{
    display: inline-block;
    background: #006633 url(img/menu-no-radius.svg) scroll no-repeat 10px center/auto 22px;
    line-height: 40px;
    padding: 0 10px 0 40px;
    color: white;
    margin-bottom: 10px;
    border-radius: 3px;
}
body .NahledProduktu003 {
    width: 310px !important;
}
body .KatalogFiltryRazeni001 .prepinacStranek a,
body .KatalogFiltryRazeni001 .prepinacStranek span {
    background-color: rgb(0 102 51 / 15%);
    line-height: 2em;
    min-width: 3em;
}
body .KatalogFiltryRazeni001 .prepinacStranek a:hover,
body .KatalogFiltryRazeni001 .prepinacStranek span:hover {
    line-height: 2em;
}
body .KatalogFiltryRazeni001 .prepinacStranek .vybrana{
    background-color: rgb(0 102 51 / 100%);
    color: white;
    border-color: transparent;
}
body .NahledProduktu003 .nahled{
    padding-top: calc(69% - 20px);
}
body .NahledProduktu003 .nazev {
    height: 60px;
    margin: 10px auto 2px auto;
}
body .NahledProduktu003 .idkatalog{
    color: #006633;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
body .NahledProduktu003 input[type=submit] {
    background-color: #006633;
    color: white;
}
body .NahledProduktu003 .vKosikuPocet {
    width: 60px;
    height: 60px;
    background: url(img/basket-green.svg) scroll no-repeat center center/contain;
    position: absolute;
    right: 3px;
    top: 3px;
    display: block !important;
    font-size: 13px !important;
    line-height: 38px !important;
    color: #006633 !important;
    font-weight: bold;
    padding-left: 17px !important;
    text-shadow: 0 0 3px white;
}
body .NahledProduktu003 .ceny {
    height: 40px;
    height: 20px;
}
body .NahledProduktu003 .cenaeur{
    display: none;
    height: 20px;
    margin: 5px 0 0 0;
}
body .NahledProduktu003 .cenaeur *{
    color: black;
}
body .NahledProduktu003 .ceny:after {
    content: 's DPH';
    display: inline-block;
    font-size: 0.6em;
}
.vypln40 td:after{
    content: 'Ceny uvedené s DPH';
    display: block;
}
body .ShopDetailVelikosti .polozkaVelikosti{
    text-align: center;
    margin: 10px 5px 10px 0;
    display: inline-block;
}
body .DetailProduktu001 .formulardokosiku input[type=number]{
    width: 60px;
}
body .DetailProduktu001 .parametr9{
    display: none;
}
body .DetailProduktu001 .formulardokosiku .polozkaVelikosti > div:first-child{
    color: #006633;
    font-weight: bold;
}
body .DetailProduktu001 .vlozdokosiku input[name=vlozDoKosiku]{
        margin-left: -45px;
}
body.strankaKosik .kosik tr.polozka td{
    padding: 1px 3px;
    border-top: 1px dotted silver;
}
body.strankaKosik .kosik a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.strankaKosik .kosik .polozka .nazev a img {
    width: 45px;
    margin: 0;
}
body[data-je-atelier="0"].strankaKosik .kosik .celkem .zaMnozstviBez,
body.strankaKosik .kosik .polozka .kod {
    display: none !important;
}
body.strankaKosik .kosik a .nazev,
body.strankaKosik .kosik a .upresneni,
body.strankaKosik .kosik a .kod{
    padding-left: 10px;
}
body.strankaKosik .kosik .mnozstvi input[type=number], body.strankaKosik .kosik .mnozstvi input[type=text] {
    max-width: 60px;
    text-align: center;
    padding: 0;
    line-height: 28px;
    display: inline;
}
body.strankaKosik .kosik .mnozstvi form > span{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 115px;
    margin: auto;
}
/* uni-sablony */





/* prihlaseni */
main[data-prihlasen='Odhlaseni'] .infoNeprihlasen{
    display: none;
}
main[data-prihlasen='Prihlaseni'] .infoNeprihlasen{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    color: #006633;
    font-weight: bold;
    flex-direction: column;
}
body:not(.strankaPrihlaseni) main[data-prihlasen='Prihlaseni'] .infoNeprihlasen ~ div:not(.slozka34){
    display: none;
}
main .slozka34{
    text-align: center;
    margin-top: 20px;
}
main .slozka34 p{
    color: red;
    font-weight: bold;
    padding-bottom: 0px;
}
body.strankaPrihlaseni main[data-prihlasen='Prihlaseni'] .infoNeprihlasen{
    display: none;
}
/* prihlaseni */





.komponentaHledat{
    text-align: center;
    margin: 10px auto;
    width: 300px;
}
.komponentaHledat .text input{
    width: calc(100% - 60px);
    float: left;
    border: 2px solid #006633;
    line-height: 34px;
    padding: 0 5px;
    width: calc(100% - 55px);
}
.komponentaHledat .odesli input{
    background: #006633 url(img/search-white.svg) scroll no-repeat center center/auto 60%;
    color: transparent;
    line-height: 34px;
    width: 50px;
    min-width: 0px;
    padding: 0;
    float: right;
    border: 2px solid #006633;
}
.komponentaHledat:after{
    content: ' ';
    clear: both;
    display: block;
}



body.strankaSlozkaZbozi main .vnitrek{
    width: 100%;
}

.strankaDataUzivatele.dataZakaznika .dopravne tr:not(.modesli),
.strankaDataUzivatele.dataZakaznika .dopravne td:first-child,
.strankaDataUzivatele.dataZakaznika form[data-sablona*='Objednavky17'] tr:nth-last-child(4),
.strankaDataUzivatele.dataZakaznika form[data-sablona*='Objednavky17'] tr:nth-last-child(5),
.strankaDataUzivatele.dataZakaznika form[data-sablona*='Objednavky17'] tr:nth-last-child(6),
.strankaDataUzivatele.potvrdOdeslani form[data-sablona*='Objednavky17'] tr.souhlas,
.strankaDataUzivatele.potvrdOdeslani tr[data-name="zbozi"],
body:not(.strankaSpecialniSlozka ) form[action*="Sablona_Komponenta_Santech"] /*aby se v eshopu nezobrazovaly nejake komponenty z cenotvorby*/
{
    display: none;
}

.strankaDataUzivatele.dataZakaznika .dopravne tr.modesli td{
    padding: 30px 0;
}

