﻿/* 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. */

@font-face {
    font-family: 'Nunito';
    src: url('/font/Nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
}

.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

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);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: Nunito;
    overflow: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  line-height: 60px; /* Vertically center the text there */
  white-space: nowrap;
  width: 100%;
}

/* Top nav bar styles 
-------------------------------------------------- */

.top-nav-bar {
    background: #ffffff;
    color: #111111;
    margin-bottom: 0;
    min-height: 70px;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.20);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.20);
}

.top-nav-bar-user {
    color: #313a46;
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-size: x-large;
}

.top-nav-bar-user:hover {
    color: #313a46;
}

/* Main content styles
-------------------------------------------------- */
.content {
    overflow: auto;
    position: absolute;
    top: 80px; /* offset by top navbar height */
    bottom: 60px; /* offset by footer height */
    left: 0;
    right: 0;
    z-index: 1;
}

/* Table styles
-------------------------------------------------- */
.action-link-icon {
    padding: 0 5px 0 5px;
}

.action-link {
    color: #163e68;
}

.action-link:hover {
    color: #457fb0;
}

/* Validation Summary Error styles */
.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.error {
    color: red;
}

/* Toast Notificaton modifications - default styles are too subtle and notification is easily missed by a user who is not expecting it */
.toast {
    border: 6px solid rgba(22, 62, 104, 0.6);
    background-color: rgba(255,255,255,1.00);
}

/* Button styles - allow sufficient space between adjacent buttons to avoid mouse-misfire */
a.btn, button.btn {
    margin-right: 1.5rem !important;

}

/* Image button/links used in tables */
.hss-table-button {
    margin-right: 1.5rem !important;
    padding: 0 !important;
    color: #163e68;
}

/* Make text stand out. No suitable BS class does this. */
.hss-emphasis {
    font-weight:bolder;
}
