﻿/* 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 {
    background: #36405F;
    color: white;
    border-color: #36405F;
}

.btn-primary:hover {
    background: #3E4D80;
    color: white;
    border-color: #36405F;
}

.btn-secondary {
    background: #EDEFF4;
    color: black;
    border-color: #36405F;
}

.btn-secondary:hover {
    background: #D2D7E5;
    color: black;
    border-color: #36405F;
}

.purplebutton {
    color: #fff;
    background-color: #89609E;
    border-color: #89609E;
    box-shadow: 1px 1px 5px #a5acb0;
}

.purplebutton:hover {
    cursor: pointer;
    background-color: #C377E0;
    border-color: #89609E;
}

.purplebutton-secondary {
    color: #000;
    background-color: #F7F0FA;
    border-color: #89609E;
    box-shadow: 1px 1px 5px #a5acb0;
}

.purplebutton-secondary:hover {
    color: #000;
    cursor: pointer;
    background-color: #DFC0EB;
    border-color: #89609E;
}

.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;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}

label {
    font-weight:bold;
}

a {
    color:black;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

thead {
    color:white!important;
    font-weight:normal!important;
    background:#89609E!important;
}

table {
    width:100%;
}

.titlebarbg {
    background:#0079BF;
    color:white;
}

.titlebarbg a {
    color:white!important;
}

.nav-item {
    margin-left:2px;
    margin-right:2px;
}
.nav-link {
    background: #F7F0FA;
    color: black;
}

.nav-nontablink {
    display: block;
    padding: .5rem 1rem;
}

.purple {
    color: white !important;
    background: #89609E !important;
}

.navbar a, .navbar a:visited {
    color: white !important;
}

.textarea {
    width:100%!important;
}

.card {
    box-shadow: 1px 1px 10px #b2b9d0;
}

.card a{
    font-size:large;
}

.card-header {
    background: #42548E;
    color:white;
    font-weight:600;
}
