﻿
*
{
    margin: 0;
    padding: 0;
}
h2
{
    position: relative;
}
img
{
    border-style: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
ul
{
    list-style-type: none;
}
textarea
{
   /* overflow: hidden;*/
}
.f11
{
    font-size: 11px;
}
body {
    font-size: 10px;
    /*font-family: Verdana, Sans-Serif;*/
    font-family: Calibri, Arial;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    position: relative;
    background-color: #D6D7DF;
    font-size: 13px;
    /*height: 100%;*/
}
.dropzone {
    border-radius: 6px;
    min-height:unset !important;
}
.zbeleny {
    background-color: #ffffff;
}
.border-green {
    border:2px solid green;
}

.border-red {
    border: 2px solid red;
}
.zpetka {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.display_none {
    display:none;
}
a.black-link {
    color: black;
}

.float-left {
    float:left;
}
.float-right {
    float: right;
}

#console {
    color: #000;
}
.black-link {
    color:black;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.width1000px {
    width:1000px;
}

.color-black {
    color:black;
}

.color-red {
    color: red !important;
}

.bgcolor-red {
    background-color: red !important;
}
.bgcolor-green {
    background-color: green !important;
}
.bgcolor-orange {
    background-color: orange !important;
}
.party-gif {
    width:22px;
    display:inline-block;
   margin-bottom:-3px;
}

.width150px {
    width:150px;
}

.min-limit-pohoda {
    color: red !important;
}

.max-limit-pohoda {
    color: #00B050 !important;
}

.min-limit-pohoda-input {
    border: 2px solid red !important;
}

.max-limit-pohoda-input {
    border: 2px solid #00B050 !important;
}


.custom-checkbox-red input[type="checkbox"] {
    /* Hide the default checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #ff0000; /* Red border */
    border-radius: 2px; /* Optional for rounded corners */
    background-color: #fff; /* Default background color */
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
    .custom-checkbox-red input[type="checkbox"]:checked {
        background-color: #ff0000; /* Red background when checked */
        border-color: #cc0000; /* Darker red border when checked */
    }


.color-green {
    color:green !important;
}

.color-orange {
    color: orange !important;
}

.color-alza-ufo {
    color: #45b738 !important;
}
.font-size-12px {
    font-size: 12px;
}
.font-size-16px {
    font-size:16px;
}
.font-size-20px {
    font-size: 20px;
}
.table-padding-2px tr td {
    padding: 2px;
}

.padding-right4px {
    padding-right: 4px;
}

.nazev-pohoda {
    font-size:11px;
}

.line-height180 {
    line-height:180%;
}



#main {
    /* width: 1850px;*/
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
    #main .center {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
       
        width: 1016px;
       
    }
#header h1
{
    text-indent: -99999px;
    height: 0;
    border-style: none;
}
#header
{
    height: 0px;
    display: block;
    position: relative;
}
.menu
{
    height: 39px;
    /*margin-top: 5px;*/
    font-size: 12px;
    background-image: url('../img/menu/menu-bgr.jpg');
    background-repeat: repeat-x;
    position: relative;
    /*padding-left: 10px;*/
    color: #fff;
    margin-bottom: 20px;
    clear:both;
  
}
    .menu.menu-main {
        padding-right: 130px;
    }
    .menu.menu-nastaveni {
        margin-top: -20px;
    }
    .menu-administrator {
        margin-bottom: 10px;
    }    

    .menu a, .menu a:visited {
        float: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 6px;
        padding-right: 6px;
        border-right: 1px solid #666;
        height: 29px;
        color: #fff;
        background-image: url('../img/menu/menu-bgr.jpg');
        background-repeat: repeat-x;
    }
.menu a:hover
{
    background-image: url('../img/menu/menu-hover-bgr.jpg');
    background-repeat: repeat-x;
}
.menu a.first
{
    /*border-left: 1px solid #666;*/
}
.menu #folder
{
    position: absolute;
    top: 0;
    left: 540px;
}



#menu-nastaveni {
   width:250px;
    margin-top: 5px;
    font-size: 12px;
 
    background-repeat: repeat-x;
    position: relative;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 20px;
    position:absolute;
}

    #menu-nastaveni a, #menu-nastaveni a:visited {
        /*float: left;*/
        float:none;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        line-height: 35px;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #666;
        height: 29px;
        color: #fff;
        background-image: url('../img/menu/menu-bgr.jpg');
        background-repeat: repeat-x;

        border:1px solid gold;
        margin:0px;
     
    }

        #menu-nastaveni a:hover {
            background-image: url('../img/menu/menu-hover-bgr.jpg');
            background-repeat: repeat-x;
        }

        #menu-nastaveni a.first {
            border-left: 1px solid #666;
        }

    #menu #folder {
        position: absolute;
        top: 0;
        left: 540px;
    }


