﻿
html {
    position: relative;
    min-height: 100%;
    background-color: #2f4B69;
}

body {
    margin-bottom: 60px;
}

a {
    color: #344A68;
}

    a:hover {
        color: #000000 !important;
        text-decoration: underline;
    }

.footer-links li a:hover {
    color: #FFFFFF !important;
}

.k-expander-title {
    color: #344A68 !important;
}

.k-menu-link-text {
    color: #344A68 !important;
}

.k-menu-link-text:hover {
    color: #000000 !important;
    text-decoration: underline;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    height: 60px;
}
/* #endregion */

/* #region custom Kendo UI styles */
h1 {
    margin: 0;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

#responsive-panel {
    padding: 0;
}

#responsive-panel .k-menu {
    padding: .5rem;
}

/*Override Telerik Styles*/
.k-table-tbody .k-table-row.k-selected > .k-table-td, .k-table-list .k-table-row.k-selected {
    font-weight: 700;
}

.k-grid-content.k-auto-scrollable, .k-grid.k-grid-md.k-filemanager-grid, div#filemanager {
    height: 100% !important;
}

.mainContent {
    display: flex;
    flex-direction: column;
    min-height: 75vh;
}

/* #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%;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-rpanel-expanded ul {
        flex-direction: column;
    }
}
}
