﻿/* 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: 'Glyphicons Halflings';
    src: url('../lib/bootstrap-icons-1.3.0/fonts/bootstrap-icons.woff2');
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

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

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

.site-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 30px;
}

.authorize-btn {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    cursor: pointer;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 40%);
    color: #fff;
    background-color: #007837;
    border: 0px !important;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    box-sizing: border-box;
    max-width: 400px;
}

.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;
    font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.heading--display {
    color: #39464e;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    margin-top: 1.5rem;
    font-size: 1.80203247rem;
    margin-bottom: .75rem;
    text-align: center;
}

.horizontal-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.consent-icon {
    font-size: 1.80203247rem;
    font-weight: bold;
    text-align: right;
    margin-top: -5px;
}

.consent-header {
    text-align: left;
    color: #39464e;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    font-size: 1.2rem;
    margin-bottom: .75rem;
    padding-left: 10px;
}

.consent-text {
    text-align: left;
    color: #39464e;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    font-size: 0.9rem;
    margin-bottom: .75rem;
    padding-left: 10px;
}

.no-padding-horizontal {
    padding-right: 0px !important;
    padding-left: 0 !important;
    
}

.cancel-btn {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    width: 50px;
    height: 24px;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #007837;
}

.cancel-btn:hover {
    text-decoration: none;
    color: #007837;
}

.cancel-btn:visited {
    color: #007837;
}

.authorizing-txt {
    margin: 0 0 35px 1px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #39464e;
}