#menu {
    margin-bottom: 10px;
}

footer {
    margin-top: 15px;
    background-color: #e3f2fd;
}

label {
    margin-left: 10px;
}

div.ramecek-klient {
    max-width: 22rem;
    color: #084298;
    border: solid;
    border-width: 1px;
    border-color: #99bbff;
    border-radius: .375rem;
    background-color: #bdd0f7;
    margin-bottom: 5px;
}

div.ramecek-pracovnik {
    max-width: 22rem;
    color: #664D03;
    border: solid;
    border-width: 1px;
    border-color: #FFECB5;
    border-radius: .375rem;
    background-color: #FFF3CD;
    margin-bottom: 5px;
}

div.ramecek-poloha {
    max-width: 22rem;
    color: #0f5132;
    border: solid;
    border-width: 1px;
    border-color: #badbcc;
    border-radius: .375rem;
    background-color: #d1e7dd;
    margin-bottom: 5px;
}

div.ramecek-ukon {
    max-width: 22rem;
    color: #084298;
    border: solid;
    border-width: 1px;
    border-color: #b6d4fe;
    border-radius: .375rem;
    background-color: #cfe2ff;
    margin-bottom: 5px;
}

div.ramecek-ukon-cas {
    max-width: 22rem;
    color: #075060;
    border: solid;
    border-width: 1px;
    border-color: #C8EFF7;
    border-radius: .375rem;
    background-color: #CFF4FC;
    margin-bottom: 5px;
}

.btn-ramecek {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2652a8;
    text-align: center;
}

div.ramecek-info {
    width: 22rem;
    color: #084298;
    border: solid;
    border-width: 1px;
    border-color: #99bbff;
    border-radius: .375rem;
    background-color: #dfe8f8;
    margin-bottom: 5px;
}

div.ramecek-chyba {
    width: 22rem;
    color: #980808;
    border: solid;
    border-width: 1px;
    border-color: #ff9999;
    border-radius: .375rem;
    background-color: #f7bdbd;
    margin-bottom: 5px;
}

.btn-xlarge {
    max-width: 22rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

table {
    max-width: 26rem;
}

@media (orientation: portrait) {
    div.card {
        max-width: 22rem;
    }

    div.card-small {
        min-width: 22rem;
        max-width: 22rem;
    }

    div.harmonika {
        max-width: 26rem;
    }

    table.zaznamy {
        max-width: 26rem;
    }

    .btn-tlacitko {
        width: 85vw;
    }

    .btn-letter {
        font-size:10vw;
        font-weight: bold;
        color: #2652a8;
        width: 18vw; 
        height: 18vw;
        margin: 0.5vw;
        text-align: center;
    }
    
    .btn-letter-del {
        font-size:8.5vw;
        width: 18vw; 
        height: 18vw;
        margin: 0.5vw;
        text-align: center;
    }
}

@media (orientation: landscape) {
    div.card {
        min-width: 22rem;
        width: 85%;
    }

    div.card-small {
        min-width: 22rem;
        width: 22rem;
    }

    div.harmonika {
        max-width: 26rem;
    }

    table.zaznamy {
        max-width: 90vw;
    }

    #video-container-main {
        width: 60vw;
    }

    .btn-tlacitko {
        max-width: 22rem;
    }

    .btn-letter {
        font-size:4vw;
        font-weight: bold;
        color: #2652a8;
        width: 8vw; 
        height: 8vw;
        margin: 0.5vw;
        text-align: center;
    }
    
    .btn-letter-del {
        font-size:3.5vw;
        width: 8vw; 
        height: 8vw;
        margin: 0.5vw;
        text-align: center;
    }
}

#video-container-main {
    margin-bottom: 10px;
}

#video-container {
    line-height: 0;
}

svg.scan-region-highlight-svg,
.code-outline-highlight {
    stroke: #ee0000 !important;
    stroke-width: 8 !important;
}

#liveToast {
    background-color: rgb(204, 255, 204);
}

img.ikonka {
    margin-right: 5px;
}

div.card {
    margin-bottom: 1rem;
}

/* foto */
#input_foto_resized {
    display: none
}