html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* 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. */


html {
    font-family: Calibri;
    font-size: 1em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-page-navigation {
    color: #F7F7F7;
    background-color: #2d3192;
    border: 2px solid #2d3192;
    padding: 4px 20px;
    font-size: 1.15em;
    letter-spacing: 1px;
    width: auto;
    margin: 10px;
    transition: all 0.15s ease-in-out;
    outline: 0;
}

    .btn-page-navigation:hover {
        background-color: #222569;
        border-color: #222569;
        color: #F7F7F7;
        outline: 0;
    }


    .btn-page-navigation:active {
        background-color: #222569;
        border-color: #222569;
        color: #F1F2F2;
        box-shadow: none;
        outline: 0;
    }

        .btn-page-navigation:active:focus {
            background-color: #222569;
            border-color: #222569;
            color: #F1F2F2;
            outline: 5px auto #222569;
        }

    .btn-page-navigation:visited {
        background-color: #222569;
        border-color: #222569;
    }

    .btn-page-navigation:disabled {
        cursor: not-allowed;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.Modifications {
    column-count: auto;
}

.input-label {
    font-weight: bold;
    font-size: 1em;
}

input {
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}

.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;
}

#ApplicationTitle {
    font-size: 1.75em;
    font-weight: bold;
    column-count: auto;
    text-align: center;
}

.form-control {
    margin-bottom: 20px;
}

.Warnings {
    font-weight: bold;
    font-size: 1.25em;
    column-count: 1;
    text-align: center;
}

.Headers {
    font-size: 1.75em;
    font-weight: bold;
    column-count: auto;
    text-align: center;
}


/* Removes up/down arrows from number type <input> */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (min-device-width : 570px) {
    #ApplicationTitle {
        white-space: nowrap;
    }
}