﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .5rem;
    }

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-rpanel-expanded ul {
        flex-direction: column;
    }
}

.bg-primary {
    background-color: var(--bs-primary) !important;
    color: white !important;
}

.modal-button {
    width: 150px !important;
}

@media print {
    .page-break-after {
        page-break-after: always;
    }
}

.k-breadcrumb {
    background: none;
}
.k-breadcrumb-root-link {
    color: var(--bs-primary) !important;
}
    .k-breadcrumb-root-link:hover {
        color: #0d6efd !important;
    }
.k-breadcrumb-icontext-link {
    text-decoration: none;
}
.k-breadcrumb-link {
    text-decoration: none;
    color: var(--bs-primary) !important;
}
    .k-breadcrumb-link:hover {
        color: #0d6efd !important;
    }