﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*aby footer byl dycky dole, ale až za posledním elementem, aby stop nepřekrylo nic, tak dáme tohle v body + ve footeru dáme margin-top:auto; viz https://www.youtube.com/watch?v=yc2olxLgKLk&ab_channel=KevinPowell*/
body.pozadihome {
    /*padding-top: 6rem;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 12px !important;
    /*background-color: #F5F7FC !important;*/
    /*background-color: rgba(0, 0, 0, .03);*/
    /*padding-top: 80px;*/
}

body.pozadiFirma {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div.pozadiEditInzerat {
    background-color:aliceblue;
}

.flex-fill {
    padding-top: 80px;
}

.break {
    flex-basis: auto;
    height: -20px;
}

label {
    margin-bottom: unset !important;
}

footer.footer {
    margin-top: auto;
}
/*header navbar dropdown login*/
header .navbar {
    background-color: rgba(255,255,255,0.95);
}

.dropdown-menu .dropdown-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.725rem;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none;
}

li.nav-item.dropdown {
    list-style-type: none;
}

div.dropdown-menu {
    left: -120px;
    text-decoration: none;
    padding: unset;
}

.material-icons-outlined {
    color: #888888;
    transition: all 0.3s ease-out;
}

    .material-icons-outlined:hover {
        color: #19212a;
        transform: scale(1.25) translateY(-4px);
        cursor: pointer;
    }



.dropdown-item:hover .material-icons-outlined {
    color: #19212a;
    transform: scale(1.08) translateY(-2px);
    cursor: pointer;
}


@media screen and (max-width: 992px) {
    #prihlasitse {
        display: block;
    }

    #man-navmenu-icon {
        display: none !important;
    }

    #vypnisepromobil {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    #prihlasitse {
        display: none;
    }

    #man-navmenu-icon {
        display: block !important;
    }

    #vypnisepromobil {
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    #Nezmeskete {
        display: none;
    }
}


.img-wrapper {
    background-image: url(../../pictures/Foto_na_titul_montaz2.webp);
    /*background-position: center center;*/
    background-repeat: no-repeat;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    /*background-color: slategrey;*/
    background-blend-mode: multiply;
}

    .img-wrapper .container {
        min-height: inherit;
        color: white;
    }

        .img-wrapper .container .row {
            min-height: inherit;
        }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.Pismo {
    font-size: 14px !important;
}

.Pismo12px {
    font-size: 12px !important;
}

.Pismo14px {
    font-size: 14px !important;
}

.Pismo16px {
    font-size: 16px !important;
}

.Pismo18px {
    font-size: 18px !important;
}

.Pismo20px {
    font-size: 20px !important;
}

.Pismo24px {
    font-size: 24px !important;
}

.Pismo32px {
    font-size: 32px !important;
}

.zarovnatdobloku {
    text-align: justify;
}

/* Defaultně je "a" tag zobrazován bez dekorace, chceš-li normální "a" tag přidej třídu "normalni" */
a {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
}

    a:hover {
        color: inherit;
        text-decoration-line: none;
    }

#rychlovyhledavani {
    background-color: #f3f5fa;
}

/* Defaultně je "a" tag zobrazován bez dekorace, chceš-li normální "a" tag přidej třídu "normalni" */
a.normalni {
    color: #007bff;
    text-decoration: auto;
    font-size: inherit;
}

    a.normalni:hover {
        color: #007bff;
        text-decoration-line: underline;
    }


