﻿body {
    background: white;
}

.boxNadpis {
    background-color: #0070c0;
    height: 30px;
    margin: 30px 0px 0px 0px;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 30px;
}

.boxOdstavec {
    background-color: #bdd6ee;
    height: 26px;
    margin: 30px 0px 0px 0px;
    padding: 2px 6px;
    color: #000;
    font-size: 1.1em;
    text-align: left;
}

.boxRecepturyObrazek {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    color: white;
    width: 100%;
}

.iRecepturyObrazek {
    height: 90%;
    width: 90%;
    object-fit: contain;
}


.boxRecepturySmazatFiltry {
    margin: 20px;
    cursor: pointer;
}

.boxRecepturyObrazekText {
    position: absolute;
    top: 70%;
    left: 50%;
    font-size: large;
    transform: translate(-80%, 10%);
    color: white;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.boxDlazdiceContainer {
    position: relative;
    display: inline;
    text-align: center;
    padding: 0px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 220px;
    height: 220px;
    cursor: pointer;
    user-select: none;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.boxDlazdiceText {
    position: absolute;
    font-size: 31px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxphDlazdiceSeznam {
    min-width: 696px;
    list-style: none;
    background: #f4f4f4;
    width: 100%;
    padding-top: 20px;
}


.boxRecepturyNadpis {
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    color: #125aa7;
    font-size: xxx-large;
}

.boxRecepturyPopis {
    text-align: center;
    padding: 20px;
    font-size: medium;
}

.boxRecepturyBlok {
    background: white;
}

    .boxRecepturyBlok::after {
        content: "";
        display: table;
        clear: both;
    }

.boxRecepturyFiltry {
    width: 27%;
    float: left;
    /*padding: 10px;*/
}

.boxRecepturyFiltr {
    list-style: none;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #000000;
    margin: 10px;
}

.boxRecepturyFiltrEmpty {
    padding-bottom: 300px;
}

.boxRecepturyFiltrNadpis {
    font-size: large;
    text-align: center;
    padding-bottom: 3px;
}

.boxRecepturyFiltrPolozky .boxPHF {
    float: none;
}

.boxRecepturyFiltrPolozky {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.boxRecepturyFiltrPolozka {
    font-size: small;
    text-align: left;
    padding: 5px;
    padding-left: 20px;
}

    /*odsazení textu u checkboxů*/
    .boxRecepturyFiltrPolozka input {
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

    .boxRecepturyFiltrPolozka label {
    }

.boxRecepturyHledani {
    border-radius: 20px;
    text-align: center;
    font-size: large;
    padding: 10px;
    margin: 10px;
    /*display: inline-flex;*/
    border: 1px solid #000000;
}

.boxRecepturyHledaniIkona {
    max-width: 30%;
    height: 35px;
    width: 35px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.iRecepturyHledani {
    width: 100%;
    height: 100%;
    background: rgba(76, 175, 80, 0);
}

.nRecepturyHledani {
    padding-left: 5%;
    font-size: large;
    width: 77%;
    height: 100%;
    padding: 5px;
}

.boxRecepturyHledat {
    text-align: center;
    font-size: medium;
    width: 10%;
    float: right;
    border: 1px solid #000000;
}

.tRecepturyHledani {
    width: 150%;
}

.boxRecepturySeznam {
    width: 71%;
    float: right;
    border-radius: 20px;
    border: 1px solid #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.boxRecepturySeznamReceptura {
    border-bottom: 1px solid #000000;
    font-size: x-large;
    padding: 10px;
    white-space: nowrap;
    justify-content: space-between;
    display: flex;
    text-align: left;
}

.boxRecepturySeznamRecepturaPrazdno {
    border-bottom: 1px solid #000000;
    font-size: 0.9em;
    padding: 10px;
    white-space: nowrap;
    justify-content: space-between;
    text-align: center;
}

.boxRecepturaObrazekACheckbox {
    text-align: left;
}

.boxRecepturaObrazek {
    vertical-align: top;
    width: 160px;
    min-width: 160px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.boxRecepturaCheckbox {
    vertical-align: top;
    width: 25px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.boxRecepturaNazev {
    vertical-align: top;
    height: 100px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    flex-grow: 1;
    font-weight: bold;
    word-break: initial;
    white-space: initial;
    color: #484848;
    font-size: smaller;
    text-align: left;
}

.boxRecepturaIkony {
    max-width: 350px;
}

.boxRecepturaIkona {
    height: 50px;
    width: 50px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    cursor: pointer;
}

.boxRecepturaIkonaDiety {
    height: 50px;
    width: 50px;
    margin-top: 10px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.boxRecepturaIkonaOvereno {
    height: 50px;
    width: 50px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.boxRecepturySeznamHlavicka {
    border-bottom: 1px solid #000000;
    padding: 10px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.boxRecepturySeznamHlavickaObrazek {
    vertical-align: top;
    width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.boxRecepturySeznamHlavickaIkony {
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.boxRecepturySeznamHlavickaCheckbox {
    vertical-align: top;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.boxRecepturySeznamHlavickaNazev {
    vertical-align: top;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
}

    .boxRecepturySeznamHlavickaNazev img {
        margin-left: 0px;
    }

.boxRecepturySeznamHlavickaIkonaOvereno {
    width: 50px;
    margin: 5px;
    vertical-align: top;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.boxRecepturySeznamHlavickaIkonaOblibene {
    width: 50px;
    margin: 5px;
    vertical-align: top;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.boxRecepturySeznamHlavickaIkona {
    width: 50px;
    margin: 5px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.boxOznaceneReceptury {
    font-size: large;
    border-radius: 20px;
    border: 1px solid #000000;
    margin: 10px;
    padding: 10px;
}

.boxRecepturySeznamPatickaNadpis {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.boxDalsiStranka {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.boxCisloStranky {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.boxCisloStrankyVybrano {
    font-weight: bold;
}

.boxCisloStrankyZmena {
    cursor: pointer;
}

.boxPredchoziStranka {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.boxRecepturySeznamPaticka {
    display: inline-block;
}

.boxRecepturyRazeniVybrano {
    font-weight: bold;
}


.lnkMenuMReceptury, .lnkMenuVReceptury {
    background-image: url(../Images/Menu-Receptury-B.png);
}

.lnkMenuMZReceptury, .lnkMenuVZReceptury {
    background-image: url(../Images/Menu-Receptury-P.png);
}

.lnkMenuMSuroviny, .lnkMenuVSuroviny {
    background-image: url(../Images/Menu-Suroviny-B.png);
}

.lnkMenuMZSuroviny, .lnkMenuVZSuroviny {
    background-image: url(../Images/Menu-Suroviny-P.png);
}

.lnkMenuMJidelnicky, .lnkMenuVJidelnicky {
    background-image: url(../Images/Menu-Jidelnicky-B.png);
}

.lnkMenuMZJidelnicky, .lnkMenuVZJidelnicky {
    background-image: url(../Images/Menu-Jidelnicky-P.png);
}

.lnkMenuMTexty, .lnkMenuVTexty {
    background-image: url(../Images/Menu-Texty-B.png);
}

.lnkMenuMZTexty, .lnkMenuVZTexty {
    background-image: url(../Images/Menu-Texty-P.png);
}

.lnkMenuMNovinky, .lnkMenuVNovinky {
    background-image: url(../Images/Menu-Novinky-B.png);
}

.lnkMenuMZNovinky, .lnkMenuVZNovinky {
    background-image: url(../Images/Menu-Novinky-P.png);
}

.lnkMenuMProtokoly, .lnkMenuVProtokoly {
    background-image: url(../Images/Menu-Protokoly-B.png);
}

.lnkMenuMZProtokoly, .lnkMenuVZProtokoly {
    background-image: url(../Images/Menu-Protokoly-P.png);
}


/* Tooltip container */
.boxtooltip {
    position: relative;
}

    /* Tooltip text */
    .boxtooltip .tooltiptext {
        visibility: hidden;
        background-color: #b5b5b5;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        font-size: medium;
        position: absolute;
        z-index: 1;
        left: 160px;
        margin-left: 0;
        top: -55px;
    }


    /* Show the tooltip text when you mouse over the tooltip container */
    .boxtooltip:hover .tooltiptext {
        visibility: visible;
    }


    .boxtooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #b5b5b5 transparent transparent transparent;
    }

/* Tooltip container */
.boxdietytooltip {
    position: relative;
    cursor: default;
}

    /* Tooltip text */
    .boxdietytooltip .dietytooltiptext {
        visibility: hidden;
        background-color: #b5b5b5;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        font-size: medium;
        position: absolute;
        z-index: 1;
        margin-left: 0;
        top: -50px;
    }

    .boxdietytooltip:hover .dietytooltiptext {
        visibility: visible;
    }

    .boxdietytooltip .dietytooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #b5b5b5 transparent transparent transparent;
    }

    /* Tooltip container */
.boxobrazektooltip {
    position: relative;
    cursor: default;
}

    /* Tooltip text */
    .boxobrazektooltip .ktooltiptext {
        visibility: hidden;
        background-color: #b5b5b5;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        font-size: medium;
        position: absolute;
        z-index: 1;
        margin-left: 0;
        top: -150px;
        right: 160px;
    }

    .boxobrazektooltip:hover .ktooltiptext {
        visibility: visible;
    }

