/* 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%;
    overflow: auto;
}

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%;
    overflow: auto;
    height: 100%;

    -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: #000;
}


*::-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{
    display: none;
}



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

h1{
    display: none;
}
main{
    background: #fff;
    padding: 0 10px 30px 10px;
}

.slozka7 .grid-container{
    margin: 10px auto 50px auto;
}
.slozka7 .grid-container *{
    font-size: 1.5rem;
}
.katalog .zbozi{
    display: none;
}
.vyberkolekce{
    display: inline-block;
    display: none;
    padding: 10px;
    float: right;
}
.vyberkolekce + div{
    clear: both;
}
.slozka7 a.seznam{
    display: inline-block;
    padding: 20px;
    
}
.slozka7 a.seznam:hover{
    background: #eee;
}
.slozka44 h1,
.slozka45 h1{
    display: block;
}



/* homepage */
.strankaPrihlaseni h1,
.homepage h1,
.strankaPrihlaseni .uzivatel .popis{
    display: none !important;
}
.strankaPrihlaseni .santech,
.homepage .santech{
    margin: 5vw auto;
    text-align: center;
}
.strankaPrihlaseni .santech span,
.homepage .santech span{
    font-size: 10vw;
    font-size: min(max(36px, 10vw),160px);
}
.strankaPrihlaseni .santech span:nth-child(1),
.homepage .santech span:nth-child(1){
    color: #000;
}
.strankaPrihlaseni .santech span:nth-child(2),
.homepage .santech span:nth-child(2){
    color: #555;
}
.strankaPrihlaseni .santech div,
.homepage .santech div{
    font-stretch: semi-expanded;
    font-size: 3vw;
    font-size: min(max(18px, 3.6vw),46px);
    color: #555;
}
.strankaPrihlaseni .uzivatel{
    width: 326px;
    margin: auto;
    padding: 0 10px;
}
.strankaPrihlaseni .uzivatel li,
.strankaPrihlaseni .uzivatel li *{
    font-size: 13px;
    line-height: initial;
    text-align: center;
}
.strankaPrihlaseni .uzivatel table{
    width: 100%;
}
.strankaPrihlaseni .uzivatel li:first-child,
.strankaPrihlaseni .uzivatel .nadpis{
    display: none;
}
.strankaPrihlaseni ul{
    margin-top: 30px;
}
.strankaPrihlaseni form .nadpis{
    display: none;
}
.strankaPrihlaseni form input[type=text],
.strankaPrihlaseni form input[type=password]{
    padding-top: 10px;
    padding-bottom: 10px;
}
/* homepage */







/* vystavy */
.nacitaniRezimuVystavy{
    margin: 30vh auto;
    background: url(img/loading.gif) scroll no-repeat center top/auto 80px;
    text-align: center;
    font-style: italic;
    padding: 100px 0 0 0;
    color: #666;
}
.nacitaniRezimuVystavy ~ div{
    display: none;
}
.slozka7 h1{
    overflow: hidden;
    transition: all 1s;
    max-height: 50px;
}
.vystavy,
.vystavy *{
    font-size: 1.5rem;
}




/* .vystavy .zalozky */
.vystavy .zalozky{
    flex-wrap: wrap;
    border-bottom: 1px solid steelblue;
    margin-bottom: 10px;
}
.vystavy .zalozky input[type=radio]{
    display: none;
}
.vystavy .zalozky .zalozka{
    border: 1px solid steelblue;
    margin: 2px 1px -1px 0;
    border-top-right-radius: 13px;
    outline: 1px solid white;
    overflow: hidden;
}
.vystavy .zalozky label{
    display: block;
    padding: 5px;
    height: 100%;
    cursor: pointer;
    min-height: 60px;
}
.vystavy .zalozky input:checked ~ label{
    background: steelblue;
    color: white;
}
.vystavy .zalozky label span{
    display: block;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    cursor: pointer;
}
/* .vystavy .zalozky */


