﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
#cookies_disabled {
    display:none;
}

.clear {
    clear: both;
}

.hidden {
    display:none;
}
a img {
    text-decoration: none;
    border: 0;
}
a.delete {
    color: #d9534f; 
    cursor:pointer;
}
 a.delete:hover {
      color: #c9302c;
}
a.add {
    color: #5cb85c;
    cursor: pointer;
}

    a.add:hover {
        color: #449d44;
    }

.green-button {
    background-color: #5cb85c;
    color:white;
    text-decoration:none;
    padding:5px;
    padding-left:12px;
    padding-right:12px;
    border-radius:4px;
    cursor:pointer;
}


    .green-button i {
        width: 25px;text-align:left;
       
        /*margin-right:10px;*/
    }



    
    .green-button:hover {
        background-color: #449d44;
    }
.kosik-historie {
    color: #5cb85c;
    font-size:18px;
}

    .kosik-historie:hover {
        color: #449d44;
    }


.red-button {
    background-color: #d9534f;
    color: white;
    text-decoration: none;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
}

    .red-button i {
        width: 20px;
        text-align: left;
    }

    .red-button:hover {
        background-color: #c9302c;
    }
.blue-button {
    background-color: #5bc0de;
    color: white;
    text-decoration: none;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    cursor: pointer;
}

    .blue-button:hover {
        background-color: #31b0d5;
    }   
    .form-bad-validation {
        color: red;
        font-size: 14px;
    }

.field-validation-error {
    color: red;
    font-size: 12px; float:none;

}
.form-bad-validation ul {
    /* list-style:none;*/
}
#main {
    /*width: 1100px;*/
    width: 1340px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#header {
    height: 70px;
    background-color: #1d1d1b;
    border-radius: 5px;
    overflow: auto;
}


#header #logo {
   margin-left:30px;
   margin-top:10px;
   float:left;
}

    #header #menu {
        float: left;
        font-size:13px;
        margin-left:60px;
      
    }
        #header #menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
            margin-top: 4px;
        }
 #header #menu ul li{
     margin-top:2px;
 }
        #header #menu ul li a {
           color:white;
        }


#header #header-right {
    float: right;
    color: white;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 20px;
    line-height: 170%;
    text-align:right;
    text-align:right;
}
#header #header-right a{
    color: white;
    text-decoration:none;
}
    #header #header-right a:hover {
        text-decoration:underline;
    }
    #header #header-right a i {
        margin-right:3px;
      
    }


#menu-top {
    background-color: #1d1d1b;
    border-radius: 5px;
    overflow: auto;
    height: 35px;
    /*position: absolute;*/
    /*width: 1100px;*/
    /*width: 1340px;*/
    width:100%;
    max-width: 100%;
    margin-top: 1px;
    overflow: hidden;
}
#menu-top ul{
    margin:0;padding:0;list-style:none; margin-top:5px; /*margin-left:30px;*/
}
    #menu-top ul li {
        float:left;  
        padding-left:12px;
        padding-right:12px;
    }
        #menu-top ul li a {
            color: white;
            font-family: 'Roboto', sans-serif;
            font-size:14px;
        }

#footer {
    height: 70px;
    background-color: #1d1d1b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width:100%;
    position:relative;
   
}

#footer .footer-text{
    float:left;
    
}
    #footer .footer-text a {
        color:white;
        text-decoration:none;
    }
    #footer .social-network {
        float: right;
        margin-right: 0px;
        /* margin-top:75px;*/
        top:15px;
        position: absolute;
        right: 15px;
    }

    #footer .social-network a {
         margin-left:20px;
    }
    #container {
    min-height: 500px;
    /*  background-color: #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    overflow: auto;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    overflow: auto;
    /*margin-top: 20px;*/
    padding-top:10px;
    z-index: 500;
}
.no-logged {
   
    margin-top: -1px !important; 
   
}

 #login {
        margin-left: auto;
        margin-right: auto;
        width: 460px;
       
        color: black;
        margin-top:80px;
        overflow:auto;
    }

    #login .nadpis {
        text-align:center;
        font-size:28px;
    }

    #login .login-item {
        margin-top:10px;
    }

    #login .login-item .left{
       text-align:right;
       float:left;
       width:150px;
       margin-top:5px;
       margin-right:20px;
    }

        #login .login-item input[type="text"], #login .login-item input[type="password"] {
            border-radius: 3px;
            border: 1px solid #fa787e;
            width: 250px;
            height: 30px;
            padding-left: 8px;
            float: left;
        }

        #login .login-item input[type="text"]:focus, #login .login-item input[type="password"]:focus {
            border: 1px solid #66afe9;
            box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        }
            #login .login-item input[type="text"].validate, #login .login-item input[type="password"].validate {
                border: 1px solid #5cb85c;
            }

.input-validation-error {
    border: 1px solid #fa787e !important;
}

#login .login-button {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}



        #login .login-button input[type="submit"] {
            border-radius: 5px;
            padding-top: 8px;
            padding-bottom: 8px;
            border: 1px solid #e52521;
            background-color: #e52521;
            color: white;
            margin-top: 15px;
            cursor: pointer;
        }
    #login .login-button input[type="submit"]:hover {
        border: 1px solid #f08c8a;
        background-color: #f08c8a;
        color: white;
    }

    #login .zapomenute-heslo-link {
        margin-left: auto;
        margin-right: auto;
        width: 460px;
        text-align:center;
        margin-top:30px;
     
    }
    #login .zapomenute-heslo-link a{
       color:black;
       font-size:13px;
    }
#objednavaci_formular {
    width: 96%;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding-bottom:40px;
    margin-bottom:20px;
    overflow:auto;
}
#objednavaci_formular .nadpis{
  text-align:center;
  font-size:30px;
  margin-top:15px;
  margin-bottom:15px;
}
    #objednavaci_formular table {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        border-collapse: collapse;
        font-size:15px;
      
    }

