html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.statistics-download {
    font-size: 1.5em;
}



.h1, h1 {
    color: #057fa5;
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: #057fa5;
    text-decoration: none;
}

body {
    font-family: Arial,sans-serif;
}

body {
    line-height: 1.5;
}

body {
    font-size: 10.5pt;
}


.table.obsah-datove-sady {
    border: none;
}

    .table.obsah-datove-sady tr {
        border: none;
    }

    .table.obsah-datove-sady th {
        border-style: none;
    }

    .table.obsah-datove-sady td {
        border-style: none;
    }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}


.h1, h1 {
    color: #057fa5;
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: #057fa5;
    text-decoration: none;
}

body {
    font-family: Arial,sans-serif !important;
}

body {
    line-height: 1.5;
}

body {
    font-size: 10.5pt;
}

h2 a {
    color: black;
}

.badge-info, .bg-info, a.badge-info.btn:hover {
    background-color: #057fa5;
    color: white;
}

hr {
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top: 1px solid;
    border-top-color: currentcolor;
    color: inherit;
    margin: 1rem 0;
    opacity: .25;
}


.pocet-sad {
    font-size: 1.2rem;
}


.m-1 {
    margin: 0 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 3rem;
    bottom: 3rem;
    z-index: 99999;
    width: 44px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    transition: all 0.4s;
}


    .back-to-top .fa {
        color: rgb(0,32,114);
        background: rgb(255,255,255,0.5);
        padding: 0.3rem;
        margin-left: 0rem;
    }

.fa.fa-chevron-up {
    font-size: 3rem;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.nadpis-dat-sady {
    font-weight: 700;
    font-size: 1rem;
}

.data-block {
    display: flex;
    /*    justify-content: space-around;*/
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.data-block-padding {
    padding-right: 2rem;
}

*, *::after, *::before {
    box-sizing: border-box;
}

.dataTable {
    margin: 0 auto;
}

    .dataTable .search {
        margin: 2em auto 1em;
        width: auto;
        text-align: center;
    }

        .dataTable .search input[type=text] {
            width: 60%;
            border: 1px solid #ccc;
            padding: 0.5em 1em;
            font-size: 1.5em
        }

        .dataTable .search input[type=submit] {
            width: 20%;
            padding: 0.5em 1em;
            border: 1px solid #ff5951;
            color: #fff;
            font-size: 1.5em;
            background: #ff5951;
            cursor: pointer;
        }

    .dataTable table {
        width: 100%;
        border-collapse: collapse;
    }

        .dataTable table thead {
            background: #ddd;
        }

        .dataTable table td, .dataTable table th {
            padding: 1em 0.5em;
            border: 1px solid #ccc;
        }

    .dataTable th td {
        font-weight: 900;
        font-size: 1.2em;
    }

    .dataTable tbody tr:nth-child(2n) {
        background: #f9f9f9;
    }

    .dataTable tbody tr:hover {
        background: #eee;
    }

    .dataTable tbody td {
        font-size: 1em;
    }

    .dataTable tbody tr.showRowResult {
        display: table-row !important;
    }

        .dataTable tbody tr.showRowResult .addBgCell {
            background: #f4364c;
        }

    .dataTable tbody tr.results:not(.showRowResult) {
        display: none;
    }

.border-top.footer.text-muted {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.container.lkod-footer {
    text-align: center;
}

    .container.lkod-footer a {
        color: #2D2D2D;
    }

.border-top.footer.text-muted {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #2D2D2D !important;
    border-top: 1px solid #bdbdbd;
    background: #ccc;
}

.btn-light.active {
    background-color: #ccc;
}

.pag {
    text-align: center;
}
