﻿.boxReceptura {
    padding: 10px;
}

img {
    height: inherit;
    width: inherit;
}

.boxRecepturaNadpis {
    font-size: xx-large;
    color: #125aa7;
    padding-top: 30px;
    display: inline-flex;
    font-weight: bold;
}

.boxRecepturaTelo {
}

    /*Tohle zajístí roztažení předchozího boxu, aby se tam vešli Leva a Prava float*/
    .boxRecepturaTelo::after {
        content: "";
        display: table;
        clear: both;
    }

.boxRecepturaTeloLeva {
    float: left;
    width: 35%;
    margin-left: 12%;
}

.boxRecepturaTeloPrava {
    float: right;
    width: 35%;
    margin-right: 12%;
}

.boxRecepturaTeloStredni {
    float: left;
    width: 35%;
    margin-left: 35%;    
    margin-right: 35%;
}

.boxRecepturaTeloStred {
    width: 35%;
    margin-left: 33%;
    margin-right: 33%;
}

.boxRecepturaIkona {
    height: 50px;
    width: 50px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px;
}

.boxRecepturaObrazek {
    margin: 20px;
    text-align: center;
    display: none;
}

.iRecepturaObrazek {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 20px;
}

.boxRecepturaIkony {
}

.colRecepturaDetailyNadpis {
    color: #005aab;
    text-align: left;
    max-width: 100%;
    white-space: nowrap;
}

.colRecepturaDetailyText {
    color: #005aab;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.colRecepturaSurovinyHmotnost {
    text-align: right;
    width: auto;
}

.colRecepturaSurovinyJednotka {
    text-align: left;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.colRecepturaSurovinyNazev {
    font-weight: bold;
    text-align: left;
}

.boxRecepturaPostupIkonaObrazek {
    position: relative;
    display: inline;
    text-align: center;
    padding: 10px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    user-select: none;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.boxRecepturaPostupIkonaText {
    position: absolute;
    font-size: x-large;
    color: #ffa554;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.colRecepturaPostupText {
    text-align: justify;
    padding: 0px;
}

.boxRecepturaNadpisOblasti {
    color: #005aab;
    font-weight: bold;
    font-size: large;
    text-align: left;
    padding-bottom: 20px;
}

.boxRecepturaOblast {
    background-color: #f2f2f2;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}

.boxRecepturaOblastText {
    text-align: justify;
}

.boxRecepturaOblastObsah {
    display: table-cell;
    text-align: start;
}

.boxRecepturaFooter {
    /*position:fixed;
    bottom:50px;
    left: 0;
    right: 0;*/
}

.boxRecepturaFooterSpace {
    height: 10px;
}

.boxRecepturaTlacitkoZpet {
    cursor: pointer;
    float: none;
    padding: 20px;
    width: 30%;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #000000;
}

.tabRecepturaOblastText {
    margin-left: 0;
    margin-bottom: 10px;
}