/* .vystavy .obsahzalozky */
.vystavy .obsahzalozky{
    display: none;
}
.vystavy input[type=button]:not([onclick*='EditItemNumber']) {
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 40px 40px;
    padding: 45px 5px 5px 5px;
    white-space: pre-wrap;
    border: 1px solid steelblue;
    background-color: transparent;
    width: 100px;
    font-weight: normal;
    font-size: initial;
    line-height: initial;
    border-radius: 5px;
    box-shadow: inset 0 0 4px 0px steelblue;
}
.vystavy input[type=button]:hover{
    background-color: rgb(70 130 180 / 15%);
}

.vystavy .buttons .btnHide{
    background-image: url(img/hide.svg);
    background-size: 40px 40px;
    margin: 0 5px;
}
.vystavy .buttons .btnStorno{
    background-image: url(img/delete.svg);
    background-size: 40px 40px;
    margin: 0 5px;
}
.vystavy .buttons .btnSubmit{
    background-image: url(img/save.svg);
    background-size: 35px 35px !important;
    margin: 5px;
}
.vystavy .btnSaveClient {
    background-image: url(img/save-diskete.svg);
    background-size: 35px 35px !important;
    margin: 0 auto;
    display: block;
}
.vystavy input[type=button].hideKeyboard{
    float: right;
    height: auto;
    padding: 10px;
    white-space: nowrap ;
    width: auto;
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}
.vystavy #find-client[type=text]:focus ~ .hideKeyboard{
    display: block;
}

.vystavy .inputfindproduct input[type=text],
.vystavy #find-client[type=text]{
    width: 100%;
    line-height: 1.5em;
    background: url(img/search.svg) scroll no-repeat 5px center / auto 50%;
    padding-left: 40px;
    font-size: 2.0rem;
    text-transform: uppercase;
}
.vystavy .inputfindproduct input[type=text]{
    width: calc(100% - 100px);
}
.vystavy .scanean[type=button]{
    width: 90px !important;
    background-image: url(img/scanean.svg);
    background-position: center center;
    background-size: contain;
    min-width: unset;
    float: right;
    padding: 5px 0 !important;
    color: transparent;
    border: 1px solid steelblue;
    height: 58px;
}
.vystavy .products:before{
    display: block;
    color: steelblue;
    font-weight: bold;
    font-size: initial;
}
.vystavy .products.working:before{
    opacity: 0.25;
}
.vystavy .buttons{
    padding-bottom: 30px;
    text-align: center;
}
.vystavy #CodeScannerBox{
    position: fixed !important;
    top: 39px;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    background: white;
    z-index: 1;
    display: none;
}
.vystavy #CodeScannerBox input{
    display: none;
}
.vystavy .klient{
    width: 500px;
    margin: 100px auto 0 auto;
}
.vystavy .klient input[type="text"],
.vystavy .klient select{
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 50px;
    height: 50px;
}
/* .vystavy .obsahzalozky */


