﻿/* 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;
  }
}

.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;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.side-nav {
    position: inherit;
    /*    height: 100%;
    width: 200px;
    top: 58px;
    bottom: 0;
    margin: 0px 5px;
    background-color: aqua;
    transition: 1s;
*/

    min-width: 240px;
    max-width: 240px;
    background: #f7f7f7;
    color: #1d1919;
    top: 58px;
    bottom: 0;
    margin: 0px 10px 0px 0px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.side-nav ul li {
    background-color: grey;
    cursor: pointer;
    border-radius: 1px;
    margin: 2px;
    padding: 5px 0px;
    text-align: center;
}

.side-nav ul li:hover {
    background-color: Highlight;

}

.side-nav ul li a {
    text-decoration: none;
    color: Highlight;
}

/* Style the sidenav links and the dropdown button */
.side-nav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.side-nav a:hover, .dropdown-btn:hover {
    color: Highlight;
    text-decoration: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: transparent;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

#body-content {
    position: absolute;
    top: 58px;
    transition: margin-left 1s;
}

.content-right-center-image {
    width: 200px;
    height: auto;
    padding: 10px;
    position: absolute;
    left: 25%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-center-image {
    width: 200px;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.content-vertical-center {
    padding: 50px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-label {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
}