html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
    min-width: 150px;
}

table .btn {
    min-width: 10px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* navigační proužek */

.custom-navbar {
    background-color: rgb(6, 98, 156) !important;
}

    .custom-navbar .navbar-brand, .custom-navbar .nav-link {
        color: white !important;
        text-transform: uppercase
    }

        .custom-navbar .nav-link:hover {
            color: #dcdcdc !important
        }

/*progressbar*/
/* https://icons.getbootstrap.com/ */
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }


    #progressbar li {
        list-style-type: none;
        width: 14%;
        float: left;
        position: relative;
        font-weight: 200;
    }



    #progressbar #account:before {
        content: "\F4D6";
        font-family: "bootstrap-icons";
        font-size: 1.5em;
    }

.iconF5F9:before {
    content: "\F5F9";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF87D:before {
    content: "\F87D";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF66B:before {
    content: "\F66B";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF4A7:before {
    content: "\F4A7";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF705:before {
    content: "\F705";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF214:before {
    content: "\F214";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}



#progressbar #confirm:before {
    content: "\F633";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

/* Sector icons */
.iconF193:before {
    content: "\F193";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF1D5:before {
    content: "\F1D5";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}

.iconF2D4:before {
    content: "\F2D4";
    font-family: "bootstrap-icons";
    font-size: 1.5em;
}


/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}


/* FORMULÁŘE */
input.small {
    max-width: 150px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: 500;
    }

    .form-group.row label, .form-check label {
        font-weight: normal;
        font-size: 0.9em;
    }

.form-check input {
    position: relative;
    top: 2px;
}

.kko-form {
    background-color: linen;
    xborder: 1px solid navy;
    padding: 12px;
}


/* Tooltip */
.tooltip-inner {
    max-width: 400px; /* Nastaví maximální šířku tooltipu */
    width: 400px; /* Nastaví pevnou šířku tooltipu */
    white-space: normal; /* Povolit zalamování textu */
}