/* .vystavy find client */
.vystavy .foundclients{
    padding-bottom: 80px;
    padding-top: 50px;
}
.vystavy .foundclients .show-clients{
    width: 100%;
}
.vystavy .foundclients .show-clients td[colspan="7"]{
    text-align: center;
    color: blue;
}
.vystavy .foundclients .show-clients *{
    font-size: 1rem;
    padding: 5px 2px;
    vertical-align: top;
}
.vystavy.mode-show-clients .zalozky{
    display: none;
}
.vystavy.mode-show-clients .obsahzalozky{
    margin-top: 10px;
}
.vystavy.mode-show-clients #showClients{
    background-color: palegreen;
}
.vystavy .foundclients .show-clients a{
    display: inline-block;
    padding: 5px 3px;
    background: #eee;
    margin: 1px;
}
.vystavy .foundclients .show-clients td:nth-child(1),
.vystavy .foundclients .show-clients td:nth-child(2),
.vystavy .foundclients .show-clients td:nth-child(5),
.vystavy .foundclients .show-clients td:nth-child(6){
    white-space: nowrap;
}
.vystavy .foundclients .show-clients span{
    white-space: nowrap;
}
.vystavy.mode-show-clients #showProgress,
.vystavy.mode-show-clients #showOrders,
.vystavy.mode-show-clients #NewUser{
    display: none;
}
.vystavy .foundclient{
    padding: 20px 10px;
    border-bottom: 1px solid rgb(70 130 180 / 25%);
}
.vystavy .foundclient[data-aktualni-obj="1"]{

}
.vystavy .foundclient[data-aktualni-obj="0"] *{
    color: silver;
}
.vystavy .foundclient:hover{
    padding: 20px 10px;
    background-color: rgb(70 130 180 / 15%);
}
.vystavy .foundclient span:not(:empty):not(:first-child){
    margin: 0 0 0 5px;
}
.vystavy .foundclient span.space{
    font-size: 0px;
}
.vystavy .foundclient span.tel:not(:empty){
    background: url(img/phone.svg) scroll no-repeat left center/auto 14px;
    padding: 0 0 0 15px;
}
.vystavy .foundclient span.mail:not(:empty){
    background: url(img/zavinac.svg) scroll no-repeat left center/auto 15px;
    padding: 0 0 0 16px;
}
.vystavy .foundclient span.ic:not(:empty){
    background: url(img/ic.svg) scroll no-repeat left 2px/auto 12px;
    padding: 0 0 0 12px;
}
.vystavy .foundclient span.dic:not(:empty){
    background: url(img/dic.svg) scroll no-repeat left 2px/auto 12px;
    padding: 0 0 0 22px;
}
.vystavy .foundclients .show-clients .odeslano{
    padding-left: 20px;
    background: url(img/email.svg) scroll no-repeat left center/auto 18px;
    vertical-align: middle;
}
.vystavy .foundclients .showOrderText{
    width: 640px;
    margin: auto;
}
.vystavy .foundclients .showOrderText:before{
    content: 'klikem na OBJ se vratíte do seznamu';
    text-align: center;
    display: block;
    font-style: italic;
    line-height: 50px;
    color: silver;
}
/* .vystavy find client */


