
@media (max-width: 1449.98px) {
    .navbar-expand-custom > .container,
    .navbar-expand-custom > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1450px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-custom > .container,
    .navbar-expand-custom > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

.checkbox {
    position: relative;
    margin: 2px;
    display: inline-block;
}

p.no-margin {
    margin-bottom: 0 !important;
}

.green {
    color: #56bd41;
}

.red {
    color: #c70000;
}

.sobota{
    color: #006800;
}
.nedele{
    color: darkred;
}

th[data-sort]::after {
    color: gray;
    content: "↕";
    width: 6px;
}

th.sorting-desc::after {
    color: black;
    content: "↓";
}

th.sorting-asc::after {
    color: black;
    content: "↑";
}