﻿/* 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. */

.umd-datetime-offset, .umd-datetime-literal {
    visibility: hidden;
}

.dropdown-menu > li.dropdown-item {
    padding: 0.15rem 1rem;
}

    .dropdown-menu > li.dropdown-item:hover, .dropdown-menu > li.dropdown-item:hover {
        background-color: #d3d3d3;
    }

    .dropdown-menu > li.dropdown-item > a {
        color: black;
    }

        .dropdown-menu > li.dropdown-item > a:hover, .dropdown-menu > li.dropdown-item > a:focus {
            text-decoration: none;
        }

.table > tbody tr, .table > thead tr {
    line-height: 1;
}

@media (min-width: 576px) {
    .container {
        margin-left: 30px;
        margin-right: 30px;
        max-width: -webkit-fill-available;
    }
}

.badge {
    padding: 0.25em 0.6em 0.35em;
}

.badge-warning {
    color: white;
}

.navbar-role {
    color: white;
    padding-right: 14px;
}

.jumbotron-notification {
    padding: 2.4rem 1.5rem 1.5rem;
}

    .jumbotron-notification p {
        font-size: 24px;
        font-weight: 400;
    }

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

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

.form-row {
    margin-bottom: 10px;
}

    .form-row > .form-control-spacer {
        padding-left: 24px;
    }

/* 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 {
    /* Set body margins according to height of navigation bar and footer */
    margin-top: 4.5em;
    margin-bottom: 4em;
}

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