.formular-table {
    width: 100% !important;
}
.formular-table table {
    font-size: 12px !important;
}

 #objednavaci_formular table td, table th {
    border: 1px solid #dddddd;
}

        #objednavaci_formular table th {
            vertical-align: bottom;
            /*text-align: left;*/
            font-weight: normal;
            border-bottom: 2px solid #dddddd;
            font-size: 12px;
            text-align: center;
        } 
    #objednavaci_formular table tr:nth-child(even) {
         background-color: #f9f9f9;
    }

        #objednavaci_formular table tr td.mnozstvi {
            width: 80px;
        }
#objednavaci_formular table tr td.kod {
    width: 120px;
}
#objednavaci_formular table tr td.nazev {
    width: 600px;
}
#objednavaci_formular table tr td.nazev-krok-2 {
    width: 740px;
}
        #objednavaci_formular table tr td.znacka {
           text-align:center;
          
        }
        #objednavaci_formular table tr td.nazev a {
            color: black;
            
        }
#objednavaci_formular table tr td.table-button {
    text-align:center;
    width:25px;
}
        #objednavaci_formular table tr td.table-button-plus {
          vertical-align:top;
          padding-top:10px;
        }
        #objednavaci_formular table tr td.button-plus {
            text-align: right;
            padding-top: 10px;
            vertical-align: top;
            padding-right:7px;
        }



#objednavaci_formular table tr:hover td {
    background-color: #cae8ca;
}
#objednavaci_formular table tr.tr-import-csv td {
    background-color:white;
    padding:0px;
}

#objednavaci_formular table tr.tr-import-csv:hover td {
    background-color: white;
}

    #objednavaci_formular input[type="text"], #objednavaci_formular input[type="number"], #objednavaci_formular input[type="password"] {
        border: 1px solid #cccccc;
        border-radius: 3px;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }



        #objednavaci_formular input[type="text"]:focus, #objednavaci_formular input[type="number"]:focus, #objednavaci_formular input[type="password"]:focus {
            border: 1px solid #66afe9;
            box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        }

   #objednavaci_formular input[type="number"] {
       width:60px;
       padding-right:10px;
    }
 


#objednavaci_formular .onKeyDownOff {
    background: #dddddd;
}



#objednavaci_formular table .prod-code {
    float: left;
}

#objednavaci_formular .prodCode {
   width:82px;
   font-size:12px;
}

    #objednavaci_formular table .arrow {
        float: right;
        width: 20px;
        text-align: center;
        margin-left: 20px;
        margin-top:-32px;
    }





#objednavaci_formular table tr th.sklad {
    text-align: center;
}

    #objednavaci_formular table span.maloobchodni-cena {
        /*font-size:12px;*/
    }
    #objednavaci_formular table tr td.sklad {
        font-size: 11px;
        text-align:center;
    }

        #objednavaci_formular table tr td.sklad .dostupnost {
            color: #1e7424;
            font-size:12px;
        }

        #objednavaci_formular table tr td.sklad .dodani {
            color: blue;
        }

    #objednavaci_formular table tr td.cena {
        text-align: right;
        /*width: 140px;*/
        width:110px;
    }

    #objednavaci_formular table tr th.procenta, #objednavaci_formular table tr td.procenta {
        text-align: center;
        width: 60px;
    }

    #objednavaci_formular table tr td.procenta {
        font-size:12px;
        vertical-align:central;
        line-height:100%;
    }

        #objednavaci_formular table tr td.procenta .cena-kontakt {
            font-size: 10px;
           
        }
        
        
        
        #objednavaci_formular table tr td.cena span.akce, #objednavaci_formular table tr td.procenta span.akce {
            color: red;
        }

        #objednavaci_formular table tr td.cena span.akce .akce-popis {
          font-size:11px;
        }

    #objednavaci_formular table tr th.cena {
        text-align: right;
    }


#objednavaci_formular table .noexist {
    color: red;
}

#kosik-tlacitka {
    margin-top: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: auto;
    height: 45px;
    padding-top: 22px;
    overflow: hidden;
}

#kosik-tlacitka .kosik-tlacitka-leva {
   float:left;
   margin-left:20px;
   
}
    #kosik-tlacitka .kosik-tlacitka-leva a.zpet-button-mobile {
        display: none;
    }

    #kosik-tlacitka .kosik-tlacitka-prava {
        float: right;
        text-align: right;
        margin-right: 20px;
        position:relative;
       
    }
        #kosik-tlacitka .kosik-tlacitka-prava a.pokracovat-button-mobile {
           display:none;
        }

#udaje-objednavky {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dddddd;
    border-radius:4px;
}
#udaje-objednavky .adresa{
    width: 45%;
    float:left;
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
   
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size:14px;
    line-height:170%;

    padding-left:20px;
    padding-top:15px;
    padding-bottom:20px;

}

#objednavaci_formular .prazdy-kosik {
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #a94442;
    font-size:28px;
}

#doprava-platba {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 170%;
    margin-bottom:20px;
}

    #doprava-platba select {
        border: 1px solid #dddddd;
        border-radius: 4px;
        padding:5px;
        width:300px;
        cursor:pointer;
 
        
    }

    #doprava-platba .doprava-platba-leva {
       float:left;
       width:150px;
       text-align:right;
       padding-right:10px;
       margin-top:5px;
       margin-bottom:15px;
    }
    #doprava-platba .doprava-platba-leva {
        float: left;
        margin-bottom: 15px;
    }

#objednavaci_formular .textovy-blok {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#objednavaci_formular .iframe-brana {
    margin-left: auto;
    margin-right: auto;
    width:500px;
    margin-top:50px;
    margin-bottom:50px;
}

