/* 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%;

    -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: black;
}

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,
.containerNextPage,
.prepinacStranek {
    display: none !important;
}


body[data-instance=App] .katalog .zbozi{
    display: none;
}

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





/* 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: 10px;
}
.strankaPrihlaseni .uzivatel li,
.strankaPrihlaseni .uzivatel li *{
    font-size: 13px;
    line-height: initial;
    text-align: center;
}
.strankaPrihlaseni .uzivatel table{
    width: 100%;
}
/* homepage */




/* main */
main{
    background: #fff;
    padding: 0 10px;
}
@media only screen and (max-width:999px){
    .slozka5 .pomocnaNavigace ~ *,
    .slozka5 ~ *,
    .slozka6 .pomocnaNavigace ~ *,
    .slozka6 ~ *
    {
        display: none !important;
    }
    .slozka5 .pomocnaNavigace:after,
    .slozka6 .pomocnaNavigace:after
    {
        content: 'Tato stránka není vhodná pro zobrazení v zařízení s úzkým monitorem.';
        display: block;
        margin: 15px auto;
        font-style: italic;
    }
}
/* main */




/* menu */
.menu{
    background: #ddd;
}
.menu label[for=menu]{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 15px;
    background: url(img/menu-radius.svg) scroll no-repeat left center/30px auto;
    border: 10px solid transparent;
}
.menu .komponentaNavigace{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s;
}
.homepage .komponentaNavigace,
.menu #menu:checked ~ .komponentaNavigace{
    max-height: 600px;
}
.menu .komponentaNavigace .polozka{
    display: block;
    text-decoration: none;
    padding: 15px;
    margin-bottom: 1px;
    color: inherit;
}
.menu .komponentaNavigace .polozka:hover,
.menu .komponentaNavigace .polozka.vybrana{
    background: #ccc;
}
.menu .komponentaNavigace .hloubka1 > li > .polozka{
    font-weight: bold;
}
.menu .komponentaNavigace .hloubka2,
.menu .komponentaNavigace .hloubka3{
    display: none !important;
}
.menu .manual{
    position: absolute;
    right: 50px;
    background: url(img/videomanual.svg) scroll no-repeat center center/35px auto;
    width: 50px;
    height: 50px;
    display: block;
}
.menu .pocetPolozek{
    display: none;
}
/* menu */







/* strankaPrihlaseni */
.strankaPrihlaseni .uzivatel li:first-child,
.strankaPrihlaseni .uzivatel .nadpis{
    display: none;
}
/* strankaPrihlaseni */






/* nastaveni sloupcu cenotvorby */
.excelsetup table{
    width: 100%;
}
.excelsetup table thead{
    background: #ddd;
    text-align: center;
}
.excelsetup table thead td{
    font-size: 12px;
}
.excelsetup table td{
    padding: 3px;
    vertical-align: middle;
}
.excelsetup table td > *{
    width: 100%;
}
.excelsetup table input.delete{
    width: 30px;
    min-width: unset;
    padding: 0;
    margin: 0;
    line-height: 30px;
    background: url(img/delete.svg) scroll no-repeat center center/contain;
}
.excelsetup table tfoot {
    background: #90ee9050;
}
.excelsetup table td:nth-child(1){/*pořadí sloupce*/
    max-width: 50px;
}
.excelsetup table td:nth-child(2){/*unikátní alias*/
    max-width: 60px;
}
.excelsetup table td:nth-child(3){/*název sloupce*/
    max-width: 120px;
}
.excelsetup table td:nth-child(4){/*umístění*/
    max-width: 90px;
}
.excelsetup table td:nth-child(5){/*barva pozadí*/
    max-width: 60px;
}
.excelsetup table td:nth-child(6){/*barva písma*/
    max-width: 60px;
}
.excelsetup table td:nth-child(7){/*typ hodnoty*/

}
.excelsetup table td:nth-child(8){/*zarovnání*/

}
.excelsetup table td:nth-child(9){/*automatické doplnění řádků*/

}
.excelsetup table td:nth-child(10){/*tisk*/
    max-width: 90px;
}
.excelsetup table td:nth-child(11){/*zaokrouhlit*/
    max-width: 90px;
}
.excelsetup table td:nth-child(12){/*vzorec*/

}
.excelsetup table td:nth-child(13){/*zalamovat slova*/
    max-width: 60px;
}
.excelsetup table td:nth-child(14){/*grafické stylování*/
    max-width: 60px;
}
.excelsetup table td:nth-child(15){/*max znaků*/
    max-width: 60px;
}
.excelsetup table td:nth-child(16){/*skrýt sloupec*/
    max-width: 60px;
}
/* nastaveni sloupcu cenotvorby */