.menu #select
{
    position: absolute;
    top: 4px;
    left: 584px;
    background-color: #f0f0f0;
    width: 150px;
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#select select
{
    border-style: none;
    width: 140px;
    background-color: #f0f0f0;
}
.menu #user
{
    position: absolute;
    top: 10px;
    right: 50px;
}
.menu #log-out
{
    position: absolute;
    top: 5px;
    right: 10px;
}
#log-out img
{
    cursor: pointer;
}
#body
{
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 640px;
    color: #191919;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    text-align: left;
}
#body #content
{
    border-left: 270px solid Transparent;
    min-height: 500px;
}
#body #left
{
    float: left;
    margin-left: -270px;
    width: 250px;
}
#body #obsah
{
    min-height: 500px;
    height: 1%;
}
#obsah-left-inner
{
}
#obsah input[type="text"].nadpis
{
    width: 100%;
    height: 25px;
}
#obsah textarea
{
    width: 100%;
}
h2.title
{
    color: #783900;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    letter-spacing: .3px;
    text-align:center;
    margin-bottom:25px;
}
h2.title a
{
    color: #025397;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .3px;
    position: absolute;
    right: 5px;
    top: 0;
}
h2.action a
{
    color: #025397;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    letter-spacing: .3px;
}
h2.analyza
{
    color: #900000;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    letter-spacing: .3px;
    position: relative;
}
.modul
{
    background-color: #efefef; /* eaeaea */
    min-height: 150px;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
/*table.data
{
    width: 100%;
    margin-top: 10px;
}
table.data tr.border
{
    border-bottom: 1px solid #999;
}
td.text-right
{
    text-align: right;
}*/
/* oddelovatko separator */
.hr
{
    border: 1px solid #999;
    height: 0;
}

h2 img.clip-plus
{
    top: 10px;
    left: 167px;
    position: absolute;
    clip: rect(0px 9px 9px 0px);
    cursor: pointer;
}
h2 img.clip-minus
{
    top: 10px;
    left: 170px;
    position: absolute;
    clip: rect(0px 22px 9px 13px);
    cursor: pointer;
}
h2 img.q-icon
{
    top: 8px;
    left: 146px;
    width: 14px;
    position: absolute;
    cursor: pointer;
}
h2 img.q-icon-left
{
    top: 8px;
    right: 0;
    width: 14px;
    position: absolute;
    cursor: pointer;
}
.links a, .links a:visited
{
    color: #015793;
    font-size: 11px;
    line-height: 18px;
}
#obsah p
{
    position: relative;
}
#obsah p span
{
    position: absolute;
    top: 0;
    right: 0;
}



.clear
{
    clear: both;
}
.clear-both
{
    clear: both;
}
.relative
{
    position: relative;
}
table.outline td
{
    outline: 1px solid red;
}
.margin-top
{
    margin-top: 20px;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.red-bold-text {
    color:red;
    font-weight:bold;
}

a#reset-view {
    width: 100px;
}
table.product-list
{
    min-width:950px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;   background-color: #ffffff;
}
    table.product-list.product-list-min-width-reset {
        min-width: 0px;
      
    }
table.product-list tr.najeto
{
    background-color:#aae6f7;
}
table.product-list tr.bily
{
    background-color:#FFFFFF;
}

    table.product-list tr.odeslano {
        background-color: #dedbdb;
    }

 

table.product-list th
{
    color: #6678b1;
  /* width: 170px;*/
    height: 22px;
    padding-left: 5px;
    border-bottom: 2px solid #6678b1;
}
    table.product-list th a i{
        cursor: pointer;
    }

    table.product-list th .jmeno {
        float:left;
    }
    table.product-list th .razeni {
        float: left;
        
    }
    table.product-list th .razeni i{
       margin:0;
     
      
    }

    table.product-list th a.order {
        color: #6678b1;
    }
    table.product-list th a.sorted {
        color: #50ae1e;
    }


    table.product-list th .icon-th {
       width:15px;
    }




table.product-list td {
    /*  width: 170px;*/
    min-width: 80px;
    height: 22px;
    border-bottom: 1px solid #888;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
    table.product-list.fixed_header td, table.product-list.fixed_header th {
        min-width: unset;
    }
    table.product-list tr.darkove-baleni-top, table.product-list tr.darkove-baleni-bottom {
        border-top: 3px solid #be20f5 !important;
    }


    table.product-list.limity_prodeje tr:nth-child(even) td {
        /*background-color: #f9f9f9;*/
        background-color: #e6e7ec;
    }

   .split-line tr:nth-child(even) td {
        /*background-color: #f9f9f9;*/
        background-color: #e6e7ec;
    }

table.product-list td.small-td
{
   width: 60px;
   min-width:40px !important;

   
}
    table.product-list td.cislo-objednavky-vypis {
        width: 70px;
        min-width: 70px;
    }
    table.product-list td.id-objednavky-vypis {
        width: 50px;
        min-width: 50px;
    }
    table.product-list td.smaller-td {
        width: 80px;
        min-width: 80px !important;
    }
    table.product-list td.small70px, table.product-list th.small70px {
        width: 70px;
        min-width: 70px !important;
    }
    table.product-list td.small60px, table.product-list th.small60px {
        width: 60px;
        min-width: 60px;
        padding-left: 0px;
    }

    table.product-list td.small40px {
        width: 40px;
        min-width: 40px;
    }

    table.product-list td.small50px {
        width: 50px;
        min-width: 50px;
    }
table.product-list td.smallest-td
{
   width: 20px;
   min-width:20px;   
}


table.product-list td.WidthMin60px {  
    min-width: 60px;
   
}
.prikazy-casy-vypis td {
    border: 0px !important;
    height: unset !important;
    min-width: 50px !important;
}
.stavy-list th {
    text-align: center;
}
table.stavy-list td {
    text-align: center;
    width: 80px;
    min-width: 80px;
}
table.stavy-list td .tlacitko{
   
    width: 50px;

}
    
    table.product-list td a, table.product-list td a:hover {
        color: #6678b1;
    }
table.product-list td a.delete, table.product-list td a.delete:hover
{
    color: #f50d0d;
}

table.product-list td p
{
    padding:10px;
}

table.product-list td span.akcni-cena {
  color:red;
  font-size:12px;
}


table.product-list.product-list-202112 tr:nth-child(odd) td {
    background-color: #aae6f7;
}

table.product-list.product-list-202112 tr:nth-child(even) td{
    background-color: #FFFFFF;
}

table.product-list.product-list-202112 tr.last td {
    background-color: #FFFFFF;
}

table.product-list.product-list-202112 th, table.product-list.product-list-202112 td {
    padding-right:10px;
}


a.delete {
    color: #f50d0d;
}

#product-image
{
    margin-top: 20px;
}

table.edit td
{
    padding: 10px;
    font-size: 14px;
}
table.edit input[type=text]
{
    width: 270px;
    height: 22px;
    border: 1px solid #888;
}
table.edit select
{
    width: 170px;
    height: 22px;
    border: 1px solid #888;
}

table.edit textarea
{
    width: 270px;
    height: 122px;
    border: 1px solid #888;
}
table.edit input[type=submit]
{
    width: 100px;
    height: 22px;
    border: 1px solid #888;
    cursor: pointer;
}
fieldset
{ background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}
    fieldset.produkt_fieldset {
        /*width: 1150px;*/
        width: 1400px;
    }

    fieldset.width-reset {
        width: 1450px;
        overflow:auto;       
    }


.vlajecka-mena {
    border:1px solid #888;
    width:20px;
    margin-bottom:-2px;
}
/*fieldset.sirka-stranky-field {
        width: 1300px !important;
    }

.sirka-stranky-textarea {
    width:1257px;
}*/
.width40px {
    width: 40px !important;
}
.width60px {
    width: 60px !important;
}

.width80px {
    width: 80px !important;
}
.width100px {
    width: 100px !important;
}
.width120px {
    width: 120px !important;
}
.width200px {
    width: 200px !important;
}
.width300px {
    width: 300px !important;
}
.width400px {
    width: 400px !important;
}

.width800px {
    width: 800px !important;
}
.width850px {
    width: 850px !important;
  
}
.width1050px {
    width: 1050px !important;
}

.line-hight160 {
    line-height:160%;
}

.margin-left35px {
    margin-left: 35px !important;
}

.border-color-red {
    border-color:red;
}

fieldset legend {
    border: 1px solid #888;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    background-color: #ffffff;
}
    fieldset legend a {
        color:black !important;
        text-decoration:underline;
        
    }

    fieldset legend.legend-menu a {
        margin-right:14px;    
    }



    fieldset.rozdeleny {
        width: 870px;
    }

fieldset.vedle-sebe {
    float:left;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    min-width:450px !important;
    /*margin-right:20px;*/
}

fieldset.vedle-sebe.prava {
    float:right;   
}

    fieldset.vedle-sebe-dva {
        float: left;
        margin-left: auto;
        margin-right: auto;
        width: 380px;
      
        padding-right:0;
    }
.navigace
{
    padding: 10px;
    text-align: center;
}
.navigace a
{
    color: #000;
}
#msg
{
    color: green;
}
.field-validation-error, .validation-summary-errors
{
    color: Red;
}
.skryt
{
    display: none;
}
.editor-field input[type=text], .editor-field input[type=password], .editor-field select
{
    width: 350px;
    height: 22px;
    border: 1px solid #888;
}




.editor-field input[type=text].width80px {
    width: 80px;
}


    .editor-field input[type=text].nevalidni, .editor-field .input-validation-error {
        border: 1px solid #ff0000;
        background-color: #FFCFD2;
    }

.editor-label.jedna-radka {
    width:100px;
}
.editor-label.jedna-radka, .editor-field.jedna-radka {
    float: left;
    margin-bottom:10px;
}
    .editor-field.jedna-radka input[type=text], .editor-field.jedna-radka select {
        width: 250px;
    }
.editor-field input.disabled
{
    background-color:#CCCCCC;
}
.disabled-bg {
    background-color: #CCCCCC;
    border:1px solid black;
}
.editor-field input.velky-input {
    width: 800px;
}

.editor-field input.maly-input {
    width: 100px;
}


.editor-field input.vetsi-input
{
     width: 500px;
}
.editor-field textarea {
    width: 850px;
    height: 130px;
    border: 1px solid #888;
    /*resize:none;*/
    overflow: hidden;
    /*resize: vertical;
    overflow: auto;*/
}

.cke_resizer {
    /*display: none;*/
    /*height: auto !important;*/
}
.editor-field textarea.video
{
    width: 850px;
    height: 35px;
    border: 1px solid #888;
    resize:both;
    overflow:hidden;
}
.editor-field textarea.smaller {
    width: 250px;
    height: 100px;
    border: 1px solid #888;
    resize: none;
    overflow: hidden;
    /*resize: vertical;
    overflow: auto;*/
}
.editor-field + p 
{
    margin-top: 20px;
}
.editor-field + p input[type=submit], input[type=submit].submit
{
    border: 1px solid #888;
    width: 100px;
    cursor: pointer;
}
.editor-label
{
    margin-top: 5px;
    margin-bottom: 5px;
    

}
a.link
{
    color: #025397;
}

/* kategorie navigace - ajax */
ul#nav  ul, ul#nav-shop ul
{
    margin-left: 20px;
    margin-top: 5px;
}
ul#nav, ul#nav-shop, ul#nav-naradi, ul#nav-autoelektronika
{
    font-size: 13px;
}
ul#nav li, ul#nav-shop li , ul#nav-naradi li , ul#nav-autoelektronika li
{
    padding-top: 5px;
    padding-bottom: 5px;
}
ul#nav a, ul#nav-shop a, ul#nav-naradi a, ul#nav-autoelektronika a
{
    color: #4a1d07;
}
ul#nav a.ajax, ul#nav a.ajax:visited, ul#nav-shop a.ajax, ul#nav-shop a.ajax:visited, ul#nav-naradi a.ajax, ul#nav-naradi a.ajax:visited, ul#nav-autoelektronika a.ajax, ul#nav-autoelektronika a.ajax:visited
{
    color: #0152A5;
}
ul#nav-shop a.ajax
{
    font-weight: bold;
}

ul#nav a.ajax:hover
{
    color: #4a1d07;
}
ul#nav  ul li
{
}

#products-in-set-obal
{
    position: fixed;
    top: 50px;
    right: 10px;
    width: 600px;
    height: 500px;
    outline: 1px solid #888;
    overflow: scroll;
}
#products-in-set-obal img#loader
{
    position: fixed;
    top: 25px;
    right: 40px;
}

#products-in-set
{
    font-size: 12px;
    padding: 10px;
    width: 100%;
    height: 100%;
}
#products-in-set ul li
{
    padding-top: 3px;
    padding-bottom: 3px;
}
#products-in-set label
{
    cursor: pointer;
}
.hand
{
    cursor: pointer;
}
/*
#products-in-set h2
{
     color: #783900;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 30px;
    position: relative;
}
*/
#text-mailu table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}
#text-mailu table td
{
    width: 200px;
    border: 1px solid #888;
    padding: 0 10px;
    text-align: center;
}
#text-mailu table td.first
{
    width: 600px;
}
.margin-top
{
    margin-top: 20px;
}

ul.obal
{
    margin-top: 20px;
}
ul.obal h2
{
    color: #891405;
    font-size: 1em;
    cursor: pointer;
}
ul.obal ul
{
    margin-top: 10px;
    margin-left: 40px;
}
fieldset input[type=submit]
{
    width: 150px;
}
#short-desc, #long-desc
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 500px;
    height: 200px;
    outline: 1px solid #888;
    overflow: scroll;
}
#long-desc
{
    top: 250px;
}
#short-desc-label, #long-desc-label
{
    position: absolute;
    top: -5px;
    right: 20px;
    background-color: #7fa2c4;
    color: #fff;
}
#long-desc-label
{
    top: 225px;
}
#attachments img
{
    width: 100px;
}
#attachments ul li
{
    float: left;
}
img.delete
{
    cursor: pointer;
    float: right;
}
ul#sortable
{
    margin-top: 20px;
}

.select-cas
{
    width: 50px;
    height: 22px;
    border: 1px solid #888;
}

.kategorie-cesta
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:25px;
    
}
.kategorie-cesta a
{
     color: #6678b1;  
}



.fotogalerie
{
    
}

.fotogalerie tr td
{
    padding:10px;
    text-align:center;
    /*max-width:230px;*/font-size:12px;
    
}

.fotogalerie tr td a
{
    color:Black;
    font-size:12px;
    
}


.DopPrislusenstvi
{
    margin-top:20px;
}
.DopPrislusenstvi tr td
{
    width:170px;  
    text-align:center;
}

.DopPrislusenstvi tr td a
{
    color:Black;
    font-size:12px;
}

.podprodukty tr td
{
    padding:3px;
}
.podprodukty tr th {
   vertical-align:top;
}
    .podprodukty tr th.table_width100px, .podprodukty tr td.table_width100px {
        min-width: 100px !important;
    }
    .podprodukty tr th.table_width80px, .podprodukty tr td.table_width80px {
        min-width: 80px !important;
    }

    .podprodukty tr th.table_width40px, .podprodukty tr td.table_width40px {
        min-width: 40px !important;
    }
    .podprodukty tr th.table_width60px, .podprodukty tr td.table_width60px {
        min-width: 60px !important;
    }

.podprodukty tr td a
{
    color:Black;
    font-size:12px;
}

.klonovat-link
{
    color:Green;
    
    }

.smazat-link {
    color: red;
}
      
.big-submit
{
   border: 1px solid #888;
    width: 200px;
    font-size:20px;
    cursor: pointer; 
    margin-top:20px;
  
    }
    
    .maly-editor
    {
        height:50px;
        
        }

.input-vysoky
{
    height: 22px;
    border: 1px solid #888;
}

.tlacitko input
{
    border: 1px solid #888;
    min-width: 100px;
    cursor: pointer; 
}
.tlacitko-60px input {
    border: 1px solid #888;
    min-width: 60px;
    width: 60px !important;
    cursor: pointer;
}
.tlacitko-100px input {
    border: 1px solid #888;
    width: 100px !important;
    cursor:pointer;
}
.tlacitko-200px input {
    border: 1px solid #888;
    width: 200px !important;
    cursor: pointer;
} 
.centrovac
{
    margin-left:auto;
    margin-right:auto;
    width:50%;

    
}

.centrovac-bigger
{
    margin-left:auto;
    margin-right:auto;
    width:1500px;
  }

.hide-editace
{
    display:none;
    }
    
    
    .objednavka-adresa tr td
{
    padding:2px;
    text-align:right;
}
.objednavka-adresa tr td input[type=text], .objednavka-adresa tr td select {
   width: 250px;
   height: 22px;
   border: 1px solid #888;
   font-size: 12px;
}

.table-center
{
    margin-left:auto;
    margin-right:auto;    
}

.tabulka-poznamky-logy {
    width: 668px;
    border: 1px solid black;
    font-size: 13px;
    border-bottom: 0;
}


    .tabulka-poznamky-logy tr td.ikona {
        width: 25px;
        border-bottom: 1px solid black;
        padding-left: 2px;
        padding-top: 3px;
        vertical-align: top;
    }

    .tabulka-poznamky-logy tr td.jmeno {
        width: 80px;
        vertical-align:top;
        border-bottom: 1px solid black;
        padding-left: 2px;
        padding-top: 1px;
        font-weight:bold;
    }
    .tabulka-poznamky-logy tr td.datum {
        width: 130px;
        vertical-align: top;
        border-bottom: 1px solid black;     
        padding-top: 1px;
        font-weight: bold;
    }
    .tabulka-poznamky-logy tr td.text {
        border-bottom: 1px solid black;     
        word-wrap: break-word;
        max-width: 380px;
    }
    .tabulka-poznamky-logy tr td.zaskrtavatko {
        padding: 3px;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        text-align:center;
    }

    .tabulka-poznamky-logy tr.dulezita_tr {
       border:2px solid blue; 
    }

     .tabulka-poznamky-logy tr.dulezita_tr td.text {
            font-size: 16px;
            color: blue;
            font-weight: bold;
     }

    .tabulka-poznamky-logy tr.pripnuta_tr {
        border: 2px solid red;
    }

        .tabulka-poznamky-logy tr.pripnuta_tr td.text {
            font-size: 16px;
            color: red;
            font-weight: bold;
        }

.tabulka-poznamky-logy tr:nth-child(odd) {
    background-color: #D6D7DF;
}
    .tabulka-poznamky-logy tr.prazdna-radka {
        background-color: #FFFFFF;
    }




.dopravne {
    font-size: 11px;
    width: 500px;
}
span.cke_wrapper cke_ltr, table.cke_editor, td.cke_contents, span.cke_skin_kama, span.cke_wrapper, span.cke_browser_webkit {
    /* height: 95%!important;
     /*  resize:both;*/
}   

.cke_source, .cke_enable_context_menu
{ 
    height: 95%!important;
    min-height:150px;
    
    }



.popis {
    /* height: 600px;
    margin-bottom: 15px;*/
  /*  display: inline-block;
    height: 150px;
    min-height: 150px;*/
   
}

.objednavka-table
{
   margin-bottom:-25px;
    
    }


.objednavka-table tr td
{
    padding-right:10px;
    
    }
    
    .odrazeni tr td
    {
        padding:5px;
        
        }
      .odrazeni-small tr td
    {
        padding-left:5px; padding-right:5px; padding-bottom:5px;
        
        }      
        
 .strankovani
 {
     margin-left:auto;
     margin-right:auto;
     width:500px;
 }
     
  .strankovani li
 {
     float:left;
     padding:10px;
 }  
   
 .strankovani li a
 {
     color:Black;
     font-size:15px;
 }  
 .strankovani li.currentPage a
 {
     color:Green;
     font-size:15px;
     text-decoration:none;
     font-weight:bold;
 }  
     
     
.smazany
{
    background-color:Gray;
    color:white;
}
    
.smazany td a 
{
    color:white;
} 

.nadpis-objednavky
{
    height: 39px;
    margin-top: 5px;
    background-image: url('../img/menu/menu-bgr.jpg');
    background-repeat: repeat-x;
    position: relative;
    margin-left: 40px;
    color: #fff;
    width:100%;
    
 
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    padding-bottom: 8px;
    padding-left: 60px;
    padding-right: 10px;
    border-right: 1px solid #666;
    height: 29px;
    color: #fff;    
}

.disabled {
    color: #777e86;
  
}
.disabled-price {
    background-color: #CCCCCC;
    color: #777e86;
    border: 1px solid #888;
    height: 22px;
    width:80px;
}


.disabled input {
    background-color: #e6e7ec;
    border: 1px solid #e6e7ec;
}


.disabled-background {
    background-color: #e6e7ec;
    border: 1px solid #e6e7ec;
}
.disabled fieldset, .disabled fieldset legend, .disabled fieldset input
{
   background-color:#e6e7ec;
    z-index:-1000;
    color:#777e86;
     
    }
    
    .disable-hlaska
    { font-size:14px;}

.prijata_sms td {
    background-color: #fc5c5c !important;
}
.prijata_platba td {
    background-color:lightgreen !important;
}
.red_background td {
    background-color: #fa7d7d !important;
}

.light_red_background td {
    background-color: #eda5a5 !important;
}


.light_green_background td {
    background-color: #64df84 !important;
}

.oznacene_hledani {
    border:2px solid black;
}
.light_grey_text td {
    color: #888;
}

.orange_background td {
    background-color:#ff7500;
}
.red_text td {
    color: red;
}

#kontrola_slevy {
    padding-top: 8px;
    padding-left: 10px;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    margin-bottom:50px;
    font-size:14px;
  
}