#objednavaci_formular .iframe-brana iframe{
    border: 1px solid #dddddd;
    border-radius: 4px;
}

#rozcestnik {
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}


    #rozcestnik .nadpis {
        font-weight:bold;
        margin-left:50px;
        margin-bottom:20px;
    }
    
    #rozcestnik .dlazdice {
      
        width: 350px;
        height: 200px;
        float: left;
        margin-left: 100px;
        margin-right:50px;
        background-color: #ffffff;
        cursor: pointer;
        font-size: 16px;
        text-decoration:underline;
      
    }

        #rozcestnik .dlazdice .obsah {
            border: 1px solid black;
            width: 350px;
            height: 180px;
            background-color: #ffffff;
            cursor: pointer;
        }
    #rozcestnik .produkt-finder {
      
       
        
    }
ul.strom-kategorii {
    /*  list-style:none;*/
}
ul.strom-kategorii li {
    padding-bottom: 2px;
}

    ul.strom-kategorii li a {
        color: #d40000;
        font-weight: bold;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }



.produkty_b2b {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

    .produkty_b2b tr th {
        vertical-align: bottom;
        text-align: left;
        padding-left: 5px;
        font-size: 12px;
    }
    .produkty_b2b tr th a{
        font-weight:bold;
        color:black;    
    }
    .produkty_b2b tr td {
        background-color: white;
        border-bottom: 1px solid gray;
        font-size:12px;
    }

.produkty_b2b tr .vyber {
}


.produkty_b2b tr td.nazev {
    max-width: 400px;
}

    .produkty_b2b tr td.nazev a {
        color: #950101;
    }

.produkty_b2b tr th.vyber {
    text-align: center;
}

.produkty_b2b tr td.sklad {
    font-size: 11px;
}

    .produkty_b2b tr td.sklad .dostupnost {
        color: #1e7424;
    }

    .produkty_b2b tr td.sklad .dodani {
        color: blue;
    }


    .produkty_b2b tr td input[type="checkbox"] {
        /* display: none;*/
    }

    .produkty_b2b tr td input[type="checkbox"] + label {
        width: 18px;
        height: 20px;
        background: url(../images/checkbox.png) no-repeat;
        padding-left: 18px;
        padding-bottom: 4px;
    }

    .produkty_b2b tr td input[type="checkbox"]:checked + label {
        width: 18px;
        height: 20px;
        background: url(../images/checkbox-checked.png) no-repeat;
        padding-bottom: 4px;
    }

.b2b_vlozit {
    text-align:center;
    margin-top:30px;
}

.kategorie-cesta {
    text-align:left;
    margin-left:25px;
}

.kategorie-cesta a {
    color:black;
}

.import-csv {
    /* border: 1px solid #dddddd;
    border-radius: 4px;*/
    min-width:460px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    float: left;
    background-color: white;
  
}

.import-csv .csv-link {
    font-size:12px;
    margin-top:10px;
    margin-bottom:10px;
}
    .import-csv .csv-link a{
        color:black;
        font-weight:bold;
       
    }
.doprava-platba-select, .doprava-platba-zahranicni-select {
    width: 280px;
    float: left;
}

#poddoprava {
    float: left;
}

.poddoprava-select {
    /* margin-top: 8px;
    margin-bottom: 8px;*/
    margin-left: 10px;
    width: 200px;
}

#container-text {
    width:96%;
    margin-left:auto;
    margin-right:auto;
}
    #container-text img {
        max-width: 98%
    }

 #container-text iframe {
        min-height: 200px;
        max-height: 500px;
        max-width: 98%;
    }

#hledani-produktu {
   
    margin-left: auto;
    margin-right: auto;
    background-color: #ebebeb;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding-top:18px;
    padding-bottom:18px;
    width:100%;
    margin-top:20px;
    font-size:14px;
}

    #hledani-produktu input[type="text"] {
        border: 1px solid #cccccc;
        border-radius: 3px;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left:40px;
    }

    #hledani-produktu .hledani-obsah {
        width:65%; margin-left:auto;
        margin-right:auto;
    }

#hledani-produktu .code-info {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}



#hledani-produktu .hledani-input {
    width: 250px;
}


    #hledani-produktu a.hledani-tlacitko {
        background-color: #e52521;
        color: white;
        text-decoration: none;
        padding: 6px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -6px;
        border-bottom: 1px solid #e52521;
    }
        #hledani-produktu a.hledani-tlacitko:hover {
            background-color: #f08c8a;
            /*color: #a26f9a;*/
            border-bottom: 1px solid #f08c8a;
        }

.edit-dodaci-adresa, .edit-fakturacni-adresa, .edit-osobni-udaje, .edit-doprava-platba {
    cursor: pointer;
}
#dodaci-edit, #fakturacni-edit, #osobni-udaje-edit, #doprava-platba-edit {
    display: none;
}

    .adresa div.nazev {
        float: left;
        width: 80px;
        padding-top: 5px;
        margin-top: 5px;
    }
        .adresa div.nazev.posun-en {
            margin-top: -2px;
            padding-bottom:0;
            line-height:105%;
        }
        .adresa div.nazev.posun-en2 {
            margin-top: -5px;
            line-height: 105%;
          
        }
.adresa div.value {
    margin-top: 5px;
    margin-left:80px;
}

    .adresa div.value input[type="text"], .adresa div.value input[type="password"] {
        width: 120px;
        padding-right: 50px;
    
    }

    .adresa div.value select {
        width: 250px;
        padding-top: 5px;
        padding-bottom: 5px;
        float: none;
        margin-bottom: 10px;
    }
    .adresa div.value select.zeme {
        width: 180px;
        
    }

