﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-link {
    display: inline !important;
}

.dropdown-menu {
    z-index: 1001;
}

@media (min-width: 576px) {
    #appmenu ul > li:after {
        content: "";
        position: absolute;
        height: 30px;
        width: 2px;
        left: auto;
        /*right: 0;*/
        top: 0;
        bottom: 0;
        /*margin: auto 10px auto 7px;*/
        margin: auto 0px auto 0px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #677392 50%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    }
}

#appmenu ul > li > a {
    color: white;
}

    #appmenu ul > li > a:hover {
        color: rgba(255, 255, 255, 0.75);
    }

ul > li > .dropdown-item:hover,
ul > li > div > .dropdown-item:hover {
    background-color: darkgrey;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here 
    height: 60px;
    line-height: 60px; Vertically center the text there */
}

/* layout styles
-------------------------------------------------- */
.row {
    display: flex;
}

.column {
    flex: 50%;
}

/* kendo styles
-------------------------------------------------- */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.k-card {
    margin: 0 0 0 0;
    max-width: 300px;
    min-height: 30px;
    margin: 30px 0 30px 0;
}

.k-card-image {
    display: block;
}

.k-card-image-none {
    display: none;
}

.topbar > div > div.container, #Announcements > div.container, .team4>div.container {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
}