.napoveda_text {
    position: absolute;
    max-width: 150px;
    background-color: white;
    color: black;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
    display: none;
    text-align:left;
    font-weight:bold;
    z-index:10000;
}
.napoveda_text_bigger {
   
    max-width: 350px;
 
}
.napoveda_text_bigger ul{
    list-style:circle;
    margin-left:15px;
    padding-bottom:0;
}
.filtr-produkty-user {
    
}
.filtr-produkty-user td { 
    vertical-align:middle;
    text-align:center;
    padding-right:12px;
    font-size:12px;
}

.texty-jazyky {
    height:150px;
    overflow:scroll;
    border:1px solid black;
    padding:5px;
}

    .texty-jazyky ul {
        list-style-type: disc;
        padding-left: 20px;
    }

        .texty-jazyky ul li {
            padding-top: 5px;
            padding-bottom: 5px;
            list-style: disc outside none;
            display: list-item;
            margin-left: 1em;
         
        }

.texty-jazyky-vyrobci {
    height: 70px;
    width:650px;
    border: 1px solid black;
    padding: 5px;
}

#autocomplete_result {
    position: absolute;
    /* z-index:10000;*/
    margin-top: 0px;
    width: 250px;
    height: 200px;
    overflow: auto;
    z-index: -10;
    border: 1px solid black;
    text-align: left;
    background-color: #d6d7df;
}

    #autocomplete_result.produkt {
        border: 0 !important;
        height: 20px !important;
    }

    #autocomplete_result div, .parametr_naseptavac div {
        padding: 2px;
        font-size: 12px;
        color: black;
        cursor: pointer;
        border-bottom: 1px solid black;
    }

        #autocomplete_result div:hover, .parametr_naseptavac div:hover {
            background-color: #cccccc;
        }