.adresa div.editovat {
    margin-top: 15px;
}

    .adresa div.editovat a {
        margin-right: 10px;
    }


.historie-rozcestnik {
    width: 190px;
    float: left;
    background-color: rgb(238, 242, 243);
    border: 3px solid rgb(214, 218,219);
    list-style: none;
    padding: 0px;
    overflow:visible;
}
    .historie-rozcestnik li {
       height:60px;     
       
    }
        .historie-rozcestnik li a {
            color: rgb(0,81,156);
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            width: 100%;
            padding-top: 20px;   
          
            padding-left: 10px;
            height: 60px;
            box-sizing:border-box;/*border:1px solid red;*/
        }

        .historie-rozcestnik li {
            border-bottom: 1px solid rgb(214, 218,219);
        }

        .historie-rozcestnik li a.aktivni {
            color: rgb(0,161,233);
        }

    .historie-objednavek {
        /*width: calc(96% - 200px);*/
        width:100%;
        text-align: left;
        font-size: 14px;
        color: #000000;
        margin-left: auto;
    margin-right: auto;
        /*float: right;*/
    }

#historie-container {
    width: 98%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    overflow: auto;
    font-size:15px;
}

.historie-objednavek tr th {
    font-size: 15px;
    height: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid black;
    text-align:center;
}
.historie-objednavek tr td {
   
    text-align: center;
}


.historie-objednavek tr.hlavicka th {
    font-weight: normal;
    background-color: #eeeded;
    position: relative;
    line-height: 60px;
    margin-bottom: 5px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    min-height: 60px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.historie-objednavek tr th.datum {
    /*width: 180px;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #d2d2d2;
    text-align:center;
}
.historie-objednavek tr td.datum {   
    text-align: center;
}
.historie-objednavek tr .popis {
    text-align: left;
}
.historie-objednavek tr th.platba {
  
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #d2d2d2;
    width:150px;
}


.historie-objednavek tr th.cislo {
    /*width: 160px;*/
    text-align: center;
}

.historie-objednavek tr th.stav {
    width: 150px;
    text-align: center;
}
    .historie-objednavek tr th.faktury {
        width: 120px;
    }
        .historie-objednavek tr th.objednal {
            width: 240px;
        }
    .historie-objednavek tr td .faktura-link {
        color: #6678b1;
    }

.historie-objednavek tr td .reklamace-link {
    color: rgb(0,157,226);
    font-weight:bold;
}

.historie-objednavek tr td {
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
    /*background: url(../images/kosik-cara-mala.jpg) repeat-x bottom;*/
    padding-bottom: 7px;
    border-bottom: 1px solid black;
}

    .historie-objednavek tr td.faktury {
        cursor: unset;
    }

       
    .historie-objednavek tr td table tr td{
       border:0;
    }

        .historie-objednavek tr td.cislo-objednavky {
            font-weight: bold;
            text-decoration: underline;
            text-align:center;
        }


        .historie-objednavek tr td.nazev {
            width: 780px;
            padding-right: 15px;
        }

        .historie-objednavek tr td.prazdna {
            width: 248px;
        }

        .historie-objednavek tr td.polozky {
            height: 0px;
            padding: 0px;
            background-color: #f1f1f1;
            border:0;
        }

  
.historie-objednavek tr .cena {
    text-align: right;
    padding-right: 15px;
}

.historie-objednavek tr .doprava {
    text-align: center;
    width:170px; 
}

    .historie-objednavek tr td.polozky table {
        display: none;
        padding-bottom: 15px;
        width: 100%;
        
    }

                .historie-objednavek tr td.polozky table tr td {
                    cursor: default;
                    background: none;
                }

        .historie-objednavek tr td.polozky table tr td.cena {
           width:200px;
        }



#bile-pozadi {
    width: 96%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    overflow: auto;
}

#bile-pozadi .nadpis {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mnozstvi-krok-2 {
    text-align:center;
}


.zmena-mailu-hlaska {
    font-size: 12px;
    /*   padding-left:80px;*/
}

.zmena-dopravy-platby-hlaska {
    font-size: 12px;
   
}

#popup-navrat-b2b {
    text-align: center;
    margin-top: 25px;
}
#popup-navrat-b2b strong {
    font-size:20px;

}



    #popup-navrat-b2b span.uspesne {
        color:green;       
    }
    #popup-navrat-b2b span.chyba {
        color: red;
    }
.poznamka-popis {
    vertical-align: top;
}
.poznamka-kosik {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

.poznamka-text {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #7a7a7a;*/
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border:0px;
}
    .poznamka-text:focus, .poznamka-text:hover {
        border: 0px;
    }

.napoveda-all {
    width:20px;
    float:left;
}
.napoveda {
    position: absolute;
    z-index: 1000;
    border: 1px solid black;
    padding: 2px;
    background-color: white;
    display: none;
   
    font-size:12px;
    float: left;
}

.napoveda-icon {
    margin-left:5px;

}

.nazev-krok2 {
    width:600px;
}

.popup_produkt_b2b {
    width: 233px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #808080;
    position: absolute;
    background-color: white;
    display: none;
    padding-bottom: 10px;
    z-index: 1000;

}


    .popup_produkt_b2b div.zavrit {
        background: url(../images/icon-krizek.png) bottom no-repeat;
        width: 17px;
        height: 17px;
        margin-left: 228px;
        position: absolute;
        top: 0;
        z-index: 20;
        cursor: pointer;
        margin-top: -9px;
    }

    .popup_produkt_b2b img {
        margin-bottom: 10px;
    }

    .popup_produkt_b2b .text_b2b {
        font-size: 10px;
        margin-top: 5px;
      
    }

 a.nadpis-link {
    color: #950101;
    font-size: 14px;
}


.udaje-poddoprava {
  
    padding-top:0px;
    margin-top:-10px;
  
}

.registrace-tlacitko {
    height:40px;
    text-align:center;
}

#loading {
    position: fixed;
    top: 250px;
    width: 100%;
    text-align: center;
    z-index: 10000;
}
#loading-content {
    background-color:white;
    width:80px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:auto;
    margin-right:auto;
 
}

