﻿.layout {
  overflow-x: hidden;
}
.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.identityServer.footer {
  border-top: .2em solid #0094aa !important;
  background: #1b1c1d;
  color: hsla(0,0%,100%,.9);
  position: relative;
}
.identityServer.footer .left {
  text-align: left;
  width: 1127px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.identityServer.footer .left .nowrap {
  white-space: nowrap !important;
}
.identityServer.footer .list {
  margin-left: 0;
  font-size: .92857143em;
}
.identityServer.footer .list > .item {
  display: inline-block;
  transition: color .1s ease;
  border-top: none;
  border-left: 1px solid rgba(34,36,38,.15);
  margin: 0;
  line-height: .6;
  padding-top: .21428571em;
  padding-bottom: .21428571em;
  padding-right: .21428571em;
}
.identityServer.footer .list > .item:not(:first-child) {
  border-color: hsla(0,0%,100%,.7);
  padding-left: .21428571em;
}
.slogan {
  font-size: 1em !important;
}

 .identityServer.footer .slogan {
    color: rgb(0 148 170) !important;
 }

div.inputdiv > input {
  line-height: 1.5em !important;
  vertical-align: middle !important;
}