div.DivHoverEffect:hover {
    background-color: #ffc107;
    border: 1px solid transparent;
    border-radius: .50rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

div a div span {
    font-size: initial;
}

div.UprostredObrazovkyVertikalne {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*div img {
    width: 95px;
    height: 95px;
}*/

img.gwt-Image {
    width: unset;
    height: unset;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    font-family: 'Montserrat' !important;
    color: black !important;
}

html {
    position: relative;
    min-height: 100%;
}

/*.Pozadi {
    background: url("../pictures/86373.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}*/


/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/

@font-face {
    font-family: 'CaviarDreams';
    src: url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.eot');
    src: url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'), url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.woff2') format('woff2'), url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.woff') format('woff'), url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.ttf') format('truetype'), url('/Font/caviardreams_regular_macroman/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensed';
    src: url('/Font/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/Font/Montserrat/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.vyhledavani-hlavni-okno {
    max-width: 960px !important;
    height: auto;
    font-size: 13px;
    font-weight: 400;
    color: black;
    margin: auto;
}

input.form-control {
    font-size: inherit;
}

.input-validation-error {
    border-color: #dc3545 !important;
}

.select2borderRed {
    border-color: #dc3545 !important;
    border-radius:5px;
}

/*umístění oka do inputu*/
.field-icon {
    float: right;
    margin-left: -20px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.FormatPrihlasovaniARegistrace {
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-color: #ffc107;
    border-radius: 5px;
}

    .FormatPrihlasovaniARegistrace:hover {
        background-color: antiquewhite
    }

.btn-pill {
    border-radius: 30px;
}


/*#vyhledej {
    border: 1px solid #ccc;
    display: block;
    width: 100%;*/
/*height: 40px;*/
/*padding: 0 20px;*/
/*border-radius: 20px;*/
/*font-family: "Muli-Bold";*/
/*background: none;*/
/*}*/

::-webkit-input-placeholder {
    font-family: 'Montserrat' !important;
    font-style: italic
}

.pointer {
    cursor: pointer;
}

.hoverBackground {
    background-color: #ffc107 !important;
}

.hoverSeda:hover {
    background-color: #F5F5F5 !important;
}

.hoverBorder {
    border: 1px solid transparent; /* Základní transparentní rámeček */
    transition: border-color 0.1s ease; /* Plynulá změna barvy rámečku */
}

    .hoverBorder:hover {
        border-color: black; /* Barva rámečku po najetí myší */
    }


.cerveneBorder {
    border: 1px solid #dc3545 !important;
}


.card-body.show {
    display: block
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);*/
    /*filter: grayscale(100%)*/
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)
    }

    .radio.selected {
        outline: 4px solid black;
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.8)
    }

.radio-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem; /* Adjust this value as needed */
}

#IdPrvniTypProduktu {
    /*color: white;*/
    border: 1px solid lightgrey;
    margin-bottom:30px;
}

#IdDruhyTypProduktu {
    /*color: white;*/
    border: 1px solid lightgrey;
    margin-bottom: 30px;
}

#IdTretiTypProduktu {
    /*color: white;*/
    border: 1px solid lightgrey;
    margin-bottom: 30px;
}

#IdCtvrtyTypProduktu {
    color: black;
    border: 1px solid lightgrey;
    padding-right: 0px;
    margin-bottom: 30px;
}
#IdPatyTypProduktu {
    border: 1px solid lightgrey;
    margin-bottom: 30px;
}
/*
.barvanadpisproduktytmava1 {
    background-color: #548235;
}
.barvaproduktysvetla1 {
    background-color: #7ba86a;
}

.barvanadpisproduktytmava2 {
    background-color: #99490f;
}

.barvaproduktysvetla2 {
    background-color: #d99c71;
}

.barvanadpisproduktytmava3 {
    background-color: #186687;
}

.barvaproduktysvetla3 {
    background-color: #0875a3;
}

.barvanadpisproduktytmava4 {
    background-color: darkgoldenrod;
}

.barvaproduktysvetla4 {
    background-color: gold;
}

.barvanadpisproduktytmava5 {
    background-color: #FFE4E1;
}

.barvaproduktysvetla5 {
    background-color: #FFFAFA;
}

.barvabalicek1svetla {
    background-color: #85a0cc;
}
.barvabalicek1extrasvetla {
    background-color: #b9cded;
}*/
.barvanadpisproduktytmava1 {
    background-color: #004a00;
}

.barvaproduktysvetla1 {
    background-color: #005e00;
}

.barvanadpisproduktytmava2 {
    background-color: #964a00;
}

.barvaproduktysvetla2 {
    background-color: #b44a00;
}

.barvanadpisproduktytmava3 {
    background-color: #15307a;
}

.barvaproduktysvetla3 {
    background-color: #1a3c98;
}

.barvanadpisproduktytmava4 {
    background-color: darkgoldenrod;
}

.barvaproduktysvetla4 {
    background-color: gold;
}

.barvanadpisproduktytmava5 {
    background-color: #82817f;
}

.barvaproduktysvetla5 {
    background-color: #bfbfbd;
}

.barvabalicek1svetla {
    background-color: darkgoldenrod;
}

.barvabalicek1extrasvetla {
    background-color: gold;
}



.dz-remove {
    margin-top: 5px;
    padding: 5px;
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 15px;
    text-decoration: none !important;
}

    .dz-remove:hover {
        color: white;
    }

.upravVelikostKonteineruObrazkuCarousel {
    width: 45%;
    margin: 0 auto;
}