/* .vystavy .products */
.vystavy .inputfindproduct{
    margin: 20px auto 0 auto;
}
.vystavy .inputfindproduct:before{
    /*content: 'Vyhledat produkt';*/
}
.vystavy .products{
    margin: 20px auto;
    counter-reset: my-awesome-counter;
}
.vystavy .products:before{
    content: 'Produkty';
}
.vystavy .product.blik{
    animation-name: blik;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes blik{
    0% {background-color: transparent;}
    20% {background-color: lightgreen;}
    80% {background-color: lightgreen;}
    100% {background-color: transparent;}
}
.vystavy .product.removing{
    max-height: 0px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
}
.vystavy .product{
    margin: 0 auto 10px auto;
    border: 1px solid steelblue;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    transition: all 0.75s;
    counter-increment: my-awesome-counter;
    position: relative;
}
.vystavy .product > div{
    margin: 6px;
}
.vystavy .product .nahled{
    width: 122px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vystavy .product .data{
    width: 122px;
    height: 138px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vystavy .product .data span:not(:first-child),
.vystavy .product .data .cena *{
    font-size: 1rem;
}
.vystavy .product .data .cenae{
    padding-right: 10px;
    color: #999;
}
.vystavy .product .data input{
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: auto 24px;
    padding: 5px 5px 5px 24px;
    background-image: url(img/hide.svg);
    min-width: unset;
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
}
.vystavy .product .data .kod{
    overflow: hidden;
    text-align: center;
}
.vystavy .product .data .nazev{
    max-height: 34px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
}

.vystavy .product.minimalized .velikosti,
.vystavy .product.minimalized .nazev,
.vystavy .product.minimalized .cena,
.vystavy .product.minimalized .pohlavi,
.vystavy .product.minimalized .zrusit{
    display: none;
}
.vystavy .product.minimalized{
    padding: 1px 10px;
    gap: 5px;
}
.vystavy .product:after{
    content: counter(my-awesome-counter) ".";
    color: silver;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 13px;
}
.vystavy .product.minimalized .nahled{
    width: 60px;
    height: 60px;
}
.vystavy .product.minimalized .data{
    width: auto;
    height: 60px;
    justify-content: center;
}
.vystavy .product.minimalized > div{
    margin: 0;
}

.vystavy .product .velikosti{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.vystavy .product .velikosti[data-sirka-velikosti="2"]{
    min-width: 100px;
}
.vystavy .velikosti .prorow1{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
}
.vystavy .velikosti .prorow1 .velikost{
    color: steelblue;
    font-weight: bold;
}
.vystavy .velikosti .prorow1 .pocet{
    font-style: italic;
    font-weight: bold;
    display: none;
}
.vystavy .velikosti .prorow1 .pocet.objednano{
    display: block;
}
.vystavy .velikosti .prorow1 .pocet:after{
    content: '\00D7';
    display: inline;
}
.vystavy .velikosti .prorow2,
.vystavy .velikosti .prorow3{
    display: flex;
}
.vystavy .velikosti .prorow2 input,
.vystavy .velikosti .prorow3 input{
    font-size: initial;
    width: 60px;
    line-height: 60px;
    min-width: unset;
    padding: 0;
    border-radius: 3px;
    color: #666;
}
.vystavy .velikosti .prorow3 input{
    line-height: 50px;
    opacity: 0.5;
}
.vystavy .pozorpritestovani{
    font-style: italic;
    font-size: 15px;
    margin: 10px 0;
}

.vystavy .ovladani{
    display: flex;
    position: fixed;
    bottom: 0px;
    -webkit-transform: translateZ(0);
    padding: 5px;
    left: 0px;
    right: 0px;
    background: #eee;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.vystavy #gohome{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(img/home.svg) scroll no-repeat center center/contain;
}
.vystavy #showProgress{
    display: inline-block;
    width: 55px;
    height: 50px;
    border: 2px solid steelblue;
    border-radius: 5px;
}
.vystavy #showOrders{
    display: inline-block;
    width: 55px;
    height: 50px;
    border: 2px solid steelblue;
    border-radius: 5px;
}
.vystavy #showOrders:before{
    content: 'hotové OBJ';
    display: block;
    text-align: center;
    font-size: 13px;
    color: steelblue;
}
.vystavy #showClients{
    display: inline-block;
    width: 55px;
    height: 50px;
    border: 2px solid steelblue;
    border-radius: 5px;
}
.vystavy #showClients:before{
    content: 'seznam klientů';
    display: block;
    text-align: center;
    font-size: 13px;
    color: steelblue;
}
.vystavy #showOrders:after,
.vystavy #showProgress:after,
.vystavy #showClients:after{
    content: ' ';
    display: block;
    width: 34px;
    height: 5px;
    border-top: 1px solid steelblue;
    border-bottom: 1px solid steelblue;
    margin: 3px auto 0 auto;
}
.vystavy #showProgress:before{
    content: 'skryté OBJ';
    display: block;
    text-align: center;
    font-size: 13px;
    color: steelblue;
}
.vystavy #NewUser{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: white;
    background: url(img/user-new.svg) scroll no-repeat center center/contain;
}
/* .vystavy .products */




.links table{
    width: 100%;
    border-collapse: collapse;
}
.links thead{
    text-align: center;
}
.links thead input[type=text]{
    line-height: 38px;
    padding: 0 5px;
    width: 300px;
    float: left;
    margin: 0;
    border: 1px solid #ddd;
}
.links thead input[type=submit]{
    width: 40px;
    height: 40px;
    font-size: 0px;
    background: #ddd url(img/search.svg) scroll no-repeat center center/ 80% auto;
    min-width: 0px;
}
.links thead .zobrazvse{
    line-height: 40px;
    min-width: 0px;
    float: right;
    margin-left: 10px;
    color: steelblue;
    font-weight: normal;
}
.links tbody tr:hover{
    background: rgb(70 130 180 / 15%);
}
.links tbody td{
    padding: 0 5px 0 5px;
}
.links tbody .odeslano{
    padding-left: 20px;
    background: url(img/email.svg) scroll no-repeat left center/auto 100%;
}
.links thead tr:nth-child(1) div{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 10px 0 0 0;
}
.links thead tr:nth-child(2) div{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 0 0 10px 0;
}


.orders td{
    padding: 5px 10px;
}
.orders td.cena{
    text-align: right;
}





/* grid */

