﻿body {
  margin-top: 100px;
  font-family: Calibri, Arial;
}
.AutoPostLogoutRedirectUri {
  display: none;
}
body.loginbody {
  margin-top: 0px;
}
div.logincontent {
  background-image: url("home/LoginSplash");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: content-box;
  background-position-x: 13vw;
  background-position-y: -4vw;
}
div.login-splash {
  background-image: url("home/LoginSplash");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
div.logincontent div.login-pauser {
  text-align: center;
}
div.logincontent div.login-helper {
  margin-top: 2rem;
}
div.sidebar-logo {
  margin-bottom: 50px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
img.icon-sidebar {
  max-width: 80%;
}
div.sidebar {
  height: 100vh;
  background-color: #FFFFFF;
  border-right: 1px solid #ddd;
  padding: 20px;
}
div.center {
  text-align: center;
}
div.text-left {
  text-align: left !important;
}
div.text-left ul {
  padding-left: 20px;
  margin-bottom: 0px;
}
div.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: visible;
  z-index: 99;
  clear: both;
  background-color: #fff6f6;
  font-weight: bold;
  color: steelblue;
  padding: 2px;
  border-top: 1px solid #ddd;
}
div.footer > .icon-footer {
  position: relative;
  display: inline;
  height: 25px;
  float: right;
}
div.footer span.copyright-footer {
  position: relative;
  top: 3px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
  height: 30px;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
div.legal-para {
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5rem;
}
div.passreset-requested {
  background-color: #FFD54F;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.reset-error-message {
  text-align: left;
  background-color: #EF9A9A;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.reset-question-message {
  text-align: center;
  background-color: #BBDEFB;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.reset-success-message {
  text-align: center;
  background-color: #C8E6C9;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.mfa-required-notice {
  background-color: #BBDEFB;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.welcome-page {
  margin-bottom: 2rem;
}