/* _content/aukce.numismatika/Pages/Aukce.cshtml.rz.scp.css */
#zacatek[b-2u11xg7nqx] {
    display:none;
   
}

#konec[b-2u11xg7nqx] {
    display: none;
}

#aukce[b-2u11xg7nqx] {
    display: none;    
}
/* _content/aukce.numismatika/Pages/Heslo.cshtml.rz.scp.css */
.navesti[b-lek0p41d7g] {
    font-weight: 500;
    margin-top: 20px;
    color: #444;
}

[b-lek0p41d7g] input[type=text] {
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    font-size: 14px;
}

    [b-lek0p41d7g] input[type=text]:focus {
        outline: none !important;
        border-color: #d70505;
    }

[b-lek0p41d7g] button {
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    background-color: #C70B0B;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    [b-lek0p41d7g] button:hover {
        background-color: #555;
    }

.odsazeni[b-lek0p41d7g] {
    margin-top: 10px;
}

.msg[b-lek0p41d7g] {
    display: inline-block;
    margin-top: 20px;
    color: #FFF;
    background-color: #093d98;
    padding: 5px;
}
/* _content/aukce.numismatika/Pages/Index.cshtml.rz.scp.css */

/* _content/aukce.numismatika/Pages/Kategorie.cshtml.rz.scp.css */
/* _content/aukce.numismatika/Pages/MojeLimity.cshtml.rz.scp.css */

/* _content/aukce.numismatika/Pages/Partial/data.cshtml.rz.scp.css */
.row[b-lw5cfs6al7] {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

/* Create four equal columns */
.column[b-lw5cfs6al7] {
    flex: 33.3%;
    /*background-color: aqua;*/
    /*flex-basis: 30%;*/
    max-width: 33.3%;
}

.cell[b-lw5cfs6al7] {
    margin: 5px;
    padding: 10px;    
    border-radius: 5px;
    /* height: 370px;*/
}

   .linka1[b-lw5cfs6al7] {
        border: 1px solid #AAA;
    }

   .linka2[b-lw5cfs6al7] {
        border: 1px solid #FF0000;
    }


.nazev[b-lw5cfs6al7] {
    color: #093d98;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.popis[b-lw5cfs6al7] {
    color: #555;
    font-size: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 40px;
    cursor: default;
}

.sl[b-lw5cfs6al7] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 15px;
}

.sl1[b-lw5cfs6al7] {
    color: #555;
}

.slp[b-lw5cfs6al7] {
    font-weight: bold;
}

.aktualniCena[b-lw5cfs6al7] {
    color: #ff0000;
}

.kupHnedCena[b-lw5cfs6al7] {
    color: #09861b;
}

.detail[b-lw5cfs6al7] {
    text-align: right;
}

    .detail a[b-lw5cfs6al7] {
        display: inline-block;
        background-color: #093d98;
        border: none;
        color: #FFF;
        padding: 7px 22px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .detail a:hover[b-lw5cfs6al7] {
            background-color: #5e5e5f;
        }


.kontejnerFoto[b-lw5cfs6al7] {
    position: relative;
    width: 100%;
    /*background-color: #FF0000;*/
}

    .kontejnerFoto[b-lw5cfs6al7]:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.obsahFoto[b-lw5cfs6al7] {
    position: absolute;
    width: calc(100%-2px); /*zmenšeno o 2x linku*/
    height: 100%;
    border: 1px solid #AAA;
    border-radius: 5px;
}

    .obsahFoto[b-lw5cfs6al7]  img {
        /*object-fit: contain;
        display: block;
        width: 100%;
        height: auto;*/
        /* max-width: 100%;
        object-fit: contain;*/
        width: 100%;
        height: 100%;
        object-fit: contain;
        /*object-position: left top;*/
        /*        border-top-left-radius: 5px;
        border-top-right-radius: 5px;*/
    }

@media screen and (max-width: 992px) {
    .column[b-lw5cfs6al7] {
        flex: 50%;
        max-width: 50%;
    }
}
/* _content/aukce.numismatika/Pages/Partial/menu.cshtml.rz.scp.css */
a[b-lo9c37cs6r] {
    color: #555;
    text-decoration: none;
}

    a:hover[b-lo9c37cs6r] {
        text-decoration: underline;
    }

.kategorie[b-lo9c37cs6r] {
    font-weight: bold;
}

.podKategorie[b-lo9c37cs6r] {
    margin-left: 20px;
}
/* _content/aukce.numismatika/Pages/Polozka.cshtml.rz.scp.css */
#popupBackground[b-5edmbfijfm] {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    user-select: none; /*Aby dvojklik na #modal nevybral vše v .modal__window*/
}