/* rodicovsky element cenotvorby */
.komponentaCenotvorba .flex{
    flex-wrap: wrap;
    gap: 20px;
}
.komponentaCenotvorba ~ .cenotvorbaZobrazExcel{
    margin: 50px auto;
    text-align: center;
    font-style: italic;
    color: steelblue;
}
/* rodicovsky element cenotvorby */






/* cenotvorba - rezim 2 tabulek nad sebou pri importu XLSX */
.panelObsah.ShowImportedExcelTableA{
    height: 50vh;
    border-bottom: 10px solid steelblue;
    overflow: auto;
}
.ShowImportedExcelTableB{
    display: none;
}
.ShowImportedExcelTableB.visible{
    display: block;
    height: 50vh;
    overflow: auto;
}
.ShowImportedExcelTableB table{
    border-collapse: collapse;
    width: 100%;
}
.ShowImportedExcelTableB table td{
    padding: 2px;
    border: 1px solid #ddd;
    vertical-align: top;
}
.ShowImportedExcelTableB .info{
    display: block;
    background: yellow;
    padding: 3px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    width: 400px;
    box-shadow: 0 0 10px 2px #666;
}
.ShowImportedExcelTableB table tr:first-child td{
    background: #ddd;
    cursor: pointer;
    font-style: italic;
    font-size: 0.8em;
    padding: 10px 2px;
}
.ShowImportedExcelTableB table tr:first-child td:hover,
.ShowImportedExcelTableB table tr:first-child td.selected{
    background: steelblue;
    color: white;
}
.ShowImportedExcelTableB .close{
    line-height: 40px;
    background: steelblue;
    color: white;
    text-align: center;
    width: 100px;
    position: fixed;
    bottom: 0px;
    left: calc(50% + 220px);
    box-shadow: 0 0 10px 2px #666;
    cursor: pointer;
}
.ShowImportedExcelTableB .selimgfromimport{
    border: 2px solid steelblue;
}
/* cenotvorba - rezim 2 tabulek nad sebou pri importu XLSX */