#white-page{
    background-color:white;
    border-left:1px solid black;
    border-right:1px solid black;
    overflow:auto;
    margin-top:-5px;
}

.text-home {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
    padding-top:10px;
    padding-bottom:10px;
}

#b2b-novinky-nadpis {
    background-color: #1d1d1b;
    border-radius: 5px;
    overflow: auto;
    height: 35px;
    width: 100%;
  
    margin-top: 40px;
    color:white;
    padding-left:45px;
    box-sizing:border-box;
    padding-top:5px;
    font-size:18px;
}

#newsletter-vypis
 {
    margin-top:15px;
    margin-bottom:15px;
    margin-bottom:35px;
}

    #newsletter-vypis .newsletter-item {
        float:left;
        width:300px;
        height:215px;
        margin-left:30px;
        font-size:14px;
        text-decoration:underline;
        margin-bottom:40px;
        cursor:pointer;
    }
        #newsletter-vypis .newsletter-item.newsletter-item-posun-bot {
            margin-bottom: 70px;
        }



#newsletter-vypis .newsletter-item .news-obsah {
    width: 300px;
    height: 212px;
    /*border: 1px solid black;*/
}
        #newsletter-vypis .newsletter-item .news-obsah.news-obsah-posun-1 {
          margin-top:20px;
        }


    #newsletter-vypis .newsletter-item .news-obsah img {
        height: 212px;
        border: 1px solid black;
    }
#newsletter-detail {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    margin-bottom:50px;
}

#newsletter-nadpis {
    text-align:center;
    font-weight:bold;
    font-size:22px;
}

.ic-dip-zaskrtavatko {
    margin-top:10px;
    width:280px;
    font-size:12px;
    line-height:120%;

}
    .ic-dip-zaskrtavatko span {
        font-size: 11px;
        font-style: italic;
    }
.ic-dic-hidden {
    display:none;
}

.povinna-doprava-info {
    border: 1px solid #d5d3d3;
    margin-top: -26px;
    width: 200px;
    text-align: center;
    float: right;
    background-color: #eeeeee;
    border-radius: 3px;
    padding: 3px;
    display: none;
    font-size:14px;
    position:absolute;
    margin-right:0;
    right:10px;
   
}
.zadne-polozky {
    border: 1px solid #d5d3d3;
    margin-top: -26px;
    width: 240px;
    text-align: center;
 
    background-color: #eeeeee;
    border-radius: 3px;
    padding: 3px;
    display: none;
    font-size: 14px;
    position: absolute;
    margin-left:-100px;

}

.obchodni-podminky {
    font-size:12px;
    margin-top:10px;
}

.kosik-tlacitka-odeslani {
    height:50px !important;
    
}

.icDicSk {
    width: 20px !important;
    padding-right: 0px !important;
    padding-left: 5px !important;
    margin-right:0px !important;
}

.ic-dic-input {
    width: 88px !important;
    margin-left: -5px !important;
}

#vase-dic-info {
    display: none;
   border-bottom:1px solid #e2e2e2;
    margin-top: 0px;
    width: 240px;
    text-align: left;
    background-color: #eeeeee;
    border-radius: 3px;
    padding: 3px;
    display: none;
    font-size: 14px;
    position: absolute;
    padding-left:5px;
    
}

#prepnuti-dph {
    text-align:right;
    font-size:13px;
    margin-right:20px;
    margin-bottom:25px;
  
}
    #prepnuti-dph .popisek {
        float: right;
    }
    #prepnuti-dph .checked {
        background-image: url(../images/win-checked.png);
        width: 40px;
        height: 18px;
        float: right;
        margin-top: 0px;
        margin-left: 5px;
        cursor: pointer;
    }
    #prepnuti-dph .un-checked {
        background-image: url(../images/win-un-checked.png);
        width: 40px;
        height: 18px;
        float: right;
        margin-top: 0px;
        margin-left: 5px;
        cursor: pointer;
    }
/*.kosik-tlacitka-prava:hover .povinna-doprava-info {
    display: block;
}*/


.vyuzit-akci {
    text-align:center;
    margin-top:80px;
}
    .vyuzit-akci a {
        color: black;
    }
    .vyuzit-akci a.vyuzit-akci-tlacitko {
        background-color: red;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        padding: 10px;
    }

.akce-vyuziva {
    float:left;
    font-size:15px;
    margin-left:20px;
    margin-top:-15px;
    margin-bottom:10px;
    color:red;
}
    .akce-vyuziva a {
        color: red;
    }

#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;
    }


#objednavaci_formular table tr td i {
  cursor:pointer;
}
    #objednavaci_formular table tr td i.baleni_green {
       color:green;
    }
 

#objednavaci_formular table tr td .baleni-info {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    border-radius: 4px;
    text-align:left;
}

.moznosti-dopravy-table {
    padding:4px;

}
    .moznosti-dopravy-table tr th {
        padding-left: 4px;
        text-align:left;
        border:0px;
    }

.moznosti-dopravy-table tr td {
    padding-left: 4px;
    padding-bottom:4px;
}

    .moznosti-dopravy-table tr td.nazev-dopravy {
        padding-right: 30px;
    }

