﻿html {
}

body {
    /*   margin-bottom: 80px;*/
    height: 100vh;
    min-height: 100vh;
}

.title {
    font-family: 'Times New Roman';
    font-size: 2em;
    text-decoration: none;
}

.k-panelbar-content > p {
    padding: 1em 2em;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

.mobile {
    width: 500px;
    max-width: 500px;
    height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.k-table-thead {
    display: none
}


.k-table-tbody {
    max-height: calc(100vh - 200px);
}


.hid {
    display: none !important;
}

.vis {
    display: inline !important;
}


.navbar-brand img, .nav-link img {
    height: auto;
    width: 20px;
    min-width: 20px;
    margin: 0 5px;
}

.nav-link {
    line-height: .7em;
}

.nav-item :hover, .navbar-brand:hover {
    text-decoration: underline;
}
    .navbar-brand {
    font-size: unset;
    font-weight:600;
}

.navbar-collapse {
    flex-grow: unset;

/*    text-align: right;*/
}

.navbar-nav {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
}

.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color:unset !important;
}


@media screen and (max-width:991px) {
    .navbar-nav {
        padding: 25px 0 15px;
    }

    .navbar-collapse {
        width: 70%;
        max-width: 260px;
        margin: 0 0 0 auto !important;
        position: absolute;
        top: 56px;
        right: 0;
        background-color: #f8f9fa !important;
        z-index:100;
        padding-left:15px;
    }

    .nav-link img, .navbar-brand img {
        margin-right: 15px;
    }
}
