﻿body {
  margin-top: 71px;
}
.navbar-header {
  position: relative;
}
.navbar-brand .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.logout-nav {
  float: right;
  padding-right: 15px;
  padding-top: 15px;
}
.logout-nav .logout-button {
  float: right;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.navbar-fixed-top {
  height: 71px;
}
.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.container-fluid {
  padding: 3px 0px 0px 6px;
}
.navbar {
  margin-bottom: 0px;
}
.login-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 71px;
  background-image: url('../images/backgroundimage.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.login-page .row {
  margin: 0px;
}
.login-page .card-heading {
  border-bottom: none !important;
}
.login-page .card-body {
  padding-top: 20px;
  background-color: rgba(49, 49, 49, 0.75) !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.login-page .form-group label {
  color: white;
}
.login-page .login-box {
  margin-top: 15px;
  border: none;
  background: none;
  padding: 0 10%;
}
.login-page .login-box .card-development {
  background-color: #fff !important;
  text-align: left;
}
.login-page .login-box .card-heading {
  height: 75px !important;
  background-color: #313131 !important;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 24px 15px;
}
.login-page .login-box .card-heading .card-title {
  color: white !important;
  font-size: 26px !important;
}
.login-page .login-box .login-button {
  text-align: center;
  color: White !important;
  border: 0px solid black;
  padding: 10px 40px;
  background: #dddddd;
  height: 2.5em;
  border-radius: 3px;
  font-size: x-large;
  width: 60%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 3px 2px rgba(255, 255, 255, 0.2), inset 0 -3px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  background-color: #648c89;
  opacity: 0.9;
}
.login-page .login-box .login-button:hover {
  cursor: pointer;
  border: 1px solid black;
  color: #d3d3d3 !important;
}
.login-page .login-box .form-control {
  background-color: #303030;
  border-left: none !important;
  height: 36px;
}
.login-page .login-box .input-group-text {
  color: #999999 !important;
  background-color: #303030 !important;
  border-right: none !important;
}

.login-page .login-box input {
    font: 20px Microsoft Sans Serif, arial, sans serif normal;
    color: whitesmoke !important;
}
.page-consent {
  padding: 15px;
}
.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;
}
.nav-bar-divider {
  padding-top: 1px;
}
.grants {
  background: #F7F7F1;
  max-width: 100rem;
  margin: 40px auto;
  position: relative;
}
.grants .grants-content {
  opacity: 0.8;
  background: #ffffff;
  /*border-radius*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 4px solid #cac6c4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  /*box-shadow*/
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.grants .grants-header {
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 10px;
  background: #555555;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.grants .grant {
  /*border-bottom: 1px solid lightgray;*/
  /*box-shadow*/
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
  width: 100%;
}
.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: '';
}
.grants .grant:hover {
  background: #e0e7e6;
}
.logout-page {
  padding: 15px;
}
.error-page {
  padding: 15px;
}
.welcome-page {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .login-box {
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .logout-nav {
    margin-top: 3px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 414px) {
  .login-box {
    padding: 0 !important;
  }
  .navbar-brand {
    text-align: center;
    width: 100%;
  }
}