.moznosti-dopravy-container {
    background-color: white;
    padding-top: 10px;
    padding-left: 20px;
    padding-right:10px;
   
    float: right;
    border-left: 1px solid #dddddd;
}
.moznosti-dopravy-form {
    padding-top: 12px;
}
    .moznosti-dopravy-form .doprava-item {
        float: none;
        clear:both;
        padding-bottom:30px;
     
    }

   .moznosti-dopravy-form .doprava-item .doprava-logo {
            float: left;
           
      }

        .moznosti-dopravy-form .doprava-item .doprava-logo img {
          max-width:54px;
        }

        .moznosti-dopravy-form .doprava-item .doprava-name {
            float: left;
            width: 314px;
            margin-left: 12px;
            padding-top: 4px;
        }

        .moznosti-dopravy-form .doprava-item .doprava-cena {
            float: left;
            padding-top: 4px;
            text-align:right;
            width:100px;
        }

.vlastni-cislo-objednavky {
    margin-left:60px;
    float:left;
    font-size:14px;
}

#udaje-objednavky .zpusob-expedice {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dddddd;
    border-bottom: 0px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 4px;   
}

    #udaje-objednavky .zpusob-expedice input[type="radio"] {
        display: block;
       
        float:left;
      
    }

    #udaje-objednavky .zpusob-expedice label {
        font-size: 12px;
        display: block;
        float: left;
        margin-top:4px;
    }

.sklad-krok-2 {
    width:20px;
}

.align-center {
    text-align: center;
}

.class-green-check {
    color: green;
}

.class-red-check {
    color: red;
}

.class-orange-check {
    color: darkorange;
}


.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-info tr td a {
      color:black;
    }
        .historie-info tr td a.faktura-link {
            color: #6678b1;
        }

.historie-adresa {
    float: right;
    min-width: 150px;
    margin-left: 30px;
    background-color: #f8f8f8;
    padding: 10px;
}


.historie-tlacitka {
}

    .historie-tlacitka div {
        float: left;
        margin-right: 40px;
    }

        .historie-tlacitka div a {
            margin-top: 0px !important;
        }

            .historie-tlacitka div a.grey_button {
                cursor: not-allowed;
            }


.preobjednat {
    -moz-box-shadow: inset 0px 1px 0px 0px #2a5a2b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #2a5a2b;
    box-shadow: inset 0px 1px 0px 0px #2a5a2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #346e33), color-stop(1, #2a5a2b));
    background: -moz-linear-gradient(top, #346e33 5%, #2a5a2b 100%);
    background: -webkit-linear-gradient(top, #346e33 5%, #2a5a2b 100%);
    background: -o-linear-gradient(top, #346e33 5%, #2a5a2b 100%);
    background: -ms-linear-gradient(top, #346e33 5%, #2a5a2b 100%);
    background: linear-gradient(to bottom, #346e33 5%, #2a5a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#346e33', endColorstr='#2a5a2b',GradientType=0);
    background-color: #346e33;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8a8a8a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2a5a2b;
    padding-right: 10px;
}

    .preobjednat:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2a5a2b), color-stop(1, #346e33));
        background: -moz-linear-gradient(top, #2a5a2b 5%, #346e33 100%);
        background: -webkit-linear-gradient(top, #2a5a2b 5%, #346e33 100%);
        background: -o-linear-gradient(top, #2a5a2b 5%, #346e33 100%);
        background: -ms-linear-gradient(top, #2a5a2b 5%, #346e33 100%);
        background: linear-gradient(to bottom, #2a5a2b 5%, #346e33 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5a2b', endColorstr='#346e33',GradientType=0);
        background-color: #2a5a2b;
    }

    .preobjednat:active {
        position: relative;
        top: 1px;
    }


    .preobjednat i {
        margin-left: 20px;
    }
#historie-polozky {
    margin-top: 10px;
}

    #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.item-dodano {
            background-color: #dedbdb;
        
    }

        #historie-polozky .item > * {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            white-space: nowrap;
        }

        #historie-polozky .item .img-link {
            line-height:100%;
        }

        #historie-polozky .item .order-number {
            margin-left:0px;
            text-align:center;
            width:80px;
        }

        #historie-polozky .item .popup_produkt_b2b, #historie-polozky .item .popup_produkt_b2b a, #historie-polozky .item .popup_produkt_b2b .text_b2b {
            white-space: normal;
        }


#historie-polozky .item img.img-polozka {
    width: 100px;
}


        #historie-polozky .item .no-img {
            /*width: 130px;*/
            width: 100px;
            text-align:center;
        }

        #historie-polozky .item a.name-link {
            color:black;
        }

        #historie-polozky .item img.doprava-logo {
            width: unset;
        }


#historie-polozky .item .name {
    /*width: 100%;*/
    width: 620px;
    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;
            width: 90px;
            text-align:center;
            
        }
        #historie-polozky .item .code {
            width: 190px
        }



#historie-polozky .item .price {
    font-weight: bold;
    font-size: 18px;
    width: 130px;
    text-align: right;
}



    #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;
        }

.green_button {
    background-color: #208702;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 30px;
    /*font-family: calibri;
    font-weight: bold;
    margin-top: 5px;*/
    /*text-transform: uppercase;*/
    /*min-width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;*/
    /*border-radius: 4px;*/
    /*border: 0;*/
}

.grey_button {
    background-color: #b2bcbc;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 30px;
    /*background-color: #b2bcbc;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: calibri;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
    min-width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;*/
}

    .grey_button i {
        margin-right: 14px;
    }


        .grey_button i.fa-lock {
            margin-right: 3px;
            margin-left: 4px;
        }


.red_button {
    background-color: #af0000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 30px;

    /*background-color: #af0000; 
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: calibri;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border: 0;
    border-radius: 4px;*/
}

    .red_button.dealer {
        width: 230px;
    }

    .red_button i.fa-left {
        margin-right: 10px;
    }

    .red_button i.fa-right {
        margin-left: 10px;
    }

    .red_button i.fa-times {
        margin-right: 3px;
        margin-left: 4px;
    }

