﻿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);
}

/*.navbar-brand {
    font-size: 1.5rem;
    font-weight: lighter;
}*/

.navbar-brand .brand-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
  .navbar-brand .brand-container .titles {
    display: flex;
    flex-direction: column;
  }

  .titles h3 {
    font-size: 1.2rem;
  }
  .titles h4 {
    font-size: 0.8rem;
    font-weight: lighter;
    color: darkgray;
    margin-top: -8px;
  }
/* #endregion */


/* #region Footer styles */
.footer {
    height: 50px;
    line-height: 40px;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


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;
    }
/* #endregion */

@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%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    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;
    }
}

.nav-link.dropdown-toggle:after {
  display: none;
}

.k-tooltip-button {
  display: none;
}