.parametr_naseptavac div {
    font-size: 13px;
    padding: 4px;
}

        #autocomplete_result a {
            font-size: 12px;
            color: black;
            text-decoration: none;
        }

#autocomplete_pobocky {
    position: absolute;
    /* z-index:10000;*/
    margin-top: 0px;
    width: 250px;
    height: 200px;
    overflow: auto;
    z-index: -10;
    border: 1px solid black;
    text-align: left;
    background-color: #d6d7df;
    margin-left: 195px;
}

    #autocomplete_pobocky div {
        padding: 2px;
        font-size: 14px;
        color: black;
        cursor: pointer;
        border-bottom: 1px solid black;
    }

        #autocomplete_pobocky div:hover {
            background-color: #cccccc;
        }

.table-center {
    margin-left:auto;
    margin-right:auto;
}

    .table-center tr td.table-item {
        padding: 10px;
    }

.class-green-check {
    color:green;
}
.class-red-check {
    color: red;
}
.class-orange-check {
    color: darkorange;
}

.class-blue-check {
    color: #099ff6;
}

.ulozit-zmena-polozky-objednavky {
    min-width:50px !important;
}

.oddelovac-noveho-tr td{
    border-top:2px solid black;
}

.table-home-dlazdice 
{
    margin-left:auto;
    margin-right:auto;

}
.table-home-dlazdice tr td {
  padding:2px;
  text-align:center;
}
.home-dlazdice-detail {
    margin-left: auto;
    margin-right: auto;
    width:1200px;
    text-align:center;
}
.align-center {
 text-align:center !important;
}

