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

.container {
    width: 98% !important;
}

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

}

.navbar {
    height: 72px !important;
    background-color: #1b6ec2 !important;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


@media print {
    * {
        overflow: visible !important;
    }
}

.btn {
    border-radius: 0px !important;
    border: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14pt;
}

.icon-warnings {
    line-height: 13px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.wizard-button {
    width: 72px;
    height: 72px;
    text-align: center;
    border: none;
}

.container {
    margin-left: 0px;
}

.quicksearch {
    position: absolute;
    overflow-y: scroll;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 200px;
}

.quicksearch li {
    height: 3em;
    font-size: 1em;
    padding-left: 5px;
}

.quicksearch ul {
    width: 95%;
    text-align: center;
    display: table;
}


.quicksearch li {
    border-bottom: 1px solid whitesmoke;
}


.quicksearch li a {
    width: 160px;
    height: 50px;
}

.quicksearch li a:hover {
    background-color: #e5e5e5;
}

.recentItem {
    height: 400px !important;
}

.viewport {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}


.inner-viewport {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 72px;
    bottom: 0px;
}

.viewpanel {
    width: 750px;
    padding: 0px;
    overflow: hidden;
}

.background-primary {
    background-color: #1b6ec2 !important;
    color: white;
}

.background-primary a {
    text-align: center !important;
    color: white;
}


.scroll-on-y {
     overflow-y: scroll;
}

.nav-alpha {
    width: 50px;
}

.scrollable {
    overflow: auto;
}

.scrollable-75 {
    max-height: 75vh;
}

.scrollable-100 {
    max-height: 100vh;
}