/* katalog - seznam produktu pro tisk katalogu */
.catalogs .nadpis{
    color: steelblue;
    margin: 50px auto 5px auto;
    font-weight: bold;
}
.catalogs .boxItemsReadyToCatalog{
    min-height: 100px;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 60px;
    margin-top: 10px;
    display: flex;
}
.catalogs .itemReadyToCatalog{
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.catalogs .itemReadyToCatalog span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(255,255,255,0.5);
    font-size: 11px;
    padding: 2px;
    text-align: center;
}
.catalogs .itemReadyToCatalog span.zobrazVeSestavach{
    position: absolute;
    left: unset;
    top: 0px;
    right: 0px;
    background: url(img/excelexportano.png) scroll no-repeat center center/contain;
    width: 46px;
    height: 23px;
    opacity: 0.35;
}
.catalogs .itemReadyToCatalog span.neZobrazVeSestavach{
    position: absolute;
    left: unset;
    top: 0px;
    right: 0px;
    background: url(img/excelexportne.png) scroll no-repeat center center/contain;
    width: 46px;
    height: 23px;
    opacity: 0.45;
}
.catalogs .boxItemsCatalog{
    width: 999px;
    margin: auto;
}
.slozka55 .catalogs .boxItemsCatalog{
    /*background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px );*/
    background: repeating-linear-gradient( -45deg, orange, orange 10px, #eee 10px, #eee 20px );
}
.catalogs .boxItemsCatalog *{
    text-shadow: -1px -1px 1px white,-1px 1px 1px white,1px -1px 1px white,1px 1px 1px white;
}
.catalogs .boxItemsCatalog .fittopage{
    width: calc(100% - 100px);
    padding-top: 68%;
    overflow: hidden;
    position: relative;
    page-break-after: auto;
    margin: auto;
}
.catalogs .boxItemsCatalog .fittopage:last-child{
    page-break-after: unset;
}
.catalogs .boxItemsCatalog .fittopage .strana{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.catalogs .boxItemsCatalog .fittopage .stranadodavatele{
    position: absolute;
    top: 30px;
    right: 0px;
}
.catalogs .boxItemsCatalog .fittopage .kodNabidkyDodavatele{
    position: absolute;
    top: 30px;
    left: 0px;
}
.catalogs .boxItemsCatalog .item{
    position: absolute;
    width: calc(50% - 10px);
    height: calc(50% - 15px - 25px);
    border: 2px solid #999;
    overflow: hidden;
    background: white;
    page-break-inside: avoid;
}
.catalogs .boxItemsCatalog .item1{
    left: 0px;
    top: 50px;
}
.catalogs .boxItemsCatalog .item2{
    right: 0px;
    top: 50px;
}
.catalogs .boxItemsCatalog .item3{
    left: 0px;
    bottom: 20px;
}
.catalogs .boxItemsCatalog .item4{
    right: 0px;
    bottom: 20px;
}
.catalogs .boxItemsCatalog .item > *{
    position: absolute;
}
.catalogs .boxItemsCatalog .levysloupec{
    top: 3px;
    left: 3px;
    width: calc(100% - 134px);
    height: calc(100% - 4px);
    position: relative;
    overflow: hidden;
}
.catalogs .boxItemsCatalog .levysloupec img{
    position: absolute;
    top: 22px;
    left: 0px;
    width: 100%;
}
.catalogs .boxItemsCatalog .levysloupec .texty{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
}
.catalogs .boxItemsCatalog .levysloupec .texty .kod{
    font-size: 1.2em;
    font-weight: bold;
}
.catalogs .boxItemsCatalog .levysloupec .ean{
    width: 150px;
    height: 20px;
    overflow: hidden;
}
.catalogs .boxItemsCatalog .levysloupec .ean img{
    position: static;
    margin-left: -10px;
}
.catalogs .boxItemsCatalog .idkatalog{
    text-align: center;
    font-size: inherit;
    font-size: 20px;
    font-weight: bold;
}
.catalogs .boxItemsCatalog .pravysloupec{
    top: 3px;
    right: 3px;
    height: calc(100% - 6px);
    width: 300px;
}
.catalogs .boxItemsCatalog .probloky{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}
.catalogs .boxItemsCatalog .sloupec{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.catalogs .boxItemsCatalog .blok:not(:first-child){
    border-top: 2px solid #999;
}
.catalogs .boxItemsCatalog .rozsah,
.catalogs .boxItemsCatalog .cena1,
.catalogs .boxItemsCatalog .cena2{
    font-size: 20px;
    text-align: center;
    padding: 0 3px;
    display: block;
}
.catalogs .boxItemsCatalog .cena1:after,
.catalogs .boxItemsCatalog .cena2:after{
    content: ' Kč';
    display: inline;
    font-size: 0.65em;
}
.catalogs .boxItemsCatalog .cena2{
    color: red;
}
.catalogs .boxItemsCatalog .popis{
    float: left;
}
.catalogs .boxItemsCatalog .sirkaboty,
.catalogs .boxItemsCatalog .vyskapodpatku{
    float: right;
}
.catalogs .boxItemsCatalog .sirkaboty:not(:empty):before{
    content: 'šířka: ';
    display: inline;
    padding-left: 10px;
}
.catalogs .boxItemsCatalog .vyskapodpatku:not(:empty):before{
    content: 'výška podpatku: ';
    display: inline;
    padding-left: 10px;
}
.catalogs .boxItemsCatalog .vyskapodpatku:not(:empty) + .sirkaboty:not(:empty):after {
    content: ",";
    display: inline-block;
}
.catalogs .boxItemsCatalog .unsetbox{
    position: absolute;
    cursor: pointer;
    inset: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}
.catalogs .boxItemsCatalog .item:hover .unsetbox{
    display: flex;
}
.catalogs .boxItemsCatalog .item .unsetbox2{
    position: absolute;
    cursor: default;
    inset: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}
.catalogs .boxItemsCatalog .item:hover .unsetboxopened + .unsetbox2{
    display: flex;
    background: rgba(255,255,255,0.85);
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
.catalogs .boxItemsCatalog .unsetitem{
    min-height: 50px;
    margin: 5px 10px;
    padding: 10px 10px 10px 60px;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 25%);
    cursor: pointer;
    display: block;
}
.catalogs .boxItemsCatalog .unsetitem *{
    cursor: pointer;
}
.catalogs .boxItemsCatalog .unsetitem:hover{
    background-color: lightyellow !important;
}
.catalogs .boxItemsCatalog .unsetitem1{
    background: white url(img/delete.svg) scroll no-repeat 7px center/50px auto;
}
.catalogs .boxItemsCatalog .unsetitem2{
    background: white url(img/delete.svg) scroll no-repeat 7px center/50px auto;
}
.catalogs .boxItemsCatalog .unsetitem3{
    background: white url(img/reload.svg) scroll no-repeat 7px center/50px auto;
}
.catalogs .boxItemsCatalog .unsetitem:nth-child(3){
    background: white url(img/scanean.svg) scroll no-repeat 13px center/36px auto;
}

.catalogs .proTiskKatalogu{
    text-align: center;
    padding: 30px 0;
}
@media print{
    .catalogs.printarea .boxItemsCatalog{
        width: 100%;
    }
}
/* katalog - seznam produktu pro tisk katalogu */





/* prihlasovaci odkazy do eshopu pro obchodni zastupce */
.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: 3px 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;
}
.links span{
    white-space: nowrap;
}
.links span.eshopeur:after{
    display: block;
    content: 'Odkaz na verzi eshopu v měně EUR';
    color: red;
}
.links span a{
    margin: 1px 5px;
}
.links td[colspan="7"]{
    text-align: center;
    color: blue;
}
/* prihlasovaci odkazy do eshopu pro obchodni zastupce */






/* Navyseni dovozu */
.Navysenidovozu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 50px solid transparent;
}
.Navysenidovozu *{
    font-size: 12px;
    line-height: initial;
}
.Navysenidovozu .grid-container select:not([name=vyberkolekci]):not([name=rezimeditace]):not([name=vybersablonu]){
    width: 100px;
}


.Navysenidovozu .forprint{
    border-collapse: collapse;
    width: 100%;
}
.Navysenidovozu .forprint td{
    vertical-align: top;
    padding: 1px 1px;
    border: 1px solid #eee;
    text-align: left;
}
.Navysenidovozu .forprint tr.vyrazenezbozi *{
    color: silver;
}
.Navysenidovozu .forprint .tableheader td{
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    background: yellow;
    font-size: 10px;
}
.Navysenidovozu .forprint .tablefooter td{
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    background: #eee;
    xfont-size: 10px;
}
.Navysenidovozu .forprint .tablefooter.sumatotal td{
    border-top: 10px solid white;
    background: #ddd;
}
.Navysenidovozu .forprint td .allsizes{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: flex-start;
}
.Navysenidovozu .forprint td .allsizes *{
    width: 24px;
    text-align: center;
    overflow: hidden;
}
.Navysenidovozu .forprint .inputsize::-webkit-outer-spin-button,
.Navysenidovozu .forprint .inputsize::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.Navysenidovozu .forprint .inputsize{
    width: 24px;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    margin: 0 0 1px 0;
}
.Navysenidovozu .forprint span.inputsize {
    display: block;
    border: 1px solid #ccc;
    height: 18px;
}
.Navysenidovozu .forprint input.inputsize {
    -moz-appearance: textfield;
}
.Navysenidovozu .forprint.rezimeditace1 input.inputsize{
    border: 1px solid black;
    color: initial;
}
.Navysenidovozu .forprint input.inputsize.hidden{
    border: 1px solid #ccc;
}
.Navysenidovozu .col-PHOTO img{
    object-fit: cover;
    width: 30px;
    max-height: 20px;
}
.Navysenidovozu .col-SANTCODE,
.Navysenidovozu .col-PAIRS,
.Navysenidovozu .col-PRICE{
    background: initial;
}
.Navysenidovozu .col-PAIRS{
    xvertical-align: middle !important;
    text-align: center !important;
    font-weight: bold;
    xfont-size: 1.2em;
}
.Navysenidovozu .col-OZ{
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
}
.Navysenidovozu .col-FIRMA{
    max-width: 260px;
}
.Navysenidovozu .forprint .col-PAIRS,
.Navysenidovozu .forprint .col-PRICE,
.Navysenidovozu .forprint .col-TOTALPRICE,
.Navysenidovozu .forprint .col-TOTALCZK,
.Navysenidovozu .forprint .col-SALEPRICE,
.Navysenidovozu .forprint .col-INCREASE
{
    text-align: right;
}
.Navysenidovozu .col-CURRENCY{
    text-align: center !important;
}
@media print{
    .slozka8 h1,
    .slozka8 .pomocnaNavigace,
    .Navysenidovozu .grid-container,
    .Navysenidovozu .buttons,
    .Navysenidovozu .buttons ~ *{
        display: none !important;
    }
}
/* Navyseni dovozu */







.menu,
.katalog.forcopytoclipboard h1,
.katalog.forcopytoclipboard > *:not(.text.editor),
.katalog.forcopytoclipboard .text.editor > *:not(.Navysenidovozu),
.katalog.forcopytoclipboard .text.editor .Navysenidovozu > *:not(.forprint)
{
    /*display: none;*/
}
.katalog.forcopytoclipboard{

}
.katalog.forcopytoclipboard{

}
.Navysenidovozu .katalog.forcopytoclipboard{

}
.Navysenidovozu .katalog.forcopytoclipboard{

}






/* Navyseni dovozu - tabulka zobrazeni/skryti sloupcu */
.Navysenidovozu .checkcolumns{
    display: none;
}
.Navysenidovozu .checkcolumns.zobrazeno{
    display: block;
    padding: 30px;
    margin: 30px auto;
    border: 1px solid silver;
}
.Navysenidovozu .checkcolumns label{
    display: block;
    cursor: pointer;
}
.Navysenidovozu .checkcolumns label span:last-child{
    color: silver;
}
.Navysenidovozu input[name=nazevsablony]{
    width: 300px;
    padding: 10px 5px;
    margin-top: 20px;
}
/* Navyseni dovozu - tabulka zobrazeni/skryti sloupcu */








/* cenotvorba - tabulka 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;}
/* cenotvorba - tabulka grid */





/* cenotvorba - tabulka excel */
#excel{
    background-color: white;
    margin-bottom: 160px;
}
#excel .h3backup{
    text-align: center;
    background: orangered;
    color: white;
    padding: 5px;
}
#excel #excelfocus{
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 50vh;
    left: 50vw;
}
#excel.hasfocus{
    background-color: white;
}
#excel .grid-item{
    position: relative;
}
#excel:not(.hasfocus) .grid-item.grid-tbody{
    /*background-color: inherit !important;*/
}
#excel.hasfocus .grid-item-marked{
    outline: 2px solid steelblue !important;
    z-index: 1;
}
#excel:not(.hasfocus) .grid-item-marked{
    outline: 1px solid #ddd !important;
    z-index: 1;
}