.ObrazekVelikost {
    height: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/*.obraz {
    background-image: url("/pictures/hero-desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.TmaveZelenaLayout {
    background-color: #aaaab4 !important;
}

.AntracitLayout {
    background-color: #19212a !important
}

.TmaveSedaLayout {
    background-color: #aaaab4 !important;
}

.TmaveModraLayout {
    padding: 20px 0 20px 0;
    background-color: #19212a !important;
}

.TmaveZelenaPismoFooter {
    color: #7c9c14 !important;
}

.SvetleZelenaLayout {
    background-color: #aaaab4 !important;
}

.KhakiZelenaPodLabelem {
    color: black;
    font-size: 18px;
    font-weight: 800;
}

#Registrace:hover {
    color: white !important;
}

.border-dotted {
    border-style: dotted;
}

.ZuzeniObsahu {
    max-width: 1030px;
    margin: 0 auto;
    background-color: #fff;
}

.obaleniSeznamuInzeratu {
    padding: 30px;
}

.obaleniONas {
    padding-top: 50px;
}

.obaleniCenik {
    padding: 0px 600px 0px 600px;
}

.zelenabarvapisma {
    color: #8bc72a !important
}
/*
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}*/
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black !important;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white !important;
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.6s ease;*/
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fadepictureshow {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

div.borderCernyIkony {
    border: 2px solid #dee2e6 !important
}

    div.borderCernyIkony:hover {
        border: 2px solid #dee2e6 !important;
        border-color: #8bc72a !important;
    }

a.page-link:hover {
    background-color: #8bc72a !important;
    color: white !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

.our-work-process {
    background-color: white;
    color: white;
    text-align: center;
}

    .our-work-process h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .our-work-process .step-number {
        background-color: #8bc72a;
        font-size: 30px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 0px;
        display: inline-block;
        border: 1px solid #fff;
        position: relative;
        bottom: -26px;
    }

    .our-work-process .step-icon {
        background-color: #8bc72a;
        width: 80%;
        height: 200px;
        /*border: 1px solid #000000;*/
        color: white;
        border-radius: 100px;
        margin: 0 auto;
        transition: 0.5s;
    }

    .our-work-process .step-box:hover .step-icon {
        background-color: #28a745;
    }

    .our-work-process .step-icon i {
        position: absolute;
        top: 37%;
        left: 0px;
        right: 0px;
    }

    .our-work-process label {
        font-size: 18px;
        margin-top: 10px;
    }

p.p-4 {
    color: black;
}


ol li p {
    margin-left: 10px;
}


#loader {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

#myAlert {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100px;
}

div.absolute {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#Ikonyweb1:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb2:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb3:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb4:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb5:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb6:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb7:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#Ikonyweb8:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

#svgPrihlaseni:hover {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}


@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        filter: contrast(1.1);
        transform: scale(1.1);
    }
}

.clanek:hover {
    animation: fade-inClanek 0.3s;
    animation-fill-mode: forwards;
}

@keyframes fade-inClanek {
    0% {
        opacity: 1;
    }

    100% {
        transform: scale(1.05);
    }
}

/*Tohle je css k stránce dokončení inzerátu*/
.wrapper {
    width: auto;
    height: 200px;
    display: flex;
    justify-content: center;
}

.or-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d3d7da;
}

.vertical-line {
    border-left: 1px solid #d3d7da;
    flex-grow: 1;
    width: 1px;
}

/*změna barvy border inputů select2*/
.borderselect2 {
    border: 1px solid #ced4da !important;
}

/*změna barvy border inputů select2 při focusu*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


#status-buttons {
    position: relative; /* 1 */
    display: inline-block; /* 2 */
}

    /*#status-buttons::after {*/ /* 3 */
    /*content: "";
        position: absolute;
        width: 100%;
        z-index: 0;*/ /* 4 */
    /*top: 35%;
        left: 0px;
        border: 1px solid #ACCF5B;
    }*/

    #status-buttons div {
        color: black;
        display: inline-block;
        font-size: 17px;
        font-weight: normal;
        margin-right: 0;
        text-align: center;
        /*text-transform: uppercase;*/
        min-width: 150px;
        text-decoration: none;
    }

        #status-buttons div:hover {
            text-decoration: none;
            position: initial;
        }

        #status-buttons div.active span {
            color: white;
            background: #8bc72a;
            box-shadow: rgba(0, 0, 0, 0.792157) 3px 3px 3px 0;
        }

    #status-buttons span {
        color: white;
        background: #8bc72a;
        display: block;
        height: 100px;
        margin: 0 auto 10px;
        padding-top: 40px;
        width: 100px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.792157) 3px 3px 3px 0;
        z-index: 2;
    }

table.souhrnborder {
    border: 1px solid #000;
    border-collapse: separate;
    border-radius: 0,25rem;
}

