/* Minimalizace se nezdařila. Je vrácen neminimalizovaný obsah.
(196,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
div.ZavaznaHlaska > div > ul > li, div.NezavaznaHlaska > div > ul > li {
    font-size: 0.875rem !important;
    font-weight: 400;
}

/*
.ZavaznaHlaska, .NezavaznaHlaska {
    style='color:red;font-weight:bold;'
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(174, 17, 59) 25%, transparent 25%, transparent 50%, rgba(174, 17, 59) 50%, rgba(174, 17, 59) 75%, transparent 75%, transparent);
  
}
*/
.ZavaznaHlaska {
    color: red !important;
    text-align: left !important;
}

.NezavaznaHlaska {
    color: black !important;
    text-align: left !important;
}

.display-none {
    display: none !important;
}

.display-normal {
    display: normal;
}

.d-normal {
    display: inline !important;
}

.vertikal-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col4 {
    width: 34% !important;
}

.LabelIdub {
}

.d-default {
    cursor: auto;
}

.cursor-default {
    cursor: default !important;
}

.text-Upper {
    /*
    text-transform: uppercase;
        */
}

.text-UpperPrvniPismeno {
    /* text-transform: capitalize */
}

.text-UpperPrvniPismenoRegistrace {
    text-transform: capitalize
}

[type="button"],
[type="reset"],
[type="submit"],
div {
    -webkit-appearance: button;
}

/*
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled),
    div:not(:disabled) {
        cursor: pointer;
    }
*/
.top {
    top: 0px !important;
}

.w-0-0 {
    width: 0% !important;
}

.lichy {
    background: #A8C8EB !important;
}

.lichyUNL {
    background: #FFFFFD !important;
}
.lichyAdresa {
    background: #e1e1e1 !important;
}

.sudy {
    background: #FFFFFF !important;
}

.sudyUNL {
}
.sudyAdresa {
}
.AdresaJsemNaPrvku {
    background: lightblue !important
}


.hlavickaTabulkyProvozniRad {
    background-color: lightcoral !important;
}

.OK {
    box-shadow: -0.5rem 0 rgba(25,135,84);
}

.h7 {
    font-size: 0.85rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.chybaTitle {
    color: red !important;
    font-size: 1.05rem !important;
    font-weight: bold !important;
}

.border-none {
    border: none !important;
}

div.bg-transparent > span {
    color: transparent !important;
}

.invalid-feedback-nevidim {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #c51515;
}

.col-0 {
    flex: 0 0 auto;
    width: 4.166666665%;
}

.heightWidth-0 {
    height: 0 !important;
    width: 0 !important;
}

.me-20 {
    margin-right: 2rem !important;
}

.NaseptejAdresu {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#ZobrazAdresy {
    background-color: white !important;
    max-height: 50vh !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-y: scroll !important;
}
/*
.SedaNaseptejAdresu {
    color: gray;
    background-color: gray;
    border-color: gray;
}
*/
.w-150 {
    width: 150% !important;
    max-width: 150% !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: white !important;
}
.bg-text-white {
    background-color: white !important;
   
}
.white {
    --bs-bg-opacity: 1;
    background-color: white;
}
.w-200 {
    width: 200% !important;
}
.fontSize065 {
    font-size: 0.65rem !important;
}