.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}
.valign-top {
    vertical-align: top
}


.margin-left-right-auto {
   margin-left:auto;
   margin-right:auto;
}
    .margin-left-right-auto .center-mezera {
      width:40px;
    }

.mall-vyuctovani {
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
}

    .mall-vyuctovani tr td, .mall-vyuctovani tr th {
        padding:2px;
        background-color:white;
    }

    .mall-vyuctovani .rybnikova {
        background-color: #808000;
    }

    .mall-vyuctovani .ostatni-nadpisy {
        background-color: #ffff99;
    }
    .mall-vyuctovani .mallid {
        background-color: #ff0000;
    }
    .mall-vyuctovani .zadavatel {
        background-color: #5b9bd5;
    }

    .mall-vyuctovani .nazev-polozky {
        background-color: #ffff00;
    }
    .mall-vyuctovani .castka-celkem {
        background-color: #00b050;
        text-align: right;
    }

    .mall-vyuctovani .provize {
        background-color: #ffc000;
        text-align:right;
    }
    .mall-vyuctovani .nakupni-cena {
        background-color: #fce4d6;
        text-align: right;
    }
    .mall-vyuctovani tr.oddeleni-zasilky td {
      border-bottom:2px solid black;
    }

tr.rekl_zelena td {
    background-color: #74e15e;
}