#historie-polozky.historie-polozky-nevyrizene {
    /*float: left;*/
    /*width: calc(96% - 160px);*/
    width: 100%;
    font-size: 14px;
    /*margin-left: 14px;*/
    margin-left:auto;
    margin-right:auto;
    margin-top: 16px;

    padding-bottom:260px;
}

.item-nadpis .nazev-nadpis {
    width: 730px;
}


#historie-polozky.historie-polozky-nevyrizene .item-nadpis .nazev-nadpis {
    width: 485px;
}

#historie-polozky.historie-polozky-nevyrizene .item-nadpis .code {
    /*width: 140px !important;*/
}


#historie-polozky.historie-polozky-nevyrizene .item-nadpis .cena-nadpis {
    text-align: right;
    width: 110px;
}


#historie-polozky.historie-polozky-nevyrizene .item {
    justify-content: unset;
}


.historie-polozky-nevyrizene .item div {
  /*border:1px solid gold;*/
}

#historie-polozky.historie-polozky-nevyrizene .item img {
    /*margin-right:-30px;*/
}


#historie-polozky.historie-polozky-nevyrizene .item .name {
    width: 380px !important;   
}
.historie-polozky-nevyrizene .item .code {
    width: 160px !important;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow:hidden;
}
#historie-polozky.historie-polozky-nevyrizene .item.item-nadpis .count {
    
    /*margin-left:0px;*/
}

#historie-polozky.historie-polozky-nevyrizene .item .count {
    width:90px;
    /*text-align:right;*/
    text-align:center;
  
}

#historie-polozky.historie-polozky-nevyrizene .item .termin {
    width: 100px;
    text-align:center;   
}
#historie-polozky.historie-polozky-nevyrizene .item .datum-objednani {
    width: 100px;
    text-align: center;
    margin-left:0px;
}

#historie-polozky.historie-polozky-nevyrizene .item .count-dodano {
    width: 70px;
    /*text-align: right;*/
    text-align: center;
}


#historie-polozky.historie-polozky-nevyrizene .item .price {
    width: 110px;
    font-size: 14px !important;
}
#historie-polozky.historie-polozky-nevyrizene .item .doprava img.doprava-logo {
    margin-top: 26px;
}

#historie-polozky .item.item-nadpis {
    /*background-color: #dddddd;*/
    background-color: #eeeded;
    line-height: unset;
  
}

#historie-polozky .item .cena-nadpis {
    text-align: right;
    width: 130px;
}
#historie-polozky .item .reklamace-link {
    width: 80px;
    white-space: unset;
    line-height: 90%;
    text-align:center;
}
    #historie-polozky .item .reklamace-link a {
        color: rgb(0,157,226);
        font-size:12px;
    }

#historie-menu {
    margin-bottom: 0;
    margin-left: -1px;
    border-bottom: 1px solid #898989;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 20px;
    /*margin-top:30px;*/
}

    #historie-menu a {
        background-color: #f3f3f3;
        text-decoration: none;
        font-weight: bold;
        color: #535353;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 13px;
        padding-top: 12px;
        margin: 0px;
        margin-top: 5px;
        float: left;
        margin-left: 1px;
        border: 1px solid #898989;
        border-bottom: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-right: 4px;
        margin-bottom: -1px;
        text-rendering: optimizeLegibility;
    }

        #historie-menu a:hover {
            color: black;
        }

        #historie-menu a i {
            font-size: 16px;
        }


        #historie-menu a.aktivni {
            background-color: #FFFFFF;
            /*border-bottom: 1px solid #FFFFFF;
            margin-bottom:-1px;*/
        }

.fa-file-pdf {
    color: #f00000;
    font-size:14px;
}

.historie-strankovani {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:30px;
}

.historie-strankovani a {
  color:black;
  margin-left:6px;
  margin-right:6px;
}

.back_button {
    background-color:rgb(0,157,226);
    text-decoration:none;
    color:white;
    padding:10px 30px;
}

#historie-filtr {
    /*content: f002;*/
    margin-bottom:16px;
}


#historie-filtr input[type="text"] {
    font-size: 15px;
}

#historie-filtr .containter-cislo {
    background-color: #e8e8e8;
    border-radius: 4px;
    width: 250px;
    padding: 7px 14px 7px 14px;
    box-sizing: border-box;
    float:left;
}
    #historie-filtr .containter-cislo i {
        color: rgba(0,0,0,.54);
        font-size:18px;        
    }
    #historie-filtr .containter-cislo .fa-times {
        color: rgba(0,0,0,.54);
        font-size: 18px;
        float:right;
        display:none;
    }
    #historie-filtr .containter-cislo .delete-cislo {
        float: right;
        display: none;
        cursor: pointer;
    }



