﻿/* 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;
}

.bg-brand,
.navbar.bg-brand {
    background-color: #00bcd4;
    padding: .15rem 1rem;
    color: #fff;
}

.navbar.bg-brand a {
    color: #fff;
}

.navbar.bg-brand .dropdown-menu a {
    color: #444;
    padding-left: 15px;
    padding-right: 15px;
}

.brand-logo {
    padding: 5px;
    height: 50px;
    width: auto;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 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;
    font-family: 'Roboto', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.dropdown-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.page-title {
    font-size: 24px;
}

/* Page specific styles */

.section-header {
    margin-top: 5px;
}

#login-details > .section-header {
    margin-top: -15px;
}

a.user-drop  {
    text-decoration: none;
}

#user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid #fff;
}

#user-avatar-big {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 2px solid #fff;
}
