/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,28): run-time error CSS1039: Token not allowed after unary operator: '-subnav-green'
(57,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(58,36): run-time error CSS1039: Token not allowed after unary operator: '-orange'
(59,32): run-time error CSS1039: Token not allowed after unary operator: '-orange'
(65,32): run-time error CSS1039: Token not allowed after unary operator: '-subnav-green'
 */
body {
    --subnav-green: #59a436;
}

#idTextSearch {
    margin-top: 0px; /* Toto prepisuje globalne kniznice */
    margin-bottom: 0px; /* Toto prepisuje globalne kniznice */
    margin-left: auto;
}

/* Toto prepisuje bootstrap-dark */
#idTitlePanel {
    color: #666; 
    font-size: 20px; /* Samo Pelach - 4.5.2022 */
    text-transform: uppercase;
    font-weight: 600;
}

.toolbar {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: .5rem;
    padding: .75rem;
}

    .toolbar [type="search"] {
        max-width: 150px;
    }

    .toolbar h1,
    .toolbar h6 {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 1.25rem;
    }

    .toolbar button,
    .toolbar a,
    .toolbar input {
        margin-right: .5rem;
    }

    .toolbar .active,
    .toolbar button,
    .toolbar a {
        border-color: var(--subnav-green);
    }

    .toolbar .btn {
        background-color: white;
        color: black;
    }

        .toolbar .btn:hover {
            --orange: #ff7301;
            background-color: var(--orange);
            border-color: var(--orange);
            color: white;
        }

    .toolbar .active {
        color: white;
        background-color: var(--subnav-green);
    }

