﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html, body {
  margin:0px;
  height:100%;
}

.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 {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.main-size{
    height: 95%;
}

.header-size {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex;
    padding: 0px;
}

.bottom-size {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bottom-content {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.verticalMenu {
    height: 100%;
    width: 80%;
    border-right: 1px solid #15375F
}

.navbarItems {
    margin: 5px;
    width: 85%;
    font-size: 17px;
    font-weight: bold;
    color: #15375F;
    border: 1px solid #15375F;
    border-radius: 10px 10px 10px 10px;
}

    .navbarItems:hover {
        color: #254871;
        border: 1px solid #254871;
        background-color: aliceblue;
    }

.nav-main-text {
    font-size: 22px;
    font-weight: bold;
    color: #15375F;
}

.footer-text {
    font-size: 17px;
    font-weight: bold;
    color: #15375F;
}

.site-content {
    height: 100%;
    display: flex;
}

.card-size {
    width: 25%;
}

.simple-nav-text {
    font-size: 17px;
    color: #15375F;
}

    .simple-nav-text:hover {
        color: #254871;
    }

.simple-text {
    color: #15375F;
}

.simple-line {
    border: 0;
    border-bottom: 1px solid #15375F;
}

.bottom-footer{
    bottom: auto;
}

.field-validation-error{
    color: red;
    font-size: smaller;
}