tr.rekl_zluta td {
    background-color: #c1cd05;
}
tr.rekl_oranzova td {
    background-color: #ffbf44;
}
tr.rekl_cervena td {
    background-color: #f77070;
}
tr.rekl_nova td {
    background-color: red;
    color: white;
}
tr.rekl_nova td a {
 color:white;
}

.link-table {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    margin-top:20px;
    background-color:white;
}

    .link-table tr td {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .link-table tr td a {
       color:black;
       font-size:14px;
    }
        .link-table tr td a.activ {
          font-weight:bold;
        }

.polozky_tabulka {
    width: 96% !important;
    max-width: 1440px !important;
    box-sizing:content-box;
}

.vyhledavani-zaznici tr td  {
    
    padding-bottom:3px;
}

.table-padding tr td {
    padding:2px;
}

.newsletter-modul {
    margin-bottom:20px;
}

    .newsletter-modul .label {
       font-weight:bold;
       font-size:16px;
    }

    .newsletter-modul .label a{
              font-size: 13px;
              font-weight:normal;
    }

    .newsletter-modul .field .nadpis {
       height:20px;
       width:400px;
    }

table.nadpisy-varianty tr td {
    padding:4px;
}

.testovaci-mail-nadpis {
    width: 100%;
    background-color: #d3d3d3;
    font-size: 14px;
    font-weight: bold;
    margin-left: -20px;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.napoveda-terminator-slouceni {
    width: 98%;
    /*background-image: url('../img/terminator-bublina.png');*/
    text-align:center;
   
}
.napoveda-terminator-slouceni img {
    width: 440px;
    margin-left:auto;
    margin-right:auto;
   
}
    .napoveda-terminator-slouceni .napoveda-terminator-slouceni-text {
        position:absolute;
        text-align:left;       
        width:175px;
        right:130px;
        margin-top:50px;
    }

.cislo-zf {
    color:red;
    font-size:16px;
}

.cislo-zf a{
    color: red !important;    
}
.mall-vratka-table  {
   margin-left:auto;
   margin-right:auto;
}
.mall-vratka-table tr td {
    padding:4px;
}

#preload {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;

    
}

#overlay-preload {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: #000;
    /*background-color:red;*/
    z-index: 90;
}