form[action*='Sablona_Komponenta_Santech']{
    display: inline-block;
}
.grid-container {
    display: inline-grid;
    gap: 0px 0px;
    grid-template-rows: min-content auto
}
.grid-container-block{
    display: grid;
}
.grid-container .grid-thead{
    background: #ddd;
    font-style: italic;
    font-size: 0.8em;
}
.grid-container .grid-item{
    padding: 5px 10px;
    border: 1px solid transparent;
    outline: 1px solid #ddd;
}
.grid-container .grid-item-padding-1{
    padding: 1px 10px 0px 10px;
    outline: 0px;
}
.grid-container .grid-item-padding-2{
    padding: 2px 10px 1px 10px;
    outline: 0px;
}
.grid-container .grid-item-padding-1 input,
.grid-container .grid-item-padding-2 input{
    line-height: 22px;
    height: 22px;
}

.grid-container .grid-item-padding-10{
    padding: 10px 10px;
}
.grid-container .grid-align-left{
    text-align: left;
}
.grid-container .grid-align-center{
    text-align: center;
}
.grid-container .grid-align-right{
    text-align: right;
}
.grid-container .grid-no-border{
    border: 0px none;
}
.grid-container-border-1{
    border: 1px solid silver;
}
.grid-container .white-space-nowrap{
    white-space: nowrap;
}
.grid-container.grid-container-1{grid-template-columns: auto ;}
.grid-container.grid-container-2{grid-template-columns: auto auto;}
.grid-container.grid-container-3{grid-template-columns: auto auto auto;}
.grid-container.grid-container-4{grid-template-columns: auto auto auto auto;}
.grid-container.grid-container-5{grid-template-columns: auto auto auto auto auto;}
.grid-container.grid-container-6{grid-template-columns: auto auto auto auto auto auto;}
.grid-container.grid-container-7{grid-template-columns: auto auto auto auto auto auto auto;}
.grid-container.grid-container-8{grid-template-columns: auto auto auto auto auto auto auto auto;}
.grid-container.grid-container-9{grid-template-columns: auto auto auto auto auto auto auto auto auto;}

.grid-container .grid-colspan-1{grid-column-start: 1;grid-column-end: 2;}
.grid-container .grid-colspan-2{grid-column-start: 1;grid-column-end: 3;}
.grid-container .grid-colspan-3{grid-column-start: 1;grid-column-end: 4;}
.grid-container .grid-colspan-4{grid-column-start: 1;grid-column-end: 5;}
.grid-container .grid-colspan-5{grid-column-start: 1;grid-column-end: 6;}
.grid-container .grid-colspan-6{grid-column-start: 1;grid-column-end: 7;}
.grid-container .grid-colspan-7{grid-column-start: 1;grid-column-end: 8;}
.grid-container .grid-colspan-8{grid-column-start: 1;grid-column-end: 9;}
.grid-container .grid-colspan-9{grid-column-start: 1;grid-column-end: 10;}
.grid-container .grid-colspan-10{grid-column-start: 1;grid-column-end: 11;}
.grid-container .grid-colspan-11{grid-column-start: 1;grid-column-end: 12;}
.grid-container .grid-colspan-12{grid-column-start: 1;grid-column-end: 13;}
.grid-container .grid-colspan-13{grid-column-start: 1;grid-column-end: 14;}
.grid-container .grid-colspan-14{grid-column-start: 1;grid-column-end: 15;}
.grid-container .grid-colspan-15{grid-column-start: 1;grid-column-end: 16;}
.grid-container .grid-colspan-16{grid-column-start: 1;grid-column-end: 17;}
.grid-container .grid-colspan-17{grid-column-start: 1;grid-column-end: 18;}
.grid-container .grid-colspan-18{grid-column-start: 1;grid-column-end: 19;}
.grid-container .grid-colspan-19{grid-column-start: 1;grid-column-end: 20;}
.grid-container .grid-colspan-20{grid-column-start: 1;grid-column-end: 21;}

@media only screen and (max-width:999px){
    form:not(#excel) .grid-container {
        display: block;
    }
}
/* grid */




/* v uni-sablone mohou casem vznikat nove elementy - chceme je udrzet skryte */
body .KatalogFiltryRazeni001 > *:not(.vystavy){
    display: none;
}
/* v uni-sablone mohou casem vznikat nove elementy - chceme je udrzet skryte */