#popupContent[b-5edmbfijfm] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 600px;*/
    /* height: 200px;*/
    text-align: left;
    background-color: #f8f4e1;
    box-sizing: border-box;
    padding: 15px;
    z-index: 100;
    border-radius: 5px;
    display: none;
    font-size: 15px;
    color: #555;
    line-height: 20px;
    /*to hide popup initially*/
}

    #popupContent h3[b-5edmbfijfm] {
        margin-top: 10px;
    }

    #popupContent a[b-5edmbfijfm] {
        text-decoration: none;
        color: #ff0000;
    }

        #popupContent a:hover[b-5edmbfijfm] {
            color: #808080;
        }

    #popupContent[b-5edmbfijfm]  button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 0;
        color: #FFFFFF;
        font-size: 14px;
        padding: 7px 15px 7px 15px;
        background-color: #C70B0B;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
    }

    #popupContent[b-5edmbfijfm]  button:hover {
        background-color: #555;
    }

#btnClose[b-5edmbfijfm] {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 2px 8px 2px 8px;
    cursor: pointer;
}

.detail[b-5edmbfijfm] {
    display: flex;
}

.slFoto[b-5edmbfijfm] {
    width: 50%;
}

    .slFoto .kontejnerFoto[b-5edmbfijfm] {
        width: 100%;
        margin-bottom: 10px;
        /*background-color: #FF0000;*/
    }

    .slFoto .obsahFoto[b-5edmbfijfm] {
        width: calc(100%-2px); /*zmenšeno o 2x linku*/
        /* height: 100%;*/
        border: 1px solid #AAA;
        border-radius: 5px;
        padding: 2px;
        margin-bottom: 15px;
    }

    .slFoto[b-5edmbfijfm]  img {
        width: 100%;
        height: auto;
    }

.slObsah[b-5edmbfijfm] {
    width: 50%;
    padding-left: 20px;
}

.nazev[b-5edmbfijfm] {
    color: #093d98;
    font-weight: bold;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
}

.popis[b-5edmbfijfm] {
    color: #555;
    font-size: 15px;
    margin-bottom: 10px;
}

.sl[b-5edmbfijfm] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 15px;
}

.sl1[b-5edmbfijfm] {
    color: #555;
}

.slp[b-5edmbfijfm] {
    font-weight: bold;
}

.aktualniCena[b-5edmbfijfm] {
    color: #ff0000;
}

.kupHnedCena[b-5edmbfijfm] {
    color: #09861b;
}

input[b-5edmbfijfm]::-webkit-outer-spin-button,
input[b-5edmbfijfm]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-5edmbfijfm] {
    -moz-appearance: textfield;
    width: 70px;
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2px;
}


    input[type=number]:focus[b-5edmbfijfm] {
        outline: none !important;
        border-color: #d70505;
    }

.vlozitLimit[b-5edmbfijfm] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    background-color: #C70B0B;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.kupHned[b-5edmbfijfm] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    background-color: #097d0f;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .vlozitLimit button:hover[b-5edmbfijfm], .kupHned button:hover[b-5edmbfijfm] {
        background-color: #555;
    }


    .stav[b-5edmbfijfm] {
        color:#FF0000;
        font-weight: bold;
    }

.msg[b-5edmbfijfm] {
    margin-top: 20px;
    color: #FFF;
    background-color: #093d98;
    padding: 5px;
}
/* _content/aukce.numismatika/Pages/Prihlaseni.cshtml.rz.scp.css */
.navesti[b-mhvno2dt42] {
    font-weight: 500;
    margin-top: 10px;
    color: #444;
}

[b-mhvno2dt42] input[type=text], [b-mhvno2dt42] input[type=password] {
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    font-size: 14px;
}

[b-mhvno2dt42] input[type=text]:focus, [b-mhvno2dt42] input[type=password]:focus {
    outline: none !important;
    border-color: #d70505;
}