#preload div.preload-obsah {

    width: 100px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    z-index: 1000;
    position: relative;
    text-align: center;
    padding-top: 15px;
}

    #preload div.preload-obsah i {
        margin-bottom: 10px;
    }


.vydana-objednavka-meg-ulozeni {
    margin-top: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}

.vydana-objednavka-meg-ulozeni tr td {
    padding:4px;
}


.table-vypis {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    width: unset;
    width: auto;
    table-layout:unset;
    margin-top:40px;
   
}

    .table-vypis tr th {
        color: #969696;
        text-transform: uppercase;
        background-image: linear-gradient(to bottom,#fafafa,#eaeaea 80%);
    }

    .table-vypis tr th.nadpis-prijemky {
        color: black;
       
    }

        .table-vypis tr th.akce-th {
            color: #333333;
            text-align: center;
        }



    .table-vypis tr th, .table-vypis tr td {
        border: 1px solid #cacaca;
        padding: 4px;
    }

    .table-vypis tr:nth-child(even) td {
        background-color: #f9f9f9;
    }
    .table-vypis tr .table-vypis-td-max-width-450px {
        max-width: 450px !important;
        overflow:unset;
    }

    .table-vypis tr .table-vypis-td-max-width-340px {
        word-wrap: break-word;
        max-width: 340px;
    }

    .table-vypis tr td .Pozn {
        font-style: italic;
        font-size: 13px;
    }

    .table-vypis tr td a.link {
        color: #6678b1;
    }




.table-filtr-orders-top tr td {
    padding: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}




.table-vypis tr.search-area td {
    background-image: linear-gradient(to bottom,#f1f1f1,#e9e9e9 30%);
}

        .table-vypis tr.search-area td input[type="text"].input-search {
            border-radius: 3px;
            border: 1px solid #a6a3a3;
            padding: 2px;
        }


        .table-vypis tr.search-area td select.select-search {
            border-radius: 3px;
            border: 1px solid #808080;
            padding: 2px 2px;
            /*width: 320px;*/
        }

    .table-vypis tr td.action-buttons {
        text-align: center;
    }
    .table-vypis tr td input.submit {
        background-color: #f0f0f0;
        border: 1px solid #808080;
        border-radius: 3px;
        padding: 2px 8px;
        cursor: pointer;
        width: unset;
    }
        .table-vypis tr td input.submit:hover {
            background-color: #d8d6d6;
        }

input.submit-grey {
    background-color: #f0f0f0;
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 2px 8px;
    cursor: pointer;
    width: unset;
}

    input.submit-grey:hover {
        background-color: #d8d6d6;
    }

    .table-vypis.objednavky-vypis {
        margin-top: 0px;
        margin-bottom: 10px;
        min-width: 1210px;
        /*border-top: 0px;*/
    }

        .table-vypis.objednavky-vypis td a, .table-vypis.objednavky-vypis a:hover {
            color: #6678b1;
        }


        .table-vypis.objednavky-vypis .tlacitko-filtr {
            background-color: #f0f0f0;
            border: 1px solid #808080;
            border-radius: 3px;
            padding: 2px 2px;
            cursor: pointer;
            width: unset;
        }

            .table-vypis.objednavky-vypis .tlacitko-filtr:hover {
                background-color: #d8d6d6;
            }


       
    /*.table-vypis.objednavky-vypis tr th {
       border-top:0px;
    }*/


.table-vypis.objednavky-vypis tr.najeto td{
    background-color: #aae6f7;
}


.blok-detail {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    background-color: white;
    padding: 10px;
    font-size: 16px;
}

.vydana-obj-detail {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
}

.vydana-obj-detail-bigger {
    width:100%;
    max-width:1600px;
}

.vydana-obj-detail fieldset {
    width: 44%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}


        .vydana-obj-detail fieldset.objednavka {
            width: 36%;
            float: left;
            margin-left: 4px;
            margin-right: 4px;
            padding: 10px;
        }

        .vydana-obj-detail fieldset.dodavatel {
            width: 48%;
            float: left;
            margin-left: 1%;
            margin-right: 1%;
            padding: 10px;
        }

    .vydana-obj-detail fieldset table tr td {
        padding: 4px;
    }


.fixed_header {
   
    table-layout: fixed;
    border-collapse: collapse;
    background:none !important;
    margin-top:40px;
}

    .fixed_header tbody {
        display: block;
        overflow: auto;
        height: calc(100vh - 550px);
        min-height:500px;
        /*height: 600px;*/
    }

    .fixed_header tbody.bigger {
        height: calc(100vh - 260px);

        /*height: 600px;*/
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header thead {
        /*background: black;
        color: #fff;*/
    }

    .fixed_header th, .fixed_header td {
        /*padding: 5px;
        text-align: left;*/
        background-color: #fff;
    }

    .fixed_header .pocet-count {
      font-size:11px;
    }


    .fixed_header .width100P {
        width: 2263px;
    }
    .fixed_header .width1002P {
        width: 1765px;
    }
    .fixed_header .width500px {
        width: 500px;
    }

    .fixed_header .width350px {
        width:350px;
    }
    .fixed_header .width250px {
        width: 250px;
    }
    .fixed_header .width200px {
       width:200px;
    }
    .fixed_header .width300px {
        width: 300px;
    }
    .fixed_header .width150px {
        width: 150px;
    }
    .fixed_header .width100px {
        width: 100px;
    }
    .fixed_header .width120px {
        width: 120px;
    }
    .fixed_header .width130px {
        width: 130px;
    }
    .fixed_header .width160px {
        width: 160px;
    }


    .fixed_header tr.cerveny td {
        background-color: #fc5c5c;
    }
.stavy-vazby {
 
    font-size:16px;
}
.stavy-vazby tr td {
   padding:3px;
}


.prijemky-oznacit {
    
}
  .prijemky-oznacit.oznaceno td{
        background-color: #aef89c !important;
   }

.prijemky-oznacit td input[type=checkbox]{
   display:none;
}

.pocet-polozek-vydana-obj {
    font-size:24px;
    margin-bottom:-20px;
   
}
.pocet-polozek-vydana-obj span {
    display:inline-block;
    margin-left:10px; margin-right:10px;
}

.barvy-kalendar {
    margin-left:auto;
    margin-right:auto;
  
}

.barvy-kalendar tr td{
    vertical-align:top;
}

.barvy-kalendar tr td .den-nazev {
    font-size:18px;
    font-weight:bold;
 }
    .barvy-kalendar tr td table {
       margin-left:4px;
       margin-right:4px;
       border:1px solid black;
      
    }
        .barvy-kalendar tr td table tr td, .barvy-kalendar tr td table tr th {
            padding: 2px;
        }

    .barvy-kalendar tr tr:nth-child(odd) td {
      background-color:lightgray;
    }


.margin-left-200px {
    margin-left:200px;
}

.font-size-16px {
    font-size:16px;
}

.padding-right5px {
    padding-right: 5px;
}

.vydane-obj-prilohy {    
    margin-top:14px;
}

    .vydane-obj-prilohy tr th, .vydane-obj-prilohy tr td {
        padding: 0 !important;
        padding-top: 4px !important;
    }

     .vydane-obj-prilohy tr th {
       font-size:16px;
    }
    .vydane-obj-prilohy tr td.nadpis {
       /*font-weight:bold;*/
       border-bottom:1px solid black;
    
    }
    .vydane-obj-prilohy tr td.nahrat-file {
        padding-top: 10px !important;
    }

    .vydane-obj-prilohy a {
        color: #6678b1;
    }


.vydana-obj-textarea {
    resize:none;
    border:1px solid Gray;
    width:360px;
    height:60px;
}

.table-vypis .oznaceno td {
    background-color: #aef89c !important;
}

a.razeni-smaller img {
    width:10px;
}

input.readonly {
    background-color:#CCCCCC;
    border:1px solid black
}

.limity-nastaveni {
    width: 2263px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important;
    overflow:auto;
    padding:6px;
  
}
    .limity-nastaveni .limity-obsah {
        overflow-y: scroll;
        height: calc(100vh - 720px);
        padding-top:4px;
    }


.limity-nastaveni div {
    float: left;
}
    .limity-nastaveni .limity-hlavicka {
        border-bottom: 2px solid #6678b1;
        padding-top:2px;
        padding-bottom:2px;
    }

    .limity-nastaveni .limity-radek {
        border-bottom: 1px solid #888;
        min-height: 22px;
      
    }

        .limity-nastaveni .limity-radek.cerveny {
            background-color: #fc5c5c;
        }

        .limity-nastaveni .limity-radek:hover {
            background-color: #cccccc;
        }

    .limity-nastaveni .limity-radek div {
        vertical-align: middle;
        padding-top:2px;
    }

        

    .limity-nastaveni .limity-obsah div a {
        color: #6678b1;
    }


#rezervace-text {
    width:400px;
    height:80px;
    padding:10px;

}


#historie-polozky {
    margin-top: 10px;
    width:1300px;
    margin-left:auto;
    margin-right:auto;
    background-color:#ffffff;
    padding:20px;
}

    #historie-polozky .item {
        position: relative;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
        line-height: 60px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        min-height: 60px;
    }

        #historie-polozky .item > * {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            white-space: nowrap;
        }

        #historie-polozky .item img {
            width: 100px;
        }

        #historie-polozky .item .no-img {
            width: 100px;
        }

        #historie-polozky .item .name {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            line-height: 1.5;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-decoration: none;
        }

        #historie-polozky .item .count {
            max-width: 122px;
            min-width: 122px;
            line-height: 18px;
        }

        #historie-polozky .item .price {
            font-weight: bold;
            font-size: 18px;
        }



    #historie-polozky .cena-celkem {
        text-align: right;
        font-size: 24px;
        color: #353535;
        margin-top: 5px;
    }

        #historie-polozky .cena-celkem span {
            color: #ff0000;
            font-weight: bold;
        }

#kategorie h1.historie-nadpis {
    margin-left: 0px;
    margin-bottom: 15px;
}

.historie-info {
    float: left;
    max-width: 500px;
}

    .historie-info tr td {
        min-width: 85px;
        vertical-align: top;
    }

.historie-adresa {
    float: right;
    width: 150px;
    margin-left: 30px;
    background-color: #f8f8f8;
    padding: 10px;
}

.prilohy-main {
    width:800px;
    margin-left:auto;
    margin-left:auto;
}