#excel .grid-item,
#excel.hasfocus .grid-item{
    outline: 1px solid #eee;
}
#excel .grid-item-edited{
    padding: 0px;
}
#excel .grid-item-saved:before,
#excel .grid-item-unsaved:before,
#excel .grid-item-locked:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
}
#excel .grid-item-unsaved:before{
    background: url(img/cross.svg) scroll no-repeat center center/12px auto;
    opacity: 1;
}
#excel .grid-item-saved:before{
    background: url(img/checked.svg) scroll no-repeat center center/24px auto;
    opacity: 0;
}
#excel .grid-item-locked:before{
    background: white url(img/locked.svg) scroll no-repeat center center/28px auto;
    opacity: 1;
}
#excel .grid-item-locked-hidden:before{
    opacity: 0;
}
#excel .grid-input-number,
#excel .grid-input-text{
    position: absolute;
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#excel .grid-input-number{
    min-width: 80px;
}
#excel .grid-input-text{
    min-width: 200px;
}
#excel .grid-item:empty:after{
    content: '\0000a0';
}
#excel .add-row-after:after{
    content: ' ';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 0px;
    outline: 2px solid lightgreen;
}
#excel .del-row:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 0px;
    outline: 2px solid red;
}
#excel .del-row:after{
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 0px;
    outline: 2px solid red;
}
#excel .grid-item[data-alias=photo]{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 150% ;
    background-size: 100% 100%;
    min-width: 80px;
    min-height: 50px;
    font-size: 0px;
    line-height: 0px;
    width: 40px !important;
    padding: 0 !important;
}
#excel .grid-item.loading{
    background: url(img/loading.gif) scroll no-repeat center center/auto 30px  !important;
}
#excel input[type=button].loading{
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
    color: transparent;
}
#excel .grid-container .grid-item.grid-thead{
    padding: 5px 3px;
    cursor: pointer;
}
#excel .grid-container .grid-item.grid-tbody{
    padding: 10px 4px;
}
#excel .grid-container .grid-item.grid-item-for-paste{
    background-color: palegreen;
}
#excel .grid-container .grid-item.grid-item-no-paste{
    background-color: red;
}
#excel .excelimportcolumn:hover{
    background: steelblue;
    cursor: pointer;
    color: white;
}
#excel .grid-container .grid-item.transparent{
    opacity: 0.35;
}
#excel .excelfilehover{
    position: fixed;
    width: 400px;
    height: 400px;
    background: white;
    z-index: 2;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
    box-shadow: 0 0 10px 2px #999;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