[b-mhvno2dt42] button {
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    background-color: #C70B0B;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

[b-mhvno2dt42] button:hover {
        background-color: #555;
    }

.odsazeni[b-mhvno2dt42] {
    margin-top: 10px;
}

.msg[b-mhvno2dt42] {
    display:inline-block;
    margin-top: 20px;
    color: #FFF;
    background-color: #093d98;
    padding: 5px;
}

a[b-mhvno2dt42] {
    color: #C70B0B;
    text-decoration: none;
}

    a:hover[b-mhvno2dt42] {
        text-decoration: underline;
    }
/* _content/aukce.numismatika/Pages/Registrace.cshtml.rz.scp.css */
.row[b-ykkriml5bc] {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.navesti[b-ykkriml5bc] {
    font-weight:500;
    margin-top: 10px;
    color:#444;
}

[b-ykkriml5bc] input[type=text] {
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    font-size: 14px;
}

    [b-ykkriml5bc] input[type=text]:focus {
        outline: none !important;
        border-color: #d70505;
    }

[b-ykkriml5bc] .error {
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
}

button[b-ykkriml5bc] {
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #093d98;
    border: none;
    color: #FFF;
    padding: 7px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

    button:hover[b-ykkriml5bc] {
        background-color: #5e5e5f;
    }
/* _content/aukce.numismatika/Pages/Shared/_Layout.cshtml.rz.scp.css */
a[b-l0a5eqvp3n] {
    color: #555;
    text-decoration: none;
}

    a:hover[b-l0a5eqvp3n] {
        text-decoration: underline;
    }

.kontejner[b-l0a5eqvp3n] {
    margin: 0 auto 0 auto;
    max-width: 1200px;
    padding-left: 5px;
    padding-right: 5px;
}

#hlavicka[b-l0a5eqvp3n] {
    /*  box-shadow: 0 5px 0px rgba(182, 182, 182, 0.75);*/
    /*box-shadow: 10px 10px 8px 10px #888888;*/
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* height: 80px;*/
    /*flex-direction:column;*/
    /*align-items: baseline;
    margin: 0;*/
}

#hlavickaObsah[b-l0a5eqvp3n] {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column;*/
    /*width: 100%;*/
}

    #hlavickaObsah .logo[b-l0a5eqvp3n] {
        /*display: flex;
        align-items: flex-start;*/
        align-self: center;
    }

    #hlavickaObsah .horniMenu1[b-l0a5eqvp3n] {
        align-self: center;
        /*  align-items: center;*/
    }

    #hlavickaObsah .horniMenu2[b-l0a5eqvp3n] {
        align-self: center;
        /*  align-items: center;*/
    }

    #hlavickaObsah .terminAukce[b-l0a5eqvp3n] {
        align-self: center;
        font-weight: bold;

        /* display: flex;
        align-items: */
    }

.kontejnerObsah[b-l0a5eqvp3n] {
    display: flex;
    width: 100%;
}

.menu[b-l0a5eqvp3n] {
    /*width: 400px;*/
    width: 220px;
    line-height: 25px;
}

.obsah[b-l0a5eqvp3n] {
    /*margin-left: 50px;*/
    /*width: 100%;*/
    /* margin-right: 15px;*/
   /* background-color: #4cff00;*/
    /*width: 100%;*/
    flex: 100%;
}

    
/* _content/aukce.numismatika/Pages/Shared/_LayoutAukce.cshtml.rz.scp.css */
a2[b-5pmvczozxz] {
    color: #555;
    text-decoration: none;
}

    a:hover[b-5pmvczozxz] {
        text-decoration: underline;
    }

.kontejner[b-5pmvczozxz] {
    margin: 0 auto 0 auto;
    max-width: 1200px;
    padding-left: 5px;
    padding-right: 5px;
}

#hlavicka[b-5pmvczozxz] {
    /*  box-shadow: 0 5px 0px rgba(182, 182, 182, 0.75);*/
    /*box-shadow: 10px 10px 8px 10px #888888;*/
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* height: 80px;*/
    /*flex-direction:column;*/
    /*align-items: baseline;
    margin: 0;*/
}

#hlavickaObsah[b-5pmvczozxz] {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column;*/
    /*width: 100%;*/
}

    #hlavickaObsah .logo[b-5pmvczozxz] {
        /*display: flex;
        align-items: flex-start;*/
        align-self: center;
    }

    #hlavickaObsah .cisloAukce[b-5pmvczozxz] {
        align-self: center;
        font-weight: bold;
        /* display: flex;
        align-items: */
    }


.kontejnerObsah[b-5pmvczozxz] {
    display: flex;
    width: 100%;
}

[b-5pmvczozxz] .circle-progress {
    width: 60px !important;
    height: auto;
}

[b-5pmvczozxz] .circle-progress-circle {
    stroke: #ddd;
    stroke-width: 12px;
}

[b-5pmvczozxz] .circle-progress-value {
    stroke-width: 12px;
    stroke: #ff8c00;
    /*stroke-linecap: round;*/
}

[b-5pmvczozxz] .circle-progress-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 40px !important;
    font-weight: 900;
    fill: #ff8c00;
}

/* _content/aukce.numismatika/Pages/TabulkaPrihozu.cshtml.rz.scp.css */
.flexObsah[b-swhpj2kfmn] {
    display: flex;
    flex-wrap: nowrap;
    color:#555;
}

.col[b-swhpj2kfmn] {
    width: 120px;
    margin-right: 20px;
    text-align: right;
}

.navesti[b-swhpj2kfmn] {
    font-weight: bold;
}
/* _content/aukce.numismatika/Pages/Ucet.cshtml.rz.scp.css */
.odsazeni[b-un31noo5u5] {
    margin-top: 10px;
}

a[b-un31noo5u5] {
    color: #C70B0B;
    text-decoration: none;
}

    a:hover[b-un31noo5u5] {
        text-decoration: underline;
    }