#historie-filtr .containter-cislo.focused i {
    color: #00a8a9;
}

    #historie-filtr .containter-cislo .input-cislo {
        border: 0;
        outline: none;
        background: none;
        width:160px;      
    }

    #historie-filtr .open-close-filtr {
        float: left;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 26px;
        background-color: #f5f5f5;
        height: 32px;
        min-width: 64px;
        padding: 0 12px;
        border-style: none;
        cursor: pointer;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        cursor: pointer;
        font-weight: 500;
        letter-spacing: .2px;
    }
        #historie-filtr .open-close-filtr:hover {
            background-color: #ebeaea;
        }


    #historie-filtr .control-buttons {
        float:right;
        margin-right:30px;
        display:none;
    }


    #historie-filtr .clear-filtr {
        float: left;
        display: inline-block;
        text-transform: uppercase;
        background-color: #faf9f9;
        border-style: none;
        height: 32px;
        min-width: 64px;
        padding: 0 12px;
        cursor: pointer;
    }
    #historie-filtr .clear-filtr i{
      margin-right:10px;
    }
    #historie-filtr .clear-filtr:hover {
        background-color: #ebeaea;
    }

    #historie-filtr .send-filtr {
        float: left;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 26px;
        background-color: #00a8a9;
        font-weight: 600;
        letter-spacing: .2px;
        color: #fff;
        height: 32px;
        min-width: 64px;
        padding: 0 12px;
        border-style: none;
        cursor: pointer;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        
    }

        #historie-filtr .send-filtr:hover {
            background-color: #04b0b1;
        } 



    #historie-filtr .detailni-filtr {
        margin-top:20px;
        display:none;
    }
        #historie-filtr .detailni-filtr .filtr-sekce {
            border-radius: 4px;
            width: 350px;
            height: 30px;
            float: left;
            margin-right: 20px;
            border: 1px solid #c4c3c3;
            margin-bottom:10px;
        }

        #historie-filtr .detailni-filtr .filtr-sekce:hover {
           border:1px solid black;
        }


        #historie-filtr .detailni-filtr .filtr-sekce.kalendar-sekce input[type="text"] {
            width: 130px;
        }
            #historie-filtr .detailni-filtr .filtr-sekce .line-vert {
                border-left: 1px solid #c4c3c3;
                display: inline-block;
                height: 36px;
                position: absolute;
                margin-top: -10px;
                margin-left: 10px;
            }

        #historie-filtr .detailni-filtr .filtr-sekce.kalendar-sekce .input-to {
          margin-left:30px;
        }




#historie-filtr .detailni-filtr .filtr-sekce.change-leg-pla input[type="text"] {
    width: 330px;
}
            #historie-filtr .detailni-filtr .filtr-sekce.checkboxes input[type="text"] {
              cursor:pointer;
            }

        #historie-filtr .detailni-filtr .filtr-sekce .delete-text {
            float: right;
            color: rgba(0,0,0,.54);
            display: none;
            font-size: 18px;
            cursor:pointer;
        }


        #historie-filtr .detailni-filtr .filtr-sekce.change-leg-pla legend {
            width: 0px;
            padding: 0;
            height:13px;
        }

            #historie-filtr .detailni-filtr .filtr-sekce.checkboxes {
                cursor:pointer;
            }

            #historie-filtr .detailni-filtr .filtr-sekce.change-leg-pla .fa-sort-down {
                margin-top: -4px;             
            }
            #historie-filtr .detailni-filtr .filtr-sekce.change-leg-pla .arrow {
                /*margin-top: -4px;*/
                position: absolute;
                padding-left: 4px;
                float:right;
            }



#historie-filtr .detailni-filtr .filtr-sekce.focused {
    border-color: #00a8a9;
}
        #historie-filtr .detailni-filtr .filtr-sekce.focused i {
             color: #00a8a9;
         }

            #historie-filtr .detailni-filtr .filtr-sekce.focused legend {
                color: #00a8a9;
                width:unset;
            }

        #historie-filtr .detailni-filtr .filtr-sekce.unfocused legend { /*kdyz rusi focus, ale musi zustat legenda zobrazena, tak ji vypina nulovou sirku*/
            width:unset;
        }

        #historie-filtr .detailni-filtr .filtr-sekce legend {
            font-size: 11px;
        }

        #historie-filtr .detailni-filtr .filtr-sekce input[type="text"] {
            border: 0;
            outline: none;
            background: none;
        }

.historie-filtr-zaskrtavatka {
    position: absolute;
    display: none;
    max-width: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    will-change: transform;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    border-radius: 4px;
    z-index: 8;
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    /*margin-left:0px;*/
}

    .historie-filtr-zaskrtavatka .checkbox-item {
        padding:16px 16px 0px;
        min-height: 40px;
        cursor:pointer;
    }

        .historie-filtr-zaskrtavatka .checkbox-item:hover {
            background-color: #ebeaea;
        }


        .historie-filtr-zaskrtavatka .checkbox-item.checked {
            background-color: rgb(224, 244, 245);
            color: #00a8a9;
            font-weight: 500;
        }



    .historie-filtr-zaskrtavatka .checkbox-item .checkbox {

    }

        .historie-filtr-zaskrtavatka .checkbox-item .checkbox:before {
            font-family: "Font Awesome\ 5 Free";
            font-style: normal;
            width: 1em;
            height: 1em;
            content: '\f0c8';
            margin-right: .6em;
            background-color: white;
        
        }

        .historie-filtr-zaskrtavatka .checkbox-item.checked .checkbox:before {
            content: '\f14a';
        }

#historie-filtr .detailni-filtr .filtr-sekce .vybrany_text_container {
    width: 320px;
    display: none;
    max-width: 320px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

    #historie-filtr .detailni-filtr .filtr-sekce .vybrany_text_container .vybrany_text, #historie-filtr .detailni-filtr .filtr-sekce .vybrany_text_container .vybrany_text_cislo {
        background-color: #00a8a9;
        border-radius: 10px;
        padding: 4px;
        color: #fff;
        font-size: 12px;
        margin-right: 4px;
        display: inline-block;
        max-width: 80px;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }


#potvrzeni-reklamace {
    text-align:center;
    line-height:140%;
    padding-top:20px;
    font-size:18px;

}
#potvrzeni-reklamace i {
  font-size:40px;
}


    #potvrzeni-reklamace .green-text {
        color: #208702;
        font-weight:bold;
    }


#faktury-po-splatnosti {
   width:350px; 
   float:right;
   margin-bottom:-100px;
}

    #faktury-po-splatnosti .nadpis {
        color:red;
        font-size:18px;
    }