#excel .todelete{
    opacity: 0.25;
}
/* cenotvorba - tabulka excel */





/* cenotvorba manual - zluta bublina */
#excel .excelmanual{
    margin: 5px 0;
    padding: 2px 2px 2px 22px;
    background: #FFFEC6 url(img/info.svg) scroll no-repeat 1px 1px/ auto 19px;
    border: 1px solid silver;
    border-radius: 3px;
}
#excel .excelmanual *{
    font-size: 12px;
}
#excel .excelmanual span{
    margin-right: 20px;
}
#excel .contextmenu .podtrzeno{
    border-bottom: 1px solid #999;
}
/* cenotvorba manual - zluta bublina */





/* cenotvorba ovladaci tlacitka pod tabulkou */
#excel .excelovladac,
#excel .zalohy{
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto
}
#excel .zalohy{

}
#excel .excelovladac input,
#excel .zalohy input{
    min-width: 180px;
}
#excel .contextmenu{
    position: fixed;
    padding: 10px;
    box-shadow: 0 0 7px 0px #ccc;
    background: #ccc;
    display: none;
    z-index: 1;
}
#excel .contextmenu div{
    padding: 10px;
}
#excel .contextmenu div:hover{
    background: #aaa;
}
/* cenotvorba ovladaci tlacitka pod tabulkou */





/* cenotvorba print */
@media print{
    body > *:not(.printarea){
        display: none;
    }
    #excel .grid-container,
    #excel .grid-container * {
        background-color: initial !important;
        color: initial !important;
    }
    #excel .grid-container {
        position: absolute;
        left: 0;
        top: 0;
    }
    #excel .grid-item[data-alias=photo]{
        width: 40px !important;
    }
}
/* cenotvorba print */






/* seznam kolekci */
form[action*=CollectionDetail] input[type=number]{
    width: 80px;
}
/* seznam kolekci */




/* v uni-sablone mohou casem vznikat nove elementy - chceme je udrzet skryte */
/*body .KatalogFiltryRazeni001 .prepinacStranek,*/
/*body .KatalogFiltryRazeni001 .containerNextPage,*/
body .KatalogFiltryRazeni001 > .text.editor ~ *:not(form),
body .KatalogFiltryRazeni001 > *:not(h1):not(.manual):not(.pomocnaNavigace):not(.text.editor):not(form)
{
        background: orange;
        opacity: 0.2;
    display: none;
}
/* v uni-sablone mohou casem vznikat nove elementy - chceme je udrzet skryte */