span.zadnypadding p {
    margin-bottom: unset;
}

#logo {
    max-height: 100%;
    max-width: 100%;
}

.spinner-border {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 100%;
}



@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-sm-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .border-sm-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-md-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .border-md-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-lg-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}


/*Nastavení responzivních borderů*/
@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-xl-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}
/*barva tooltipů*/

/* Tooltip-right container */
.tooltips-right {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltips-right .tooltiptexts {
        visibility: hidden;
        width: 120px;
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #155724;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: -25%;
        left: 700%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltips-right .tooltiptexts::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent #155724 transparent transparent;
        }


    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltips-right:hover .tooltiptexts {
        visibility: visible;
        opacity: 1;
    }

/* Tooltip-top container */
.tooltips-top {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltips-top .tooltiptexts {
        font-size: 10px;
        visibility: hidden;
        width: 200px;
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #155724;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 130%;
        top: auto;
        left: 50%; /* Adjust as needed */
        transform: translateX(-50%); /* Center horizontally */
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltips-top .tooltiptexts::after {
            content: "";
            position: absolute;
            top: 100%; /* Ponechte top na 100% */
            left: 50%;
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #155724 transparent transparent transparent; /* Změna v border-color pro směr dolů */
        }




    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltips-top:hover .tooltiptexts {
        visibility: visible;
        opacity: 1;
    }

    /* Additional style for specific cases */
    .tooltips-top .tooltiptexts.above {
        font-size: 10px;
        bottom: 130%;
        top: auto;
    }

    /* Example of usage with a specific case */
    .tooltips-top .tooltiptexts.long-text {
        /* Additional styling for long texts, if needed */
    }

.question-mark {
    margin-left: 5px; /* Adjust the margin as needed */
    vertical-align: middle; /* Align the question mark vertically with the label */
}

.tooltip-home {
    color: white;
    visibility: hidden;
    background-Color: #0B7A2B;
    border: 1px solid black;
    border-Radius: 6px;
    padding: 5px 0;
    width: 150px;
    text-Align: center;
    font-Size: 10px;
    opacity: 1;
}

.topdivinzerat:hover > .tooltip-home {
    visibility: visible;
}

.borderbottom2px{
    border-bottom:1px solid;
}

.tooltip-homenovy {
    color: green;
    visibility: hidden;
    background-Color: white;
    border: 1px solid green;
    border-Radius: 6px;
    padding: 5px 0;
    width: 150px;
    text-Align: center;
    font-Size: 10px;
    opacity: 1;
}

.topdivinzerat:hover > .tooltip-homenovy {
    visibility: visible;
}

.gradientback {
    background: linear-gradient(to right, #f7e37e, white);
    /*background-color: lightgrey;*/
    /* Vertikální gradient by se definoval pomocí to bottom */
}



.parent {
    position: relative;
}

    .parent:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 30px 30px 0;
        border-color: transparent chocolate transparent transparent;
        right: 0;
        top: 0;
        position: absolute;
    }


/* Styl pro modrý checkbox - v Edge se bootstrap checkbox objevoval šedivý - vysvětlení https://learn.microsoft.com/en-us/answers/questions/1162192/microsoft-edge-displaying-incrorrect-colors-for-cs */
input[type="checkbox"] {
    accent-color: rgb(0 117 255);
}

/*Tučnější fajfky*/
.checkmark {
    color: #007bff; /* Replace with your desired blue shade */
    font-weight: bold; /* Makes the checkmark bold */
    font-size: 1.2em; /* Adjust the size as needed */
}

#watermark {
    color: #d0d0d0;
    font-size: 10vw; /* Dynamická velikost podle šířky obrazovky */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    pointer-events: none; /* Zajišťuje, že element není kliknutelný */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3; /* Upravitelná hodnota pro průhlednost */
    text-align: center; /* Zarovnání textu na střed */
    overflow: hidden; /* Zajištění, že se text nebude přesahovat */
    word-break: break-word; /* Zlom slov v případě úzkého prostoru */
}

@media (max-width: 768px) {
    #watermark {
        font-size: 15vw; /* Přizpůsobení pro menší obrazovky */
    }
    #Idrozbalprodukt1, #Idrozbalprodukt2, #Idrozbalprodukt3, #Idrozbalprodukt5 { /*Idrozbalprodukt5 tam musí být protože se tam dovybírá fakturační profil z balíčku proto ho tu nemutujeme*/
        display: none !important;
    }
}

@media (max-width: 480px) {
    #watermark {
        font-size: 20vw; /* Další úprava pro extra malé obrazovky */
    }
}